@charset "UTF-8";
/* _setting CSS */
/* _setting CSS */
/* pc & sp
------------------------------------------------------------------------- */
/* ___________________Font */
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  width: 100%;
}

#wrapper {
  height: 100%;
  overflow-x: hidden;
}

footer .nav1 a, footer .nav2 a, footer .nav7 a {
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat !important;
}

#contents:after {
  content: '';
  display: block;
  clear: both;
}
#contents .btn {
  text-decoration: none;
}
#contents .btn a {
  text-decoration: none;
}
#contents a {
  text-decoration: underline;
}
#contents a:hover {
  text-decoration: none;
}
#contents #aside {
  z-index: 100;
}
#contents #aside a {
  text-decoration: none;
}
#contents #aside .item:last-child {
  margin-bottom: 30px;
}
#contents .text_indent li, #contents .text_indent_p {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
#contents .text_indent2 li, #contents .text_indent3 li {
  padding: 0 0 0 1.23em;
  text-indent: -1.3em;
}
#contents .disc li:before {
  content: '・';
}
#contents .decimal {
  padding: 0 0 0 1.8em;
}
#contents .decimal li {
  list-style: decimal;
}
#contents .decimal li li {
  list-style: none;
}
#contents .text_reset {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
#contents .text_red {
  color: red;
}
#contents .text_green {
  color: #00a89a;
}
#contents .text_b {
  font-weight: bold;
}
#contents .text_u {
  text-decoration: underline;
}
#contents .text_c {
  text-align: center;
}
#contents .text_r {
  text-align: right;
}
#contents .mb0 {
  margin-bottom: 0 !important;
}
#contents .mt5 {
  margin-top: 5px !important;
}
#contents .mb5 {
  margin-bottom: 5px !important;
}
#contents .mb40 {
  margin-bottom: 40px !important;
}
#contents .article_text_wrap p {
  margin: 0 0 13px;
  padding: 0 0 1px;
}
#contents .article_text_wrap strong {
  font-weight: bold;
}
#contents .article_text_wrap em {
  font-style: oblique;
}
#contents .article_text_wrap ul, #contents .article_text_wrap ol {
  margin: 0 0 13px;
  padding: 0 0 0 20px;
}
#contents .article_text_wrap ul li {
  list-style: disc;
}
#contents .article_text_wrap ol li {
  list-style: disc;
  list-style: decimal;
}
#contents .article_text_wrap hr {
  border: 1px solid;
}
#contents .pagenate {
  padding: 15px;
  background: #f3f3e9;
  text-align: center;
}
#contents .pagenate li {
  display: inline-block;
  padding: 0 5px;
}
#contents .pagenate span, #contents .pagenate a {
  display: inline-block;
  min-width: 30px;
  padding: 0 5px;
  margin: 0 2px 2px 2px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  color: #00a89a;
  font-size: 1.3rem;
  text-align: center;
}
#contents .pagenate a {
  text-decoration: none;
}
#contents .pagenate span, #contents .pagenate a:hover {
  background: #00a89a;
  color: #fff;
  text-decoration: none;
}
#contents .pagenate .link_ba a {
  width: 80px;
}
#contents .blog_page_nav {
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin: 50px auto 0;
  padding: 20px 10px 0;
  border-top: 1px solid #ccc;
}
#contents .blog_page_nav p {
  max-width: 30%;
  line-height: 1.4;
}
#contents .blog_page_nav p a {
  color: #3fc4b8;
  font-weight: bold;
  text-decoration: none;
}
#contents .blog_page_nav p a:hover {
  text-decoration: underline;
}
#contents .blog_page_nav .blog_more {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 200px;
  margin: 0 0 0 -100px;
  text-align: center;
}
#contents #form_wrap table {
  margin: 0 0 50px;
}
#contents #form_wrap th, #contents #form_wrap td {
  line-height: 28px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 25px;
  vertical-align: top;
}
#contents #form_wrap th p, #contents #form_wrap td p {
  margin: 0;
}
#contents #form_wrap th {
  width: 190px;
  padding: 28px 25px;
  line-height: 1.6;
  background: #eeffff;
}
#contents #form_wrap .line {
  display: block;
  margin: 3px 0 0;
}
#contents #form_wrap .line2 {
  display: block;
  margin: 5px 0 -7px;
}
#contents #form_wrap .err {
  display: block;
  color: red;
  font-weight: bold;
}
#contents #form_wrap .sup1 {
  margin: 0 0 0 10px;
}
#contents #form_wrap .sup2 {
  display: block;
}
#contents #form_wrap .sup2:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 0;
  height: 0;
  margin: 0 5px 0 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #3fc4b8 transparent transparent transparent;
}
#contents #form_wrap input[type=text], #contents #form_wrap input[type=tel] {
  width: 260px;
  height: 28px;
  line-height: 28px;
  padding: 0 3px;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1.4rem;
}
#contents #form_wrap textarea {
  width: 260px;
  height: 28px;
  line-height: 28px;
  padding: 0 3px;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1.4rem;
}
#contents #form_wrap .size_s {
  width: 60px !important;
}
#contents #form_wrap .size_m {
  width: 120px !important;
}
#contents #form_wrap .size_l {
  width: 180px !important;
}
#contents #form_wrap textarea {
  width: 100%;
  height: 200px;
  line-height: 1.5;
}
#contents #form_wrap label {
  display: inline-block;
  margin: 0 15px 0 0;
}
#contents #form_wrap label input {
  margin: 0 5px 0 0;
}
#contents #form_wrap .submit button {
  display: block;
  width: 200px;
  margin: 0 auto;
  line-height: 50px;
  border-bottom: 5px solid #33aaaa;
  border-radius: 7px;
  background: #3fc4b8;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
#contents #form_wrap .back button {
  display: block;
  width: 200px;
  margin: 0 auto;
  line-height: 50px;
  border-bottom: 5px solid #33aaaa;
  border-radius: 7px;
  background: #3fc4b8;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 5px solid #aaa;
  background: #e5e5e5;
  color: #666;
}
#contents #form_wrap .btn_wrap {
  width: 430px;
  margin: 0 auto;
}
#contents #form_wrap .btn_wrap:after {
  content: '';
  display: block;
  clear: both;
}
#contents #form_wrap .btn_wrap p {
  float: left;
  width: 200px;
}
#contents #form_wrap .btn_wrap .submit {
  float: right;
}
#contents #form_wrap .question {
  position: relative;
}
#contents #form_wrap .question .icon {
  padding: 3px;
  border-radius: 50px;
  background: #00a89a;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
#contents #form_wrap .question .answer {
  display: none;
  position: absolute;
  top: -10px;
  left: 30px;
  width: 200px;
  padding: 15px;
  border-radius: 5px;
  background: #f4f4f4;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  z-index: 100;
}
#contents .a_wrap img {
  max-width: 100%;
}

/*PC版
------------------------------------------------------------------------- */
@media all and (min-width: 751px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  .sp {
    display: none;
  }

  main, footer {
    font-size: 1.6rem;
  }

  .common_inner {
    width: 100%;
    max-width: 1120px;
    padding: 0 10px;
    margin: 0 auto;
  }

  .page_anchor_nav {
    padding: 10px 0 60px 0;
  }
  .page_anchor_nav dl {
    width: 100%;
    padding: 0 30px 10px 30px;
    border: solid 2px #00a89a;
  }
  .page_anchor_nav dl dt {
    padding: 0 30px;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    color: #00a89a;
    line-height: 2em;
    -webkit-transform: translate3d(0, -1em, 0);
            transform: translate3d(0, -1em, 0);
  }
  .page_anchor_nav dl dd {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-align: left;
    padding-left: 20px;
    margin-right: 20px;
  }
  .page_anchor_nav dl dd.title {
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
    font-size: 1.6rem;
    border-bottom: dotted 1px #999;
  }
  .page_anchor_nav dl dd:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #00a89a transparent transparent transparent;
  }
  .page_anchor_nav dl dd a {
    text-decoration: none;
    color: #000;
  }
  .page_anchor_nav dl dd a:hover {
    color: #00a89a;
  }

  body.show.fixed #common_link_area {
    width: calc(100vw - 230px);
  }
  body.show.fixed #caution {
    width: calc(100vw - 230px);
  }
  body.show.fixed #contact {
    width: calc(100vw - 230px);
  }
  body.noaside.show #header {
    width: 100%;
  }
  body.noaside.show #common_link_area {
    width: 100%;
  }
  body.noaside.show #caution {
    width: 100%;
  }
  body.noaside.show #contact {
    width: 100%;
  }
  body.noaside.show.fixed #header {
    width: 100%;
  }
  body.noaside.show.fixed #common_link_area {
    width: 100%;
  }
  body.noaside.show.fixed #caution {
    width: 100%;
  }
  body.noaside.show.fixed #contact {
    width: 100%;
  }

  #wrapper.index_page #main {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  #wrapper.index_page #main .vis_wrap {
    width: 100%;
  }
  #wrapper.index_page #main .pd_wrap {
    padding: 0 10px;
  }
  #wrapper.index_page #breadcrumbs {
    width: 100%;
  }
  #wrapper.index_page #aside {
    top: 0;
  }

  #contents {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
  }
  #contents .title1 {
    position: relative;
    color: #00a89a;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
  #contents .title1:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 50px;
    height: 5px;
    background-color: #00a89a;
  }
  #contents .title2 {
    background-color: #f6f6f6;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    color: #00a89a;
    padding: 16px 20px;
    margin-bottom: 25px;
  }
  #contents .title3 {
    display: flex;
    align-items: center;
    position: relative;
    color: #00a89a;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  #contents .title3:after {
    content: '';
    display: block;
    height: 3px;
    background-color: #00a89a;
    flex-grow: 1;
    margin-left: 10px;
  }
  #contents .title4 {
    line-height: 34px;
    border: 1px solid #ccc;
    background: #fff;
    color: #00a89a;
    font-size: 1.6rem;
    padding: 0 10px;
    margin: 0 0 10px;
  }
  #contents .title4:before {
    content: '';
    margin: 0 8px 0 0;
    border-left: 5px solid #00a89a;
  }
  #contents .hover_animation1 {
    position: relative;
  }
  #contents .hover_animation1:before {
    background: #def4f2;
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    transition: 200ms cubic-bezier(0.61, 1, 0.88, 1);
    border-radius: 0 50% 50% 50%;
  }
  #contents .hover_animation1:hover a {
    opacity: 1;
  }
  #contents .hover_animation1:hover:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    border-radius: 0;
  }
  #contents #kv {
    width: 100%;
    min-height: 160px;
    padding: 0 40px;
    border: 1px solid #dadada;
    background-color: #f6f6f6;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-image: url(../images/common/title_bg1.png);
  }
  #contents #kv.kv1 {
    background-image: url(../images/common/title_bg1.png);
  }
  #contents #kv.kv2 {
    background-image: url(../images/common/title_bg2.png);
  }
  #contents #kv.kv3 {
    background-image: url(../images/common/title_bg3.png);
  }
  #contents #kv.kv4 {
    background-image: url(../images/common/title_bg4.png);
  }
  #contents #kv.kv5 {
    background-image: url(../images/common/title_bg5.png);
  }
  #contents #kv.kv6 {
    background-image: url(../images/common/title_bg6.png);
  }
  #contents #kv.kv7 {
    background-image: url(../images/common/title_bg7.png);
  }
  #contents #kv.kv8 {
    background-image: url(../images/common/title_bg8.png);
  }
  #contents #kv .hd_wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: 0 auto;
  }
  #contents #kv .index_page_title {
    font-size: 2.8rem;
    font-weight: bold;
    color: #00a89a;
  }
  #contents #kv .index_page_title img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  #contents #kv .top_wrap {
    order: 1;
    margin: 0 0 5px;
  }
  #contents #kv .top_wrap ul {
    text-align: left;
    margin: 0 0 3px;
  }
  #contents #kv .top_wrap ul li {
    display: inline-block;
    padding: 1px 6px;
    background: #ec788e;
    color: #fff;
    font-size: 1.3rem;
    margin-right: 10px;
  }
  #contents #kv .top_wrap p {
    color: #ec788e;
    font-size: 1.3rem;
    font-weight: bold;
  }
  #contents #kv .pd_wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  #contents .page_anchor_nav a {
    text-decoration: none;
  }
  #contents .links_btn_wrap {
    max-width: 1100px;
    margin: 0 auto;
  }
  #contents .links_btn {
    padding: 30px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #contents .links_btn.links_btn_col2 li {
    width: 32%;
  }
  #contents .links_btn li {
    width: 24%;
    border-radius: 10px;
  }
  #contents .links_btn li a {
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 50px 0 45px;
    position: relative;
    background-color: #eeffff;
    border-radius: 10px;
    text-decoration: none;
    color: #4c4c4c;
    font-weight: bold;
  }
  #contents .links_btn li a:hover {
    opacity: .8;
  }
  #contents .links_btn li a:before, #contents .links_btn li a:after {
    content: '';
    display: block;
    position: absolute;
  }
  #contents .links_btn li a:before {
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #00a89a;
    border-radius: 0 0 10px 0;
  }
  #contents .links_btn li a:after {
    bottom: 11px;
    right: 12px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #contents .links_btn li.line2 a {
    padding-top: 25px;
    padding-bottom: 43px;
  }
  #contents .links_btn.links_center {
    justify-content: center;
  }
  #contents .links_btn.links_center li {
    width: 30%;
    margin: 0 1%;
  }

  #main {
    width: 100%;
    max-width: 1120px;
    padding: 0 10px;
    margin: 0 auto;
  }
  #main .common_hd1 {
    position: relative;
    color: #00a89a;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
  #main .common_hd1:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 50px;
    height: 5px;
    background-color: #00a89a;
  }
  #main .common_mhd1 {
    background-color: #f6f6f6;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    color: #00a89a;
    padding: 16px 20px;
    margin-bottom: 25px;
  }
  #main .report_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 40px;
  }
  #main .report_list li {
    width: 100%;
    margin: 0 2% 15px 0;
  }
  #main .report_list a {
    display: table-cell;
    width: 500px;
    height: 58px;
    padding: 0 15px 0 50px;
    line-height: 1.4;
    border-bottom: 5px solid #e5e5e5;
    border-radius: 6px;
    background: #f3f3f3 url(../images/common/report_icon01.png) no-repeat 12px center;
    vertical-align: middle;
    color: #333;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
  }
  #main .report_list a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  #main .report_list2 li {
    width: 48%;
  }
  #main .report_list3 li {
    width: 32%;
  }
  #main .report_list3 li:nth-child(3n) {
    margin-right: 0;
  }
  #main .report_list4 li {
    width: 23.5%;
  }
  #main .report_list4 li:nth-child(4n) {
    margin-right: 0;
  }
  #main .pd_wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  #main #form_wrap .submit button:hover, #main #form_wrap .back button:hover {
    opacity: 0.7;
  }
  #main .thanks_text {
    margin: 60px 0 30px !important;
    font-size: 1.7rem;
    text-align: center;
  }
  #main .thanks_text p {
    margin: 0 0 15px;
    text-align: center;
  }

  #fix_nav {
    position: fixed;
    top: 50%;
    right: 0;
    width: 51px;
    margin: -150px 0 0;
    z-index: 1000;
  }
  #fix_nav li {
    margin: 0 0 10px;
    border-radius: 5px 0 0 5px;
    background: #fff;
  }
  #fix_nav a {
    border-radius: 5px 0 0 5px;
    padding: 174px 0 0;
    background: #f2bd2e url(../images/common/fix_nav01.png) 15px center;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat !important;
  }
  #fix_nav a:hover {
    opacity: 0.7;
  }
  #fix_nav .li2 a {
    background: #f37966 url(../images/common/fix_nav02.png?id=20200305) center center;
  }
  #fix_nav .li2.new a {
    background: #f37966 url(../images/common/fix_nav02_n.png) center center;
  }

  #panels {
    background: linear-gradient(#ffffff 0%, #ffffff 26.03%, rgba(238, 255, 255, 0.6) 26.03%, rgba(238, 255, 255, 0.6) 71.97%, #ffffff 71.97%, #ffffff 100%);
    margin-bottom: 100px;
  }
  #panels .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #panels .item {
    width: 300px;
    height: 300px;
    border: 3px solid #00a89a;
    margin-right: 50px;
    margin-bottom: 50px;
  }
  #panels .item:nth-child(3), #panels .item:last-child {
    margin-right: 0 !important;
  }
  #panels .item:nth-child(4), #panels .item:nth-child(5), #panels .item:nth-child(6), #panels .item:nth-child(7) {
    width: 227px;
    margin-right: 30px;
  }
  #panels .item:nth-child(4) .title, #panels .item:nth-child(5) .title, #panels .item:nth-child(6) .title, #panels .item:nth-child(7) .title {
    font-size: 2.3rem;
  }
  #panels a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
  }
  #panels a:hover {
    opacity: .6;
  }
  #panels .wrap {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }
  #panels .wrap:before {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    display: block;
    width: 32px;
    height: 45px;
    background: url("../images/about/about_clover.svg");
  }
  #panels .wrap .title {
    display: table-cell;
    width: 100%;
    height: 100%;
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: .075em;
    vertical-align: middle;
    text-align: center;
  }
  #panels .wrap .title span {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
  }

  #common_link_area .nav ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #common_link_area .nav ul li {
    width: 250px;
    margin: 0 20px 40px 20px;
  }
  #common_link_area .nav ul li a {
    display: block;
  }
  #common_link_area .nav ul li a:hover {
    opacity: 0.8;
  }
  #common_link_area .nav ul li a img {
    width: 100%;
    height: auto;
  }
  #common_link_area .nav1 {
    width: 100%;
    margin: 0 auto 50px;
  }
  #common_link_area .nav1 ul {
    padding-left: 25px;
    display: flex;
    flex-wrap: wrap;
  }
  #common_link_area .nav1 li {
    width: 250px;
    margin-right: 20px;
  }
  #common_link_area .nav1 a {
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat !important;
    padding: 33% 0 0;
    background: url(../images/common/f_nav1_06.jpg) center center/100% no-repeat;
  }
  #common_link_area .nav1 a:hover {
    opacity: 0.7;
  }
  #common_link_area .nav1 .li2 a {
    background: url(../images/common/f_nav1_01.jpg) center center/100% no-repeat;
  }
  #common_link_area .nav1 .li3 a {
    background: url(../images/common/f_nav1_02.jpg) center center/100% no-repeat;
  }
  #common_link_area .nav2 {
    width: 100%;
    margin: 0 0 50px;
  }
  #common_link_area .nav2 ul {
    width: 100%;
    line-height: 0;
    margin: 0 auto;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
  }
  #common_link_area .nav2 li {
    display: inline-block;
    width: 22.22%;
    height: 80px;
    margin: 0 10px;
    background: #fff;
  }
  #common_link_area .nav2 a {
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat !important;
    padding: 32%  0 0;
    background: url(../images/common/f_nav1_03.jpg) center center/100% no-repeat;
  }
  #common_link_area .nav2 a:hover {
    opacity: 0.8;
  }
  #common_link_area .nav2 .li2 a {
    background: url(../images/common/f_nav1_05.jpg) center center/100% no-repeat;
  }
  #common_link_area .nav2 .li3 a {
    padding: 30%  0 0;
    background: url(../images/common/f_nav2_01.jpg) center center/100% no-repeat;
  }
  #common_link_area .nav2 .li4 a {
    padding: 30%  0 0;
    background: url(../images/common/f_nav2_02.jpg) center center/100% no-repeat;
  }

  #caution {
    padding-bottom: 100px;
  }
  #caution .inner {
    display: flex;
    justify-content: flex-start;
  }
  #caution .title {
    width: 204px;
    font-size: 1.6rem;
    color: #4c4c4c;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 2px solid #14195a;
    padding-top: 40px;
  }
  #caution .desc {
    font-size: 1.2rem;
    color: #4c4c4c;
    width: calc(100% - 204px);
    padding: 15px 20px 15px 0;
  }

  #contact {
    position: relative;
    background-color: #f3f3f3;
    padding: 60px 10px;
    margin-bottom: 80px;
  }
  #contact:before {
    content: '';
    display: block;
    position: absolute;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../images/about/about_bg_top.svg");
    width: calc(573px * .4);
    height: calc(323px * .4);
    top: -45px;
    right: calc(50% + 155px);
  }
  #contact .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #contact .block1 {
    width: 410px;
  }
  #contact .block1 .title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #4c4c4c;
    margin-bottom: 10px;
  }
  #contact .block1 .detail {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #contact .block1 .free {
    width: 102px;
    font-size: 1.4rem;
    text-align: center;
    color: #4c4c4c;
    padding: 7px 0;
    border: 1px solid #4c4c4c;
    margin-right: 10px;
  }
  #contact .block1 .tel a {
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1;
    color: #4c4c4c;
    text-decoration: none;
    pointer-events: none;
  }
  #contact .block1 .note {
    font-size: 1.4rem;
    color: #4c4c4c;
    letter-spacing: -0.01em;
  }
  #contact .block2 a {
    width: 520px;
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    background-color: #00a89a;
    text-decoration: none;
    padding: 16px 0;
  }
  #contact .block2 a span {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #contact .block2 a:hover {
    opacity: .8;
  }

  #footer {
    width: 100%;
  }
  #footer .inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  #footer .f_block1 {
    width: 100%;
    max-width: 1120px;
    padding: 0 10px;
    margin: 0 auto 50px;
  }
  #footer .f_block1 .inner {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e4e5e5;
    padding-bottom: 50px;
  }
  #footer .f_block1 .f_block1_area {
    width: 22%;
    border-top: 2px solid #00a89a;
    padding-top: 30px;
  }
  #footer .f_block1 .item_top {
    margin-bottom: 25px;
  }
  #footer .f_block1 .item_top a {
    font-size: 1.6rem;
    color: #00a89a;
  }
  #footer .f_block1 .item {
    font-size: 1.4rem;
    margin-bottom: 18px;
  }
  #footer .f_block1 .item a {
    color: #666;
  }
  #footer .f_block1 .item:last-child {
    margin-bottom: 0;
  }
  #footer .f_block1 .f_btn {
    margin: 30px auto 10px auto;
  }
  #footer .f_block1 .f_btn a {
    display: block;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    color: #00a89a;
    border: 2px solid #00a89a;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
  }
  #footer .f_block1 .f_btn a:hover {
    opacity: .8;
  }
  #footer .f_block1 .f_btn.buy a {
    padding: 5px;
    line-height: 1.2;
    color: #fff;
    background-color: #00a89a;
  }
  #footer .f_block1 .f_btn.buy a span {
    display: block;
  }
  #footer .f_block1 .f_btn + .f_btn {
    margin-top: 0;
  }
  #footer .f_block2 {
    width: 100%;
    max-width: 1020px;
    padding: 0 10px;
    margin: 0 auto 45px;
    display: flex;
    flex-direction: row-reverse;
  }
  #footer .f_block2 .sns_link_list {
    display: flex;
    justify-content: center;
  }
  #footer .f_block2 .sns_link_list li {
    margin: 0 15px;
  }
  #footer .f_block2 .sns_link_list li img {
    width: auto;
    height: 30px;
  }
  #footer .f_block2 .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #footer .f_block2 .item {
    margin-right: 50px;
  }
  #footer .f_block2 .item a {
    font-size: 1.5rem;
    color: #00a89a;
  }
  #footer .f_block3 {
    width: 100%;
    max-width: 1020px;
    padding: 0 10px;
    margin: 0 auto 135px;
  }
  #footer .f_block3 .list {
    display: flex;
    flex-wrap: wrap;
  }
  #footer .f_block3 .item {
    margin-right: 25px;
    margin-bottom: 15px;
  }
  #footer .f_block3 .item a {
    font-size: 1.3rem;
    color: #666;
  }
  #footer .f_block4 {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.66667;
    text-align: center;
    padding-bottom: 50px;
  }
  #footer .f_block4 .f_logo {
    width: 200px;
    text-align: center;
    margin: 0 auto 10px;
  }
  #footer .f_block4 .f_logo a:hover {
    opacity: .8;
  }
  #footer .f_block4 .f_name {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 15px;
  }
  #footer .f_block4 .f_info {
    text-align: center;
  }
  #footer .f_block4 .f_info span {
    display: inline-block;
    margin-right: 10px;
  }
  #footer .f_block4 .f_info a {
    cursor: text;
    color: #666;
  }
  #footer .f_block4 .f_info a:hover {
    pointer-events: none;
    text-decoration: none;
  }

  #copyright {
    display: block;
    text-align: center;
    padding: 40px 0;
    border-top: 2px solid #00a89a;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
@media all and (max-width: 1310px) {
  #footer .f_block1 .f_block1_area {
    width: 22%;
  }
}
/*SP版
-------------------------------------------------------------------------
*/
@media screen and (max-width: 750px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  .pc {
    display: none;
  }

  .common_inner {
    width: 92%;
    margin: 0 auto;
  }

  .page_anchor_nav {
    padding: 10px 0 60px 0;
  }
  .page_anchor_nav dl {
    width: 100%;
    padding: 0 20px 10px 20px;
    border: solid 2px #00a89a;
  }
  .page_anchor_nav dl dt {
    padding: 0 20px;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    color: #00a89a;
    line-height: 2em;
    -webkit-transform: translate3d(0, -1em, 0);
            transform: translate3d(0, -1em, 0);
  }
  .page_anchor_nav dl dd {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-align: left;
    padding-left: 20px;
    margin-right: 20px;
  }
  .page_anchor_nav dl dd.title {
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
    font-size: 1.6rem;
    border-bottom: dotted 1px #999;
  }
  .page_anchor_nav dl dd:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #00a89a transparent transparent transparent;
  }
  .page_anchor_nav dl dd a {
    text-decoration: none;
    color: #000;
  }
  .page_anchor_nav dl dd a:hover {
    color: #00a89a;
  }

  main, footer {
    font-size: 1.4rem;
  }

  html, body, #wrapper, #contents, footer {
    position: relative;
    z-index: -1;
  }

  body.show #contents {
    width: 100% !important;
  }

  #wrapper {
    height: 100%;
  }
  #wrapper .title1 {
    position: relative;
    color: #00a89a;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
  #wrapper .title1:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 40px;
    height: 4px;
    background-color: #00a89a;
  }
  #wrapper .title2 {
    background-color: #f6f6f6;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    color: #00a89a;
    padding: 12px 15px;
    margin-bottom: 13px;
  }
  #wrapper .title3 {
    display: flex;
    align-items: center;
    position: relative;
    color: #00a89a;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  #wrapper .title3:after {
    content: '';
    display: block;
    height: 3px;
    background-color: #00a89a;
    flex-grow: 1;
    margin-left: 10px;
  }
  #wrapper .title4 {
    line-height: 34px;
    border: 1px solid #ccc;
    background: #fff;
    color: #00a89a;
    font-size: 1.6rem;
    padding: 0 10px;
  }
  #wrapper .title4:before {
    content: '';
    margin: 0 8px 0 0;
    border-left: 5px solid #00a89a;
  }

  #contents {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  #contents #kv {
    padding: 4vw 4.6875% 5vw;
    border-bottom: 2px solid #00a89a;
    background: url(../images/common/title_bg1.png) #f6f6f6;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 16vw;
  }
  #contents #kv.kv1 {
    background-image: url(../images/common/title_bg1.png);
  }
  #contents #kv.kv2 {
    background-image: url(../images/common/title_bg2.png);
  }
  #contents #kv.kv3 {
    background-image: url(../images/common/title_bg3.png);
  }
  #contents #kv.kv4 {
    background-image: url(../images/common/title_bg4.png);
  }
  #contents #kv.kv5 {
    background-image: url(../images/common/title_bg5.png);
  }
  #contents #kv.kv6 {
    background-image: url(../images/common/title_bg6.png);
  }
  #contents #kv.kv7 {
    background-image: url(../images/common/title_bg7.png);
  }
  #contents #kv.kv8 {
    background-image: url(../images/common/title_bg8.png);
  }
  #contents #kv:after {
    content: '';
    display: block;
    clear: both;
  }
  #contents #kv .hd_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  #contents #kv .index_page_title {
    order: 2;
    margin: 0 0 30px;
    color: #00a89a;
    font-size: 2.2rem;
    font-weight: bold;
  }
  #contents #kv .index_page_title img {
    display: inline-block;
    width: 60px;
    height: auto;
    vertical-align: middle;
    -webkit-transform: translate3d(-1vw, -2vw, 0);
            transform: translate3d(-1vw, -2vw, 0);
  }
  #contents #kv .top_wrap {
    order: 1;
    margin: 0 0 5px;
  }
  #contents #kv .top_wrap ul {
    text-align: left;
  }
  #contents #kv .top_wrap ul li {
    display: inline-block;
    margin: 0 2px 5px 0;
    padding: 1px 6px;
    background: #ec788e;
    color: #fff;
    font-size: 1.2rem;
  }
  #contents #kv .top_wrap p {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ec788e;
  }
  #contents .page_anchor_nav a {
    text-decoration: none;
  }
  #contents .links_btn_wrap {
    width: 92%;
    max-width: 1100px;
    margin: 0 auto;
  }
  #contents .links_btn {
    padding: 30px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #contents .links_btn li {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  #contents .links_btn li a {
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 20px 0 25px;
    position: relative;
    background-color: #eeffff;
    border-radius: 10px;
    text-decoration: none;
    color: #4c4c4c;
    font-weight: bold;
  }
  #contents .links_btn li a:hover {
    opacity: .8;
  }
  #contents .links_btn li a:before, #contents .links_btn li a:after {
    content: '';
    display: block;
    position: absolute;
  }
  #contents .links_btn li a:before {
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #00a89a;
    border-radius: 0 0 10px 0;
  }
  #contents .links_btn li a:after {
    bottom: 11px;
    right: 12px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #contents .links_btn li.line2 a {
    padding-top: 25px;
    padding-bottom: 43px;
  }

  /* ___________________Smartphones header */
  #main {
    margin-bottom: 80px;
  }
  #main .pd_wrap {
    padding: 0 4%;
  }
  #main .common_hd1 {
    position: relative;
    color: #00a89a;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 15px;
    margin: 0 4.6875% 40px;
  }
  #main .common_hd1:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 40px;
    height: 4px;
    background-color: #00a89a;
  }
  #main .common_mhd1 {
    background-color: #f6f6f6;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    color: #00a89a;
    padding: 12px 15px;
    margin-bottom: 13px;
  }
  #main .report_list {
    margin: 0 0 6.25%;
  }
  #main .report_list:after {
    content: '';
    display: block;
    clear: both;
  }
  #main .report_list li {
    float: left;
    width: 50%;
    padding: 0 2.5px 5px 0;
    box-sizing: border-box;
  }
  #main .report_list li:nth-child(2n) {
    padding: 0 0 5px 2.5px;
  }
  #main .report_list a {
    display: table-cell;
    width: 500px;
    height: 58px;
    padding: 5px 10px 5px 40px;
    line-height: 1.4;
    border-bottom: 5px solid #e5e5e5;
    border-radius: 6px;
    background: #f3f3f3 url(../images/common/report_icon01.png) no-repeat 9px center;
    background-size: 20px;
    box-sizing: border-box;
    vertical-align: middle;
    color: #333;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
  }
  #main .report_list a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  #main .report_list3 li {
    float: none;
    width: 100%;
    padding: 0 0 5px !important;
  }
  #main .report_list3 a {
    width: 1000px;
  }
  #main .mb40 {
    margin-bottom: 20px !important;
  }
  #main .pagenate {
    padding: 15px;
    background: #f3f3e9;
    text-align: center;
  }
  #main .pagenate:after {
    content: '';
    display: block;
    clear: both;
  }
  #main .pagenate li {
    display: none;
    float: left;
    width: 35%;
  }
  #main .pagenate li:last-child {
    float: right;
  }
  #main .pagenate .link_ba {
    display: block;
  }
  #main .pagenate a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #00a89a;
    font-size: 1.3rem;
    text-align: center;
    text-decoration: none;
  }
  #main .article_text_wrap img {
    display: block;
    max-width: 100%;
    float: none !important;
    margin: 0 auto 15px !important;
    height: auto;
  }
  #main #form_wrap table {
    margin: 0 0 20px;
  }
  #main #form_wrap tr {
    display: block;
    margin: 0 0 10px;
  }
  #main #form_wrap th, #main #form_wrap td {
    display: block;
    width: auto;
    padding: 10px;
    border: none;
  }
  #main #form_wrap th {
    background: #eeffff;
    font-weight: bold;
  }
  #main #form_wrap th br {
    display: none;
  }
  #main #form_wrap th small {
    font-size: 1.2rem;
  }
  #main #form_wrap .btn_wrap {
    width: auto;
    margin: 0 auto;
  }
  #main #form_wrap .btn_wrap:after {
    content: '';
    display: block;
    clear: both;
  }
  #main #form_wrap .btn_wrap p {
    width: 38%;
  }
  #main #form_wrap .btn_wrap .submit {
    float: right;
    width: 60%;
  }
  #main #form_wrap .btn_wrap button {
    width: 100%;
  }
  #main #form_wrap .question {
    position: static;
  }
  #main #form_wrap .question .answer {
    top: auto;
    left: 30px;
    width: 240px;
    margin: 5px 0 0;
  }
  #main #panels {
    background: linear-gradient(#ffffff 0%, #ffffff 15%, rgba(238, 255, 255, 0.6) 15%, rgba(238, 255, 255, 0.6) 80%, #ffffff 80%, #ffffff 100%);
    margin-bottom: 100px;
  }
  #main #panels .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 92%;
    margin: 0 auto;
  }
  #main #panels .item {
    width: 48%;
    height: 160px;
    border: 3px solid #00a89a;
    margin-right: 0;
    margin-bottom: 25px;
  }
  #main #panels .item:nth-child(3), #main #panels .item:last-child {
    margin-right: 0;
  }
  #main #panels a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
  }
  #main #panels .wrap {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding-top: 10px;
  }
  #main #panels .wrap:before {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    display: block;
    width: 24px;
    height: 34px;
    background: url("../images/about/about_clover.svg") center 0/100% no-repeat;
  }
  #main #panels .wrap .title {
    display: table-cell;
    width: 100%;
    height: 100%;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .075em;
    vertical-align: middle;
    text-align: center;
  }
  #main #panels .wrap .title span {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
  }

  #sub, #fix_nav {
    display: none;
  }

  .blog_page_nav {
    flex-wrap: wrap;
    margin-bottom: 30px !important;
  }
  .blog_page_nav .prev {
    max-width: 48% !important;
    width: 48% !important;
    order: 2;
  }
  .blog_page_nav .next {
    max-width: 48% !important;
    width: 48% !important;
    order: 3;
    text-align: right;
  }
  .blog_page_nav .blog_more {
    position: static !important;
    top: auto;
    left: auto;
    max-width: 100% !important;
    width: 100% !important;
    order: 1;
    margin: 0 !important;
  }

  #common_link_area {
    margin-bottom: 50px;
  }
  #common_link_area .nav {
    width: 100%;
    padding: 0 5Vw;
  }
  #common_link_area .nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #common_link_area .nav ul li {
    width: 48%;
    margin-bottom: 3vw;
  }
  #common_link_area .nav ul li a {
    display: block;
  }
  #common_link_area .nav ul li a:hover {
    opacity: 0.8;
  }
  #common_link_area .nav ul li a img {
    width: 100%;
    height: auto;
  }
  #common_link_area .nav ul li.li6, #common_link_area .nav ul li.li7 {
    width: 40%;
    margin: 0 auto;
  }
  #common_link_area .nav1 {
    margin: 0 auto 4.6875%;
    padding: 0 5.46875%;
  }
  #common_link_area .nav1 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #common_link_area .nav1 li {
    width: 48.24561%;
    margin: 0 0 2.63158%;
  }
  #common_link_area .nav1 a {
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat !important;
    display: block;
    padding: 32.72727% 0 0;
    background: url(../images/common/f_nav1_01.jpg);
    background-size: 100% !important;
  }
  #common_link_area .nav1 .li2 a {
    background: url(../images/common/f_nav1_02.jpg);
  }
  #common_link_area .nav1 .li3 a {
    background: url(../images/common/f_nav1_03.jpg);
  }
  #common_link_area .nav1 .li4 a {
    background: url(../images/common/f_nav1_05.jpg);
  }
  #common_link_area .nav2 {
    margin: 0 auto;
  }
  #common_link_area .nav2 ul {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  #common_link_area .nav2 li {
    width: 31.03448%;
  }
  #common_link_area .nav2 a {
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat !important;
    padding: 38.88889% 0 0;
    background: url(../images/common/sp/f_nav2_01.jpg);
    background-size: 100% !important;
  }
  #common_link_area .nav2 .li2 {
    margin: 0 0 0 3.44828%;
  }
  #common_link_area .nav2 .li2 a {
    background: url(../images/common/sp/f_nav2_02.jpg);
  }
  #common_link_area .nav2 .li3 a {
    background: url(../images/common/sp/f_nav2_03.jpg);
  }

  #caution {
    padding-bottom: 80px;
  }
  #caution .title {
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    color: #4c4c4c;
    border-bottom: 2px solid #14195a;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  #caution .desc {
    font-size: 1.2rem;
    color: #4c4c4c;
    width: 100%;
  }

  #contact {
    position: relative;
    background-color: #f3f3f3;
    padding: 100px 0 50px;
    margin-bottom: 50px;
  }
  #contact:before {
    content: '';
    display: block;
    position: absolute;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../images/about/about_bg_top.svg");
    width: calc(573px * .3) !important;
    height: calc(323px * .3) !important;
    top: 0;
    right: 50%;
    -webkit-transform: translateX(67%);
            transform: translateX(67%);
  }
  #contact .block1 {
    width: 100%;
    margin-bottom: 20px;
  }
  #contact .block1 .title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #4c4c4c;
    text-align: center;
    margin-bottom: 10px;
  }
  #contact .block1 .detail {
    text-align: center;
  }
  #contact .block1 .free {
    display: inline-block;
    text-align: center;
    font-size: 1.3rem;
    color: #4c4c4c;
    padding: 6px 15px;
    border: 1px solid #4c4c4c;
    margin-bottom: 10px;
  }
  #contact .block1 .tel {
    display: block;
    text-align: center;
  }
  #contact .block1 .tel a {
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1;
    color: #4c4c4c;
    text-decoration: none;
  }
  #contact .block1 .note {
    font-size: 1.4rem;
    text-align: center;
    color: #4c4c4c;
    letter-spacing: -0.01em;
  }
  #contact .block2 {
    width: 100%;
  }
  #contact .block2 a {
    width: 100%;
    display: block;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    background-color: #00a89a;
    text-decoration: none;
    padding: 16px 0;
  }
  #contact .block2 a span {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #contact .block2 a:hover {
    opacity: .8;
  }

  /* ___________________Smartphones footer */
  #footer .f_block2 {
    width: 100%;
    margin: 0 auto 30px;
  }
  #footer .f_block2 .sns_link_list {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  #footer .f_block2 .sns_link_list li {
    margin: 0 15px;
  }
  #footer .f_block2 .sns_link_list li img {
    width: auto;
    height: 50px;
  }
  #footer .f_block2 .item {
    width: 49%;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  #footer .f_block2 .item a {
    font-size: 1.5rem;
    line-height: 1;
    color: #00a89a;
  }
  #footer .f_block3 {
    width: 100%;
    margin: 0 auto 60px;
  }
  #footer .f_block3 .item {
    width: 100%;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  #footer .f_block3 .item a {
    font-size: 1.3rem;
    line-height: 1;
    color: #666;
  }
  #footer .f_block4 {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.66667;
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 2px solid #00a89a;
  }
  #footer .f_block4 .f_logo {
    width: 170px;
    margin: 0 auto 5px;
  }
  #footer .f_block4 .f_logo img {
    width: 100%;
  }
  #footer .f_block4 .f_name {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 35px;
  }
  #footer .f_block4 .f_info {
    font-size: 1.2rem;
    text-align: center;
  }
  #footer .f_block4 .f_info span {
    display: inline-block;
    margin-right: 8px;
  }
  #footer .f_block4 .f_info a {
    color: #666;
  }
  #footer .f_block4 .f_info a:hover {
    pointer-events: none;
    text-decoration: none;
  }

  #copyright {
    display: block;
    width: 186px;
    padding: 20px 0;
    margin: 0 auto;
  }
  #copyright img {
    width: 100%;
  }

  #aside {
    display: block !important;
  }
  #aside .item_bnr {
    height: auto !important;
  }
  #aside #aside_btn {
    display: none;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
/* ////.max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media print, screen and (min-width: 1101px) {
  /* ___________________header */
  #header {
    width: 100%;
    height: 110px;
    background-color: #fff;
    z-index: 100;
    font-size: 1.6rem;
  }
  #header .pc {
    display: block;
  }
  #header .sp {
    display: none;
  }
  #header .header_inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-weight: normal;
    padding: 20px 30px;
    margin: 0 auto;
    height: 110px;
    max-width: 1440px;
  }
  #header #logo {
    padding-top: 9px;
  }
  #header #logo a {
    display: table;
  }
  #header #logo a:hover {
    opacity: .6;
  }
  #header #logo a img {
    width: 282px;
    height: auto;
  }
  #header #logo .h_lead {
    display: table-cell;
    font-size: 1.4rem;
    color: #fff;
    vertical-align: middle;
    padding-left: 20px;
    letter-spacing: .1em;
    text-shadow: 0 0 10px rgba(0, 86, 79, 0.4);
  }
  #header #logo .h_lead strong {
    font-weight: normal;
    text-shadow: 0 0 10px rgba(0, 86, 79, 0.4);
  }
  #header #logo .h_lead .name {
    display: inline-block;
    font-size: 1.7rem;
    font-weight: bold;
    margin-left: 3px;
    text-shadow: 0 0 10px rgba(0, 86, 79, 0.4);
  }
  #header #logo img.pc {
    display: block;
    width: 43px;
    height: 43px;
  }
  #header .block1 {
    width: 300px;
    padding-top: 2px;
  }
  #header .block2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  #header .block2 .tel_area {
    margin-right: 10px;
    white-space: nowrap;
  }
  #header .block2 .tel_area .info {
    display: inline-block;
    width: 60px;
    font-size: 1.1rem;
    text-align: center;
    color: #fff;
    padding: 4px 0 5px;
    margin-right: 15px;
    margin-bottom: 4px;
    white-space: nowrap;
    border: 1px solid #fff;
  }
  #header .block2 .tel_area .tel {
    position: relative;
    top: -2px;
    display: inline-block;
    font-size: 2.3rem;
    line-height: 1;
    color: #fff;
    letter-spacing: .15em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    white-space: nowrap;
  }
  #header .block2 .tel_area .tel.sp {
    display: none;
  }
  #header .block2 .tel_area .time {
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: .18em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-shadow: 0 0 10px rgba(0, 86, 79, 0.4);
  }
  #header .block2 .h_btns {
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
  }
  #header .block2 .h_btns .h_btn {
    display: inline-block;
    height: 30px;
    margin-left: 10px;
  }
  #header .block2 .h_btns .h_btn a {
    height: 100%;
    display: block;
    font-size: 1.5rem;
    color: #4c4c4c;
    text-align: center;
    padding: 4px 0 0 0;
    line-height: 1.2;
    border-radius: 5px;
  }
  #header .block2 .h_btns .h_btn a:hover {
    opacity: .6;
    text-decoration: none;
  }
  #header .block2 .h_btns .form {
    position: relative;
  }
  #header .block2 .h_btns .form a {
    font-weight: normal;
    padding-left: 20px;
  }
  #header .block2 .h_btns .form::before {
    content: "";
    background: url(/images/common/hd_icon_form.svg);
    display: block;
    width: 15px;
    height: 15px;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 6px;
  }
  #header .block2 .h_btns .qa {
    position: relative;
  }
  #header .block2 .h_btns .qa a {
    font-weight: normal;
    padding-left: 20px;
    margin-left: 20px;
  }
  #header .block2 .h_btns .qa::before {
    content: "";
    background: url(/images/common/hd_icon_qa.svg);
    display: block;
    width: 9px;
    height: 14px;
    background-size: cover;
    position: absolute;
    left: 26px;
    top: 6px;
  }
  #header .block2 .h_btns .contact {
    position: relative;
  }
  #header .block2 .h_btns .contact a {
    font-weight: normal;
    padding-left: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  #header .block2 .h_btns .contact::before {
    content: "";
    background: url(/images/common/hd_icon_contact.svg);
    display: block;
    width: 18px;
    height: 12px;
    background-size: cover;
    position: absolute;
    left: 16px;
    top: 8px;
  }
  #header .block2 .h_btns .apply a {
    width: 170px;
    background-color: #00a89a;
    padding-top: 6px;
    color: #fff;
  }
  #header .block2 .h_btns .apply a span {
    display: inline-block;
  }
  #header .block2 .h_btns .login a {
    width: 95px;
    background-color: #fff;
    border: 2px solid #00a89a;
    color: #00a89a;
  }

  /* ___________________global navigation */
  #gnav {
    width: 915px;
  }
  #gnav .list {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    right: 50px;
    bottom: 20px;
  }
  #gnav .item {
    position: relative;
    margin-left: 100px;
  }
  #gnav .item:nth-of-type(1) {
    margin-left: 0;
  }
  #gnav .item > a {
    position: relative;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #003d6c;
  }
  #gnav .item:last-child {
    margin-right: 0;
  }
  #gnav .item:hover > a {
    opacity: 0.6;
  }
  #gnav .item:hover .sub_list_wrap {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  #gnav .item:hover a {
    text-decoration: none;
  }
  #gnav .item.on > a {
    color: #9dca3d;
  }
  #gnav .item_home:after {
    display: none;
  }
  #gnav .sp_gnav_sub_item_btn {
    display: none;
  }
  #gnav .grand_list {
    display: none;
  }

  #breadcrumbs_wrap {
    background-color: #eee;
    margin-bottom: 50px;
  }

  #breadcrumbs {
    max-width: 1440px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    background-color: #eee;
  }
  #breadcrumbs ul {
    width: 1095px;
    margin: 0 auto;
  }
  #breadcrumbs li {
    display: inline-block;
    font-size: 1.2rem;
  }
  #breadcrumbs li a {
    display: inline-block;
    padding: 8px 18px 8px 0;
    margin: 0 5px 0 0;
    background: url(../images/common/pankuzu.svg) right center no-repeat;
    background-size: auto 100%;
    text-decoration: none;
    color: #666;
  }
  #breadcrumbs li a:hover {
    text-decoration: underline;
  }
  #breadcrumbs li span {
    display: inline-block;
    padding: 8px 0 8px 0;
    white-space: nowrap;
  }

  body.fixed #aside {
    position: fixed;
    top: 0;
    right: -230px;
  }
  body.fixed.show #aside {
    right: 0;
  }
  body.show #contents {
    width: calc(100vw - 230px);
  }
  body.show #footer {
    width: calc(100vw - 230px);
  }
  body.show #aside #aside_btn img {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  body.show #common_link_area {
    width: calc(100vw - 230px);
  }
  body.show #caution {
    width: calc(100vw - 230px);
  }
  body.show #contact {
    width: calc(100vw - 230px);
  }
  body.noaside #contents {
    width: 100%;
  }
  body.noaside #footer {
    width: 100%;
  }

  #aside {
    position: absolute;
    top: -85px;
    right: -230px;
    width: 230px;
    height: 100vh;
    background-color: #777;
  }
  #aside .list_wrap {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
  #aside .item {
    margin-left: 23px;
  }
  #aside .item > a {
    display: block;
    font-size: 1.5rem;
    color: #fff;
    padding: 0 27px 8px 0;
    padding: 18px 27px 8px 0;
    border-bottom: 1px solid #848484;
  }
  #aside .item > a:hover {
    color: #b4b3b3;
    text-decoration: none;
  }
  #aside .item .no_link {
    font-size: 1.5rem;
    color: #fff;
    padding: 0 5px 8px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #848484;
  }
  #aside .item.item_bnr {
    margin-top: 18px;
  }
  #aside .has_child {
    position: relative;
    margin-top: 15px;
  }
  #aside .has_child > a {
    margin-bottom: 30px;
  }
  #aside .has_child.show .sub_nav_btn span:last-child {
    display: none;
  }
  #aside .has_child.show .sub_list {
    display: block;
  }
  #aside .sub_list {
    display: none;
    margin-bottom: 10px;
  }
  #aside .sub_item {
    margin-left: 20px;
    margin-bottom: 18px;
  }
  #aside .sub_item:last-child {
    margin-bottom: 0;
  }
  #aside .sub_item a {
    display: block;
    font-size: 1.3rem;
    color: #ededed;
    padding-right: 10px;
  }
  #aside .sub_item a:hover {
    color: #b4b3b3;
    text-decoration: none;
  }
  #aside .sub_nav_btn {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #00a89a;
    border-radius: 50%;
    top: 1px;
    right: 11px;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  #aside .sub_nav_btn span {
    position: absolute;
    content: '';
    display: block;
    background-color: #fff;
    width: 8px;
    height: 1px;
    right: 6px;
  }
  #aside .sub_nav_btn span:last-child {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #aside .sub_nav_btn:hover {
    opacity: .8;
  }
  #aside .item_btn {
    margin-left: 0;
    margin-bottom: 0;
  }
  #aside .item_btn a {
    margin-left: 0;
    padding: 15px 0 15px 23px;
    border-bottom: none;
  }
  #aside .item_btn a:hover {
    color: #fff;
    text-decoration: none;
    opacity: .8;
  }
  #aside .item_btn + .has_child {
    margin-top: 25px;
  }
  #aside .item_top a {
    padding: 21px 0 21px 23px;
    color: #ededed;
    background-color: #666;
  }
  #aside .item_top + .item_bnr a {
    padding-top: 0;
  }
  #aside .item_top + .has_child a {
    padding-top: 0;
  }
  #aside .item_buy {
    margin-top: 30px;
    margin-top: 0;
  }
  #aside .item_buy a {
    background-color: #fba40d;
  }
  #aside .item_apply a {
    background-color: #f8796b;
  }
  #aside .item_contact a {
    background-color: #9b9b9b;
  }
  #aside .item_bnr {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
  #aside .item_bnr a {
    display: block;
    border-bottom: none;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  #aside .item_bnr a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  #aside .item_bnr a:hover {
    opacity: .8;
  }
  #aside .item_bnr + .item_bnr {
    margin-top: 0;
  }
  #aside #aside_btn {
    position: absolute;
    top: 65px;
    left: -30px;
    width: 30px;
    height: 30px;
    background-color: #00a89a;
    padding: 10px;
    margin: 0;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  #aside #aside_btn img {
    display: block;
    transition: all linear 200ms;
  }
  #aside #aside_btn:hover {
    opacity: .8;
  }
  #aside .archive_select {
    margin-bottom: 60px;
  }
  #aside .archive_select select {
    width: 95%;
    padding: 10px;
  }
}
@media all and (max-width: 1620px) {
  #header .block2 {
    flex-direction: column;
  }

  #header .block2 .tel_area {
    margin-right: 0;
  }
}
@media all and (max-width: 1310px) {
  #gnav .item {
    margin-left: 4vw;
  }
  #gnav .item:last-child {
    margin-right: 0;
  }
}
@media all and (min-width: 751px) and (max-width: 1350px) {
  #contact {
    padding-top: 80px;
  }
  #contact:before {
    width: calc(573px * .4);
    height: calc(323px * .4);
    top: -30px !important;
    right: 45% !important;
    -webkit-transform: translateX(67%) !important;
            transform: translateX(67%) !important;
  }
  #contact .wrap {
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  #contact .block2 {
    margin-top: 30px;
  }
}
@media all and (max-width: 1190px) {
  #gnav {
    width: 760px;
  }
  #gnav .item.item_home {
    display: none;
  }

  #kv {
    background-size: auto 10vw;
  }
}
@media screen and (max-width: 1100px) {
  .common_mhd1_wrap {
    padding-top: 50px;
    margin-top: -50px;
  }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: 100;
    font-size: 1.4rem;
  }
  #header .pc {
    display: none;
  }
  #header .sp {
    display: block;
  }
  #header .header_inner {
    display: flex;
    justify-content: space-between;
    padding: 5px 4vw;
    height: 50px;
  }
  #header #block1 {
    width: calc(100vw - 250px);
  }
  #header #logo {
    width: 100%;
  }
  #header #logo a {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 7px;
  }
  #header #logo a img {
    width: 141px;
    height: 25px;
  }
  #header.show #gnav_wrap {
    display: block;
  }
  #header .block2 {
    display: flex;
    justify-content: flex-start;
    flex-direction: unset;
    align-items: center;
  }
  #header .block2 .h_btns {
    display: flex;
    align-items: center;
  }
  #header .block2 .h_btn {
    width: 50px;
  }
  #header .block2 .h_btn a {
    display: block;
    background-repeat: no-repeat;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    height: 50px;
    padding-top: 50px;
    font-weight: bold;
  }
  #header .block2 .h_btn a:hover {
    opacity: .8;
  }
  #header .block2 .apply {
    width: 70px;
    height: 40px;
  }
  #header .block2 .apply a {
    padding-top: 5px;
    height: 40px;
    width: 70px;
    background: none;
    background-color: #00a89a;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.2;
    border-radius: 4px;
  }
  #header .block2 .login {
    height: 40px;
    width: 58px;
    margin-left: 5px;
  }
  #header .block2 .login a {
    background: none;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #00a89a;
    height: 40px;
    width: 58px;
    font-size: 1.2rem;
    text-align: center;
    padding-top: 9px;
  }
  #header #menu_btn {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #00a89a;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 4px;
    margin-left: 10px;
  }
  #header #menu_btn span {
    display: block;
    width: 20px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 200ms ease-in-out;
  }
  #header #menu_btn span:first-child {
    -webkit-transform: translate3d(0, 8px, 0);
            transform: translate3d(0, 8px, 0);
  }
  #header #menu_btn span:last-child {
    -webkit-transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -8px, 0);
  }
  #header.show #menu_btn span:first-child {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
            transform: translate3d(0, 0, 0) rotate(45deg);
  }
  #header.show #menu_btn span:nth-child(2) {
    display: none;
  }
  #header.show #menu_btn span:last-child {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
            transform: translate3d(0, 0, 0) rotate(-45deg);
  }

  #gnav_wrap {
    display: none;
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
  }

  #gnav {
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 50px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 50px;
  }
  #gnav a {
    display: block;
  }
  #gnav .sub_list_large {
    display: none;
  }
  #gnav .sub_list_wrap {
    display: none;
  }
  #gnav .item {
    position: relative;
    margin-right: 0;
    margin-left: 0;
  }
  #gnav .item.show .sub_list_wrap {
    display: block;
  }
  #gnav .item.show .sp_gnav_item_btn {
    top: 14px;
  }
  #gnav .item.show .sp_gnav_item_btn span::before {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
  #gnav .item.show .sp_gnav_item_btn span::after {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
  #gnav .item.show .grand_list {
    display: block;
  }
  #gnav .item > a {
    font-size: 1.7rem;
    color: #003d6c;
    padding: 23px 15px;
    font-weight: bold;
  }
  #gnav .item > p {
    font-size: 1.7rem;
    color: #003d6c;
    padding: 23px 15px;
    font-weight: bold;
    border-bottom: 2px solid #d4d4d4;
  }
  #gnav .item.item_blog {
    border-bottom: 2px solid #d4d4d4;
  }
  #gnav .itemNew {
    background-color: #eeffff;
    border-bottom: 2px solid #fff;
  }
  #gnav .itemNew a {
    color: #00a89a;
    padding: 14px 15px;
    font-weight: bold;
  }
  #gnav .item_btn {
    margin-left: 0;
    margin-bottom: 0;
  }
  #gnav .item_btn a {
    margin-left: 0;
    border-bottom: none;
  }
  #gnav .item_btn a:hover {
    color: #fff;
    text-decoration: none;
    opacity: .8;
  }
  #gnav .sp_item_wrap {
    display: flex;
    justify-content: center;
  }
  #gnav .sp_item_wrap .item_btn {
    width: 45%;
    margin: 10px 5px;
    border-bottom: none;
  }
  #gnav .sp_item_wrap .item_btn a {
    background-color: #00a89a;
    height: 46px;
    padding: 9px;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 4px;
  }
  #gnav .sp_item_wrap .item_buy a {
    color: #fff;
    line-height: 1.1;
  }
  #gnav .sp_item_wrap .item_buy a span {
    display: block;
  }
  #gnav .sp_item_wrap .item_login {
    display: inline-block;
  }
  #gnav .sp_item_wrap .item_login a {
    background-color: #fff;
    color: #00a89a;
    border: 1px solid #00a89a;
    padding-top: 11px;
    font-size: 1.4rem;
  }
  #gnav .sp_gnav_item_btn {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    top: 23px;
    right: 10px;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding-left: 8px;
    padding-bottom: 3px;
  }
  #gnav .sp_gnav_item_btn span {
    position: relative;
    display: inline-block;
  }
  #gnav .sp_gnav_item_btn span::before, #gnav .sp_gnav_item_btn span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 5px);
    width: 2px;
    height: 13px;
    border-radius: 1px;
    background-color: #003d6c;
    -webkit-transform-origin: 50% calc(100% - 1px);
            transform-origin: 50% calc(100% - 1px);
    transition: all 200ms ease-in-out;
  }
  #gnav .sp_gnav_item_btn span::before {
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
  }
  #gnav .sp_gnav_item_btn span::after {
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
  }
  #gnav .sp_gnav_item_btn:hover {
    opacity: .8;
  }
  #gnav .sub_item {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  #gnav .sub_item > a {
    font-size: 1.5rem;
    color: #4c4c4c;
    padding: 19px 30px;
  }
  #gnav .sub_item.show .sp_gnav_item_btn {
    top: 14px;
  }
  #gnav .sub_item.show .sp_gnav_item_btn span::before {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
  #gnav .sub_item.show .sp_gnav_item_btn span::after {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
  #gnav .sub_item.show .grand_list {
    display: block;
  }
  #gnav .grand_list {
    display: none;
  }
  #gnav .grand_item > a {
    font-size: 1.3rem;
    color: #fff;
    padding: 8px 30px 8px 45px;
  }
  #gnav .grand_item:last-child {
    margin-bottom: 15px;
  }
  #gnav .sp_gnav_sub_item_btn {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #3fc4b8;
    border-radius: 50%;
    top: 16px;
    right: 14px;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  #gnav .sp_gnav_sub_item_btn span {
    position: absolute;
    content: '';
    display: block;
    left: 6px;
    background-color: #fff;
    width: 18px;
    height: 1px;
  }
  #gnav .sp_gnav_sub_item_btn span:last-child {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #gnav .sp_gnav_sub_item_btn:hover {
    opacity: .8;
  }
  #gnav .tel_area {
    width: 100%;
    text-align: center;
    padding: 70px 0 20px;
    position: relative;
  }
  #gnav .tel_area > img {
    position: absolute;
    top: -15px;
    left: 57%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 140px;
  }
  #gnav .tel_area .info {
    display: inline-block;
    width: 70px;
    font-size: 1.1rem;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    padding: 4px 5px 5px;
    margin-right: 10px;
  }
  #gnav .tel_area .tel {
    font-weight: bold;
    position: relative;
    top: -2px;
    display: inline-block;
    font-size: 2.3rem;
    line-height: 1;
    color: #00a89a;
  }
  #gnav .tel_area .tel.sp {
    display: none;
  }
  #gnav .tel_area .time {
    font-size: 1.3rem;
    color: #000;
    text-align: center;
    margin-top: 10px;
  }
  #gnav .sns_link_list {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  #gnav .sns_link_list li {
    margin: 0 15px;
  }
  #gnav .sns_link_list li img {
    width: auto;
    height: 30px;
  }
  #gnav #gnav_close {
    display: block;
    width: 250px;
    text-align: center;
    border: 1px solid #fff;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    text-align: center;
    font-size: 1.7rem;
    padding: 20px 0 18px;
    margin: 0 auto;
  }
  #gnav #gnav_close img {
    width: 78px;
  }

  #contents {
    margin-top: 50px;
  }

  #breadcrumbs {
    width: 100vw;
    padding: 0 10px;
    background-color: #eee;
    white-space: nowrap;
    overflow-x: scroll;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #breadcrumbs li {
    display: inline-block;
    font-size: 1.2rem;
  }
  #breadcrumbs li a {
    display: inline-block;
    padding: 8px 18px 8px 0;
    margin: 0 5px 0 0;
    background: url(../images/common/pankuzu.svg) right center no-repeat;
    background-size: auto 100%;
    text-decoration: none;
    color: #666;
  }
  #breadcrumbs li a:hover {
    text-decoration: underline;
  }
  #breadcrumbs li span {
    display: inline-block;
    padding: 8px 0 8px 0;
    white-space: nowrap;
  }

  #wrapper.index_page #breadcrumbs {
    margin-top: 0;
  }
  #wrapper.index_page #main {
    padding: 0;
  }
  #wrapper.index_page #main .pd_wrap {
    padding: 0 4%;
  }

  #aside {
    background-color: #777;
  }
  #aside .list_wrap {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
  #aside .item {
    margin-left: 23px;
  }
  #aside .item > a {
    display: block;
    font-size: 1.5rem;
    color: #fff;
    padding: 0 27px 8px 0;
    padding: 18px 27px 8px 0;
    border-bottom: 1px solid #848484;
  }
  #aside .item > a:hover {
    color: #b4b3b3;
    text-decoration: none;
  }
  #aside .item .no_link {
    font-size: 1.5rem;
    color: #fff;
    padding: 0 5px 8px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #848484;
  }
  #aside .item.item_bnr {
    margin-top: 18px;
  }
  #aside .has_child {
    position: relative;
    margin-top: 15px;
  }
  #aside .has_child > a {
    margin-bottom: 30px;
  }
  #aside .has_child.show .sub_nav_btn span:last-child {
    display: none;
  }
  #aside .has_child.show .sub_list {
    display: block;
  }
  #aside .sub_list {
    display: none;
    margin-bottom: 10px;
  }
  #aside .sub_item {
    margin-left: 20px;
    margin-bottom: 18px;
  }
  #aside .sub_item:last-child {
    margin-bottom: 0;
  }
  #aside .sub_item a {
    display: block;
    font-size: 1.3rem;
    color: #ededed;
    padding-right: 10px;
  }
  #aside .sub_item a:hover {
    color: #b4b3b3;
    text-decoration: none;
  }
  #aside .sub_nav_btn {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #00a89a;
    border-radius: 50%;
    top: 1px;
    right: 11px;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  #aside .sub_nav_btn span {
    position: absolute;
    content: '';
    display: block;
    background-color: #fff;
    width: 8px;
    height: 1px;
    right: 6px;
  }
  #aside .sub_nav_btn span:last-child {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #aside .sub_nav_btn:hover {
    opacity: .8;
  }
  #aside .item_btn {
    margin-left: 0;
    margin-bottom: 0;
  }
  #aside .item_btn a {
    margin-left: 0;
    padding: 15px 0 15px 23px;
    border-bottom: none;
  }
  #aside .item_btn a:hover {
    color: #fff;
    text-decoration: none;
    opacity: .8;
  }
  #aside .item_btn + .has_child {
    margin-top: 25px;
  }
  #aside .item_top a {
    padding: 21px 0 21px 23px;
    color: #ededed;
    background-color: #666;
  }
  #aside .item_top + .item a {
    padding-top: 25px;
  }
  #aside .item_top + .item_bnr a {
    padding-top: 0;
  }
  #aside .item_top + .has_child a {
    padding-top: 0;
  }
  #aside .item_buy {
    margin-top: 30px;
    margin-top: 0;
  }
  #aside .item_buy a {
    background-color: #fba40d;
  }
  #aside .item_apply a {
    background-color: #f8796b;
  }
  #aside .item_contact a {
    background-color: #9b9b9b;
  }
  #aside .item_bnr {
    width: 100%;
    height: 45px;
    margin-left: 0;
    margin-bottom: 0;
  }
  #aside .item_bnr a {
    display: block;
    border-bottom: none;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  #aside .item_bnr a img {
    display: block;
    width: 100%;
  }
  #aside .item_bnr a:hover {
    opacity: .8;
  }
  #aside .item_bnr + .item_bnr {
    margin-top: 0;
  }
  #aside #aside_btn {
    position: absolute;
    top: 65px;
    left: -30px;
    width: 30px;
    height: 30px;
    background-color: #00a89a;
    padding: 10px;
    margin: 0;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  #aside #aside_btn img {
    display: block;
    transition: all linear 200ms;
  }
  #aside #aside_btn:hover {
    opacity: .8;
  }
  #aside .archive_select {
    margin-bottom: 60px;
  }
  #aside .archive_select select {
    width: 95%;
    padding: 10px;
  }

  #contents #aside .item:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 1100px) and (min-width: 751px) {
  body.show #aside {
    position: fixed;
    top: 50px;
    right: 0;
  }
  body.show #header {
    width: calc(100% - 230px);
  }

  body.fixed #aside {
    position: fixed;
    right: -230px;
  }
  body.fixed.show #aside {
    right: 0;
  }
  body.fixed.show #header {
    width: calc(100% - 230px);
  }
  body.show #contents {
    width: calc(100vw - 230px);
  }
  body.show #footer {
    width: calc(100vw - 230px);
  }
  body.show #aside #aside_btn img {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  body.noaside #contents {
    width: 100%;
  }
  body.noaside #footer {
    width: 100%;
  }

  #aside {
    position: absolute;
    top: -85px;
    right: -230px;
    width: 230px;
    height: 100vh;
    background-color: #565656;
  }
}
@media print, screen and (max-width: 370px) {
  #header #logo {
    margin-left: 10px;
  }
}
@media print, screen and (max-width: 360px) {
  #header #logo {
    margin-left: 3px;
  }
  #header .block2 .h_btn {
    width: 45px;
  }
  #header #menu_btn {
    width: 45px;
  }
}
@media print {
  #fix_nav {
    display: none;
  }

  #contents,
  #contact,
  #footer {
    width: 100% !important;
  }

  #aside {
    display: none;
  }
}
