@charset "UTF-8";

/********************************
DEFAULT
*********************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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, 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: 0px;
  padding: 0px;
  outline: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6, caption, address, th {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
}

ul, ol, li, dl, dt, dd {
  list-style: none;
}

img, iframe {
  vertical-align: middle;
  border: 0px;
}

img {
  line-height: 0;
  font-size: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: normal;
  text-align: left;
}

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

select {
  padding: 2px;
}

input, select {
  font-size: 100%;
  vertical-align: middle;
}

input[type="text"], input[type="password"], textarea, select {
  outline: none;
}

textarea {
  font-size: 99%;
}

input {
  vertical-align: middle;
}

/*
::-webkit-input-placeholder {
  color: #000;
}
*/

label {
  padding: 0 0 0 2px;
}

hr {
  display: none;
}
@media (min-width: 896px) {
a {
    transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
}
a:hover, a:active {
  color: #222222;
  text-decoration: none;
  opacity: 0.6; filter: brightness(110%);
  /*cursor: url('../images/common/s_pointer.svg'), auto;*/
  /*
  cursor: pointer;
  */
}
}
a, a:link {
  color: #222222;
  text-decoration: none;
  word-break: break-all;
}

a:visited {
  color: #222222;
}


a[href^="tel:"] {
  cursor: default;
}

.m_b0 {
  margin-bottom: 0px !important;
}

.m_b1 {
  margin-bottom: 1px !important;
}

.m_b2 {
  margin-bottom: 2px !important;
}

.m_b3 {
  margin-bottom: 2px !important;
}

.m_b5 {
  margin-bottom: 5px !important;
}

.m_b7 {
  margin-bottom: 7px !important;
}

.m_b8 {
  margin-bottom: 8px !important;
}

.m_b10 {
  margin-bottom: 10px !important;
}

.m_b11 {
  margin-bottom: 11px !important;
}

.m_b12 {
  margin-bottom: 12px !important;
}

.m_b13 {
  margin-bottom: 13px !important;
}

.m_b15 {
  margin-bottom: 15px !important;
}

.m_b20 {
  margin-bottom: 20px !important;
}

.m_b25 {
  margin-bottom: 25px !important;
}

.m_b30 {
  margin-bottom: 30px !important;
}

.m_b35 {
  margin-bottom: 35px !important;
}

.m_b40 {
  margin-bottom: 40px !important;
}

.m_b45 {
  margin-bottom: 45px !important;
}

.m_b50 {
  margin-bottom: 50px !important;
}

.m_b55 {
  margin-bottom: 55px !important;
}

.m_t30 {
  margin-top: 30px !important;
}

.m_r0 {
  margin-right: 0 !important;
}

.m_r15 {
  margin-right: 15px !important;
}

.m_r25 {
  margin-right: 25px !important;
}

.m_r35 {
  margin-right: 35px !important;
}

.p_b0 {
  padding-bottom: 0 !important;
}

.p_b10 {
  padding-bottom: 10px !important;
}

.a_center {
  text-align: center;
}

.a_left {
  text-align: left;
}

.a_right {
  text-align: right;
}

.f_bold {
  font-weight: bold;
}

.c_fix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: .01em;
  height: 0;
  overflow: hidden;
}

.c_fix {
  min-height: 1px;
}

body {
  font-family: '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  line-height: 1.6;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  min-height: 100%;
  height: auto !important;
  position: relative;
  min-width: 1250px;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  background-color: #f5f3e9;
}

/********************************
HEADER
*********************************/

/********************************
FOOTER
*********************************/
.c-small_wrap {
    height: 130px;
    background-color: #ffffff;
}
.c-small_wrap small {
    font-size: 10px;
}
.c-small-txt {
    padding: 55px 0 0 0;
}
/********************************
C系CSS
*********************************/
.c-btn-bg {
    width: 100%;
    padding: 20px 0;
    background-color: #cdc9c0;
    box-sizing: border-box;
    z-index: 100;
    background: url("../img/btn_bg.jpg");
}
.c-btn {
    width: 460px;
    margin: 0 auto;
    background-color: #ffffff;
}
.c-btn-bg.is-ver3 {
    position: relative;
}
.c-logo-btn {
    width: 250px;
}
.c-btn-bg a ,
.taccheak-btn a
{
    color: #ffffff;
}
.c-free-btn {
    display: block;
    width: 460px;
    margin: 0 auto;
    font-weight: bold;
    left: 50%;
    padding: 18px 10px 17px 10px;
    color: #ffffff;
    background-color: #ff0000;
}
.c-title {
}
.c-title-txt{
    padding: 64px 0 60px 0;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    background-color: #6b5d46;
    line-height: 1;
}
.is-ver5 .c-title-txt {
    font-size: 26px;
    padding: 37px 0;
    line-height: 1;
}
.c-title-txt span {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 4px 0;
}
.c-title::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #6b5d46;
}

/********************************
CONTETS
*********************************/
.c-pc {
    display: block;
}
.c-pc.is-ver4{
    display: table-cell;
}
.c-pc-in {
    display: inline;
}
.c-sp {
    display: none;
}
.c-sp.is-ver4 {
      display: none;
}
.c-sp-in {
    display: none;
}

/****スマホのブレイクポイント****/
@media screen and (max-width: 896px) {
    body {
        min-width: 320px;
        margin: 0 0 0 0;
    }
    .c-logo-btn {
        width: auto;
    }
    .c-free-btn {
        width: 100%;
    }
    .c-btn {
        width: 100%;
        margin: 0;
    }
    .c-btn-bg {
        height: auto;
        padding: 20px;
    }
    .c-title-txt {
        padding: 14px 0;
        font-size: 20px;
    }
    .c-title::after {
        border: 7px solid transparent;
        border-top: 7px solid #6b5d46;
    }
    .is-ver5 .c-title-txt {
        font-size: 17px;
        padding: 15px 0;
        line-height: 1.4em;
    }
    .c-title-txt span {
        font-size: 13px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 2px 0;
    }
    .c-pc {
        display: none;
    }
    .c-pc.is-ver4{
        display: none;
    }
    .c-pc-in {
          display: none;
    }
    .c-sp {
          display: block;
    }
    .c-sp.is-ver4 {
          display: table-cell;
    }
    .c-sp-in {
          display: inline;
    }

    /********************************
    HEADER
    *********************************/

    /********************************
    FOOTER
    *********************************/
    .c-small_wrap {
        height: 50px;
    }
    .c-small_wrap small {
        font-size: 10px;
    }
    .c-small-txt {
        padding: 10px 0 0 0;
    }

}

@media screen and (max-width: 400px) {
.c-free-btn {
    font-size: 14px;
}
}

/****iPhoneSE/5などのブレイクポイント****/
@media screen and (max-width: 374px) {
.c-free-btn {
    font-size: 13px;
}
}
