@charset "UTF-8";
/*-----------------------------------
    ブレイクポイント
-----------------------------------*/
/*-----------------------------------
    カラー
-----------------------------------*/
/*$point_color: #f8ff31;
$attention_color: #d80000;
$sum_color: #f29c9f;*/
/*-----------------------------------
    フォント
-----------------------------------*/
.block {
  overflow: hidden; }

.spOnly {
  display: none; }
  @media only screen and (max-width: 599px) {
    .spOnly {
      display: block; } }

@media only screen and (max-width: 599px) {
  .spNone {
    display: none; } }

@media only screen and (max-width: 959px) {
  .pcOnly {
    display: none; } }

@media only screen and (min-width: 960px) {
  .pcNone {
    display: none; } }

br .spOnly {
  display: none; }
  @media only screen and (max-width: 599px) {
    br .spOnly {
      display: inline-block; } }

@media only screen and (max-width: 599px) {
  br .spNone {
    display: none; } }

/*-----------------------------------
    ブレイクポイント
-----------------------------------*/
/*-----------------------------------
    カラー
-----------------------------------*/
/*-----------------------------------
    フォント
-----------------------------------*/
/*-----------------------------------
    ボタン矢印
-----------------------------------*/
/*@import "reset";*/
article {
  padding: 20px 0 0 0; }
  @media only screen and (max-width: 599px) {
    article ul.nav {
      margin: 0 0 40px; } }

#aboutus {
  /*上下メニュー*/
  /*オプション*/
  /*FAQ用アコーディオン*/
  /*料金表用テーブル*/
  /*法人契約*/
  /*アバウトトップ*/
  /*共有*/
  /*料金表用テーブル*/ }
  #aboutus section {
    margin: 0 0 80px; }
    @media only screen and (max-width: 599px) {
      #aboutus section {
        margin: 0 0 40px; } }
  #aboutus h1 {
    text-align: center;
    color: #031424;
    font-size: 28px;
    border-bottom: none;
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: 28px;
    margin: 0 0 100px; }
    @media only screen and (max-width: 599px) {
      #aboutus h1 {
        font-size: 22px;
        line-height: 22px;
        margin: 0 0 60px; } }
    #aboutus h1.other {
      margin: 40px 0 100px; }
      @media only screen and (max-width: 599px) {
        #aboutus h1.other {
          font-size: 22px;
          line-height: 22px;
          margin: 20px 0 60px; } }
  #aboutus h1::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: 0 auto;
    border-bottom: 2px solid #031424;
    width: 100px; }
    @media only screen and (max-width: 599px) {
      #aboutus h1::after {
        border-bottom: 2px solid #031424;
        width: 50px;
        bottom: -20px; } }
  #aboutus h2 {
    font-size: 22px;
    font-weight: lighter;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    border-bottom: 1px solid #031424;
    line-height: 22px;
    padding: 0 0 15px;
    margin: 0 0 20px; }
    @media only screen and (max-width: 959px) {
      #aboutus h2 {
        margin: 0 10px 20px; } }
    @media only screen and (max-width: 599px) {
      #aboutus h2 {
        font-size: 18px;
        line-height: 18px;
        padding: 0 0 10px;
        margin: 0 0 10px; } }
    #aboutus h2.min_text {
      font-weight: bold;
      text-align: center;
      border-bottom: none;
      font-family: "Noto Serif JP", "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif;
      margin: 0; }
      @media only screen and (max-width: 599px) {
        #aboutus h2.min_text {
          font-size: 18px;
          line-height: 23px; } }
  #aboutus h3 {
    font-size: 18px;
    font-weight: lighter;
    text-align: left;
    letter-spacing: 1px;
    margin: 0 30px; }
    @media only screen and (max-width: 959px) {
      #aboutus h3 {
        margin: 0; } }
    @media only screen and (max-width: 599px) {
      #aboutus h3 {
        font-size: 14px;
        letter-spacing: 0px; } }
    #aboutus h3 span {
      font-size: 28px;
      font-weight: bold;
      font-family: "Noto Serif JP", "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif;
      color: #8eaebd;
      margin: 0 10px 0 0; }
      @media only screen and (max-width: 599px) {
        #aboutus h3 span {
          font-size: 22px; } }

  #aboutus ul.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 10px 0 80px;
    list-style: none;
    font-family: "Noto Serif JP", "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif;
    font-weight: bold;
    font-size: 16px;
    border-left: 2px solid #031424;
    border-bottom: 2px solid #031424; }
    @media only screen and (max-width: 959px) {
      #aboutus ul.nav {
        border-left: 1px solid #031424;
        border-bottom: 1px solid #031424;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 14px;
        margin: 10px 0 60px; } }
    @media only screen and (max-width: 599px) {
      #aboutus ul.nav {
        font-size: 12px;
        margin: 10px 0 30px; } }
    #aboutus ul.nav li {
      width: 14.28571428571429%;
      border-right: 2px solid #031424;
      border-top: 2px solid #031424; }
      @media only screen and (max-width: 959px) {
        #aboutus ul.nav li {
          border-right: 1px solid #031424;
          border-top: 1px solid #031424;
          width: 25%; } }
      #aboutus ul.nav li.active a {
        background: #031424;
        color: #fff; }
      #aboutus ul.nav li a {
        display: block;
        padding: 10px 0; }
        @media only screen and (max-width: 959px) {
          #aboutus ul.nav li a {
            padding: 7px 0; } }
        #aboutus ul.nav li a:hover {
          background: #031424;
          color: #fff; }

#aboutus .cp_tab *, #aboutus .cp_tab *:before, #aboutus .cp_tab *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #aboutus .cp_tab {
    margin: 60px auto; }
    @media only screen and (max-width: 959px) {
      #aboutus .cp_tab {
        margin: 40px 0;
        width: 100%; } }
  #aboutus .cp_tab > input[type='radio'] {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none; }
  #aboutus .cp_tab .cp_tabpanel {
    display: none; }
  #aboutus .cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
  #aboutus .cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
  #aboutus .cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
  #aboutus .cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
  #aboutus .cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
  #aboutus .cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
    display: block; }
  #aboutus .cp_tab > label {
    position: relative;
    display: inline-block;
    width: 30%;
    padding: 15px 0;
    cursor: pointer;
    border: 2px solid transparent;
    border-bottom: 0;
    background: #8eaebd;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px 6px 0 0;
    font-family: "Noto Serif JP", "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif; }
    @media only screen and (max-width: 959px) {
      #aboutus .cp_tab > label {
        font-size: 16px;
        padding: 10px 0; } }
    @media only screen and (max-width: 599px) {
      #aboutus .cp_tab > label {
        font-size: 12px;
        padding: 8px 0; } }
  #aboutus .cp_tab > label:hover,
  #aboutus .cp_tab > input:focus + label {
    /*color: #0066cc;*/ }
  #aboutus .cp_tab > input:checked + label {
    margin-bottom: -2px;
    border-color: #031424;
    color: #031424;
    background: #fff;
    border-bottom: 2px solid #ffffff;
    /*背景色と同じ*/
    border-radius: 6px 6px 0 0; }
  #aboutus .cp_tab .cp_tabpanel {
    padding: 50px 40px;
    border-top: 2px solid #031424;
    text-align: left; }
    @media only screen and (max-width: 959px) {
      #aboutus .cp_tab .cp_tabpanel {
        padding: 20px; } }
    @media only screen and (max-width: 599px) {
      #aboutus .cp_tab .cp_tabpanel {
        padding: 20px 0; } }
    #aboutus .cp_tab .cp_tabpanel ul.option_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0;
      padding: 0;
      list-style: none; }
      #aboutus .cp_tab .cp_tabpanel ul.option_list li {
        width: 28%;
        margin: 0 0 60px; }
        @media only screen and (max-width: 599px) {
          #aboutus .cp_tab .cp_tabpanel ul.option_list li {
            width: 47%;
            margin: 0 0 30px; } }
        #aboutus .cp_tab .cp_tabpanel ul.option_list li img {
          width: 100%;
          display: block;
          margin: 0 auto 10px;
          border: 1px solid #ccc; }
          @media only screen and (max-width: 599px) {
            #aboutus .cp_tab .cp_tabpanel ul.option_list li img {
              margin: 0 auto 5px; } }
        #aboutus .cp_tab .cp_tabpanel ul.option_list li .goods_title {
          font-size: 18px;
          font-weight: bold; }
          @media only screen and (max-width: 599px) {
            #aboutus .cp_tab .cp_tabpanel ul.option_list li .goods_title {
              font-size: 14px; } }
        #aboutus .cp_tab .cp_tabpanel ul.option_list li .price {
          font-weight: bold; }
          #aboutus .cp_tab .cp_tabpanel ul.option_list li .price span {
            font-size: 18px;
            color: #932b2a; }
            @media only screen and (max-width: 599px) {
              #aboutus .cp_tab .cp_tabpanel ul.option_list li .price span {
                font-size: 12px; } }
            #aboutus .cp_tab .cp_tabpanel ul.option_list li .price span.kai::after {
              content: "円/回";
              font-size: 14px; }
              @media only screen and (max-width: 599px) {
                #aboutus .cp_tab .cp_tabpanel ul.option_list li .price span.kai::after {
                  font-size: 10px; } }
            #aboutus .cp_tab .cp_tabpanel ul.option_list li .price span.day::after {
              content: "円/日";
              font-size: 14px; }
              @media only screen and (max-width: 599px) {
                #aboutus .cp_tab .cp_tabpanel ul.option_list li .price span.day::after {
                  font-size: 10px; } }
            #aboutus .cp_tab .cp_tabpanel ul.option_list li .price span.mon::after {
              content: "円/月";
              font-size: 14px; }
              @media only screen and (max-width: 599px) {
                #aboutus .cp_tab .cp_tabpanel ul.option_list li .price span.mon::after {
                  font-size: 10px; } }
        #aboutus .cp_tab .cp_tabpanel ul.option_list li p {
          margin: 0 0; }
          @media only screen and (max-width: 599px) {
            #aboutus .cp_tab .cp_tabpanel ul.option_list li p {
              font-size: 10px; } }
  #aboutus .accbox {
    margin: 0 30px;
    padding: 0;
    width: auto; }
    @media only screen and (max-width: 959px) {
      #aboutus .accbox {
        margin: 0 10px; } }
    @media only screen and (max-width: 599px) {
      #aboutus .accbox {
        margin: 0; } }
  #aboutus .accbox label {
    text-align: left;
    display: block;
    font-size: 18px;
    color: #031424;
    cursor: pointer;
    position: relative;
    padding: 20px 35px;
    /*&::after{
			content: url(../img/aboutus/faq_plus.svg);
			position: absolute;
			right: 5px;
			width: 22px;
			height: 22px;
			top: 20px;
			bottom: 0;
			@media only screen and (max-width:599px){
				widows: 10px;
				height: 10px;
				top: 15px;
			}
		}*/ }
    @media only screen and (max-width: 599px) {
      #aboutus .accbox label {
        font-size: 14px;
        padding: 15px 30px; } }
    #aboutus .accbox label::before {
      content: "Q";
      position: absolute;
      left: 0;
      top: 20px;
      bottom: 0;
      margin: auto;
      font-family: "Noto Serif JP", "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif;
      font-size: 28px;
      line-height: 28px;
      font-weight: bold;
      color: #8eaebd; }
      @media only screen and (max-width: 599px) {
        #aboutus .accbox label::before {
          font-size: 22px;
          line-height: 22px;
          top: 15px; } }
  #aboutus .accbox input {
    display: none; }
  #aboutus .accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s; }
    #aboutus .accbox .accshow a {
      text-decoration: underline; }
      #aboutus .accbox .accshow a:hover {
        text-decoration: none; }
  #aboutus .cssacc:checked + .accshow {
    height: auto;
    padding: 20px;
    background: #e8eff2;
    text-align: left;
    opacity: 1; }
    @media only screen and (max-width: 599px) {
      #aboutus .cssacc:checked + .accshow {
        padding: 15px;
        line-height: 1.7em; } }
  #aboutus .table_scroll {
    overflow: auto;
    white-space: nowrap;
    margin: 0 30px; }
    @media only screen and (max-width: 959px) {
      #aboutus .table_scroll {
        margin: 0 5px; } }
    @media only screen and (max-width: 599px) {
      #aboutus .table_scroll {
        margin: 0 0; } }
  #aboutus .table_scroll::-webkit-scrollbar {
    height: 5px; }
  #aboutus .table_scroll::-webkit-scrollbar-track {
    background: #F1F1F1; }
  #aboutus .table_scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC; }
  #aboutus table.price_table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    border: 2px solid #ffffff;
    /* 外枠 */ }
    #aboutus table.price_table tr:nth-child(odd) {
      background: #f3f7f8; }
    #aboutus table.price_table th {
      background: #e8eff2;
      font-size: 12px;
      font-weight: lighter;
      text-align: center;
      border-style: none solid;
      /* 線種 */
      border-width: 1px;
      /* 線の太さ */
      border-color: #ccc;
      /* 線色 */
      padding: 10px; }
      @media only screen and (max-width: 959px) {
        #aboutus table.price_table th {
          font-size: 8px;
          padding: 6px; } }
      #aboutus table.price_table th span {
        font-size: 18px;
        font-weight: bold;
        font-family: "Noto Serif JP", "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif; }
        @media only screen and (max-width: 959px) {
          #aboutus table.price_table th span {
            font-size: 16px;
            display: block; } }
    #aboutus table.price_table td {
      width: 22%;
      text-align: center;
      border-style: none solid;
      /* 線種 */
      border-width: 1px;
      /* 線の太さ */
      border-color: #ccc;
      /* 線色 */
      padding: 10px;
      font-size: 16px; }
      @media only screen and (max-width: 959px) {
        #aboutus table.price_table td {
          font-size: 14px;
          padding: 6px 15px; } }
      #aboutus table.price_table td.title {
        width: 12%;
        font-size: 20px;
        padding: 8px 10px;
        font-weight: bold;
        font-family: "Noto Serif JP", "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif; }
        @media only screen and (max-width: 959px) {
          #aboutus table.price_table td.title {
            font-size: 16px;
            padding: 6px; } }
      @media only screen and (max-width: 599px) {
        #aboutus table.price_table td.kou {
          font-size: 14px; } }
      #aboutus table.price_table td span.day {
        display: block;
        font-size: 16px; }
        @media only screen and (max-width: 599px) {
          #aboutus table.price_table td span.day {
            font-size: 14px; } }
        #aboutus table.price_table td span.day::after {
          content: "円/日";
          display: inline;
          padding-left: 0.1em;
          font-size: 16px; }
          @media only screen and (max-width: 599px) {
            #aboutus table.price_table td span.day::after {
              font-size: 14px; } }
      #aboutus table.price_table td span.week {
        display: block;
        font-size: 12px; }
        @media only screen and (max-width: 599px) {
          #aboutus table.price_table td span.week {
            font-size: 10px; } }
        #aboutus table.price_table td span.week::after {
          content: "円/週";
          display: inline;
          padding-left: 0.1em;
          font-size: 12px; }
          @media only screen and (max-width: 599px) {
            #aboutus table.price_table td span.week::after {
              font-size: 10px; } }
      #aboutus table.price_table td span.op {
        display: block;
        font-size: 12px; }
        @media only screen and (max-width: 599px) {
          #aboutus table.price_table td span.op {
            font-size: 10px; } }
  #aboutus .price_atte {
    border: 2px solid #eee;
    margin: 10px 30px 60px;
    padding: 10px;
    color: #666;
    text-align: left;
    font-size: 12px; }
    @media only screen and (max-width: 599px) {
      #aboutus .price_atte {
        margin: 10px 0 40px;
        font-size: 10px; } }
  #aboutus table.aboutus_table {
    border-collapse: collapse;
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    margin: 0 30px; }
    @media only screen and (max-width: 599px) {
      #aboutus table.aboutus_table {
        margin: 0;
        border-bottom: none; } }
    #aboutus table.aboutus_table th {
      border-right: #ccc solid 1px;
      border-bottom: #ccc solid 1px;
      background: #f3f7f8;
      text-align: left;
      font-weight: bold;
      padding: 15px;
      width: 180px; }
      @media only screen and (max-width: 599px) {
        #aboutus table.aboutus_table th {
          display: block;
          width: 100%;
          margin: 0;
          padding: 8px; } }
    #aboutus table.aboutus_table td {
      border-right: #ccc solid 1px;
      border-bottom: #ccc solid 1px;
      text-align: left;
      padding: 15px;
      line-height: 1.8em; }
      @media only screen and (max-width: 599px) {
        #aboutus table.aboutus_table td {
          display: block;
          width: 100%;
          margin: 0;
          padding: 8px;
          line-height: 1.7em; } }
  #aboutus p.def_txt {
    text-align: center;
    width: 100%;
    margin: 0 0 10px;
    line-height: 1.8em;
    padding: 0; }
    @media only screen and (max-width: 599px) {
      #aboutus p.def_txt {
        text-align: left; } }
  #aboutus img.img_facility {
    width: auto;
    display: block;
    margin: 40px auto; }
    @media only screen and (max-width: 959px) {
      #aboutus img.img_facility {
        width: 361px;
        height: auto; } }
  #aboutus table.facility_table {
    width: 1040px;
    border-collapse: collapse;
    margin: 0 30px; }
    @media only screen and (max-width: 959px) {
      #aboutus table.facility_table {
        width: auto;
        margin: 0 10px; } }
    @media only screen and (max-width: 599px) {
      #aboutus table.facility_table {
        margin: 0; } }
    #aboutus table.facility_table tr:nth-child(odd) {
      background: #f3f7f8; }
    #aboutus table.facility_table th {
      width: 150px;
      text-align: left;
      padding: 20px; }
      @media only screen and (max-width: 959px) {
        #aboutus table.facility_table th {
          width: 120px;
          padding: 10px; } }
      @media only screen and (max-width: 599px) {
        #aboutus table.facility_table th {
          width: 80px; } }
    #aboutus table.facility_table td {
      text-align: left;
      padding: table; }
      @media only screen and (max-width: 599px) {
        #aboutus table.facility_table td {
          padding: 10px; } }
  #aboutus ul.option_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 30px;
    padding: 0; }
    @media only screen and (max-width: 959px) {
      #aboutus ul.option_table {
        margin: 0; } }
    #aboutus ul.option_table li {
      border: 1px solid #ccc;
      padding: 15px;
      width: 24%; }
      @media only screen and (max-width: 599px) {
        #aboutus ul.option_table li {
          width: 49%;
          margin: 0 0 10px;
          padding: 10px; } }
      #aboutus ul.option_table li img.circle_cut {
        display: block;
        margin: 15px auto 20px;
        border-radius: 50%;
        width: 124px;
        height: 124px; }
        @media only screen and (max-width: 599px) {
          #aboutus ul.option_table li img.circle_cut {
            margin: 0 auto 10px;
            width: 70px;
            height: 70px; } }
      #aboutus ul.option_table li .op_name {
        text-align: center;
        color: #30415d;
        font-weight: bold;
        font-size: 22px;
        line-height: 1.2em;
        letter-spacing: 1px;
        font-family: "Noto Serif JP", "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif; }
        @media only screen and (max-width: 959px) {
          #aboutus ul.option_table li .op_name {
            font-size: 16px; } }
        #aboutus ul.option_table li .op_name span {
          font-size: 16px;
          letter-spacing: 0px; }
          @media only screen and (max-width: 959px) {
            #aboutus ul.option_table li .op_name span {
              font-size: 11px; } }
      #aboutus ul.option_table li .op_txt {
        text-align: left;
        line-height: 1.7em;
        margin: 10px 0 0 0; }
  #aboutus .img_corpo {
    display: block;
    margin: 30px auto;
    width: auto;
    height: auto; }
    @media only screen and (max-width: 959px) {
      #aboutus .img_corpo {
        width: 70%; } }
    @media only screen and (max-width: 599px) {
      #aboutus .img_corpo {
        width: 90%; } }
  #aboutus .toku_3 {
    background: #e8eff2;
    margin: 0 0 60px;
    padding: 30px 40px;
    position: relative; }
    @media only screen and (max-width: 959px) {
      #aboutus .toku_3 {
        margin: 0 5px 40px;
        padding: 30px 15px 15px; } }
    @media only screen and (max-width: 599px) {
      #aboutus .toku_3 {
        margin: 0 0 40px;
        padding: 20px 10px; } }
    #aboutus .toku_3 .img_free {
      position: absolute;
      top: -10px;
      right: 10px;
      width: 144px;
      height: auto;
      display: block; }
      @media only screen and (max-width: 959px) {
        #aboutus .toku_3 .img_free {
          top: -50px;
          right: 5px;
          width: 110px; } }
      @media only screen and (max-width: 599px) {
        #aboutus .toku_3 .img_free {
          top: 40px;
          right: 0;
          width: 90px; } }
    #aboutus .toku_3 dl {
      color: #0b8b86;
      font-weight: bold;
      font-family: "Noto Serif JP", "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 0 30px;
      padding: 0; }
      @media only screen and (max-width: 599px) {
        #aboutus .toku_3 dl {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      #aboutus .toku_3 dl dt {
        font-size: 18px;
        line-height: 1.2em;
        text-align: left;
        margin: 0 5px 0 0; }
        @media only screen and (max-width: 599px) {
          #aboutus .toku_3 dl dt {
            font-size: 12px;
            text-align: center; } }
      #aboutus .toku_3 dl dd {
        font-size: 41px;
        line-height: 1.1em;
        margin: 0; }
        @media only screen and (max-width: 599px) {
          #aboutus .toku_3 dl dd {
            font-size: 24px; } }
    #aboutus .toku_3 ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      list-style: none;
      margin: 0;
      padding: 0; }
      @media only screen and (max-width: 599px) {
        #aboutus .toku_3 ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      #aboutus .toku_3 ul li {
        width: 320px;
        background: #ffffff;
        text-align: center;
        padding: 25px 15px 15px;
        position: relative;
        font-size: 12px; }
        @media only screen and (max-width: 959px) {
          #aboutus .toku_3 ul li {
            width: 32%;
            font-size: 10px;
            line-height: 1.2em; } }
        @media only screen and (max-width: 599px) {
          #aboutus .toku_3 ul li {
            width: auto;
            margin: 0 0 30px; } }
        #aboutus .toku_3 ul li:nth-child(1)::after {
          content: url(/files/img/aboutus/icon_1.svg);
          width: 45px;
          height: auto;
          display: block;
          position: absolute;
          top: -20px;
          left: 0;
          right: 0;
          margin: 0 auto; }
        #aboutus .toku_3 ul li:nth-child(2)::after {
          content: url(/files/img/aboutus/icon_2.svg);
          width: 45px;
          height: auto;
          display: block;
          position: absolute;
          top: -20px;
          left: 0;
          right: 0;
          margin: 0 auto; }
        #aboutus .toku_3 ul li:nth-child(3)::after {
          content: url(/files/img/aboutus/icon_3.svg);
          width: 45px;
          height: auto;
          display: block;
          position: absolute;
          top: -20px;
          left: 0;
          right: 0;
          margin: 0 auto; }
        @media only screen and (max-width: 959px) {
          #aboutus .toku_3 ul li:nth-child(3) {
            margin: 0; } }
        #aboutus .toku_3 ul li p {
          font-family: "Noto Serif JP", "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif;
          font-size: 22px;
          font-weight: bold;
          margin: 0;
          padding: 0;
          line-height: 1.4em;
          display: block;
          height: 100px; }
          @media only screen and (max-width: 959px) {
            #aboutus .toku_3 ul li p {
              height: 80px;
              font-size: 18px;
              line-height: 1.5em; } }
          #aboutus .toku_3 ul li p.one {
            line-height: 100px; }
            @media only screen and (max-width: 959px) {
              #aboutus .toku_3 ul li p.one {
                line-height: 80px; } }
          #aboutus .toku_3 ul li p.seco {
            padding: 15px 0; }
            @media only screen and (max-width: 959px) {
              #aboutus .toku_3 ul li p.seco {
                padding: 10px; } }
          #aboutus .toku_3 ul li p span {
            color: #cf6766;
            font-size: 32px; }
            @media only screen and (max-width: 959px) {
              #aboutus .toku_3 ul li p span {
                font-size: 28px; } }
            #aboutus .toku_3 ul li p span.yachin {
              font-size: 38px; }
              @media only screen and (max-width: 959px) {
                #aboutus .toku_3 ul li p span.yachin {
                  font-size: 32px; } }
  #aboutus .mainimage_pc {
    width: 100%;
    max-width: 1100px; }
    @media only screen and (max-width: 959px) {
      #aboutus .mainimage_pc {
        width: 100%;
        max-width: none; } }
    @media only screen and (max-width: 599px) {
      #aboutus .mainimage_pc {
        display: none; } }
  #aboutus .mainimage_sp {
    display: none; }
    @media only screen and (max-width: 599px) {
      #aboutus .mainimage_sp {
        display: block; } }
  #aboutus .point_set {
    list-style: none;
    border: 1px solid #ccc;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px 0; }
    @media only screen and (max-width: 959px) {
      #aboutus .point_set {
        margin: 20px 5px; }
        #aboutus .point_set li {
          width: 22%; } }
    @media only screen and (max-width: 599px) {
      #aboutus .point_set {
        margin: 20px 0;
        padding: 15px 25px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #aboutus .point_set li {
          width: 45%; } }
  #aboutus .menu_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 959px) {
      #aboutus .menu_set {
        margin: 0 5px 20px; } }
    @media only screen and (max-width: 599px) {
      #aboutus .menu_set {
        margin: 0 0 20px; } }
    #aboutus .menu_set li {
      border: 1px solid #ccc;
      width: 31%;
      padding: 30px;
      overflow: hidden;
      position: relative;
      /* 相対位置指定 */
      margin: 0 0 35px; }
      @media only screen and (max-width: 959px) {
        #aboutus .menu_set li {
          width: 49%;
          padding: 20px;
          margin: 0 0 20px; } }
      @media only screen and (max-width: 599px) {
        #aboutus .menu_set li {
          width: 100%;
          padding: 10px 20px 20px; } }
      #aboutus .menu_set li a {
        outline: none; }
      #aboutus .menu_set li img {
        width: 150px;
        height: auto; }
        @media only screen and (max-width: 959px) {
          #aboutus .menu_set li img {
            width: 85px; } }
      #aboutus .menu_set li .catch {
        font-family: "Noto Serif JP", "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif;
        font-size: 22px;
        line-height: 1.4em;
        font-weight: bold;
        color: #30415d;
        margin: 0 0 10px; }
        @media only screen and (max-width: 599px) {
          #aboutus .menu_set li .catch {
            font-size: 18px;
            margin: 0 0 5px; } }
      #aboutus .menu_set li p {
        text-align: left;
        line-height: 1.6em;
        margin: 0;
        padding: 0; }
      #aboutus .menu_set li .mask {
        width: 100%;
        height: 100%;
        position: absolute;
        /* 絶対位置指定 */
        top: 0;
        left: 0;
        opacity: 0;
        /* マスクを表示しない */
        background-color: rgba(3, 20, 36, 0.7);
        /* マスクは半透明 */
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      #aboutus .menu_set li .caption {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        font-size: 14px;
        text-align: center;
        padding: 10px;
        width: 10em;
        height: 3em;
        color: #ffffff;
        border: 1px solid #ffffff; }
      #aboutus .menu_set li:hover .mask {
        opacity: 1;
        /* マスクを表示する */ }
        @media only screen and (max-width: 959px) {
          #aboutus .menu_set li:hover .mask {
            opacity: 0; } }
      #aboutus .menu_set li .btn_cap {
        display: none; }
        @media only screen and (max-width: 959px) {
          #aboutus .menu_set li .btn_cap {
            background: #30415d;
            color: #ffffff;
            font-weight: bold;
            font-size: 14px;
            border-radius: 5px;
            display: block;
            width: 12em;
            margin: 15px auto 5px;
            padding: 10px 0; } }
  #aboutus .birthday {
    margin: 100px 0 60px;
    text-align: center; }
    @media only screen and (max-width: 959px) {
      #aboutus .birthday {
        width: 40px 0 60px; } }
    #aboutus .birthday img {
      width: 591px;
      height: auto;
      display: block;
      margin: 0 auto; }
      @media only screen and (max-width: 959px) {
        #aboutus .birthday img {
          width: 330px; } }
  #aboutus .mt60 {
    margin: 60px 0 0 0; }
  #aboutus .order_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px 0 0 0;
    padding: 0; }
    @media only screen and (max-width: 959px) {
      #aboutus .order_box {
        margin: 40px 10px 0; } }
    @media only screen and (max-width: 599px) {
      #aboutus .order_box {
        margin: 20px 0 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    #aboutus .order_box li {
      width: 48%;
      border: 1px solid #ccc;
      margin: 0 0 40px;
      text-align: left;
      list-style: none;
      padding: 30px 30px 15px; }
      @media only screen and (max-width: 959px) {
        #aboutus .order_box li {
          width: 49%;
          padding: 15px 15px 0;
          margin: 0 0 15px; } }
      @media only screen and (max-width: 599px) {
        #aboutus .order_box li {
          width: auto;
          padding: 15px 15px 0;
          margin: 0 0 10px; } }
      #aboutus .order_box li .ob_title {
        display: block;
        height: 100px;
        padding: 0 0 0 120px;
        font-family: "Noto Serif JP", "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif;
        font-size: 22px;
        color: #30415d;
        font-weight: bold;
        line-height: 1.3em;
        margin: 0 0 20px; }
        @media only screen and (max-width: 959px) {
          #aboutus .order_box li .ob_title {
            padding: 0 0 0 70px;
            font-size: 18px;
            height: auto;
            margin: 0 0 10px; } }
        #aboutus .order_box li .ob_title span {
          font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
          font-size: 12px;
          color: #fff;
          width: 6.5em;
          text-align: center;
          background: #8eaebd;
          display: block;
          padding: 4px 0;
          line-height: 1em;
          margin: 0 0 10px; }
          @media only screen and (max-width: 959px) {
            #aboutus .order_box li .ob_title span {
              font-size: 10px;
              margin: 0 0 5px; } }
      #aboutus .order_box li .no1 {
        background: url(/files/img/aboutus/img_no1.png) no-repeat left center; }
        @media only screen and (max-width: 959px) {
          #aboutus .order_box li .no1 {
            background-size: 60px; } }
      #aboutus .order_box li .no2 {
        background: url(/files/img/aboutus/img_no2.png) no-repeat left center; }
        @media only screen and (max-width: 959px) {
          #aboutus .order_box li .no2 {
            background-size: 60px; } }
      #aboutus .order_box li .no3 {
        background: url(/files/img/aboutus/img_no3.png) no-repeat left center; }
        @media only screen and (max-width: 959px) {
          #aboutus .order_box li .no3 {
            background-size: 60px; } }
      #aboutus .order_box li .no4 {
        background: url(/files/img/aboutus/img_no4.png) no-repeat left center; }
        @media only screen and (max-width: 959px) {
          #aboutus .order_box li .no4 {
            background-size: 60px; } }
  #aboutus .for_contact {
    margin: 160px 0; }
    @media only screen and (max-width: 599px) {
      #aboutus .for_contact {
        margin: 80px 0; } }
    #aboutus .for_contact .icon_exc {
      font-family: "Noto Serif JP", "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif;
      font-size: 28px;
      line-height: 1.3em;
      font-weight: bold;
      position: relative; }
      @media only screen and (max-width: 959px) {
        #aboutus .for_contact .icon_exc {
          font-size: 24px; } }
      @media only screen and (max-width: 599px) {
        #aboutus .for_contact .icon_exc {
          font-size: 18px; } }
      #aboutus .for_contact .icon_exc::before {
        position: absolute;
        left: 0;
        right: 0;
        top: -80px;
        margin: auto;
        content: "";
        background: url(/files/img/aboutus/icon_exc.svg) no-repeat top center;
        background-size: 60px;
        width: 60px;
        height: 60px; }
        @media only screen and (max-width: 599px) {
          #aboutus .for_contact .icon_exc::before {
            top: -50px;
            background-size: 40px;
            width: 40px;
            height: 40px; } }
    #aboutus .for_contact .gray_contact {
      background: #f2f2f2;
      padding: 30px 0;
      font-family: "Noto Serif JP", "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif;
      font-weight: bold;
      font-size: 16px; }
      @media only screen and (max-width: 959px) {
        #aboutus .for_contact .gray_contact {
          margin: 0 10px; } }
      @media only screen and (max-width: 599px) {
        #aboutus .for_contact .gray_contact {
          margin: 0;
          font-size: 12px;
          padding: 20px; } }
      #aboutus .for_contact .gray_contact .policy_box {
        width: auto;
        margin: 0 30px;
        padding: 0 10px;
        height: 300px;
        overflow: auto;
        font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
        font-weight: lighter;
        background: #fff;
        border: 1px solid #ccc;
        text-align: left;
        font-size: 12px; }
        @media only screen and (max-width: 959px) {
          #aboutus .for_contact .gray_contact .policy_box {
            margin: 0 20px;
            height: 200px; } }
        @media only screen and (max-width: 599px) {
          #aboutus .for_contact .gray_contact .policy_box {
            margin: 0;
            height: 150px; } }
        #aboutus .for_contact .gray_contact .policy_box dl dt {
          font-weight: bold;
          font-size: 14px; }
        #aboutus .for_contact .gray_contact .policy_box dl dd {
          margin: 0 0 15px; }
      #aboutus .for_contact .gray_contact .step_check {
        font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
        font-weight: lighter;
        margin: 20px 0; }
        @media only screen and (max-width: 599px) {
          #aboutus .for_contact .gray_contact .step_check {
            margin: 10px 0; } }
        #aboutus .for_contact .gray_contact .step_check .blue_link {
          text-decoration: underline;
          color: #2e46ad; }
      #aboutus .for_contact .gray_contact .btn_add {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 70%;
        margin: 0 auto; }
        @media only screen and (max-width: 959px) {
          #aboutus .for_contact .gray_contact .btn_add {
            width: auto;
            margin: 0 20px; } }
        @media only screen and (max-width: 599px) {
          #aboutus .for_contact .gray_contact .btn_add {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin: 0; } }
        #aboutus .for_contact .gray_contact .btn_add li {
          width: 45%; }
          @media only screen and (max-width: 959px) {
            #aboutus .for_contact .gray_contact .btn_add li {
              margin: 0; } }
          @media only screen and (max-width: 599px) {
            #aboutus .for_contact .gray_contact .btn_add li {
              width: auto;
              margin: 0 0 10px; } }
      #aboutus .for_contact .gray_contact ul {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 20px 0 0 0;
        padding: 0; }
        @media only screen and (max-width: 599px) {
          #aboutus .for_contact .gray_contact ul {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin: 10px 0 0 0; } }
        #aboutus .for_contact .gray_contact ul li {
          text-align: left; }
          @media only screen and (max-width: 599px) {
            #aboutus .for_contact .gray_contact ul li {
              text-align: center; } }
          #aboutus .for_contact .gray_contact ul li span.tel {
            font-weight: lighter;
            font-size: 34px;
            line-height: 1em;
            position: relative;
            padding: 0 0 0 42px; }
            @media only screen and (max-width: 599px) {
              #aboutus .for_contact .gray_contact ul li span.tel {
                font-size: 26px;
                margin: 10px 0 0 0; } }
            #aboutus .for_contact .gray_contact ul li span.tel::before {
              content: "";
              position: absolute;
              left: 0;
              top: 0;
              bottom: 0;
              margin: auto;
              background: url(/images/setting/tel.png) no-repeat left center;
              width: 37px;
              height: 27px; }
          #aboutus .for_contact .gray_contact ul li span.time {
            font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
            font-size: 12px;
            font-weight: lighter;
            display: block; }
            @media only screen and (max-width: 599px) {
              #aboutus .for_contact .gray_contact ul li span.time {
                font-size: 10px;
                margin: 0 0 10px; } }
          #aboutus .for_contact .gray_contact ul li a.btn_req {
            background: #cf6766;
            color: #fff;
            font-size: 18px;
            padding: 12px 40px;
            margin: 0 0 0 20px;
            display: block;
            border-radius: 5px; }
            @media only screen and (max-width: 959px) {
              #aboutus .for_contact .gray_contact ul li a.btn_req {
                font-size: 16px;
                padding: 12px 15px; } }
            @media only screen and (max-width: 599px) {
              #aboutus .for_contact .gray_contact ul li a.btn_req {
                margin: 0 auto;
                font-size: 14px;
                width: 18em; } }
            #aboutus .for_contact .gray_contact ul li a.btn_req span {
              position: relative;
              padding: 0 0 0 30px; }
              #aboutus .for_contact .gray_contact ul li a.btn_req span::before {
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                content: "";
                background: url(/images/setting/article_single_cont_btn.svg) no-repeat left center;
                background-size: 24px;
                width: 24px;
                height: 24px; }
                @media only screen and (max-width: 599px) {
                  #aboutus .for_contact .gray_contact ul li a.btn_req span::before {
                    background-size: 18px;
                    width: 18px;
                    height: 18px; } }
  #aboutus .title_orderflow {
    position: relative;
    line-height: 1.4;
    padding: 0.2em 2em;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    font-family: "Noto Serif JP", "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif;
    color: #031424;
    top: 0;
    margin: 0 0 40px; }
    @media only screen and (max-width: 599px) {
      #aboutus .title_orderflow {
        font-size: 16px;
        padding: 0.2em 1em;
        margin: 0 0 20px; } }
    #aboutus .title_orderflow:before {
      position: absolute;
      top: 0;
      content: '';
      width: 8px;
      height: 100%;
      display: inline-block;
      border-left: solid 2px #031424;
      border-top: solid 2px #031424;
      border-bottom: solid 2px #031424;
      left: 0; }
      @media only screen and (max-width: 599px) {
        #aboutus .title_orderflow:before {
          border-left: solid 1px #031424;
          border-top: solid 1px #031424;
          border-bottom: solid 1px #031424; } }
    #aboutus .title_orderflow:after {
      position: absolute;
      top: 0;
      content: '';
      width: 8px;
      height: 100%;
      display: inline-block;
      border-top: solid 2px #031424;
      border-right: solid 2px #031424;
      border-bottom: solid 2px #031424;
      right: 0; }
      @media only screen and (max-width: 599px) {
        #aboutus .title_orderflow:after {
          border-right: solid 1px #031424;
          border-top: solid 1px #031424;
          border-bottom: solid 1px #031424; } }
    #aboutus .title_orderflow span {
      font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
      color: #8eaebd;
      font-size: 14px; }
      @media only screen and (max-width: 599px) {
        #aboutus .title_orderflow span {
          font-size: 10px; } }
  #aboutus .orderflow {
    margin: 40px 0 30px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none; }
    @media only screen and (max-width: 959px) {
      #aboutus .orderflow {
        margin: 40px 10px 20px; } }
    @media only screen and (max-width: 599px) {
      #aboutus .orderflow {
        margin: 20px 0; } }
    #aboutus .orderflow li {
      width: 255px;
      text-align: left;
      margin: 0 0 40px;
      position: relative; }
      @media only screen and (max-width: 959px) {
        #aboutus .orderflow li {
          width: 23%; } }
      @media only screen and (max-width: 599px) {
        #aboutus .orderflow li {
          width: 47%;
          font-size: 12px;
          line-height: 1.2em; } }
      #aboutus .orderflow li .flow_no {
        position: absolute;
        background: url(/files/img/aboutus/icon_omflow.svg) no-repeat left top;
        background-size: 55px;
        width: 55px;
        height: 55px;
        line-height: 50px;
        font-size: 22px;
        font-family: "Noto Serif JP", "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif;
        top: -20px;
        left: -5px;
        color: #fff;
        font-weight: bold;
        text-align: center; }
        @media only screen and (max-width: 599px) {
          #aboutus .orderflow li .flow_no {
            background-size: 40px;
            width: 40px;
            height: 40px;
            line-height: 35px;
            font-size: 16px;
            left: -2px; } }
      #aboutus .orderflow li img {
        margin: 0 0 5px; }
      #aboutus .orderflow li .ex {
        font-size: 12px; }
        @media only screen and (max-width: 599px) {
          #aboutus .orderflow li .ex {
            font-size: 10px; } }
  #aboutus .flow_fini {
    margin: 0 0 40px; }
    #aboutus .flow_fini img {
      width: 100%;
      max-width: none; }
  @media only screen and (max-width: 959px) {
    #aboutus .tablr10 {
      margin: 0 10px; } }
  @media only screen and (max-width: 599px) {
    #aboutus .tablr10 {
      margin: 0; } }
  #aboutus .article_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 959px) {
      #aboutus .article_list {
        margin: 0 10px; } }
    @media only screen and (max-width: 599px) {
      #aboutus .article_list {
        margin: 0; } }
    #aboutus .article_list li {
      width: 47%;
      margin: 0 0 40px; }
      @media only screen and (max-width: 959px) {
        #aboutus .article_list li {
          width: 48%; } }
      @media only screen and (max-width: 599px) {
        #aboutus .article_list li {
          width: 100%;
          margin: 0 0 10px; } }
      #aboutus .article_list li dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #aboutus .article_list li dl dt img {
          width: 250px; }
          @media only screen and (max-width: 959px) {
            #aboutus .article_list li dl dt img {
              width: 150px; } }
        #aboutus .article_list li dl dd {
          max-width: 240px;
          margin: 0;
          padding: 0;
          text-align: left; }
          @media only screen and (max-width: 959px) {
            #aboutus .article_list li dl dd {
              max-width: inherit;
              margin: 0 0 0 10px; } }
          #aboutus .article_list li dl dd span {
            font-size: 18px;
            font-weight: bold; }
            @media only screen and (max-width: 959px) {
              #aboutus .article_list li dl dd span {
                font-size: 16px; } }
          #aboutus .article_list li dl dd p {
            margin: 5px 0 10px;
            line-height: 1.8em; }
            @media only screen and (max-width: 959px) {
              #aboutus .article_list li dl dd p {
                line-height: 1.6em; } }
          #aboutus .article_list li dl dd .btn {
            display: block;
            background: #30415d;
            color: #fff;
            font-weight: bold;
            font-family: "Noto Serif JP", "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif;
            font-size: 18px;
            text-align: center;
            border-radius: 5px;
            height: 2.8em;
            line-height: 2.8em; }
            @media only screen and (max-width: 959px) {
              #aboutus .article_list li dl dd .btn {
                display: none; } }
            #aboutus .article_list li dl dd .btn:hover {
              filter: alpha(opacity=60);
              -moz-opacity: 0.6;
              opacity: 0.6; }
  #aboutus .plan_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 60px 0 120px;
    font-size: 16px; }
    @media only screen and (max-width: 959px) {
      #aboutus .plan_set {
        font-size: 14px;
        margin: 40px 0 80px; } }
    @media only screen and (max-width: 599px) {
      #aboutus .plan_set {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 40px 0 0; } }
    #aboutus .plan_set .plan_box {
      width: 46%; }
      @media only screen and (max-width: 959px) {
        #aboutus .plan_set .plan_box {
          width: 48.5%; } }
      @media only screen and (max-width: 599px) {
        #aboutus .plan_set .plan_box {
          width: auto;
          margin: 0 0 40px; } }
      #aboutus .plan_set .plan_box .bg_blue {
        background: #88abda;
        /*塗りつぶし色*/ }
      #aboutus .plan_set .plan_box .bg_pink {
        background: #f29c9f;
        /*塗りつぶし色*/ }
      #aboutus .plan_set .plan_box h3 {
        font-family: "Noto Serif JP", "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif;
        font-size: 24px;
        letter-spacing: 4px;
        font-weight: bold;
        display: block;
        position: relative;
        height: 60px;
        /*リボンの高さ*/
        line-height: 60px;
        /*リボンの高さ*/
        vertical-align: middle;
        text-align: center;
        padding: 0 30px;
        /*横の大きさ*/
        color: #FFF;
        /*文字色*/
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 20px; }
        @media only screen and (max-width: 959px) {
          #aboutus .plan_set .plan_box h3 {
            font-size: 18px;
            height: 40px;
            line-height: 40px;
            padding: 0 20px;
            /*横の大きさ*/
            margin: 0 0 10px; } }
      #aboutus .plan_set .plan_box h3:before, #aboutus .plan_set .plan_box h3:after {
        position: absolute;
        content: '';
        width: 0px;
        height: 0px;
        z-index: 1; }
      #aboutus .plan_set .plan_box h3:before {
        top: 0;
        left: 0;
        border-width: 30px 0px 30px 15px;
        border-color: transparent transparent transparent #fff;
        border-style: solid; }
        @media only screen and (max-width: 959px) {
          #aboutus .plan_set .plan_box h3:before {
            border-width: 20px 0 20px 15px; } }
      #aboutus .plan_set .plan_box h3:after {
        top: 0;
        right: 0;
        border-width: 30px 15px 30px 0px;
        border-color: transparent #fff transparent transparent;
        border-style: solid; }
        @media only screen and (max-width: 959px) {
          #aboutus .plan_set .plan_box h3:after {
            border-width: 20px 15px 20px 0; } }
      #aboutus .plan_set .plan_box ul {
        list-style: none;
        padding: 0;
        margin: 0 0 20px;
        min-height: 150px; }
        @media only screen and (max-width: 959px) {
          #aboutus .plan_set .plan_box ul {
            min-height: 230px;
            margin: 0 0 10px; } }
        @media only screen and (max-width: 599px) {
          #aboutus .plan_set .plan_box ul {
            min-height: inherit; } }
        #aboutus .plan_set .plan_box ul li {
          text-align: left;
          list-style: none;
          position: relative;
          margin: 0 0 10px;
          font-weight: bold;
          padding: 0 0 0 1.5em; }
          @media only screen and (max-width: 959px) {
            #aboutus .plan_set .plan_box ul li {
              margin: 0 0 5px;
              font-size: 13px;
              font-weight: lighter; } }
          #aboutus .plan_set .plan_box ul li::after {
            display: block;
            content: '';
            position: absolute;
            top: .5em;
            left: 0;
            width: 10px;
            height: 4px;
            border-left: 3px solid #a1cf40;
            border-bottom: 3px solid #a1cf40;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
      #aboutus .plan_set .plan_box table {
        width: 100%;
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-spacing: 0; }
        #aboutus .plan_set .plan_box table th {
          height: 6em; }
        #aboutus .plan_set .plan_box table.color_pink {
          border-left: 1px solid #f29c9f;
          border-top: 1px solid #f29c9f;
          border-right: 1px solid #f29c9f; }
          #aboutus .plan_set .plan_box table.color_pink tr th {
            border-right: 1px solid #f29c9f;
            border-bottom: 1px solid #f29c9f;
            background: #fbe1e2; }
          #aboutus .plan_set .plan_box table.color_pink tr td {
            border-bottom: 1px solid #f29c9f; }
        #aboutus .plan_set .plan_box table.color_blue {
          border-left: 1px solid #88abda;
          border-top: 1px solid #88abda;
          border-right: 1px solid #88abda; }
          #aboutus .plan_set .plan_box table.color_blue tr th {
            border-right: 1px solid #88abda;
            border-bottom: 1px solid #88abda;
            background: #dbe6f4; }
          #aboutus .plan_set .plan_box table.color_blue tr td {
            border-bottom: 1px solid #88abda; }
        #aboutus .plan_set .plan_box table tr th {
          border-right: 1px solid #ccc;
          border-bottom: 1px solid #ccc;
          background: #f2f2f2;
          padding: 15px; }
          @media only screen and (max-width: 959px) {
            #aboutus .plan_set .plan_box table tr th {
              padding: 10px 0;
              width: 6em; } }
          @media only screen and (max-width: 959px) {
            #aboutus .plan_set .plan_box table tr th {
              width: auto; } }
        #aboutus .plan_set .plan_box table tr td {
          border-bottom: 1px solid #ccc;
          padding: 15px; }
          @media only screen and (max-width: 959px) {
            #aboutus .plan_set .plan_box table tr td {
              padding: 10px 5px; } }
      #aboutus .plan_set .plan_box .small_def {
        margin: 0;
        font-size: 10px;
        line-height: 1.3em; }
      #aboutus .plan_set .plan_box .small_gray {
        margin: 0;
        color: #999;
        font-size: 10px;
        line-height: 1.3em; }
      #aboutus .plan_set .plan_box .title_ex {
        color: #fff;
        font-weight: bold;
        display: block;
        margin: 30px auto 10px;
        width: 5em;
        padding: 5px 0;
        text-align: center; }
      #aboutus .plan_set .plan_box .excopy {
        font-weight: bold;
        margin: 0 0 10px; }
  #aboutus .other_kagu {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 0 0 60px;
    text-align: left; }
    #aboutus .other_kagu .kagu_title {
      font-size: 16px;
      font-weight: bold;
      height: 3em;
      line-height: 3em; }
      @media only screen and (max-width: 599px) {
        #aboutus .other_kagu .kagu_title {
          height: auto;
          line-height: 1.3em;
          margin-bottom: 10px; } }
      #aboutus .other_kagu .kagu_title span {
        color: #fff;
        background: #8ac25a;
        padding: 7px 10px; }
        @media only screen and (max-width: 599px) {
          #aboutus .other_kagu .kagu_title span {
            display: block;
            width: 5em;
            padding: 0;
            text-align: center;
            font-size: 12px; } }
    #aboutus .other_kagu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      list-style: none;
      margin: 0;
      padding: 0; }
      #aboutus .other_kagu ul li {
        text-align: center;
        height: 2.6em;
        line-height: 2.6em;
        margin: 0 0 8px;
        width: 145px;
        background: #edfbe1;
        color: #407c0c; }
        @media only screen and (max-width: 959px) {
          #aboutus .other_kagu ul li {
            width: 19%; } }
        @media only screen and (max-width: 599px) {
          #aboutus .other_kagu ul li {
            width: 32%; } }
    #aboutus .other_kagu p {
      margin: 0; }
  #aboutus .owner_box {
    margin: 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 599px) {
      #aboutus .owner_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 20px; } }
    #aboutus .owner_box dt {
      width: 370px; }
      @media only screen and (max-width: 959px) {
        #aboutus .owner_box dt {
          width: 40%; } }
      @media only screen and (max-width: 599px) {
        #aboutus .owner_box dt {
          width: auto; } }
      #aboutus .owner_box dt img {
        width: 100%;
        height: auto; }
    #aboutus .owner_box dd {
      width: 700px;
      text-align: left;
      line-height: 1.7em; }
      @media only screen and (max-width: 959px) {
        #aboutus .owner_box dd {
          width: 56%;
          margin: 0; } }
      @media only screen and (max-width: 599px) {
        #aboutus .owner_box dd {
          margin: 10px 0 0 0;
          width: auto; } }
  #aboutus .service_5 {
    width: auto;
    display: block;
    margin: 0 auto 20px; }
    @media only screen and (max-width: 959px) {
      #aboutus .service_5 {
        width: 200px; } }
  #aboutus .tokuten {
    width: 750px;
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 959px) {
      #aboutus .tokuten {
        width: auto; } }
    @media only screen and (max-width: 599px) {
      #aboutus .tokuten {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 30px; } }
    #aboutus .tokuten dt {
      width: 40%; }
      @media only screen and (max-width: 959px) {
        #aboutus .tokuten dt {
          width: 25%; } }
      @media only screen and (max-width: 599px) {
        #aboutus .tokuten dt {
          width: auto;
          margin: 0 0 10px; } }
      #aboutus .tokuten dt img {
        width: auto; }
        @media only screen and (max-width: 959px) {
          #aboutus .tokuten dt img {
            width: 100%; } }
        @media only screen and (max-width: 599px) {
          #aboutus .tokuten dt img {
            width: 150px; } }
    #aboutus .tokuten dd {
      text-align: left;
      width: 60%;
      margin: 0;
      padding: 30px 0 0 0; }
      @media only screen and (max-width: 959px) {
        #aboutus .tokuten dd {
          width: 73%;
          padding: 0; } }
      @media only screen and (max-width: 599px) {
        #aboutus .tokuten dd {
          width: auto; }
          #aboutus .tokuten dd p {
            margin: 0; } }
      #aboutus .tokuten dd .toku_title {
        font-size: 24px;
        font-family: "Noto Serif JP", "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif;
        color: #30415d;
        margin: 0 0 10px;
        padding: 0 0 0 90px; }
        @media only screen and (max-width: 959px) {
          #aboutus .tokuten dd .toku_title {
            font-size: 18px;
            padding: 0 0 0 45px; } }
        @media only screen and (max-width: 599px) {
          #aboutus .tokuten dd .toku_title {
            font-size: 16px;
            font-weight: bold;
            margin: 0; } }
      #aboutus .tokuten dd .t_point_1 {
        background: url(/files/img/service/point_1.png) no-repeat left center; }
        @media only screen and (max-width: 959px) {
          #aboutus .tokuten dd .t_point_1 {
            background-size: 40px 20px; } }
      #aboutus .tokuten dd .t_point_2 {
        background: url(/files/img/service/point_2.png) no-repeat left center; }
        @media only screen and (max-width: 959px) {
          #aboutus .tokuten dd .t_point_2 {
            background-size: 40px 20px; } }
      #aboutus .tokuten dd .t_point_3 {
        background: url(/files/img/service/point_3.png) no-repeat left center; }
        @media only screen and (max-width: 959px) {
          #aboutus .tokuten dd .t_point_3 {
            background-size: 40px 20px; } }
      #aboutus .tokuten dd p {
        line-height: 1.8em; }
  #aboutus .button_add {
    color: #fff;
    font-style: "Noto Serif JP", "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif;
    font-size: 18px;
    font-weight: bold;
    background: #30415d;
    display: block;
    border-radius: 10px;
    height: 4em;
    line-height: 4em;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media only screen and (max-width: 959px) {
      #aboutus .button_add {
        font-size: 16px; } }
    @media only screen and (max-width: 599px) {
      #aboutus .button_add {
        height: 3em;
        line-height: 3em;
        border-radius: 5px; } }
    #aboutus .button_add:hover {
      background: #8eaebd; }
    #aboutus .button_add::before {
      display: inline-block;
      content: '';
      width: 11px;
      height: 10px;
      background: url(/images/setting/arrow2.svg) 0 center no-repeat;
      background-size: 11px 10px;
      vertical-align: baseline;
      margin-right: 13px; }
  #aboutus .corp_title {
    text-align: center;
    font-family: "Noto Serif JP", "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif;
    font-size: 28px;
    font-weight: bold;
    margin: 60px 0 40px; }
    @media only screen and (max-width: 959px) {
      #aboutus .corp_title {
        font-size: 24px;
        margin: 40px 0 20; } }
    #aboutus .corp_title span {
      font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
      font-size: 18px;
      letter-spacing: 2px;
      color: #8eaebd;
      display: block;
      font-weight: lighter; }
  #aboutus .corp_point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0 0 60px;
    padding: 0; }
    @media only screen and (max-width: 959px) {
      #aboutus .corp_point {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 30px; } }
    #aboutus .corp_point li {
      width: 22%; }
      @media only screen and (max-width: 959px) {
        #aboutus .corp_point li {
          width: 48%;
          margin: 0 0 30px; } }
      #aboutus .corp_point li img {
        width: 200px;
        height: auto;
        margin: 0 auto 10px;
        display: block;
        border-radius: 50%; }
        @media only screen and (max-width: 599px) {
          #aboutus .corp_point li img {
            width: 120px; } }
      #aboutus .corp_point li span {
        display: block;
        font-family: "Noto Serif JP", "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif;
        font-size: 20px;
        line-height: 1.3em;
        color: #30415d;
        font-weight: bold; }
      #aboutus .corp_point li p {
        text-align: left;
        line-height: 1.6em; }
  #aboutus .table_scroll_b {
    overflow: auto;
    /*white-space: nowrap;*/
    margin: 0; }
    @media only screen and (max-width: 959px) {
      #aboutus .table_scroll_b {
        margin: 0 10px; } }
    @media only screen and (max-width: 599px) {
      #aboutus .table_scroll_b {
        margin: 0 0; } }
  #aboutus .table_scroll_b::-webkit-scrollbar {
    height: 5px; }
  #aboutus .table_scroll_b::-webkit-scrollbar-track {
    background: #F1F1F1; }
  #aboutus .table_scroll_b::-webkit-scrollbar-thumb {
    background: #BCBCBC; }
  #aboutus .corp_table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 0;
    margin: 0;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed; }
    @media only screen and (max-width: 959px) {
      #aboutus .corp_table {
        width: 800px; } }
    @media only screen and (max-width: 599px) {
      #aboutus .corp_table {
        width: 600px;
        font-size: 12px; } }
    #aboutus .corp_table th {
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      font-weight: bold;
      padding: 15px 0;
      line-height: 1.4em;
      background: #f3f7f8;
      word-wrap: break-word; }
      @media only screen and (max-width: 959px) {
        #aboutus .corp_table th {
          padding: 10px 0; } }
      #aboutus .corp_table th.cp_title {
        width: 14%; }
      #aboutus .corp_table th.cp_choei {
        background: #facd89;
        width: 21.5%; }
      #aboutus .corp_table th.cp_other {
        width: 21.5%; }
    #aboutus .corp_table td {
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      padding: 15px 8px;
      word-wrap: break-word; }
      #aboutus .corp_table td.bg_ye {
        background: #ffffd5; }
      #aboutus .corp_table td.tx_red {
        color: #d51400; }
      #aboutus .corp_table td span {
        font-size: 12px;
        display: block; }
  #aboutus .onayami {
    text-align: left; }
    #aboutus .onayami dt {
      font-size: 22px;
      margin: 0 0 10px; }
      @media only screen and (max-width: 959px) {
        #aboutus .onayami dt {
          font-size: 18px;
          margin: 0 0 5px; } }
      @media only screen and (max-width: 599px) {
        #aboutus .onayami dt {
          font-size: 16px;
          line-height: 1.3em; } }
      #aboutus .onayami dt::before {
        content: "Q";
        font-family: "Noto Serif JP", "游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif;
        margin: 0 8px 0 0;
        font-weight: bold;
        color: #8eaebd;
        font-size: 32px; }
        @media only screen and (max-width: 959px) {
          #aboutus .onayami dt::before {
            font-size: 28px; } }
        @media only screen and (max-width: 599px) {
          #aboutus .onayami dt::before {
            font-size: 22px; } }
    #aboutus .onayami dd {
      background: #f3f7f8;
      padding: 20px;
      line-height: 1.6em;
      margin: 0 0 40px; }
      @media only screen and (max-width: 599px) {
        #aboutus .onayami dd {
          padding: 10px;
          margin: 0 0 20px; } }
