@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&display=swap');
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* -----------------------------------------
	common 
-----------------------------------------*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #282828;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: 1;
}
.clear {
  overflow: hidden;
}
.clear:after {
  clear: both;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin: auto;
}
.alignleft {
  float: left;
}
.txtcenter {
  text-align: center;
}
.txtright {
  text-align: right;
}
a {
  color: #030000;
}
.bold {
  font-weight: bold;
}
.red {
  color: #ff0b44;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.l_continar {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.l980_continar {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.big_w {
  max-width: 1575px;
  width: 100%;
  margin: 0 auto;
}
.s_continar {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.b_continar {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
}
.l_flex {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.object-fit-img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#header {
  padding: 10px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  font-family: 'Josefin Sans', sans-serif;
}
#header .header_inner {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
}
#header h1 {
  width: 297px;
}
#header #menu {
  width: calc(100% - 297px);
  padding-top: 10px;
  text-align: right;
}
#header #menu ul li {
  display: inline-block;
  padding-right: 35px;
}
#header #menu ul li:first-child {
  padding-left: 0px;
}
#header #menu ul li:last-child {
  padding-right: 0px;
}
#header #menu ul li.menu_parent {
  position: relative;
}
#header #menu ul li.menu_parent:before {
  content: "";
  width: 11px;
  height: 7px;
  background: url(../images/common/menu_arrow.png) 0 0 no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
#header #menu ul li.menu_parent:hover:before {
  -webkit-transform: translateY(-50%) rotateX(180deg);
  transform: translateY(-50%) rotateX(180deg);
}
#header #menu ul li.menu_parent:hover .menu_child {
  display: block;
}
#header #menu ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #1D1D1D;
  letter-spacing: 0.05em;
  padding: 10px 0;
  font-family: 'Noto Sans JP', sans-serif;
}
#header #menu ul li:last-child a {
  background-color: #0082BE;
  color: #FFFFFF;
  padding: 11px 18px 13px;
}
#header #menu ul li a.assessment_btn {
  color: #fff;
  background-color: #002E7D;
  border-radius: 5px;
  padding: 10px 20px;
}
#header #menu .menu_child {
  display: none;
  width: 772px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 100;
  padding-top: 13px;
}
#header #menu .menu_child:before {
  content: "";
  width: 69px;
  height: 29px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../images/common/menu_child.png") 0 0 no-repeat;
  background-size: 100% auto;
}
#header #menu .menu_child .menu_child_inner {
  display: flex;
  flex-wrap: wrap;
  background-color: #002565;
  border-radius: 14px;
}
#header #menu .menu_child .menu_child_inner a {
  text-align: left;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
#header #menu .menu_child .menu_child_inner a:before {
  content: "";
  width: 9px;
  height: 14px;
  background: url(../images/common/menu_child_arrow.png) 0 0 no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
#header #menu .menu_child .menu_child_left {
  width: 148px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
#header #menu .menu_child .menu_child_right {
  border-left: 1px solid #fff;
  width: 624px;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 5px 20px;
}
#header #menu .menu_child .menu_child_right a {
  display: block;
  width: calc(50% - 20px);
  display: flex;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
#header #menu .menu_child .menu_child_right a span {
  padding-left: 14px;
}
#footer {
  text-align: left;
  padding-top: 50px;
  padding-bottom: 30px;
  border-top: 1px solid #007FB9;
  color: #090909;
}
#footer .copyright {
  display: block;
  width: 100%;
  text-align: right;
  padding: 0 0 15px 0;
  font-size: 1.2rem;
  margin-top: 60px;
}
#footer .footer_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 15px;
}
#footer .footer_in .footer_info {
  width: 35%;
}
#footer .footer_in .footer_info .footer_logo {
  padding-bottom: 10px;
  width: 358px;
  margin-bottom: 25px;
}
#footer .footer_in .footer_info .name {
  color: #000000;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1;
  padding-bottom: 0.5em;
  font-weight: bold;
}
#footer .footer_in .footer_info .add {
  line-height: 27px;
}
#footer .footer_in .footer_menu > div {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 15px;
}
#footer .footer_in .footer_menu > div ul {
  text-align: right;
}
#footer .footer_in .footer_menu > div a {
  color: #090909;
  font-weight: 500;
}
#footer .footer_in .footer_menu > div:first-of-type {
  border-left: none;
  width: 100%;
  border-bottom: 1px solid #4EA2C8;
}
#footer .footer_in .footer_menu > div .f_ttl {
  color: #043281;
  font-weight: bold;
}
#footer .footer_in .footer_menu > div ul li:first-child {
  margin-left: 0;
}
#footer .footer_in .footer_menu > div ul li {
  padding-top: 10px;
  display: inline-block;
  margin-left: 35px;
}
#footer .footer_in .footer_menu > div ul li > ul li a {
  position: relative;
  padding-left: 2rem;
  display: block;
}
#footer .footer_in .footer_menu > div ul li > ul li a:before {
  content: "";
  width: 14px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0.8em;
}
#footer .footer_in .footer_menu .privacy {
  text-align: right;
}
#breadcrumb {
  padding-top: 20px;
  padding-bottom: 20px;
}
#breadcrumb ul {
  font-size: 0;
}
#breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}
#breadcrumb ul li:after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}
#breadcrumb ul li:last-child:after {
  display: none;
}
.breadcrumb-area {
  margin-top: 20px;
}
.btn-blue a {
  color: #005D88;
  border: 1px solid #008AC9;
  padding: 5px;
  display: block;
  width: 100%;
  text-align: center;
  background: #fff;
}
.btn-blue a:hover {
  background: #008AC9;
  color: #fff;
  border: none;
  opacity: 1;
}
#notfound h3 {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #0082BE;
	    margin-top: 80px;
}
#notfound .icon {
	text-align: center;
	    margin-bottom: 100px;
}
#notfound .icon a {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    background: #0082BE;
    color: #fff;
    border-radius: 50px;
    padding: 5px 20px;
}
@media screen and (max-width: 1366px) {
  #header {
    width: 100%;
    padding: 0 10px;
    height: 55px;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
  }
  #header .header_inner {
    width: 100%;
    max-width: none;
  }
  #header h1 {
    margin-top: 0;
    width: 235px;
  }
  #header h1 span {
    display: none;
  }
  #header h1 img {
    padding-left: 5%;
  }
  #header #menu_trigger {
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(../images/common/icon_open.png) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101;
  }
  #header #menu_trigger.is-open {
    background: url(../images/common/icon_close.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  #header #menu {
    z-index: 100;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    text-align: center;
    background-color: #0082BE;
  }
  #header #menu .menu_inner {
    padding: 80px 10px;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #header #menu ul {
    padding-bottom: 15px;
  }
  #header #menu ul li {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #fff;
  }
  #header #menu ul li:first-child {
    border-top: 1px solid #fff;
  }
  #header #menu ul li.menu_parent {
    position: relative;
  }
  #header #menu ul li.menu_parent:before {
    display: none;
  }
  #header #menu ul li.menu_parent .menu_parent_a span {
    position: relative;
    padding: 0 20px;
  }
  #header #menu ul li.menu_parent .menu_parent_a span:before {
    content: "";
    width: 15px;
    height: 10px;
    background: url(../images/common/arrow_down_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotateX(180deg);
    transform: translateY(-50%) rotateX(180deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #header #menu ul li.menu_parent .menu_parent_a.is-open span:before {
    -webkit-transform: translateY(-50%) rotateX(0deg);
    transform: translateY(-50%) rotateX(0deg);
  }
  #header #menu ul li a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 15px 0;
  }
  #header #menu ul li:last-child {
    display: block;
  }
  #header #menu ul li:last-child a {
    background-color: #0082BE;
  }
  #header #menu ul li a.assessment_btn {
    border-radius: 0;
    padding: 15px 0;
  }
  #header #menu .menu_child {
    display: none;
    width: 100%;
    position: static;
    top: 0%;
    left: 0%;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    padding-top: 0;
  }
  #header #menu .menu_child:before {
    display: none;
  }
  #header #menu .menu_child .menu_child_inner {
    border-radius: 0px;
    background-color: #002E7D;
  }
  #header #menu .menu_child .menu_child_inner a {
    font-weight: 400;
    text-align: center;
    padding: 10px 0;
    font-size: 17px;
  }
  #header #menu .menu_child .menu_child_inner a:before {
    display: none;
  }
  #header #menu .menu_child .menu_child_left {
    display: none;
  }
  #header #menu .menu_child .menu_child_right {
    border: none;
    width: 100%;
    display: block;
    padding: 0;
  }
  #header #menu .menu_child .menu_child_right a {
    display: block;
    width: 100%;
    font-size: 17px;
  }
  #header #menu .menu_child .menu_child_right a img {
    display: none;
  }
  #header #menu .menu_child .menu_child_right a span {
    padding-left: 0;
  }
  #header #menu .menu_link a, #header #menu .tel_link a {
    margin-bottom: 15px;
    display: block;
    border-radius: 14px;
    background-color: #fff;
    color: #0082BE;
    padding: 14px 0 8px;
    font-weight: bold;
    font-size: 21px;
  }
  #header #menu .menu_link a span {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #002E7D;
  }
  #header #menu .menu_link a span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #header #menu .menu_link a .icon_system {
    padding-left: 38px;
  }
  #header #menu .tel_link a .icon_tel {
    padding-right: 5px;
    width: 22px;
    display: inline-block;
  }
  #header #menu .tel_link a .icon_tel img {
    vertical-align: text-top;
  }
  #header #menu .menu_link a .icon_contact {
    padding-left: 24px;
  }
  #header #menu .menu_link a .icon_contact:before {
    width: 21px;
    height: 21px;
    background: url("./images/common/icon_contact.png") 0 0 no-repeat;
    background-size: 100% auto;
  }
}
#eyecatch {
  position: relative;
  background: url(../images/common/eyecatch.png) center center no-repeat;
  background-size: cover;
  height: 330px;
}
#eyecatch h2 {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-55%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.3rem;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.65);
}
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 65px;
  height: 65px;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.wp-pagenavi {
  padding: 20px 0 50px 0;
  clear: both;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  color: #0082BE;
  padding: 3px 8px;
  margin: 2px;
  border-bottom: 2px solid #0082BE;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-bottom: 2px solid #1698e5;
}
.wp-pagenavi span.current {
  font-weight: bold;
}
@media screen and (max-width: 1366px) {
  #about .left-area h3 {
    font-size: 34px;
  }
	#eyecatch {
		    height: 280px;
	}
}
@media screen and (max-width: 1270px) {
  .l_continar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1055px) {
	.l980_continar {
  padding-left: 15px;
		padding-right: 15px;
}
  #footer .footer_in .footer_info {
    width: 100%;
  }
  #footer .footer_in .footer_menu {
    margin-top: 30px;
	  width: 100%;
  }
  #footer .footer_in .footer_menu > div ul {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 0px;
  }
  .l_flex {
    display: block;
  }
  .l_continar {
    padding-left: 15px;
    padding-right: 15px;
  }
  #pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    width: 45px;
    height: 45px;
  }
  #pagetop img {
    width: 40px;
  }
  #eyecatch {
    background: url(../images/common/eyecatch_sp.png) center center no-repeat;
    background-size: cover;
    height: 200px;
  }
  #eyecatch h2 {
    font-size: 24px;
	  display: block;
	  width: 90%;
  }
  #footer {
    padding: 35px 15px 0;
    margin-bottom: 10px;
  }
  #footer .copyright {
    text-align: left;
    margin-top: 35px;
  }
  #footer .footer_in {
    padding: 0;
  }
  #footer .footer_in .footer_info {
    width: 100%;
    padding-bottom: 20px;
  }
  #footer .footer_in .footer_info .footer_logo {
    text-align: center;
    width: 315px;
  }
  #footer .footer_in .footer_info .name {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #footer .footer_in .footer_menu {
    padding-top: 0;
    width: 100%;
    display: block;
    border-top: 1px solid #A5D1E5;
  }
  #footer .footer_in .footer_info .add {
    line-height: 27px;
    text-align: left;
    margin-bottom: 40px;
  }
  #footer .footer_in .footer_menu > div {
    width: 100%;
    border-left: none;
    padding-left: 0%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #footer .footer_in .footer_menu > div:first-of-type {
    border-left: none;
    width: 100%;
    border-bottom: 0;
  }
  #footer .footer_in .footer_menu > div span, #footer .footer_in .footer_menu > div a {
    display: block;
    padding: 10px 15px;
  }
  #footer .footer_in .footer_menu > div ul li {
    padding-top: 0px;
    text-align: left;
    display: block;
    border-bottom: 1px solid #A5D1E5;
    margin-left: 0;
  }
  #footer .footer_in .footer_menu > div ul {
    text-align: left;
  }
  #footer .footer_in .footer_menu > div ul li > ul li {
    border: none;
    position: relative;
    padding-left: 15px;
  }
  #footer .footer_in .footer_menu > div ul li > ul li:last-child {
    border-bottom: none;
  }
  #footer .footer_in .footer_menu > div ul li > ul li a:before {
    top: 20px;
  }
  #footer .add {
    text-align: center;
  }
  #footer .footer_in .footer_menu .privacy {
    text-align: center;
  }
  #breadcrumb {
    padding-bottom: 0;
  }
	#eyecatch {
        height: 190px;
    }
}
/*# sourceMappingURL=common.css.map */
#fix_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
#fix_nav ul {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#fix_nav li {
  width: 49.5%;
}
#fix_nav li img {
  width: 100%;
}
/*********************
下層
*********************/
#about {
  padding: 100px 0;
}
#about .left-area {
  width: 61.25%;
}
#about .left-area h3 {
  font-size: 38px;
  font-size: 3.8rem;
  margin-bottom: 40px;
  font-weight: bold;
  letter-spacing: 0.3rem;
}
#about .left-area h3 .ttl-m {
  font-size: 71px;
  font-size: 7.1rem;
  font-weight: 600;
  letter-spacing: 0.5rem;
  font-family: "Barlow Condensed", sans-serif;
}
#about .left-area h3 .ttl-s {
  font-size: 36px;
  font-size: 3.6rem;
}
#about .left-area p {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 37px;
  letter-spacing: 0.1rem;
}
#about .right-area {
  width: 32.08%;
}
@media screen and (max-width: 768px) {
  #about {
    padding: 60px 0 100px;
  }
  #about .left-area {
    width: 100%;
  }
  #about .left-area h3 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
  }
  #about .left-area h3 .ttl-m {
    font-size: 58px;
    font-size: 5.8rem;
  }
  #about .left-area h3 .ttl-s {
    font-size: 31px;
    font-size: 3.1rem;
  }
  #about .left-area p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 33px;
  }
  #about .right-area {
    width: 100%;
    margin-top: 40px;
  }
}
.contents-area {
  margin-bottom: 120px;
}
.contents-area h3 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
  color: #007AB3;
  border-top: 1px solid #0082BE;
  border-bottom: 1px solid #0082BE;
  padding: 10px 0;
  letter-spacing: 0.2rem;
}
.contents-area p {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 35px;
  letter-spacing: 0.05rem;
}
.contents-area ul.number {
  list-style: auto;
  padding-left: 1em;
}
.contents-area ul.dot {
  list-style: disc;
  padding-left: 1em;
}
.contents-area ul.dot li {
  font-weight: normal;
}
.contents-area ul.check {
  padding-left: 1em;
}
.contents-area ul.check li {
  position: relative;
  padding-left: 1.5em;
}
.contents-area ul.check li::before {
  content: "";
  background: url("../images/common/check-icon.png")no-repeat;
  width: 22px;
  height: 22px;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 0;
  transform: translateX(-50%);
}
.contents-area ul li {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 15px;
  letter-spacing: 0.05rem;
  font-weight: 500;
}
.contents-area ul li p {
  margin-top: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  font-weight: normal;
}
.contents-area ul li p.kome {
  margin-bottom: 15px;
}
.contents-area ul li p.kome span {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  font-weight: normal;
}
.contents-area ul li p span {
  font-weight: 500;
}
.contents-area h4 {
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 10px;
  padding-left: 0.5em;
  font-weight: bold;
  position: relative;
}
.contents-area h4::before {
  content: "";
  background: #0082BE;
  width: 5px;
  height: 25px;
  position: absolute;
  top: 4px;
  left: 0;
  transform: translateX(-50%);
}
.contents-area .table-area {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #E2E2E2;
}
.contents-area .table-area:last-child {
  border-bottom: none;
}
.contents-area .table-area p.ttl {
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 50px;
  font-weight: bold;
  text-align: center;
}
.contents-area .table-contents, .contents-area .col2 {
  width: calc(50% - 20px);
}
.contents-area .col2 {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
}
.table-contents p.kome, .contents-area p.kome {
  font-size: 14px;
  font-size: 1.4rem;
}
.contents-area p.kome:first-child {
	margin-top: 10px;
}
.contents-area .col2 ul.check.document-area li {
  padding-left: 2em;
}
.contents-area .col2 ul.check.document-area li::before {
  left: 0.8em;
}
table {
  width: 100%;
  border: 1px solid #ACACAC;
}
table tr th.col {
  padding: 10px;
  background: #EBF3F7;
  border-bottom: 1px solid #ACACAC;
  border-right: 1px solid #ACACAC;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: left;
  font-weight: bold;
}
table tr td {
  padding: 5px 10px;
  border-right: 1px solid #ACACAC;
  border-bottom: 1px solid #ACACAC;
  vertical-align: middle;
}
table tr td.fee {
	text-align: right;
}
table tr td.ttl-l {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
}
table tr th.col:last-child {
  border-right: none;
}
table tr td.fee {
  text-align: right;
}
table tr th.col.w246 {
  width: 42.41%;
}
table tr th.col.w167 {
  width: 28.79%;
}
table tr th.col.w333 {
  width: 57.41%;
}
#regular .contents-area h4, #light .contents-area h4, #bike .contents-area h4 {
  margin: 60px 0 25px;
}
.contents-area .col2 h4 {
  margin: 0 0 10px !important;
}
.contents-area .col2 .document-area {
  padding: 20px;
  border: 1px solid #C4CFD4;
  background: #fff;
  flex-grow: 1;
}
.unso-bnr {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .contents-area h3 {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
  .contents-area {
    margin-bottom: 70px;
  }
  .contents-area .table-contents {
    width: 100%;
    margin-bottom: 40px;
  }
  .contents-area .table-contents:last-child {
    margin-bottom: 0;
  }
  .contents-area h4 {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 15px;
  }
  .contents-area .table-area p.ttl {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 30px;
  }
  table tr th.col.w333 {
    width: 27.41%;
  }
  .contents-area .table-contents, .contents-area .col2 {
    width: 100%;
  }
  .contents-area .col2 {
    margin-bottom: 60px;
  }
  .unso-bnr {
    margin-top: 100px;
    margin-bottom: 60px;
  }
	.contents-area ul.number {
		padding-left: 1.5em;
	}
	.contents-area ul li {
		    line-height: 31px;
	}
}
#fee {
  margin: 100px auto;
}
#fee .contents-area .table-area {
  margin-bottom: 70px;
  padding-bottom: 70px;
}
#fee .contents-area .table-area.normal {
  margin-bottom: 50px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #fee {
    margin: 50px auto;
  }
}