/***********************************************************************
 * #Contents .mainCont
 ********************************************************************* */
@media print,
screen and (min-width: 768px) {
  #Contents .mainCont {
    font-size: 15px;
    line-height: 2;
  }

  #Contents .mainCont .txt {
    margin-bottom: 30px;
  }

  #Contents .mainCont .introTxt {
    margin-bottom: 20px;
  }

  #Contents .mainCont .goalList {
    margin-bottom: 15px;
    padding-left: 30px;
  }

  #Contents .mainCont .goalList>li {
    margin-top: 7px;
  }

  #Contents .mainCont .goalList>li:first-child {
    margin-top: 0;
  }

  .br-pc {
    display: block;
  }

  .br-sp {
    display: none;
  }

  a.anchor {
    display: block;
    padding-top: 150px;
    margin-top: -150px;
  }

}

@media only screen and (max-width: 767px) {
  #Contents .mainCont {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  #Contents .mainCont .txt {
    margin-bottom: 15px;
  }

  #Contents .mainCont .introTxt {
    margin-bottom: 20px;
  }

  #Contents .mainCont .goalList {
    margin-bottom: 15px;
    padding-left: 10px;
  }

  #Contents .mainCont .goalList>li {
    margin-top: 5px;
  }

  #Contents .mainCont .goalList>li:first-child {
    margin-top: 0;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }

}

/***********************************************************************
 * #Contents #Intro1
 ********************************************************************* */
#Contents #Intro1 .blockMain p>span {
  font-size: 1.1rem;
}

#Contents #Intro1 .kokuchi {
  position: relative;
  padding: 0.5em 1em;
  width: 60%;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 70px;
  color: #036;
}

#Contents #Intro1 .kokuchi:before,
#Contents #Intro1 .kokuchi:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

#Contents #Intro1 .kokuchi:before {
  border-left: solid 1px #036;
  border-top: solid 1px #036;
  top: 0;
  left: 0;
}

#Contents #Intro1 .kokuchi:after {
  border-right: solid 1px #036;
  border-bottom: solid 1px #036;
  bottom: 0;
  right: 0;
}

#Contents #Intro1 .kokuchi p {
  margin: 0;
  padding: 0;
}



@media only screen and (max-width: 767px) {

  #Contents #Intro .blockMain .tmeme span {
    font-size: 1.4rem;
  }

  #Contents #Intro .kokuchi {
    width: 95%;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  #Contents #Intro1 .kokuchi {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #Contents .pamphlet {
    margin-top: 30px;
  }
}


/***********************************************************************
 * #Contents #recommended
 ********************************************************************* */
#Contents #recommended ul {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  margin-top: 2em;
  border: solid 3px #eee
}


#Contents #recommended ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none !important;
  /*¥Ý¥ÁÏû¤¹*/
}

#Contents #recommended ul li:before {
  /*¥ê¥¹¥È¤Î¥¢¥¤¥³¥ó*/
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  position: absolute;
  left: 1em;
  /*×ó¶Ë¤«¤é¤Î¥¢¥¤¥³¥ó¤Þ¤Ç¤Î¾àëx*/
  color: #666;
  /*¥¢¥¤¥³¥óÉ«*/
}

/*#Contents #recommended ul li:after {  
  background: #ffb03f;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: '\f0a7  Check';
  letter-spacing: 0.05em;
}*/



/***********************************************************************
 * #Contents #Intro
 ********************************************************************* */
#Contents #mvSect {
  text-align: center;
}

#Contents #mvSect p {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

#Contents #Intro .blockMain .theme span {}

#Contents #Intro .president {
  font-size: 1.1rem;
}

#Contents .kokuchi {
  position: relative;
  padding: 0.5em 1em;
  width: 60%;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 60px;
  color: #036;
}

#Contents .kokuchi:before,
#Contents .kokuchi:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

#Contents .kokuchi:before {
  border-left: solid 1px #036;
  border-top: solid 1px #036;
  top: 0;
  left: 0;
}

#Contents .kokuchi:after {
  border-right: solid 1px #036;
  border-bottom: solid 1px #036;
  bottom: 0;
  right: 0;
}

#Contents .kokuchi p {
  margin: 0;
  padding: 0;
}

#Contents .pamphlet {
  width: 80%;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
  margin-top: 60px;
  color: #036;
}

#Contents .pamphlet .btn {
  display: inline-block;
  padding: 0.8em 3em;
  text-decoration: none;
  color: #036;
  border: double 4px #036;
  border-radius: 3px;
  transition: .4s;
}

#Contents .pamphlet .btn:hover {
  background: #fffbef;
}

#Contents .pamphlet.option_sp {
  display: none;
}

#Contents .pamphlet.option_pc {
  margin-top: 30px;
}


@media only screen and (max-width: 767px) {

  #Contents #Intro .blockMain p>span {
    font-size: 1.4rem;
  }

  #Contents .kokuchi {
    width: 95%;
    margin-top: 40px;
  }

  #Contents .pamphlet {
    margin-top: 30px;
  }

  #Contents #Intro .president {
    font-size: 1.5rem;
  }

  #Contents .pamphlet.option_sp {
    display: block;
  }

  #Contents .pamphlet.option_pc {
    display: none;
  }
}



/***********************************************************************
 * #Contents #Instructor
 ********************************************************************* */

#Contents #Instructor .f-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

#Contents #Instructor .f-container .f-item {
  box-sizing: border-box;
  padding: 0;
  border-collapse: collapse;
  margin-bottom: 30px;
}

#Contents #Instructor .f-container .f-item:nth-child(2n) {
  margin-right: 0;
}

#Contents #Instructor .f-container .f-item .date {
  display: block;
  width: 100%;
  float: left;
  background: #036;
  color: #fff;
  margin-bottom: 15px;
}

#Contents #Instructor .f-container .f-item.option .date {
  background: #600;
  margin-bottom: 22px;
}

#Contents #Instructor .f-container .f-item.option_sp {
  display: none;
}

#Contents #Instructor .f-container .f-item .date p {
  display: inline-block;
  padding: 5px 0 5px 14px;
  font-size: 1.2rem;
}

#Contents #Instructor .f-container .f-item.option .therme {
  margin-bottom: 22px;
}

#Contents #Instructor .f-container .f-item .therme p {
  font-weight: bold;
  color: #036;
  display: block;
  font-size: 1.5rem;
  line-height: 1.7rem;
  margin: 20px 0 10px;
}

#Contents #Instructor .f-container .f-item .therme_text {
  line-height: normal;
  margin-bottom: 20px;
  line-height: 1.8rem;
}

#Contents #Instructor .f-container .f-item.option .therme_text {
  float: right;
  width: 76%;
}

#Contents #Instructor .f-container .f-item .img {
  float: left;
  margin-right: 2%;
  width: 22%;
}

#Contents #Instructor .f-container .f-item .img img {
  width: 100%;
}

#Contents #Instructor .f-container .f-item .instructor_text {
  display: block;
  width: 76%;
  float: right;
  line-height: 2rem;
}

#Contents #Instructor .f-container .f-item .instructor_text p:first-child {
  width: 100%;
  display: block;
  float: left;
  padding: 6px 0;
  border-top: solid 1px;
}

#Contents #Instructor .f-container .f-item .instructor_text p:first-child span {
  font-size: 1.3rem;
  margin-left: 5px;
}

#Contents #Instructor .f-container .f-item .instructor_text p:nth-child(2) {
  width: 100%;
  display: block;
  float: left;
  padding: 6px 0;
  border-top: solid 1px;
  border-bottom: solid 1px;
  margin-bottom: 15px;
}

#Contents #Instructor .f-container .f-item .instructor_text p:nth-child(3) {
  line-height: 1.8rem;
  display: block;
}

@media print,
screen and (min-width: 768px) {
  #Contents #Instructor {}

  #Contents #Instructor .f-container .f-item {
    width: 48%;
    margin-right: 2%;
  }

  #Contents #Instructor .f-container .f-item.option {
    width: 100%;
  }

  #Contents #Instructor .f-container .f-item .date p:nth-child(3),
  #Contents #Instructor .f-container .f-item .date p:nth-child(4) {
    margin-top: -10px;
  }
}

@media only screen and (max-width: 767px) {
  #Contents #Instructor {
    margin-bottom: 35px;
  }

  #Contents #Instructor .f-container .f-item {
    width: 100%;
  }

  #Contents #Instructor .f-container .f-item.option {
    display: none;
  }

  #Contents #Instructor .f-container .f-item.option_sp {
    display: block;
  }

  #Contents #Instructor .f-container .f-item.option_sp .date {
    background: #600;
  }

  #Contents #Instructor .f-container .f-item:nth-child(2) {
    border-top: none;
  }

  #Contents #Instructor .f-container .f-item .date p:first-child {
    font-size: 1.8rem;
  }

  #Contents #Instructor .f-container .f-item .date p:nth-child(2) {
    font-size: 1rem;
  }

  #Contents #Instructor .f-container .f-item .date p:nth-child(3) {
    font-size: 1.5rem;
  }

  #Contents #Instructor .f-container .f-item .date p:nth-child(4) {
    font-size: 1.2rem;
  }

  #Contents #Instructor .f-container .f-item .instructor_text p:first-child {
    font-size: 1.3rem;
  }

  #Contents #Instructor .f-container .f-item .instructor_text p:first-child span {
    font-size: 1.5rem;
    margin-left: 5px;
  }

  #Contents #Instructor .f-container .f-item .instructor_text p:nth-child(2) {
    font-size: 1.2rem;
  }

  #Contents #Instructor .f-container .f-item .instructor_text p:nth-child(2) span {
    font-size: 1.5rem;
  }

  #Contents #Instructor .f-container .f-item .instructor_text p:nth-child(3) {
    font-size: 1rem;
  }

}

/***********************************************************************
 * #Contents .pageSect
 ********************************************************************* */
@media print,
screen and (min-width: 768px) {
  #Contents .pageSect {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  #Contents .pageSect {
    margin-bottom: 40px;
  }
}

/***********************************************************************
 * #Contents .pageBlock
 ********************************************************************* */
@media print,
screen and (min-width: 768px) {
  #Contents .pageBlock {
    margin-bottom: 40px;
  }

  #Contents .pageBlock .mapList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #Contents .pageBlock .mapList .blockMain {
    padding-top: 150px;
    margin-top: -150px;
    margin-bottom: 40px;
    width: 100%;
  }

  #Contents .pageBlock .mapList .blockMain:first-child {
    max-width: 600px;
  }

  /* #Contents .pageBlock .mapList .blockMain:last-child {
    max-width: 520px;
  } */

  #Contents .pageBlock .mapList .blockMain .gMap {
    padding-top: 75%;
    height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  #Contents .pageBlock .mapList .blockMain .gMap iframe {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }

}

@media only screen and (max-width: 767px) {
  #Contents .pageBlock {
    margin-bottom: 30px;
  }

  #Contents .pageBlock .mapList .blockMain {
    padding-top: 100px;
    margin-top: -100px;
    margin-bottom: 40px;
    width: 100%;
  }

  #Contents .pageBlock .mapList .blockMain .gMap {
    padding-top: 75%;
    height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  #Contents .pageBlock .mapList .blockMain .gMap iframe {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}

/***********************************************************************
 * #Contents .voiceSect
 ********************************************************************* */


#Contents .voiceSect {
  margin-bottom: 80px;
}

#Contents .voiceSect .voiceList li {
  padding: 15px;
  border-bottom: solid 1px #666;
}

#Contents .voiceSect .voiceList li:nth-child(2n+1) {
  background: #f8f8f8;
}


/***********************************************************************
 * #Contents .qaSect
 ********************************************************************* */


#Contents .historyBlock {
  margin-bottom: 40px;
}

#Contents .historyBlock>last:child {
  margin-bottom: 0;
}

#Contents .historyBlock p {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #036;
}

#Contents .historyBlock .historyList>li:first-child .year,
#Contents .historyBlock .historyList>li:first-child .content {
  border-top: 1px solid #d9d9d9;
}

#Contents .historyBlock .historyList>li .year {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 30px;
  border: 1px solid #d9d9d9;
  border-left: none;
  vertical-align: top;
  background: #f7f7f7;
}

@media print,
screen and (min-width: 768px) {
  #Contents .historyBlock .historyList>li {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  #Contents .historyBlock .historyList>li .year {
    display: table-cell;
    width: 300px;
  }


  #Contents .historyBlock .historyList>li .content {
    display: table-cell;
    border-bottom: 1px solid #d9d9d9;
    vertical-align: top;
    width: 100%;
  }

  #Contents .historyBlock {
    font-size: 16px;
    line-height: 1.5;
  }

  #Contents .historyBlock .contentList>li {
    padding: 15px 30px;
  }

  #Contents .pageTbl {
    margin-bottom: 30px;
    max-width: 1000px;
    font-size: 16px;
    line-height: 1.5;
  }

  #qanda {
    margin-top: -150px;
    padding-top: 150px;
  }
}

@media only screen and (max-width: 767px) {

  #Contents .historyBlock .historyList>li:first-child {
    border-top: 1px solid #d9d9d9;
  }

  #Contents .historyBlock .historyList>li .year,
  #Contents .historyBlock .historyList>li .content {
    padding: 10px 15px;
  }

  #Contents .historyBlock .historyList>li {
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
  }

  #Contents .historyBlock .historyList>li .year {
    width: 100%;
  }


  #Contents .historyBlock p {
    font-size: 1.6rem;
  }

}




/***********************************************************************
 * #Contents .formBlock
 ********************************************************************* */
@media print,
screen and (min-width: 768px) {
  #Contents .formBlock {
    margin-bottom: 40px;
    border: solid 1px;
    padding: 50px 100px;
  }
}

@media only screen and (max-width: 767px) {
  #Contents .formBlock {
    margin-bottom: 30px;
  }
}
/***********************************************************************
 * ¥¢¥µ¥Ã¥¯×·¼ÓÐÞÕý
 * #Contents #mvSect
 ********************************************************************* */
 #Contents #mvSect .online-seminar{
  border:solid 1px #036;
  margin:60px 10px 30px 0;
  padding: 30px;
  position: relative;
  background: #fff;
 }
 #Contents #mvSect .online-seminar::after{
  position: absolute;
  content:'';
  top:10px;
  right:-10px;
  width: 100%;
  height: 100%;
  background: #036;
  z-index:-1;
 }
 #Contents #mvSect .online-seminar-title{
  font-size: 1.8rem;
  font-weight: bold;
  color:#036;
  margin-bottom: 20px;
  font-feature-settings: "palt";
 }
 #Contents #mvSect .online-seminar-text1{
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 20px;
  font-feature-settings: "palt";

 }
 #Contents #mvSect .online-seminar-text2{
  font-size: 1rem;
  font-feature-settings: "palt";
  margin-bottom: 0;
 }
 @media only screen and (max-width: 767px) {
  #Contents #mvSect .online-seminar{
    margin:40px 10px 30px 0;
    padding: 20px;
   }
}
/***********************************************************************
 * ¥¢¥µ¥Ã¥¯×·¼ÓÐÞÕý
 * #Contents #featureSect
 ********************************************************************* */

 #Contents #featureSect .modPointList02 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

#Contents #featureSect .modPointList02_img {
  width: calc(100% / 4 - 20px);
  margin: 0 10px 20px;
}

#Contents #featureSect .modPointList02_img img {
  width: 100%;
}

@media screen and (max-width:767px) {
  #Contents #featureSect .modPointList02_img {
    width: calc(100% / 2 - 20px);
  }
}

/***********************************************************************
 * ¥¢¥µ¥Ã¥¯×·¼ÓÐÞÕý
 * #Contents .voiceSect
 ********************************************************************* */
#Contents .voicegraph {
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #666;
}

#Contents .voicegraph .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin:0 -30px;
}

#Contents .voicegraph .card {
  width: calc(100% / 2 - 60px);
  margin: 0 auto 40px;
}

#Contents .voicegraph .card-title {
  text-align: center;
  font-size: 18px;
  background: #ac7959;
  color: #fff;
  padding: 5px 20px;
}
#Contents .voicegraph .card-body {
  display:flex;
  flex-wrap:wrap;
  margin: 20px -15px 0;
}
#Contents .voicegraph .card-text {
  width:calc(70% - 30px);
  margin:0 15px;
}
#Contents .voicegraph .card-subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
#Contents .voicegraph .card-img {
  text-align: center;
  margin:0 15px;
  width:calc(30% - 30px);
}

#Contents .voicegraph .card-img img {
  display: block;
  width: 100%;
  max-width:150px;
}

#Contents .voicegraph p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #Contents .voicegraph .container {
    margin: 0;
}
  #Contents .voicegraph .card{
    width: 100%;
  }
  #Contents .voicegraph .card-subtitle {
    font-size: 16px;
    margin-top: 0;
  }
  #Contents .voicegraph .card-img {
    width:calc(40% - 30px);
  }
  #Contents .voicegraph .card-text {
    width:calc(60% - 30px);
  }
}

