@charset "utf-8";
/* ===================================================================
 style info : ヘッダーやフッターなどサイト内共通
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/
body {
  font-family: Lato, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  background: #ffffff;
  color: #151515;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

/*----------------------------------------------------
	下層共通
----------------------------------------------------*/
#low main .main {
  background-image: url("../img/top/main_img001.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 40vh;
  position: relative;
  z-index: 0;
  margin-top: 70px;
}

/*----------------------------------------------------
	下層共通 パンくず
----------------------------------------------------*/
#low main .main .topicpass_box {
  z-index: 2;
  position: absolute;
  z-index: 0;
  bottom: 1vw;
  color: #FFF;
}

#low main .main .topicpass_box ul {
  display: flex;
  font-size: 14px;
}

#low main .main .topicpass_box ul li a {
  color: #FFF;
}

#low main .main .topicpass_box ul li::after {
    font-family: FontAwesome;
    content: "\f105";
    margin: 0 0.8em;
}

#low main .main .topicpass_box ul li:last-child:after{
    content:"";
}
/*----------------------------------------------------
    リンク
----------------------------------------------------*/
a:link,
a:visited,
a:hover,
a:active {
  color: #151515;
  text-decoration: none;
  transition: all .5s ease;
}

/*----------------------------------------------------
    .link
----------------------------------------------------*/
.link01:hover {
  color: #00af95;
}

/*----------------------------------------------------
    toggle-panel
----------------------------------------------------*/
#panel-btn {
  display: none;
}

/* -----------------------------------------------------------
    .btn_box
----------------------------------------------------------- */
.btn_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75vw;
  position: relative;
  z-index: 0;
}

/* -----------------------------------------------------------
    .link
----------------------------------------------------------- */
.link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1em;
  position: relative;
  z-index: 0;
  transition: padding 250ms cubic-bezier(.25,.46,.45,.94);
}

/* -----------------------------------------------------------
    .link_txt
----------------------------------------------------------- */
.link_txt {
  color: #00af95 !important;
}

.link_txt:hover {
  opacity: 0.5;
}

/* -----------------------------------------------------------
    矢印
----------------------------------------------------------- */
.arr:after {
  content: "";
  height: 10px;
  width: 10px;
  margin-right: 2px;
  transform: rotate(45deg);
  transition: all .5s ease;
}

.arr:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .5s;
}

.arr01:after {
  border-top: 2px solid #00af95;
  border-right: 2px solid #00af95;
}

.arr02:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.arr01:before {
  background-color: #00af95;
}

.arr02:before {
  background-color: #151515;
}

a:hover .arr:before,
.arr:hover:before {
  transform: scale(1, 1);
}

.arrow:after {
  content: "";
  height: 10px;
  width: 10px;
  margin-right: 2px;
  position: absolute;
  top: calc(50% - 1px);
  right: calc(1vw + 5px);
  transform: rotate(45deg) translateY(-50%);
  transition: all .5s ease;
}

.arrow01:after {
  border-top: 2px solid #00af95;
  border-right: 2px solid #00af95;
}

.arrow02:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

/* -----------------------------------------------------------
    アイコン
----------------------------------------------------------- */
.mail:before,
.doc:before,
.tel:before {
  font-family: FontAwesome;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: normal;
  margin-right: 0.5em;
}

.mail:before {
  content: "\f0e0";
}

.doc:before {
  content: "\f15c";
}

.tel:before {
  content: "\f095";
}

/* -----------------------------------------------------------
    背景色
----------------------------------------------------------- */
.bg_clr01 {
  background-color: #151515;
}

.bg_clr01:hover {
  background-color: #00af95;
}

.bg_clr02 {
  background-color: #00af95;
}

.bg_clr02:hover {
  background-color: #151515;
}

/* -----------------------------------------------------------
    ボーダー色
----------------------------------------------------------- */
.brb_clr01 {
  border-bottom: 1px solid #ffffff;
}

.brb_clr02 {
  border-bottom: 1px solid #151515;
}

/* -----------------------------------------------------------
    フォント色
----------------------------------------------------------- */
.clr01 {
  color: #ffffff !important;
}

.clr02 {
  color: #151515 !important;
}

/* -----------------------------------------------------------
    フォント太さ
----------------------------------------------------------- */
.fs_b01 {
  font-weight: 700;
}

.fs_b02 {
  font-weight: 900;
}

/* -----------------------------------------------------------
    高さ
----------------------------------------------------------- */
.hit_01 {
  height: 40px;
}

.hit_02 {
  height: 50px;
}

.hit_03 {
  height: 60px;
}

.hit_04 {
  height: 70px;
}

.hit_05 {
  height: 80px;
}

.hit_06 {
  height: 90px;
}

.hit_07 {
  height: 100px;
}

/* -----------------------------------------------------------
    幅
----------------------------------------------------------- */
.wid_01 {
  width: 7.5em;
}

.wid_02 {
  width: 10em;
}

.wid_03 {
  width: 12.5em;
}

.wid_04 {
  width: 15em;
}

.wid_05 {
  width: 17.5em;
}

.wid_06 {
  width: 20em;
}

.wid_07 {
  width: 22.5em;
}

.wid_08 {
  width: 25em;
}

.wid_09 {
  width: 30em;
}

.wid_10 {
  width: 100%;
}

/* -----------------------------------------------------------
    .heading
----------------------------------------------------------- */
.heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* -----------------------------------------------------------
    hd
----------------------------------------------------------- */
.hd_01 {
  position: relative;
}

.hd_01:before {
  background-color: #00af95;
  content: "";
  height: 5px;
  width: 50px;
  position: absolute;
  top: -7.5vw;
  left: 0;
}

.hd_01 span {
  display: block;
}

.hd_01 span:nth-of-type(1) {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.2;
}

.hd_01 span:nth-of-type(2) {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0.5vw;
}

/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
header {
  background-color: rgba(255,255,255,1);
  height: 70px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0; 
  z-index: 2;
  transition: all .5s ease;
}
header .hd_head{
	font-size: 10px;
    font-weight: normal;
	padding-left: 2vw;
}
header .is-fixed {
  background-color: rgba(255,255,255,1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 53px;
  padding-left: 2vw;
  padding-right: 0;
}

header .site_id {
  width: 300px;
}

header .site_id .logo_w {
  display: block;
}

header .site_id .logo_g {
  display: none;
}

header .is-fixed .site_id .logo_w {
  display: none;
}

header .is-fixed .site_id .logo_g {
  display: block;
  width: 240px;
}

/* -----------------------------------------------------------
    #g_nav
----------------------------------------------------------- */
#g_nav {
  display: flex;
  align-items: center;
}

#g_nav > ul.g_menu {
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
}

#g_nav > ul.g_menu > li:not(:first-of-type) {
  margin-left: 1.5vw;
}

#g_nav > ul.g_menu > li {
  position: relative;
}

#g_nav > ul.g_menu > li > a {
  color: #ffffff;
  padding-top: 0.75vw;
  padding-bottom: 0.75vw;
}

#g_nav > ul.g_menu > li > a:hover {
  color: #00af95;
}

header .is-fixed #g_nav > ul.g_menu > li > a {
  color: #151515;
}


.fixed header .is-fixed #g_nav > ul.g_menu > li > a {
  color: #FFF;
}

#g_nav > ul.g_menu > li > ul.g_sub_menu {
  display: none;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  position: absolute;
  top: calc(100% + 0.5vw);
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}

#g_nav > ul.g_menu > li:hover > .g_sub_menu {
  display: block;
}

#g_nav > ul.g_menu > li > ul.g_sub_menu > li {
  background-color: #00af95;
  margin-top: 2px;
  padding: 0.5em;
  position: relative;
  opacity: 0;
  transform-origin: bottom;
  animation: enter 0.2s ease forwards;
}

#g_nav > ul.g_menu > li > ul.g_sub_menu > li:first-of-type {
  margin-top: 0;
}

#g_nav > ul.g_menu > li > ul.g_sub_menu > li:nth-of-type(1) {
  animation-duration: 0.2s;
  animation-delay: 0s;
}

#g_nav > ul.g_menu > li > ul.g_sub_menu > li:nth-of-type(2) {
  animation-duration: 0.3s;
  animation-delay: 0.1s;
}

#g_nav > ul.g_menu > li > ul.g_sub_menu > li:nth-of-type(3) {
  animation-duration: 0.4s;
  animation-delay: 0.2s;
}

#g_nav > ul.g_menu > li > ul.g_sub_menu > li:nth-of-type(4) {
  animation-duration: 0.5s;
  animation-delay: 0.3s;
}

#g_nav > ul.g_menu > li > ul.g_sub_menu > li:nth-of-type(5) {
  animation-duration: 0.6s;
  animation-delay: 0.4s;
}

#g_nav > ul.g_menu > li > ul.g_sub_menu > li:hover {
  background-color: #5bc8b8;
}

#g_nav > ul.g_menu > li > ul.g_sub_menu > li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  color: #ffffff;
}

@keyframes enter {
  from {
    opacity: 0;
    transform: scaleY(0.98) translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#g_nav ul.u_menu {
  background-color: #ffffff;
  display: flex;
  font-weight: 900;
  margin-left: 2vw;
}

header .is-fixed #g_nav ul.u_menu {
  background-color: #00af95;
  margin-top: -14px;
}

#g_nav ul.u_menu li a:before {
  color: #00af95;
  transition: all .5s ease;
}

header .is-fixed #g_nav ul.u_menu li a:before {
  color: #ffffff;
}

header .is-fixed #g_nav ul.u_menu li a:hover:before {
  color: #151515;
}

#g_nav ul.u_menu li.phone {
  font-size: 18px;
  font-size: 1.8rem;
}

#g_nav ul.u_menu li.email {
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}

#g_nav ul.u_menu li.email:before {
  background-color: #ececec;
  content: "";
  height: 50%;
  width: 1px;
}

#g_nav ul.u_menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 1vw 1.5vw;
}

#g_nav ul.u_menu li a:hover {
  color: #00af95;
}

header .is-fixed #g_nav ul.u_menu li a {
  color: #ffffff;
}

header .is-fixed #g_nav ul.u_menu li a:hover {
  color: #151515;
}

/* -----------------------------------------------------------
    #wrapper
----------------------------------------------------------- */
#wrapper {
}

/* -----------------------------------------------------------
    #container
----------------------------------------------------------- */
#container {
}

/* -----------------------------------------------------------
    main
----------------------------------------------------------- */
main .main:before {
  background-color: rgba(0,0,0,0.1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

main .main {
  padding: 3vw;
  position: relative;
}

main .main .ttl {
  color: #ffffff;
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: 900;
  margin-bottom: 4vw;
}

main .main .ttl span {
  display: block;
}

main .container > section {
    padding: 7.5vw;
}


/* -----------------------------------------------------------
    .contents
----------------------------------------------------------- */
.contents {
  margin-top: 3vw;
}

/* -----------------------------------------------------------
    .other
----------------------------------------------------------- */
.other {
  display: flex;
  margin-top: 7.5vw;
  padding: 0 7.5vw;
}

.other > div {
  width: calc(100% / 2);
  margin-left: 5vw;
}

.other > div:nth-of-type(1) {
  margin-left: 0;
}

.other > div a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding: 3vw;
  height: 400px;
  position: relative;
  z-index: 0;
}

.other > div a:before {
  background-color: rgba(0,0,0,0.4);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all .5s ease;
}

.other > div a:hover:before {
  background-color: rgba(0,0,0,0.8);
}

.other > div.faq_bnr a {
  background-image: url(../img/common/aside_other_img01.jpg);
}

.other > div.company_bnr a {
  background-image: url(../img/common/aside_other_img02.jpg);
}

.other > div a h2 {
  color: #ffffff;
}

.other > div a h2 span {
  display: block;
}

.other > div a h2 span:nth-of-type(1) {
  font-size: 26px;
  font-size: 2.6rem;
}

.other > div a h2 span:nth-of-type(2) {
  font-size: 16px;
  font-size: 1.6rem;
}

/* -----------------------------------------------------------
    .inquiry
----------------------------------------------------------- */
.inquiry {
  margin-top: 7.5vw;
  padding: 0 7.5vw;
}

.inquiry .inquiry_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}

.inquiry .inquiry_ttl:before,
.inquiry .inquiry_ttl:after {
  background-color: #151515;
  content: "";
  flex: 1 1 auto;
  height: 1px;
}

.inquiry .inquiry_ttl h2 {
  font-size: 38px;
  font-size: 3.8rem;
  text-align: center;
  font-weight: 900;
  padding: 0 2vw;
}

.inquiry .inquiry_lead {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 900;
  line-height: 1.8;
  text-align: center;
  margin-top: 3vw;
}

.inquiry .inquiry_btn {
  margin-top: 3vw;
  margin-left: auto;
  margin-right: auto;
  width: 40vw;
}

.inquiry .inquiry_btn .btn_form ul {
  display: flex;
  font-size: 18px;
  font-size: 1.8rem;
}

.inquiry .inquiry_btn .btn_form ul li {
  width: calc(100% / 2);
}

.inquiry .inquiry_btn .btn_form ul li:not(:first-of-type) {
  margin-left: 1.5vw;
}

.inquiry .inquiry_btn .btn_tel {
  margin-top: 1.5vw;
  width: 100%;
}

.inquiry .inquiry_btn .btn_tel ul {
  font-size: 22px;
  font-size: 2.2rem;
}

.inquiry .inquiry_btn .btn_tel ul li a {
  letter-spacing: 0.2em;
}

.inquiry .inquiry_btn .btn_tel ul li a.tel:before {
  font-size: 24px;
  font-size: 2.4rem;
}

.inquiry .inquiry_btn .btn_tel > p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
  margin-top: 1vw;
}

.inquiry .inquiry_btn .btn_tel > p span:nth-of-type(1) {
  margin-right: 0.5em;
}

/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */
footer {
  margin-top: 7.5vw;
}

footer .above {
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5vw 7.5vw;
}

footer .above .add_box {
  display: flex;
  align-items: center;
}

footer .above .add_box figure {
  width: 260px;
}

footer .above .add_box address {
  margin-left: 1vw;
}

footer .above .add_btn .link_box a span {
  display: flex;
  align-items: center;
}

footer .above .add_btn .link_box a span:before {
  content: "\f041";
  color: #00af95;
  font-family: FontAwesome;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  margin-right: 0.5em;
}

footer .middle {
  border-bottom: 1px solid #ececec;
  display: flex;
  line-height: 1.5;
  padding: 3vw 7.5vw;
}

footer .middle .headline {
  font-weight: bolder;
}

footer .middle .headline:before {
  content: "■";
  color: #00af95;
  font-weight: normal;
  margin-right: 0.25em;
}

footer .middle .foot_nav_box:not(:first-of-type) {
  margin-left: 5vw;
}

footer .middle .foot_nav_box .foot_nav {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 0.5vw;
  margin-left: 1.5em;
}

footer .middle .foot_nav_box .foot_nav.sc {
  display: none;
}

footer .middle .foot_nav_box dl:not(:first-of-type) {
  margin-top: 0.5vw;
}

footer .middle .foot_nav_box dl dt {
  font-weight: bolder;
}

footer .middle .foot_nav_box ul {
  margin-top: 0.25vw;
}

footer .middle .foot_nav_box ul li {
  display: flex;
}

footer .middle .foot_nav_box ul li:before {
  content: "・";
  margin-right: 0.25em;
}

footer .middle .foot_nav_box .foot_list:not(:first-of-type) {
  margin-top: 0.5vw;
}

footer .middle .foot_nav_box .foot_list ul {
  font-size: 15px;
  font-size: 1.5rem;
  margin-left: 1.5em;
}

footer .below {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3vw 7.5vw;
}

footer .u_menu {
  display: none;
}

/* -----------------------------------------------------------
    .pagetop
----------------------------------------------------------- */
.pagetop a {
  background-color: #ffffff;
  border: 1px solid #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}

.pagetop a:after {
  border-top: 2px solid #00af95;
  border-right: 2px solid #00af95;
  content: "";
  height: 10px;
  width: 10px;
  margin-top: 5px;
  transform: rotate(-45deg);
  transition: all .5s ease;
}

.pagetop a:hover {
  background-color: #00af95;
  border: 1px solid #00af95;
}

.pagetop a:hover:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

#low .pagination {
  width: 100%;
  text-align: center;
  margin-top: 5%;
}

/* -----------------------------------------------------------
    .pagenation
----------------------------------------------------------- */
#low .pagination span, #low .pagination a {
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 8px 13px;
  text-decoration: none;
  width: auto;
  color: #767676;
  background: #ffffff;
  border: solid 1px #d9d9d9;
}

#low .pagination .current {
    background: #00af95;
    color: #FFF;
}

#pagenation {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 50px 0 0;
  padding: 50px 0 0;
}

#pagenation li a {
  font-weight: bolder;
  padding: 1em;
  background: #00af95;
  color: #FFF;
}

#pagenation li a:hover {
  text-decoration: none;
  opacity: 0.5;
}
/* -----------------------------------------------------------
    img:hover
----------------------------------------------------------- */
a img:hover {
  transition: all .5s ease;
}

/* -----------------------------------------------------------
    .object-fit-img
----------------------------------------------------------- */
.object-fit-img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.complete-page {
	margin-top: 5rem;
}

.hd_head {
	display: none;
}
/* -----------------------------------------------------------
    ブログページ・カスタマイズ
----------------------------------------------------------- */
#mainArea .maxbutton-1,
.maxbutton-2{
  text-decoration: none!important;
}
#mainArea .mb-text{
  line-height: 1.5;
}
.article-content {
  margin-bottom: 2rem;
  width: 100%;
}
.article-content a {
  font-size: 16px;
  margin-right: 0.5rem;
  padding: 0.1rem 0.5rem;
  color: #151515;
}
.article-content a:hover {
  opacity: 0.55;
}
.article-content p,
.article-content b,
.article-content table,
.article-content ul,
.article-content ol {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 1px;
}
.article-content p,
.article-content img,
.article-content table,
.article-content ul,
.article-content ol {
  margin-bottom: 2rem;
}
.article-content h1 {
  font-size: 30px!important;
  font-weight: bold;
  margin: 20px 0 2rem;
  letter-spacing: 1px;
}
.article-content h2 {
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: bold;
  margin: 4rem 0 3rem;
  padding: 0.5em 0px 0.5em 24px;
  letter-spacing: 1px;
}
.article-content h2::before {
  position: absolute;
  display: block;
  pointer-events: none;
  content: "";
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background-image: linear-gradient(to top, #D8DFE2 50%, #05374C 50%);
}
.article-content>h2 {
  margin-left: var(--swl-h2-margin--x,0);
  margin-right: var(--swl-h2-margin--x,0);
}
.article-content h3  {
  border-bottom: solid 2px #E8E8E8;
  position: relative;
  padding: 0 0 0.5em;
  margin: 3em 0 2em;
}
.article-content h3::before{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #04384C;
  bottom: -3px;
  width: 25%;
}
.article-content h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 10px;
  margin: 2em 0 1.5em;
  background: transparent;
  border-left: solid 2px #04384c;
}
.article-content h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 .3rem;
  letter-spacing: 1px;
}
.article-content img {
  display: block;
}
.article-content ul {
  width: 60vw;
  list-style: disc;
  background-color: #ffede6;
  color: #5a3426;
  border-radius: 7px;
  padding: 10px 70px 30px!important;
}
.article-content ol {
  width: 60%;
  list-style: disc;
  background-color: #f4ffe6;
  border: 1px solid #dfffb3;
  color: #28321b;
  padding: 20px 0 20px 30px;
  border-radius: 7px;
}
.article-content table {
  border-collapse: collapse;
}
.article-content th,
.article-content td {
  padding: .6rem;
  vertical-align: middle;
  border: 1px solid #ddd;
}
.article-content figure {
  max-width: 100%;
}
@media(max-width: 768px) {
  .article-content{
      width: 100%;
    }
  .article-content h1 {
    font-size: 24px!important;
    margin: 1em 0 0.5em;
  }
  .article-content h2 {
    font-size: 20px;
  }
  .article-content h3 {
    font-size: 18px;
  }
  .article-content h4 {
    font-size: 16px;
  }
  .article-content h5 {
      font-size: 1.1rem;
  }
  .article-content ul {
    width: 100%;
    padding: 10px 5px 30px!important;
  }
  .article-content ol {
    width: 100%;
    padding: 20px 10px 20px 20px;
  }
  #mainArea .mb-text{
  line-height: 1.5;
  font-size: 15px;
  }
}

/* -----------------------------------------------------------
    サイドバー
----------------------------------------------------------- */
.news_sidebar{
  width: 1296px;
  margin: 0 auto;
  display: flex!important;
  justify-content: space-between;
}
.contents {
  width: 72%;
}
#secondary{
  width: 20%;
}
@media (max-width:768px){
  .news_sidebar{
    width: 100%;
    display: block!important;
  }
  .contents {
    width: 100%;
  }
  #secondary{
    width: 70%;
    margin: 50px auto 0;
  }
}