@charset "UTF-8";
/* ======================================================================
 template
====================================================================== */
.template_kv {
  background: #808080;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .template_kv .container {
    width: 100%;
  }
  .news.news_bar_position{
    position: static;
  }
}
.template_kv .container .ttl {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: white;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  font-size: 48px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .template_kv .container .ttl {
    font-size: 25px;
  }
}

.template_entry {
  color: black;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .template_entry {
    padding-bottom: 20%;
  }
}
.template_entry .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .template_entry .container {
    width: 90%;
  }
}
.template_entry .container a {
  color: #038e7c;
}
.template_entry .container .ttl01 {
  text-align: center;
  font-size: 32px;
  line-height: 1.6;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .template_entry .container .ttl01 {
    font-size: 18px;
    line-height: 1.8;
    margin: 10% 0 3%;
  }
}
.template_entry .container .ttl_en01 {
  text-align: center;
  font-size: 28px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .template_entry .container .ttl_en01 {
    font-size: 14px;
    margin: 0 0 10%;
  }
}
.template_entry .container .ttl02 {
  border-top: 2px solid #038e7c;
  border-bottom: 2px solid #038e7c;
  padding: 20px 0;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #038e7c;
}
@media screen and (max-width: 768px) {
  .template_entry .container .ttl02 {
    padding: 3% 0;
    font-size: 16px;
  }
}
.template_entry .container .ttl03 {
  background: #35b597;
  color: white;
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 28px;
  padding: 0 20px;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .template_entry .container .ttl03 {
    line-height: 1.8;
    font-size: 16px;
    padding: 1% 5% 2%;
    margin: 7% 0;
  }
}
.template_entry .container .ttl04 {
  border-left: 6px solid #038e7c;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .template_entry .container .ttl04 {
    border-left-width: 3px;
    margin: 7% 0;
  }
}
.template_entry .container .ttl04 span {
  display: block;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .ttl04 span {
    font-size: 16px;
    padding: 0 2%;
    line-height: 1.8;
  }
}
.template_entry .container .txt01 {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .template_entry .container .txt01 {
    font-size: 14px;
    line-height: 1.8;
  }
}
.template_entry .container .txt02 {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 1em;
}
.template_entry .container .line01 {
  border: 2px solid #898989;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .template_entry .container .line01 {
    margin: 10% 0;
  }
}
.template_entry .container .line02 {
  border: 0.5px solid #898989;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .template_entry .container .line02 {
    margin: 10% 0;
  }
}
.template_entry .container .list01 {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .template_entry .container .list01 {
    margin: 10% 0;
  }
}
.template_entry .container .list01 li {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .template_entry .container .list01 li {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0.25em;
  }
}
.template_entry .container .list02 {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .template_entry .container .list02 {
    margin: 10% 0;
  }
}
.template_entry .container .list02 li {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .template_entry .container .list02 li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0.25em;
  }
}
.template_entry .container .img01 {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .template_entry .container .img01 {
    margin: 10% 0 0 -5%;
    width: 110%;
  }
}
.template_entry .container .img01 .box img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .img01 .box img {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 768px) {
  .template_entry .container .img01 .txt01 {
    padding: 0 5%;
  }
}
.template_entry .container .img02 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .template_entry .container .img02 {
    margin: 0;
  }
}
.template_entry .container .img02 .box {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .img02 .box {
    width: 47%;
  }
}
.template_entry .container .img02 .box img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .img02 .box img {
    margin-bottom: 10%;
  }
}
.template_entry .container .img02 .box:not(:nth-child(2n)) {
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .img02 .box:not(:nth-child(2n)) {
    margin-right: 6%;
  }
}
.template_entry .container .img03 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .template_entry .container .img03 {
    margin: 0;
  }
}
.template_entry .container .img03 .box {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .img03 .box {
    width: 29.33%;
  }
}
.template_entry .container .img03 .box img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .img03 .box img {
    margin-bottom: 6%;
  }
}
.template_entry .container .img03 .box:not(:nth-child(3n)) {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .img03 .box:not(:nth-child(3n)) {
    margin-right: 6%;
  }
}
@media screen and (max-width: 768px) {
  .template_entry .container .img03 .txt02 {
    font-size: 14px;
    line-height: 1.8;
  }
}
.template_entry .container .img04 {
  margin: 60px 0;
}
.template_entry .container .img04:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .template_entry .container .img04 {
    margin: 10% 0;
  }
}
.template_entry .container .img04 img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .img04 img {
    width: 50%;
  }
}
.template_entry .container .img04 .fl {
  float: left;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .img04 .fl {
    margin-right: 5%;
  }
}
.template_entry .container .img04 .fr {
  float: right;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .img04 .fr {
    margin-left: 5%;
  }
}
.template_entry .container .anchor {
  margin: 40px 0;
}
.template_entry .container .anchor:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .template_entry .container .anchor {
    margin: 10% 0;
  }
}
.template_entry .container .anchor .link01 {
  float: right;
  display: block;
  color: #038e7c;
  border-bottom: 2px solid;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .anchor .link01 {
    font-size: 16px;
    border-bottom: 1px solid;
  }
}
.template_entry .container .anchor .link02 {
  float: right;
  display: block;
  color: #038e7c;
  border-bottom: 2px solid;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .anchor .link02 {
    font-size: 14px;
    border-bottom: 1px solid;
  }
}
.template_entry .container .btn {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  display: block;
  cursor: pointer;
  border: none;
  color: white;
  background: #35b597;
  text-align: center;
  font-size: 16px;
  padding: 17px 0;
  letter-spacing: 0.05em;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .template_entry .container .btn {
    margin: 5% auto;
  }
}
.template_entry .container .btn i {
  font-size: 14px;
  margin-left: 1em;
}
.template_entry .container .btn.small {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .btn.small {
    padding: 2% 0;
    width: 130px;
    font-size: 12px;
  }
}
.template_entry .container .btn.middle {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .btn.middle {
    padding: 3% 0;
    width: 140px;
    font-size: 14px;
  }
}
.template_entry .container .btn.large {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .btn.large {
    width: 160px;
    padding: 3% 0;
    font-size: 16px;
  }
}
.template_entry .container .btn.x-large {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .btn.x-large {
    font-size: 18px;
    padding: 3% 0;
    width: 100%;
  }
}
.template_entry .container .point {
  background: #a1cec9;
  padding: 50px 80px 30px;
  color: white;
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .template_entry .container .point {
    padding: 5% 4% 1%;
    margin: 20% 0;
  }
}
.template_entry .container .point .ttl {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .point .ttl {
    font-size: 16px;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 768px) {
  .template_entry .container .point .txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
.template_entry .container .products {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 100px 0 30px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .products {
    margin: 20% 0;
    display: block;
  }
}
.template_entry .container .products li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 50%;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .products li {
    width: 100%;
    margin-bottom: 5%;
  }
}
.template_entry .container .products li .img {
  display: block;
  width: 125px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .products li .img {
    width: 20%;
    margin-right: 4%;
  }
}
.template_entry .container .products li .img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .template_entry .container .products li .box {
    width: 76%;
  }
}
.template_entry .container .products li .box .cat {
  display: inline-block;
  color: white;
  background: #cccccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 15px 0;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .products li .box .cat {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    padding: 1.5% 5%;
    margin: 3% 0 0;
  }
}
.template_entry .container .products li .box .ttl {
  display: block;
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .products li .box .ttl {
    font-size: 18px;
    margin: 4% 0;
  }
}
.template_entry .container .products li .box .txt01 {
  letter-spacing: inherit;
}
.template_entry .container .harb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 100px 0 40px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .harb {
    margin: 20% 5%;
  }
}
.template_entry .container .harb li {
  width: 170px;
  text-align: center;
  color: #038e7c;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .harb li {
    width: 45%;
  }
}
.template_entry .container .harb li:not(:nth-child(4n)) {
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .harb li:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .template_entry .container .harb li:not(:nth-child(2n)) {
    margin-right: 10%;
  }
}
.template_entry .container .harb li .img {
  display: block;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .harb li .img {
    margin: 0 auto 4%;
    width: 117px;
    height: 117px;
  }
}
.template_entry .container .harb li .img img {
  width: 100%;
}
.template_entry .container .harb li .ttl {
  color: #038e7c;
  display: block;
  text-decoration: underline;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .harb li .ttl {
    font-size: 16px;
  }
}
.template_entry .container .harb li .en {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .harb li .en {
    font-size: 12px;
  }
}
.template_entry .container .jas {
  background: #f1f0e0;
  margin: 100px 0;
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .jas {
    margin: 20% 0;
    padding: 4%;
  }
}
.template_entry .container .jas .ttl {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .jas .ttl {
    font-size: 14px;
    margin-bottom: 4%;
  }
}
.template_entry .container .jas .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.template_entry .container .jas .box .img {
  width: 123px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .jas .box .img {
    width: 30%;
    margin-right: 4%;
  }
}
.template_entry .container .jas .box .img img {
  width: 100%;
}
.template_entry .container .jas .box .txt01 {
  width: 637px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .jas .box .txt01 {
    width: 66%;
    font-size: 12px;
  }
}
.template_entry .container .table01 {
  width: 100%;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .template_entry .container .table01 {
    font-size: 16px;
    margin: 20% 0;
  }
}
.template_entry .container .table01 caption {
  background: #a1cec9;
  color: white;
  text-align: center;
  font-size: 24px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .table01 caption {
    font-size: 16px;
    padding: 3%;
  }
}
.template_entry .container .table01 th, .template_entry .container .table01 td {
  border-bottom: 1px solid #898989;
  padding: 15px 40px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .table01 th, .template_entry .container .table01 td {
    padding: 3%;
    font-size: 12px;
  }
}
.template_entry .container .table01 td + td {
  border-left: 1px solid #898989;
}
.template_entry .container .table01 th {
  width: 22%;
  background: #eee;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .template_entry .container .table01 th {
    width: 25%;
  }
}
.template_entry .container .table01 .c01 {
  color: #038e7c;
}
.template_entry .container .form {
  letter-spacing: 0.05em;
}
.template_entry .container .form > .ttl {
  text-align: center;
  border-bottom: 2px solid;
  color: #038e7c;
  font-size: 24px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .form > .ttl {
    font-size: 18px;
    padding-bottom: 5%;
  }
}
.template_entry .container .form > .txt {
  text-align: center;
  border-bottom: 1px solid #038e7c;
  line-height: 1.5;
  font-size: 20px;
  padding: 25px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .form > .txt {
    font-size: 14px;
    padding: 4% 0;
    margin-bottom: 5%;
    text-align: left;
  }
}
.template_entry .container .form .box {
  padding: 0 80px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .form .box {
    padding: 0;
    margin-top: 5%;
  }
}
.template_entry .container .form .box .ttl {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .form .box .ttl {
    font-size: 14px;
    margin-bottom: 2%;
  }
}
.template_entry .container .form .box .ttl span {
  color: #bc2221;
  vertical-align: middle;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .form .box .ttl span {
    font-size: 12px;
  }
}
.template_entry .container .form .box .input input, .template_entry .container .form .box .input textarea {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  width: 90%;
  border: 2px solid #898989;
  padding: 15px 30px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .form .box .input input, .template_entry .container .form .box .input textarea {
    padding: 2%;
    font-size: 14px;
  }
}
.template_entry .container .form .box .input textarea {
  line-height: 2;
  height: 10em;
}
.template_entry .container .form .box .select {
  position: relative;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .template_entry .container .form .box .select {
    width: auto;
  }
}
.template_entry .container .form .box .select:after {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 7%;
  top: 15%;
  color: #898989;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .form .box .select:after {
    font-size: 15px;
    top: 20%;
  }
}
.template_entry .container .form .box .select select {
  width: 100%;
  -webkit-appearance: none;
  border: 2px solid #898989;
  padding: 15px 25px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .form .box .select select {
    width: 96%;
    padding: 2%;
    font-size: 14px;
  }
}
.template_entry .container .form .box .radio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .form .box .radio {
    display: block;
    font-size: 14px;
  }
}
.template_entry .container .form .box .radio label {
  cursor: pointer;
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .form .box .radio label {
    margin-right: 0;
  }
}
.template_entry .container .form .box .radio label input {
  display: none;
}
.template_entry .container .form .box .radio label input:checked + span {
  background: url("../img/common/radio01_on.png") no-repeat;
  background-size: 100%;
}
.template_entry .container .form .box .radio label span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url("../img/common/radio01_off.png") no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .form .box .radio label span {
    width: 15px;
    height: 15px;
  }
}
.template_entry .container .form .box .check {
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .form .box .check {
    font-size: 14px;
    margin-bottom: 5%;
  }
}
.template_entry .container .form .box .check label {
  display: block;
  cursor: pointer;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .template_entry .container .form .box .check label {
    margin: 3% 0;
  }
}
.template_entry .container .form .box .check label input {
  display: none;
}
.template_entry .container .form .box .check label input:checked + span {
  background: url("../img/common/check_on.png") no-repeat;
  background-size: 100%;
}
.template_entry .container .form .box .check label span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url("../img/common/check_off.png") no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .form .box .check label span {
    width: 15px;
    height: 15px;
  }
}
.template_entry .container .form .frame {
  color: #898989;
  border: 2px solid #898989;
  overflow-y: scroll;
  font-size: 16px;
  line-height: 2;
  height: 190px;
  margin: 0 80px 30px 80px;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .form .frame {
    font-size: 14px;
    margin: 0 0 4%;
    padding: 3%;
  }
}
.template_entry .container .privacy {
  margin: 0 80px 50px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .privacy {
    margin: 0 0 10%;
    font-size: 10px;
  }
}
.template_entry .container .privacy a {
  color: #038e7c;
  text-decoration: underline;
}
.template_entry .container .acc {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .acc {
    margin-top: 20%;
  }
}
.template_entry .container .acc > .ttl {
  text-align: center;
  line-height: 2;
  letter-spacing: 0.075em;
  font-size: 32px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .acc > .ttl {
    font-size: 16px;
    margin-bottom: 7%;
  }
}
.template_entry .container .acc > .list li {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .acc > .list li {
    margin-bottom: 7%;
  }
}
.template_entry .container .acc > .list li .top {
  background: #a1cec9;
  color: white;
  border: 2px solid #a1cec9;
  padding: 20px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .template_entry .container .acc > .list li .top {
    padding: 2% 10% 2% 2%;
  }
}
.template_entry .container .acc > .list li .top .ttl {
  line-height: 1.5;
  letter-spacing: 0.075em;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .acc > .list li .top .ttl {
    font-size: 16px;
  }
}
.template_entry .container .acc > .list li .top .button {
  position: absolute;
  width: 50px;
  height: 100%;
  right: 0;
  top: 0;
  background: white;
}
@media screen and (max-width: 768px) {
  .template_entry .container .acc > .list li .top .button {
    width: 30px;
  }
}
.template_entry .container .acc > .list li .top .button span {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 21px;
  height: 21px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .acc > .list li .top .button span {
    width: 12px;
    height: 12px;
  }
}
.template_entry .container .acc > .list li .top .button span:before, .template_entry .container .acc > .list li .top .button span:after {
  content: "";
  position: absolute;
  background-color: #a1cec9;
  transition: transform 0.25s ease-out;
}
.template_entry .container .acc > .list li .top .button span:before {
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  margin-left: -1.5px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .acc > .list li .top .button span:before {
    width: 2px;
    margin-left: -1px;
  }
}
.template_entry .container .acc > .list li .top .button span:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  margin-top: -1.5px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .acc > .list li .top .button span:after {
    height: 2px;
    margin-top: -1px;
  }
}
.template_entry .container .acc > .list li .top.active .button span:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.template_entry .container .acc > .list li .top.active .button span:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.template_entry .container .acc > .list li .btm {
  display: none;
  border-left: 2px solid #a1cec9;
  border-right: 2px solid #a1cec9;
  border-bottom: 2px solid #a1cec9;
}
.template_entry .container .acc > .list li .btm .txt {
  letter-spacing: 0.075em;
  font-size: 20px;
  line-height: 2;
  padding: 30px 40px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .acc > .list li .btm .txt {
    font-size: 14px;
    line-height: 1.8;
    padding: 4%;
  }
}
.template_entry .container .acc .more {
  color: #038e7c;
  text-align: center;
}
.template_entry .container .acc .more .morebtn {
  cursor: pointer;
  border: 2px solid;
  text-align: center;
  margin: 0 auto;
  width: 240px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .acc .more .morebtn {
    width: 120px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
}
.template_entry .container .acc .more .fas {
  margin-top: 20px;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .template_entry .container .acc .more .fas {
    margin-top: 4%;
    font-size: 16px;
  }
}
