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

#header {
    background: url(../images/bg_header3.png) 27% 0 no-repeat;
    -webkit-background-size: 1920px auto;
    -moz-background-size: 1920px auto;
    -o-background-size: 1920px auto;
    background-size: 1920px auto;
}
/* 利用規約 */
.rule_txt {
    padding: 15px;
    height: 300px;
    overflow-y: scroll;
    background-color: rgba(255,255,255,0.7);
}
.box_contents .rule_txt p {
	font-weight: bold;
	padding-bottom: 3px;
}
.box_contents .rule_txt ul {
	padding-bottom: 10px;
}
.box_contents .rule_txt ul li {
	padding: 0 0 15px 15px;
}
.box_contents .rule_txt ul.ul_btm {
	padding-bottom: 0;
}
.box_contents .rule_txt ul li.li_btm {
	padding-bottom: 0;
}
/* エントリーのステップ */
ul.entry_step {
    width: 100%;
    display: flex;
    position: relative;
    text-align: center;
}
ul.entry_step:before {
    background: #aaa;
    content: "";
    height: 2px;
    position: absolute;
    top: 0.5rem;
    width: 75%;
    margin-left: 17%;
}
ul.entry_step2:before {
    margin-left: 8%;
}
ul.entry_step li {
    width: 33%;
    color: #888;
    font-size: 13px;
    line-height: 1.5em;
    position: relative;
    padding: 0;
}
ul.entry_step li .step_border {
    background: #fff;
    border: 2px solid #aaa;
    border-radius: 50%;
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
}
ul.entry_step li.now {
    font-weight: bold;
    color: #333;
}
ul.entry_step li.now .step_border {
    background: #3fb1af;
    border: 2px solid #3fb1af;
}
ul.entry_step_pc {
    display: none;
}
.para dd.b_border {
	padding-bottom: 50px;
	margin-bottom: 50px;
    border-bottom: 1px dotted #666;
}
.round_title_up {
    font-size: 21px;
	padding: 0 0 20px 20px;
	background:url(../images/icon_round.png) 0 9px no-repeat;
	-webkit-background-size:13px auto;
	-moz-background-size:13px auto;
	-o-background-size:13px auto;
	background-size:13px auto;
}
.round_title_sht {
    padding-bottom: 20px;
}
.para p.p_thanks2 {
    line-height: 1.7em;
}
a.a_button {
	border: none;
    background-color: #3fb1af;
	color: #fff;
	padding: 11px 5% 12px;
    font-size: 12px;
    text-align: center;
	font-weight: bold;
    white-space: nowrap;
    transition: all 0.3s;/*アニメーション設定*/
}
a.a_button:hover {
	background-color: #5cc6c1;
}
p.p_square {
    font-size: 16px;
	color: #333;
    font-weight: bold;
}
.f_bold2 {
    display: block;
    padding-bottom: 15px;
}
.para dl.adsheet dt {
    padding-bottom: 20px;
}
/* スマホ横～ */
@media screen and (min-width:480px) {
}
/* Kindle縦～ */
@media screen and (min-width:550px) {
}
/* タブレット縦～ */
@media screen and (min-width:750px) {
    /* エントリーのステップ */
    ul.entry_step {
        display: none;
    }
    ul.entry_step_pc {
        width: 100%;
        display: flex;
        position: relative;
        text-align: center;
    }
    ul.entry_step_pc:before {
        background: #aaa;
        content: "";
        height: 2px;
        position: absolute;
        top: 0.5rem;
        width: 82.5%;
        margin-left: 8.75%;
    }
    ul.entry_step_pc li {
        width: 16.5%;
        color: #aaa;
        font-size: 13px;
        line-height: 1.7em;
        position: relative;
        padding: 0;
    }
    ul.entry_step_pc li .step_border {
        background: #fff;
        border: 2px solid #aaa;
        border-radius: 50%;
        display: inline-block;
        width: 0.8rem;
        height: 0.8rem;
    }
    ul.entry_step_pc li.now {
        font-weight: bold;
        color: #333;
    }
    ul.entry_step_pc li.now .step_border {
        background: #3fb1af;
        border: 2px solid #3fb1af;
    }
}
/* PC */
@media screen and (min-width:1024px) {
    /* 利用規約 */
    .rule_txt {
        padding: 20px;
        height: 500px;
    }
    .box_contents .rule_txt ul {
        padding-bottom: 15px;
    }
    ul.entry_step_pc li {
        font-size: 14px;
    }
    .para dd.b_border {
        padding-bottom: 80px;
        margin-bottom: 80px;
    }
    .round_title_up {
        font-size: 23px;
        padding: 0 0 30px 22px;
        background:url(../images/icon_round.png) 0 9px no-repeat;
        -webkit-background-size:14px auto;
        -moz-background-size:14px auto;
        -o-background-size:14px auto;
        background-size:14px auto;
    }
    .round_title_sht {
        padding-bottom: 30px;
    }
    .f_bold2 {
        display: inline-block;
        padding: 0;
        padding-right: 30px;
    }
    .para dl.adsheet dt {
        padding-bottom: 60px;
    }
	.para dl.adsheet dd {
		padding: 0 0 60px 13.5em;
	}
}
/* PC */
@media screen and (min-width:1366px) {
}