@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

/* レイアウトのためのCSS */

body {
  background: #fff;
  /*
  font-family:  'M PLUS Rounded 1c','Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;

  font-family:  "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-family:  'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;*/
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS    PGothic", sans-serif;
  /*	font-family: 'Kosugi Maru', sans-serif;*/
  font-family: Century Gothic, Arial, "游ゴシック", sans-serif;
  font-weight: 800;
  color: #333;
  font-size: 16px;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

* {
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #0065cd;
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.pt40 {
  padding-top: 40px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb80 {
  margin-bottom: 80px;
}

.pc {
  display: inline;
}

.sp {
  display: none;
}

@media screen and (max-width:500px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
}

.bg_red {
  background-color: #D92028;
  padding-bottom: 15px;
}

.banner {
  margin: 3px;
}

.loader, .loader:before, .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #091e3e;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before, .loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.contents {
  padding: 30px;
  max-width: 1000px;
  margin: auto;
}

.contents2 {
  padding: 30px;
  max-width: 1100px;
  margin: auto;
}

@media screen and (max-width:1200px) {
  .contents, .contents2 {
    max-width: 100%;
  }
}

@media screen and (max-width:680px) {
  .contents2 {
    padding: 0;
  }
}

.t-center {
  text-align: center;
  font-weight: bolder;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}


/* area */

#container {
  overflow-x: hidden;
  /*以下、IE11用*/
  z-index: 1;
  position: relative;
}


/* font-family */

@media only screen and (min-width: 768px) {
  h1, h2, h3, h4, .scrolldown1 span, #vidual-area dt, .footer-logo {
    /*  font-family:  'M PLUS Rounded 1c';*/
    letter-spacing: 0.2em;
  }
}


/* heading */

h2 {
  font-size: 30px;
  color: #232139;
  font-weight: 700;
  margin-bottom: 70px;
}

h3 {
  font-size: 20px;
  color: #D92028;
}

h4 {
  font-size: 20px;
  color: #232139;
  font-weight: 700;
}

@media screen and (max-width:500px) {
  h2 {
    font-size: 22px;
    margin-bottom: 50px;
  }
  h3 {
    font-size: 16px;
  }
}


/* header */

#header h1 a {
  color: #ddd;
}

#header h1 {
  text-transform: uppercase;
  font-size: 1.5rem;
  padding: 0 0 0 2%;
  line-height: 1;
  white-space: nowrap;
  margin: 0 auto;
  /*	margin-top:-34px;*/
}

@media screen and (max-width:960px) {
  #header h1 {
    position: absolute;
    top: 22px;
    left: 20px;
    padding: 0;
  }
}

.scrolldown1 span {
  transform: rotate(-90deg);
  text-transform: uppercase;
  left: -23px;
  top: -31px;
}


/* vidualarea */

#vidual-area {
  position: relative;
  height: 100vh;
}

@keyframes vidualbgRLextendAnime {
  0% {
    width: 0;
  }
  100% {
    width: 40%;
  }
}

#vidual-area #slider-area {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  /*最背面へ*/
}

#vidual-area h2 {
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 3vw;
  position: absolute;
  top: 5%;
  left: 5%;
}

#vidual-area div.tmenu {
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
}

#vidual-area div.tmenu img {
  margin-left: 15px;
}

div.tmenu2 img {
  margin-left: 10px;
}

#vidual-area dl {
  position: absolute;
  left: 2%;
  bottom: 2%;
}

#vidual-area dl {
  color: #aaa;
}

#vidual-area dt, #vidual-area dd, #vidual-area ul, #vidual-area ul li {
  display: inline-block;
}

#vidual-area dt {
  text-transform: uppercase;
}

#vidual-area ul li {
  margin: 0 10px;
}

#vidual-area ul img {
  width: 20px;
}

.tmenu2 {
  text-align: right;
}

@media screen and (max-width:960px) {
  #vidual-area {
    height: 90vh;
  }
  #vidual-area #slider-area {
    width: 100%;
    height: 90vh;
  }
  #vidual-area h2 {
    font-size: 2.1rem;
    top: 10%;
  }
  #vidual-area dl {
    left: 20px;
    bottom: 16px;
  }
  #vidual-area ul li {
    margin: 0 2px;
  }
  #vidual-area div.tmenu {
    right: 65px;
  }
  .tmenu2 {
    text-align: center;
    width: 90%;
  }
}

@media screen and (max-width:700px) {
  .tmenu img {
    width: 156px;
    height: auto;
    top: 0;
  }
  .tmenu2 img {
    width: 156px;
  }
}

@media screen and (max-width:578px) {
  #vidual-area h2 {
    font-size: 7vw;
    top: inherit;
    bottom: 13%;
  }
  #vidual-area div.tmenu div, div.tmenu2 div {
    display: flex;
  }
  #vidual-area div.tmenu div a, div.tmenu2 div a {
    width: 40%;
    margin: 0 1%;
    justify-content: center;
  }
  .tmenu2 {
    width: 87%;
  }
  #vidual-area div.tmenu div a:first-child, div.tmenu2 div a:first-child {
    /*display:none;*/
    font-size: 12px;
  }
  .cbtn {
    height: 40px;
    padding: 8px 10px;
  }
}


/* コース紹介 */


/* contact */

#contact {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#contact .contact-detail {
  width: 65%;
  border-right: 1px solid #aaa;
  text-align: center;
  padding: 20px;
}

#contact .contact-detail h2 {
  margin: 0 0 5px 0;
  font-size: 1.5rem;
}

#contact .contact-tel {
  width: 35%;
}

#contact .contact-tel p {
  text-align: center;
}

#contact .contact-tel p a {
  display: block;
  padding: 20px;
  transition: all .3s;
}

#contact .contact-tel p a.f_tel {
  padding-bottom: 0;
}

#contact .contact-tel p a:hover {
  background: rgba(255, 255, 255, 0.2);
}

#contact .contact-tel p:last-child {
  border-top: 1px solid #aaa;
}

#contact .contact-tel br {
  display: none;
}

@media screen and (max-width:690px) {
  #contact .contact-detail, #contact .contact-tel {
    width: 50%;
  }
  #contact .contact-tel br {
    display: block;
  }
  #contact .contact-detail h2 {
    font-size: 1.2rem;
  }
  #contact .contact-detail p {
    text-align: left;
  }
}

@media screen and (max-width:400px) {
  #contact {
    font-size: 0.8rem;
  }
}


/* footer */

.footer {
  background-color: #091E3E;
}

.footer a {
  color: #FFFFFF;
}

.footer-about {
  margin-bottom: -75px;
  background-color: #06A3DA;
  text-align: left;
}

.footer-about h1 {
  text-align: left;
  background: url(../img/f_logo.png) no-repeat left;
  padding-left: 50px;
  font-size: 16px;
  letter-spacing: 0.05em;
  min-height: 73px;
  padding-top: 20px;
  font-family: Arial;
  font-weight: 600;
}

.footer-about .f_zip {
  text-align: left;
  background: url(../img/f_zip.png) no-repeat left 6px;
  padding-left: 25px;
  font-size: 14px;
}

.footer-about .f_tel {
  text-align: left;
  background: url(../img/f_tel.png) no-repeat left;
  padding-left: 25px;
  font-size: 14px;
}

.footer-about .f_fax {
  text-align: left;
  background: url(../img/f_fax.png) no-repeat left;
  padding-left: 25px;
  font-size: 14px;
}

.footer-about .f_time {
  text-align: left;
  background: url(../img/f_time.png) no-repeat left 10px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 1.3;
  padding-top: 10px;
}

.footer h3 {
  color: #D92028;
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.footer h3 span {
  border-bottom: 2px solid #06A3DA;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .footer-about {
    margin-bottom: 0;
  }
}

#spage {
  padding: 30px;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  text-align: center;
  padding-bottom: 100px;
  background: url(../img/cara3.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

#spage2 {
  padding: 30px;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  text-align: center;
  padding-bottom: 100px;
}

table.profTable01 {
  margin: 0 0 10px 0;
  width: 100%;
}


table.profTable01 th, table.profTable01 td {
  border-top: 1px solid #D8D8D8;
  padding: 15px 5px 15px 15px;
  text-align: left;
  vertical-align: top;
  font-size: 18px;
}

table.profTable01 th {
  text-align: center;
}

table.contactTable {
  width: 100%;
}

table.contactTable th, table.contactTable td {
  border-top: 1px solid #D8D8D8;
  padding: 15px 5px 15px 15px;
  text-align: left;
  vertical-align: top;
  font-size: 18px;
}


table.contactTable th{
	width:260px;
}
table.contactTable input,
table.contactTable textarea,
table.contactTable select{
	border:1px solid #999999;
	padding:3px;
	width:90%;
}
table.contactTable input[type=radio] ,
table.contactTable input[type=checkbox] {
	width:auto;
}
table.contactTable input::placeholder,
table.contactTable textarea::placeholder {
	font-size:16px;
	color:#999999;
	font-weight:100;
}
input[type="submit"] {
	width: 200px;
	font-size: 15px;
	color: #fff;
	display: inline-block;
	padding: 15px 0px;
	text-align: center;
	background-color: #D92028;
	border: 1px solid #D92028;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 1s;
}

/*--hover--*/
input[type="submit"]:hover {
	color: #D92028;
	background-color: #ffffff;
	border: 1px solid #D92028;
	cursor: pointer;
	transition: background-color 1s;
}
@media screen and (max-width: 599px) {
	table.profTable01 th {
			text-align: left;
			background-color:#dbf6ff;
	}
	table.profTable01 th, table.profTable01 td {
    padding: 5px 5px 5px 10px;
	}
    
  table.profTable01 th, table.profTable01 td {
    display: block;
    width: 98%;
  }
  table.profTable01 td {
    border-top: 0;
  }
	table.contactTable th, table.contactTable td {
    display: block;
    width: 98%;
	}
}

select {
  border: 1px solid #CED4DA;
  -webkit-appearance: auto;
}

ul.list1 {
  list-style: disc;
  margin-left: 40px;
}

.privacy p {
  margin-bottom: 15px;
}


/*　お問い合わせ*/

p.error {
  color: #FF0000;
  font-size: 14px;
}

.b_send {
  background-color: #1C4DAF;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding: 15px 35px;
  position: relative;
  transition: all 0.5s ease 0s;
  color: #fff;
  border: medium none;
  margin: 20px 0;
  border: 1px solid #1C4DAF;
}

div.b_waku {
  text-align: center;
}

.b_send:hover, .b_send:focus {
  color: #1C4DAF;
  background: #fff;
  cursor: pointer;
}

h2.t2 {
  margin-top: 30px;
  margin-bottom: 0;
}

.lineup p {
  line-height: 1.5;
}

#spage ul {
  list-style: disc;
}

#spage ul.l_none {
  list-style: none;
}

#spage ul li {
  font-weight: 700;
}

#spage ul li p {
  margin-bottom: 5px;
}

.point {
  font-weight: 700;
}

.spec {
  background-color: #232139;
  padding: 5px;
  color: #FFFFFF;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
}

.spec2 {
  background-color: #006666;
  padding: 5px;
  color: #FFFFFF;
  margin-bottom: 10px;
  text-align: center;
}

.spec3 {
  background-color: #D92028;
  padding: 5px;
  color: #FFFFFF;
  margin-bottom: 10px;
  text-align: center;
}

.marker01 {
  color: #004EA2;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  text-decoration-style: wavy;
}

.marker02 {
  background-color: #FFFF00;
  color: #FF0000;
}

.marker03 {
  background-color: #D92028;
  color: #FFFFFF;
  font-weight: 700;
  padding: 0 5px;
}

h2.l_title {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 26px;
  text-align: center;
  margin-bottom: 10px;
}

h2.l_title span {
  position: relative;
  z-index: 2;
}

h2.l_title::before {
  content: attr(data-en);
  position: absolute;
  font-family: 'Anton', sans-serif;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(217, 32, 40, 0.2);
  font-size: 63px;
  font-style: italic;
}

.image {
  vertical-align: middle;
  /* 上下中央寄せ */
  /* 画像のサイズ */
  width: 32px;
  height: 32px;
}

.image2 {
  vertical-align: middle;
  /* 上下中央寄せ */
  /* 画像のサイズ */
  width: 32px;
  height: 32px;
  margin-right: 5px;
  margin-bottom: 4px;
}

.image3 {
  vertical-align: middle;
  /* 上下中央寄せ */
  /* 画像のサイズ */
  width: 32px;
  height: 32px;
  margin-right: 5px;
  margin-top: 6px;
  margin-bottom: 4px;
}

.text {
  display: inline-block;
  /* インライン要素にして横並びを実現 */
  vertical-align: middle;
  /* 上下中央寄せ */
}

.text2 {
  display: inline-block;
  /* インライン要素にして横並びを実現 */
  vertical-align: middle;
  /* 上下中央寄せ */
  line-height: 8.0;
  text-align: left;
  font-size: 18px;
  margin-right: 4px;
  vertical-align: -4px;
}

.text3 {
  display: inline-block;
  /* インライン要素にして横並びを実現 */
  vertical-align: middle;
  /* 上下中央寄せ */
  margin-top: 10px;
  line-height: 8.0;
  text-align: center;
  font-size: 16px;
  margin-right: 4px;
  vertical-align: -4px;
}

.text4 {
  display: inline-block;
  /* インライン要素にして横並びを実現 */
  vertical-align: middle;
  /* 上下中央寄せ */
  padding-top: -20px;
  margin-top: 10px;
  line-height: 8.0;
  text-align: right;
  font-size: 22px;
  margin-right: 4px;
  vertical-align: -4px;
}

a.btn_30 {
  display: flex;
  vertical-align: middle;
  text-decoration: none;
  margin: auto;
  width: 20em;
  height: 4em;
  color: #ccc;
  cursor: pointer;
  transition: all 0.85s cubic-bezier(.17, .67, .14, .93);
  transform-style: preserve-3d;
  transform-origin: 100% 50%;
}

a.btn_30:hover {
  transform: rotateX(-90deg);
}

a.btn_30 .side {
  box-sizing: border-box;
  position: absolute;
  display: inline-block;
  width: 20em;
  text-align: center;
  padding: 1.2rem 4rem;
  font-weight: bold;
  letter-spacing: 2px;
}

a.btn_30 .top {
  background: #b4e12b;
  color: #fff;
  transform: rotateX(90deg) translate3d(0, 0, 2em);
}

a.btn_30 .front {
  background: #27acd9;
  color: #fff;
  transform: translate3d(0, 0, 2em);
}


/* 横並び */

.flex {
  display: flex;
  /*横並び*/
}

.flex .image {
  width: 640px;
  /*画像サイズ指定*/
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.flex .text {
  margin: 0 0 0 20px;
  padding: 0;
  text-align: left;
  line-height: 2.5;
  font-size: 18px;
}

ul {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

li {
  list-style: none;
}

li:nth-child(2) {
  margin: 0 10px;
}

.privacy-policy {
  margin: 30px auto;
  text-align: left;
  line-height: 4.0;
  font-size: 18px;
  padding: 25px;
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  line-height: 1.0;
}

.privacy-policy__item__desc {
  margin-bottom: 50px;
}

.privacy-policy__item__title {
  font-size: 22px;
}

.design12 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  background: #cdf4f0;
}

.design12 tr:nth-child(2n+1) {
  background: #e9faf9;
}

.design12 th {
  width: 20%;
  padding: 10px;
  border: solid 0px #ffffff;
  color: #778CA3;
}

.design12 td {
  width: 80%;
  padding: 10px;
  border: solid 0px #ffffff;
  text-align: left;
}

a.btn_1 {
  display: block;
  margin: 30px auto;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 500px;
  padding: 1rem 4rem;
  color: #fff;
  font-weight: bold;
  background: #27acd9;
  position: relative;
  transition: 0.3s ease-in-out;
}

a.btn_1:hover {
  background: #fff;
  color: #27acd9;
}

a.btn_1:before, a.btn_1:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}

a.btn_1:before {
  top: 0;
  left: 0;
}

a.btn_1:after {
  bottom: 0;
  right: 0;
}

a.btn_1:hover:before, a.btn_1:hover:after {
  width: 100%;
  height: 100%;
}

a.btn_1:hover:before {
  border-top-color: #27acd9;
  border-right-color: #27acd9;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}

a.btn_1:hover:after {
  border-bottom-color: #27acd9;
  border-left-color: #27acd9;
  transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}

.wrap {
  display: flex;
  flex-wrap: wrap;
}

.item {
  padding: 5px;
  width: 23%;
  background-color: #F4F1F0;
}
.item img{
	padding:5px;
}

.item:not(:nth-child(4n+4)) {
  margin-right: 2%;
}

.item:nth-child(n+5) {
  margin-top: 30px;
}

@media not all and (min-width: 768px) {
  .item {
    width: 100%;
  }
  .item:not(:nth-child(3n+3)) {
    margin-right: 0;
  }
  .item:nth-child(n+2) {
    margin-top: 30px;
  }
}

.Table {
  width: 100%;
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
  border-collapse: collapse;
  background: #fff;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .Table {
    font-size: 14px;
  }
}

.Table-Head-Row {
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
}

.Table-Head-Row-Cell {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.Table-Body-Row {
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
}

.Table-Body-Row-Cell {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.5em;
  padding-right: 0.5em;
	text-align:left;
}
@media screen and (max-width: 599px) {
	.Table-Body-Row-Cell {
    display: block;
    width: 98%;
	}
}
.ribbon12-wrapper {
  display: block;
  position: relative;
  margin: 15px auto;
  padding: 10px 0;
  width: 100%;
  background: #f1f1f1;
}

.ribbon12 {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -20px;
  width: calc(100% + 20px);
  font-size: 26px;
  color: white;
  background: #091E3E;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.ribbon12:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #6081b7;
}

.p1, .p3 {
  text-align: left;
  font-size: 16px;
  padding-left: 50px;
  padding-top: 50px;
  padding-bottom: 10px;
  line-height: 100px;
}

.p4, .p5 {
  text-align: left;
  font-size: 16px;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 50px;
  line-height: 100px;
}

.font_red {
  font-size: 20px;
  /* 文字サイズ指定 */
  color: #F44336;
  /* 文字色指定 */
}

@media screen and (max-width: 768px) {
	.p1, .p3, .p4, .p5 {
			padding:10px;
	}
}


/* 018 */

.button018 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 225px;
  padding: 10px 0px 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}

.button018 a:before, .button018 a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}

.button018 a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}

.button018 a:after {
  left: 0;
  background: #6bb6ff;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.button018 a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}

.button018 a:hover span {
  color: #fff;
}

.button018 a:hover:before {
  left: 2rem;
}

.button018 a:hover:after {
  right: 0;
  width: 100%;
}


.design03 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: solid 1px #778ca3;
}

.design03 tr:nth-child(2n+1) {
  background: #e9faf9;
}

.design03 th, .design03 td {
  padding: 10px;
  border-bottom: solid 1px #778ca3;
}
.life_col{
	width:20%;
	text-align:center;
	padding:0;
	
}
.life_col1{
	border-bottom: solid 1px #778ca3;
	background-color:#e9faf9;
  padding: 10px;
	min-height:110px;
	line-height:1.2;
	font-weight:500;

}
.life_col2{
	border-bottom: solid 1px #778ca3;
	background-color:#fff;
  padding: 10px;
}
.life_col1 p{
	font-weight:700;
}
@media screen and (max-width: 599px){
	.design03 th,.design03 td {
					display: block;
					width: 98%;
					border-bottom:none;
	}
	.design03 tr{
					border-bottom:1px solid #000000;
	}
	.life_col{ width:100%;}
	.life_col1{
		min-height:auto;
	}
}
h5 {
  padding: 1rem 2rem;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  background: #06A3DA;
  -webkit-box-shadow: 5px 5px 0 #091E3E;
  box-shadow: 5px 5px 0 #091E3E;
}

@media screen and (max-width: 599px){
	h5 span {
		display:block;
	}
}
