@charset "UTF-8";
/* Scss Document */
/* Scss Document */
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%;
  vertical-align: baseline;
  background: transparent; }

html {
  font-size: 62.5%; }

body {
  line-height: 1; }

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

ul {
  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; }

/* Scss Document */
/*
@mixin pc_size{
  @media screen and (min-width: $tablet) {
    @content;
  }
}
*/
/*//////////////////////////////////////////////////////

	flex設定

//////////////////////////////////////////////////////*/
.layout__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .layout__flex.option-justify_end {
    justify-content: flex-end; }
  .layout__flex.option-justify_center {
    justify-content: center; }
  .layout__flex.option-align_center {
    align-items: center; }
  .layout__flex.option-align_end {
    align-items: flex-end; }
  .layout__flex .layout__flex-col {
    box-sizing: border-box;
    flex: 0 1 48%;
    width: 48%;
    max-width: 48%; }
    .layout__flex .layout__flex-col.col-none {
      display: none; }
    .layout__flex .layout__flex-col.col-1 {
      flex: 0 1 calc((100% / 12) * 1);
      width: calc((100% / 12) * 1);
      max-width: calc((100% / 12) * 1); }
    .layout__flex .layout__flex-col.col-2 {
      flex: 0 1 calc((100% / 12) * 2);
      width: calc((100% / 12) * 2);
      max-width: calc((100% / 12) * 2); }
    .layout__flex .layout__flex-col.col-3 {
      flex: 0 1 calc((100% / 12) * 3);
      width: calc((100% / 12) * 3);
      max-width: calc((100% / 12) * 3); }
    .layout__flex .layout__flex-col.col-4 {
      flex: 0 1 calc((100% / 12) * 4);
      width: calc((100% / 12) * 4);
      max-width: calc((100% / 12) * 4); }
    .layout__flex .layout__flex-col.col-5 {
      flex: 0 1 calc((100% / 12) * 5);
      width: calc((100% / 12) * 5);
      max-width: calc((100% / 12) * 5); }
    .layout__flex .layout__flex-col.col-6 {
      flex: 0 1 calc((100% / 12) * 6);
      width: calc((100% / 12) * 6);
      max-width: calc((100% / 12) * 6); }
    .layout__flex .layout__flex-col.col-7 {
      flex: 0 1 calc((100% / 12) * 7);
      width: calc((100% / 12) * 7);
      max-width: calc((100% / 12) * 7); }
    .layout__flex .layout__flex-col.col-8 {
      flex: 0 1 calc((100% / 12) * 8);
      width: calc((100% / 12) * 8);
      max-width: calc((100% / 12) * 8); }
    .layout__flex .layout__flex-col.col-9 {
      flex: 0 1 calc((100% / 12) * 9);
      width: calc((100% / 12) * 9);
      max-width: calc((100% / 12) * 9); }
    .layout__flex .layout__flex-col.col-10 {
      flex: 0 1 calc((100% / 12) * 10);
      width: calc((100% / 12) * 10);
      max-width: calc((100% / 12) * 10); }
    .layout__flex .layout__flex-col.col-11 {
      flex: 0 1 calc((100% / 12) * 11);
      width: calc((100% / 12) * 11);
      max-width: calc((100% / 12) * 11); }
    .layout__flex .layout__flex-col.col-12 {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%; }
    .layout__flex .layout__flex-col.order-1 {
      order: 1; }
    .layout__flex .layout__flex-col.order-2 {
      order: 2; }

@media screen and (min-width: 769px) {
  .layout__flex .layout__flex-col.col-none_pc {
    display: none; }
  .layout__flex .layout__flex-col.col-1_tab {
    flex: 0 1 calc((100% / 12) * 1);
    width: calc((100% / 12) * 1);
    max-width: calc((100% / 12) * 1); }
  .layout__flex .layout__flex-col.col-2_tab {
    flex: 0 1 calc((100% / 12) * 2);
    width: calc((100% / 12) * 2);
    max-width: calc((100% / 12) * 2); }
  .layout__flex .layout__flex-col.col-3_tab {
    flex: 0 1 calc((100% / 12) * 3);
    width: calc((100% / 12) * 3);
    max-width: calc((100% / 12) * 3); }
  .layout__flex .layout__flex-col.col-4_tab {
    flex: 0 1 calc((100% / 12) * 4);
    width: calc((100% / 12) * 4);
    max-width: calc((100% / 12) * 4); }
  .layout__flex .layout__flex-col.col-5_tab {
    flex: 0 1 calc((100% / 12) * 5);
    width: calc((100% / 12) * 5);
    max-width: calc((100% / 12) * 5); }
  .layout__flex .layout__flex-col.col-6_tab {
    flex: 0 1 calc((100% / 12) * 6);
    width: calc((100% / 12) * 6);
    max-width: calc((100% / 12) * 6); }
  .layout__flex .layout__flex-col.col-7_tab {
    flex: 0 1 calc((100% / 12) * 7);
    width: calc((100% / 12) * 7);
    max-width: calc((100% / 12) * 7); }
  .layout__flex .layout__flex-col.col-8_tab {
    flex: 0 1 calc((100% / 12) * 8);
    width: calc((100% / 12) * 8);
    max-width: calc((100% / 12) * 8); }
  .layout__flex .layout__flex-col.col-9_tab {
    flex: 0 1 calc((100% / 12) * 9);
    width: calc((100% / 12) * 9);
    max-width: calc((100% / 12) * 9); }
  .layout__flex .layout__flex-col.col-10_tab {
    flex: 0 1 calc((100% / 12) * 10);
    width: calc((100% / 12) * 10);
    max-width: calc((100% / 12) * 10); }
  .layout__flex .layout__flex-col.col-11_tab {
    flex: 0 1 calc((100% / 12) * 11);
    width: calc((100% / 12) * 11);
    max-width: calc((100% / 12) * 11); }
  .layout__flex .layout__flex-col.col-12_tab {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%; } }
@media screen and (min-width: 1024px) {
  .layout__flex .layout__flex-col.col-none_pc {
    display: none; }
  .layout__flex .layout__flex-col.col-1_pc {
    flex: 0 1 calc((100% / 12) * 1);
    width: calc((100% / 12) * 1);
    max-width: calc((100% / 12) * 1); }
  .layout__flex .layout__flex-col.col-2_pc {
    flex: 0 1 calc((100% / 12) * 2);
    width: calc((100% / 12) * 2);
    max-width: calc((100% / 12) * 2); }
  .layout__flex .layout__flex-col.col-3_pc {
    flex: 0 1 calc((100% / 12) * 3);
    width: calc((100% / 12) * 3);
    max-width: calc((100% / 12) * 3); }
  .layout__flex .layout__flex-col.col-4_pc {
    flex: 0 1 calc((100% / 12) * 4);
    width: calc((100% / 12) * 4);
    max-width: calc((100% / 12) * 4); }
  .layout__flex .layout__flex-col.col-5_pc {
    flex: 0 1 calc((100% / 12) * 5);
    width: calc((100% / 12) * 5);
    max-width: calc((100% / 12) * 5); }
  .layout__flex .layout__flex-col.col-6_pc {
    flex: 0 1 calc((100% / 12) * 6);
    width: calc((100% / 12) * 6);
    max-width: calc((100% / 12) * 6); }
  .layout__flex .layout__flex-col.col-7_pc {
    flex: 0 1 calc((100% / 12) * 7);
    width: calc((100% / 12) * 7);
    max-width: calc((100% / 12) * 7); }
  .layout__flex .layout__flex-col.col-8_pc {
    flex: 0 1 calc((100% / 12) * 8);
    width: calc((100% / 12) * 8);
    max-width: calc((100% / 12) * 8); }
  .layout__flex .layout__flex-col.col-9_pc {
    flex: 0 1 calc((100% / 12) * 9);
    width: calc((100% / 12) * 9);
    max-width: calc((100% / 12) * 9); }
  .layout__flex .layout__flex-col.col-10_pc {
    flex: 0 1 calc((100% / 12) * 10);
    width: calc((100% / 12) * 10);
    max-width: calc((100% / 12) * 10); }
  .layout__flex .layout__flex-col.col-11_pc {
    flex: 0 1 calc((100% / 12) * 11);
    width: calc((100% / 12) * 11);
    max-width: calc((100% / 12) * 11); }
  .layout__flex .layout__flex-col.col-12_pc {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%; }
  .layout__flex .layout__flex-col.order-1 {
    order: 1; }
  .layout__flex .layout__flex-col.order-2 {
    order: 2; } }
/* Scss Document */
html {
  min-height: 100vh; }

body {
  min-height: 100vh;
  box-sizing: border-box;
  background: #F8FAFD;
  font-family: "Hiragino UD Sans F W5 JIS2004";
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  word-wrap: break-word;
  text-align: justify; }

.t-center {
  text-align: center; }

.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

.only-sp {
  display: revert; }

.only-sp-tab {
  display: revert; }

.only-tab {
  display: none; }

.only-pc-tab {
  display: none; }

.only-pc {
  display: none; }

a, button {
  text-decoration: none;
  color: inherit;
  transition: .4s; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-family: "Hiragino UD Sans F W6 JIS2004";
  font-weight: bold;
  color: #fff; }

a[href*="tel:"] {
  display: block; }

.event-none {
  pointer-events: none !important; }

img {
  width: 100%;
  vertical-align: bottom; }

.common_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1180px;
  margin: auto;
  padding: 0 4%; }
  @media screen and (min-width: 780px) {
    .common_inner {
      padding: 0; } }

.cotents__bottom {
  margin-bottom: 20%; }

h2 {
  font-size: 2.6rem;
  text-align: center; }
  @media (min-width: 375px) {
    h2 {
      font-size: calc( 2.6rem + ( 1vw - 3.75px ) * 4.0268456376 ); } }
  @media (min-width: 1120px) {
    h2 {
      font-size: 5.6rem; } }

h3 {
  font-size: 1.8rem;
  text-align: center; }
  @media (min-width: 375px) {
    h3 {
      font-size: calc( 1.8rem + ( 1vw - 3.75px ) * 2.1476510067 ); } }
  @media (min-width: 1120px) {
    h3 {
      font-size: 3.4rem; } }

h3 {
  font-size: 1.6rem;
  text-align: center; }
  @media (min-width: 375px) {
    h3 {
      font-size: calc( 1.6rem + ( 1vw - 3.75px ) * 1.0738255034 ); } }
  @media (min-width: 1120px) {
    h3 {
      font-size: 2.4rem; } }

p {
  font-size: 100%; }

address {
  font-style: normal; }

#contents {
  margin-top: 60px; }

.mb-10 {
  margin-bottom: 10px; }
.mb-15 {
  margin-bottom: 15px; }
.mb-20 {
  margin-bottom: 20px; }
.mb-25 {
  margin-bottom: 25px; }
.mb-30 {
  margin-bottom: 30px; }

.s-txt {
  font-size: 70%; }

.l-txt {
  font-size: 140%; }

.fs-10 {
  font-size: 1.0rem; }
.fs-11 {
  font-size: 1.1rem; }
.fs-12 {
  font-size: 1.2rem; }
.fs-13 {
  font-size: 1.3rem; }
.fs-14 {
  font-size: 1.4rem; }
.fs-15 {
  font-size: 1.5rem; }
.fs-16 {
  font-size: 1.6rem; }
.fs-17 {
  font-size: 1.7rem; }
.fs-18 {
  font-size: 1.8rem; }

.fs__color-blue {
  color: #2F5E9F; }

.fs__color-or {
  color: #E87615; }

.en {
  font-family: "Lato", sans-serif;
  letter-spacing: normal; }

.mincho {
  font-family: "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; }

.icon {
  margin-right: 5px; }

.attent {
  font-size: 1.1rem;
  letter-spacing: normal; }
  .attent.or {
    color: #E87615; }

.link {
  color: #2F5E9F;
  text-decoration: underline; }

.telnum {
  margin: 3px auto;
  font-family: din-condensed, sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1; }
  .telnum img {
    width: auto;
    height: 32px;
    vertical-align: baseline; }

.fit {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;"; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .common_inner {
    padding: 0 4%; }

  .cotents__bottom {
    margin-bottom: 12%; }

  .mb-box {
    margin-bottom: 120px; }

  .only-sp {
    display: none; }

  .only-sp-tab {
    display: revert; }

  .only-tab {
    display: revert; }

  .only-pc-tab {
    display: revert; }

  .only-pc {
    display: none; } }
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.28rem; }

  .common_inner {
    padding: 0%; }

  a {
    transition: all .4s; }
    a:hover {
      opacity: .7; }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; }

  .only-sp {
    display: none; }

  .only-sp-tab {
    display: none; }

  .only-tab {
    display: none; }

  .only-pc-tab {
    display: revert; }

  .only-pc {
    display: revert; }

  .cotents__bottom {
    margin-bottom: 6%; }

  .telnum {
    font-size: 6.4rem; }
    .telnum img {
      height: 44px;
      margin-right: 5px; } }
@media screen and (min-width: 1366px) {
  body {
    font-size: 1.6rem; } }
/*//////////////////////////////////////////////////

	header設定

//////////////////////////////////////////////////*/
#header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff; }
  #header .header__logo {
    box-sizing: border-box;
    height: 60px;
    padding: 10px; }
    #header .header__logo svg {
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: 100%; }
  #header .header__icons {
    height: 100%;
    justify-content: flex-end; }
    #header .header__icons .header__icon-icon {
      flex: 0 1 46%;
      width: 46%;
      max-width: 46%;
      display: table;
      height: 100%;
      text-align: center; }
      #header .header__icons .header__icon-icon:first-child .icon {
        margin: 0; }
      #header .header__icons .header__icon-icon a {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        line-height: 1; }
      #header .header__icons .header__icon-icon .far {
        margin: 2px 0;
        font-size: 2.0rem; }
      #header .header__icons .header__icon-icon small {
        font-size: 1.0rem; }
  #header .navi_toggle {
    background: #2F5E9F;
    color: #fff; }
    #header .navi_toggle .line__box {
      position: relative;
      width: 20px;
      height: 18px;
      margin: 3px auto; }
      #header .navi_toggle .line__box .line {
        position: absolute;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        transition: all .3s; }
        #header .navi_toggle .line__box .line:first-child {
          top: 1px;
          transform-origin: left top; }
        #header .navi_toggle .line__box .line:nth-child(2) {
          top: 50%;
          transform: translateY(-50%); }
        #header .navi_toggle .line__box .line:last-child {
          bottom: 1px;
          transform-origin: left bottom; }
  #header .header__navi {
    box-sizing: border-box;
    color: #fff;
    background: #2F5E9F;
    height: 0;
    padding: 0 10%;
    overflow: scroll;
    transition: .3s all; }
    #header .header__navi .header__navi-item {
      position: relative;
      text-align: center;
      font-family: "Hiragino UD Sans F W5 JIS2004"; }
      #header .header__navi .header__navi-item:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 0;
        border-bottom: 1px solid #617EA5; }
      #header .header__navi .header__navi-item:first-child:after {
        display: none; }
      #header .header__navi .header__navi-item a {
        display: block;
        padding: 15px 0; }
      #header .header__navi .header__navi-item.assess a {
        color: #2F5E9F;
        background: #fff; }
      #header .header__navi .header__navi-item.assess i {
        display: inline-block;
        line-height: 1;
        vertical-align: text-bottom; }
        #header .header__navi .header__navi-item.assess i svg {
          vertical-align: middle;
          max-width: 100%;
          max-height: 100%; }
      #header .header__navi .header__navi-item.contact a {
        color: #2F5E9F;
        background: #fff; }

.open #header .navi_toggle .line__box .line {
  position: absolute;
  left: 4px;
  display: block;
  width: 100%;
  background: #fff; }
  .open #header .navi_toggle .line__box .line:first-child {
    transform: rotate(45deg); }
  .open #header .navi_toggle .line__box .line:nth-child(2) {
    display: none; }
  .open #header .navi_toggle .line__box .line:last-child {
    transform: rotate(-45deg); }
.open #header .header__navi {
  height: calc(100vh - 60px);
  padding: 20px 10% 60px; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 981px) {
  #header .header__icons {
    justify-content: flex-end; }
    #header .header__icons .header__icon-icon {
      flex: 0 1 80px;
      width: 80px;
      max-width: 80px; } }
@media screen and (min-width: 1181px) {
  .open #header .header__navi {
    height: auto;
    padding: 0; }

  #header .header__navi {
    height: auto; }
  #header .header__logo {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%; }
  #header .header__icons {
    display: none; }
  #header .header__logo-icon {
    flex: 0 1 14%;
    width: 14%;
    max-width: 14%; }
  #header .header__navi {
    flex: 0 1 86%;
    width: 86%;
    max-width: 86%;
    display: flex !important;
    justify-content: flex-end;
    padding: 0;
    color: #333;
    background: #fff;
    overflow: hidden; }
    #header .header__navi .header__navi-item {
      position: relative;
      flex: 0 1 auto;
      width: auto;
      height: 100%;
      line-height: 40px;
      font-size: 1.3rem; }
      #header .header__navi .header__navi-item.navi__glossary {
        display: none; }
      #header .header__navi .header__navi-item.assess, #header .header__navi .header__navi-item.contact, #header .header__navi .header__navi-item.favorite {
        display: table; }
        #header .header__navi .header__navi-item.assess a, #header .header__navi .header__navi-item.contact a, #header .header__navi .header__navi-item.favorite a {
          display: table-cell;
          vertical-align: middle;
          height: 100%;
          line-height: 1;
          color: #fff;
          font-size: 1.0rem; }
          #header .header__navi .header__navi-item.assess a i, #header .header__navi .header__navi-item.contact a i, #header .header__navi .header__navi-item.favorite a i {
            display: block;
            margin: 2px 0;
            font-size: 2.0rem; }
      #header .header__navi .header__navi-item.assess a {
        color: #2F5E9F; }
        #header .header__navi .header__navi-item.assess a i {
          width: 100%;
          height: 24px;
          margin-bottom: 2px; }
          #header .header__navi .header__navi-item.assess a i img {
            widows: 20px;
            height: 21px; }
      #header .header__navi .header__navi-item.contact a {
        background: #2F5E9F; }
        #header .header__navi .header__navi-item.contact a:hover {
          opacity: 1;
          color: #2F5E9F;
          background: #fff; }
      #header .header__navi .header__navi-item.contact:after {
        display: none; }
      #header .header__navi .header__navi-item.favorite {
        background: #0F3972; }
        #header .header__navi .header__navi-item.favorite a {
          opacity: 1; }
          #header .header__navi .header__navi-item.favorite a:hover {
            color: #0F3972;
            background: #fff; }
        #header .header__navi .header__navi-item.favorite:after {
          display: none; }
      #header .header__navi .header__navi-item:first-child:after {
        display: block; }
      #header .header__navi .header__navi-item.active {
        border-bottom: 1px solid #2F5E9F; }
      #header .header__navi .header__navi-item:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        left: auto;
        transform: translateY(-50%);
        width: 0;
        height: 20px;
        border-right: 1px solid #E5E5E5; }
      #header .header__navi .header__navi-item a {
        display: block;
        padding: 10px; }
        #header .header__navi .header__navi-item a:hover {
          opacity: 1;
          color: #2F5E9F;
          background: #E6EFF6; }
        #header .header__navi .header__navi-item a .icon {
          margin: 0 6px; }
  #header .navi_toggle {
    display: none; } }
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 1366px) {
  #header .header__logo {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%; }
  #header .header__icons {
    display: none; }
  #header .header__logo-icon {
    flex: 0 1 16%;
    width: 16%;
    max-width: 16%;
    text-align: center; }
  #header .header__navi {
    flex: 0 1 82%;
    width: 82%;
    max-width: 82%;
    display: flex !important;
    justify-content: flex-end;
    padding: 0;
    color: #333;
    background: #fff; }
    #header .header__navi .header__navi-item {
      display: block;
      flex: 0 1 auto;
      width: auto;
      height: 100%;
      line-height: 40px;
      font-size: 1.5rem; }
      #header .header__navi .header__navi-item:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 20px;
        border-right: 1px solid #E5E5E5; }
      #header .header__navi .header__navi-item a {
        display: block;
        padding: 10px 10px; }
        #header .header__navi .header__navi-item a .icon {
          margin: 0 6px; }
  #header .navi_toggle {
    display: none; } }
@media screen and (min-width: 1450px) {
  #header .header__navi .header__navi-item a {
    padding: 10px 15px; } }
/*//////////////////////////////////////////////////

	header設定

//////////////////////////////////////////////////*/
#footer {
  margin-top: 90px; }
  #footer .pageTop {
    text-align: center;
    margin-bottom: 30px; }
    #footer .pageTop a .only-sp-tab {
      display: inline-block;
      font-family: "Hiragino UD Sans F W6 JIS2004";
      font-size: 1.4rem;
      color: #2F5E9F;
      border-bottom: solid 1px #2F5E9F; }
      #footer .pageTop a .only-sp-tab i {
        font-size: 1.4rem;
        padding-left: 6px; }
  #footer .footer__contact {
    padding: 8% 0;
    margin-bottom: 8%;
    background: url("/img/common/bg_contact.png") no-repeat center/cover; }
    #footer .footer__contact .footer__contact-message {
      margin-bottom: 4%;
      color: #fff;
      text-align: center;
      font-size: 1.5rem;
      font-family: "Hiragino UD Sans F W6 JIS2004"; }
      #footer .footer__contact .footer__contact-message span {
        line-height: 1; }
      #footer .footer__contact .footer__contact-message b {
        font-family: din-condensed, sans-serif;
        font-size: 3.6rem; }
    #footer .footer__contact .footer__contact-box {
      background: #fff;
      padding: 40px 20px; }
      #footer .footer__contact .footer__contact-box .footer__contact-title {
        margin-bottom: 20px;
        border-bottom: 1px solid #707070; }
        #footer .footer__contact .footer__contact-box .footer__contact-title .contents__ttl {
          margin-bottom: 30px; }
      #footer .footer__contact .footer__contact-box .footer__contact-text {
        margin-bottom: 20px;
        font-family: "Hiragino UD Sans F W5 JIS2004";
        font-size: 1.3rem;
        text-align: center; }
      #footer .footer__contact .footer__contact-box .footer__contact-info {
        font-family: "Hiragino UD Sans F W6 JIS2004";
        text-align: center; }
      #footer .footer__contact .footer__contact-box .btn__box {
        margin-top: 20px; }
  #footer .footer__navi {
    margin-bottom: 30px;
    padding: 20px 0; }
    #footer .footer__navi .footer__navi-item {
      text-align: center;
      font-family: "Hiragino UD Sans F W5 JIS2004"; }
      #footer .footer__navi .footer__navi-item a {
        display: block;
        padding: 10px; }
  #footer .footer__info-corp {
    margin-bottom: 30px; }
    #footer .footer__info-corp .footer__info-corp-wrap {
      margin-bottom: 30px; }
    #footer .footer__info-corp .footer__info-corp-logo {
      margin-bottom: 15px;
      text-align: center; }
      #footer .footer__info-corp .footer__info-corp-logo svg {
        width: 74%;
        max-width: 334px; }
    #footer .footer__info-corp .footer__info-corp-info {
      font-family: "Hiragino UD Sans F W6 JIS2004";
      text-align: center;
      font-size: 1.2rem; }
      #footer .footer__info-corp .footer__info-corp-info .telnum {
        font-size: 2.8rem; }
        #footer .footer__info-corp .footer__info-corp-info .telnum img {
          height: 20px; }
        #footer .footer__info-corp .footer__info-corp-info .telnum + p {
          font-family: "Hiragino UD Sans F W5 JIS2004"; }
    #footer .footer__info-corp .footer__info-corp-map {
      position: relative; }
      #footer .footer__info-corp .footer__info-corp-map:before {
        content: '';
        display: block;
        padding-top: 56%; }
      #footer .footer__info-corp .footer__info-corp-map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  #footer .footer__group {
    text-align: center; }
    #footer .footer__group img {
      max-width: 160px; }
    #footer .footer__group .license {
      margin: 8px auto;
      font-size: 1.0rem; }
  #footer .footer__copy {
    padding: 5px 0;
    color: #fff;
    text-align: center;
    font-size: 1.0rem;
    background: #0F3972; }
    #footer .footer__copy .footer__copy-corpright {
      margin-bottom: 5px; }

.online__box {
  width: 92%;
  max-width: 860px;
  margin: 0 auto 5%; }
  .online__box .online__box-item {
    font-size: 0;
    display: block;
    border: 1px solid #ccc; }

.other__service {
  margin: 0 auto 5%; }
  .other__service .career {
    margin-bottom: 20px; }
  .other__service a {
    font-size: 0;
    display: block;
    background: #fff;
    border: 1px solid #ccc; }
  .other__service .other__swiper {
    position: relative; }
  .other__service .service-button {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #2F5E9F;
    cursor: pointer; }
    .other__service .service-button-next:before, .other__service .service-button-prev:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      width: 4px;
      height: 4px; }
    .other__service .service-button-next {
      right: 4%;
      transform: translate(50%, -50%); }
      .other__service .service-button-next:before {
        left: 50%;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: translate(-70%, -50%) rotate(45deg); }
    .other__service .service-button-prev {
      left: 4%;
      transform: translate(-50%, -50%); }
      .other__service .service-button-prev:before {
        right: 50%;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        transform: translate(70%, -50%) rotate(-45deg); }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #footer .other__service .career {
    order: 2;
    flex: 0 1 calc((100% - 30px) / 3);
    width: calc((100% - 30px) / 3);
    max-width: calc((100% - 30px) / 3);
    margin: 0; }
  #footer .other__service .other__swiper {
    order: 1;
    flex: 0 1 calc((100% - 20px) / 3 * 2);
    width: calc((100% - 20px) / 3 * 2);
    max-width: calc((100% - 20px) / 3 * 2); } }
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 1024px) {
  #footer {
    margin-top: 120px; }
    #footer .pageTop {
      display: none;
      position: fixed;
      z-index: 99;
      bottom: 20px;
      right: 20px; }
      #footer .pageTop a {
        display: block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        color: #fff;
        background: #2F5E9F; }
        #footer .pageTop a .only-sp-tab {
          display: none; }
    #footer .footer__contact {
      padding: 5% 0;
      margin-bottom: 5%; }
      #footer .footer__contact .common_inner {
        padding: 0; }
      #footer .footer__contact .footer__contact-message {
        margin-bottom: 2%;
        line-height: 1;
        text-align: center;
        font-size: 2.24rem; }
        #footer .footer__contact .footer__contact-message b {
          font-size: 5.44rem; }
      #footer .footer__contact .footer__contact-box {
        padding: 4% 0; }
        #footer .footer__contact .footer__contact-box .footer__contact-title {
          padding: 0 7%;
          margin-bottom: 0;
          border-bottom: none; }
          #footer .footer__contact .footer__contact-box .footer__contact-title .footer__contact-text {
            font-size: 1.5rem;
            line-height: 2.8rem; }
        #footer .footer__contact .footer__contact-box .footer__contact-info {
          padding: 0 7%;
          text-align: left;
          font-size: 1.28rem;
          border-left: 1px solid #707070; }
        #footer .footer__contact .footer__contact-box .btn__box .btn {
          max-width: 100%; }
    #footer .footer__navi {
      margin-bottom: 24px;
      padding: 16px 0; }
      #footer .footer__navi .footer__navi-item {
        flex: 0 1 auto;
        width: auto;
        text-align: center; }
        #footer .footer__navi .footer__navi-item a {
          display: block;
          padding: 8px; }
    #footer .other__service .career {
      flex: 0 1 calc((100% - 40px) / 4);
      width: calc((100% - 40px) / 4);
      max-width: calc((100% - 40px) / 4);
      margin: 0; }
    #footer .other__service .other__swiper {
      flex: 0 1 calc((100% - 20px) / 4 * 3);
      width: calc((100% - 20px) / 4 * 3);
      max-width: calc((100% - 20px) / 4 * 3); }
    #footer .other__service .service-button-next {
      right: 20px; }
    #footer .other__service .service-button-prev {
      left: 20px; }
    #footer .footer__info-corp {
      margin-bottom: 24px; }
      #footer .footer__info-corp .footer__info-corp-wrap {
        margin-bottom: 0; }
      #footer .footer__info-corp .footer__info-corp-logo {
        margin-bottom: 12px;
        text-align: left; }
      #footer .footer__info-corp .footer__info-corp-info {
        font-size: 1.2rem;
        text-align: left; }
        #footer .footer__info-corp .footer__info-corp-info .telnum {
          font-size: 3.88rem; }
          #footer .footer__info-corp .footer__info-corp-info .telnum img {
            height: 19.2px; }
          #footer .footer__info-corp .footer__info-corp-info .telnum + p {
            font-size: 1.04rem; }
    #footer .footer__group {
      margin-bottom: 24px;
      text-align: right; }
      #footer .footer__group img {
        max-width: 144px; }
      #footer .footer__group .license {
        font-size: 1.12rem; }
    #footer .footer__copy {
      height: 40px;
      padding: 0;
      line-height: 40px;
      color: #fff;
      text-align: center;
      font-size: 1.12rem; }
      #footer .footer__copy .footer__copy-corpright {
        margin-bottom: 0;
        text-align: left; }
      #footer .footer__copy .footer__copy-link {
        text-align: right; }

  .online__box {
    margin: 0 auto 60px; } }
@media screen and (min-width: 1366px) {
  #footer .footer__contact .footer__contact-message {
    font-size: 2.8rem; }
    #footer .footer__contact .footer__contact-message b {
      font-size: 6.8rem; }
  #footer .footer__contact .footer__contact-box .footer__contact-title .footer__contact-text {
    font-size: 1.5rem;
    line-height: 2.8rem; }
  #footer .footer__contact .footer__contact-box .footer__contact-info {
    font-size: 1.6rem; }
  #footer .footer__navi {
    margin-bottom: 30px;
    padding: 20px 0; }
    #footer .footer__navi .footer__navi-item a {
      padding: 10px; }
  #footer .footer__info-corp {
    margin-bottom: 30px; }
    #footer .footer__info-corp .footer__info-corp-logo {
      margin-bottom: 15px; }
    #footer .footer__info-corp .footer__info-corp-info {
      font-size: 1.5rem; }
      #footer .footer__info-corp .footer__info-corp-info .telnum {
        font-size: 3.6rem; }
        #footer .footer__info-corp .footer__info-corp-info .telnum img {
          height: 24px; }
        #footer .footer__info-corp .footer__info-corp-info .telnum + p {
          font-size: 1.3rem; }
  #footer .footer__group {
    margin-bottom: 30px; }
    #footer .footer__group img {
      max-width: 180px; }
    #footer .footer__group .license {
      font-size: 1.4rem; }
  #footer .footer__copy {
    height: 50px;
    padding: 0;
    line-height: 50px;
    font-size: 1.4rem; } }
/* Scss Document */
.under__ttl {
  padding: 5.08% 0% 0% 0%;
  margin: 0% 0% 4.23% 0%;
  border-bottom: 1px solid #E2E7ED; }
  .under__ttl .contents__ttl {
    margin-bottom: 20px; }
    .under__ttl .contents__ttl .contents__ttl-sub {
      margin-top: 10px;
      color: #2F5E9F; }

#breadcrumb {
  white-space: nowrap;
  overflow-x: scroll;
  font-size: 1.1rem;
  margin: 1.69% 0% 1.69% 0%;
  text-align: right;
  /* firefox 対応 */
  scrollbar-width: none;
  /* Chrome, Safari 対応 */ }
  @media (min-width: 769px) {
    #breadcrumb {
      font-size: calc( 1.1rem + ( 1vw - 7.69px ) * 0.2433090024 ); } }
  @media (min-width: 1180px) {
    #breadcrumb {
      font-size: 1.2rem; } }
  #breadcrumb::-webkit-scrollbar {
    display: none; }
  #breadcrumb a {
    text-decoration: underline;
    padding: 0 10px 0 0;
    color: #2F5E9F; }
    #breadcrumb a:last-child {
      padding: 0 0 0 10px; }
  #breadcrumb span {
    color: #333; }
  #breadcrumb .icon {
    display: inline-block;
    vertical-align: middle; }
    #breadcrumb .icon.arrow-right {
      margin-right: 10px; }
      #breadcrumb .icon.arrow-right:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 4px;
        height: 4px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        transform: translateY(-1px) rotate(45deg); }

.contents__ttl {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1; }
  .contents__ttl .contents__ttl-main {
    display: block;
    font-family: "Hiragino UD Sans F W6 JIS2004";
    font-size: 2.4rem;
    color: #2F5E9F; }
  .contents__ttl .contents__ttl-sub {
    display: block;
    margin-top: 16px;
    font-family: "Lato", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 2px;
    color: #0F3972; }

.contents__sub-ttl {
  margin-bottom: 40px;
  font-size: 2rem; }

.contents__copy {
  margin-bottom: 40px;
  text-align: center;
  line-height: 2.4; }

.btn__box .btn {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 58px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
  background: #2F5E9F;
  border: 1px solid #2F5E9F;
  border-radius: 30px / 50%;
  font-family: "Hiragino UD Sans F W5 JIS2004";
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center; }
  .btn__box .btn:after {
    content: '→';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%); }
  .btn__box .btn:disabled {
    color: #8B8B8B;
    background: #ccc;
    border-color: #ccc; }
  .btn__box .btn-red {
    background: #FF0000;
    border-color: #FF0000; }
  .btn__box .btn-back {
    border: 1px solid #BCBCBC;
    background: #BCBCBC;
    color: #8B8B8B; }
  .btn__box .btn-wh {
    border: 1px solid #2F5E9F;
    background: #fff;
    color: #2F5E9F; }
  .btn__box .btn-void {
    pointer-events: none;
    background: #ccc;
    color: #8B8B8B; }
  .btn__box .btn-or {
    border-color: #E87615;
    background: #E87615; }
  .btn__box .btn-sq {
    border-radius: 0 !important; }
  .btn__box .btn .icon {
    margin: 0 8px; }

/*------------------------------
ページャー設定
------------------------------*/
.pagenation {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px; }
  .pagenation li {
    flex: 0 1 auto;
    width: auto;
    margin: 0 1%; }
    .pagenation li a {
      position: relative;
      display: block;
      width: 35px;
      height: 35px;
      font-size: 1.2rem;
      background: #fff;
      color: #2F5E9F;
      border: solid 1px #2F5E9F; }
      .pagenation li a p {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: center;
        transform: translate(-50%, -50%); }
      .pagenation li a:hover {
        opacity: 1;
        background: #2F5E9F;
        color: #fff; }
    .pagenation li.active a {
      background: #2F5E9F;
      color: #fff; }
    .pagenation li.arrow a {
      font-size: 2.6rem;
      border: none;
      background: rgba(255, 255, 255, 0); }
      .pagenation li.arrow a i {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: center;
        transform: translate(-50%, -50%); }
      .pagenation li.arrow a:hover {
        color: #333; }
      .pagenation li.arrow a span {
        display: none; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #breadcrumb {
    overflow: hidden; }

  .pagenation .arrow span {
    display: inline; } }
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 1024px) {
  .under__ttl .contents__ttl {
    margin-bottom: 0;
    text-align: left; }
    .under__ttl .contents__ttl .contents__ttl-sub {
      margin-top: 20px; }

  .contents__ttl {
    margin-bottom: 48px; }
    .contents__ttl .contents__ttl-main {
      font-size: 2.88rem; }
    .contents__ttl .contents__ttl-sub {
      margin-top: 13px;
      font-size: 1.28rem; }

  .btn__box .btn {
    max-width: 320px;
    height: 64px;
    line-height: 64px;
    border-radius: 32px / 50%;
    font-size: 1.28rem; }
    .btn__box .btn:after {
      right: 32px; }
    .btn__box .btn .icon {
      margin: 0 8px; }
    .btn__box .btn:hover {
      background: #fff;
      color: #2F5E9F;
      opacity: 1; }
    .btn__box .btn-wh:hover {
      background: #2F5E9F;
      color: #fff; }
    .btn__box .btn-or:hover {
      color: #E87615; }

  .pagenation {
    margin-bottom: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .pagenation li {
      margin: 0 5px; }
      .pagenation li.arrow a {
        font-size: 1.3rem;
        color: #fff;
        background: #2F5E9F;
        border: solid 1px #2F5E9F; }
        .pagenation li.arrow a:hover {
          background: #fff;
          color: #2F5E9F; } }
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 1366px) {
  .contents__ttl {
    margin-bottom: 60px; }
    .contents__ttl .contents__ttl-main {
      font-size: 3.6rem; }
    .contents__ttl .contents__ttl-sub {
      margin-top: 16px;
      font-size: 1.6rem; }

  .btn__box .btn {
    max-width: 348px;
    height: 72px;
    line-height: 72px;
    border-radius: 40px / 50%;
    font-size: 1.6rem; }
    .btn__box .btn:after {
      right: 40px; }
    .btn__box .btn .icon {
      margin: 0 10px; } }
input[type="name"],
input[type="num"],
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="email"] {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #797979;
  border-radius: 0;
  outline: none;
  font-family: "Hiragino UD Sans F W3 JIS2004";
  font-size: 1.6rem; }
  input[type="name"].error,
  input[type="num"].error,
  input[type="text"].error,
  input[type="password"].error,
  input[type="number"].error,
  input[type="tel"].error,
  input[type="url"].error,
  input[type="email"].error {
    border-color: #d12610;
    box-shadow: 0 0 3px rgba(209, 38, 16, 0.5); }
  input[type="name"].col-1,
  input[type="num"].col-1,
  input[type="text"].col-1,
  input[type="password"].col-1,
  input[type="number"].col-1,
  input[type="tel"].col-1,
  input[type="url"].col-1,
  input[type="email"].col-1 {
    width: calc(100% / 12 * 1); }
  input[type="name"].col-2,
  input[type="num"].col-2,
  input[type="text"].col-2,
  input[type="password"].col-2,
  input[type="number"].col-2,
  input[type="tel"].col-2,
  input[type="url"].col-2,
  input[type="email"].col-2 {
    width: calc(100% / 12 * 2); }
  input[type="name"].col-3,
  input[type="num"].col-3,
  input[type="text"].col-3,
  input[type="password"].col-3,
  input[type="number"].col-3,
  input[type="tel"].col-3,
  input[type="url"].col-3,
  input[type="email"].col-3 {
    width: calc(100% / 12 * 3); }
  input[type="name"].col-4,
  input[type="num"].col-4,
  input[type="text"].col-4,
  input[type="password"].col-4,
  input[type="number"].col-4,
  input[type="tel"].col-4,
  input[type="url"].col-4,
  input[type="email"].col-4 {
    width: calc(100% / 12 * 4); }
  input[type="name"].col-5,
  input[type="num"].col-5,
  input[type="text"].col-5,
  input[type="password"].col-5,
  input[type="number"].col-5,
  input[type="tel"].col-5,
  input[type="url"].col-5,
  input[type="email"].col-5 {
    width: calc(100% / 12 * 5); }
  input[type="name"].col-6,
  input[type="num"].col-6,
  input[type="text"].col-6,
  input[type="password"].col-6,
  input[type="number"].col-6,
  input[type="tel"].col-6,
  input[type="url"].col-6,
  input[type="email"].col-6 {
    width: calc(100% / 12 * 6); }
  input[type="name"].col-7,
  input[type="num"].col-7,
  input[type="text"].col-7,
  input[type="password"].col-7,
  input[type="number"].col-7,
  input[type="tel"].col-7,
  input[type="url"].col-7,
  input[type="email"].col-7 {
    width: calc(100% / 12 * 7); }
  input[type="name"].col-8,
  input[type="num"].col-8,
  input[type="text"].col-8,
  input[type="password"].col-8,
  input[type="number"].col-8,
  input[type="tel"].col-8,
  input[type="url"].col-8,
  input[type="email"].col-8 {
    width: calc(100% / 12 * 8); }
  input[type="name"].col-9,
  input[type="num"].col-9,
  input[type="text"].col-9,
  input[type="password"].col-9,
  input[type="number"].col-9,
  input[type="tel"].col-9,
  input[type="url"].col-9,
  input[type="email"].col-9 {
    width: calc(100% / 12 * 9); }
  input[type="name"].col-10,
  input[type="num"].col-10,
  input[type="text"].col-10,
  input[type="password"].col-10,
  input[type="number"].col-10,
  input[type="tel"].col-10,
  input[type="url"].col-10,
  input[type="email"].col-10 {
    width: calc(100% / 12 * 10); }
  input[type="name"].col-11,
  input[type="num"].col-11,
  input[type="text"].col-11,
  input[type="password"].col-11,
  input[type="number"].col-11,
  input[type="tel"].col-11,
  input[type="url"].col-11,
  input[type="email"].col-11 {
    width: calc(100% / 12 * 11); }
  input[type="name"].col-12,
  input[type="num"].col-12,
  input[type="text"].col-12,
  input[type="password"].col-12,
  input[type="number"].col-12,
  input[type="tel"].col-12,
  input[type="url"].col-12,
  input[type="email"].col-12 {
    width: 100%; }

textarea {
  width: 100%;
  height: 30vw;
  max-height: 200px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #797979;
  border-radius: 0;
  outline: none;
  font-family: "Hiragino UD Sans F W3 JIS2004";
  font-size: 1.6rem; }

select {
  width: 100%;
  padding: 10px;
  background: #fff;
  background-image: none;
  border: 1px solid #797979;
  cursor: pointer;
  font-family: "Hiragino UD Sans F W4 JIS2004";
  color: #333;
  font-size: 1.6rem; }
  select.selected {
    color: #333; }
  select.col-1 {
    width: calc(100% / 12 * 1); }
  select.col-2 {
    width: calc(100% / 12 * 2); }
  select.col-3 {
    width: calc(100% / 12 * 3); }
  select.col-4 {
    width: calc(100% / 12 * 4); }
  select.col-5 {
    width: calc(100% / 12 * 5); }
  select.col-6 {
    width: calc(100% / 12 * 6); }
  select.col-7 {
    width: calc(100% / 12 * 7); }
  select.col-8 {
    width: calc(100% / 12 * 8); }
  select.col-9 {
    width: calc(100% / 12 * 9); }
  select.col-10 {
    width: calc(100% / 12 * 10); }
  select.col-11 {
    width: calc(100% / 12 * 11); }
  select.col-12 {
    width: 100%; }

.error input, .error select, .error textarea {
  background: #ffe8e8;
  border-color: #f00; }

.parts-selectbox {
  position: relative; }
  .parts-selectbox::after {
    position: absolute;
    content: "";
    top: 35%;
    right: 10px;
    width: 5px;
    height: 5px;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg); }
  .parts-selectbox select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .parts-selectbox select::-ms-expand {
      display: none; }

.hissu {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  padding: 2px 6px;
  line-height: 1;
  font-size: 1.0rem;
  font-weight: normal;
  color: #fff;
  background: #d12610;
  border-radius: 2px; }

.required__icon {
  margin: 0 3px;
  font-size: 1.4rem;
  color: #E87615; }

.state_message {
  margin: 40px auto;
  text-align: center; }
  .state_message .class-ng {
    padding: 10px;
    color: #d12610;
    font-weight: bold;
    border: 2px solid #d12610;
    background: #ffe0e0; }
  .state_message .class-ok {
    padding: 10px;
    color: #5bb75b;
    font-weight: bold;
    border: 2px solid #5bb75b;
    background: #e2ffe2; }
  .state_message .descript {
    margin: 15px auto 30px;
    text-align: left; }

#form {
  margin-bottom: 40px; }

.form__ttl {
  position: relative;
  margin-bottom: 30px;
  font-size: 2.2rem; }
  .form__ttl:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    margin: 10px auto;
    background: #2F5E9F; }

.form__txt {
  padding: 10px;
  background: #fdfdfb;
  color: #676767; }

.form__box {
  margin-bottom: 20px; }

.input__item {
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1; }

.check {
  display: block;
  height: 30px; }

.checkbox-input, .radio-input {
  position: absolute;
  opacity: 0;
  height: 1px;
  width: 1px;
  -webkit-appearance: none;
  appearance: none; }

.checkbox-parts, .radio-parts {
  padding-left: 25px;
  position: relative;
  line-height: 1.3;
  font-size: 1.5rem; }

.checkbox-parts:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #707070;
  background: #fff;
  cursor: pointer; }

.checkbox-input:checked + .checkbox-parts:before {
  background: #333; }
.checkbox-input:checked + .checkbox-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 6px;
  width: 6px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff; }

.radio-parts:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 1px solid #707070;
  background: #fff;
  border-radius: 50%;
  cursor: pointer; }

.radio-input:checked + .radio-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #333;
  border-radius: 50%; }
.radio-input:disabled + .radio-parts {
  opacity: .5; }

.sessiion__error {
  padding: 30px 20px;
  margin-bottom: 60px;
  text-align: center;
  background: #fff;
  border: 2px solid #0F3972; }
  .sessiion__error-main {
    margin-bottom: 20px;
    font-size: 1.8rem;
    color: #FF0000; }
    .sessiion__error-main b {
      display: inline-block;
      vertical-align: baseline; }
  .sessiion__error + .btn__box .btn {
    color: #2F5E9F;
    background: #fff; }
    .sessiion__error + .btn__box .btn:after {
      content: '←';
      right: auto;
      left: 15px; }

@media screen and (min-width: 769px) {
  input[type="name"].col-1_tab,
  input[type="num"].col-1_tab,
  input[type="text"].col-1_tab,
  input[type="password"].col-1_tab,
  input[type="number"].col-1_tab,
  input[type="tel"].col-1_tab,
  input[type="url"].col-1_tab,
  input[type="email"].col-1_tab,
  select.col-1_tab {
    width: calc(100% / 12 * 1); }
  input[type="name"].col-2_tab,
  input[type="num"].col-2_tab,
  input[type="text"].col-2_tab,
  input[type="password"].col-2_tab,
  input[type="number"].col-2_tab,
  input[type="tel"].col-2_tab,
  input[type="url"].col-2_tab,
  input[type="email"].col-2_tab,
  select.col-2_tab {
    width: calc(100% / 12 * 2); }
  input[type="name"].col-3_tab,
  input[type="num"].col-3_tab,
  input[type="text"].col-3_tab,
  input[type="password"].col-3_tab,
  input[type="number"].col-3_tab,
  input[type="tel"].col-3_tab,
  input[type="url"].col-3_tab,
  input[type="email"].col-3_tab,
  select.col-3_tab {
    width: calc(100% / 12 * 3); }
  input[type="name"].col-4_tab,
  input[type="num"].col-4_tab,
  input[type="text"].col-4_tab,
  input[type="password"].col-4_tab,
  input[type="number"].col-4_tab,
  input[type="tel"].col-4_tab,
  input[type="url"].col-4_tab,
  input[type="email"].col-4_tab,
  select.col-4_tab {
    width: calc(100% / 12 * 4); }
  input[type="name"].col-5_tab,
  input[type="num"].col-5_tab,
  input[type="text"].col-5_tab,
  input[type="password"].col-5_tab,
  input[type="number"].col-5_tab,
  input[type="tel"].col-5_tab,
  input[type="url"].col-5_tab,
  input[type="email"].col-5_tab,
  select.col-5_tab {
    width: calc(100% / 12 * 5); }
  input[type="name"].col-6_tab,
  input[type="num"].col-6_tab,
  input[type="text"].col-6_tab,
  input[type="password"].col-6_tab,
  input[type="number"].col-6_tab,
  input[type="tel"].col-6_tab,
  input[type="url"].col-6_tab,
  input[type="email"].col-6_tab,
  select.col-6_tab {
    width: calc(100% / 12 * 6); }
  input[type="name"].col-7_tab,
  input[type="num"].col-7_tab,
  input[type="text"].col-7_tab,
  input[type="password"].col-7_tab,
  input[type="number"].col-7_tab,
  input[type="tel"].col-7_tab,
  input[type="url"].col-7_tab,
  input[type="email"].col-7_tab,
  select.col-7_tab {
    width: calc(100% / 12 * 7); }
  input[type="name"].col-8_tab,
  input[type="num"].col-8_tab,
  input[type="text"].col-8_tab,
  input[type="password"].col-8_tab,
  input[type="number"].col-8_tab,
  input[type="tel"].col-8_tab,
  input[type="url"].col-8_tab,
  input[type="email"].col-8_tab,
  select.col-8_tab {
    width: calc(100% / 12 * 8); }
  input[type="name"].col-9_tab,
  input[type="num"].col-9_tab,
  input[type="text"].col-9_tab,
  input[type="password"].col-9_tab,
  input[type="number"].col-9_tab,
  input[type="tel"].col-9_tab,
  input[type="url"].col-9_tab,
  input[type="email"].col-9_tab,
  select.col-9_tab {
    width: calc(100% / 12 * 9); }
  input[type="name"].col-10_tab,
  input[type="num"].col-10_tab,
  input[type="text"].col-10_tab,
  input[type="password"].col-10_tab,
  input[type="number"].col-10_tab,
  input[type="tel"].col-10_tab,
  input[type="url"].col-10_tab,
  input[type="email"].col-10_tab,
  select.col-10_tab {
    width: calc(100% / 12 * 10); }
  input[type="name"].col-11_tab,
  input[type="num"].col-11_tab,
  input[type="text"].col-11_tab,
  input[type="password"].col-11_tab,
  input[type="number"].col-11_tab,
  input[type="tel"].col-11_tab,
  input[type="url"].col-11_tab,
  input[type="email"].col-11_tab,
  select.col-11_tab {
    width: calc(100% / 12 * 11); }
  input[type="name"].col-12_tab,
  input[type="num"].col-12_tab,
  input[type="text"].col-12_tab,
  input[type="password"].col-12_tab,
  input[type="number"].col-12_tab,
  input[type="tel"].col-12_tab,
  input[type="url"].col-12_tab,
  input[type="email"].col-12_tab,
  select.col-12_tab {
    width: 100%; } }
@media screen and (min-width: 1024px) {
  input[type="name"].col-1_pc,
  input[type="num"].col-1_pc,
  input[type="text"].col-1_pc,
  input[type="password"].col-1_pc,
  input[type="number"].col-1_pc,
  input[type="tel"].col-1_pc,
  input[type="url"].col-1_pc,
  input[type="email"].col-1_pc,
  select.col-1_pc {
    width: calc(100% / 12 * 1); }
  input[type="name"].col-2_pc,
  input[type="num"].col-2_pc,
  input[type="text"].col-2_pc,
  input[type="password"].col-2_pc,
  input[type="number"].col-2_pc,
  input[type="tel"].col-2_pc,
  input[type="url"].col-2_pc,
  input[type="email"].col-2_pc,
  select.col-2_pc {
    width: calc(100% / 12 * 2); }
  input[type="name"].col-3_pc,
  input[type="num"].col-3_pc,
  input[type="text"].col-3_pc,
  input[type="password"].col-3_pc,
  input[type="number"].col-3_pc,
  input[type="tel"].col-3_pc,
  input[type="url"].col-3_pc,
  input[type="email"].col-3_pc,
  select.col-3_pc {
    width: calc(100% / 12 * 3); }
  input[type="name"].col-4_pc,
  input[type="num"].col-4_pc,
  input[type="text"].col-4_pc,
  input[type="password"].col-4_pc,
  input[type="number"].col-4_pc,
  input[type="tel"].col-4_pc,
  input[type="url"].col-4_pc,
  input[type="email"].col-4_pc,
  select.col-4_pc {
    width: calc(100% / 12 * 4); }
  input[type="name"].col-5_pc,
  input[type="num"].col-5_pc,
  input[type="text"].col-5_pc,
  input[type="password"].col-5_pc,
  input[type="number"].col-5_pc,
  input[type="tel"].col-5_pc,
  input[type="url"].col-5_pc,
  input[type="email"].col-5_pc,
  select.col-5_pc {
    width: calc(100% / 12 * 5); }
  input[type="name"].col-6_pc,
  input[type="num"].col-6_pc,
  input[type="text"].col-6_pc,
  input[type="password"].col-6_pc,
  input[type="number"].col-6_pc,
  input[type="tel"].col-6_pc,
  input[type="url"].col-6_pc,
  input[type="email"].col-6_pc,
  select.col-6_pc {
    width: calc(100% / 12 * 6); }
  input[type="name"].col-7_pc,
  input[type="num"].col-7_pc,
  input[type="text"].col-7_pc,
  input[type="password"].col-7_pc,
  input[type="number"].col-7_pc,
  input[type="tel"].col-7_pc,
  input[type="url"].col-7_pc,
  input[type="email"].col-7_pc,
  select.col-7_pc {
    width: calc(100% / 12 * 7); }
  input[type="name"].col-8_pc,
  input[type="num"].col-8_pc,
  input[type="text"].col-8_pc,
  input[type="password"].col-8_pc,
  input[type="number"].col-8_pc,
  input[type="tel"].col-8_pc,
  input[type="url"].col-8_pc,
  input[type="email"].col-8_pc,
  select.col-8_pc {
    width: calc(100% / 12 * 8); }
  input[type="name"].col-9_pc,
  input[type="num"].col-9_pc,
  input[type="text"].col-9_pc,
  input[type="password"].col-9_pc,
  input[type="number"].col-9_pc,
  input[type="tel"].col-9_pc,
  input[type="url"].col-9_pc,
  input[type="email"].col-9_pc,
  select.col-9_pc {
    width: calc(100% / 12 * 9); }
  input[type="name"].col-10_pc,
  input[type="num"].col-10_pc,
  input[type="text"].col-10_pc,
  input[type="password"].col-10_pc,
  input[type="number"].col-10_pc,
  input[type="tel"].col-10_pc,
  input[type="url"].col-10_pc,
  input[type="email"].col-10_pc,
  select.col-10_pc {
    width: calc(100% / 12 * 10); }
  input[type="name"].col-11_pc,
  input[type="num"].col-11_pc,
  input[type="text"].col-11_pc,
  input[type="password"].col-11_pc,
  input[type="number"].col-11_pc,
  input[type="tel"].col-11_pc,
  input[type="url"].col-11_pc,
  input[type="email"].col-11_pc,
  select.col-11_pc {
    width: calc(100% / 12 * 11); }
  input[type="name"].col-12_pc,
  input[type="num"].col-12_pc,
  input[type="text"].col-12_pc,
  input[type="password"].col-12_pc,
  input[type="number"].col-12_pc,
  input[type="tel"].col-12_pc,
  input[type="url"].col-12_pc,
  input[type="email"].col-12_pc,
  select.col-12_pc {
    width: 100%; }

  select {
    font-size: 1.3rem; } }

/*# sourceMappingURL=common.css.map */
