@charset "UTF-8";
/* Scss Document */
/* Scss Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html {
  font-size: 62.5%; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Scss Document */
/* Scss Document */
/* Scss Document */
header #header {
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  height: 60px; }
  header #header .header_wrap {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0; }
  header #header .logo {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px; }
  header #header .menu_btn {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 20px;
    right: 4%; }
    header #header .menu_btn span {
      width: 100%;
      height: 2px;
      border-radius: 10px;
      background: #454545;
      display: block;
      position: absolute;
      transition: .3s;
      display: block; }
      header #header .menu_btn span:first-child {
        top: 0; }
      header #header .menu_btn span:nth-child(2) {
        top: 9px; }
      header #header .menu_btn span:last-child {
        bottom: 0; }
  header #header .menu_wrap {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    padding-bottom: 20px;
    display: none; }
    header #header .menu_wrap li a {
      display: block;
      padding: 10px 4%;
      font-weight: bold;
      font-size: 1.6rem; }

.open header #header .menu_btn span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(-315deg);
  transform: translateY(9px) rotate(-315deg); }
.open header #header .menu_btn span:nth-child(2) {
  opacity: 0; }
.open header #header .menu_btn span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(315deg);
  transform: translateY(-9px) rotate(315deg); }

/*------------------------------
		768px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .pc header #header .menu_wrap {
    display: block !important; }

  header #header {
    height: 100px; }
    header #header .logo {
      left: 15px;
      transform: translate(0, -50%);
      width: 25%;
      max-width: 300px; }
    header #header .menu_btn {
      display: none; }
    header #header .menu_wrap {
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      background: none;
      width: 60%;
      right: 80px;
      left: auto;
      padding-bottom: 0;
      max-width: 600px; }
      header #header .menu_wrap ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        header #header .menu_wrap ul li {
          flex: 0 1 23%;
          width: 23%;
          max-width: 23%; }
          header #header .menu_wrap ul li a {
            text-align: center;
            font-size: 1.4rem; }
            header #header .menu_wrap ul li a .icon {
              display: block;
              font-size: 2.4rem;
              margin: 0; } }
            @media screen and (min-width: 769px) and (min-width: 768px) {
              header #header .menu_wrap ul li a .icon {
                font-size: calc( 2.4rem + ( 1vw - 7.68px ) * 3.125 ); } }
            @media screen and (min-width: 769px) and (min-width: 1280px) {
              header #header .menu_wrap ul li a .icon {
                font-size: 4rem; } }
@media screen and (min-width: 769px) {
          header #header .menu_wrap ul li.contact {
            position: absolute;
            right: -70px;
            top: 50px;
            width: 100px; }
            header #header .menu_wrap ul li.contact a {
              background: #00B75B;
              border: 1px solid #00B75B;
              color: #fff;
              height: 100px;
              width: 100px;
              min-width: 100px;
              line-height: 100px;
              border-radius: 100%;
              text-align: center;
              letter-spacing: normal;
              display: block;
              line-height: normal !important;
              font-size: 1.2rem;
              padding: 0;
              position: relative; } }
            @media screen and (min-width: 769px) and (min-width: 768px) {
              header #header .menu_wrap ul li.contact a {
                font-size: calc( 1.2rem + ( 1vw - 7.68px ) * 0.390625 ); } }
            @media screen and (min-width: 769px) and (min-width: 1280px) {
              header #header .menu_wrap ul li.contact a {
                font-size: 1.4rem; } }
@media screen and (min-width: 769px) {
              header #header .menu_wrap ul li.contact a span {
                position: absolute;
                width: 100%;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                text-align: center; }
              header #header .menu_wrap ul li.contact a .icon {
                display: block;
                font-size: 3.2rem; } }
              @media screen and (min-width: 769px) and (min-width: 768px) {
                header #header .menu_wrap ul li.contact a .icon {
                  font-size: calc( 3.2rem + ( 1vw - 7.68px ) * 3.515625 ); } }
              @media screen and (min-width: 769px) and (min-width: 1280px) {
                header #header .menu_wrap ul li.contact a .icon {
                  font-size: 5rem; } }
@media screen and (min-width: 769px) {
              header #header .menu_wrap ul li.contact a:hover {
                opacity: 1;
                background: #fff;
                color: #00B75B; } }
/*------------------------------
		980px以上
------------------------------*/
@media screen and (min-width: 981px) {
  header #header .menu_wrap {
    right: 120px; }
    header #header .menu_wrap ul li.contact {
      right: -100px;
      width: 120px; }
      header #header .menu_wrap ul li.contact a {
        height: 120px;
        width: 120px;
        min-width: 120px;
        line-height: 120px;
        border-radius: 100%;
        text-align: center;
        letter-spacing: normal; } }
/*------------------------------
		1200px以上
------------------------------*/
@media screen and (min-width: 1560px) {
  header #header .menu_wrap {
    right: 0px; }
    header #header .menu_wrap ul li.contact {
      right: -130px;
      top: 40px; } }
/* Scss Document */
footer {
  background: #00B75B;
  color: #fff;
  text-align: center;
  padding: 0 0 40px; }
  footer #gotop span {
    display: block;
    transition: .2s;
    background: #E5BF23;
    border: 1px solid #E5BF23;
    padding: 10px;
    position: relative;
    z-index: 100;
    cursor: pointer; }
    footer #gotop span i {
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
      width: auto; }
    footer #gotop span:hover {
      color: #E5BF23;
      background: #fff; }
  footer .w1280 {
    padding: 0; }
  footer .foot_menu {
    margin-bottom: 30px; }
    footer .foot_menu .foot_menu_wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      footer .foot_menu .foot_menu_wrap li {
        flex: 0 1 50%;
        width: 50%;
        max-width: 50%; }
        footer .foot_menu .foot_menu_wrap li a {
          display: block;
          padding: 15px 0;
          border-bottom: 1px solid;
          font-size: 1.2rem; }
          @media (min-width: 768px) {
            footer .foot_menu .foot_menu_wrap li a {
              font-size: calc( 1.2rem + ( 1vw - 7.68px ) * 0.390625 ); } }
          @media (min-width: 1280px) {
            footer .foot_menu .foot_menu_wrap li a {
              font-size: 1.4rem; } }
        footer .foot_menu .foot_menu_wrap li:nth-child(odd) a {
          border-right: 1px solid; }
        footer .foot_menu .foot_menu_wrap li .submenu {
          display: none; }
  footer .foot_info {
    width: 80%;
    margin: 0 auto;
    max-width: 300px; }
    footer .foot_info .foot_logo {
      margin-bottom: 10px; }
    footer .foot_info address {
      font-style: normal;
      text-align: left;
      margin-bottom: 30px; }
    footer .foot_info .sns {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 30px; }
      footer .foot_info .sns li {
        flex: 0 1 auto;
        width: auto;
        max-width: auto;
        margin: 0 10px; }
        footer .foot_info .sns li a {
          height: 50px;
          width: 50px;
          min-width: 50px;
          line-height: 50px;
          border-radius: 100%;
          text-align: center;
          letter-spacing: normal;
          text-align: center;
          color: #00B75B;
          background: #fff;
          display: block;
          font-size: 2.6rem; }
          footer .foot_info .sns li a .icon {
            margin: 0; }
  footer .copyright {
    font-size: 1rem;
    text-align: center;
    margin: auto; }

/*------------------------------
		768px以上
------------------------------*/
@media screen and (min-width: 769px) {
  footer {
    text-align: left;
    padding: 40px 0 30px; }
    footer #gotop span {
      position: fixed;
      right: 40px;
      bottom: 40px;
      width: 80px;
      height: 80px;
      text-align: center;
      padding: 30px 0 0;
      box-sizing: border-box;
      line-height: normal;
      letter-spacing: normal;
      font-size: 1.2rem; }
      footer #gotop span i {
        position: absolute;
        transform: none;
        top: 10px;
        right: 0;
        left: 0;
        margin: auto;
        font-size: 2rem; }
    footer .w1280 {
      padding: 0 4%; }
    footer .foot_menu .foot_menu_wrap > li {
      font-weight: bold;
      margin-bottom: 20px; }
      footer .foot_menu .foot_menu_wrap > li a {
        border: none !important;
        padding: 0; }
      footer .foot_menu .foot_menu_wrap > li .submenu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-weight: normal;
        margin-top: 10px; }
        footer .foot_menu .foot_menu_wrap > li .submenu li {
          margin-bottom: 10px; } }
/*------------------------------
		980px以上
------------------------------*/
@media screen and (min-width: 981px) {
  footer .foot_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    footer .foot_wrap .foot_menu {
      flex: 0 1 70%;
      width: 70%;
      max-width: 70%;
      box-sizing: border-box;
      border-right: 1px solid;
      margin-right: 4%;
      margin-bottom: 50px; }
    footer .foot_wrap .foot_info {
      flex: 0 1 26%;
      width: 26%;
      max-width: 26%; } }
/*------------------------------
		1280px以上
------------------------------*/
@media screen and (min-width: 1201px) {
  footer .w1280 {
    padding: 0; }
  footer .foot_wrap .foot_menu {
    margin-bottom: 30px; }
    footer .foot_wrap .foot_menu .foot_menu_wrap {
      -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      height: 82px; }
      footer .foot_wrap .foot_menu .foot_menu_wrap > li {
        flex: 0 1 auto;
        width: auto;
        max-width: auto;
        margin-right: 4%; }
        footer .foot_wrap .foot_menu .foot_menu_wrap > li:first-child {
          flex: 0 1 40%;
          width: 40%;
          max-width: 40%; }
  footer .foot_wrap .foot_info .foot_logo {
    margin: 10px 0;
    max-width: 240px; }
  footer .foot_wrap .foot_info .sns {
    margin-bottom: 50px; } }
body {
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  font-family: noto-sans-cjk-jp, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #454545;
  position: relative; }

.of {
  overflow: hidden; }

.fl {
  float: left; }

.fr {
  float: right; }

.mt10 {
  margin-top: 10px; }

.mr10 {
  margin-right: 10px; }

.mb10 {
  margin-bottom: 10px; }

.ml10 {
  margin-left: 10px; }

.mt20 {
  margin-top: 20px; }

.mr20 {
  margin-right: 20px; }

.mb20 {
  margin-bottom: 20px; }

.ml20 {
  margin-left: 20px; }

.mt30 {
  margin-top: 30px; }

.mr30 {
  margin-right: 30px; }

.mb30 {
  margin-bottom: 30px; }

.ml30 {
  margin-left: 30px; }

.pl10 {
  padding-left: 10px; }

.pr10 {
  padding-right: 10px; }

.pt10 {
  padding-top: 10px; }

.pb10 {
  padding-bottom: 10px; }

.t_center {
  text-align: center; }

.t_left {
  text-align: left; }

.t_right {
  text-align: right; }

.sp_only {
  display: inherit; }
  @media screen and (min-width: 769px) {
    .sp_only {
      display: none; } }
  @media screen and (min-width: 981px) {
    .sp_only {
      display: none; } }

.tab_only {
  display: none; }
  @media screen and (min-width: 769px) {
    .tab_only {
      display: inherit; } }
  @media screen and (min-width: 981px) {
    .tab_only {
      display: none; } }

.sp_tab_only {
  display: inherit; }
  @media screen and (min-width: 769px) {
    .sp_tab_only {
      display: inherit; } }
  @media screen and (min-width: 981px) {
    .sp_tab_only {
      display: none; } }

.pc_tab_only {
  display: none; }
  @media screen and (min-width: 769px) {
    .pc_tab_only {
      display: inherit; } }
  @media screen and (min-width: 981px) {
    .pc_tab_only {
      display: inherit; } }

.pc_only {
  display: none; }
  @media screen and (min-width: 769px) {
    .pc_only {
      display: none; } }
  @media screen and (min-width: 981px) {
    .pc_only {
      display: inherit; } }

a, button {
  text-decoration: none;
  color: inherit;
  transition: 0.2s; }

img {
  width: 100%;
  vertical-align: bottom; }

.w1200 {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 4%; }
  @media screen and (min-width: 769px) {
    .w1200 {
      padding: 0 2%; } }
  @media screen and (min-width: 1201px) {
    .w1200 {
      padding: 0; } }

.w980 {
  box-sizing: border-box;
  width: 100%;
  max-width: 980px;
  margin: auto;
  padding: 0 4%; }
  @media screen and (min-width: 769px) {
    .w980 {
      padding: 0 2%; } }
  @media screen and (min-width: 1201px) {
    .w980 {
      padding: 0; } }

h1 {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 999;
  height: auto;
  padding: 0 4%;
  text-align: center;
  opacity: 0.8; }

h2 {
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold; }
  @media (min-width: 768px) {
    h2 {
      font-size: calc( 2.8rem + ( 1vw - 7.68px ) * 2.34375 ); } }
  @media (min-width: 1280px) {
    h2 {
      font-size: 4rem; } }

h3 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold; }
  @media (min-width: 768px) {
    h3 {
      font-size: calc( 2.4rem + ( 1vw - 7.68px ) * 1.171875 ); } }
  @media (min-width: 1280px) {
    h3 {
      font-size: 3rem; } }

p {
  font-size: 100%; }

.en {
  font-family: din-2014, condor, Arial, Helvetica, "sans-serif";
  letter-spacing: normal; }

i {
  margin-right: 5px; }

a:hover {
  opacity: 0.8; }

.flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.is-empty {
  margin: 0 !important;
  padding: 0 !important; }

.box {
  margin-bottom: 80px; }

.attention {
  font-size: 1rem;
  letter-spacing: normal;
  color: #666; }

.cap {
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1;
  position: absolute;
  left: 5px;
  bottom: 5px;
  z-index: 1;
  text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }

.kome_wrap {
  position: relative; }
  .kome_wrap .kome {
    position: absolute;
    right: -10px;
    top: -15px;
    font-size: 1rem !important;
    color: #AEAEAE !important;
    line-height: normal !important; }

#breadcrumb {
  margin-top: 10px;
  font-size: 1.2rem;
  letter-spacing: normal; }
  #breadcrumb a {
    padding-right: 15px;
    position: relative;
    color: #00B75B; }
    #breadcrumb a:after {
      content: '';
      position: absolute;
      width: 4px;
      height: 4px;
      border-top: 1px solid;
      border-right: 1px solid;
      top: 50%;
      transform: rotate(45deg) translate(0%, -50%);
      right: 8px; }

/*下層ページタイトル*/
#titleimg {
  background: url("/img/common/title_back.jpg") center/cover no-repeat;
  height: 45vw;
  max-height: 340px;
  position: relative;
  margin-bottom: 60px;
  overflow: hidden; }
  #titleimg .title_wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 2.2rem; }
    @media (min-width: 768px) {
      #titleimg .title_wrap {
        font-size: calc( 2.2rem + ( 1vw - 7.68px ) * 2.734375 ); } }
    @media (min-width: 1280px) {
      #titleimg .title_wrap {
        font-size: 3.6rem; } }
    #titleimg .title_wrap .icon {
      margin: 0 0 20px;
      font-size: 4rem; }
      @media (min-width: 768px) {
        #titleimg .title_wrap .icon {
          font-size: calc( 4rem + ( 1vw - 7.68px ) * 3.515625 ); } }
      @media (min-width: 1280px) {
        #titleimg .title_wrap .icon {
          font-size: 5.8rem; } }

.btn {
  margin: 30px auto; }
  .btn a {
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    max-width: 380px;
    width: 80%;
    margin: auto;
    padding: 20px;
    display: block;
    box-sizing: border-box;
    background: #FF9F1D;
    position: relative;
    border: 1px solid #FF9F1D; }
    @media (min-width: 768px) {
      .btn a {
        font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 0.390625 ); } }
    @media (min-width: 1280px) {
      .btn a {
        font-size: 1.6rem; } }
    .btn a:after {
      content: '\f054';
      font-family: "Font Awesome 5 Free";
      font-weight: bold;
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
      top: 52%;
      width: auto;
      right: 20px;
      font-size: 1.4rem; }
    .btn a:hover {
      color: #FF9F1D;
      background: #fff;
      opacity: 1; }
  .btn.ye a {
    background: #E5BF23;
    border: 1px solid #E5BF23; }
    .btn.ye a:hover {
      color: #E5BF23;
      background: #fff; }

.radio-input {
  display: none;
  cursor: pointer; }
  .radio-input:checked + .radio-parts {
    color: #00B75B; }
    .radio-input:checked + .radio-parts:after {
      content: "";
      display: block;
      position: absolute;
      top: 8px;
      left: 4px;
      width: 7px;
      height: 7px;
      background: #00B75B;
      border-radius: 50%; }

.radio-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  line-height: 1;
  cursor: pointer; }
  .radio-parts:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #999;
    border-radius: 50%; }

.title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold; }
  @media (min-width: 768px) {
    .title {
      font-size: calc( 2.4rem + ( 1vw - 7.68px ) * 2.1484375 ); } }
  @media (min-width: 1280px) {
    .title {
      font-size: 3.5rem; } }
  .title .icon {
    font-size: 2.8rem;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px; }
    @media (min-width: 768px) {
      .title .icon {
        font-size: calc( 2.8rem + ( 1vw - 7.68px ) * 2.734375 ); } }
    @media (min-width: 1280px) {
      .title .icon {
        font-size: 4.2rem; } }

.title_box {
  margin-bottom: 40px; }

.copy {
  text-align: center;
  font-size: 1.5rem; }

#contents {
  margin-top: 60px; }

.conversion {
  margin: auto; }
  .conversion .comment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .conversion .comment .fukidashi {
      flex: 0 1 68%;
      width: 68%;
      max-width: 68%;
      position: relative;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
      box-sizing: border-box;
      background: #E5BF23;
      color: #fff;
      text-align: center;
      padding: 15px 0;
      border-radius: 50px;
      font-size: 1.8rem;
      font-weight: bold; }
      @media (min-width: 768px) {
        .conversion .comment .fukidashi {
          font-size: calc( 1.8rem + ( 1vw - 7.68px ) * 1.5625 ); } }
      @media (min-width: 1280px) {
        .conversion .comment .fukidashi {
          font-size: 2.6rem; } }
      .conversion .comment .fukidashi span {
        font-size: 1.4rem; }
        @media (min-width: 768px) {
          .conversion .comment .fukidashi span {
            font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 1.3671875 ); } }
        @media (min-width: 1280px) {
          .conversion .comment .fukidashi span {
            font-size: 2.1rem; } }
      .conversion .comment .fukidashi:after {
        content: '';
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: url("/img/home/fukidashi.png") center/cover no-repeat;
        right: -18px; }
    .conversion .comment .img {
      flex: 0 1 32%;
      width: 32%;
      max-width: 32%; }
  .conversion .conversion_wrap {
    border: 4px solid #E5BF23;
    box-shadow: 20px 20px 0 rgba(229, 191, 35, 0.6);
    padding: 40px 4%; }
    .conversion .conversion_wrap .remort {
      text-align: center;
      font-weight: bold;
      color: #E5BF23;
      font-size: 1.6rem; }
    .conversion .conversion_wrap .tel {
      margin-bottom: 20px;
      text-align: center; }
      .conversion .conversion_wrap .tel a {
        font-size: 3.4rem;
        letter-spacing: normal;
        line-height: 1.2; }
        @media (min-width: 320px) {
          .conversion .conversion_wrap .tel a {
            font-size: calc( 3.4rem + ( 1vw - 3.2px ) * 10.2678571429 ); } }
        @media (min-width: 768px) {
          .conversion .conversion_wrap .tel a {
            font-size: 8rem; } }
        .conversion .conversion_wrap .tel a .icon {
          width: 14%;
          max-width: 60px;
          display: inline-block;
          vertical-align: middle;
          line-height: 0;
          margin-top: -5px; }
      .conversion .conversion_wrap .tel .time {
        font-size: 1.5rem; }
    .conversion .conversion_wrap .contact_btn {
      margin-bottom: 5%;
      text-align: center; }
      .conversion .conversion_wrap .contact_btn p {
        color: #00B75B;
        position: relative;
        margin-bottom: 10px;
        font-size: 1.9rem;
        display: inline-block; }
        .conversion .conversion_wrap .contact_btn p:before, .conversion .conversion_wrap .contact_btn p:after {
          content: '';
          width: 1px;
          height: 20px;
          border-radius: 4px;
          background: #00B75B;
          position: absolute;
          bottom: 0; }
        .conversion .conversion_wrap .contact_btn p:before {
          transform: rotate(-25deg);
          left: -10px; }
        .conversion .conversion_wrap .contact_btn p:after {
          transform: rotate(25deg);
          right: -10px; }
      .conversion .conversion_wrap .contact_btn .btn {
        margin: 0 auto; }
        .conversion .conversion_wrap .contact_btn .btn a {
          background: #00B75B;
          border: 1px solid #00B75B;
          width: 100%;
          border-radius: 6px;
          font-weight: bold;
          padding: 10px 0;
          font-size: 2.3rem; }
          .conversion .conversion_wrap .contact_btn .btn a:hover {
            color: #00B75B;
            background: #fff; }
      .conversion .conversion_wrap .contact_btn:last-child {
        margin-bottom: 0; }

/*------------------------------
		768px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .box {
    margin-bottom: 100px; }

  h1 {
    bottom: 10px; }

  .btn {
    margin: 60px auto; }

  .title {
    margin-bottom: 50px; }

  .title_box {
    margin-bottom: 60px; }
    .title_box .title {
      margin-bottom: 20px; }

  .copy {
    line-height: 1.8; }

  .conversion .comment {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    margin: auto; }
    .conversion .comment .img {
      flex: 0 1 25%;
      width: 25%;
      max-width: 25%; }
  .conversion .conversion_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .conversion .conversion_wrap .tel {
      margin-bottom: 2%;
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%; }
      .conversion .conversion_wrap .tel a {
        font-size: 5rem; } }
      @media screen and (min-width: 769px) and (min-width: 768px) {
        .conversion .conversion_wrap .tel a {
          font-size: calc( 5rem + ( 1vw - 7.68px ) * 1.171875 ); } }
      @media screen and (min-width: 769px) and (min-width: 1280px) {
        .conversion .conversion_wrap .tel a {
          font-size: 5.6rem; } }
@media screen and (min-width: 769px) {
      .conversion .conversion_wrap .tel .time {
        letter-spacing: normal; }
    .conversion .conversion_wrap .contact_btn {
      flex: 0 1 48%;
      width: 48%;
      max-width: 48%;
      margin-bottom: 0; }

  #contents {
    margin-top: 100px; } }
/*------------------------------
		1024px以上
------------------------------*/
/*------------------------------
		1200px以上
------------------------------*/
@media screen and (min-width: 1201px) {
  .conversion .comment {
    width: 80%; }
  .conversion .conversion_wrap .tel {
    margin-bottom: 0;
    flex: 0 1 38%;
    width: 38%;
    max-width: 38%; }
    .conversion .conversion_wrap .tel .time {
      text-align: right; }
  .conversion .conversion_wrap .contact_btn {
    flex: 0 1 30%;
    width: 30%;
    max-width: 30%; } }

/*# sourceMappingURL=base.css.map */
