@charset "utf-8";
/* CSS Document */

p.p_att {
    padding-bottom: 20px;
}
.f_lh17 {
	line-height: 1.7em;
}
.para li {
	padding: 0 0 5px 15px;
}
.para li.li_btm {
	padding-bottom: 0;
}
.para dl {
	line-height: 1.5em;
}
.para dt {
	padding: 0 0 12px 18px;
    font-size: 16px;
	color: #333;
    border: none;
    margin-bottom: 0;
	background:url(../images/icon_square.png) 0 6px no-repeat;
	-webkit-background-size:12px auto;
	-moz-background-size:12px auto;
	-o-background-size:12px auto;
	background-size:12px auto;
}
.para dd {
	padding-bottom: 50px;
    padding-left: 0;
}
.para dd.dd_btm {
	padding-bottom: 0;
}
p.p_button {
	padding-top:12px;
}
p.t_button {
	padding: 20px 0 16px;
}
p.t_button a {
	padding: 15px 7% 16px;
	font-size: 14px;
}
p.ent_button {
	padding: 10px 0 0;
}
p.form_screen_tb, p.form_screen_pc {
	display: none;
}
p.form_screen img {
	width: 100%;
	max-width: 430px; 
}
.frm_e3 {
	width: 100%;
}
input[type=text], select {
	width: 100%;
	font-size: 14px;
    background-color: #fff;
    color: #333;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #555;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
textarea {
	width: 95%;
	font-size: 14px;
    background-color: #fff;
    color: #333;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #555;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
input[type=text].w1, select.w1 {
	width: 95%;
}
input[type=text].w2, select.w2 {
	width: 60%;
}
input[type=text].w3, select.w3 {
	width: 23%;
}
input[type=text].w4, select.w4 {
	width: 35%;
}
input[type=text].w5, select.w5 {
	width: 95%;
}
input[type="radio"],input[type="checkbox"]{
    position: relative;
    top: 2px;
}
input[type="checkbox"]{
    background-color: #fff;
    color: #333;
    border: 1px solid #555;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.button {
	text-align: right;
}
.button_left {
	text-align: left;
}
.button2 {
	padding-top: 50px;
}
.button a {
	line-height: 4em;
    font-size: 13px;
}
a.a_button {
	background-color: #e0e0e0;
	color: #666;
	max-width: 86%;
	padding: 8px 7% 10px;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #888;
    transition: all 0.3s;/*アニメーション設定*/
}
a.a_button:hover {
	background-color: #d5d5d5;
}
input[type=submit] {
	-webkit-appearance: none;
	max-width: 86%;
	padding: 11px 8% 12px;
	background-color: #3fb1af;
	font-weight: bold;
	color: #fff;
    font-size: 15px;
	border: none;
	margin-left: 15px;
	cursor: pointer;	
    transition: all 0.3s;/*アニメーション設定*/
}
input[type=submit]:hover {
	background-color: #5cc6c1;
}
p.error {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}
p.error2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 2px;
}
p.upload_band {
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 20px;
}
.para p.p_thanks {
	padding: 5px 0 10px;
	font-size: 20px;
	font-weight: bold;
	color: #3fb1af;
}
/* 利用規約 */
.rule_txt {
    padding: 15px;
    height: 300px;
    overflow-y: scroll;
    background-color: rgba(255,255,255,0.7);
}
.para .rule_txt p {
	font-weight: bold;
	padding-bottom: 3px;
}
.para .rule_txt ul {
	padding-bottom: 10px;
}
.para .rule_txt li {
	padding: 0 0 15px 15px;
}
.para .rule_txt ul.ul_btm {
	padding-bottom: 0;
}
.para .rule_txt li.li_btm {
	padding-bottom: 0;
}
/* スマホ横～ */
@media screen and (min-width:480px) {
	input[type=text].w1, select.w1 {
		width: 90%;
	}
	input[type=text].w2, select.w2 {
		width: 50%;
	}
	input[type=text].w3, select.w3 {
		width: 22%;
	}
	input[type=text].w4, select.w4 {
		width: 30%;
	}
	input[type=text].w5, select.w5 {
		width: 90%;
	}
}
/* Kindle縦～ */
@media screen and (min-width:550px) {
	input[type=text].w1, select.w1 {
		width: 80%;
	}
	input[type=text].w2, select.w2 {
		width: 40%;
	}
	input[type=text].w3, select.w3 {
		width: 18%;
	}
	input[type=text].w4, select.w4 {
		width: 25%;
	}
	input[type=text].w5, select.w5 {
		width: 65%;
	}
}
/* タブレット縦～ */
@media screen and (min-width:750px) {
	p.form_screen_sp {
		display: none;
	}
	p.form_screen_tb {
		display: block;
	}
	p.form_screen img {
		max-width: 580px; 
	}
	input[type=text].w1, select.w1 {
		width: 70%;
	}
	input[type=text].w2, select.w2 {
		width: 35%;
	}
	input[type=text].w3, select.w3 {
		width: 15%;
	}
	input[type=text].w4, select.w4 {
		width: 20%;
	}
	input[type=text].w5, select.w5 {
		width: 55%;
	}
	p.t_button a {
		padding: 15px 5% 16px;
		font-size: 15px;
	}
	a.a_button {
		padding: 8px 5% 10px;
		font-size: 14px;
	}
}
/* PC */
@media screen and (min-width:1024px) {
	p.form_screen_tb {
		display: none;
	}
	p.form_screen_pc {
		display: block;
	}
	p.form_screen img {
		max-width: 856px; 
	}
    .para dt {
        padding: 0 0 80px 21px;
		font-size: 18px;
        width: auto;
        text-align: left;
        background:url(../images/icon_square.png) 0 5px no-repeat;
        -webkit-background-size:14px auto;
        -moz-background-size:14px auto;
        -o-background-size:14px auto;
        background-size:14px auto;
    }
	.para dd {
		padding: 0 0 80px 17em;
	}
    .para dl.confirm dt {
        padding-bottom: 80px;
    }
	.para dl.confirm dd {
		padding: 0 0 80px 14.5em;
	}
	.para dl.ent_mem dd {
		padding: 0 0 80px 18em;
	}
	.para dl.ent_confirm dd {
		padding: 0 0 80px 16em;
	}
    .para dd.dd_btm {
        padding-bottom: 0;
    }
	textarea {
		width: 98%;
	}
	input[type=text].w1, select.w1 {
		width: 400px;
	}
	input[type=text].w2, select.w2 {
		width: 180px;
	}
	input[type=text].w3, select.w3 {
		width: 80px;
	}
	input[type=text].w4, select.w4 {
		width: 120px;
	}
	input[type=text].w5, select.w5 {
		width: 300px;
	}
	input[type=submit] {
		padding: 12px 7% 13px;
	}
    .button_left {
        text-align: right;
    }
    .button_left_pc {
        text-align: left;
    }
    /* 利用規約 */
    .rule_txt {
        padding: 20px;
        height: 500px;
    }
    .para .rule_txt ul {
        padding-bottom: 15px;
    }
    .para p.p_round3 {
        padding-bottom: 20px;
    }
}
/* PC */
@media screen and (min-width:1366px) {
	/* CONTENTS */
	p.p_button a {
		padding: 11px 30px 12px;
	}
	p.t_button a {
		padding: 15px 30px 16px;
	}
    p.ent_button a {
	    padding: 19px 50px 20px;
    }
    p.p_button_pink a {
        padding: 14px 30px 15px;
    }
}