@charset "utf-8";
/* CSS Document */


.cp_modal02 p.citation {
text-align: right;
}
.cp_modal02 p.citation::before {
content: '\2500'
}

.cp_modal02 a {
text-decoration: none;
}
.cp_modal02 label {
cursor: pointer;
}
.cp_modal02 .cp_modal_btn {
    margin-top: 16px;
    display: block;
}
.cp_modal02 .cp_modal_btn::before {
position: absolute;
top:50%;
left: 20%;
font-family: 'FontAwesome';
content: '';
font-size: 1em;
line-height: 0;
display: inline-block;
width: 4em;
color: #ffffff;
}
.cp_modal02 .cp_modal_btn:hover {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.cp_modal02 .cp_modal_bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
z-index: 10;
visibility: hidden;
transition: 250ms linear;
}
.cp_modal02 .cp_modal_cont {
    position: absolute;
    top: 50%;
    left: 48.5%;
    width: 50%;
    height: 60%;
    overflow-y: scroll;
    margin-top: -18%;
    margin-left: -25%;
    padding: 2%;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    transform: scale(0);
    transition: transform 250ms ease;
    visibility: hidden;
    z-index: 20;
}
.cp_modal02 .cp_modal_cont .cp_close {
position: relative;
float: right;
font-size: 18px;
transition: transform 500ms ease;
z-index: 11;
}
.cp_modal02 .cp_modal_cont .cp_close:hover {
color: #da3c41;
transform: rotate(180deg);
}
.cp_modal02 .cp_modal_cont header {
position: relative;
display: block;
background-color: #e4e4e4;
margin-bottom: 1.5em;
}
.top_img {
    margin: 0 auto;
    padding: 3%;
    display: block;
}
.cp_modal02 .cp_modal_cont article {
position: relative;
display: block;
margin: 0;
padding: 0;
font-size: 16px;
line-height: 1.75;
}
.cp_modal02 .cp_modal_cont footer {
position: relative;
display: flex;
align-items: center;
justify-content: flex-end;
width: 100%;
margin: 0 0 5%;
padding: 10px 0 0;

}
.cp_modal02 .cp_modal_cont footer .cp_btn {
position: relative;
padding: 10px 30px;
border-radius: 3px;
font-size: 14px;
font-weight: 400;
color: white;
text-transform: uppercase;
overflow: hidden;
margin: 0 auto;
}
.cp_modal02 .cp_modal_cont footer .cp_btn:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 0;
height: 100%;
background-color: rgba(88, 24, 26, 0.3);
transition: width 250ms ease;
z-index: 0;
}
.cp_modal02 .cp_modal_cont footer .cp_btn:hover:before {
width: 100%;
}
.cp_modal02 .cp_modal_cont footer .cp_btn.cp_cl {
background-color: #da3c41;
}
.cp_modal02 #cp_modal {
display: none;
}
.cp_modal02 #cp_modal:checked ~ .cp_modal_bg {
visibility: visible;
background-color: #000000;
opacity: 0.7;
transition: background-color 250ms linear;
}
.cp_modal02 #cp_modal:checked ~ .cp_modal_cont {
visibility: visible;
transform: scale(1);
transition: transform 250ms ease;
z-index: 111;
}
.max_w{
width:100%;
}	

.max_w02{
width:100%;
}	
		
.sub_title01{
background-color: #fff2cc;
padding:1% 2%;
}
	
.sub_title02{
font-weight: bold;
font-size: 120%;
margin-top:2%;
}	
	
.fcl {
	zoom: 100%;
}
.fcl:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}	
	
.img_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.img_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.img_center {
	display: block;
	margin: 0 auto 7%;
	clear: both;
}

.img_center02 {
	display: block;
	margin: 0 auto 7%;
	clear: both;
}
	
.box{
   padding:2%;	
}
	
.box02{
   display: flex;
   padding:2%;	
}	
	
.txt_bold{font-weight:bold;}
.txt_small{font-size:80%; line-height: 180%;}
.txt_big{font-size:120%;}
.txt_big2{font-size:140%;}
.txt_right{text-align:right;}
.txt_red{color:#ff0000;}
.txt_blue{color:#0066cc;}
.txt_keycolor{color:#8e9e69;}
.txt_marker{  background: linear-gradient(transparent 70%, #a7d6ff 70%);}
.txt_underline{border-bottom:#cccccc 1px dotted;margin-bottom:2px;}
.txt_center{text-align:center;  margin-top:-2%; margin-bottom:5%;}	
.block_title{text-align: center; background-color:#34ae37;color: #fff;font-size: 120%;padding:2% 0; font-weight: bold; margin-top:-1%;}
.code_txt {text-align: center; font-weight: bold; font-size: 200%; padding-top:4.5vw;}
.step_bg{background-color: #34ae37;	width:55%;	padding:2%;	color:#fff;	font-size: 113%;　font-weight: bold;}	
	
.step_bg02{
	background-color: #34ae37;
	width:96%;
	padding:2%;
	color:#fff;
	font-size: 120%;
	font-weight: bold;
}	
	
.block_left {
    float: left;
    width: 49%;
	background-color: #fff2cc;
	margin-right: 2%;
}

.block_right {
	float: right;
	width: 49%;
	background-color: #fff2cc;	
}	
	
.flex_box{
	display:flex;
}

.flex_unit03 {
    width: 31%;
    padding: 5px 0px;
    display: block;
    margin-left: 2%;
    border-radius: 5px;
}

.cp_modal02 .cp_modal_cont {
    position: absolute;
    top: 30%;
    left: 38%;
    width: 70%;
    height: 55%;
    overflow-y: scroll;
    margin-top: -18%;
    margin-left: -25%;
    padding: 3%;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    transform: scale(0);
    transition: transform 250ms ease;
    visibility: hidden;
    z-index: 20;
}
	
.merit_txt {
    font-size: 108%;
    font-weight: bold;
    line-height: 180%;
}	

.w02{
	width: 38%;
}



.cover{
	height:0px;
}

.side{display: none;}
	


body {
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content {

}
.content .ttl {
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 1px solid #dedede;
}
.content p {
  margin-bottom: 1em;
  line-height: 1.7;
}

.modalCheck {
  display: none;
}

.mainVisual {
  min-height: 240px;
  height: 50%;
}


label {
  cursor: pointer;
}

.btn {
    text-align: center;
    margin-bottom: 3%;
    margin-top: 2%;
}
.btn02 {
background-color: #f44336;	
position: relative;
padding: 10px 30px;
border-radius: 3px;
font-size: 14px;
font-weight: 400;
color: white;
text-transform: uppercase;
overflow: hidden;
margin: 0 auto;
}
.btn01 {
    background: url("../img/footer_btn_02.png") no-repeat center 0 /100% auto;
    display: block;
    height: 51px;
    text-indent: -9999px;
    position: relative;
    left: -4px;
    margin-top: -2%;
}
.modalWrap, .modalBg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 10;
}

.modalWrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s cubic-bezier(1, 0, 0, 1);
  transition: 0.3s cubic-bezier(1, 0, 0, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  will-change: opacity;
}

.modalBg {
  cursor: pointer;
  opacity: 0.7;
  background-color: #000;
  z-index: 2;
}
.modalBg label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.modalCon {
  position: absolute;
  top: 13%;
  left: 0;
  right: 0;
  width: 80%;
  height: 100%;
  margin: auto;
  z-index: 3;
}

.modalInner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: 60%;
  padding: 2%;
  cursor: default;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
}

.modalCloseBtn {
  position: absolute;
  top: 0;
  right: 0;
}
.modalCloseBtn label {
  display: inline-block;
  padding: 0.5em;
  color: #333;
  text-decoration: none;
  font-size: 2em;
}

.modalCheck:not(:checked) ~ .wrapper > *:not(.modalWrap) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.modalCheck:not(:checked) ~ .wrapper .modalWrap {
  opacity: 0;
  visibility: hidden;
}

.modalCheck:checked ~ .wrapper > *:not(.modalWrap) {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

#modal00:checked ~ .wrapper #modal00Con {
  opacity: 1;
  visibility: visible;
}

#modal01:checked ~ .wrapper #modal01Con {
  opacity: 1;
  visibility: visible;
}

#modal02:checked ~ .wrapper #modal02Con {
  opacity: 1;
  visibility: visible;
}

.modalTtl {
  padding: 2em 0.5em 1.5em;
  font-size: 2em;
  line-height: 1.3;
  text-align: center;
}

.modalText .modalCover {
  margin: 0 -1.5em 1em;
}
.modalText p {
  margin-bottom: 1em;
  line-height: 1.7;
}

@media (max-width: 640px) {
  .content {
    margin: 1.5em auto;
  }

  .modalInner {
    padding-left: 1em;
    padding-right: 1em;
  }

  .modalTtl {
    font-size: 1.5em;
    padding-bottom: 1em;
  }

  .modalText .modalCover {
    margin: 0 -1em 1em;
  }
}

.top_bg{
    position: relative;
    display: block;
    background-color: #e4e4e4;
    margin-bottom: 1.5em;
}

@media screen and (min-width: 1025px) {
.pc_none {display: none;
}
.sp_none {
}	
}

@media screen and (min-width:641px) and ( max-width:1024px) {
.pc_none {display: none;
}
.sp_none {
}	
}
