@charset "utf-8";

.sub_visual .sub_title {
  background: url('img/sub_visual.jpg') no-repeat 50% 50%;
  padding: 45px 0;
  text-align: center;
  font-style: italic;
  font-size: 28px;
  color: #0C7B84;
}

.sub_visual p {
  text-align: center;
  padding: 50px 0;
}

section {
  background: #F6F5FA;
}

section:nth-child(2n) {
  background: #fff;
}

section .inner {
  padding: 60px 0;
}

section h2 {
  text-align: center;
  font-style: italic;
  font-size: 24px;
  margin: 0 0 50px;
  font-weight: normal;
}

section h2:after {
  content: "";
  display: block;
  height: 5px;
  background: url('img/h2-line.png') no-repeat 50% 50%;
  background-size: auto 100%;
  margin: 20px 0 0;
}

.service_con .sec01 ul {
  overflow: hidden;
  padding: 5px;
}

.service_con .sec01 ul li {
  float: left;
  width: 455px;
}

.service_con .sec01 ul li:nth-child(2n) {
  float: right;
}

.service_con .sec01 ul li dl {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(225,225,227,1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(225,225,227,1);
  box-shadow: 0px 0px 5px 0px rgba(225,225,227,1);
}

.service_con .sec01 ul li dl dt {
  position: relative;
  background: #167b85;
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  padding: 15px 0;
}

.service_con .sec01 ul li dl dt:before {
  content: "★";
  color: #feff00;
  margin-right: 10px;
}

.service_con .sec01 ul li dl dt:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -18px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 18px 0 18px;
  border-color: #167c85 transparent transparent transparent;
}

.service_con .sec01 ul li dl dd {
  display: table;
  background: url('img/line.png') repeat 0 0;
}

figure.dl_thumb {
  text-align: center;
  margin: 0 0 70px;
}

.service_con .sec01 ul li dl dd figure {
  display: table-cell;
  width: 145px;
  text-align: center;
  padding: 50px 0;
  vertical-align: middle;
}

.service_con .sec01 ul li dl dd figure img {
  width: 90px;
}

.service_con .sec01 ul li dl dd p {
  display: table-cell;
  font-size: 15px;
  line-height: 1.6em;
  padding-right: 25px;
  letter-spacing: -0.04em;
  vertical-align: middle;
}

.service_con .sec01 ul li dl dd p span {
  background: #f2fa8d;
}

.service_con .sec01 ul li:nth-of-type(1),
.service_con .sec01 ul li:nth-of-type(2) {
  margin: 0 0 40px;
}

.service_con .sec02 .inner ul.download_list {
  text-align: center;
}

.service_con .sec02 .inner ul.download_list li {
  display: inline-block;
  margin: 0 20px;
}

.service_con .sec02 .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service_con .sec02 .inner ul.col4 li {
  width: 23.5%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}

.service_con .sec02 .inner ul.col4 li:last-child {
  margin-right: 0;
}

.service_con .sec02 .inner ul.col4 li h3 {
  background: #167b85;
  font-size: 20px;
  color: #fffe00;
  text-align: center;
  padding: 14px 0;
}

.service_con .sec02 .inner ul.col4 li p{
  padding: 20px;
  font-size: 13px;
  line-height: 1.6em;
  min-height: 170px;
}

.service_con .sec02 .inner ul.col4 li p .description-1 {
  min-height: 140px;
}

.service_con .sec02 .inner ul.col4 li dl {
  padding: 0 20px 20px;
}

.service_con .sec02 .inner ul.col4 li dl.price dt {
  background: #7e8095;
  color: #fff;
}

.service_con .sec02 .inner ul.col4 li dl.price dd {
  text-align: center;
  font-size: 16px;
}

.service_con .sec02 .inner ul.col4 li dl.price dd strong {
  font-size: 20px;
}

.service_con .sec02 .inner ul.col4 li dl dt {
  background: #f6f5fa;
  padding: 14px 0;
  text-align: center;
  color: #1f2e4f;
  font-size: 16px;
  border-radius: 10px;
  margin: 0 0 20px;
  border: 1px solid #666;
  font-weight: bold;
}

.service_con .sec02 .inner ul.col4 li dl dd {
  font-size: 13px;
  line-height: 1.6em;
}

.btns {
  text-align: center;
}

.btns li {
  display: inline-block;
}

.btns li a {
  display: block;
  background: #ee5917;
  color: #fff;
  font-size: 22px;
  padding: 24px 0 20px;
  width: 360px;
  border-radius: 10px;
  font-weight: bold;
}
.service_con .sec02 .inner ul.col4 li:nth-of-type(2n){
  margin-top: 20px;
}
.service_con .sec02 .inner ul.col4 li:nth-of-type(2n){background-color: #ddd;padding: 20px;box-sizing: border-box;}
.service_con .sec02 .inner ul.col4 li:nth-of-type(2n) dl{
  padding: 0;
}
.service_con .sec02 .inner ul.col4 li:nth-of-type(2n) dt{background-color: #fff;border: none;}
.service_con .sec02 .inner ul.col4 li:nth-of-type(2n) dd{
}
.service_con .sec02 .inner .btns ul{
  display: block;
}
.service_con .sec02 .inner ul.col4 li:nth-of-type(1){order: 1;}
.service_con .sec02 .inner ul.col4 li:nth-of-type(2){order: 5;}
.service_con .sec02 .inner ul.col4 li:nth-of-type(3){order: 2;}
.service_con .sec02 .inner ul.col4 li:nth-of-type(4){order: 6;}
.service_con .sec02 .inner ul.col4 li:nth-of-type(5){order: 3;}
.service_con .sec02 .inner ul.col4 li:nth-of-type(6){order: 7;}
.service_con .sec02 .inner ul.col4 li:nth-of-type(7){order: 4;}
.service_con .sec02 .inner ul.col4 li:nth-of-type(8){order: 8;}

@media screen and (max-width: 768px) {
  .service_con .sec02 .inner ul.col4 li p{
    min-height: 0;
  }
  .service_con .sec02 .inner ul.col4 li:nth-of-type(2n){
    margin-top: 0px;
    margin-bottom: 10%;
  }
  .service_con .sec02 .inner ul.col4 li:nth-of-type(1){order: 1;}
  .service_con .sec02 .inner ul.col4 li:nth-of-type(2){order: 2;}
  .service_con .sec02 .inner ul.col4 li:nth-of-type(3){order: 3;}
  .service_con .sec02 .inner ul.col4 li:nth-of-type(4){order: 4;}
  .service_con .sec02 .inner ul.col4 li:nth-of-type(5){order: 5;}
  .service_con .sec02 .inner ul.col4 li:nth-of-type(6){order: 6;}
  .service_con .sec02 .inner ul.col4 li:nth-of-type(7){order: 7;}
  .service_con .sec02 .inner ul.col4 li:nth-of-type(8){order: 8;}

}
.btns li a:before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url('img/download-btn.png') no-repeat 0 0;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 20px;
}

.btn {
  text-align: center;
  width: 360px;
  position: relative;
  margin: auto;
}

.btn a {
  display: block;
  background: #ee5917;
  color: #fff;
  font-size: 22px;
  padding: 24px 0 20px;
  width: 360px;
  border-radius: 10px;
  font-weight: bold;
  margin: 0 auto;
}

/* iOSでのデフォルトスタイルをリセット */
.btn input[type="submit"],
.btn input[type="button"] {
  border-radius: 6px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
.btn input[type="submit"]::-webkit-search-decoration,
.btn input[type="button"]::-webkit-search-decoration {
  display: none;
}
.btn input[type="submit"]::focus,
.btn input[type="button"]::focus {
  outline-offset: -2px;
}

.btn input {
  cursor: pointer;
  display: block;
  background: #ee5917;
  color: #fff;
  font-size: 22px;
  padding: 24px 0 20px 40px;
  width: 360px;
  border-radius: 10px;
  font-weight: bold;
  margin: 0 auto;
  border: 0px none;
  position: relative;
}

.btn a:before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url('img/download-btn.png') no-repeat 0 0;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 20px;
}
.download_con .btn:before {
  position:　relative;
}
.download_con .btn:before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background: url('img/download-btn.png') no-repeat 0 0;
  position: absolute;
  left: 26px;
  top: 25px;
  z-index: 999;
}

.btns li:last-child {
  margin-left: 70px;
}

.btns li:last-child a {
  display: block;
  background: #167b85;
  color: #fff;
  font-size: 22px;
  padding: 24px 0 20px;
  width: 360px;
  border-radius: 10px;
  font-weight: bold;
}

.btns li:last-child a:before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  background: url('img/menu.png') no-repeat 0 0;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 20px;
}

.training_con section,
.download_con section {
  background: #fff;
}

.training_con section .inner,
.download_con section .inner {
  padding-top: 0;
}

.training_con section h2 {
  margin: 0 0 30px;
}

.training_con section h2:after {
  display: none;
}

.training_con .explain {
  text-align: center;
  line-height: 1.6em;
  margin: 0 0 50px;
}

table.primary {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin: 0 0 70px;
}

table.primary caption {
  position: relative;
  display: block;
  text-align: center;
  font-size: 21px;
  background: #0C7B84;
  padding: 15px 0;
  color: #fff;
}

table.primary caption span {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  background: rgba(255,255,255,0.9);
  padding: 7px;
  font-size: 17px;
  color: #000;
}

table.primary caption span b {
  color: #CDCDD1;
}

table.primary caption span b i {
  font-style: normal;
  color: #EA553C;
}

table.primary tbody {
  display: block;
  padding: 15px;
}

table.primary tr {
  display: table;
  width: 100%;
}

table.primary tr:first-child {
  border-top: 1px solid #ccc;
}

table.primary th {
  border-bottom: 1px dotted #ccc;
  background: #F6F5FA;
  border-left: 1px solid #ccc;
  width: 20%;
  text-align: left;
  padding: 20px;
  font-size: 18px;
}

table.primary td {
  border-bottom: 1px dotted #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 20px;
  font-size: 18px;
  line-height: 1.6em;
  letter-spacing: -0.04em;
}

table.primary tr:last-child th,
table.primary tr:last-child td {
  border-bottom: 1px solid #ccc;
}

table.primary td ul.cation{
  list-style: decimal;
  padding-left: 1.3em;
}

.align-left {
  max-width: 960px;
  margin: 0 auto;
  text-align: left !important;
  padding: 50px 0;
}
.align-center {
  max-width: 960px;
  margin: 0 auto;
  text-align: center !important;
  padding: 50px 10%;
  line-height: 1.5em;
}

.download_con section table.primary th {
  position: relative;
  width: 30%;
  padding: 20px 0 20px 70px;
  vertical-align: top;
  line-height: 1.4em;
  font-weight: normal;
}

.download_con section table.primary th .must {
  position: absolute;
  left: 25px;
  top: 20px;
  font-size: 13px;
  color: #E80332;
}

.download_con section table.primary td {
  font-size: 14px;
}
.download_con section table.primary td dl dt{
  width: 12%;
  color: #0C7B84;
  font-weight: bold;
  float: left;
}

.download_con section table.primary td dl dd{
  width: 88%;
}


.download_con section table.primary select {
  width: 40%;
  height: 40px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.download_con section table.primary input {
  width: 70%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.download_con section table.primary textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  resize: none;
}

.name_l, .name_r {
  float: left;
  width: 30%;
}

.name_l .error, .name_r .error {
  float: right;
}

.download_con section table.primary .name input {
  width: 80%;
  margin: 0 7px;
}

.download_con section p {
  font-size: 14px;
  line-height: 1.6em;
  margin: 70px 0;
}

.download_con section table.primary input.form_tel {
  width: 90px;
}

.download_con section table.primary input[type="checkbox"] {
  width: auto;
}

.download_con section table.primary label {
  display: block;
}
@media screen and (max-width: 768px) {
  .download_con section table.primary td dl{display: flex;justify-content: flex-start;flex-wrap: wrap;}
  .download_con section table.primary td dl dt{width: 100%;}
  .download_con section table.primary td dl dd{width: 100%; margin-bottom: 10px;}
  .download_con section table.primary td dl dt:after{
    content: "";
  }
  .training_con .explain {
  text-align: left;
  }
}


span.error {
  color: #ff0000;
}

.privacy_con p.explain {
  line-height: 1.6em;
  margin: 0 0 40px;
}

.privacy_con ul {
  margin: 0 0 40px 21px;
  list-style: disc;
  line-height: 1.6em;
}

.privacy_con h3 {
  font-size: 21px;
  font-weight: normal;
  margin: 0 0 28px;
  border-bottom: 1px dotted #ccc;
  color: #0C7B84;
  padding: 0 0 4px;
}

.privacy_con h4 {
  font-size: 17px;
  margin: 0 0 28px;
}

@media screen and (max-width: 768px) {
  .wa_rogo{
    max-width: 70%;
  }
  .sub_visual .sub_title {
    padding: 10% 0;
    font-size: 5vw;
  }
  .sub_visual p {
    padding: 5%;
    font-size: 3vw;
    line-height: 1.4em;
  }
  .align-left {
    padding: 5%;
    font-size: 3vw;
    line-height: 1.4em;
  }
  section h2 {
    font-size: 5vw;
    line-height: 1.4em;
    margin: 0 0 5%;
  }

  section .inner {
    padding: 10% 0;
  }

  section h2:after {
    height: 1vw;
    margin: 3% 0 0;
  }
  .service_con .sec01 ul li {
    width: 100%;
    float: none;
    margin: 0 0 5%;
  }

  .service_con .sec01 ul li:nth-of-type(1), .service_con .sec01 ul li:nth-of-type(2) {
    margin: 0 0 5%;
  }

  .service_con .sec01 ul li:nth-child(2n) {
    float: none;
  }

  .service_con .sec01 ul li dl dt {
    font-size: 4vw;
    padding: 3% 0;
  }

  .service_con .sec01 ul li dl dd figure {
    width: 25%;
    padding: 12% 0;
  }

  .service_con .sec01 ul li dl dd figure img {
    width: 70%;
  }

  .service_con .sec01 ul li dl dd p {
    font-size: 3vw;
    padding-right: 5%;
  }

  .service_con .sec02 .inner ul.col4 li {
    float: none;
    width: 100%;
    margin: 0 0 1%;
  }

  .btns {
    padding: 0 5% 10%;
  }

  .btns ul li {
    display: block;
    margin: 5% 0 0;
  }

  .btns ul li a,
  .btns li:last-child a {
    width: 100%;
    font-size: 4.5vw;
    padding: 5% 0 4%;
  }

  .btns ul li:last-child {
    margin: 5% 0 0;
  }

  .btns ul li a:before,
  .btns li:last-child a:before {
    width: 5vw;
    height: 5vw;
    background-size: 100%;
    margin-right: 3%;
    margin-top: -0.5vw;
  }
  .service_con section.sec02 .inner {
    padding-bottom: 0;
  }
  .training_con section h2 {
    margin: 0 0 5%;
  }
  .training_con .explain {
    font-size: 3.4vw;
    margin: 0 0 5%;
  }
  table.primary caption {
    padding: 3% 0;
    font-size: 4vw;
  }
  table.primary tbody {
    padding: 3%;
  }
  table.primary tr {
    display: block;
  }
  table.primary th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 3%;
    font-size: 3.4vw;
    line-height: 1.4em;
    border-right: 1px solid #ccc;
  }
  table.primary td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 3%;
    font-size: 3vw;
    border-bottom: 1px solid #ccc;
  }
  table.primary caption span {
    position: relative;
    box-sizing: border-box;
    right: auto;
    top: 0;
    width: 90%;
    margin: 3% auto 0;
    font-size: 3vw;
  }
  .download_con section table.primary th {
    width: 100%;
    padding: 3% 3% 3% 18%;
  }
  .download_con section table.primary th br {
    display: none;
  }
  .download_con section table.primary th .must {
    font-size: 3vw;
    top: 2.5vw;
  }
  .download_con section table.primary input {
    padding: 3%;
    font-size: 3.4vw;
  }
  .download_con section table.primary select {
    width: 70%;
    height: 10vw;
  }
  .download_con section p {
    font-size: 3.4vw;
    margin: 3% 0 70px;
  }
  .btn a,
  .btn input {
    width: 100%;
    font-size: 4.5vw;
    padding: 5% 0 4%;
  }
  .btn {
    padding: 0 0 10%;
    box-sizing: border-box;
    width: auto;
  }
  .btn a:before {
    width: 5vw;
    height: 5vw;
    background-size: 100%;
    margin-right: 3%;
    margin-top: -0.5vw;
  }
  .download_con section table.primary input.form_tel {
    width: 25%;
  }

  .download_con .btn:before {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    background: url('img/download-btn.png') no-repeat 0 0;
    position: absolute;
    left: 7vw;
    top: 4vw;
    z-index: 999;
  }
  .service_con .sec02 .inner ul.download_list li {
    margin: 0 0 30px;
  }
  .name_l, .name_r {
    float: none;
    width: 100%;
  }

  .name_l .error, .name_r .error {
    float: none;
  }

  .name_l {
    margin-bottom: 3%;
  }
}

.wa_rogo{width: 40%;
}

@media screen and (max-width: 768px) {
  .wa_rogo{
    width: 100%;
  }
  .pc_br{
    display:none;
  }
}
.thanks_list dt{
  color: #0c7b84;
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
  width: 25%;
}
.thanks_list dd{
  margin-bottom: 20px;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .thanks_list dt{
    width: 100%;
    margin-bottom: 8px;
  }
  .thanks_list dd{
    width: 100%;
  }
}
