@charset "utf-8";
/* CSS Document */

.receipt_content img{
width: 100%;
max-width: 700px;
margin: 20px auto;
display: block;

}
.receipt_content_m p{
text-align: center;
font-size: 14px;

}

.receipt_content_m p > span{
font-size: 16px;
font-weight: 600;

}

.receipt_content h2{
width: 100%;
background-color: #515151;
box-sizing: border-box;
padding: 0.25em 0.5em;
color: #FFFFFF;
margin-bottom: 1.0em;
}

.arrow_u {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

.arrow_u:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 1px #005a8c;
  border-right: solid 1px #005a8c;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.receipt_nav {
  color: #a40000;
  font-size: 13px;
}

.receipt_nav ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 40px auto;
}

.receipt_nav ul li {
  width: 100%;
  font-size: 16px;
  display: block;
  box-sizing: border-box;
  padding: 1em 0.25em;
  background-color: #fff;
  border: #2b2b2b solid 1px;
  color: #2b2b2b;
  text-align: center;
  border-radius: 5px;
  transition: 0.8s;
  margin: 10px 0;
}

.receipt_nav ul li:hover {
  background-color: #2b2b2b;
  color: #ffffff;
}

.receipt_nav ul li:hover a {
  color: #ffffff;
}

.receipt_nav ul li:hover .arrow_u:after {
  border-bottom: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}

.receipt_nav ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #2b2b2b;
  border-bottom: none;
}

.receipt_nav ul li:hover {
  background-color: #2b2b2b;
  color: #ffffff;
}

.arrow_u:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-bottom: solid 2px #2b2b2b;
  border-right: solid 2px #2b2b2b;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 5px;
  margin: auto;
}

.anchor {
    padding-top: 100px;
    margin-top: -100px;
    display: block;
}

.guide_flow_03 {
  display: flex;
  justify-content: center;
  align-items: center;
margin-left: 20px;
margin-right: 20px;
 margin-top: 20px;
}

.guide_flow_03 ul {
  padding: 0;
}

.guide_flow_03 li {
  list-style-type: none;
flex-shrink: 0;
}

.guide_flow_03 dd {
margin-left: 0;
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-align: start;
align-items: flex-start;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 30px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #8EB83C;
  display: inline-block;
  margin-right: 0.3em;
}

.flow03 > li dl {
  padding-left: 40px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #8EB83C;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 30px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #8EB83C;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
 border-bottom: none;
flex-wrap: wrap;
	
}

.flow03 > li dl dt p {
display: block;
width: calc(100% - 2.3em);
line-height: 1.5;
}



.flow03 > li dl dd img {
width: 100%!important;
max-width: 600px!important;
box-sizing: border-box;
margin: 20px auto;
border: #EBEBEB solid 1px;
}

.img_min{
width: 100%!important;
max-width: 260px!important;
}



.flow03 > li dl dd p {
width: 100%;
margin: 0;
}

.flow03 > li dl dd ol {
width: 100%;
max-width: 600px;
margin: 0.5em 0 0.5em 1.5em;
list-style: dotted-decimal!important;
box-sizing: border-box;

}
.flow03 > li dl dd ol > p {
display: block;
margin-left: -1.2em;

}

.flow03 > li dl dd p > span{
font-weight: 500;
color: #FF0004;

}	


.flow03 > li dl dd ol > li {
list-style: dotted-decimal!important;
}

.receipt_tb{
margin: 20px 0;
}


.s_tb{
margin: 20px 0 0;
}




.receipt_notice{
box-sizing: border-box;
border: solid #EBEBEB 4px;
border-radius: 8px;
padding: 10px;
font-size: 13px;
margin-top: 20px;
} 

.receipt_notice p{
margin-left: 1.0em;
} 


.receipt_notice ul{
margin: 0.5em;
padding: 0 0 0 1.5em;
} 


.receipt_notice ul li{
list-style: disc;
line-height: 1.8;
margin: 0.5em 0;
} 




/*タブレットスタイル*/
@media only screen and (min-width : 600px) {

.receipt_nav ul li {
   width: calc(100% / 3 - 10px);
   margin: 0;
  }	
	
}


/*PCスタイル*/
@media only screen and (min-width : 1025px) {

.receipt_content_m p{
font-size: 16px;

}

.receipt_content_m p > span{
font-size: 18px;

}
	
.receipt_nav ul li {
 width: calc(100% / 3 - 10px);
 margin: 0;
}
	
.guide_flow_03 {
 display: flex;
-webkit-box-pack: start;
justify-content: flex-start;
 margin-left: 20px;

}
	
.flow03 > li dl {
  padding-left: 70px;
}
.flow03 > li dl::after {
  width: 50px;
}
.flow03 > li dl dd img {
width: 100%;
box-sizing: border-box;
max-width: 700px;
margin: 20px auto;
}
.flow03 > li dl dd p {
width: 100%;
margin: 0 2.0em;
}
.flow03 > li dl dd ol {
width: 100%;

}
.receipt_notice{
padding: 20px;
} 
.receipt_notice ul{
margin: 1em;
padding: 0 0 0 1.5em;
} 
}