﻿@charset "utf-8";

/* =============================== submain =============================== */

.submain_bk {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.submain_bk::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: calc( 100% + 100px );
  left: -50px;
  border-radius: 0 0 3800px 3800px / 0 0 200px 200px;
  background: linear-gradient(0deg, #fbb4a4 0%, #fbcdc2 100%);
  background-size: auto;
}
.submain_bk::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background: #fff;
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50% );
  border-radius: 50%;
}
.submain_bk .submain {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50% );
  z-index: 2;
  text-align: center;
}
.submain_bk .submain .submain_img img {
  width: 54%;
  max-width: 100%;
}
.submain_bk .submain .submain_img.howtouse02 {
  margin-bottom: 10px;
}
.submain_bk .submain .submain_img.howtouse02 img {
  width: 26%;
}
.submain_bk .submain .submain_ttl {
  margin-top: 12px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  letter-spacing: .05em;
  font-family: 'Zen Maru Gothic', sans-serif;
  white-space: nowrap;
}
.submain_bk .submain .submain_ttl rt {
  font-size: 12px;
  letter-spacing: -.05em;
}
.submain_bk .submain .submain_ttl ruby[data-ruby]::before {
  font-size: 18px;
}

/*Firefox*/
@-moz-document url-prefix() {
  .submain_bk .submain .submain_ttl {
    margin-top: 16px;
  }
  .submain_bk .submain .submain_ttl ruby {
    position: relative;
  }
  .submain_bk .submain .submain_ttl rt {
    position: absolute;
    top: -.8em;
    left: 0; right: 0;
    margin: auto;
  }
}



/* =============================== contents =============================== */

#contents.sub {
  background: url(../images/common/common_bgdeco01.png) no-repeat right top 35px , url(../images/common/common_bgdeco02.png) no-repeat left bottom 35px;
  background-size: 20% auto , 20% auto;
}

.breadcrumbs {
  padding: 20px 0;
}
.breadcrumbs li ,
.breadcrumbs li a {
  font-size: 14px;
  line-height: 140%;
  list-style: none;
}
.breadcrumbs li a {
  text-decoration: none;
  color: #ed6d4e;
}
.breadcrumbs li:nth-child(n+2)::before {
  content: "/";
  color: #ed6d4e;
  font-size: 14px;
  margin-left: 7px;
  margin-right: 5px;  
}


/* =============================== contact =============================== */

.inquiry_bk {
  padding: 60px 0;
}
.inquiry_bk .inquiry .inquiry_txt {
  color: #231714;
  text-align: center;
  font-size: 16px;
  letter-spacing: .05em;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.inquiry-confirm .inquiry_bk .inquiry .inquiry_txt {
  display: none;
}

.inquiry_bk .form_wrap {
  margin: 40px auto 0;
}
.inquiry_bk .form_inner {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
  border: 4px solid #f4dad3;
  padding: 30px 4%;
  border-radius: 30px;
}
.inquiry_bk .form_inner .flow {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 15px;
}
.inquiry_bk .form_inner .flow li {
  padding: 20px 0 10px;
  text-align: center;
  width: 100%;
  background: #fcf2ef;
}
.inquiry_bk .form_inner .flow li:nth-child(1) {
  border-radius: 20px 20px 0 0;
  margin-bottom: 2px;
}
.inquiry_bk .form_inner .flow li:nth-child(3) {
  width: 100%;
  margin-top: 2px;
  border-radius: 0 0 20px 20px;
}
.inquiry_bk .form_inner .flow li p {
  line-height: 1;
}
.inquiry_bk .form_inner .flow li span {
  color: #ed6d4e;
  font-size: 16px;
  font-family: 'Zen Maru Gothic', sans-serif;
  line-height: 1;
  letter-spacing: .05em;
}
.inquiry_bk .form_inner .flow li span ruby {
  line-height: 1;
}
.inquiry_bk .form_inner .flow li span ruby[data-ruby]::before {
  bottom: 95%;
  letter-spacing: -.15em;
}
/*Firefox*/
@-moz-document url-prefix() {
  .inquiry_bk .form_inner .flow li span {
  }
  .inquiry_bk .form_inner .flow li span ruby {
    position: relative;
  }
  .inquiry_bk .form_inner .flow li span rt {
    position: absolute;
    top: -.8em;
    left: 0; right: 0;
    margin: auto;
  }
}
.inquiry_bk .form_inner .flow li.current {
  background: #ed6d4e;
}
.inquiry_bk .form_inner .flow li.current span {
  color: #fff;
}

.inquiry_bk .form_inner dl {
  padding: 15px 0;
  border-bottom: 1px solid #ffe4da;
}
.inquiry_bk .form_inner dl:nth-of-type(1) {
  margin-top: 20px;
  border-top: 1px solid #ffe4da;
}
.inquiry_bk .form_inner dt p {
  color: #ed6d4e;
  font-size: 18px;
  font-weight: bold;
}
.inquiry_bk .form_inner dt p span.required {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #ed6d4e;
  background: #fff3bf;
  vertical-align: top;
  line-height: 1;
  padding: 7px 11px 5px;
  border-radius: 12px;
  margin-left: 12px;
}
.inquiry_bk .form_inner dd {
  padding-top: 10px;
}  

.inquiry_bk .form_inner input[type="text"],
.inquiry_bk .form_inner input[type="tel"],
.inquiry_bk .form_inner input[type="email"],
.inquiry_bk .form_inner textarea {
  border: none;
  background: #fcf2ef;
  padding: 12px;
  width: 100%;
  border-radius: 6px;
  resize: none;
}
.inquiry_bk .form_inner select {
  border: none;
  background: #fcf2ef;
  padding: 10px 12px;
  border-radius: 6px;
  margin-bottom: 10px;
}
*:focus {
  outline: none;
}
.inquiry_bk .form_inner ::placeholder {
  color: #dbbdb5;
}
/* 旧Edge対応 */
.inquiry_bk .form_inner ::-ms-input-placeholder {
  color: #dbbdb5;
}
/* IE対応 */
.inquiry_bk .form_inner :-ms-input-placeholder {
  color: #dbbdb5;
}

/* error */
.inquiry_bk .form_inner .wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 90%;
}

.inquiry_bk .form_confirm {
  padding: 60px 0 0;
  text-align: center;
}

.inquiry_bk .form_confirm .policy {
  margin-bottom: 30px;
}
.inquiry_bk .form_confirm .policy input {
  margin-right: 6px;
  vertical-align: middle;
}
.inquiry_bk .form_confirm .policy a {
  color: #ed6d4e;
  text-decoration: underline;
}
.inquiry_bk .form_confirm .policy a:hover {
  text-decoration: none;
}
.inquiry_bk .form_confirm .policy span.required {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #ed6d4e;
  background: #fff3bf;
  vertical-align: text-bottom;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 10px;
  margin-left: 6px;
}
@media screen and (max-width: 400px){
  .inquiry_bk .form_confirm .policy span ,
  .inquiry_bk .form_confirm .policy a {
    font-size: 4vw;
  }
  .inquiry_bk .form_confirm .policy span.required {
    font-size: 3.2vw;
  }
}

.inquiry_bk .form_confirm {
  text-align: center;
}
.inquiry_bk .form_confirm .wpcf7-submit {
  display: block;
  text-indent: -9999px;
  margin: 0 auto;
  width: 85%;
  max-width: 352px;
  max-height: 79px;
  padding-top: 14.5%;
  background: url(../images/inquiry/btn_confirm.png) no-repeat center center;
  background-size: contain;
}
.inquiry-confirm .inquiry_bk .form_confirm .wpcf7-submit {
  background: url(../images/inquiry/btn_submit.png) no-repeat center center;
  background-size: contain;
}
.inquiry_bk .form_confirm .wpcf7-previous {
  display: block !important;
  text-indent: -9999px;
  margin: 0 auto;
  width: 85%;
  max-width: 312px;
  max-height: 79px;
  padding-top: 14.5%;
  background: url(../images/inquiry/btn_back.png) no-repeat center center;
  background-size: contain;
}

.inquiry_bk .inquiry_thanks_ttl {
  color: #ed6d4e;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .05em;
  font-family: 'Zen Maru Gothic', sans-serif;
  margin-bottom: 40px;
}
.inquiry_bk .inquiry_thanks_txt {
  color: #231714;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: .05em;
  font-family: 'Zen Maru Gothic', sans-serif;
  margin-bottom: 80px;
}

/* =============================== faq =============================== */

.faq01_bk {
  padding: 80px 0;
}


.faq01_tablist {
  width: 100%;
  max-width: 786px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.faq01_tablist li {
  width: 100%;
  box-sizing: border-box;
}
.faq01_tablist li:nth-last-child(n+2) {
  margin-bottom: 3px;
}
.faq01_tablist li a {
  display: block;
  flex-grow: 1;
  padding: 20px 0 16px;
  text-align: center;
  text-decoration: none;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 16px;
  background: #fff;
  color: #ed6d4e;
  line-height: 1;
  position: relative;
}
.faq01_tablist li:nth-child(1) a {
  border-radius: 30px 30px 0 0;
}
.faq01_tablist li:last-child a {
  border-radius: 0 0 30px 30px;
}
.faq01_tablist li:nth-child(4) a {
  padding: 20px 0;
}
.faq01_tablist li a.current {
  background: #ed6d4e;
  color: #fff;
}
.faq01_tablist li a .count {
  font-size: 14px;
  margin-left: 2px;
}

.faq01_tablist li ruby {
  position: relative;
}
.faq01_tablist li a rt {
  position: absolute;
  top: -1.2em;
  left: 0;
}

.faq01_tabcon {
  width: 100%;
  margin: 25px auto 0;
  box-sizing: border-box;
  background: #fff;
  border: 4px solid #f4dad3;
  padding: 30px 5%;
  border-radius: 30px;
}
/*
.faq01_tabcon dl.acc {
  border-bottom: 4px dotted #ed6d4e;
}
.faq01_tabcon dl.acc dt {
  padding: 20px 36px 20px 0;
  position: relative;
  font-size: 16px;
  cursor: pointer;
  transition: .3s;
}
.faq01_tabcon dl.acc dt::before {
  content: "+";
  color: #ed6d4e;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate( 0, -50% );
  font-family: sans-serif;
  transition: .3s;
}
.faq01_tabcon dl.acc dt.active {
  background: #fcf2ef;
  padding: 20px 56px 20px 20px;
  transition: .3s;
}
.faq01_tabcon dl.acc dt.active::before {
  content: "－";
  right: 20px;
  transition: .3s;
}
.faq01_tabcon dl.acc dd {
  padding: 20px 36px 20px 20px;
}
*/
.acc dd {
  display: none;
}

.faq01_bk .faq01 .faq_list li {
  letter-spacing: -.4em;
  width: 100%;
  border-bottom: 4px dotted #f08166;
}
.faq01_bk .faq01 .faq_list li a {
  padding: 17px 0 15px;
  display: block;
}
.faq01_bk .faq01 .faq_list li span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.faq01_bk .faq01 .faq_list li .ttl {
  font-size: 16px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.faq01_bk .faq01 .faq_list li .date {
  font-size: 14px;
  color: #ed6d4e;
  text-align: right;
  width: 100%;
  margin-top: 5px;
}

.faq01_bk .faq01 .nopost {
  padding: 30px 0;
  text-align: center;
}


/* =============================== faq_info =============================== */

.faq_info_bk {
  padding: 0 0 80px;
}
.faq_info_bk .faq_info .faq_info_list {
  width: 100%;
  margin: 25px auto 0;
  box-sizing: border-box;
  background: #fff;
  border: 4px solid #f4dad3;
  padding: 20px 5%;
  border-radius: 30px;
  margin-bottom: 40px;
}
.faq_info_bk .faq_info .faq_info_list li {
  letter-spacing: -.4em;
  width: 100%;
  border-bottom: 4px dotted #f08166;
}
.faq_info_bk .faq_info .faq_info_list li a {
  padding: 17px 0 15px;
  display: block;
}
.faq_info_bk .faq_info .faq_info_list li span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.faq_info_bk .faq_info .faq_info_list li .ttl {
  font-size: 16px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.faq_info_bk .faq_info .faq_info_list li .date {
  font-size: 14px;
  color: #ed6d4e;
  text-align: right;
  width: 100%;
  margin-top: 5px;
}

.faq_info_bk .faq_info .nopost {
  width: 100%;
  margin: 25px auto 0;
  box-sizing: border-box;
  background: #fff;
  border: 4px solid #f4dad3;
  padding: 50px 5%;
  border-radius: 30px;
  margin-bottom: 40px;
  text-align: center;
}

/* =============================== features =============================== */

.features_bk {
  padding: 30px 0 80px;
}
.features_bk .features {
  position: relative;
  z-index: 5;
}
.features_bk .features h2 {
  margin-bottom: 50px;
}
.features_bk .features .features_copy {
  font-size: 14px;
  line-height: 180%;
}
.features_bk .features .features_list {
  margin-top: 50px;
  padding-bottom: 40px;
}
.features_bk .features .features_list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 3px solid #f4dad3;
  border-radius: 30px;
  background: #fff;
  padding: 30px 4%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-bottom: 30px;
}
.features_bk .features .features_list li .image {
  width: 100%;
	-ms-flex-order:2;
	order:2;
}
.features_bk .features .features_list li .image img {
  max-width: 100%;
  height: auto;
}
.features_bk .features .features_list li .info {
  width: 100%;
  margin-bottom: 25px;
	-ms-flex-order:1;
	order:1;
}
.features_bk .features .features_list li .info .ttl {
  color: #ed6d4e;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 15px;
  font-family: 'Zen Maru Gothic', sans-serif;
  letter-spacing: .01em;
  background: url(../images/common/common_line01.svg) space no-repeat left bottom;
  background-size: auto 8px;
}
.features_bk .features .features_list li .info .txt {
  color: #231714;
  font-size: 14px;
  line-height: 180%;
}
.features_bk .features h2 {
  margin-bottom: 30px;
}
.features_bk .features .features_tbl01 {
  margin-top: 30px;
  width: 100%;
  border: none;
  border-collapse: collapse;
  position: relative;  
}
.features_bk .features .features_tbl01::after {
  content: "";
  background: #fff;
  display: block;
  width: calc( 100% - 6px );
  height: calc( 100% - 6px );
  border: 3px solid #f4dad3;
  border-radius: 15px;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}
.features_bk .features .features_tbl01 th ,
.features_bk .features .features_tbl01 td {
  display: block;
  vertical-align: middle;
}
.features_bk .features .features_tbl01 tr:nth-child(1) th {
  border-radius: 15px 0 0 0;
}
.features_bk .features .features_tbl01 tr:nth-child(3) td {
  border-radius: 0 0 15px 0; 
}
.features_bk .features .features_tbl01 th {
  text-align: center;
  padding: 20px 4%;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #ed6d4e;
  font-family: 'Zen Maru Gothic', sans-serif;
  letter-spacing: .01em;
  border-bottom: 3px dashed #f4dad3;
}
.features_bk .features .features_tbl01 td {
  padding: 20px 4%;
  font-size: 14px;
  line-height: 180%;
  color: #231714;
  border-bottom: 3px solid #f4dad3;
}
.features_bk .features .features_tbl01 tr:last-child td {
  border-bottom: none;
}

.features_bk .common_btn01 {
  margin-top: 40px;
}

/* =============================== howtouse =============================== */

.howtouse_bk {
  padding: 30px 0 80px;
}
.howtouse_bk .howtouse_navi {
  margin-bottom: 90px;
}
.howtouse_bk .howtouse_navi li {
  width: 100%;
}
.howtouse_bk .howtouse_navi li:nth-child(1) {
  margin-bottom: 20px;
}
.howtouse_bk .howtouse_navi li a {
  display: block;
  width: 100%;
  border: 2px solid #ed6d4e;
  background: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 7px 0px 0px #f5d1c8;
  transition: .3s;
}
.howtouse_bk .howtouse_navi li a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.howtouse_bk .howtouse_navi li a i img {
  width: 40px;
}
.howtouse_bk .howtouse_navi li a .ttl {
  color: #ed6d4e;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: left;
  letter-spacing: .016em;
}
.howtouse_bk .howtouse h2 {
  margin-bottom: 50px;
}
.howtouse_bk .howtouse .howtouse_list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 25px;
}
.howtouse_bk .howtouse .howtouse_list li:nth-child(2n) {
  margin-right: 0;
}
.howtouse_bk .howtouse .howtouse_list li a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.howtouse_bk .howtouse .howtouse_list li .image {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  border: 2px solid #ed6d4e;
  background: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 6px 0px 0px #f5d1c8;
  transition: .3s;
}
.howtouse_bk .howtouse .howtouse_list li .ttl {
  color: #ed6d4e;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: left;
  letter-spacing: .016em;
}

.howtouse_bk .howtouse .howtouse_item_list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 25px;
}
.howtouse_bk .howtouse .howtouse_item_list li:nth-child(2n) {
  margin-right: 0;
}
.howtouse_bk .howtouse .howtouse_item_list li a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.howtouse_bk .howtouse .howtouse_item_list li .image {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  border: 2px solid #ed6d4e;
  background: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 10px 5px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 6px 0px 0px #f5d1c8;
  transition: .3s;
}
.howtouse_bk .howtouse .howtouse_item_list li .image .noimg {
  width: 100%;
  height: auto;
}
.howtouse_bk .howtouse .howtouse_item_list li .ttl {
  color: #ed6d4e;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: left;
  letter-spacing: .016em;
}
.howtouse_bk .howtouse .howtouse_item_list li .date {
  color: #ed9c89;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: left;
  letter-spacing: .012em;
  display: block;
  margin-top: 5px;
}



/* =============================== edit =============================== */

.information_bk {
  padding: 60px 0 80px;
}

.information_bk .information_list {
  border: 3px solid #f4dad3;
  border-radius: 30px;
  padding: 25px 5% 35px;
  background: #fff;
  margin-bottom: 40px;
}
.information_bk .information_list li {
  border-bottom: 3px dotted #ed6d4e;
}
.information_bk .information_list li a {
  display: block;
  letter-spacing: -.4em;
  padding: 18px 0 16px;
}
.information_bk .information_list li a span {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
.information_bk .information_list li a .date {
  font-size: 16px;
  color: #ed6d4e;
  font-family: 'Zen Maru Gothic', sans-serif;
  width: 5.5em;
  line-height: 1;
}
.information_bk .information_list li a .cate {
  font-size: 16px;
  color: #ed6d4e;
  font-family: 'Zen Maru Gothic', sans-serif;
  background: #f4dad3;
  line-height: 1;
  padding: 8px;
  border-radius: 3px;
  margin-right: 15px;
  width: 6em;
  text-align: center;
}
.information_bk .information_list li a .ttl {
  margin-top: 15px;
  font-size: 16px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.information_bk .information h1 {
  font-size: 28px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #ed6d4e;
  margin-bottom: 12px;
  letter-spacing: .1em;
}
.information_bk .information .info {
  margin-bottom: 40px;
}
.information_bk .information .info span {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #ed9c89;
}
.information_bk .information .info .date {
  margin-right: 10px;
  letter-spacing: .12em;
}
.information_bk .information .info .cate {
  padding: 6px 10px;
  border: 2px solid #ed9c89;
  border-radius: 3px;
  letter-spacing: .08em;
}
.information_bk .information .pdf_btn {
  margin-bottom: 40px;
}
.information_bk .information .pdf_btn a {
  display: inline-block;
  position: relative;
  color: #ed6d4e;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', sans-serif;
  border: 2px solid #ed6d4e;
  background: #fff;
  padding: 20px 16px !important;
  border-radius: 10px;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0px 6px 0px 0px #f5d1c8;
  transition: .3s;
}
.information_bk .information #toc_container {
  border: 4px solid #f4dad3;
  border-radius: 24px;
  background: #fff;
  padding: 20px 5% 25px;
  text-align: left;
  width: 100%;
  margin-bottom: 40px;
}
.information_bk .information #toc_container p.toc_title {
  text-align: left;
  color: #362520;
  font-size: 22px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.information_bk .information #toc_container p.toc_title+ul.toc_list li {
  color: #362520;
  font-size: 18px;
}
.information_bk .information #toc_container .toc_number.toc_depth_1 {
  background: #ed6d4e;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  width: 24px;
  line-height: 1;
  font-size: 18px;
  padding: 3px 0;
  text-align: center;
  margin-right: 6px;
  text-indent: 0px;  
}
.information_bk .information #toc_container .toc_number.toc_depth_2 {
  display: none;
}
#toc_container ul.toc_list > li {
  line-height: 170%;
  padding-left: 34px;
  text-indent: -34px;
}
#toc_container ul.toc_list > li > ul {
  margin-left: 0 !important;
}
#toc_container ul.toc_list > li > ul > li {
  position: relative;
  padding-left: 0;
  text-indent: 0;
  line-height: 170%;
}
#toc_container ul.toc_list > li > ul > li::before {
  content: "";
  display: inline-block;
  background: #ed6d4e;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: -26px;
  top: 13px;
  text-indent: 0px;
}



.information_bk .information .editarea {
  padding-bottom: 40px;
}
.information_bk .information .editarea * {
  color: #231714;
  word-break: break-all;
}
.information_bk .information .editarea h2 span ,
.information_bk .information .editarea h3 span ,
.information_bk .information .editarea h4 ,
.information_bk .information .editarea h5 ,
.information_bk .information .editarea h6 {
  font-weight: bold;
  font-family: 'Zen Maru Gothic', sans-serif;
  letter-spacing: .18em;
}
.information_bk .information .editarea h2 {
  margin-bottom: 1.4em;
  padding-bottom: 20px;
  background: url(../images/common/common_line01.svg) repeat-x left bottom;
  background-size: auto 8px;
}
.information_bk .information .editarea h2 span {
  font-size: 24px;
}
.information_bk .information .editarea h3 {
  position: relative;
  padding: 0 0 2px 18px;
  margin-bottom: 1.2em;
}
.information_bk .information .editarea h3 span {
  font-size: 22px;
}
.information_bk .information .editarea h3::before {
  content: "";
  display: block;
  background: #ed6d4e;
  width: 4px;
  height: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
.information_bk .information .editarea h4 {
  font-size: 22px;
  padding: 0 0 4px 16px;
  border-left: 2px solid #ed6d4e;
  margin-bottom: 0.6em;
}
.information_bk .information .editarea h5 {
  font-size: 20px;
  margin-left: 18px;
  margin-bottom: .6em;
}
.information_bk .information .editarea h6 {
  font-size: 18px;
  margin-left: 18px;
  margin-bottom: .5em;
}
.information_bk .information .editarea p {
  line-height: 175%;
  margin-bottom: 1.2em;
}
.information_bk .information .editarea .wp-block-image {
  margin-top: 20px;
  margin-bottom: 20px;
}
.information_bk .information .editarea ul ,
.information_bk .information .editarea ol {
  margin: 1em 0 1em 1.4em;
}
.information_bk .information .editarea ul li {
  list-style: disc;
  line-height: 180%;
}
.information_bk .information .editarea ol li {
  line-height: 180%;
}

/* =============================== overview =============================== */

.overview_bk {
  padding: 30px 0 100px;
}
.overview_bk .overview {
  position: relative;
  z-index: 5;
}
.overview_bk .overview h2 {
  margin-bottom: 50px;
}
.overview_bk .overview .overview_list li {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.overview_bk .overview .overview_list li a {
  display: block;
  width: 100%;
  border: 2px solid #ed6d4e;
  background: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 20px 1.5%;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 6px 0px 0px #f5d1c8;
  transition: .3s;
}
.overview_bk .overview .overview_list li .image {
  margin-bottom: 10px;  
}
.overview_bk .overview .overview_list li .image img {
  width: 16%;
  max-width: 63px;
}
.overview_bk .overview .overview_list li .ttl {
  color: #ed6d4e;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: center;
  letter-spacing: .016em;
}


/* =============================== sysadmin =============================== */

.sysadmin_bk {
  padding: 30px 0 50px;
}
.sysadmin_bk .sysadmin {
  margin-bottom: 40px;
}
.sysadmin_bk .sysadmin .sysadmin_list_box {
  width: 100%;
  border: 3px solid #f4dad3;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 20px 3%;
  text-align: center;
  margin-bottom: 25px;
}
.sysadmin_bk .sysadmin .sysadmin_list_box .ttl {
  background: #fcf2ef;
  display: block;
  padding: 18px 0 6px;
  line-height: 1;
  border-radius: 21px;
  color: #ed6d4e;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: center;
  letter-spacing: .018em;
  position: relative;
}
.sysadmin_bk .sysadmin .sysadmin_list_box .ttl::after {
  content: "";
  width:0;
  height:0;
  border-style:solid;
  border-width: 12px 9px 0 9px;
  border-color: #FCF2EF transparent transparent transparent;
  position: absolute;
  bottom: -11px;
  left: 0; right: 0;
  margin: auto;

}
.sysadmin_bk .sysadmin .sysadmin_list_box .sysadmin_list {
  margin-top: 20px;
  margin-bottom: 10px;
}
.sysadmin_bk .sysadmin .sysadmin_list_box .sysadmin_list li {
  font-size: 14px;
  line-height: 180%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  border-bottom: 3px dotted #ed6d4e;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sysadmin_bk .sysadmin .sysadmin_list_box .link a {
  text-decoration: none;
  display: inline-block;
  color: #ed6d4e;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 7px 40px 7px 0;
  background: url(../images/common/common_btn01.png) no-repeat right center;
  background-size: 30px;
}

.sysadmin_bk .sysadmin .sysadmin_list_box .nopost {
  margin-top: 25px;
}

.sysadmin_bk .sysadmin .sysadmin_item_list {
  border: 3px solid #f4dad3;
  border-radius: 30px;
  padding: 25px 5% 35px;
  background: #fff;
  margin-bottom: 40px;
}
.sysadmin_bk .sysadmin .sysadmin_item_list li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  padding: 15px 0;
  width: 100%;
  border-bottom: 3px dotted #ed6d4e;
  text-decoration: none;
}
.sysadmin_bk .sysadmin .sysadmin_item_list li a .ttl {
  font-size: 16px;
  color: #231714;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sysadmin_bk .sysadmin .sysadmin_item_list li a .date {
  font-size: 14px;
  color: #ed6d4e;
  text-align: right;
  width: 100%;
  margin-top: 5px;
}




/* =============================== troubleshoot =============================== */

.troubleshoot_bk {
  padding: 30px 0 100px;
}
.troubleshoot_bk .troubleshoot {
  position: relative;
  z-index: 5;
}
.troubleshoot_bk .troubleshoot .troubleshoot_search {
  width: 90%;
  max-width: 460px;
  margin: 0 auto 80px;
  border-radius: 35px;
  background: linear-gradient(0deg, #f98a72 0%, #f8ad9c 100%);
  padding: 5px 20px 5px 5px;
}
.troubleshoot_bk .troubleshoot .troubleshoot_search input[type="text"] {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 18px;
  line-height: 1;
  padding: 15px 25px;
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 30px;
  width: calc( 100% - 50px );
}
.troubleshoot_bk .troubleshoot .troubleshoot_search input[type="text"]::placeholder {
  color: #f4dad3;
}
.troubleshoot_bk .troubleshoot .troubleshoot_search input[type="submit"] {
  text-indent: -9999px;
  background: url(../images/top/top_icon_search.png) no-repeat center center;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 1;
  vertical-align: middle;
  margin-left: 14px;
}
@media screen and (max-width: 400px){
  .troubleshoot_bk .troubleshoot .troubleshoot_search {
    width: 90%;
    max-width: 400px;
  }
  .troubleshoot_bk .troubleshoot .troubleshoot_search input[type="submit"] {
    background: url(../images/top/top_icon_search.png) no-repeat center center;
    background-size: 100%;
    width: 30px;
    height: 30px;
  }
  .troubleshoot_bk .troubleshoot .troubleshoot_search input[type="text"] {
    font-size: 16px;
    width: calc( 100% - 45px );
  }
}
.troubleshoot_bk .troubleshoot h2 {
  margin-bottom: 50px;
}
.troubleshoot_bk .troubleshoot .troubleshoot_list li {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.troubleshoot_bk .troubleshoot .troubleshoot_list li a {
  display: block;
  width: 100%;
  border: 2px solid #ed6d4e;
  background: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 20px 1.5%;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 6px 0px 0px #f5d1c8;
  transition: .3s;
}
.troubleshoot_bk .troubleshoot .troubleshoot_list li .image {
  margin-bottom: 10px;  
}
.troubleshoot_bk .troubleshoot .troubleshoot_list li .image img {
  width: 16%;
  max-width: 63px;
}
.troubleshoot_bk .troubleshoot .troubleshoot_list li .ttl {
  color: #ed6d4e;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: center;
  letter-spacing: .016em;
}


/* =============================== search =============================== */

.search_bk {
  padding: 30px 0 80px;
}
.search_bk .search .nopost {
  padding: 30px 0;
  text-align: center;
}

.search_bk .search {
  border: 3px solid #f4dad3;
  border-radius: 30px;
  padding: 25px 5% 35px;
  background: #fff;
  margin-bottom: 40px;
}
.search_bk .search .search_list li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  padding: 15px 0;
  width: 100%;
  border-bottom: 3px dotted #ed6d4e;
  text-decoration: none;
}
.search_bk .search .search_list li a .ttl {
  font-size: 16px;
  color: #231714;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search_bk .search .search_list li a .date {
  font-size: 14px;
  color: #ed6d4e;
  text-align: right;
  width: 100%;
  margin-top: 5px;
}


/* =============================== privacypolicy開始 =============================== */
.privacy_wrap {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.privacy_wrap .privacy_inner {
  width: calc(100% - 40px);
  max-width: 768px;
  padding: 60px 0 80px 0;
}
.privacy_wrap h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.privacy_wrap .pricacy_content .p_text {
  margin-bottom: 20px;
  line-height: 2em;
}
.privacy_wrap .pricacy_content .p_text span{
  font-size: 22px;
  margin-bottom: 10px;
}
/* =============================== privacypolicy終了 =============================== */

.no_contents {
  text-align: center;
  font-size: 16px;
  padding: 90px 0;
}