@charset "UTF-8";
/*!
*  Style.css | 2016.01.18 by rino
*/
/* リセット設定
   ========================================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Flex設定
   ========================================================================== */
/* 汎用設定
   ========================================================================== */
@font-face {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }
/* 基本設定
   ========================================================================== */
body {
  position: relative;
  color: #222;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", sans-serif;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body > * {
    box-sizing: border-box; }

@media only screen and (min-width: 719px) {
  body {
    min-width: 1040px; } }
img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

a {
  text-decoration: none;
  overflow: hidden; }
  a:hover img {
    opacity: 0.8; }

.fa:before {
  font-size: 1.2em;
  margin-left: 3px;
  margin-right: 6px; }

.container {
  display: block;
  position: relative;
  padding: 0 10px; }
  .container:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }

@media only screen and (min-width: 719px) {
  .container {
    width: 960px;
    padding: 0;
    margin: 0 auto; } }
.cf {
  display: inline-table;
  /*display:block;*/ }
  .cf:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }

.stateBox {
  padding: 10px 30px;
  margin-bottom: 30px; }
  .stateBox p {
    padding: 5px 0;
    color: #333;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: #ccc; }
    .stateBox p.green {
      color: #fff;
      border-color: #9FC569;
      background-color: #9FC569; }
    .stateBox p.red {
      color: #fff;
      border-color: #ED7A53;
      border-color: #d22;
      background-color: #ED7A53;
      background-color: #d22; }

.hidden {
  display: none; }

@media only screen and (min-width: 719px) {
  .display_t {
    display: block; }

  .hidden_t {
    display: none; } }
@media only screen and (min-width: 1139px) {
  .display_d {
    display: block; }

  .hidden_d {
    display: none; } }
.cmn-flow-bnr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 102;
  width: 100%;
  height: 54px;
  background-color: #fff; }
  .cmn-flow-bnr > * {
    -webkit-box-flex: 1 0 0%;
    -moz-box-flex: 1 0 0%;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }
  .cmn-flow-bnr p {
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 54px; }
  .cmn-flow-bnr p + p {
    margin-left: 3px; }
  .cmn-flow-bnr .contact {
    width: calc(100% - 114px);
    margin-left: 0;
    text-align: center;
    background-color: #0ab5dd; }

@media only screen and (min-width: 719px) {
  .cmn-flow-bnr {
    display: block;
    position: fixed;
    top: 180px;
    bottom: auto;
    left: auto;
    right: 0;
    width: 80px;
    height: auto;
    background-color: transparent; }
    .cmn-flow-bnr p {
      width: 80px; }
    .cmn-flow-bnr p + p {
      margin-top: 5px;
      margin-left: 0; } }
.cmn-title-content {
  padding: 3px 0 3px 10px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  text-align: left;
  line-height: 1.3;
  background-color: #003680; }

.cmn-subtitle-content {
  padding-bottom: 3px;
  margin-bottom: 15px;
  color: #e05a24;
  font-size: 18px;
  text-align: left;
  line-height: 1.3;
  border-bottom: 2px solid #e05a24; }

.cmn-box-content {
  margin-bottom: 20px;
  font-size: 14px;
  text-align: left;
  overflow: hidden; }

.cmn-contact {
  padding: 15px 0 25px;
  text-align: center;
  background-image: url(../images/common/bg_contact@2x.png);
  background-size: 50px; }

.cmn-contact-box {
  padding: 15px 15px;
  background-color: #fff; }
  .cmn-contact-box a {
    display: block; }
    .cmn-contact-box a + a {
      margin-top: 10px; }

.cmn-column-nav {
  margin-bottom: 20px;
  text-align: left; }
  .cmn-column-nav h2 {
    padding: 6px 12px;
    background-color: #cd1d24;
    border: 3px solid #ededed; }
    .cmn-column-nav h2 span {
      padding-left: 10px;
      color: #fff;
      font-size: 16px;
      text-indent: 20px;
      border-left: 4px solid #fff; }
  .cmn-column-nav ul {
    border: 3px solid #ededed; }
    .cmn-column-nav ul li {
      background-color: #fff; }
      .cmn-column-nav ul li + li {
        border-top: 3px solid #ededed; }
      .cmn-column-nav ul li a {
        padding-left: 15px;
        color: #333;
        font-size: 15px;
        font-weight: bold;
        line-height: 36px; }

.cmn-column-youtube {
  margin-bottom: 20px; }

.cmn-column-contact {
  display: none; }

.cmn-teigaku {
  margin-bottom: 30px;
  text-align: center; }

.cmn-teigaku-ttl {
  padding: 10px 0 5px;
  background-color: #cd1d24; }
  .cmn-teigaku-ttl img {
    max-width: 300px; }

@media only screen and (min-width: 719px) {
  .cmn-title-content {
    padding: 6px 0 6px 15px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 22px; }

  .cmn-subtitle-content {
    margin-bottom: 15px;
    font-size: 20px; }

  .cmn-box-content {
    margin-bottom: 30px;
    font-size: 16px; }

  .cmn-column-contact {
    display: block;
    margin-bottom: 20px; }
    .cmn-column-contact img {
      width: 100%;
      height: auto; }
    .cmn-column-contact div {
      padding: 15px;
      background-color: #ededed; }
      .cmn-column-contact div p {
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: bold; }

  .cmn-teigaku {
    margin-bottom: 0; }

  .cmn-teigaku-ttl img {
    width: auto;
    max-width: inherit; } }
@media only screen and (min-width: 1139px) {
  .cmn-teigaku > div {
    padding: 30px 0;
    background-image: url(../images/home/bg_teigaku.jpg);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat; }

  .cmn-teigaku-img {
    text-align: left; } }
.home-news {
  margin-bottom: 20px; }
  .home-news-wrap {
    padding: 10px 15px;
    border: 4px solid #f0f0f0; }
  .home-news-item {
    margin-bottom: 10px; }
    .home-news-item h2 {
      color: #cd1d24;
      font-size: 14px;
      margin-bottom: 5px; }
    .home-news-item p {
      font-size: 12px;
      font-weight: 600; }

@media only screen and (min-width: 719px) {
  .home-news {
    margin-bottom: 30px; }
    .home-news-item {
      margin-bottom: 10px; }
      .home-news-item h2 {
        font-size: 16px; }
      .home-news-item p {
        font-size: 13px; } }
.news-item + .news-item {
  margin-top: 20px; }
.news-item-ttl {
  color: #cd1d24;
  font-size: 14px;
  margin-bottom: 5px; }
.news-item-txt {
  font-size: 12px;
  font-weight: 600; }

@media only screen and (min-width: 719px) {
  .news-item {
    margin-bottom: 10px; }
    .news-item-ttl {
      font-size: 16px; }
    .news-item-txt {
      font-size: 13px; } }
/* 共通部位
   ========================================================================== */
#header {
  height: 70px;
  padding: 15px 0;
  background-color: #cd1d24; }
  #header .header-logo {
    float: left;
    width: 164px;
    width: 150px;
    padding: 3px 0; }
  #header .header-box {
    display: none; }
  #header .header-sp-btn {
    display: block;
    position: absolute;
    top: 0px;
    right: 50px;
    width: 40px;
    height: 40px; }
  #header .header-toggle {
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    width: 30px;
    height: 23px; }
    #header .header-toggle .header-toggle-btn span {
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #fff;
      border-radius: 4px;
      transition: all .4s;
      box-sizing: border-box; }
      #header .header-toggle .header-toggle-btn span:nth-of-type(1) {
        top: 0; }
      #header .header-toggle .header-toggle-btn span:nth-of-type(2) {
        top: 10px; }
      #header .header-toggle .header-toggle-btn span:nth-of-type(3) {
        bottom: 0; }

@media only screen and (min-width: 719px) {
  #header {
    height: 100px;
    padding: 0;
    background-image: url(../images/common/bg_header@2x.png);
    background-size: 15px; }
    #header .header-logo {
      width: 274px;
      padding: 15px 0; }
    #header .header-box {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 460px;
      padding: 5px 20px 10px;
      background-color: #fff;
      border-radius: 0 0 15px 15px; }
    #header .header-txt {
      margin-bottom: 5px;
      color: #cd1d24;
      font-size: 12px;
      font-weight: bold; }
    #header .header-btn {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      justify-content: space-around;
      -ms-flex-pack: space-around; }
      #header .header-btn > * {
        -webkit-box-flex: 1 0 0%;
        -moz-box-flex: 1 0 0%;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%; }
      #header .header-btn a + a {
        margin-left: 15px; }
    #header .header-sp-btn {
      display: none; }
    #header .header-toggle {
      display: none; } }
#gnav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101; }
  #gnav .menu {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    padding-top: 10px;
    text-align: center;
    background-color: #3d3d3d; }
    #gnav .menu li {
      margin-bottom: 10px; }
      #gnav .menu li a {
        display: block;
        padding: 5px 0;
        color: #fff; }
  #gnav .sns {
    position: absolute;
    top: 20px;
    right: 50px; }
    #gnav .sns .sns-btn {
      display: inline-block;
      width: 30px; }

@media only screen and (min-width: 719px) {
  #gnav {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
    background-color: #cd1d24; }
    #gnav .menu {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      justify-content: space-around;
      -ms-flex-pack: space-around;
      top: auto;
      left: auto;
      right: auto;
      height: 60px;
      position: relative;
      padding-top: 0;
      padding-right: 140px;
      background-color: #cd1d24; }
      #gnav .menu > * {
        -webkit-box-flex: 1 0 0%;
        -moz-box-flex: 1 0 0%;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%; }
      #gnav .menu li {
        display: inline-block;
        padding: 0;
        margin-bottom: 10px; }
        #gnav .menu li a {
          display: inline-block;
          height: 60px;
          color: #fff;
          line-height: 60px; }
    #gnav .sns {
      position: absolute;
      top: 10px;
      right: 10px; }
      #gnav .sns .sns-btn {
        display: inline-block;
        width: 40px; } }
#visual {
  padding: 10px 0;
  background-color: #f0f0f0; }
  #visual .visual-img {
    margin: 0 auto; }
    #visual .visual-img img {
      width: 100%; }

@media only screen and (min-width: 1139px) {
  #visual .visual-img {
    width: 1140px; } }
#main {
  padding: 30px 0 0;
  text-align: center; }
  #main .main-content {
    margin-bottom: 30px; }
  #main .main-column {
    margin-bottom: 30px; }

@media only screen and (min-width: 1139px) {
  #main {
    overflow: hidden; }
    #main .main-content {
      float: right;
      width: 700px; }
    #main .main-column {
      float: left;
      width: 240px; } }
#footer {
  padding: 15px 0;
  color: #fff;
  text-align: center;
  background-color: #003680; }
  #footer .footer-sitemap {
    margin-bottom: 30px; }
    #footer .footer-sitemap li {
      margin-bottom: 5px; }
      #footer .footer-sitemap li a {
        color: #fff;
        font-size: 15px; }
    #footer .footer-sitemap .link_cld {
      display: none; }
  #footer .footer-logo {
    max-width: 210px;
    margin: 0 auto 15px; }
  #footer .footer-addr {
    font-size: 14px; }
  #footer .footer-copy {
    padding: 15px 0;
    font-size: 12px; }

@media only screen and (min-width: 1139px) {
  #footer {
    padding: 30px 0 15px; }
    #footer .footer-sitemap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      margin-bottom: 45px; }
      #footer .footer-sitemap > * {
        -webkit-box-flex: 1 0 0%;
        -moz-box-flex: 1 0 0%;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%; }
      #footer .footer-sitemap li {
        text-align: left; }
      #footer .footer-sitemap .link_cld {
        display: block; }
    #footer .footer-logo {
      float: left;
      max-width: 282px;
      padding: 10px 45px; }
    #footer .footer-addr {
      float: right;
      text-align: left; }
    #footer .footer-copy {
      padding: 15px 0;
      font-size: 14px; } }
/* HOME
   ========================================================================== */
/* HOME
   ========================================================================== */
.home-leaflet {
  margin-bottom: 30px; }

.home-leaflet-ttl {
  padding: 6px 0;
  background-color: #e6821e; }
  .home-leaflet-ttl img {
    width: 240px; }

.home-leaflet-wrap {
  padding: 15px;
  background-color: #faedd2; }

.home-leaflet-item {
  margin-bottom: 10px; }
  .home-leaflet-item a {
    color: #222;
    text-decoration: underline; }

.home-leaflet-img {
  max-width: 340px;
  padding: 15px;
  margin: auto; }

.home-leaflet-txt {
  margin: auto;
  font-size: 0.9rem;
  text-align: center; }

.home-leaflet-box {
  padding: 15px;
  background-color: #faedd2; }
  .home-leaflet-box ul li {
    max-width: 460px; }
  .home-leaflet-box ul li + li {
    margin-top: 10px; }

@media only screen and (min-width: 1139px) {
  .home-leaflet-box ul li + li {
    margin-left: 10px;
    margin-top: 0; }

  .home-leaflet-txt {
    font-size: 1.0rem; } }
.home-about {
  padding-bottom: 30px;
  background-image: url(../images/home/bg_flat7.jpg);
  background-size: 100%;
  background-repeat: repeat-x;
  background-position: bottom center; }

.home-about-ttl {
  margin-bottom: 15px; }

.home-about-txt {
  margin-bottom: 30px;
  font-weight: bold; }

.home-about-youtube {
  position: relative;
  width: calc(100% - 10px);
  padding-bottom: 62.5%;
  margin: 0 auto 30px;
  border: 6px solid #cd1d24;
  border-radius: 6px; }
  .home-about-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.home-present {
  padding: 0 15px;
  margin-bottom: 30px; }

.home-teigaku-ttl {
  padding: 10px 0 5px;
  background-color: #cd1d24; }
  .home-teigaku-ttl img {
    max-width: 300px; }

.home-teigaku-01 {
  padding: 15px 0;
  margin-bottom: 10px; }

.home-teigaku-02 {
  margin-bottom: 15px; }

.home-reason-ttl {
  padding: 10px 0 5px;
  background-color: #cd1d24; }

.home-reason-img {
  padding: 20px 0;
  background-color: #efefef; }

.home-ranking {
  padding-top: 30px;
  padding-bottom: 30px; }

.home-ranking-ttl {
  margin-bottom: 15px; }

.home-ranking-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 30px; }
  .home-ranking-box > * {
    -webkit-box-flex: 1 0 0%;
    -moz-box-flex: 1 0 0%;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }
  .home-ranking-box li {
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 48%;
    margin-bottom: 10px; }

.home-flow {
  padding: 30px 0 15px;
  background-image: url(../images/common/bg_contact@2x.png);
  background-size: 50px; }

.home-flow-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 15px; }
  .home-flow-box > * {
    -webkit-box-flex: 1 0 0%;
    -moz-box-flex: 1 0 0%;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }
  .home-flow-box li {
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 280px;
    margin: 0 auto 15px; }

.home-voice-ttl {
  padding: 10px 0 5px;
  background-color: #cd1d24; }

.home-voice-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 30px 0 15px;
  margin-bottom: 15px; }
  .home-voice-box > * {
    -webkit-box-flex: 1 0 0%;
    -moz-box-flex: 1 0 0%;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }
  .home-voice-box li {
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 15px 15px; }

.home-voice-box-ttl {
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #e05a24;
  border-radius: 15px 15px 0 0; }

.home-voice-box-detail {
  padding: 15px;
  text-align: left;
  border: 2px solid #e05a24;
  border-radius: 0 0 15px 15px; }
  .home-voice-box-detail .image {
    text-align: center;
    padding-bottom: 10px; }
  .home-voice-box-detail .txt {
    font-size: 14px; }

.home-access-ttl {
  padding: 10px 0 5px;
  background-color: #cd1d24; }

@media only screen and (min-width: 719px) {
  .home-leaflet-ttl {
    padding: 10px 0;
    background-color: #e6821e; }
    .home-leaflet-ttl img {
      width: auto; }

  .home-about {
    padding-bottom: 60px; }

  .home-about-ttl {
    width: 880px;
    margin: 0 auto 30px; }

  .home-about-txt {
    margin-bottom: 30px;
    font-size: 21px; }

  .home-about-youtube {
    width: 719px;
    padding: 0;
    margin: 0 auto 45px;
    background: #cd1d24; }
    .home-about-youtube iframe {
      position: relative;
      width: 719px;
      height: 450px; }

  .home-teigaku-ttl img {
    width: auto;
    max-width: inherit; }

  .home-teigaku-01 {
    background-image: url(../images/home/bg_teigaku.jpg);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat; }

  .home-reason-ttl img {
    width: auto;
    max-width: inherit; }

  .home-reason-img {
    padding: 30px 0; }

  .home-ranking {
    padding-top: 45px;
    padding-bottom: 60px; }

  .home-ranking-ttl {
    margin-bottom: 15px; }

  .home-ranking-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 30px; }
    .home-ranking-box > * {
      -webkit-box-flex: 1 0 0%;
      -moz-box-flex: 1 0 0%;
      -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%; }
    .home-ranking-box li {
      width: 32%;
      margin-bottom: 15px; }

  .home-flow {
    padding: 45px 0 15px; }

  .home-flow-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 30px; }
    .home-flow-box > * {
      -webkit-box-flex: 1 0 0%;
      -moz-box-flex: 1 0 0%;
      -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%; }
    .home-flow-box li {
      width: 300px;
      margin: 0 auto 15px; }

  .home-voice-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 30px; }
    .home-voice-box > * {
      -webkit-box-flex: 1 0 0%;
      -moz-box-flex: 1 0 0%;
      -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%; }
    .home-voice-box li {
      width: 48%;
      margin: 0 auto 15px; }

  .home-voice-box-detail .image {
    float: left;
    max-width: 210px;
    padding-right: 15px;
    padding-bottom: 0; }
  .home-voice-box-detail .txt {
    font-size: 15px;
    line-height: 1.6; }

  .home-access iframe {
    height: 540px; } }
/* ABOUT
   ========================================================================== */
/* ABOUT
   ========================================================================== */
.about-01 {
  margin-bottom: 20px; }

.about-02 {
  margin-bottom: 20px; }

.about-ranking {
  padding-top: 20px;
  padding-bottom: 20px; }

.about-ranking-ttl {
  margin-bottom: 15px; }

.about-ranking-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  .about-ranking-box > * {
    -webkit-box-flex: 1 0 0%;
    -moz-box-flex: 1 0 0%;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }
  .about-ranking-box li {
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 48%;
    margin-bottom: 15px; }

.about-flow {
  margin-bottom: 30px;
  text-align: left; }

.about-flow-image {
  padding-bottom: 15px;
  text-align: center; }

.about-flow-dd {
  padding: 15px;
  margin-top: 10px;
  color: #cd1d24;
  font-size: 16px;
  font-weight: bold;
  background-color: #efefef; }

@media only screen and (min-width: 719px) {
  .about-01 {
    margin-bottom: 30px; }

  .about-02 {
    margin-bottom: 30px; }

  .about-ranking {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px; }

  .about-ranking-ttl {
    margin-bottom: 15px; }

  .about-ranking-box {
    margin-bottom: 30px; }
    .about-ranking-box li {
      width: 48%;
      margin-bottom: 15px; }

  .about-flow-image {
    float: left;
    max-width: 300px; }

  .about-flow-txt {
    float: right;
    width: 380px; }

  .about-flow-dd {
    float: right;
    width: 350px; } }
/* REASON
   ========================================================================== */
/* REASON
   ========================================================================== */
.reason-ttl {
  margin-bottom: 20px; }

.reason-box {
  margin-bottom: 30px; }

.reason-box-img {
  margin-bottom: 15px; }

.reason-box-txt {
  font-size: 14px;
  font-weight: bold;
  text-align: left; }
  .reason-box-txt small {
    font-size: 0.9em; }

.reason-wrap {
  margin-bottom: 30px;
  overflow: hidden; }

.reason-wrap-img {
  margin-bottom: 15px; }

.reason-wrap-txt {
  font-size: 14px;
  text-align: left; }

.reason-plan {
  margin-bottom: 30px; }

.reason-plan-txt {
  margin-bottom: 15px;
  font-size: 16px;
  text-align: left; }

@media only screen and (min-width: 719px) {
  .reason-ttl {
    margin-bottom: 20px; }

  .reason-box {
    margin-bottom: 40px; }

  .reason-box-txt {
    font-size: 18px;
    text-align: center; }

  .reason-wrap {
    margin-bottom: 15px; }

  .reason-wrap-img {
    float: left;
    width: 300px;
    padding-right: 15px; }

  .reason-wrap-txt {
    font-size: 16px; }

  .reason-plan {
    margin-bottom: 40px; }

  .reason-plan-txt {
    margin-bottom: 25px;
    font-size: 18px; } }
/* VOICE
   ========================================================================== */
/* VOICE
   ========================================================================== */
.voice-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 30px 0 15px;
  margin-bottom: 15px; }
  .voice-box > * {
    -webkit-box-flex: 1 0 0%;
    -moz-box-flex: 1 0 0%;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }
  .voice-box li {
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 15px 15px; }

.voice-box-ttl {
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  text-indent: 10px;
  background-color: #e05a24;
  border-radius: 6px 6px 0 0; }

.voice-box-detail {
  padding: 15px;
  text-align: left;
  border: 2px solid #e05a24;
  border-radius: 0 0 6px 6px; }
  .voice-box-detail .image {
    text-align: center;
    padding-bottom: 10px; }
  .voice-box-detail .txt {
    font-size: 14px; }

@media only screen and (min-width: 719px) {
  .voice-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 30px; }
    .voice-box > * {
      -webkit-box-flex: 1 0 0%;
      -moz-box-flex: 1 0 0%;
      -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%; }
    .voice-box li {
      width: 48%;
      margin: 0 auto 15px; }

  .voice-box-detail .txt {
    font-size: 15px;
    line-height: 1.6; }
    .voice-box-detail .txt h3 {
      margin-bottom: 5px;
      font-size: 16px; }

  .voice-access iframe {
    height: 540px; } }
/* COMPANY
   ========================================================================== */
/* COMPANY
   ========================================================================== */
.company-box {
  margin-bottom: 25px; }

.company-table {
  width: 100%;
  margin-bottom: 15px; }
  .company-table th {
    width: 25%;
    padding: 5px 5px;
    font-size: 14px;
    background-color: #f0f0f0;
    border: 1px solid #ccc; }
  .company-table td {
    padding: 5px 10px;
    width: 75%;
    font-size: 14px;
    text-align: left;
    border: 1px solid #ccc; }

.comapny-fb {
  margin: 10px; }
  .comapny-fb iframe {
    width: 100%; }

.comapny-insta {
  max-width: 340px;
  margin: 10px; }
  .comapny-insta iframe {
    width: 100%; }

.company-outline-photo {
  margin-bottom: 15px; }

.company-acs-wrap {
  padding: 30px 15px;
  border: 3px solid #cd1d24;
  border-radius: 6px; }

.company-acs-map {
  margin-bottom: 15px; }

.company-acs-detail {
  text-align: left; }
  .company-acs-detail p {
    margin-bottom: 10px;
    font-size: 15px; }
  .company-acs-detail address {
    font-size: 14px;
    font-weight: bold; }

.company-msg-photo {
  margin-bottom: 15px; }

.company-msg-txt {
  font-size: 14px;
  text-align: left; }

@media only screen and (min-width: 719px) {
  .company-box {
    margin-bottom: 40px; }

  .comapny-fb {
    float: left; }

  .comapny-insta {
    float: right; }

  .company-outline-photo {
    margin-bottom: 30px; }

  .company-acs-wrap {
    padding: 20px 10px;
    overflow: hidden; }

  .company-acs-map {
    float: left;
    max-width: 380px; }

  .company-acs-detail {
    float: right;
    width: 290px; }

  .company-msg {
    overflow: hidden; }

  .company-msg-photo {
    float: left;
    max-width: 240px;
    margin-bottom: 15px; }

  .company-msg-txt {
    float: right;
    width: 430px; } }
/* CONTACT
   ========================================================================== */
/* CONTACT
   ========================================================================== */
#main.contact {
  font-size: 14px;
  text-align: left; }

.contact-txt {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px; }
  .contact-txt b {
    background-color: #ff3; }
  .contact-txt a {
    border-bottom: 1px dotted #666; }

.contact-bnr {
  margin-bottom: 30px;
  text-align: center; }

.contact-step {
  margin-bottom: 18px; }

.contact-notice {
  margin: 0 auto 30px; }
  .contact-notice li {
    font-size: 13px;
    list-style: inside disc; }

.contact-form {
  width: 100%;
  margin: 0 auto 30px;
  border: 1px solid #f0f0f0; }
  .contact-form tr {
    height: 28px;
    background-color: #fff; }
    .contact-form tr th {
      width: 220px;
      padding: 10px;
      padding-left: 30px;
      font-weight: bold;
      text-align: left;
      vertical-align: top; }
    .contact-form tr td {
      padding: 10px;
      text-align: left;
      vertical-align: middle; }
    .contact-form tr:nth-child(even) {
      background-color: #fafafa; }

.contact-attention {
  margin-bottom: 30px; }
  .contact-attention a {
    border-bottom: 1px dotted #666; }

.contact-comp h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: bold; }
.contact-comp .lead {
  margin-bottom: 30px; }

.contact-btn {
  padding: 6px 0;
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center; }
  .contact-btn button, .contact-btn a {
    position: relative;
    display: inline-block;
    min-width: 160px;
    height: 50px;
    padding: 0 50px 0 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    background-color: #e51a1b;
    background-color: #333;
    border: 1px solid #e51a1b;
    border-color: #333; }
    .contact-btn button .fa, .contact-btn a .fa {
      position: absolute;
      top: auto;
      bottom: auto;
      right: 10px;
      height: 50px;
      color: #fff;
      font-size: 1.4em;
      line-height: 48px; }

.contact-notice {
  width: auto;
  padding: 20px;
  margin-bottom: 30px; }

.contact-form {
  width: 100%;
  margin: 0 auto 30px; }
  .contact-form tr {
    height: 28px; }
    .contact-form tr th {
      display: block;
      width: auto;
      padding: 10px 10px 0; }
    .contact-form tr td {
      display: block;
      width: auto;
      padding: 10px; }

.contact-completionBox .icon {
  width: 80px;
  margin: 0 auto 30px; }

#form .typeBox {
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.075) inset;
  display: block;
  font-size: 16px;
  width: 100%;
  max-width: 500px;
  height: 34px;
  line-height: 1.42857;
  *line-height: 1;
  padding: 6px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
  #form .typeBox:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
#form input[name="name"], #form input[name="kana"] {
  max-width: 300px; }
#form input[name="tel"] {
  max-width: 200px; }
#form input[name="zip"] {
  max-width: 100px; }
#form select {
  width: 300px;
  height: 36px;
  font-size: 15px;
  border: 1px solid #ccc; }
#form select[name=hour] {
  width: 120px; }
#form select[name=minute] {
  width: 120px; }
#form textarea.typeBox {
  min-height: 80px;
  resize: vertical; }
#form textarea[name="body"] {
  min-height: 140px; }
#form input:disabled, #form textarea:disabled {
  background-color: #f0f0f0; }
#form legend {
  font-size: 15px; }
#form label {
  display: inline-block;
  padding: 6px 9px;
  margin-right: 6px;
  margin-bottom: 6px;
  background-color: #f2f2f2;
  border: 1px solid #ccc; }
  #form label input[type=checkbox] {
    margin-right: 6px; }
#form .label {
  display: inline;
  padding: 0.2em 0.6em;
  margin-left: 1em;
  color: #fff;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #777;
  border-radius: 0.25em; }
  #form .label.hissu {
    background-color: #d22; }
#form .help {
  color: #737373;
  padding-top: 5px;
  margin: 0; }
#form .notice {
  padding-top: 5px;
  color: #f33;
  font-size: 13px;
  font-weight: bold; }
#form .error input[type="text"], #form .error input[type="tel"], #form .error input[type="email"], #form .error textarea {
  background-color: #FFEEEE; }
#form .error select {
  background-color: #FFEEEE; }
#form .error label {
  background-color: #FFEEEE; }

/* PRIVACY
   ========================================================================== */
/* PRIVACY
   ========================================================================== */
.privacy-lead {
  margin-bottom: 30px;
  font-size: 15px;
  text-align: left; }

.privacy-wrap {
  margin-bottom: 30px;
  padding: 6px;
  background-color: #ededed; }

.privacy-detail {
  padding: 20px;
  text-align: left;
  background-color: #fff; }
  .privacy-detail dt {
    padding-left: 6px;
    margin-bottom: 12px;
    font-size: 16px;
    border-left: 4px solid #333; }
  .privacy-detail dd {
    margin-bottom: 3px;
    padding-left: 18px;
    font-size: 14px;
    text-indent: -12px; }
  .privacy-detail dd + dt {
    margin-top: 20px; }

/* SITEMAP
   ========================================================================== */
/* SITEMAP
   ========================================================================== */
.sitemap-wrap {
  margin-bottom: 30px;
  padding: 6px;
  background-color: #ededed; }

.sitemap-detail {
  padding: 20px;
  text-align: left;
  background-color: #fff; }
  .sitemap-detail dt {
    padding-left: 6px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px dotted #ededed; }
  .sitemap-detail dd {
    margin-bottom: 3px;
    padding-left: 18px;
    font-size: 14px; }
  .sitemap-detail dd + dt {
    margin-top: 20px; }
  .sitemap-detail dt + dt {
    margin-top: 15px; }
  .sitemap-detail a {
    color: #333; }
