@charset "UTF-8";
.container{
	max-width: 1040px;
}
section{
	text-align: center;
	padding: 3rem 0;
}

/*--------------------------------------

header Movie

--------------------------------------*/
header.masthead{
	padding: 0;
	background: repeating-linear-gradient(135deg, #a7d3ed, #a7d3ed 20px, #baddf5 20px, #baddf5 40px);
}
header iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	max-width: 1040px;
	display: block;
	margin: auto;
}

/*--------------------------------------

無料相談アンケートリンクボタン

--------------------------------------*/
ul.point_s{
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin: 3rem auto 0.5rem;
	padding: 0;
	
}
@media (min-width: 768px){
	ul.point_s{
		width: 700px;
	}
}
ul.point_s li{
	list-style: none;
	background: #FAA500;
	color: #FFF;
	font-weight: bold;
	font-size: 1.125rem;
	padding: 10px 20px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative
}
ul.point_s li:nth-child(2){
	margin: 0 50px;
}
ul.point_s li::before{
	position: absolute;
    content: "";
    width: 0;
    height: 0;
	border-style:solid;
	border-width: 25px 12.5px 0 12.5px;
	border-color: #FAA500 transparent transparent transparent;
	left: calc(50% - 12.5px);
	bottom: -20px;
}
.entry_btn{
	background: #DB2C16;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 40px 100px;
	display: inline-block;
	text-decoration: none;
	border-radius: 10px;
	width: 700px;
	margin: 2.5rem 0;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
	position: relative;	
}
.entry_btn:hover{
	color: #FFF;
	opacity: 0.7;
}
.entry_btn::after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #FFF;
    border-right: 0;
    top: calc(50% - 8px);
    right: 20px;
    transform: rotate(0);
    margin: 0;
}
@media (max-width: 767px){
	ul.point_s li{
		font-size: 1rem;
    	padding: 10px 8px;
	}
	ul.point_s li:nth-child(2) {
		margin: 0 10px;
	}
	.entry_btn{
		width: 100%;
		padding: 40px 30px;
	}
}

/*--------------------------------------

共通

--------------------------------------*/
p,li,th,td{
	line-height: 1.6;
}
/*---余白----*/
.m_b_1rem{
	margin-bottom: 1rem;
}
.m_b_2rem{
	margin-bottom: 2rem;
}
.m_b_3rem{
	margin-bottom: 3rem;
}
.m_b_4rem{
	margin-bottom: 4rem;
}
.m_b_5rem{
	margin-bottom: 5rem;
}

/*---下線マーカー----*/
u{
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(250, 195, 0, 0.4);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

@media (max-width: 767px){
	.pc{
		display: none;
	}
}
/*--------------------------------------

Section1

--------------------------------------*/
/*-----救済活動プロジェクトバナー-----*/
@media (min-width: 768px){
.ttl_img{
	margin-bottom: 50px;
}
}

/*-----H1キャッチコピー-----*/
.section1 .h1_ttl{
	position: relative;
}
.section1 .h1_ttl img{
	position: absolute;
	top: 0;
	right: 0;
}
.section1 h1{
	color: #009EE1;
	line-height: 1.4;
	text-align: center;
	font-size: 2.125rem;
	padding: 0 220px;
}
.section1 h1 strong{
	color: #FA1E00;
}

/*-----寄付紹介文-----*/
.section1_img_txt{
	margin: 30px auto;
	width: 785px;
}

/*-----説明文-----*/
ul.setsumei{
	text-align: left;
	margin-bottom: 3rem;
}
ul.setsumei li{
	margin-bottom: 1rem;
}

/*-----無料相談ポイント-----*/
ul.point{
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	
}
@media (min-width: 768px){
	ul.point{
		width: 700px;
	}
}
ul.point li{
	list-style: none;
	font-size: 1.5rem;
	border-radius: 195px;
	background: #FAA500;
	width: 195px;
	height: 195px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-weight: bold;
}
ul.point li:nth-child(2){
	margin: 0 55px;
}
@media (max-width: 767px){
	ul.point{
		justify-content: center;
	}
	ul.point li{
		font-size: 1.2rem;
		border-radius: 150px;
		width: 150px;
		height: 150px;
		margin: 0 10px 10px;
	}
	ul.point li:nth-child(2){
		margin: 0 10px 10px;
	}
}

/*-----対象地域-----*/

@media (min-width: 768px){
	.section1 table{
		width: 700px;
		margin: 0 auto;
	}
}
.section1 table th{
	background: #D9D9D9;
	padding: 20px;
}
.section1 table td{
	text-align: left;
	padding: 20px;
}

/*-----注意書き-----*/
.attention{
	text-align: left;
	border: 1px solid #FAA500;
	padding: 20px;
	margin: 3rem 0;
}
@media (max-width: 767px){
	.section1 h1{
		padding: 0;
		font-size: 1.75rem;
	}
	.section1 .h1_ttl{
		padding-top: 100px;
	}
	.section1 .h1_ttl img{
		width: 120px;
	}
	.section1_img_txt{
		width: 100%
	}
}


/*--------------------------------------

Section2　LINEギフト

--------------------------------------*/
.section2{
	background-color: #fffcc9;
	background-image:
		radial-gradient(#fdfcf1 20%, transparent 20%),
		radial-gradient(#fdfcf1 20%, transparent 20%);
	background-size: 40px 40px;
	background-position: 0 0, 20px 20px;
}
.section2 h2{
	font-size: 1.5rem;
	font-weight: bold;	
	padding: 0 80px;
	margin: 0 auto 3rem;
	position: relative;
	top: 0;
}

/*---- ギフトラインナップ　*/
.gift_list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.gift_list > li {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	padding: 0 0.5em;
}
.gift_list img {
	max-width: 100%;
}
.gift_list figcaption {
	margin-top: .5em;
	font-weight: bold;
}


@media (min-width: 768px){
	.section2 h2{
		width: 730px;
	}
}
.section2 h2::before,
.section2 h2::after{
	position: absolute;
    content: "";
	width: 90px;
	height: 120px;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -30px;
}
.section2 h2::before{
	background-image: url(../images/section2_ttl_bk_l.svg);
	left: 0;
}
.section2 h2::after{
	background-image: url(../images/section2_ttl_bk_r.svg);
	right: 0;
}
.section2 h2 .txt_01{
	line-height: 1.5;
}
.section2 h2 .txt_02{
	background: #FA3C00;
	color: #FFF;
	padding: 15px;
	display: inline-block;
	margin: 10px 0;
}
.section2 h2 strong{
	display: block;
	font-size: 2.25rem;
	color: #FA3C00;
}
@media (min-width: 768px){
	.line-gift_img{
		width: 700px;
	}
}

@media screen and (max-width: 480px) {
	.section2 h2 {
		padding: 0 50px;
		
	}
	.section2 h2::before,
	.section2 h2::after {
		width: 60px;
		height: 90px;
	}
	.section2 h2 strong {
    	font-size: 8vw;
	}

} /* end media query */

/*--------------------------------------

Section3　お悩み

--------------------------------------*/
.section3 h2{
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 1.5;
	color: #009EE1;
	margin-bottom: 50px;
}
.section3 h3{
	text-align: center;
    padding: 20px;
	margin-bottom: 20px;
}
.section3 h3.okane{
    color: #009ee1;    
    border-top: solid 2px #6cb4e4;
    border-bottom: solid 2px #6cb4e4;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
    
}
.section3 h3.lifestage{
    color: #4caf50;
    border-top: solid 2px #4caf50;
    border-bottom: solid 2px #4caf50;
    background: -webkit-repeating-linear-gradient(-45deg, #f2fff0, #f2fff0 3px, #ddf7e1 3px, #ddf7e1 7px);
   	background: repeating-linear-gradient(-45deg, #f2fff0, #f2fff0 3px, #ddf7e1 3px, #ddf7e1 7px);
}
.section3 ul.onayami_list{
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-right: -20px;
}
.section3 ul.onayami_list > li{
	list-style: none;
	margin-right: 20px;
	border-radius: 10px;
	padding: 20px 15px;
	margin-bottom: 20px;
}
@media (min-width: 768px){
	.section3 ul.onayami_list > li{
		width: 239px;
	}
}
@media (max-width: 767px){
	.section3 ul.onayami_list > li{
		width: 100%;
	}
}
.section3 ul.onayami_list.okane > li{
	background: #D2EAF3;
}
.section3 ul.onayami_list.life > li{
	background: #DFF3D2;
}
.section3 ul.onayami_list > li img{
	width: 100%;
	margin-bottom: 25px;
}
.section3 ul.onayami_list > li h4{
	font-size: 1.312rem;
}
.section3 ul.onayami_list > li > ul{
	padding-left: 1.5rem;
}
.section3 ul.onayami_list > li > ul > li{
	list-style: disc;
	text-align: left;
}

/*--------------------------------------

Section4　FPとは

--------------------------------------*/
.section4{
	background: #DFF1F8;
	padding-top: 100px;
}
.section4 p{
	text-align: left;
}
.section4 h2{
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 1.5;
	color: #009EE1;
	margin-bottom: 50px;
}

.lay_row{
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}
.lay_row > div{
	width: 50%;
	padding: 0 15px;
}
@media (max-width: 767px){
	.lay_row > div{
		width: 100%;
		margin-bottom: 10px;
	}
}
.img_area img{
	width: 100%;
}
h3.section4_fpshikaku{
	font-size: 1.375rem;
	margin-bottom: 2rem;
	position: relative;
	display: inline-block;
	padding: 0 60px;
}
h3.section4_fpshikaku::before,
h3.section4_fpshikaku::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

h3.section4_fpshikaku::before {
  left:0;
}
h3.section4_fpshikaku::after {
  right: 0;
}
.section4_img_shikaku{
	margin-bottom: 2rem;
}
@media (min-width: 768px){
	.section4_img_shikaku{
	width: 600px;
	}
}
@media (max-width: 767px){
	.section4_img_shikaku{
	width: 100%;
	}
}

/*--------------------------------------

Section5　FP相談の５つのメリット、出来ること

--------------------------------------*/
.section5 h2{
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 1.5;
	color: #009EE1;
	margin-bottom: 50px;
}
/*---メリット---*/
ul.melit_list{
	padding: 0;
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.melit_list li{
	list-style: none;
	width: 323px;
	font-size: 1.125rem;
	background: #DFF3D2;
	padding: 20px 10px;
	border-radius: 10px;
	margin: 0 10px 20px 10px;
}
ul.melit_list li strong{
	font-size: 1.375rem;
	color: #D13840;
}

/*---できること---*/
ul.do_list{
	padding: 0;
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.do_list li{
	list-style: none;
	width: 323px;
	font-size: 1.125rem;
	background: #FFFAD1;
	padding: 0;
	border-radius: 10px;
	margin: 0 10px 20px 10px;
}
ul.do_list li h3{
	font-size: 1.375rem;
	display: block;
	background: #009EE1;
	border-radius: 10px 10px 0 0;
	color: #FFF;
	padding: 15px 5px;
}
ul.do_list li p{
	padding: 0 15px;
	text-align: left;
}

.fukidashi{
	display: flex;
	align-items: center;
}
.fukidashi p:nth-child(1){
	padding-right: 20px;
}
.fukidashi p:nth-child(1) span{
	background: #D9D9D9;
	font-size: 1.125rem;
	text-align: left;
	padding: 30px;
	display: block;
	border-radius: 10px;
	position: relative;
}
.fukidashi p:nth-child(1) span::after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #D9D9D9;
    border-right: 0;
    top: calc(50% - 8px);
    right: -20px;
    transform: rotate(0);
    margin: 0;
}
.fukidashi p:nth-child(2){
	width: 20%;
}
.fukidashi img{
	width: 100%;
}
@media (max-width: 767px){
	.fukidashi p:nth-child(1){
		width: 70%!important;
	}
	.fukidashi p:nth-child(2){
		width: 30%!important;
	}
}
/*--------------------------------------

Section6　当日の流れ

--------------------------------------*/
.section6{
	background: #DFF1F8;
	padding-top: 100px;
	padding-bottom: 100px;
}
.section6 h2{
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 1.5;
	color: #009EE1;
	margin-bottom: 50px;
}
ul.toujitsu_flow{
	padding: 0;
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}
ul.toujitsu_flow li{
	list-style: none;
	background: #FFF;
	width: 325px;
	border: 2px solid #009EE1;
	border-radius: 10px;
	position: relative
}
ul.toujitsu_flow.yoyaku li{
	width: 47%;
}
ul.toujitsu_flow li:nth-child(2){
	margin: 0 30px;
}
ul.toujitsu_flow.yoyaku li:nth-child(1){
	margin: 0 30px 0 0;
}
ul.toujitsu_flow.yoyaku li:nth-child(2){
	margin: 0 0 0 30px;
}
@media (max-width: 767px){
	ul.toujitsu_flow{
		margin: 0;
	}
	ul.toujitsu_flow li{
		width: 100%;
		margin: 0 0 30px 0!important;
	}
	ul.toujitsu_flow.yoyaku li{
		width: 100%;
	}
}
ul.toujitsu_flow li+li::after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    transform: rotate(0);
    margin: 0;
}
ul.toujitsu_flow.yoyaku li+li::after{
	left: -40px;
}
@media (min-width: 768px){
	ul.toujitsu_flow li+li::after{
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 20px solid #009EE1;
		border-right: 0;
		top: calc(50% - 10px);
		left: -25px;
	}
}
@media (max-width: 767px){
	ul.toujitsu_flow li+li::after{
		border-top: 20px solid #009EE1;
    	border-bottom: 0;
    	border-left: 10px solid transparent;
    	border-right: 10px solid transparent;
    	top: -25px;
    	left: calc(50% - 10px);
	}
	ul.toujitsu_flow.yoyaku li+li::after{
		left: calc(50% - 10px);
	}
}

ul.toujitsu_flow li h3{
	font-weight: bold;
	font-size: 1.375rem;
	display: flex;
}
ul.toujitsu_flow li h3 span{
	background: #009EE1;
	color: #FFF;
	font-size: 1.125rem;
	display: inline-block;
	width: 20%;
	padding: 10px;
	border-radius: 7px 0 0 0;
}
ul.toujitsu_flow li h3 strong{
	width: 80%;
	padding: 10px 15px;
}
ul.toujitsu_flow li p{
	text-align: left;
	padding: 10px 15px;
}

/*--------------------------------------

Section7　予約の流れ

--------------------------------------*/
.section7{
	background: #FFFAD1;
	padding-top: 100px;
	padding-bottom: 100px;
}
.section7 h2{
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 1.5;
	color: #009EE1;
	margin-bottom: 50px;
}
.section7 h2 span{
	font-size: 1.125rem;
	color: #333;
}
ul.toujitsu_flow.yoyaku li img{
	width: 100%;
}

/*--------------------------------------

お問い合わせ

--------------------------------------*/
.contact h2{
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 1.5;
	color: #009EE1;
	margin-top: 50px;
	margin-bottom: 50px;
}

.cantact_tel{
	display: flex;	
}
.cantact_tel strong{
	font-size: 3.125rem;
	font-weight: bold;
}
@media (min-width: 768px){
	.cantact_tel{
		margin: 0 auto;
		width: 700px;
	}
	.cantact_tel img{
		width: 170px;
	}
}
@media (max-width: 767px){
	.cantact_tel img{
		width: 80px;
	}
}

/*--------------------------------------

運営

--------------------------------------*/
.about{
	background: #E0E0E0;
	padding-bottom: 100px;
}
.about h2{
	line-height: 1.5;
	margin-top: 50px;
	margin-bottom: 50px;
}
.about table{
	width: 100%;
	margin-bottom: 2rem;
}
.about table th,
.about table td{
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #E0E0E0;
}

.about table th{
	background: #A1A1A1;
	color: #FFF;
	font-weight: normal;
}
.about table td{
	background: #FFF;
}

.bana{
	display: flex;
}
.bana p:nth-child(1){
	width: 113px;
	margin-right: 20px;
}
.bana p:nth-child(2){
	width: 495px;
}
.bana img{
	width: 100%;
}

/*--------------------------------------

 フッター

--------------------------------------*/
footer{
	text-align: center;
	padding: 30px;
	background: #CCC;
}
footer p{
	font-size: 0.875rem;
	line-height: 1;
	margin-bottom: 0;
}

@media (max-width: 767px){
	.section3 h2,
	.section4 h2,
	.section5 h2,
	.section6 h2,
	.section7 h2,
	.contact h2{
		font-size: 2rem;
	}
}