@charset "UTF-8";
/* CSS Document */

/*------------------------------

Global setting

------------------------------*/
body {
	font-family: I-OTF-UDゴ表示Pro R, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN',　"游ゴシック体", "Yu Gothic", YuGothic,Verdana, 'メイリオ', Meiryo, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	color: #444;
	line-height: 1.6;
	-webkit-text-size-adjust: none;
}
p {
	line-height: 2;
}
strong {
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
}
a {
	color: #4ba1d1;
}
#contents a {
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
	text-decoration: underline;
}
#contents a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}
.stay, .stay a:hover {
	background: none;
}
.page {
	width: 960px;
	margin: 0 auto;
}
.section {
	margin-bottom: 40px;
}
.section_level {
	margin-bottom: 60px;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
/*------------------------------

Styles setting

------------------------------*/

/******* 2015/3/19 update *****************/
.page-header{
	margin-bottom: 20px;
}
.page_description, .topicpath{
	font-size: 12px;
}
.page_description{
	float: right;
}
.topicpath{
	float: left;
}
/******* 2015/3/10 update *****************/
#contents .topicpath a{
	font-family: I-OTF-UDゴ表示Pro R;
	font-weight: normal;
	text-decoration: none;
}
.topicpath .bread li{
	float: left;
}

/** font **/
.font-web_bold, .f_w-bold {/*web_font fix*/
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
}

.font-web_normal, .f_w-normal {/*web_font fix*/
	font-weight: normal;
	font-family: I-OTF-UDゴ表示Pro R;
}
.font_small{
	font-size: small;
}

/*******************************************/

.page_title {
	margin-bottom: 30px;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	font-family: I-OTF-UDゴ表示Pro M;
}
.section_title {
	margin-bottom: 30px;
	padding-left: 14px;
	border-left: 4px solid #444;
	font-size: 30px;
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
	line-height: 1.2;
}
.section_title small {
	display: block;
	margin-top: 5px;
	font-size: 18px;
}
.headline01 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
	line-height: 1.2;
}
.headline02 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
	line-height: 1.2;
}
.headline03 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
	line-height: 1.2;
}
.table_style01 {
	width: 100%;
}
.table_style01 tbody tr.odd {
	background: #F7F7F7;
}
.table_style01 tbody tr.even {
	background: #EFEFEF;
}
.table_style01 tbody tr th,
.table_style01 tbody tr td {
	padding: 15px 10px;
	border: 1px solid #d2d2d2;
}

.table_style02 {
	width: 100%;
}
.table_style02 span.bor{
	color: red;
	font-weight: bold;
}
.table_style02 thead tr th {
	padding: 15px;
	border: 1px solid #d2d2d2;
	background: #efefef;
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
	text-align: center;
}
.table_style02 tbody tr th {
	padding: 15px;
	border: 1px solid #d2d2d2;
	background: #f7f7f7;
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
}
.table_style02 tbody tr td {
	padding: 15px;
	border: 1px solid #d2d2d2;
}
#target_level01 .table_style02 td,#target_level02 .table_style02 td,#target_level03 .table_style02 td {
	padding:10px;
}
.btn_style-01 {
	text-align: center;
}
.btn_style-01 a {
	display: inline-block;
	min-width: 250px;
	padding: 20px;
	border: 2px solid #6D6D6D;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
	/* font-family: ; */
	text-decoration: none !important;
	line-height: 1;
	color: #444;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.btn_style-01 a:hover {
	background: #e5e5e5;
	text-decoration: none;
}
.btn_style-01 a i {
	position: relative;
	top: 2px;
	margin-left: 14px;
	font-size: 28px;
	line-height: 0.6;
}
.btn_style-01 a i.icon_left {
	margin-left: 0;
	margin-right: 14px;
}

.btn_style-02 {
	text-align: center;
}
.btn_style-02 a {
	display: inline-block;
	min-width: 254px;
	padding: 22px 20px;
	background: #e46c82;
	font-size: 18px;
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
	/* font-family: ; */
	text-decoration: none !important;
	line-height: 1;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.btn_style-02 a:hover {
	background: #bb596b;
	text-decoration: none;
}
.btn_style-02 a i {
	position: relative;
	top: 2px;
	margin-left: 14px;
	font-size: 28px;
	line-height: 0.6;
}
.btn_style-02 a i.icon_left {
	margin-left: 0;
	margin-right: 14px;
}
.note {
	font-size: 12px;
}
.btn_style-03 {
	text-align: center;
}
.btn_style-03 a {
	display: inline-block;
	/*min-width: 91px;*/
	width:40%;
	padding: 12px 0 12px 0;
	border: 2px solid #6D6D6D;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
	/* font-family: ; */
	text-decoration: none !important;
	line-height: 1;
	color: #444;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.btn_style-03 a:hover {
	background: #e5e5e5;
	text-decoration: none;
}
.btn_style-03 a i {
	position: relative;
	top: 2px;
	margin-left: 5px;
	font-size: 18px;
	line-height: 0.6;
}
.btn_style-03 a i.icon_left {
	margin-left: 0;
	margin-right: 5px;
}
.btn_style-04 {
	text-align: center;
}
.btn_style-04 a {
	display: inline-block;
	/*min-width: 101px;*/
	width:40%;
	padding: 12px 0 12px 0;
	background: #e46c82;
	border: 2px solid #e46c82;
	font-size: 14px;
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
	/* font-family: ; */
	text-decoration: none !important;
	line-height: 1;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.btn_style-04 a:hover {
	background: #bb596b;
	text-decoration: none;
}
.btn_style-04 a i {
	position: relative;
	top: 2px;
	margin-left: 5px;
	font-size: 18px;
	line-height: 0.6;
}
.btn_style-04 a i.icon_left {
	margin-left: 0;
	margin-right: 14px;
}
.lineup_03 .btn_style-04 {
	padding-left:15px;
}
.btn_style-05 {
	text-align: center;
}
.btn_style-05 a {
	display: inline-block;
	/*min-width: 91px;*/
	min-width: 130px;
	padding: 12px 0 12px 0;
	border: 2px solid #6D6D6D;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
	/* font-family: ; */
	text-decoration: none !important;
	line-height: 1;
	color: #444;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.btn_style-05 a:hover {
	background: #e5e5e5;
	text-decoration: none;
}
.btn_style-05 a i {
	position: relative;
	top: 2px;
	margin-left: 5px;
	font-size: 18px;
	line-height: 0.6;
}
.btn_style-05 a i.icon_left {
	margin-left: 0;
	margin-right: 5px;
}

/*------------------------------

Layout setting

------------------------------*/
/*header
------------------------------*/
#header .upper {
	height: 60px;
	border-bottom: 1px solid #F3C543;
	background: #f5be00;
}
#header .upper.fixed {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
}
#header .upper .logo {
	float: left;
	padding-top: 12px;
}
#header .upper #head_navi {
	padding: 24px 0 20px;
	float: right;
}
#header .upper #head_navi ul {
	text-align: right;
}
#header .upper #head_navi ul li {
	display: inline-block;
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
	margin-left: 20px;
	line-height: 1.2;
}
#header .middle {
	border-top: 1px solid #D5AC34;
	height: 379px;
	background: url(../images/header_mid_bg.png) 0 0 repeat-x;
}
#header .upper #head_navi ul li a {
	color: inherit;
}
#header .lower.fixed {
	position: fixed;
	z-index: 100;
	top: 60px;
	left: 0;
	width: 100%;
}
#header #global_navi {
	position: relative;
	z-index: 5;
	background: #444;
}
#header #global_navi:after {
	content: '';
	z-index: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #000;
}
#header #global_navi ul {
	margin: 0;
}
#header #global_navi ul li {
	display: inline;
	float: left;
	font-size: 16px;
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
}
#header #global_navi ul li a {
	display: inline-block;
	padding: 30px 20px;
	color: #fff;
	line-height: 1.2;
}
#header #global_navi ul li.stay a {
	background: #fff;
	color: #5d5d5d;
}
#header #global_navi ul li.stay {
	position: relative;
	z-index: 5;
}
#header #global_navi ul li.stay:before {
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 5px;
	background: #ff9c00;
}
#header #global_navi ul li.stay:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 29px;
	height: 7px;
	margin-left: -14px;
	background: url(../images/gnav_stay.png) 0 0 no-repeat;
}
#page_top #header #global_navi ul li.stay:after {
	background: none;
}
#header #sub_navi {
	background: #575757;
}
#header #sub_navi ul li {
	padding: 14px 20px 14px 0;
	display: inline-block;
}
#header #sub_navi ul li a {
	color: #fff;
}
#header #sub_navi ul li.apply a {
	padding: 6px 12px;
	background: #e46c82;
	border-radius: 5px;
}
#header #sub_navi ul li.apply a:hover {
	background: #bb596b;
	text-decoration: none;
}
#header #sub_navi ul li a i {
	font-size: 16px;
}

/*intro_header
------------------------------*/
#intro_header {
	height: 260px;
	background: #efefea;
}
#intro_header_level {
	height: 150px;
	background: #f9e14e;
}
#intro_header .thumb {
	float: left;
	margin-right: 30px;
}
#intro_header .hl {
	padding-top: 35px;
}
#intro_header .text {
	margin-bottom: 10px;
}
#intro_header a {
	font-family: I-OTF-UDゴ表示Pro M;
}

/*contents 
------------------------------*/
#contents {
	padding: 20px 0 60px;
}
#foot_apply {
	padding: 30px 20px;
	border: 1px solid #e46c82;
	background: #fae2e6;
}
#foot_apply .link {
	float: right;
	margin-top: 30px;
	margin-right: 30px
}
#foot_apply .link a {
	min-width: 360px;
}
#foot_apply .hl {
	margin-bottom: 10px;
	line-height: 1.4;
}
#foot_apply .address {
	line-height: 1.8;
}
#foot_contact {
	margin-top: 60px;
}
#foot_contact .hl {
	padding: 10px 15px;
	background: #f9dd41;
	font-size: 30px;
	line-height: 1.2;
}
#foot_contact .hl i {
	margin-right: 5px;
}
#foot_contact .contact {
	padding: 25px 20px;
	background: #f7f7f7;
}
#foot_contact .contact .tel {
	float: left;
}
#foot_contact .contact .link {
	float: right;
}
#foot_contact .contact .link a {
	min-width: 440px;
}
#foot_contact .nav {
	padding: 15px;
	background: #efefef;
}
#foot_contact .nav ul li {
	display: inline-block;
	margin-right: 10px;
}
#foot_contact .nav ul li a {
	color: inherit;
	text-decoration: underline;
}
/*footer
------------------------------*/
#footer {
	background: #444;
	color: #fff;
}
#footer #foot_navi {
	padding: 30px 0 20px;
}
#footer #foot_navi ul li a {
	color: #fff;
}
#footer #foot_navi ul li.parent {
	float: left;
	margin-right: 30px;
}
#footer #foot_navi ul li.parent > span {
	display: inline-block;
	margin-bottom: 16px;
	font-size: 14px;
}
#footer #foot_navi ul li.parent ul li {
	margin-bottom: 5px;
	font-size: 12px;
}
#footer #foot_navi ul li.parent ul li i {
	font-weight: bold;
}
#footer #foot_navi ul li.parent ul li a {
	text-decoration: underline;
}
#footer #foot_navi ul li.parent ul.this li {
	list-style-type: disc;
	list-style-position: inside;
}
#footer #copyright {
	padding-bottom: 20px;
	text-align: center;
}

/*------------------------------

Parts setting

------------------------------*/
#entry_body .entry .inner {
	margin: 0 -10px;
}

/*------------------------------

Admin setting

------------------------------*/
#adminBox {
	margin-bottom: 0;
}