@charset "UTF-8";
.flex_b {
  display: flex;
}
.section_inner {
  max-width: 960px;
  margin: 0 auto;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  box-sizing: border-box;
}
ol, ul {
  list-style: none;
}
img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.tal_center {
  text-align: center;
}
.tal_right {
  text-align: right;
}
.t_red {
  color: #c50606;
}
.t_blue {
  color: #00509e;
}
.sixpad {
  font-size: 16px;
  color: #333;
  text-align: left;
}
sup {
  font-size: 60%;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
/************fix************/
.icon_wheel {
  position: absolute;
  top: -18px;
  right: 21px;
}
/*----------------------------------------
  btn_CV 
------------------------------------------*/
.btn_CV {
  text-align: center;
  margin: 60px 0;
}
/*----------------------------------------
  btn_CV2
------------------------------------------*/
.btn_CV2 .section_inner.flex_b {
  justify-content: space-between;
}
.btn_CV2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #header .logo{
    width: 100%;
  }
  .btn_CV2 .btn_left {
    margin-bottom: 10px;
  }
  .btn_CV2 {
    margin-bottom: 40px;
  }
}
/*----------------------------------------
  header 
------------------------------------------*/
.logo_mv {
  margin: 30px 0;
}
.mv_block {
  background-color: #fcfcfc;
}
#mvArea {
  margin: 0 auto;
  max-width: 1360px;
  background: url(../img/bg_mv.jpg) no-repeat top center;
  background-size: cover;
}
.mvImg {
  padding: 50px 0 100px 36px;
}
/*----------------------------------------
  infor 
------------------------------------------*/
#infor {
  background-color: #00509e;
  height: 260px;
}
#infor .section_inner {
  position: relative;
  height: 100%;
}
#infor .content_inner {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 0 20px;
  position: absolute;
  width: 100%;
  top: -30px;
}
#infor .content_inner > li {
 width: calc(316/960 * 100%);
  text-align: center;
  position: relative;
}
#infor .content_inner > li:not(:last-child) {
  border-right: 1px dashed #c5c5c5;
}
#infor .content_inner > li:nth-child(2) {
 width: calc(328/960 * 100%);
}
#infor .content_inner > li p:first-child {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 21px;
  padding-top: 13px;
}
#infor .content_inner > li p:last-child {
  font-size: 15px;
  padding-bottom: 28px;
}
#infor .content_inner > li p:last-child span {
  font-weight: bold;
}
#infor .content_inner > li.item_01::before {
  position: absolute;
  bottom: -6px;
  left: 7px;
  content: "";
  background: url(../img/icon/icon_illust01.png) no-repeat;
  width: 51px;
  height: 88px;
}
#infor .content_inner > li.item_02::before {
  position: absolute;
  top: -22px;
  left: 15px;
  content: "";
  background: url(../img/icon/icon_illust04.jpg) no-repeat;
  width: 57px;
  height: 53px;
}
#infor .content_inner > li.item_02::after {
  position: absolute;
  bottom: -7px;
  right: 10px;
  content: "";
  background: url(../img/icon/icon_illust02.png) no-repeat;
  width: 57px;
  height: 63px;
}
#infor .content_inner > li.item_03::before {
  position: absolute;
  top: 38px;
  right: 12px;
  content: "";
  background: url(../img/icon/icon_illust03.png) no-repeat;
  width: 61px;
  height: 66px;
}
/*----------------------------------------
  feature 
------------------------------------------*/
#feature {
  background: url(../img/bg_01.jpg) repeat;
  padding: 75px 0 80px;
}
h2 {
  font-size: 38px;
  font-weight: bold;
  padding-bottom: 10px;
  background: url(../img/bg_line.png) no-repeat;
  background-position: center bottom;
  text-align: center;
  margin-bottom: 80px;
}
#feature .b_content:not(:last-child) {
  margin-bottom: 59px;
}
#feature .b_content {
  background-color: #ffffff;
  padding: 56px 40px 40px;
  border-radius: 10px;
  position: relative;
}
#feature .b_content .leaf {
  position: absolute;
  top: -34px;
  left: 37px;
  width: 89px;
}
.content_inner.flex_b {
  justify-content: space-between;
}
.text_content {
 width: calc(370/880 * 100%);
}
.img_content {
 width: calc(440/880 * 100%);
}
.btn_txt {
  font-size: 22px;
  color: #89c936;
  font-weight: bold;
  border: 2px solid #89c936;
  display: inline-block;
  border-radius: 16px;
  padding: 5px 26px 1px;
  line-height: 1;
  margin-bottom: 20px;
}
h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}
.txt_01 {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.5;
}
.title_01 {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background-color: #00509e;
  padding: 2px 0 1px;
  margin-bottom: 15px;
}
.img_content .left_b, .img_content .right_b {
 width: calc(207/440 *100%);
}
.img_content .flex_b {
  justify-content: space-between;
}
.caption {
  font-size: 12px;
  margin-bottom: 2px;
}
.img_b {
  margin-bottom: 0px;
}
#feature .note {
  background-color: #eef6fb;
  position: relative;
  padding: 21px 30px;
}
.note.flex_b {
  align-items: center;
}
.note > p:first-child {
  font-size: 18px;
  font-weight: bold;
  padding: 3px 15px 3px 0;
  margin-right: 20px;
  border-right: 1px dashed #c5c5c5;
  width: 29%;
}
.note > p:nth-child(2) {
  font-size: 13px;
  padding-right: 120px;
  width: 70%;
}
.b_01 .content_inner {
  margin-bottom: 22px;
}
.b_02 .img_b {
  margin-bottom: 23px;
}
.b_02 .text_b {
  font-size: 13px;
  padding-right: 87px;
  position: relative;
  letter-spacing: 0.7px;
}
.b_02 .text_b img {
  position: absolute;
  top: -12px;
  right: 0;
}
.b_02 .content_inner {
  margin-bottom: 49px;
}
.b_03 .content_inner {
  margin-bottom: 44px;
}
.b_03 .title_01 {
  text-align: left;
  padding-left: 82px;
  margin-bottom: 26px;
  position: relative;
}
.b_03 .title_01::before {
  position: absolute;
  top: -18px;
  left: 10px;
  content: "";
  background: url(../img/icon/icon_oval01.png) no-repeat;
  width: 60px;
  height: 60px;
}
.col_b .flex_b {
  justify-content: space-between;
}
.col_b .col_inner {
 width: calc(409/880 * 100%);
}
.ss_01 .col_inner .col01_1 {
 width: calc(180/409 * 100%);
}
.ss_01 .col_inner .col01_2 {
 width: calc(215/409 * 100%);
  padding-top: 4px;
}
.title_col {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 9px;
  line-height: 1.4;
}
.col01_1 .txt_01 {
  font-size: 13px;
}
.col01_1 .txt_02 {
  font-size: 12px;
}
.icon_logo {
  margin-top: 8px;
  margin-bottom: 3px;
}
.text_img {
  font-size: 13px;
  position: relative;
  margin-top: 15px;
  padding-right: 100px;
}
.text_img img {
  position: absolute;
  top: -29px;
  right: 0;
}
.col_b.ss_01 {
  margin-bottom: 48px;
}
.ss_02 .col_01 .title_01::before {
  background: url(../img/icon/icon_oval02.png) no-repeat;
}
.ss_02 .col_02 .title_01::before {
  background: url(../img/icon/icon_oval03.png) no-repeat;
}
.ss_02 .col_02 .flex_b .col01_1 {
 width: calc(135/409 * 100%);
}
.ss_02 .col_02 .flex_b .col01_2 {
 width: calc(260/409 * 100%);
}
.col_b.ss_02 > .flex_b:nth-child(1) {
  margin-bottom: 31px;
}
#feature .ss_02 .note {
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
  padding: 12px 30px;
}
.ss_02 .note > p {
  font-size: 15px;
  padding: 16px 30px 13px 0;
  margin-right: 28px;
  width: 26%
}
.note_right {
  width: 56%;
}
.col_b .note.flex_b {
  justify-content: flex-start;
}
.ss_02 .note_right p:nth-child(1) {
  margin-right: 12px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.ss_02 .note_right p:nth-child(2) {
  margin-right: 20px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.ss_02 .note_right p:nth-child(3) {
  font-size: 13px;
}
.ss_02 .note_right p:nth-child(3) span {
  font-size: 15px;
  font-weight: bold;
  color: #1978bd;
}
.ss_02 .col_01 .col01_1 {
 width: calc(255/410 * 100%);
  padding-top: 8px;
}
.ss_02 .col_01 .col01_2 {
 width: calc(142/410 * 100%);
}


/*----------------------------------------
  original 
------------------------------------------*/
#original {
  padding: 75px 0 60px;
  border-top: 1px solid #d9e4ed;
}
#original .content_inner .img_b {
 width: calc(480/960 * 100%);
}
#original .content_inner .text_b {
 width: calc(440/960 * 100%);
}
#original .flex_b {
  justify-content: space-between;
}
.price_b {
  background-color: #eef6fb;
  padding: 22px 33px 16px;
  margin-bottom: 30px;
  overflow: hidden;
}
.price_b dt {
  float: left;
  font-weight: bold;
  line-height: 2;
  clear: both;
}
.price_b dd {
  float: right;
}
.price_b dd span {
  font-size: 20px;
  font-weight: bold;
}
.price_b ~ p {
  font-size: 13px;
}
.text_b .mb_txt {
  margin-bottom: 7px;
}
/*----------------------------------------
  contact 
------------------------------------------*/
.contact {
  overflow: hidden;
  padding: 50px 40px;
  background: #f2f7e8;
}
.contact .left {
  position: relative;
  float: left;
 width: calc(352/880 * 100%);
}
.contact .left:after {
  content: "";
  position: absolute;
  background: url(../img/line_right.png) left top repeat-y;
  top: 0;
  bottom: 6px;
  right: -37px;
  width: 2px;
}
.contact .right {
  float: right;
 width: calc(440/880 * 100%);
}
.contact .left li {
  position: absolute;
  display: table;
  width: 27px;
  height: 21px;
  float: none;
  margin: 0;
  border: 0;
}
.contact .left li a, .contact .left li span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: 10px;
  font-weight: bold;
  padding: 0;
}
.contact .left li.gnav_link01 {
  top: 1px;
  right: 0;
  width: 67px;
  height: 37px;
}
.contact .left li.gnav_link01 a {
  background: #6077e6;
}
.contact .left li.gnav_link02 {
  top: 46px;
  right: 12px;
  width: 55px;
}
.contact .left li.gnav_link03 {
  top: 69px;
  right: 40px;
}
.contact .left li.gnav_link04 {
  top: 69px;
  right: 11px;
}
.contact .left li.gnav_link05 {
  top: 92px;
  right: 40px;
}
.contact .left li.gnav_link06 {
  top: 92px;
  right: 11px;
}
.contact .left li.gnav_link07 {
  top: 115px;
  right: 11px;
}
.contact .left li.gnav_link02 a, .contact .left li.gnav_link03 a, .contact .left li.gnav_link04 a, .contact .left li.gnav_link05 a, .contact .left li.gnav_link06 a, .contact .left li.gnav_link07 a {
  background: #38aee7;
}
.contact .left li.gnav_link08 {
  top: 115px;
  right: 40px;
  width: 55px;
}
.contact .left li.gnav_link09 {
  top: 138px;
  right: 68px;
  height: 43px;
}
.contact .left li.gnav_link10 {
  top: 138px;
  right: 40px;
}
.contact .left li.gnav_link11 {
  top: 138px;
  right: 11px;
}
.contact .left li.gnav_link12 {
  top: 160px;
  right: 40px;
}
.contact .left li.gnav_link13 {
  top: 160px;
  right: 11px;
  height: 43px;
}
.contact .left li.gnav_link21 {
  top: 183px;
  right: 68px;
}
.contact .left li.gnav_link08 a, .contact .left li.gnav_link09 a, .contact .left li.gnav_link10 a, .contact .left li.gnav_link11 a, .contact .left li.gnav_link12 a, .contact .left li.gnav_link13 a, .contact .left li.gnav_link21 a {
  background: #2edbd8;
}
.contact .left li.gnav_link14 {
  top: 183px;
  right: 40px;
}
.contact .left li.gnav_link15 {
  top: 206px;
  right: 40px;
}
.contact .left li.gnav_link16 {
  top: 206px;
  right: 11px;
  height: 43px;
}
.contact .left li.gnav_link14 a, .contact .left li.gnav_link15 a, .contact .left li.gnav_link16 a {
  background: #27d97d;
}
.contact .left li.gnav_link17 {
  top: 115px;
  right: 97px;
}
.contact .left li.gnav_link18 {
  top: 138px;
  right: 125px;
}
.contact .left li.gnav_link19 {
  top: 138px;
  right: 96px;
}
.contact .left li.gnav_link20 {
  top: 160px;
  right: 96px;
  height: 43px;
}
.contact .left li.gnav_link22 {
  top: 206px;
  right: 125px;
}
.contact .left li.gnav_link23 {
  top: 206px;
  right: 96px;
}
.contact .left li.gnav_link24 {
  top: 206px;
  right: 68px;
}
.contact .left li.gnav_link17 a, .contact .left li.gnav_link18 a, .contact .left li.gnav_link19 a, .contact .left li.gnav_link20 a, .contact .left li.gnav_link22 a, .contact .left li.gnav_link23 a, .contact .left li.gnav_link24 a {
  background: #9adb58;
}
.contact .left li.gnav_link25 {
  top: 138px;
  right: 181px;
  height: 43px;
}
.contact .left li.gnav_link26 {
  top: 160px;
  right: 125px;
  width: 55px;
}
.contact .left li.gnav_link27 {
  top: 183px;
  right: 153px;
}
.contact .left li.gnav_link28 {
  top: 183px;
  right: 125px;
}
.contact .left li.gnav_link29 {
  top: 206px;
  right: 153px;
}
.contact .left li.gnav_link30 {
  top: 229px;
  right: 125px;
  width: 55px;
}
.contact .left li.gnav_link25 a, .contact .left li.gnav_link26 a, .contact .left li.gnav_link27 a, .contact .left li.gnav_link28 a, .contact .left li.gnav_link29 a, .contact .left li.gnav_link30 a {
  background: #d6d600;
}
.contact .left li.gnav_link31 {
  top: 138px;
  left: 58px;
  height: 43px;
}
.contact .left li.gnav_link32 {
  top: 138px;
  left: 87px;
}
.contact .left li.gnav_link33 {
  top: 138px;
  left: 115px;
}
.contact .left li.gnav_link34 {
  top: 160px;
  left: 87px;
}
.contact .left li.gnav_link35 {
  top: 160px;
  left: 115px;
}
.contact .left li.gnav_link31 a, .contact .left li.gnav_link32 a, .contact .left li.gnav_link33 a, .contact .left li.gnav_link34 a, .contact .left li.gnav_link35 a {
  background: #edc12f;
}
.contact .left li.gnav_link36 {
  top: 190px;
  left: 87px;
}
.contact .left li.gnav_link37 {
  top: 190px;
  left: 115px;
}
.contact .left li.gnav_link38 {
  top: 213px;
  left: 87px;
}
.contact .left li.gnav_link39 {
  top: 213px;
  left: 115px;
}
.contact .left li.gnav_link36 a, .contact .left li.gnav_link37 a, .contact .left li.gnav_link38 a, .contact .left li.gnav_link39 a {
  background: #ff9d57;
}
.contact .left li.gnav_link40 {
  top: 75px;
  left: 1px;
}
.contact .left li.gnav_link41 {
  top: 160px;
  left: 0;
}
.contact .left li.gnav_link42 {
  top: 160px;
  left: 29px;
}
.contact .left li.gnav_link43 {
  top: 183px;
  left: 0;
}
.contact .left li.gnav_link44 {
  top: 183px;
  left: 29px;
}
.contact .left li.gnav_link45 {
  top: 206px;
  left: 0;
}
.contact .left li.gnav_link46 {
  top: 206px;
  left: 29px;
}
.contact .left li.gnav_link47 {
  top: 229px;
  left: 0;
  width: 55px;
}
.contact .left li.gnav_link40 a, .contact .left li.gnav_link41 a, .contact .left li.gnav_link42 a, .contact .left li.gnav_link43 a, .contact .left li.gnav_link44 a, .contact .left li.gnav_link45 a, .contact .left li.gnav_link46 a, .contact .left li.gnav_link47 a {
  background: #ff7d8a;
}
.contact .left .btn_link {
  margin-top: 151px;
}
.contact .right .tel {
  margin-bottom: 25px;
  text-align: center;
}
.contact .right .tel .txt {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.contact .right .tel .note1 {
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
}
.contact .right .mail .txt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.catalog {
  text-align: right;
  margin: 0 0 50px;
}
.catalog a {
  color: #666666;
  font-size: 20px;
  font-weight: bold;
}
.catalog a:hover {
  text-decoration: underline;
}
.bnr {
  text-align: center;
  padding: 30px 0;
  background-color: #eaf6ff;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
.section_inner {
  max-width: 100%;
  padding: 0 20px;
}
.flex_b {
  flex-direction: column;
}
.pcOnly {
  display: none;
}
.spOnly {
  display: block;
}
/*----------------------------------------
  header 
------------------------------------------*/
.logo_mv {
  margin: 15px 0 11px;
}
.logo_mv .img_block {
  width: 220px;
  margin: 0 auto;
}
#mvArea {
  max-width: 100%;
  background: url(../img/bg_mv_sp.jpg) no-repeat top center;
  background-size: cover;
}
.mvImg {
  padding: 27px 0 75px 0;
}
#mvArea .mvImg .img_block {
  width: 211px;
}
/*----------------------------------------
  infor 
------------------------------------------*/
#infor {
  height: 100%;
}
#infor .content_inner {
  border-radius: 5px;
  padding: 30px 20px 0 20px;
  position: relative;
  width: 100%;
  top: -20px;
}
#infor .content_inner > li {
  width: 100%;
}
#infor .content_inner > li:nth-child(2) {
  width: 100%;
}
#infor .content_inner > li p:last-child {
  font-size: 15px;
  padding-bottom: 25px;
  text-align: left;
}
#infor .content_inner > li:not(:last-child) {
  border-right: none;
  border-bottom: 1px dashed #c5c5c5;
  margin-bottom: 30px;
}
#infor .content_inner > li p:first-child {
  padding-top: 0;
  font-size: 19px;
}
#infor .content_inner > li.item_01::before {
  bottom: 82px;
  left: -8px;
  background-size: contain;
  width: 42px;
  height: 75px;
}
#infor .content_inner > li.item_02::before {
  top: -20px;
  left: 0;
  background-size: contain;
  width: 44px;
  height: 40px;
}
#infor .content_inner > li.item_02::after {
  bottom: 78px;
  right: 0;
  background-size: contain;
  width: 41px;
  height: 46px;
}
#infor .content_inner > li.item_03::before {
  top: 0;
  right: -17px;
  background-size: contain;
  width: 37px;
  height: 40px;
}
/*----------------------------------------
  btn_CV 
------------------------------------------*/
.btn_CV {
  text-align: center;
  margin: 30px 0;
  padding: 0 20px;
}
/*----------------------------------------
  feature 
------------------------------------------*/
#feature {
  padding: 50px 0 30px;
}
h2 {
  font-size: 31px;
  margin-bottom: 56px;
}
#feature .b_content {
  padding: 37px 20px 20px;
  border-radius: 5px;
}
#feature .b_content:not(:last-child) {
  margin-bottom: 44px;
}
#feature .b_content .leaf {
  width: 66px;
  top: -27px;
  left: calc(50% - 33px);
}
#feature .b_content.b_01::before {
  background-size: cover;
  width: 66px;
  height: 48px;
}
#feature .b_content.b_02::before {
  background-size: cover;
  width: 66px;
  height: 48px;
}
#feature .b_content.b_03::before {
  background-size: cover;
  width: 66px;
  height: 48px;
}
.text_content, .img_content {
  width: 100%;
}
.text_content {
  text-align: center;
}
.btn_txt {
  font-size: 18px;
}
h3 {
  font-size: 23px;
}
.txt_01 {
  margin-bottom: 25px;
  text-align: left;
}
.img_content .flex_b {
  flex-direction: row;
}
#feature .note {
  padding: 20px;
}
.note_right {
  width: 100%;
}
.note.flex_b {
  align-items: baseline;
}
.note > p:first-child {
  font-size: 17px;
  font-weight: bold;
  padding: 0;
  margin-right: 0;
  border-right: none;
  text-align: left;
  width: 100%;
}
.note > p:nth-child(2) {
  font-size: 12px;
  padding-right: 90px;
  width: 100%;
}
.b_02 .text_b {
  font-size: 12px;
  padding-right: 79px;
}
.col_inner.flex_b {
  flex-direction: row;
}
.col_b .col_inner {
  width: 100%;
}
.title_01 {
  font-size: 13px;
}
.b_03 .title_01 {
  padding-left: 64px;
  margin-bottom: 20px;
}
.b_03 .title_01::before {
  top: -14px;
  left: 5px;
  background-size: cover;
  width: 48px;
  height: 48px;
}
.ss_02 .col_01 .title_01::before, .ss_02 .col_02 .title_01::before {
  background-size: cover;
}
.title_col {
  font-size: 17px;
  margin-bottom: 9px;
  line-height: 1.4;
  white-space: nowrap;
}
.col01_1 .txt_01 {
  font-size: 12px;
  margin-bottom: 0;
}
.ss_01 .col_inner .col01_1 {
  width: 45%;
}
.ss_01 .col_inner .col01_2 {
  width: 50%;
  padding-top: 36px;
}
.ss_01 .item01 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #c5c5c5;
}
.icon_logo {
  margin-bottom: 3px;
}
.item01 .icon_logo {
  width: 77px;
}
.item02 .icon_logo {
  width: 105px;
}
.ss_02 .icon_logo {
  width: 128px;
}
.text_img {
  font-size: 12px;
  position: relative;
  margin-top: 15px;
  padding-right: 66px;
}
.col_b.ss_01, .ss_02 .col_01 {
  margin-bottom: 30px;
}
.ss_02 .col_02 .flex_b .col01_1, .ss_02 .col_02 .flex_b .col01_2 {
  width: 100%;
}
.ss_02 .note.flex_b {
  align-items: center;
}
.ss_02 .note > p:first-child {
  font-size: 15px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #c5c5c5;
  display: block;
  width: 100%;
  text-align: center;
}
.note_right.flex_b {
  flex-direction: row;
  margin-bottom: 5px;
}
.note_right.flex_b p:last-child {
  padding-right: 0;
}
.ss_02 .note_right p:nth-child(1) {
  margin-right: 6px;
  width: 28px;
}
.ss_02 .note_right p:nth-child(2) {
  margin-right: 9px;
  width: 39px;
}
.ss_02 .note_right p:nth-child(4) span {
  font-size: 15px;
  font-weight: bold;
  color: #1978bd;
}
.ss_02 .note p:last-child {
  font-size: 12px;
  padding: 0;
  margin-right: 0;
  width: 100%;
}
.ss_02 .col_01 .flex_b {
  flex-direction: row;
}
.ss_02 .col_01 .col01_1 {
  width: 49%;
  padding-top: 0;
}
.ss_02 .col_01 .col01_2 {
  width: 44%;
  padding-top: 32px;
}
#original {
  padding: 50px 0 40px;
}
#original h2 {
  margin-bottom: 32px;
}
#original .content_inner .img_b {
  width: calc(100%);
  padding: 0 10px 40px;
}
#original .content_inner .text_b {
  width: calc(100%);
}
#original p {
  font-size: 12px;
}
#original .price_b {
  font-size: 15px;
  padding: 15px;
  margin-bottom: 20px;
}
#original .price_b dd {
  margin-bottom: 3px;
}
#original .price_b dd span {
  font-size: 18px;
}
#original .text_b .mb_txt {
  margin-bottom: 16px;
}
#original .content_inner .text_b p {
  line-height: 1.5;
}
#contact .section_inner {
  padding: 0;
}
.contact {
  background: #f2f7e8;
  overflow: hidden;
  padding: 25px 20px;
  color: #333333;
}
.contact .left {
  position: relative;
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 20px;
  background: url(../img/line_right_sp.png) repeat-x left bottom;
  background-size: auto 2px;
}
.contact .left .map_station {
  margin-bottom: 10px;
}
.contact .left .head_link {
  position: absolute;
  top: 0;
  width: 34.85%;
  margin-bottom: 0 !important;
}
.contact .left .btn_link {
  margin-top: 0;
}
.contact .left .btn_link.map_sp_btn {
  margin-top: 20px;
}
.map_sp_station li {
  width: calc(50% - 8px);
}
.contact .right {
  width: 100%;
}
.contact .right .tel {
  margin-bottom: 15px;
}
.contact .right .tel .txt {
  font-size: 19px;
  margin-bottom: 20px;
}
.contact .right .tel img {
  width: 281px;
}
.contact .right .tel .note1 {
  font-size: 13px;
}
.contact .right .mail .txt {
  font-size: 15px;
}
.bnr {
  padding: 15px 20px;
  margin-bottom: 40px;
}
.footer_logo img {
  max-width: 100%;
  width: auto;
}
/***************fix*****************/
.icon_wheel {
  top: auto;
  right: 19px;
  width: 77px;
  bottom: 25px;
}
.b_02 .icon_wheel {
  top: 60px;
  right: 20px;
  width: 82px;
}
.b_02 .text_b img {
  top: 0;
  right: 0;
  width: 60px;
}
.text_img img {
  top: 0;
  width: 65px;
}
.b_02 .img_b {
  margin-bottom: 18px;
}
.b_02 .content_inner {
  margin-bottom: 20px;
}
}

@media screen and (max-width: 320px) {
.mvImg {
  padding: 27px 0 75px 0;
}
#mvArea .mvImg .img_block {
  width: 180px;
}
#infor .content_inner > li.item_01::before {
  bottom: 107px;
  left: -20px;
}
#infor .content_inner > li.item_02::after {
  bottom: 95px;
  right: -20px;
}
#infor .content_inner > li.item_02::before {
  top: -20px;
  left: -15px;
}
#infor .content_inner > li.item_03::before {
  top: 31px;
  right: -17px;
}
.caption {
  font-size: 9px;
}
.img_content .left_b .caption:nth-child(1),  .img_content .right_b .caption:nth-child(1) {
  white-space: nowrap;
}
.title_col {
  font-size: 15px;
}
#original .price_b {
  font-size: 12px !important;
}
#original .price_b dd span {
  font-size: 15px !important;
}
.icon_wheel {
  top: auto;
  bottom: 25px;
}
.b_02 .icon_wheel {
  top: auto;
}
}


@media screen and (max-width: 320px) {
.flow .accordion_tittle.ac:after, .flow .accordion_tittle:after {
  right: -10px;
}
.flow .title02 {
  font-size: 17px;
}
#perfect .section-inner {
  background-position: 0 75px;
}
#perfect .block_item:not(:last-child) {
  margin-bottom: 30px;
}
}


@media screen and (min-width: 768px) {
.flow .btn a {
  display: inline-block;
  margin-bottom: 26px;
}
.list_step dd {
  display: flex;
  justify-content: space-between;
}
.list_step dd .photo {
 width: calc(150/760*100%);
  margin-left: 30px;
}
.list_step dd .text {
 width: calc(544/760*100%);
  text-align: left;
  font-size: 16px;
}
#contact .left li span {
  background: #e0e0e0;
  color: #aaa;
}


@media screen and (min-width: 768px) {
.dom {
  overflow: inherit;
}
}

/*----------------------------------------
  infor 
------------------------------------------*/
#infor .content_inner {
  width: calc(100% - 40px);
  left: 20px;
}
.ss_02 .note > p {
  width: 27%;
}
.note_right {
  width: 58%;
}
.note > p:first-child {
  width: 31%;
}
}