﻿@charset "utf-8";

/* --------------------------------
    Reset - v1.5
-------------------------------- */
body,caption,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,img,li,ol,p,pre,table,ul{margin:0;padding:0;border:0}body{font:13px "メイリオ","ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;line-height:1}ol,ul{list-style:none}em,h1,h2,h3,h4,h5,h6,strong{font-weight:700}table{border-collapse:collapse;border-spacing:0}address,button,input,optgroup,option,select,textarea{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}h1,h2,h3,h4,h5,h6{font-size:13px}

a { color:#5397cc; }
a:visited { color:#1b639b; }
a:hover { color:#1b639b; text-decoration:none; }
a:active { color:#1b639b; }

input[type="text"],
textarea{
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    -webkit-box-shadow: 0 1px 2px rgba(89, 89, 96, 0.1) inset;
    box-shadow: 0 1px 2px rgba(89, 89, 96, 0.1) inset;
}
input[type="text"]:focus,
textarea:focus{
    outline-offset:-2px;
    outline: 5px auto -webkit-focus-ring-color;
}
input[type="text"]:hover,
textarea:hover{
    border: 1px solid #a6c8ff;
}

select{
    padding: 2px;
    border: 1px solid #ccc;
}

input[type="radio"],
input[type="checkbox"]{
    width: 17px;
    height: 17px;
    vertical-align: middle;
    cursor: pointer;
}

/* --------------------------------
    Utility(PC) - v1.3
--------------------------------
margin        : .mg-0
margin-top    : .mg-t0 - .mg-t5x (max:50)
margin-right  : .mg-r0 - .mg-r5x (max:50)
margin-bottom : .mg-b0 - .mg-b5x (max:50)
margin-left   : .mg-l0 - .mg-l5x (max:50)

padding        : .pa-0
padding-top    : .pa-t0 - .pa-t5x (max:50)
padding-right  : .pa-r0 - .pa-r5x (max:50)
padding-bottom : .pa-b0 - .pa-b5x (max:50)
padding-left   : .pa-l0 - .pa-l5x (max:50)

clearfix : .cl

input width 5%    : .fw-5
input width 10% - : .fw-10x (max:100)

font-size       : .fs-10 - fs-30
line-height     : .lh-10 - .lh-20 (default:1)
text-align      : .tx-ac(center), .tx-al(left), .tx-ar(right)
font-weight     : .tx-wb(bold), .tx-wn(normal)
text-decoration : .tx-du(underline), .tx-dn(none)
break-word      : .break-word

-------------------------------- */
.mg-0{margin:0!important}.mg-t0{margin-top:0!important}.mg-t5{margin-top:5px!important}.mg-t10{margin-top:10px!important}.mg-t15{margin-top:15px!important}.mg-t20{margin-top:20px!important}.mg-t25{margin-top:25px!important}.mg-t30{margin-top:30px!important}.mg-t35{margin-top:35px!important}.mg-t40{margin-top:40px!important}.mg-t45{margin-top:45px!important}.mg-t50{margin-top:50px!important}.mg-r0{margin-right:0!important}.mg-r5{margin-right:5px!important}.mg-r10{margin-right:10px!important}.mg-r15{margin-right:15px!important}.mg-r20{margin-right:20px!important}.mg-r25{margin-right:25px!important}.mg-r30{margin-right:30px!important}.mg-r35{margin-right:35px!important}.mg-r40{margin-right:40px!important}.mg-r45{margin-right:45px!important}.mg-r50{margin-right:50px!important}.mg-b0{margin-bottom:0!important}.mg-b5{margin-bottom:5px!important}.mg-b10{margin-bottom:10px!important}.mg-b15{margin-bottom:15px!important}.mg-b20{margin-bottom:20px!important}.mg-b25{margin-bottom:25px!important}.mg-b30{margin-bottom:30px!important}.mg-b35{margin-bottom:35px!important}.mg-b40{margin-bottom:40px!important}.mg-b45{margin-bottom:45px!important}.mg-b50{margin-bottom:50px!important}.mg-l0{margin-left:0!important}.mg-l5{margin-left:5px!important}.mg-l10{margin-left:10px!important}.mg-l15{margin-left:15px!important}.mg-l20{margin-left:20px!important}.mg-l25{margin-left:25px!important}.mg-l30{margin-left:30px!important}.mg-l35{margin-left:35px!important}.mg-l40{margin-left:40px!important}.mg-l45{margin-left:45px!important}.mg-l50{margin-left:50px!important}.pa-0{padding:0!important}.pa-t0{padding-top:0!important}.pa-t5{padding-top:5px!important}.pa-t10{padding-top:10px!important}.pa-t15{padding-top:15px!important}.pa-t20{padding-top:20px!important}.pa-t25{padding-top:25px!important}.pa-t30{padding-top:30px!important}.pa-t35{padding-top:35px!important}.pa-t40{padding-top:40px!important}.pa-t45{padding-top:45px!important}.pa-t50{padding-top:50px!important}.pa-r0{padding-right:0!important}.pa-r5{padding-right:5px!important}.pa-r10{padding-right:10px!important}.pa-r15{padding-right:15px!important}.pa-r20{padding-right:20px!important}.pa-r25{padding-right:25px!important}.pa-r30{padding-right:30px!important}.pa-r35{padding-right:35px!important}.pa-r40{padding-right:40px!important}.pa-r45{padding-right:45px!important}.pa-r50{padding-right:50px!important}.pa-b0{padding-bottom:0!important}.pa-b5{padding-bottom:5px!important}.pa-b10{padding-bottom:10px!important}.pa-b15{padding-bottom:15px!important}.pa-b20{padding-bottom:20px!important}.pa-b25{padding-bottom:25px!important}.pa-b30{padding-bottom:30px!important}.pa-b35{padding-bottom:35px!important}.pa-b40{padding-bottom:40px!important}.pa-b45{padding-bottom:45px!important}.pa-b50{padding-bottom:50px!important}.pa-l0{padding-left:0!important}.pa-l5{padding-left:5px!important}.pa-l10{padding-left:10px!important}.pa-l15{padding-left:15px!important}.pa-l20{padding-left:20px!important}.pa-l25{padding-left:25px!important}.pa-l30{padding-left:30px!important}.pa-l35{padding-left:35px!important}.pa-l40{padding-left:40px!important}.pa-l45{padding-left:45px!important}.pa-l50{padding-left:50px!important}.cl:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.fw-5{width:5%!important}.fw-10{width:10%!important}.fw-20{width:20%!important}.fw-30{width:30%!important}.fw-40{width:40%!important}.fw-50{width:50%!important}.fw-60{width:60%!important}.fw-70{width:70%!important}.fw-80{width:80%!important}.fw-90{width:90%!important}.fw-100{width:100%!important}.fs-10{font-size:10px!important}.fs-11{font-size:11px!important}.fs-12{font-size:12px!important}.fs-13{font-size:13px!important}.fs-14{font-size:14px!important}.fs-15{font-size:15px!important}.fs-16{font-size:16px!important}.fs-17{font-size:17px!important}.fs-18{font-size:18px!important}.fs-19{font-size:19px!important}.fs-20{font-size:20px!important}.fs-21{font-size:21px!important}.fs-22{font-size:22px!important}.fs-23{font-size:23px!important}.fs-24{font-size:24px!important}.fs-25{font-size:25px!important}.fs-26{font-size:26px!important}.fs-27{font-size:27px!important}.fs-28{font-size:28px!important}.fs-29{font-size:29px!important}.fs-30{font-size:30px!important}.lh-10{line-height:1!important}.lh-11{line-height:1.1!important}.lh-12{line-height:1.2!important}.lh-13{line-height:1.3!important}.lh-14{line-height:1.4!important}.lh-15{line-height:1.5!important}.lh-16{line-height:1.6!important}.lh-17{line-height:1.7!important}.lh-18{line-height:1.8!important}.lh-19{line-height:1.9!important}.lh-20{line-height:2!important}.tx-ac{text-align:center!important}.tx-al{text-align:left!important}.tx-ar{text-align:right!important}.tx-wb{font-weight:700!important}.tx-wn{font-weight:400!important}.tx-du{text-decoration:underline!important}.tx-dn{text-decoration:none!important}.break-word{word-wrap:break-word!important;overflow-wrap:break-word!important}



body{
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/* --------------------------------
 Layout
-------------------------------- */

.l-all{
}
/* l-head */
.l-head{
	position: fixed;
	z-index: 10000;
    top: 0;
	width: 100%;
}
/* l-contents */
.l-contents{
	margin: 68px auto 0;
	padding: 0 0 60px;
}

.l-contents__second{
	padding: 0 0 150px;
}

.l-wrap{
	width: 960px;
	margin: 0 auto;
}

.l-wrap__business{
	position: relative;
	padding: 0 0 100px;
}

.l-main{
	width: 730px;
	float: left;
}

.l-sub{
	width: 195px;
	float: right;
}

/* l-foot */
.l-foot{
}




/* --------------------------------
 head
-------------------------------- */

.mod-head{
	border-top: 3px solid #b80000;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	background: #fff;
}
.mod-head-inner{
	width: 960px;
	height: 65px;
	margin: 0 auto;
	display: table;
}
/* ロゴ */
.mod-head-logo{
	display: table-cell;
	vertical-align: middle;
	width: 330px;
}

/* テキストメニュー */
.mod-head-menu{
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
}
.mod-head-menu li{
  position: relative;
	display: inline-block;
	margin: 0 0 0 10px;

}
.mod-head-menu li a{
	font-size: 13px;
	padding: 5px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
/* アニメーション */
.mod-head-menu li:after {
  position: absolute;
  -mos-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: -8px;
  height: 1px;
  background: #b80000;
}
.mod-head-menu li:hover a {
	color: #b80000;
	font-weight: bold;
}
.mod-head-menu li:hover:after {
  width: 100%;
  left: 0;
}
/* active */
.mod-head-menu-active a{
	padding: 5px;
	color: #b80000 !important;
	border-bottom: 1px solid #b80000;
	font-weight: bold;
}
.mod-head-menu-active:after{
	content: none;
	opacity: 0;
}



/* エントリーボタン */
.mod-head-menu-contact{
	display: table-cell;
	vertical-align: middle;
	width: 90px;
}
.mod-head-menu-contact a{
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: block;
	padding: 8px 10px 6px;
	line-height: 1.2;
	background: #b80000;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
}
.mod-head-menu-contact a span{
	position: relative;
	z-index: 3;
}
.mod-head-menu-contact a em{
    letter-spacing: 0.2em;
	font-style: normal;
    padding: 0 0 0 3px;
	font-weight: normal;
}
.mod-head-menu-contact a:after {
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    bottom: 0;
    background: #980000;
	height: 120%;
    left: -10%;
    transform: skewX(15deg);
    z-index: 2;
  }
.mod-head-menu-contact a:hover:after{
	left: -10%;
	width: 120%;
}


/* --------------------------------
 foot
-------------------------------- */


.mod-foot-top{
	padding: 30px 0;
	border-top: 1px solid #ccc;
}

.mod-foot-bottom{
	padding: 35px 0;
	background: #000;
}
.mod-foot-bottom-inner{
	width: 960px;
	margin: 0 auto;
}
.mod-foot-txtLink{
	padding: 0 0 30px;
	margin: 0 0 30px;
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid #b6b6b6;
}
.mod-foot-txtLink li{
	display: inline-block;
	padding: 0 10px 0 0;
}
.mod-foot-txtLink li:last-child{
	padding: 0;
}
.mod-foot-txtLink li a{
	padding: 0 0 0 10px;
	background: url(/img/common/ic_arrow_foot.png) no-repeat left center;
	color: #b6b6b6;
	font-size: 14px;
	text-decoration: none;
}
.mod-foot-txtLink li a:hover{
	opacity: 0.7;
	-mos-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.mod-foot-logo{
	text-align: center;
}
.mod-foot-logo img{
	margin: 0 0 13px;
}
.mod-foot-logo p{
	color: #b6b6b6;
	font-size: 11px;
}

/* --------------------------------
 section
-------------------------------- */
.mod-section{
	margin: 0 0 60px;
}
.mod-subSection{
	
}

.mod-subSection800{
	width: 800px;
	margin: 0 auto;
}
.mod-subSection700{
	width: 700px;
	margin: 0 auto;
}


/* --------------------------------
 title
-------------------------------- */

/* mod-title1 */
.mod-title1{
	text-align: center;
	margin: 0 0 45px;
}
.mod-title1 p{
	font-family: 'Poppins', sans-serif;
	font-size: 60px;
	margin: 0 0 5px;
}
.mod-title1 em{
	position: relative;
	font-size: 15px;
	font-style: normal;
}
.mod-title1 em:before{
	content: "";
	position: absolute;
	background: #000;
	width: 20px;
    height: 1px;
    left: -30px;
    top: 50%;
}
.mod-title1 em:after{
	content: "";
	position: absolute;
	background: #000;
	width: 20px;
    height: 1px;
    right: -30px;
    top: 50%;
}

.mod-title2{
	font-size: 28px;
	margin: 0 0 35px;
	padding: 0 0 20px;
	border-bottom: solid 1px #ccc;
}

.mod-title2 span{
	padding: 0 0 11px;
	border-bottom: solid 5px #b80000;
}

.mod-title3{
	font-size: 22px;
	line-height: 1.5;
	margin: 0 0 20px;
	padding: 0 0 0 10px;
	border-left: solid 6px #ccc;
}

/* --------------------------------
 sub
-------------------------------- */
.mod-sub{

}

.mod-sub-title1{
	font-size: 18px;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}

.mod-sub-menu{
	margin: 0 0 20px;
}

.mod-sub-menu ul li{
	border-bottom: 1px solid #ccc;
}

.mod-sub-menu ul li a{
	display: block;
	padding: 10px 15px 10px 15px;
	font-size: 14px;
	text-decoration: none;
	color: #333;
	line-height: 1.3;
	-mos-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	background: url(/img/common/ic_arrow.png) no-repeat 95% center;
}

.mod-sub-menu ul li a:hover{
	color: #999;
}

.mod-sub-menu-active{
	background: #fff1ed url(/img/common/ic_arrow.png) no-repeat 95% center;

}

.mod-sub-menu-detail a{
	padding: 10px 15px 10px 2em !important;
}

.mod-sub-reader{
	text-align: center;
}

/* --------------------------------
 Clearfix
-------------------------------- */
.l-wrap:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

*:first-child+html .l-wrap{
	zoom: 1;/* IE7 */
}
