@charset "UTF-8";
/* ============================================================
Style CSS
============================================================ */
html{
    font-size:62.5%;
    }

body{
    font-family: sans-serif;
}

/* guide_wrap */
#guide_wrap{
  margin: 0 auto;
  padding:0;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  max-width: 990px;
  color: #303335;
}
#guide_wrap p {
    line-height: 1.5;
}
/* header */
#guide_wrap .guide_header{
  padding: 0;
  margin: 0 auto;
  text-align : center;
  background-color: #b5884a;
}

#guide_wrap .guide_header img {
  height:auto;
  padding: 0;
  margin: 0;
}
#guide_wrap .guide_h1 img{
  width:14px;
  height: 18px;
  margin-right: 0.3em;
}

/* ============================================================
section
============================================================ */
#guide_wrap .step section {
    background-color: #eee;
    margin:0 0 50px;
    padding-bottom: 30px;
}

#guide_wrap figure{
    margin:0;
    padding:0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    display: inline;
    height: 0;
    line-height: 0;
}

#guide_wrap figure img{
    width: 100%;
    height:auto;
    -webkit-margin:0;
}

#guide_wrap div.yamato {
    margin:0 auto 30px;
    text-align: center;
}

#guide_wrap .step h2{
    font-size:21px;
    text-align:center;
    color:#303335;
    padding: 0;
    font-weight: 600;
    margin: 0 0 16px 0;
}

#guide_wrap .step p{
    margin: 0 auto;
    line-height: 1.6;
    color:#303335;
    font-size:16px;
    text-align:center;
}

#guide_wrap p.attention{
    color:#303335;
    font-size:12px;
    text-align: left;
    width: 78%;
    margin-bottom: 30px;
}

#guide_wrap .column p.attention2{
    color:#303335;
    font-size:13px;
    text-align: left;
    width: 95%;
    margin-top: 20px;
    padding-bottom: 30px;
}

#guide_wrap p.attention::before ,
#guide_wrap .column p.attention2::before{
    content: "※";
    margin-left: -1em;
  }

#guide_wrap .column{
    width: 75%;
    border-radius: 10px;
    background-color:#fff;
    padding: 20px 20px 0;
    margin: 0 auto;
}

#guide_wrap .column .conbininew{
    margin:0 auto;
    text-align: center;
    display: block;
}

#guide_wrap .column .new{
    float: left;
    display: inline;
    width:16%;
    height: auto;
}

#guide_wrap .column .new img{
  width: 100%;
  height: auto;
  }

#guide_wrap .column .conbini{
    font-size: 18px;
    color:#f66;
    float: left;
    padding: 1em 0 1em 0;
    line-height: 1.3em;
    font-weight: bold;
    display: inline;
}

#guide_wrap .column p.conbini_txt{
    text-align: left;
}

#guide_wrap .column p.conbini_mini{
    text-align: left;
    font-size: 13px;
    padding-bottom: 0;
}

#guide_wrap .column p.conbini_mini img{
  width: 100%;
  height: auto;
}

#guide_wrap .column p.ok{
  background-color: #57a0f2;
  border-radius: 30px;
  color: #fff;
  padding:0;
  margin-top: 30px;
  margin-bottom: 20px;
}

#guide_wrap .column p.ng{
  background-color: #bbbcbe;
  border-radius: 30px;
  color: #fff;
  padding:0;
  margin-top: 30px;
  margin-bottom: 20px;

}

#guide_wrap .other{
  margin:0 20px;
  padding-bottom: 50px;
}

#guide_wrap h3{
    color:#fff;
    font-size:22px;
    font-weight: normal;
    padding: 10px 0;
    text-align:center;
    margin-bottom:30px;
    letter-spacing:0.05em;
    background-color: #303335;
}

#guide_wrap .other p{
    margin: 0 auto;
    margin: 30px 0;
    line-height: 1.6;
    color:#595757;
    font-size:1.5rem;
    text-align:left;
}

#guide_wrap .other figure{
  margin: 0 0 30px;
}

/* ============================================================
共通
============================================================ */

/*　clearfix　*/
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

/* ============================================================
ボタン
============================================================ */
/* 角丸 */
.Radius {
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */

}

/* ボタン */
.Button {
background-color: #303335;
margin-bottom: 50px;
text-align: center;
}

.Button2 {
background-color: #303335;
margin-bottom: 50px;
margin-top:30px;
text-align: center;
}

.Button a, .Button a:visited,.Button2 a, .Button2 a:visited {
  display: block;
  position: relative;
  z-index: 100;
  text-align:center;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 50px;
  text-decoration:none;
}
.Button a:hover  {
  background-color: #fff;
  color: #303335;
  border: 2px solid #303335;
  border-radius: 10px;

}
/**はじめてのご利用ガイド**/
.first-guide-box * {
  box-sizing: border-box;
}
.first-guide-box a {
  text-decoration: none;
}
.first-guide-box:first-child {
  width: 100%;
  margin: auto;
  position: relative;
}
.first-guide-box {
  width: 95%;
  margin: auto;
  position: relative;
}
.first-guide-box ul, .first-guide-box .box-inner li {
    text-indent: 0;
    list-style-type: none;
}
.first-guide-box .box-inner li {
    border-top: 40px solid #F6F6F6;
}
.first-guide-box #first-guide-list .top {
    width: 100%;
    margin: 0 auto;
}
.first-guide-box img {
    width: 100%;
}
.first-guide-box #first-guide-list .top {
    font-weight: bold;
    margin-top: 21px;
}
.first-guide-box #first-guide-list .top .logo {
    width: 40%;
    max-width: 174px;
    margin: 21px auto;
}
 .first-guide-box #first-guide-list .top .rental-note{
    text-align: center;
    font-size: 16px;
    margin-bottom: 21px;
}
.first-guide-box #first-guide-list .top p:first-child {
    font-weight: bold;
    position: absolute;
    top: 45px;
    color: #303335;
    /* text-shadow: 1px 1px 4px rgba(0,0,0,0.4); */
    font-size: 16px;
    left: 25px;
}
.first-guide-box #first-guide-list .top h1 {
    background-color: transparent!important;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    top: 109px;
    color: #303335;
    /* text-shadow: 1px 1px 4px rgba(0,0,0,0.4); */
    left: 25px;
}
.sp_br {
    display: none!important;
}
.sp_small_br {
    display: none;
}
.first-guide-box #first-guide-list .top #kv-img {
    position: absolute;
    bottom: 0;
    right: 25px;
    width: 15%;
    text-align: right;
}
.first-guide-box #first-guide-list .safe-point{
    position: absolute;
    width: 104px;
    height: 104px;
    color: #FFFFFF;
    border-radius: 50%;
    background-color: #FF007B;
    top: 56vw;
    left: 25px;
}
.first-guide-box #first-guide-list .safe-point span{
    display: inline-block;
    text-align: center;
    width: 104px;
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 0;
}
.first-guide-box #first-guide-list .safe-point .kizu{
    padding: 0;
    font-size: 21px;
}
.first-guide-point {
    padding: 15px;
    text-align: center;
    background-color: #FF007B;
    margin: 0 auto;    
}
.first-guide-point .inner{
    background-color: #FFF;
    border-radius: 5px;
    padding: 30px 0;
    margin: auto;
}
.first-guide-point h2 {
    font-size: 18px;
    margin-top: 0;
}
.first-guide-point .note{
    font-size: 18px!important;
    margin-top: 0;
    margin-bottom: 0;
}
#show_3min_howtouse {
    text-align: center;
    font-size: 18px;
    color: #303335;
    font-weight: bold;
    text-shadow: 0 0 0.1px #F96382;
    margin: 18px 0 12px 0;
}
.youtube-thumbnail {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    aspect-ratio: 16/9;
}


/*使い方3ステップリスト*/
.first-guide-box #step-list h2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin: 23px 0 27px;
}
.first-guide-box .box-inner li .step-box {
    border-bottom: 1px solid;
    display: flex;
    justify-content: inherit;
    height: 116px;
    background-color: #F6F6F6;
}
.first-guide-box .box-inner li:nth-child(4) {
    border: none;
    height: 100%;
    margin: 60px 0;
}
.first-guide-box .box-inner li:nth-child(4) .step-box {
    background-image: url(/img/guide/haikei2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    content: "";
    width: 100%;
    border: none;
    height: 100%!important;
    vertical-align: middle;     
    padding: 40px 40px 22px;  
    justify-content: center;
    align-items: center;
}
.first-guide-box .box-inner li .step-box .number {
    width: 79px;
    margin-top: 24px;
    font-weight: bold;
    position: relative;
}
.first-guide-box .box-inner li .step-box .number:before {
    content: "Step";
    font-size: 18px;
    top: -30px;
    left: 18%;
    color: #303335!important;
    position: absolute;
}
.first-guide-box #step-list li:last-child {
    border-bottom: none;
}
.first-guide-box .box-inner li:not(:nth-child(3)) .step-img {
    position: relative;
    width: 82px;
}
.first-guide-box .box-inner li:nth-child(3) .step-img {
    position: relative;
    width: 66px;
    margin-top: auto;
    margin-left: 20px;
}
.first-guide-box .box-inner li:nth-child(4) .step-img {
    position: relative;
    width: 66px;
    margin-top: auto;
    margin-left: 20px;
}
.first-guide-box .box-inner li:not(:nth-child(3)) .step-img:after,
.first-guide-box .box-inner li:not(:nth-child(4)) .step-img:after {
    position: absolute;
    content: "";
    width: 37px;
    height: 38px;
    right: -45%;
    top: -20%;
    background-size: contain;
    vertical-align: middle;    
    display: inline-block;    
}
.first-guide-box .box-inner li:first-child .step-img:after {
    background-image: url(/img/guide/step_ver2-1-balloon.png);
}
.first-guide-box .box-inner li:nth-child(2) .step-img:after {
    background-image: url(/img/guide/step_ver2-3-balloon.png);
}
.first-guide-box .box-inner li:nth-child(3) .step-img:after {
    background-image: url(/img/guide/step_ver2-4-balloon.png);
    position: absolute;
    content: "";
    width: 39px;
    height: 33px;
    right: 0;
    top: -48px;
    background-size: contain;
    vertical-align: middle;    
    display: inline-block;    
}
.first-guide-box .box-inner li:nth-child(4) .step-img:after {
    background-image: url(/img/guide/step_ver2-5-star.png);
    position: absolute;
    content: "";
    width: 30px;
    height: 47px;
    right: -30%;
    top: -20%;
    background-size: contain;
    vertical-align: middle;    
    display: inline-block;    
}
.first-guide-box #step-list .box-inner  p {
    font-size: 16px;
    margin-top: 5px;
}
.first-guide-box .step-box-p-margin {
    margin-top: 10px;
}
.first-guide-box .box-inner {
  counter-reset: num;
  padding: 0;
  margin-bottom: 42px;
}
.first-guide-box .box-inner .h3 {
    position: relative;
    font-size: 21px!important;
    font-weight: bold;
    margin-right: 5px;
    margin-left: 40px;
    margin-top: 20px!important;
}
/* ３ヶ月半額 */
.half-fee-notice {
    text-align: center;
    border: #303335 2px solid;
    margin: 24px 24px 32px;
}
.half-fee-title {
    font-size: 16px;
    background: #303335;
    color: #F6F6F6;
    margin: 0!important;
    padding: 4px;
}
.half-fee {
    display: flex;
    justify-content: center;
    margin: 16px 0;
    align-items: center;
}
.half-fee div p {
    position: relative;
    margin: 0;
}
.half-fee div:first-child p {
    font-size: 16px;
    margin-top: 5px;
}
.half-fee-img-box {
    width: 17%;
}
.half-fee img {
    width: 50%;
    margin: 45% auto;
}
.half-fee .value-emphasized {
    color: #F96382;
    font-size: 27px!important;
    font-weight: bold;
    margin: 0px !important;
} 
.tax-before {
    position: absolute;
    font-size: 12px!important;
    margin: 0!important;
    padding:0;
    top: -5px;
    right: -15px;
}
.tax-after {
    position: absolute;
    color: #F96382;
    font-size: 12px!important;
    margin: 0!important;
    padding:0;
    top: -6px;
    left: 20px;
}
.half-fee-bottom {
    font-size: 16px;
    background: #F6F6F6;
    margin: 0;
    padding: 4px;
}
.first-guide-box .box-inner .h4 {
    position: relative;
    font-size: 17px!important;
    font-weight: bold;
    margin-right: 5px;
    margin-left: 40px;
    margin-top: 20px!important;
}
.strikethrough{
  position: relative;
  font-size: 20px;
}
.strikethrough::before,
.strikethrough::after {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(0);
  background-color: #F96382;
  width: 100%;
  height: 2px;
  left: 0;
}
.strikethrough::before {
  top: 55%;
}
.strikethrough::after {
  top: 42%;
}

/* 使えば使うほど便利に！ */
.tools-info-title {
    text-align: center;
    font-size: 18px;
    color: #F96382;
    font-weight: bold;
    margin: 18px 0 8px 0;
}
.link-font-small {
    font-size: 14px;
    font-weight: normal;
    margin: 4px;
}
.link-font-bold {
    font-size: 18px;
    font-weight: 600;
    margin: 4px;
}
.more-info-box {
    background: #f6f6f6;
    padding: 16px 8px;
    margin: 0;
    line-height: 16px;
}
.more-info-title {
    font-size: 15px!important;
    margin: 40px 0 12px!important;
    text-align: center;
}
.more-info-box div {
    margin: 4px 8px;
}
.more-info-box div .useful-function {
    margin: 4px 16px;
    font-size: 16px;
    font-weight: 600;
    margin: 18px 0 6px;
}
.more-info-box p {
    margin: 4px 16px;
    font-size: 16px;
    padding: 0;
    margin: 0;
}
.link-more-info {
    font-size: 16px;
    text-align: center!important;
    margin: 32px 0 48px!important;
}
.link-more-info a {
    font-weight: normal!important;
    color: #2C68AF!important;
}

/*よくある質問*/
#guide_wrap h1 {
    background-color: transparent!important;
}
.first-guide-box.faq {
    width: 100%!important;
}
.first-guide-box .first-guide.faq {
    background-color: #CFE2F8;
    padding-bottom: 46px;
}
.first-guide-box .first-guide.faq .faq-etc{
    font-weight: normal;
    text-align: center;
}
.first-guide-box .first-guide.faq .faq-etc span{
    font-weight: normal;
    border-bottom: 1px solid #303335;
}
.first-guide-box.faq dl {
    width: 95%;
    padding: 23px 15px;
    margin: 0 auto 26px;
    background-color: #FFF;
    cursor: pointer;
}
.first-guide-box .first-guide h2 {
    text-align: center;
}
.first-guide-box .first-guide.faq h2 {
    color: #303335;
    font-size: 21px;
    font-weight: bold;
    padding: 18px 0 26px;
    margin: 0 auto 0;
}
.first-guide-box .first-guide.faq dt {
    font-size: 16px;
    font-weight: bold!important;
    position: relative;
    font-weight: normal;
    padding: 5.5px 0;
    display: flex;
}
.first-guide-box .first-guide dt::before {
    content: "Q.";
    font-size: 16px;
    margin-right: 5px;
}
.first-guide-box .first-guide dt::after {
    content: "";
    position: absolute;
    right: 0;
    top: 30%;
    margin: auto;
    border-right: 7px solid transparent;
    border-bottom: 12px solid #F96382;
    border-left: 7px solid transparent; 
    transform: rotate(-180deg);
    margin-left: 30px;
}
.first-guide-box .first-guide dt.rotate::after {
    position: absolute;
    content: "";
    transform: rotate(-360deg);
}
.first-guide-box .first-guide h2 {
    font-size: 17px;
    font-weight: bold;
}
.first-guide-box .first-guide p,h4 {
    font-size: 16px;
    line-height: 1.4;
}
.first-guide-box .first-guide dd {
    position: relative;
    display: none;
    margin: 0;
    padding-top: 23px;
    cursor: default;
}
.first-guide-box .first-guide dd .dd-innner {
    padding-top: 16px;
}
.first-guide-box .first-guide dd::before {
    content: "";
    border-top: 3px solid #CFE2F8;
    width: 115%;
    right: -6%;
    position: absolute;
}
.first-guide-box .first-guide dd p:first-child,h4:first-child {
    font-weight: bold;
    margin-top: 0;
}
.first-guide-box .first-guide dd p:first-child::before {
    content: "A.";
    font-size: 16px;
    margin-right: 5px;
    font-weight: bold;
}
.first-guide-box .first-guide dd img {
    max-width: 400px;
    width: 90%;
    margin: auto;
}

/*キズがついたときの注意*/
a.jump {
    text-decoration-color:#EA615D;
    margin:25px;
}
a.jump p{
    font-size: 15px;
    font-weight: normal;
    color: #EA615D;
    text-align: center;
}

#caution-area {
    margin: 70px 0;
}

.caution .alert {
    display: flex;
    justify-content: space-evenly;
}
.caution .alert img {
    width: 20%;
}
.caution .alert p {
    font-weight: bold;
    font-size: 15px;
}
.caution .title {
    background: #D8D8D8;   
    margin-bottom: 0; 
    display: flex;
    position: relative;
    /* cursor: pointer; */
}
.caution .title img {
    width: 8%;
    height: auto;
}

/* .title.active::after {
    display: none;
} */

.caution .title p {
    font-weight: bold; 
    padding: 4px;
    margin: 0; 
}
.caution .title::after {
    content: "";
    right: 0;
    margin: auto;
    border-right: 5px solid transparent;
    border-bottom: 9px solid #303335;
    border-left: 5px solid transparent; 
    transform: rotate(-180deg);
    margin-right: 4px;
}
.caution .caution-detail {
    /* display: none; */
    background: #F4F4F4;
    margin: 0;
}
.caution .caution-detail p {
    padding: 8px;
    margin: 0;
}
.caution p span {
    color: #EA615D;
}

/*ご安心ください*/
.notice-blue {
    background-color: #2C68AF;
    width: 100%;
    color: #F6F6F6;
    margin: 32px 0;
    padding: 32px 0 64px;
    text-shadow: none;
    text-align: center;
}
.notice-blue h2 {
    color: #F6F6F6;
    margin: 28px 0 32px;
}
.notice-blue-top {
    color: #303335;
    background-color: #F6F6F6;
    margin: 0 36px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
}
.notice-blue-top p {
    padding: 16px;
    line-height: 24px;
}
.notice-blue .list {
    margin: 24px 0 0 16px;
    text-align: left;
    padding: 16px;
}
.notice-blue .list li {
    font-size: 16px;
    margin: 4px 0;
    line-height: 1.2;
}
.small {
    margin: 0!important;
    padding: 0;
    text-align: left;
}
.small p{
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 15px;
}
.notice-blue .small {
    padding: 10px 32px!important;
}
/*トークで相談*/
.first-guide-box .first-guide.to-talk {
    background-color: #2C68AF;
    padding-bottom: 20px!important;
    text-shadow: none;
}
.first-guide-box .first-guide.to-talk h2 {
    font-weight: bold;
    font-size: 21px;
    padding: 31px 0 25px;
    margin: 0;
    color: #FFF;
}
.first-guide-box .first-guide.to-talk .to-talk-inner {
    background-color: #F8F8F8;
    width: 95%;
    margin: 0 auto;
    padding: 28px 0;
}
.first-guide-box .first-guide.to-talk .to-talk-inner .guide-pict {
    width: 115px;
    display: block;
    margin: 0 auto 28px;
}
.first-guide-box .first-guide.to-talk .to-talk-inner p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 33px;
}
.first-guide-box .first-guide.to-talk .to-talk-inner .to-talk-button {
    background-color: #303335;
    margin: 0 auto;
    width: 90%;
    max-width: 400px;
    padding: 14px;
    text-align: center;
    font-size: 18px;
    border-radius: 25px;
}
.first-guide-box .first-guide.to-talk .to-talk-inner .to-talk-button span {
    color: #FFF;
}

/*お客様の声*/
.first-guide-box .first-guide.user-voice {
    text-align: center;
    margin-top: 36px;
}
.first-guide-box .first-guide.user-voice p {
    margin: 0;
}
.first-guide-box .first-guide.user-voice p:first-child:before {
    content: "＼";
    font-size: 18px;
}
.first-guide-box .first-guide.user-voice p:first-child:after {
    content: "／";
    font-size: 18px;
}
.first-guide-box .first-guide.user-voice h2 {
    font-size: 24px;
    margin: 8px auto 14px;
}
.first-guide-box .first-guide.user-voice span {
    display: block;
    margin-bottom: 21px;
    font-size: 21px;
    font-weight: bold;
    color: #2C68AF;
}
.first-guide-box .first-guide.user-voice span:after {
    background-image: url(/img/guide/voice-baloon.png);
    content: "";
    width: 21px;
    height: 18px;
    background-size: contain;  
    display: inline-block; 
    margin-left: 7px;
}
/*メディア掲載情報*/
.first-guide-box .media-appeal {
    margin: 36px 0 -50px;
}
.first-guide-box .media-appeal h2{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
.first-guide-box .media-appeal .media-inner {
    margin: 21px auto 0;
    background-color: #F1F1F1;
}
.first-guide-box .media-appeal .media-img-flex {
    display: flex;
    width: 95%;
    max-width: 500px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 15px 0 20px;
}
.first-guide-box .media-appeal .media-img-flex li {
    width: 49%;
    border-top: none;
}
.first-guide-box .media-appeal .media-img-flex li a {
    font-weight: normal;
    color: #303335;
    cursor: pointer;
}
.first-guide-box .media-appeal .media-img-flex li a:hover {
    opacity: 0.7;
}
.first-guide-box .media-appeal .media-img-flex li:nth-child(3),
.first-guide-box .media-appeal .media-img-flex li:nth-child(4) {
    margin-top: 20px;
}
.first-guide-box .media-appeal .media-img-flex li img {
    width: 100%;
    border: 1px solid #8F8F8F;    
}
.first-guide-box .media-appeal .media-img-flex li figcaption {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
}
/* ロードマップ */
.flow_bar {
    padding-left: 0;
    margin:28px 16px;
}  
.flow_bar {
    font-size: 16px;
}  
.flow_bar > li {
    list-style-type: none;
    position: relative;
    padding-left: 18px;
    line-height: 1.6;
}
.flow_bar > li .step_icon {
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    border-radius: 100vh;
    display: inline-block;
    background: #303335;
    color: #fff;
    position: absolute;
    left: 0;
    top: 5px;
}
.flow_bar > li:nth-child(3) .step_icon {
    left: -18px;
}  
.flow_bar > li:not(:last-child)::before {
    content: '';
    background: #303335;
    width: 2px;
    height: 135%;
    position: absolute;
    top: calc(50% - -20px);
    left: 4px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.flow_bar > li:nth-child(3)::before {
    height: 80%;
    top: calc(50% - -5px);
}
.flow_bar > li:nth-child(3) dl {
    position: relative;
}
.flow_bar > li:nth-child(3) .line-dotted {
    position: absolute;
    height: 60px;
    border-left: 2px dashed;
    left: 4px;
    top: 20px;
}
.flow_bar > li dl dt {
    font-weight: 600;
}
.flow_bar > li dl div {
    display: flex;
    margin: 0 0 0 5px;
}
.flow_bar > li dl div:last-child {
    margin: 0 0 30px 5px;
}
.flow_bar > li dl div div {
    position: relative;
    margin: 0;
}
.flow_bar > li dl div p {
    margin: 6px 0;
}
.triangle {
    width: 15px;
    height: 10px;
    line-height: 1.5;
    border-left: 6px solid black;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 12px;
}
.marker {
    background:linear-gradient(transparent 60%, #CFE2F8 60%);
}
.font-bold {
    font-weight: bold;
}
.circle-fill-triangle {
    display: inline-block;
    vertical-align: middle;
    color: #F96382;
    line-height: 1;
    position: relative;
    width: 0.8em;
    height: 0.8em;
    border: 0.075em solid currentColor;
    background: currentColor;
    border-radius: 50%;
    box-sizing: content-box;
    top: 9.5px;
}  
.circle-fill-triangle::before {
    content: '';
    color: #fff;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 4px 5px;
    border-left-color: currentColor;
    border-right: 0;
    transform: translateX(15%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.flow-more {
    padding: 0 0 15px;
}
.flow-more div {
    display: flex;
    position: relative;
}
.flow-more div p {
    margin: 6px 0;
}
#fadein-app-dl {
    width: 100%;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
    z-index: 999;
    max-width: 400px;
  }
  #fadein-app-dl a {
    background-color: #B67C29;
  }
  #fadein-app-dl a span.link::before {
    top: 56%;
    content: "🌼";
    background-image: none;
    font-size: 25px;
    left: -35px;
  }
/*スマホタブレット表示*/
@media screen and (min-width: 900px ) {
    .notice-blue-top {
        margin: 0 auto;
        width: 72%;
        max-width: 855px;
    }
    .first-guide-box.faq dl {
        width: 72%;
        max-width: 855px;
    }
    .first-guide-box #first-guide-list .safe-point{
        top: 670px!important;
    }
     .first-guide-box #first-guide-list .top p:first-child {
        top: 120px!important;
        font-size: 24px!important;
        left: 100px!important;
     }
     .first-guide-box #first-guide-list .top h1 {
        top: 230px!important;
        font-size: 48px!important;
        left: 100px!important;
     }
    .first-guide-box #first-guide-list .safe-point{
        right: 60px!important;
    }
    .first-guide-box .media-appeal {
        margin-bottom: 50px;
    }    
    .flow_bar {
        margin: auto 25%;
    }
    .first-guide-box .first-guide.to-talk .to-talk-inner {
        width: 72%;
        max-width: 855px;
    }
}
@media screen and (max-width: 600px ) {
    .sp_br {
        display: block!important;
     }
    .first-guide-box .box-inner li:not(:nth-child(3)) .h3 {
        margin-top: 0!important;
    }
    .first-guide-box .box-inner li:not(:nth-child(4)) .h3 {
        margin-top: 0!important;
    }
    .first-guide-box #first-guide-list .top #kv-img {
        width: 30%;
        right: 0;
    }
    .first-guide-box .box-inner li:nth-child(4) .step-box {
        padding: 55px 40px 37px!important;
    }
}
@media screen and (min-width: 481px ) {
     .first-guide-box #first-guide-list .top p:first-child {
        top: 50px;
        font-size: 21px;
        left: calc(25px + 3vw);
     }
     .first-guide-box #first-guide-list .top h1 {
        font-size: 45px;
        top: 150px;
        left: calc(25px + 3vw);
     }
    .first-guide-box #first-guide-list .safe-point{
        width: 150px;
        height: 150px;
        top: 60vw;
        right: calc(16px + 3vw);
    }
    .first-guide-box #first-guide-list .safe-point span{
        width: 150px;
        font-size: 20px;
        line-height: 1.5;
        padding: 26px 0;
    }
    .first-guide-box #first-guide-list .safe-point .kizu{
        font-size: 25px;
    }   
}

@media screen and (max-width: 375px ) {
    .half-fee .value-emphasized {
        font-size: 26px!important;
    } 
    .sp_small_br {
        display: block;
    }
    .first-guide-point h2 {
        font-size: 16px;
    }
    .first-guide-point .note {
        font-size: 15px!important;
    }
    .first-guide-point .inner {
        padding: 20px 0;
    }       
    .first-guide-box #step-list h2  {
        font-size: 25px;
    }    
    .first-guide-box #first-guide-list {
        padding: 0;
    }
    .first-guide-box .box-inner li:nth-child(3) .h3 {
        margin: 10px 5px 21px 30px!important;
    }
    .first-guide-box .box-inner p:not(:nth-child(3)) .h3 {
        font-size: 16px!important;
        margin-left: 18px;
    }
    .first-guide-box .box-inner li:nth-child(4) .h3 {
        margin-left: 35px!important;
    }
    .first-guide-box .box-inner .h4 {
        font-size: 16px!important;
        margin-left: 30px;
    }
    .first-guide-box #step-list .box-inner p {
        font-size: 15px;
    }  
    .first-guide-box .box-inner li:not(:nth-child(3)) .step-img:after,  
    .first-guide-box .box-inner li:not(:nth-child(4)) .step-img:after {
        width: 25px;
        height: 26px;
        right: -25%;
    }
    .first-guide-box .box-inner li:nth-child(3) .step-img:after {
        width: 30px;
        height: 25px;
        right: 0;
        top: -48px;
    }
    .first-guide-box .box-inner li:nth-child(4) .step-img:after {
        width: 30px;
        height: 45px;
        right: -25px;
        top: -30px;
    }
    .first-guide-box .box-inner li:nth-child(4) .step-box {
        padding: 45px 40px 25px!important;
    }
    .first-guide-box .first-guide.faq dt {
        font-size: 15px;
    }
    .first-guide-box .first-guide p, h4 {
        font-size: 15px;
    }
    .first-guide-box .first-guide dd p:first-child::before, h4:first-child::before {
        font-size: 15px;
    }
}