@charset "utf-8";

/* CSS Document */

body {
    font-family: "Noto Sans JP", sans-serif, "Quicksand", "ヒラギノ角ゴシック", meiryo, "メイリオ";
    counter-reset: gnumber;
    min-width: 1024px;
}

a[target="_blank"] {
    background-image: url(../images/link-blank-icon.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 25px;
}

.customer-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    text-align: center;
    z-index: 2000;
    display: none;
}

.customer-btn a {
    display: block;
    width: 180px;
    height: 180px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    position: relative;
}

.customer-btn a:before {
    content: "";
    width: 180px;
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1999;
    left: 0;
    background: rgb(245, 202, 152);
    background: linear-gradient(59deg, rgba(245, 202, 152, 1) 0%, rgba(237, 130, 5, 1) 100%);
    transition: 0.8s;
    border-radius: 50%;
}

.customer-btn a:after {
    content: "";
    width: 180px;
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1998;
    left: 0;
    background: rgb(237, 130, 5);
    background: linear-gradient(59deg, rgba(237, 130, 5, 1) 0%, rgba(245, 202, 152, 1) 100%);
    border-radius: 50%;
}

.customer-btn a:hover:before {
    opacity: 0;
    border-radius: 25px;
}

.customer-btn-inner {
    font-size: 20px;
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.6));
    display: block;
    z-index: 3000;
}

.customer-btn a:hover img {
    opacity: 1;
    background: none;
}

header,
section {
    width: 100%;
    text-align: center;
}

.head-inner {
    width: 980px;
    padding: 10px;
    margin: 0 auto;
    text-align: left;
}

.section-inner {
    width: 980px;
    padding: 50px 0;
    margin: 0 auto;
}

.cont-section-inner {
    width: 980px;
    padding: 50px 0;
    margin: 0 auto;
    text-align: left;
}

.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}

.bx-wrapper {
    margin-bottom: 0 !important;
}

.bx-viewport {
    min-width: 980px !important;
}

.slider > img {
    width: 100% !important;
    height: auto !important;
}

.border-G-1 {
    border: 1px solid #dadada;
}

.sec-bg-blue {
    background: #e5ebf4;
}

.sec-bg-gray {
    background: #efefef;
}

.sec-bg-green {
    background: #e6f4e5;
}

.sec-bg-yel {
    background: #fffde5;
}

.section-title h2 {
    font-size: 36px;
    margin-bottom: 40px;
    display: block;
}

.section-title span {
    font-size: 24px;
    margin-bottom: -10px;
    display: block;
}

.section-title-nowrap h2 {
    font-size: 23px;
    margin-bottom: 40px;
    display: block;
}

.link-container {
    display: flex;
    justify-content: space-between;
}

.contact-bnr {
    width: 480px;
    height: 230px;
    background-image: url(../images/contact-link-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
    border: 1px solid #dadada;
    text-align: center;
}

.contact-bnr > span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    width: 330px;
    margin: 10px auto;
    text-shadow: 1px 1px 4px #fff, 1px -1px 4px #fff, -1px 1px 4px #fff, -1px -1px 4px #fff;
}

.contactlink-btn {
    margin-top: 10px;
}

.contactlink-btn a {
    display: block;
    width: 310px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 20px 0 20px 30px;
    border-radius: 8px;
    background: #ff8a00;
    transition: 0.8s;
    position: relative;
    background-image: url(../images/contact-btn-icon-or.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.contactlink-btn a:after {
    content: "";
    position: absolute;
    right: 7px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contactlink-btn a:hover {
    opacity: 0.85;
}

.contracted-bnr {
    width: 480px;
    height: 230px;
    background-image: url(../images/contracted-link-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
    border: 1px solid #dadada;
    text-align: center;
}

.contracted-bnr > span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    width: 480px;
    margin: 10px auto;
    text-shadow: 1px 1px 4px #fff, 1px -1px 4px #fff, -1px 1px 4px #fff, -1px -1px 4px #fff;
}

.contractedlink-btn {
    margin-top: 10px;
}

.contractedlink-btn a {
    display: block;
    width: 310px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 20px 0 20px 30px;
    border-radius: 8px;
    background: #bd3030;
    transition: 0.8s;
    position: relative;
    background-image: url(../images/contact-btn-icon-rd.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.contractedlink-btn a:after {
    content: "";
    position: absolute;
    right: 7px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contractedlink-btn a:hover {
    opacity: 0.85;
}

.top-onayami {
    background-image: url(../images/top-onayami-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
}

.top-onayami-list {
    list-style: none;
    font-size: 30px;
    font-weight: bolder;
    width: 70%;
    margin: 0 auto;
    position: relative;
}

.top-onayami-list:after {
    content: url(../images/top-onayami-arrow.png);
    padding-top: 30px;
    position: absolute;
    left: 30%;
}

.top-onayami-list li {
    text-align: left;
    padding: 8px 0 8px 35px;
    background-image: url(../images/top-onayami-check.png);
    background-repeat: no-repeat;
    background-position: 0 48%;
}

.top-checkpoint {
    background-image: url(../images/top-metro-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top-checkpoint-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
    color: #fff;
    margin-bottom: -50px;
    counter-reset: number;
}

.top-checkpoint-list > li {
    width: 313px;
    background: rgba(1, 62, 143, 0.8);
    padding: 20px 10px;
    text-align: left;
    margin-bottom: 50px;
    position: relative;
}

.top-checkpoint-list > li:after {
    opacity: 0.3;
    counter-increment: number;
    content: "0" counter(number);
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: 50px;
    font-style: oblique;
    line-height: 100%;
    z-index: 100;
}

.top-checkpoint-list > li > h3 {
    font-size: 24px;
    font-weight: bold;
    padding: 8px 0;
    line-height: 1.3;
    min-height: 67px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.top-checkpoint-list > li > p {
    z-index: 101;
    font-weight: bold;
}

.partner-img {
    display: flex;
    justify-content: center;
}

.update-section {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.update-container {
    width: 48%;
}

.section-info-title {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 0 40px;
    background-image: url(../images/top-infotitle-new.png);
    background-repeat: no-repeat;
    background-position: 0 60%;
    margin: 0 auto 15px;
    border-bottom: 3px solid #005bac;
}

.section-cat-title {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 0 40px;
    background-image: url(../images/top-infotitle-pen.png);
    background-repeat: no-repeat;
    background-position: 0 48%;
    margin: 0 auto 15px;
    border-bottom: 3px solid #005bac;
}

.section-info-title {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 0 40px;
    background-image: url(../images/top-infotitle-pen.png);
    background-repeat: no-repeat;
    background-position: 0 48%;
    width: 870px;
    margin: 0 auto 15px;
    border-bottom: 3px solid #005bac;
}

.top-newinfo {
    width: 850px;
    margin: 0 0 0 80px;
    height: 300px;
    overflow-y: auto;
}

.top-newinfo > li {
    border-bottom: 1px dotted #005bac;
    margin-bottom: 10px;
    padding-bottom: 8px;
    text-align: left;
    display: flex;
    justify-content: left;
    width: 800px;
}

.top-newinfo > li:last-child {
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 8px;
    text-align: left;
    display: flex;
    justify-content: left;
    width: 800px;
}

.info-date {
    display: block;
    min-width: 150px;
}

h3.info-text {
    font-weight: normal;
    margin-left: 30px;
    display: block;
}

.contents-cat {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}

.contents-cat > a {
    display: block;
    width: 480px;
    height: 230px;
    border: 1px solid #ddd;
    position: relative;
    margin-bottom: 30px;
    transition: 0.8s;
}

.contents-cat > a:hover {
    opacity: 0.5;
}

.contents-cat > a > h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #ff8a00;
    background: rgba(255, 255, 255, 0.7);
    font-size: 36px;
    padding: 4px 40px 0 0;
    text-align: right;
    background-image: url(../images/contcat-arrow.png);
    background-repeat: no-repeat;
    background-position: 98% 58%;
}

.zaimu {
    background-image: url(../images/cntents-cat-bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.fukuri {
    background-image: url(../images/cntents-cat-bg02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.hosho-kyoka {
    background-image: url(../images/cntents-cat-bg03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.souzoku {
    background-image: url(../images/cntents-cat-bg04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.top-voice-cont {
    width: 95%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 60px;
    position: relative;
}

.top-voice-cont:after {
    content: "";
    position: absolute;
    bottom: -30px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 2px;
}

.top-voice-cont:last-child {
    margin-bottom: 0;
}

.top-voice-cont:last-child:after {
    content: none;
}

.top-voice-type {
    min-width: 240px;
    min-height: 200px;
    color: #013e8f;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.voice-gms {
    background-image: url(../images/voice-bg-mgs.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.voice-factory {
    background-image: url(../images/voice-bg-factory.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.voice-infotitle {
    font-size: 24px;
}

.voice-infodetail {
    font-size: 18px;
}

.top-voice-text {
    margin-left: 20px;
}

.voice-gist {
    font-size: 24px;
    margin-bottom: 10px;
    color: #013e8f;
    font-weight: bold;
}

.voice-detail {
    font-size: 14px;
    line-height: 1.4;
}

footer {
    width: 100%;
    background: #013e8f;
}

.footer-inner {
    width: 980px;
    padding: 20px 0;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.footer-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 5px;
    list-style: none;
    font-size: 18px;
}

.footer-nav > li a {
    color: #fff;
}

.footer-nav > li:after {
    content: "｜";
    margin: 0 10px;
}

.footer-nav > li:last-child:after {
    content: none;
    margin: 0;
}

#top_scroll {
    position: relative;
    z-index: 100;
    margin: 0;
    padding: 0;
}

#page-top1 {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: -250px;
    right: 20px;
    width: 80px;
    height: 80px;
    padding: 0;
    background: #444;
    text-align: center;
    text-decoration: none;
    transition: 1s;
    -webkit-transition: 1s;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
}

.scroll-arrow {
    width: 0px;
    border-color: #fff;
    border-style: solid;
    border-width: 15px;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    display: block;
    padding-top: 18px;
    position: absolute;
    left: 30%;
}

#page-top1:hover {
    transform: translateY(-10px);
}

#top_scroll:hover {
    background: #fff;
}

/*既契約者ページCSS*/

.c-contact {
    background-image: url(../images/c-contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
}

.bg-wht-op {
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    padding: 50px 0;
}

.bg-wht-op h2 {
    font-size: 36px;
    margin-bottom: 40px;
    display: block;
}

.bg-wht-op span {
    display: block;
}

.c-contact-txt {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.c-contact-btn {
    margin-bottom: 10px;
}

.c-contact-btn a {
    display: block;
    width: 770px;
    margin: 0 auto;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    padding: 8px 10px 15px 0;
    border-radius: 8px;
    background: #bd3030;
    transition: 0.8s;
    position: relative;
}

.c-contact-btn a:after {
    content: "";
    width: 12px;
    height: 12px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
    position: absolute;
    right: 2%;
    top: 43%;
}

.c-contact-btn a:hover {
    opacity: 0.5;
}

.c-onayami {
    background-image: url(../images/c-onayami-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
}

.c-onayami-list {
    list-style: none;
    font-size: 30px;
    font-weight: bolder;
    width: 70%;
    margin: 0 auto;
    position: relative;
}

.c-onayami-list:after {
    content: url(../images/top-onayami-arrow.png);
    padding-top: 30px;
    position: absolute;
    left: 30%;
}

.c-onayami-list li {
    text-align: left;
    padding: 8px 0 8px 35px;
    background-image: url(../images/top-onayami-check.png);
    background-repeat: no-repeat;
    background-position: 0 48%;
}

.mh650 {
    min-height: 650px;
}

.c-after-follow {
    background-image: url(../images/c-after-follow-bg.jpg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 50% 100px;
}

.c-after-follow-txt {
    font-size: 36px;
    font-weight: bold;
    padding: 100px 0;
}

.c-contact-ex {
    background-image: url(../images/contact-ex-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
}

.c-contact-ex-list {
    list-style: none;
    counter-reset: exnumber;
}

.c-contact-ex-list > li {
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    text-align: left;
    padding: 10px 25px;
    margin-bottom: 25px;
    position: relative;
}

.c-contact-ex-list > li:after {
    counter-increment: exnumber;
    content: "0" counter(exnumber);
    color: #000;
    opacity: 0.1;
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: 50px;
    font-style: oblique;
    line-height: 100%;
    z-index: 100;
}

.c-contact-ex-list h3 {
    font-size: 24px;
    border-bottom: 3px dotted #000;
    margin-bottom: 8px;
    padding-bottom: 8px;
    padding-left: 5px;
    position: relative;
    z-index: 101;
}

.c-contact-ex-list p {
    padding-bottom: 10px;
    padding-left: 5px;
    position: relative;
    z-index: 102;
}

.company-list table {
    font-size: 18px;
    width: 100%;
    border-collapse: collapse;
}

tr.complist-header th {
    padding: 10px;
    background: #e5ebf4;
    font-weight: bold;
}

.company-list > table > tbody > tr.complist {
    border-bottom: 1px dotted #013e8f;
}

.company-list > table > tbody > tr > th {
    padding: 10px;
}

.company-list > table > tbody > tr > td {
    padding: 10px;
}

/*ガード文言ページCSS*/

.guard-txt {
    width: 100%;
    text-align: left;
    margin-bottom: 50px;
    position: relative;
}

.guard-txt h3 {
    border-bottom: 2px solid #000;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    font-size: 20px;
}

.guard-txt p {
    line-height: 1.6;
    margin-bottom: 10px;
}

.guard-txt a {
    text-decoration: underline;
    color: #013e8f;
}

.guard-txt:before {
    counter-increment: gnumber;
    content: counter(gnumber) ".";
    color: #000;
    position: absolute;
    left: 5px;
    font-size: 20px;
}

.guardtxt-li-lv01 {
    margin: 0 0 10px 30px;
    padding-left: 5px;
}

.guardtxt-li-lv01 > li {
    margin-bottom: 20px;
}

.guardtxt-li-lv1 {
    margin: 0 0 10px 15px;
    padding-left: 5px;
    list-style: none;
}

.guardtxt-li-lv1 > li {
    counter-increment: lv1-cnt;
    margin-bottom: 20px;
}

.guardtxt-li-lv1 > li:before {
    content: "(" counter(lv1-cnt) ") ";
}

.guardtxt-li-lv2 {
    margin: 0 0 10px 15px;
    padding-left: 5px;
}

.guardtxt-li-lv2 > li {
    margin: 10px 0;
}

.contact-agree {
    width: 800px;
    padding: 30px;
    border: 1px solid #000;
}

.contactform-link a {
    display: block;
    width: 600px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding: 8px 0 15px 20px;
    border-radius: 8px;
    background: #ff8a00;
    transition: 0.8s;
}

.contactform-link a:hover {
    opacity: 0.7;
}

/*問い合わせフォームページCSS*/

.form_submit {
    text-align: center;
    margin: 30px auto;
}

button#submit_button {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 10px 40px 15px;
    background: #013e8f;
    border-radius: 8px;
    position: relative;
    transition: 0.3s;
}

button#submit_button:after {
    content: "";
    width: 12px;
    height: 12px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
    position: absolute;
    right: 2%;
    top: 43%;
}

button#submit_button:hover {
    background: #ff8a00;
}

.layout-col {
    border-bottom: 1px dotted #013e8f;
    padding: 10px 0;
    margin: 10px 0;
}

.layout-col::last-child {
    border-bottom: none;
    padding: 10px 0;
    margin: 10px 0;
}

.field-control-wrapper > input[type="text"],
textarea,
select {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 8px;
}

.contact-form {
    text-align: left;
}

/*記事一覧ページ用CSS*/

.archive-list {
    border-bottom: 2px dotted #013e8f;
    padding-bottom: 20px;
    margin-bottom: 20pd;
}

.sec-contents-title a {
    color: #013e8f;
    transition: 0.8s;
}

.sec-contents-title a:hover {
    color: #ff8a00;
}

.archive-img {
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px !important;
    transition: 0.8s;
}

.archive-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.archive-viewmore {
    text-align: right;
    margin-bottom: 20px;
    margin-top: 20px;
}

.archive-viewmore a {
    display: inline-block;
    padding: 4px 30px;
    color: #fff;
    font-weight: bold;
    background-color: #013e8f;
    border-radius: 8px;
    transition: 0.8s;
    position: relative;
}

.archive-viewmore a:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    position: absolute;
    right: 5%;
    top: 35%;
}

.archive-viewmore a:hover {
    opacity: 0.8;
    background-color: #ff8a00;
}

/*コンテンツページ用CSS*/

.font-red {
    color: #f00;
}

.bold {
    font-weight: bold;
}

.small {
    font-size: 12px;
}

.large {
    font-size: 22px;
}

.contents-header {
    width: 100%;
    background: #013e8f;
    padding: 10px 0;
    margin: 0 auto 20px;
    text-align: center;
}

.contents-headtitle {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.sec-contents-title h2 {
    text-align: left;
    font-size: 36px;
    border-bottom: 3px solid #013e8f;
    font-weight: bold;
    margin-bottom: 20px;
}

.sec-contents-title > h2 > span {
    display: inline-block;
    padding: 4px 8px 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: #ff8a00;
    border-radius: 8px;
    margin: 0 10px 5px 0;
    vertical-align: middle;
}

.sec-contents-title h3 {
    text-align: left;
    font-size: 24px;
    border-left: 5px solid #7fadd5;
    font-weight: bold;
    margin: 40px 0 20px 10px;
    padding-left: 15px;
}

.plan-box {
    display: flex;
    justify-content: space-between;
}

.plan-box-inner {
    text-align: center;
    width: 25%;
    margin-right: 3px;
}

.plan-upper {
    background-color: #013e8f;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
    position: relative;
    margin-bottom: 3px;
}

.plan-upper:after {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #013e8f;
    left: 42%;
}

.plan-lower {
    background-color: #efefef;
    padding: 10px 0;
}

.contents001-list {
    margin-left: 40px;
}

.contents001-list > li {
    padding: 5px 0 5px 5px;
}

.contents-notes {
    text-align: right;
}

.contents-notice {
    margin: 20px 10px;
    padding: 20px;
    border: 1px dotted #013e8f;
}

.contents-rights-txt {
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
}

/*----- m-contact -----*/

.m-contact-btn {
    margin-bottom: 10px;
}

.m-contact-btn a {
    display: block;
    width: 370px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 8px 10px 10px 0;
    border-radius: 8px;
    background: #bd3030;
    transition: 0.8s;
    position: relative;
}

.m-contact-btn a:after {
    content: "";
    width: 12px;
    height: 12px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
    position: absolute;
    right: 2%;
    top: 43%;
}

.m-contact-btn a:hover {
    opacity: 0.5;
}

/*----- taishoku-contents -----*/

.larger {
    font-size: 24px;
}

.taishoku-title {
    color: #0c419a;
    border: 4px solid #7fabf5;
    margin: 30px 10px;
    padding: 5px 15px;
    text-align: center;
}
.taishoku-title:first-of-type {
    margin-top: 15px;
}
.taishoku-title:nth-of-type(3) {
    margin-top: 40px;
}

.taishoku-title:last-of-type {
    border: none;
    color: #f00;
    font-size: 27.2px;
    margin-top: 40px;
    margin-bottom: 70px;
    padding: 12px 15px;
}

.taishoku-box-container {
    display: flex;
    margin: 30px 0 50px;
}
.taishoku-box img {
    border: 0;
    display: block;
}
.taishoku-box:first-child {
    padding: 0 25px 0 0;
}
.taishoku-box:last-child {
    padding: 10px 0 0 10px;
}
.taishoku-box:last-child h3 {
    font-size: 1.6em;
    margin-bottom: 25px;
}
.taishoku-box:last-child p {
    font-size: 1.3em;
}
.taishoku-box:last-child img {
    margin: 55px auto 0;
}
.taishoku-box:last-child p:last-of-type {
    color: #4472c4;
    font-weight: bold;
}

.taishoku-dl01 {
    color: #1e4191;
    font-size: 24px;
    margin: 0 auto;
    width: 860px;
}

.taishoku-dl01 dt {
    font-weight: bold;
    float: left;
    clear: left;
    padding-top: 8px;
    width: 370px;
}
.taishoku-dl01 dt::before {
    background: #1e4191;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 15px;
    vertical-align: middle;
}

.taishoku-dl01 dd {
    float: left;
    margin-bottom: 15px;
    text-align: center;
    width: 490px;
}

.taishoku-dl01 + p {
    color: #f00;
    font-size: 27.2px;
    text-align: center;
}

.taishoku-btn01,
.taishoku-btn02 {
    background: #4f7ac3;
    border-radius: 8px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 8px 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.taishoku-btn01 {
    letter-spacing: 7px;
}
.taishoku-btn02 {
    line-height: 1.4;
}
.taishoku-btn02 span {
    font-size: 18px;
}

.taishoku-box02 {
    color: #1e4191;
    margin: 0 auto;
    width: 880px;
}
.taishoku-box02-inner,
.taishoku-box02-inner02 {
    display: inline-block;
    font-size: 24px;
    text-align: center;
}
.taishoku-box02-inner {
    padding: 0 15px;
    vertical-align: middle;
    width: 270px;
}
.taishoku-box02-inner02 {
    font-weight: bold;
}

.taishoku-meyasu {
    color: #1e4191;
    font-size: 22px;
    margin: 15px 0;
    text-align: center;
}
.taishoku-meyasu span {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}

.contents-extra-txt {
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
    width: 740px;
}

/*----- covid-contents -----*/
.covid-contents01-1 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 15px;
}

.covid-contents01-2 {
    background: #f6faff;
    /* border-top: 1px solid #ccc; */
    border-left: 5px solid #0c419a;
    border-right: 5px solid #0c419a;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    font-size: 20px;
    font-weight: bold;
    margin: 0 10px 50px;
    padding: 15px 15px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.covid-tbl01 {
    margin: 30px 20px 40px;
}
.covid-tbl01 tr:nth-of-type(2) {
    background: #e5eefd;
}
.covid-tbl01 tr:last-of-type {
    background: #ccddfb;
}
.covid-tbl01 th {
    background: #0c419a;
    color: #fff;
    letter-spacing: 3px;
    padding: 10px;
    white-space: nowrap;
}
.covid-tbl01 th:first-of-type {
    width: 110px;
}
.covid-tbl01 th:nth-of-type(2) {
    width: 440px;
}
.covid-tbl01 td {
    font-size: 20px;
    padding: 10px;
    vertical-align: top;
}
.covid-tbl01 td strong {
    color: #f00;
}
.covid-tbl01 td em {
    color: #0c419a;
    font-style: normal;
    font-weight: bold;
}

.covid-contents02-img {
    display: block;
    margin: 25px 0 0 60px;
    width: 90%;
}

.covid-contents02-notice01 {
    color: #f00;
    font-size: 20px;
    font-weight: bold;
    margin: 0 25px 50px;
}

.covid-contents02-notice02 {
    margin: 0 25px 30px;
}

.covid002 hr {
    background: linear-gradient(to right, transparent, #ccc, transparent);
    border: 0;
    height: 1px;
    margin: 20px auto;
}

.covid001 .contents-extra-txt,
.covid002 .contents-extra-txt,
.katsuyou001 .contents-extra-txt {
    margin-left: 50px;
    margin-right: 50px;
    width: auto;
}

.covid002 .contents-rights-txt,
.katsuyou001 .contents-rights-txt {
    margin-left: 25px;
    margin-right: 25px;
}

.covid-contents02-container,
.katsuyou-contents01-container {
    /* background: #e5eefd; */
    border-top: 6px solid #7fabf5;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    font-size: 20px;
    margin: 15px 25px 50px;
    padding: 15px;
}

.katsuyou-contents01-container .katsuyou-contents01-img01 {
    float: right;
    padding: 5px 0 0 25px;
}

.katsuyou-contents01-container .katsuyou-contents01-img02 {
    margin: 25px 0 0;
    text-align: center;
}

.katsuyou-contents01-container .katsuyou-contents01-img02 figcaption {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.katsuyou-contents01-container .katsuyou-contents01-img02 img {
    border: 1px dotted #999;
    margin: 7px 0;
    padding: 10px 12px;
}

.katsuyou-contents01-container strong {
    color: #f00;
}

.katsuyou-contents01-container h4 {
    color: #0c419a;
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 45px;
    position: relative;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.katsuyou-contents01-container h4:after {
    background: linear-gradient(to right, rgb(12, 65, 154), transparent);
    content: "";
    display: block;
    height: 7px;
    margin-top: 5px;
}

.katsuyou-contents01-container ul {
    margin: 15px 3em 10px;
}

.katsuyou-contents01-container li {
    font-weight: bold;
    position: relative;
    list-style-type: none;
    margin-bottom: 5px;
}
.katsuyou-contents01-container li:before {
    background: #0c419a;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 1em;
    width: 1em;
    margin-right: 7px;
    vertical-align: middle;
}

.katsuyou001 .covid-contents01-2 {
    font-size: 24px;
    margin-top: 20px;
}

.contents-extra-txt2 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.seihokanyugo-box-container {
    display: flex;
    margin: 25px 0 10px 0;
}
.seihokanyugo-box img {
    border: 0;
    display: block;
}

.seihodekirukoto-tbl01 {
    margin: 30px 20px 25px;
    width: 940px;
}
.seihodekirukoto-tbl01 th {
    background: #0c419a;
    color: #fff;
    font-size: 20px;
    letter-spacing: 8px;
    padding: 10px;
    white-space: nowrap;
    text-align: center;
}
.seihodekirukoto-tbl01 th:first-of-type {
    width: 230px;
}
.seihodekirukoto-tbl01 th:nth-of-type(2) {
    width: 310px;
}
.seihodekirukoto-tbl01 th:last-of-type {
    width: auto;
}
.seihodekirukoto-tbl01 td {
    background-color: #ccddfb;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    vertical-align: middle;
}
.seihodekirukoto-tbl01 td:first-of-type {
    font-weight: bold;
    text-align: center;
}
.seihodekirukoto-tbl01 td:nth-of-type(2) {
    font-weight: normal;
    background-color: #e5eefd;
}

.seihodekirukoto-arrow {
    text-align: center;
}
.seihodekirukoto-title {
    background-color: #e5eefd;
    border: 4px solid #7fabf5;
    color: #f00;
    font-size: 27.2px;
    font-weight: bold;
    margin: 15px 20px 55px;
    padding: 10px 0;
    text-align: center;
}

.zeisei-box-container01 table {
    border-spacing: 20px 10px;
    margin: 0 auto;
    width: 820px;
}
.zeisei-box-container01 th {
    font-size: smaller;
}
.zeisei-box-container01 th:first-child {
    width: 60px;
}
.zeisei-box-container01 th:nth-of-type(2),
.zeisei-box-container01 th:nth-of-type(4) {
    width: 50px;
}
.zeisei-box-container01 th:nth-of-type(3) {
    width: 110px;
}
.zeisei-box-container01 td {
    height: 55px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}
.zeisei-box-container01 .tbl-title {
    background: #0c419a;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 12px;
    text-align: center;
    text-shadow: 2px 2px 2px rgb(0, 0, 0, 0.2);
    /*writing-mode: vertical-rl;*/
}
.zeisei-box-container01 .bar {
    height: 40px;
    margin-top: 5px;
    line-height: 40px;
    font-size: 20px;
    position: relative;
}
.zeisei-box-container01 .bar::before {
    background: #ecf0f1;
    content: "";
    height: 40px;
    margin-top: 5px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
.zeisei-box-container01 .bar::after {
    background: #2a4b86;
    background: linear-gradient(to bottom, #1e5799 0%, #2a4b86 50%, #7db9e8 100%);
    content: "";
    display: block;
    height: 40px;
    margin-top: 5px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    transition: 0.7s;
    animation: bar-before 1 1.8s;
}
.zeisei-box-container01 .bar11::after {
    max-width: 60%;
}
.zeisei-box-container01 .bar12::after {
    max-width: 60%;
}
.zeisei-box-container01 .bar21::after {
    max-width: 20%;
}
.zeisei-box-container01 .bar22::after {
    max-width: 90%;
}
.zeisei-box-container01 .bar31::after {
    max-width: 40%;
}
.zeisei-box-container01 .bar32::after {
    max-width: 75%;
}

@keyframes bar-before {
    0% {
        widht: 0;
    }
    100% {
        width: 100%;
    }
}

.zeisei-box-container02 {
    border: 3px solid #7fabf5;
    display: flex;
    margin-bottom: 20px;
    padding: 15px;
}
.zeisei-box-container02:last-child {
    margin-bottom: 0;
}
.zeisei-box-title {
    background: #7fabf5;
    border-radius: 6px 6px 0 0;
    color: #fff;
    letter-spacing: 2px;
    padding: 3px 18px;
    width: 140px;
}
.zeisei-box:first-of-type {
    width: 340px;
}
.zeisei-box:last-of-type {
    width: 530px;
}
.zeisei-box ol {
    color: #f00;
    font-weight: bold;
    margin-left: 25px;
}
.zeisei-box ol li {
    margin-bottom: 28px;
}
.zeisei-box ol li:last-child {
    margin-bottom: 0;
}
.zeisei-box dt {
    background-color: #7fabf5;
    font-weight: bold;
    padding: 5px 15px;
}
.zeisei-box dd {
    background-color: #e5eefd;
    border: 2px solid #7fabf5;
    padding: 10px;
}
.zeisei-box dd th {
    font-size: smaller;
}
.zeisei-box dd th:first-of-type {
    width: 150px;
}
.zeisei-box dd td span,
.zeisei-box p span {
    font-size: smaller;
}

.zeisei-box .subtitle {
    font-size: smaller;
}

br.sp {
    display: none;
}

/* ----------------------------------------------------------------- */
@media screen and (max-width: 767px) {
    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }
    body {
        min-width: initial;
    }
    img {
        max-width: 100%;
        height: auto;
        width: auto;
    }

    /* footer */
    .footer-inner {
        width: 100%;
    }
    .footer-nav {
        display: block;
        font-size: 16px;
        margin-bottom: 12px;
    }
    .footer-nav li {
        margin-bottom: 3px;
    }
    .footer-nav li:after {
        content: "";
        margin: 0;
    }
    #page-top1 {
        right: 15px;
    }

    /* 共通 */
    br.pc,
    span.pc {
        display: none;
    }
    br.sp {
        display: block;
    }
    .sec-contents-title h2 {
        font-size: 24px;
    }
    .section-title h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .section-title span {
        font-size: 18px;
    }
    .section-title-nowrap h2 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .large {
        font-size: 18px;
    }
    .larger {
        font-size: 18px;
    }

    /* top */
    .bx-viewport {
        min-width: 100% !important;
    }
    .head-inner {
        width: 100%;
    }
    .section-inner {
        padding: 30px 15px;
        width: 100%;
    }
    .link-container {
        flex-direction: column;
        justify-content: center;
    }
    .contact-bnr {
        width: auto;
        height: auto;
        margin-bottom: 15px;
    }
    .contact-bnr span {
        font-size: 20px;
        width: auto;
    }
    .contracted-bnr {
        width: auto;
        height: auto;
    }
    .contactlink-btn {
        margin-bottom: 10px;
    }
    .contactlink-btn a {
        width: 90%;
    }
    .contracted-bnr span {
        font-size: 20px;
        width: auto;
    }
    .contractedlink-btn {
        margin-bottom: 10px;
    }
    .contractedlink-btn a {
        font-size: 16px;
        width: 90%;
    }
    .top-onayami-list {
        font-size: 20px;
        width: 90%;
    }
    .top-onayami-list::after {
        left: 10%;
        padding-top: 12px;
    }
    .top-onayami-list li {
        background-position: 0 30%;
        padding: 0 0 10px 40px;
    }
    .top-checkpoint-list {
        margin-bottom: -20px;
    }
    .top-checkpoint-list li {
        margin-bottom: 25px;
    }
    .top-checkpoint-list li::after {
        font-size: 36px;
    }
    .top-checkpoint-list li h3 {
        font-size: 18px;
    }
    .partner-img {
        display: block;
    }
    .partner-img a {
        display: block;
        margin-top: 15px;
    }
    .section-info-title {
        padding: 0 0 5px 0;
        width: auto;
    }
    .section-info-title h2 {
        font-size: 24px;
        text-align: center;
    }
    .top-newinfo {
        width: auto;
        height: auto;
        margin-left: 10px;
    }
    .top-newinfo li,
    .top-newinfo li:last-child {
        display: block;
        width: auto;
    }
    h3.info-text {
        font-size: 16px;
        margin-left: 10px;
    }
    .top-voice-cont {
        display: block;
    }
    .top-voice-type {
        min-height: 140px;
    }
    .voice-infotitle {
        font-size: 18px;
    }
    .voice-infodetail {
        font-size: 16px;
    }
    .top-voice-text {
        margin-left: 0;
    }
    .voice-gist {
        font-size: 18px;
    }
    .company-list table {
        font-size: 16px;
    }
    .company-list table tbody tr td {
        border-bottom: 1px dotted #013e8f;
        display: block;
        padding: 10px 0;
    }
    .company-list table tbody tr:last-child,
    .company-list table tbody tr td:last-child {
        border-bottom: 0;
    }
    /* guard */
    .guard-txt {
        margin-bottom: 40px;
    }
    .guard-txt::before {
        font-size: 16px;
    }
    .guard-txt h3 {
        font-size: 16px;
    }
    .contact-agree {
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 95%;
    }
    .contactform-link a {
        font-size: 22px;
        padding-left: 0;
        width: auto;
    }
    /* contracted */
    .bg-wht-op {
        padding: 15px;
    }
    .bg-wht-op h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .c-contact-txt {
        font-size: 18px;
    }
    .c-contact-btn a {
        font-size: 22px;
        padding: 10px 30px 10px 20px;
        width: auto;
    }
    .c-onayami-list {
        font-size: 20px;
        margin: 0 0 0 auto;
        width: 95%;
    }
    .c-onayami-list:after {
        left: 10%;
        padding-top: 15px;
    }
    .c-onayami-list li {
        background-position: 0 10%;
        padding: 0 0 12px 35px;
    }
    .c-after-follow {
        background-size: auto;
        background-position: 50% -50px;
    }
    .c-after-follow-txt {
        font-size: 24px;
        padding: 0;
    }
    .c-contact-ex {
        background-position: 60% 0;
    }
    .c-contact-ex-list h3 {
        font-size: 18px;
    }
    .c-contact-ex-list p {
        font-size: 16px;
    }
    .c-contact-ex-list li::after {
        font-size: 40px;
    }
    .c-after-follow .mh650 {
        min-height: 580px;
    }
    .m-contact-btn a {
        width: auto;
    }
    /* thanks */
    .form_submit {
        margin: 25px auto 15px;
    }
    button#submit_button {
        font-size: 18px;
    }
    /* cat-fukuri */
    .contents-headtitle {
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .cont-section-inner {
        padding: 10px 15px 30px;
        width: 100%;
    }
    .sec-contents-title h2 {
        padding-bottom: 5px;
    }
    /* fukuri */
    .contents001-list {
        margin-left: 25px;
    }
    .contents-notice {
        padding: 15px;
    }
    .sec-contents-title h3 {
        font-size: 18px;
        padding-left: 10px;
    }
    .contents-extra-txt2 {
        font-size: 18px;
    }
    .contents-extra-txt2.mb50 {
        margin-bottom: 35px;
    }
    /* covid */
    .covid-contents01-1 {
        font-size: 16px;
        padding: 10px;
    }
    .covid-contents01-2 {
        font-size: 16px;
        padding: 12px;
    }
    .covid-tbl01,
    .seihodekirukoto-tbl01 {
        margin: 30px 0;
        width: 100%;
    }
    .covid-tbl01 thead,
    .seihodekirukoto-tbl01 thead {
        display: none;
    }
    .covid-tbl01 tr,
    .seihodekirukoto-tbl01 tr {
        border: 1px solid #666;
        display: block;
        margin-bottom: 25px;
    }
    .covid-tbl01 tr:last-of-type {
        background-color: #fff;
    }
    .covid-tbl01 td,
    .seihodekirukoto-tbl01 td {
        display: block;
        font-size: 18px;
        padding: 0;
    }
    .seihodekirukoto-tbl01 td,
    .seihodekirukoto-tbl01 td:nth-of-type(2) {
        background-color: #fff;
    }
    .covid-tbl01 td p,
    .seihodekirukoto-tbl01 td p {
        padding: 10px;
    }
    .covid-tbl01 td:first-child,
    .seihodekirukoto-tbl01 td:first-child {
        background-color: #013e8f;
        color: #fff;
        font-weight: bold;
        padding: 7px 0;
        text-align: center;
    }
    .covid-tbl01 td:before,
    .seihodekirukoto-tbl01 td:before {
        background-color: #ccddfb;
        color: #013e8f;
        display: block;
        padding: 5px 0;
        text-align: center;
    }
    .seihodekirukoto-tbl01 td:before {
        font-weight: bold;
    }
    .covid-tbl01 td:nth-of-type(2)::before {
        content: "支払事由";
    }
    .covid-tbl01 td:nth-of-type(3)::before {
        content: "保険会社の見解";
    }
    .seihodekirukoto-tbl01 td:nth-of-type(2)::before {
        content: "方法";
    }
    .seihodekirukoto-tbl01 td:nth-of-type(3)::before {
        content: "効果";
    }
    .covid001 .contents-extra-txt,
    .covid002 .contents-extra-txt,
    .katsuyou001 .contents-extra-txt {
        font-size: 18px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .covid-contents02-container,
    .katsuyou-contents01-container {
        font-size: 18px;
        margin: 5px 10px 30px;
        padding: 10px;
    }
    .katsuyou-contents01-container p {
        font-size: 16px;
    }
    .katsuyou-contents01-container h4 {
        margin-left: 8px;
        margin-right: 8px;
    }
    .katsuyou-contents01-container ul {
        margin: 15px 8px 10px;
    }
    .katsuyou-contents01-container .katsuyou-contents01-img02 img {
        border: 0;
        padding: 0;
    }
    .katsuyou001 .covid-contents01-2 {
        font-size: 18px;
    }
    /* seihodekirukoto */
    .seihodekirukoto-tbl01 {
        margin-bottom: 0;
    }
    .seihodekirukoto-arrow img {
        width: 40px;
    }
    .seihodekirukoto-title {
        border: 0;
        font-size: 18px;
        margin-left: 0;
        margin-right: 0;
    }
    /* seihokayugo */
    .seihokanyugo-box-container {
        display: block;
    }
    .seihokanyugo-box-container .seihokanyugo-box {
        margin-bottom: 10px;
    }
    .covid-contents02-img {
        margin: 25px 0 0 0;
        width: 100%;
    }
    /* seihoseido */
    .covid-contents02-notice01 {
        font-size: 18px;
        margin: 0 15px 40px;
    }
    /* taishoku */
    .taishoku-title {
        font-size: 18px;
        padding: 10px;
    }
    .taishoku-box-container {
        display: block;
    }
    .taishoku-box:first-child {
        padding: 0 0 20px 0;
    }
    .taishoku-box:last-child {
        padding: 10px 0 0;
    }
    .taishoku-box:last-child h3,
    .taishoku-box:last-child p {
        font-size: 18px;
    }
    .taishoku-box:last-child img {
        margin: 25px 0 0 10px;
    }
    .taishoku-box:last-child .pl10 {
        padding-left: 0;
    }
    .taishoku-box:last-child .mt40 {
        margin-top: 25px;
    }
    .taishoku-dl01 {
        font-size: 20px;
        padding: 0 15px;
        width: auto;
    }
    .taishoku-dl01 dt {
        float: none;
        padding: 0 0 10px;
        width: auto;
    }
    .taishoku-dl01 dt::before {
        margin-top: -4px;
        margin-right: 7px;
    }
    .taishoku-dl01 dd {
        float: none;
        width: auto;
    }
    .taishoku-dl01 + p {
        font-size: 22px;
    }
    .taishoku-box02 {
        width: auto;
    }
    .taishoku-box02-inner,
    .taishoku-box02-inner02 {
        display: block;
    }
    .taishoku-box02-inner {
        font-size: 20px;
        width: auto;
    }
    .taishoku-meyasu {
        font-size: 18px;
    }
    .taishoku-meyasu span {
        font-size: 20px;
    }
    .taishoku-title:last-of-type {
        font-size: 22px;
        margin: 20px 0 30px;
    }
    .contents-extra-txt {
        font-size: 18px;
        width: auto;
    }
    /* zeisei */
    .zeisei-box-container01 table {
        border-spacing: 10px 5px;
        width: auto;
    }
    .zeisei-box-container01 th:first-child {
        width: 30px;
    }
    .zeisei-box-container01 th:nth-of-type(2),
    .zeisei-box-container01 th:nth-of-type(4) {
        width: 18px;
    }
    .zeisei-box-container01 th:nth-of-type(3) {
        width: 50px;
    }
    .zeisei-box-container01 .tbl-title {
        /* font-size: 20px; */
        padding: 0px 5px;
    }
    .zeisei-box-container01 td img {
        width: 50%;
    }
    .zeisei-box-container01 .bar::before,
    .zeisei-box-container01 .bar::after {
        margin-top: 10px;
    }
    .zeisei-box-container02 {
        display: block;
        padding: 10px;
    }
    .zeisei-box:first-of-type {
        width: auto;
    }
    .zeisei-box:last-of-type {
        width: auto;
    }
    .zeisei-box ol {
        margin-bottom: 15px;
    }
    .zeisei-box ol li {
        margin-bottom: 10px;
    }
    .zeisei-box dd th:first-of-type {
        width: 90px;
    }
    .zeisei-box dd td span {
        display: block;
    }
    .zeisei-box p:first-child {
        margin-bottom: 10px;
    }
}
