@charset "utf-8";

/*=====================================

common.css

=====================================*/


/*-------------------------------------
 reset
-------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	line-height: 0;
	vertical-align: bottom;
}
iframe {
	vertical-align: bottom;
	border: 0;
}


/*-------------------------------------
 setting
-------------------------------------*/
html {
	height: 100%;
}
body {
	position: relative;
	height: 100%;
	min-height: 100%;
	color: #000;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
	font-size: 15px;
	line-height: 1.8;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

strong {
	font-weight: bold;
}
em {
	font-style: normal;
}


/*-------------------------------------
 wrapper
-------------------------------------*/
#wrapper {
	max-width: 768px;
	margin: 0 auto;
}

/*-------------------------------------
 header
-------------------------------------*/
#header {
	position: relative;
	text-align: center;
	border-bottom: 2px solid #305d47;
}
#header .logo {
	width: 640px;
	margin: 0 auto;
	padding: 20px 0;
}

/*-------------------------------------
 footer
-------------------------------------*/
#footer {
	padding: 5px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	background: #000;
}

/*-------------------------------------
 visualBlock
-------------------------------------*/
.visualBlock h1 {
	width: 380px;
	padding: 20px 0 40px 60px;
}
.visualBlock .visual {
	padding: 20px 0 60px 0;
	border-bottom: 2px solid #305d47;
}
.visualBlock .btn {
	width: 180px;
	margin: -40px 0 0 40px;
}

/*-------------------------------------
 main
-------------------------------------*/
.mainBlock {
}
.mainBtn {
	position: relative;
	padding: 0 0 40px 40px;
	cursor: pointer;
	background: url(../images/bg01.svg) repeat;
	background-size: 12px auto;
}
.mainBtn img {
	height: 180px;
}
.main02 .mainBtn {
	background: none;
}
.subBlock {
	display: none;
}
.subBtn {
	position: relative;
	display: table;
	width: 100%;
	padding: 20px 10px 20px 40px;
	cursor: pointer;
	color: #fff;
	border-top: 1px solid #9b9b9b;
	background: #727171;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	box-sizing: border-box;
}
.subBtn .icon,
.subBtn .toggle,
.subBtn h3 {
	display: table-cell;
	vertical-align: middle;
}
.subBtn .icon {
	width: 120px;
	padding: 0 37px 0 0;
}
.subBtn h3 {
	padding: 0 0 0 20px;
}
.subBtn h3 img {
	width: 400px;
}
.subBlock .item {
	display: none;
	padding: 10px 10px 0 10px;
	background: url(../images/sub_bg.svg) repeat;
	background-size: 7px auto;
}
.subBlock .item h4 {
	display: table;
	width: 100%;
	height: 54px;
	margin: 25px 0;
	padding: 0 0 0 82px;
	vertical-align: middle;
	background: url(../images/icn_quotation.svg) no-repeat 0 0;
	background-size: 82px auto;
	box-sizing: border-box;
}
.subBlock .item h4 em {
	display: table-cell;
	font-size: 22px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.3;
	font-weight: bold;
	vertical-align: middle;
}
.subBlock .item .visual {
	margin: 0 -10px 10px -10px;
}
.subBlock .item .lead {
	margin: 0 0 5px 0;
	font-weight: bold;
}
.subBlock .item p {
	margin: 0 0 15px 0;
}
.subBlock .item .img {
	margin: 0 0 15px 0;
	text-align: center;
}
.subBlock .item .btnClose {
	width: 77px;
	height: 45px;
	margin: 30px auto 0 auto;
	cursor: pointer;
	text-align: center;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../images/btn_close03.svg) no-repeat 0 0;
	background-size: 100% auto;
	overflow: hidden;
}

.mainBtn .toggle {
	position: absolute;
	top: 155px;
	left: 198px;
	width: 127px;
	height: 23px;
	background: url(../images/btn_more01.svg) no-repeat left center;
}
.mainBtn.open .toggle {
	background-image: url(../images/btn_close01.svg);
}
.subBtn .toggle {
	width: 128px;
	height: 23px;
	background: url(../images/btn_more02.svg) no-repeat left center;
}
.subBtn.open .toggle{
	background-image: url(../images/btn_close02.svg);
}




.bold {
	font-weight: bold;
}

.imgC {
	padding: 0 0 30px 0;
	text-align: center;
}


.imgList01 {
	margin: 0 0 -30px 0;
	letter-spacing: -0.4em;
}
.imgList01 li {
	display: inline-block;
	width: 50%;
	padding: 0 0 30px 0;
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
	box-sizing: border-box;
}
.imgList01 li figcaption {
	margin: -25px 0 0 0;
	padding: 0 60px 0 75px;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
}





.icnList01 {
	margin: 0 -1em 0 0;
	letter-spacing: -0.4em;
}
.icnList01 li {
	position: relative;
	display: inline-block;
	padding: 0 1em 0 0;
	letter-spacing: normal;
	vertical-align: top;
}
.icnList01 li:before {
	display: inline-block;
	content: "■";
	color: #009ce5;
	vertical-align: top;
}




.sup {
	font-size: 0.8em;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
.sub {
	font-size: 0.8em;
	vertical-align: bottom;
	position: relative;
	top: 0.1em;
}

















/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/


/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

/*-------------------------------------
 header
-------------------------------------*/
#header {
	border-bottom: 1px solid #305d47;
}
#header .logo {
	width: auto;
	padding: 10px 20px;
	line-height: 0;
}

/*-------------------------------------
 visualBlock
-------------------------------------*/
.visualBlock h1 {
	width: 160px;
	padding: 20px 0 20px 20px;
}
.visualBlock .visual {
	padding: 10px 0 30px 0;
	border-bottom: 1px solid #305d47;
}
.visualBlock .btn {
	width: 75px;
	margin: -20px 0 0 20px;
}

/*-------------------------------------
 main
-------------------------------------*/
.mainBtn {
	padding: 0 0 20px 20px;
	background-size: 5px auto;
}
.mainBtn img {
	height: 70px;
}
.subBtn {
	padding: 8px 10px 8px 18px;
}
.subBtn .icon {
	width: 50px;
	padding: 0 15px 0 0;
}
.subBtn h3 {
	padding: 0 0 0 10px;
	line-height: 0;
}
.subBtn h3 img {
	width: 164px;
}
.subBlock .item h4 {
	height: 45px;
	margin: 25px 0;
	padding: 0 0 0 64px;
	background-size: 64px auto;
}
.subBlock .item h4 em {
	font-size: 17px;
}

.mainBtn .toggle {
	position: absolute;
	top: 60px;
	left: 82px;
	width: 53px;
	height: 14px;
}
.subBtn .toggle {
	width: 53px;
	height: 14px;
}




.imgList01 li {
	display: block;
	width: auto;
}
.imgList01 li figcaption {
	padding: 0 10% 0 13%;
}







}


