body {
	max-width: 640px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.2em;
}

.wrapper {
	width: 100%;
}

h1 {
	text-align: center;
	margin: 16px 0;
}

h1 img {
	width: 25%;
}

h2 {
	font-size: 1.2em;
	line-height: 1.2em;
}

p.line {
   border-bottom: 2px solid #808080;
}

.error-message {
	color: #f00;
	margin: 8px 0;
}

p.warning {
	color: #f00;
	margin: 8px 0;
}

p.desctiption {
	margin: 8px 0;
}

p.comment {
	font-size: 0.8em;
	margin: 8px 0;
}


input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"]{
	border: solid #666666;
	border-width: thin;
	border-radius:5px;
	box-shadow: none;
	padding: 12px 8px;
	width: 94%;
	/*display: block;*/
	margin: 4px 0 0 auto;
	color: #4d4d4d;
	font-size: 14px;
}
input[type="image"]{
	max-width: 100%;
	cursor : pointer;
}
input[type="submit"]{
	cursor : pointer;
}

.overflowBox{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	height: 300px;
	overflow: auto;
	border: solid 1px #b2b2b2;
	font-size: 12px;
	padding: 10px;
	line-height: 1.3;
}
.overflowBox > div{
	text-align: center;
	color: #4d4d4d;
	font-weight: 800;
	font-size: 16px;
	line-height: 1.4;
	margin: 4px 0 14px;
}
.overflowBox::-webkit-scrollbar
{
    overflow:hidden;
    width:5px;
    background:#cccccc;

    -webkit-border-radius:3px;
    border-radius:3px;
}
.overflowBox::-webkit-scrollbar:horizontal
{
        height:5px;
}
.overflowBox::-webkit-scrollbar-button
{
       display:none;
}
.overflowBox::-webkit-scrollbar-piece
{
        background:#cccccc;
}
.overflowBox::-webkit-scrollbar-piece:start
{
        background:#cccccc;
}
.overflowBox::-webkit-scrollbar-thumb
{
        overflow:hidden;
        -webkit-border-radius:3px;
        border-radius:3px;

        background:#808080;
}
.overflowBox::-webkit-scrollbar-corner
{
        overflow:hidden;
        -webkit-border-radius:3px;
        border-radius:3px;
        background:#808080;
}

/*　input 内　placeholder　デフォルト文字色　*/
/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
    color: #757575; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #b2b2b2; }

/* Firefox 18- */
:-moz-placeholder {
    color: #757575; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #757575; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #757575; }




/* ログインページ  index*/
#regist_page.wrapper {
	padding: 0 0 40px 0;
}

#regist_page .regist,
#regist_page .login {
	margin: 0 20px;
}


#regist_page .regist h2 {
	text-align: center;
	color: #f88bb6;
	margin: 16px 0;
}

#regist_page .login h2 {
	text-align: center;
	color: #8ca8da;
	margin: 16px 0;
}

#regist_page .regist_btn,
#regist_page .login_btn {
	text-align: center;
	margin-top: 16px;
	cursor: pointer;

}

/*#regist_page .regist_btn {
	margin-top: 10px;
border: none;
outline: 0;
width: 90%;
height: 100px;
	background-image: url(/acc/img/btn_mail.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #fff;
}*/

#regist_page .regist_btn img,
#regist_page .login_btn img {
	cursor: pointer;
	width: 90%;
}

#regist_page .regist_form .domain {
	margin: 8px auto 30px;
	width: 90%;
}

#regist_page .forget {
	font-size: 0.8em;
	text-align: right;
	color: #808080;
}

#regist_page .forget a {
	color: #808080;
	text-decoration: underline;
}




/*　同意ページ */

#agree_page .agree {
	margin: 20px 0;
}

#agree_page .agree_form {
	padding: 15px 20px;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
}

#agree_page .agree_form .submit {
	margin-top: 10px;
	border: none;
	outline: 0;
	width: 90%;
	height: 100px;
	background-image: url(/acc/img/btn_form_off.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #fff;
}



/* 解析依頼フォーム (登録内容変更兼ねる) */

#formadd_page label {
	display: block;
	margin: 16px 0 0 0;
}

#formadd_page label.sex_label {
	display: inline-block;
	margin: 8px 0 0 0;
}

#formadd_page h3 {
	font-size: 15px;
	margin: 20px 0 0 0;
	font-weight: bold;
}

#formadd_page .userinfo_form .submit {
	border: none;
	outline: 0;
	width: 90%;
	margin: 10px 5% 0;
	height: 100px;
	background-image: url(/acc/img/btn_check.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #fff;
}

#formadd_page .formadd h2 {
	margin: 20px 0;
	text-align: center;
}

#formadd_page .formadd {
	margin: 0 5%;
}

#formadd_page .name_box,
#formadd_page .kana_box
{
	margin: 0 auto;
	/* floatした要素の高さを認識させる */
	overflow:hidden;
}

#formadd_page .name_box label,
#formadd_page .kana_box label
{
	margin: 8px 0 4px 0;
}

#formadd_page .id_label,
#formadd_page .password_label,
#formadd_page .zipcode_label,
#formadd_page .prefecture_label,
#formadd_page .city_label,
#formadd_page .address_label,
#formadd_page .phone_label,
#formadd_page .birth_title,
#formadd_page .sex_title,
#formadd_page .secret_label {
	font-weight: bold;
}

#formadd_page .birth_title,
#formadd_page .sex_title {
	margin: 20px 0 0 0;
}

#formadd_page .year_label,
#formadd_page .month_label,
#formadd_page .day_label {
margin: 4px 0 0 0;
}



#formadd_page .name_box input[type="text"],
#formadd_page .kana_box input[type="text"]
 {
	margin: 0;
	width: 85%;
}

#formadd_page .fname_box,
#formadd_page .fkana_box
 {
	margin-right: 4%;
}

#formadd_page .fname_box,
#formadd_page .lname_box,
#formadd_page .fkana_box,
#formadd_page .lkana_box
{
	float: left;
	width: 48%;
}

#formadd_page .change_pass {
	/*text-align: right;*/
	font-size: 13px;
	margin: 6px 0 24px 0;
}

#formadd_page .change_pass a {
	 text-decoration: underline;
	 color: red;
}

#formadd_page input[type="text"].zipcode  {
	width: 24%;
}

#formadd_page select {
	position: relative;
	width: 95px;
	margin: 4px 0 0 0;
	padding: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #666666 ;
	border-radius:3px;
	color: #4d4d4d;
	font-size: 12px;
	background: url(/acc/img/btn_down.png) right 50% no-repeat;
	background-size: 31px, 100%;
	font-size: 14px;
	text-align:left;
}

#formadd_page select.secret {
	width: 100%;
}


#formadd_page .birth_box
{
	margin: 0 auto;
	/* floatした要素の高さを認識させる */
	overflow:hidden;
}

#formadd_page .year_box,
#formadd_page .month_box,
#formadd_page .day_box
{
	margin-right: 1%;
	float: left;
	width: 32%;
}

#formadd_page .birth_box select {
	width: 98%;
}


#formadd_page .sex_box
{
	margin: 0 auto;
	/* floatした要素の高さを認識させる */
	overflow:hidden;
}

#formadd_page .female_box,
#formadd_page .male_box
{
	margin-right: 1%;
	float: left;
	width: 20%;
}

/* 登録内容変更　ログインID*/
#formadd_page .mail_addres {
	font-weight: bold;
	margin: 8px 0;
	color: #999;
}

#formadd_page .go_address_change {
	color: #f00;
	text-decoration: underline;
	font-size: 13px;
	/*padding: 0 0 30px 0;*/
	/*margin: 0 0 30px 0;*/
}

#formadd_page .go_address_change_wrap {
	margin: 0 0 24px 0;
}


/*ラジオボタン*/

/*#formadd_page .sex {
	display: none;
}

#formadd_page .sex_label
 {
	padding-left: 26px;
	position:relative;
	margin-right: 20px;
}

#formadd_page .sex_label::before
{
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 13px;
	height: 13px;
	border: 1px solid #999;
	border-radius: 50%;
	font-size: 12px;
}

#formadd_page .sex:checked + .sex_label {
	color: #8ca8da;
}

#formadd_page .sex:checked + .sex_label::after
{
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 7px;
	width: 11px;
	height: 11px;
	background: #8ca8da;
	border-radius: 50%;
}

.secret_label {
	margin-top: 20px;
}
*/





/* 解析依頼フォーム　登録内容確認画面 */


#formconfirm_page h2 {
	text-align: center;
	margin: 26px 0;
}

#formconfirm_page .formBox {
	border: 1px solid #999999;
	width: 80%;
	margin: 5% auto;
	padding: 20px;
}
#formconfirm_page .form_title {
	color: #8ca8da;
}

#formconfirm_page .form_user {
	margin-bottom: 14px;
	padding-left: 14px;
}

#formconfirm_page .formBox2 {
	background-color: #fff7c5;
	padding: 20px;
}

#formconfirm_page .confirm_form {
	text-align: center;
	margin: 20px 0;
}

#formconfirm_page .confirm_form img {
	width: 100%;
	vertical-align: middle;
}

#formconfirm_page .submit_box {
	overflow: hidden;
	margin: 0 auto;
	width: 80%;
	background-color: #fff;
}

#formconfirm_page .confirm_form .cancel_btn {
	margin-top: 10px;
	margin-right: 10px;
	border: none;
	outline: 0;
	width: 48%;
	height: 80px;
	background-image: url(/acc/img/btn_revision.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #fff;
	float: left;
}

#formconfirm_page .confirm_form .submit {
	margin: 11px 4% 10px 0%;
	border: none;
	outline: 0;
	width: 40%;
	height: 90px;
	background-image: url(/acc/img/btn_ok_off.png);
	background-position: 20% center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #fff;
}

#formconfirm_page .formconfirm .form_title {
	margin: 0 0 4px 0;
}

#formconfirm_page .img_warp {
	/*display: inline;*/
	/*height: 90px;*/
	overflow: hidden;
	line-height: 88px;
	width: 40%;
	float: left;
	margin: 10px 2% 0 6%;
}

#formconfirm_page .confirm_form {
	padding: 0 20px;
}

.regist_form a{
	text-decoration: underline;
	color: #808080;
}

.regist_form .checkbox{
	width: 100%;
	text-align: center;
}

.regist_form .error-message{
	color: red;
	text-align: center;
}

/*　解析依頼フォーム　決定洗濯後ポップアップ*/
#change_complate_popup h2 {
font-size: 15px;
font-weight: bold;
line-height: 1.3;
}

#change_complate_popup .discription {
	font-size: 12px;
	margin: 30px 0 50px;
	text-align: left;
}

#change_complate_popup p.number {
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
}

#change_complate_popup p.number_diet {
	border: 6px solid #14a6f9;
	text-align: center;
}

#change_complate_popup p.number_skin {
	border: 6px solid #ff5555;
	text-align: center;
}

#change_complate_popup p.number_scalp {
	border: 6px solid #35900f;
	text-align: center;
}

#change_complate_popup .css_button {
	display: table;
	text-align: center;
	margin: 40px auto 20px;
	font-size: 16px;
	cursor: pointer;
}



#formconfirm_page .coupon_container{
	background-color: #f7efd0;
  padding: 10px 25px;
  margin-top: 40px;
	position: relative;
}

#formconfirm_page .down_marker::before {
content: '';
position: absolute;
bottom: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 35px 35px 0 35px;
border-color: #f7efd0 transparent transparent transparent;
left: 50%;
transform: translateX(-50%) translateY(100%);
}

#formconfirm_page .coupon_container .coupon_box{
	display: flex;
	width: 100%;
}

#formconfirm_page .coupon_container .coupon_box .coupon_cell_left{
	font-weight: bold;
	font-size: 26px;
}

#formconfirm_page .coupon_container p{
	color: #000;
  letter-spacing: 0em;
  font-size: 26px;
  line-height: 1.2;
	text-align:left;
}

#formconfirm_page .coupon_container img{
	display: block;
  width: 55%;
  margin: 10px auto 0;
}

#formconfirm_page  .toroku_pop img{
	margin-top: 40px;
}
/* 内容登録完了ページ */

#req_comp_page .menu,
#req_comp_page .info
{
	margin: 0 20px;
}

#req_comp_page .info {
	padding: 0 0 30px 0;
}

#req_comp_page {
	text-align: center;
}

#req_comp_page .menu {
	margin-bottom: 16px;
}

#req_comp_page .menu h2,
#req_comp_page .info h2,
#req_comp_page .app h2
 {
	text-align: center;
	margin: 30px 0;
	font-size: 1.2em;
	color: #4d4d4d;
}

#req_comp_page .menu img {
	width: 90%;
	margin: 6px 0;
}

#req_comp_page .info .info_box {
	text-align: left;
	margin-bottom: 20px;
}

#req_comp_page .info img {
	width: 90%;
	margin: 6px 0;
}

#req_comp_page .app_box {
	overflow: hidden;
	padding: 20px 5%;
}

#req_comp_page .diet_app_box {
	background-color: #eef7fd;
}
#req_comp_page .aging_app_box {
	background-color: #fcedf3;
}

/*#req_comp_page .app_icon {
	float: left;
	width: 100px;
}*/

#req_comp_page .app_icon img {
	/*width: 65%;*/
}

#req_comp_page .app_title {
	text-align: left;
	margin: 4px 0 4px 0;
}

#req_comp_page .diet_app_box .app_title {
	color: #6abcea;
}

#req_comp_page .aging_app_box .app_title {
	color: #e76597;
}

#req_comp_page .app_store {
	overflow: hidden;
}

#req_comp_page .ios_button,
#req_comp_page .android_button {
	float: left;
	text-align: left;
	width: 45%;
	margin-right: 8px;
}


/* ログインページ、追加検査申し込みページ */

#pass_change_page .pass_change {
	margin: 0 20px;
}

#pass_change_page h2
{
	text-align: center;
	margin: 26px 0;
}

#pass_change_page .password,
#pass_change_page .re_password
{
	margin-bottom: 8px;
}

#pass_change_page .submit {
	margin-top: 10px;
	border: none;
	outline: 0;
	width: 80%;
	height: 80px;
	background-image: url(/acc/img/btn_passchange.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #fff;
}

.submit_box {
	text-align: center;
}

#gene_add_page .gene_add {
	margin: 0 20px;
}

#gene_add_page h2
{
	text-align: center;
	margin: 26px 0;
}

#gene_add_page .id,
#gene_add_page .password {
	margin-bottom: 8px;
}

#gene_add_page .password.text {
	margin-top: 10px;
}

#gene_add_page .submit {
	margin-top: 10px;
	border: none;
	outline: 0;
	width: 90%;
	height: 80px;
	background-image: url(/acc/img/btn_add.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #fff;
}

#complate_popup {
	text-align: center;
}

#complate_popup h2 {
	margin: 20px 0;
	color: #f88bb6;
	font-size: 1.4em;
	line-height: 1.4em;
}

#complate_popup .popup_desc {
	margin: 20px 0;
	font-size: 1.2em;
	line-height: 1.2em;
}

#complate_popup .popup_desc {
	margin: 20px 0;
}

#complate_popup .popup_desc .notice {
	color: #f88bb6;
	text-decoration: underline;
}

#complate_popup .css_button,
#add_complate_popup .css_button
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
    padding: 10px;
    text-align: center;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: bold;
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: #666666;
    border-radius: 30px;
    box-shadow: 0px #FFFFFF;
}

#complate_popup .css_button:hover,
#add_complate_popup .css_button:hover
{
    width: 200px;
    background: #EBEBEB;
}
#complate_popup .css_button:active,
#add_complate_popup .css_button:active
{
}

#add_complate_popup .description {
	margin: 20px 0;
}

/*　マイページ　*/
#req_comp_page .ios_button,
#req_comp_page .android_button {
	float: left;
	text-align: left;
	width: 45%;
	margin-right: 8px;
}

#req_comp_page .app_icon {
	float: left;
	width: 24%;
	margin: 0 6% 0 0;
}

/*　マイページ　WEB登録完了番号の確認　モーダル*/
#add_complate_popup .add_complate_box .web_complete {
  font-size: 14px;
  font-weight: bold;
	margin: 0 0 30px 0;
}

#add_complate_popup .web_number_list {
	margin: 0 0 40px 0;
}

#add_complate_popup .web_number_list dt {
	font-size: 12px;
	font-weight: bold;
	margin: 14px 0 6px;
}

#add_complate_popup .web_number_list dd {
	font-size: 22px;
	font-weight: bold;
	padding: 10px;

}

#add_complate_popup .web_number_list dd.number_diet {
	border: 6px solid #14a6f9;
}

#add_complate_popup .web_number_list dd.number_skin {
	border: 6px solid #ff5555;
}

#add_complate_popup .web_number_list dd.number_scalp {
	border: 6px solid #35900f;
}

#add_complate_popup .web_number_list dd.number_none {
	border: 6px solid #c1c1c1;
	color: #c1c1c1;
}

#add_complate_popup .css_button.btn_ok {
	width: 160px;
	background-color: #b9b9b9;
	color: #fff;
	border: 1px solid #999;
}

/* マイページから　依頼する電子検査の追加*/
#gene_add_page .attention {
	width: 92%;
	margin: 0 4%;
	font-size: 12px;
	color: #808080;
}


/* ログインID(メールアドレス変更)　入力ページ*/
#id_change_page .attention {
	font-size: 12px;
	color: #f00;
	/*margin: 6px 0 0 0;*/
}

/*#id_change_page .warning {
	font-size: 12px;
}*/

#id_change_page .id_change,
#id_conf_page .id_change {
	margin: 0 20px;
}

#id_change_page h2,
#id_conf_page h2
{
	text-align: center;
	margin: 26px 0;
}

#id_change_page .id,
#id_change_page .re_id
{
	margin-bottom: 8px;
}

#id_change_page .login {
	margin-top: 10px;
	border: none;
	outline: 0;
	width: 80%;
	height: 80px;
	background-image: url(/acc/img/btn_passchange.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #fff;
}

#id_change_page input[type="text"] {
	margin: 6px auto 14px;
}

#id_change_page .submit {
    margin-top: 10px;
    border: none;
    outline: 0;
    width: 80%;
    height: 80px;
    background-image: url(/acc/img/btn_send.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #fff;
}

/* ログインID(メールアドレス変更) 確認ページ*/
#id_conf_page .login {
		margin: 0 auto;
    margin-top: 20px;
    border: none;
    outline: 0;
    width: 90%;
	height: 60px;
    background-image: url(/acc/img/btn_address_change_login.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #fff;
}
#id_conf_page .login a {
  display:block;
	width:100%;
	height: 100%;
}

#id_conf_page .cancel {
	margin: 20px auto;
	border: none;
	outline: 0;
	width: 90%;
	height: 60px;
	background-image: url(/acc/img/btn_cancell.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #fff;
}

#id_conf_page .id_conf_form {
	text-align: center;
	/*margin: 40px auto 60px;*/
}

#id_conf_page .conf {
	font-size: 16px;
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
	margin: 40px 0 0;
}

#id_conf_page .address {
	display: inline-block;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #2979d4;
	border: 4px solid #add3ff;
	padding: 10px 28px;
	margin: 40px auto;
}
/**/
/*　パスワードを再発行する / パスワード再発行　と　完了画面　も同時に　*/
/**/

#pass_reissue input[type="text"],
#pass_reissue_conf input[type="text"],
#pass_reissue_comp input[type="text"] {
    border: solid #666666;
    border-width: thin;
    border-radius: 5px;
    box-shadow: none;
    padding: 12px 8px;
    width: 94%;
    /* display: block; */
    margin: 4px 0 0 auto;
    color: #4d4d4d;
		font-size: 14px;
	}

#pass_reissue .regist {
	padding: 0 0 30px 0;
}

#pass_reissue .regist,
#pass_reissue_conf .regist,
#pass_reissue_comp .regist {
margin: 0 20px;
}

#pass_reissue h2,
#pass_reissue_conf h2,
#pass_reissue_comp h2 {
	text-align: center;
	color: #f9677d;
	margin: 20px 0 10px;
}

#pass_reissue h3 {
	line-height: 1.6;
}

#pass_reissue .description {
	line-height: 1.6;
	font-size: 13px;
	margin: 0 0 20px 0;
}

#pass_reissue .border {
	border-top: 2px dashed #999;
	/*margin: 40px 0 0 0;*/
}

#pass_reissue h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0;
}

#pass_reissue .description2 {
	line-height: 1.6;
	font-size: 13px;
	margin: 0 0 20px 0;
}

#pass_reissue .go_contact {
	color: #f9677d;
	text-decoration: underline;
}

#pass_reissue .send_mail_btn {
	margin:  20px 5% 20px;
	/*text-align: center;*/
	border: none;
	outline: 0;
	width: 90%;
	height: 80px;
	background-image: url(/acc/img/btn_send_mail.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #fff;
}

/*　パスワード再発行　*/
#pass_reissue_conf .regist_form {
	margin: 20px 0 0 0;
}

#pass_reissue_conf .regist_form .question {
	font-weight: bold;
	margin: 22px 0 0 0;
}

#pass_reissue_conf .regist_form p {
	margin: 6px 0;
}

#pass_reissue_conf .description {
	line-height: 1.6;
	font-size: 13px;
	margin: 20px 0 0 0;
}

#pass_reissue_conf .btn_decision {
	margin: 20px 5% 0;
	border: none;
	outline: 0;
	width: 90%;
	height: 80px;
	background-image: url(/acc/img/btn_decision.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #fff;
}

/* パスワード変更完了　（パスワードが変更されました）*/
#pass_reissue_comp .login_btn {
	margin: 20px 5% 0;
}

#pass_reissue_comp .description {
	line-height: 1.6;
	font-size: 13px;
	margin: 20px 0 0;
}

/* PC/SP切り替え */
.viewPc{
	display: block;
}
.viewSp{
	display: none;
}

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	body{
		font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	}

	#change_complate_popup .css_button {
		display: table;
		text-align: center;
		margin: 8vw auto 5vw;
		font-size: 4vw;
		cursor: pointer;
	}

	#formconfirm_page .coupon_container{
		background-color: #f7efd0;
		padding: 2vw 2.5vw;
    margin-top: 6vw;
		position: relative;
	}

	#formconfirm_page .down_marker::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6vw 6vw 0 6vw;
	border-color: #f7efd0 transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%) translateY(100%);
	}

	#formconfirm_page .coupon_container .coupon_box{
		display: flex;
		width: 100%;
	}

	#formconfirm_page .coupon_container p{
		color: #000;
	  letter-spacing: 0em;
	  font-size: 4.2vw;
	  line-height: 1.2;
		text-align:left;
	}

	#formconfirm_page .coupon_container img{
		display: block;
	  width: 55%;
	  margin: 2vw auto 0;
	}

	#formconfirm_page  .toroku_pop img{
		margin: 6vw auto 0;
		display: block;
		width: 95%;
	}

	#formconfirm_page .toroku_line{
		display: block;
		width: 95%;
		margin: 0 auto 0;
	}

	#formconfirm_page .coupon_container .coupon_box .coupon_cell_left{
		font-weight: bold;
		font-size: 4.2vw;
	}

	/* PC/SP切り替え */
  .viewPc{
    display: none;
  }
  .viewSp{
    display: block;
  }
}
