@charset "utf-8";
.pc {
	display: inherit;
}
.sp {
	display: none;
}
@media screen and (max-width: 667px){
	.pc {
		display: none;
	}
	.sp {
		display: inherit;
	}
}
/*Templates CSS all media*/
/***********************************
Link Setting
************************************/

a:link,
a:visited,
a:active{
	color: #19b6c2;
	outline:none;
}

a:hover{
	color: #F30;
	text-decoration: underline;
	outline:none;
}

/***********************************
/*Scrollbar Setting
/*Internet Explorer only
************************************/

html{
	overflow-y:scroll;
}

/***********************************
body
************************************/

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	background-color: #f2f2f2;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
}
* {
	box-sizing: border-box;
}
*html body{
	font-size: 80%;
	line-height: 140%;
}


.row {
	width: 1000px;
	margin: auto;
}
.math {
	float: left;
	margin-left: 50px;
}
.center {
	text-align: center;
}
.link01 a {
	float: left;
	margin-left: 50px;
}
.link02 a {
	float: right;
}

.clearBox{
	overflow: hidden;
	position: relative;
}
.note {
	font-size: 85% !important;
	color: #333 !important;
	font-weight: normal !important;
}

.arrow-link {
	margin-bottom: 30px;
	clear: both;
}
.cont-inner .arrow-link {
	margin-bottom: 0;
}
.arrow-link a {
	text-decoration: none;
	border-bottom: 1px solid #00aebb;
}
.arrow-link span::before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 5px;
	border-bottom: none;
	color: #00aebb;
}
.arrow-link span a:hover {
	color: #00aebb;
	text-decoration: none;
	border-bottom: none;
}
.ro img:hover {
	opacity: 0.7;
}
.btn-box.one-btn, .btn-box.two-btn {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: auto;
}
.btn-box.one-btn {
	width: 500px;
}
.btn-box.two-btn {
	width: 900px;
}

.cont .btn-link {
	margin: 35px auto;
}
.btn-link a {
	width: 500px;
	height: 80px;
	border-style: solid;
	border-width: 1px;
	border-radius: 8px;
	box-shadow: inset 0px -2px 0px 0px rgba(110, 110, 110, 0.35);
	display: block;
	transition: 0.3s;
	color: #372800 !important;
	text-decoration: none;
	text-align: center;
	padding-left: 30px;
	padding-top: 29px;
	background-repeat: no-repeat;
	background-position: 20px 20px;
	font-size: 26px;
	font-weight: bold;
}
header .btn-link a {
	z-index: 30;
	bottom: 40px;
	position: absolute;
}
.btn-link a:hover {
	opacity: 0.9;
	transition: 0.3s;
	text-decoration: none;
}
.btn01 {
	border-color: rgb(182, 149, 31);
	background-color: rgb(255, 206, 37);
	background-image: url(../img/btn-arrow01.png);
	
}
.btn02 {
	border-color: rgb(163, 163, 163);
	background-color: rgb(255, 255, 255);
	background-image: url(../img/btn-arrow02.png);
}
.tracking-nav {
  background-color: #c6c6c6;
  width: 200px;
  height: auto;
  z-index: 300;
  position: absolute;
  top: 40px;
  right: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 10px;
  padding-right: 0;
  padding-bottom: 0;
}
.fixed {
  position: fixed;
  top: 40px;
}
.tracking-nav li {
	padding-bottom: 10px;
	position: relative;
}
.tracking-nav li:after {
	content: url(../img/arrow01.png);
	position: absolute;
	right: 10px;
	top: 18px;
}
.tracking-nav li.at:after {
	content: url(../img/arrow02.png);
}

.tracking-nav li a {
	background-color: #FFF;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	display: block;
	padding: 15px 10px 13px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.tracking-nav li.at a {
	background-color: #ffce25;
	transition: 0.3s;
}
.tracking-nav li a:hover {
	text-decoration: none;
	color: #333333;
	opacity: 0.9;
	transition: 0.3s;
}
@media screen and (min-width: 668px){
	.btn-box.two-btn .btn-link:first-child{
		float: left;
	}
	header .btn-box.two-btn .btn-link:last-child{
		float: left;
    	margin-left: 535px;
	}
	.btn-box.two-btn .btn-link:last-child{
		float: left;
    	margin-left: 35px;
	}
	.btn-box.two-btn .btn-link a.btn02 {
		width: 360px;
		font-size: 21px;
	}
}
@media screen and (max-width: 667px){
	.cont .btn-link {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 25px auto;
	width: 100%;
	height: auto;
	padding: 0 20px;
	}
	.btn-box.one-btn {
	width: 100%;
	}
	.btn-box.two-btn {
	width: 100%;
	}
	.btn-link a {
	width: 100%;
	height: 60px;
	border-style: solid;
	border-width: 1px;
	border-radius: 8px;
	box-shadow: inset 0px -2px 0px 0px rgba(110, 110, 110, 0.35);
	z-index: 30;
	bottom: 40px;
	position: static;
	display: block;
	background-position: 10px 18px;
	background-size: 20px;
	font-size: 16px;
	padding-top: 19px;
	padding-left: 20px;
	}
	.btn-link a.btn02 {
	height: 45px;
	background-position: 10px 12px;
	background-size: 20px;
	padding-top: 11px;
	}
	.arrow-link {
    margin-bottom: 20px;
	}
	header .btn-link {
	width: 100%;
	padding: 0 20px 20px;
	}
	header .btn-link a {
    position: inherit;
	}
}
/***********************************
head-area
************************************/
.head-area{
	background: #00aebb;
}
.logo {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
@media screen and (max-width: 1415px){
	.tracking-nav.pc{
		display: none;
	}
	.menu.sp{
		display: inherit;
	}
	.logo {
		padding-top: 5px;
	}	
	.logo img {
		float: none 	!important;
	}
	
	.menu-btn,.menu-btn02 {
		position: absolute;
		top: 12px;
		right: 15px;
		/*z-index: 999;*/
		display: inline;
		font-size: 32px;
	}
	.menu-btn a,.menu-btn02 a {
		display: inline-block;
		text-decoration: none;
	}
	.btn-open:after {
		content:" ";
		background: url(../img/menu-btn.png) no-repeat;
		-webkit-transition: all .2s linear 0s;
		-moz-transition: all .2s linear 0s;
		-o-transition: all .2s linear 0s;
		transition-property: all .2s linear 0s;
		width: 34px;
		height: 26px;
		background-size:contain;
		vertical-align:middle;
		display:inline-block;
	}
	.btn-close:after {
		content:" ";
		background: url(../img/menu-close-btn.png) no-repeat;
		-webkit-transition: all .2s linear 0s;
		-moz-transition: all .2s linear 0s;
		-o-transition: all .2s linear 0s;
		transition-property: all .2s linear 0s;
		width: 34px;
		height: 26px;
		background-size:contain;
		vertical-align:middle;
		display:inline-block;
	}
	.overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		display: none;
		overflow: auto;
		width: 100%;
		height: 100%;
		background: #00B0BC;
	}
	.overlay .menu {
		margin: 52px auto;
		width: 100%;
	}
	.overlay .menu ul {
		padding: 0 20px;
	}
	.overlay .menu li {
		padding-bottom: 10px;
		position: relative;
	}
	.overlay .menu li:after {
		content: url(../img/arrow01.png);
		position: absolute;
		right: 10px;
		top: 18px;
	}
	.overlay .menu li.at:after {
		content: url(../img/arrow02.png);
	}

	.overlay .menu li a {
		background-color: #FFF;
		border-radius: 5px;
		display: block;
		padding: 15px 10px 13px;
		font-size: 14px;
		font-weight: bold;
		color: #333333;
		text-decoration: none;
	}
	.overlay .menu li.at a {
		background-color: #ffce25;
		transition: 0.3s;
	}
	.overlay .menu li a:hover {
		text-decoration: none;
		color: #333333;
		opacity: 0.9;
		transition: 0.3s;
	}

}
@media screen and (max-width: 667px){
	.menu-btn,.menu-btn02 {
		top: 6px;
	}
	.overlay .menu {
		margin: 38px auto;
	}
	.btn-open:after {
		width: 20px;
		height: 15px;
	}
	.btn-close:after {
		width: 20px;
		height: 15px;
	}
}


/***********************************
main container
************************************/

#mainContainer{
}

/***********************************
header
************************************/

header{
}

/***********************************
headNavi
************************************/


/***********************************
point
************************************/
.point {
	background: #f8f8f8;
	padding: 45px 0;
}
.point-title {
	text-align: center;
	font-size: 34px !important;
	font-weight: bold;
}
.point-title strong {
	color: #00aebb;
}
.point-title span {
	font-size: 48px;
}
@media screen and (min-width: 668px){
	
	.point .point-box {
		display: flex;
	}
	.point .point-box .item {
		flex: 1;
	}
	.point .circle {
		background: url(../img/point-bg.png) no-repeat;
		text-align:  center;
		height: 250px;
		width: 250px;
		margin: auto;
	}
	.c-title {
		font-size: 26px !important;
		font-weight:  bold;
		color: #FFF;
		padding-top: 60px;
	}
	.c-num {
		font-size: 22px !important;
		font-weight: bold;
		padding-top: 10px;
	}
	.c-num span {
		font-size: 28px !important;
	}
	.c-text {
		margin: 20px auto 0 !important;
		width:  260px;
	}
}
@media screen and (max-width: 667px){
	.point-box .item:last-child p.c-text{
	margin-bottom: 0!important;
	}
	.point {
	padding: 30px 0;
	}
	.point-title {
	text-align: center;
	font-size: 20px !important;
	font-weight: bold;
	}
	.point-title span {
	font-size: 23px;
	}
	.circle {
    background: #00aebb;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    height: 60px;
    line-height: 1.5;
    padding-top: 15px;
    text-align: center;
    width: 60px;
	float: left;
	}
	.text-box{
	float: left;
	width: 70%;
	margin-left: 15px;
	}
	.c-title {
	font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 5px !important;
	}
}



/***********************************
center
************************************/

#center{
	position: relative;
}

.single-section {
	padding: 0 25px;
	font-size: 16px;
}
.single-section a,.cf-link a {
	color: #00aebb;
	text-decoration: none;
	border-bottom: 1px solid #00aebb;
	padding-bottom: 2px;
}
.single-section a:hover, .cf-link a:hover {
	color: #00aebb;
	text-decoration: none;
	border-bottom: none;
}
.single-section ul {
	margin-bottom: 30px;
}
.single-section ul li:last-child {
	margin-bottom: 0px;
}

.single-section li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 15px;
}
.single-section li::before {
	content: "\f111";
	font-family: FontAwesome;
	color: #cfcfcf;
	font-size: 5px;
	margin-right: 10px;
	position: absolute;
	top: -1px;
	left: 0;
}
.single-section li strong {
	color: #f2790d;
}
.cf-link {
	font-size: 16px;
	text-align: center;
	padding: 30px 0;
}
.cf-link ul {
	display: inline-block;
}
.cf-link ul li {
	float: left;
	padding: 0 20px;
	border-right: 2px solid #c1c1c1;
}
.cf-link ul li:last-child {
	border-right: none;
}
.map-box {
	position: relative;
}
.map-box img {
	position: absolute;
	right: -10px;
    top: -20px;
}
.single nav.head-nav {
	background: #00aebb;
	padding: 20px 0;
}
.single nav.head-nav a {
	color: #FFF;
	text-decoration: none;
}
.single nav.head-nav a:hover {
	text-decoration: underline;
}
.single nav.head-nav ul {
  display: flex;
  text-align: center;
  font-size: 18px;
}
.single nav.head-nav ul li {
  width: 300px;
  border-right: 1px solid #73d3da;
}
.single nav.head-nav ul li:first-child {
  border-left: 1px solid #73d3da;
}
.single nav.head-nav ul li a {
	display: block;
}

@media screen and (max-width: 667px){

	.single-section {
		padding: 0;
		font-size: 13px;
	}
	.single-section iframe {
		max-width: 100%;
		height: auto;
	}
	.single-section a,.cf-link a {
		color: #00aebb;
		text-decoration: none;
		border-bottom: 1px solid #00aebb;
		padding-bottom: 2px;
	}
	.single-section a:hover, .cf-link a:hover {
		color: #00aebb;
		text-decoration: none;
		border-bottom: none;
	}
	.single-section ul {
		margin-bottom: 20px;
	}
	.single-section li {
		margin-bottom: 10px;
		padding-left: 10px;
	}
	.single-section li::before {
		content: "\f111";
		font-family: FontAwesome;
		color: #cfcfcf;
		font-size: 5px;
		margin-right: 10px;
		position: absolute;
		top: -1px;
		left: 0;
	}
	.cf-link {
		font-size: 16px;
		text-align: left;
		padding: 30px 0;
	}
	.cf-link ul {
		display: inline-block;
	}
	.cf-link ul li {
		float: left;
		padding: 15px 0 13px;
		border-right: none;
		width: 50%;
	}
	.cf-link ul li:last-child {
		border-right: none;
	}
	.cf-link ul li::before {
		font-family: FontAwesome;
		content:"\f105";
		margin-right: 5px;
		font-size: 16px;
		color: #00aebb;
	}
	.map-box {
		position: inherit;
		text-align: center;
	}
	.map-box img {
		position: inherit;
		padding-left: 20%;
	}
	.single nav.head-nav {
		padding: 0;
	}
	.single nav.head-nav a {
		padding: 20px 10px 18px;
	}
	.single nav.head-nav a:hover {
		text-decoration: none;
	}
	.single nav.head-nav ul {
		display: block;
		font-size: 15px;
		text-align: left;
		width: 100%;
	}
	.single nav.head-nav ul li {
		width: 50%;
		float: left;
		border: none;
		position: relative;
	}
	.single nav.head-nav ul li:after {
		font-family: FontAwesome;
		content:"\f105";
		position: absolute;
		top: 18px;
		right: 10px;
		color: #FFF;
		font-size: 20px;
	}
	.single nav.head-nav ul li:first-child {
	  	border-left: none;
	}
	.single nav.head-nav ul li:nth-child(odd) {
	  	border-right: 1px solid #73d3da;
	}
	.single nav.head-nav ul li:nth-child(1),.single nav.head-nav ul li:nth-child(2) {
		border-bottom: 1px solid #73d3da;
	}
	.single nav.head-nav ul li a {
		display: block;
	}
}


.sidebar {
	width: 220px;
	float: right;
	margin-top: 65px;
}
.sidebar .btn-box {
	background: #00aebb;
	text-align: center;
	padding: 20px 0;
}
.sidebar .btn-box p {
	color: #FFF;
	font-size: 14px !important;
	font-weight: bold;
	margin-bottom: 10px !important;
}




/***********************************
footer
************************************/

footer{
	background-color: #dfdfdf;
	color: #656565;
}

footer a:link,
footer a:visited,
footer a:active{
	color: #656565;
	outline:none;
}

footer a:hover{
	color: #F30;
	text-decoration: underline;
	outline:none;
}

footer nav{
	display: block;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 40px;
}

footer nav ul{
	display: block;
	float: left;
	width: 750px;
	padding-top: 20px;
}

footer nav li{
	display: block;
	float: left;
	white-space: nowrap;
	padding-bottom: 8px;
}

footer li.fl01,
footer li.fl03,
footer li.fl04,
footer li.fl06,
footer li.fl07{
	width: 250px;
}

footer li.fl02,
footer li.fl05,
footer li.fl08{
	width: 200px;
}

footer li.copy{
	width: 100%;
}

footer span{
	display: block;
	float: right;
}
footer .copy {
	font-size: 14px;
	color: #FFF;
	background: #00aebb;
	padding: 20px 0;
}
footer .com{
	float: left;
}
footer .logo-f {
	float: right;
}


/*Templates CSS SP用*/
@media screen and (max-width: 667px){
/***********************************
main container
************************************/

#mainContainer{
	background-color: #fff;
}

.row {
	width: 90%;
	margin: auto;
	font-size: 12px;
}
.home .row img{
	float: left;
	padding-top: 5px;
}
.math {
	margin-left: 25px;
}
.link01 a {
	margin-left: 25px;
}

h1.csH1 img{
	width: 97px;
}

/***********************************
header
************************************/

header{
}

/***********************************
headNavi
************************************/

nav#headNavi.on{
	display: block;
}

nav#headNavi.off{
	display: none;
}

nav#headNavi{	
	width: 100%;
	position: absolute;
	z-index: 999;
	background-color: #FFF;
	top: 80px;
}

nav#headNavi .inBox{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	padding-top: 0px;
}

nav#headNavi .inBox a{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 0px;
	text-decoration: none;
	height: auto;
	background-image: url(../images/iconLinkArrowLeft.png);
	background-repeat: no-repeat;
	background-position: 92% center;
	background-size:9px 14px;
	padding-left: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
}

nav#headNavi .inBox a:link,
nav#headNavi .inBox a:visited,
nav#headNavi .inBox a:active{
	color: #00AEBB;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

nav#headNavi .inBox a:hover{
	outline:none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

nav#headNavi .inBox .mark{
	font-size: 16px;
	height: auto;
	color: #00AEBB;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 0px;
}

nav#headNavi .inBox dl{
	display: block;
	float: none;
	position: relative;
}

nav#headNavi .inBox dt{
	display: block;
	position: relative;
	font-weight: bold;
	background-color: #00AEBB;
	color: #FFF;
	line-height: 30px;
}

nav#headNavi .inBox dd{
	display: block;
	float: none;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

nav#headNavi .inBox .b01,
nav#headNavi .inBox .b02,
nav#headNavi .inBox .b03,
nav#headNavi .inBox .b04,
nav#headNavi .inBox .b05,
nav#headNavi .inBox .b06,
nav#headNavi .inBox .b07{
	width: 100%;
	background-image: none;
}

nav#headNavi .inBox .b01,
nav#headNavi .inBox .b02,
nav#headNavi .inBox .b03,
nav#headNavi .inBox .b04,
nav#headNavi .inBox .b05,
nav#headNavi .inBox .b06,
nav#headNavi .inBox .b07{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
}

nav#headNavi .inBox .b02{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #00AEBB;
}

/***********************************
pageTitleBox
************************************/



/***********************************
center
************************************/

#center{
}

/***********************************
footer
************************************/
footer {
	margin-top: 20px;
}
footer nav{
	display: block;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
}

footer nav ul{
	display: block;
	float: left;
	width: 80%;
	padding-top: 10px;
}

footer nav li{
	display: block;
	float: none;
	padding-right: 50px;
	white-space: nowrap;
	padding-bottom: 5px;
}

footer span{
	display: block;
	float: right;
	width: 56px;
}

footer span img{
	width: 100%;
}

}

footer .copy {
    padding: 10px 0 8px;
}
@media screen and (max-width: 667px){
	footer .logo-f img {
	width: 80%;
	height: auto;
	padding: 0!important;
	}
}

/***********************************
modal
************************************/
* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}

.modal-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
	cursor: pointer;
	background: #000;
}

.modal {
	display: none;
	z-index: 2000;
}

/*埋め込み動画*/
.mmw {
}
.modal-movie {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 853px;
	margin: auto;
	text-align: center;
	z-index: 2000;
}
.modal-movie iframe {
	margin-top: 35px;
	border: 15px solid #fff;
    border-radius: 10px;
}
@media screen and (max-width: 667px){
	.modal-movie {
		position: fixed;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
		width: 100%;
	}
	.modal-movie iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		border: none;
		border-radius: 0;
		margin-top: 0;
	}
}

.modal .btn-close {
	z-index: 2500;
	color: #FFF;
	background: #00AEBB;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	/*padding: 7px 5px 8px 12px;*/
	padding: 6px 5px 5px 6px;
	cursor: pointer;
	margin: auto;
	font-size: 18px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	border: 5px solid #FFF;
}
@media screen and (min-width: 668px){
	.modal .btn-close {
		right: -40px;
    	top: 20px;
	}
}
@media screen and (max-width: 667px){
	.modal .btn-close {
		right: 5px;
    	top: 5px;
	}
}

/***********************************
houkoku
************************************/
.houkoku {
    margin-top: 40px;
}
@media screen and (max-width: 667px){
    .houkoku {
        margin-top: 5vw;
    }
}
