﻿@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 769px) {
}
@media screen and (max-width: 768px) {
}
/*-----------------------------------------

p-swingColumn

-----------------------------------------*/
.p-swingColumn__title {
  margin: 10px 0 0;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-swingColumn {
    -webkit-box-pack: justify;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .p-swingColumn__item {
    width: 49%;
  }
  .p-swingColumn__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-swingColumn__item {
    margin-bottom: 35px;
    border: 1px solid #999;
  }
  .p-swingColumn__item > a {
    display: block;
    padding: 10px;
  }
  .p-swingColumn__title {
    font-size: 1.6rem;
    text-align: center;
  }
  .p-swingColumn__title:after {
    content: "";
    display: block;
    width: 10%;
    height: 2px;
    margin: 0 auto;
    border-bottom: 2px solid #7abe3b;
  }
  .p-swingColumn__text {
    font-size: 1.3rem;
  }
  .p-swingColumn__text.-arrowR {
    position: relative;
    margin: 10px 0 0;
    padding: 0 15px 0 0;
  }
  .p-swingColumn__text.-arrowR:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    right: 0;
    margin-top: -4px;
  }
}

/*-----------------------------------------

p-sideConversion

-----------------------------------------*/
@media screen and (min-width: 769px) {
  .p-swingConversion {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    z-index: 999;
  }
  .p-swingConversion__inner {
    height: 100%;
    padding: 20px;
    color: #fff;
    background: #f87229;
  }
  .p-swingConversion__btn {
    margin-top: -60px;
    background: #f87229;
    box-shadow: 0 1px 8px rgb(0 0 0 / 30%);
    text-align: center;
    cursor: pointer;
    font-size: 1.2rem;
  }
  .p-swingConversion__btn {
    position: absolute;
    top: 50%;
    left: -116px;
    width: 116px;
    height: auto;
    margin-top: -60px;
    padding: 10px 5px;
    box-sizing: border-box;
    background: #f87229;
    box-shadow: 0 1px 8px rgb(0 0 0 / 30%);
    cursor: default;
    text-align: center;
    font-size: 1.2rem;
  }
  .p-swingConversion__btn>p>a {
    border: 1px solid #fff;
    position: relative;
    display: block;
    padding: 30px 0 7px;
    font-weight: 700;
    line-height: 1.4rem;
  }
  .p-swingConversion__btn>p>a:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 50%;
    width: 16px;
    height: 12px;
    margin-right: -9px;
    background: url(/common/images/icon_mail01.png) no-repeat;
    background-size: contain;
  }
  .p-swingConversion__btn>p>a:after {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    right: 4px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .p-swingConversion__btn>p>span {
    position: relative;
    display: block;
    padding-top: 60px;
    font-weight: 700;
    line-height: 2.21rem;
  }
}
@media screen and (max-width: 768px) {
  .p-swingConversion {
    display: none;
  }
}
.p-conversionBox__list .p-templateBtn__btn a.-orange.-btnType02.textnew{
  padding: 6px 20px;
  font-size: 2.2rem;
  line-height: 1.2;
}
.p-conversionBox__list .p-templateBtn__btn a.-orange.-btnType02.textnew > span{
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-conversionBox__list .p-templateBtn__btn a.-orange.-btnType02.textnew{
    padding: 6px 20px;
    font-size: 1.666rem;
    line-height: 1.2;
  }
  .p-conversionBox__list .p-templateBtn__btn a.-orange.-btnType02.textnew > span{
    font-size: 1.2rem;
  }
}

/*-----------------------------------------

p-tableBlock01

-----------------------------------------*/
@media screen and (min-width:769px){
  .p-priceTableType01 {
    width: 100%;
  }
  .p-priceTableType01 td {
    line-height: 1.4;
  }
  .p-priceTableType01 td span{
    font-size: 2.4rem;
  }
  .p-priceTableType01 td span.u-robotoCondensed {
    font-size: 3.6rem;
  }
}
@media screen and (max-width:768px){
  .p-priceTableType01 {
    width: 100%;
  }
  .p-priceTableType01 td span {
    font-weight: 400;
    font-size: 1.3rem;
  }
  .p-priceTableType01 td span.u-robotoCondensed {
    font-weight: 700;
    font-size: 1.9rem;
  }
}
/*-----------------------------------------

u-pcBorderDouble u-spBorderDouble

-----------------------------------------*/
.u-pcBorderDouble {
  display: inline-block;
  position: relative;
}
.u-pcBorderDouble:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 48%;
  left: 0;
}
.p-priceTableType01 td span.u-pcBorderDouble:after {
  border-top: 4px double #fff;
}
@media screen and (max-width:768px){
  .u-spBorderDouble {
    display: inline-block;
    position: relative;
  }
  .u-spBorderDouble:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 48%;
    left: 0;
  }
  .p-priceTableType01 td span.u-spBorderDouble:after {
    border-top: 4px double #fff;
  }
  .p-priceTableType01 td span.u-spBorderDouble:after {
    top: 24%;
  }
  .p-priceTableType01 td span.u-spBorderDouble span.u-spBorderDouble:after {
    top: 36%;
  }
}
/*-----------------------------------------

p-banner__title

-----------------------------------------*/

.p-banner__title {
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width:768px){
  .p-banner__title {
    font-size: 1.6rem;
  }
}

/*===============
p-txtBlock
===============*/
.p-txtBlock .p-txtBlock__title{
  color: #000;
  font-weight: bold;
  font-size: 3.0rem;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.4;
}
.p-txtBlock .p-txtBlock__lead{
  font-size: 1.6rem;
  text-align: center;
  margin: 5px 0 14px 0;
}
.p-txtBlock .p-txtBlock__txt{
  text-align: center;
  font-size: 1.3rem;
}
h2 + .p-txtBlock__txt{
  margin: 10px 0 50px;
}
.p-txtBlock + .p-txtBlock{
  margin-top: 50px;
}
@media (min-width: 769px){
  .p-txtBlock .ratio_graph > img {
    width: 600px;
  }
  .p-txtBlock .p-txtBlock__voice{
    width: 959px;
    margin: 0 auto;
  }
  .sp_ratio_caution {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-txtBlock .p-txtBlock__title{
    font-size: 1.9rem;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .p-txtBlock .p-txtBlock__lead{
    font-size: 1.4rem;
    margin: 5px 0 8px 0;
    line-height: 1.4;
  }
  h2 + .p-txtBlock__txt{
    margin: 10px 0 30px;
  }
  .p-txtBlock + .p-txtBlock{
    margin-top: 40px;
  }
  .pc_ratio_caution {
    display: none;
  }
 .sp_ratio_caution {
    font-size: 10px;
 }
 .l-section .l-section__inner .p-txtBlock .ratio_graph > img {
    width: 90%;
  }
}