@charset "UTF-8";
/*変数*/
@import url("http://fonts.googleapis.com/css?family=Roboto+Condensed");
@media screen and (min-width: 750px) {
  body {
    width: 100%;
    margin: 0 auto;
    color: #333;
    font-size: 11px;
    font-weight: 500; } }

@media screen and (max-width: 749px) {
  body {
    width: 100%;
    margin: 0 auto;
    color: #333;
    font-size: 11px;
    font-weight: 500; } }

@media screen and (min-width: 750px) {
  header {
    width: 1000px;
    margin: 0 auto;
    font-size: 11px;
    padding: 5px 0; }
    header h1 {
      display: inline-block;
      vertical-align: middle;
      width: 180px; }
      header h1 img {
        width: 100%; }
    header p {
      display: inline-block;
      vertical-align: middle;
      width: 400px;
      padding-left: 10px; }
    header .head_callnumber {
      display: inline-block;
      vertical-align: middle;
      width: 400px; }
      header .head_callnumber p {
        position: relative;
        padding-left: 70px; }
        header .head_callnumber p img {
          width: 40px;
          position: absolute;
          top: -3px;
          left: 40px; }
        header .head_callnumber p span {
          color: #007ec3;
          font-weight: bold;
          padding-left: 20px;
          padding-right: 10px;
          font-size: 16px; }
    header nav.NavMenu {
      display: none; } }

@media screen and (max-width: 749px) {
  header {
    width: 100%;
    position: fixed;
    z-index: 100;
    background-color: white;
    z-index: 100;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
    header h1 {
      display: block;
      width: 30%;
      margin: 10px; }
      header h1 img {
        width: 100%; }
    header p {
      display: none; }
    header .head_callnumber {
      display: none; }
    header nav.NavMenu {
      position: fixed;
      z-index: 2;
      top: 0;
      left: 0;
      background: #fff;
      color: #333;
      text-align: center;
      width: 100%;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s;
      -webkit-box-shadow: 0 1px 10px 1px rgba(50, 50, 50, 0.5);
      box-shadow: 0 1px 10px 1px rgba(50, 50, 50, 0.5); }
      header nav.NavMenu p {
        background: #007ec3;
        color: white;
        font-size: 14px;
        font-weight: bold;
        padding: 10px 0; }
      header nav.NavMenu ul {
        background: #f9f9f9;
        width: 100%;
        margin: 0 auto;
        padding: 0; }
        header nav.NavMenu ul li {
          font-size: 1.1em;
          list-style-type: none;
          padding: 0;
          width: 100%;
          border-bottom: 1px dotted #333; }
          header nav.NavMenu ul li a {
            display: block;
            color: #000;
            padding: 20px 0;
            text-decoration: none; }
        header nav.NavMenu ul li:last-child {
          padding-bottom: 0;
          border-bottom: none; }
    header nav.NavMenu.active {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
    header .Toggle {
      display: block;
      position: fixed;
      right: 15px;
      top: 18px;
      width: 42px;
      height: 40px;
      cursor: pointer;
      z-index: 3;
      border-radius: 3px;
      background-color: white;
      -webkit-box-shadow: 0 1px 7px 1px rgba(50, 50, 50, 0.25);
      box-shadow: 0 1px 7px 1px rgba(50, 50, 50, 0.25); }
      header .Toggle span {
        display: block;
        position: absolute;
        width: 30px;
        border-bottom: solid 3px #000;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 6px; }
      header .Toggle span:nth-child(1) {
        top: 9px; }
      header .Toggle span:nth-child(2) {
        top: 18px; }
      header .Toggle span:nth-child(3) {
        top: 27px; }
    header .Toggle.active span:nth-child(1) {
      top: 18px;
      left: 6px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    header .Toggle.active span:nth-child(2), header .Toggle.active span:nth-child(3) {
      top: 18px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    header .menuber, header .head {
      display: none; } }

@media screen and (min-width: 750px) {
  #top {
    width: 100%;
    height: 28vw;
    position: relative; }
    #top .mobile {
      display: none; }
    #top img {
      width: 100%;
      z-index: -100; }
    #top .topwrap {
      width: 1000px;
      margin: -16vw auto 0; }
      #top .topwrap .topback {
        background-color: rgba(0, 126, 195, 0.7);
        width: 35vw;
        height: 28vw;
        position: absolute;
        left: 0;
        top: 0; }
      #top .topwrap h2 {
        color: #fff;
        font-size: 28px;
        text-align: left;
        position: relative;
        display: inline-block;
        margin-bottom: 1em; }
        #top .topwrap h2 span {
          color: #fff;
          font-size: 16px;
          line-height: 3; }
      #top .topwrap h2:before {
        content: '';
        position: absolute;
        left: 53%;
        bottom: 50px;
        /*線の上下位置*/
        display: inline-block;
        width: 60px;
        /*線の長さ*/
        height: 1px;
        /*線の太さ*/
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-120%);
        transform: translateX(-120%);
        /*位置調整*/
        background-color: white;
        /*線の色*/ } }

@media screen and (max-width: 749px) {
  #top {
    width: 100%;
    position: relative; }
    #top img.pc {
      display: none; }
    #top img {
      width: 100%; }
    #top .topwrap {
      width: 90%;
      margin-top: -160px;
      padding-left: 10px; }
      #top .topwrap .topback {
        display: none; }
      #top .topwrap h2 {
        color: #fff;
        font-size: 20px;
        text-align: left;
        position: relative;
        display: inline-block;
        margin-bottom: 1em; }
        #top .topwrap h2 span {
          color: #fff;
          font-size: 14px;
          line-height: 3.5; }
      #top .topwrap h2:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 50px;
        /*線の上下位置*/
        display: inline-block;
        width: 60px;
        /*線の長さ*/
        height: 1px;
        /*線の太さ*/
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-85%);
        transform: translateX(-85%);
        /*位置調整*/
        background-color: white;
        /*線の色*/ } }

@media screen and (min-width: 750px) {
  #menu {
    width: 100%;
    height: 60px;
    background-color: #fff;
    font-size: 11px; }
    #menu .menubox {
      width: 1100px;
      margin: 0 auto; }
      #menu .menubox ul {
        width: 690px;
        margin-left: auto;
        margin-right: 0;
        padding: 23px 0; }
        #menu .menubox ul li {
          display: inline-block;
          padding: 0 12px; }
          #menu .menubox ul li a {
            text-decoration: none;
            color: #333; }
          #menu .menubox ul li a:hover {
            color: #007ec3;
            text-decoration: underline; }
        #menu .menubox ul .contact a {
          color: #fff;
          background: -moz-linear-gradient(65deg, #007ec3, #00c1ca);
          background: -webkit-linear-gradient(65deg, #007ec3, #00c1ca);
          background: -o-linear-gradient(65deg, #007ec3, #00c1ca);
          background: linear-gradient(25deg, #007ec3, #00c1ca);
          -webkit-transition: .1s;
          -o-transition: .1s;
          transition: .1s;
          padding: 15px 25px;
          -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
        #menu .menubox ul .contact a:hover {
          opacity: .7;
          color: #fff;
          text-decoration: none;
          -webkit-transition: .1s;
          -o-transition: .1s;
          transition: .1s; } }

@media screen and (max-width: 749px) {
  #menu {
    display: none; } }

@media screen and (min-width: 750px) {
  #news {
    width: 100%;
    background-color: #f9f9f9;
    height: 330px; }
    #news .newswrap {
      width: 1000px;
      margin: 0 auto; }
      #news .newswrap h2 {
        color: #007ec3;
        font-size: 28px;
        padding-top: 50px;
        text-align: left;
        position: relative;
        display: inline-block;
        margin-bottom: 1em; }
      #news .newswrap h2:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -15px;
        /*線の上下位置*/
        display: inline-block;
        width: 60px;
        /*線の長さ*/
        height: 1px;
        /*線の太さ*/
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-70%);
        transform: translateX(-70%);
        /*位置調整*/
        background-color: #007ec3;
        /*線の色*/ }
      #news .newswrap p {
        color: #007ec3;
        width: 100px;
        padding-top: 5px;
        font-size: 16px; }
      #news .newswrap .newsbox {
        width: 780px;
        height: 275px;
        text-align: left;
        margin-left: auto;
        margin-right: 0;
        margin-top: -125px;
        padding-top: 15px;
        padding-left: 20px;
        line-height: 1.75;
        overflow-y: scroll;
        font-size: 11px; }
        #news .newswrap .newsbox th {
          width: 100px;
          color: #007ec3;
          font-weight: 600; }
        #news .newswrap .newsbox td {
          padding: 0 10px 10px 0; }
          #news .newswrap .newsbox td h6 {
            font-size: 14px;
            padding-bottom: 5px;
            font-weight: 600; }
          #news .newswrap .newsbox td span {
            font-size: 14px;
            font-weight: 600;
            line-height: 3.5; } }

@media screen and (max-width: 749px) {
  #news {
    width: 100%;
    background-color: #f9f9f9;
    height: 290px;
    padding-top: 50px;
    margin-top: -50px; }
    #news .newswrap {
      width: 95%;
      margin: 0 auto; }
      #news .newswrap h2 {
        color: #007ec3;
        font-size: 20px;
        padding-top: 50px;
        text-align: left;
        position: relative;
        display: inline-block;
        margin-bottom: 1em; }
      #news .newswrap h2:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -15px;
        /*線の上下位置*/
        display: inline-block;
        width: 60px;
        /*線の長さ*/
        height: 1px;
        /*線の太さ*/
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-55%);
        transform: translateX(-55%);
        /*位置調整*/
        background-color: #007ec3;
        /*線の色*/ }
      #news .newswrap p {
        color: #007ec3;
        width: 100px;
        padding-top: 5px;
        font-size: 14px; }
      #news .newswrap .newsbox {
        width: 70%;
        height: 200px;
        text-align: left;
        margin-left: auto;
        margin-right: 0;
        margin-top: -80px;
        padding-top: 20px;
        padding-left: 20px;
        line-height: 1.75;
        overflow-y: scroll;
        font-size: 12px; }
        #news .newswrap .newsbox th {
          width: 100px;
          color: #007ec3;
          font-weight: 600; }
          #news .newswrap .newsbox th p.mobile_border {
            border-bottom: 1px solid #007ec3;
            display: block;
            width: 80px; }
        #news .newswrap .newsbox td {
          padding: 0 10px 10px 0; }
          #news .newswrap .newsbox td h6 {
            font-size: 12px;
            padding-bottom: 5px;
            font-weight: 600; }
          #news .newswrap .newsbox td span {
            line-height: 2.5;
            font-weight: 600; } }

@media screen and (min-width: 750px) {
  #about {
    width: 100%;
    height: 380px; }
    #about .aboutwrap {
      width: 1000px;
      margin: 0 auto; }
      #about .aboutwrap h2 {
        color: #007ec3;
        font-size: 28px;
        padding-top: 50px;
        text-align: left;
        position: relative;
        display: inline-block;
        margin-bottom: 1em; }
      #about .aboutwrap h2:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -15px;
        /*線の上下位置*/
        display: inline-block;
        width: 60px;
        /*線の長さ*/
        height: 1px;
        /*線の太さ*/
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-135%);
        transform: translateX(-135%);
        /*位置調整*/
        background-color: #007ec3;
        /*線の色*/ }
      #about .aboutwrap p {
        color: #007ec3;
        width: 150px;
        padding-top: 5px;
        font-size: 16px; }
      #about .aboutwrap .aboutbox {
        width: 680px;
        height: 100px;
        text-align: left;
        margin-left: auto;
        margin-right: 0;
        margin-top: -90px; }
        #about .aboutwrap .aboutbox ul li {
          background: -moz-linear-gradient(65deg, #007ec3, #00c1ca);
          background: -webkit-linear-gradient(65deg, #007ec3, #00c1ca);
          background: -o-linear-gradient(65deg, #007ec3, #00c1ca);
          background: linear-gradient(25deg, #007ec3, #00c1ca);
          -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
          width: 216px;
          margin-right: 5px;
          height: 100px;
          display: inline-block;
          vertical-align: top;
          text-align: center;
          color: #fff; }
          #about .aboutwrap .aboutbox ul li h3 {
            font-size: 14px;
            padding-top: 15px;
            font-weight: bold; }
          #about .aboutwrap .aboutbox ul li p {
            font-size: 12px;
            color: #fff;
            width: 180px;
            margin: 0 auto; }
        #about .aboutwrap .aboutbox h4 {
          font-size: 14px;
          color: #007ec3;
          margin-top: 30px; }
        #about .aboutwrap .aboutbox p {
          font-size: 12px;
          color: #333;
          width: 668px; } }

@media screen and (max-width: 749px) {
  #about {
    width: 100%;
    height: 600px;
    padding-top: 50px;
    margin-top: -50px; }
    #about .aboutwrap {
      width: 95%;
      margin: 0 auto; }
      #about .aboutwrap h2 {
        color: #007ec3;
        font-size: 20px;
        padding-top: 50px;
        text-align: left;
        position: relative;
        display: inline-block;
        margin-bottom: 1em; }
      #about .aboutwrap h2:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -15px;
        /*線の上下位置*/
        display: inline-block;
        width: 60px;
        /*線の長さ*/
        height: 1px;
        /*線の太さ*/
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-95%);
        transform: translateX(-95%);
        /*位置調整*/
        background-color: #007ec3;
        /*線の色*/ }
      #about .aboutwrap p {
        color: #007ec3;
        width: 20%;
        padding-top: 5px;
        font-size: 14px; }
      #about .aboutwrap .aboutbox {
        width: 70%;
        height: 100px;
        text-align: left;
        margin-left: auto;
        margin-right: 0;
        margin-top: -90px; }
        #about .aboutwrap .aboutbox ul li {
          background: -moz-linear-gradient(65deg, #007ec3, #00c1ca);
          background: -webkit-linear-gradient(65deg, #007ec3, #00c1ca);
          background: -o-linear-gradient(65deg, #007ec3, #00c1ca);
          background: linear-gradient(25deg, #007ec3, #00c1ca);
          -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
          width: 100%;
          height: 90px;
          margin-bottom: 10px;
          display: block;
          vertical-align: middle;
          text-align: center;
          color: #fff; }
          #about .aboutwrap .aboutbox ul li h3 {
            font-size: 14px;
            padding-top: 10px;
            font-weight: bold; }
          #about .aboutwrap .aboutbox ul li p {
            font-size: 12px;
            color: #fff;
            margin: 0 auto; }
        #about .aboutwrap .aboutbox h4 {
          width: 95%;
          display: block;
          font-size: 14px;
          color: #007ec3;
          margin-top: 20px; }
        #about .aboutwrap .aboutbox p {
          width: 95%;
          display: block;
          font-size: 12px;
          color: #333; } }

@media screen and (min-width: 750px) {
  #charges {
    width: 100%; }
    #charges .chargeswrap {
      width: 1000px;
      margin: 0 auto; }
      #charges .chargeswrap h2 {
        color: #007ec3;
        font-size: 28px;
        padding-top: 50px;
        text-align: left;
        position: relative;
        display: inline-block;
        margin-bottom: 1em; }
      #charges .chargeswrap h2:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -15px;
        /*線の上下位置*/
        display: inline-block;
        width: 60px;
        /*線の長さ*/
        height: 1px;
        /*線の太さ*/
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-135%);
        transform: translateX(-135%);
        /*位置調整*/
        background-color: #007ec3;
        /*線の色*/ }
      #charges .chargeswrap p {
        color: #007ec3;
        width: 150px;
        padding-top: 5px;
        font-size: 16px; }
      #charges .chargeswrap .mobile {
        display: none; }
      #charges .chargeswrap .chargesbox {
        width: 680px;
        text-align: left;
        margin-left: auto;
        margin-right: 0;
        margin-top: -150px; }
        #charges .chargeswrap .chargesbox table, #charges .chargeswrap .chargesbox td, #charges .chargeswrap .chargesbox th {
          text-align: center;
          border-collapse: separate;
          border-spacing: 10px;
          border: 1px;
          font-weight: 600; }
        #charges .chargeswrap .chargesbox th {
          background-color: #eaeaea;
          width: 300px;
          padding: 10px 20px;
          -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
        #charges .chargeswrap .chargesbox td {
          background-color: #f9f9f9;
          padding: 50px 20px;
          -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
        #charges .chargeswrap .chargesbox td.price {
          font-size: 16px;
          vertical-align: middle; }
        #charges .chargeswrap .chargesbox td span.pricetext {
          color: #007ec3; }
        #charges .chargeswrap .chargesbox td span.tabletext {
          font-size: 11px; }
        #charges .chargeswrap .chargesbox p {
          color: #333;
          width: 670px;
          line-height: 1.5;
          padding: 10px 0 10px 10px;
          font-size: 11px; }
      #charges .chargeswrap .chargesbox02 {
        width: 680px;
        text-align: left;
        margin-left: auto;
        margin-right: 0;
        margin-top: 30px; }
        #charges .chargeswrap .chargesbox02 table, #charges .chargeswrap .chargesbox02 td, #charges .chargeswrap .chargesbox02 th {
          text-align: center;
          border-collapse: separate;
          border-spacing: 10px;
          border: 1px;
          font-weight: 600; }
        #charges .chargeswrap .chargesbox02 th {
          background-color: #eaeaea;
          width: 300px;
          padding: 10px 20px;
          -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
        #charges .chargeswrap .chargesbox02 td {
          background-color: #f9f9f9;
          -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
        #charges .chargeswrap .chargesbox02 td.price {
          font-size: 16px;
          vertical-align: middle; }
        #charges .chargeswrap .chargesbox02 td span.pricetext {
          color: #007ec3; }
        #charges .chargeswrap .chargesbox02 td span.tabletext {
          font-size: 11px; }
        #charges .chargeswrap .chargesbox02 td a {
          text-decoration: none;
          background-color: #007ec3;
          padding: 20px 5px;
          color: #fff;
          display: block;
          -webkit-transition: .1s;
          -o-transition: .1s;
          transition: .1s; }
        #charges .chargeswrap .chargesbox02 td a:hover {
          background-color: #eaeaea;
          color: #333;
          -webkit-transition: .1s;
          -o-transition: .1s;
          transition: .1s; } }

@media screen and (max-width: 749px) {
  #charges {
    width: 100%;
    padding-top: 50px; }
    #charges .chargeswrap {
      width: 95%;
      margin: 0 auto; }
      #charges .chargeswrap h2 {
        color: #007ec3;
        font-size: 20px;
        padding-top: 50px;
        text-align: left;
        position: relative;
        display: inline-block;
        margin-bottom: 1em; }
      #charges .chargeswrap h2:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -15px;
        /*線の上下位置*/
        display: inline-block;
        width: 60px;
        /*線の長さ*/
        height: 1px;
        /*線の太さ*/
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-95%);
        transform: translateX(-95%);
        /*位置調整*/
        background-color: #007ec3;
        /*線の色*/ }
      #charges .chargeswrap p {
        color: #007ec3;
        width: 240px;
        padding-top: 5px;
        font-size: 14px; }
      #charges .chargeswrap .pc {
        display: none; }
      #charges .chargeswrap .chargesbox {
        width: 70%;
        text-align: left;
        margin-left: auto;
        margin-right: 0;
        margin-top: -100px; }
        #charges .chargeswrap .chargesbox table, #charges .chargeswrap .chargesbox td, #charges .chargeswrap .chargesbox th {
          text-align: center;
          border-collapse: separate;
          border-spacing: 10px;
          border: 1px;
          font-weight: 600; }
        #charges .chargeswrap .chargesbox th {
          background-color: #eaeaea;
          padding: 10px;
          vertical-align: middle;
          width: 100%;
          -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
        #charges .chargeswrap .chargesbox td {
          background-color: #f9f9f9;
          padding: 10px 20px;
          width: 200px;
          -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
        #charges .chargeswrap .chargesbox td.price {
          font-size: 14px;
          vertical-align: middle; }
        #charges .chargeswrap .chargesbox td span.pricetext {
          color: #007ec3; }
        #charges .chargeswrap .chargesbox td span.tabletext {
          font-size: 11px; }
        #charges .chargeswrap .chargesbox p {
          color: #333;
          line-height: 1.25;
          padding: 10px 0 0 10px;
          font-size: 11px; }
      #charges .chargeswrap .chargesbox02 {
        width: 70%;
        text-align: left;
        margin-left: auto;
        margin-right: 0;
        margin-top: 30px; }
        #charges .chargeswrap .chargesbox02 table, #charges .chargeswrap .chargesbox02 td, #charges .chargeswrap .chargesbox02 th {
          text-align: center;
          border-collapse: separate;
          border-spacing: 10px;
          border: 1px;
          font-weight: 600; }
        #charges .chargeswrap .chargesbox02 th {
          background-color: #eaeaea;
          padding: 10px;
          width: 100%;
          vertical-align: middle;
          -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
        #charges .chargeswrap .chargesbox02 td {
          background-color: #f9f9f9;
          width: 200px;
          vertical-align: middle;
          -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
        #charges .chargeswrap .chargesbox02 td.price {
          font-size: 14px;
          vertical-align: middle;
          padding: 10px; }
        #charges .chargeswrap .chargesbox02 td span.pricetext {
          color: #007ec3; }
        #charges .chargeswrap .chargesbox02 td span.tabletext {
          font-size: 11px; }
        #charges .chargeswrap .chargesbox02 td a {
          text-decoration: none;
          background-color: #007ec3;
          padding: 20px 10px;
          color: #fff;
          display: block;
          -webkit-transition: .1s;
          -o-transition: .1s;
          transition: .1s; } }

@media screen and (min-width: 750px) {
  #config {
    width: 100%; }
    #config .configwrap {
      width: 1000px;
      margin: 0 auto; }
      #config .configwrap h2 {
        color: #007ec3;
        font-size: 28px;
        padding-top: 50px;
        text-align: left;
        position: relative;
        display: inline-block;
        margin-bottom: 1em; }
      #config .configwrap h2:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -15px;
        /*線の上下位置*/
        display: inline-block;
        width: 60px;
        /*線の長さ*/
        height: 1px;
        /*線の太さ*/
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-88%);
        transform: translateX(-88%);
        /*位置調整*/
        background-color: #007ec3;
        /*線の色*/ }
      #config .configwrap p {
        color: #007ec3;
        width: 150px;
        padding-top: 5px;
        font-size: 16px; }
      #config .configwrap .configbox {
        width: 680px;
        text-align: left;
        margin-left: auto;
        margin-right: 0;
        margin-top: -100px; }
        #config .configwrap .configbox p {
          color: #333;
          width: 680px;
          font-size: 11px; }
        #config .configwrap .configbox h4 {
          font-size: 14px;
          color: #007ec3;
          margin-top: 30px; }
        #config .configwrap .configbox a {
          text-decoration: none;
          display: inline-block;
          width: 100%;
          padding: 20px;
          margin-top: 10px;
          background-color: #007ec3;
          color: #fff;
          -webkit-transition: .1s;
          -o-transition: .1s;
          transition: .1s;
          -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
        #config .configwrap .configbox a:hover {
          background-color: #eaeaea;
          color: #333;
          -webkit-transition: .1s;
          -o-transition: .1s;
          transition: .1s; } }

@media screen and (max-width: 749px) {
  #config {
    width: 100%;
    padding-top: 50px;
    margin-top: -50px; }
    #config .configwrap {
      width: 95%;
      margin: 0 auto; }
      #config .configwrap h2 {
        color: #007ec3;
        font-size: 20px;
        padding-top: 50px;
        text-align: left;
        position: relative;
        display: inline-block;
        margin-bottom: 1em; }
      #config .configwrap h2:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -15px;
        /*線の上下位置*/
        display: inline-block;
        width: 60px;
        /*線の長さ*/
        height: 1px;
        /*線の太さ*/
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-65%);
        transform: translateX(-65%);
        /*位置調整*/
        background-color: #007ec3;
        /*線の色*/ }
      #config .configwrap p {
        color: #007ec3;
        width: 150px;
        padding-top: 5px;
        font-size: 14px; }
      #config .configwrap .configbox {
        width: 70%;
        text-align: left;
        margin-left: auto;
        margin-right: 0;
        margin-top: -70px; }
        #config .configwrap .configbox p {
          color: #333;
          width: 95%;
          font-size: 11px; }
        #config .configwrap .configbox h4 {
          font-size: 14px;
          color: #007ec3;
          margin-top: 30px; }
        #config .configwrap .configbox a {
          text-decoration: none;
          display: inline-block;
          width: 95%;
          padding: 20px 0;
          text-align: center;
          margin-top: 10px;
          background-color: #007ec3;
          color: #fff;
          -webkit-transition: .1s;
          -o-transition: .1s;
          transition: .1s;
          -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); } }

@media screen and (min-width: 750px) {
  #question {
    width: 100%;
    background-color: #f9f9f9;
    padding-bottom: 50px; }
    #question .questionwrap {
      width: 1000px;
      margin: 50px auto 0; }
      #question .questionwrap h2 {
        color: #007ec3;
        font-size: 28px;
        padding-top: 50px;
        text-align: left;
        position: relative;
        display: inline-block;
        margin-bottom: 1em; }
      #question .questionwrap h2:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -15px;
        /*線の上下位置*/
        display: inline-block;
        width: 60px;
        /*線の長さ*/
        height: 1px;
        /*線の太さ*/
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-120%);
        transform: translateX(-120%);
        /*位置調整*/
        background-color: #007ec3;
        /*線の色*/ }
      #question .questionwrap p {
        color: #007ec3;
        width: 100px;
        padding-top: 5px;
        font-size: 16px; }
      #question .questionwrap .questionbox {
        width: 680px;
        text-align: left;
        margin-left: auto;
        margin-right: 0;
        margin-top: -100px; }
        #question .questionwrap .questionbox .acd-check {
          display: none; }
        #question .questionwrap .questionbox .acd-label {
          color: #333;
          display: block;
          margin-bottom: 1px;
          padding: 10px;
          cursor: pointer;
          cursor: hand; }
        #question .questionwrap .questionbox .acd-content {
          width: 100%;
          height: 0;
          opacity: 0;
          padding: 0 10px;
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s;
          visibility: hidden;
          background-color: #fff; }
          #question .questionwrap .questionbox .acd-content p {
            font-size: 11px;
            padding-top: 10px;
            padding-left: 20px;
            line-height: 2;
            width: 96%;
            color: #333; }
          #question .questionwrap .questionbox .acd-content .mobile {
            display: none; }
        #question .questionwrap .questionbox .acd-check:checked + .acd-label + .acd-content {
          height: 90px;
          width: 100%;
          opacity: 1;
          visibility: visible; } }

@media screen and (max-width: 749px) {
  #question {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 80px;
    margin-top: -50px; }
    #question .questionwrap {
      width: 95%;
      margin: 0 auto; }
      #question .questionwrap h2 {
        color: #007ec3;
        font-size: 20px;
        padding-top: 50px;
        text-align: left;
        position: relative;
        display: inline-block;
        margin-bottom: 1em; }
      #question .questionwrap h2:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -15px;
        /*線の上下位置*/
        display: inline-block;
        width: 60px;
        /*線の長さ*/
        height: 1px;
        /*線の太さ*/
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-85%);
        transform: translateX(-85%);
        /*位置調整*/
        background-color: #007ec3;
        /*線の色*/ }
      #question .questionwrap p {
        color: #007ec3;
        width: 100px;
        padding-top: 5px;
        font-size: 14px; }
      #question .questionwrap .questionbox {
        width: 70%;
        text-align: left;
        margin-left: auto;
        margin-right: 0;
        margin-top: -80px; }
        #question .questionwrap .questionbox .acd-check {
          display: none; }
        #question .questionwrap .questionbox .acd-label {
          color: #333;
          display: block;
          margin-bottom: 1px;
          background-color: #007ec3;
          -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
          color: white;
          padding: 10px;
          margin-bottom: 10px;
          cursor: pointer;
          cursor: hand; }
        #question .questionwrap .questionbox .acd-content {
          width: 95%;
          height: 0;
          opacity: 0;
          padding: 0 5px;
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s;
          visibility: hidden;
          background-color: #fff; }
          #question .questionwrap .questionbox .acd-content .pc {
            display: none; }
          #question .questionwrap .questionbox .acd-content p {
            font-size: 11px;
            padding-top: 10px;
            padding-left: 20px;
            line-height: 2;
            width: 96%;
            color: #333; }
        #question .questionwrap .questionbox .acd-check:checked + .acd-label + .acd-content {
          height: auto;
          width: 95%;
          padding-bottom: 10px;
          opacity: 1;
          visibility: visible; } }

@media screen and (min-width: 750px) {
  #mailwrap {
    width: 100%; }
    #mailwrap .mailwrap {
      width: 1000px;
      margin: 0 auto; }
      #mailwrap .mailwrap h2 {
        color: #007ec3;
        font-size: 28px;
        padding-top: 50px;
        text-align: left;
        position: relative;
        display: inline-block;
        margin-bottom: 1em; }
      #mailwrap .mailwrap h2:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -15px;
        /*線の上下位置*/
        display: inline-block;
        width: 60px;
        /*線の長さ*/
        height: 1px;
        /*線の太さ*/
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-110%);
        transform: translateX(-110%);
        /*位置調整*/
        background-color: #007ec3;
        /*線の色*/ }
      #mailwrap .mailwrap p {
        color: #007ec3;
        width: 100px;
        padding-top: 5px;
        font-size: 16px; }
    #mailwrap form#mail_form {
      width: 680px;
      margin-top: -110px;
      margin-right: 0;
      margin-left: auto;
      font-size: 11px; }
      #mailwrap form#mail_form dl {
        width: 100%;
        margin: 0 auto;
        padding: 10px 20px;
        overflow: hidden;
        line-height: 1; }
        #mailwrap form#mail_form dl dt {
          clear: both;
          width: 180px;
          float: left;
          padding: 16px 0;
          text-align: left;
          overflow: hidden; }
        #mailwrap form#mail_form dl dd {
          padding: 6px 0;
          width: 430px;
          float: right; }
          #mailwrap form#mail_form dl dd span {
            display: block;
            color: #ff0000; }
        #mailwrap form#mail_form dl dt:first-child, #mailwrap form#mail_form dl dt:first-child + dd {
          border: none; }
        #mailwrap form#mail_form dl dd.tyu-i {
          overflow-y: scroll;
          overflow-x: hidden;
          line-height: 1.5;
          height: 80px;
          width: 385px;
          margin: 0;
          margin-right: 23px;
          padding: 10px;
          border-radius: 3px;
          border: 1px solid #cccccc; }
          #mailwrap form#mail_form dl dd.tyu-i h4 {
            font-size: 12px;
            color: #007ec3; }
          #mailwrap form#mail_form dl dd.tyu-i p {
            font-size: 11px;
            color: #333;
            width: 95%; }
          #mailwrap form#mail_form dl dd.tyu-i h5 {
            font-size: 12px;
            color: #333;
            padding-top: 20px; }
      #mailwrap form#mail_form input#yagoh {
        width: 400px; }
      #mailwrap form#mail_form input#tel_1, #mailwrap form#mail_form input#tel_2, #mailwrap form#mail_form input#tel_3 {
        width: 123px; }
      #mailwrap form#mail_form input {
        height: 2.5em;
        border: 1px solid #cccccc;
        border-radius: 3px;
        background: #fafafa; }
      #mailwrap form#mail_form textarea {
        width: 400px;
        height: 160px;
        resize: vertical;
        border: 1px solid #cccccc;
        border-radius: 3px;
        font-size: 14px;
        background: #fafafa; }
      #mailwrap form#mail_form input:focus, #mailwrap form#mail_form textarea:focus {
        -webkit-box-shadow: 0px 0px 5px #55ccff;
        box-shadow: 0px 0px 5px #55ccff;
        border: 1px solid #55ccff;
        background: #ffffff; }
      #mailwrap form#mail_form input#respons_1, #mailwrap form#mail_form input#respons_2 {
        width: 177px; }
      #mailwrap form#mail_form input#responsread_1, #mailwrap form#mail_form input#responsread_2, #mailwrap form#mail_form input#repre_1, #mailwrap form#mail_form input#repre_2 {
        width: 177px; }
      #mailwrap form#mail_form input#mail_address, #mailwrap form#mail_form input#mail_address_confirm {
        width: 400px; }
      #mailwrap form#mail_form input#mail_address, #mailwrap form#mail_form input#title {
        width: 400px; }
      #mailwrap form#mail_form ul {
        margin-top: 15px; }
        #mailwrap form#mail_form ul li {
          list-style-type: none;
          margin-bottom: 10px; }
          #mailwrap form#mail_form ul li label:hover {
            cursor: pointer; }
          #mailwrap form#mail_form ul li input {
            height: auto;
            margin-right: 0.5em; }
      #mailwrap form#mail_form input#mail_submit_button {
        width: 200px;
        height: 50px;
        font-size: 12px;
        padding: 4px 0;
        vertical-align: middle;
        color: #333;
        background: #f9f9f9;
        border: 1px solid #cccccc;
        border-radius: 3px;
        font-family: inherit;
        font-weight: bold;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }
      #mailwrap form#mail_form input#mail_submit_button:hover {
        cursor: pointer;
        color: #007ec3;
        -webkit-transition: .1s;
        -o-transition: .1s;
        transition: .1s;
        background: #eaeaea; }
    #mailwrap form#mail_form dl dt span.required,
    #mailwrap form#mail_form dl dt span.optional {
      display: inline-block;
      float: left;
      font-size: 12px;
      color: #ffffff;
      padding: 5px 14px;
      margin: -5px 15px 3px 0; }
    #mailwrap form#mail_form dl dt span.required {
      background: #007ec3;
      border: 1px solid #007ec3;
      -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
    #mailwrap form#mail_form dl dt span.optional {
      border: 1px solid #007ec3;
      color: #007ec3;
      -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
    #mailwrap form#mail_form dd span {
      display: block;
      color: #ff0000; } }

@media screen and (max-width: 749px) {
  #mailwrap {
    width: 100%;
    padding-top: 50px;
    margin-top: -50px; }
    #mailwrap .mailwrap {
      width: 95%;
      margin: 0 auto; }
      #mailwrap .mailwrap h2 {
        color: #007ec3;
        font-size: 20px;
        padding-top: 50px;
        text-align: left;
        position: relative;
        display: inline-block;
        margin-bottom: 1em; }
      #mailwrap .mailwrap h2:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -15px;
        /*線の上下位置*/
        display: inline-block;
        width: 60px;
        /*線の長さ*/
        height: 1px;
        /*線の太さ*/
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-80%);
        transform: translateX(-80%);
        /*位置調整*/
        background-color: #007ec3;
        /*線の色*/ }
      #mailwrap .mailwrap p {
        color: #007ec3;
        width: 100px;
        padding-top: 5px;
        font-size: 14px; }
    #mailwrap form#mail_form {
      width: 70%;
      margin-top: -80px;
      margin-right: 0;
      margin-left: auto;
      font-size: 11px; }
      #mailwrap form#mail_form dl {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0;
        overflow: hidden;
        line-height: 1; }
        #mailwrap form#mail_form dl dt {
          width: 100%;
          padding: 10px 0;
          text-align: left;
          vertical-align: middle;
          overflow: hidden; }
        #mailwrap form#mail_form dl dd {
          padding: 6px 0;
          width: 100%; }
          #mailwrap form#mail_form dl dd span {
            display: block;
            color: #ff0000; }
        #mailwrap form#mail_form dl dt:first-child, #mailwrap form#mail_form dl dt:first-child + dd {
          border: none; }
        #mailwrap form#mail_form dl dd.tyu-i {
          overflow-y: scroll;
          overflow-x: hidden;
          line-height: 1.5;
          height: 80px;
          width: 89%;
          margin: 0 0 10px;
          padding: 12px;
          border-radius: 3px;
          border: 1px solid #cccccc; }
          #mailwrap form#mail_form dl dd.tyu-i h4 {
            font-size: 12px;
            color: #007ec3; }
          #mailwrap form#mail_form dl dd.tyu-i p {
            font-size: 11px;
            color: #333;
            width: 95%; }
          #mailwrap form#mail_form dl dd.tyu-i h5 {
            font-size: 12px;
            color: #333;
            padding-top: 20px; }
      #mailwrap form#mail_form input#yagoh {
        width: 98%; }
      #mailwrap form#mail_form input#tel_1, #mailwrap form#mail_form input#tel_2, #mailwrap form#mail_form input#tel_3 {
        width: 28%; }
      #mailwrap form#mail_form input {
        height: 2.5em;
        border: 1px solid #cccccc;
        border-radius: 3px;
        background: #fafafa; }
      #mailwrap form#mail_form textarea {
        width: 97%;
        height: 160px;
        resize: vertical;
        border: 1px solid #cccccc;
        border-radius: 3px;
        font-size: 14px;
        background: #fafafa; }
      #mailwrap form#mail_form input:focus, #mailwrap form#mail_form textarea:focus {
        -webkit-box-shadow: 0px 0px 5px #55ccff;
        box-shadow: 0px 0px 5px #55ccff;
        border: 1px solid #55ccff;
        background: #ffffff; }
      #mailwrap form#mail_form input#respons_1, #mailwrap form#mail_form input#respons_2 {
        width: 40%; }
      #mailwrap form#mail_form input#responsread_1, #mailwrap form#mail_form input#responsread_2, #mailwrap form#mail_form input#repre_1, #mailwrap form#mail_form input#repre_2 {
        width: 40%; }
      #mailwrap form#mail_form input#mail_address, #mailwrap form#mail_form input#mail_address_confirm {
        width: 97%; }
      #mailwrap form#mail_form input#mail_address, #mailwrap form#mail_form input#title {
        width: 97%; }
      #mailwrap form#mail_form ul {
        margin-top: 15px; }
        #mailwrap form#mail_form ul li {
          list-style-type: none;
          margin-bottom: 10px; }
          #mailwrap form#mail_form ul li label:hover {
            cursor: pointer; }
          #mailwrap form#mail_form ul li input {
            height: auto;
            margin-right: 0.5em; }
      #mailwrap form#mail_form input#mail_submit_button {
        width: 100%;
        height: 40px;
        font-size: 12px;
        padding: 0;
        vertical-align: middle;
        color: #333;
        background: #f9f9f9;
        border: 1px solid #cccccc;
        border-radius: 3px;
        font-family: inherit;
        font-weight: bold;
        -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
    #mailwrap form#mail_form dl dt span.required,
    #mailwrap form#mail_form dl dt span.optional {
      display: inline-block;
      float: left;
      font-size: 12px;
      color: #ffffff;
      padding: 5px 14px;
      margin: -5px 15px 3px 0; }
    #mailwrap form#mail_form dl dt span.required {
      background: #007ec3;
      border: 1px solid #007ec3;
      -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
    #mailwrap form#mail_form dl dt span.optional {
      border: 1px solid #007ec3;
      color: #007ec3;
      -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
    #mailwrap form#mail_form dd span {
      display: block;
      color: #ff0000; } }

@media screen and (min-width: 750px) {
  #footmenu {
    width: 100%;
    background-color: #eaeaea;
    padding-bottom: 100px; }
    #footmenu .footmenuwrap {
      width: 1000px;
      margin: 50px auto 0; }
      #footmenu .footmenuwrap h2 {
        color: #007ec3;
        font-size: 28px;
        padding-top: 50px;
        text-align: left;
        position: relative;
        display: inline-block;
        margin-bottom: 1em; }
      #footmenu .footmenuwrap h2:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -15px;
        /*線の上下位置*/
        display: inline-block;
        width: 60px;
        /*線の長さ*/
        height: 1px;
        /*線の太さ*/
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-70%);
        transform: translateX(-70%);
        /*位置調整*/
        background-color: #007ec3;
        /*線の色*/ }
      #footmenu .footmenuwrap p {
        color: #007ec3;
        width: 100px;
        padding-top: 5px;
        font-size: 16px; }
      #footmenu .footmenuwrap .footmenubox {
        width: 610px;
        text-align: left;
        margin-left: auto;
        margin-right: 0;
        margin-top: -100px; }
        #footmenu .footmenuwrap .footmenubox ul {
          display: inline-block;
          vertical-align: top;
          width: 180px;
          margin-right: 20px; }
          #footmenu .footmenuwrap .footmenubox ul li {
            padding-bottom: 4px;
            line-height: 1.75; }
            #footmenu .footmenuwrap .footmenubox ul li a {
              text-decoration: none;
              color: #333;
              -webkit-transition: .1s;
              -o-transition: .1s;
              transition: .1s; }
            #footmenu .footmenuwrap .footmenubox ul li a:hover {
              color: #007ec3;
              text-decoration: underline;
              -webkit-transition: .1s;
              -o-transition: .1s;
              transition: .1s; }
          #footmenu .footmenuwrap .footmenubox ul .title-border {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
          #footmenu .footmenuwrap .footmenubox ul .title-border:after {
            border-top: 1px solid;
            content: "";
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1; }
          #footmenu .footmenuwrap .footmenubox ul .title-border:before {
            margin-right: 1rem; }
          #footmenu .footmenuwrap .footmenubox ul .title-border:after {
            margin-left: 1rem; } }

@media screen and (max-width: 749px) {
  #footmenu {
    width: 100%;
    background-color: #eaeaea;
    padding-bottom: 50px; }
    #footmenu .footmenuwrap {
      width: 95%;
      margin: 50px auto 0; }
      #footmenu .footmenuwrap h2 {
        color: #007ec3;
        font-size: 20px;
        padding-top: 50px;
        text-align: left;
        position: relative;
        display: inline-block;
        margin-bottom: 1em; }
      #footmenu .footmenuwrap h2:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -15px;
        /*線の上下位置*/
        display: inline-block;
        width: 60px;
        /*線の長さ*/
        height: 1px;
        /*線の太さ*/
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        /*位置調整*/
        background-color: #007ec3;
        /*線の色*/ }
      #footmenu .footmenuwrap p {
        color: #007ec3;
        width: 100px;
        padding-top: 5px;
        font-size: 14px; }
      #footmenu .footmenuwrap .footmenubox {
        width: 70%;
        text-align: left;
        margin-left: auto;
        margin-right: 0;
        margin-top: -70px; }
        #footmenu .footmenuwrap .footmenubox ul {
          display: inline-block;
          vertical-align: top;
          width: 100%; }
          #footmenu .footmenuwrap .footmenubox ul li {
            display: block;
            padding: 5px 0;
            line-height: 1.75; }
            #footmenu .footmenuwrap .footmenubox ul li a {
              display: block;
              text-decoration: none;
              color: white;
              text-align: center;
              background-color: #007ec3;
              padding: 10px 0;
              -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
          #footmenu .footmenuwrap .footmenubox ul .title-border {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
          #footmenu .footmenuwrap .footmenubox ul .title-border:after {
            border-top: 1px solid;
            content: "";
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1; }
          #footmenu .footmenuwrap .footmenubox ul .title-border:before {
            margin-right: 1rem; }
          #footmenu .footmenuwrap .footmenubox ul .title-border:after {
            margin-left: 1rem; } }

@media screen and (min-width: 750px) {
  footer {
    width: 100%;
    background: -moz-linear-gradient(65deg, #007ec3, #00c1ca);
    background: -webkit-linear-gradient(65deg, #007ec3, #00c1ca);
    background: -o-linear-gradient(65deg, #007ec3, #00c1ca);
    background: linear-gradient(25deg, #007ec3, #00c1ca); }
    footer #foot {
      width: 700px;
      margin: 0 auto;
      padding: 30px 0; }
      footer #foot img {
        vertical-align: middle;
        display: block;
        margin: 0 auto;
        padding-bottom: 25px;
        width: 200px; }
      footer #foot ul {
        display: inline-block;
        vertical-align: middle;
        margin-left: 50px; }
        footer #foot ul li {
          display: inline-block;
          padding-right: 10px;
          font-size: 11px;
          color: #fff; }
          footer #foot ul li a {
            color: #fff;
            text-decoration: none; }
          footer #foot ul li a:hover {
            text-decoration: underline; }
      footer #foot p {
        vertical-align: middle;
        font-size: 11px;
        text-align:center;
        color: #fff; } }

@media screen and (max-width: 749px) {
  footer {
    width: 100%;
    background: -moz-linear-gradient(65deg, #007ec3, #00c1ca);
    background: -webkit-linear-gradient(65deg, #007ec3, #00c1ca);
    background: -o-linear-gradient(65deg, #007ec3, #00c1ca);
    background: linear-gradient(25deg, #007ec3, #00c1ca); }
    footer #foot {
      width: 95%;
      margin: 0 auto;
      padding: 30px 0; }
      footer #foot img {
        display: block;
        vertical-align: middle;
        width: 40%;
        padding-bottom: 10px;
        margin: 0 auto; }
      footer #foot ul {
        display: none; }
      footer #foot p {
        display: block;
        font-size: 11px;
        padding-top: 10px;
        color: #fff;
        text-align: center; } }

@media screen and (min-width: 750px) {
  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: -50px;
    color: #fff;
    background: -moz-linear-gradient(65deg, #007ec3, #00c1ca);
    background: -webkit-linear-gradient(65deg, #007ec3, #00c1ca);
    background: -o-linear-gradient(65deg, #007ec3, #00c1ca);
    background: linear-gradient(25deg, #007ec3, #00c1ca);
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
    #page_top a {
      position: relative;
      display: block;
      width: 50px;
      height: 50px;
      text-decoration: none; }
    #page_top a::before {
      font-family: FontAwesome;
      content: '\f102';
      font-size: 25px;
      color: #fff;
      position: absolute;
      width: 25px;
      height: 25px;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center; } }

@media screen and (max-width: 749px) {
  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: -40px;
    color: #fff;
    background: -moz-linear-gradient(65deg, #007ec3, #00c1ca);
    background: -webkit-linear-gradient(65deg, #007ec3, #00c1ca);
    background: -o-linear-gradient(65deg, #007ec3, #00c1ca);
    background: linear-gradient(25deg, #007ec3, #00c1ca);
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
    #page_top a {
      position: relative;
      display: block;
      width: 50px;
      height: 50px;
      text-decoration: none; }
    #page_top a::before {
      font-family: FontAwesome;
      content: '\f102';
      font-size: 25px;
      color: #fff;
      position: absolute;
      width: 25px;
      height: 25px;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center; } }

#preparation {
  width: 100%;
  background-color: #f9f9f9;
  height: 200px; }
  #preparation .preparationwrap {
    width: 1000px;
    margin: 0 auto; }
    #preparation .preparationwrap h2 {
      color: #007ec3;
      font-size: 28px;
      padding-top: 50px;
      text-align: left;
      position: relative;
      display: inline-block;
      margin-bottom: 1em; }
    #preparation .preparationwrap h2:before {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -15px;
      /*線の上下位置*/
      display: inline-block;
      width: 60px;
      /*線の長さ*/
      height: 1px;
      /*線の太さ*/
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-180%);
      transform: translateX(-180%);
      /*位置調整*/
      background-color: #007ec3;
      /*線の色*/ }
    #preparation .preparationwrap p {
      color: #007ec3;
      width: 100px;
      padding-top: 5px;
      font-size: 16px; }
    #preparation .preparationwrap .preparationbox {
      width: 660px;
      text-align: left;
      margin-left: auto;
      margin-right: 0;
      margin-top: -100px;
      padding-top: 20px;
      line-height: 1.75; }
      #preparation .preparationwrap .preparationbox p {
        color: #007ec3;
        font-size: 12px;
        width: 660px; }
      #preparation .preparationwrap .preparationbox a {
        text-decoration: none;
        color: #007ec3;
        line-height: 8;
        -webkit-transition: .1s;
        -o-transition: .1s;
        transition: .1s; }
      #preparation .preparationwrap .preparationbox a:hover {
        color: #333;
        text-decoration: underline;
        -webkit-transition: .1s;
        -o-transition: .1s;
        transition: .1s; }

@media screen and (min-width: 750px) {
	#thanks {
	  width: 100%;
	  background-color: #f9f9f9;
	  height: 330px; }
	  #thanks .thankswrap {
	    width: 1000px;
	    margin: 50px auto; }
	    #thanks .thankswrap h2 {
	      color: #007ec3;
	      font-size: 28px;
	      padding-top: 50px;
	      text-align: left;
	      position: relative;
	      display: inline-block;
	      margin-bottom: 1em; }
	    #thanks .thankswrap h2:before {
	      content: '';
	      position: absolute;
	      left: 50%;
	      bottom: -15px;
	      /*線の上下位置*/
	      display: inline-block;
	      width: 60px;
	      /*線の長さ*/
	      height: 1px;
	      /*線の太さ*/
	      -webkit-transform: translateX(-50%);
	      -ms-transform: translateX(-105%);
	      transform: translateX(-105%);
	      /*位置調整*/
	      background-color: #007ec3;
	      /*線の色*/ }
	    #thanks .thankswrap p {
	      color: #007ec3;
	      width: 220px;
	      padding-top: 5px;
	      font-size: 12px; }
	    #thanks .thankswrap .thanksbox {
	      width: 660px;
	      text-align: left;
	      margin-left: auto;
	      margin-right: 0;
	      margin-top: -100px;
	      padding-top: 20px;
	      line-height: 1.75; }
	      #thanks .thankswrap .thanksbox p {
	        color: #007ec3;
	        font-size: 12px;
	        width: 660px; }
	      #thanks .thankswrap .thanksbox a {
	        text-decoration: none;
	        color: #007ec3;
	        line-height: 8;
	        -webkit-transition: .1s;
	        -o-transition: .1s;
	        transition: .1s; }
	      #thanks .thankswrap .thanksbox a:hover {
	        color: #333;
	        text-decoration: underline;
	        -webkit-transition: .1s;
	        -o-transition: .1s;
	        transition: .1s; } }
	       
@media screen and (max-width: 749px) {
	#thanks {
	  width: 100%;
	  background-color: #f9f9f9; }
	  #thanks .thankswrap {
	    width: 95%;
	    margin: 0 auto; }
	    #thanks .thankswrap h2 {
	      color: #007ec3;
	      font-size: 28px;
	      padding-top: 50px;
	      text-align: left;
	      position: relative;
	      display: inline-block;
	      margin-bottom: 1em; }
	    #thanks .thankswrap h2:before {
	      content: '';
	      position: absolute;
	      left: 50%;
	      bottom: -15px;
	      /*線の上下位置*/
	      display: inline-block;
	      width: 60px;
	      /*線の長さ*/
	      height: 1px;
	      /*線の太さ*/
	      -webkit-transform: translateX(-50%);
	      -ms-transform: translateX(-105%);
	      transform: translateX(-105%);
	      /*位置調整*/
	      background-color: #007ec3;
	      /*線の色*/ }
	    #thanks .thankswrap p {
	      color: #007ec3;
	      width: 34%;
	      padding-top: 5px;
	      font-size: 12px; }
	    #thanks .thankswrap .thanksbox {
	      width: 60%;
	      text-align: left;
	      margin-left: auto;
	      margin-right: 0;
	      margin-top: -100px;
	      padding-top: 20px;
	      line-height: 1.75; }
	      #thanks .thankswrap .thanksbox p {
	        color: #007ec3;
	        font-size: 12px;
	        width: 100%; }
	      #thanks .thankswrap .thanksbox a {
	        text-decoration: none;
	        color: #007ec3;
	        line-height: 8;
	        -webkit-transition: .1s;
	        -o-transition: .1s;
	        transition: .1s; }
	      #thanks .thankswrap .thanksbox a:hover {
	        color: #333;
	        text-decoration: underline;
	        -webkit-transition: .1s;
	        -o-transition: .1s;
	        transition: .1s; } }

/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge{
    margin-bottom: 150px;
}