
/*--------------------------------------------------
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_22{
  font-size: 22px;
}
.fs_40 {
  font-size: 40px;
}
.mb_20{
	margin-bottom: 20px;
}
.mb_10{
	margin-bottom: 10px;
}
#content{
  padding-top: 0;
}
#underline{
  text-decoration: underline;
  color: #C9161D;
}
@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;
}	
}

/*--------------------------------------------------
main visual
--------------------------------------------------*/
.mv{
  margin-bottom: 80px;
}
@media screen and (max-width:800px){
  .mv{
    margin-bottom: 48px;
  }
}

/*--------------------------------------------------
section
--------------------------------------------------*/
#sec01,#sec02,#sec03{
  width: 100%;
  max-width: 1000px;
  background-image: url(../../images/safety/safety_main_window_bg.png);
  padding-top: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,.2);
  margin: 0 auto 48px;
  border-radius: 10px;
}
#sec04{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.section {
  margin-bottom: 64px;
}
.section_warp {
  max-width: 1000px;
  text-align: center;
  position: relative;
  padding: 32px 48px 48px 48px;	
  margin-top: 5px;  		
}
.section_warp.border {
  background-color: #FFFFFF;
  border-radius: 10px;
}
.h2_title{
  color: #C9161D;
  font-size: 30px;
  font-weight: 500;
}
.title_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
}
.title_wrap img{
  margin-right: 16px;
}

@media screen and (max-width:800px){
#sec01,#sec02,#sec03{
  width: 100%;
  background-image: url(../../images/safety/safety_main_window_bg.png);
  padding-top: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,.2);
  margin: 0 auto 32px;
  border-radius: 10px;
}
.content {
  margin-bottom: 80px;
}	
.h2_title {
  max-width: 420px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  top: -20px;
}	
.section_warp {
  border-radius: 12px;
  padding: 34px 20px 40px 20px;
}
.title_wrap{
  flex-direction: column;
}
.title_wrap img {
  margin-right: 0px;
}
}
@media screen and (max-width:414px){
.h2_title {
  max-width: 280px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  top: -20px;
}
}

/*--------------------------------------------------
section01
--------------------------------------------------*/
#sec01 .list_li .step_num {
  margin-bottom: 16px;
  position: relative;	
}
#sec01 .list_li:nth-child(2) .step_num::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  background: #f2f2f2;
}
#sec01 .list_li:nth-child(1) .step_num::after {
content: "";
width: 50%;
height: 10px;
position: absolute;
top: 0;
bottom: 0;
right: -150px;
left: 0;
margin: auto;
z-index: -1;
background: #f2f2f2;
}
#sec01 .list_li:nth-child(3) .step_num::after {
content: "";
width: 50%;
height: 10px;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: -150px;
margin: auto;
z-index: -1;
background: #f2f2f2;
}
#sec01 .list_li.step_li {
  width: calc(90% / 3);
  text-align: center;
  position: relative;
  z-index: 1;
}
#sec01 .txt {
  line-height: 1.6;
  position: relative;
}
.step_li img{
  width: 88px;
}
.sec01_lead{
	font-size: 22px;
  line-height: 1.4;	
  margin-bottom: 21px;	
}
#sec01 .note.fs_11 {
  margin-top: 8px;
}
#sec01 .flex_block:nth-child(1) {
  margin-right: 20px;
}
#sec01 .btn {
  margin-bottom: 20px;
  width: 260px;
}
#sec01 .list_ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}	
#sec01 .list_wrap{
  text-align: center;
  display: block;	
}
#sec01 .list_li a {
  color: #d7000f;
}
#sec01 .list_ul{
  display: flex;
  margin-bottom: 30px;	
}	
#sec01 .list_li{
  text-align: left;	
  line-height: 1.6;
}
#sec01 .list_li:last-child{
  margin-bottom: 0;  	
}
#sec01 .method_wrap {
  border: #DED3AB 1px solid;
  border-radius: 10px;
  padding: 35px 40px 38px 40px;
  border-radius: 10px;	
}
.register_ul{
  text-align: left;
  max-width: 490px;
  margin: 0 auto;
}
.register_li a{
  color: #d7000f;
  text-decoration: underline;
}
@media screen and (max-width:800px){
#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: 16px;	
  align-items: center;	
}
#sec01 .list_li.step_li:last-child{
  margin-bottom: 0;	
}	
#sec01 .txt {
  text-align: left;
  padding-left: 16px;
}
#sec01 .txt.fs_18.fw_bold.align_center {
  width: calc(100% - 45px);
}
.step_li img{
  width: 64px;
}
#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: 24px 0 0 0;
border-radius: 16px;
background: #fff;
border: none;
}
#sec01 .flex_block:nth-child(1) {
  margin-right: 0;
}
.register_btn{
  display: flex;
  justify-content: center;
  align-items: center;
}
#sec01 .list_li .step_num {
  margin-bottom: 0px;
  position: relative;	
}
#sec01 .list_li:nth-child(2) .step_num::after {
  content: "";
  width: 10px;
  height: 150%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  background: #f2f2f2;
}
#sec01 .list_li:nth-child(1) .step_num::after {
  display: none;
}
#sec01 .list_li:nth-child(3) .step_num::after {
  display: none;
}
}


/*--------------------------------------------------
section02
--------------------------------------------------*/
#sec02 .list_li {
  position: relative;
  text-align: left;
  padding-left: 120px;
  margin-bottom: 28px;	
}
#sec02 .list_li:last-child {
  margin-bottom: 0;	
}
#sec02 .icn {
  position: absolute;
  top: 0;
  left: 0;
}
#sec02 .section_warp {
  padding: 32px 50px 40px 45px;	
}
#sec02 .list_li .txt {
  margin-bottom: 9px;
  line-height: 1.6;
}
.benefit_border{
  margin-bottom: 1px solid #DED3AB
}
.txt_benefit{
  font-size: 22px;
}
.icn img{
  width: 88px;
}
@media screen and (max-width:800px){
#sec02 .section_warp {
  padding: 48px 24px 24px 24px;
}
.icn img{
  width: 64px;
}
#sec02 .list_li {
  padding-left: 80px;
  padding-bottom: 19px; 
  margin-bottom: 32px;
}
.txt_benefit{
  font-size: 20px;
}
}

@media screen and (max-width:414px){

#sec02 .list_li .txt {
  line-height: 1.4;
}
}


/*--------------------------------------------------
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: 26px 50px 48px 50px;
}
.setting_wrap{
  text-align: left;
}

.benefit_border{
  border-bottom: 1px solid #DED3AB;
  padding-bottom: 40px;
}

@media screen and (max-width:800px){
#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: 28px 24px 24px 32px;
}
}

/*--------------------------------------------------
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: #d7000f;
}
#sec04 .list_li:last-child {
  margin-bottom: 0;
}
#sec04 .note_title {
  font-size: 14px;
  text-align: left;
  margin-bottom: 14px;
}
.section_privacy{
  background-color: transparent;
  border: #DED3AB 1px solid;
  border-radius: 10px;
}

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

.setting_ul{
  display: flex;
  justify-content: space-between;
}

.setting_li{
  width: 30%;
}

.setting_inner{
  margin-top: 11px;
}

.setting_text_r{
  font-size: 16px;
  color: #C9161D;
}

.e-magazine_wrapper{
  margin: 0 3%;
}

@media screen and (max-width:800px){
  .setting_ul{
    flex-direction: column;
  }
  .setting_li{
    width: 100%;
  }
  .setting_inner{
    margin-bottom: 32px;
    text-align: center;
  }
  .setting_inner img{
    max-width: 270px;
  }
  
}  