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

#header {
    background: url(../images/bg_header4.png) 85% 0 no-repeat;
    -webkit-background-size: 1920px auto;
    -moz-background-size: 1920px auto;
    -o-background-size: 1920px auto;
    background-size: 1920px auto;
}
.band {
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    display: flex;
}
.tab_class {
    width: calc(100%/2);
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    display: block;
    float: left;
    order: -1;
    border-bottom: 2px solid #3fb1af;
	margin-bottom: 0;
	cursor: pointer;
}
.tab_class1 {
    background-color: #f7b0d2;
}
.tab_class2 {
    background-color: #7dc4ef;
}
.tab_class3 {
    background-color: #f7b66f;
}
input[name="tab_name"] {
    display: none;
}
input:checked + .tab_class {
    color: #fff;
}
.content_class {
    display: none;
    width: 100%;
    border: 2px solid #3fb1af;
}
.content_class1 {
    background-color: #fdf7fa;
}
.content_class2 {
    background-color: #ecf6fd;
}
.content_class3 {
    background-color: #fef8ef;
}
input:checked + .tab_class + .content_class {
    display: block;
}
.box_contents p.p_thanks {
	font-size: 20px;
    color: #666;
}
.box_contents ul.vote_ul li {
	padding: 0 0 20px;
	width: 100%;
	overflow: hidden;
}
.vote_ul input[type=radio] {
	clear: both;
	float: left;
	position: relative;
	top: 5px;
	margin-right: 6px;
}
.vote_ul span {
	display: inline-block;
	float: left;
}
.vote_ul .s_name {
	font-size: 12px;
	width: 87%;
}
.vote_ul .b_name {
	margin-left: 22px;
	padding-bottom: 2px;
	font-size: 15px;
	font-weight: bold;
	clear: both;
}
.button {
    padding-top: 20px;
}
.box_contents .sch_dl dd {
    font-size: 16px;
}
/* スマホ横～ */
@media screen and (min-width:480px) {
}
/* Kindle縦～ */
@media screen and (min-width:550px) {
}
/* タブレット縦～ */
@media screen and (min-width:750px) {
	.vote_ul .s_name {
		width: auto;
		padding-bottom: 2px;
	}
	.vote_ul .b_name {
		margin-left: 10px;
		clear: none;
	}
}
/* PC */
@media screen and (min-width:1024px) {
	.box_contents dt {
        padding-bottom: 40px;
    }
	.box_contents dd {
		padding: 0 0 40px 8.5em;
	}
	.box_contents .sch_dl dd {
		padding: 0 0 40px 16em;
	}
}
/* PC */
@media screen and (min-width:1366px) {
}