@charset "UTF-8";

html {
    line-height: 1.5;
}

.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: 1.2em;
    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.9em;
    font-weight: 400;
}

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

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

body {
    margin: 0;
}

a {
    text-decoration: underline;
    color: #5b9bd5;
}

a:hover {
    cursor: pointer;
}

.up {
    color: #5d990f;
}

.ft_ss {
    font-size: 0.75em !important;
}

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

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

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

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

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

.ft_2l {
    font-size: 1.5em !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: 1.5em;
}

.note {
    padding: 4px;
    margin-bottom: 0.5em;
    line-height: 1.4;
}

.note span.arrow {
    display: inline-block;
}

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

.note .note {
    margin: 0;
    padding: 4px;
}

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

.note .note.enq {
    padding: 0.5em 1em;
    width: 810px;
}

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

.note.lgr {
    background: #e7f3c8;
}

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

.sp_num {
    display: inline-block;
    padding: 3px;
    flex-basis: 8%;
}

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;
}

h1 {
    font-size: 2rem;
    line-height: 110%;
    margin: 2.1rem 0 1.68rem 0;
}

h2 {
    font-size: 1.8rem;
    line-height: 110%;
    margin: 1.78rem 0 1.424rem 0;
}

h3 {
    font-size: 1.6rem;
    line-height: 110%;
    margin: 1.46rem 0 1.168rem 0;
}

h4 {
    font-size: 1.5rem;
    line-height: 110%;
    margin: 1.5rem 0 0.912rem 0;
}

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

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

small {
    font-size: 75%;
}

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

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

.header_cont img {
    vertical-align: top;
}

.header_item {
    text-align: left;
}

.header_cont2 {
    width: 100%;
}

.header_cont img[name='logo_home'] {
    width: 250px;
}

.header_cont img[name='logo_n'] {
    width: 195px;
    height: 25px;
}

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

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

.header_title div:first-child {
    font-size: 2rem;
}

.header_title div:nth-child(2) {
    font-size: 1.4rem;
}

.header_title2 div {
    font-size: 1.4rem;
    margin-right: -50px;
}

.header_menu {
    display: table;
}

ul.nav_menu {
    display: table-row;
    text-align: center;
}

ul.nav_menu li {
    display: table-cell;
    color: #fff;
    border-left: 2px solid #fff;
    box-sizing: border-box;
    background: #8fca1f;
    vertical-align: middle;
    width: 14%;
    font-size: 1.1rem;
}

ul.nav_menu li:first-child {
    border-left: none;
}

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

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

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

ul.arrow li a {
    color: #5b9bd5;
}

.contents {
    margin-left: 20px;
    justify-content: flex-start;
}

.contents_head {
    width: 100%;
    margin-top: 1rem;
}

.contents_head::after {
    position: relative;
    display: inline-block;
    content: url(../img/h_arrow.png);
    left: -15px;
    top: -7px;
}

.contents_head.sub::after {
    top: -6px;
    transform: scaleY(0.8);
}

.contents_head.long::after {
    left: 50px;
    top: -6px;
    transform: scaleY(0.8) scaleX(1.53);
}

.contents .contents_item {
    width: 48%;
    padding: 0 5px;
}

.contents .contents_item_full {
    width: 100%;
}

.contents img.logo {
    margin-right: 2em;
}

.contents .contents_item.sub,
.contents .contents_item_full.sub,
.contents_head.sub {
    padding-left: 1.7em;
}

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

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

.contents_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 315px;
    margin: auto;
    width: 100%;
    height: 100%;
}

.fl {
    display: flex;
    align-items: center;
}

.fl2 {
    display: flex;
    align-items: flex-start;
}

.info {
    height: 265px;
    overflow: auto;
}

.info .info_item {
    font-size: 0.8em;
    color: #000;
    background: #e7f3c8;
    border-radius: 1em;
    padding: 1em;
    padding-left: 1.5em;
    margin: 5px;
    font-weight: 500;
}

.info .info_item a {
    color: #5b9bd5;
}

.cardbox {
    justify-content: flex-end;
}

.infocard {
    width: 78%;
    position: relative;
    background: #8fca1f;
    box-sizing: border-box;
    border: 3px solid #8fca1f;
    vertical-align: middle;
    margin-bottom: 18px;
    margin-right: 30px;
}

.infocard.auto {
    margin-top: auto;
    margin-left: auto;
}

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

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

.link {
    display: flex;
    flex-flow: row;
    padding-top: 15px;
}

img[name='nss'] {
    max-width: 200px;
}

.link_list {
    list-style: none;
}

.link .link_list {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.link .link_list {
    margin-right: 60px;
}

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

.faq_cont {
    display: flex;
    flex-flow: row;
    width: 98%;
}

.faq_cont .faq_item a {
    display: flex;
    color: #5d990f;
    text-decoration: none;
    font-weight: 500;
    font-size: 1em;
    background: #e7f3c8;
    border: 2px solid #5d990f;
    border-radius: 1em 0 1em 0;
    width: 150px;
    height: 110px;
    margin-right: 1em;
    margin-bottom: 1em;
    padding-left: 12px;
    justify-content: flex-start;
    align-items: center;
}

.faq_link a {
    padding-left: 0.5em;
    display: block;
    color: #000;
    text-decoration: none;
    margin-bottom: 4px;
}

.faq_link a:hover {
    text-decoration: underline;
}

.faq_q {
    padding-left: 0.5em;
}

.faq_a {
    display: flex;
    flex-flow: row wrap;
    background: #e7f3c8;
    color: #5d990f;
    padding: 3px 0;
    align-items: start;
    justify-content: space-between;
    word-break: normal;
    line-break: strict;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.faq_a p {
    margin: 0;
}

.faq_a p:first-child {
    width: 6%;
    padding-left: 0.5em;
    box-sizing: border-box;
}

.faq_a p:last-child {
    width: 93%;
}

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

ol li,
ul li {
    line-height: 1.3;
    padding: 0.1em 0;
}

li.li2 {
    list-style-type: none;
    text-indent: -1em;
}

li.li2::before {
    content: '・';
}

.footer {
    width: 950px;
    color: #fff;
    padding: 5px;
    padding-left: 30px;
    background: #8fca1f;
    margin: auto;
}

.footer_cont {
    display: flex;
    flex-flow: row nowrap;
}

.footer_cont .footer_item {
    padding-right: 45px;
    font-size: 0.9em;
}

div[name='info'] .footer_cont .footer_item:nth-child(2) {
    margin-left: 1em;
}

div[name='info'],
div[name='info']>div {
    font-size: 1.2em;
}

.footer_cont.copyright {
    justify-content: flex-end;
    text-align: right;
    font-family: '游ゴシック', 'Yu Gothic', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin-top: 24px;
}

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

.footer_title {
    font-size: 1.3em;
    font-weight: 500;
    margin: 10px 0;
}

.mobile_only {
    display: none;
}

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

.top_d span:first-child {
    margin-right: 1em;
}

.q_box {
    flex-flow: row wrap;
    width: 750px;
}

.q_title {
    display: flex;
    flex-flow: row wrap;
    flex-basis: 100%;
    background: #e7f3c8;
    padding: 3px;
    font-weight: 400;
    font-size: 1em;
}

.q_input {
    flex-flow: column;
    width: 100%;
    padding: 5px;
    font-size: 1em;
    justify-content: flex-start;
}

.q_input.top_form {
    margin-top: 1em;
}

.q_input table {
    box-sizing: border-box;
}

.q_input td.lbl_list {
    padding-right: 1em;
    vertical-align: baseline;
}

.q_input td.lbl_list.conf {
    padding-right: 2em;
}

.q_input td.lbl_list div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.q_input td.lbl_list label,
.q_input td.lbl_list span {
    font-weight: 500;
    display: inline-block;
    margin-bottom: 2px;
}

.address {
    vertical-align: baseline;
}

div.sample {
    background: #d9d9d9;
    position: relative;
    padding: 8px;
    bottom: 10px;
    left: 8%;
    max-width: 330px;
    z-index: 1;
}

div.sample::before {
    content: '';
    position: absolute;
    margin: 0;
    bottom: 180px;
    right: 332px;
    width: 0;
    height: 0;
    border-top: 78px solid #d9d9d9;
    border-left: 17px solid transparent;
    border-right: 11px solid transparent;
    transform: rotate(160deg);
    z-index: -1;
}

div.sample>div:first-child {
    padding-left: 8px;
    margin-bottom: 0.9em;
}

div.sample .sample_cont {
    display: flex;
    align-items: start;
    justify-content: space-around;
}

div.sample .sample_note {
    display: inline-block;
    width: 40%;
}

input[type='checkbox'],
input[type='radio'] {
    vertical-align: -4px;
    width: 20px;
    height: 20px;
}

input[type='checkbox']+label,
input[type='radio']+label {
    padding-left: 1em;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.8;
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='text'] {
    border-radius: 0;
    width: 100%;
    border: 2px solid #e0e0e0;
    padding: 2px;
    padding-left: 5px;
}

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

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

span[name='postmark']::after {
    content: '〒';
}

.q_input textarea {
    resize: vertical;
    height: 5rem;
    font-size: 1em;
    padding: 2px 0.5em;
    border: 2px solid #e0e0e0;
}

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

select {
    padding: 2px 5px 3px 5px;
    border: 2px solid #e0e0e0;
    background: #fff;
}

label[for='lq3_1_s1'] {
    margin-left: 44px;
}

span.req1,
span.req2 {
    display: inline-block;
    position: relative;
    text-align: left;
    background: 0 0;
    color: #fff;
}

span.req1:after {
    position: relative;
    content: '必須';
    top: 0;
    left: 5px;
    background: #5d990f;
    font-size: 0.9em;
    font-weight: 700;
    border: 1px solid #5d990f;
    border-radius: 3px;
    padding: 2px 3px;
    text-align: center;
    min-width: 3em;
}

span.req2:after {
    position: relative;
    content: '必須';
    top: 0;
    left: 0;
    background: #5d990f;
    font-size: 0.75em;
    font-weight: 700;
    border: 1px solid #5d990f;
    border-radius: 3px;
    padding: 2px 4px 1px 3px;
    text-align: center;
    min-width: 2.5em;
    margin-right: 4px;
}

.btn_footer input {
    margin: 0 1em;
}

button[type='button'],
button[type='submit'],
input[type='button'],
input[type='submit'] {
    background-color: #8fca1f;
    color: #fff;
    border: 1px solid transparent;
    font-size: 1em;
    border-radius: 5px;
    padding: 2px 12px 4px 12px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

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

button[name='sbm'] {
    font-family: 'メイリオ', 'Meiryo UI', sans-serif;
    font-weight: 500;
    position: relative;
    top: 5px;
    font-size: 0.8rem;
    height: 75px;
    box-sizing: border-box;
    transition: 0.5s;
}

@supports (-ms-ime-align: auto) {
    button[name='sbm'] {
        min-height: 65px;
    }

    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: 600;
}

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

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

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;
    padding: 0;
    max-width: 100%;
}

.top_box {
    width: 700px;
    margin: 3px;
}

.top_box .top_cont {
    margin-top: 5em;
    width: 50%;
}

.top_box .top_cont .top_input {
    margin: 5px;
    padding: 5px;
}

.box {
    width: 950px;
    margin: auto;
}

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

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

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

* {
    box-sizing: unset;
}

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

.footer_cont:not(.copyright),
.footer_title,
div.header_title,
div.header_title2,
ul.nav_menu li {
    font-family: 'Meiryo UI', 'メイリオ', sans-serif;
    letter-spacing: 1px;
}

.top_title {
    margin-top: 5em;
}

div.header_title,
div.header_title2 {
    letter-spacing: 2.5px;
}

.footer_cont:not(.copyright),
.footer_title {
    letter-spacing: 2px;
}

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

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

.loginInputGrid {
    display: grid;
    grid-template-rows: 1fr 1fr 26px;
    grid-template-columns: 120px 1fr;
    min-height: 80px;
    font-size: 1.2em;
}
.loginInputGrid__pwToggler {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
}

small {
    font-size: 75%;
}

.box {
    width: 950px;
    padding: 3px;
    padding-top: 0;
    margin: auto;
}

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

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

.q_map img {
    width: 300px;
}

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

.prog_box {
    width: 400px;
    display: flex;
    flex-flow: row;
    text-align: right;
    padding-top: 10px;
    margin: auto;
    margin-right: 0;
    font-family: Kosugi, sans-serif;
}

.prog_cont {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.prog_item {
    background: 0 0;
    color: #8fca1f;
    padding: 1px 7px;
    text-align: center;
    border: solid 2px #8fca1f;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1.5em;
    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: 90%;
    margin: auto;
    padding-bottom: 10px;
}

.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: 1.2em;
}

.q_title.enq.note {
    font-size: 1.1em;
}

.q_input.enq {
    width: 95%;
    margin: auto;
    padding-bottom: 1.2em;
}

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

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

button.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;
    transition: 0.15s;
}

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

.notice_box {
    width: 90%;
    background: #fff4b3;
    border: 2px dashed #e6bb67;
    padding: 8px 15px;
    margin-left: 0.5em;
    margin-top: 5px;
    border-radius: 8px;
    font-size: 0.95rem;
}

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

.conf_box {
    width: 750px;
    text-align: center;
}

.conf_item {
    text-align: left;
}

.tbl_conf {
    width: 95%;
    margin-left: 1em;
    table-layout: auto;
    line-height: 1.7;
}

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

.tbl_conf tr td:first-child {
    width: 5em;
    padding-left: 1em;
    vertical-align: top;
    min-width: 5em;
}

.tbl_conf tr td:last-child {
    text-align: left;
}

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

/* パスワード表示切り替え */
.pwToggleArea {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 0.8em;
}

/* デフォルトのパスワード表示ボタンを非表示 */
::-ms-reveal {
    display: none;
}