@charset "utf-8";

/*-------------------------------------------------------------------
　slider
-------------------------------------------------------------------*/
.fla {
	margin: 0px auto 0;
	padding: 0px;
	z-index: -1000;
	clear: both;
	overflow: hidden;
}

#mainvisual {
	width: 100%;
	max-width: 100%;
	min-height: 600px;
	max-height: 600px;
	margin: 80px auto;
	background-position: center center;
}

#mainvisual2 {
	width: 100%;
	max-width: 100%;
	min-height: 550px;
	max-height: 550px;
	margin: 0px auto;
	background-position: center center;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.fla {
	height: 550px;
	padding-top: 60px;
}

#mainvisual2 {
	min-height: 550px;
	max-height: 550px;
}
}

/* ---- sp 920-------------- */
@media only screen and (max-width:920px){
.fla {
	height: 550px;
	padding-top: 60px;
}
}

/* ---- sp 767-------------- */
@media only screen and (max-width:767px){
.fla {
	height: 350px;
	margin-top: 0;
	background-attachment: scroll;
	background-image: url(none);
	background-repeat: no-repeat;
	background-position: center top;
}

#mainvisual2 {
	min-height: 350px;
	max-height: 350px;
	margin: 0 auto;
	background-position: center;
}
}

/* ---- sp 480-------------- */
@media only screen and (max-width:480px){
.fla {
	height: 200px;
}

#mainvisual2 {
	min-height: 200px;
	max-height: 200px;
	background-position: center;
}
}

/*-------------------------------------------------------------------
　common
-------------------------------------------------------------------*/
#wrapper{
	width:100%;
	margin:0 0 100px 0;
	overflow: hidden;
}

#wrapper img{
	width:100%;
	height:auto;
	backface-visibility:hidden;
}

#wrapper a:hover img{
	opacity:0.8;
}

.content{
	width: 1000px;
	margin: 80px auto 0;
	overflow: hidden;
	clear: both;
}

.view_pc{display:block;}
.view_sp{display:none;}

.view_pc767{display:block;}
.view_sp767{display:none;}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.content{width:90%;}
.view_pc{display:none;}
.view_sp{display:block;}
}

/* ---- sp 767-------------- */
@media only screen and (max-width:767px){
.content{margin: 50px auto 0;}
.view_pc767{display:none;}
.view_sp767{display:block;}
}

/* ---- sp 480-------------- */
@media only screen and (max-width:480px){
.content{margin: 30px auto 0;}
}

/*-------------------------------------------------------------------
　title
-------------------------------------------------------------------*/
.mainTitle{
	font-family: 'Noto Sans JP', sans-serif;
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 80px;
	color: #99C7E7;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -0.03em;
}

.mainTitle::before,
.mainTitle::after{
	content:"";
	flex-grow: 1;
	border-bottom: 1px solid #99C7E7;
}

.mainTitle::before{
	margin-right: 30px;
	padding-left: 15px;
}

.mainTitle::after{
	margin-left: 30px;
	padding-right: 15px;
}

.mainTitle_sm{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	text-align: center;
	color: #99C7E7;
	margin-bottom: 30px;
}

.subTit{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 25px;
	color: #1D4692;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}

/* ---- sp 767-------------- */
@media only screen and (max-width:767px){
.mainTitle{
	font-size: 50px;
}

.subTit{
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 30px;
}
}

/* ---- sp 480-------------- */
@media only screen and (max-width:480px){
.mainTitle{
	font-size: 20px;
}

.mainTitle_sm{
	font-size: 14px;
	margin-bottom: 20px;
}

.subTit{
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 30px;
}
}


/*-------------------------------------------------------------------
　about
-------------------------------------------------------------------*/
.mainTx{
	width: 900px;
	margin: 0 auto;
}

.trouble_Box{
	width: 100%;
	margin: 80px 0 0;
	height: 500px;
}

.trouble_bg{
	width: 100%;
	position: relative;
	padding: 60px 0 0 0;
}

.trouble_bg::before{
	content: "";
	position: absolute;
	top:0;
	right: 0;
	width: 100%;
	height: 60%;
	background: #CDE4F3;
	display: block;
	z-index: 1;
}

.trouble_bg::after{
	content: "";
	position: absolute;
	top:0;
	right: 0;
	width: 45%;
	height: 100%;
	background-image: url( ../images/trouble_ph.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	z-index: 1;
}

.troubleIn{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

.trouble_Det{
	width: 50%;
	border: 0px solid #CCC;
	background: #FFF;
	padding: 20px 0;
}

.trouble_Det h4{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 30px;
	color: #1D4692;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.1em;
	margin-bottom: 10px;
}

.trouble_Det h4 span{
	background: linear-gradient(transparent 70%, #CDE4F3 70%);
}

.trouble_Det h5{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	color: #1D4692;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.1em;
	line-height: 1.5;
}

ul.trouble_list{
	width: 85%;
	margin: 20px auto 0 auto;
	border-top: 1px dashed #BBBBBB;
	box-sizing: border-box;
}

ul.trouble_list li{
	list-style-type: disc;
	list-style-position: inside;
	border-bottom: 1px dashed #BBBBBB;
	padding: 3px 0 3px 30px;
	text-indent: -22px;
}

.troubleTx{
	width: 85%;
	margin: 20px auto 0;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.mainTx{
	width: 100%;
}

.trouble_Box{
	width: 100%;
	margin: 80px 0 0;
	height: auto;
}

.troubleIn{
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

.trouble_bg::before{
	display: none;
}

.trouble_bg::after{
	content: "";
	position: absolute;
	top:0;
	right: 0;
	width: 100%;
	height: 60%;
	background-image: url( ../images/trouble_ph.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	display: block;
	z-index: 1;
}

.trouble_Det{
	width: 100%;
	border: 0px solid #CCC;
	background: #FFF;
	padding: 20px 0;
	margin-top: 150px;
}
}

/* ---- sp 767-------------- */
@media only screen and (max-width:767px){
.trouble_bg::after{
	content: "";
	position: absolute;
	height: 60%;
	background-image: url( ../images/trouble_ph_767.jpg);
	background-position: top center;
}
}

/* ---- sp 480-------------- */
@media only screen and (max-width:480px){
.trouble_Box{
	width: 100%;
	margin: 50px 0 0;
}
	
.trouble_Det h4{font-size: 20px;}
.trouble_Det h5{font-size: 16px;}

.trouble_Det{
	padding: 20px 0;
	margin-top: 100px;
}
}


/*-------------------------------------------------------------------
　service
-------------------------------------------------------------------*/
#ser_wrap{
	width: 100%;
	margin: 20px 0 60px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.serBox{
	width: 30%;
	font-size: 15px;
}

.ser_ph{
	width: 90%;
	margin: 0 auto;
}

.serBox h5{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;

}

.serBa{
	margin-top: 40px;
}

.ser_dlBtn{
	width: 300px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}

.ser_dlBtn a{
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	padding: 10px 20px;
	border-radius: 5px;
	background: #244894;
}

.ser_dlBtn a:hover{background: #2E5CBD;}

/* ---- sp 767-------------- */
@media only screen and (max-width:767px){
#ser_wrap{
	margin: 20px 0 40px;
	flex-direction: column;
}

.serBox{
	width: 100%;
	font-size: 15px;
	margin-bottom: 20px;
}

.serBox:last-of-type{
	width: 100%;
	font-size: 15px;
	margin-bottom: 0;
}

.ser_ph{width: 70%;}
.serBa{margin-top: 30px;}

.ser_dlBtn{
	width: 75%;
	font-size: 20px;
}

.ser_dlBtn a{
	margin: 0 auto 100px;
	padding: 15px 20px;
}
}

/* ---- sp 480-------------- */
@media only screen and (max-width:480px){
.ser_dlBtn{
	width: 95%;
	font-size: 18px;
}

.ser_dlBtn a{
	margin: 0 auto 100px;
	padding: 15px 10px;
}
}


/*-------------------------------------------------------------------
　recommended
-------------------------------------------------------------------*/
.recoBa{
	margin-bottom: 50px;
}

.recoBa ul{
	display: flex;
	justify-content: space-between;
}

.recoBa ul li{
	list-style-type: none;
	margin-right: 12px;
}

.recoBa ul li:last-of-type{
	margin-right: 0px;
}

.recoBox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom:1px solid #DDDDDD;
	padding-bottom: 30px;
	margin-top: 40px;
}

.recoBox:first-of-type{margin-top: 0px;}

.recoBox:last-of-type{
	border-bottom:0px solid #DDDDDD;
	padding-bottom: 0px;
}

.reco_ph{width: 35%;}
.reco_det{width: 60%;}

.reco_det h4{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 25px;
	font-weight: bold;
}

.recoTx{margin: 15px 0;}

.reco_pri{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #D83400;
}

.reco_pri span{font-size: 15px;}

dl.pri_lsit{
	display:flex;
	flex-wrap: wrap;	
}

dl.pri_lsit dt{
	width: 50%;
	box-sizing: border-box;
	font-weight: bold;
}

dl.pri_lsit dd{
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
	width: 50%;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	color: #D83400;
}

dl.pri_lsit dd span{font-size: 15px;}

.payment{
	margin-top: 60px;
}

.pro_detBtn{
	width: 200px;
}

.pro_detBtn a{
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	border-radius: 5px;	width: 200px;
	background: #244894;
	margin-bottom: 5px;
}

.pro_detBtn a:hover{
	background: #2E5CBD;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.reco_det h4{font-size: 22px;}

dl.pri_lsit{flex-flow: column nowrap;}

dl.pri_lsit dt,
dl.pri_lsit dd{width: 100%;}

dl.pri_lsit dt{margin-top: 10px;}
dl.pri_lsit dt:first-of-type{margin-top: 0;}
}

/* ---- sp 767-------------- */
@media only screen and (max-width:767px){
.recoBa ul{
	flex-direction: column;
}

.recoBa ul li{
	margin-right: 0px;
	margin-bottom: 30px;
}

.recoBa ul li:last-of-type{
	margin-bottom: 0px;
}

.recoBox{
	flex-direction: column;
	padding-bottom: 30px;
	margin-top: 40px;
}

.reco_ph{width: 100%; margin-bottom: 20px;}
.reco_det{width: 100%;}
.reco_det h4{text-align: center;}

.payment{
	margin-top: 30px;
}
}

/* ---- sp 480-------------- */
@media only screen and (max-width:480px){
.recoBa{
	margin-bottom: 30px;
}

.reco_det h4{font-size: 18px;}
}

