@charset "UTF-8";
/* CSS Document */
body{
    background-size: auto auto;
    background-color: #F0C950;
	font-family: 'Meiryo',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif!important;
    color: #000;
    line-height: 1.5;
    word-break: break-all;
}

.pc{
	display: inline-block;
	}

.sp{
	display: none;
}

.mt-7{
    margin-top: 70px;
}

.bg{
    padding-bottom: 50px;
}

img{
    width: 100%;
}

ul,
li{
    margin: 0;
    padding: 0;
    text-indent: 0!important;
}

/* btn */
.btn_box{
    margin: 50px auto auto auto;
    list-style: none;
    text-align: center;
}
.btn_box .btn2{
    margin-top: 20px; 
}
.btn{
	background: #DC0916;
	width: 296px;
	height: 52px;
	border-radius: 14px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border:0px;
	padding: 0;
    position: relative;
    line-height: 55px;
}

.btn2{
	background: #808080;
	width: 250px;
	height: 45px;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border:0px;
	display: inline-block;
	line-height: 50px;
    position: relative;
}

.btn3{
	background: #fff;
	width: 250px;
	height: 45px;
	border-radius: 10px;
	color: #707070;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	line-height: 52px;
    position: relative;
    border: 1px solid #707070;
    line-height: 50px;
}

.btn4{
	background: #DC0916;
	width: 296px;
	height: 52px;
	border-radius: 14px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border:0px;
	padding: 0;
    position: relative;
}

.btn5{
	background: #DC0916;
	width: 296px;
	height: 52px;
	border-radius: 14px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border:0px;
	display: inline-block;
	line-height: 52px;
    position: relative;
}

.btn::after,
.btn2::after,
.btn3::after,
.btn4::after,
.btn5::after{
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 7px;
}

.btn:hover,
.btn2:hover,
.btn4:hover,
.btn5:hover{
    text-decoration: none;
    color: #fff;
    opacity: 0.5;
    cursor: pointer;
}

.btn3:hover{
    text-decoration: none;
    color: #707070;
    opacity: 0.5;
    cursor: pointer;
}

.form_agree_text{
	font-size: 20px;
	color: #4A291A;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}

@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}

.gacha::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}


/*logo*/
.top_box{
	width: 100%;
	height: 90px;
	text-align: center;
	margin: 0 auto;
	background: #fff;
	line-height: 90px;
}

.top_box img{
    max-width: 300px;
    width: 100%;
}

/*header*/
header{
	width: 100%;
	text-align: center;
    margin-bottom: 45px;
}

/*flow_box*/
.flow_box{
    max-width: 882px;
    width: 85.07%;
    border: 10px solid #fff;
    background: #FFDEDE;
    margin: 0 auto;
    font-size: 20px;
    letter-spacing: 0.03em;
    border-radius: 10px;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.48);
}

.flow_box div.title{
    background: #fff;
    font-size: 25px;
    padding: 5px 0;
    font-weight: bold;
    text-align: center;
}

.flow_box div.flow_box_inner{
    display: flex;
    padding: 30px 25px 20px 25px;
}

.flow_box div.flow_box_inner span{
    font-size: 16px;
}

.flow_box div.flow_box_inner:nth-child(2) li:nth-child(4){
    line-height: 1.2;
    margin: 0.15em 0;
}

.flow_box div.flow_box_inner:last-child{
    padding: 0 25px 30px 25px;
}

.flow_box .flow_box_inner ul:last-child li{
    list-style: none;
    font-weight: bold;
}

.flow_box .flow_box_inner ul:last-child li:nth-child(n + 2){
    font-weight: normal;
}

.flow_box .flow_box_inner ul:last-child li.disc{
    list-style: none;
    margin-left: 1em;
    text-indent: -1em !important;
}

.flow_box .flow_box_inner ul:last-child li.disc::before{
    content: '・';
}

.flow_box .flow_box_inner ul:first-child li{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-weight: bold;
    color: #fff;
    background: #DF0615;
    border-radius: 45px;
    text-align: center;
    margin-right: 15px;
    margin-top: -3px;
    font-size: 18px;
}

.flow_box .flow_box_inner ul li.red{
    color: #E30B21;
    font-weight: bold!important;
    margin: 8px auto;
}

.flow_box .flow_box_inner ul:last-child li.asterisk::before{
    content: '※';
}

.flow_box .flow_box_inner ul:last-child li.asterisk{
    font-size: 16px;
    font-weight:lighter;
    list-style: none;
    margin-left: 1em;
    text-indent: -1em !important;
}

.flow_box .flow_box_inner .flow_img{
    max-width: 593px;
    width: 100%;
    margin-top: 10px;
}

/*up_text*/
.up_text{
    margin: 30px auto;
    max-width: 882px;
    width: 85.07%;
}

/*winner_box*/
.winner_box{
    max-width: 882px;
    width: 85.07%;
    margin: 0 auto;
    text-align: center;
}

.red{
    color: #DF0A17;
}

/*winner_mail_box*/
.winner_mail_box{
    background: #fff;
    width: 100%;
    border-radius: 25px;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    border: 3px solid #000;
    text-align: left;
    padding-bottom: 20px;
    letter-spacing: 0;
}

.winner_mail_box div{
    background: #DC0916;
    color: #fff;
    font-size: 18px;
    padding: 10px 10px 5px 10px;
    border-top-right-radius: 22px;
    border-top-left-radius: 22px;
    border-bottom: 3px solid #000;
    margin-bottom: 20px;
    text-align: center;
}

.winner_mail_box p{
    max-width: 834px;
    width: 93.65%;
    margin: 0 auto;
}

.winner_mail_box .b_top{
    border-top: 1px solid #000;
    padding-top: 10px;
    margin-top: 10px;
}

.winner_box .caution{
    font-size: 16px;
    margin-top: 20px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    text-align: left;
}

.winner_box .caution img{
    width: 24px;
    margin-right: 5px;
    margin-bottom: 5px;
}

/*winner_day_box*/
.winner_day_box{
    background: #fff;
    width: 100%;
    border-radius: 25px;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    border: 3px solid #000;
    text-align: center;
    padding-bottom: 20px;
    letter-spacing: 0;
    margin-top: 30px;
}

.winner_day_box div{
    background: #FEE4E3;
    color: #000;
    font-size: 18px;
    padding: 10px 10px 5px 10px;
    border-top-right-radius: 22px;
    border-top-left-radius: 22px;
    border-bottom: 3px solid #000;
    margin-bottom: 20px;
    text-align: center;
}

.winner_day_box p.text{
    max-width: 834px;
    width: 93.65%;
    margin: 0 auto;
    font-size: 25px;
}

.winner_day_box p.red{
    font-size: 15px;
    margin-bottom: 0;
}

/*white_box*/
.white_box{
	max-width: 1030px;
	width: 85.07%;
	background: #fff;
	margin: 40px auto auto auto;
	padding: 50px 73px;
	border-radius: 6px;
    position: relative;
}

.error{
	width: 100%;
	background: #FEE4E2;
	border:3px solid #E20B20;
	border-radius: 14px;
	color: #DC0916;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 40px;
}

.error li:first-child{
    font-size: 15px;
    border-bottom: 1px solid #E50012;
    width: 95%;
    text-align: center;
    margin: auto auto 10px auto;
}

.applied{
	width: 100%;
	background: #FEE4E2;
	border:3px solid #E20B20;
	border-radius: 14px;
	color: #DC0916;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 20px;
}

.img_box{
    max-width: 616px;
	width: 100%;
	display: block;
	margin: 20px auto auto auto;
}

.img_box_2{
    max-width: 488px;
	width: 100%;
	display: block;
	margin: 20px auto 40px auto;
}

.yellow_box,
.benefits_yellow_box{
	background: #FFFF00;
	color: #DC0916;
	height: auto;
	margin: 20px 0 25px 0;
	width: 100%;
	font-size: 22px;
	text-align: center;
	padding: 10px 0 5px 0;
	font-weight: bold;
}

.yellow_box2{
	background: #FFFF00;
	color: #DC0916;
	height: auto;
	margin: auto auto 20px auto;
	width: 100%;
	font-size: 22px;
	text-align: left;
	padding:0.5em 0.3em 0.2em 0.3em;
	font-weight: bold;
}

.black_box{
	background: #000;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	font-size: 20px;
	margin-bottom: 35px;
}

/*賞品選択*/
.title_img{
    margin: auto auto 10px auto;
    text-align: center;
}

.title_img img {
    max-width: 462px;
    width: 100%;
    margin: 0 auto;
}

.present_radio{
    padding: 15px;
    border: 2px solid #000;
}

.present_radio:first-child{
    margin-bottom: 15px;
}

.present_radio input[type="radio"] {
  display: none;
}

.present_radio label{
    width: 100%;
}

.present_radio .form-row div:nth-child(7) label,
.present_radio .form-row div:last-child label{
    margin-bottom: 0;
}

.present_radio ul{
    list-style: none;
}

.present_radio ul li{
    padding: 0;
}

/*入力フォーム*/
.form-group{
    margin-bottom: 35px;
}

.form-group:first-of-type{
    margin-bottom: 0!important;
}

.form-group small{
    font-size: 70%;
    font-weight: 600;
}

.js-button{
	width: 128px;
	height: 45px;
	line-height: 45px;
	font-size: 17px;
	color: #fff;
	background: #000;
	border-radius: 14px;
	margin-left: 5px;
	border: 0px;
	cursor: pointer;
}

.zip{
	float: left;
}

.form-control{
	border: 3px solid #1B1311;
	border-radius: 7px;
	height: 45px;
}

.input-group-append{
	border-top: 3px solid #1B1311;
	border-right: 3px solid #1B1311;
	border-bottom: 3px solid #1B1311;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}

.input-group-text{
	color: #1B1311;
	font-size: 18px;
	font-weight: bold;
	padding: .300rem .75rem;
}

.col-form-label{
	font-size: 17px;
	color: #1B1311;
	font-weight: bold;
    padding-left: 0;
}

.col-lg-3{
    max-width: 24%;
}

.form-row{
    justify-content: space-between;
}

.required {
    float: right;
	margin-top: 3px;
	background: #DC0916;
	color: #fff;
	padding-top: 4px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: normal;
	margin-right: -10px;
}

.qa .radio label {
	padding: 0 25px 0 30px;	/* ラベルの位置 */
	font-size: 18px;
	line-height: 29px;		/* ボタンのサイズに合わせる */
	display: inline-block;
	cursor:	pointer;
	position: relative;
	font-weight: bold;
	color: #1A1210;
    width: 100%;
}

.qa .radio label:before {
	content: '';
	width: 27px;		/* ボタンの横幅 */
	height: 27px;		/* ボタンの縦幅 */
	position: absolute;
	top: 0;
	left: 0;
	background-color: #EFEFEF;
	border-radius: 50%;
	border: 2px solid #1A1210;
}
.radio input[type="radio"] {
	display: none;
}

.radio input[type="radio"]:checked + label:after {
	content: '';
	width: 13px;		/* マークの横幅 */
	height: 13px;		/* マークの縦幅 */
	position: absolute;
	top: 7px;
	left: 7px;
	background-color: #1A1210;
	border-radius: 50%;
}

.custom-control{
	padding-left: 0;
	width: 100%;
	margin: 0 auto;
}

.overflow-auto{
	overflow: auto;
}


/*Wチャンス*/
.wchance{
    margin: 40px auto 50px auto;
    max-width: 500px;
    width: 100%;
}

/*faq*/
.faq{
    margin-bottom: 50px;
}
.faq .faq_title{
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #000;
    padding-top: 5px;
    margin-bottom: 20px;
    font-weight: 600;
}

.accordion{
/*    max-width: 930px;*/
    width: 100%;
    margin: auto auto 20px auto;
}

.accordion_header,
.accordion_content{
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    letter-spacing: 0.06em;
}

.accordion_header {
    cursor: pointer;
    background-color: #F0C950;
    position: relative;
    border-radius: 10px;
    font-size: 16px;
    padding: 15px;
    text-align: left;
}

.accordion_header span{
    width: 95%;
}

.accordion_content {
    display: none;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.6;
    padding: 10px 0;
}

.accordion_content ul{
    width: 100%;
    margin: 0 auto;
    list-style: none;
}

.accordion_header::before{
    position: absolute;
    content: '';
    top: 50%;
    right: 10px;
    width: 20px;
    height: 2px;
    background-color:#000;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}

.accordion_header::after{
    position: absolute;
    content: '';
    top: 50%;
    right: 10px;
    width: 20px;
    height: 2px;
    background-color:#000;
    transition: all .3s ease-in-out;
}

.accordion_header.open::before {
    transform: rotate(180deg);
}

.accordion_header.open::after {
    opacity:0;
}

.accordion_content ul .disc::before{
    content: '・';
}

.accordion_content ul .disc{
    text-indent: -1em;
    margin-left: 1em;
}

.mb-1{
    margin-bottom: 1em;
}

.accordion_content ul ol li:nth-child(n+2){
    text-indent: -1em;
    margin-left: 2em;
}

.accordion_content ul li a{
    display: inline!important;
    color: #007D9B;
    text-decoration: underline;
}

/*規約*/
h2{
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin-top: 35px;
}

h3,
h4,
h5{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.rules{
    padding: 20px;
    line-height: 1.5;
    font-size: 14px;
    height: 145px;
}

.rules div {
    margin: 20px 0;
}

.rules div li{
    text-indent: -1em!important;
    margin-left: 1em;
    list-style: none;
}

.rules div li::before{
    content: '・';
}

.rules div ol li {
	counter-increment: cnt;
	margin-left: 1.9em;
	text-indent: -1.9em!important;
}

.rules div ol li::before {
	content: "(" counter(cnt) ") ";
}

.rules div ol{
	margin: 0;
	padding: 0;
}

.border{
	border: 3px solid #4A291A!important;
	border-radius: 7px!important;
}

.form_text{
	font-size: 15px;
	color: #707070;
	font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0;
}

.fa-caret-right{
	font-size: 30px;
	vertical-align: middle;
	padding-left: 0.3em;
}

.fa-caret-right:before {
    margin-top: -4px;
	display: block;
}

/*アンケート*/

.qa .qa_title{
    font-size: 18px;
    text-align: center;
    border-bottom: 2px solid #1A1210;
    width: 100%;
    padding-bottom: 3px;
    font-weight: bold;
    margin-bottom: 20px;
}

.qa .form-group{
    width: 100%;
    margin: auto auto 15px auto;
}

.qa .col-form-label{
    padding: 0;
}

.qa .col-12,
.qa .col-sm-12,
.qa .col-lg-12,
.qa .col-xl-12{
    padding-right: 0;
    padding-left: 0;
}

.qa .form-group:nth-child(5) .form-check:last-child{
    width: 100%!important;
}

.qa .form-group:nth-child(5) .form-check:last-child .form-check-label:after{
    left: 0.7%;
}

.qa .dotted-decimal{
	list-style: none;
	font-size: 18px;
    color: #1B1311;
    font-weight: bold;
	text-indent: -1em!important;
	padding: 0 1em;
	list-style-position: outside;
}

.radio_box{
	width: 45%;aaaaa
    display: inline-block;
}

.form-group:nth-child(3) .radio_box,
.form-check{
    width: 100%;
    display: block;
}

.form-check{
	padding-left: 0;
}

.qa .form_text2{
	font-size: 15px;
	color: #DC0A16;
	font-weight: bold;
}

input[type=checkbox] {
    display: none;
}

.form-check-label {
	color: #1A1210;
	font-size: 18px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: 100%;
	font-weight: bold;
}

.form-check-label::before {
    -webkit-transform: translateY(-50%);
	background: #EFEFEF;
	border: 2px solid ;
	border-radius: 3px;
	content: "";
	display: block;
	left: 0;
	position: absolute;
 	top: 50%;
 	transform: translateY(-50%);
 	width: 25px;
	height: 25px;
}

.form-check-label::after {
    border-bottom: 3px solid #DC0916;
    border-left: 3px solid #DC0916;
    content: "";
    display: block;
    left: 0.6%;
    opacity: 0;
    position: absolute;
    top: 49%;
    transform: translateY(-50%) rotate(
-45deg
);
    transition: all 0.3s ease 0s;
    width: 15px;
    height: 7px;
}

input[type=checkbox]:checked + .form-check-label::before {
    border-color: #666;
}

input[type=checkbox]:checked + .form-check-label::after {
    opacity: 1;
}

#textarea1,
#textarea2{
	margin-top: 10px;
	height: 100px;
}

/*チェックボックス*/


.check {
	display: none;
}

.check + span {
	cursor: pointer;
	display: inline-block;
	margin: 0 0.2em 0;
	padding: 0 0 0 2em;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #1A1210;
}

.check + span::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	border: 2px solid #1A1210;
	border-radius: 3px;
	content: "";
	display: block;
	left: 0;
	position: absolute;
 	top: 49%;
 	transform: translateY(-50%);
 	width: 23px;
	height: 23px;
}

.check + span::after {
    -webkit-transform: translateY(-50%) rotate(
-45deg
);
    border-bottom: 3px solid #DC0916;
    border-left: 3px solid #DC0916;
    content: "";
    display: block;
    left: 1.2%;
    opacity: 0;
    position: absolute;
    top: 49%;
    transform: translateY(-50%) rotate(
-45deg
);
    transition: all 0.3s ease 0s;
    width: 20px;
    height: 8px;
}

.check:checked + span::after {
  	opacity: 1;
}

.agree_center{
	margin: 20px auto;
}

/*チェックボックスend*/

.box{
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}

.box:last-child{
    margin-bottom: 0;
}

.box p{
    margin: 0;
    padding: 0;
}

.box_text_l{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	vertical-align: middle;
	display: inline-block;
	width: 25%;
	float: left;
}

.box_text_r{
	font-size: 20px;
	color: #000;
	font-weight: normal;
	vertical-align: middle;
	display: inline-block;
}

.box_text_r img{
    max-width: 310px;
    width: 100%;
}

.box_text_r span{
    color: #DC0916;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-top: 0.3em;
}

.questionnaire_box{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 1px solid #000;
	padding: 35px 0 0 0;
	margin-bottom: 5px;
    margin-top: 35px;
}

.questionnaire_box_text{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	vertical-align: middle;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}

.questionnaire_box_text_l{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	vertical-align: middle;
	display: inline-block;
	width: 95%;
	margin-bottom: 5px;
    text-indent: -1em;
    margin-left: 1em!important;
}

.questionnaire_box_text_r{
	font-size: 20px;
	color: #000;
	font-weight: normal;
	vertical-align: middle;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.done_red{
	font-size: 20px;
	font-weight: bold;
	color: #DC0916;
    margin-bottom: 20px;
}

.banner{
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
}

.done_rejected{
	font-size: 35px;
	font-weight: bold;
	color: #0D2795;
}

.done_black_2{
    font-size: 30px;
    font-weight: bold;
    margin: 2em 0 0.5em 0;
}

.done_black_2 span{
    position: relative;
    display: inline-block;
}

.done_black_2 span::before{
    content: '＼';
    display: block;
    position: absolute;
    left: -1.5em;
    bottom: 0;
}
.done_black_2 span::after{
    content: '／';
    display: block;
    position: absolute;
    right: -1.5em;
    bottom: 0;
}

.done_black{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: -20px;
}

.done_black span{
    font-size: 16px;
    color: #DC0916;
    display: block;
    margin-top: 10px;
}

.done_black span.link{
    font-size: 20px;
    margin: 0;
}

.done_black a{
    display: inline-block;
    color: #000;
    text-decoration: underline;
    margin-top: 20px;
    word-break: break-all;
}

.done_black a:hover{
    opacity: 0.4;
}

.done_red_2{
    font-size: 30px;
    font-weight: bold;
	color: #DC0916;
    margin-bottom: 0;
    margin-top: 50px;
}

span.done_black_s{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.done_red_span{
	color: #DC0916;
	padding: 0;
	margin: 0.5em auto auto auto;
	display: table;
}

.gacha{
    max-width: 550px;
    width: 100%;
    display: block;
    margin: 35px auto auto auto;
    box-shadow: 0 7px 0 #5F0006;
    background: #5F0006;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    margin-bottom: 90px;
}

.gacha:hover{
    top: 7px;
    box-shadow: none;
    position: relative;
}

.movie{
    max-width: 423px;
    width: 100%;
    margin: 0 auto;
}

.benefits_header{
	max-width: 85%;
    padding: 1vw 0;
}

.benefits{
	font-size: 27px;
	font-weight: bold;
	color: #fff;
	background: #DC0916;
	width: 100%;
	text-align: center;
	padding: 15px 5px;
	border-radius: 15px;
	margin: 30px 0;
}

.benefits span{
    font-size: 20px;
    display: block;
}

.benefits ul{
    list-style: none;
    max-width: 630px;
    width: 95%;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    word-break: break-all;
}

.benefits ul li{
    display: inline-block;
    font-size: 27px;
    padding: 0;
    margin: 0;
    text-indent: 0;
    line-height: 1.5;
    vertical-align: top;
}

.benefits ul li:first-child{
    width: 60%;
}

.benefits ul li:last-child{
    width: auto;
    text-indent: -1em;
/*    float: right;*/
}

.benefits ul li:last-child::before{
    content: '：';
}

.benefits_min{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}

.benefits_big{
	font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.check_red{
    font-size: 18px;
    color: #DC0916;
    font-weight: bold;
    text-align: center;
    word-break: break-all;
    text-indent: -1em;
    margin-left: 1.5em;
}

.check_red_span{
    text-align: left;
    display: inline-block;
}

.check_red .check_red_span::before{
    content: '※';
}

.button_box{
	width: 100%;
	text-align: center;
	margin: 10px auto 20px auto;
}

.button_send{
	width: 128px;
	height: 45px;
	line-height: 45px;
	font-size: 17px;
	color: #fff;
	background: #000;
	border-radius: 7px;
	margin-left: 5px;
	border: 0px;
	cursor: pointer;
}

.button_send:hover{
    opacity: 0.7;
}

.benefits_winner{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #000;
    margin-top: 50px;
}

.benefits_winner_text{
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 30px;
}

.satisfaction {
	display: inline-flex;
	margin-top: 25px;
}

.custom-control_satisfaction{
	width: 0;
}

.satisfaction_span{
	position: relative;
    top: -25px;
    margin-left: -23px;
}

.satisfaction_text{
	font-weight: bold;
	font-size: 15px;
}

.benefits_winner_text span{
    color: #DC0A16;
    text-align: center;
    display: block;
    margin-top: 20px;
}

.satisfaction_text2{
	font-weight: bold;
	padding-left: 1.5em;
	font-size: 15px;
}

.contact{
    max-width: 616px;
    width: 90%;
    margin: 0 auto;
}

.contact img{
    width: 100%;
}

@media screen and (max-width:991px){
    .col-lg-3{
        max-width: 100%;
        padding-left: 15px;
    }
    .js-button{
        margin-top: 10px;
    }
}

@media screen and (max-width:915px) {
    .benefits ul li{
        font-size: 2.8vw;
    }
}

@media screen and (max-width:767px) { 
	.pc{
		display: none;
	}
	.sp{
		display: inherit;
	}
    .bg{
        padding-bottom: 0;
    }
	.top_box{
		height: 34px;
		line-height: 34px;
	}
	.top_box img{
		width: 150px;
		height: auto;
	}
    header{
        width: 100%;
        text-align: center;
        margin: auto auto 15px auto;
        background-image: none;
        padding: 0;
    }   
    header img{
        width: 100%;
        margin: 0 auto;
    }
    
    
    .flow_box{
        border: 3px solid #fff;
        font-size: 13px;
        letter-spacing: 0;
    }

    .flow_box div.title{
        font-size: 15px;
        padding: 10px 0 5px 0;
    }

    .flow_box div.flow_box_inner{
        display: block;
        padding: 10px 13px;
    }

    .flow_box div.flow_box_inner:last-child{
        padding: 0 13px 15px 13px;
    }
    
    .flow_box .flow_box_inner ul:first-child li{
        width: 23px;
        height: 23px;
        line-height: 25px;
        font-size: 14px;
        margin: auto auto 5px auto;
    }

    .flow_box .flow_box_inner ul li.red{
        margin: 5px auto;
        text-align: center;
    }

    .flow_box .flow_box_inner ul:last-child li.asterisk,
    .flow_box div.flow_box_inner span{
        font-size: 10px;
        letter-spacing: 0.03em;
    }
    .up_text{
        margin: 30px auto 20px auto;
    }
    
    
    /*winner_box*/
    /*winner_mail_box*/
    .winner_mail_box{
        border-radius: 10px;
        font-size: 13px;
        border: 2px solid #000;
    }

    .winner_mail_box div{
        font-size: 15px;
        padding: 5px 10px 2px 10px;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        border-bottom: 2px solid #000;
    }

    .winner_box .caution{
        font-size: 13px;
    }

    .winner_box .caution img{
        width: 23px;
        margin-right: 8px;
    }

    /*winner_day_box*/
    .winner_day_box{
        border-radius: 10px;
        font-size: 14px;
        border: 2px solid #000;
        padding-bottom: 10px;
        margin-top: 20px;
    }

    .winner_day_box div{
        font-size: 15px;
        padding: 5px 10px 2px 10px;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        border-bottom: 2px solid #000;
        margin-bottom: 10px;
    }

    .winner_day_box p.text{
        font-size: 14px;
    }

    .winner_day_box p.red{
        font-size: 12px;
        margin-bottom: 0;
        margin-top: 5px;
    }

    
    
	.white_box{
		width: 85%;
		background: #fff;
		margin: 15px auto 25px auto;
		padding: 20px 12px 36px 12px;
	}
    .img_box{
        margin-top: 15px;
    }
    .img_box_2{
        margin: 15px auto;
    }
	.error{
		font-size: 14px;
		padding: 3px 0;
		margin-bottom: 20px;
        margin-top: 0;
	}
    .error li{
        text-indent: 0;
        padding-left: 0;
        width: 95%;
        margin: 0 auto;
    }
    .error li:first-child{
        font-size: 14px;
    }
    .applied{
        border-radius: 10px;
        font-size: 14px;
        padding: 7px 10px;
    }
	.yellow_box{
		font-size: 14px;
		padding: 5px 0 3px 0;
        margin:7px auto 15px auto;
	}
    .wchance {
        margin: 15px auto 40px auto;
    }
    .present_radio {
        padding-bottom: 5px;
    }
    .present_radio label{
        margin-bottom: 0;
    }
	.yellow_box2{
		font-size: 15px;
		padding: 10px 5px 5px 5px;
/*		text-align: center;*/
		margin: -5px 0 15px 0;
	}
	.black_box{
		font-size: 15px;
		height: auto;
		padding: 7px 0 1px 0;
	}
    
    /*faq*/
    .faq{
        margin-bottom: 30px;
    }
    
    .faq .faq_title{
        font-size: 14px;
        padding-top: 10px;
    }

    .accordion_header,
    .accordion_content{
        letter-spacing: 0.01em;
    }

    .accordion_header {
        font-size: 13px;
        padding: 10px;
    }

    .accordion_header span{
        width: 90%;
    }

    .accordion_content {
        font-size: 13px;
    }

    .accordion_header::before{
        position: absolute;
        content: '';
        top: 50%;
        right: 10px;
        width: 15px;
        height: 2px;
        background-color:#000;
        transform: rotate(90deg);
        transition: all .3s ease-in-out;
    }

    .accordion_header::after{
        position: absolute;
        content: '';
        top: 50%;
        right: 10px;
        width: 15px;
        height: 2px;
        background-color:#000;
        transition: all .3s ease-in-out;
    }

	.img_box img{
        max-width: 500px;
		width: 100%;
	}
	.js-button{
		width: 48%;
		margin-left: 0;
		border-radius: 7px;
		height: 38px;
		line-height: 38px;
		font-size: 14px;
		margin:10px 0 5px 0;
	}
	.button_send{
		width: 35%;
		margin-left: 0;
		border-radius: 7px;
		height: 38px;
		line-height: 38px;
		font-size: 14px;
		margin:3px 0 3px 0;
	}
	.col-form-label{
		font-size: 14px;
		padding-bottom: 4px;
	}
    .col-lg-3 {
        max-width: 100%;
        padding-left: 15px;
    }
	.form-control{
		height: 38px;
		border: 2px solid #4A291A;
		font-size: 13px;
	}
	.form_text{
		font-size: 12px;
		margin-bottom: 0;
		width: 100%;
		padding-left: 0.3em;
	}
	.form-group {
		margin-bottom: 5px;
	}
    .mt-7{
        margin-top: 0;
    }
	.required{
		width: 32px;
		height: 18px;
		font-size: 10px;
		margin-right: 0;
	}
    .qa .form_text2{
        font-size: 12px;
    }
    .qa{
        word-break: break-all;
    }
    .qa .qa_title{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .qa .qa_title:nth-of-type(5){
        margin-top: 40px;
    }
	.qa .dotted-decimal {
/*    	padding: 0 0 0 2em;*/
		font-size: 14px;
/*		text-indent: -0.8em;*/
	}
	.radio_box, .form-check{
		width: 100%;
        margin-bottom: 0.3em;
	}
    .qa label{
        margin-bottom: 0;
    }
	.qa .radio label,
	.qa .form-check-label{
		padding: 0.05em 0 0 25px;	/* ラベルの位置 */
		font-size: 14px;
		line-height: 20px;		/* ボタンのサイズに合わせる */
	}
	.qa .radio label:before {
		width: 20px;		/* ボタンの横幅 */
		height: 20px;		/* ボタンの縦幅 */
	}
	.qa .radio input[type="radio"]:checked + label:after {
		width: 10px;		/* マークの横幅 */
		height: 10px;		/* マークの縦幅 */
		top: 5px;
		left: 5px;
	}
	.qa .form-check-label::before{
		width: 20px;		/* ボタンの横幅 */
		height: 20px;
        top: 9px;
	}
	.qa .form-check-label::after{
		width: 15px;
        left: 0.6vw;
	}
	.input-group-append {
		border-top: 2px solid #4A291A;
		border-right: 2px solid #4A291A;
		border-bottom: 2px solid #4A291A;
	}
	.input-group-text{
		font-size: 15px;
	}
	h2{
		font-size: 14px;
	}
	h3,
	h4,
	h5{
		font-size: 13px;
	}
    .rules{
        padding: 10px 20px;
        font-size: 12px;
        height: 150px;
    }
    .rules div {
        margin: 10px 0;
    }
	.fa-caret-right {
		font-size: 15px;
		padding-left: 0.5em;
	}
	.check + span{
		font-size: 14px;
		padding: 0 0 0 1.5em;
	}
	.check + span::after {
    	width: 15px;
		left: -1%;
    	top: 35%;
	}
	.check + span::before{
		width: 20px;
		height: 20px;
		top: 40%;
    	margin-left: -5px;
	}
    .btn_box {
        margin: 30px auto auto auto;
    }
	.btn{
        max-width: none;
        width: 80%;
        height: 35px;
        border-radius: 7px;
        font-size: 14px;
        line-height: 35px;
    }
    .btn2,
    .btn3{
        max-width: none;
        width: 65%;
        height: 30px;
        border-radius: 7px;
        font-size: 12px;
        line-height: 30px;
    }
    .btn5{
        border-radius: 7px;
        max-width: 208px;
        width: 90%;
        font-size: 14px;
        height: 35px;
        line-height: 35px;
    }
    .btn3{
        margin: 0;
    }
    .btn4{
        border-radius: 7px;
        max-width: 208px;
        width: 48%;
        font-size: 14px;
        height: 35px;
        line-height: 35px;
    }
	.fa-caret-right:before {
		margin-top: -2px;
	}
	.br_pc{
		display: none;
	}
	.br_sp{
		display: inline-block;
	}
	.box{
		width: 100%;
		margin-bottom: 18px;
	}
	.box_text_l{
		font-size: 14px;
		vertical-align: middle;
		display: inline-block;
		width: 100%;
		margin-bottom: 3px;
	}
	.box_text_r{
		font-size: 16px;
		vertical-align: middle;
		margin-bottom: 0;
	}
    .box_text_r img{
        max-width: none;
        width: 70%;
    }
    .box_text_r span{
        font-size: 14px;
    }
	.questionnaire_box{
		margin: 10px 0 -10px 0;
	}
	.questionnaire_box_text_l{
		font-size: 14px;
		vertical-align: middle;
		display: inline-block;
		width: 95%;
		margin-bottom: 5px;
	}
	.questionnaire_box_text_r{
		font-size: 16px;
		margin-bottom: 0;
	}
	.done_red,
    .done_rejected{
		font-size: 13px;
        margin-bottom: 10px;
	}
    .done_red_2{
        font-size: 18px;
        margin-top: 10px;
    }
	.done_black{
		font-size: 13px;
        letter-spacing: 0;
	}
    .done_black span{
        font-size: 12px;
        margin-top: 2px;
    }
    .done_black span.link{
        font-size: 14px;
        margin: 0;
    }
    .gacha {
        margin: 35px auto auto auto;
        box-shadow: none;
        background: none;
        border-radius: 0;
        overflow: hidden;
        position: relative;
        margin-bottom: 35px;
    }
    .gacha:hover{
        top: 0;
    }
	.benefits {
		font-size: 18px;
        border-radius: 8px;
        padding: 15px 8px;
	}
	.benefits_big {
		font-size: 17px;
        margin-bottom: 10px;
	}
	.benefits span{
		font-size: 15px;
	}
	.satisfaction_span{
		position: relative;
		top: -20px;
		margin-left: -21px;
	}
	.end{
		font-size: 14.5px;
	}
	.check_black{
		font-size: 14.5px;
	}
	.check_red{
		font-size: 12px;
	}
    .benefits_yellow_box{
        font-size: 13px;
        padding: 8px 3px 6px 3px;
    }
    .benefits ul{
        width: 100%;
    }
    .benefits ul li{
        display: block;
        font-size: 18px;
        text-align: center;
    }
    .benefits ul li:first-child{
        width: 100%;
    }
    .benefits ul li:last-child{
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .benefits ul li:last-child::before{
        content: '';
    }
    .benefits_min{
        font-size: 15px;
/*        text-align: left;*/
        text-align: center;
    }
    .benefits_winner{
        font-size: 14px;
        margin-top: 30px;
    }
    .benefits_winner_text{
        font-size: 14px;
        word-break: break-all;
    }
	.benefits_winner_text span{
        text-align: left;
    }
    .contact{
        max-width: 295px;
        width: 100%;
    }
    
    .done_black_2{
        font-size: 18px;
        font-weight: bold;
        margin: 1em 0 0 0;
    }
}
@media screen and (max-width:353px) {
    .done_black_2{
        font-size: 5vw;
    }
}
@media screen and (max-width:343px) {
    .btn2{
        width: 70%;
        font-size: 3.5vw;
    }
}

@media screen and (max-width:302px) {
    .present_radio ul li:first-child,
    .present_radio ul li:first-child span{
        display: block;
    }
    .present_radio ul li:first-child span{
        margin: 0;
    }
    .present_radio ul {
        padding: 16vw 0.1em 10px 0.1em;
    }
}