@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}

.bk {
	background-color: #91c1e0;
	padding: 2% 0;
}

.st_wrap {
	clear: both;
	width:100%;
	max-width: 1000px;
	padding: 0;
	margin:0 auto 20px;
	font-family: "Noto Sans JP", sans-serif;
	color: #000000;	
    font-size: 16px;
	font-weight: 500;
}

.st_wrap a{
    text-decoration: none;
}

.st_wrap h1 {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.017em;
	text-align: center;
	margin: 4% auto 3%;
	padding: 15px;
    line-height: 1.2em;
    color: #0569a8;
	background-color: #fff;
	border: solid 2px #0569a8;
	box-sizing: border-box;
	
}

.st_wrap strong {
    font-size: 140%;
}

.st_wrap h2 {
	font-size: 23px;
    line-height: 1.4em;
	text-align: center;
    margin: 8% auto 2%;
    color: #fff;
}

.st_wrap h3 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 6% auto 2%;
}
.st_wrap p {
    text-align: center;
    font-size: 14px;
    line-height: 1.6em;
    margin: 1% auto;
	text-shadow: 2px 2px 2px #5b7d93;
}


.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}
.red {
	color: red;
    font-weight: bold;
    font-size: 110%;
}

.linethroug {
    text-decoration: line-through;
}

#Main {
    width: 80%;
	max-width: 600px;
	margin:0 auto 4%;
}


.sp {
	display:none;
}

.Lead {
	font-weight:normal;
	text-align:center;
	font-size:13px;
	margin:2% auto 3%;
	line-height:1.8em;
	color: #000000;
}

.ttl {
	width: 100%;
	max-width: 900px;
	font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
	margin: 3% auto 2%;
	display: flex;
	align-items: center;
}

.ttl .icon {
	width: 38%;
}

.ttl .txt {
	width: 62%;
	color: #fff;
}

.w_80 {
	width: 80%;
	margin: 5% auto;
}

.name_item {
	font-size: 18px;
	line-height: 1.7em;
	margin: 2% 0 0;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px 2px #5b7d93;
}

.Sml {
	font-size: 90%;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}

small {
	font-size: 80%;
}

.w80 {
	width: 90%;
	max-width: 650px;
	margin: 6% auto;
}

.Icon  {
	width: 130px;
	float: left;
	margin-right: 10px;
}

.clear {
	clear:both;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}


/*thumb*/
	
.thum_box {
	width: 96%;
	margin: 6% auto;
    padding: 0;
    display: flex; 
	flex-wrap: wrap;
	justify-content: center;
	gap: 3%; 
}

.thum_box_3 {
	width: 100%;
	max-width: 1000px;
	margin: 4% auto;
    padding: 0;
    display: flex; 
	flex-wrap: wrap;
	justify-content: center;
}

.thumb {
	width: 28%;
	font-size:.9rem;
	line-height:1.4em;
	padding: 0;
	margin: 0;
	text-align:center;
    position: relative;
}

.thumb img {
    width: 100%;
}

.info_box {
	width: 70%;
	margin: 5% auto;
	padding: 3%;
	border: solid 2px #0569a8;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #fff;
}

.info_box p {
	text-shadow: none;
	color: #0569a8;
}

.Btn_s {
    width: 160px;
    margin: 2% auto;
}

/* General button style (reset) */
.Btn {
	border: none;
	font-family: inherit;
	font-size: 1.2rem;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 3px;
	display: inline-block;
	margin: 3% auto;
    line-height: 1.2em;
	font-weight: 700;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.Btn-1 {
    display: block;
    font-size: 20px;
	letter-spacing: 0.067em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: 1.1em;
    width: 70%;
	margin: 3% auto 6%;
	padding: 15px 0 30px;
	background-color: #fff;
	color: #ffa838;
	border: solid 2px #0569a8;
}


.Btn-2 {
    display: inline-block;
    font-size: 16px;
	letter-spacing: 0.027em;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	line-height: 1.1em;
    width: auto;
	margin: 0 1%;
	padding: 6px 30px ;
	background-color: #100D64;
	color: #fff;
	text-shadow: none;
}

.Btn-3 {
    display: block;
    font-size: 15px;
	letter-spacing: 0.067em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	line-height: 1.5em;
    width: 50%;
	max-width: 400px;
	margin: 3% auto 6%;
	padding: 10px 0 ;
	background-color: #100D64;
	color: #fff;
}

.triangle-button{
    color: #0569a8;
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.triangle-button::after{
    content: '';
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: transparent transparent transparent #0569a8;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 25%;
    left: 48%;
	transform: rotate(-45deg);
}

.triangle-button2{
    color: #fff;
    display: block;
    padding: 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.triangle-button2::after{
    content: '';
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}



.point_video {
	display: block;
    width: 90%;
	margin: 5% auto;
}

.point_video iframe {
    width: 100%;
}

@media only screen and (max-width: 750px) {
	
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.Lead {
		font-size:12px;
		margin: 3% auto 3%;
	}
	
	.st_wrap {
		width: 100%;
		margin: 0 auto;
	}

	
	.st_wrap h1 {
		font-size: 14px;
        line-height: 1.6em;
		margin: 8% auto 3%;
		padding: 6px;
	}	
    
	.st_wrap h2 {
		font-size: 14px;
        padding: 3% auto 6%;
	}
	
	.st_wrap h3 {
		font-size: 15px;
		margin: 2% auto 1%;
	}	

    .st_wrap p {
        font-size: 12px;
    }
    
    
	.name_item {
		font-size: 14px;
		line-height: 1.4em;
		margin: 2% 0;
	}
    
    .ttl {
        font-size: 15px;
		flex-direction: column;
		width: 100%;
    }
	
	.ttl .icon {
		width: 70%;
	}
	
	.ttl .txt {
		width: 90%;
	}
	
	.ttl .txt p {
		text-align: left;
	}
	
	.ttl .txt p br {
		display: none;
	}

	.Sml {
		font-size: 11px;
		line-height: 1.8em;
		margin: 2% 0;
	}
	
	.thum_box {
		width: 90%;
		margin: 4% auto 3%;
		gap: 2%;
	}

	.thumb {
		width: 31%;
	}
	
	.w_80 {
		width: 90%;
	}

	.info_box {
		width: 100%;
	}
	

	
	
	.Btn-1 {
		width: 90%;
		font-size: 14px;
    	line-height: 1.2em;
		margin: 3% auto 10%;
		padding: 10px 0 25px;
	}
	
	.Btn-2 {
		font-size: 12px;
		margin: 3% 2%;
		padding: 6px 20px;
    } 
	
	
	.Btn-3 {
		width: 80%;
		font-size: 13px;
    	line-height: 1.4em;
		margin: 3% auto 10%;
		padding: 10px 0;
	}
	
	.triangle-button::after {
		bottom: 28%;
		left: 44%;
		
	}
	
	
	.triangle-button2::after {
		right: 10px;
	}
	
	
	
	
}

