
@charset "utf-8";


body {
	height: 100%;
	color: #333;
	background-color: #FFFFFF;
	/*font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";*/
	word-wrap: break-word;
	margin-bottom: 20px;
	-webkit-text-size-adjust: 100%;
}


/*
メインコンテンツ
-------------------------------------------*/
.content {
	clear: both;
}

.main_cont {
	margin-bottom: 10px;
}
.content::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.content .top_p{
	margin-bottom: 30px;
	margin-left:80px;	
}

.content p {
	line-height: 1.8;
	font-size: 16px;
	/*margin-bottom: 30px;*/
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
}



.content .h3sub {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-top: 20px;
	/*margin-bottom: 20px;*/
	margin-bottom:0 !important;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	background-color: #044760;
	display: block;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	border: 1px solid #FFFFFF;
	clear: both;
}

.content .h3sub::after {
	display: block;
	width: 2px;
	height: 24px;
	position: absolute;
	content: "";
	top: 13px;
	left: 20px;
	background-color: #0085B2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.content .h3sub_small{
	font-size: 14px !important;
}


.content h5 {
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-top: 20px;
	/*margin-bottom: 20px;*/
	margin-bottom:0 !important;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	background-color: #044760;
	display: block;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	border: 1px solid #FFFFFF;
	clear: both;
}


.content h5::after {
	display: block;
	width: 2px;
	height: 24px;
	position: absolute;
	content: "";
	top: 13px;
	left: 20px;
	background-color: #0085B2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/*
３列メインコンテンツ
-------------------------------------------*/
.cont_list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width:1100px;
	margin-left: auto;
	margin-right: auto;
}

.cont_list .list_box {
	width: 32%;
	background-color: #EEE;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin-bottom: 20px;
}

/*2024.06.17　追加*/
/*
@media screen and (min-width:641px){
	
.cont_list .list_box:nth-of-type(4) {
	margin-left: 16.85%;
}

.cont_list .list_box:nth-of-type(5) {
	margin-right: 16.85%;
}

}
*/

/*
.cont_list .list_box:hover {
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
}
*/

.cont_list .list_box h2 {
	text-align: center;
	padding-top: 20px;
	background-color: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2E749A;
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 10px;
}

.content .list_box h3 {
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #044760;
	background-color: #F9F9F9;
	border-bottom-color: #BBB;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	border-bottom-style: dotted;
	font-weight: bold;
}


.content .list_box h5 {
	font-size: 14px;
	text-align: center;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #044760;
	background-color: #F9F9F9;
	border-bottom-color: #BBB;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	border-bottom-style: dotted;
	font-weight: bold;
}

.content .list_box h4 {
	font-size: 16px;
	text-align: center;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #044760;
	background-color: #F9F9F9;
	border-bottom-color: #BBB;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	border-bottom-style: dotted;
	font-weight: bold;
}

.content .list_box p {
	font-size: 14px;
}

.cont_list .list_box img {
	/*width: 96%;*/
	width:100%;
	height:40%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 15px;*/
	margin-bottom: 15px;
	/*border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
}


/*2020.08.04　ここから追加*/
.sub_top_img {
    background-image: url(../../common/img/pic_main_service.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 28.5%;
    position: relative;
}
a.btn_more {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FFF;
	position: relative;
	font-size: 14px;
	line-height: 30px;
}

a.btn_more::before {
	display: block;
	position: absolute;
	width: 20px;
	height: 30px;
	font-size: 12px;
	content: ">";
	left: 5px;
	top: 5px;
}


a.btn_more:hover::before {
	left: 8px;
}


a.btn_more:hover {
	color: #002744;
	background-color: #FFF;
	border-top-color: #001F35;
	border-right-color: #001F35;
	border-bottom-color: #001F35;
	border-left-color: #001F35;
}


.list_box a.btn_more {
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: #002744;
	margin-bottom: 20px;
}

.list_box a.btn_more:hover {
	color: #002744;
	background-color: #FFF;
	border-top-color: #001F35;
	border-right-color: #001F35;
	border-bottom-color: #001F35;
	border-left-color: #001F35;
}

/*
QR決済画像
-------------------------------------------*/
.pay_img{
	display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 10px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 10px;
}

.pay_img img{
	margin: 1% 2%;
}




@media screen and (min-width:1100px) {



/*
メインコンテンツ
-------------------------------------------*/

.content {
	/*width: 1100px;*/
	width:100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 30px;
}

.cont_list::after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}

}
/*-----（/1100～）-----*/


@media screen and (max-width:1100px) {
	

/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}

/*
メインコンテンツ
-------------------------------------------*/

.content {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content .top_p{
	/*margin-left: 20px;*/
	width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.content p {
	margin-right: 20px;
	margin-left: 20px;
}

.content .news {
	margin-right: 10px;
	margin-left: 10px;
}

.cont_list {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}


.cont_list::after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}


}
/*-----（/～1100）-----*/

@media screen and (max-width:960px) {

.content .list_box p {
    font-size: 12px;
}

.content h5::after {
	left: 1px;
}

.content .h3sub_small::after{
	left: 1px;
}

.content .list_box h3 {
    font-size: 78%;
}

.content .list_box h5 {
    font-size: 10.5px;
}

.content .list_box .h3sub_small{
    font-size: 10.5px !important;
}

a.btn_more {
    font-size: 78%;
}

}
/*-----（/～960）-----*/




@media screen and (max-width:700px) {


.cont_list{
	display:bock;	/*横並び解除*/
}

h2 {
	font-size: 18px;
	line-height: 30px;
}

h2 a.btn_list {
	font-size: 14px;
	line-height: 26px;
	width: 90px;
	top: 5px;
}

h2 a.btn_list::before {
	line-height: 26px;
}

.content .list_box h3 {
    font-size: 100%;
}

.top_form {
	left: 5%;
	width: 90%;
}

.cont_list .list_box {
	width: 70%;
	margin-right: auto;
	margin-left:auto;
	margin-bottom:20px;
}

.content .h3sub_small::after {
	left: 20px;
}

.content .list_box .h3sub_small {
    font-size: 12px !important;
}

.content h5::after {
	left: 20px;
}

.content .list_box h5 {
    font-size: 12px;
}

a.btn_more {
    font-size: 100%;
}


}
/*-----（/～700）-----*/


@media screen and (max-width:420px) {

	.cont_list .list_box {
		width: 90%;
	}

	.pay_img{
		justify-content: space-around;
	}

	.pay_img img{
		margin: 2%;
	}

	.content .indent {
		margin-left: 30px;
		padding-left: 1em;
		text-indent: -1em;
	}


}
/*-----（/～400）-----*/

@media screen and (max-width:320px) {
	.content .h3sub_small::after {
		left: 10px;
	}
	.content h5::after {
		left: 10px;
	}
	.content .list_box h3 {
		font-size: 90%;
	}
	a.btn_more {
		font-size: 90%;
	}
}
/*-----（/～320）-----*/

