html{

    font-family: "Hiragino Sans", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
}

body {
    overflow-y: scroll;
}
@font-face {

  font-family: 'Speedee';
    font-style: normal;
  font-weight: 400;
  src: url('../assets/font/Speedee-Bold.ttf') format('truetype');

}
span.bignumber {
    font-family: "Speedee", "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    font-weight: bold;

    src: url('../assets/font/Speedee-Bold.ttf') format('truetype');




}


.circle-inner{

    font-family: "Speedee", "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pricenumber  {
    font-family: "Speedee", "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

 font-size: 1.5em;
    src: url('../assets/font/Speedee-Bold.ttf') format('truetype');


}
p.otokuvisual {
    display: flex;
}

.formsection1 {
    animation: up 0.1s ease-in forwards;
    padding-bottom: 50px;
}

.body-inner {
    --bottom-navigation-height: 0px;
    --global-footer-height: 0px;
    --waves-position: 320px;
    --scroll-position: 0;
    position: relative;
    box-sizing: border-box;
  
    padding: 0px calc(50vw - 320px) 0;
    background-color: #f6f6f6;
}

body.appform202308s {
    padding: 0;
}

.progresssec {
    background: #f6f6f6;
    padding: 15px;
    position: sticky;
    top: 0px;
    z-index: 4;
}

.progrressinner {
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
}
.progresstext-area {
    width: 70%;
    text-align: right;
    padding-top: 5px;
}
.nowtext {
    font-weight: bold;
    font-size: 1.6em;
}
.next-text {
    color: #a8a8a8;
    letter-spacing: 0.1em;
}
.item {
    padding: 3%;
    border: solid 1px #DDD;
    border-radius: 10px;
    width: 48%;
    box-shadow: 3px 3px 3px 0px #DDD;
    background: #FFF;
}

/* プログレスサークル */

span.bnump {
    font-weight: bold;
    font-size: 2em;
    color: #000;
}

.progcircle {
    position: relative;
  width: 60px;
    height: 60px;
        background-image: linear-gradient(90deg, #005aff, #00f1ff);

    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}

.progcircle2 {
    position: relative;
  width: 60px;
    height: 60px;
        background-image: linear-gradient(90deg, #005aff, #00f1ff);

    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}
.progcircle3 {
    position: relative;
  width: 60px;
    height: 60px;
        background-image: linear-gradient(90deg, #005aff, #00f1ff);

    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}
.progcircle4 {
    position: relative;
  width: 60px;
    height: 60px;
        background-image: linear-gradient(90deg, #005aff, #00f1ff);

    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}

.progcircle::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    width: 60px;
    height: 60px;
    background: #e0e0e0;
    transform-origin: right 30px;
    z-index: 2;
    animation: rotate-circle-left 0.5s ease-in-out forwards;
}
.progcircle2::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    width: 60px;
    height: 60px;
    background: #e0e0e0;
    transform-origin: right 30px;
    z-index: 2;
    animation: rotate-circle-left 0.5s ease-in-out forwards;
}
.progcircle3::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    width: 60px;
    height: 30px;
    background: #e0e0e0;
    transform-origin: right 30px;
    z-index: 2;
    animation: rotate-circle-left 0.5s ease-in-out forwards;
}
.progcircle4::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    width: 60px;
    height: 0px;
    background: #e0e0e0;
    transform-origin: right 30px;
    z-index: 2;
    animation: rotate-circle-left 0.5s ease-in-out forwards;
}

.progcircle::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 30px;
    width: 60px;
    height: 60px;
    background: #e0e0e0;
    transform-origin: left 30px;
    z-index: 3;
    animation: rotate-circle-right 0.5s ease-out forwards;
}

.progcircle2::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 30px;
    width: 60px;
    height: 0px;
    background: #e0e0e0;
    transform-origin: left 30px;
    z-index: 3;
    animation: rotate-circle-right 0.5s ease-out forwards;
}
.progcircle3::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 30px;
    width: 60px;
    height: 0px;
    background: #e0e0e0;
    transform-origin: left 30px;
    z-index: 3;
    animation: rotate-circle-right 0.5s ease-out forwards;
}
.progcircle4::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 30px;
    width: 60px;
    height: 0px;
    background: #e0e0e0;
    transform-origin: left 30px;
    z-index: 3;
    animation: rotate-circle-right 0.5s ease-out forwards;
}

.progcircle .circle-inner {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 50px;
    height: 50px;
     padding-top: 0px;
    background: #fff;
    border-radius: 50%;
    z-index: 4;
        color: #e0e0e0;
}

.progcircle2 .circle-inner {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 50px;
    height: 50px;
     padding-top: 0px;
    background: #fff;
    border-radius: 50%;
    z-index: 4;
        color: #e0e0e0;
}
.progcircle3 .circle-inner {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 50px;
    height: 50px;
     padding-top: 0px;
    background: #fff;
    border-radius: 50%;
    z-index: 4;
        color: #e0e0e0;
}
.progcircle4 .circle-inner {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 50px;
    height: 50px;
     padding-top: 0px;
    background: #fff;
    border-radius: 50%;
    z-index: 4;
        color: #e0e0e0;
}



@keyframes rotate-circle-right {
    0%   {
        transform: rotate(0deg);
        background: #e0e0e0;
    }

   
    100% {
        transform: rotate(90deg);
        background: #e0e0e0;
    }
}

@keyframes rotate-circle-left {
    0%   { transform: rotate(0deg); }
    50%  { transform: rotate(0deg); }
    100% { transform: rotate(0deg); }
}
/* プログレスサークル */


/* topキャンペーン */

.campaign-catchy-text {
    text-align: center;
      width: 380px;
    margin: 0 auto;
    font-size: 1.5em;
    color: #000;
}
.campainn-visimgflex {
    width: 390px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}

p.easy-text {
    margin: 0px;
}
p.hosoku {
    margin: 0px;
}
p.otokuvisual {
    margin: 0px;
    padding-top: 5px;
}
.next-stepbtnarea {
    background: #262626;
   width: 390px;
    padding: 20px;
    margin: 20px auto;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 2px 1px 1px 1px #DDD;
}
.campaign-sched {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}


/* radioボタンデザイン変更 */


.m-fieldrow__main.eoimg  {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: -11px auto -13px;
    width: 380px;
}



.m-fieldrow__main.eoimg > * {
    flex: 0 0 calc(50% - 1px);
    margin: 11px 0 0 1px;
    height: auto;
}

.m-fieldrow__main.eoimg .a-radio__body {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    min-height: 56px;
    padding: 14px 16px 14px 34px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #b6b6b6;
    border-radius: 6px;
    outline: none;
    margin: 6px;
}
.option-pricebox2 {
    margin: 0px 24px 0px 24px;
    padding: 20px 0px 30px 0px;
}
/* 星 */
.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
     /* animation: ani5 3s ease-in-out 1s infinite; */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */



.commentbox {
    padding: 10px 20px;
    background: #f9f9f9dd;
}

@keyframes ani5 {
    0%   {
        width: 0%;
  
    }

   
    100% {
        width: 100%;
     
    }
}

p.osusumedo{

    font-size:0.6em;
}

p.osusumedo, p.starmark {
    margin: 0px;
    font-size: 1.2em;
}


p.optionosusumecatch {
    margin-bottom: 0px;
}
p.osusumeriyuuu {
    margin-top: 0px;
}
.campaing-imgitem img {
    padding-bottom: 10px;
    width: 100%;
}
p.easy-text {
    font-weight: bold;
}

p.hosoku {
    font-size: 11px;
}

.select-option-box li details img {
        max-width: 500px;
      width: 90%;
    text-align: center;
    margin: 15px auto 0px;
    background: #000;
    border-radius: 15px;
    
}

.select-option-box li details.anshinop img {
    width: 90%;
    text-align: center;
    margin: 0 auto;
     background: #fff;
    border-radius: 15px;
}
.select-option-box li details.denkiop img {
    width: 90%;
    text-align: center;
    margin: 0 auto;
     background: #fff;
    border-radius: 15px;
}

.tentionvisual {
    padding-top: 25px;
}

.a-radio__label .a-radio__description {
    display: block;
    margin-top: 4px;
    font-size: 10px;
    font-weight: normal;
}

.a-radio__indicator {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    transform: translateY(-50%);
}
.a-radio__body {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    min-height: 56px;
    padding: 14px 16px 14px 40px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #b6b6b6;
    color: #b6b6b6;
    border-radius: 6px;
    outline: none;
    margin: 0 12px -12px 12px;
}




	div#secondform {
padding-top:  30vh;
 animation: up 0.1s ease-in forwards;

	}


    	div#syubetsuform {
	padding-top: 30vh;
    
               animation: up 0.1s ease-in forwards;
	}

.m-fieldrow.m-fieldrow--column-size-12.space-tyousei{

    padding-top:40px;
}

    @keyframes up {
    0%   {
   	padding-top: 30vh;
  
    }

   
     100% {
	padding-top: 0vh;
     
    }
}