@charset"utf-8";
@import "common.css";

/* img-area
-------------------------------------------------- */
div.img-area img{
  width: 100%;
  height: auto;
}

/* titleSec
-------------------------------------------------- */
section.titleSec{
  margin-top: 5rem;
}
section.titleSec div.title-img{
  width: 48rem;
  margin: 3rem auto 0;
}
@media print, screen and (max-width: 767px) {
  section.titleSec{
    margin-top: 3rem;
  }
}
@media print, screen and (max-width: 560px) {
  section.titleSec div.title-img{
    width: 90%;
    margin: 2rem auto 0;
  }
}

/* "h"tag
-------------------------------------------------- */
h2.h2-title{
  font-size: 2.2rem;
  color: #6F7FB8;
  text-align: center;
  font-weight: bold;
}
h2.h2-title::after{
  display: block;
  color: #333;
  font-size: 4.8rem;
  line-height: 1.4;
}
h2.h2-title.about::after{
  content: "ABOUT US";
}
h2.h2-title.whats-covered::after{
  content: "WHAT'S COVERED";
}
h2.h2-title.faq::after{
  content: "FAQ";
}
h2.h2-title.news::after{
  content: "NEWS";
}
h2.h2-title.contact::after{
  content: "CONTACT";
}
h2.h2-title.entry::after{
  content: "ENTRY";
}
h2.h2-title.policy::after{
  content: "PRIVACY POLICY";
}
h3.h3-cont{
  font-size: 3.0rem;
  line-height: 1.4;
  color: #6F7FB8;
  text-align: center;
  margin-bottom: 5rem;
}
h4.h4-cmn{
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 3.5rem;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  h2.h2-title{
    font-size: 1.8rem;
  }
  h2.h2-title::after{
    font-size: 3.8rem;
    line-height: 1.3;    
  }
  h3.h3-cont{
    font-size: 2.6rem;
    margin-bottom: 3.5rem;
  }
}

article{
  background: rgba(111, 127, 184, 0.1);
  margin-top: 5rem;
  padding: 5rem 0;
}
article.no-img{
  margin-top: 8rem;
}
@media print, screen and (max-width: 767px) {
  article{
    padding: 3rem 0;
  }
  article.no-img{
    margin-top: 6rem;
  }
}

/* breadcrumbSec
-------------------------------------------------- */
section.breadcrumbSec div.breadcrumb ul li{
  display: inline-block;
}
section.breadcrumbSec div.breadcrumb ul li::after{
  content: '>';
  padding: 0 1.5rem;
}
section.breadcrumbSec div.breadcrumb ul li:last-child::after{
  display: none;
}
section.breadcrumbSec div.breadcrumb ul li a{
  color: #6476b8;
}
section.breadcrumbSec div.breadcrumb ul li a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
  section.breadcrumbSec div.breadcrumb ul li{
    font-size: 1.4rem;
    line-height: 2;
  }
  section.breadcrumbSec div.breadcrumb ul li::after{
    padding: 0 1.0rem;
  }
}

/* aboutSec
-------------------------------------------------- */
section.aboutSec{
  margin-top: 5rem;
}
section.aboutSec div.content{
  background: #fff;
  border-radius: 1rem;
  padding: 5rem 3rem;
}
section.aboutSec span.inline{
  display: none;
}
/* a01 */
section.aboutSec div.about.a01 h2.copy{
  text-align: center;
  font-size: 3.0rem;
  line-height: 1.4;
  margin-bottom: 5rem;
}
section.aboutSec div.about.a01 p.lead{
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}
section.aboutSec div.about.a01 div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-top: 5rem;
}
section.aboutSec div.about.a01 div.wrap ol li{
  font-size: 2.2rem;
}
/* a02 */
section.aboutSec div.about.a02{
  margin-top: 10rem;
}
section.aboutSec div.about.a02 table{
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
}
section.aboutSec div.about.a02 table th{
  width: 30%;
  font-size: 1.6rem;
  padding: 3.5rem 0;
  border-top: 1px solid #A1A1A1;
  border-bottom: 1px solid #A1A1A1;
}
section.aboutSec div.about.a02 table td{
  width: 70%;
  font-size: 1.6rem;
  padding: 3.5rem 0;
  border-top: 1px solid #A1A1A1;
  border-bottom: 1px solid #A1A1A1;
}
/* a03 */
section.aboutSec div.about.a03 h4{
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 3rem;
}
section.aboutSec div.about.a03{
  margin-top: 10rem;  
}
section.aboutSec div.about.a03 div.box{
  margin-bottom: 5rem;
}
section.aboutSec div.about.a03 div.box.btm{
  margin-bottom: 0;
}
section.aboutSec div.about.a03 div.box div.profwrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: left;
    -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.aboutSec div.about.a03 div.box div.profwrap div.img{
  width: 24rem;
  margin-right: 5rem;
}
section.aboutSec div.about.a03 div.box div.profwrap div.img img{
  border-radius: 50%;
}
section.aboutSec div.about.a03 div.box div.profwrap div.txt{
  width: 74%;
}
section.aboutSec div.about.a03 div.box div.profwrap div.txt h5{
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
@media print, screen and (max-width: 960px) {
  section.aboutSec span.br{
    display: none;
  }
  section.aboutSec span.inline{
    display: inline;
  }
  /* a01 */
  section.aboutSec div.about.a01 h2.copy{
    text-align: left;
  }
  section.aboutSec div.about.a01 p.lead{
    text-align: left;
  }
  section.aboutSec div.about.a01 div.wrap{
    justify-content: left;
  }
  section.aboutSec div.about.a03 div.box div.profwrap div.img{
    width: 24rem;
    margin-right: 3rem;
  }
  section.aboutSec div.about.a03 div.box div.profwrap div.txt{
    width: 78%;
  }
}
@media print, screen and (max-width: 767px) {
  section.aboutSec{
    margin-top: 3rem;
  }
  section.aboutSec div.content{
    padding: 5rem 2rem;
  }
  /* a01 */
  section.aboutSec div.about.a01 h2.copy{
    font-size: 2.4rem;
    margin-bottom: 3.5rem;
  }
  section.aboutSec div.about.a01 p.lead{
    font-size: 1.6rem;
  }
  section.aboutSec div.about.a01 div.wrap{
    margin-top: 3.5rem;
  }
  section.aboutSec div.about.a01 div.wrap ol li{
    font-size: 1.8rem;
  }
  /* a02 */
  section.aboutSec div.about.a02{
    margin-top: 7rem;
  }
  section.aboutSec div.about.a02 table{
    border-bottom: 1px solid #A1A1A1;
  }
  section.aboutSec div.about.a02 table th{
    display: block;
    width: 100%;
    font-size: 1.6rem;
    padding: 3rem 0 0;
    border-top: 1px solid #A1A1A1;
    border-bottom: none;
    text-align: left;
  }
  section.aboutSec div.about.a02 table td{
    display: block;
    width: 100%;
    padding: 2rem 0 3.5rem;
    font-size: 1.5rem;
    border-top: none;
    border-bottom: none;
  }
  section.aboutSec div.about.a03{
    margin-top: 7rem;  
  }
  section.aboutSec div.about.a03 h4{
    font-size: 2.2rem;
  }
  section.aboutSec div.about.a03 div.box{
    margin-bottom: 5rem;
  }
  section.aboutSec div.about.a03 div.box div.profwrap{
    display: block;
  }
  section.aboutSec div.about.a03 div.box div.profwrap div.img{
    width: 24rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;
  }
  section.aboutSec div.about.a03 div.box div.profwrap div.txt{
    width: 100%;
  }
  section.aboutSec div.about.a03 div.box div.profwrap div.txt h5{
    font-size: 2.0rem;
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media print, screen and (max-width: 560px) {
  section.aboutSec div.content{
    padding: 5rem 1.5rem;
  }
}

/* whats-coveredSec
-------------------------------------------------- */
section.whats-coveredSec{
  margin-top: 5rem;
}
section.whats-coveredSec div.content{
  background: #fff;
  border-radius: 1rem;
  padding: 5rem 3rem;
}
section.whats-coveredSec h4.h4-cont{
  border-left: 7px solid #6F7FB8;
  padding-left: 7px;
  font-size: 2.0rem;
  line-height: 1.3;
  margin-bottom: 3rem;
  padding-bottom: 0.2rem;
  font-weight: normal;
}
section.whats-coveredSec div.whats-covered.w02,
section.whats-coveredSec div.whats-covered.w03,
section.whats-coveredSec div.whats-covered.w04{
  margin-top: 5rem;
}
section.whats-coveredSec div.whats-covered.w02 ul li{
  list-style-type: disc;
  margin-left: 2.1rem;
}
section.whats-coveredSec div.whats-covered.w02 ul li a{
  color: #6F7FB8;
  text-decoration: underline;
}
section.whats-coveredSec div.whats-covered.w02 ul li a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
section.whats-coveredSec div.whats-covered.w03 div.pricelist.pc{
  display: block;
}
section.whats-coveredSec div.whats-covered.w03 div.pricelist.sp{
  display: none;
}
section.whats-coveredSec div.whats-covered.w03 div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
section.whats-coveredSec div.whats-covered.w03 span.br{
  display: none;
}
section.whats-coveredSec div.whats-covered.w03 div.block{
  width: 33.33333%;
}
section.whats-coveredSec div.whats-covered.w03 div.block h4.ttl{
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 3rem;
}
section.whats-coveredSec div.whats-covered.w03 div.block h5{
  font-size: 2.0rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1rem;
}
section.whats-coveredSec div.whats-covered.w03 div.block p.price{
  text-align: center;
  border-radius: 10rem;
  width: 18rem;
  margin: 0 auto;
  background: #000;
  line-height: 2.4;
  color: #fff;
  font-size: 1.5rem;
  padding-bottom: 0.2rem;
}
section.whats-coveredSec div.whats-covered.w03 div.block div.box{
  background: #fff;
  width: 90%;
  margin: 0 auto;
  border-radius: 1rem;
  padding: 3rem 1.5rem;
}
section.whats-coveredSec div.whats-covered.w03 div.block div.box h6{
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1.5rem;
}
section.whats-coveredSec div.whats-covered.w03 div.block div.box p.ttl{
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
section.whats-coveredSec div.whats-covered.w03 div.block div.box p.p-txt{
  text-align: center;
}
section.whats-coveredSec div.whats-covered.w03 div.block div.box p.p-txt a{
  text-decoration: underline;
}
section.whats-coveredSec div.whats-covered.w03 div.block div.box p.p-txt a:hover{
  opacity: 0.4;
  transition: 0.6;
}
section.whats-coveredSec div.whats-covered.w03 div.block div.box table{
  font-size: 1.5rem;
  line-height: 1.8;
  width: 17rem;
  margin: 0 auto;
}
section.whats-coveredSec div.whats-covered.w03 div.block div.box table.t01{
  margin-bottom: 2rem;
}
section.whats-coveredSec div.whats-covered.w03 div.block div.box table th{
  text-align: left;
  width: 11rem;
}
section.whats-coveredSec div.whats-covered.w03 div.plan1{
  background: rgba(111, 127, 184, 0.1);
}
section.whats-coveredSec div.whats-covered.w03 div.plan2{
  background: rgba(249, 155, 93, 0.1);
}
section.whats-coveredSec div.whats-covered.w03 div.plan3{
  background: rgba(0, 106, 102, 0.1);
}
/* plan01 */
section.whats-coveredSec div.whats-covered.w03 div.plan1 h5,
section.whats-coveredSec div.whats-covered.w03 div.plan1 div.box h6,
section.whats-coveredSec div.whats-covered.w03 div.plan1 div.box p.p-txt a{
  color: #6F7FB8;
}
section.whats-coveredSec div.whats-covered.w03 div.plan1 p.price{
  background: #6F7FB8;
}
/* plan02 */
section.whats-coveredSec div.whats-covered.w03 div.plan2 h5,
section.whats-coveredSec div.whats-covered.w03 div.plan2 div.box h6,
section.whats-coveredSec div.whats-covered.w03 div.plan2 div.box p.p-txt a{
  color: #F99B5D;
}
section.whats-coveredSec div.whats-covered.w03 div.plan2 p.price{
  background: #F99B5D;
}
/* plan03 */
section.whats-coveredSec div.whats-covered.w03 div.plan3 h5,
section.whats-coveredSec div.whats-covered.w03 div.plan3 div.box h6,
section.whats-coveredSec div.whats-covered.w03 div.plan3 div.box p.p-txt a{
  color: #006A66;
}
section.whats-coveredSec div.whats-covered.w03 div.plan3 p.price{
  background: #006A66;
}
section.whats-coveredSec div.whats-covered.w03 div.wrap div.block{
  padding: 5rem 0 0;
}
section.whats-coveredSec div.whats-covered.w03 div.wrap.w002 div.block{
  padding: 3rem 0 5rem;
}
/*section.whats-coveredSec div.whats-covered.w03 div.wrap.w005 div.block{
  padding: 5rem 0;
}*/

/* w04 */
section.whats-coveredSec div.whats-covered.w04 div.flow-area{
  width: 100%;
}
section.whats-coveredSec div.whats-covered.w04 div.flow-area div.flow{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.8rem;
}
section.whats-coveredSec div.whats-covered.w04 div.flow-area div.flow.f05{
  margin-bottom: 0;
}
section.whats-coveredSec div.whats-covered.w04 div.flow-area div.flow div.img{
  width: 8rem;
  margin-right: 5%;
}
section.whats-coveredSec div.whats-covered.w04 div.flow-area div.flow h4{
  font-size: 2.0rem;
  line-height: 1.4;
  width: 18.5rem;
  margin-right: 5%;
}
section.whats-coveredSec div.whats-covered.w04 div.flow-area div.flow p.p-txt{
  width: 55%;
}
section.whats-coveredSec div.whats-covered.w04 div.flow-area div.flow p.p-txt a{
  color: #6F7FB8;
  text-decoration: underline;
}
section.whats-coveredSec div.whats-covered.w04 div.flow-area div.flow p.p-txt a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
section.whats-coveredSec div.whats-covered.w04 div.flow-area div.arr{
  width: 2.4rem;
  margin-left: 2.8rem;
  margin-bottom: 1rem;
}
section.whats-coveredSec div.whats-covered.w04 div.flow-area div.arr i{
  color: #A7A7A7;
  font-size: 3.8rem;
}
@media print, screen and (max-width: 1200px) {
  section.whats-coveredSec div.whats-covered.w03 div.block div.box{
    border-radius: 1rem;
    padding: 3rem 1rem;
  }
  /*section.whats-coveredSec div.whats-covered.w03 div.wrap div.block div.box table{
    font-size: 1.2vw;
  }
  section.whats-coveredSec div.whats-covered.w03 div.wrap div.block div.box table th{
    width: 7.5vw;
  }*/
}
@media print, screen and (max-width: 960px) {
  section.whats-coveredSec div.whats-covered.w03 span.br{
    display: inline;
  }
  section.whats-coveredSec div.whats-covered.w03 div.block div.box table{
    font-size: 1.4rem;
    width: 16rem;
  }
  section.whats-coveredSec div.whats-covered.w03 div.block div.box table th{
    width: 10rem;
  }
  section.whats-coveredSec div.whats-covered.w04 div.flow-area{
    width: 100%;
    margin: 0 auto;
  }
  section.whats-coveredSec div.whats-covered.w04 div.flow-area div.flow div.img {
    margin-right: 3%;
  }
}
@media print, screen and (max-width: 767px) {
  section.whats-coveredSec{
    margin-top: 3rem;
  }
  section.whats-coveredSec div.content{
    padding: 5rem 2rem;
  }
  section.whats-coveredSec div.whats-covered.w03 div.pricelist.pc{
    display: none;
  }
  section.whats-coveredSec div.whats-covered.w03 div.pricelist.sp{
    display: block;
  }
  section.whats-coveredSec div.whats-covered.w03 div.block{
    width: 100%;
  }
  section.whats-coveredSec div.whats-covered.w03 div.block.b01{
    padding-top: 5rem;
  }
  section.whats-coveredSec div.whats-covered.w03 div.block.b03,
  section.whats-coveredSec div.whats-covered.w03 div.block.b04{
    margin-top: 3rem;
  }
  section.whats-coveredSec div.whats-covered.w03 div.block.b05{
    margin-top: 3rem;
    padding-bottom: 5rem;
  }
  section.whats-coveredSec div.whats-covered.w03 div.block.b02{
    margin-top: 3rem;
    padding-bottom: 5rem;
  }
  section.whats-coveredSec div.whats-covered.w03 div.block div.box{
    width: 90%;
  }
  section.whats-coveredSec div.whats-covered.w03 div.block div.box table{
    width: 17rem;
    margin: 0 auto;
  }
  section.whats-coveredSec div.whats-covered.w03 div.block div.box table th{
    width: 11rem;
    font-weight: bold;
  }
  section.whats-coveredSec div.whats-covered.w04 div.flow-area div.flow{
    display: block;
  }
  section.whats-coveredSec div.whats-covered.w04 div.flow-area div.flow div.img{
    width: 8rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.5rem;
  }
  section.whats-coveredSec div.whats-covered.w04 div.flow-area div.flow h4{
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  section.whats-coveredSec div.whats-covered.w04 div.flow-area div.flow p.p-txt{
    width: 85%;
    margin: 2rem auto 0;
  }
  section.whats-coveredSec div.whats-covered.w04 div.flow-area div.arr{
    width: 2.38rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (max-width: 560px) {
  section.whats-coveredSec div.content{
    padding: 5rem 1.5rem;
  }
  section.whats-coveredSec div.whats-covered.w03 div.block.b01{
    padding-top: 3rem;
  }
  section.whats-coveredSec div.whats-covered.w03 div.block.b02,
  section.whats-coveredSec div.whats-covered.w03 div.block.b03,
  section.whats-coveredSec div.whats-covered.w03 div.block.b04{
    margin-top: 2rem;
  }
  section.whats-coveredSec div.whats-covered.w03 div.block.b05{
    margin-top: 2rem;
    padding-bottom: 3rem;
  }
  section.whats-coveredSec div.whats-covered.w03 div.block h4.ttl{
    margin-bottom: 2rem;
  }
  section.whats-coveredSec div.whats-covered.w03 div.block h5{
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  section.whats-coveredSec div.whats-covered.w03 div.block div.box h6{
    font-size: 1.6rem;
  }
  section.whats-coveredSec div.whats-covered.w03 div.block div.box p.ttl{
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

/* faqSec
-------------------------------------------------- */
section.faqSec{
  margin-top: 5rem;
}
section.faqSec div.content{
  background: #fff;
  border-radius: 1rem;
  padding: 5rem 3rem;
}
section.faqSec h3.h3-cont{
  text-align: left;
  font-size: 2.4rem;
  margin-bottom: 3.5rem;
}
section.faqSec div.category.c02,
section.faqSec div.category.c03{
  margin-top: 5rem;
}
section.faqSec ul li.faq-wrap {
  color: #000;
  cursor: pointer;
  display: block;
  margin-bottom: 2.5rem;
  border-bottom: 1px dotted #000;
}
section.faqSec ul li.faq-wrap a.question {
  color: #000;
  display: block;
  line-height: 1.8;
  padding: 0 6rem 2.5rem 3rem;
  position: relative;
  font-size: 1.6rem;  
  font-weight: bold;
}
section.faqSec ul li.faq-wrap a.question:hover{
  opacity: 0.4;
  transition: 0.6s;
}
section.faqSec ul li.faq-wrap a.question:before{
  content: 'Q.';
  font-size: 2.0rem;
  font-weight: bold;
  color: #6F7FB8;
  position: absolute;
  left: 0;
  top: -0.3rem;
}
section.faqSec ul li.faq-wrap a.question:after {
  content: '\f0fe';
  display: block;
  text-align: center;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  top: 0;
  right: 0;
  font-size: 1.8rem;
  width: 6rem;
  line-height: 2.6;
  font-weight: 600;
  color: #6F7FB8;
}
section.faqSec ul li.faq-wrap a.question.on:after {
  content: '\f146';
  color: #6F7FB8;
}
section.faqSec ul.answerarea {
  display: none;
}
section.faqSec ul.answerarea li.answer {
  padding: 0 0 3.2rem;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333;
  cursor: auto;
}
@media print, screen and (max-width: 767px) {
  section.faqSec{
    margin-top: 3rem;
  }
  section.faqSec div.content{
    padding: 5rem 2rem;
  }
  section.faqSec h3.h3-cont{
    font-size: 2.0rem;
    margin-bottom: 3rem;
  }
  section.faqSec ul li.faq-wrap a.question {
    font-size: 1.6rem;
    padding: 0 5rem 2rem 3rem;
  }
  section.faqSec ul li.faq-wrap a.question:after {
    width: 5rem;
  }
  section.faqSec ul.answerarea li.answer {
    font-size: 1.5rem;
    padding: 0 0 2.5rem;
  }
}
@media print, screen and (max-width: 560px) {
  section.faqSec div.content{
    padding: 5rem 1.5rem;
  }
}

/* newsSec
-------------------------------------------------- */
section.newsSec{
  margin-top: 5rem;
}
section.newsSec div.content{
  background: #fff;
  border-radius: 1rem;
  padding: 5rem 3rem;
}
section.newsSec h3.h3-cmn{
  text-align: center;
}
section.newsSec div.newslist div.box div.post{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #B5B5B5;
}
section.newsSec div.newslist div.box div.post dl{
  width: 25rem;  
}
section.newsSec div.newslist div.box div.post dl dt.date{
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
}
section.newsSec div.newslist div.box div.post dl dd.tag a{
  pointer-events: none;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  color: #6F7FB8;
}
section.newsSec div.newslist div.box div.post p.title{
  font-size: 1.6rem;
  line-height: 1.8;
  width: 80%;
}
section.newsSec div.newslist div.box div.post p.title a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 960px) {
  section.newsSec div.newslist div.box div.post dl{
    width: 20rem;  
  }
}
@media print, screen and (max-width: 767px) {
  section.newsSec{
    margin-top: 3rem;
  }
  section.newsSec div.content{
    padding: 5rem 2rem;
  }
  section.newsSec h3.h3-cmn{
    text-align: center;
    width: 100%;
  }
  section.newsSec div.newslist div.box div.post{
    display: block;
  }
  section.newsSec div.newslist div.box div.post dl dt.date{
    font-size: 1.5rem;
  }
  section.newsSec div.newslist div.box div.post dl dd.tag a{
    font-size: 1.5rem;
  }
  section.newsSec div.newslist div.box div.post p.title{
    margin-top: 1rem;
    font-size: 1.5rem;
    width: 100%;
  }
}
@media print, screen and (max-width: 560px) {
  section.newsSec div.content{
    padding: 5rem 1.5rem;
  }
}
/* pagenationSec
-------------------------------------------------- */
/* pagenavi */
div.pagenationSec{
  margin: 5.5rem 0 0;
}
div.pagenationSec .wp-pagenavi {
  clear: both;
  text-align:center;
}
div.pagenationSec .wp-pagenavi a, .wp-pagenavi span {
  color: #000;
  background-color: #B5B5B5;
  border: 1px solid #B5B5B5;
  padding: 5px 13px 8px;
  margin: 0 3px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration:none;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 50%;
}
div.pagenationSec .wp-pagenavi a{
  color: #fff!important; 
}
div.pagenationSec .wp-pagenavi span{
  color: #fff!important;
}
div.pagenationSec .wp-pagenavi a:hover{
  opacity: 0.6;
  transition: 0.6s;
}
div.pagenationSec .wp-pagenavi span.current{
  color: #FFF;
  background-color: #6F7FB8;
  border: 1px solid #6F7FB8;
}
@media print, screen and (max-width: 767px) {
  div.pagenationSec{
    margin: 3.5rem 0 0;
  }
  div.pagenationSec .wp-pagenavi a, .wp-pagenavi span {
    padding: 5px 13px 7px;
  }
}

/* columnSec
-------------------------------------------------- */
/* "h"tag */
h3.h3-single{
  font-size: 2.4rem;
  line-height: 1.5;
  border-bottom: 1px solid #333;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
/* section */
section.columnSec{
  margin-top: 5rem;
}
section.columnSec div.inner{
  max-width: 900px;
}
section.columnSec div.content{
  background: #fff;
  border-radius: 1rem;
  padding: 5rem 3rem;
}
section.columnSec div.column{
  width: 100%;
  margin: 0 auto;
}
section.columnSec div.column section.postDetailSec div.post-date{
  font-weight: bold;
  text-align: right;
  margin-bottom: 3rem;
}
section.columnSec div.column section.postDetailSec{
  overflow:hidden;
} 
section.columnSec div.column section.postDetailSec div.post-text,
section.columnSec div.column section.postDetailSec div.post-text p{
  line-height: 2;
}
section.columnSec div.column section.postDetailSec div.post-text img{
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
  border-radius: 2rem;
}
section.columnSec div.column section.postDetailSec div.post-text a{
  color: #6F7FB8;
  text-decoration: underline;
}
section.columnSec div.column section.postDetailSec div.page-navi{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 3rem 0 0;
  color: #6F7FB8;
}
section.columnSec div.column section.postDetailSec div.page-navi a{
  color: #6F7FB8;
  text-decoration: underline;
}
section.columnSec div.column section.postDetailSec div.page-navi .prev,
section.columnSec div.column section.postDetailSec div.page-navi .next{
  color: #6F7FB8;
}
section.columnSec div.column section.postDetailSec div.page-navi a:hover{
  opacity: 0.6;
  transition: 0.6s;
}
section.columnSec div.column div.button-area{
  margin: 3rem auto 0;
}
@media print, screen and (max-width: 767px) {
  /* "h"tag */
  h3.h3-single{
    font-size: 2.0rem;
  }
  /* section */
  section.columnSec{
    margin-top: 3rem;
  }
  section.columnSec div.content{
    padding: 5rem 2rem;
  }
  section.columnSec div.column{
    display: block;
    width: 100%;
  }
  section.columnSec div.column section.postDetailSec div.post-text img{
    margin-bottom: 2rem;
    border-radius: 1rem;
  }
  section.columnSec div.column div.button-area{
    margin: 3.5rem auto 0;
  }
}
@media print, screen and (max-width: 560px) {
  section.columnSec div.content{
    padding: 5rem 1.5rem;
  }
}

/* contactSec,entrySec
-------------------------------------------------- */
section.contactSec,
section.entrySec{
  margin-top: 5rem;
}
section.contactSec div.content,
section.entrySec div.content{
  background: #fff;
  border-radius: 1rem;
  padding: 5rem 3rem;
}
section.contactSec p.p-txt,
section.entrySec p.p-txt{
  font-size: 1.6rem;
}
section.contactSec div.button-area,
section.entrySec div.button-area{
  margin: 5rem auto 0;
}
table.table_form{
  width: 100%;
  margin-top: 5rem;
}
th span.required{
  color: #D2302F;
  margin-left: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.2;
}
th span.optional{
  color: #F7E56C;
  margin-left: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.2;
}
table.table_form th{
  width: 25rem;
  text-align: left;
  padding: 2.5rem 0 0;
  vertical-align: middle;
  line-height: 2.0;
}
table.table_form th.blank{
  padding: 0;
  line-height: 0;
}
table.table_form th.name,
table.table_form td.name{
  padding: 0;
}
/* td */
table.table_form td{
  padding: 2.5rem 0 0;
}
table.table_form td.blank{
  padding: 0;
}
table.table_form td input{
  line-height: 3.5;
  height: 3.5em;
  padding-left: 1rem;
  border: 1px solid #A1A1A1;
}
table.table_form td.name input,
table.table_form td.kana input,
table.table_form td.birthday input,
table.table_form td.type input{
  width: 70%;
}
table.table_form td.postcode input,
table.table_form td.affiliation-postcode input{
  width: 20rem;
}
table.table_form td.tel input,
table.table_form td.affiliation-tel input {
  width: 12rem;
}
table.table_form td.address input,
table.table_form td.mailaddress input,
table.table_form td.affiliation input,
table.table_form td.affiliation-address input{
  width: 100%;
}
table.table_form td.remarks textarea{
  width: 100%;
  height: 12em;
  line-height: 1.8;
  padding-left: 1rem;
  border: 1px solid #A1A1A1;
}
table.table_form td input[type=radio] {
  line-height: 2.0;
  height: 2em;
  width: inherit;
  margin-bottom: 0.3rem;
}
table.table_form td span.att {
    display: block;
    margin-top: 1rem;
    line-height: 1.6;
    font-size: 1.4rem;
}
/* error */
.wpcf7 .wpcf7-not-valid {
  background: pink;
}
span.wpcf7-not-valid-tip{
  display: none!important;
}
.mw_wp_form .error {
  text-align: left;
  margin-top: 1rem;
}
@media print, screen and (max-width: 767px) {
  section.contactSec,
  section.entrySec{
    margin-top: 3rem;
  }
  section.contactSec div.content,
  section.entrySec div.content{
    padding: 5rem 2rem;
  }
  section.contactSec p.p-txt,
  section.entrySec p.p-txt{
    font-size: 1.5rem;
  }
  section.contactSec div.button-area,
  section.entrySec div.button-area{
    margin: 3.5rem auto 0;
  }
  table.table_form{
    margin-top: 3rem;
  }
  table.table_form th{
    display: block;
    width: 100%;
    text-align: left;
    padding: 2rem 0 0;
    vertical-align: middle;
    line-height: 2.0;
  }
  table.table_form th.name{
    padding: 0;
  }   
  table.table_form td{
    display: block;
    padding: 1.5rem 0 0;
  }
  table.table_form td.name{
    padding: 1.5rem 0 0;
  }
  table.table_form td.name input,
  table.table_form td.kana input,
  table.table_form td.address input,
  table.table_form td.mailaddress input,
  table.table_form td.affiliation input,
  table.table_form td.affiliation-address input,
  table.table_form td.birthday input,
  table.table_form td.type input{
    width: 100%;
  }
  table.table_form td.tel input,
  table.table_form td.affiliation-tel input{
    width: 27%;
    margin: 0 auto 0 0;
  }
  table.table_form td.type select{
    width: 100%;
  }
  span.mwform-radio-field.horizontal-item{
    display: block;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0!important;
  }
}
@media print, screen and (max-width: 560px) {
  section.contactSec div.content,
  section.entrySec div.content{
    padding: 5rem 1.5rem;
  }
}

/* sendmessageSec
-------------------------------------------------- */
section.sendmessageSec{
  margin-top: 5rem;
}
section.sendmessageSec div.content{
  background: #fff;
  border-radius: 1rem;
  padding: 5rem 3rem;
}
section.sendmessageSec table.contactInfo {
  width: 80%;
  margin: 5rem auto 0;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
section.sendmessageSec table.contactInfo th {
  text-align: center;
  background-color: #333;
  color: #fff;
  font-weight: normal;
  border: 1px solid #ddd;
  padding: 2rem 0 2rem;
  width: 20rem;
}
section.sendmessageSec table.contactInfo td {
  text-indent: 2rem;
  border: 1px solid #ddd;
}
@media print, screen and (max-width: 767px) {
  section.sendmessageSec{
    margin-top: 3rem;
  }
  section.sendmessageSec div.content{
    padding: 5rem 2rem;
  }
  section.sendmessageSec table.contactInfo th {
    width: 100%;
    display: block;
    padding: 1.5rem;
    line-height: 1.5;
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: center;
  }
  section.sendmessageSec table.contactInfo td {
    display: block;
    border: none;
    box-sizing: content-box;
    padding: 1.5rem;
    line-height: 1.5;
    text-align: center;
    text-indent: 0;
  }
}
@media print, screen and (max-width: 560px) {
  section.sendmessageSec div.content{
    padding: 5rem 1.5rem;
  }
  section.sendmessageSec table.contactInfo{
    width: 100%;
  }
}

/* privacySec
-------------------------------------------------- */
section.privacySec{
  margin-top: 5rem;
}
section.privacySec div.content{
  background: #fff;
  border-radius: 1rem;
  padding: 5rem 3rem;
}
section.privacySec p.lead{
  margin-bottom: 5rem;
}
section.privacySec h4{
  color: #6476b8;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #60a3bc;
}
section.privacySec h4.btm{
  margin-bottom: 3rem;
}
section.privacySec h5{
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
section.privacySec div.block{
  margin-bottom: 5rem;
}
section.privacySec div.block.btm{
  margin-bottom: 0;
}
section.privacySec div.block a{
  color: #6476b8;
  text-decoration: underline;
}
section.privacySec div.block a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
  section.privacySec{
    margin-top: 3rem;
  }
  section.privacySec h4{
    font-size: 2.0rem;
  }
  section.privacySec p.lead{
    margin-bottom: 3rem;
  }
  section.privacySec div.block{
    margin-bottom: 3rem;
  }
}

/* ==================================================
以下、装飾の指定
================================================== */
/*iPhoneでinput要素にCSSが効かない時 */
input[type="button"],input[type="text"],input[type="email"],input[type="number"],input[type="tel"],input[type="date"],input[type="submit"],textarea{
   -webkit-appearance: none!important;
}