/******************************************************

flow

******************************************************/
#containerBox { padding-top: 10px; padding-bottom: 3rem; background: none; }
#containerBox .intro_copy { width: 90%; margin: 4rem auto; text-align: center; }
#containerBox .intro_copy p.lead { text-align: center; }

.container.caption { width: 90%; margin-left: auto; margin-right: auto; margin-top: 2rem; font-size: 0.9rem; text-align: left; }

.main_visual { position: relative; }
.main_visual img { width: 100%; height: auto; }
.main_visual .txtArea { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 90%; max-width: 900px; padding: 80px 0; background: rgba(0, 0, 0, 0.8); }
.main_visual .txtArea .sec_ttl { text-align: center; color: #fff !important; margin-bottom: 1rem !important; }
.main_visual .txtArea .copy { font-size: 2.0rem; letter-spacing: 0.1em; color: #eadecf; text-align: center; }
@media screen and (max-width: 1080px) { .main_visual .txtArea { padding: 8vw 0; } }
@media screen and (max-width: 640px) { .main_visual .txtArea .sec_ttl { font-size: 5vw !important; }
  .main_visual .txtArea .copy { font-size: 5vw; } }

.localnav ul { max-width: 1000px; width: 90%; margin: auto; display: flex; justify-content: space-between; flex-wrap: wrap; }
.localnav ul li { width: 31%; margin-bottom: 2rem; }
.localnav ul li img { width: 100%; height: auto; position: relative; z-index: 1; transition: .3s; }
.localnav ul li a { position: relative; display: block; }
.localnav ul li a::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: top center; background-repeat: no-repeat; background-size: 100% auto; }
.localnav ul li a:hover img { opacity: 0; }
.localnav ul li:nth-of-type(1) a::before { background-image: url("../images/merit/merit_btn01_on.jpg"); }
.localnav ul li:nth-of-type(2) a::before { background-image: url("../images/merit/merit_btn02_on.jpg"); }
.localnav ul li:nth-of-type(3) a::before { background-image: url("../images/merit/merit_btn03_on.jpg"); }
.localnav ul li:nth-of-type(4) a::before { background-image: url("../images/merit/merit_btn04_on.jpg"); }
.localnav ul li:nth-of-type(5) a::before { background-image: url("../images/merit/merit_btn05_on.jpg"); }
.localnav ul li:nth-of-type(6) a::before { background-image: url("../images/merit/merit_btn06_on.jpg"); }
@media screen and (max-width: 640px) { .localnav ul li { width: 48%; margin-bottom: 4%; } }

.step { margin-top: 7rem; }
.step .box { width: calc(100% - 200px); display: flex; }
.step .box .item { width: 60%; }
.step .box .item .pic { position: relative; }
.step .box .item .pic img { width: 100%; height: auto; }
.step .box .item .pic .note { font-size: 0.8rem !important; position: absolute; bottom: 3px; right: 5px; color: #fff; text-shadow: 0px 0px 3px #000000,0px 0px 3px #000000; }
.step .box .txt { width: 40%; padding-left: 4rem; text-align: left; }
.step .box .txt h3 { margin-bottom: 2rem; }
.step .box .txt h3 img { height: 55px; }
.step .box .txt h4 { font-weight: normal; font-size: 1.5rem; line-height: 1.5; border-bottom: 1px solid #000; padding-bottom: 2rem; margin-bottom: 2rem; }
.step .box .txt p { margin-top: 1rem; font-size: 1.1rem; line-height: 2; }
.step .box .txt p.border { border: 1px solid #595757; padding: 0.5rem; }
.step .box .txt p.small { font-size: 0.8rem; margin-top: 1rem; }
.step.right .box { margin: 0 0 0 auto; }
.step.right .box .item { order: 2; }
.step.right .box .txt { padding: 0 4rem 0 0; }

.arrow-img { margin-top: 4rem; }
.arrow-img img { width: 230px; margin: 0 auto; display: block; }

@media screen and (max-width: 1000px) { .step .box { width: 100%; padding: 0 20px; }
  .step .box .txt { padding-left: 2rem; }
  .step.right .box .txt { padding: 0 2rem 0 0; } }
@media screen and (max-width: 768px) { .step .box { flex-wrap: wrap; }
  .step .box .item { width: 100%; }
  .step .box .txt { width: 100%; margin-top: 2rem; padding: 0; }
  .step.right .box .item { order: -2; }
  .step.right .box .txt { padding: 0; margin-top: 2rem; } }
@media screen and (max-width: 559px) { .step { margin-top: 4rem; }
  /*.step { .box { .txt { h3 { img { height: 110px; } } } } }*/
  .arrow-img img { width: 110px; } }
.column { background: #eadecf; padding: 30px; max-width: 1040px; margin: 30px auto 40px; position: relative; z-index: 1; }
.column .columnbox { margin-bottom: 3rem; }
.column h5 { text-align: center; color: #fff; background: #453831; font-size: 1.3rem; margin-bottom: 1rem; font-weight: normal; }
.column h6 { border: 1px solid #000; text-align: center; font-size: 1.3rem; margin-bottom: 1rem; font-weight: normal; }
.column p.lead { margin-bottom: 2rem; }
.column .pic { margin-bottom: 1rem; }
.column div.note { text-align: left; }
.column .txt { text-align: center; font-size: 1.3rem; margin-bottom: 2rem; line-height: 1.3; }
.column .txt b { font-size: 1.5em; color: #af1e29; }
.column .txt small { font-size: 0.7em; }
@media screen and (max-width: 768px) { .column { margin: 40px auto 40px; padding: 20px !important; }
  .column h5 { font-size: 1.0rem; }
  .column h6 { font-size: 1.0rem; }
  .column .txt { font-size: 1.1rem; } }
