@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}

.bk {
	background-color: #feebb8;
	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: 23px;
	font-weight: 500;
	text-align: center;
	margin: 7% auto 3%;
	padding: 10px;
    line-height: 1.5em;
    color: #fff;
	background-color: #d4bc7d;
	position: relative;
}

.st_wrap h1 .icon {
	width: 10%;
	position: absolute;
	top: -50%;
	left: 3%;
}

.st_wrap strong {
    font-size: 140%;
}

.st_wrap h2 {
	font-size: 22px;
    line-height: 1.4em;
	text-align: center;
    margin: 0 auto;
}

.st_wrap h3 {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin: 0 auto ;
	padding: 10px;
	background-color: #0087bc;
	color: #fff;
}

.st_wrap h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.8em;
	text-align: center;
	margin: 3% auto;
}

.st_wrap p {
    text-align: left;
    font-size: 15px;
    line-height: 1.4em;
    margin: 1% 0;
	font-weight: 400;
}


.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}
.red {
	color: red;
    font-weight: bold;
    font-size: 110%;
}

.sp {
	display:none;
}

.sub {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin: 2% auto 4%;
	line-height: 2em;
}

.Lead {
	font-size:16px;
	text-align:center;
	font-weight: 500;
	margin: 1% auto;
	line-height: 1.8em;
	color: #000000;
}

.Lead strong {
	font-size: 150%;
	font-weight: 700;
}

.ttl_box {
	width: 90%;
	margin: 4% auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ttl_box_icon {
	width: 25%;
	margin: 5%;
}

.ttl_box_info {
	width: 65%;
	margin: 0;
}

.recbox {
	padding: 5px;
	margin: 5%;
	border-radius: 10px;
}


.red1 {
    background-color: #D26844;
}
.red2 {
    background-color: #DE9177;
}
.red3 {
    background-color: #EBBEAE;
}

.blue1 {
    background-color: #345AA3;
}
.blue2 {
    background-color: #5C82CB;
}
.blue3 {
    background-color: #99B1DE;
}


.icon {
	width: 30%;
	margin: auto;
}

.user_box {
	width: 80%;
	margin: 2% auto;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.user {
	width: 12%;
	margin: 0 4%;
}

.user_txt {
	width: 80%;
	margin: 0;
	text-align: left;
}

.balloon-004 {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 19px;
    padding: .8em 1.2em;
    border-radius: 5px;
    background-color: #f5c74d;
    color: #333333;
}

.balloon-004::before {
    position: absolute;
    left: -19px;
    width: 20px;
    height: 20px;
    background-color: #f5c74d;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: '';
}



.bdr_bottom {
	border-bottom: solid 2px #0087bc;
	margin: 1% 0;
}

.ttl {
	width: 90%;
	max-width: 700px;
	font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
	margin: 3% auto 2%;
}

.t_P {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3em;
    text-align: center;
    margin: 1% 0;
}


.name_item {
	font-size: 15px;
	line-height: 1.6em;
	margin: 2% 0 0;
	text-align: center;
}

.Sml {
	font-size: 90%;
	text-align: right;
	line-height: 1.8em;
	margin: 1% auto;
	float: right;
}

small {
	font-size: 80%;
}


.info_box {
	margin: 5% auto 3%;
	padding: 15px 0;
	width: 89%;
	border: solid 3px #f5c74d;
	background-color: #fff;
	position: relative;
	box-shadow: 3px 3px 0 #a09b8d;
}

.Icon  {
	width: 130px;
	float: left;
	margin-right: 10px;
}

.clear {
	clear:both;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}


/*thumb*/
	
.thum_box {
	width: 100%;
	margin: 2% auto 5%;
    padding: 0;
    display: flex; 
	flex-wrap: wrap;
	justify-content: center;
	gap: 1%;
}

.thum_boxL {
	margin: 2% auto 6%;
	padding: 15px 0;
	width: 89%;
	border: solid 3px #f5c74d;
	background-color: #fff;
	position: relative;
}

.flx {
    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;
	background-color: #d4bc7d;
}

.thumbL {
	width: 44%;
	font-size:.9rem;
	line-height:1.4em;
	padding: 2%;
	margin: 0;
	text-align:center;
	background-color: #fff;
}

.bdr {
	border: solid 3px #f5c74d;
	box-sizing: border-box;
}

.thumbL img {
    width: 100%;
	border-radius: 5px;
}

.cap {
	text-align: left;
}

.cap span {
	font-size: 15px;
	font-weight: 500;
	text-align: left;
	margin: 2% 0;
	padding: 3px;
	background-color: #97d2f4;
}

.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: 24px;
	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 ;
	background-color: #a09b8d;
	color: #fff;
}


.Btn-2 {
    display: block;
    font-size: 15px;
	letter-spacing: 0.027em;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	line-height: 1.1em;
    width: 60%;
	margin: 3% auto 6%;
	padding: 12px 0 ;
	background-color: #000;
	color: #fff;
	border-radius: 5px;
}

.Btn-3 {
    display: block;
    font-size: 20px;
	letter-spacing: 0.067em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: 1.1em;
    width: 50%;
	max-width: 450px;
	margin: 5% auto 6%;
	padding: 20px;
	background-color: #0087bc;
	color: #fff;
}


.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 3px solid;
  content: "";
  width: 3em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}


.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%;
		line-height: 1.9em;
	}
	
	.st_wrap {
		width: 100%;
		margin: 0 auto;
	}
	
	.st_wrap h1 {
		font-size: 18px;
        line-height: 1.6em;
	}	
	
	.st_wrap h1 .icon {
    	width: 20%;
    	top: -30%;
	}
    
	.st_wrap h2 {
		font-size: 18px;
	}
	
	.st_wrap h3 {
		font-size: 13px;
		padding: 5px;
	}	

	.st_wrap h4 {
		font-size: 14px;
	}
	
    .st_wrap p {
        font-size: 12px;
		line-height: 1.4em;
    }
	
	.sub {
		font-size: 13px;
		line-height: 1.5em;
	}
    
	.info_box {
		padding: 5px;    
		width: 86%;
	}
	
	.name_item {
		font-size: 12px;
		line-height: 1.5em;
		margin: 2% 0;
	}
	
	.ttl_box {
		width: 95%;
	}
	
	.ttl_box_icon {
		width: 36%;
		margin: 2%;
	}
	
	.ttl_box_info {
		width: 60%;
	}
    
    .ttl {
        font-size: 15px;
    }

	.Sml {
		font-size: 11px;
		line-height: 1.8em;
		margin: 2% 0;
	}
	
	.thum_box {
		margin: 4% auto 3%;
		gap: 2%;
	}

	.thumb {
		width: 31%;
	}
	
	.thumbL {
		padding: 0;
	}
	
	.user_box {
		width: 90%;
		position: relative;
		border-radius: 15px;
		margin: 4% auto;
	}
	
	.recbox {
		border-radius: 5px;
	}
	
	.cap {
		line-height: 1.6em;
	}
	
	.cap span {
		font-size: 8px;
		margin: 1%;
	}


	
	.Btn-1 {
		width: 80%;
		font-size: 12px;
    	line-height: 1.2em;
		margin: 3% auto 10%;
		padding: 10px 0;
	}
	
	.Btn-2 {
		font-size: 12px;
		margin: 3% auto;
		padding: 6px 0;
		border-radius: 3px;
    } 
	
	
	.Btn-3 {
		width: 70%;
		font-size: 14px;
    	line-height: 1.2em;
		margin: 3% auto 10%;
		padding: 10px;
	}
	
	
}

