@charset "utf-8";
/* CSS Document */

.logo_img{
display: block;
margin: 0 auto;
max-width: 360px;
height: auto;
}


.rakuten_id_title{
width: 100%;
max-width: 600px;
display: block;
margin: 20px auto;
}


.waketara_block_01{
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
align-items: center;
}


.waketara_block_01_info{
width: calc(50% - 20px);
height: auto;
margin-right: 20px;
}

.waketara_block_01_info h2{
width: 100%;
text-align: left;
}
.waketara_block_01_img{
width: calc(50% - 20px);
height: auto;
margin-right: 20px;
}
.waketara_block_01_img img{
width:100%;
height: auto;
}


.guide_flow_03 {
  display: flex;
  justify-content: center;
  align-items: center;
flex-wrap: wrap;
margin-left: 20px;
margin-right: 20px;
 margin-top: 20px;
}
.guide_flow_03 h2 {
display: block!important;
width: 100%!important;
margin: 20px 0 40px!important;
text-align: center!important;
}

.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-image: linear-gradient(90deg, rgb(254, 69, 33), rgb(255, 114, 0));
  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: #FE4521;
  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: #FE4521;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}

.flow03 > li dl dd img {
width: 100%;
max-width: 400px;
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: 400px;
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;
}

.rakutenid_note{
text-align: center;
margin: 20px;
}





/*タブレットスタイル*/
@media only screen and (min-width : 600px) {

}


/*PCスタイル*/
@media only screen and (min-width : 1025px) {

.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: 400px;
margin: 20px auto;
}
.flow03 > li dl dd p {
width: 100%;
}
.flow03 > li dl dd ol {
width: 100%;

}

}

.js-static-faq h3 {
  font-size: 1rem;
  color: #FE4521;
  padding: 0.5em 0;
  margin: 0 0 1rem;
  border-bottom: solid 3px #FE4521;
  text-align: left;
  width: 100%;
}

.static .faq-section-title {
  margin: 20px 0;
  padding: 5px 20px;
  color: #000;
  background: #e6e6e6;
  font-size: 15px;
  font-weight: 700;
}

.static .faq-category-title {
  margin: 12px 0;
  padding: 0;
  color: #000;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
}

.static .faq-category-title:before {
  content: "・";
}

.static .faq-item {
  display: block;
  margin: 20px auto;
}

.static .faq-item .faq-q {
  padding: 14px 40px 14px 46px;
  border: 2px solid #FE4521;
  margin: 0;
  background: #fff;
  width: 100%;
}

.static .faq-item .faq-q .faq-arrowbox--q {
  top: 20px;
  left: 10px;
}

.static .faq-q {
  color: #FE4521;
  font-size: 14px;
  font-weight: 700;
  display: block;
  position: relative;
  padding: 0 0 0 37px;
  margin: 14px 0;
}

.static .faq-q:hover {
  cursor: pointer;
}

.static .faq-q .faq-arrowbox--q {
  position: absolute;
  top: 0;
  left: 0;
}

.static .faq-a {
  position: relative;
  padding: 20px 30px 20px 51px;
  border: 2px solid #FE4521;
  border-top-width: 0;
  background-color: #f2f2f2;
  font-size: 13px;
  text-align: left;
}

.static .faq-a:after {
  content: "";
  display: block;
  clear: both;
}

.static .faq-a .faq-arrowbox--a {
  position: absolute;
  top: 24px;
  left: 10px;
}

.static .faq-a .static-l-links {
  margin: 0 auto 20px;
}

.static .faq-arrowbox--q,
.static .faq-arrowbox--a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  border-radius: 3px;
  padding: 0 3px;
  text-align: center;
  position: relative;
  min-width: 23px;
  height: 18px;
  line-height: 18px;
  font-style: normal;
}

.static .faq-arrowbox--q:after,
.static .faq-arrowbox--a:after {
  content: "";
  position: absolute;
  right: 5px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-width: 4px;
  border-right-width: 4px;
  bottom: -6px;
}

.static .faq-arrowbox--q {
  background: #FE4521;
}

.static .faq-arrowbox--q:after {
  border-top-color: #FE4521;
  border-right-color: #FE4521;
}

.static .faq-arrowbox--a {
  background: #e31212;
}

.static .faq-arrowbox--a:after {
  border-top-color: #e31212;
  border-right-color: #e31212;
}

.static [data-faq-toggle]:after {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 2px solid #FE4521;
  border-right: 2px solid #FE4521;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  transform: rotate(135deg);
}

.static [data-faq-toggle="on"]:after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  margin: auto;
}

.static [data-faq-toggle="off"] + .faq-a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
