/* ------------------------------------------------------------------
inner
------------------------------------------------------------------ */
.inner, .header-inner, .innerBox {
  margin-left: auto;
  margin-right: auto;
}

.shadowBox {
  background: #fff;
  -moz-box-shadow: 0 0px 14px 0px rgba(115, 115, 115, .4);
  -webkit-box-shadow: 0 0px 14px 0px rgba(115, 115, 115, .4);
  box-shadow: 0 0 14px 0px rgba(115, 115, 115, .4);
}

.white_bg {
  background-color: #fff;
  border-radius: .6em;
}

.green_bg {
  background-color: #00af3a;
  border-radius: .6em;
  color: #fff;
}

.bg-fixed {
  margin: 60px 0 60px;
}

@media(min-width:768px) {
  .inner {
    width: 680px;
  }

  .header-inner {
    margin-left: -15px;
    margin-right: -15px;
  }

  .innerBox {
    width: 600px;
    padding: 50px 0;
  }
}

@media(min-width:1024px) {
  .inner {
    width: 920px;
  }

  .innerBox {
    width: 820px;
  }
}

@media(min-width:1366px) {
  .inner {
    width: 1160px;
  }

  .innerBox {
    width: 880px;
  }
}

@media only screen and (max-width: 736px) {
  .inner {
    padding: 0px 15px 0;
  }

  .header-inner {
    padding: 0px 15px 0;
  }

  .innerBox {
    padding: 0px 0px;
  }

  .white_bg {
    border-radius: .4em;
  }

  .bg-fixed {
    margin: 20px 0 20px;
  }
}

/* ------------------------------------------------------------------
leftBox/rightBox
------------------------------------------------------------------ */

.leftBox {
  float: left;
  width: 48%;
  margin-left: 0%;
}

.rightBox {
  float: left;
  width: 48%;
  margin-left: 4%;
}

@media only screen and (max-width: 736px) {
  .leftBox {
    float: none;
    width: 100%;
    margin-left: 0%;
  }

  .rightBox {
    float: none;
    width: 100%;
    margin-left: 0%;
  }
}

/* ------------------------------------------------------------------
リスト カラム
------------------------------------------------------------------ */
ul.list-3-column, ol.list-3-column, ul.list-2-column, ul.list-4-column, ol.list-4-column, ul.list-5-column, ul.list-6-column {
  letter-spacing: -.4em;
  text-align: center;
}

ul.list-3-column li, ol.list-3-column li, ul.list-2-column li, ul.list-4-column li, ol.list-4-column li, ul.list-5-column li, ul.list-6-column li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

ul.list-3-column li, ol.list-3-column li {
  width: 31%;
  margin-left: 3.5%;
  margin-bottom: 3.5%;
}

ul.list-3-column li:first-child, ol.list-3-column li:first-child {
  margin-left: 0;
}

ul.list-3-column li:nth-child(3n+1), ol.list-3-column li:nth-child(3n+1) {
  margin-left: 0;
}

ul.list-2-column li {
  width: 48%;
  margin-left: 4%;
  margin-bottom: 3.5%;
}

ul.list-2-column li:first-child {
  margin-left: 0;
}

ul.list-2-column li:nth-child(odd) {
  margin-left: 0;
}

ul.list-4-column li, ol.list-4-column li {
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 2%;
}

ul.list-4-column li:first-child, ol.list-4-column li:first-child {
  margin-left: 0;
}

ul.list-4-column li:nth-child(4n), ol.list-4-column li:nth-child(4n) {
  margin-right: 0;
}

ul.list-4-column li:nth-child(4n+5), ol.list-4-column li:nth-child(4n+5) {
  margin-left: 0;
}

ul.list-5-column li {
  width: 18.4%;
  margin-left: 2%;
  margin-bottom: 2%;
}

ul.list-5-column li:first-child {
  margin-left: 0;
}

ul.list-5-column li:nth-child(5n) {
  margin-right: 0;
}

ul.list-5-column li:nth-child(5n+6) {
  margin-left: 0;
}

ul.list-6-column li {
  width: 15%;
  margin-left: 2%;
  margin-bottom: 2%;
}

ul.list-6-column li:first-child {
  margin-left: 0;
}

@media(min-width:768px) {
  ul.list-6-column li:nth-child(6n) {
    margin-right: 0;
  }

  ul.list-6-column li:nth-child(6n+7) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 736px) {

  ul.list-3-column li, ol.list-3-column li, ul.list-2-column li, ul.list-5-column li {
    display: block;
  }

  ul.list-3-column li, ol.list-3-column li, ul.list-5-column li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  ul.list-2-column li {
    width: 100%;
    margin-left: 0%;
  }
}

@media only screen and (max-width: 414px) {
  ul.list-4-column li, ol.list-4-column li, ul.list-6-column li {
    display: inline-block;
  }

  ul.list-4-column li, ol.list-4-column li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 15px;
  }

  ul.list-4-column li:first-child, ol.list-4-column li:first-child {
    margin-left: 0;
  }

  ul.list-4-column li:nth-child(2n), ol.list-4-column li:nth-child(2n) {
    margin-right: 0;
  }

  ul.list-4-column li:nth-child(2n+3), ol.list-4-column li:nth-child(2n+3) {
    margin-left: 0;
  }

  ul.list-6-column li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 15px;
  }

  ul.list-6-column li:first-child {
    margin-left: 0;
  }

  ul.list-6-column li:nth-child(2n) {
    margin-right: 0;
  }

  ul.list-6-column li:nth-child(2n+3) {
    margin-left: 0;
  }
}

/* ------------------------------------------------------------------
リストteble
------------------------------------------------------------------ */

ul.teble-list li {
  border-bottom: solid 1px #e9e9e9;
  display: table;
  width: 100%;
  font-size: 1.4rem;
}

ul.teble-list li:first-child {
  border-top: solid 1px #e9e9e9;
}

ul.teble-list li div {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 15px;
}

ul.teble-list li div:first-child {
  background: #f4f4f4;
  width: 20%;
  text-align: center;
  letter-spacing: 1px;
  border-left: solid 1px #e9e9e9;
  font-weight: 600;
  color: #233B6C;
}

ul.teble-list li div:last-child {
  border-right: solid 1px #e9e9e9;
}

@media only screen and (max-width: 736px) {
  ul.teble-list li {
    display: block;
    border: 0;
    font-size: 1.3rem;
  }

  ul.teble-list li:first-child {
    border: 0;
  }

  ul.teble-list li div {
    display: block;
    padding: 10px 10px 20px;
  }

  ul.teble-list li div:first-child {
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    border-right: solid 0px #c8d2dd;
    border-left: solid 0px #c8d2dd;
  }

  ul.teble-list li div:last-child {
    border-left: solid 0px #c8d2dd;
    border-right: solid 0px #e9e9e9;
  }

  ul.teble-list li:first-child div {
    border-top: solid 0px #c8d2dd;
  }

  ul.teble-list li:last-child div {
    border-bottom: solid 0px #c8d2dd;
  }
}

/* ------------------------------------------------------------------
リストteble　ライン
------------------------------------------------------------------ */
ul.teble-listLine li {
  display: table;
  width: 100%;
  font-size: 1.3rem;
}

ul.teble-listLine li div {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 15px;
}

ul.teble-listLine li div:first-child {
  width: 25%;
  letter-spacing: .5px;
  border-bottom: solid 1px #1c4b27;
  font-weight: 600;
  text-align: center;
  padding: 8px 0px;
}

ul.teble-listLine li div:last-child {
  border-bottom: solid 1px #eee;
}

@media(min-width:768px) {

  /* -----teble-listライン----- */
  ul.teble-listLine li:first-child div:first-child {
    border-top: solid 1px #1c4b27;
  }

  ul.teble-listLine li:first-child div:last-child {
    border-top: solid 1px #eee;
  }
}

@media only screen and (max-width: 736px) {
  ul.teble-listLine li {
    display: block;
    border: 0;
    font-size: 1.3rem;
  }

  ul.teble-listLine li:first-child {
    border: 0;
  }

  ul.teble-listLine li div {
    display: block;
  }

  ul.teble-listLine li div:first-child {
    width: 100%;
    text-align: left;
    padding: 5px 10px;
  }

  ul.teble-listLine li div:last-child {
    border-bottom: solid 0px #eee;
    padding: 10px 10px 30px;
  }
}

/* ------------------------------------------------------------------
bootsytap teble
------------------------------------------------------------------ */
.table-bordered {
  border: 1px solid #ccc;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border: 1px solid #ccc;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 13px;
  text-align: center;
  vertical-align: middle;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border-bottom-width: 1px;
}

.table>thead>tr>th {
  vertical-align: middle;
  text-align: center;
  background: #2758a7;
  color: #fff;
}

.table>tbody>tr>td:first-child {
  background-color: #dfe6f2 !important;
  font-weight: 600;
}

.table>tbody>tr:first-child>td {
  background: #f3ecc8;
  color: #000;
  font-weight: 600;
}

.table>tbody>tr>td:last-child {
  text-align: left;
}

.table-bordered {
  font-size: 1.3rem;
}


@media only screen and (max-width: 736px) {
  .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 13px 8px;
  }

}

/* ------------------------------------------------------------------
画像関連
------------------------------------------------------------------ */
.photaria {
  margin-left: auto;
  margin-right: auto;
}

.photaria img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: auto;
}

.phot-disc {
  display: block !important;
  font-size: 1.18rem;
  margin: .3em 0 .5em;
  text-align: center;
}

/* -----画像トリミング・角丸.3em----- */
.fix-phot-radius {
  position: relative;
  width: 100%;
  /*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
  padding-top: 100%;
  /*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
  overflow: hidden;
  /*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
  margin: 0 auto;
  -moz-transition: border-radius .2s linear, color .2s linear, border .2s linear;
  -webkit-transition: border-radius .2s linear, color .2s linear, border .2s linear;
  -o-transition: border-radius .2s linear, color .2s linear, border .2s linear;
  -ms-transition: border-radius .2s linear, color .2s linear, border .2s linear;
  transition: border-radius .2s linear, color .2s linear, border .2s linear;
}

.fix-phot-radius img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 150%;
  max-height: 150%;
}

.fix-phot-top {
  position: relative;
  width: 100%;
  padding-top: 66.666666%;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 0;
  -moz-transition: border-radius .2s linear, color .2s linear, border .2s linear;
  -webkit-transition: border-radius .2s linear, color .2s linear, border .2s linear;
  -o-transition: border-radius .2s linear, color .2s linear, border .2s linear;
  -ms-transition: border-radius .2s linear, color .2s linear, border .2s linear;
  transition: border-radius .2s linear, color .2s linear, border .2s linear;
}

.fix-phot-top img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 150%;
  max-height: 150%;
}

.blog-phot, .trimming-photo {
  background: url(../img/nophoto.png) no-repeat top center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  position: relative;
  width: 100%;
  /*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
  padding-top: 100%;
  /*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
  overflow: hidden;
  /*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
  margin: 0 auto;
}

.trimming-photo {
  padding-top: 75%;
}

.blog-phot img, .trimming-photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 140%;
  max-height: 140%;
}

.photoLeft {
  width: 190px;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

.photoRight {
  width: 300px;
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}

.photoLeft img, .photoRight img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 736px) {

  .photoLeft {
    margin-right: 15px;
    margin-bottom: 5px;
  }

  .photoRight {
    margin-left: 15px;
    margin-bottom: 5px;
  }

}

/* ------------------------------------------------------------------
margin　スクロール
------------------------------------------------------------------ */
.mb-box {
  margin-bottom: 50px;
}

.mb-box:last-child {
  margin-bottom: 0px;
}

.scrollBox {
  margin-top: -120px;
  padding-top: 120px;
}
.mb8{
  margin-bottom: 8px;
}

@media only screen and (max-width: 736px) {
  .mb-box {
    margin-bottom: 30px;
  }
  .scrollBox {
    margin-top: -50px;
    padding-top: 50px;
  }
}

/* ------------------------------------------------------------------
inline-block
------------------------------------------------------------------ */
.need_container {
  text-align: center;
}

.needsBox {
  display: inline-block;
}

/* ------------------------------------------------------------------
ボタン
------------------------------------------------------------------ */
.btn {
  position: relative;
  line-height: 34px;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 600;
  -moz-border-radius: .1em;
  -webkit-border-radius: .1em;
  -o-border-radius: .1em;
  -ms-border-radius: .1em;
  border-radius: .1em;
  border: 0px solid transparent;
  padding: 0px 0 0 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -moz-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -webkit-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -o-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -ms-transition: background-color .2s linear, color .2s linear, border .2s linear;
  transition: background-color .2s linear, color .2s linear, border .2s linear;
}

.btn:focus, .btn:active, .btn.active {
  outline: 0;
  color: #fff;
}

.btn a {
  text-decoration: none !important;
}

.btn:hover {
  background: #fff;
}

.radius {
  -moz-border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  border-radius: 30px !important;
}

.btn-blue, .btn-blue:focus, .btn-blue:active {
  background-color: #3071b9;
  color: #fff;
}

.btn-blue:hover {
  background-color: #005eff;
  color: #fff;
}

.btn-green, .btn-green:focus, .btn-green:active {
  background: #00b162;
  color: #fff;
}

.btn-green:hover {
  background: #00cf4b;
  color: #fff;
}

.btn-orange, .btn-orange:focus, .btn-orange:active {
  background-color: #ff7000;
  color: #fff;
}

.btn-orange:hover {
  background: #ffaf00;
  color: #fff;
}

.btn-red, .btn-red:focus, .btn-red:active {
  background-color: #e60012;
  color: #fff;
}

.btn-red:hover {
  background: #ff322d;
  color: #fff;
}

.btn-info:hover {
  background: #138496;
  color: #fff;
}

/* ------------------------------------------------------------------
fontsize color 蛍光マーカー
------------------------------------------------------------------ */
.toptex {
  font-weight: 600;
  line-height: 1.9em;
  font-size: 2.0rem;
}

.yellow_line_narrow {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 30%, #fdf64d 0%) repeat scroll 0 0;
}

.text-red {
  color: #e60012;
}

.text-block {
  color: #2d2d2d;
}

.text-green {
  color: #00af3a;
}

.text-blue {
  color: #114dd0;
}

.md-center {
  text-align: center;
  display: block;
}

.kome {
  display: block;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400 !important;
}

.kome1 {
  display: block !important;
  font-size: 11px;
  line-height: 1em;
  font-weight: 400 !important;
}

.kome3 {
  font-size: 12px;
  line-height: 34px;
  font-weight: 400;
}

@media only screen and (max-width: 736px) {
  .toptex {
    line-height: 1.5em;
    font-size: 1.5rem;
  }

  .kome1 {
    display: block;
  }
  .md-center {
    text-align: left;
  }
}

/* ------------------------------------------------------------------
.conversion_bottom .btn
------------------------------------------------------------------ */
.conversion, .conversion_bottom {
  background-color: #00af3a;
  padding: 40px 0;
}

.conversion .innerBox, .conversion_bottom .innerBox {
  background-color: #fff;
  -moz-border-radius: .6em;
  -webkit-border-radius: .6em;
  -o-border-radius: .6em;
  -ms-border-radius: .6em;
  border-radius: .6em;
}

.conversion h3 {
  display: block;
  text-align: center;
  color: #fff;
  margin: 0 0 15px;
  line-height: 1.4em;
}

.conversion ul, .conversion_bottom ul {
  letter-spacing: -.4em;
  text-align: center;
}

.conversion ul li, .conversion_bottom ul li {
  vertical-align: top;
  letter-spacing: normal;
}

.c_logo_tex {
  text-align: center;
  font-weight: 600;
  font-size: 1.12rem;
}

.conversion ul li:first-child:focus, .conversion ul li:first-child:active {
  color: #000;
}

.conversion_bottom ul li:first-child:focus, .conversion_bottom ul li:first-child:active {
  color: #000;
}

.c_phone_tex01 {
  text-align: center;
  font-weight: 600;
  font-size: 2.0rem;
  margin-bottom: 5px;
  letter-spacing: normal;
  color: #000;
}

.c_phone_tex01 span {
  display: inline-block;
  border: solid 1px #00af3a;
  margin-left: 5px;
  padding: 0 10px;
  border-radius: .2em;
}

.conversion .btn, .conversion_bottom .btn {
  border-radius: .2em;
}

.conversion .btn p, .conversion_bottom .btn p {
  position: relative;
  line-height: 1;
  margin-bottom: 0px;
  color: #fff;
  margin-bottom: 3px;
  font-size: 1.8rem;
}

.conversion .btn p::before, .conversion_bottom .btn p::before {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  background: url(../img/h_triangle.png) no-repeat 0 0;
  width: 34px;
  height: 10px;
  background-size: 34px 10px;
}

.conversion .btn p::after, .conversion_bottom .btn p::after {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  background: url(../img/h_triangle.png) no-repeat 0 0;
  width: 34px;
  height: 10px;
  background-size: 34px 10px;
  transform: rotate(180deg);
}

.header-phone {
  text-align: left;
  color: #000;
  position: relative;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.header-phone-ver02{
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size:3.8rem;
	padding-top:.5rem;
}


.header-phone:focus, .header-phone:active {
  color: #000;
}

.header-phone:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/phone-call.png) no-repeat 0 0;
  left: 0px;
  top: 4px;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}

@media(min-width:768px) {
  .conversion .innerBox, .conversion_bottom .innerBox {
    padding: 30px 15px;
  }

  .conversion h3 {
    font-size: 1.45rem;
  }

  .conversion ul li, .conversion_bottom ul li {
    display: inline-block;
  }

  .conversion ul li:first-child, .conversion_bottom ul li:first-child {
    width: 52%;
  }

  .conversion ul li:last-child, .conversion_bottom ul li:last-child {
    width: 43%;
    margin-left: 3%;
  }

  .c_logo_tex {
    font-size: 1.12rem;
  }

  .c_phone_tex01 {
    font-size: 1.3rem;
    line-height: 26px;
  }

  .c_phone_tex01 span {
    line-height: 26px;
    font-size: 1.2rem;
  }

  .header-phone {
    font-size: 3.8rem;
    padding-left: 44px;
  }

  .conversion .btn, .conversion_bottom .btn {
    font-size: 1.8rem;
    padding: 7px 0;
  }

  .header-phone:before {
    left: 0px;
    top: 6px;
    width: 37px;
    height: 24px;
    background-size: 37px 24px;
  }

  .conversion .btn p::before, .conversion_bottom .btn p::before {
    left: 30px;
  }

  .conversion .btn p::after, .conversion_bottom .btn p::after {
    right: 30px;
  }
}

@media(min-width:1024px) {
  .conversion h3 {
    font-size: 2.0rem;
  }

  .c_phone_tex01 {
    font-size: 2.0rem;
    line-height: 32px;
  }

  .c_phone_tex01 span {
    line-height: 30px;
    font-size: 1.6rem;
  }

  .conversion .btn, .conversion_bottom .btn {
    font-size: 3.0rem;
    padding: 17px 0;
  }

  .header-phone {
    font-size: 5.3rem;
    padding-left: 55px;
  }

  .header-phone:before {
    top: 4px;
    left: 5px;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
	


  .conversion .btn p::before, .conversion_bottom .btn p::before {
    left: 100px;
  }

  .conversion .btn p::after, .conversion_bottom .btn p::after {
    right: 100px;
  }

  .c_logo_tex {
    font-size: 1.0rem;
  }
}

@media(min-width:1366px) {
  .conversion .innerBox, .conversion_bottom .innerBox {
    padding: 30px 40px;
  }

  .c_phone_tex01 {
    font-size: 2.1rem;
  }

  .c_logo_tex {
    font-size: 1.12rem;
  }
}

@media only screen and (max-width: 1024px) {
	.hidden_ml{
		display: none
	}
}

@media only screen and (max-width: 736px) {
  .conversion {
    padding: 40px 15px;
  }

  .conversion .innerBox {
    padding: 20px 15px;
    border-radius: .2em;
  }

  .conversion .inner, .conversion_bottom .inner {
    margin: 0 15px;
  }

  .conversion h3 {
    font-size: 1.5rem;
    margin: 0 0 10px;
  }

  .c_phone_tex01 {
    font-size: 2.0rem;
    line-height: 32px;
  }

  .c_phone_tex01 span {
    line-height: 30px;
    font-size: 1.6rem;
  }

  .header-phone {
    font-size: 3.8rem;
    padding-left: 52px;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-phone:before {
    left: 14px;
    top: 5px;
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
  }

  .conversion .btn, .conversion_bottom .btn {
    font-size: 2.4rem;
    margin-top: 5px;
    padding: 10px 0;
  }

  .conversion .btn {
    width: 360px;
  }

  .conversion .btn p {
    font-size: 1.7rem;
  }

  .conversion .btn p::before {
    left: 110px;
  }

  .conversion .btn p::after {
    right: 110px;
  }

  .conversion_bottom {
    background-color: #2d2d2d;
    padding: 20px 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .conversion_bottom .innerBox {
    padding: 0;
    background-color: transparent;
  }

  .conversion_bottom ul li {
    display: inline-block;
    width: 48.5%;
  }

  .conversion_bottom ul li:last-child {
    margin-left: 3%;
  }

  .conversion_bottom .c_phone_tex01 {
    display: none;
  }

  .conversion_bottom .btn p {
    display: none;
  }

  .conversion_bottom .btn p::before {
    display: none;
  }

  .conversion_bottom .btn p::after {
    display: none;
  }

  .conversion_bottom .btn {
    font-size: 1.6rem;
    margin-top: 0px;
  }

  .conversion_bottom .header-phone {
    display: none;
  }
}

@media only screen and (max-width: 411px) {
		
  .header-phone {
    font-size: 4.0rem;
    padding-left: 60px;
    width: 100%;
  }

  .header-phone:before {
    left: 20px;
    top: 5px;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
  }

  .conversion .btn, .conversion_bottom .btn {
    width: 100%;
  }

  .conversion .btn p::before {
    left: 58px;
  }

  .conversion .btn p::after {
    right: 58px;
  }
}

@media only screen and (max-width: 375px) {
  .header-phone{
    padding-left: 45px;
  }
  .header-phone:before{
    left: 8px;
  }
}

@media only screen and (max-width: 360px) {
  .header-phone {
    font-size: 3.8rem;
    padding-left: 40px;
  }

  .header-phone:before {
    left: 5px;
  }
}

@media only screen and (max-width: 320px) {
  .conversion h3 {
    font-size: 1.2rem;
  }

  .header-phone {
    font-size: 3.2rem;
    padding-left: 40px;
  }

  .header-phone:before {
    left: 10px;
    top: 4px;
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
  }

  .conversion .btn p::before {
    left: 60px;
  }

  .conversion .btn p::after {
    right: 60px;
  }

  .conversion_bottom .btn {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 411px) {}

@media only screen and (max-width: 320px) {}
