/*----------------------------------------------------------
--------------------------main----------------------------
----------------------------------------------------------*/
.main_box {
  background-image: url(../img/main.jpg);
}

.main_box h2 {
  width: 100%;
  font-size: 3.2rem;
  line-height: 1.8;
}

/*----------------------------------------------------------
common
----------------------------------------------------------*/
.imgBox {
  margin-bottom: 14px;
}

/*----------------------------------------------------------
trialLink
----------------------------------------------------------*/
.trialLink {
  border: 2px solid #f5002f;
  padding: 16px 14px;
  padding-right: 56px;
}

.trialLink::after {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  right: 14px;
  top: 50%;
  margin-top: -10px;
}

.trialLink span:first-child {
  display: none;
}

.trialLink strong {
  margin-bottom: 8px;
}

/*----------------------------------------------------------
dfBox
----------------------------------------------------------*/
.dfBox > * + * {
  margin-top: 14px;
}

.dfBox img {
  width: 260px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

.dfBox span {
  margin-bottom: 8px;
}

.dfBox span span {
  font-size: 2.4rem;
}

.dfBox h3 {
  font-size: 1.8rem;
  line-height: 24px;
  margin-bottom: 14px;
}

/*----------------------------------------------------------
--------------------------env----------------------------
----------------------------------------------------------*/
.env {
  -ms-flex-flow: column;
      flex-flow: column;
  padding: 14px 0;
}

.env_ttl {
  font-size: 1.4rem;
  padding: 22px;
  margin-bottom: 22px;
}

.env_box {
  padding: 0 10px;
  line-height: 2.4;
  font-size: 1.2rem;
}

.env_anno {
  margin-top: 8px;
  font-size: 1.2rem;
  margin-bottom: 32px;
}

/*----------------------------------------------------------
merit
----------------------------------------------------------*/
.merit {
  margin-top: 90px;
}

.merit > * {
  padding: 56px 30px 32px;
}

.merit > * + * {
  margin-top: 60px;
}

.merit > * > span {
  width: 92px;
  height: 92px;
  min-width: 92px;
  min-height: 92px;
  top: -46px;
  padding-top: 4px;
}

.merit > * > span span {
  font-size: 2.8rem;
  margin-top: 4px;
}

.merit img {
  margin-bottom: 24px;
}

.merit h3 {
  margin-bottom: 16px;
}

.merit h3::after {
  margin-top: 12px;
}

.merit strong {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 16px;
}


/*----------------------------------------------------------
about
----------------------------------------------------------*/
.aboutBox div img{
  width: 160px;
  display: block;
  margin: 0 auto;
}
.aboutBox div p{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: center;
}
.aboutBox ul{
  display: block;
}
.aboutBox ul li{
  width: 100%;
  background: #ffda6f;
  padding: 20px;
  display: flex;
  align-items: center;
  height: 100px;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) and (max-width: 768px) {

.aboutBox div img{
  width: 180px;
  display: block;
  margin: 0 auto;
}
.aboutBox div p{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: center;
}
.aboutBox ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutBox ul li{
  width: calc(100% / 3 - 20px);
  background: #ffda6f;
  padding: 20px;
  display: flex;
  align-items: center;
  height: 120px;
  line-height: 1.6;
}

}


/*----------------------------------------------------------
linkBox
----------------------------------------------------------*/
.linkBoxBtnBox {
  display: block;
}

.linkBoxBtnBox > * {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
}

.linkBoxBtnBox > *:first-child {
  border: 4px solid #525b5c;
}

.linkBoxBtnBox > *:first-child a:hover::before {
  background-color: #525b5c;
  background-image: url(../img/arrow_white.png);
}

.linkBoxBtnBox > *:last-child {
  border: 4px solid #f5002f;
  margin-bottom: 0;
}


.linkBox {
  flex-wrap: wrap;
}

.linkBox_link div {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 0;
}

.linkBox_link img {
  width: 30%;
  margin-bottom: 0;
}

.linkBox_link h3 {
  width: 70%;
  text-align: left;
  margin: 0 15px;
}

.linkBox_link p {
  padding-top: 15px;
}

.linkBox_link + .linkBox_link {
  margin-top: 20px;
}

.linkBox_ttl {
  margin-bottom: 20px;
}

.linkBox_ttl > span {
  font-size: 1.8rem;
}

.linkBox_ttl > span:first-child {
  margin-right: 16px;
}

.linkBox_ttl > span span {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.linkBox_ttl > span img {
  width: 48px;
  height: auto;
}


/* add 20200430 */

.leadTtl{
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}

.introBox{
  padding: 0;
}
.introBox h3{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  line-height: 1.6;
}
.introBox .lead{
  text-align: left!important;
}
.introBox .lead.introBold{
  font-size: 15px;
  font-weight: bold;
  text-align: center!important;
}
.introBox .lead span{
  color: red;
  font-weight: bold;
}

/* end: 20200430 */


@media screen and (min-width: 768px) and (max-width: 768px) {

.introBox .lead.introBold{
  font-size: 16px;
  font-weight: bold;
  text-align: center!important;
}

.linkBoxBtnBox {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.linkBoxBtnBox > * {
  width: calc((100% - 30px) / 2);
  padding: 38px 24px 24px;
}

.linkBoxBtnBox > *:first-child {
  border: 4px solid #525b5c;
}

.linkBoxBtnBox > *:first-child a:hover::before {
  background-color: #525b5c;
  background-image: url(../img/arrow_white.png);
}

.linkBoxBtnBox > *:last-child {
  border: 4px solid #f5002f;
  margin-bottom: 20px;
}

.linkBoxBtnBox > *:last-child a:hover::before {
  background-color: #f5002f;
  background-image: url(../img/arrow_white.png);
}

.linkBoxBtnBox .linkBox_ttl {
  margin-bottom: 20px;
}

.linkBoxBtnBox .linkBox_ttl > span {
  font-size: 2.4rem;
}

.linkBoxBtnBox .linkBox_ttl > span:first-child {
  margin-right: 16px;
}

.linkBoxBtnBox  .linkBox_ttl > span span {
  font-size: 1.6rem;
  margin-bottom: 12px;
}



.linkBox {
  flex-wrap: nowrap;
}

.linkBox_link div {
  display: block;
}

.linkBox_link p {
  padding-top: 0;
}

.linkBox_link img {
  width: 100%;
  margin-bottom: 20px;
}

.linkBox_link div {
  width: 100%;
  padding-bottom: 15px;
}

.linkBox_link h3 {
  width: 100%;
  margin: 0;
  text-align: center;
}

.linkBox_link + .linkBox_link {
  margin-top: 0;
}

.merit {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 90px;
}

.merit > * {
  width: calc((100% - 60px) / 3);
  padding: 50px 20px 20px;
}

.merit > * > span {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  top: -40px;
  padding-top: 4px;
}

.merit > * > span span {
  font-size: 3.2rem;
  margin-top: 4px;
}

.merit > * + * {
  margin-top: 0px;
}

.merit img {
  margin-bottom: 15px;
}

.merit h3 {
  margin-bottom: 26px;
}

.merit h3::after {
  margin-top: 12px;
}

.merit strong {
  font-size: 1.4rem;
  line-height: 24px;
  margin-bottom: 24px;
  text-align: left!important;
}

}

