/* ========================================
   フォント・全体設定
======================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

body {
    color: #333;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0.05em;
}
ul.topics li p.date, ul.topics li p.more a, #mainTopics .listview a, a.btn {
background: #6bb2f1;
}

ul.topics li p.more a:hover, #mainTopics .listview a:hover, a.btn:hover {
background: #a0d8ef;
}

ul.topics li h3 a {
    color: #6bb2f1;
}
ul.topics li h3 a:hover {
    color: #a0d8ef;
}
/* ========================================
   スマホ文字サイズ統一
======================================== */
@media only screen and (max-width: 600px) {
    /*.article p,
    .article li,
    .article dd,
    .article td,
    .article th,
    .freeHtml p,
    .freeHtml li,
    .freeHtml dd,
    #mainContents p,
    #mainContents li,
    #sideContents p,
    #sideContents li,
    ul.ps,
    ul.notes,
    ol.pp*/
    body {
        font-size: 14px !important;
        line-height: 1.8 !important;
    }

}
/* ========================================
   SP h3調整
======================================== */
@media only screen and (max-width: 600px) {
    .article h3,
    .gallery h3 {
        font-size: 20px !important;
        line-height: 1.5 !important;
        padding-top: 20px !important;
        padding-bottom: 12px !important;
        margin-bottom: 12px !important;
    }

    .article h3::before,
    .gallery h3::before {
        width: 24px !important;
        height: 24px !important;
    }
}

/* h3下の丸装飾を非表示 */
.article h3::after,
.gallery h3::after {
    display: none !important;
}

/* ========================================
   SP余白調整
======================================== */
@media only screen and (max-width: 600px) {
    .envelope_box {
        padding: 1.5em 1em !important;
    }

    .contactArea {
        top: 0 !important;
        transform: none !important;
        margin: 1.5em auto !important;
        padding: 1.5em 1em !important;
    }

    .contactCard {
        padding: 1.2em 1em !important;
        margin: 0 auto !important;
    }
}
/* ========================================
   スマホ：下部電話ボタン
======================================== */
/* PCでは非表示 */
#bottomLink {
    display: none;
}

/* 編集画面 */
.ams-build .freeHtml_body {
    min-height: 40px;
}

@media only screen and (max-width: 600px) {

    #bottomLink {
        display: block !important;
        position: fixed !important;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50px;
        text-align: center;
        z-index: 9999;
        overflow: hidden;
    }

    #bottomLink a {
        display: block;
        height: 100%;
        color: #fff !important;
        background: #96D9D9 !important;
        text-decoration: none;
        font-size: 100%;
        line-height: 50px;
        box-sizing: border-box;
    }

    #bottomLink a span {
        display: block;
        font-size: 85%;
    }

    #wrap {
        margin-bottom: 50px;
    }
}
/*.ams-build .freeHtml_body {
    min-height: 40px;
}*/
/* 画面下部固定のリンクパーツ */
/*#bottomLink {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
  height: 40px;
  overflow: hidden;
}
#bottomLink a {
  display: block;
  padding: 3px 0;
  color: #fff;
  background: #e8383d;
  text-decoration: none;
  font-size: 100%;
  line-height: 1.4;
  height:100%;
}
#bottomLink a span {
  font-size:85%;
  display:block;
}*/
/* ボタンサイズ分の画面下部余白 */
/*#wrap {
    margin-bottom: 40px;
}*/
/* ========================================
   header
======================================== */
#title h1 {
    width: 288px;
    height: 184px;
    background: url(/materials/178068498216701.png) left center / contain no-repeat;
}

#title h1 a {
    display: block;
    height: inherit;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    transition: 0.3s;
}

#title h1 a:hover {
    opacity: 0.7;
}

#title #title_outer {
    background: url(/materials/178068612912301.png) right center / 300px no-repeat;
}

#slider .slick-slide {
    height: auto !important;
}

/* sp */
@media only screen and (max-width: 600px) {
    #title #title_outer {
        justify-content: flex-start !important;
        padding-left: 0 !important;
        background: none !important;
    }

    #title h1 {
        width: 220px !important;
        height: 80px !important;
        margin: 0 0 0 10px !important;
        background-position: left center !important;
        background-size: contain !important;
    }

    #title h1 a {
        height: 68px;
    }
}

/* ========================================
   h2 / heading
======================================== */
#mainArticles h2,
#listTopics h2 {
    background: url(/materials/178068363398101.png) left center / cover no-repeat;
    font-weight: 500;
}

.sideContents #sideServices h2:before,
.sideContents #sideBlogCategories h2:before,
.sideContents #sideBlogDates h2:before,
.sideContents #sideMobile h2:before {
    background: #6bb2f1;
}

/* sp */
@media only screen and (max-width: 600px) {
    #mainArticles h2,
    #listTopics h2 {
        font-size: 24px !important;
        line-height: 1.4 !important;
    }
}
/* ========================================
   h3 見出し
======================================== */
.article h3,
.gallery h3,
#mainArticles div[id^=blog] h2 {
    position: relative;
    text-align: center;
    font-weight: 600;

    padding-top: 50px;
    padding-bottom: 10px;
    margin-bottom: 20px !important;
}
#mainArticles div[id^=blog] h2 {
margin-top: 40px;
}

/* 車アイコン */
.article h3::before,
.gallery h3::before,
#mainArticles div[id^=blog] h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 45px;
    background: url(/materials/178072114327901.png) center / contain no-repeat;
}
#mainArticles div[id^=blog] h2:after {
content: none;
}

/* sp */
@media only screen and (max-width: 600px) {
    .article h3,
    .gallery h3,
    #mainArticles div[id^=blog] h2 {
        font-size: 20px !important;
        line-height: 1.5 !important;

        padding-top: 28px !important;
        padding-bottom: 10px !important;
        margin-bottom: 20px !important;
    }

    .article h3::before,
    .gallery h3::before,
    #mainArticles div[id^=blog] h2::before {
        width: 23px !important;
        height: 23px !important;
    }


    #pankuz p {
        margin: 0;
        padding: 10px 0;
    }
}
/* ========================================
   h4 見出し
======================================== */
.article h4,
.freeHtml h4 {
    border-left: 10px solid #FFE37A;
    /*display: inline-block !important;
    box-sizing: border-box !important;

    margin: 1.5em 0 1em !important;
    padding: 0.5em 3em !important;

    color: #2d2c5c !important;
    background: #fff !important;

    border: 1.5px solid #E5E5E5 !important;

    line-height: 1.5 !important;
    text-align: center !important;*/
}

/* h4内のリンク・span装飾だけリセット */
.article h4 a,
.article h4 span,
.freeHtml h4 a,
.freeHtml h4 span {
    border-bottom: none !important;
    background-image: none !important;
    text-decoration: none !important;
}

.article h4::before,
.article h4::after,
.article h4 a::before,
.article h4 a::after,
.article h4 span::before,
.article h4 span::after,
.freeHtml h4::before,
.freeHtml h4::after,
.freeHtml h4 a::before,
.freeHtml h4 a::after,
.freeHtml h4 span::before,
.freeHtml h4 span::after {
    content: none !important;
    display: none !important;
}

/* ========================================
   h4 見出し SP
======================================== */
@media only screen and (max-width: 600px) {

    .article h4,
    .freeHtml h4 {
        display: block ;
        width: 100% ;

        margin: 1.2em auto 1em ;
        padding: 0.8em 1em ;

        font-size: 18px ;
        line-height: 1.5 ;
        border: 1px solid #E5E5E5 ;
    border-left: 8px solid #FFE37A ;
        border-radius: 6px ;
    }
}
/* ========================================
   marker
======================================== */
.marker {
    color: #2d2c5c;
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient(transparent 55%, #FFE37A 55%);
}
/* ========================================
   envelope
======================================== */
div.envelope1 {
    background-color: #EBF6F7;
    padding: 10px 10px 40px 10px;
    margin: 2em auto;
}

div.envelope2 {
    background-color: #fff;
    padding: 10px;
    margin: 2em auto;
}


/* ========================================
   envelope_box
======================================== */
.envelope_box {
    /*max-width: 800px;
    width: 100%;
    margin: 2em auto;*/
    padding: 2em 3em;
    /*margin-top: -20px;*/
    box-sizing: border-box;

    color: #5d627b;
    text-align: left;

    background-color: #fff;

    border-top: solid 6px #96D9D9;

    box-shadow: 0 3px 5px rgba(0, 0, 0, .22);

    /* 方眼 */
    background-image:
        linear-gradient(0deg, transparent 19px, #EFEFEF 20px),
        linear-gradient(90deg, transparent 19px, #EFEFEF 20px);
    background-size: 20px 20px;

    overflow-wrap: break-word;
}
.article.col2.envelope_box {
    padding: 2em;
}

/* 本文 */
/* 文字部分だけ幅制限 */
.envelope_box p {
    max-width: 900px;
    margin: 0 auto 1.5em;
    padding: 0 20px;

    line-height: 2;
    text-align: left;
}


.envelope_box p:last-child {
    margin-bottom: 0;
}

/*.envelope_box,
.envelope_box p,
.envelope_box .marker {
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: break-word;
}*/

/* sp */
@media only screen and (max-width: 600px) {
  .envelope_box { 
    padding: 1.5em 1em !important;
  } 

}
  .envelope_box p {
    padding: 0 !important;
    max-width: 100% !important;
  }
/* ========================================
   画像余白調整
======================================== */
.underImg {
    display: block;
    margin: 2em auto 0;
}

/* ========================================
   ボタン
======================================== */
a.linkbtn {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 6px 18px;

    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;

    background-color: #6bb2f1;
    border: 2px solid #6bb2f1;
    border-radius: 35px;
}

a.linkbtn:hover {
    color: #6bb2f1;
    background-color: #fff;
}

/* sp */
@media only screen and (max-width: 600px) {
    .marker {
        font-size: 14px !important;
        line-height: 1.8 !important;
    }

    /*.envelope_box {
      padding: 0.5em 1em 1.5em !important;
    }

    .envelope_box p {
        padding: 0 !important;
    }*/
}
/* ========================================
   お問い合わせ
======================================== */
.article.contactArea.full {
    /*width: 100%;
    margin: 2em auto;*/
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 1.5em 2.5em 3em 2.5em;
    box-sizing: border-box;
    background-color: #fff;
    background-image:
        radial-gradient(rgba(255, 227, 122, .6) 3px, transparent 2px),
        radial-gradient(rgba(255, 227, 122, .6) 3px, #fff 2px);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
    border-top: 6px solid #96D9D9;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .22);
}

.contactCard {
    max-width: 800px;
    margin: 0 auto;
    padding: 2.5em;
    box-sizing: border-box;
    list-style: none;
padding: 1.3em 2em;
    background-color: #fff;
    background-image:
        linear-gradient(0deg, transparent 19px, #EFEFEF 20px),
        linear-gradient(90deg, transparent 19px, #EFEFEF 20px);
    background-size: 20px 20px;

    border: 4px solid #96D9D9;
}

/* 電話番号 */
.article .telNumber {
  letter-spacing: 0.02em;
    margin-bottom: 0.3em;
    font-size: clamp(40px, 5vw, 56px);
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.article .telNumber::before {
    content: "";
    display: inline-block;
    width: 44px;
    height: 44px;
    margin-right: 12px;
    vertical-align: middle;
    transform: translateY(-4px);

    background: url("/materials/178072089347901.png") center / contain no-repeat;
}

.article .telNumber a {
    color: #6bb2f1;
    font-weight: 500;
    text-decoration: none;
}

.article .telInfo {
    font-size: 20px;
    text-align: center;
}

/* ボタン */
a.linkbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}
/* ========================================
   お問い合わせ SP
======================================== */
@media only screen and (max-width: 600px) {
    .contactArea {
        transform: translateY(5px);
    }

    .article .telNumber,
    .article .telNumber a {
        font-size: 25px !important;
        font-weight: bold !important;
        color: #6bb2f1 !important;
        line-height: 1.5 !important;
        text-align: center !important;
        margin-top: 0 !important;
    }
  .article .telNumber::before {
    display: inline-block !important;
    width: 25px !important;
    height: 25px !important;
    margin: 0 8px 0 0 !important;
    vertical-align: middle !important;
    transform: translateY(-6px) !important;
}

    /*.article .telNumber::before {
        display: inline-block !important;
        width: 30px !important;
        height: 30px !important;
        margin: 0 8px 0 0 !important;
        vertical-align: middle !important;
        transform: translateY(-2px) !important;
    }*/

    a.linkbtn {
        font-size: 14px !important;
        line-height: 1.5 !important;
        padding: 10px 20px !important;
        max-width: 240px !important;
    }
}

/* ========================================
   料金表
======================================== */
.article table.priceTbl {
    width: 100%;
    /*max-width: 500px;*/
    margin: 1.5em 0;
    border-collapse: collapse;
    background: #fff;
}

.article table.priceTbl th,
.article table.priceTbl td,
.article table.travelFeeTbl th,
.article table.travelFeeTbl td {
    padding: 12px 16px;
    border: 1px solid #DDE5E3;
}

.article table.priceTbl th, .article table.travelFeeTbl th {
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #96d9d9;
}

.article table.priceTbl td {
    text-align: center;
}

.article table.priceTbl td:first-child {
    width: 40%;
    font-weight: bold;
}

.article table.priceTbl td:last-child {
    color: #2d2c5c;
    font-weight: bold;
}

/* ========================================
   出張料金表
======================================== */
.article table.travelFeeTbl {
    width: 100%;
    /*border-collapse: collapse;
    background: #fff;*/
}

.article table.travelFeeTbl td:first-child {
    //width: 80%;
    text-align: left;
}

.article table.travelFeeTbl td:last-child {
    //width: 20%;
    text-align: center;
}
/* 出張料金の色付き■ */
.article .travelFeeTbl tr:nth-child(2) td:last-child::before {
    content: "■";
    color: #97FFFF;
    margin-right: 8px;
    display: inline-block;
}

.article .travelFeeTbl tr:nth-child(3) td:last-child::before {
    content: "■";
    color: #cecece;
    margin-right: 8px;
    display: inline-block;
}

.article .travelFeeTbl tr:nth-child(4) td:last-child::before {
    content: "■";
    color: #fbf174;
    margin-right: 8px;
    display: inline-block;
}

.article .travelFeeTbl tr:nth-child(5) td:last-child::before {
    content: "■";
    color: #7afaa5;
    margin-right: 8px;
    display: inline-block;
}

.article .travelFeeTbl tr:nth-child(6) td:last-child::before {
    content: "■";
    color: #fbbb06;
    margin-right: 8px;
    display: inline-block;
}

.article .travelFeeTbl tr:nth-child(7) td:last-child::before {
    content: "■";
    color: #ffa1d7;
    margin-right: 8px;
    display: inline-block;
}
/* sp */
/* sp */
@media only screen and (max-width: 600px) {

    /*.article table.travelFeeTbl,
    .article table.travelFeeTbl tbody,
    .article table.travelFeeTbl tr,
    .article table.travelFeeTbl td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }*/
    .article table.travelFeeTbl {
        border: none;
    }
    .article table.travelFeeTbl tr {
        margin: 0 0 .5em;
        display: block;
    }

    .article table.travelFeeTbl th {
        display: none;
    }

    .article table.travelFeeTbl td:first-child {
        text-align: left;
    }

    /*.article table.travelFeeTbl td:first-child::before {
        content: "エリア";
    }*/

    .article table.travelFeeTbl td:first-child::before,
    .article table.travelFeeTbl td:last-child::before {
        display: block;
        padding: 12px;
        margin: -12px -16px 12px;
        border-bottom: 1px solid #DDE5E3;
        background: #f7f7f7;
        text-align: center;
        font-weight: bold;
    }

    /* 出張料金見出し */
    .article table.travelFeeTbl td:last-child::before {
        content: "出張料金";
    }

    /* 料金セル */
    .article table.travelFeeTbl td:last-child {
        text-align: center;
        //white-space: nowrap;
        width: 40%;
        padding: 0;
    }

    /* ■共通 */
    .article table.travelFeeTbl td:last-child::after {
        content: "■";
        display: inline-block;
        margin-right: 8px;
        font-size: 14px;
        vertical-align: middle;
    }

    /* 色分け */
        .article table.travelFeeTbl tr td:last-child::before {
            content: none !important;
        }
    .article table.travelFeeTbl tr:nth-child(2) td:last-child::after {
        color: #97FFFF;
    }

    .article table.travelFeeTbl tr:nth-child(3) td:last-child::after {
        color: #cecece;
    }

    .article table.travelFeeTbl tr:nth-child(4) td:last-child::after {
        color: #fbf174;
    }

    .article table.travelFeeTbl tr:nth-child(5) td:last-child::after {
        color: #7afaa5;
    }

    .article table.travelFeeTbl tr:nth-child(6) td:last-child::after {
        color: #fbbb06;
    }

    .article table.travelFeeTbl tr:nth-child(7) td:last-child::after {
        color: #ffa1d7;
    }
}
/* PC用■を消す */
.article table.travelFeeTbl tr td:last-child::before {
    display: none;
}
/* 出張料金見出し */
.article table.travelFeeTbl td:last-child::before {
    content: "出張料金";
    display: block;
}
/*@media only screen and (max-width: 600px) {
    table.travelFeeTbl,
    table.travelFeeTbl tbody,
    table.travelFeeTbl tr,
    table.travelFeeTbl td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    table.travelFeeTbl th {
        display: none !important;
    }

    table.travelFeeTbl td:first-child,
    table.travelFeeTbl td:last-child {
        text-align: center !important;
    }

    table.travelFeeTbl td:first-child {
        text-align: left !important;
    }

    table.travelFeeTbl td:first-child::before {
        content: "エリア";
    }

    table.travelFeeTbl td:last-child::before {
        content: "出張料金";
    }

    table.travelFeeTbl td:first-child::before,
    table.travelFeeTbl td:last-child::before {
        display: block;
        padding: 12px;
        margin: -12px -16px 12px;
        border-bottom: 1px solid #DDE5E3;
        background: #f7f7f7;
        text-align: center;
        font-weight: bold;
    }

    table.travelFeeTbl td:last-child {
        white-space: nowrap !important;
    }
   table.travelFeeTbl td:last-child::after {
        content: "■";
        position: absolute;
        left: calc(42% - 22px);
        bottom: 18px;
        font-size: 14px;
    }

    table.travelFeeTbl tr:nth-child(2) td:last-child::after {
        color: #D6E485;
    }

    table.travelFeeTbl tr:nth-child(3) td:last-child::after {
        color: #96D9D9;
    }

    table.travelFeeTbl tr:nth-child(4) td:last-child::after {
        color: #6BB2F1;
    }

    table.travelFeeTbl tr:nth-child(5) td:last-child::after {
        color: #FFE37A;
    }

    table.travelFeeTbl tr:nth-child(6) td:last-child::after {
        color: #FF8C42;
    }

    table.travelFeeTbl tr:nth-child(7) td:last-child::after {
        color: #E96A6A;
    }
}
}*/

/* ========================================
   footer
======================================== */
#footer,
#footer_body .topMenu li a,
#footer_body .services li a,
#footer_body .copyright {
    background: #6bb2f1;
}

#footer_body .topMenu li a:hover,
#footer_body .services li a:hover {
    background-color: #6bb2f1;
}

/* ========================================
   ご案内ボタン
======================================== */
.gallery ul.galleryGrids .comment {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

/* ========================================
   注意事項リスト
======================================== */
ul.noteList {
    width: 100%;
    /*max-width: 900px;*/
    margin: 0 0 3em;
    padding: 2em;
    position: relative;
    border: 3px solid #96D9D9;
    border-radius: 5px;
}
.article.col2 ul.noteList {
    padding: 1em;
}

ul.noteList li {
    position: relative;
    padding: 0.5em 0 0.5em 1.4em;

    line-height: 1.8;
    list-style: none !important;
    border-bottom: 2px dashed silver;
}

ul.noteList li:last-child {
    border-bottom: none;
}

.note {
    position: absolute;
    left: 0;

    color: #ff8c42;
    font-weight: bold;
}

ul.noticeText {
    padding-left: 32px;
    margin: 1em 0;
}
ul.noticeText li {
    position: relative;
}
ul.noticeText li::before {
    content: "";
    position: absolute;
    left: -1em;
    top: 0.8em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FFE37A;
}

/* sp */
@media only screen and (max-width: 600px) {
    .gallery ul.galleryGrids .comment {
        font-size: 14px !important;
        line-height: 1.4 !important;
        margin-top: 8px !important;
    }

    ul.noteList {
        padding: 0.5em 1em !important;
        margin: 1em 0 1.5em !important;
        border-width: 2px !important;
        font-size: 14px !important;
    }

    ul.noteList li {
        padding: 0.8em 0 0.8em 1.2em !important;
    }

    .note {
        left: 0 !important;
        top: 0.8em !important;
    }

    ul.noticeText {
        padding-left: 0.8em !important;
    }

    ul.noticeText li::before {
        left: -0.8em !important;
    }
}

/* ========================================
   スマホ：ヘッダロゴ左寄せ
======================================== */
@media only screen and (max-width: 600px) {
    #headerLogo,
    #headerLogo img {
        margin-left: 0 !important;
        text-align: left !important;
    }
}
/* ========================================
   教習の流れ図
======================================== */
ul.flowchart {
    margin-left: 0 !important;
    padding-left: 0 !important;
    border-bottom: 1px solid #E1E8ED !important;
}

ul.flowchart > li {
    display: flex !important;
    align-items: flex-start !important;
    padding: 20px 0 !important;
    list-style: none !important;
    border-top: 1px solid #E1E8ED !important;
}

ul.flowchart > li .flowicon {
    position: relative !important;
    flex: 0 0 70px !important;
    width: 70px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #6bb2f1 !important;
    font-size: 2em !important;
    font-weight: bold !important;
    line-height: 1 !important;
    text-align: center !important;
}

ul.flowchart > li dl {
    width: calc(100% - 70px) !important;
    margin: 0 !important;
}

ul.flowchart > li dl dt {
    margin-bottom: 10px !important;
    color: #2d2c5c !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
    line-height: 1.6 !important;
}

ul.flowchart > li dl dd {
    margin: 0 !important;
    line-height: 1.8 !important;
}

/* ========================================
   教習の流れ図 SP
======================================== */
@media only screen and (max-width: 600px) {

    ul.flowchart > li {
        padding: 18px 0 !important;
    }

    ul.flowchart > li .flowicon {
        flex-basis: 60px !important;
        width: 60px !important;
        font-size: 20px !important;
    }

    ul.flowchart > li dl {
        width: calc(100% - 60px) !important;
    }

    ul.flowchart > li dl dt {
        margin-bottom: 6px !important;
        font-size: 18px !important;
        line-height: 1.5 !important;
    }

    ul.flowchart > li dl dd {
        font-size: 14px !important;
        line-height: 1.8 !important;
    }
}
/* ========================================
   よくある質問
======================================== */
ul.faq {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 2px solid #D9E3EA;
}

ul.faq li.qus,
ul.faq li.ans {
    padding-left: 48px;
}

ul.faq li.qus::before,
ul.faq li.ans::before {
    width: 32px;
    height: 32px;
    margin: 0 12px 0 -48px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    color: #fff;
    font-weight: bold;
}

ul.faq li.qus::before {
    background-color: #6bb2f1;
}

ul.faq li.ans::before {
    background-color: #96D9D9;
}

/* sp */
@media only screen and (max-width: 600px) {
    ul.faq li.qus,
    ul.faq li.ans {
        padding-left: 40px;
        font-size: 14px;
        line-height: 1.8;
    }

    ul.faq li.qus::before,
    ul.faq li.ans::before {
        width: 28px;
        height: 28px;
        margin: 0 10px 0 -40px;
        font-size: 14px;
    }
}
/* ========================================
   事業所概要
======================================== */
.article table.normalTbl th {
    background: #d4ebed;
}/*
.article table.companyList {
    width: 100%;
    border-collapse: collapse;
    border: none;
    margin-bottom: 40px;
}

.article table.companyList tr {
    border-bottom: 1px solid #A5B3BD;
}

.article table.companyList th,
.article table.companyList td {
    padding: 24px 0;
    border: none;
}

.article table.companyList th {
    width: 35%;
    background: none;
    text-align: left;
    padding-left: 3em;
}

.article table.companyList td {
    width: 65%;
    text-align: left;
    padding-left: 1.5em;
}*/

/* sp */
/*@media only screen and (max-width: 600px) {

    .article table.companyList th,
    .article table.companyList td {
        display: block;
        width: 100%;
        padding-left: 0;
        font-size: 16px;
    }

    .article table.companyList th {
        padding: 16px 0 4px;
    }

    .article table.companyList td {
        padding: 0 0 16px;
    }
}*/
/* ========================================
   freeHTML 会社概要
======================================== */
#sideContents .freeHtml .freeLogo {
    text-align: center;
    margin: 0 auto 0.3em;
}

#sideContents .freeHtml .freeLogo img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

#sideContents .freeHtml .freeInfo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    max-width: 700px;
    margin: 0 auto;
    padding: 14px 0;
    color: #2d2c5c;
    border-bottom: 1px solid #A5B3BD;
}

#sideContents .freeHtml .freeInfo span:first-child {
    width: 100px;
    font-weight: bold;
    text-align: left;
}

#sideContents .freeHtml .freeInfo span:last-child {
    width: 240px;
    text-align: left;
}

#sideContents .freeHtml .freeBtn {
    text-align: center;
    margin: 1.5em 0 3em;
}

#sideContents .freeHtml .freeBtn a.btn {
    display: inline-block;
    width: auto;
    max-width: 360px;
    padding: 12px 32px;
    margin: 0 auto;
}

/* sp */
@media only screen and (max-width: 600px) {
    #sideContents .freeHtml .freeLogo img {
        max-width: 260px;
    }

    #sideContents .freeHtml .freeInfo {
        display: block;
        max-width: 100%;
        padding: 12px 0;
    }

    #sideContents .freeHtml .freeInfo span {
        display: block;
        width: 100% !important;
        text-align: left !important;
    }

    #sideContents .freeHtml .freeInfo span:first-child {
        margin-bottom: 4px;
    }

    #sideContents .freeHtml .freeBtn {
        margin-bottom: 2em;
    }
}
 /*-------------
バッジ非表示
---------------*/
    .recaptcha_policy {
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 11px !important;
        color: #444 !important;
    }

    .recaptcha_policy a {
        font-size: 11px !important;
        color: #111 !important;
    }

    .grecaptcha-badge {
        visibility: hidden;
    }

    #footer_body .topMenu li a, #footer_body .services li a {
        font-weight: normal;
    }
        #footer_body .topMenu li a:hover, #footer_body .services li a:hover {
        font-weight: bold;
    }

ul.topics li p.date {
    color: #6bb2f1;
    background: none;
    padding: 0;
}

.article.envelope_box.zero_margin {
margin-bottom: 0;
}