@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  line-height: 1.6;
  letter-spacing: 0.6;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  font-weight: 400;
  background: url(../images/common/bodybg.gif) center top; }

figure {
  padding: 0;
  margin: 0; }

.inner {
  margin: 0 auto;
  max-width: 1000px; }

@media screen and (max-width: 468px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } }

.sinner {
  max-width: 620px; }

.bornone td {
  border: none !important; }

.pdnone td {
  padding: 0 !important; }

.img100 img {
  width: 100%; }

.link1 a {
  color: #0a274e;
  font-weight: bold; }

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden; }

.map {
  margin: 56px 20px 0; }

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }

.map li:last-child {
  display: none; }

.map li a {
  text-decoration: none; }

.policy h2 {
  border-bottom: 1px solid #999;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

table td {
  margin-bottom: -1px !important;
  padding: 20px !important; }

.tlauto table {
  table-layout: auto; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  font-size: 80%; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

u {
  text-decoration: underline; }

.borB {
  border-bottom: 1px dashed #333; }

.b {
  font-weight: bold; }

b {
  font-weight: bold; }

.borderB {
  border-bottom: 1px dashed #333; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

a:hover {
  opacity: 0.6; }

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 468px) {
    #contents_wrap {
      padding-left: 10px;
      padding-right: 10px; } }

#contents {
  max-width: 1000px;
  width: 100%; }

.tacenter {
  text-align: center !important; }

.ColLeft {
  float: left; }

.ColRight {
  float: right; }

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden; }

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden; }

@media screen and (max-width: 1000px) {
  .imgR, .imgL {
    max-width: 30% !important; } }

@media screen and (max-width: 468px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.fwb {
  font-weight: bold; }

.mincho {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif; }

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media screen and (max-width: 768px) {
  .fltL {
    float: none;
    width: 100% !important; }
  .fltR {
    float: none;
    width: 100% !important; } }

@media screen and (max-width: 468px) {
  .sptal {
    text-align: left !important; }
  .sptar {
    text-align: right !important; }
  .sptac {
    text-align: center !important; } }

header#global_header {
  max-width: 100%;
  min-width: 100% !important; }

#main, #main #col_main {
  width: 100%; }

footer#global_footer {
  min-width: 100% !important; }

header#global_header {
  max-width: 100%;
  border-top: 30px solid #0a274e; }

#header {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0; }
  @media screen and (max-width: 768px) {
    #header {
      padding: 35px 0 20px; } }

#nav_global ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #nav_global ul li {
    display: block;
    position: relative;
    width: 100%; }
    #nav_global ul li ul {
      position: absolute;
      top: 20px;
      left: 0;
      display: block;
      width: 100%; }
      #nav_global ul li ul li {
        display: block;
        width: 100%; }
        #nav_global ul li ul li a {
          display: block;
          text-align: center;
          background: rgba(10, 39, 78, 0.8);
          font-weight: normal;
          color: #fff;
          padding: 5px 0; }
    #nav_global ul li a {
      display: block;
      text-decoration: none;
      font-weight: 900;
      color: #000; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }

#main_image img {
  width: 100%; }

.mean-container .mean-bar {
  background: #0a274e !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #0a274e !important; }

.mean-nav .logo {
  display: none; }

#footer {
  background: #fff;
  padding-top: 40px; }
  #footer .nav {
    margin: 40px 0; }
    #footer .nav a {
      display: inline-block;
      padding: 0 10px;
      color: #000;
      text-decoration: none; }
  #footer .copy {
    background: #0a274e;
    text-align: center;
    color: #fff;
    line-height: 50px; }

#contents_wrap {
  padding: 0 0 100px; }
  @media screen and (max-width: 768px) {
    #contents_wrap {
      padding: 0 10px 80px; } }
  @media screen and (max-width: 468px) {
    #contents_wrap {
      padding: 0 10px 50px; } }

/* TOP */
.titlebg {
  position: relative; }
  .titlebg:before {
    position: absolute;
    top: 0;
    right: -20%;
    bottom: 0;
    width: 260px;
    height: 254px;
    display: block;
    margin: auto;
    background: url(../images/common/topbg1.png) center top no-repeat;
    content: "";
    z-index: 1; }

.grid img {
  width: 100%;
  border: 1px solid #fff; }

.grid-item1 {
  width: 100%;
  max-width: 55%;
  float: left; }

.grid-item2, .grid-item3 {
  width: 100%;
  max-width: 43%;
  float: left; }

.grid-item4 {
  float: left;
  width: 38%; }

.grid-item5 {
  float: left;
  width: 60%; }

.txtcenter {
  width: 100%;
  display: block;
  text-align: center !important; }

/* 3列 */
.wrap1 {
  margin-left: -3.0303% !important; }
  @media screen and (max-width: 468px) {
    .wrap1 {
      margin-left: 0% !important; } }
  .wrap1 .box1 {
    float: left !important;
    width: 30.30303% !important;
    margin-left: 3.0303% !important; }
    @media screen and (max-width: 468px) {
      .wrap1 .box1 {
        margin-left: 0 !important; } }

.disnone {
  display: none; }

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important; }

.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.midashi {
  width: 6%; }
  .midashi img {
    width: 100%; }

.banner1 {
  width: 92%; }
  @media screen and (max-width: 468px) {
    .banner1 {
      width: 100%; } }

.menu_wrap {
  border: 2px solid #777777;
  padding: 50px; }

.menu_box {
  font-size: 20px;
  line-height: 2;
  color: #0a274e; }
  .menu_box b {
    color: #000; }

.menubg1 {
  background: url(../images/common/topbg2.png) left bottom no-repeat; }
  @media screen and (max-width: 468px) {
    .menubg1 {
      background: none; } }

.menubg2 {
  background: url(../images/common/topbg3.png) right bottom no-repeat; }
  @media screen and (max-width: 468px) {
    .menubg2 {
      background: none; } }

.news {
  background: #fff;
  padding: 20px; }
  .news h2 {
    text-align: center;
    margin: 10px 0; }
  .news .scroll {
    max-height: 300px;
    overflow-y: auto;
    margin-top: 20px; }
  .news .news_txt {
    border-bottom: 1px dotted #999;
    padding-bottom: 20px;
    margin-bottom: 20px; }

@media screen and (max-width: 468px) {
  .insta {
    margin-top: 30px; } }

.news_insta {
  width: calc(100% / 2 - 10px); }
  @media screen and (max-width: 468px) {
    .news_insta {
      width: 100%; } }

.sns_list {
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.sns_list > div {
  border: none !important;
  width: 33% !important; }

.sns_list .sns_text {
  display: none; }

.sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important; }

/* title */
.h1wrap h1 {
  background: #0a274e;
  color: #fff;
  text-align: center;
  line-height: 130px;
  font-weight: 900;
  font-size: 30px; }
  @media screen and (max-width: 768px) {
    .h1wrap h1 {
      font-size: 13px;
      font-size: 4.0625vw; } }
  @media screen and (max-width: 468px) {
    .h1wrap h1 {
      font-size: 20px;
      font-size: 6.25vw; } }

h2.h2title {
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px; }
  h2.h2title span {
    border-left: 5px solid #0a274e;
    padding-left: 10px;
    font-weight: 900;
    font-size: 20px;
    color: #0a274e; }
    @media screen and (max-width: 768px) {
      h2.h2title span {
        font-size: 13px;
        font-size: 4.0625vw; } }
    @media screen and (max-width: 468px) {
      h2.h2title span {
        font-size: 18px;
        font-size: 5.625vw; } }

/* common */
.pan a {
  display: inline-block;
  line-height: 30px;
  color: #0a274e; }

.pdtop {
  padding-top: 80px;
  margin-top: -80px; }

.menubox1 {
  width: calc(100% / 2 - 10px);
  margin-bottom: 10px; }
  .menubox1 b {
    display: inline-block;
    color: #0a274e;
    font-size: 20px;
    margin: 5px 0; }
  .menubox1 span {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold; }

.qu {
  background: url(../images/common/qu.png) left center no-repeat;
  color: #0a274e;
  font-size: 20px;
  padding: 20px 0 20px 60px; }
  .qu div {
    font-weight: 900; }

.an {
  background: url(../images/common/an.png) left center no-repeat;
  padding: 20px 0 20px 60px;
  border-bottom: 1px dotted #999; }

/*================== プラポリ一体型お問い合わせSCSS =================*/
.policy {
  text-align: left; }

.policy-text {
  font-size: 18px; }

.policy h2 {
  border-left: 4px solid #0a274e;
  color: #333;
  padding-left: 8px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: normal; }

.policy-trriger {
  color: #0a274e;
  cursor: pointer;
  text-decoration: underline; }

.policy-wrap {
  display: none;
  position: fixed;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .policy-wrap {
      left: 0; } }
  .policy-wrap p {
    color: #333;
    line-height: 1.6; }
  .policy-wrap > div {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    opacity: 0;
    position: relative;
    padding: 20px;
    max-width: 800px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #0a274e;
    height: 60vh;
    -ms-overflow-y: scroll;
    overflow-y: scroll; }
    @media screen and (max-width: 768px) {
      .policy-wrap > div {
        width: 95%; } }
    .policy-wrap > div a {
      position: absolute;
      top: -4px;
      right: -4px;
      font-size: 2.4rem;
      font-weight: bold; }

.policy {
  text-align: left; }

.policy-text {
  font-size: 18px; }

.policy-wrap h3 {
  margin-top: 16px;
  border-left: 4px solid #0a274e;
  color: #333;
  padding-left: 8px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold; }

.policy p {
  margin: 10px 0 25px; }

.policy-wrap.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .policy-wrap.active > div {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
