@charset "UTF-8";
@import url(//db.onlinewebfonts.com/c/4387b781fdcc752283b72bdc76757065?family=All+Round+Gothic);
/*----------------------------------------------------*/
/*----------------------   PC   ----------------------*/
/*----------------------------------------------------*/

@media screen and (min-width: 750px) {

  body {
    width: 100%;
    margin: 0 auto;
    color: #666;
    font-size: 12px;
  }
  .sp { display: none; }

/*----------------------   header   ----------------------*/

  header {
    display: block;
    width: 1000px;
    margin: 10px auto;
  }
  header h1 {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    margin: 0 auto 0 0;
  }
  header h1 img {
    display: block;
    width: 100%;
  }
  header p {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
  }
  header ul {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding-left: 400px;
  }
  header ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
  }
  header ul li span {
    color: #007ec3;
    font-size: 16px;
    font-weight: bold;
  }
  header ul li img {
    display: block;
    vertical-align: middle;
    width: 40px;
  }
  header nav.NavMenu {
    display: none;
  }

/*----------------------   top   ----------------------*/

  #top {
    width: 100%;
  }
  #top img {
    display: block;
    width: 100%;
  }
  
/*----------------------   menu   ----------------------*/

  #menu {
    width: 100%;
    height: 40px;
    background-color: #fff;
    font-size: 11px;
  }
  #menu .menubox {
    width: 1000px;
    margin: 0 auto;
  }
  #menu .menubox ul {
    width: 300px;
    margin-left: auto;
    margin-right: 0;
    padding: 10px 0 20px;
  }
  #menu .menubox ul li {
    display: inline-block;
    padding: 0 15px;
  }
  #menu .menubox ul li a {
    text-decoration: none;
    color: #333;
  }
  #menu .menubox ul li a:hover {
    color: #007ec3;
    text-decoration: underline;
  }

/*----------------------   about   ----------------------*/

  #about {
    width: 100%;
    background-color: #f9f9f9;
    height: auto;
  }
  #about .aboutwrap {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
  }
  #about .aboutwrap h2 {
    color: #666;
    font-size: 28px;
  }
  #about .aboutwrap h2 span {
    font-size: 12px;
    color: #007ec3;
  }
  #about table {
    width: 1000px;
    margin: 30px auto;
    text-align: left;
    line-height: 2.5;
  }
  #about table th , 
  #about table td {
    border: .1px dotted #666;
    padding: 10px;
  }
  #about table th span {
    font-size: 1px;
    padding-right: 5px;
  }

/*----------------------   service   ----------------------*/

  #service {
    width: 100%;
    height: auto;
  }
  #service .servicewrap {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
  }
  #service .servicewrap h2 {
    color: #666;
    font-size: 28px;
  }
  #service .servicewrap h2 span {
    font-size: 12px;
    color: #007ec3;
  }
  #service img {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
  }
  #service a {
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    height: 50px;
    margin-left: 200px;
    text-align: center;
    text-decoration: none;
    background: -moz-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -webkit-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -o-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: linear-gradient(25deg, #ff64ba, #ffd4dd);
    border-radius: 50px;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);     
  }
  #service a p {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding-top: 15px;
  }

/*----------------------   privacy   ----------------------*/

  #privacy {
    width: 100%;
    height: auto;
    font-size: 10px;
  }
  #privacy .privacywrap {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
  }
  #privacy .privacywrap h2 {
    color: #666;
    font-size: 28px;
    padding-bottom: 10px;
  }
  #privacy .privacywrap h2 span {
    font-size: 12px;
    color: #007ec3;
  }
  #privacy .privacywrap p {
    line-height: 2;
    padding: 10px 0;
  }
  #privacy .privacywrap p span {
    font-weight: bold;
  }
  #privacy .privacywrap ul {
    display: block;
    width: 90%;
    padding-left: 15px;
    margin: 10px 0;
  }
  #privacy .privacywrap ul li {
    list-style-type: decimal
  }

/*----------------------   handling   ----------------------*/

  #handling {
    width: 100%;
    height: auto;
    font-size: 10px;
  }
  #handling .handlingwrap {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
  }
  #handling .handlingwrap h2 {
    color: #666;
    font-size: 28px;
    padding-bottom: 10px;
  }
  #handling .handlingwrap h2 span {
    font-size: 12px;
    color: #007ec3;
  }
  #handling .handlingwrap p {
    line-height: 2;
    padding: 10px 0;
  }
  #handling .handlingwrap p span {
    font-weight: bold;
  }
  #handling .handlingwrap ul {
    display: block;
    width: 90%;
    padding-left: 15px;
    margin: 10px 0;
  }
  #handling .handlingwrap ul li {
    list-style-type: decimal
  }

/*----------------------   footmenu   ----------------------*/

  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);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
  footer #foot {
    width: 600px;
    margin: 0 auto;
    padding: 30px 0;
  }
  footer #foot img {
    display: inline-block;
    vertical-align: middle;
    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 {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    margin-left: 255px;
    color: #fff;
  }

/*----------------------   page_top   ----------------------*/

  #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;
  }

}

/*----------------------------------------------------*/
/*----------------------   sp   ----------------------*/
/*----------------------------------------------------*/

@media screen and (max-width: 749px) {

  body {
    width: 100%;
    margin: 0 auto;
    color: #3f3f3f;
    font-size: 11px;
    font-weight: 500;
  } 
  .pc { display: none; }

/*----------------------   header   ----------------------*/

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

/*----------------------   top   ----------------------*/

  #top {
    width: 100%;
    position: relative;
  }
  #top img { 
    display: block;
    width: 100%;
    padding-top: 70px;
  }
  
/*----------------------   menu   ----------------------*/

  #menu { display: none; }

/*----------------------   about   ----------------------*/

  #about {
    width: 100%;
    height: auto;
    padding-top: 50px;
    margin-top: -50px;
  }
  #about .aboutwrap {
    width: 95%;
    margin: 0 auto;
  }
  #about .aboutwrap h2 {
    color: #007ec3;
    font-size: 24px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin: 20px 0;
  }
  #about .aboutwrap h2 span {
    font-size: 14px;
  }
  #about table {
    width: 100%;
    margin: 10px auto;
    text-align: left;
    line-height: 2.5;
  }
  #about table th , 
  #about table td {
    border: .1px dotted #666;
    padding: 10px;
  }
  #about table th span {
    font-size: 1px;
    padding-right: 5px;
  }

/*----------------------   service   ----------------------*/

  #service {
    width: 100%;
    height: auto;
    padding-top: 50px;
    margin-top: -50px;
  }
  #service .servicewrap {
    width: 95%;
    margin: 0 auto;
  }
  #service .servicewrap h2 {
    color: #007ec3;
    font-size: 24px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin: 20px 0;
  }
  #service .servicewrap h2 span {
    font-size: 14px;
  }
  #service .servicewrap img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  #service a {
    display: block;
    width: 70%;
    height: 50px;
    margin: 30px auto;
    text-align: center;
    text-decoration: none;
    background: -moz-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -webkit-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: -o-linear-gradient(65deg, #ff64ba, #ffd4dd);
    background: linear-gradient(25deg, #ff64ba, #ffd4dd);
    border-radius: 50px;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);     
  }
  #service a p {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding-top: 15px;
  }

/*----------------------   privacy   ----------------------*/

  #privacy ,
  #handling {
    width: 100%;
    height: auto;
    padding-top: 50px;
    margin-top: -50px;
    margin-bottom: 30px;
  }
  #privacy .privacywrap ,
  #handling .handlingwrap {
    width: 95%;
    margin: 0 auto;
  }
  #privacy .privacywrap h2 ,
  #handling .handlingwrap h2 {
    color: #007ec3;
    font-size: 24px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin: 20px 0;
  }
  #privacy .privacywrap h2 span,
  #handling .handlingwrap h2 span {
    font-size: 14px;
  }
  #privacy .privacywrap p span {
    font-size: 12px;
    font-weight: bold;
  }
  #privacy .privacywrap ul {
    display: block;
    width: 90%;
    padding-left: 15px;
    margin: 10px 0;
  }
  #privacy .privacywrap ul li {
    list-style-type: decimal
  }

/*----------------------   question   ----------------------*/

  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%;
    margin: 0 auto;
  }
  footer #foot ul { display: none; }
  footer #foot p {
    display: block;
    font-size: 11px;
    padding-top: 10px;
    color: #fff;
    text-align: center;
  }

/*----------------------   page_top   ----------------------*/

  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    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;
  }

}
