@charset "UTF-8";

html {
    line-height: 1.5;
}

*,
:after,
:before {
    box-sizing: unset;
}

.header_cont,
.p_ber,
.q_box,
.q_input,
.q_title {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.censusTitle {
    display: block;
    text-align: center;
    font-size: 0.9em;
    font-family: "M PLUS 2", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: normal;
    color: #000 !important;
    text-decoration: none;
}

.censusTitle__sub {
    display: block;
    font-size: 0.8em;
    font-weight: 400;
}

body,
form,
html,
table {
    font-size: 16px;
    font-family: 'Noto Sans JP', '游ゴシック', 'Yu Gothic', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック',
        'MS PGothic', sans-serif;
}

button,
input,
select,
textarea {
    font-family: 'Noto Sans JP', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo UI', Meiryo, 'ＭＳ Ｐゴシック',
        'MS PGothic', sans-serif;
}

body,
form {
    -webkit-text-size-adjust: 100%;
    margin: 0;
}

.up {
    color: #5d990f;
}

.ft_ss {
    font-size: 11px !important;
}

.ft_s {
    font-size: 0.875em !important;
}

.ft_ms {
    font-size: 0.9em !important;
}

.ft_m {
    font-size: 0.95em !important;
}

.ft_ml {
    font-size: 1em !important;
}

.ft_l {
    font-size: 1.1em !important;
}

.ft_2l {
    font-size: 1.3em !important;
}

.sp_red {
    color: red;
}

.sp_blue {
    color: #3d83c3;
}

.sp_sb {
    font-weight: 500;
}

.sp_b {
    font-weight: 700;
}

.sp_ul {
    text-decoration: underline;
}

.al_left {
    text-align: left;
}

.al_right {
    text-align: right;
}

.al_center {
    text-align: center;
}

.instead {
    height: 1em;
}

.box {
    width: 95%;
    text-align: center;
    margin: auto;
}

.box_border {
    width: 95%;
    margin: auto;
    border: 2px solid #000;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px;
}

.box_border.sp_normal {
    font-weight: 400;
}

.box_left {
    padding: 1em 0.5em;
    box-sizing: border-box;
    text-align: left;
}

.note {
    flex-basis: 100%;
    width: 100%;
    font-size: 0.95rem;
    padding: 4px;
    margin: auto;
    margin-bottom: 1em;
    text-align: left;
    line-height: 1.5;
    box-sizing: border-box;
}

.note.enq {
    margin-bottom: 0;
}

.note span.arrow {
    display: inline-block;
    font-size: 0.95em;
}

.note span.arrow::before {
    display: inline-block;
    content: '▲';
    transform: rotate(90deg);
}

.note .note {
    margin: 0;
}

.note .note.sub {
    margin-left: 0.5em;
}

.note .note.enq {
    padding: 0.5em;
    margin-bottom: 0;
}

.note.gr {
    background: #8fca1f;
}

.note.lgr {
    background: #e7f3c8;
}

.sp_note {
    display: inline-block;
    text-align: left;
    font-size: 0.85em;
    padding-left: 1em;
    text-indent: -1em;
    margin: 5px 0;
}

.sp_note2 {
    display: inline-block;
    text-align: left;
    font-size: 0.98em;
    padding-left: 1em;
    text-indent: -1em;
    margin: 5px 0;
}

.sp_indent {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
}

.sp_num {
    display: inline-block;
    margin-right: 0.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}

h5 {
    font-size: 1em;
    line-height: 110%;
    margin: 0.82rem 0 0.656rem 0;
}

h6 {
    font-size: 0.98em;
    line-height: 110%;
    margin: 0.5rem 0 0.4rem 0;
}

small {
    font-size: 75%;
}

.sp_theme {
    color: #053461;
}

.head1 {
    padding: 5px;
    color: #fcfcfc;
    font-weight: 700;
    background-color: #002060;
}

.head2 {
    font-weight: 700;
    padding: 5px;
    color: #000;
}

a:link {
    color: #5b9bd5;
}

a:visited {
    color: #06c;
}

a:hover {
    color: #33f;
}

a:active {
    color: #03f;
}

.contents,
.header {
    display: flex;
    flex-flow: row wrap;
    background: 0 0;
    color: #000;
    width: 100%;
    justify-content: center;
    padding-bottom: 10px;
    margin: auto;
    margin-bottom: 10px;
}

.header_cont {
    display: flex;
    width: 40%;
    flex-flow: column;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
}

.header_cont img {
    width: 40vw;
    padding: 0 4px;
    vertical-align: middle;
}

.header_cont img[name='logo_n'] {
    max-width: 28vw;
}

.header_cont img[name='logo_home2'] {
    max-width: 57vw;
}

@media screen and (min-width: 600px) {
    .header_cont img[name='logo_n'] {
        width: 168px;
    }

    .header_cont img[name='logo_home2'] {
        width: 240px;
    }
}

.header_item {
    text-align: left;
}

.header_cont2 {
    width: 98%;
}

.header_img {
    position: relative;
    padding-top: 38.9473%;
    width: 95%;
    margin-top: 3px;
}

.header_img img {
    overflow: hidden;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul.nav_menu {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    padding: 3px;
    box-sizing: border-box;
    width: 99%;
    margin: auto;
}

ul.nav_menu li {
    color: #fff;
    padding: 3px;
    border: 2px solid #fff;
    box-sizing: border-box;
    background: #8fca1f;
    width: 50%;
    list-style: none;
}

ul.nav_menu li:first-child {
    width: 100%;
}

ul.nav_menu li>a {
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    display: block;
}

ul.nav_menu li>a>img {
    width: 50%;
}

ul.arrow {
    padding-inline-start: 20px;
}

ul.arrow li {
    list-style-image: url(../img/i_arrow1.png);
    padding: 2px;
    font-size: 0.93em;
}

ul.arrow li a {
    color: #5b9bd5;
    text-decoration: underline;
}

.contents {
    text-align: left;
    justify-content: flex-start;
    max-width: 98%;
}

.contents_head {
    text-align: left;
    width: 100%;
    padding-left: 3px;
}

.contents_head::after {
    content: '';
    background-image: url(../img/h_arrow.png);
    display: inline-block;
    width: 150px;
    height: 10px;
    background-size: contain;
    margin-left: -3px;
}

.contents .contents_item,
.contents .contents_item_full {
    width: 100%;
    padding: 2px;
    text-align: left;
    margin-bottom: 0.5em;
    box-sizing: border-box;
}

.contents img.logo {
    margin: 1em;
    max-width: 38vw;
}

.contents .contents_item.sub,
.contents .contents_item_full.sub,
.contents_head.sub {
    padding-left: 0.2em;
    box-sizing: border-box;
}

.contents_video {
    width: 100%;
    max-width: 530px;
    padding: 0;
    margin: 10px auto;
}

.contents_video .contents_video_item {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    text-align: center;
}

.contents_video .contents_video_item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.info {
    max-height: 15em;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 1em;
    transform: translateZ(0);
}

.info::-webkit-scrollbar {
    width: 10px;
}

.info::-webkit-scrollbar-track-piece {
    background: #efefef;
}

.info::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
}

.info .info_item {
    width: 95%;
    font-size: 0.9em;
    text-align: left;
    color: #000;
    background: #e7f3c8;
    border-radius: 1em;
    padding: 0.5em 1em;
    margin: 4px auto;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .info .info_item {
        font-size: 13px;
    }
}

.cardbox {
    justify-content: center;
}

.infocard {
    width: 70%;
    position: relative;
    text-align: left;
    background: #8fca1f;
    box-sizing: border-box;
    border: 1px solid #8fca1f;
    margin: auto;
    margin-bottom: 15px;
}

.infocard img {
    width: 100%;
}

.infocard img.cardimg {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.infocard span {
    position: absolute;
    font-size: 0.9rem;
    margin: auto;
    margin-left: 0.3em;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 38%;
    color: #fff;
    font-weight: 500;
}

@media screen and (max-width: 360px) {
    .infocard span {
        font-size: 0.85rem;
    }
}

@media screen and (min-width: 450px) {
    .infocard {
        width: 65%;
    }

    .infocard span {
        font-size: 3vw;
    }
}

.link {
    display: flex;
    text-align: center;
    align-items: center;
    flex-flow: column;
}

.link img {
    max-width: 70vw;
    margin: 0.5em 0;
}

.link img[name='census'] {
    max-width: 40vw;
}

.link_list {
    list-style: none;
}

.link .link_list {
    width: 90%;
}

.link .link_list:last-child {
    margin-right: 0;
}

@media screen and (min-width: 800px) {
    .link {
        flex-flow: row nowrap;
        text-align: left;
    }
}

.faq_cont {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content: flex-start;
}

.faq_cont .faq_item a {
    color: #5d990f;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.85em;
    display: flex;
    background: #e7f3c8;
    border: 2px solid #5d990f;
    border-radius: 1em 0 1em 0;
    box-sizing: border-box;
    width: 135px;
    height: 80px;
    margin: 0.4em;
    justify-content: flex-start;
    align-items: center;
    padding-left: 8px;
}

.faq_link {
    width: 97%;
    margin: auto;
}

.faq_link a {
    display: block;
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 0.5em;
    color: #000;
    text-decoration: none;
}

.faq_q p:first-child {
    padding-top: 1em;
}

.faq_a {
    background: #e7f3c8;
    color: #5d990f;
    padding: 3px 5px;
    font-size: 0.95em;
    line-height: 1.7;
    word-break: normal;
    line-break: strict;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.faq_a p {
    margin: 0;
    margin-bottom: 2px;
}

ul {
    list-style-type: disc;
    list-style-position: outside;
    background: 0 0;
    padding: 0 0.5em 0 2em;
    margin: 0;
}

.footer {
    width: 98%;
    color: #fff;
    text-align: left;
    padding: 3px;
    padding-left: 5px;
    background: #8fca1f;
    margin-top: 1rem;
}

.footer>div {
    margin: 0.5rem;
}

.footer .footer_cont {
    width: 100%;
}

.footer .footer_cont .footer_item {
    padding-right: 5px;
    font-size: 0.85rem;
    margin-bottom: 14px;
}

.footer .footer_cont.copyright {
    justify-content: flex-end;
    text-align: left;
}

@media screen and (min-width: 700px) {
    .footer .footer_cont.copyright {
        text-align: right;
    }

    .footer_cont.copyright .footer_item {
        margin-right: 1em;
    }
}

.footer .footer_cont.right .footer_item {
    padding-right: 2px;
}

.footer_title {
    font-size: 1em;
}

.indent_tel {
    display: inline-block;
    width: 35px;
}

a[href^='tel:'] {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

div[name='info'],
div[name='info']>div {
    margin: 0.3rem;
    font-size: 0.95em;
}

div[name='info']>div.footer_title {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.p_ber1 {
    height: 8px;
    background-color: #fff;
}

.top_d {
    background: #2c6403;
    color: #fff;
    text-align: center;
    font-size: 1em;
    font-weight: 500;
    margin: auto;
}

.top_d span {
    display: block;
}

.q_box {
    flex-flow: row wrap;
    width: 100%;
}

.q_title {
    display: flex;
    flex-flow: row wrap;
    flex-basis: 100%;
    width: 100%;
    background: #e7f3c8;
    padding: 3px 4px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 0.96rem;
}

.q_num {
    flex-basis: 15%;
    max-width: 3em;
}

.q_str {
    text-align: left;
    flex-basis: 80%;
}

.q_input {
    flex-flow: column;
    width: 100%;
    font-size: 0.9em;
    padding: 5px;
    margin-top: 0.5em;
}

.q_input table {
    width: 100%;
}

.q_input table td {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
}

.q_input table td {
    padding-left: 1em;
    box-sizing: border-box;
    font-size: 16px;
}

.q_input td.lbl_list {
    width: 95%;
    text-align: left;
    font-size: 0.85em;
    vertical-align: baseline;
    margin: auto;
}

.q_input td.lbl_list[name='address_lbl'] {
    margin-top: 1em;
}

.q_input td.lbl_list.conf+td {
    width: 95%;
    margin: auto;
    margin-bottom: 7px;
    margin-top: -2px;
}

.q_input td.address {
    width: 95%;
    margin: auto;
    flex-flow: column nowrap;
}

.q_input td.address>div:first-child:before {
    content: '〒';
}

.q_input td.address2 {
    width: 95%;
    margin: auto;
}

span.req1,
span.req2 {
    display: inline-block;
    position: relative;
    text-align: left;
    font-weight: 700;
    background: 0 0;
}

span.req1:before {
    position: relative;
    content: '必須';
    top: 0;
    left: 5px;
    background: #5d990f;
    color: #fff;
    font-size: 0.9em;
    border: 1px solid #5d990f;
    border-radius: 3px;
    padding: 1px 2px;
    min-width: 3em;
}

span.req2:before {
    position: relative;
    content: '必須';
    top: 0;
    left: 0;
    background: #5d990f;
    color: #fff;
    font-size: 0.95em;
    border: 1px solid #5d990f;
    border-radius: 3px;
    padding: 1px 2px;
    min-width: 3em;
    margin-right: 5px;
}

.btn_footer {
    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
}

button[type='button'],
button[type='submit'],
input[type='button'],
input[type='submit'] {
    -webkit-appearance: none;
    background-color: #8fca1f;
    color: #fff;
    font-size: 1em;
    border-style: none;
    border-radius: 5px;
    padding: 8px 5px;
    margin: 2px;
    width: 155px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

button[type='button']:active,
button[type='submit']:active,
input[type='button']:active,
input[type='submit']:active {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
    transition: 0.1s box-shadow ease-in-out;
}

button[name='sbm'] {
    position: relative;
    top: 5px;
    width: auto;
    padding: 5px 10px;
    font-size: 0.8rem;
    box-sizing: border-box;
}

input[name='backpage'],
input[name='nextpage'] {
    padding: 10px 8px;
    width: 110px;
}

button:disabled,
input[type='button']:disabled,
input[type='submit']:disabled {
    background: #888;
    color: #fff;
    cursor: not-allowed;
}

input[name='backpage'] {
    background: #fff;
    border: 2px solid #636363;
    color: #636363;
    font-weight: 500;
    box-sizing: border-box;
}

input[name='postalset'] {
    margin-left: 1em;
    width: 80px;
}

button[name='to_inquiry_form'],
button[name='to_inquiry_form']:hover {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

input[type='checkbox'],
input[type='radio'] {
    vertical-align: middle;
    min-width: 18px;
    min-height: 18px;
    margin-bottom: 3px;
    margin-top: 6px;
}

label {
    font-weight: 500;
}

label.tel {
    font-size: 0.85em;
}

input[type='checkbox']+label,
input[type='radio']+label {
    padding-left: 0.5em;
    font-size: 0.9em;
    line-height: 2;
}

.q_input input[type='email'],
.q_input input[type='number'],
.q_input input[type='text'] {
    -webkit-appearance: none;
    width: 95%;
    margin: auto;
    background-color: transparent;
    padding: 2px 0.5em;
    border: 2px solid #e0e0e0;
    border-radius: 0;
    transition: 0.25s ease;
    box-sizing: border-box;
}

.q_input input[type='email']:focus,
.q_input input[type='number']:focus,
.q_input input[type='text']:focus {
    background-color: #fffde1;
}

span[name='postmark'] {
    display: inline-block;
}

.q_input input[type='text'].postalcode {
    width: 100px;
}

.q_input input[type='text'].postalcode:before {
    content: '〒';
}

select {
    -webkit-appearance: none;
    border: 2px solid #e0e0e0;
    border-radius: 0;
    padding: 4px;
    padding-top: 1px;
    margin: 0 2px;
    background: #fff;
}

.q_input textarea {
    -webkit-appearance: none;
    resize: none;
    height: 5rem;
    width: 95%;
    font-size: 0.9rem;
    padding: 2px 0.5em;
    border: 2px solid #e0e0e0;
    border-radius: 0;
}

.q_input textarea:focus {
    background-color: #fffde1;
}

div.sample {
    width: 95%;
    margin: auto;
}

div.sample .sample_cont {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 1em;
}

div.sample .sample_cont .sample_note {
    max-width: 330px;
    margin-left: 1em;
}

.top_box {
    display: flex;
    flex-flow: row wrap;
    width: 92vw;
    justify-content: center;
    margin: 3px;
}

.top_box label {
    display: block;
}

.top_cont {
    display: flex;
    flex-basis: 100%;
    flex-flow: column;
    align-items: center;
    margin: 0.5em 0;
    box-sizing: border-box;
    padding: 4px 3px 1em 3px;
    text-align: left;
}

.top_title {
    font-size: 4.5vw;
}

@media screen and (max-width: 360px) {
    .top_title {
        font-size: 4.7vw;
    }
}

.top_cont input[type='password'],
.top_cont input[type='text'] {
    -webkit-appearance: none;
    width: 85vw;
    background-color: transparent;
    padding: 0.5em;
    border: 2px solid #e0e0e0;
    border-radius: 0;
    margin: 0 0 3px 0;
}

@media screen and (min-width: 600px) {

    /*.header{max-width:550px}*/
    .top_title {
        font-size: 1.5em;
    }

    .top_box {
        max-width: 550px;
    }

    .top_cont input[type='password'],
    .top_cont input[type='text'] {
        max-width: 510px;
    }
}

.top_cont input[type='password']:focus,
.top_cont input[type='text']:focus {
    background-color: #fffde1;
    transition: 0.5s ease-in-out;
}

.bgErr {
    background-color: #ffe4e1 !important;
}

.desktop_only {
    display: none;
}

small {
    font-size: 75%;
}

.box {
    width: 98%;
    padding: 3px;
    padding-top: 0;
    margin: auto;
    box-sizing: border-box;
}

.q_map {
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: left;
    margin: 1em 0 1.5em 0;
}

.q_map>div {
    width: 95%;
    max-width: 500px;
    padding: 3px;
    margin-left: 0.5em;
}

.q_map img {
    width: 70vw;
    max-width: 300px;
}

.q_map .area {
    padding-left: 1em;
    margin: 0.5em 0;
    font-weight: 500;
}

.prog_box {
    width: 80%;
    padding-top: 5px;
    margin: auto;
    font-family: Kosugi, sans-serif;
}

.prog_cont {
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: auto;
}

.prog_item {
    background: 0 0;
    color: #8fca1f;
    padding: 1px 5px;
    text-align: center;
    border: solid 2px #8fca1f;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1em;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.prog_item.now {
    color: #5d990f;
    background: #e7f3c8;
    border: solid 2px #5d990f;
}

.prog_item.already {
    color: #fff;
    background: #8fca1f;
    border: solid 2px #8fca1f;
}

.q_box.enq {
    width: 100%;
    margin: auto;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.q_title.enq:not(.note) {
    background: #8fca1f;
    border-left: solid 8px #5d990f;
    padding: 2px 5px;
    margin: 10px auto 8px auto;
    font-weight: 500;
    font-size: 1em;
    text-align: left;
}

.q_title.enq.note {
    font-weight: 400;
}

.q_input.enq {
    text-align: left;
    margin: auto;
    padding-bottom: 0.5em;
}

.q_input.enq table {
    margin-top: 5px;
    line-height: 2;
}

.tbl_conf tr th {
    font-weight: 500;
}

.q_input.enq p {
    margin-top: 0;
}

.last_f {
    display: inline-block;
    min-width: 1.5em;
    margin-right: 2px;
    font-size: 0.9rem;
    text-align: center;
}

button[type='submit'].enq,
input[type='button'].enq,
input[type='submit'].enq {
    display: inline-block;
    padding: 4px 20px;
    text-decoration: none;
    background: #d4d9dc;
    color: #000;
    border: solid 1px #a3a3a3;
    border-bottom: solid 3px #a3a3a3;
    border-radius: 3px;
    box-shadow: none;
    font-weight: 500;
    width: auto;
    margin: 0.5rem 0;
}

button[type='submit'].enq:hover,
input[type='button'].enq:hover,
input[type='submit'].enq:hover {
    background: #efefef;
    box-shadow: none;
}

.notice_box {
    background: #fff4b3;
    border: 2px dashed #e6bb67;
    padding: 8px 15px;
    margin-top: 5px;
    border-radius: 8px;
    font-size: 0.9rem;
}

.notice_indent {
    display: inline-block;
    text-indent: -2em;
    padding-left: 2em;
}

.conf_box {
    width: 90%;
    text-align: center;
}

.conf_item {
    text-align: left;
}

/* dl スタイル定義 */
.definitions__term {
    color: #5d990f;
    font-weight: 500;
}

.definitions__description {
    margin-left: 1rem;
}

/* パスワード表示切り替え */
.pwToggleArea {
    width: 100%;
    display: flex;
    align-items: center;
}