@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------
commonのcssを変更
--------------------------------------------------*/
.crumb_path_wrap {
  margin-top: 0;
}

/*--------------------------------------------------
key_visual
--------------------------------------------------*/
.key_visual_wrap_mailmagazine{
  background: #FEDB3F;	
  padding: 18px 0;	
  margin-bottom: 100px;	
  height: auto;
}
.key_visual {
  width: 90%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.key_visual .content_l {
  width: 60%;
}
.key_visual .content_r {
  width: 40%;
  text-align: center;
}
.key_visual .content_r img {
  width: 30vw;
}
.page_h1_title span {
  font-size: min(2.3vw,30px);
  font-size: 2.3vw;	
  font-weight: 600;
  color: #fff;	
  letter-spacing: 0.05em;	
  padding: 10px;
  margin-bottom: 8px;
  display: inline-block;
  background: #000;	
}
.page_h1_title span.f_big {
  font-size: min(4vw,50px);
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (min-width:1400px){
.page_h1_title span {
  font-size: 26px;	
}
}
@media screen and (max-width:1400px){
.page_h1_title span {
  font-size: 26px;	
}
}	
	
@media screen and (max-width:768px){
.key_visual_wrap {
  padding: 40px 0 0 0;
	}
.key_visual_wrap {
  margin-bottom: 52px;
}
.key_visual {
  display: block;
	}
.key_visual .content_l {
  width: 100%;
  text-align: center;
}	
.page_h1_title span {
  font-size: 18px;	
}
.page_h1_title span.f_big {
  font-size: 28px;
	}
.page_h1_title {
  margin-bottom: 12px;
}	
.key_visual .content_r {
  width: 100%;
  text-align: center;
}	
.key_visual .content_r img {
  width: 64vw;
}	
}

@media screen and (max-width:414px){
.page_h1_title span.f_big {
  font-size: 25px;
}
}



/*--------------------------------------------------
common
--------------------------------------------------*/
.media_pc{
	display: block;
}
.media_sp{
	display: none;
}
.d_flex {
  display: flex;
}
.jc_center {
  justify-content: center;
}
.jc_btw{
	justify-content: space-between;
}
.item_center{
	align-items: center;
}
.fw_bold {
  font-weight: bold;
}
.fs_11{
	font-size: 11px;
}
.fs_13{
	font-size: 13px;
}
.fs_14{
	font-size: 14px;
}
.fs_16{
	font-size: 16px;
}
.fs_18{
	font-size: 16px;
}
.fs_20 {
  font-size: 20px;
}
.fs_40 {
  font-size: 40px;
}

.mb_20{
	margin-bottom: 20px;
}


.col_d7000f{
	color: #DF0615;
}


@media screen and (max-width:768px){
.media_pc{
	display: none;
}
.media_sp{
	display: block;
}	
.fs_12_sp{
	font-size: 12px;
}
.fs_18_sp{
		font-size: 18px;
	}	
.d_block_sp {
  display: block;
}	
}



/*--------------------------------------------------
section
--------------------------------------------------*/
.section {
  margin-bottom: 64px;
}
.section_warp {
  max-width: 900px;
  text-align: center;
  position: relative;
  border-radius: 24px;	
  padding: 60px 50px 40px 50px;	
  margin: 20px auto 40px auto;  		
}
.section_warp.border {
  border: solid 2px #000;
  border-radius: 24px;
}
.h2_title {
  max-width: 600px;	
  height: 50px;	
  font-size: 28px;
  font-weight: bold;
  line-height: 50px;	
  letter-spacing: 0.04em;	
  background: #FEDB3F;
  display: inline-block;
  border-radius: 50px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;		
}
.h2_title.bg_bk {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 900px){
.section {
  padding: 0 20px;
}
}
@media screen and (max-width:768px){
.content {
  margin-bottom: 80px;
}	
.h2_title {
  max-width: 420px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  top: -20px;
}	
.section {
  margin-bottom: 0;
  padding: 0 20px;
}
.section_warp {
  border-radius: 12px;
  padding: 34px 20px 40px 20px;
	}
}

@media screen and (max-width:414px){
.h2_title {
  max-width: 280px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  top: -20px;
}
}



.sec01_lead{
	font-size: 18px;
	font-weight: 600;
    line-height: 1.4;	
    margin-bottom: 24px;	
}
#sec01 .note.fs_11 {
  margin-top: 8px;
}
#sec01 .flex_block:nth-child(1) {
  margin-right: 20px;
}
#sec01 .btn_wrap a {
  width: 240px;
  background: #DF0615;
  display: block;
  margin: 10px auto;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
  box-shadow: 0 8px 0 #a50510;
  border-radius: 4px;
  margin-bottom: 8px;	
}
#sec01 .btn_wrap a:hover {
  box-shadow: none;
  position: relative;
  top: 8px;
  transition: 0.3s;	
}
#sec01 .btn_wrap {
  margin-bottom: 20px;
}
#sec01 .list_ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}	
#sec01 .list_wrap{
  text-align: center;
  display: block;	
}
#sec01 .list_li a {
  color: #DF0615;
}
#sec01 .list_ul{
  display: flex;
  margin-bottom: 40px;	
}	

#sec01 .list_li{
  text-align: left;	
  line-height: 1.6;
}
#sec01 .list_li:last-child{
  margin-bottom: 0;  	
}
#sec01 .method_wrap {
  background: #f2f2f2;
  padding: 32px 40px;
  border-radius: 8px;	
}

@media screen and (max-width:768px){
#sec01 .list_ul {
  display: inline-block;
}	
#sec01 .sec01_lead {
  font-size: 16px;
  line-height: 1.6;
}
#sec01 .note {
  margin-top: 12px;
  margin-bottom: 20px;	
}
#sec01 .method_wrap {
padding: 10px 0 0 0;
border-radius: 16px;
background: #fff;
}
#sec01 .flex_block:nth-child(1) {
  margin-right: 0;
}	
}



/*--------------------------------------------------
section02
--------------------------------------------------*/
#sec02 .list_li {
  position: relative;
  text-align: left;
  padding-left: 97px;
  margin-bottom: 40px;	
}
#sec02 .list_li:last-child {
  margin-bottom: 0;	
}
#sec02 .icn {
  position: absolute;
  top: 0;
  left: 0;
}
#sec02 .section_warp {
  padding: 60px 50px 40px 50px;
}

#sec02 .list_li .txt {
  margin-bottom: 9px;
  line-height: 1.6;
}

@media screen and (max-width:768px){
#sec02 .section_warp {
  padding: 48px 24px 24px 24px;
}

}

@media screen and (max-width:414px){
#sec02 .icn img {
  width: 45px;
}
#sec02 .list_li {
  padding-left: 55px;
  margin-bottom: 32px;
}
#sec02 .list_li .txt {
  line-height: 1.4;
}
	
}




/*--------------------------------------------------
section01
--------------------------------------------------*/
#sec01 .list_li .step_num {
  margin-bottom: 16px;
  position: relative;	
}
#sec01 .list_li .step_num::after {
  content: "";
  width: 100%;
  height: 10px;
  background: #f2f2f2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
#sec01 .list_li:nth-child(1) .step_num::after {
background: linear-gradient(90deg, #fff 0%, #fff 50%, #f2f2f2 50%, #f2f2f2 100%);
}
#sec01 .list_li:nth-child(3) .step_num::after {
background: linear-gradient(90deg, #f2f2f2 0%, #f2f2f2 50%, #fff 50%, #fff 100%);
}


#sec01 .list_li.step_li {
  width: calc(100% / 3);
  text-align: center;
  position: relative;
}
#sec01 .txt {
  line-height: 1.6;
  position: relative;
}


@media screen and (max-width:768px){
#sec01 .list_ul {
  position: relative;
  width: 100%;
  margin-bottom: 0;	
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: space-between;	
}	
#sec01 .section_warp {
  padding: 48px 24px 24px 24px;
	
}	
#sec01 .list_li.step_li {
  width: 100%;
  display: flex;
  margin-bottom: 40px;	
  align-items: center;	
}
#sec01 .list_li.step_li:last-child{
  margin-bottom: 0;	
	}	
#sec01 .txt.fs_18.fw_bold.align_center {
  width: calc(100% - 45px);
}
#sec01 .list_li .step_num::after {
  display: none;
}	
#sec01 .list_ul::after {
  content: "";
  width: 8px;
  height: calc(100% - 40px);
  background: #f2f2f2;
  position: absolute;
  top: 0px;
  left: 19px;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

}


@media screen and (max-width:768px){
#sec01 .txt_center.step_num img {
  width: 45px;
}
#sec01 .txt_center.step_num {
  width: 45px;
  margin-bottom: 0;	
}	
}



/*--------------------------------------------------
section03
--------------------------------------------------*/
#sec03 .list_li {
  margin-right: 40px;
  position: relative;
}
#sec03 .list_li .note {
  font-size: 12px;
  display: block;
  text-align: left;
  margin-top: 10px;	
  line-height: 1.3;	
}
#sec03 .list_ul:nth-child(2){
	margin-top: 20px;
}
#sec03 .list_ul:nth-child(2) li {
  text-align: left;
}
#sec03 .list_ul {
  justify-content: space-between;
}
#sec03 .list_wrap {
  max-width: 560px;
  margin: 0 auto;
}
#sec03 .section_warp {
  padding: 60px 50px 40px 50px;
}


@media screen and (max-width:768px){
#sec03 .list_li {
  margin-right: 0;
  margin-bottom: 20px;
}
#sec03 .list_li:last-child {
  margin-bottom: 0;
}	
#sec03 .section_warp {
  padding: 48px 24px 24px 24px;
}	
#sec03 .list_ul:nth-child(2) li {
  text-align: center;
}	
#sec03 .list_li .note {
  text-align: center;
	}	
}

@media screen and (max-width:414px){
#sec03 .section_warp {
  padding: 60px 24px 24px 24px;
}
}



/*--------------------------------------------------
section04
--------------------------------------------------*/

#sec04 .section_warp {
  padding: 80px 50px 40px 50px;
}
#sec04 .section_warp {
  padding: 20px 50px 40px 50px;
}
#sec04 .note_title {
  text-align: left;
  margin-bottom: 20px;
}
#sec04 .section_warp.border {
  border: solid 1px #000;
  border-radius: 16px;
}
#sec04 .list_li {
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
#sec04 .list_li a{
  color: #DF0615;
}
#sec04 .list_li:last-child {
  margin-bottom: 0;
}
#sec04 .note_title_h3 {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
  color: #DF0615;
}

@media screen and (max-width:768px){
#sec04 .section_warp {
  padding: 20px 24px 40px 24px;
}
#sec04 .section_warp {
  padding: 24px;
}		
}


