body {
      font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  min-width: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 1.5
}
/*.main {
  font-family: 'Noto Sans JP', sans-serif
}*/
.main p {
  font-size: 18px;
  line-height: 1.8;
  
}
@media screen and (max-width: 640px) {
  .main p {
    font-size: 16px
  }
}
.lq {
  display: none
}
@media screen and (max-width: 950px) {
  .lq {
    display: block
  }
}
.mq {
  display: none
}
@media screen and (max-width: 767px) {
  .mq {
    display: block
  }
}
.pc {
  display: block
}
@media screen and (max-width: 640px) {
  .pc {
    display: none
  }
}
.sq {
  display: none
}
@media screen and (max-width: 640px) {
  .sq {
    display: block
  }
}
.sqnone {
  display: block
}
@media screen and (max-width: 640px) {
  .sqnone {
    display: none
  }
}
ol, ul {
  list-style: none;
  padding: 0px;
  margin: 0
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none
}
a {
  text-decoration: none;
  outline: none
}
a:hover {
  text-decoration: none
}
.clearfix {
  zoom: 1
}
.clearfix:after {
  content: "";
  display: block;
  clear: both
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}
@media (min-width: 641px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none
  }
}
h2 {
    background: none;
    font-size: auto;
    font-weight: bold;
    text-align: center;
    position: relative;
    border: none;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
h3 {
    clear: both;
    margin: 30px 0 15px 0;
    padding: 10px;
    font-size: 100%;
    line-height: 110%;    
    background: none;
    border-left: none;
    border-bottom: none;
}
h4 {
  margin: 0;
  padding: 0;
  border: none
}
.section-body {
  width: 100%;
  max-width: 950px;
  box-sizing: border-box;
  display: block;
  clear: both;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;  
 
}
  
.section-body p, .section-body h1 {
  padding: 0;
}  
  
@media only screen and (max-width: 768px) {

  .section-background {
    padding: 1.5em 0.5em;
  }
  
  .section-firstMargin {
    padding: 0 0.5em 1.5em;
    margin-top: 1em;
  }   
    
  .section-body {
    padding: 0 1em;
  }
  
}

.section-btn {
  text-align: center;
  margin-top: 20px
}
.section-btn a {
  display: block;
  width: 370px;
  height: 50px;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  border-radius: 50px;
  background: #ca4534 /*#232289*/ ;
  -webkit-box-shadow: 0px 6px 0px 0px #5a1e16 /*#010036*/ ;
  box-shadow: 0px 6px 0px 0px #5a1e16 /*#010036*/ ;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif
}
@media screen and (max-width: 640px) {
  .section-btn a {
    font-size: 16px;
    height: 50px
  }
}
.section-btn a:hover {
  -webkit-box-shadow: 0px 1px 0px 0px #5a1e16 /*#010036*/ ;
  box-shadow: 0px 1px 0px 0px #5a1e16 /*#010036*/ ;
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px)
}
.section-btn a:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto
}
@media screen and (max-width: 640px) {
  .section-btn a:after {
    width: 6px;
    height: 6px;
    right: 15px
  }
}
.section-btn a span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.section-btn a span strong {
  font-size: 30px
}
.section-btn-ttl {
  font-weight: bold;
  margin: 20px 0 10px
}
.section-btn-wrap {
  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
}
.section-btn-wrap .section-btn {
  margin-top: 0
}
@media screen and (max-width: 640px) {
  .section-btn-wrap .section-btn {
    width: 48%
  }
}
.section-btn-wrap .section-btn a {
  width: 220px;
  font-size: 17px;
  height: 70px
}
@media screen and (max-width: 640px) {
  .section-btn-wrap .section-btn a {
    width: 100%;
    font-size: 12px;
    height: 60px
  }
}
@media screen and (max-width: 640px) {
  .section-btn-wrap .section-btn a:after {
    right: 10px
  }
}
.section-btn-wrap .section-btn:nth-child(n+3) {
  margin-top: 20px
}
@media only screen and (max-width: 1400px) {
  .section-btn a {
    width: 80%
  }
  .section-btn-wrap .section-btn {
    width: 48%
  }
  .section-btn-wrap .section-btn a {
    width: 100%;
    font-size: 15px
  }
}

.header {
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 1000
}
.header-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 50px
}
@media screen and (max-width: 640px) {
  .header-inr {
    padding: 15px 10px
  }
}
.header .h-logo {
  width: 264px;
  margin: 0;
  padding: 0
}
@media screen and (max-width: 640px) {
  .header .h-logo {
    width: 40%
  }
}
.header .h-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 640px) {
  .header .h-right .h-tel {
    display: none
  }
}
.header .h-tel {
  margin-left: 20px
}
.header .h-note {
  font-size: 11px;
  line-height: 1.2
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100
}
.header .search-btn {
  text-align: center;
  margin-top: 0px;
  margin-left: 20px
}
.header .search-btn a {
  display: block;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  border-radius: 20px;
  background: #232289; /*-webkit-box-shadow:0px 6px 0px 0px #010036;box-shadow:0px 6px 0px 0px #010036;*/ position: relative;
  font-family: 'Noto Sans JP', sans-serif
}
@media screen and (max-width: 640px) {
  .header .search-btn a {
    font-size: 16px;
    height: 50px
  }
}
/*.search-btn a:hover{-webkit-box-shadow:0px 1px 0px 0px #010036;box-shadow:0px 1px 0px 0px #010036;-webkit-transform:translate(0px, 5px);transform:translate(0px, 5px)}*/
.header .search-btn a:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto
}
@media screen and (max-width: 640px) {
  .header .search-btn a:after {
    width: 6px;
    height: 6px;
    right: 15px
  }
}
.header .search-btn a span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.header .search-btn a span strong {
  font-size: 30px
}
@media only screen and (max-width: 840px) {
  .header .search-btn a {
    width: 160px
  }
}
.mv {
  max-width: 1000px;
  margin: 0px auto; padding:80px 0 0; border-top: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
  padding-top: 130px;
}
@media screen and (max-width: 640px) {
  .mv {
    padding-top: 80px !important
  }
}
.mv img {
  margin: 0 auto
} /*@media only screen and (max-width: 1100px){.mv{padding:0 0 0 30px}}*/
.anchor-link {
  padding: 30px 0 50px
}
.anchor-link__txt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px
}
@media screen and (max-width: 640px) {
  .anchor-link__txt {
    font-size: 16px;
    text-align: left
  }
}
.anchor-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media screen and (max-width: 640px) {
  .anchor-link__list {
    display: block
  }
}
.anchor-link__list li {
  width: calc(100% / 3 - 25px);
  max-width: 290px
}
@media screen and (max-width: 640px) {
  .anchor-link__list li {
    width: 100% !important;
    max-width: 100% !important
  }
}
.anchor-link__list li:first-child a {
  padding: 10px 15px;
  font-size: 18px
}
.anchor-link__list li:not(:nth-child(3n)) {
  margin-right: 40px
}
@media screen and (max-width: 640px) {
  .anchor-link__list li:not(:nth-child(3n)) {
    margin-right: 0 !important
  }
}
.anchor-link__list li:nth-child(n+4) {
  margin-top: 20px
}
@media screen and (max-width: 640px) {
  .anchor-link__list li:not(:first-child) {
    margin-top: 20px !important
  }
}
.anchor-link__list li a {
  position: relative;
  font-size: 20px; /*color:#fff;*/ color: #ca4534;  
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 25px 15px;
  height: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: solid 1px #ca4534;
  background: #fcf6f5; /*background:#CA6739;*/ -webkit-box-shadow: 0px 6px 0px 0px #8B5A43;
  box-shadow: 0px 6px 0px 0px #8B5A43;
  line-height: 1.4
}
.anchor-link__list li a span {
  font-weight: bold;
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  .anchor-link__list li a {
    font-size: 20px !important;
    padding: 20px 20px 35px !important
  }
}
@media screen and (max-width: 640px) {
  .anchor-link__list li a {
    height: auto !important;
    font-size: 18px !important;
    padding: 15px 20px 30px !important
  }
}
/*.anchor-link__list li a:before{content:"";position:absolute;bottom:10px;right:0;left:0;margin:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #FFF500;width:0;height:0}*/
.anchor-link__list li a:hover {
  -webkit-box-shadow: 0px 1px 0px 0px #CA6739;
  box-shadow: 0px 1px 0px 0px #CA6739;
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px)
}
.anchor-link__list li:nth-child(2) a {
  color: #205a9e;
  border: solid 1px #205a9e;
  background: #f4f7fa;
  -webkit-box-shadow: 0px 6px 0px 0px #1D7A9D;
  box-shadow: 0px 6px 0px 0px #1D7A9D
}
.anchor-link__list li:nth-child(2) a:hover {
  -webkit-box-shadow: 0px 1px 0px 0px #f4f7fa;
  box-shadow: 0px 1px 0px 0px #f4f7fa;
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px)
}
.anchor-link__list li:nth-child(3) a {
  color: #417446;
  border: solid 1px #417446;
  background: #f4f7f5;
  -webkit-box-shadow: 0px 6px 0px 0px #0D572B;
  box-shadow: 0px 6px 0px 0px #0D572B
}
.anchor-link__list li:nth-child(3) a:hover {
  -webkit-box-shadow: 0px 1px 0px 0px #f4f7f5;
  box-shadow: 0px 1px 0px 0px #f4f7f5;
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px)
}
@media screen and (max-width: 640px) {
  .anchor-link__list li:not(:first-child) {
    margin-top: 15px
  }
}
@media only screen and (max-width: 1100px) {
  .anchor-link__list li {
    max-width: 240px;
    width: 48%
  }
  .anchor-link__list li a {
    font-size: 18px !important;
    padding: 20px 20px 30px;
    height: 130px
  }
}
@media only screen and (max-width: 900px) {
  .anchor-link__list li {
    max-width: 280px;
    width: 48%
  }
  .anchor-link__list li:not(:nth-child(3n)) {
    margin-right: 0
  }
  .anchor-link__list li:nth-child(n+4) {
    margin-top: 0
  }
  .anchor-link__list li a {
    font-size: 18px !important;
    padding: 20px 20px 30px;
    height: 130px
  }
}
.container {
  max-width: 950px;
  margin: 0 auto;
  width: 90%
}
.long-container {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%
}
.common__ttl {
  font-size: 46px;
  letter-spacing: 2px;
  color: #000;
  text-align: center;
  background: none;
  font-weight: 900;
  text-align: center;
  border: none;
  margin: 0 0 30px;
  padding: 0;
  margin: 0 auto;
  display: table;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif
}
@media screen and (max-width: 640px) {
  .common__ttl {
    display: block;
    font-size: 34px;
    margin: 0 0 10px
  }
}
.common__ttl .box { /*background:#CA6739;*/ font-size: 28px;
  text-align: center;
  color: #CA6739;
  padding: 5px 30px
}
@media screen and (max-width: 640px) {
  .common__ttl .box {
    font-size: 18px;
    padding: 5px 10px
  }
}
.common__ttl .color {
  color: #F38E24
}
.common__ttl span {
  font-weight: 900
}
/*.common__ttl:after{content:'';position:absolute;right:-130px;top:20px;display:block;width:120px;height:98px;background:url(../img/icon_ttl.png) no-repeat;background-size:100% 100%}
@media screen and (max-width: 640px){
	.common__ttl:after{right:0;left:0;margin:auto;width:20%;height:60%;top:-70px}}*/
.common__box {
  padding: 40px 70px 70px;
  position: relative
}
@media screen and (max-width: 640px) {
  .common__box {
    padding: 30px 15px 40px !important
  }
}
.common__box:nth-of-type(1) {
  background: #FBEADD
}
.common__box:nth-of-type(1):before {
  background: #FBEADD
}
.common__box:nth-of-type(2) {
  background: #F8EEE9;
  margin-top: 150px
}
@media screen and (max-width: 640px) {
  .common__box:nth-of-type(2) {
    margin-top: 90px
  }
}
.common__box:nth-of-type(2):before {
  background: #F8EEE9
}
.common__box:nth-of-type(3) {
  background: #F8ECE9;
  margin-top: 150px
}
@media screen and (max-width: 640px) {
  .common__box:nth-of-type(3) {
    margin-top: 90px
  }
}
.common__box:nth-of-type(3):before {
  background: #F8ECE9
}
.common__box:before {
  content: "";
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 220px;
  height: 75px;
  margin: 0 auto;
  border-radius: 50% 50% 0 0/100% 100% 0 0
}
@media screen and (max-width: 640px) {
  .common__box:before {
    width: 180px
  }
}
.common__box-ttl {
  font-size: 28px;
  margin: 0 0 40px;
  padding: 0;
  background: none;
  border-left: none;
  border-bottom: none;
  text-align: center
}
@media screen and (max-width: 640px) {
  .common__box-ttl {
    font-size: 20px;
    margin: 0 0 20px;
    line-height: 1.4
  }
}
.common__box-ttl span {
  font-size: 36px;
  color: #CA6739
}
@media screen and (max-width: 640px) {
  .common__box-ttl span {
    font-size: 28px
  }
}
.common__box-img {
  position: absolute;
  top: -25px;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
@media screen and (max-width: 640px) {
  .common__box-img {
    width: 12%
  }
}
.common__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px
}
@media screen and (max-width: 640px) {
  .common__list {
    display: block;
    margin-top: 30px
  }
}
.common__list .list-item {
  width: calc(100% / 2 - 25px)
}
@media screen and (max-width: 640px) {
  .common__list .list-item {
    width: 100%
  }
}
.common__list .list-item:nth-child(n+3) {
  margin-top: 80px
}
@media screen and (max-width: 640px) {
  .common__list .list-item:nth-child(n+3) {
    margin-top: 0
  }
}
@media screen and (max-width: 640px) {
  .common__list .list-item:not(:first-child) {
    margin-top: 50px
  }
}

.contact .contact-inner {
  background: #fff;
  max-width: 730px;
  border: solid #1F2180 3px;
  text-align: center;
  margin: 0 auto;
  padding: 30px
}
@media screen and (max-width: 640px) {
  .contact .contact-inner {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0
  }
}
.contact-title {
  font-size: 20px !important;
  font-weight: bold
}
.contact-tel {
  width: 40%;
  margin: 0 auto
}
@media screen and (max-width: 640px) {
  .contact-tel {
    width: 60%
  }
}
.pagetop {
  background: #132B88;
  border: solid 1px #fff;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 80px;
  right: 25px;
  z-index: 99;
  border-radius: 100px
}
@media screen and (max-width: 640px) {
  .pagetop {
    bottom: 80px;
    right: 10px
  }
}
.pagetop:after {
  content: '';
  visibility: inherit;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}
footer {
  background: #e8e9f3;
  line-height: 2;
}
footer .footer-inner {
  width: 950px;
  margin: auto;
  padding: 40px 0px 35px
}
footer .footer-inner .footer-list {
  float: left
}
footer .footer-inner .footer-list ul li {
  display: inline
}
footer .footer-inner .footer-list ul li a {
  color: #000000;
  font-size: 13px;
  padding: 0px 15px;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out
}
footer .footer-inner .footer-list ul li a:hover {
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  opacity: 0.6
}
footer .footer-inner .footer-list ul li::after {
  content: '|';
  color: #000
}
footer .footer-inner .footer-list ul li:last-child::after {
  content: none
}
footer .footer-inner .copyright {
  float: right;
  color: #000;
  font-size: 11px
}
@media screen and (max-width: 950px) {
  footer {
    background: #e8e9f3
  }
  footer .footer-inner {
    width: 95%;
    margin: auto;
    padding: 40px 0px 35px
  }
  footer .footer-inner .footer-list {
    float: left
  }
  footer .footer-inner .footer-list ul li {
    display: inline
  }
  footer .footer-inner .footer-list ul li a {
    color: #000;
    font-size: 12px;
    padding: 0px 10px
  }
  footer .footer-inner .footer-list ul li::after {
    content: '|';
    color: #000
  }
  footer .footer-inner .footer-list ul li:last-child::after {
    content: none
  }
  footer .footer-inner .copyright {
    float: right;
    color: #000;
    font-size: 11px
  }
}
@media screen and (max-width: 767px) {
  footer {
    background: #e8e9f3
  }
  footer .footer-inner {
    width: 95%;
    margin: auto;
    padding: 25px 0px 20px
  }
  footer .footer-inner .footer-list {
    float: none;
    margin-bottom: 15px;
    text-align: center
  }
  footer .footer-inner .footer-list ul li {
    display: inline
  }
  footer .footer-inner .footer-list ul li a {
    color: #000;
    font-size: 10px;
    padding: 0px 5px
  }
  footer .footer-inner .footer-list ul li::after {
    content: '|';
    color: #000
  }
  footer .footer-inner .footer-list ul li:last-child::after {
    content: none
  }
  footer .footer-inner .copyright {
    float: none;
    color: #000;
    font-size: 10px;
    text-align: center
  }
}
.cont_ttl {
  color: #122886;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0
}
.call-center {
  padding: 2em 1em;
  text-align: center;
  background-color: #fff;
  margin-top: 4em;
}
.call-center_text {
  font-size: 130%;
  font-weight: bold;
}
.call-center_text_2 {
  font-size: 110%;
}
.call-center_phone {
  font-size: 250%;
  font-weight: bold;
  color: #27539b;
}
.call-center_phone a {
  color: #27539b;
}
@media only screen and (max-width: 768px) {
  .call-center {
    margin-top: 3em;
  }
  .call-center_text {
    font-size: 120%;
  }
  .call-center_text_2 {
    font-size: 100%;
  }
  .call-center_phone {
    font-size: 235%;
  }
}

.area{background: #d1f7f9;}
.area01{background: #fff;margin: 30px 0;padding: 50px 20px;}
.area02{background: #fff8b7;margin: 30px 0;padding: 50px 20px;}
.area h2{font-size: 26px;color: #47507d;padding: 30px 0}


.btn_01 {
	display: block;
	cursor: pointer;
	max-width: 500px;
	margin: 1em auto;
	padding: 20px;
	border-radius: 30px;
	box-sizing: border-box;
	color: #fff!important;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: inherit;
	background: #6cc84c;
	position: relative;
}
.link_list01,.link_list02{margin: 10px 0;}

.btn_01:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(0, -50%) rotate(45deg);
	
}

.btn_02 {
	display: block;
	cursor: pointer;
	max-width: 500px;
	margin: 1em auto;
	padding: 20px;
	border-radius: 30px;
	box-sizing: border-box;
	color: #6cc84c!important;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: inherit;
	background: #fff;
	border: solid 1px #6cc84c;
	position: relative;
	
}

.btn_02:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #6cc84c;
    border-right: 2px solid #6cc84c;
    transform: translate(0, -50%) rotate(45deg);
}

@media only screen and (max-width: 768px) {
	.btn_01,.btn_02 {
		font-size: 15px;
	}
	
}

.read_box{background-color: #fff;
		padding: 20px;
		margin-bottom: 1em;		
		margin: 20px;
	text-align: left;
	line-height: 2;
		
	}	
.read_box p {font-size: 26px;color: #000;		
		font-weight: bold;}
.read_box p span{color: #47507d;}

@media only screen and (max-width: 768px) {
	.read_box{
		margin: 5px;
		padding: 10px;
		font-size: 1.1em;
		margin-bottom: 0;
	}
	.read_box p {font-size: 22px}
	}

.flex_area{display: flex;flex-wrap: nowrap;align-items: center;}
.flex_img{width: 30%;text-align: center;}
.flex_img img{width: 100%}
.flex_txt{width: 70%;text-align: left;background: #caeef2;padding: 8px;font-size: 20px;}
@media only screen and (max-width: 768px) {
.flex_area{flex-wrap: wrap;align-items: center;}
.flex_img{width: 100%;}

.flex_txt{width: 100%;}	
}




.contact_area{
	background: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 40px;
	
	max-width: 600px;
	margin: 30px auto;
}

.contact_area_ttl{
	color: #cf5971;
	font-size: 28px!important;
	padding: 20px 0;
	
}
@media only screen and (max-width: 768px) {
.contact_area{
	
	margin: 30px auto;
}	
	
	
}



.flow_area{line-height: 2;font-size: 18px}
.flow_area a{text-decoration: underline;}
.flow_area h3{background: linear-gradient(transparent 50%, #fff8b7 50%);color:#47507d;font-size: 20px; }

.flow_area ol{
	list-style: decimal!important;
	padding-left: 25px;
}
.under-line{background: linear-gradient(transparent 50%, #fff8b7 50%);}

.event_area{border: dotted 2px #8494a5;border-radius: 10px;padding: 2px;}
.event_area .ttl{text-align: center;font-size: 26px;color: #47507d;}
.event_area .txt_area{
	padding-left: 30px;
}

@media only screen and (max-width: 768px) {
.event_area{margin-bottom: 20px}	
.event_area .ttl{font-size: 20px;}
.event_area .txt_area{
	padding-left: 0px;text-align: center;
}	
}



