@charset "UTF-8";
/*
 * cmn_layout.css
 *
 */


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN" , 'メイリオ' ,Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	-webkit-text-size-adjust: none;
	line-height: 2;
	color: #00222D;
	overflow-x: hidden;
}

@media screen and (max-width:1039px){
body {
	font-size: 15px;
}
}

@media screen and (max-width:767px){
body {
	font-size: 14px;
}
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption
{ margin: 0; padding: 0;}

input, textarea
{ margin: 0; font-size: 100%;}

label
{ cursor: pointer;}

table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}

fieldset, img
{ border: 0;}

img
{ max-width: 100%; height: auto; vertical-align: top;}

address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}

ol, ul
{ list-style: none;}

caption, th
{ text-align: left;}

h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}

q:after, q:before
{ content:'';}

a
{ cursor: pointer; }

a, input
{ outline: none; }

input, textarea
{ border-radius: 0; font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN" , 'メイリオ' ,Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic" , Verdana, Arial, Helvetica, sans-serif;}

input[type="button"],input[type="submit"],input[type="reset"]
{ -webkit-appearance: none; background: none; border: none; padding: 0; cursor: pointer;}

abbr, acronym
{ border: 0;}
*
{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#contents,
.section
{
	display: block;
	min-height: 1%;
}
.clearfix:after,
#contents:after,
.section:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix,
* html #contents,
* html .section
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
body { 
	text-align: left;
	position:relative;
}
@media print {
	html,
	html body { *zoom: 0.65;}
}

/* !sidebar
---------------------------------------------------------- */
#sidebar {
	width: 100%;
	height: 80px;
	background: rgba(255,255,255,0);
	text-align: center;
	z-index: 300;
	position:relative;
}

#global-nav ul {
	position:absolute;
	width:auto;
	list-style: none;
	text-align:right;
	top:0;
	right:30px;
}
	#global-nav ul li {
		display:block;
		float:left;
	}
		#global-nav ul li.norm {
			margin:0 24px 0 0;
		}
		#global-nav ul li:last-child.norm {
			margin:0 0 0 0;
		}
			#global-nav ul li.norm a {
				font-weight:bold;
				height:80px;
				font-size:16px;
				color:#00222D;
				line-height:80px;
				position: relative;
				display: inline-block;
				outline: none;
				text-decoration: none;
				text-transform: uppercase;
			}
			#global-nav ul li.norm a::after {
				position: absolute;
				top:25px;
				left: 50%;
				width: 5px;
				height: 5px;
				margin-left:-2px;
				background: #DD5A0F;
				border-radius:50%;
				content: '';
				opacity: 0;
				transition: 0.4s;
			}
				#global-nav ul li.norm a:hover::after,
				#global-nav ul li.norm a:focus::after {
					top:15px;
					opacity: 1;
				}
				#global-nav ul li.norm a.current::after {
					top:15px;
					opacity: 1;
				}

#overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

a#panel-btn {
	display: none;
}

@media screen and (max-width:1139px){
		#global-nav ul li.norm {
			margin:0 22px 0 0;
		}
			#global-nav ul li.norm a {
				font-size:14px;
			}
}

@media screen and (max-width:1039px){
#sidebar {
		/*display: none;*/
		padding-top: 120px;
		position: fixed;
		right: -50%;
		top: 0;
		height: 100%;
		width: 50%;
		text-align: center;
		background: #0D3847;
		transition:.6s;
	}
	#global-nav ul {
		position:relative;
		width:100%;
		text-align:center;
		height:auto;
		top:auto;
		right:auto;
		margin:0 auto;
	}
	#global-nav ul li {
		width:100%;
		float:none;
		text-align:center;
		margin:0;
	}
		#global-nav ul li.norm {
			margin:0 0 20px 0;
		}
	#global-nav ul li.norm a {
		width:100%;
		padding: 0;
		height:50px;
		line-height:50px;
		text-align:center;
		font-size:18px;
		color:#EFE5C7;
	}
		#global-nav ul li.norm a::after {
			display:none;
		}
		#global-nav ul li.norm a.current {
			color:#E68706;
		}

	/* nav open */
	.open {
		overflow: hidden;
	}
	.open #overlay {
		display: block;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
	
	
a#panel-btn {
width: 60px;
height: 60px;
display: block;
float:right;
position:fixed;
top:0;
right:0;
z-index:400;
}

#panel-btn{
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  background: #DD5A0F;
}
#panel-btn:hover{
  background: #DD5A0F;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin: -1px 0 0 -15px;
  background: #FFF;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background:#FFF;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -8px;
}
#panel-btn-icon:after{
  margin-top: 6px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

	/* z-index */
	#sidebar {
		z-index: 300;
	}
	#panel-btn {
		z-index: 400;
	}
}

@media screen and (max-width:767px){
	#sidebar {
		/*display: none;*/
		padding-top: 100px;
		right: -100%;
		width: 100%;
	}
		#global-nav ul li.norm {
			margin:0 0 5px 0;
		}
			#global-nav ul li.norm a {
				width:100%;
				padding: 0;
				height:44px;
				line-height:44px;
				text-align:center;
				font-size:16px;
				color:#EFE5C7;
			}
			
	
a#panel-btn {
width: 60px;
height: 60px;
}

#panel-btn{
  width: 60px;
  height: 60px;
}
}

@media screen and (max-width:359px){
	#sidebar {
		padding-top: 70px;
	}
}

/* !footer
---------------------------------------------------------- */
ul.btmBnr {
	width:100%;
}
	ul.btmBnr li {
		width:33.33%;
		height:240px;
		float:left;
		position:relative;
	}
	ul.btmBnr li:first-child {
		background:#F0E8CC;
		border-right:1px solid #E6D8AA;
	}
	ul.btmBnr li:nth-child(2) {
		background:#F0E8CC;
		border-right:1px solid #E6D8AA;
	}
	ul.btmBnr li:last-child {
		background:#F0E8CC;
	}
		ul.btmBnr li h2 {
			font-size:20px;
			font-weight:bold;
			line-height:1.5;
			color:#002D3D;
			text-align:center;
			padding-bottom:12px;
			position:relative;
		}
		ul.btmBnr li:first-child h2 {
			margin-top:55px;
		}
		ul.btmBnr li:nth-child(2) h2 {
			margin-top:55px;
		}
		ul.btmBnr li:last-child h2 {
			margin-top:40px;
		}
			ul.btmBnr li h2 span {
				font-size:14px;
				display:block;
			}
			ul.btmBnr li h2:after {
				position:absolute;
				content:"";
				width:40px;
				height:1px;
				background:#DD5A0F;
				left:50%;
				bottom:0;
				margin-left:-20px;
			}
		ul.btmBnr li a.btn {
			position:absolute;
			display:block;
			width:220px;
			height:44px;
			font-size:14px;
			font-weight:bold;
			color:#FFF;
			text-align:center;
			line-height:44px;
			background:#DD5A0F;
			transition:.6s;
			left:50%;
			bottom:60px;
			margin-left:-110px;
		}
			ul.btmBnr li a.btn:after {
				position:absolute;
				content:"";
				width:14px;
				height:9px;
				background:url(../img/arrow01.png) 0 0 no-repeat;
				background-size:14px 9px;
				top:17px;
				right:1.8em;
				transition:.3s;
			}
			ul.btmBnr li a.btn:hover {
				background:#002D3D;
			}
				ul.btmBnr li a.btn:hover:after {
					right:1em;
				}
		
#footer {
	width: 100%;
	position:relative;
	background:#002D3D;
	padding:0 50px;
	overflow:hidden;
}
	#footer div.inner {
		width:auto;
		max-width:1100px;
		margin:0 auto;
		padding:70px 0 35px 0;
	}
		#footer div.inner p.footerLogo {
			display:block;
			width:220px;
			margin:0 auto 40px auto;
		}
			#footer div.inner p.footerLogo a img {
				display:block;
				width:220px;
			}
		#footer div.inner div.left {
			width:30%;
			float:left;
		}
			#footer div.inner div.left p,
			#footer div.inner div.left p a {
				font-size:14px;
				line-height:1.6;
				color:#EFE5C7;
			}
				#footer div.inner div.left p span.tit {
					display:inline-block;
					font-size:12px;
					background:rgba(255,255,255,.2);
					padding:0.1em 0.4em;
					margin-right:0.6em;
				}
			#footer div.inner div.left a.footerContactBtn {
				display:block;
				width:200px;
				height:44px;
				line-height:44px;
				font-size:14px;
				font-weight:bold;
				text-align:center;
				color:#FFF;
				background:#DD5A0F;
				border-radius:22px;
				transition:.6s;
				position:relative;
			}
				#footer div.inner div.left a.footerContactBtn i.fas {
					margin-right:0.8em;
				}
				#footer div.inner div.left a.footerContactBtn:hover {
					background:#E68706;
				}
		#footer div.inner div.center {
			width:45%;
			float:left;
		}
			#footer div.inner div.center ul.footerLinks {
				width:50%;
				float:left;
			}
				#footer div.inner div.center ul.footerLinks li a {
					position:relative;
					font-size:14px;
					line-height:1.6;
					color:#EFE5C7;
					padding-left:1.4em;
					margin-bottom:7px;
					transition:.6s;
				}
					#footer div.inner div.center ul.footerLinks li a:before {
						position:absolute;
						content:"";
						width:8px;
						height:7px;
						background:url(../img/arrow03.png) 0 0 no-repeat;
						background-size:8px 7px;
						top:5px;
						left:0;
					}
					#footer div.inner div.center ul.footerLinks li a:hover {
						color:#E68706;
					}
			#footer div.inner div.center ul.footerLinks2 {
				width:50%;
				float:left;
			}
				#footer div.inner div.center ul.footerLinks2 li a {
					position:relative;
					font-size:14px;
					line-height:1.6;
					color:#EFE5C7;
					padding-left:1.4em;
					margin-bottom:7px;
					transition:.6s;
				}
					#footer div.inner div.center ul.footerLinks2 li a:before {
						position:absolute;
						content:"";
						width:8px;
						height:7px;
						background:url(../img/arrow03.png) 0 0 no-repeat;
						background-size:8px 7px;
						top:5px;
						left:0;
					}
					#footer div.inner div.center ul.footerLinks2 li a:hover {
						color:#E68706;
					}
		#footer div.inner div.right {
			width:25%;
			float:left;
		}
			#footer div.inner div.right ul.footerSns {
				width:222px;
				float:right;
			}
				#footer div.inner div.right ul.footerSns li {
					display:inline-block;
					font-size:30px;
					line-height:1;
					text-align:center;
					margin-right:10px;
					margin-bottom:20px;
				}
					#footer div.inner div.right ul.footerSns li:first-child {
						width:80px;
					}
					#footer div.inner div.right ul.footerSns li:last-child {
						width:125px;
						margin-right:0;
					}
					#footer div.inner div.right ul.footerSns li a {
						color:#FFF;
						transition:.6s;
					}
						#footer div.inner div.right ul.footerSns li a:hover {
							opacity:.7;
						}
						#footer div.inner div.right ul.footerSns li:first-child img {
							display:block;
							width:80px;
							margin:10px auto 0 auto;
						}
						#footer div.inner div.right ul.footerSns li:last-child img {
							display:block;
							width:125px;
							margin:10px auto 0 auto;
						}
			#footer div.inner div.right p.groupBnr {
				text-align:right;
			}
				#footer div.inner div.right p.groupBnr a {
					display:block;
					width:225px;
					float:right;
					transition:.6s;
				}
					#footer div.inner div.right p.groupBnr a:hover {
						opacity:.7;
					}

	#footer p.copyright {
		font-family: 'Overpass', sans-serif;
		font-size:13px;
		font-weight:600;
		letter-spacing:0.06em;
		text-align:center;
		color:#EFE5C7;
		margin-bottom:30px;
	}
		

@media screen and (max-width:1039px){
	ul.btmBnr li {
		height:220px;
	}
		ul.btmBnr li h2 {
			font-size:18px;
		}
		ul.btmBnr li:first-child h2 {
			margin-top:45px;
		}
		ul.btmBnr li:nth-child(2) h2 {
			margin-top:45px;
		}
		ul.btmBnr li:last-child h2 {
			margin-top:35px;
		}
			ul.btmBnr li h2 span {
				font-size:13px;
			}
		ul.btmBnr li a.btn {
			width:200px;
			bottom:50px;
			margin-left:-100px;
		}
			ul.btmBnr li a.btn:hover {
				background:#DD5A0F;
			}
				ul.btmBnr li a.btn:hover:after {
					right:1.8em;
				}
					
#footer {
	padding:0 30px;
}
	#footer div.inner {
		padding:60px 0 35px 0;
	}
		#footer div.inner p.footerLogo {
			width:200px;
			margin:0 auto 35px auto;
		}
			#footer div.inner p.footerLogo a img {
				width:200px;
			}
		#footer div.inner div.left {
			width:40%;
		}
			#footer div.inner div.left a.footerContactBtn {
				width:190px;
			}
				#footer div.inner div.left a.footerContactBtn:hover {
					background:#DD5A0F;
				}
		#footer div.inner div.center {
			width:60%;
			margin-bottom:30px;
		}
					#footer div.inner div.center ul.footerLinks li a:hover {
						color:#EFE5C7;
					}
					#footer div.inner div.center ul.footerLinks2 li a:hover {
						color:#EFE5C7;
					}
		#footer div.inner div.right {
			width:100%;
			float:none;
		}
			#footer div.inner div.right ul.footerSns {
				text-align:center;
			}
			#footer div.inner div.right ul.footerSns {
				width:200px;
				float:none;
				margin:0 auto;
			}
					#footer div.inner div.right ul.footerSns li:first-child {
						width:70px;
					}
					#footer div.inner div.right ul.footerSns li:last-child {
						width:110px;
						margin-right:0;
					}
					#footer div.inner div.right ul.footerSns li a:hover {
						opacity:1;
					}
				#footer div.inner div.right p.groupBnr a {
					width:196px;
					float:none;
					margin:0 auto;
				}
					#footer div.inner div.right p.groupBnr a:hover {
						opacity:1;
					}
						#footer div.inner div.right ul.footerSns li:first-child img {
							display:block;
							width:70px;
							margin:10px auto 0 auto;
						}
						#footer div.inner div.right ul.footerSns li:last-child img {
							display:block;
							width:110px;
							margin:10px auto 0 auto;
						}
}

@media screen and (max-width:767px){
	ul.btmBnr li {
		width:100%;
		height:auto;
		float:none;
		padding:35px 0;
	}
	ul.btmBnr li:first-child {
		border-right:0;
		border-bottom:1px solid #E6D8AA;
	}
	ul.btmBnr li:nth-child(2) {
		border-right:0;
		border-bottom:1px solid #E6D8AA;
	}
		ul.btmBnr li h2 {
			font-size:18px;
			margin-bottom:25px;
		}
		ul.btmBnr li:first-child h2 {
			margin-top:0;
		}
		ul.btmBnr li:nth-child(2) h2 {
			margin-top:0;
		}
		ul.btmBnr li:last-child h2 {
			margin-top:0;
		}
			ul.btmBnr li h2 span {
				font-size:12px;
			}
			ul.btmBnr li h2:after {
				width:30px;
				margin-left:-15px;
			}
		ul.btmBnr li a.btn {
			position:inherit;
			left:auto;
			bottom:0;
			margin-left:-100px;
			margin:0 auto;
		}
			ul.btmBnr li a.btn:after {
				right:1.4em;
			}
				ul.btmBnr li a.btn:hover:after {
					right:1.4em;
				}
					
#footer {
	padding:0 25px;
}
	#footer div.inner {
		padding:50px 0 30px 0;
	}
		#footer div.inner p.footerLogo {
			width:180px;
			margin:0 auto 35px auto;
		}
			#footer div.inner p.footerLogo a img {
				width:180px;
			}
		#footer div.inner div.left {
			width:100%;
			float:none;
			margin-bottom:30px;
		}
			#footer div.inner div.left a.footerContactBtn {
				width:200px;
				margin:0 auto;
			}
		#footer div.inner div.center {
			width:100%;
			float:none;
			margin-bottom:30px;
		}
			#footer div.inner div.center ul.footerLinks {
				width:100%;
				float:none;
				margin:0 auto;
			}
				#footer div.inner div.center ul.footerLinks li a {
					display:block;
					width:100%;
					height:44px;
					line-height:44px;
					text-align:center;
					background:#0D3847;
					color:#EFE5C7;
					margin-bottom:1px;
				}
					#footer div.inner div.center ul.footerLinks li a:before {
						top:18px;
						left:15px;
					}
			#footer div.inner div.center ul.footerLinks2 {
				width:100%;
				float:none;
				margin:0 auto;
			}
				#footer div.inner div.center ul.footerLinks2 li a {
					display:block;
					width:100%;
					height:44px;
					line-height:44px;
					text-align:center;
					background:#0D3847;
					color:#EFE5C7;
					margin-bottom:1px;
				}
					#footer div.inner div.center ul.footerLinks2 li a:before {
						top:18px;
						left:15px;
					}
	#footer p.copyright {
		font-size:12px;
	}
}

/* !pageTop
---------------------------------------------------------- */
.pagetop {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 99;
}
	.pagetop a:link,
	.pagetop a:visited{
		display: block;
		width: 50px;
		height: 50px;
		background-color: #0D3847;
		text-align: center;
		color: #FFF;
		font-size: 16px;
		text-decoration: none;
		line-height: 50px;
		transition: all 0.2s ease;
	}
	
	.pagetop a:hover{
		line-height: 44px;
	}
	
@media screen and (max-width:1039px){
	.pagetop a:link,
	.pagetop a:visited{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.pagetop a:hover{
		line-height: 50px;
	}
}

@media screen and (max-width:767px){
	.pagetop a:link,
	.pagetop a:visited{
		width: 44px;
		height: 44px;
		line-height: 44px;
	}
	.pagetop a:hover{
		line-height: 44px;
	}
}

/* !見出し
---------------------------------------------------------- */
.tit_basic01 {
	display:block;
	width:100%;
	position: relative;
	text-align:center;
	padding-bottom:15px;
	margin-bottom:50px;
}
	.tit_basic01:after {
		position:absolute;
		content:"";
		width:48px;
		height:8px;
		background:url(../img/tit_basic01_bg.png) 0 0 no-repeat;
		background-size:48px 8px;
		bottom:0;
		left:50%;
		margin-left:-24px;
	}
	.tit_basic01 span {
		position:relative;
		
		font-size:26px;
		font-weight:bold;
		padding:0 140px;
	}
		.tit_basic01 span:before {
			position:absolute;
			content:"";
			width:120px;
			height:1px;
			background:#F7BD95;
			top:50%;
			left:0;
		}
		.tit_basic01 span:after {
			position:absolute;
			content:"";
			width:120px;
			height:1px;
			background:#F7BD95;
			top:50%;
			right:0;
		}
		
.tit_basic02 {
	position: relative;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	line-height:1.5;
	color:#DD5A0F;
	padding-bottom:0.8em;
	margin-bottom:30px;
}
	.tit_basic02:after {
		position:absolute;
		content:"";
		width:26px;
		height:2px;
		background:#E68706;
		bottom:0;
		left:50%;
		margin-left:-13px;
	}
	
.tit_basic03 {
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	line-height:1.6;
	padding-bottom:0.2em;
	margin-bottom:20px;
	border-bottom:1px dotted #002D3D;
}
	.tit_basic03 span {
		color:#DD5A0F;
	}
	.tit_basic03 i.fas,
	.tit_basic03 i.far {
		color:#DD5A0F;
		margin-right:0.6em;
	}

@media screen and (max-width:1039px){
.tit_basic01 {
	margin-bottom:40px;
}
	.tit_basic01 span {
		font-size:24px;
	}
	
.tit_basic02 {
	font-size:20px;
	margin-bottom:30px;
}
	.tit_basic02:after {
		width:26px;
		height:2px;
		margin-left:-13px;
	}
	
.tit_basic03 {
	font-size:17px;
	margin-bottom:20px;
}
}

@media screen and (max-width:767px){
.tit_basic01 {
	padding-bottom:12px;
	margin-bottom:30px;
}
	.tit_basic01 span {
		font-size:20px;
		padding:0 30px;
	}
		.tit_basic01 span:before {
			width:20px;
		}
		.tit_basic01 span:after {
			width:20px;
		}
		
.tit_basic02 {
	font-size:18px;
	margin-bottom:25px;
}
	.tit_basic02:after {
		width:22px;
		margin-left:-11px;
	}
	
.tit_basic03 {
	font-size:16px;
}
}

@media screen and (max-width:360px){
	.tit_basic01 span {
		font-size:18px;
	}
}

/* !Box
---------------------------------------------------------- */
div.box01 {
	width:100%;
	border:1px solid #E9DCAF;
	padding:30px 40px;
}

.photoBox1 {
	width:100%;
}
	.photoBox1 div.left {
		width:59%;
		float:left;
	}
	.photoBox1 div.right {
		width:35%;
		float:right;
	}
	.photoBox1 img {
		display:block;
		width:100%;
	}
	
.photoBox2 {
	width:100%;
}
	.photoBox2 div.right {
		width:59%;
		float:right;
	}
	.photoBox2 div.left {
		width:35%;
		float:left;
	}
	.photoBox2 img {
		display:block;
		width:100%;
	}

.photoBox3 {
	width:100%;
	display: flex;
	justify-content: space-between;
}
	.photoBox3 div {
		width:47%;
	}
	.photoBox3 div img {
		display:block;
		width:100%;
	}

.photoBox4 {
	width:100%;
	display: flex;
	justify-content: space-between;
}
	.photoBox4 div.left {
		width:calc(100% - 230px);
	}
	.photoBox4 div.right {
		width:180px;
	}
		.photoBox4 div.right img {
			display:block;
			width:180px;
			border-radius: 50%;
		}
	
.contactBox {
	width:100%;
	background:#F3EDD8;
	border:1px solid #E9DCAF;
	border-radius:12px;
	padding:30px 40px;
}
	.contactBox h3 {
		font-size:22px;
		font-weight:bold;
		line-height:1.6;
		color:#DD5A0F;
		text-align:center;
		margin-bottom:20px;
	}
	.contactBox p.tel {
		font-family: 'Overpass', sans-serif;
		font-size:26px;
		font-weight:700;
		text-align:center;
	}
		.contactBox p.tel i.fas {
			margin-right:0.4em;
		}

@media screen and (max-width:1039px){
div.box01 {
	padding:30px 30px;
}

.contactBox {
	max-width:700px;
	padding:30px 30px;
	margin:0 auto;
}
	.contactBox h3 {
		font-size:20px;
		margin-bottom:20px;
	}
	.contactBox p.tel {
		font-size:24px;
	}
}

@media screen and (max-width:767px){
div.box01 {
	padding:20px 20px;
}

	.photoBox1 div.left {
		width:100%;
		float:none;
		margin-bottom:30px;
	}
	.photoBox1 div.right {
		width:100%;
		float:none;
	}
	.photoBox1 img {
		max-width:300px;
		margin:0 auto;
	}
	
	.photoBox2 div.right {
		width:100;
		float:none;
		margin-bottom:30px;
	}
	.photoBox2 div.left {
		width:100%;
		float:none;
	}
	.photoBox2 img {
		max-width:300px;
		margin:0 auto;
	}
	
.photoBox3 {
	max-width:300px;
	margin: 0 auto;
	flex-wrap: wrap;
}
	.photoBox3 div {
		width:100%;
		margin-bottom: 30px;
	}
	.photoBox3 div:last-child {
		margin-bottom: 0;
	}
	
.photoBox4 {
	flex-wrap: wrap;
}
	.photoBox4 div.left {
		width:100%;
		margin-bottom: 30px;
	}
	.photoBox4 div.right {
		width:100%;
	}
		.photoBox4 div.right img {
			width:180px;
			margin: 0 auto;
		}
	
.contactBox {
	padding:25px 15px;
}
	.contactBox h3 {
		font-size:18px;
		margin-bottom:20px;
	}
	.contactBox p.tel {
		font-size:20px;
	}
}

/* !Listing
---------------------------------------------------------- */
ul.iconList {
	width:100%;
}
	ul.iconList li {
		position:relative;
		padding-left:1.2em;
		margin-bottom:15px;
	}
	ul.iconList li:last-child {
		margin-bottom:0;
	}
		ul.iconList li:before {
			position:absolute;
			content:"";
			width:6px;
			height:6px;
			background:#05A082;
			border-radius:50%;
			top:13px;
			left:0;
		}
ul.circle li {
	list-style:circle;
	margin:0 0 0 20px;
}
	ul.circle li:last-child {
		margin-bottom:0;
	}
	
ol.number{
	counter-reset:number; /* 名前を付けたカウンターをリセット */
	list-style:none; /* olが数字を付けることをキャンセル */
	margin:0;
	padding:0;
}
	ol.number li{
		font-size:18px;
		margin-bottom:15px;
		line-height: 1.6em;
		padding-left:2.4em;
	}
	ol.number li:last-child{
		margin-bottom:0;
	}
	ol.number li:before{
		/* カウンタ（数字になる部分） */
		counter-increment: number; /* 任意の名前を付けて！ */
		content: counter(number); /* 名前を付けたカウンターを呼び出し */
		float: left;
		background: #002D3D;
		width: 1.6em;
		height: 1.6em;
		border-radius: 50%;
		font-family: 'Overpass', sans-serif;
		font-size:14px;
		font-weight:600;
		color: #fff;
		text-align: center;
		line-height: 1.8em;
		margin-top:.2em;
		margin-left:-2.4em;
	}
		ol.number li span{
			font-size:16px;
		}

ol.numList li {
	list-style:decimal;
	margin:0 0 15px 20px;
}
	ol.numList li:last-child {
		margin-bottom:0;
	}
	
@media screen and (max-width:1039px){
ul.iconList li:before {
	top:12px;
}

	ol.number li{
		font-size:16px;
		padding-left:2.2em;
	}
	ol.number li:before{
		margin-top:.1em;
		margin-left:-2.2em;
	}
		ol.number li span{
			font-size:15px;
		}
}

@media screen and (max-width:767px){
ul.iconList li:before {
	top:11px;
}
	ol.number li{
		font-size:14px;
	}
	ol.number li:before{
		margin-right:.6em;
		margin-top:0;
	}
		ol.number li span{
			font-size:14px;
		}
}

/* !Table
---------------------------------------------------------- */
.table_basic01 {
	width: 100%;
	border-collapse: separate;
	border-top:1px solid #E9DCAF;
}
	.table_basic01 th,
	.table_basic01 td {
		padding: 1em 1em;
	}
	.table_basic01 th {
		width:25%;
		vertical-align:top;
		font-weight:bold;
		background:#F3EDD8;
		border-bottom:1px solid #E9DCAF;
	}
	.table_basic01 td {
		width:75%;
		vertical-align:top;
		border-bottom:1px solid #E9DCAF;
	}
	
.table_basic02 {
	width: 100%;
	border-collapse: separate;
	border-top:1px solid #E9DCAF;
}
	.table_basic02 th,
	.table_basic02 td {
		padding: 1em 1em;
	}
	.table_basic02 th {
		width:30%;
		vertical-align:top;
		font-weight:bold;
		background:#F3EDD8;
		border-bottom:1px solid #E9DCAF;
	}
	.table_basic02 td {
		width:70%;
		vertical-align:top;
		border-bottom:1px solid #E9DCAF;
	}

.table_basic03 {
  margin: 0 auto;
}
	.table_basic03 th {
	  width:30%;
	  font-weight: bold;
	  background: #F3EDD8;
	  border: solid 1px #E9DCAF;
	  padding: 1em 1em;
	}
	.table_basic03 td {
	  border: solid 1px #E9DCAF;
	  padding: 1em 1em;
	}

.table_basic04 {
  margin: 0 auto;
}
	.table_basic04 th {
	  font-weight: bold;
      text-align: center;
	  background: #F3EDD8;
	  border: solid 1px #E9DCAF;
	  padding: 0.6em 0.6em;
	}
	.table_basic04 th:first-child {
		width:9%;
	}
	.table_basic04 th:nth-child(2) {
		width:30%;
	}
	.table_basic04 th:nth-child(3) {
		width:36%;
	}
	.table_basic04 th:nth-child(4) {
		width:25%;
	}
	.table_basic04 td {
	  border: solid 1px #E9DCAF;
	  padding: 0.6em 0.6em;
	}

.table_basic05 {
  margin: 0 auto;
}
	.table_basic05 th {
	  font-weight: bold;
      text-align: center;
	  background: #F3EDD8;
	  border: solid 1px #E9DCAF;
	  padding: 0.6em 0.6em;
	}
	.table_basic05 th:first-child {
		width:13%;
	}
	.table_basic05 th:nth-child(2) {
		width:25%;
	}
	.table_basic05 th:nth-child(3) {
		width:37%;
	}
	.table_basic05 th:nth-child(4) {
		width:25%;
	}
	.table_basic05 td {
	  border: solid 1px #E9DCAF;
	  padding: 0.6em 0.6em;
	}
	
@media screen and (max-width:1039px){
.table_basic01 {
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}

.table_basic02 {
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}
}

@media screen and (max-width:767px){
.table_basic01 {
	width: 100%;
	border:1px solid #E9DCAF;
	border-bottom:0;
}
	.table_basic01,
	.table_basic01 thead,
	.table_basic01 tbody,
	.table_basic01 tr,
	.table_basic01 th,
	.table_basic01 td {
		width: 100%;
		display: block;
	}
	.table_basic01 th {
		padding: 0.8em 0.8em;
		background:#F3EDD8;
	}
	.table_basic01 td {
		padding: 0.8em 0.8em;
	}
	
.table_basic02 {
	width: 100%;
	border:1px solid #E9DCAF;
	border-bottom:0;
}
	.table_basic02,
	.table_basic02 thead,
	.table_basic02 tbody,
	.table_basic02 tr,
	.table_basic02 th,
	.table_basic02 td {
		width: 100%;
		display: block;
	}
	.table_basic02 th {
		padding: 0.8em 0.8em;
		background:#F3EDD8;
	}
	.table_basic02 td {
		padding: 0.8em 0.8em;
	}
	
.table_basic03 .last td:last-child {
    border-bottom: solid 1px #E9DCAF;
    width: 100%;
  }
  .table_basic03 {
    width: 100%;
  }
  .table_basic03 th,
  .table_basic03 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
	
.table_basic04 {
  min-width:700px;
}
	.table_basic04 th:first-child {
		width:8%;
	}
	.table_basic04 th:nth-child(2) {
		width:31%;
	}
	.table_basic04 th:nth-child(3) {
		width:36%;
	}
	.table_basic04 th:nth-child(4) {
		width:25%;
	}
	
.table_basic05 {
  min-width:700px;
}
	.table_basic05 th:first-child {
		width:11%;
	}
	.table_basic05 th:nth-child(2) {
		width:20%;
	}
	.table_basic05 th:nth-child(3) {
		width:42%;
	}
	.table_basic05 th:nth-child(4) {
		width:27%;
	}
}

/*フォーム--------------------------------------*/
span.label {
	display:inline-block;
	padding:1px 4px;
	background-color:#E68706;
	color:#FFF;
	font-size:10px;
	margin-left:7px;
	border-radius:4px;
	vertical-align:middle;
}

input.norm {
	width:100%;
	background:#FFF;
	border:1px solid #DDD;
	padding:6px 10px;
}

input.short {
	width:50%;
	background:#FFF;
	border:1px solid #DDD;
	padding:6px 10px;
}

input.veryshort {
	width:20%;
	background:#FFF;
	border:1px solid #DDD;
	padding:6px 10px;
}

input.exshort {
	width:20%;
	background:#FFF;
	border:1px solid #DDD;
	padding:6px 10px;
}

select {
	background:#FFF;
	border:1px solid #DDD;
	padding:8px 10px;
}
	select option{
		margin-bottom:5px;
	}

textarea.norm {
	width:100%;
	height:150px;
	background:#FFF;
	border:1px solid #DDD;
	padding:6px 10px;
}

label.check {
	display:inline-block;
	padding:6px 10px;
	background:#FFF;
	border:1px solid #DDD;
	margin-bottom:10px;
}

input.btn_submit {
	padding:15px 30px;
	font-size:16px;
	background:#DD5A0F;
	color:#FFF;
	font-weight:bold;
	transition: all 0.5s ease;
}
	input.btn_submit:hover {
		opacity:.7;
	}

input.btn_back {
	font-size:16px;
	background:#92A7AD;
	padding:15px 30px;
	color:#FFF;
	font-weight:bold;
	transition: all 0.5s ease;
}
	input.btn_back:hover {
		opacity:.7;
	}

@media screen and (max-width:1039px){
input.veryshort {
	width:30%;
}

label.check {
	margin-bottom:10px;
}

input.btn_submit {
	transition: none;
}
	input.btn_submit:hover {
		opacity:1;
	}

input.btn_back {
	transition: none;
}
	input.btn_back:hover {
		opacity:1;
	}
}

@media screen and (max-width:767px){
input.norm {
	width:100%;
}

input.short {
	width:100%;
}

input.veryshort {
	width:40%;
}

input.exshort {
	width:20%;
}

label.check {
	width:100%;
	margin-bottom:10px;
}

textarea.norm {
	width:100%;
}

input.btn_submit {
	font-size:14px;
}

input.btn_back {
	font-size:14px;
}

input.btn_submit {
	padding:12px 16px;
	font-size:15px;
	transition: none;
}

input.btn_back {
	font-size:15px;
	padding:12px 16px;
	transition: none;
}
}