@charset "UTF-8";
/* 当社について用CSS
========================================*/
.inrWrap .table_style {
width:100%;
border-collapse:collapse;
margin-top:15px;
margin-bottom:15px;
border: 1px solid #e7b200;
}
.inrWrap .table_style th ,.inrWrap .table_style td {
border: 1px solid #e7b200;
font-size: 105%;
padding:10px;
line-height: 1.3em;
}
.inrWrap .table_style th {
	background-color:#FFF2CA;
}
/* SPonly */
@media screen and (max-width: 767px) {
	.pc_on{
		display: none;
	}
	header .mainttl {
		align-items:center;
		background:url(../img/bg_header_sp.jpg) no-repeat center bottom;
		background-size:cover;
		display:flex;
		height:450px;
	}
	header .mainttl h1 {
		background:rgba(255, 255, 255, 0.85);
		box-sizing:border-box;
		padding:20px 5.5%;
		width:90%;
		
		font-size: 26px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		transform: rotate(.03deg);
		font-weight: 900;
	}
	header .mainttl h1 span {
		display: block;
		line-height: 1.2;
	}
	header .mainttl h1 img {
		height:31px;
	}
	header .mainttl h1.line2 {
		padding:16px 5.5%;
		width:90%;
	}
	header .mainttl h1.line2 img {
		height:40px;
	}
	#mainArea article > section {
		padding:50px 5.5%;
	}
	#mainArea article > section:nth-of-type(even) {
		background:#faf7eb;
	}
	#mainArea article > section h2 {
		margin:-30px -5% 30px;
		padding:30px 0;
		position:relative;
		text-align:center;
	}
	#mainArea article > section h2.h2_text {
		font-size: 23px;
		letter-spacing: -0.02em;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		transform: rotate(.03deg);
		font-weight: 900;
		line-height: 1.3;
	}
	#mainArea article > section h2.line2 img {
		height:55px;
	}
	#mainArea article > section h2 img {
		height:24px;
	}
	#mainArea article > section h2:after {
		background:#f2ba00;
		content:"";
		margin-left:-22px;
		position:absolute;
		left:50%;
		bottom:0;
		height:2px;
		width:45px;
	}
	#mainArea article > section p {
		line-height:180%;
	}
	#mainArea article > section .watahanLogo {
		margin-top:30px;
		text-align:center;
	}
	#mainArea article > section .watahanLogo img {
		width:100%;
		max-width:335px;
	}
	#mainArea article > section .flexBlock p {
		line-height:165%;
	}
	#mainArea article > section .flexBlock p strong {
		font-size:116%;
		line-height:165%;
	}
	#mainArea article > section h3.h3_style {
		border-left:5px solid #e7b200;
		font-size:108%;
		font-weight:bold;
		margin-bottom:15px;
		padding-left:10px;
	}
	#mainArea article > section em{
	  color: #f2ba00;
	}
	#mainArea article > section span.del_line{
		text-decoration: line-through;
	}
	#mainArea article > section figure.taC img {
		width: 100%;
	}
	#mainArea article > section.cont01_02 figure {
		margin-bottom:20px;
	}
	#mainArea article > section.cont01_02 p {
		margin-bottom:30px;
	}
	#mainArea article > section.cont01_02 ul {
		font-size: 110%;
		font-weight: bold;
		margin-bottom:30px;
		padding-left: 20px;
	}
	#mainArea article > section.cont01_02 ul li {
		list-style-type: square !important;
		margin-bottom:10px;
	}
	#mainArea article > section.cont01_03 figure {
		margin-bottom:20px;
	}
	#mainArea article > section.cont01_03 p {
		margin-bottom:30px;
	}
	#mainArea article > section.cont01_03 ul {
		font-size: 110%;
		font-weight: bold;
		margin-bottom:30px;
	}
	#mainArea article > section.cont01_03 ul li {
		list-style-type: square !important;
		margin-bottom:10px;
		margin-left: 20px;
	}
	#mainArea article > section.cont01_03 ul li.list_none {
		list-style-type: none !important;
		margin-left: 0 !important;
	}
	#mainArea article > section.cont01_03 .flexBlock {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		margin-top:20px;
	}
	#mainArea article > section.cont01_03 .flexBlock li {
		width:32.5%;
	}
	#mainArea article > section.cont01_03 .flexBlock li img {
		width:100%;
	}
	#mainArea article > section.cont01_03 .flexBlock li figcaption {
		font-size:92%;
		margin-top:8px;
		text-align:center;
	}
	#mainArea article > section.cont01_03 .address {
		background:#faf7eb;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		margin:30px -6% 0;
		padding:15px 5.5%;
	}
	#mainArea article > section.cont01_03 .address dt {
		line-height:165%;
		width:40%;
	}
	#mainArea article > section.cont01_03 .address dd {
		width:60%;
	}
	#mainArea article > section.cont01_03 .address dd p {
		line-height:165%;
	}
	#mainArea article > section.cont01_04 figure {
		margin-bottom:20px;
	}
	#mainArea article > section.cont01_04 p {
		margin-bottom:30px;
	}
	#mainArea article > section.cont01_04 ul {
		font-size: 120%;
		font-weight: bold;
		margin-bottom:30px;
		padding-left: 20px;
	}
	#mainArea article > section.cont01_04 ul li {
		list-style-type: square !important;
		margin-bottom:10px;
	}
	#mainArea article > section.cont01_05 figure {
		margin-bottom:20px;
	}
	#mainArea article > section.cont01_05 p {
		margin-bottom:30px;
	}
	#mainArea article > section.cont01_05 .beforeTtl {
		font-size:92%;
		font-weight:bold;
		margin-bottom:5px;
	}
	#mainArea article > section.cont01_05 .beforeImg {
		background:url(../img/arrow_cont02_sec04.png) no-repeat center 45px;
		background-size:10px auto;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		margin:0 auto 20px;
	}
	#mainArea article > section.cont01_05 .beforeImg li {
		width:46%;
	}
	#mainArea article > section.cont01_05 .beforeImg li img {
		width:100%;
	}
	#mainArea article > section.cont01_05 .beforeImg li figcaption {
		font-size:92%;
		margin-top:7px;
		text-align:center;
	}
	#mainArea article > section.cont01_05 .beforeImg:last-of-type {
		margin-bottom:0;
	}
	#mainArea article > section.cont01_05 ul {
		margin-bottom:30px;
	}
	#mainArea article > section.cont01_05 ul li {
		list-style-type: square !important;
		margin-bottom:10px;
		margin-left: 20px;
	}
	#mainArea article > section.cont01_05 ul li.list_none {
		list-style-type: none !important;
		margin-left: 0 !important;
	}
	#mainArea article > section.cont01_06 figure {
		margin-bottom:20px;
	}
	#mainArea article > section.cont01_06 p {
		margin-bottom:30px;
	}
	.whatsBtn {
		margin: 40px 0;
	}
	.whatsBtn a {
		background: url(../img/arrow_btn.png) no-repeat 15px center #f2ba00;
		background-size: 10px auto;
		box-sizing: border-box;
		color: #fff;
		display: block;
		letter-spacing: -0.05em;
		padding: 15px 3px 15px 25px;
		text-align: center;
		width: 100%;
	}

}

/* iPhone5only */
@media screen and (max-width: 359px) {
	#mainArea article > section.cont01_02 .whatsBtn {
		margin:40px -3%;
	}
	#mainArea article > section.cont01_02 .whatsBtn a {
		background:url(../img/arrow_btn.png) no-repeat 10px center #f2ba00;
		background-size:8px auto;
		letter-spacing:-0.05em;
		padding:15px 2px 15px 20px;
	}
}

/* PConly */
@media screen and (min-width: 768px) {
	header .mainttl {
		align-items:center;
		background:url(../img/bg_header_pc.jpg) no-repeat center bottom;
		background-size:cover;
		display:flex;
		height:490px;
	}
	header .mainttl h1 {
		box-sizing:border-box;
		margin:0 auto;
		padding:0 20px;
		max-width:900px;
		
		font-size: 36px;
		letter-spacing: -0.02em;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		transform: rotate(.03deg);
		font-weight: 900;
	}
	header .mainttl h1 span {
		display: block;
		line-height: 1.1;
		background: rgba(255, 255, 255, 0.85);
		padding: 27px 50px 27px 50px;
	}
	#mainArea article > section h2.h2_text {
		font-size: 32px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		transform: rotate(.03deg);
		font-weight: 900;
		line-height: 1.2;
	}
	header .mainttl h1 img {
		background:rgba(255, 255, 255, 0.85);
		padding:30px 160px 30px 50px;
		height:42px;
	}
	header .mainttl h1.line2 img {
		padding:14px 160px 14px 50px;
		height:75px;
	}
	header .glonav .navList > ul > li:nth-of-type(5) > p a:after {
		margin-left:-50%;
		width:102%;
	}
	#mainArea article > section {
		padding:80px 0;
	}
	#mainArea article > section:nth-of-type(even) {
		background:#faf7eb;
	}
	#mainArea article > section h2 {
		margin:-90px 0 40px;
		padding:90px 0 40px;
		position:relative;
		text-align:center;
	}
	#mainArea article > section h2 img {
		height:32px;
	}
	#mainArea article > section h2:after {
		background:#f2ba00;
		content:"";
		margin-left:-30px;
		position:absolute;
		left:50%;
		bottom:0;
		height:2px;
		width:60px;
	}
	#mainArea article > section p {
		line-height:180%;
	}
	#mainArea article > section .watahanLogo {
		margin-top:50px;
		text-align:center;
	}
	#mainArea article > section .watahanLogo img {
		height:74px;
	}
	#mainArea article > section .flexBlock {
		align-items:center;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	#mainArea article > section .flexBlock p {
		line-height:165%;
	}
	#mainArea article > section .flexBlock p strong {
		font-size:120%;
		line-height:165%;
	}
	#mainArea article > section h3.h3_style {
		border-left:5px solid #e7b200;
		font-size:114%;
		font-weight:bold;
		margin-bottom:20px;
		padding-left:10px;
	}
	#mainArea article > section em{
	  color: #f2ba00;
	}
	#mainArea article > section figure.taC { text-align: center; }
	#mainArea article > section figure.taC img {
		width: 660px;
	}
	#mainArea article > section span.del_line{
		text-decoration: line-through;
	}
	#mainArea article > section.cont01_02 figure {
		margin-bottom:20px;
	}
	#mainArea article > section.cont01_02 p {
		margin-bottom:30px;
	}
	#mainArea article > section.cont01_02 ul {
		font-size: 110%;
		font-weight: bold;
		margin-bottom:30px;
		padding-left: 20px;
	}
	#mainArea article > section.cont01_02 ul li {
		list-style-type: square !important;
		margin-bottom:10px;
	}
	#mainArea article > section.cont01_03 figure {
		margin-bottom:20px;
	}
	#mainArea article > section.cont01_03 p {
		margin-bottom:30px;
	}
	#mainArea article > section.cont01_03 ul {
		font-size: 110%;
		font-weight: bold;
		margin-bottom:30px;
	}
	#mainArea article > section.cont01_03 ul li {
		list-style-type: square !important;
		margin-bottom:10px;
		margin-left: 20px;
	}
	#mainArea article > section.cont01_03 ul li.list_none {
		list-style-type: none !important;
		margin-left: 0 !important;
	}
	#mainArea article > section.cont01_03 .flexBlock {
		margin-top:30px;
		padding:0 20px;
	}
	#mainArea article > section.cont01_03 .flexBlock li {
		width:310px;
	}
	#mainArea article > section.cont01_03 .flexBlock li img {
		width:100%;
	}
	#mainArea article > section.cont01_03 .flexBlock li figcaption {
		font-size:107%;
		margin-top:10px;
		padding:0 5px;
		text-align:center;
	}
	#mainArea article > section.cont01_03 .address {
		background:#faf7eb;
		display:flex;
		flex-wrap:wrap;
		font-size:114%;
		justify-content:space-between;
		margin:50px auto 0;
		padding:18px 20px;
		width:760px;
	}
	#mainArea article > section.cont01_03 .address dt {
		line-height:180%;
		text-align:center;
		width:280px;
	}
	#mainArea article > section.cont01_03 .address dd {
		width:480px;
	}
	#mainArea article > section.cont01_03 .address dd p {
		display:inline-block;
		margin-right:20px;
	}
	#mainArea article > section.cont01_04 figure {
		margin-bottom:20px;
	}
	#mainArea article > section.cont01_04 p {
		margin-bottom:30px;
	}
	#mainArea article > section.cont01_04 ul {
		font-size: 120%;
		font-weight: bold;
		margin-bottom:30px;
		padding-left: 20px;
	}
	#mainArea article > section.cont01_04 ul li {
		list-style-type: square !important;
		margin-bottom:10px;
	}
	#mainArea article > section.cont01_05 figure {
		margin-bottom:20px;
	}
	#mainArea article > section.cont01_05 p {
		margin-bottom:30px;
	}
	#mainArea article > section.cont01_05 .beforeTtl {
		font-size:114%;
		font-weight:bold;
		margin:0 auto 7px;
		width:760px;
	}
	#mainArea article > section.cont01_05 .beforeImg {
		background:url(../img/arrow_cont02_sec04.png) no-repeat center 85px;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		margin:0 auto 50px;
		width:760px;
	}
	#mainArea article > section.cont01_05 .beforeImg li {
		width:330px;
	}
	#mainArea article > section.cont01_05 .beforeImg li img {
		width:100%;
	}
	#mainArea article > section.cont01_05 .beforeImg li figcaption {
		font-size:107%;
		margin-top:10px;
		text-align:center;
	}
	#mainArea article > section.cont01_05 .beforeImg:last-of-type {
		margin-bottom:0;
	}
	#mainArea article > section.cont01_05 ul {
		margin-bottom:30px;
	}
	#mainArea article > section.cont01_05 ul li {
		list-style-type: square !important;
		margin-left: 20px;
		margin-bottom:10px;
	}
	#mainArea article > section.cont01_05 ul li.list_none {
		list-style-type: none !important;
		margin-left: 0 !important;
	}
	
	#mainArea article > section.cont01_06 figure {
		margin-bottom:20px;
	}
	#mainArea article > section.cont01_06 p {
		margin-bottom:30px;
	}
	.whatsBtn {
		margin: 70px 0 60px;
	}
	.whatsBtn a {
		background: url(../img/arrow_btn.png) no-repeat 40px center #f2ba00;
		color: #fff !important;
		display: block;
		font-size: 167%;
		margin: 0 auto;
		padding: 30px 10px 30px 50px;
		text-align: center;
		width: 480px;
		transition: all 0.1s ease;
	}
	.whatsBtn a:hover {
		background-color: #ffe066;
	}

}