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

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* reset ======================================== */

* {
	box-sizing: border-box;
}

body {
	color:#333;
	font:14px/1.5 'Lucida Grande', Helvetica;
	width:100%;
    min-width: 1060px;
	margin:0 auto;
    padding:0;
	line-height:1.5;
    background-image: url(../img/bg.png);
    /* background-repeat: repeat; */
    background-size: cover;
}

form {
    margin-bottom: 0;
}

img {
	border:0;
}

a {
	text-decoration:none;
}

/* IE 6に適用 */
* html .clearfix {
	zoom:1;
}
h1,h2,div,table{
	margin:0px;
	padding:0px;
}

/* utility ======================================== */

.clearfix {
	overflow:hidden;
}

.img_replace {
	text-indent: -9999px;
}

.text-center {
	text-align: center;
}

/* error ======================================== */

.error_coution {
	text-align: center;
    padding:0.4em 50px 0.2em;
    margin:0 auto;
    font-weight:bold;
    color:#FF0000;
    background-color: #fff;
    width: 800px;
    /*display: inline-block;*/
}

/* body ======================================== */

.title {
	background: url(../img/header.png) top center no-repeat;
    /* height: 1324px; */
    height: 900px;
}

.info {
    background: url(../img/quiz-info.png) top center no-repeat;
    /* height: 760px; */
    height: 380px;
}

.quiz_block_wrap {
    width: 1060px;
    margin: 0 auto;
    overflow: hidden;
}

.quiz_block {
	width: 1000px;
	margin: 0 auto;
    position: relative;
}

.quiz_block_img01 {
	position: relative;
	background: url(../img/quiz01.png) top center no-repeat;
    height: 240px;
    background-position-x: 62px;
}
.quiz_block_img02 {
    background: url(../img/quiz02.png) top center no-repeat;
    height: 240px;
}
.quiz_block_img03 {
    background: url(../img/quiz03.png) top center no-repeat;
	height: 380px;
}

/* .m_my-policy {
    background: url(/img/policy.png) top center no-repeat;
	height: 445px;
} */

.m_labels {
	position: absolute;
	/* overflow: hidden; */
}

.m_labels label {
	display: inline-block;
}

.m_labels.quiz01 {
    left: 133px;
    top: 104px;
    width: 340px;
}

.m_labels.quiz02 {
    left: 133px;
    top: 104px;
    width: 340px;
}

.m_labels.quiz03 {
    left: 134px;
    top: 104px;
    width: 250px;
}

.quiz01 .m_label {
	width: 196px;
}

.quiz01 .m_label.num2 {
    width: 232px;
}

.quiz02 .m_label {
	width: 210px;
}

.quiz02 .m_label.num2 {
    width: 216px;
}

.quiz03 .m_label {
	width: 171px;
}

.quiz04 .m_label {
    width: 208px;
}

.input_bg {
    background:#F00;
    width:22px;
    height:22px;
    margin:10px 13px auto 13px;
    padding-top:2px;
}

.m_answer-table-wrap {
	background-color: #f6c6c5;
	padding: 30px 0;
}

.m_answer-table {
	width: 910px;
	margin: 0 auto;
	background-color: #FFF;
	padding-bottom: 24px;
    border-radius: 10px;
}

#answer {
	width: 96%;
	margin: 0 auto;
	margin-bottom: 16px;
    text-align:left;
}

#answer caption {
    width: 100%;
    margin: 24px auto 10px;
    padding: 4px 0;
    color:#333;
    font-weight:bold;
    border: 3px solid #af82b7;
}

#answer th,
#answer_conf th {
    width:240px;
    background:#af82b7;
    color:#FFF;
    padding:10px;
    text-align: center;
}

#answer td,#answer_conf td {
    background-color:#FFF;
    padding:10px;
    border:1px solid #CCC;
}

#answer_conf {
    clear:both;
    width:96%;
    margin:0 auto;
    border-collapse:separate;
    border-spacing:4px;
}

#answer ul {
    margin: 0 !important;
    padding: 0 !important;
}

#answer li {
    width: 50%;
    float: left;
    list-style: none;
}

#answer li p {
    margin:0 6px 6px 0;
    line-height: 1.5;
    text-align: left;
    text-indent: -2em;
    padding-left: 63px;
}

#answer .ans_bg_red {
    background:#ff3366;
    margin:0 6px 0 0;
    padding: 5px 3px 5px 2px;
    display: inline;
    float: left;
    position: relative;
    top:0;
    border-radius: 3px;
}

#answer .ans_bg_red input[type="radio"] {
    transform: scale(1.2);
}

#answer .m_shomei-description p {
    margin: 0.5em 0;
}

#answer .m_shomei-description ul {
    padding-left: 30px !important;
}

#answer .m_shomei-description li {
    float: none;
    width: 100%;
    list-style: disc;
}

.m_pagetop {
    font-size: 13px;
    background-color: #af82b7;
    padding: 20px 0 40px;
}

.m_pagetop a {
    color: #fff;
}

#footer {
    font-size:12px;
    position: relative;
}

#footer .risu {
    position: absolute;
    right: 45px;
    top: -83px;
}

#footer .org_name {
    background-color: #595757;
    padding-top: 18px;
    padding-bottom: 12px;
}

#footer .org_name a {
    display: block;
    width: 366px;
    height: 74px;
    margin: 0 auto;
    background:url(../img/footer_name.png) no-repeat;
}

#copyright,
#copyright_send {
    background-color: #595757;
    text-align: center;
    color: #fff;
    padding: 12px 0;
}

/* .ribon {
    position: absolute;
    display: block;
    top: -2px;
    left: -2px;
    width: 327px;
    height: 325px;
    background: url(../img/ribon.png) no-repeat;
} */

#shomei {
    transform: scale(1.2);
}

/* check.html ----------------------------*/

#pid_check .white {
    height: 274px;
}

#pid_check .display_title {
    padding: 12px 0;
    font-size: 24px;
    color: #fff;
}

#pid_check .m_answer-table {
    padding: 24px 0;
    margin-bottom: 24px;
}

#pid_check .m_submit {
    margin-top: 24px;
    margin-bottom: 12px;
}

#pid_check .title {
    background: url(../img/head_not_top.png) center top no-repeat;
    height: 494px;
}

/* base.html ----------------------------*/

#pid_send .white {
    height: 274px;
}

#pid_send .title {
    background: url(../img/head_not_top.png) center top no-repeat;
    height: 530px;
}

#pid_send .msg {
    color:#444444;
    font-weight:bold;
    margin:0;
    padding:6px 30px;
    text-align:center;
    height: 346px;
}

/* end_index.html ----------------------------*/

#pid_end .white {
    height: 274px;
}

#pid_end .title {
    background: url(../img/head_not_top.png) center top no-repeat;
    height: 371px;
    margin-bottom: 60px;
}

#pid_end .msg {
    color:#444444;
    font-weight:bold;
    margin:0;
    padding:6px 30px;
    text-align:center;
    height: 346px;
}


/* custom 2017/09/21 ----------------------------------------- */
/* radio btn style */

.label01 {
    width: 100%;
    margin-bottom: 16px;
}

.radio01-input {
    display: none;
}

.radio01-text {
    position: relative;
/*    border: solid 1px #e64290;*/
    border: solid 1px #969696;
    padding: 3px 12px;
    margin-right: 12px;
    padding-left: 40px;
    padding-right: 20px;
    background-color: #fff;
/*    color: #e64290;*/
    border-radius: 5px;
    background-position: 12px 50%;
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4);
    display: block;
    width: 100%;
}

.radio01-text.orange {
    border: solid 1px #ec7000;
    color: #ec7000;
}

.radio01-text.purple {
    border: solid 1px #E64290;
    color: #E64290;
}

.radio01-text.green {
    border: solid 1px #00a63c;
    color: #00a63c;
}

.radio01-text.blue {
    border: solid 1px #0098D8;
    color: #0098D8;
}

.radio01-text.maru {
    font-weight: bold;
    color: #001aff;
}

.radio01-text.batsu {
    font-weight: bold;
    color: #ff0000;
}

.radio01-text::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    margin: 10px 10px;
    margin-right: 16px;
/*    border: 1px solid #e64290;*/
    border: 1px solid #969696;
    border-radius: 50%;
}

.radio01-text.orange::before {
    border: 1px solid #ec7000;
}

.radio01-text.purple::before {
    border: 1px solid #E64290;
}

.radio01-text.green::before {
    border: 1px solid #00a63c;
}

.radio01-text.blue::before {
    border: 1px solid #0098D8;
}

.radio01-input:checked ~ .radio01-text {
    color: #fff;
    background-color: #e64290;
    box-shadow: none;
}

.radio01-input.orange:checked ~ .radio01-text {
    background-color: #ec7000;
}

.radio01-input.purple:checked ~ .radio01-text {
    background-color: #E64290;
}

.radio01-input.green:checked ~ .radio01-text {
    background-color: #00a63c;
}

.radio01-input.blue:checked ~ .radio01-text {
    background-color: #0098D8;
}

.radio01-input:checked ~ .radio01-text::before {
    border-color: #fff;
}

.radio01-input:checked ~ .radio01-text::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    margin: 10px 10px;
    margin-right: 16px;
    background: #fff;
    border-radius: 50%;
}

.white {
    background: #fff;
    width: 100%;
    height: 354px;
    position: absolute;
    z-index: -1;
}

.quiz-error {
    display: inline-block;
    margin: 0 auto;
    background-color: #e80606;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 5px;
}

.quiz-error.error-q1,
.quiz-error.error-q2,
.quiz-error.error-q3 {
    /* position: absolute; */
    bottom: -50px;
    margin-top: 0;
    white-space: nowrap;
}