@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru|M+PLUS+Rounded+1c&display=swap&subset=japanese');

#PagePg {
  overflow: hidden;
}

#PagePg #Container {
  font-family: 'Kosugi Maru', "M PLUS Rounded 1c";
}

#PagePg * {
  box-sizing: border-box;
}

#Container, #Main, #Footer {
  min-width: auto;
  width: 100%;
}

#PagePg * img {
  max-width: 100%;
}

#PagePg #heading-img {
  background-color: #70c2e7;
  position: relative;
}

#PagePg #heading-img > p {
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 3.6%;
  color: #fff;
  font-family: 'Kosugi Maru', "M PLUS Rounded 1c";
  font-size: 26px;
  left: 50%;
  line-height: 2;
  margin-bottom: 0;
  max-width: 960px;
  position: absolute;
  width: 100%;
}

#PagePg #heading-img img {
  width: 100%;
}

.bold {
  font-weight: bold;
}

.text-center {
  text-align: center!important;
}

.text-left {
  text-align: left!important;
}

.text-right {
  text-align: right!important;
}

.container {
  margin: 0 auto;
  max-width: 1024px;
  padding: 0 15px;
  width: 100%;
}

#PagePg #Main .contactBox {
  /*background-color: #fff; */
}

.content .content-title,
.content .content-sub-title {
  color: #349C61;
}

.content .content-title {
  font-size: 24px;
  font-weight: bold;
}

.content .content-sub-title {
  font-size: 18px;
  margin-bottom: 8px;
}

.content p {
  font-size: 16px;
}

#PagePg #TopicPath {
  margin: 20px auto 40px;
  max-width: 100%;
  padding: 0 15px;
}

.img-wrapper img {
  width: 100%;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  width: 100%;
}

.cols-wrapper {
  padding: 20px 0;
  width: 100%;
}

div[class^="col-"]{
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
}

.col-2_4 {
  width: 20%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333%;
}

.col-6 {
  width: 50%;
}

.col-8 {
  width: 66.6666%;
}

.col-12 {
  width: 100%;
}

.img-feature {
  margin-left: 20px;
  /*margin-top: -160px;*/
  margin-top: -120px;
  width: 387px;
}

#supervision,
#notes {
  background-image: url(../img/contents/expert/bg-bottom.png);
  background-position: center top;
  background-repeat: repeat-x;
  background-size: auto;
  margin: 40px 0;
  padding: 20px 0;
}

.supervision .left-content {
  float: left;
  text-align: center;
  width: 200px;
}

.supervision .left-content .img-wrapper {
  margin: -40px auto 0;
  width: 140px;
}

.supervision .supervision-info  {
  font-size: 13px;
  line-height: 1.3;
}

.supervision .supervision-info > span {
  font-size: 11px;
}

.supervision .supervision-info .supervision-name {
  font-size: 20px;
}

.supervision .supervision-info .supervision-name span {
  font-size: 14px;
  line-height: 20px;
  vertical-align: text-bottom;
}

.supervision-message {
  font-size: 14px;
  padding-left: 220px;
}

.supervision-message .message-title {
  font-size: 32px;
  float: left;
  line-height: 52px;
  margin-right: 20px;
}

.item-name {
  color: #349C61;
  line-height: 1.2;
  margin-top: 10px;
  text-align:  center;
}

table.hidden-xs {
  display: table;
}

table.overview {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

table.overview th,
table.overview td {
  padding: 2px 4px;
  vertical-align: middle;
}

table.overview tr th:nth-of-type(2),
table.overview tr td:nth-of-type(2) {
  padding-right: 0;
}

table.overview tr th:nth-of-type(3),
table.overview tr td:nth-of-type(3) {
  padding-left: 0;
  padding-right: 0;
}

table.overview tr th:nth-of-type(4),
table.overview tr td:nth-of-type(4) {
  padding-left: 0;
}

table.overview th > p {
  border: 1px solid #fff;
}

table.overview td > p {
  border: 1px solid #ddd;
  padding: 0 12px;
}

table.overview th:nth-of-type(1) > p,
table.overview td:nth-of-type(1) > p {
  border-radius: 4px;
}

table.overview th:nth-of-type(2) > p,
table.overview td:nth-of-type(2) > p {
  border-radius: 4px 0 0 4px;
}

table.overview th:nth-of-type(4) > p,
table.overview td:nth-of-type(4) > p {
  border-radius: 0 4px 4px 0;
}

table.overview th p {
  background-color: #349C61;
  color: #fff;
}

table.overview tr td:nth-of-type(1) > p {
  background-color: rgba(248,182,22,.2);
}

table.overview tr td .inner-wrapper {
  border: 1px solid #ddd;
  height: 101px;
  padding-top: 37px;
  width: 100%;
}

table.overview tr td:nth-of-type(1) .inner-wrapper {
  background-color: rgba(248,182,22,.2);
  border-radius: 4px;
}

table.overview tr th:nth-of-type(3) p,
table.overview tr:nth-of-type(2) td:nth-of-type(3) p,
table.overview tr td:nth-of-type(3) .inner-wrapper {
  border-left: 0;
  /*border-right: 0;*/
  border-radius: 0 4px 4px 0;
}

table.overview tr td:nth-of-type(4) .inner-wrapper {
  border-radius: 0 4px 4px 0;
}

table.overview tr:nth-of-type(5) td:nth-of-type(3) {
  /*padding-right: 4px;*/
}

table.overview tr:nth-of-type(5) td:nth-of-type(3) p {
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

table.overview ul {
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  font-size: 16px;
  text-align: center;
}

table.overview ul li + li {
  border-top: 1px solid #ddd;
}

table.overview p {
  margin-bottom: 0;
  text-align: center;
}

#notes {
  margin-bottom: 0;
  padding-top: 40px;
}

.content p.note,
.note p {
  font-size: 12px;
  margin-bottom: 0;
}


@media print, screen and (min-width: 768px) {
  body {
    min-width: auto;
    width: 100%;
  }

  .hidden-xs {
    display: block;
  }

  .visible-xs {
    display: none;
  }

  .pull-right {
    float: right!important;
  }
}

@media print, screen and (max-width: 1000px) {
  .img-feature {
    margin-top: -16%;
    width: 42%;
  }
}

@media print, screen and (max-width: 767px) {
  .hidden-xs {
    display: none!important;
  }

  .visible-xs {
    display: block!important;
  }

  .pull-xs-none {
    float: none!important;
  }

  .img-feature {
    margin: 0 auto 20px;
    max-width: 387px;
    width: 100%;
  }

  .col-xs-3 {
    width: 20%!important;
  }

  .col-xs-4 {
    width: calc(100% / 3)!important;
  }

  .col-xs-6 {
    width: 50%!important;
  }

  .col-xs-12 {
    width: 100%!important;
  }

  #PagePg #TopicPath {
    margin: 20px auto 30px;
  }

  #supervision {
    -webkit-background-size: cover;
    background-size: cover;
  }

  .supervision .left-content {
    float: none;
    width: 100%;
  }

  .supervision .left-content:after {
    clear: both;
    content: "";
    display: block;
  }

  .supervision .left-content .img-wrapper {
    float: left;
  }

  .supervision .left-content .supervision-info {
    padding-left: 160px;
    text-align: left;
  }

  .supervision-message {
    padding-left: 0;
    padding-top: 20px;
  }

  .supervision-message .message-title {
    float: none;
    font-size: 24px;
    line-height: 1.2;
  }

  .supervision-message p {
    font-size: 14px;
    line-height: 1.6;
  }

  .content-app img {
    display: block;
    margin: 0 auto;
  }

  .content-app .content-title img {
    display: none;
  }

  .content-title.on-bg {
    background-image: url(../img/contents/expert/img-belt-yellow.png);
    background-position: center center;
    background-repeat-y: repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    padding: 0 14px 4px;
  }

  .content-title .main-title,
  .content-title .sub-title {
    color: #000;
  }

  .content-title .main-title {
    font-size: 20px;
  }

  .content-title .main-title small {
    font-size: 16px;
  }

  .content-title .sub-title {
    font-size: 12px;
  }

  .content p.item-name {
    font-size: 12px;
    min-height: 3em;
  }

  .overview-item {
    border: 1px solid #ccc;
    margin-top: 20px;
  }

  .overview-item .qualification {
    background-color: rgba(248,182,22,.2);
    padding: 10px 10px;
  }

  .overview-item .qualification .heading {
    background-color: #349C61;
    border-radius: 4px;
    color: #fff;
    padding: 2px 10px;
  }

  .overview-item .qualification > div {
    display: inline-block;
  }

  .overview-item .item-info {
    padding: 10px;
  }

  .overview-item p {
    margin: 0;
    padding: 5px 10px 5px 18px;
  }

  .overview-item p > span {
    display: inline-block;
  }
}

#ContBox01 {
  /*margin-top: 100px;*/
}

#ContBox01 > .container{
  padding: 58px 15px;
}

#ContBox01 > .container .lead {
  font-size: 33px;
  line-height: 60px;
  margin-bottom: 20px;
}

#ContBox01 > .container .cols-wrapper {
  margin-bottom: 50px;
}

#ContBox01 > .container .cols-wrapper div[class^="col-manual-"]:not(.col-manual-1) {
  width: 28%;
}

#ContBox01 > .container .cols-wrapper .col-manual-1 {
  width: 16%;
}

#ContBox01 > .container .description {
  font-size: 16px;
  line-height: 2;
}

#ContBox02 {
  margin-bottom: 40px;
}

#ContBox03 {
  padding: 64px 0 101px;
}

#ContBox03 .content-wrapper {
  border: 5px solid #70C2E6;
  border-radius: 8px;
  padding: 57px 74px 0;
  position: relative;
}

#ContBox03 .content-wrapper .cols-wrapper {
  padding: 0;
}

#ContBox03 .content-wrapper .cols-wrapper div[class^="col-"] {
  padding-top: 23px;
}

#ContBox03 .content-wrapper .heading {
  left: 60px;
  position: absolute;
  top: -23.5px;
  width: 186px;
}

#ContBox03 .content-wrapper .illustration {
  bottom: -5px;
  left: 53.5%;
  position: absolute;
  width: 40%;
}

.content p.content-explanation {
  font-size: 14px;
  height: 3.8em;
  line-height: 27px;
  margin-bottom: 37px;
  margin-top: 14px;
  text-align: center;
  white-space: nowrap;
}

.content-explanation span {
  display: block;
  font-size: 80%;
  line-height: 1.4;
}

.content-contact {
  color: #7DCBE6;
  font-size: 36px;
  line-height: 80px;
}

.btn-wrapper {
  padding: 60px 0 86px;
}

.btn.btn-contact {
  background-color: #7DCBE6;
  border-radius: 24px;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  height: 80px;
  line-height: 80px;
  max-width: 640px;
  text-decoration: none;
  width: 80%;
}

#Footer {
  border-top: 0;
}

.bg-blue {
  background-color: #EEFBFE;
}

.bg-white {
  background-color: #fff;
}

@media (max-width: 1200px){
  #PagePg #heading-img > p {
    bottom: 3%;
  }
}

@media (max-width: 1000px){
  #PagePg #heading-img > p {
    bottom: 2.2%;
    font-size: 20px;
    padding: 0 20px;
  }

  #ContBox01 > .container .lead {
    line-height: 1.4;
  }
}

@media (min-width: 768px){
  #Main .contactBox dl.buttonTypeTel .faxNumber {
    margin-right: auto;
  }

  .innerBasic {
    width: 100%;
  }
}

@media (max-width: 767px){
  #PagePg #heading-img > p {
    font-size: 16px;
    line-height: 1.4;
  }

  #ContBox01 {
    margin-top: 40px;
  }

  #ContBox01 > .container {
    padding: 20px 15px;
  }

  #ContBox01 > .container .lead {
    font-size: 26px;
    line-height: 1.4;
  }

  #ContBox01 > .container .cols-wrapper div[class^='col-manual'] {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  #ContBox03 {
    padding: 60px 0;
  }

  #ContBox03 .content-wrapper {
    padding: 20px 0 167px;
  }

  #ContBox03 .content-wrapper .heading {
    left: 20px;
    top: -18px;
    width: 120px;
  }

  .content p.content-explanation {
    line-height: 1.2;
    margin-bottom: 0;
  }

  .content p.content-explanation span {
    font-size: 10px;
    text-align: left;
  }

  .content-contact {
    font-size: 24px;
    line-height: 80px;
  }

  .btn-wrapper {
    padding: 40px 0;
  }

  .btn.btn-contact {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
  }
}

@media (max-width: 600px){
  #PagePg #heading-img > p {
    bottom: 0.2%;
    margin-top: -2em;
    padding-bottom: 1em;
    position: relative;
  }

  #ContBox03 .content-wrapper {
    padding: 20px 0 102px;
  }
}

@media (max-width: 480px){
  #ContBox01 {
    margin-top: 0;
  }

  #ContBox01 > .container .lead {
    font-size: 20px;
  }

  #ContBox01 > .container .cols-wrapper {
    margin-bottom: 30px;
  }

  #ContBox03 .content-wrapper {
    padding: 20px 0 70px;
  }
}

.hidden {
  display: none!important;
}

.movie-wrapper {
  margin: 0 auto;
  max-height: 315px;
  max-width: 560px;
}

.movie-container {
   height: 0;
   overflow: hidden;
   padding-bottom: 56.25%;
   position: relative;
}
 
.movie-container iframe {
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
