@charset "UTF-8";
/*! http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:800");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html, body {
  width: 100%;
  min-height: 100%;
  word-wrap: break-word;
}

body {
  font-size: 1.125rem;
  font-family: Tahoma, Segoe, Verdana, "メイリオ", Meiryo, "Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
  color: #000;
  background-color: #e40817;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 0.9rem;
  }
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover, a:active {
  opacity: 0.8;
}

.fc-w a {
  color: #fff;
}

section {
  position: relative;
  width: 100%;
  padding: 50px 0;
}

section:nth-child(even) {
  background-color: #fff;
}

header, footer, div.container {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 961px) {
  header, footer, div.container {
    width: 960px;
  }
}

h2, h3 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

h2 {
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  h2 {
    font-size: 1.5rem;
  }
}

.box {
  margin-top: 30px;
  border: solid 3px;
}

.box h3 {
  padding: 10px;
  text-align: center;
}

.box .text-area {
  width: 100%;
  display: block;
  padding: 20px;
}

.red {
  border-color: #e40817;
}

.red h3 {
  font-size: 1.5rem;
  background-color: #e40817;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .red h3 {
    font-size: 1.2rem;
  }
}

.red li {
  padding-left: 0.7em;
  text-indent: -.7em;
}

.red li:before {
  content: "●";
  font-size: 1.25rem;
}

@media screen and (max-width: 750px) {
  .red li:before {
    font-size: 1rem;
  }
}

.red li:before {
  color: #e40817;
}

.yellow {
  border-color: #f8c100;
}

.yellow h3 {
  font-size: 1.875rem;
  background-color: #f8c100;
  color: #e40817;
}

@media screen and (max-width: 750px) {
  .yellow h3 {
    font-size: 1.5rem;
  }
}

.yellow h4 {
  font-size: 1rem;
  color: #fff;
  padding: 5px 20px;
  border-radius: 30px;
}

@media screen and (max-width: 750px) {
  .yellow h4 {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 961px) {
  .yellow h4 {
    display: inline;
  }
}

.yellow .bc-or {
  background-color: #ea6808;
}

.yellow .bc-gr {
  background-color: #159a00;
}

.yellow p {
  font-size: 1.5rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

@media screen and (max-width: 750px) {
  .yellow p {
    font-size: 1.2rem;
  }
}

.yellow .fc-r {
  font-size: 1.875rem;
}

@media screen and (max-width: 750px) {
  .yellow .fc-r {
    font-size: 1.5rem;
  }
}

.text-area {
  position: relative;
}

.text-area .tokuten1 {
  position: absolute;
  top: 15px;
  right: 15px;
}

.text-area .tokuten2 {
  position: absolute;
  bottom: 30px;
  right: 65px;
}

.text-area .tokuten3 {
  position: absolute;
  top: 30px;
  left: 140px;
}

.period {
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  border-color: #e40817;
  padding: 10px;
}

@media screen and (max-width: 750px) {
  .period {
    font-size: 1.5rem;
  }
}

h2.cmp {
  font-size: 3.125rem;
  color: #e40817;
  text-align: center;
  margin: 30px 0;
}

@media screen and (max-width: 750px) {
  h2.cmp {
    font-size: 2.5rem;
  }
}

h2.cmp .small {
  font-size: 1.875rem;
}

@media screen and (max-width: 750px) {
  h2.cmp .small {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 960px) {
  h2.cmp {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 960px) and (max-width: 750px) {
  h2.cmp {
    font-size: 2rem;
  }
}

.ct1, .ct2 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.ct1 {
  font-size: 1.625rem;
}

@media screen and (max-width: 750px) {
  .ct1 {
    font-size: 1.3rem;
  }
}

.ct2 {
  font-size: 2.25rem;
}

@media screen and (max-width: 750px) {
  .ct2 {
    font-size: 1.8rem;
  }
}

.ct2 .square-y {
  color: #e40817;
  background-color: #f8c100;
  margin: 0 5px;
  padding: 0 10px;
}

.square_btn {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.875rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 70%;
  display: block;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #159a00;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px #107800;
          box-shadow: 5px 5px #107800;
}

@media screen and (max-width: 750px) {
  .square_btn {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 960px) {
  .square_btn {
    width: 100%;
    padding: 10px 0;
  }
}

.map {
  text-align: center;
  margin: 30px 0;
}

.map img {
  margin: 0 auto;
  display: block;
}

.item .text-area {
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 960px) {
  .item .text-area {
    min-width: 70%;
  }
}

.item .map-area {
  display: table-cell;
  vertical-align: top;
  width: 200px;
  padding-left: 20px;
}

@media screen and (max-width: 960px) {
  .item .map-area {
    width: 30%;
    min-width: 175px;
  }
}

.item .map-area img {
  width: 100%;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .flexbox {
    display: block;
  }
}

.item {
  width: 460px;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .item {
    width: 100%;
  }
}

@media screen and (min-width: 961px) {
  .item:nth-child(even) {
    margin-left: 40px;
  }
}

footer {
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
  footer {
    font-size: 0.6rem;
  }
}

.clearfix {
  zoom: 1;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.link-text {
  text-decoration: underline;
}

.fz-l {
  font-size: 120%;
}

.fz-m {
  font-size: 0.875rem;
}

@media screen and (max-width: 750px) {
  .fz-m {
    font-size: 0.7rem;
  }
}

.fz-s {
  font-size: 0.75rem;
}

@media screen and (max-width: 750px) {
  .fz-s {
    font-size: 0.6rem;
  }
}

.fc-w {
  color: #fff;
}

.fc-r {
  color: #e40817;
}

.ft-b {
  font-weight: bold;
}

.mtxs {
  margin-top: 10px !important;
}

.mts {
  margin-top: 30px !important;
}

.mtm {
  margin-top: 40px !important;
}

.mtl {
  margin-top: 70px !important;
}

.mbxs {
  margin-bottom: 25px !important;
  padding-bottom: 15px;
  border-bottom: solid 3px #f8c100;
}

.mbs {
  margin-bottom: 30px !important;
}

.mbm {
  margin-bottom: 40px !important;
}

.mbl {
  margin-bottom: 70px !important;
}

@media screen and (min-width: 961px) {
  .sm {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .md {
    display: none;
  }
}

/*# sourceMappingURL=sourcemap/style.css.map */


/*!--201902追記--*/
.maru_jcb {
  /*border: solid 2px #159a00;*/
  margin: 0 30px 20px;
}
.maru_jcb h3 {
  font-size: 1.5rem;
  background-color: #159a00;
  color: #FFF;
}
.maru_jcb h3 .check {
  font-size: 1.25rem;
  background-color: #fff;
  color: #e40817;
  margin-top: -3px;
  margin-right: 10px;
  padding: 5px 20px;
  border-radius: 30px;
}
.jcb_btn {
  font-size: 1.3rem;
  padding: 10px 0;
  margin: 10px auto 0;
}
.maru_dc {
  /*border: solid 2px #e40817;*/
  margin: 0 30px 20px;
}
.maru_dc h3 {
  font-size: 1.5rem;
  background-color: #e40817;
  color: #FFF;
}
@media screen and (min-width: 751px) {
  .sm_br {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .maru_jcb h3, .maru_dc h3 {
    font-size: 1.2rem;
  }
}