@charset "utf-8";
body {}

.img-smp{ display: none;}
/*==================================
header
==================================*/
/* Top page */
header#h-top {
	background: url(../images/top.jpg) no-repeat center;
	background-size: cover;
	height: 634px;
}

#head-top {
	top: 10px;
	width: 1110px;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
#head-top #logo {
	float: left;
	position: relative;
}
#head-top #contact {
	float:right;
	position: relative;
}
#head-top h1 {
	text-align: center;
	color: #fff;
	clear: both;
	top: 130px;
	position: relative;
	font-size: 50px;
	font-weight: 900;
	line-height: 60px;
}

/* Sub page */
header#h-sub {
	background-color: #f3fafa;
	height: 160px;
}
.inner {
    top: 0;
	width: 1110px;
    margin: 0 auto;
	text-align: center;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
.inner #logo {
	float: left;
	position: relative;
	top:10px;
}
.inner #contact {
	float:right;
	position: relative;
}
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #333;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo-m {
	display: none;
}
/*==================================
nav
==================================*/
#global-nav ul {
    list-style: none;
    position: absolute;
	width: 100%;
	top: 80px;
	margin: 0 auto;
    font-size: 14px;
	text-align: center;
	bottom: 10px;
}
#global-nav ul li {
    display: inline-block;
}
#global-nav ul li a {
    padding: 0 30px;
}
#global-nav ul li a:hover, #global-nav ul li.activ a  {
    background: url(../images/navi_hbg.jpg) no-repeat center bottom;
	padding-bottom: 30px;
	color: #52B9B0;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 130px;
    background: #f3fafa;
    background: rgba(243,250,250,.9);
	border-bottom: #e6e6e6 1px solid;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo-m {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
}
#top-head.fixed #global-nav ul li a:hover, #top-head.fixed #global-nav ul li.activ a {
	color: #52B9B0;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

section#m-nav{
	display: none;
}

/*==================================
breadcrumb
==================================*/
#breadcrumb{ margin-bottom: 60px; padding:5px 0; background: url(../images/breadcrumb_bg.jpg) repeat-x; text-align: center;}
#breadcrumb ul{margin:0; padding:0; list-style:none;}
#breadcrumb li{display:inline-block; margin:0 6px 0 0; padding:0; color:#666; font-size:12px;}
#breadcrumb li a{display:block; position:relative; margin:0; padding:0; text-transform:capitalize; color: cornflowerblue;}
#breadcrumb li a::after{top:6px; right:0; content:"＞";}
#breadcrumb li:last-child a{margin:0; padding:0; cursor:default;}
#breadcrumb li:last-child a::after{display:none;}

/*==================================
content
==================================*/
/* Top pege only */
#content {
	margin: 0 auto;
	width: 1110px;
}
.contents-area {
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: -180px;
}
.contents-area h2 {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	clear: both;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	background-color: #77c4eb;
	border-radius: 30px;
	
	
}
.contents-area ul {
	margin: 20px 0 auto;
	text-align: center;
}
.contents-area ul li {
	display: inline-block;
	margin: 3px;

	list-style: none;
}
.contents-area ul li a {

border-radius: 25px;
}
article.toptext {
	position: relative;
	margin: 0 auto;
	top:-100px;
	width: 1100px;
}
article.toptext section h2 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
}
article h2.catch {
	text-align: center;
	font-size: 40px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: 700;
	margin-bottom: 40px;
	padding-bottom: 10px;
	color: #000;
	letter-spacing: 5px;
	border-bottom: #52B9B0 1px solid;
	
}
article.toptext h3 {
	clear: both;
	width: 50%;
	text-align: center;
	font-size: 20px;
	margin: 0 auto;
	padding: 10px;
	color: #fff;
	border: #52B9B0 1px solid;
	border-radius: 50px;
	background: #52B9B0;
	margin-bottom: 40px;
}

/* Sub pege */
.cont {
	margin: 0 auto;
	width: 1100px;
	padding: 30px 0;
	text-align: center;
}
.cont-tl {
	margin: 0 auto;
	width: 1100px;
	padding: 30px 0;
	text-align: left;
}
.cont h1, .cont-tl h1{
	text-align: center;
	font-size: 50px;
	margin-bottom: 20px;
	color: #52B9B0;
}
.cont h2, .cont-tl h2 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
	color: #52B9B0;
	font-weight: bold;
}
.cont-tl h3 {
	color: #52B9B0;
	font-weight: 700;
}
.cont-tl p {
	margin-bottom: 20px;
	padding: 0;

}
.contact-btn{
	margin: 50px 0;
}
.box-col01 {
	background: #F3FAFA;
	padding: 10px;
}
.midashi {
	text-align: left;
	text-indent: 15px;
	border-left: #C46200 5px solid;
}
ul.check {
	margin: 15px;
}
ul.check li {
	list-style: none;
	background: url(../images/list_check.jpg) left no-repeat;
	padding-left: 40px;
	line-height: 30px;
	margin-bottom: 10px;
}

/* media */
ul#media-sns {
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
}
ul#media-sns li {
	display: inline-block;
	margin: 15px;

}

.seven-3box-imgl{
	width: 27%;
	margin: 0 30px 60px 0;
	float: left;
}
.seven-3box-imgl img, .seven-3box-imgr img{
	width: 100%;
}
.seven-3box-imgr{
	width: 27%;
	margin: 0 0 60px 30px;
	float: right;
}
.seven-3box-textl{
	width: 70%;
	float: left;
	text-align: left;
	margin-bottom: 60px;
}
.seven-3box-textr{
	width: 70%;
	float: right;
	text-align: left;
	margin-bottom: 60px;
}
.seven-3box-textl h2, .seven-3box-textr h2{
	text-align: left;
}
/* translation */
.cont article {
	clear: both;
	height: 100%;
}
.translation-box {
	background-color: #52b9b0;
	width: 551px;
	height: 192px;
}
.translation-box h2.text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px; 
	height: 192px;
	text-align: center;
	color: #fff;
}
/* web  baidu-listing*/
article.web{
	height: 300px;
}
.half-box-l {
	width: 515px;
	margin-right: 70px;
	float: left;
}
.half-box-r {
	width: 515px;
	float: right;
}

.price_box {
	margin: 30px 0 30px 0;
	padding: 20px;
	border: #D8D8D8 1px solid;
	border-radius: 5px;
}

.price_box h3 {
	margin: 10px 0 30px 0;
	padding: 0 0 0 10px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: #D8D8D8 1px solid;
	border-radius: 5px;
}
/* wechat ・　media*/
.six-4box-imgl{
	width: 37%;
	margin: 0 30px 60px 0;
	float: left;
}
.six-4box-imgl img, .six-4box-imgr img{
	width: 100%;
}
.six-4box-imgr{
	width: 37%;
	margin: 0 0 60px 30px;
	float: right;
}
.six-4box-textl{
	width: 60%;
	float: left;
	text-align: left;
	margin-bottom: 60px;
}
.six-4box-textr{
	width: 60%;
	float: right;
	text-align: left;
	margin-bottom: 60px;
}
.six-4box-textl h2, .six-4box-textr h2{
	text-align: left;
}

.listno ol {
	counter-reset: li;
}

.listno ol > li {
	list-style: none;
	position: relative;
	padding-left: 2.5em;
	margin-bottom: 0.8em;
}

.listno ol > li:before {
	counter-increment: li;
	content: counter(li);
	margin-right: 1em;
	background: #52b9b0;
	color: #ffffff;
	border-radius: 50%;
	text-align: center;
	width: 1.5em; 
	height: 1.5em;
	position: absolute; 
	left: 0em; 
	top: 0;
	line-height: 1.5;
}
/*************
テーブル
*************/
table.table{
border-collapse:collapse;
width:100%;
margin:10px auto;
}

table.table th,table.table td{
padding:10px;
border:1px solid #cacaca;
}

table.table th{
text-align:center;
letter-spacing:1px;
vertical-align:middle;
white-space:nowrap;
background:#E7F5F4;
}

table.table td{border-left:#48370d; padding-left: 30px;}
table.table td span{ padding-right:20px; font-weight:bold;}

/*==================================
contact
==================================*/
.policy_link{
	text-align: center;
}
.policy_link a{
	text-decoration: underline;
}
/*==================================
formarea
==================================*/
#formarea .inner{
	background:#fff;
	width: 100%;
	padding:30px;
	text-align: left;
	}

#formarea .inner > ul > li{
	margin:20px 0;
	padding:0;
	border-left:6px solid #52B9B0;
	}

#formarea ul li .formq{
	width:30%;
	padding-left:10px;
	display:inline-block;
	vertical-align:middle;
	padding-right:50px;
	}

#formarea ul li .hissu{
	background:url(../images/hissu.png) no-repeat 98% center;
	}

#formarea ul li .forma{
	width:63%;
	display:inline-block;
	vertical-align:middle;
	}

#formarea ul li .forma input,
#formarea ul li .forma textarea{
	padding:10px;
	border:solid 1px #ccc;
	border-radius:8px;
	-webkit-border-radius:8px;  
	-moz-border-radius:8px;  
	}

#formarea ul li .forma input:focus ,
#formarea ul li .forma textarea:focus {
	border:solid 1px #006590;
	}

#formarea ul li .forma li{
	margin-bottom:6px;
	}

#formarea ul li .forma li:last-child{
	margin-bottom:0;
	}
	
#formarea .protect{
	border:1px solid #ccc;
	background:#fff;
	font-size:14px;
	font-size:1.4rem;
	font-weight: bold;
	margin: 40px 0 40px;
	text-align: center;
	padding: 25px 0;
	}

#formarea .protect p{
	}

#formarea .protect p.txt{
	}

	/* radio checkbox
	----------------------------------*/
	#formarea ul li .forma input[type=radio],
	#formarea ul li .forma input[type=checkbox] {
		display: inline-block;
	}
	#formarea ul li .forma input[type=radio] + label,
	#formarea ul li .forma input[type=checkbox] + label {
		position: relative;
		display: inline-block;
		cursor: pointer;
	}
	 
	@media (min-width: 1px) {
	#formarea ul li .forma input[type=radio],
	#formarea ul li .forma input[type=checkbox] {
		display: none;
		margin: 0;
	}
	#formarea ul li .forma input[type=radio] + label,
	#formarea ul li .forma input[type=checkbox] + label {
		padding: 0 0 0 28px;
	}
	#formarea ul li .forma input[type=radio] + label::before,
	#formarea ul li .forma input[type=checkbox] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background: #FFF;
	}
	#formarea ul li .forma input[type=radio] + label::before {
		border: 2px solid #ccc;
		border-radius: 30px;
	}
	#formarea ul li .forma input[type=checkbox] + label::before {
		border: 2px solid #ccc;
	}
	#formarea ul li .forma input[type=radio]:checked + label::after,
	#formarea ul li .forma input[type=checkbox]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}
	#formarea ul li .forma input[type=radio]:checked + label::after {
		left: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #00946c;
		border-radius: 8px;
	}
	#formarea ul li .forma input[type=checkbox]:checked + label::after {
		left: 3px;
		width: 16px;
		height: 8px;
		margin-top: -8px;
		border-left: 3px solid #00946c;
		border-bottom: 3px solid #00946c;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	}
	
	/* button
	----------------------------------*/
	#formarea #submit_button{
		display:block;
		font-size:20px;
		font-size:2.0rem;
		font-weight:700;
		line-height:48px;
		color:#fff;
		width:300px;
		margin:24px auto 0;
		text-align:center;
		border-radius:8px 8px 8px 8px;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		background:#ef3543;
		}
	#formarea #submit_button:hover{
		background:#d51b29;
		}
	
	#formarea #back_button{
		display:block;
		font-size:20px;
		font-size:2.0rem;
		font-weight:700;
		line-height:48px;
		color:#fff;
		width:300px;
		margin:24px auto 0;
		text-align:center;
		border-radius:8px 8px 8px 8px;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		background:#666;
		}
	#formarea #back_button:hover{
		background:#333;
		}
	
	#formarea #submit_button02{
		display:block;
		font-size:20px;
		font-size:2.0rem;
		font-weight:700;
		line-height:48px;
		color:#fff;
		width:300px;
		margin:24px auto 0;
		text-align:center;
		border-radius:8px 8px 8px 8px;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		background:#ef3543;
		
		display:inline-block;
		}
	#formarea #submit_button02:hover{
		background:#d51b29;
		}
	#formarea #back_button02{
		display:block;
		font-size:20px;
		font-size:2.0rem;
		font-weight:700;
		line-height:48px;
		color:#fff;
		width:300px;
		margin:24px auto 0;
		text-align:center;
		border-radius:8px 8px 8px 8px;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		background:#666;
		
		display:inline-block;
		margin-right:10px;
		}
	#formarea #back_button02:hover{
		background:#333;
		}
/* policyframe
	----------------------------------*/
	#policyframe{
		font-size:12px;
		}
	
	#policyframe h3{
		font-size:16px;
		border-bottom:1px solid #ccc;
		padding-bottom:10px;
		margin-bottom:10px;
		}
	
	#policyframe h4{
		font-weight:700;
		margin:10px 0 2px;
		}
	
	#policyframe dl{
		margin-bottom:15px;
		}
	
	#policyframe dt{
		font-weight:700;
		margin:10px 0 2px;
		padding-left:24px;
		}
	
	#policyframe dd{
		padding-left:24px;
		}
	
	#policyframe ul{
		margin-bottom:15px;
		}
	
	#policyframe li{
		margin-top:10px;
		padding-left:24px;
		}
	
	.overf{
		padding:20px;
		border:solid 1px #ccc;
		margin:0 0 20px;
		border-radius:8px;
		-webkit-border-radius:8px;  
		-moz-border-radius:8px;  
		behavior:url(PIE.htc);
		overflow:auto;
		height:300px;
		}
	
	#toggle_policy{
		display:none;
		}	

	/* completion
	----------------------------------*/
	.completiontxt{
		text-align:center;
		font-size:20px;
		font-size:2.0rem;
		padding:50px 0;
		}
	
	.completionbtn a{
		display:block;
		font-size:20px;
		font-size:2.0rem;
		font-weight:700;
		line-height:48px;
		color:#fff;
		width:400px;
		margin:24px auto 0;
		text-align:center;
		border-radius:8px 8px 8px 8px;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		background:#ef3543;
		}
	.completionbtn a:hover{
		background:#d51b29;
		text-decoration: none;
		}
/*==================================
footer
==================================*/
footer {
	width: 100%;
	background-color: #222222;
	text-align: center;
}
footer .inner {
	width: 1120px;
	margin: 0 auto;
	padding: 30px 0;	
	line-height: 2.0;
	color: #fff;
}
footer h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
footer ul {
	clear: both;
	margin: 0 auto;
	text-align: center;
}
footer ul li {
	display: inline-block;
	padding: 0 10px 0 10px;
	line-height: 1.2;
}
footer li +li{
    border-left: 1px solid #ccc;
    padding: 0 10px 0 10px;
}

footer #copy {
	clear: both;
	margin: 30px 0 10px 0;
	color:#C5C4C4;
}
