@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');

/*additional reset
---------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body.safari #content, body.safari #footer {/*サファリでリンク先から戻った時文字が拡大する対応*/
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    margin: 0;
    font-size: 16px;
}
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
/** link **/
a:link {
    color: #1c7fbd;
	text-decoration: underline;
}

a:visited {
    color: #1c7fbd;
}

a:hover,
a:active {
	text-decoration: none;
}

/*初期設定
----------------------------------------------------*/
#wrapper{
    padding: 0 0 0 0;
    overflow: hidden;
    margin: auto;
    position: relative;
    background: #fffce1;
}
.content{
    display: block;
    margin: 60px auto;
}
@media screen and (min-width:640px) {
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }
}

@media screen and (max-width:640px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    #wrapper{
        width: 100%;
    }
}
/*layout
----------------------------------------------------*/

img{
    width: 100%;
    padding: 0;
}
.tac{
    text-align: center;
}
.tar{
    text-align: right;
}
.mt0{
    margin-top: 0;
}
.mb0{
    margin-bottom: 0;
}
.mb5{
    margin-bottom: 5px;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mt20{
    margin-top: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mt30{
    margin-top: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mt40{
    margin-top: 40px;
}
.pink{
    color: rgb(255, 0, 120);
}
.red{
    color: rgb(255, 0, 0);
}
.gray{
    color: rgb(0, 0, 0);
}
.orange{
    color: rgb(255, 153, 0);
}
.blue{
    color: rgb(0, 102, 204);
}
.marker{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 30%,#ffee57 0%) repeat scroll 0 0;
}
.marker02{
    border-bottom-style: dotted;
    border-bottom-color: #dcdcdc;
    border-bottom-width: 3px;
    padding-bottom: 3px;
}
.fsLL {
    font-size: 55px;
}
.fsL {
    font-size: 25px;
}
.fsM {
    font-size: 17px;
}
.fsS{
    font-size: 10px;
}

footer {
    padding: 30px 20px;
    text-align: center;
    background: #c21920;
    font-size: 13px;
    display: flex;
    justify-content: center;
    color: #fff;
}
footer a{
    color: #fff!important;
}

header img {
    height: auto;
    width: 23%
}
header .bb {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 2px;
    border-bottom: dotted 3px #c21920;
    width: fit-content;
    height: auto;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    max-width: 1300px;
    margin: auto;
}
h2 {
text-align: center;
    /* padding: 10px 40px; */
    /* background: #d2d2d2; */
    width: fit-content;
    margin: 0 auto 0px;
}
.container {
    max-width: 1000px;
    margin: auto;
    background: #fff;
    padding: 40px;
}
b{
    font-weight: bold;
}
img.arrows {
    width: 90%;
    margin: 0px auto;
}
section#content {
    margin: 30px 0;
}
p.Q_section_icon {
    max-width: 640px;
    margin: auto;
    position: relative;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 37px;
    border-top: 2px solid #c21920;
}
span.Q_section_icon_sb {
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    color: #c71521;
    right: 0;
    left: 0;
    margin: auto;
    top: -20px;
    background: #fff;
    width: fit-content;
    padding: 0 20px;
}
p.q_text {
    text-align: center;
    margin: 10px 0;
    font-size: 26px;
}
input[type=radio] {
    display: none; /* ラジオボタンを非表示にする */
}
.q_text01 {
    display: flex;
    justify-content: space-around;
    width: 640px;
    margin: 40px auto 0px;
    border-bottom: 2px solid #c71521;
    padding-bottom: 30px;
}
.q_text02 {
    width: 640px;
    margin: 40px auto 0px;
    border-bottom: 2px solid #c71521;
    padding-bottom: 30px;
}
.Q_section01 label,.Q_section02 label {
    display: block;
    padding: 25px 20px;
    text-align: center;
    background: #fff;
    border: 5px solid #c71521;
    border-radius: 10px;
    width: 300px;
    font-weight: bold;
    font-size: 18px;
}
.Q_section_comment01 {
    position: relative;
    padding: 15px 40px;
    background-color: #c71521;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
    margin: 0 20% 0 auto;
    width: fit-content;
}

.Q_section_comment01:before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: -10px;
    left: 20px;
    margin-left: 0;
    background-color: #c71521;
    border-radius: 50px 0 50px 0;
    z-index: -2;
}

.Q_section_comment01:after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: -16px;
    left: -1px;
    margin-left: 0;
    background-color: #fff;
    border-radius: 50px 0 50px 0;
    z-index: -1;
    transform: rotate(16deg);
}
.pre-selected {
    color: #fff !important;
    background-color: #c71521!important;
}
.content02 img {
    width: 15%;
    height: 100%;
}
.hukidashi {
    position: relative;
    display: inline-block;
    margin: 20px 0px 20px 35px;
    padding: 35px 70px 25px;
    width: 50%;
    height: fit-content;
    color: #000;
    line-height: 1.4;
    font-weight: bold;
    font-size: 18px;
    background: #fffce1;
    border: solid 3px #c71521;
    box-sizing: border-box;
    border-radius: 10px;
}

.hukidashi:before {
    content: "";
    position: absolute;
    top: 48%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #fffce1;
    z-index: 2;
}

.hukidashi:after {
    content: "";
    position: absolute;
    top: 48%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #c71521;
    z-index: 1;
}
.content02 {
    display: flex;
    justify-content: center;
    margin: 30px 0 40px;
    align-items: center;
}
p.hukidashi02 {
    position: absolute;
    background: #c71521;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    line-height: 1;
    top: -20px;
    left: 40px;
}
button.slide-next.question_btn_next {
    display: block;
    text-align: center;
    margin: auto;
    background: linear-gradient(to bottom, #ff1c2b, #9f0000);
    width: 300px;
    height: 60px;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    border: none;
}
.label_box img {
    margin: 0 0 15px;
    width: 300px;
}
p.label_box_p {
    margin: 15px 0 0;
    width: 300px;
    text-align: center;
    line-height: 1.4;
}
.hukidashi03 {
    position: relative;
    display: inline-block;
    margin: 20px 0px 20px 35px;
    padding: 25px 60px 25px;
    width: 50%;
    height: fit-content;
    color: #000;
    line-height: 1.4;
    font-weight: bold;
    font-size: 18px;
    background: #fffce1;
    border: solid 3px #c71521;
    box-sizing: border-box;
    border-radius: 10px;
}

.hukidashi03:before {
    content: "";
    position: absolute;
    top: 48%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #fffce1;
    z-index: 2;
}

.hukidashi03:after {
    content: "";
    position: absolute;
    top: 48%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #c71521;
    z-index: 1;
}
.content03 {
    display: flex;
    justify-content: center;
    margin: 25px 0 40px;
    align-items: center;
}
.content03 img {
    width: 18%;
    height: 100%;
}
.Q_section_comment02{
    line-height: 1.2;
    text-align: center;
    position: relative;
    padding: 15px 40px;
    background-color: #c71521;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
    margin: -25px auto -10px -25%;
    width: fit-content;
}

.Q_section_comment02:before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: -10px; left: 20px;
    margin-left: 0;
    background-color: #c71521;
    border-radius: 0 50px 0 50px;
    z-index: -1;
}

.Q_section_comment02:after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: -5px; left: 30px;
    margin-left: 0;
    background-color: #fff;
    border-radius: 0 50px 0 50px;
    z-index: -1;
    transform: rotate(30deg);
}
.Q_section_comment03 {
    line-height: 1.2;
    text-align: center;
    position: relative;
    padding: 15px 40px;
    background-color: #c71521;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
    margin: -25px -25% -10px auto;
    width: fit-content;
}
.Q_section_comment03:before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: -10px;
    left: 160px;
    margin-left: 0;
    background-color: #c71521;
    border-radius: 50px 0 50px 0;
    z-index: -2;
}

.Q_section_comment03:after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: -16px;
    left: 140px;
    margin-left: 0;
    background-color: #fff;
    border-radius: 50px 0 50px 0;
    z-index: -1;
    transform: rotate(16deg);
}
input[type="tel"] {
    padding: 5px;
    width: 200px;
    border: 2px solid #959595;
    border-radius: 5px;
    margin-bottom: 5px;
}
label.Q3_1 {
    display: block;
    text-align: center;
    margin-top: 30px;
    margin: auto;
    width: 100%;
}

.accordion {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 500px;
    position: relative;
    width: 100%;
    padding-bottom: 25px;
}
.accordion-title {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 50px;
}
.accordion-content {
    display: none;
    padding: 15px 30px;
    margin-bottom: 10px;
    
}
.accordion-content p {
    font-size: 13px;
    line-height: 1.5;
}
/* タイトルの背景色 */
.accordion-item:nth-of-type(1) .accordion-title {
    background-color: #979797;
}
/* コンテンツボックスの枠線 */
.accordion-item:nth-of-type(1) .accordion-content {
}
/* 矢印 */
.accordion-title {
    position: relative;
}
.accordion-title::after {
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
}
.accordion-title.open::after {
    top: 45%;
    transform: rotate(-45deg);
}

select#pref{
    padding: 5px;
    width: 90px;
    border: 2px solid #959595;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
}
input#city{
    padding: 5px;
    width: 250px;
    border: 2px solid #959595;
    border-radius: 5px;
    margin-bottom: 5px;
}
input.q4_input{
    padding: 5px;
    width: 300px;
    border: 2px solid #959595;
    border-radius: 5px;
    margin-bottom: 5px;
}
.q_text02 {
    display: block;
    width: 640px;
    margin: 20px auto 20px;
    padding-bottom: 0;
}
.content04 {
    display: flex;
    justify-content: center;
    margin: 20px 0 30px;
    align-items: center;
}
.content04 img {
    width: 80%;
}

label.q4_text {
    display: block;
    text-align: center;
    margin: 30px 0 0;
}
.birthday {
    display: block;
    text-align: center;
    margin-bottom: 25px;
}
select#select_year,select#select_month,select#select_day{
    padding: 5px;
    border: 2px solid #959595;
    border-radius: 5px;
    margin-bottom: 5px;
}
input.q5_input{
    padding: 5px;
    width: 300px;
    border: 2px solid #959595;
    border-radius: 5px;
    margin-bottom: 5px;
}
input.q5_input2{
    padding: 5px;
    width: 300px;
    height: 80px;
    border: 2px solid #959595;
    border-radius: 5px;
    margin-bottom: 5px;
    vertical-align: top;
}
label.q5_text {
    display: block;
    text-align: center;
    margin: 10px 0 10px;
}
label.q5_text span{
    font-weight:bold;
    margin: 0 1%;
    color: #fff;
    background-color: #ff6f60;
    padding: 1%;
    border-radius: 5px;
    font-size: 0.8em;
}
label.q5_text span.free{
    font-weight:bold;
    margin: 0 1%;
    color: #fff;
    background-color: #16ac66;
    padding: 1%;
    border-radius: 5px;
    font-size: 0.8em;
}
.slide-next.question_btn_next:disabled {
    background: #ccc;
}
input.submitBtn.question_btn_next{
    display: block;
    text-align: center;
    margin: auto;
    background: linear-gradient(to bottom, #ff1c2b, #9f0000);
    width: 500px;
    height: 70px;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    margin-bottom: 25px;
    line-height: 1.3;
}

input.submitBtn.question_btn_next:disabled {
    background: #ccc;
}
.slick-disabled {
    opacity: 0;
}
section#finish_content {
    max-width: 1000px;
    margin: 30px auto 50px;
    background: #fff;
    padding: 50px;
    width: 95%;
}
.finish_wrapper{
    padding: 50px 0;
}
.finish_inner01 {
    text-align: center;
}
p.finish_content_p {
    font-weight: bold;
    margin: 35px 0 20px;
    font-size: 20px;
}
.finish_inner02 {
    text-align: center;
    margin: 40px 0px;
    border: 2px solid #f21825;
    padding: 20px 15px;
}
.finish_inner02 img {
    max-width: 540px;
    width: 90%;
    margin-top: 15px;
}
p.finish_content_p2 {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 5px !important;
    color: #f21825;
}
.finish_inner02 p {
    margin: 0;
}
.finish_inner03 {
    padding: 20px;
    background: #ebebeb;
}
p.finish_content_p3 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 4px solid #f21825;
    width: fit-content;
    margin: 20px auto;
}
.finish_inner04 {
    display: flex;
    justify-content: space-between;
}
.finish_inner04 p {
    width: 30%;
}
.finish_inner05 {
    margin: 30px 0;
    text-align: center;
}
p.finish_content_p4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
a.top_btn {
    text-align: center;
    margin: auto;
    display: block;
    text-decoration: none;
    background: #c11a21;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    width: 300px;
    border-radius: 50px;
}

.Q_section02 label {
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 25px 40px;
}
@media screen and (max-width:640px) {
    section#finish_content {
        width: 95%;
        margin: 30px auto 50px;
        padding: 35px 15px 45px;
    }
    .finish_inner03 {
        padding: 20px 10px;
    }
    .fsLL {
        font-size: 45px;
    }
    .fsL {
        font-size: 20px;
    }
    .fsM {
        font-size: 15px;
    }
    header img {
    width: 35%;
}
header .bb {
    font-size: 13px;
    margin-left: 20px;
    line-height: 1.2;
}
header {
    padding: 8px 10px;
}
.content {
    margin: 10px auto 35px;
    width: 95%;
}
.container {
    padding: 10px 10px;
}
.slick-slide {
    line-height: 1.3;
}
p.Q_section_icon {
    font-size: 30px;
}
p.q_text {
        font-size: 19px;
    margin: 5px auto;
}
.q_text01 {
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin: 10px auto 10px;
}
.Q_section01 label {
    border: 3px solid #c71521;;
    margin-bottom: 10px;
    width: 49%;
    padding: 13px 10px;
    font-size: 15px;
}
 .Q_section02 label {
    border: 3px solid #c71521;;
    margin-bottom: 10px;
    width: 100%;
    padding: 13px 10px;
    font-size: 15px;
}
.Q_section02 label {
        padding: 16px 0px;
    font-size: 16px;
}
.Q_section_comment01 {
    margin: 0 0 0 20px;
}
.Q_section_comment01:before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: -10px;
    left: 20px;
    margin-left: 0;
    background-color: #c71521;
    border-radius: 0 50px 0 50px;
    z-index: -1;
}
.Q_section_comment01:after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: -5px;
    left: 30px;
    margin-left: 0;
    background-color: #fff;
    border-radius: 0 50px 0 50px;
    z-index: -1;
    transform: rotate(30deg);
}
.slick-slide img {
    display: block;
    width: 100%;
    margin: 0 0 10px;
}
.content02 {
    margin: 0;
    align-items: center;
}
.content02 img {
    width: 22%;
    height: 100%;
}
.hukidashi {
margin: 20px 0px 13px 25px;
    padding: 10px 8px 10px;
    width: 66%;
    font-size: 14px;
}
p.hukidashi02 {
    left: 10px;
    font-size: 14px;
    padding: 8px 20px;
}
.content03 img {
    height: 100%;
}
   .Q_section_comment02 {
    margin: -5px auto 11px 0;
    padding: 10px 15px;
    font-size: 13px;
}
    .Q_section_comment03 {
       margin: -6px 0px 14px auto;
    padding: 10px 15px;
    font-size: 15px;
    font-size: 13px;
    }
    .content03 img {
        width: 38%;
        height: 100%;
    }
    .hukidashi03 {
    margin: 0px 0px 0px 24px;
    padding: 10px 10px 10px;
    width: 66%;
    font-size: 15px;
    }
    .content03 {
    align-items: center;
}
.content03 {
    margin: 10px 5px 0px;
}
button.slide-next.question_btn_next.next2 {
    margin-bottom: 30px;
}
.Q_section02 .q_text01 .label_box {
    width: 48%;
}
p.label_box_p {
    width: 100%;
}
.Q_section_comment03:before {
    left: 95px;
}
.Q_section_comment03:after {
    left: 76px;
}
.q_text02 {
    margin: 15px auto 0;
    width: 100%;
}
label.Q3_1 {
    margin-top: 15px;
}
.accordion-title {
    font-size: 13px;
    text-align: center;
}
.accordion {
    margin-top: 20px;
}
.content04 {
    align-items: center;
    margin: 7px 5px 25px;
}
.content04 img {
    height: 100%;
    margin: 0;
}
button.slide-next.question_btn_next.next3 {
    margin-bottom: 30px;
}
.accordion-content {
    padding: 8px 0px 0;
    margin-bottom: 0;
}
input#city {
    width: 230px;
}
button.slide-next.question_btn_next.next4 {
    margin-bottom: 30px;
}
.birthday {
    margin-bottom: 10px;
}
input.submitBtn.question_btn_next {
    width: 97%;
    font-size: 17px;
}
label.q5_text {
    text-align: left;
    margin: 0;
}
section#content {
    margin: 10px 0;
}
label.q4_text {
    margin: 15px 0 0;
}

p.Q_section_icon {
    margin-top: 30px;
    margin-bottom: 25px;
}
.fsSS {
    margin-top: 0;
}
.Q_section02 label {
    height: 77px;
}.mb30 {
    margin-bottom: 15px;
}
}

@media screen and (min-width:640px) and ( max-width:800px) {
    .Q_section_comment02 {
    margin: -25px auto 15px -9%;
}
.Q_section_comment03 {
    margin: -25px -9% 15px auto;
}
.Q_section_comment01 {
    margin: 0 9% 0 auto;
}
.content02 img {
    height: 100%;
}
.content03 img {
    width: 23%;
    height: 100%;
}
.content04 img {
    height: 100%;
}
}

.fsSS {
    margin-top: 0;
    display: block;
    font-size: 10px;
}
.mv {
    position: relative;
}
.popup img{
    width: 95%;
    margin-top:15px;
    max-width: 500px;

}

/*モーダルを開くボタン*/
.modal-open{
    /*position: absolute;*/
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 4%;
    left: 11%;
    color: #fff;
    font-size: 14px;
    margin: 2% auto 0;
    cursor: pointer;
    border-bottom: solid 1px #fff;
    width:fit-content;
}
.modal-open2{
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 4%;
    left: 11%;
    color: #fff;
    font-size: 14px;
    margin: auto;
    cursor: pointer;
    border-bottom: solid 1px #fff
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
    z-index: 99;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 700px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
    .modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -0.7%;
    right: -10%;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  background: #fff;
  text-align: left;
  padding: 30px;
}
.remodal {
    max-width: 700px;
    max-height: 500px;
    overflow-y: scroll;
}
.modal-content h3{
	font-size: 1.7rem;
	color:#fff;
    margin: 10px 0 0;
    background: #c01920;
    text-align: center;
    padding: 1.5% 0 0.8%;
}
.waku{
    border: solid 3px #c01920;
    padding: 4% 3% 2%;
}
.modal_area h4 span {
    color: #c01920;
}
.eigyo {
    display: flex;
    margin: 0 0 10px;
}
h4.mbbb {
    font-size: 17px;
    font-weight: bold;
}
span.fcR {
    color: #c01920;
}
p.mB10 {
    margin-bottom: 14px;
}

@media screen and (max-width:640px) {

    .modal-open {
    /*position: absolute;*/
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 3%;
    left: 4%;
    color: #fff;
    font-size: 11px;
    margin: 0 auto;
    cursor: pointer;
}
.modal-content{
  background: #fff;
  text-align: left;
  padding: 10px;
}
.modal-body {
    max-width: 600px;
    width: 90%;
}
p.mB10 {
    margin-bottom: 14px;
    text-align: center;
    line-height: 1.3;
}
.eigyo {
    display: block;
    text-align: center;
    margin: 0 0 10px;
    line-height: 1.4;
}

}

.q3_ttl{
    font-weight:bold;
    margin: 0px 0 5px;
}
.q3_ttl span{
    font-weight:bold;
    margin: 0 1%;
    color: #fff;
    background-color: #ff6f60;
    padding: 1%;
    border-radius: 5px;
    font-size: 0.8em;
}
.q3_dl{
    margin: auto;
    margin-bottom: 20px;
    display: block;
    width: 60%;
}
select#region,select#office,select#job {
    width: 100%;
    padding: 5px;
}

@media screen and (max-width:640px) {
.q3_dl{
    margin: auto;
    margin-bottom: 20px;
    display: block;
    width: 90%;
}
}