@charset "utf-8";


/* 幅644px以下から ヘッダー等微調節
--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 481px){
	
.spDisp {
	display:block;
}

.spHide {
	display:none;
}

.box {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.img100 img{
	width:100%;
	height:auto;
}

/*　見出し・画像　*/

.pic-left {
	float: none;
	width:94%;
	height:auto;
}



/*　見出し・画像　*/

.midashi1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 28px;
	margin-bottom:40px;
	text-align:center;
}

.midashi2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 20px;
	color: #22B9C7;
}

.midashi3 {

}


/*　ヘッダー　*/


header {

}

.header_cont {
	width: 100%;
	background-repeat: repeat;
	overflow: hidden;
}

.header_logo {
	float: none;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
}

.header_logo img{
	width: 30%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.toph1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 16px;
}

.toph1 span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size:24px;
}

.main_img {
	background-image: url(../img/main_img-sp.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.main_icont {
	width: 85%;
	padding-top: 3%;
	padding-bottom: 280px;
	margin-right: auto;
	margin-left: auto;
}

.main_icont h2 {
	margin-bottom: 10px;
}

.main_icont h2 span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #ED1C24;
}

.main_icont h2 span span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #000000;
}

.main_icont h3 {
	margin-bottom: 50px;
}

.main_icont h3 span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 25px;
	color: #000000;
	background-color: #FFF;
	padding-right: 8px;
	padding-left: 8px;
}

.main_imgc {
	width: 90%;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -10px;
}

.main_imgc ul{
	display: flex;
	justify-content:center;
	align-items: stretch;
}

.main_imgc ul li{
	background-color: #19487E;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
	height: 105px;
	width: 105px;
	border-radius: 50%;
	margin-right: 5px;
	margin-left: 5px;
}

.main_ip {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #FFF;
	line-height: 1.4em;
}

.main_ip span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #FFF;
	line-height: 1.2em;
	padding-top: 5px;
	display: block;
}



.bg_1200 {
	background-color: #F2F2F2;
}

.main1 {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 8%;
	padding-bottom: 8%;
}

.main1 h2{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 23px;
	text-align: center;
	margin-bottom: 25px;
	line-height: 1.6em;
}

.main1 h2 span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 34px;
	text-align: center;
	color: #C1272D;
}

.main1_btn {
	display: flex;
	justify-content: center;
	width: 100%;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
	background-color: #071A4A;
}

.main1_btn p{
	font-size: 28px;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.main1_btn:hover {
	background-color: #030B1F;
}

.main2 {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}

.main2_title {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
}

.main2 h3{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 28px;
}

.main2 h3 span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 55px;
	color: #ED1C24;
}

.main2_ill {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}

.main2_ill img{
	width: 100%;
	height:auto;
}

.main2_c {
	background-color: #CFDDE2;
	margin-top: -21px;
	padding: 8%;
}

.main2_c ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.main2_c ul li{
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 100%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 2%;
}

.main2_c ul li p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 19px;
}

.main2_c ul li p span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 25px;
	background: linear-gradient(transparent 70%, #F9E453 70%);
}

.triangle {
	width: 100%;
}

.triangle img{
	width: 100%;
	height:auto;
}

.main3_1 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap; 
	margin-bottom:50px;
}

.main3_1t {
	width:100%;
	order: 1;
	margin-bottom:10px;
}

.main3_1p {
	width:100%;
	order: 2;
}

.main3_1p img{
	width:100%;
	height:auto;
}

.main3_2 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap; 
	margin-bottom:50px;
}

.main3_2t {
	width:100%;
	order: 1;
	margin-bottom:10px;
}

.main3_2p {
	width:100%;
	order: 2;
}

.main3_2p img{
	width:100%;
	height:auto;
}

.main3_h3 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 25px;
	margin-bottom:30px;
}

.main3_title {
	text-align: center;
	background-image: url(../img/main3_back.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 150px;
	padding-top: 50px;
	padding-bottom: 230px;
	margin-bottom:30px;
}

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

.main3_title h4 span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 40px;
}

.main4 {
	background-color: #F2F2F2;
	padding-top: 50px;
	padding-bottom: 80px;
}


.main4_c {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.main4_in {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom:10px;
}

.main4_m {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 25px;
	margin-bottom: 10px;
}

.main4_price {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 45px;
	color:#0071BC;
}

.main4_txt {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 18px;
}

.main4_btn {
	display: flex;
	justify-content: center;
	width: 85%;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
	background-color: #071A4A;
}

.main4_btn p{
	font-size: 28px;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.main4_btn:hover {
	background-color: #030B1F;
}

.main5 {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.main5_c {
	width: 90%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-right: 5%;
	padding-bottom: 8%;
	padding-left: 5%;
	margin-bottom: 70px;
	border: 3px solid #B3B3B3;
}

.main5_nb {
	background-color: #0071BC;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: -50px;
	margin-bottom: 20px;
}

.main5_nb p{
	color: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 60px;
	text-align: center;
	padding-bottom:5px;
}

.main5_c h5{	
	text-align: center;
	margin-bottom: 30px;
}

.main5_c h5 p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 40px;
}

.main5_m {
	padding-top: 50px;
	padding-bottom: 50px;
}

.main5_list {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}

.main5_list ul li{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 10px;
}

.main6 {
	background-color: #F2F2F2;
	padding-top: 50px;
	padding-bottom: 50px;
}

.main6_c {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 5%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 20px;
}

.main6_in1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.main6_in2 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.main6_left {
	width: 45px;
}

.main6_right {
	flex: 1;
}

.main6_q {
	height: 34px;
	width: 34px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0071BC;
	margin-right:10px;
}

.main6_q p{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size:26px;
}

.main6_qt {
	font-size:20px;
}

.main6_a {
	height: 34px;
	width: 34px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #D4145A;
	flex: 1;
}

.main6_a p{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size:26px;
}

.main6_at {
	font-size:17px;
}

.main_cont {
	padding-bottom:80px;
	padding-top: 80px;
}

.cont_p {
	font-size: 16px;
	line-height: 1.6em;
	text-align: left;
	margin-bottom: 50px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}

.main7 {
	background-color: #071A4A;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

.main7 h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 25px;
	color: #FFF;
	margin-bottom: 20px;
}

.main7 p{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #FFF;
}

footer {
	background-color: #F2F2F2;
	padding-top: 55px;
	padding-bottom: 55px;
}

.footer_c {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}

.foot_info {
	text-align: center;
}

.foot_logo {
	width: 180px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}

.foot_logo img{
	width:100%;
	height:auto;
}

.foot_sn {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size:16px;
	margin-bottom:30px;
}

.foot_sn span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size:23px;
}


.foot_info p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.foot_nav {
	flex: 1;
	padding-top: 20px;
	padding-left: 50px;
}

.foot_nav ul{
	display: flex;
	justify-content: flex-start;
	width: 575px;
}

.foot_nav ul li{
	margin-right: 20px;
}

.foot_nav ul li a{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	color: #000;
	text-decoration: none;
}


.copyright {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	color: #000;
	float: none;
	padding-top: 50px;
}

.page_title {
	background-image: url(../img/main_img.webp);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
}

.page_title h3 {
	font-size: 25px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	padding-left: 7.5%;
	padding-top:10%;
}

.page_title p{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 19px;
	padding-left: 7.5%;
	padding-bottom:10%;
}

.page_cont {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 200px;
	padding-top: 60px;
}

}
