@charset "utf-8";
html,body {
}
header#h-top {
	position: absolute;
	background: url(../images/top.jpg) no-repeat center;
	top: 55px;
	width: 100%;
	height: 200px;
	background-size: cover;
}
img { width: 100%;}
#head-top {
	margin: 0 auto;
	text-align: center;
}

#head-top #logo, #top-head #logo {
	display: none;
}
#head-top #logo img {
	display: none;
}
#head-top #contact, #top-head #contact {
	display: none;
}
#head-top h1 {
	color: #fff;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	margin-top: 60px;
	
}

/*==================================
nav
==================================*/
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
		z-index: 999;		
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
		
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        position: relative;
		background: #f3fafa;
		z-index: 999;
    }
    #top-head.fixed .logo-m,
    #top-head .logo-m {
        position: absolute;
        right: 5px;
        top: 17px;
        color: #333;
		text-align: right;
    }
	#top-head.fixed .logo-m img,
    #top-head .logo-m img {
		width: 80%;

    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
	/* Toggle Button */
	#nav-toggle {
		display: none;
		position: absolute;
		top: 14px;
		left: 5px;
		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;
	}

    #nav-toggle {
        display: block;
    }

    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 100%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

/*==================================
breadcrumb
==================================*/
#breadcrumb{ position: absolute; top:58px; width: 100%; margin-bottom: 0; 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
==================================*/

.img-pc{ display: none;}

/* Top pege only
----------------------------------*/
#content {
	padding-top: 290px;
	margin-bottom: 50px;
	position: relative;
}
#content .content-inner {
	
}
#content .contents-area {
	margin: 0 auto;
	text-align: center;
}
#content .contents-area h2 {
	text-align: center;
	color: #fff;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	background-color: #77c4eb;
	
}
#content .contents-area ul {
	margin: 20px 0 auto;
	text-align: center;
}
#content .contents-area ul li {
	display: inline-block;
	margin: 5px;
	list-style: none;
	width: 45%;
}
#content .toptext {
	text-align: left;
	height: 100%;
	
}
#content .toptext h2 {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin: 20px 0;
}
article h2.catch {
	text-align: center;
	font-size: 130%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #000;
}
article.toptext h3 {
	font-size: 15px;
	color: #000;
}

/* Sub pege
----------------------------------*/
#main {
	margin: 180px 0 50px 0;
}
.cont, .cont-tl {
	margin: 0 auto;
	width: 95%;
	text-align: left;
}
.cont h1, .cont-tl h1 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
	color: #52B9B0;
}
.cont h2, .cont-tl h2 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	color: #52B9B0;
}
.cont-tl h3 {
	color: #52B9B0;
	font-weight: 700;
}
.contact-btn{
	margin: 50px 0;
}
.box-col01 {
	background: #F3FAFA;
	padding: 10px;
}
ul.check {
	margin: 15px;
}
ul.check li {
	list-style: none;
	background: url(../images/list_check.jpg) left no-repeat;
	padding-left: 40px;
	line-height: 40px;
}

/* media */
ul#media-sns {
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
}
ul#media-sns li {
	display: inline-block;
	width: 40%;
	margin: 15px 10px;
}
.seven-3box-textl{
	float: left;
	text-align: left;
	margin-bottom: 30px;
}
.seven-3box-textr{
	float: right;
	text-align: left;
	margin-bottom: 30px;
}
.seven-3box-textl h2, .seven-3box-textr h2{
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0;
	border-bottom: 1px solid;
}
.seven-3box-imgr, .seven-3box-imgl{
	width: 50%;
	margin: 0 auto;
}

/* baidu-listing*/
.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;
}
/* translation */
.translation-box{
	background-color: #52b9b0;
	width: 100%;
	float: left;
}
.translation-box h2.text{
	padding: 15px 10px 0 10px;
	text-align: center;
	color: #fff;
	
}

/* wechat */
.six-4box-textl{
	float: left;
	text-align: left;
	margin-bottom: 40px;
}
.six-4box-textr{
	float: right;
	text-align: left;
	margin-bottom: 40px;
}
.six-4box-textl h2, .six-4box-textr h2{
	text-align: left;
	margin-top: 20px;
}
.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:98%;
	margin:10px auto;
	}
	
	table.table th,table.table td{
	padding:5px;
	border:1px solid #cacaca;
	font-size: 90%;
	}
	
	table.table th{
	text-align:center;
	font-weight:bold;
	letter-spacing:1px;
	white-space:nowrap;
	background:#E7F5F4;
	}
	
	table.table td{border-left:#48370d;}
	table.table td span{ display:block; font-weight:bold;}
/*==================================
formarea
==================================*/
#formarea{
	padding:0 3% 30px;
	}

#formarea .inner > ul{
	margin-top:20px;
	}

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

#formarea ul li .formq{
	width:80%;
	padding-left:3%;
	padding-right:16%;
	margin-bottom:6px;
	}

#formarea ul li .hissu{
	background-image:url(../images/hissu.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:12%;
	right: 20px;
	}

#formarea ul li .forma{
	width:95%;
	padding-left:3%;
	}

#formarea ul li .forma input,
#formarea ul li .forma textarea{
	padding:10px;
	border:solid 1px #ccc;
	margin:0;
	border-radius:8px;
	-webkit-border-radius:8px;  
	-moz-border-radius:8px;  
	behavior:url(PIE.htc);
	}

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

#formarea ul li .forma > ul > li{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
	}

#formarea ul li .forma > ul > li:first-child{
	padding-top:15px;
	border-top:1px solid #ccc;
	}

#formarea .protect{
	border:1px solid #ccc;
	background:#fff;
	font-size:1.2rem;
	padding: 5%;
	margin-top:10px;
	}

#formarea .protect p{
	}

#formarea .protect p img{
	}

#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:2.0rem;
		font-weight:700;
		line-height:48px;
		color:#fff;
		width:80%;
		margin:24px auto 0;
		text-align:center;
		border-radius:8px 8px 8px 8px;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		background:#ef3543;
		}
	
	#formarea #back_button{
		display:block;
		font-size:2.0rem;
		font-weight:700;
		line-height:48px;
		color:#fff;
		width:80%;
		margin:24px auto 0;
		text-align:center;
		border-radius:8px 8px 8px 8px;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		background:#666;
		}
	
	#formarea #submit_button02{
		display:block;
		font-size:1.6rem;
		font-weight:700;
		line-height:48px;
		color:#fff;
		width:46%;
		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 #back_button02{
		display:block;
		font-size:1.6rem;
		font-weight:700;
		line-height:48px;
		color:#fff;
		width:46%;
		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:2%;
		}

	/* policyframe
	----------------------------------*/
	#policyframe{
		font-size:12px;
		padding:0 3%;
		margin-bottom:20px;
		}

	#policyframe h3{
		font-size:14px;
		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;
		}

	#toggle_policy{
		display: block;
		position: relative;
		width: 100%;
		background: #666;
		margin-bottom:15px;
		}
	#toggle_policy a{
		display: block;
		position: relative;
		padding: 12px 0 10px;
		color: #fff;
		text-align: center;
		text-decoration: none;
		}

	/* completion
	----------------------------------*/
	.completiontxt{
		text-align:center;
		font-size:1.6rem;
		padding:30px 0;
		}
	
	.completionbtn a{
		display:block;
		font-size:1.6rem;
		font-weight:700;
		line-height:48px;
		color:#fff;
		width:80%;
		margin:24px auto 0;
		text-align:center;
		border-radius:8px 8px 8px 8px;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		background:#ef3543;
		}

/* seminar
----------------------------------*/
#formarea #seminar{
	}

#formarea #seminar .title{
	margin:20px 0;
	}

#formarea #seminar .title h2{
	padding-bottom:10px;
	}

#formarea #seminar .title p{
	display:none;
	}

#formarea #seminar .txtarea{
	}

#formarea #seminar .txtarea p{
	color:#11a9d2;
	}

#formarea #seminar .txtarea h3{
	color:#11a9d2;
	font-weight:700;
	line-height:inherit;
	text-align:left;
	background:none;
	}

#formarea #seminar h3{
	color:#fff;
	font-weight:700;
	line-height:2.0;
	text-align:center;
	background:#006590;
	margin-top:20px;
	}

/* free-entry
----------------------------------*/
#formarea #free-entry{
	}

#formarea #free-entry .title{
	margin:20px 0;
	}

#formarea #free-entry .title h2{
	padding-bottom:10px;
	}

#formarea #free-entry .title p{
	display:none;
	}

#formarea #free-entry .txtarea{
	margin-bottom:20px;
	}

#formarea #free-entry .txtarea span{
	color:#ef3543;
	}

#formarea #free-entry h3{
	color:#fff;
	font-weight:700;
	line-height:2.0;
	text-align:center;
	background:#006590;
	margin-top:20px;
	}

/*==================================
footer
==================================*/
footer {
	width: 100%;
	background-color: #222222;
	text-align: center;
	margin: 10px 0 0 0;
	position: relative;
	top:10px;
}
footer .inner {
	margin: 0 auto;
	padding: 30px 0;	
	line-height: 2.0;
	color: #fff;
}
footer h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
footer ul {
	clear: both;
	margin: 0 auto;
}
footer ul li {
	width: 90%;
	display: inline-block;
	padding: 10px 0;
	text-align: left;
	line-height: 1.2;
	border-bottom: #454545 1px dotted;
}

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