@charset "utf-8";
/*===========================
add
===========================*/

/*===========================
home
===========================*/
/*top-box1----------*/
.top-box1 a{
	transition: 0.3s;
}
.top-box1 a:hover{
	opacity: 0.5;
}

.top-box1 .txt01{
	background-color: #f78634;
	border-radius: 10px;
	color: #fff;
	padding: 6px 0;
	margin-top: 20px;
}

/*top-box2----------*/
/*qr-box-----*/
.top-box2 .qr-box{
	width: 25%;
	margin: 30px auto;
}
@media screen and (max-width: 768px) {
	.top-box2 .qr-box{
		width: 35%;
	}
}
@media screen and (max-width: 600px) {
	.top-box2 .qr-box{
		width: 100%;
	}
}



/*txt01-----*/
.top-box2 .txt01{
	color: #2bbae0;
	font-size: 1.5rem;
	border-left: 3px solid #2bbae0;
	padding: 4px 0 0 10px;
	margin-bottom: 15px;
}

/*btn-box-----*/
.top-box2 .btn-box{
	margin: 20px 0 0;
	width: 110px;
}
@media screen and (max-width: 600px) {
	.top-box2 .btn-box{
		margin: 15px auto 0;
		width: 110px;
	}
}

.top-box2 .btn-box .left{
	float: left;
}

.top-box2 .btn-box .right{
	float: right;
}

.top-box2 .btn-box::before,
.top-box2 .btn-box::after{
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.top-box2 .btn-box::after{
	clear: both;
}

/*txt02-----*/
.top-box2 .txt02{
	background-color: #7ccbea;
	text-align: center;
	display: inline-block;
	font-size: 1.5rem;
	margin-bottom: 30px;
	padding: 10px 20px;
	color: #fff;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.top-box2 .txt02{
	font-size: 1.2rem;
}

.top-box2 ul{
	width: 80% !important;
	margin: 0 auto;
	padding-left: 30px;
	color: #ff6200;
}
@media screen and (max-width: 768px) {
	.top-box2 ul{
		width: 100% !important;
		margin: 0 auto;
		box-sizing: border-box;
	}

	.top-box2 li{
		width: 50%;
	}
}

.top-box2 ul + P{
	margin: 25px auto 0;
	width: 80%;
}
@media screen and (max-width: 768px) {
	.top-box2 ul + P{
		margin: 20px auto 0;
		width: 100%;
	}
}

/*===========================
content1
===========================*/
/*add1-box1----------*/

/*bgc-----*/
.add1-box1.bgc{
	background-color: #fffced;
}

/*h2-----*/
.add1-box1 h2{
	text-shadow: none;
}

.add1-box1 h2.h2title{
	margin-bottom: 30px;
}

/*in01-----*/
.add1-box1 .in01 .contactBtn{
	margin: 15px 0 0 0;
}

.add1-box1 .in01 .f-item1-2{
	position: relative;
}

@media screen and (min-width: 769px) {
	.add1-box1 .in01 .f-item1-2 .de01{
		position: absolute;
		top: 49%;
		left: 0;
		transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	}
}


.add1-box1 .contents-wrap{
	background-color: #fffced;
}

@media screen and (max-width: 768px) {
	.add1-box1 .contents-wrap{
		padding: 0 0 0 !important;
	}

	.add1-box1 .contents-text,
	.add1-box1 .contents-img {
		width: 100%; /*flex: 1;*/
		margin-bottom:20px;
	}

	.add1-box1 .contents-text{
		padding:0 0;
		margin-bottom:20px;
	}
}


/*in02-----*/
.add1-box1 .in02 .f-item1-2{
	position: relative;
}

@media screen and (min-width: 769px) {
	.add1-box1 .in02 .f-item1-2 .de01{
		position: absolute;
		top: 44%;
		left: 0;
		transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	}
}

.add1-box1 .in02 .f-item1-2 ul{
	margin-bottom: 15px;
}

.add1-box1 .in02 .f-item1-2 ul li{
	padding: 5px 0;
}











/*===========================
content2
===========================*/
/*add2-box2----------*/
.add2-box2{
	background: url(../img/content/14.jpg) center no-repeat;
	background-size: cover;
}

.add2-box2 li{
	margin: 0 0 15px;
	font-size: 1.2rem;
	text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff,0 0 10px #fff;
}
.add2-box2 li:last-child{
	margin-bottom: 0;
}

@media screen and (max-width: 600px) {
	.add2-box2 li{
		margin: 0 0 10px;
		font-size: 1rem;
	}
}


/*add2-box3----------*/
.add2-box3 .in01{
	display: flex;
	flex-wrap: wrap;
}

.add2-box3 .in01 p{
	width: 23%;
	margin-right: 2%;
	border-bottom: 1px dotted #acacac;
	margin-bottom: 13px;
	padding-bottom: 13px;
}
@media screen and (max-width: 768px) {
	.add2-box3 .in01 p{
		width: 48%;
	}

	.add2-box3 .in01 p:nth-child(odd){
		margin-right: 2%;
	}
}

@media screen and (max-width: 600px) {
	.add2-box3 .in01 p{
		width: 100%;
		margin-right: 0;
	}
}


.add2-box3 .in01 p a{
	text-decoration: none;
	transition: 0.3s;
	display: block;
}

.add2-box3 .in01 p a:hover{
	opacity: 0.5;
}

.add2-box3 .in01 p:nth-of-type(4n){
	margin-right: 0;
}

.add2-box3 .in01 p:nth-last-child(-n+2){
	width: 48%;
}
@media screen and (max-width: 600px) {
	.add2-box3 .in01 p:nth-last-child(-n+2){
		width: 100%;
	}
}



/*===========================
content3
===========================*/
/*add3-box1----------*/
/*f-item1-2-----*/
@media screen and (max-width: 768px) {
	.add3-box1 .f-item1-2{
		width: 100%;
	}
}

@media screen and (min-width: 769px) {
	.add3-box1 .in01{
		position: relative;
		padding-top: 70px;
	}
}

@media screen and (min-width: 769px) {
	.add3-box1 .txt01{
		position: absolute;
	  top: -20px;
	  left: 50%;

		font-size: 1.5rem !important;
		width: 50% !important;
		padding: 10px 10px !important;

	  transform: translateX(-50%);
	  -webkit-transform: translateX(-50%);
	  -ms-transform: translateX(-50%);
	}
}
.add3-box1 .txt01{
	font-size: 1.2rem;
	background-color: #7ccbea;
	text-align: center;
	display: inline-block;

	padding: 6px 6px;
	width: 100%;
	color: #fff;
	margin-bottom: 20px;

	box-sizing: border-box;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.add3-box1 li{
	padding-left: 1.3em;
	text-indent: -1.3em;
}





/*----------------------
none
----------------------*/
.pcOFFtabletOFFspON{display: none;}
@media screen and (max-width: 768px) {
	.pcOFFtabletOFFspON{display: none;}
}
@media only screen and (max-width: 600px) {
	.pcOFFtabletOFFspON{display: block;}
}

.pcOFFtabletONspOFF{display: none !important;}
@media screen and (max-width: 768px) {
	.pcOFFtabletONspOFF{display: block !important;}
}
@media only screen and (max-width: 600px) {
	.pcOFFtabletONspOFF{display: none !important;}
}

@media screen and (max-width: 768px) {
	.pcONtabletOFFspOFF{display: none !important;}
}

@media screen and (min-width: 769px) {
	.pcOFFtabletONspON{display: none !important;}
}

@media screen and (min-width:601px) and (max-width: 768px) {
	.pcONtabletOFFspON{display: none;}
}

@media only screen and (max-width: 600px) {
	.pcONtabletONspOFF{display: none;}
}

/*===========================
margin
===========================*/
.mt0{margin-top: 0 !important;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt50{margin-top: 50px !important;}
@media only screen and (max-width: 600px) {
	.mt10{margin-top: 5px !important;}
	.mt15{margin-top: 8px !important;}
	.mt20{margin-top: 10px !important;}
	.mt30{margin-top: 15px !important;}
	.mt40{margin-top: 20px !important;}
	.mt50{margin-top: 25px !important;}
}

.mb0{margin-bottom: 0 !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}
@media only screen and (max-width: 600px) {
	.mb10{margin-bottom: 5px !important;}
	.mb15{margin-bottom: 8px !important;}
	.mb20{margin-bottom: 10px !important;}
	.mb30{margin-bottom: 15px !important;}
	.mb40{margin-bottom: 20px !important;}
	.mb50{margin-bottom: 25px !important;}
	.mb60{margin-bottom: 30px !important;}
	.mb70{margin-bottom: 35px !important;}
	.mb80{margin-bottom: 40px !important;}
	.mb90{margin-bottom: 45px !important;}
	.mb100{margin-bottom: 50px !important;}
}


/*===========================
align
===========================*/
.txc{text-align: center;}
.txr{text-align: right;}
.txl{text-align: left;}

.center-pcONspOFF{text-align: center;}
@media screen and (max-width: 768px) {
	.center-pcONspOFF{text-align: left;}
}

.center-pcONtabletONspOFF{text-align: center;}
@media screen and (max-width: 600px) {
	.center-pcONtabletONspOFF{text-align: left;}
}

.center-pcONtabletOFFspOFF{text-align: center;}
@media screen and (max-width: 768px) {
	.center-pcONtabletOFFspOFF{text-align: left;}
}

@media screen and (max-width: 600px) {
	.center-pcOFFtabletOFFspON{
		text-align: center !important;
	}
}

/*===========================
width
===========================*/
.width70p{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 768px) {
	.width70p{
		width: 100%;
	}
}

.width70p-s{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 600px) {
	.width70p-s{
		width: 100%;
	}
}


.width80p{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 768px) {
	.width80p{
		width: 100%;
	}
}

.width80p-s{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 600px) {
	.width80p-s{
		width: 100%;
	}
}


.width90p{
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.width90p{
		width: 100%;
		margin: 0 auto;
	}
}

/*===========================
text
===========================*/
.fw-b{font-weight: bold;}

.fs12{font-size: 1.2rem;}
@media screen and (max-width: 768px) {
	.fs12{font-size: 1rem;}
}

.fs14{font-size: 1.4rem;}
@media screen and (max-width: 768px) {
	.fs14{font-size: 1.1rem;}
}
.fs18{font-size: 1.8rem;}
@media screen and (max-width: 768px) {
	.fs14{font-size: 1.1rem;}
}

.fs16{font-size: 1.6rem;}
@media screen and (max-width: 768px) {
	.fs16{font-size: 1.3rem;}
}


/*===========================
wf
===========================*/
ul.wf{
	width: fit-content;
	margin: auto;
}


/*===========================
table
===========================*/




/* 基本カラー  */

.fcBasic {
	color:#3aaee0;
}
/*.fcBasic {
	color:#2bbae0;
}*/
.fcBasic02 {
	color:#ff6200;
}

.pc-disp {
	display:block;
}
.sp-disp {
	display:none;
}
@media only screen and (max-width: 768px) {
.pc-disp {
	display:none;
}
.sp-disp {
	display:block;
}
}
