@charset "utf-8";
/*=============================================================
 contents Layout
=============================================================*/
/* topicPath
-------------------------------------------------------------*/
#topicPath{
	color:#737e84;
	font-size:1.4rem;
	line-height:1.3;
	background-color:#e7ebed;
	padding:12px 0 10px;
}
#topicPath>*{
	max-width:980px;
	margin:0 auto;
}
#topicPath a{color:#737e84;}

/* contents
-------------------------------------------------------------*/
#contents{line-height:1.8;}
#pageBody #contents{
	float:left;
	width:725px;
}
#pageBody #contents>*:first-child{margin-top:0;}
#contents .mT1L{margin-top:1.8em;}
#pageBody,
.boxContents{
	max-width:980px;
	margin:0 auto;
}
#foundation_top #pageBody {
	max-width: 750px;
}
#foundation_top #pageBody #contents {
	float: none;
	width: 100%;
}

/* contentsHdr
-------------------------------------------------------------*/
#contentsHdr{
	background:no-repeat center center;
	background-size:cover;
	box-sizing:border-box;
	min-height:89px;
	margin-bottom:51px;
	padding: 49px 0 35px 0;
	position:relative;
	text-align: center;
	background-image: url(../img/catch_bg.jpg);
}
#contentsHdr.front h1{
	color:#fff;
	font-size:4.4rem;
	line-height:1.2;
	font-weight:normal;
	text-shadow:0 0 10px rgba(0,0,0,.4);
}
#contentsHdr.front h1>span {
	padding-left: 0;
}

/* ttl
--------------------------------------------------------------*/
.ttl-h2 {
	font-size:2.2rem;
	line-height:1.3;
	font-weight:bold;
	margin:100px 0 30px;
	padding-top:8px;
	color: #666;
	text-align: center;
	border-bottom: 2px solid #999;
}
.ttl-h3 {
	font-size: 1.9rem;
    margin-top: 60px;
}
.ttl-h4{
	margin-bottom: 10px;
}

/* text
-------------------------------------------------------------*/
.text-indent1 {
	text-indent:1em;
}

/* link
-------------------------------------------------------------*/
/* list-num */
.list-num{margin-left:2em;}
.list-num>li{
	text-indent:0;
	list-style-type:decimal;
}
/* link-ac */
.link-ac{
	width:75%;
	margin:0 auto;
	line-height:1.4;
	padding:10px 5px 20px;
}
.link-ac li{
	float:left;
	padding:10px 15px 0;
}
.link-ac a{
	display:inline-block;
	text-align:left;
	padding-left:16px;
	position:relative;
}
.link-ac a::before{
	content:"";
	box-sizing:border-box;
	width:8px;
	height:8px;
	border-right:1px solid #455a64;
	border-bottom:1px solid #455a64;
	-webkit-transform:translate(20%, 0) rotate(45deg);
	transform:translate(20%, 0) rotate(45deg);
	position:absolute;
	top:.35em;
	left:0;
}

/* news
-------------------------------------------------------------*/
.list-news dt{
	font-weight:normal;
	white-space:nowrap;
	width:8.2em;
	margin-top:10px;
	position:relative;
}
.list-news dd{
	margin:-1.8em 0 0 0;
	padding:0 0 0 9.0em;
	border-bottom:none;
}
.list-news dt:first-child{margin-top:0;}

/*=============================================================
 top-imgArea
=============================================================*/
.top-imgArea {
	max-width: 980px;
	margin: 0 auto 30px;
	position: relative;
}
#foundation_top .top-imgArea {
	margin-top: 30px;
}
.foundation-catch {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 40px;
	line-height: 1.2;
	background: rgba(0,0,0,.3);
	padding: 20px 0;
	position: absolute;
	left: 0;
	bottom: 0;
}
.foundation-catch span {
	font-weight: bold;
	font-size: 34px;
}
.foundation-lead {
	font-weight: bold;
	margin-bottom: 50px;
	line-height: 1.3;
	font-size: 14px;
}

/* box
-------------------------------------------------------------*/
/* box-bg */
.box-bg{
	background-color:#eff2f3;
	margin-top:70px;
	padding:30px 25px;
}

/* toggle-set
-------------------------------------------------------------*/
.toggle-set .toggle-btn,
.toggle-set .toggle-close,
.toggle-group .toggle-btnAll{
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.toggle-set>.toggle-box{display:none;}
.toggle-set.open>.toggle-box{display:block;}

/* toggle-sp */
.toggle-sp .toggle-btn{cursor:auto;}
.toggle-sp .toggle-close{display:none;}
.toggle-sp>.toggle-box{display:block;}
.sp-noLink{}

/* delete JS Style */
@media only screen and (min-width:768px){
.toggle-sp>.toggle-box{display:block !important;}
}

/* toggle-dft */
.toggle-dft{
	margin-top:20px;
	padding-top:8px;
	border-top:1px solid #d2d2d2;
}
.toggle-dft>.toggle-btn{
	color:#455a64;
	font-size:1.3rem;
	line-height:27px;
	text-align:center;
}
.toggle-dft>.toggle-btn>span{
	display:inline-block;
	padding:0 0 0 33px;
	position:relative;
}
.toggle-dft>.toggle-btn>span::before{
	content:"";
	box-sizing:border-box;
	display:block;
	width:27px;
	height:27px;
	border:1px solid #90a4ae;
	position:absolute;
	top:0;
	left:0;
}
.toggle-dft>.toggle-btn>span>span::before,
.toggle-dft>.toggle-btn>span>span::after{
	content:"";
	background-color:#455a64;
	width:15px;
	height:1px;
	position:absolute;
	left:6px;
	top:13px;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.toggle-dft>.toggle-btn>span>span::after{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
.toggle-dft.open>.toggle-btn>span>span::before,
.toggle-dft.open>.toggle-btn>span>span::after{
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}
.toggle-dft>.toggle-btn .close,
.toggle-dft.open>.toggle-btn>span>span>span{display:none;}
.toggle-dft.open>.toggle-btn .close{display:inline;}
.toggle-dft>.toggle-box{
	padding:30px 0 25px;
	border-bottom:1px solid #d2d2d2;
}
.toggle-dft>.toggle-box>*:first-child{margin-top:0;}

/* toggle-dft02 */
.toggle-dft02 .toggle-btn{
	padding:5px 45px 5px 10px;
	position:relative;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	background: #d9eaf6;
}
.toggle-dft02 .toggle-btn::after{
	content:"";
	background-color:#fff;
	width:25px;
	height:25px;
	margin-top:-13px;
	position:absolute;
	top:50%;
	right:10px;
	border:1px solid #90a4ae;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.toggle-dft02 .toggle-btn>span::before,
.toggle-dft02 .toggle-btn>span::after{
	content:"";
	background-color:#455a64;
	width:15px;
	height:1px;
	position:absolute;
	top:50%;
	right:16px;
	z-index:1;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.toggle-dft02 .toggle-btn>span::after{
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}
.toggle-dft02 .toggle-btn:hover{color:#0072bf;}
.toggle-dft02 .toggle-btn:hover::after{border-color:#0072bf;}
.toggle-dft02 .toggle-btn:hover>span::before,
.toggle-dft02 .toggle-btn:hover>span::after{background-color:#0072bf;}
.toggle-dft02.open .toggle-btn>span::before,
.toggle-dft02.open .toggle-btn>span::after{
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}
.toggle-sp.toggle-dft02 .toggle-btn{padding-left:0;}
.toggle-sp.toggle-dft02 .toggle-btn::after,
.toggle-sp.toggle-dft02 .toggle-btn>span::before,
.toggle-sp.toggle-dft02 .toggle-btn>span::after{display:none;}

/* toggle-dft03 */
.toggle-dft03{
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
}
.toggle-dft03+.toggle-dft03{border-top:none;}
.toggle-dft03 .toggle-btn{
	color:#455a64;
	font-size:1.8rem;
	line-height:1.3;
	padding:18px 50px 17px 22px;
	position:relative;
	-webkit-transition:background 0.2s ease-out;
	transition:background 0.2s ease-out;
}
.toggle-dft03 .toggle-btn:hover{background-color:#e7ebed;}
.toggle-dft03.open .toggle-btn{
	color:#fff;
	background-color:#37474f;
}
.toggle-dft03 .toggle-btn>span::after{
	content:"";
	background-color:#fff;
	width:25px;
	height:25px;
	margin-top:-13px;
	position:absolute;
	right:8px;
	top:50%;
	border:1px solid #90a4ae;
}
.toggle-dft03 .toggle-btn::before,
.toggle-dft03 .toggle-btn::after{
	content:"";
	background-color:#455a64;
	width:15px;
	height:1px;
	position:absolute;
	right:14px;
	top:50%;
	z-index:1;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.toggle-dft03 .toggle-btn::after{
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}
.toggle-dft03 .toggle-btn:hover>span::after{border-color:#0072bf;}
.toggle-dft03 .toggle-btn:hover::before,
.toggle-dft03 .toggle-btn:hover::after{background-color:#0072bf;}
.toggle-dft03.open .toggle-btn::before,
.toggle-dft03.open .toggle-btn::after{
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}
.toggle-dft03 .toggle-box{
	background-color:#f5f5f5;
	padding:20px 22px;
}
#pageBody .toggle-dft03 .box-clm2>.boxL,
#pageBody .toggle-dft03 .box-clm2>.boxR{width:325px;}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px), only screen and (max-device-width:767px){

/* topicPath
-------------------------------------------------------------*/
#topicPath{
	font-size:1.1rem;
	padding:9px 15px 7px;
}
/* contents
-------------------------------------------------------------*/
#pageBody #contents{
	float:none;
	width:auto;
	max-width:725px;
	margin-right:auto;
	margin-left:auto;
}
#pageBody,
.boxContents{
	padding-right:15px;
	padding-left:15px;
}
/* contentsHdr
-------------------------------------------------------------*/
#contentsHdr{
	min-height:0;
	margin-bottom:15px;
	padding-top:15px;
}
/* front */
#contentsHdr.front{min-height:60px;}
#contentsHdr.front h1{
	font-size:2.3rem;
	text-shadow:0 0 5px rgba(0,0,0,.4);
	padding-top:17px;
}

/* 
ttl
--------------------------------------------------------------*/
.ttl-h2 {
	margin:50px 0 30px;
}
	
/* news
-------------------------------------------------------------*/
.list-news dt{
	white-space:normal;
	width:auto;
	margin-top:14px;
	padding:0;
}
.list-news dd{
	margin:0;
	padding:0 0 12px !important;
	border-bottom:1px solid #b0bec5;
}
/* foundation-banner
-------------------------------------------------------------*/
.foundation-banner {
	max-width: 165px;
	margin: 0 auto;
}
	
/*=============================================================
 top-imgArea
=============================================================*/
.foundation-catch {
	width: 100%;
	left: 0;
	bottom: 0;
	font-size: 17px;
	line-height: 1.2;
	padding: 5px 10px;
	box-sizing: border-box;
}
.foundation-catch span {
	font-size: 17px;
}
#foundation_top .top-imgArea {
	margin-top: 0;
}
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px), only screen and (max-device-width:767px){

/* link-ac */
.link-ac{
	width:auto;
	padding:2px 0 10px;
}
.link-ac li{padding:8px 10px 0;}
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:440px){





}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones small (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:374px){




}
