@charset "utf-8";

*{
    margin:0;
    padding:0;
}

body{
    -webkit-text-size-adjust: 100%;
}

body,li,ol,p,input,textarea,select {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	line-height:24px;
	font-weight:normal;
	color:#4D4D4D;
	list-style:none;
	padding:0;
	margin:0;
}

a {
	color:#e1353b;
	text-decoration:underline;
}

a:hover {
	color:#82C1DF;
}

img {
	display:block;
	border:0;
}

hr{
    margin:15px 15px 15px 0;
    border:0;
    border-top:1px solid #e5e5e5;
}

div.chassis_n {
	position:relative;
	min-height:100%;
/*	background-color:#C6E2F0;*/
/*        background-image:url(../img250401/bg.jpg);
        background-repeat:repeat;*/
        background: repeating-linear-gradient(-45deg, #fffeee, #fffeee 5px, #fffff7 5px, #fffff7 10px);
}

* html div.chassis_n {
	height:100%;
}

/*-------------------------*/

.header_outer {
	/*background-image:url(../../images/form/header_bg.png);
	background-repeat:repeat-x;*/
        background-color:#fff;
	width:100%;
	height:58px;
	margin:0 0 30px 0;
}

.header_outer .inner {
	width:980px;
	margin:0 auto;
	overflow:hidden;
}

.header_outer .inner img {
/*	float:right;*/
}

.footer_outer {
	/*background-image:url(../../images/form/footer_bg.png);
	background-repeat:repeat-x;*/
        background-color:#fff;
	width:100%;
	height:30px;
	padding-top:23px;
	margin-top:33px;
}

.copyright {
        width:980px;
	margin:0 auto;
        text-align:center;
        font-size:11px;
}

/*キャンペーン概要*/
.container {
	width:980px;
	margin:0 auto;
	position:relative;
}

#summary{
        width:980px;
        padding:0 33px;
}

#summary_title{
        padding: 0 0 20px;
}

#summary_title_p{
        font-size:40px;
        font-weight:bold;
        color:#82C1DF;
        text-align: left;
        padding: 10px 0 20px;
        line-height:120%;
/*        margin-left:-33px;*/
}

#summary_title_p.title_thanks{
        padding:20px 0 30px;
}

#thanks_title{
        display:block;
        margin: 0 auto;
        padding: 0 0 60px;
}

#summary p.notes{
    font-size:12px;
    line-height:20px;
    padding-bottom:10px;
}

#thanks{
        width:980px;
        margin:0 auto;
}

#thanks p{
    text-align:center;
}

#info{
        display:table;
        width:100%;
        padding: 10px 0;
}

.info_tr{
        display:table-row;
        width:100%;
}

.info_th{
        display:table-cell;
        width:30%;
        
}

.info_th p{
        text-indent: -1em;
        margin-left: 1em;
}

.info_th p:before {
    content: '\0025cf';
    display: inline-block;
    width: 1em;
    text-indent: 0;
    color:#ee87b4;
}

.info_td{
        display:table-cell;
}

/*フォーム*/
.form_container {
	width:980px;
	margin:0 auto;
	position:relative;
}

.form_title{
        position: relative;
        width: 980px;
        height: 65px;
        background: #82C1DF;
}

.form_title.text{
        position:absolute;
        top:0;
        width:100%;
        height:100%;
}

.form_title.text p{
        height:100%;
        font-size:1.5em;
        font-weight:bold;
        color:#fff;
        text-align:center;
        vertical-align: middle;
        line-height:3em;
}

.formarea{
    background-color:#fff;
    padding:20px 35px 25px 35px;
}

.formarea table {
	border-top:1px solid #878787;
	margin:0 0 20px 0;
}

.formarea table th {
	background-color:#82C1DF;
	width:30px;
/*	border-right:1px solid #878787;*/
	border-bottom:1px solid #fff;
	text-align:center;
	font-weight:bold;
    color: white;
        position:relative;
}

.formarea table td {
	border-bottom:1px solid #878787;
	padding:10px 0 10px 15px;
        position:relative;
}

.formarea table td.label {
	background-color:#C6E2F0;
	width:280px;
	border-right:1px solid #878787;
	border-bottom:1px solid #878787;
	text-align:left;
	font-weight:normal;
        position:relative;
}

.formarea table td p{
    font-weight:bold;
    font-size:13px /*!important*/;
}

.formarea table td.label p{
    font-weight:bold;
    font-size:15px;
}

.formarea table td span{
    font-weight:bold;
    font-size:13px !important;
}

.formarea table th p{
    font-weight:bold;
    padding:15px 10px;
}

.formarea table th p span{
    font-size:13px !important;
}

.formarea table th p span.normal{
    font-weight:normal;
}

.errorerea{
    background-color:#fff;
    padding:30px 35px 0px 35px;
}

.errorerea p{
    font-size:18px;
    font-weight:bold;
    color:#ff0000;
    margin-top:3px;
    text-align:center;
}

.caption{
    padding:0 0 15px 10px;
}

.caption li{
    padding-left:1em;
    text-indent:-1em;
    font-size:13px !important;
}

#cap_add{
    font-weight:bold;
}

.form_item{
    display:table;
    width:100%;
}

.form_item div.item_title{
    display:table-cell;
}

.form_item div.item_title.icon{
    width:60px;
    vertical-align: middle;
}

.must_icon.pc {
    /*display:table-cell;*/
    width:50px;
    font-size:14px;
    border-radius: 3px;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    background-color:#e1353b;
    line-height:25px;
    font-weight:bold;
    text-align:center;
    color:#fff;
    /*position:absolute;
    top:17px;
    right:10px;*/
}

.must_icon.pc.mini{
    position:relative !important;
    display:inline-block;
    top:auto;
    right:auto;
    font-size:10px !important;
    width:30px;
    line-height:18px;
    margin:0 0 0 10px;
}

.input_d01 {
	width:240px;
	height:40px;
	box-sizing:border-box;
	border:1px solid #dbdbdb;
	background-color:#fafafa;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding:5px 10px;
}

.input_d02 {
	width:200px;
	height:40px;
	box-sizing:border-box;
	border:1px solid #dbdbdb;
	background-color:#fafafa;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding:5px 10px;
}

.iarea02 label {
	padding:0 20px 0 0;
        font-weight:bold;
}

.input_d03 {
	width:504px;
	height:40px;
	box-sizing:border-box;
	border:1px solid #dbdbdb;
	background-color:#fafafa;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding:5px 10px;
}

.iarea03 select {
	color:#4d4d4d !important;
	width:200px;
	height:40px;
	border:1px solid #dbdbdb;
	background-color:#fafafa;
}

.input_d04 {
	width:60px;
	height:40px;
	box-sizing:border-box;
	border:1px solid #dbdbdb;
	background-color:#fafafa;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding:5px 10px;
	text-align:center;
}

/*.iarea04 input {
	float:left;
	margin-right:29px;
}*/

.iarea06,
.iarea07 {
	padding:2px 0 7px 0;
}

.iarea06 label {
	padding:0 30px 0 0;
        font-weight:bold;
}

.iarea07 label {
	padding:0 15px 0 0;
        font-weight:bold;
}

/*.iarea08 input {
	margin:0 35px 0 0;
}*/

.sonota {
	width:240px;
	height:40px;
	box-sizing:border-box;
	border:1px solid #dbdbdb;
	background-color:#fafafa;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding:5px 10px;
}

#post{
        font-size:13px !important;
        line-height:20px !important;
        font-weight:bold;
        position:absolute;
        top:10px;
        right:5px;
}

#furigana_caution,#name_caution{
        font-size:13px !important;
        line-height:20px !important;
        font-weight:bold;
        position:absolute;
        top:20px;
        right:5px;
}

#postcode2{
    margin-bottom:10px;
}

#address3{
    margin-bottom:10px;
}

.textarea_d01 {
	width:508px;
	height:242px;
	box-sizing:border-box;
	border:1px solid #dbdbdb;
	background-color:#fafafa;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding:10px;
}

.separation{
    padding:0 10px;
    font-weight:normal !important;
}

.item_table{
    display:table;
}

.item_tr{
    display:table-row;
}

.item_td{
    display:table-cell;
    text-align:center;
}

.details_title{
    font-size:15px !important;
}

.details_title#w_chance{
    margin-top:10px;
}

/*キャンペーン詳細*/
.details{
    display:none;
}
/*アンケート*/
.survey{
    display:none;
}

/*お近くのヤクルトセンター*/
.near_center{
    /*display:none;*/
}

.center_name{
    font-weight:bold;
    font-size:15px !important;
}

.center_address{
}

/*個人情報の取り扱いについて*/
.pp_outer {
	background-color:#fff8e6;
	padding:17px 20px 19px 20px;
}

.pp_outer p {
	font-size:13px;
	line-height:20px;
	padding-bottom:9px;
}

#pp_outer_title{
        font-size:14px;
	font-weight:bold;
}

#pp_outer_anowner{
        font-weight:bold;
        padding-bottom:0;
}

.check_pp_outer {
	width:100%;
	border-top:1px dashed #dbdbdb;
	/*margin:8px 0 0 0;*/
        margin:20px 0 0 0;
	padding:18px 0 0 0;
}

.check_pp {
	width:260px;
	margin:0 auto;
	overflow:hidden;
}

.check_pp input {
	float:left;
	margin:2px 5px 0 0;
}

.check_pp label {
	font-size:14px;
        font-weight:bold;
	line-height:16px !important;
	float:left;
	color:#e1353b;
}

.error {
	font-size:18px !important;
	font-weight:bold;
	color:#ff0000;
	margin-top:3px;
}

.error02 {
	font-size:18px !important;
	font-weight:bold;
	color:#ff0000;
	margin-top:3px;
	text-align:center;
}

.error.demand{
	color:#0000ff;
}

.confirm_btn {
	width:330px;
	margin:20px auto 0 auto;
        position:relative;
}

#confirm_ng{
    display: block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    background-color:rgba(255,255,255,0.6);
}

.confirm_btn02 {
    width:100%;
    margin:30px auto 0 auto;
    text-align:center;
	/*width:640px;
	margin:0 auto;
	overflow:hidden;
	padding-left:12px;
	background-color:#ffffff;*/
}

/*
.confirm_btn02 img {
	float:left;
	margin-right:12px;
}

.confirm_btn02 input {
	float:left;
	margin-right:12px;
}
*/

button {
	padding:0;
    margin:0;
	border:0;
    cursor:pointer;
	outline:none;
	background-color:#ffffff;
}

.btn01 {
	/*background-image:url(../img250401/confirmbtn.png);
	background-repeat:no-repeat;
	width:330px;
	height:60px;*/

	width:330px;
	height:60px;
	box-sizing:border-box;
	position:relative;
	background-color:#82C1DF;
	/*--gra--*/
	/*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6BCFCC), to(#01AE9F));
	background: -webkit-linear-gradient(#6BCFCC, #01AE9F);
	background: -moz-linear-gradient(#6BCFCC, #01AE9F);
	background: -ms-linear-gradient(#6BCFCC, #01AE9F);
	background: -o-linear-gradient(#6BCFCC, #01AE9F);
	background: linear-gradient(#6BCFCC, #01AE9F);
	-pie-background: linear-gradient();*/
	/*--text-shadow--*/
	/*text-shadow: 0 1px 2px #999999;
	-moz-text-shadow: 0 1px 2px #999999;
	-webkit-text-shadow: 0 1px 2px #999999;*/
	/*--font--*/
	font-size:18px;
	line-height:60px;
	font-weight:bold;
	color:#ffffff;
	border:1px solid #ffffff;
	text-align:center;
	cursor:pointer;
	/* border-radius */
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	/* box-shadow */
	/*box-shadow:rgba(204, 204, 204, 0.5) 0px 0px 5px 2px;
	-webkit-box-shadow:rgba(204, 204, 204, 0.5) 0px 0px 5px 2px;
	-moz-box-shadow:rgba(204, 204, 204, 0.5) 0px 0px 5px 2px;*/
}

/*
.btn01:hover {
	background-image:url(../img250401/confirmbtn_on.png);
}
*/

.btn02 {
	/*background-image:url(../img250401/back.png);
	background-repeat:no-repeat;
	width:330px;
	height:60px;
        margin-right:10px;*/
	width:330px;
	height:60px;
	box-sizing:border-box;
	position:relative;
	background-color:#7f7f7f;
	/*--gra--*/
	/*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#7f7f7f), to(#4d4d4d));
	background: -webkit-linear-gradient(#7f7f7f, #4d4d4d);
	background: -moz-linear-gradient(#7f7f7f, #4d4d4d);
	background: -ms-linear-gradient(#7f7f7f, #4d4d4d);
	background: -o-linear-gradient(#7f7f7f, #4d4d4d);
	background: linear-gradient(#7f7f7f, #4d4d4d);
	-pie-background: linear-gradient(#7f7f7f, #4d4d4d);*/
	/*--text-shadow--*/
	/*text-shadow: 0 1px 2px #4d4d4d;
	-moz-text-shadow: 0 1px 2px #4d4d4d;
	-webkit-text-shadow: 0 1px 2px #4d4d4d;*/
	/*--font--*/
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	border:1px solid #ffffff;
	text-align:center;
	/* border-radius */
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	/* box-shadow */
	/*box-shadow:rgba(204, 204, 204, 0.5) 0px 0px 5px 2px;
	-webkit-box-shadow:rgba(204, 204, 204, 0.5) 0px 0px 5px 2px;
	-moz-box-shadow:rgba(204, 204, 204, 0.5) 0px 0px 5px 2px;*/
}

.btn02:hover {
	/*background-image:url(../img250401/back_on.png);*/
}

.btn03 {
	/*background-image:url(../img250401/send.png);
	background-repeat:no-repeat;
	width:330px;
	height:60px;
        margin-left:10px;*/
	background-image:url(../img250401/send.png);
	background-repeat:no-repeat;
	width:330px;
	height:60px;
        box-sizing:border-box;
        /*margin-left:10px;*/
}

.btn03:hover {
	background-image:url(../img250401/send_on.png);
}

.btn04 {
	/*background-image:url(../img250401/demand.png);
	background-repeat:no-repeat;
	width:330px;
	height:60px;
        margin-left:10px;*/
	background-image:url(../img250401/demand.png);
	background-repeat:no-repeat;
	width:330px;
	height:60px;
        box-sizing:border-box;
	/*height:60px;*/
        margin-left:10px;
}

.btn04:hover {
	background-image:url(../img250401/demand_on.png);
}

/*引っ越しフォーム*/
#hikkosi {
	font-size:12px;
	margin:10px 0;
}

#hikkosi span{
        font-weight:normal !important;
}

#hikkosi a {
	cursor:pointer;
}

.hikkosi_area {
	display:none;
	background-color:#C6E2F0;
	padding:15px 10px;
	border:1px solid #dbdbdb;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	box-sizing:border-box;
	overflow:hidden;
}

.input_d05 {
	width:100%;
	height:40px;
	box-sizing:border-box;
	border:1px solid #dbdbdb;
	background-color:#fafafa;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding:5px 10px;
}

#seal_preview{
	position:relative;
}

#seal_name_txt{
	position:absolute;
	width:100%;
	text-align:center;
}

#hikkosi_close{
	display:  inline-block;
    	float: right;
    	width: 20px;
    	height: 20px;
    	background: #82C1DF;
    	color: #fff;
    	line-height:  20px;
    	font-weight: bold;
    	text-align:  center;
	cursor:pointer;
}

#hikkosi_close:hover{
	background: #e1353b;
}

.any_icon.pc {
    /*display:table-cell;*/
    width:50px;
    font-size:14px;
    border-radius: 3px;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    background-color:#82C1DF;
    line-height:25px;
    font-weight:bold;
    text-align:center;
    color:#fff;
    /*position:absolute;
    top:17px;
    right:10px;*/
}

.any_icon.pc.mini{
    position:relative !important;
    display:inline-block;
    top:auto;
    right:auto;
    font-size:10px !important;
    width:30px;
    line-height:18px;
    margin:0 0 0 10px;
}

#postcode{
    width:120px;
}

#center_salescompany{
/*    display:inline;*/
    font-size:15px !important;
}

#birthday_year,#birthday_month,#birthday_day,#youngest_child_age1,#youngest_child_age2{
    color: #4d4d4d !important;
    /*width: 100px;*/
    padding:0 10px;
    height: 40px;
    border: 1px solid #dbdbdb;
    background-color: #fafafa;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance:textfield;
}

#logo{
width:100px;
height:58px;
}

.inline-b{
	display:inline-block;
}

.introducer-pname{
	width:140px;
}

.introducer-input{
	width:300px;
}

.mb-10{
	margin-bottom:10px;
}

.ml-5{
	margin-left:5px;
}

.thanks_p{
    color:#82C1DF;
    font-size:17px;
    font-weight:bold;
}

.btn_link{
    display: table;
    width: 350px;
    height: 70px;
    box-sizing: border-box;
    position: relative;
    background-color: #82C1DF;
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin:0 auto;
    text-decoration: none;
}

.btn_link:hover{
    color: #ffffff;
}

.btn_link_txt{
    display: table-cell;
    vertical-align: middle;
}

.arrow_box{
    position: absolute;
    right:20px;
    top:25px;
    background:#fff;
    width:20px;
    height:20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.arrow_right{
    display: block;
    width: 6px;
     height: 6px;
     border-top: solid 3px #82C1DF;
     border-right: solid 3px #82C1DF;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     margin: 5px;
}

.video{
    position:relative;
    width:80%;
    margin: 0 auto;
    margin-top:10px;
    margin-bottom:20px;
    padding-top:56.25%;
}

.video iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

/*202101　add*/
.survey_title{
    font-weight:bold;
    font-size:13px;
}

.survey_title + .iarea02{
    margin-bottom: 20px;
}

.survey_title + .iarea02 label{
    font-weight: normal !important;
    font-size:13px;
}

.survey_title + .iarea02 div{
    padding-left: 1em;
}

.survey_title + .iarea02 p.error{
    padding-left: 1em;
    margin-bottom: 10px;
}

.point_color{
    color:#e1353b;
}

.point_bold{
    font-weight: bold;
}

input[type="text"]:disabled{
    background-color:#eeeeee;
}

#pp_outer_policy{
    font-size: 14px;
    font-weight: bold;
    padding-top:27px;
}

.policy_num{
    font-weight: bold;
    padding-bottom:3px !important;
}

.confirm_btn02_div{
    display: inline-block;
    position: relative;
}

.btn_arrow_box{
    position: absolute;
    right:20px;
    top:20px;
    background:#fff;
    width:20px;
    height:20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.btn_arrow_right{
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 3px #ee87b4;
    border-right: solid 3px #ee87b4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 5px;
}

.btn_arrow_right.gray{
    border-top: solid 3px #7f7f7f;
    border-right: solid 3px #7f7f7f;
}

#confirm_btn:disabled + .btn_arrow_box{
    opacity: 0.5;
}

.form_pc_pan{
	width: 100%;
	margin-bottom: 20px;
}

::placeholder {
  color: #c0c0c0;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #c0c0c0;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #c0c0c0;
}

.red{
    color:#ff0000;
}

.form_title_3{
    position: absolute;
    height: 70%;
    padding: 10px;
}

.form_title_3_img{
    height: 100%;
}

.input_gray{
	background-color: #eaeaea;
}

.flex{
	display: flex;
	align-items: end;
}