@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  box-sizing: border-box;
}

/* --- All --- */
body {
  color: #000;
  font-size: 14px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  min-width: 1000px;
  line-height: 1.6;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.page {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 110px;
}
img {
  vertical-align: bottom;
}
ul,
li {
  list-style: none;
}
.sp,
.h-tab_only {
  display: none;
}
.pc {
  display: inlin-block;
}
.cf:before,
.inner:before,
section:before,
.post:before {
  content: "";
  display: table;
}
.cf:after,
.inner:after,
section:after,
.post:after {
  content: "";
  display: table;
  clear: both;
}
.inner,
.contents {
  width: 1000px;
  margin: 0 auto;
}
.contents {
  padding: 30px 0 0;
}


@media screen and (max-width: 1199px) and (min-width: 769px)  {
  body{
    min-width: 1000px;
  }
  .h-tab_only{
    display: inlin-block;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
    overflow-x: hidden;
  }
  body {
    font-size: 1.4rem;
    line-height: 1.6;
    min-width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .page {
    padding-top: 73px;
  }
  .inner,
  .contents {
    width: 90%;
    padding: 0 5%;
  }
  .contents {
    padding: 20px 0 0;
  }
}

/* ------ Anchor ------ */
a {
  outline: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.4;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

/* --- .global-conts (header+footer) --- */
.top-sec01 .top-sec02-bnr li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1199px) and (min-width: 769px){
	.footer .global-conts {
    flex-direction: column;
  }
}
/* pc only */
@media screen and (min-width: 769px) {
  .header_wrap{
    width: 1200px;
    margin: 0 auto;
  }
  .global-conts {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .global-conts .g-logo {
    /*float: left;*/
    padding-top: 10px;
  }
  .global-conts .g-logo span {
    font-size: 12px;
    font-weight: bold;
    display: block;
    letter-spacing: 0.01em;
    margin-bottom: 0.7em;
    line-height: 1;
  }

  .global-conts .g-conts {
    /*float: right;*/
    display: flex;
    align-items: center;
  }

  .global-conts .global-nav {
    /*float: left;*/
    /*padding-right: 35px;*/
  }
  .global-conts .global-nav .nav {
    /*padding-top: 15px;*/
    display: flex;
    align-items: center;
  }
  .global-conts .global-nav .nav .button_li{
    position: relative;
  }
  .global-conts .global-nav .nav .button_li button{
    position: absolute;
    background-image: url(../images/search.svg);
    width: 15px;
    height: 15px;
    background-size: cover;
    border: none;
    right: 40px;
    display: flex;
    top: 35%;
    background-color: transparent;
    align-items: center;
    cursor: pointer;
  }
  .global-conts .global-nav .nav li {
    /*float: left;*/
    /*padding: 0 5px;*/
  }
  .global-conts .global-nav .nav li #keywords{
    margin-right: 20px;
    width: 270px;
    height: 45px;
    border-radius: 50px;
    border: 1px solid #7b7a7a;
    padding-left: 15px;
  }
  .global-conts .global-nav .nav li a {
    display: block;
    /*text-align: center;*/
    font-size: 16px;
    margin-right: 20px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
    /*width: 130px;*/
    width: auto;
    font-weight: 600;
    color: #2e79b6;
  }
  .global-conts .global-nav .nav li a:before {
    /*content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    bottom: -3px;
    left: 0;
    -webkit-transition: 0.4s ease 0s;
    transition: 0.4s ease 0s;*/
  }
  .global-conts .global-nav .nav li a:hover {
    text-decoration: none;
  }
  /* .global-conts .global-nav .nav li a:hover:before {
    width: 100%;
  } */
  .global-conts .global-nav .nav li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
  .global-conts .global-nav .nav img {
    /*width: 40px;
    height: auto;*/
  }
  .global-conts .global-nav .nav span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
  }

  .global-conts .g-info {
    /*float: right;*/
    line-height: 1.4;
  }
  .global-conts .g-info .open span {
    font-size: 11px;
    font-weight: bold;
  }
/* --- 
  .global-conts .g-info .open span:before {
    content: "受付時間";
    margin-right: 1em;
  }
 --- */
  .global-conts .g-info .phone span {
    font-size: 24px;
    font-weight: bold;
    font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    line-height: 1.3;
    display:block;
    margin-top: 5px;	
  }
  .global-conts .g-info .contact {
    letter-spacing: -0.4em;
    text-align: center;
    /*margin-top:10px;	*/
  }
  .global-conts .g-info .contact a {
    display: inline-block;
    letter-spacing: normal;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    width: 135px;
    padding: 12px 0;
    line-height: 1;
  }
  .global-conts .g-info .contact a span {
    font-size: 14px;
    display: inline-block;
    background-position: 0 50%;
    background-repeat: no-repeat;
    -moz-background-size: 18px auto;
    background-size: 18px auto;
    font-weight: bold;
    padding-left: 25px;
  }
  footer .nav li{
    text-align: center;
  }
  footer .nav li img{
    width: 40px;
    text-align: center;
  }

  /* Navigation Animation */
  @-webkit-keyframes wrench {
    0% {
      -webkit-transform: rotate(-12deg);
      transform: rotate(-12deg);
    }

    8% {
      -webkit-transform: rotate(12deg);
      transform: rotate(12deg);
    }

    10% {
      -webkit-transform: rotate(24deg);
      transform: rotate(24deg);
    }

    18% {
      -webkit-transform: rotate(-24deg);
      transform: rotate(-24deg);
    }

    20% {
      -webkit-transform: rotate(-24deg);
      transform: rotate(-24deg);
    }

    28% {
      -webkit-transform: rotate(24deg);
      transform: rotate(24deg);
    }

    30% {
      -webkit-transform: rotate(24deg);
      transform: rotate(24deg);
    }

    38% {
      -webkit-transform: rotate(-24deg);
      transform: rotate(-24deg);
    }

    40% {
      -webkit-transform: rotate(-24deg);
      transform: rotate(-24deg);
    }

    48% {
      -webkit-transform: rotate(24deg);
      transform: rotate(24deg);
    }

    50% {
      -webkit-transform: rotate(24deg);
      transform: rotate(24deg);
    }

    58% {
      -webkit-transform: rotate(-24deg);
      transform: rotate(-24deg);
    }

    60% {
      -webkit-transform: rotate(-24deg);
      transform: rotate(-24deg);
    }

    68% {
      -webkit-transform: rotate(24deg);
      transform: rotate(24deg);
    }

    75%,
    100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  @keyframes wrench {
    0% {
      -webkit-transform: rotate(-12deg);
      -ms-transform: rotate(-12deg);
      transform: rotate(-12deg);
    }

    8% {
      -webkit-transform: rotate(12deg);
      -ms-transform: rotate(12deg);
      transform: rotate(12deg);
    }

    10% {
      -webkit-transform: rotate(24deg);
      -ms-transform: rotate(24deg);
      transform: rotate(24deg);
    }

    18% {
      -webkit-transform: rotate(-24deg);
      -ms-transform: rotate(-24deg);
      transform: rotate(-24deg);
    }

    20% {
      -webkit-transform: rotate(-24deg);
      -ms-transform: rotate(-24deg);
      transform: rotate(-24deg);
    }

    28% {
      -webkit-transform: rotate(24deg);
      -ms-transform: rotate(24deg);
      transform: rotate(24deg);
    }

    30% {
      -webkit-transform: rotate(24deg);
      -ms-transform: rotate(24deg);
      transform: rotate(24deg);
    }

    38% {
      -webkit-transform: rotate(-24deg);
      -ms-transform: rotate(-24deg);
      transform: rotate(-24deg);
    }

    40% {
      -webkit-transform: rotate(-24deg);
      -ms-transform: rotate(-24deg);
      transform: rotate(-24deg);
    }

    48% {
      -webkit-transform: rotate(24deg);
      -ms-transform: rotate(24deg);
      transform: rotate(24deg);
    }

    50% {
      -webkit-transform: rotate(24deg);
      -ms-transform: rotate(24deg);
      transform: rotate(24deg);
    }

    58% {
      -webkit-transform: rotate(-24deg);
      -ms-transform: rotate(-24deg);
      transform: rotate(-24deg);
    }

    60% {
      -webkit-transform: rotate(-24deg);
      -ms-transform: rotate(-24deg);
      transform: rotate(-24deg);
    }

    68% {
      -webkit-transform: rotate(24deg);
      -ms-transform: rotate(24deg);
      transform: rotate(24deg);
    }

    75%,
    100% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  .wrench.animated img,
  .wrench.animated-hover:hover img {
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
    transform-origin-x: 90%;
    transform-origin-y: 35%;
    transform-origin-z: initial;
  }
}

/* pc only */
@media screen and (max-width: 1199px) and (min-width: 769px){
  .header_wrap{
    width: 100%;
    margin: 0 auto;
  }
}
/* sp only */
@media screen and (max-width: 768px) {
  .global-conts {
    text-align: center;
  }
  .global-conts .g-logo {
    margin-bottom: 15px;
  }
  .global-conts .g-logo span {
    font-size: 9px;
    font-weight: bold;
    margin-bottom: 0.5em;
    display: block;
  }
  .global-conts .g-logo img {
    width: 140px;
    vertical-align: top;
  }

  .global-conts .g-info {
    line-height: 1.4;
  }
  .global-conts .g-info .open span {
    font-size: 11px;
    font-weight: bold;
  }
  .global-conts .g-info .open span:before {
    content: "受付時間";
    margin-right: 1em;
  }
  .global-conts .g-info .phone {
    padding: 10px 0;
  }
  .global-conts .g-info .phone a {
    font-size: 18px;
    font-weight: bold;
    font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    line-height: 1.3;
  }
  .global-conts .g-info .contact {
    letter-spacing: -0.4em;
    text-align: center;
  }
  .global-conts .g-info .contact a {
    display: inline-block;
    letter-spacing: normal;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    width: 135px;
    padding: 12px 0;
    line-height: 1;
  }
  .global-conts .g-info .contact a span {
    font-size: 14px;
    display: inline-block;
    background-position: 0 50%;
    background-repeat: no-repeat;
    -moz-background-size: 18px auto;
    background-size: 18px auto;
    font-weight: bold;
    padding-left: 25px;
  }

}

/* --- .header --- */

.global-conts .global-nav .nav .button_li{
  position: relative;
}
.global-conts .global-nav .nav .button_li button{
  position: absolute;
  background-image: url(../images/search.svg);
  width: 15px;
  height: 15px;
  background-size: cover;
  border: none;
  right: 40px;
  display: flex;
  top: 35%;
  background-color: transparent;
  align-items: center;
  cursor: pointer;
}
.global-conts .global-nav .nav li {
  /*float: left;*/
  /*padding: 0 5px;*/
}
.global-conts .global-nav .nav li #keywords{
  margin-right: 20px;
  width: 270px;
  height: 45px;
  border-radius: 50px;
  border: 1px solid #7b7a7a;
  padding-left: 15px;
}
.global-conts .global-nav .nav li a {
  display: block;
  /*text-align: center;*/
  font-size: 16px;
  margin-right: 20px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  position: relative;
  /*width: 130px;*/
  width: auto;
  font-weight: 600;
  color: #2e79b6;
}
/* pc only */
@media screen and (min-width: 769px) {
  .header {
    height: 120px;
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    background: #fff;
    padding: 5px 0;
  }

  .header .g-logo span {
    color: #0070ba;
  }

  .header .global-conts .global-nav .nav li a:before {
    background-color: #1179b8;
  }
  .header .global-conts .global-nav .nav span {
    color: #1179b8;
  }

  .header .global-conts .g-info {
    color: #007abe;
  }
  .header .global-conts .g-info .contact a {
    border-color: #006fbb;
    background-color: #009aca;
  }
  .header .global-conts .g-info .contact a span {
    color: #fff;
    background-image: url(../images/button-wh.png);
  }

  .header .g-info {
    display: block;
  }
}
@media screen and (max-width: 1199px) and (min-width: 769px){
  .global-conts .global-nav .nav li #keywords{
    margin-right: 10px;
    width: 160px;
  }
  .global-conts .global-nav .nav li a{
    margin-right: 10px;
  }
}

/* sp only */
@media screen and (max-width: 768px) {
  .header {
    background: #fff;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
  }
  .header .global-conts .g-logo {
    top: 25px;
    left: 10px;
    position: absolute;
    display: inline-block;
  }
  .header .g-logo span {
    color: #0070ba;
  }

  .header .global-conts .g-info {
    color: #007abe;
  }
  .header .global-conts .g-info .contact a {
    border-color: #006fbb;
    background-color: #009aca;
  }
  .header .global-conts .g-info .contact a span {
    color: #fff;
    background-image: url(../images/button-wh.png);
  }
  .header .global-conts .g-info .phone a {
    color: #007abe;
  }
  .biko {
    text-align: center;
    font-size: 1.2rem;
  }
  .global-conts .global-nav .nav li #keywords{
    width: 80%;
  }

  /* nav */
  .g-conts {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(233, 244, 246, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
  }
  .side-open .g-conts {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: visible;
    opacity: 1;
  }

  .g-conts .sp-g-logo,
  .g-conts .global-nav,
  .g-conts .g-info {
    opacity: 0;
  }
  .side-open .sp-g-logo,
  .side-open .global-nav,
  .side-open .g-info {
    opacity: 1;
  }
  .side-open .sp-g-logo {
    -webkit-transition: opacity 1s ease 0.5s;
    transition: opacity 1s ease 0.5s;
  }
  .side-open .global-nav {
    -webkit-transition: opacity 1s ease 0.6s;
    transition: opacity 1s ease 0.6s;
  }
  .side-open .g-info {
    -webkit-transition: opacity 1s ease 0.7s;
    transition: opacity 1s ease 0.7s;
  }

  .side-open .sp-g-logo {
    text-align: center;
    padding: 50px 0 0;
  }
  .side-open .sp-g-logo a {
    display: inline-block;
    padding: 10px 15px;
    background: #fff;
  }
  .side-open .sp-g-logo img {
    width: 180px;
    vertical-align: top;
  }
  .side-open .sp-g-logo span {
    font-size: 9px;
    font-weight: bold;
    margin-bottom: 0.5em;
    display: block;
    color: #0070ba;
  }

  .global-nav.sp-global-nav .nav {
    padding: 10px 15px 30px;
  }
  .global-nav.sp-global-nav .nav li {
    font-size: 14px;
    border-bottom: rgba(46, 121, 182, 0.5) solid 1px;
   
  }
  .global-nav.sp-global-nav .nav li.button_li{
    padding-bottom: 2rem;
  }
  .global-conts .global-nav .nav .button_li button {
    position: absolute;
    right: 18%;
    top: 25%;
}
  .global-nav.sp-global-nav .nav li a {
    display: block;
    padding: 15px 0;
    text-align: center;
  }
  .global-nav.sp-global-nav .nav li a img {
    width: 38px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
  }
  .global-nav.sp-global-nav .nav li a span {
    color: #1179b8;
    font-weight: bold;
  }

  .menu-btn {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1;
  }
  .menu-btn span {
    display: block;
    background: url(../images/sp-menu.png) no-repeat 50% 50%;
    -moz-background-size: 40px auto;
    background-size: 40px auto;
    width: 40px;
    height: 40px;
  }
  .side-open .menu-btn span {
    background: url(../images/sp-close.png) no-repeat 50% 50%;
    -moz-background-size: 40px auto;
    background-size: 40px auto;
  }
}

/* --- #footer --- */
.footer {
  clear: both;
  width: 100%;
  position: relative;
  background: #3e9ac5;
  color: #fff;
  padding: 10px 0;
}

.footer .g-logo span {
  color: #fff;
}

.footer .global-conts .global-nav .nav li a:before {
  background-color: #fff;
}
.footer .global-conts .global-nav .nav span {
  color: #fff;
}
.footer .global-conts .g-info .contact a {
  border-color: #3e9ac5;
  background-color: #fff;
}
.footer .global-conts .g-info .contact a span {
  color: #3e9ac5;
  background-image: url(../images/button-bl.png);
}

.footer .copy {
  padding-top: 35px;
}
.footer .copy small {
  display: block;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer .global-conts .g-logo {
    text-align: center;
  }
  .footer .global-conts .g-logo a {
    display: inline-block;
    text-align: left;
  }

  .footer .global-conts .g-info .phone a {
    color: #fff;
  }

  .footer .global-conts .global-nav {
    display: none;
  }

  .footer .copy {
    padding-top: 15px;
  }
  .footer .copy small {
    font-size: 12px;
  }
}

/* --- .pagetop --- */
.pagetop {
  clear: both;
  padding: 20px 0;
}
.pagetop .inner {
  text-align: right;
}
.pagetop a {
  width: 50px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pagetop {
    position: relative;
    z-index: 10;
    display: none;
    width: 100%;
    max-width: 100%;
    height: 0;
    padding: 0;
  }
  .pagetop a {
    display: block;
    position: fixed;
    width: 40px;
    bottom: 15px;
    right: 5px;
    z-index: 99999;
  }
}

/* --- .main-visual --- */
.main-visual {
  background: url(../images/main-visual-bg.png) no-repeat 50% 0;
  -moz-background-size: cover;
  background-size: cover;
}
.main-visual .mv {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-visual .mv .mv_wrap{
  width: 800px;
  height: 460px;
  padding-top: 50px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 0 8px #c4e1ed;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-visual .mv .mv_wrap::before{
  content: "";
  position: absolute;
  background-image: url(../images/mv_left.png);
  width: 450px;
  height: 600px;
  top: -30px;
  left: -200px;
}

.main-visual .mv .mv_wrap::after{
  content: "";
  position: absolute;
  background-image: url(../images/mv_right.png);
  width: 400px;
  height: 552px;
  top: -30px;
  right: -120px;
}

.main-visual .mv .log{
  width: 150px;
  margin-bottom: 10px;
}
.main-visual .mv .log img{
  width: 100%;
}
.main-visual .mv h2{
  font-size: 62px;
  color: #006fbb;
  margin-bottom: 20px;
  font-weight: 600;
}
.main-visual .mv #keywords{
  width: 300px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #7b7a7a;
  padding-left: 15px;
}
.main-visual .mv button{
  position: absolute;
  background-image: url(../images/search.svg);
  width: 15px;
  height: 15px;
  background-size: cover;
  border: none;
  right: 20px;
  display: flex;
  top: 35%;
  background-color: transparent;
  align-items: center;
  cursor: pointer;
}
.main-visual .mv .search_wrap{
  margin-bottom: 30px;
  position: relative;
}
.main-visual .mv .text_wrap{
  font-size: 16px;
}
.main-visual .mv .text_wrap li{
  line-height: 1.8;
}
.main-visual .mv .text_wrap li span{
  background: linear-gradient(transparent 50%, #FFBD4B 20%);
    display: inline-block;
}
/*
.main-visual .mv img.pc {
  width: 1020px;
  height: auto;
  margin-left: -10px;
  display: block;
}
.main-visual .mv img.sp {
  display: none;
}
*/

@media screen and (max-width: 768px) {
  .main-visual {
    /*background: none;*/
    /*height: 55rem;*/
    padding: 8rem 0;
  }
  .main-visual .mv {
    width: 90%;
    padding: 0;
  }
  .main-visual .mv img.sp {
    width: 100%;
    height: auto;
    margin-left: 0;
    display: block;
  }
  .main-visual .mv img.pc {
    display: none;
  }
  .main-visual .mv .mv_wrap{
    width: 100%;
    height: auto;
    /* padding-bottom: 5rem; */
    /* padding-top: 5rem; */
    padding: 5rem 2rem 7rem;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 0 8px #c4e1ed;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;

  }
  .main-visual .mv .mv_wrap::before{
    content: "";
    position: absolute;
    background-image: url(../images/mv_left_sp.png);
    width: 35rem;
    height: 56rem;
    top: 4rem;
    left: -10rem;
    z-index: 2;
    background-size: cover;
    display: none;
  }
  
  .main-visual .mv .mv_wrap::after{
    content: "";
    position: absolute;
    background-image: url(../images/mv_right_sp.png);
    width: 23rem;
    height: 18rem;
    top:auto;
    bottom: -9.5rem;
    right: -4rem;
    z-index: 2;
    background-size: cover;

  }

  .main-visual .mv .log{
    width: 15rem;
    margin-bottom: 1rem;
  }
  .main-visual .mv .log img{
    width: 100%;
  }
  .main-visual .mv h2{
    font-size: 4rem;
    color: #006fbb;
    margin-bottom: 2rem;
    font-weight: 600;
  }
  .main-visual .mv #keywords{
    width: 100%;
    height: 4rem;
    border: 1px solid #7b7a7a;
    padding-left: 1.5rem;
  }
  .main-visual .mv button{

    width: 1.5rem;
    height: 1.5rem;
    right: 2rem;
    top: 35%;

  }
  .main-visual .mv .search_wrap{
    margin-bottom: 1.5rem;
    width: 100%;
  }
  .main-visual .mv .text_wrap{
    font-size: 1.4rem;
  }
  .main-visual .mv .text_wrap li{
    line-height: 1.8;
  }
}

/* --- .main-title --- */
.main-title {
  background: #e9f5f6;
}
.main-title .m-title {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  line-height: 1;
  text-align: center;
}
.main-title .m-title span {
  font-weight: bold;
  color: #007abc;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .main-title .m-title {
    width: 100%;
    padding: 15px 0 20px;
  }
  .main-title .m-title span {
    font-size: 1.8rem;
  }
}

/* --- .pan --- */
.pan {
  border-bottom: #ddd solid 2px;
  line-height: 1;
  padding: 10px 0;
  font-size: 14px;
}
.pan a {
  color: #898989;
}
.pan a:after {
  content: ">";
  margin: 0.5em;
  font-weight: normal;
}
.pan a:hover {
  color: #333;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
.pan a:hover:after {
  color: #898989;
}
.pan span {
  color: #898989;
}
@media screen and (max-width: 768px) {
  .pan {
    display: none;
  }
}

/*--- .sns-share ---*/

/* .sns-share */
.sns-share {
  letter-spacing: -0.4em;
}
.sns-share a {
  width: 50px;
  display: inline-block;
  letter-spacing: normal;
  margin-right: 15px;
}
.sns-share a img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.sns-share a img[src*="images/sns-fb.png"] {
  background: #4267b2;
}
.sns-share a img[src*="images/sns-tw.png"] {
  background: #00a2f5;
}
.sns-share a img[src*="images/sns-gp.png"] {
  background: #cf4d40;
}
.sns-share a img[src*="images/sns-line.png"] {
  background: #31ad36;
}
.sns-share a img[src*="images/sns-hate.png"] {
  background: #2088ca;
}
.sns-share a img[src*="images/sns-rss.png"] {
  background: #f29700;
}
@media screen and (max-width: 768px) {
  .sns-share {
    text-align: center;
  }
  .sns-share a {
    width: 36px;
    margin: 0 3px;
  }
}


.grecaptcha-badge { visibility: hidden; }
@charset "utf-8";


/* トップページ設定
------------------------------------*/

/* --- .title --- */

/* h1 */
h1.title{
text-align:center;
letter-spacing:-.40em;
margin-bottom:65px;	
}
h1.title span{
display:inline-block;
letter-spacing:normal;
color:#2e79b6;
font-size:24px;
font-weight:bold;
background:#fff;
box-shadow: 0 0 8px #c4e1ed;
padding:15px 40px;
line-height:1.3;	
}
.biko{
	width: 1200px;
    margin: 0 auto;
	text-align: center;
    display: flex;
    justify-content: flex-end;
   
}
.biko p{
	margin-right: 30px;

}

@media screen and (max-width: 768px) {	
h1.title{
margin-bottom:25px;	
}
h1.title span{
font-size:1.7rem;
padding:10px 15px;	
}
}

@media screen and (max-width: 1199px) and (min-width: 769px){
	.biko{
	  width: 100%;
	}
}
/* pagetop */
.pagetop {
 background: #e9f4f6;
}

/* --- .news --- */
.news {
    background-color: #f9f9f9;
    padding: 25px 0;
    font-size: 16px;
}

.news_title {
	color:#027bb7;
	font-weight: bold;
	width:10em;
}
.date {
	color:#8e8e8e;
	width:6em;
}
.news ul li {
	display: flex;
	
}
.news ul {
	width:770px;
	margin:0 auto;
}

.news_cont {
width:500px
}

/* --- .news スマートフォン --- */
@media screen and (max-width: 768px) {	
.news {
    padding: 2rem 0;
    font-size: 1.5rem;
}	
.news ul {
    width: 100%;
}
.news ul li {
    display: block;
}
	
.news {
    background-color: #f9f9f9;
    padding: 2rem;
    font-size: 1.5rem;
}
.news_title {
    width: 100%;
}
.date {
    width: 100%;
}
.news_cont {
    width: 100%;
}
	
}

	

/* --- .top-sec01 --- */
.top-sec01{
	padding:70px 0;
	margin-bottom: 70px;
	background: #e9f4f6;
}

.top-sec01-conts {
	display: flex;
	margin: 0 auto 36px auto;
}

.top-sec01-conts .pic {
    /* float: left; */
    padding-left: 64px;
}

.top-sec01-conts .pic img {
    width: 184px;
}

.top-sec01-conts .balloon {
    position: relative;
    display: block;
    width: 620px;
    padding: 40px 60px;
    background: #e9f4f6;
    line-height: 2.3em;
    /* float: right; */
}
.top-sec01-conts .balloon:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -44px;
    margin-top: -24px;
    border: 24px solid transparent;
    border-right: 24px solid #e9f4f6;
    transform: rotate(180deg);
}

.top-sec01-conts .balloon p{
	font-weight:bold;
	font-size:15px;	
}
.top-sec01-conts .balloon p span{
/*	text-decoration:underline;*/
	font-weight:bold;	
}
.top-sec01-conts .balloon p strong{
	background: linear-gradient(transparent 30%, #ffbe55 30%);
	font-weight:bold;	
}
.top-sec01 .cte{
	display: block;

}
.top-sec01 .top-sec02-bnr li p{
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
    font-weight: 600;
    color: #006EB6;
}
.top-sec01 .top-sec02-bnr li .cte{
	margin-bottom: 10px;
	box-shadow: 0 0 8px #c4e1ed;
	background: #fff;
	padding: 10px;
}
.top-sec01 .top-sec02-bnr li img {
	width: 100%;
	height: auto;
  }
.under_line {
	background: linear-gradient(transparent 40%, #ffbe55 40%);
	font-weight:bold;
}

@media screen and (max-width: 768px) {
.top-sec01{
padding:30px 0;
}
.top-sec01-conts .pic{
float:none;
padding-left:0;	
text-align:center;
}
.top-sec01-conts .pic img{
margin-top:0;
width:80%;
max-width:200px;
}
.top-sec01-conts .balloon {
    width: 90%;
    padding: 5%;
    float: none;
    margin-bottom: -30px;
    z-index: -1;
}
.top-sec01-conts .balloon:before{
	content: "";
	display: none;
	position: absolute;
	top: 103%;
	left: 50%;
	margin-left: 0;
	border: 24px solid transparent;
	border-top: 24px solid #e9f4f6;
	transform: rotate(0deg);
}
	
.top-sec01-conts .balloon p{
font-size:1.4rem;	
}
	
/*追加 0704	*/
.top-sec01-conts {
	display: block;
	margin: 0 0 24px 0;
}

.top-sec01 .top-sec02-bnr li p{
    text-align: center;
    font-size: 1.5rem;
    color: #006EB6;
}
.top-sec01 .top-sec02-bnr li .cte{
	margin-bottom: 5px;
	box-shadow: 0 0 8px #c4e1ed;
	background: #fff;
	padding: 10px;
}
	
}


/* --- .top-sec04 クルーズ追加 --- */

.top-sec04{
padding:70px 0;
background:#e9f4f6;
}
.top-sec04 h3{
 margin-top: 1em;
 margin-bottom: 0.5em;
}
.top-sec04-bnr {
 display: flex;
 justify-content: center;
	flex-wrap: wrap;
}
.top-sec04-bnr li img {
width:210px;
height:210px;
}

.top-sec04-bnr li{
position: relative;
width:280px;
text-align: center;
margin-top: 30px;
margin-bottom: 15px;
}
.top-sec04-bnr li.ok-icon::after{
content: "";
display: block;
width:75px;
height:70px;
position: absolute;
left:30px;
top: -20px;
background: url("images/ok-icon.png");
background-size: contain;
background-repeat: no-repeat;	
}
.top-sec04-bnr li.ng-icon::after{
content: "";
display: block;
width:75px;
height:70px;
position: absolute;
left:30px;
top: -20px;
background: url("images/ng-icon.png");
background-size: contain;
background-repeat: no-repeat;		
}
.top-sec04-conts .balloon{
position: relative;
display: block;
width:660px;
padding:40px;
background: #fff;
float:left;
}
.top-sec04-conts .balloon:before{
content: "";
position: absolute;
top: 50%;
left: 100%;
margin-top: -24px;
border: 24px solid transparent;
border-left: 24px solid #fff;
}
.top-sec04-conts .balloon h3{
 font-size: 15px;
}
.top-sec04-conts .balloon p{
font-size:12px;	
}

/*******スマートフォン*******/

@media screen and (max-width: 768px) {
.top-sec04{
padding:30px 0;
}
.top-sec04-bnr{
letter-spacing:-.40em;
text-align:center;
margin-bottom:10px;
flex-wrap: wrap;
justify-content: space-between;
}
.top-sec04-bnr li{
width:48%;
/*max-width:180px;*/
/*display:inline-block;*/
letter-spacing:normal;
/*margin:5%;*/
margin-top: 40px;
text-align: left;
/*float:none;*/
}
.top-sec04-bnr li.ok-icon::after {
width: 34%;
left: 0;
top: -10px;
}
.top-sec04-bnr li.ng-icon::after {
width: 34%;
left: 0;
top: -10px;
}
.top-sec04-bnr li img {
    width: 100%;
    height: auto;
}
/*
.top-sec04-bnr li.ok-icon:before{
  left: -50px;
  top: -40px;
}
.top-sec04-bnr li.ng-icon:before{
  left: -50px;
  top: -40px;
}
*/

.top-sec042-bnr li:nth-child(4n){
margin-right:3%;	
}
.top-sec04-conts .pic{
float:none;
padding-left:0;	
text-align:center;
}
.top-sec04-conts .pic img{
margin-top:0;
width:55%;
max-width:280px;
}
.top-sec04-conts .balloon{
width:90%;
padding:5%;
float:none;
margin-bottom:40px;
}
.top-sec04-conts .balloon:before{
content: "";
position: absolute;
top: 109%;
left: 50%;
margin-left: -24px;
border: 24px solid transparent;
border-top: 24px solid #fff;
}
.top-sec04-conts .balloon p{
font-size:1.4rem;	
}

	
	
}


/* --- .top-sec02 --- */
.top-sec02{
background:#fff;
}
.top-sec02-bnr{
	/*margin-bottom:50px;*/	
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.top-sec02-bnr li{
/*width:232px;*/
width: calc((100% - 100px) / 6);
/*float:left;*/
margin-right:20px;
margin-bottom: 30px;
}
.top-sec02-bnr li:nth-last-of-type(-n+6) {
    margin-bottom: 0;
}
.top-sec02-bnr li:nth-child(6n){
margin-right:0;	
}
.top-sec02-conts .pic{
float:right;
padding-right:30px;	
}
.top-sec02-conts .balloon{
position: relative;
display: block;
width:660px;
padding:40px;
background: #fff;
float:left;
}
.top-sec02-conts .balloon:before{
content: "";
position: absolute;
top: 50%;
left: 100%;
margin-top: -24px;
border: 24px solid transparent;
border-left: 24px solid #fff;
}
.top-sec02-conts .balloon p{
font-weight:bold;
font-size:15px;	
}
@media screen and (max-width: 768px) {
.top-sec02{
padding:30px 0;
}
.top-sec02-bnr{

letter-spacing:-.40em;
text-align:center;
margin-bottom:10px;	
}
.top-sec02-bnr li{
width:30%;
max-width:180px;
display:inline-block;
letter-spacing:normal;
margin-right:5%;
float:none;
}
/*
.top-sec02-bnr li:nth-child(4n){
margin-right:3%;	
}

.top-sec02-bnr li:nth-last-of-type(-n+3) {
    margin-bottom: 10px;
}
.top-sec02-bnr li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
}
*/
.top-sec02-bnr li{
	margin-bottom: 0;
	
}
.top-sec02-bnr li:nth-last-of-type(-n+6) {
    margin-bottom: 0;
}
.top-sec02-bnr li:nth-child(6n){
margin-right:0;	
}
.top-sec02-bnr li:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}
.top-sec02-bnr li:nth-child(3n){
margin-right:0;	
}
.top-sec02-conts .pic{
float:none;
padding-left:0;	
text-align:center;
}
.top-sec02-conts .pic img{
margin-top:0;
width:55%;
max-width:280px;
}
.top-sec02-conts .balloon{
width:90%;
padding:5%;
float:none;
margin-bottom:40px;
}
.top-sec02-conts .balloon:before{
content: "";
position: absolute;
top: 109%;
left: 50%;
margin-left: -24px;
border: 24px solid transparent;
border-top: 24px solid #fff;
}
.top-sec02-conts .balloon p{
font-size:1.4rem;	
}
}



/* --- .top-sec03 --- */
.top-sec03{
padding:70px 0;
/*background:#e9f4f6;*/
}
.top-sec03-bnr li{
width:480px;
}
.top-sec03-bnr li:nth-child(odd){
float:left;	
}
.top-sec03-bnr li:nth-child(even){
float:right;	
}
@media screen and (max-width: 768px) {
.top-sec03{
padding:30px 0;
}
.top-sec03-bnr{
letter-spacing:-.40em;
text-align:center;	
}
.top-sec03-bnr li{
width:94%;
max-width:240px;
display:inline-block;
letter-spacing:normal;
margin:3%;
}
.top-sec03-bnr li:nth-child(odd),
.top-sec03-bnr li:nth-child(even){
float:none;	
}
}


/* 補助金 */
.campaign_container_wrap{
	padding-top: 70px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.campaign_container_wrap iframe{
	border: none;
}

@media screen and (max-width: 768px) {

.campaign_container_wrap{
	padding-top: 30px;
}
.campaign_container_wrap iframe{
	width: 95%;
	height: 30vw;
}
}


/* --- .top-sec02 --- */
.top-sec02{
	padding-bottom:70px;
	background:#FFF;
}
.top-sec02 .list-link {
	text-align: center;
    	padding-top: 30px;
}
.top-sec02 .list-link a {
 	display: inline-block;
	letter-spacing: normal;
    	text-align: center;
    	border-width: 2px;
    		border-style: solid;
    	border-radius: 30px;
    	-webkit-border-radius: 30px;
    	-moz-border-radius: 30px;
    	padding: 12px 20px;
    	line-height: 1;
    	cursor: pointer;
    	border-color: #006fbb;
    	background-color: #009aca;
    	color: #fff;
}

.mail_send_conts{
/*	max-width:880px;*/
/*	width:80%;*/
	margin:0 auto;
}
.mail_send_conts .inner{
max-width:880px;
} 
.mail_send_conts textarea{
	height:148px;
	width:100%;
}
.mail_send_conts form{
	display:flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	
}
.mail_send_conts form textarea{
	font-weight: bold;
	font-size: 15px;
	border:#ddd solid 3px;
	padding:4px;
}
.mail_send_conts form textarea::placeholder {
  color: #888;
}

.mail_send_conts input[type=submit]{
	color:white;
	border-color: #006fbb;
	background-color: #009aca;
	display: inline-block;
	letter-spacing: normal;
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	width: 400px;
	padding: 12px 0;
	line-height: 1;
	margin-top:16px;
	font-size:24px;
	font-weight: bold;
	margin-bottom:14px;
}

.recaptcha_desc{
	font-size:0.8rem;
	color:#888;
	margin-bottom:88px;
}

select[name=category]{
    color: #888;
    border: #ddd solid 3px;
    display: inline-block;
    letter-spacing: normal;
    text-align: center;
    border-style: solid;
    width: 320px;
    padding: 12px 0;
    line-height: 1;
    margin-top: 16px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 14px;
    text-align: center;
}
select[name=category] option{
    font-size: 16px;
    font-weight: bold;
    color:black;
}
@media screen and (max-width: 768px) {
select[name=category]{
    width:100%;
}
	
.mail_send_conts input[type=submit] {
    width: 100%;
    font-size: 4.4vw;
}
	
}


/* --- .search --- */
.search{
	padding: 70px 0;
    margin-bottom: 70px;
    background: #e9f4f6;
}
.search .search_category{
	margin-bottom: 20px;
}
.search .search_category ul{
	display: flex;
	flex-wrap: wrap;
	
}
.search .search_category li{
	margin-right: 10px;
	margin-bottom: 15px;
}
.search .search_category li a{
	border-radius: 30px;
    min-width: 100px;
    width: auto;
    padding: 3px 30px;
    background-color: #ffffff;
    font-size: 18px;
	letter-spacing: 0.2em;
	color: #333333;
    font-weight: bold;
    border: 2px solid #006EB6;
}
.search .search_tag{
	
}
.search .search_tag .wrap{
	display: flex;

}
.search .search_tag .tit{
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
	min-width: 100px;
}
.search .search_tag ul{
	display: flex;
	flex-wrap: wrap;
}
.search .search_tag ul li{
	margin-right: 10px;
	margin-bottom: 10px;
	
}
.search .search_tag ul li a{
	font-size: 15px;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
	/* --- .search --- */
	.search{
		padding: 30px 0;
		margin-bottom: 30px;
	}
	.search .search_category{
		margin-bottom: 10px;
	}
	.search .search_category ul{
		display: flex;
		flex-wrap: wrap;
		
	}
	.search .search_category li{
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.search .search_category li a{
		min-width: auto;
		padding: 2px 10px;
		font-size: 14px;
		color: #333333;
	}
	.search .search_tag{
		
	}
	.search .search_tag .wrap{
		display: flex;
		margin-bottom: 5px;
		flex-direction: column;
	}
	.search .search_tag .tit{
		font-size: 14px;
		font-weight: bold;
		margin-right: 5px;
		min-width: auto;
		width: 100%;
		margin-bottom: 5px;
	}
	.search .search_tag ul{
		display: flex;
		flex-wrap: wrap;
	}
	.search .search_tag ul li{
		margin-right: 5px;
		margin-bottom: 5px;
		
	}
	.search .search_tag ul li a{
		font-size: 14px;
	}

}
@charset "utf-8";

/* 下層ページ設定
------------------------------------*/

/*--- section ---*/
.contents section {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contents section {
    margin-bottom: 30px;
  }
}

/*--- about.html ---*/

/* .about-title */
.about-title {
  border-bottom: #6bb1d1 solid 1px;
  margin-bottom: 15px;
  padding: 10px 15px 10px 50px;
  background: url(../images/title01.png) no-repeat 0 50%;
  -moz-background-size: 38px auto;
  background-size: 38px auto;
}
.about-title span {
  font-weight: bold;
  color: #2e79b6;
  font-size: 20px;
  display: block;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .about-title {
    margin-bottom: 15px;
    padding: 10px 10px 10px 40px;
    -moz-background-size: 30px auto;
    background-size: 30px auto;
  }
  .about-title span {
    font-size: 1.6rem;
  }
}

/* .about-sec01 */
.about-sec01 {
  background: #e9f5f6 url(../images/about-img01.png) no-repeat 96% 80%;
  -moz-background-size: 165px auto;
  background-size: 165px auto;
  padding: 35px;
}
.about-sec01 .post {
  margin-bottom: 25px;
}
.about-sec01 .post p {
  margin-bottom: 1.5em;
  line-height: 2.3;
}
.about-sec01 .post:last-child,
.about-sec01 .post p:last-child {
  margin-bottom: 0;
}
.about-sec01 .post a:hover {
  color: #0071bd;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
@media screen and (max-width: 768px) {
  .about-sec01 {
    background: #e9f5f6 url(../images/about-img01.png) no-repeat 50% 98%;
    -moz-background-size: 100px auto;
    background-size: 100px auto;
    padding: 5% 5% 75vw;
  }
  .about-sec01 .post p {
    line-height: 1.8;
  }
}

/* .about-sec02 */
.about-sec02 {
  background: #e9f5f6;
  padding: 35px;
}
.about-sec02 .post {
  margin-bottom: 25px;
}
.about-sec02 .post:last-child {
  margin-bottom: 0;
}
.about-sec02 .post p {
  margin-bottom: 1em;
  line-height: 2.3;
}
.about-sec02 .post ul li {
  margin-bottom: 1.1em;
}
.about-sec02 .post ul li:before {
  content: "●";
  float: left;
}
.about-sec02 .post ul li span {
  display: block;
  padding-left: 1.3em;
}
@media screen and (max-width: 768px) {
  .about-sec02 {
    padding: 5%;
  }
  .about-sec02 .post p {
    line-height: 1.8;
  }
}

/*--- advice.html ---*/

/* .advice-title */
.advice-title {
  border-bottom: #2e79b6 solid 3px;
  margin-bottom: 20px;
  padding: 0 3px 10px;
}
.advice-title span {
  font-weight: bold;
  color: #2e79b6;
  font-size: 18px;
  display: block;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .advice-title {
    border-bottom-width: 2px;
    margin-bottom: 15px;
    padding: 0 3px 10px;
  }
  .advice-title span {
    font-size: 1.6rem;
  }
}

/* .advice-sec01 */
.advice-sec01 {
  background: #e9f5f6;
  padding: 35px;
}
.advice-sec01 .post {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .advice-sec01 {
    padding: 5%;
  }
}

/* .advice-box */
.advice-box {
  letter-spacing: -0.4em;
}
.advice-box .box {
  width: 215px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-right: 23px;
}
.advice-box .box:nth-child(4n) {
  margin-right: 0;
}
.advice-box .box .pic {
  width: 215px;
  height: 215px;
  position: relative;
}
.advice-box .box .pic img {
  width: 215px;
  height: 215px;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.advice-box .box .conts dt {
  color: #2e79b6;
  padding: 10px 0 0;
}
.advice-box .box .conts dt span {
  font-weight: bold;
  font-size: 18px;
  display: block;
  padding: 0.5em 0;
}
.advice-box .box .conts dt:before {
  font-size: 28px;
  font-weight: bold;
  margin-right: 0.3em;
  float: left;
}
.advice-box .box:nth-child(1) .conts dt:before {
  content: "1";
}
.advice-box .box:nth-child(2) .conts dt:before {
  content: "2";
}
.advice-box .box:nth-child(3) .conts dt:before {
  content: "3";
}
.advice-box .box:nth-child(4) .conts dt:before {
  content: "4";
}
.advice-box .box:nth-child(5) .conts dt:before {
  content: "5";
}
.advice-box .box:nth-child(6) .conts dt:before {
  content: "6";
}
.advice-box .box:nth-child(7) .conts dt:before {
  content: "7";
}
.advice-box .box:nth-child(8) .conts dt:before {
  content: "8";
}
.advice-box .box:nth-child(9) .conts dt:before {
  content: "9";
}
.advice-box .box:nth-child(10) .conts dt:before {
  content: "10";
}
.advice-box .box .conts dd {
  font-size: 12px;
  clear: both;
}
@media screen and (max-width: 768px) {
  .advice-box {
    text-align: center;
  }
  .advice-box .box {
    margin: 0 3% 20px;
    text-align: left;
  }
  .advice-box .box:nth-child(4n) {
    margin-right: 3%;
  }
  .advice-box .box:last-child {
    margin-bottom: 0;
  }
  .advice-box .box .conts dt span {
    font-size: 1.6rem;
  }
  .advice-box .box .conts dt:before {
    font-size: 2.6rem;
  }
  .advice-box .box .conts dd {
    font-size: 1.2rem;
  }
}

/* .advice-point */
.advice-point {
  background: #fff;
  padding: 25px;
}
.advice-point li {
  clear: both;
  margin-bottom: 15px;
}
.advice-point li:last-child {
  margin-bottom: 0;
}
.advice-point li:before {
  color: #2e79b6;
  font-size: 18px;
  font-weight: bold;
  float: left;
}
.advice-point li:nth-child(1):before {
  content: "1";
}
.advice-point li:nth-child(2):before {
  content: "2";
}
.advice-point li:nth-child(3):before {
  content: "3";
}
.advice-point li:nth-child(4):before {
  content: "4";
}
.advice-point li:nth-child(5):before {
  content: "5";
}
.advice-point li:nth-child(6):before {
  content: "6";
}
.advice-point li:nth-child(7):before {
  content: "7";
}
.advice-point li:nth-child(8):before {
  content: "8";
}
.advice-point li:nth-child(9):before {
  content: "9";
}
.advice-point li:nth-child(10):before {
  content: "10";
}
.advice-point li span {
  display: block;
  padding-left: 2em;
  font-size: 12px;
  padding-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .advice-point {
    padding: 5%;
  }
  .advice-point li {
    margin-bottom: 1.3rem;
  }
  .advice-point li:before {
    font-size: 1.6rem;
  }
  .advice-point li span {
    font-size: 1.2rem;
    padding-top: 0.3em;
  }
}

/* .advice-last */
.advice-last p {
  font-size: 12px;
  margin-bottom: 1.5em;
}
.advice-last p:last-child {
  margin-bottom: 0;
}
.advice-last p a {
  color: #24367a;
  text-decoration: underline;
}
.advice-last p a:hover {
  color: #666;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .advice-last p {
    font-size: 1.2rem;
  }
}

/*--- company.html ---*/

/* .company-main */
.company-main-wp {
  background: #e9f5f6;
  padding: 0 175px;
}
.company-main {
  padding: 55px 45px;
  display: table;
  background: #e9f5f6;
}
.company-main .conts {
  display: table-cell;
  width: 400px;
  vertical-align: middle;
}
.company-main .conts p {
  color: #2e79b6;
  font-size: 20px;
  font-weight: bold;
}
.company-main .conts strong {
  font-size: 26px;
  background: linear-gradient(transparent 30%, #fce013 30%);
  font-weight: bold;
}
.company-main .pic {
  display: table-cell;
  width: 250px;
  vertical-align: middle;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .company-main-wp {
    padding: 0;
  }
  .company-main .conts p {
    font-size: 2rem;
  }
  .company-main .conts strong {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .company-main {
    padding: 5%;
    display: block;
  }
  .company-main .conts {
    display: block;
    width: 100%;
    text-align: center;
  }
  .company-main .conts p {
    font-size: 1.6rem;
  }
  .company-main .conts strong {
    font-size: 2rem;
  }
  .company-main .pic {
    display: block;
    width: 100%;
    padding-top: 15px;
    text-align: center;
  }
  .company-main .pic img {
    width: 65%;
    max-width: 200px;
  }
}

/* .company-table */
.company-table dl {
  display: table;
  padding: 0 4%;
  width: 92%;
}
.company-table dl:nth-child(odd) {
  background: #daeaeb;
}
.company-table dl:nth-child(even) {
  background: #e9f5f6;
}
.company-table dl dt {
  display: table-cell;
  padding: 15px 0;
  width: 20%;
  font-weight: bold;
  color: #0071bd;
}
.company-table dl dd {
  display: table-cell;
  padding: 15px 0;
}
.company-table dl dd p {
  margin-bottom: 1em;
}
.company-table dl dd p:last-child {
  margin-bottom: 0;
}
.company-table p a:hover {
  color: #0071bd;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
@media screen and (max-width: 768px) {
  .company-table {
    padding: 0;
  }
  .company-table dl {
    display: block;
    padding: 5px 4%;
  }
  .company-table dl dt {
    display: block;
    padding: 5px 0 0;
    width: 100%;
  }
  .company-table dl dd {
    display: block;
    padding: 5px 0;
  }
}

/*--- list.html ---*/

/* .list-select */
.list-select {
  letter-spacing: -0.4em;
  text-align: center;
}
.list-select select {
  display: inline-block;
  letter-spacing: normal;
  width: 460px;
  border: #000 solid 1px;
  padding: 5px 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list-select select {
    max-width: 460px;
    width: 100%;
    font-size: 1.4rem;
    border-radius: 0;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select-arrow.png) no-repeat 98% 50%;
    -moz-background-size: 15px auto;
    background-size: 15px auto;
    padding: 5px 5%;
  }
}

/* .list-area-box */
.list-area-box {
  /* letter-spacing: -0.4em; */
}
.list-area-box .box {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 230px;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 18px;
}
.list-area-box .box:nth-child(4n) {
  margin-right: 0;
}
.list-area-box .box .title {
  font-size: 12px;
  color: #888;
  line-height: 1.3;
  padding-bottom: 10px;
}
.list-area-box .box .pic {
  border: #ddd solid 3px;
}
.list-area-box .box .pic img {
  width: 100%;
  height: auto;
}
.list-area-box .box .detail {
  letter-spacing: -0.4em;
  padding: 15px 0;
}
.list-area-box .box .detail li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin: 0 10px;
}
.list-area-box .box .detail li a {
  color: #fff;
  font-size: 14px;
  width: 80px;
  padding: 4px 0 7px;
  border-width: 2px;
  border-style: solid;
  display: block;
  line-height: 1;
}
.list-area-box .box .detail li:nth-child(1) a {
  background: #40c279;
  border-color: #428453;
}
.list-area-box .box .detail li:nth-child(2) a {
  background: #e5c957;
  border-color: #ca8235;
}
@media screen and (max-width: 768px) {
  .list-area-box {
    text-align: center;
  }
  .list-area-box .box {
    width: 43%;
    text-align: center;
    margin: 5px 3%;
  }
  .list-area-box .box:nth-child(4n) {
    margin-right: 3%;
  }
  .list-area-box .box .title {
    font-size: 1.1rem;
    padding-bottom: 5px;
  }
  .list-area-box .box .pic {
    border-width: 2px;
  }
  .list-area-box .box .detail {
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
  }
  .list-area-box .box .detail li {
    margin: 5px 2%;
  }
  .list-area-box .box .detail li a {
    font-size: 1.4rem;
    width: 17vw;
  }
}

/* .list-pager-num */
.list-pager-num-wp {
  margin: 0 !important;
}
.list-pager-num {
  letter-spacing: -0.4em;
  text-align: center;
  margin-bottom:20px;
}
.list-pager-num li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 5px;
  vertical-align: top;
}
.list-pager-num li a {
  display: block;
  background: #bad9e1;
  color: #fff;
  font-size: 20px;
  min-width: 20px;
  /*height: 20px;*/
  height: auto;
  line-height: 1;
  padding: 10px;
}
.list-pager-num li a:hover,
.list-pager-num li a.current {
  background: #009bc8;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
.list-pager-num li.prev a,
.list-pager-num li.next a {
  background: #009bc8;
  padding: 8px 10px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .list-pager-num li.prev a,
  .list-pager-num li.next a {
  height: 37px;
}
}
.list-pager-num li.prev a img,
.list-pager-num li.next a img {
  width: 7px;
  height: auto;
  vertical-align: middle;
}
.list-pager-num li.prev a:hover,
.list-pager-num li.next a:hover {
  background: #bad9e1;
}
@media screen and (max-width: 768px) {
  .list-pager-num-wp {
    margin: 0 0 30px !important;
  }
  .list-pager-num li {
    margin: 5px 4px;
  }
  .list-pager-num li a {
    font-size: 1.6rem;
  }
}

/* .list-pager */
.list-pager-wp {
  margin: 0 !important;
}
.list-pager {
  letter-spacing: -0.4em;
  text-align: center;
  margin-bottom:20px;
}
.list-pager li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 30px;
  min-width: 20px;
  vertical-align: top;
}
.list-pager li.list a {
  display: inline-block;
  letter-spacing: normal;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  width: 135px;
  padding: 12px 0;
  line-height: 1;
  cursor: pointer;
  border-color: #006fbb;
  background-color: #009aca;
  color: #fff;
}
.list-pager li.prev a,
.list-pager li.next a {
  background: #009bc8;
  font-size: 20px;
  min-width: 20px;
  height: 20px;
  line-height: 1;
  padding: 8px 10px;
  /* height: 24px; */
  height: 40px;
  padding: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .list-pager li.prev a,
  .list-pager li.next a {
    height: 37px;
  }
}
.list-pager li.prev a img,
.list-pager li.next a img {
  width: 7px;
  height: auto;
  vertical-align: middle;
}
.list-pager li.prev a:hover,
.list-pager li.next a:hover {
  background: #bad9e1;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
@media screen and (max-width: 768px) {
  .list-pager-wp {
    margin: 0 0 30px !important;
  }
  .list-pager li {
    margin: 0 10px;
  }
  .list-pager li.list a {
    width: 120px;
  }
}

/* .list-detail-box */
.list-detail-box .box {
  background: #e9f5f6;
  padding: 35px 230px;
}
.list-detail-box .box .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 20px;
  text-align: center;
}
.list-detail-box .box .pic {
  background: #fff;
}
.list-detail-box .box .pic img {
  width: 100%;
  height: auto;
}
.list-detail-box .box .detail {
  letter-spacing: -0.4em;
  padding: 20px 0;
  text-align: center;
    display: flex;
    justify-content: space-around;
}
.list-detail-box .box .detail li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin: 0 10px;
}
.list-detail-box .box .detail li a {
  color: #fff;
  font-size: 14px;
  width: 17vw;
  padding: 4px 0 7px;
  border-width: 2px;
  border-style: solid;
  display: block;
  line-height: 1;
}
.list-detail-box .box .detail li:nth-child(1) a {
  background: #40c279;
  border-color: #428453;
}
.list-detail-box .box .detail li:nth-child(2) a {
  background: #e5c957;
  border-color: #ca8235;
}
.list-detail-box .box .comment {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .list-detail-box .box {
    padding: 5% 15%;
  }
  .list-detail-box .box .title {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
  .list-detail-box .box .detail {
    padding: 10px 0;
  }
  .list-detail-box .box .detail li {
    margin: 5px 2%;
  }
  .list-detail-box .box .detail li a {
    font-size: 1.4rem;
    width: 80px;
  }
  .list-detail-box .box .comment {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .list-detail-box .box {
    padding: 5%;
  }
}

/*--- contact.html ---*/

/* .contact-title */
.contact-title {
  margin-bottom: 20px;
  text-align: center;
}
.contact-title span {
  font-weight: bold;
  color: #2e79b6;
  font-size: 20px;
  display: block;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .contact-title {
    margin-bottom: 10px;
  }
  .contact-title span {
    font-size: 1.6rem;
  }
}

/* .contact-sec01 */
.contact-sec01 {
  padding: 0 175px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-sec01 {
    padding: 0;
  }
}

/* .contact-sec02 */
.contact-sec02 {
  padding: 0 175px;
}
@media screen and (max-width: 768px) {
  .contact-sec02 {
    padding: 0 0 15px;
  }
}

/* .contact-phone */
.contact-phone {
  background: #e9f5f6;
  display: inline-block;
  padding: 15px 65px;
}
.contact-phone p {
  color: #2e79b6;
  font-weight: bold;
  line-height: 1.4;
}
.contact-phone .phone {
  font-size: 30px;
}
.contact-phone .open {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .contact-phone {
    padding: 5% 10%;
  }
  .contact-phone .phone {
    font-size: 2.4rem;
  }
  .contact-phone .open {
    font-size: 1.4rem;
  }
}

/* .contact-progress */
.contact-progress {
  background: #aecfe1;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 40px;
}
.contact-progress li {
  width: 33.3%;
  text-align: center;
  position: relative;
}
.contact-progress li span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 22px solid black;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
}
.contact-progress li:last-child span:after {
  display: none;
}
.contact-progress li:nth-child(1) {
  background: #2e79b6;
}
.contact-progress li:nth-child(2) {
  background: #86b3d3;
}
.contact-progress li:nth-child(1) span:after {
  border-left-color: #2e79b6;
}
.contact-progress li:nth-child(2) span:after {
  border-left-color: #86b3d3;
}
.contact-progress li span {
  font-size: 16px;
  color: #fff;
  padding: 10px 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .contact-progress {
    margin-bottom: 20px;
  }
  .contact-progress li span:after {
    border-left: 20px solid black;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  .contact-progress li span {
    font-size: 12px;
  }
}
@media screen and (max-width: 540px) {
  .contact-progress {
    display: none;
  }
}

/* .form-table */
.form-table {
  text-align: left;
}
.form-table dl {
  width: 100%;
  display: table;
}
.form-table dl dt {
  display: table-cell;
  padding: 10px 0;
  width: 40%;
  vertical-align: top;
}
.form-table dl dt span {
  display: inline-block;
  padding: 0 0.5em;
  background: #c11b33;
  color: #fff;
  margin-left: 1em;
  font-size: 12px;
}
.form-table dl dd {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .form-table {
    font-size: 1.4rem;
  }
  .form-table dl {
    width: 100%;
    display: block;
    margin-bottom: 13px;
  }
  .form-table dl:last-child {
    margin-bottom: 0;
  }
  .form-table dl dt {
    display: block;
    padding: 0 3%;
    width: 94%;
  }
  .form-table dl dt span {
    font-size: 1.2rem;
  }
  .form-table dl dd {
    display: block;
    padding: 5px 3%;
    width: 94%;
  }
}

/* .submit-wrap */
.submit-wrap {
  text-align: center;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .submit-wrap {
    padding-top: 20px;
  }
}

/* .policy-wrap */
.policy-wrap {
  text-align: center;
  padding-top: 30px;
}
.policy-wrap p {
  margin-bottom: 5px;
}
.policy-wrap p a:hover {
  color: #0071bd;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
@media screen and (max-width: 768px) {
  .policy-wrap {
    padding-top: 20px;
  }
}

/* .form-area (form) */
.form-area input[type="text"],
.form-area input[type="tel"],
.form-area input[type="email"],
.form-area textarea {
  padding: 0.4em 5%;
  background: #e8e8e8;
  width: 90%;
  border: none;
  font-size: 14px;
}
.form-area textarea {
  height: 200px;
  font-size: 14px;
}
.form-area .radio-area span {
  display: inline-block;
  margin-right: 30px;
  line-height: 1;
}
.form-area .radio-area input[type="radio"] {
  float: left;
  padding: 0;
  width: auto;
  margin-right: 0.5em;
}

.form-area input[type="submit"],
.form-area button {
  display: inline-block;
  letter-spacing: normal;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  width: 135px;
  padding: 12px 0;
  line-height: 1;
  cursor: pointer;
  border-color: #006fbb;
  background-color: #009aca;
  color: #fff;
}
.form-area input[type="submit"]:hover,
.form-area button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

.policy-wrap .policy {
  display: none;
}
.policy-wrap .policy-parts {
  position: relative;
  padding-left: 30px;
}
.policy-wrap .policy-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #dcdcdc;
  cursor: pointer;
}
.policy-wrap .policy:checked + .policy-parts {
  color: #4472a9;
}
.policy-wrap .policy:checked + .policy-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #4472a9;
  border-right: 3px solid #4472a9;
}
@media screen and (max-width: 768px) {
  .form-area input[type="text"],
  .form-area input[type="tel"],
  .form-area input[type="email"],
  .form-area textarea {
    font-size: 1.4rem;
    padding: 0.5em 3%;
    width: 94%;
    -webkit-appearance: none;
    border-radius: 0;
  }
  .form-area textarea {
    width: 94%;
    height: 30vw;
  }
  .form-area .radio-area span {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .form-area input[type="submit"],
  .form-area button {
    -webkit-appearance: none;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    font-size: 1.4rem;
  }
  .form-area .radio-area spanlast-child {
    margin-bottom: 0;
  }
  .form-policy .policy-parts {
    font-size: 1.4rem;
    padding-left: 30px;
  }
  .form-policy .policy-parts::before {
    width: 14px;
    height: 14px;
  }

  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
}

.text-complete {
  margin-bottom: 2.5em;
}
.text-complete p {
  margin-bottom: 1.5em;
}



.recaptcha_contact{
	text-align: center;
	margin-top: 20px;
}


/*221228追加*/

@media screen and (max-width: 768px) {

.list-area-box{
	text-align:unset;
}

}

/*--- news.html ---*/

#news .list-select select {
    width: 360px;
    margin-bottom: 1em;
    padding: 0.6em 1.5em;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 70px;
}

#news .contents {
	padding-top:0;
}

#news .news_list {
	display:flex;
	font-size:16px;
}

#news .news ul {
    width: 100%;
    margin: 0 auto 3em 0;
}

#news .date {
	color:#009aca;
	width:10em;
}

#news .news_cont {
	width:calc(1000px - 10em);
}

#news .news {
	background: #fff;
}

#news .news ul li {
	padding:25px;
	border-bottom:dotted 2px #ddd;	
}

#news .more a {
    width: 230px;
    font-size: 18px;
    margin: 0 auto;
    font-weight: bold;
    padding: 10px;
    color: white;
    border-color: #006fbb;
    background-color: #009aca;
    display: block;
    letter-spacing: normal;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

/*news_detail*/

.article_wrap {
    padding: 70px 90px 90px 90px;
    margin-bottom: 80px;
    background: rgba(233,245,246,0.3);
    margin-top: 70px;
}

.sec01_info_detail {
	margin-bottom:200px;
}

.category_wrap ul {
    margin-bottom: 0;
}

.date {
    margin-bottom: 0.5em;
	font-size:16px;
}


.title_wrap {
    padding: 0 0 25px 0;
    border-bottom: solid 1px #007abc;
}

.title_wrap .cont {
    height: auto;
}

.title_wrap h1 {
	font-size:24px;
	font-weight: bold;
    line-height: 1.4em;
    letter-spacing: 0.2em;
}

.editor {
    padding: 25px 0 0 0;
    border-bottom: solid 2px #007abc;
    margin-bottom: 30px;
}

.editor p {
    margin-bottom: 30px;
    line-height: 1.8em;
    letter-spacing: 0.15em;
    font-size: 16px;
}

.editor h2 {
    font-size: 20px;
	font-weight: bold;
    padding: 0.75em 1em 0.75em 30px;
    margin-bottom: 30px;
    background: #009aca;
	color:#fff;
    letter-spacing: 0.2em;
    position: relative;
    line-height: 1.5em;
}

.editor h3::before {
    content: "";
    display: inline-block;
    width: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

.editor h3 {
    font-size: 18px;
	font-weight: bold;
    padding: 0.91em 1em 0.91em 30px;
    margin-bottom: 30px;
    background: #daedf1;
    letter-spacing: 0.2em;
    position: relative;
    line-height: 1.5em;
}

.editor h3::before {
    height: 59.75px;
    background: #009aca;
}

.editor h4 {
    font-size: 18px;
	color:#009aca;
	font-weight: bold;
    margin-bottom: 30px;
	letter-spacing: 0.2em;
    position: relative;
	line-height: 1.5em;
}

.editor ul {
    margin-bottom: 30px;
}

.editor li {
    position: relative;
    padding: 0 0 0 22px;
    margin: 0 0 0.5em 0;
	font-size:16px;
}

.editor li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    background: #009aca;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.pager {
	position: relative;
	display: flex;
}

.before,.after {
    position: absolute;
}

.before {
    left: 0;
    top: 0;
}

.after {
    right: 0;
    top: 0;
}

.tolist {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}


@media screen and (max-width: 768px) {
	
#news .list-select select {
    width: 80%;
    margin-bottom: 1em;
    margin-bottom: 0em;
    margin-top: 3em;
}
#news .news ul li {
    padding: 0.7em 0;
}
#news .news_list {
    display: block;
    font-size: 1.6rem;
}	
#news .date {
    width: 100%;
}	
.date {
    margin-bottom: 0.2em;
}	
#news .inner,#news .contents {
    width: 95%;
	padding:0
}
.article_wrap {
    padding: 1.5em 1.5em 4em 1.5em;
    margin-bottom: 2em;
    margin-top: 2em;
}	
.date {
    font-size: 1.4rem;
}
.title_wrap h1 {
    font-size: 1.6rem;
}
.title_wrap {
    padding: 0 0 1em 0;
}
.editor {
    padding: 1em 0 0 0;
    border-bottom: solid 2px #007abc;
    margin-bottom: 2em;
}
.editor p {
    margin-bottom: 1em;
    font-size: 1.5rem;
}
.editor h2 {
    font-size: 1.6rem;
    padding: 0.75em 1em;
    margin-bottom: 1em;
}
.editor h3 {
    font-size: 1.6rem;
    padding: 0.75em 0.75em 0.75em 1.5em;
    margin-bottom: 1em;
}
.editor h4 {
    font-size: 1.6rem;
    margin-bottom: 1em;
}
.editor h3::before {
    height: 100%;
}
#news .more a {
    width: 70%;
    font-size: 1.6rem;
    padding: 0.5em;
    display: block;
    border-width: 2px;
}
#news .news_cont {
    width: 100%;
}
.editor h3::before {
    width: 1rem;
}
.editor li {
    padding: 0 0 0 1em;
    margin: 0 0 0.5em 0;
    font-size: 1.6rem;
}	
.editor li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0.8rem;
    left: 0;
    background: #009aca;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}
	
}

