@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, w-100 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;
}
header {
  width: 100%;
  background-image: url("../img/title_bk.png");
  background-size: cover;
  background-position: center;
}
/*header, div.container {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}*/
.font_bold {
    font-weight: bold
}
/*-- PC_SP切り替え用  --*/
.spnone {
  display: block;
}
.pcnone {
  display: none;
}
@media screen and (max-width: 750px) {
  .spnone {
    display: none;
  }
  .pcnone {
    display: block;
  }
}
@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;
}*/
.container {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}
.container02 {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  background-color: #00a4b5;
}
footer {
  width: 90%;
  margin: 0 auto;
}
h1 img {
  margin: 0 auto;
}
h2, h3, h5 {
  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;
  }
  .container {
    margin: 0 auto -45px;
  }
}
/*-- PC_SP切り替え用  --*/
.spnone {
  display: block;
}
.pcnone {
  display: none;
}
@media screen and (max-width: 750px) {
  .spnone {
    display: none;
  }
  .pcnone {
    display: block;
  }
}
.box {
  margin-top: 30px;
  border: solid 3px;
}
.box h3 {
  padding: 10px;
  text-align: center;
}
.box .text-area {
  width: 100%;
  display: block;
  padding: 20px;
}
.blue {
  border-color: #e60012;
}
.blue h3 {
  font-size: 1.5rem;
  background-color: #e60012;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .blue h3 {
    font-size: 1.2rem;
  }
}
.blue li {
  padding-left: 0.7em;
  text-indent: -.7em;
}
.blue li:before {
  content: "●";
  font-size: 1.25rem;
}
@media screen and (max-width: 750px) {
  .blue li:before {
    font-size: 1rem;
  }
}
.blue li:before {
  color: #e60012;
}
.yellow {
  border-color: #ffe100;
}
.yellow h3 {
  font-size: 1.875rem;
  background-color: #ffe100;
  color: #e60012;
}
@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: #eb6100;
}
.yellow .bc-lb {
  background-color: #00aee3;
}
.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;
  }
}
.jcb {
  margin: 0 20px 20px;
  border: solid 3px #e60012;
}
.jcb h3 {
  font-size: 1.5rem;
  background-color: #e60012;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .jcb h3 {
    font-size: 1.2rem;
  }
}
.jcb h3 span {
  font-size: 1.25rem;
  background-color: #fff;
  color: #e40817;
  margin-top: -3px;
  margin-right: 10px;
  padding: 5px 20px;
  border-radius: 30px;
}
@media screen and (max-width: 750px) {
  .jcb h3 span {
    font-size: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .jcb h3 span {
    display: inline;
  }
}
.jcb p {
  font-size: 1rem;
  font-family: Tahoma, Segoe, Verdana, "メイリオ", Meiryo, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media screen and (max-width: 750px) {
  .jcb p {
    font-size: 0.8rem;
  }
}
.lblue {
  background-color: #fff;
  border-color: #00aee3;
}
@media screen and (min-width: 961px) {
  .lblue {
    margin-top: 2em;
  }
}
.link {
  text-align: center;
  margin-top: -60px;
}
.link img {
  width: 100%;
  box-shadow: 3px 3px 4px #e3e3e3;
}
p.txtinfo {
  margin-left: 26%;
  margin: 4% 0 6% 31%;
  font-size: 26px;
}
p.txtinfo:before {
  position: absolute;
  left: 13%;
  top: -21px;
  content: "";
  display: inline-block;
  width: 128px;
  height: 116px;
  background-image: url(../img/step_icon1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
p.txtinfo02 {
  margin-left: 26%;
  margin: 7% 0 6% 31%;
  font-size: 26px;
}
p.txtinfo02:before {
  position: absolute;
  left: 13%;
  top: -21px;
  content: "";
  display: inline-block;
  width: 128px;
  height: 116px;
  background-image: url(../img/step_icon2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.text-area {
  position: relative;
}
.text-area .tokuten1 {
  position: absolute;
  top: -20px;
  left: 140px;
}
.text-area .tokuten2 {
  position: absolute;
  top: -27px;
  left: 140px;
}
.period {
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  border-color: #e40817;
  padding: 10px;
}
.example {
  margin-top: 42px;
  border-top: 5px dotted #00a4b5;
}
@media screen and (max-width: 750px) {
  .period {
    font-size: 1.5rem;
  }
  p.txtinfo:before {
    left: 6%;
    top: -5px;
    width: 15%;
    height: 64px;
  }
  p.txtinfo02:before {
    left: 6%;
    top: -2px;
    width: 15%;
    height: 136%;
  }
  .link {
    margin-top: -90px;
    margin-bottom: 35px;
  }
  .text-area .tokuten1 {
    top: -8px;
    left: 18px;
  }
  .text-area .tokuten1 img {
    width: 46%;
  }
  .text-area .tokuten2 {
    top: -8px;
    left: 13px;
  }
  .text-area .tokuten2 img {
    width: 46%;
  }
  p.txtinfo {
      padding-right: 35px;
    margin: 21px 0 29px 26%;
    font-size: 15px;
  }
  p.txtinfo02 {
      padding-right: 35px;
    margin: 21px 0 29px 26%;
    font-size: 15px;
  }
}
h2.cmp {
  font-size: 2.8125rem;
  color: #e60012;
  text-align: center;
  margin: 30px 0;
}
@media screen and (max-width: 750px) {
  h2.cmp {
    font-size: 2.25rem;
  }
}
h2.cmp .small {
  font-size: 1.5625rem;
}
@media screen and (max-width: 750px) {
  h2.cmp .small {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 960px) {
  h2.cmp {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .txtinfo {
    margin: 21px 0 29px 27%;
    font-size: 15px;
  }
  .txtinfo02 {
    margin: 21px 0 29px 23%;
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) and (max-width: 750px) {
  h2.cmp {
    font-size: 2rem;
  }
}
.mapbox {
  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;
  /*background: #e60012;*/
  padding: 10px;
}
.toiawase {
  color: #fff;
}
.toiawase a {
  color: #fff;
}
@media screen and (max-width: 960px) {
  .flexbox {
    text-align: center;
    display: inline-block;
    margin: auto;
    width: 100%;
  }
}
.item {
  width: 460px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .item {
    width: 100%;
  }
}
.item img {
  border: solid 1px #ccc;
}
@media screen and (min-width: 961px) {
  .item:nth-child(even) {
    margin-left: 10px;
  }
  .card_map:nth-child(even) {}
}
.text-area02 {
  margin-top: -50px;
  padding: 18px 25px 27px 25px;
  background-color: #e9e9e9;
  margin-bottom: 30px;
  line-height: 1.8;
}
.square_btn {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 70%;
  display: block;
  margin: 10px auto 0;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*background-color: #00aee3;*/
  -webkit-box-shadow: 5px 5px #A90404;
  box-shadow: 5px 5px #A90404;
}
@media screen and (max-width: 750px) {
  .square_btn {
    font-size: 1rem;
  }
  .text-area02 {
    padding: 14px 16px 18px;
  }
}
@media screen and (max-width: 960px) {
  .square_btn {
    width: 100%;
    padding: 0;
  }
}
.square_btn_a {
  color: #fff;
  padding: 10px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.mbs {
  font-size: 1.2rem;
  margin-bottom: 30px !important;
}
.ft-b {
  font-size: 1.2rem;
  font-weight: bold;
}
.flexbox {
  width: 100%;
  max-width: 960px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
footer {
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
  background-color: #00a4b5;
  width: 100%;
}
@media screen and (max-width: 750px) {
  footer {
    font-size: 0.6rem;
  }
  footer > p {
    margin-top: 20px;
    font-size: 0.6rem;
  }
  .text-area02 {
    margin-top: -31px;
  }
  .mbs {
    font-size: 16px;
  }
  .ft-b {
    font-size: 16px;
  }
}
.clearfix {
  zoom: 1;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.img-responsive3 {
  display: block;
  width: 70%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.img-responsive2 {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
.link-text {
  text-decoration: underline;
}
.fz-l {
  font-size: 120%;
  margin-top: 40px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .fz-m {
    font-size: 0.7rem;
  }
}
.fz-m2 {
  color: #000;
  font-size: 0.875rem;
}
@media screen and (max-width: 750px) {
  .fz-m2 {
    color: #000;
    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;
}
.fz-m {
  text-align: center;
  font-size: 1.3em;
  line-height: 1.6;
}
.fc-r {
  color: #fff;
  padding: 10px 17px 10px;
  background-color: #00a4b5;
}
.fc-y {
  color: #333;
  font-size: 21px;
  text-align: center;
  margin: 18px 0 30px;
}
.ft-b02 {
  font-weight: bold;
  text-align: center;
  font-size: 1.6em;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media screen and (min-width: 961px) {
  .sm {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .fz-m {
    font-size: 12px;
  }
  .fc-y {
    color: #333;
    font-size: 13px;
  }
}
.float-left {
  float: left;
}
@media screen and (min-width: 751px) {
  .float-lg-left {
    float: left;
  }
}
.float-right {
  float: right;
}
@media screen and (min-width: 751px) {
  .float-lg-right {
    float: right;
  }
}
.map {
  text-align: center;
  margin: 20px auto 70px;
}
.map img {
  margin: 0 auto;
  margin-top: -197px;
  display: block;
}
.item .text-area {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 750px) {
  .map img {
    margin-top: -26%;
  }
  .img-responsive {
    max-width: 73%;
  }
  .ft-b02 {
    font-size: 1.4em;
    margin-top: 0px;
  }
}
@media screen and (max-width: 960px) {
  .item .text-area {
    min-width: 70%;
  }
}
.flexbox {
  margin: 0 auto;
  text-align: initial;
}
.flexbox02 {
  margin: 0 auto;
}
.item3 {
  width: 45%;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .item3 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.item3 .text-area {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .item3 .text-area {
    min-width: 70%;
  }
}
.item3 .map-area {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .map {
    width: 100%;
    text-align: center;
    margin: 30px auto;
  }
  .item3 .map-area {
    width: 30%;
    min-width: 175px;
  }
}
.br_res {
  display: none;
}
@media screen and (max-width: 450px) {
  .br_res {
    display: block;
  }
  .map {
    width: 100%;
    text-align: center;
    margin-top: 12px;
  }
  .item3 .map-area {
    display: block;
    vertical-align: top;
    width: 100%;
    margin: auto;
    padding-left: 0;
  }
}
.item3 .map-area img {
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .flexbox {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .flexbox {
    display: block;
  }
}
.cp_campain {
  border: 2px solid #00a4b5;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  padding: 10px;
  position: relative;
  margin-top: 110px;
}
.cp_campain02 {
  margin: 40px 63px 0;
  border: 4px solid #008b99;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  padding: 10px 50px 10px;
  position: relative;
}
.cp_campain02:before {
  content: '';
  position: absolute;
  top: -78px;
  width: 165px;
  height: calc(100% + 20px);
}
.cp_campain02:before {
  left: 70%;
  background-image: url(../img/icn_02.png);
  background-repeat: no-repeat;
}
.cp_campain .cp_title {
  padding: 0 1em;
  display: flex;
  text-align: center;
}
.cp_campain .cp_title h2 {
  width: 69%;
  margin: -44px auto 0;
  text-align: center;
  color: #00a4b5;
  background-color: #fff;
  font-size: 2.8rem;
}
.cp_campain .cp_title ul {
  margin: 0.5em 0;
  padding: 0.3em 0 0.3em 0.8em;
  width: 35%;
  text-align: center;
  border-left: 1px dashed #ffffff;
}
.cp_campain .cp_title li {
  display: inline;
  padding: 0 0.5em;
}
.cp_campain .cp_title li a {
  color: #ffffff;
}
.cp_campain .cp_authorinfo {
  padding: 1em;
}
@media screen and (max-width: 750px) {
  .flexbox2 {
    padding: 0%;
  }
  .cp_campain {
    padding: 0px;
  }
  .cp_campain02 {
    margin: 32px 0px 0;
    padding: 0px;
  }
  .cp_campain02::before {
    top: -60px;
    background-size: 73%;
    width: 96px;
  }
  .cp_campain .cp_title h2 {
    width: 77%;
    margin: -40px 9% auto 15%;
    line-height: 1.3;
    font-size: 1.5rem;
  }
}
.th_none {
  border: none !important;
}
.td_none {
  border: none !important;
}