*{
  margin:0;
  padding:0;
}
select::-ms-expand {
    display: none;
}
input{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
  border-radius:0;
}
body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
.all {
  max-width: 1050px;
  margin: auto;
}
p{
  line-height: 140%;
}
ul {
  list-style: none;
}
.clear {
clear: both;
}
span.blue01{
  color: #00afcc;
}
span.blue02{
  color: #0076c8;
}
main {
    display:block;
}
div.main,
#linkbunner{
  text-align:center
}
/*PC共通*/
@media screen and (min-width: 750px){
div.main{
  padding: 0 5%;
}
br.br-sp{
  display: none;
}
}
/*スマホ共通*/
@media screen and (max-width: 749px){
div.main{
  padding: 7%;
}
br.br-pc{
  display: none;
}
}

/*nav*/
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 9px;
  width: 30px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 8px;
}
#nav-toggle span:nth-child(3) {
  top: 16px;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #00afcc;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
/*navPC*/
@media screen and (min-width: 750px){
#global-nav{
  width:100%;
  float:right;
}
#global-nav ul{
  top: 40px;
  font-size: 0.8vw;
  float: right;
}
#global-nav li {
  text-align: center;
  float: left;
  font-size: 14px
}
#global-nav li a {
  text-decoration: none;
  padding: 0 1.5vw;
  color: #2d2d2d;
}
#global-nav li a:hover{
  color: #00afcc;
  text-decoration:underline;
}
#global-nav li+ li{
  border-left: 1px solid #333;
}
}
/*navスマホ*/
@media screen and (max-width: 749px){
#top-head{
  top: 0;
  position: fixed;
  margin-top: 0;
  z-index: 999;
}
#top-head .index{
  width: 100%;
  padding: 0;
}
#top-head .index #js-black-bg .black-bg{
  position: fixed;
  left: 0;
  top: 7em;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #000;
  display: none;
  transition: all .6s;
  cursor: pointer;
}
#top-head div#mobile-head{
  background: #fff;
  width: 749px;
  z-index: 999;
  position: relative;
}
#top-head div#mobile-head #nav-toggle {
  display: block;
  position: fixed;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 51px;
  cursor: pointer;
  z-index: 3;
  text-align: center;
}
#top-head div#mobile-head #nav-toggle div p {
  margin: 4px 0 0 -2px;
  color: #00afcc;
  font-size: 12px;
  line-height: 200%;
}
#global-nav {
  position: absolute;
  top: -695px;
  background: #FFFFFF;
  width: 100%;
  text-align: left;
  padding: 0 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
div#mobile-head #global-nav ul {
  list-style: none;
  position: static;
  font-size: 3vw;
}
div#mobile-head #global-nav ul li {
    width: 100%;
}
#top-head #global-nav ul li a{
  text-decoration: none;
  width: 100%;
  display: block;
  color: #6e6e6e;
  padding: 5vw 0vw 4.5vw 5vw;
  background-image: url(../images/sp/header/arrow.png);
  background-repeat: no-repeat;
  background-position: 91vw 4.5vw;
  background-size: 2.5vw;
  border-top: solid 1px #d6d6d6;
  box-sizing: border-box;
  font-weight: bold;
}
.open #global-nav {
  -moz-transform: translateY(655px);
  -webkit-transform: translateY(655px);
  transform: translateY(765px);
  z-index: 101;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
}

/*パンくずリスト*/
p.topicPath {
  letter-spacing: 0.2vw;
  border-top: solid 1px #d7d7d8;
  padding: 5px;
  font-size: 1.2vw;
  color: #2d2d2d;
  }
div.topic_link{
  float: left;
  margin-left: 5%;
}
div.topic_link a{
  text-decoration: none;
  color: #2d2d2d;
}
@media screen and (max-width: 749px){
p.topicPath {
  letter-spacing: 0.2vw;
  border-top: solid 1px #d7d7d8;
  padding: 5px;
  font-size: 1.2vw;
  color: #2d2d2d;
  margin-top: 68px;
  }
}

/*footer*/
div#linkbunner{
  margin: 40px 10px;
}
div.link_info{
  display: flex;
  align-items: center;
}
div.link_info .product_img{
  width: 25%;
}
div.link_info .product_img img{
  width: 100%
}
div.link_info div.name{
  width: 75%;
  font-weight: bold;
}
div.link_list_inner a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
div#footer{
  padding-bottom: 2vw;
  padding-top: 2vw;
  color: #fff;
  background: #01344a;
}
div#footer p#copyright{
  font-size: 15px;
  text-align: center;
}

/*footerPC*/
@media screen and (min-width: 750px){
div#linkbunner ul {
  display: flex;
  flex-wrap: wrap;
}
div#linkbunner ul li.link_list{
  width: 33%;
  transform: skew(-15deg);
  display: flex;
}
div.link_list_inner{
  color: #fff;
  background: #01344a;
  -webkit-box-direction: normal;
  flex-direction: column;
  overflow: hidden;
  margin: 10px;
  padding: 18px;
  position: relative;
  width:100%;
}
}
/*footerスマホ*/
@media screen and (max-width: 749px){
div#linkbunner ul {
  margin: 5%;
}
div#linkbunner ul li.link_list{
  transform: skew(-15deg);
  display: flex;
}
div.link_list_inner{
  color: #fff;
  background: #01344a;
  -webkit-box-direction: normal;
  flex-direction: column;
  overflow: hidden;
  margin: 1em 0;
  padding: 18px;
  position: relative;
  width:100%;
}
div.link_info div.name{
  width: 75%;
  font-weight: bold;
  font-size: 7vw;
}
}

/*項目のスラッシュPC*/
@media screen and (min-width: 750px){
  div.main div.heading h1{
    letter-spacing: 4px;
    color:#01344a;
    position: relative;
    display: inline-block;
    padding: 0 1em;
  }
  div.main div.heading h1{
    letter-spacing: 4px;
    color:#01344a;
    position: relative;
    display: inline-block;
    padding: 0 45px;
  }
  div.main h2{
    letter-spacing: 4px;
    color:#01344a;
    position: relative;
    display: inline-block;
    padding: 0 1.6em;
  }
  body#index div.main h2{
    margin-bottom: 10px;
  }
  div.main div.heading h1:before,
  div.main div.heading h1:after {
    content: '';
    position: absolute;
    top: 40%;
    display: inline-block;
    width: 35px;
    height: 4px;
    background-color: #00afcc;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
  }
  div.main div.heading h1:before,
  div.main div.heading h1:after {
    content: '';
    position: absolute;
    top: 40%;
    display: inline-block;
    width: 35px;
    height: 4px;
    background-color: #00afcc;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
  }
  div.main h2:before, 
  div.main h2:after {
    content: '';
    position: absolute;
    top: 40%;
    display: inline-block;
    width: 40px;
    height: 4px;
    background-color: #00afcc;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
  }
  div.main div.heading h1:before,
  div.main h2:before {
    left:0;
  }
}
/*項目のスラッシュスマホ*/
@media screen and (max-width: 749px){
  body#index div.main div.heading h1{
    letter-spacing: 4px;
    color:#01344a;
    position: relative;
    display: inline-block;
    padding: 0 22%;
    font-size: 10vw;
  }
  div.main div.heading h1{
    letter-spacing: 4px;
    color:#01344a;
    position: relative;
    display: inline-block;
    padding: 0 16%;
    font-size: 10vw;
  }
  body#qa div.main div.heading h1,
  body#flow div.main div.heading h1{
    letter-spacing: 4px;
    color:#01344a;
    position: relative;
    display: inline-block;
    padding: 0 18%;
    font-size: 10vw;
  }
  div.main h2{
    letter-spacing: 4px;
    color:#01344a;
    position: relative;
    display: inline-block;
    padding: 0 15%;
  }
  body#index div.main h2{
    margin-bottom: 1em;
  }
  body#index div.main .heading h1:before,
  body#index div.main .heading h1:after {
    content: '';
    position: absolute;
    top: 46%;
    display: inline-block;
    width: 27%;
    height: 4px;
    background-color: #00afcc;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
  }
  body#qa div.main .heading h1:before,
  body#qa div.main .heading h1:after {
    content: '';
    position: absolute;
    top: 46%;
    display: inline-block;
    width: 25%;
    height: 4px;
    background-color: #00afcc;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
  }
  div.main div.heading h1:before, h1:after {
    content: '';
    position: absolute;
    top: 46%;
    display: inline-block;
    width: 18%;
    height: 4px;
    background-color: #00afcc;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
  }
  div.main h2:before, h2:after {
    content: '';
    position: absolute;
    top: 46%;
    display: inline-block;
    width: 30%;
    height: 4px;
    background-color: #00afcc;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
  }
  div.main div.heading h1:before,
  div.main h2:before {
    left:0;
  }
  div.main div.heading h1:after,
  div.main h2:after {
    right: 0;
  }
  span.text{
    font-weight: bold;
    font-size: 5vw;
    letter-spacing: 1vw;
    line-height:1.5em;
  }
  div.contact ul li{
  list-style: none;
  float: left;
  }
}

/*トップページ*/
body#index div.main{
  margin:18px 0;
}
div.main #top{
  margin-bottom: 4vw;
}
div.index #header img{
  margin-left: 2vw;
  margin-top: 1vw;
  max-height: 65px;
}
div.heading{
  margin: 5% 0;
}
p.bold{
  font-weight: bold; 
}
div.main .heading .sp_link{  
  margin-bottom: 20vw;
}
div.main .heading .sp_link p{
  text-decoration: none;
  color: #ffffff;
}
/*トップPC*/
@media screen and (min-width: 750px){
div.main div#top img{
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  }
  div.heading p{
    margin: 1vw;
  }
  div.main .heading .sp_link{
    display: none;
  }
}
/*トップスマホ*/
@media screen and (max-width: 749px){
  body#index div.main{
  padding:0;
  }
  div.index #header img{
  margin-left: 2vw;
  margin-top: 1vw;
  max-height: 53px;
  margin-bottom: 3vw;
  max-width: 110px;
  width: 44vw;
  }
  div.main div#top img{
  width: 100%;
  max-height: 50vw;
  object-fit: cover;
  margin-top: 17vw;
  }
  div.heading p{
  margin: 5vw 6vw;
  font-size: 6vw;
  }
  div#form02{
    margin-top: 7em;
  }
  div.main .heading .sp_link{
    display: inline;
  }
  div.main .sell_link .sell_button{
  margin: 5vw 0;
  transform: skew(-15deg);
  display: inline-block;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 5vw 7vw;;
  background: #00afcc;
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
  border: 2px solid #00afcc;
  text-decoration: none;
  font-size: 6vw;
  width: 70%;
  }
  div.main .sell_link .sell_button:active {
    color         : #00afcc;
    background    : #ffffff;
  }
  div.main .buy_link .buy_button{
  margin: 5vw 0;
  transform: skew(-15deg);
  display: inline-block;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 5vw 7vw;;
  background: #0076c8;
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
  border: 2px solid #0076c8;
  text-decoration: none;
  font-size: 6vw;
  width: 70%
  }
  div.main .buy_link .buy_button:active {
    color         : #0076c8;
    background    : #ffffff;
  }
}
/*問い合わせフォーム共通*/
div#form div#form01 h2,
div#form div#form02 h2{
  margin-bottom: 2vw;
}
div#form01 .sell,
div#form02 .buy{
  background: #e5eaed;
}
/*問い合わせフォームPC*/
@media screen and (min-width: 750px){
  div#form{
    display: flex;
    justify-content: center;
  }
  body#index div#form01{
    width:50%;
    margin-right:s 0.5vw;
  }
  body#index div#form02{
    width:50%;
    margin-left: 0.5vw;
  }
  div.form_r{
    padding:3vw 1vw;
  }
  .form-item {
  padding-bottom: 1vw;
  width: 100%;
  display: flex;
  align-items: center;
  }
  div#form .form-item .ft{
    text-align: left;
    width:65%;
    min-width: 40px;
  }
  div.ft div.cp_ipselect.cp_sl01{
    text-align: left;
  }
  .form-item-label {
    text-align: right;
    margin-right: 8px;
    width: 35%;
    min-width: 100px;
    font-weight: bold;
    font-size: 1em;
  }
  .form-item-label-other {
    margin-top: 8px;
    margin-bottom: auto;
  }
  .Form-Item-Label-Required {
    margin-left: 10px;
    border-radius: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 44px;
    display: inline-block;
    text-align: center;
    background: #00afcc;
    color: #fff;
    font-size: 14px;
  }
  .Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding-left: 1em;
    padding-right: 1em;
    height: 35px;
    flex: 1;
    width: 85%;
    background: #fff;
    font-size: 1em;
  }
  .form-text {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0.5em;
    height: 216px;
    flex: 1;
    width: 90%;
    max-width: 410px;
    background: #fff;
    font-size: 1.1em;
  }
}
/*問い合わせフォームスマホ*/
@media screen and (max-width: 749px){
  div#form{
    display: block;
    margin-top:20vw;
  }
  div.form_r{
    padding:10vw 3vw;
  }
  .form-item {
    padding-bottom: 2.2em;
    width: 100%;
  }
  .form-item-label {
    text-align: left;
    margin-bottom: 4vw;
    font-weight: bold;
    font-size: 6vw;
  }
  .Form-Item-Label-Required {
    margin-left: 2vw;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    background: #00afcc;
    color: #fff;
    font-size: 6vw;
    padding: 1vw 2vw;
  }
  div#form .form-item .ft{
    text-align: left;
  }
  .Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding-left: 2vw;
    padding-right: 2vw;
    height: 12vw;
    flex: 1;
    width: 90%;
    background: #fff;
    font-size: 5.5vw;
  }
  .form-text {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 2vw;
    height: 50vw;
    flex: 1;
    width: 90%;
    background: #fff;
    font-size: 5.5vw;
  }
}
/*プルダウン共通*/
select {
  background-color: white;
  border: thin solid #ddd;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  font-size: 1.2vw;
  line-height: 1.5em;
  padding: 0.3em 3.5em 0.3em 0.5em;
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.form_select:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}
/*プルダウンPC*/
@media screen and (min-width: 750px){
  select.form_select {
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, skyblue, skyblue);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  font-size: 1em;
  }
}
/*プルダウンスマホ*/
@media screen and (max-width: 749px){
  select.form_select {
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, skyblue, skyblue);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  font-size: 5.5vw;
  }
}
/* 車体タイプ共通 */
div.buy .fcheck{
  width: 70%;
  display: flex;
    flex-wrap: wrap;
}
div.buy .fcheck label{
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #434343;
  border-radius: 5px;
  width: 27%;
  font-size: 12px;
  margin:5px 5px 5px 0;
  padding: 4px;
  display: flex;
  align-items: center;
  min-width: 60px;
}
div.buy .fcheck label .bodytype{
  margin:0 auto;
}
div.buy .fcheck .label img{
  display:flex;
  margin:0 auto;
}
div.buy .fcheck input{
  display: none;
}
div.buy .fcheck .check_box:checked + .label {
  background-color: #0076c8;
  color:#fff;
}
/* 車体タイプスマホ */
@media screen and (max-width: 749px){
  div.buy .fcheck{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
  div.buy .fcheck label {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #434343;
    border-radius: 5px;
    width: 45%;
    font-size: 4vw;
    margin: 1%;
    padding: 1vw;
    display: flex;
    align-items: center;
}
  div.buy .fcheck .check_box:checked + .label {
  background-color: #0076c8;
  color:#fff;
}
}
/*売りたいボタンPC*/
@media screen and (min-width: 750px){
  div#form .sell .Form-Btn {
    margin: 35px 0 10px 0;
    transform: skew(-15deg);
    display       : inline-block;
    font-size     : 1.25vw;        /* 文字サイズ */
    text-align    : center;      /* 文字位置   */
    cursor        : pointer;     /* カーソル   */
    padding       : 1.25vw 5.25vw;   /* 余白       */
    background    : #00afcc;     /* 背景色     */
    color         : #ffffff;     /* 文字色     */
    line-height   : 1em;         /* 1行の高さ  */
    transition    : .3s;         /* なめらか変化 */
    border        : 2px solid #00afcc;    /* 枠の指定 */
    font-weight: bold;
  }
  div#form .sell .Form-Btn:hover {
    color         : #00afcc;     /* 背景色     */
    background    : #ffffff;     /* 文字色     */
  }
}
/*売りたいボタンスマホ*/
@media screen and (max-width: 749px){
  div#form .sell .Form-Btn {
      margin: 35px 0 10px 0;
      transform: skew(-15deg);
      display: inline-block;
      font-size: 6.25vw;
      text-align: center;
      cursor: pointer;
      padding: 7vw 0;
      background: #00afcc;
      color: #ffffff;
      line-height: 1em;
      transition: .3s;
      border: 2px solid #00afcc;
      font-weight: bold;
      width: 90%;
  }
  div#form .sell .Form-Btn:active {
    color         : #00afcc;     /* 背景色     */
    background    : #ffffff;     /* 文字色     */
  }
}
/*買いたいボタンPC*/
@media screen and (min-width: 750px){
  div#form .buy .Form-Btn {
    margin: 35px 0 10px 0;
    transform: skew(-15deg);
    display       : inline-block;
    font-size     : 1.25vw;        /* 文字サイズ */
    text-align    : center;      /* 文字位置   */
    cursor        : pointer;     /* カーソル   */
    padding       : 1.25vw 5.25vw;   /* 余白       */
    background    : #0076c8;     /* 背景色     */
    color         : #ffffff;     /* 文字色     */
    line-height   : 1em;         /* 1行の高さ  */
    transition    : .3s;         /* なめらか変化 */
    border        : 2px solid #0076c8;    /* 枠の指定 */
    font-weight: bold;
  }
  div#form .buy .Form-Btn:hover {
    color         : #0076c8;     /* 背景色     */
    background    : #ffffff;     /* 文字色     */
  }
}
/*買いたいボタンスマホ*/
@media screen and (max-width: 749px){
  div#form .buy .Form-Btn {
      margin: 35px 0 10px 0;
      transform: skew(-15deg);
      display: inline-block;
      font-size: 6.25vw;
      text-align: center;
      cursor: pointer;
      padding: 7vw 0;
      background: #0076c8;
      color: #ffffff;
      line-height: 1em;
      transition: .3s;
      border: 2px solid #0076c8;
      font-weight: bold;
      width: 90%;
  }
  div#form .buy .Form-Btn:active {
    color         : #0076c8;     /* 背景色     */
    background    : #ffffff;     /* 文字色     */
  }
}


/*Company*/
.rinen li:not(:last-child) {
  margin-bottom: 20px;
}
.rinen li {
  margin: 1.5vw 9.5vw;
  transform: skew(-15deg);
  display: flex;
  background: #ddd;
  padding: 30px;
  align-items: center;
}
.rinen li p.title {
  font-weight: bold;
  width: 160px;
  text-align: center;
  margin-left: -30px !important;
  padding-right: 15px !important;
  margin-right: 10px !important;
  transform: skew(15deg);
}
.rinen li p {
  margin: 0 !important;
  transform: skew(15deg);
}
div.philosophy {
  max-width: 1280px;
  margin: 0 auto;
  overflow-x: hidden;
}
div.overview {
  margin-top: 50px;
}
table {
  border-collapse: collapse;
}
div.overview table.table_company {
  border-top: 1px solid #c5ccd1;
  margin: 50px auto;
}
div.overview table.table_company th{
  border-left: 1px solid #c5ccd1;
  background: #ebedf1;
  text-align: center;
}
div.overview table.table_company td {
  border-right: 1px solid #c5ccd1;
  text-align: left;
}
/*PC*/
@media screen and (min-width: 750px){
div.main .company_img{
  margin-bottom: 50px;
}
div.philosophy p.text_rinen{
  margin: 3em 6em;
  line-height: 1.5em;
}
div.overview table.table_company th,
div.overview table.table_company td {
    border-bottom: 1px solid #c5ccd1;
    padding: 1.5vw 1.5vw;
    vertical-align: top;
    font-size: 14px;
}
}
/*スマホ*/
@media screen and (max-width: 749px){
  body#company div.main div.heading h1{
    letter-spacing: 4px;
    color:#01344a;
    position: relative;
    display: inline-block;
    padding: 0 17%;
    font-size: 10vw;
  }
  body#company div.main div.heading h1:before,
  body#company div.main div.heading h1:h1:after {
    content: '';
    position: absolute;
    top: 46%;
    display: inline-block;
    width: 18%;
    height: 4px;
    background-color: #00afcc;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
  }
  div.main .company_img{
    margin: 15vw 0;
  }
  div.philosophy p.text_rinen{
    padding: 10vw 5vw;
    text-align: justify;
    line-height: 1.7em;
    font-size: 4.5vw;
  }
    div.overview table.table_company tr td iframe{
    width: 100%;
  }

  div.overview table.table_company th,
  div.overview table.table_company td {
    border-bottom: 1px solid #c5ccd1;
    padding: 6vw 1.5vw;
    vertical-align: top;
    font-size: 1.1em;
  }
}

/*fc*/
div.main div.fc_point ul{
  display: flex;
  justify-content: space-between;
  margin: 3vw 0;
}
div.main .fc_point ul.fc li .fc_text{
  margin:1em 0;
}
div.main div.fc_point ul.fc li p.point{
  color: #00afcc;
  font-weight: bold;
  font-size: 1.5em;
}
div.request .Form-Item-Label-Required {
  margin-left: 10px;
  border-radius: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 44px;
  display: inline-block;
  text-align: center;
  background: #00afcc;
  color: #fff;
  font-size: 14px;
}
div.request .Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 35px;
  flex: 1;
  width: 85%;
  background: #fff;
  font-size: 15px;
}
div.request .form-item .ft{
  text-align: left;
}
div.request .form-item-label-other {
  margin-top: 8px;
  margin-bottom: auto;
}
/*fcPC*/
@media screen and (min-width: 750px){
  div.main .fc_point ul.fc li{
    width: 25%;
    margin: 1vw 1.5vw;
    letter-spacing: 0.2em;
    line-height: 4em
  }
  body#fc div.main .fc_point ul.fc li .fc_text{
    text-align: left;
  }
  div.main .fc_point{
    margin-top: 3vw;
  }
  div.main .request{
  margin-top: 4vw;
  }
  div.main .request form#form_php .request_form{
  background: #e5eaed;
    width: 65%;
    margin: 0 auto;
  }
  div.main .request p.re_t {
    margin: 3vw 0;
  }
  div.request .form-item{
  padding-bottom:1vw;
  width:100%;
  display:flex;
  align-items: center;
  }
  div.request .form_f{
    padding: 2vw;
  }
  div.request form#form_php .form-item {
  padding-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  }
  div.request .Form-Item-Label-Required {
    margin-left: 10px;
    border-radius: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 44px;
    display: inline-block;
    text-align: center;
    background: #00afcc;
    color: #fff;
    font-size: 14px;
  }
  div.request .form-item .ft{
    text-align: left;
    width: 70%;
    min-width: 40px;
  }
  div.request .Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding-left: 1em;
    padding-right: 1em;
    height: 35px;
    flex: 1;
    width: 85%;
    background: #fff;
    font-size: 1em;
  }
  div.request .form-text {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0.5em;
    height: 216px;
    flex: 1;
    width: 90%;
    max-width: 410px;
    background: #fff;
    font-size: 1.1em;
  }
  div.request form#form_php div.request_form button.Form-Btn {
    margin: 35px 0 10px 0;
    transform: skew(-15deg);
    display       : inline-block;
    font-size     : 1.25vw;        /* 文字サイズ */
    text-align    : center;      /* 文字位置   */
    cursor        : pointer;     /* カーソル   */
    padding       : 1.25vw 5.25vw;   /* 余白       */
    background    : #00afcc;     /* 背景色     */
    color         : #ffffff;     /* 文字色     */
    line-height   : 1em;         /* 1行の高さ  */
    transition    : .3s;         /* なめらか変化 */
    border        : 2px solid #00afcc;    /* 枠の指定 */
    font-weight: bold;
  }
  div.request form#form_php div.request_form button.Form-Btn:hover {
    color         : #00afcc;     /* 背景色     */
    background    : #ffffff;     /* 文字色     */
  }
}
/*fcスマホ*/
@media screen and (max-width: 749px){
  body#fc div.main{
    padding:5% 0;
  }
  body#fc div.main h2{
    letter-spacing: 4px;
    color:#01344a;
    position: relative;
    display: inline-block;
    padding: 0 13%;
  }
  body#fc div.main h2:before,
  body#fc div.main h2:after{
    content: '';
    position: absolute;
    top: 46%;
    display: inline-block;
    width: 18%;
    height: 4px;
    background-color: #00afcc;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
  }
  body#fc div.main .fc_point ul.fc li .fc_text{
    font-size: 5vw;
    text-align: left;
  }
  div.main .request{
  margin-top: 5em;
  }
  div.main .fc_point ul.fc{
    display: block;
  }
  div.main .fc_point ul.fc li{
    margin-top: 16vw 0;
    letter-spacing: 0.2em;
    line-height: 4em;
    font-size:1.2em;
    margin: 2em;
  }
  div.main .fc_point{
    margin: 10vw 0;
  }
  div.main .request p.re_t {
    margin: 5vw;
  }
  div.request form#form_php .request_form{
    background: #e5eaed;
  }
  div.request .form_f{
  padding: 3em 1em;
  }
  div.request .form-item {
  padding-bottom: 2em;
  width: 100%;
  }
  div.request .Form-Item-Label-Required {
    margin-left: 2vw;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    background: #00afcc;
    color: #fff;
    font-size: 5vw;
    padding: 1vw 2vw;
  }
  div.request .Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding-left: 2vw;
    padding-right: 2vw;
    height: 12vw;
    flex: 1;
    width: 90%;
    background: #fff;
    font-size: 5.5vw;
  }
  div.request .form-text {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0.25em;
  height: 216px;
  flex: 1;
  width: 95%;
  background: #fff;
  font-size: 5.5vw;
  }
  div.request form#form_php div.request_form button.Form-Btn {
    margin: 35px 0 10px 0;
    transform: skew(-15deg);
    display       : inline-block;
    font-size     : 6.25vw;        /* 文字サイズ */
    text-align    : center;      /* 文字位置   */
    cursor        : pointer;     /* カーソル   */
    padding       : 7vw 0;   /* 余白       */
    background    : #00afcc;     /* 背景色     */
    color         : #ffffff;     /* 文字色     */
    line-height   : 1em;         /* 1行の高さ  */
    transition    : .3s;         /* なめらか変化 */
    border        : 2px solid #00afcc;    /* 枠の指定 */
    font-weight: bold;
    width: 90%;
  }
  div.request form#form_php div.request_form button.Form-Btn:hover {
    color         : #00afcc;     /* 背景色     */
    background    : #ffffff;     /* 文字色     */
  }
}

/*flow*/
div.main .flow_sell p,
div.main .flow_buy p{
  line-height: 1.5em;
}
div.main .flow_box .f_color .f_text .link{
  text-align: center;
}
div.main .flow_buy{
  margin-top: 4vw;
}
div.main .flow_box p.border span.size{
  font-size: 1.6em;
}
/*flowPC*/
@media screen and (min-width: 750px) {
  div.main .flow_sell .flow_contact01{
    margin: 1vw 0;
    transform: skew(-15deg);
    display: inline-block;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding: 1.25vw 5.25vw;;
    background: #00afcc;
    color: #ffffff;
    line-height: 1em;
    transition: .3s;
    border: 2px solid #00afcc;
    text-decoration: none;
  }
  div.main .flow_sell .flow_contact01:hover {
    color         : #00afcc;
    background    : #ffffff;
  }
  div.main .flow_buy .flow_contact02{
    margin: 1vw 0;
    transform: skew(-15deg);
    display: inline-block;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding: 1.25vw 5.25vw;;
    background: #0076c8;
    color: #ffffff;
    line-height: 1em;
    transition: .3s;
    border: 2px solid #0076c8;
    text-decoration: none;
  }
  div.main .flow_buy .flow_contact02:hover{
    color         : #0076c8;
    background    : #ffffff;
  }
  div.main .flow_box{
    margin: auto;
    margin-bottom: 2vw;
    display: flex;
    align-items: center;
  }
  div.main .flow_sell h2,
  div.main .flow_buy h2{
    margin-bottom: 2vw;
  }
  div.main .flow_box .f_color{
    background: #f3f3f3;
    align-self: stretch;
    width:78%;
    align-items: center;
    display: flex;
  }
  div.main .flow_box .f_color .f_text{
  padding:4%;
  text-align: justify;
  }
  div.main .flow_sell .a_color{
    background: #00afcc;
    align-self: stretch;
    display: flex;
    width: 22%;
    align-items: center;
    min-height: 145px;
  }
  div.main .flow_buy .b_color{
    background: #0076c8;
    align-self: stretch;
    display: flex;
    width: 22%;
    align-items: center;
    min-height: 145px;
  }
  div.main .flow_sell .step,
  div.main .flow_buy .step,
  div.main .flow_sell .step_4{
    width: 79%;
    position: relative;
    display: inline-block;
    margin:0 auto;
  }
  div.main .flow_sell .step:before,
  div.main .flow_sell .step_4:before{
    content: "";
    position: absolute;
    top: 50%;
    left:113%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #00afcc;
  }
  div.main .flow_buy .step:before {
    content: "";
    position: absolute;
    top: 50%;
    left:113%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #0076c8;
  }
  div.main .step_t{
    color: #fff;
    font-weight: bold;
    font-size: 1.28em;
  }
  div.main .flow_box p.border{
    border-bottom: solid 3px #fff;
    margin-bottom: 10px;
  }
}
/*flow*スマホ*/
@media screen and (max-width: 749px) {
  div.main .flow_sell p,
  div.main .flow_buy p{
    line-height: 1.5em;
    font-size: 5vw;
  }
  div.main .flow_sell .flow_contact01{
    margin: 5vw 0;
    transform: skew(-15deg);
    display: inline-block;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding: 5vw 7vw;;
    background: #00afcc;
    color: #ffffff;
    line-height: 1em;
    transition: .3s;
    border: 2px solid #00afcc;
    text-decoration: none;
    font-size: 5vw;
  }
  div.main .flow_sell .flow_contact01:active {
    color         : #00afcc;
    background    : #ffffff;
  }
  div.main .flow_buy .flow_contact02{
  margin: 5vw 0;
  transform: skew(-15deg);
  display: inline-block;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 5vw 7vw;;
  background: #0076c8;
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
  border: 2px solid #0076c8;
  text-decoration: none;
  font-size: 1.5em;
  }
  div.main .flow_buy .flow_contact02:active{
    color         : #0076c8;
    background    : #ffffff;
  }
  div.main .flow_box{
  margin: auto;
  margin-bottom: 2vw;
  }
  div.main .flow_sell h2,
  div.main .flow_buy h2{
    margin: 6vw 0;
  }
  div.main .flow_box .f_color{
    background: #f3f3f3;
    align-self: stretch;
    align-items: center;
    display: flex;
  }
  div.main .flow_box .f_color .f_text{
    padding:7% 4%;
    text-align: justify;
  }
  div.main .flow_sell .a_color{
    background: #00afcc;
    align-self: stretch;
    display: flex;
    align-items: center;
    height: 15vw;
  }
  div.main .flow_buy .b_color{
    background: #0076c8;
    align-self: stretch;
    display: flex;
    align-items: center;
    height: 15vw;
  }
  div.main .flow_sell .step,
  div.main .flow_buy .step,
  div.main .flow_sell .step_4{
    width: 100%;
    position: relative;
    display: inline-block;
    margin:0 auto;
  }
  div.main .flow_sell .step:before {
    content: "";
    position: absolute;
    top: 136%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #00afcc;
  }
  div.main .flow_sell .step_4:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #00afcc;
  }
  div.main .flow_buy .step:before {
    content: "";
    position: absolute;
    top: 136%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #0076c8;
  }
  div.main .step_t{
    color: #fff;
    font-weight: bold;
    font-size: 5vw;
    display: flex;
    align-items: center;
  }
  div.main .flow_box p.border{
    border-right: solid 3px #fff;
    margin-right: 30px;
    float: left;
    width: 35%;
  }
}

/*reason*/
/*reasonPC*/
@media only screen and (min-width: 750px) {
  div.main .reason_sell{
    margin-top: 3vw;
  }
  div.main .reason_buy{
    margin-top: 4vw;
  }
  div.main .reason_sell .reason_box,
  div.main .reason_buy .reason_box{
    margin: 3vw auto;
  }
  div.main .reason_sell img,
  div.main .reason_buy img{
    width: 90%;
    max-width: 997px;
    margin:30px auto;
  }
  div.main .reason_sell .reason_box p,
  div.main .reason_buy .reason_box p{
    width: 100%
  }
  .pc { display: block !important; }
  .sp { display: none !important; }
}
/*reason*スマホ*/
@media screen and (max-width: 749px){
  body#reason div.main div.heading h1{
    letter-spacing: 4px;
    color:#01344a;
    position: relative;
    display: inline-block;
    padding: 0 17%;
    font-size: 10vw;
  }
  body#reason div.main div.heading h1:before,
  body#reason div.main div.heading h1:h1:after {
    content: '';
    position: absolute;
    top: 46%;
    display: inline-block;
    width: 18%;
    height: 4px;
    background-color: #00afcc;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
  }
  div.main .reason_sell,
  div.main .reason_buy{
    margin-top: 15vw;
  }
  div.main .reason_sell .reason_box,
  div.main .reason_buy .reason_box{
    width: 90%;
    margin: 9vw auto;
    text-align: justify;
    font-size: 5vw
  }
  div.main .reason_sell img,
  div.main .reason_buy img{
    width: 100%;
  }
  .pc { display: none !important; }
  .sp { display: block !important; }
  }
  div.main .reason_sell .reason_box p,
  div.main .reason_buy .reason_box p{
    width: 100%
    font-size:5vw;
  }
}
/*Q&A*/
div.main div.qa_sell{
  margin-top: 70px;
}
div.main div.qa_buy{
  margin-top: 100px;
}
.question_sell *, .question_sell *:after, .question_sell *:before,
.question_buy *, .question_buy *:after, .question_buy *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.question_sell .cp_actab,
.question_buy .cp_actab {
  padding: 20px 0;
  border-bottom: 1px dotted #cccccc;
}
.question_sell label,
.question_buy label {
  font-weight: bold;
  text-align: left;
  font-size: 1.2em;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 10px 0 48px;
  cursor: pointer;
}
.question_sell .cp_actab-content,
.question_buy .cp_actab-content {
  font-size: 1em;
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 40px;
  padding: 0 14px;
  -webkit-transition: 0.4s ease;
          transition: 0.4s ease;
  opacity: 0;
}
.question_sell .cp_actab input[type=checkbox]:checked ~ .cp_actab-content,
.question_buy .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
  text-align: left;
  height: auto;
  padding: 14px;
  opacity: 1;
}
.question_sell .cp_plus {
  color:#00afcc;
  font-size: 2.4em;
  line-height: 100%;
  position: absolute;
  z-index: 5;
  margin: 3px 0 0 10px;
  -webkit-transition: 0.2s ease;
          transition: 0.2s ease;
}
.question_buy .cp_plus {
  color:#0076c8;
  font-size: 2.4em;
  line-height: 100%;
  position: absolute;
  z-index: 5;
  margin: 3px 0 0 10px;
  -webkit-transition: 0.2s ease;
          transition: 0.2s ease;
}
.question_sell .cp_actab input[type=checkbox]:checked ~ .cp_plus,
.question_buy .cp_actab input[type=checkbox]:checked ~ .cp_plus {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.question_sell .cp_actab input[type=checkbox],
.question_buy .cp_actab input[type=checkbox] {
  display: none;
}
.question_sell .cp_actab input:checked ~ label{
  color: #00afcc;
}
.question_buy .cp_actab input:checked ~ label{
  color: #0076c8;
}
/*Q&APC*/
@media only screen and (min-width: 750px) {
  .question_sell,
  .question_buy {
    width: 80%;
    overflow-x: hidden;
    margin: 0 auto;
    color: #333333;
  }
}
/*Q&Aスマホ*/
@media only screen and (max-width: 749px) {
  .question_sell,
  .question_buy {
    overflow-x: hidden;
    margin: 0 auto;
    color: #333333;
  }
}