@charset "utf-8";
/*
---------------------------------------------

    base settings

*/
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  clear: both;
}
ul,
ol,
dl,
p,
img,
form,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
}
li {
  list-style: none;
}
input,
textarea {
  font-size: 1.2rem;
}
img {
  vertical-align: bottom;
}
a {
  color: #1D50A2;
}
a:active,
a:hover {
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
  font-weight: normal;
}
/* microclearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/** For IE 6/7 only */
.cf {
  *zoom: 1;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.forPC {
  display: block;
}
.forSP {
  display: none;
}
/* microclearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/** For IE 6/7 only */
.cf {
  *zoom: 1;
}
/*
---------------------------------------------

  header area

*/
.l-header {
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 20;
}
.l-header-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 3rem 0;
  text-align: right;
  position: relative;
}
.l-header-logo {
  position: absolute;
  left: 3rem;
  top: 1rem;
}
.l-header-logo img {
  width: auto;
  height: 90px;
}
.l-header-logo:hover {
  opacity: 0.7;
  transition: ease 0.3s opacity;
}
.l-header-list {
  padding: 0 3rem 0 0;
}
.l-header-list__item {
  margin: 0 0 0 1.5rem;
  display: inline-block;
}
.l-header-list__link {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  position: relative;
}
.l-header-list__link::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #1D50A2;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.l-header-list__link:hover::after {
  transform: scale(1, 1);
}
.l-header-list__link:hover {
  color: #1D50A2;
}
.l-header-list__link--login {
  width: 140px;
  height: 50px;
  color: #fff;
  background: #1D50A2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.l-header-list__link--login::after {
  background: none;
  transform: none;
}
.l-header-list__link--login:hover::after {
  transform: none;
}
.l-header-list__link--login:hover {
  color: #fff;
  background: #38CBD1;
}
.l-gnavi {
  width: 100%;
  background: #38CBD1;
}
.l-gnavi-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.l-gnavi-list {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.l-gnavi-list__item {
  border-left: 1px solid #fff;
  display: table-cell;
  vertical-align: middle;
}
.l-gnavi-list__item:last-child {
  border-right: 1px solid #fff;
}
.l-gnavi-list__link {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.l-gnavi-list__link:hover {
  background: #1D50A2;
  color: #fff;
}
/*
---------------------------------------------

  footer area

*/
.l-footer {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #F6F6F6;
}
.l-footer-menu-top {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 2.5rem 0;
  text-align: right;
  position: relative;
  border-bottom: solid 1px #E6E6E6;
}
.l-footer-menu-top-logo {
  position: absolute;
  left: 2rem;
  top: 0;
}
.l-footer-menu-top-logo img {
  width: auto;
  height: 60px;
}
.l-footer-menu-top-list {
  padding: 0 2rem 0 0;
}
.l-footer-menu-top-list__item {
  margin: 0 0 0 2rem;
  display: inline-block;
}
.l-footer-menu-top-list__link {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}
.l-footer-menu-top-list__link--login {
  width: 190px;
  height: 60px;
  color: #fff;
  background: #1D50A2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.l-footer-menu-top-list__link--login:hover {
  color: #fff;
  background: #38CBD1;
}
.l-footer-menu-wrapper {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 3rem;
}
.l-footer-menu {
  float: left;
  width: 33%;
}
.l-footer-menu__title {
  margin: 5rem 0 3rem 0;
  padding: 0;
}
.l-footer-menu__title__link {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
}
.l-footer-menu__title__link:hover {
  color: #1D50A2;
  text-decoration: underline;
}
.l-footer-menu__list__item {
  margin: 0 0 1rem 0;
  padding: 0;
}
.l-footer-menu__list__link {
  display: block;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 0;
}
.l-footer-menu__list__link:hover {
  text-decoration: underline;
}
.l-footer-menu-bottom {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 2rem 0 0 0;
  border-top: solid 1px #E6E6E6;
}
.l-footer-menu-bottom__list {
  float: left;
  width: 30%;
  padding: 1rem 0;
}
.l-footer-menu-bottom__list__item {
  float: left;
}
.l-footer-menu-bottom__list__link {
  display: block;
  font-size: 1.6rem;
  color: #5A5959;
  text-decoration: none;
  margin: 0 3rem 0 0;
}
.l-footer-menu-bottom__list__link:hover {
  text-decoration: underline;
}
.l-footer-menu-bottom__button {
  float: left;
  width: 70%;
}
.l-footer-menu-bottom__button__item {
  float: right;
}
.l-footer-menu-bottom__button__link {
  display: block;
  margin: 0 0 0 1.5rem;
}
.l-footer-menu-bottom__button__link--sns {
  margin: 0.7rem 0 0 1.5rem;
}
.l-footer-menu-bottom__button__link--mail {
  width: 260px;
  height: 60px;
  color: #fff;
  background: #38CBD1 url(../img/icon_mail.svg) no-repeat 20px center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 0 0 0 6rem;
}
.l-footer-menu-bottom__button__link--mail:hover {
  color: #fff;
  background: #1D50A2 url(../img/icon_mail.svg) no-repeat 20px center;
}
.l-footer-menu-bottom__button__link--member {
  width: 260px;
  height: 60px;
  color: #fff;
  background: #1D50A2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  padding: 0;
}
.l-footer-menu-bottom__button__link--member:hover {
  color: #fff;
  background: #38CBD1;
}
.l-footer-bottom {
  margin: 0;
  padding: 2rem;
  background: #1D50A2;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
/*
---------------------------------------------

  common

*/
.l-pagetop {
  width: 100%;
  border-top: solid 4px #F8F8F8;
  margin: 0;
  text-align: center;
}
.l-pagetop__link {
  display: block;
  padding: 2rem;
}
.l-tab {
  margin: 0;
  width: 100%;
}
.l-tab-area {
  margin: 0 auto;
  border-bottom: solid 4px #C9C4C4;
}
.l-tab-area-inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
}
.l-tab__button,
.l-tab__button2 {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
}
.l-tab__button li,
.l-tab__button2 li {
  margin: 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  transition: ease 0.2s opacity;
  position: relative;
  list-style: none;
  display: block;
}
.l-tab__button li a,
.l-tab__button2 li a {
  display: block;
  padding: 3rem 0 2rem 0;
  color: #000;
  text-decoration: none;
}
.l-tab__button li:hover:after,
.l-tab__button2 li:hover:after,
.l-tab__button li.current:after,
.l-tab__button2 li.current:after,
.l-tab__button li.is-active:after,
.l-tab__button2 li.is-active:after {
  position: absolute;
  bottom: -14px;
  left: 0;
  border-bottom: solid 4px #1D50A2;
  content: "";
  width: 100%;
}
.l-tab__button li:hover:before,
.l-tab__button2 li:hover:before,
.l-tab__button li.current:before,
.l-tab__button2 li.current:before,
.l-tab__button li.is-active:before,
.l-tab__button2 li.is-active:before {
  content: "";
  border: 36px solid transparent;
  border-top: 36px solid #1D50A2;
  position: absolute;
  left: calc(50% - 36px);
  bottom: -82px;
}
.l-tab__button--outer,
.l-tab__button2--outer {
  position: relative;
  z-index: 2;
  display: block;
}
.l-tab__select--outer {
  display: none;
}
.l-tab-contents {
  position: relative;
  top: -1px;
  margin-top: 0;
}
.l-pankuzu {
  max-width: 1260px;
  margin: 0 auto;
  padding: 2rem 3rem;
  font-size: 1.4rem;
  text-align: left;
}
.l-pankuzu a {
  color: #000;
  text-decoration: none;
}
.l-pankuzu a:hover {
  text-decoration: underline;
}
/*
---------------------------------------------

  contents area

*/
.l-contents {
  width: 100%;
  padding: 190px 0 0 0;
}
.l-contents--low {
  max-width: 1640px;
  margin: 0 auto;
}
/*
---------------------------------------------

  main area

*/
.l-mv {
  width: 100%;
  height: 600px;
  margin: 0;
  padding: 0;
  background: url(../img/mv_bg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.l-mv__catch {
  padding: 16rem 0 0 0;
}
.l-mv__catch img {
  width: 500px;
  height: auto;
}
.l-mv__lead {
  padding: 3rem 0 0 0;
  font-size: 3rem;
  font-weight: nomal;
  color: #fff;
  line-height: 1.4;
  filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.1));
}
.l-mv--low {
  height: 400px;
}
.l-mv--low .l-mv-inner {
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.l-mv--low .l-mv__title {
  padding: 5rem 0 0 0;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
}
.l-mv--low .l-mv__lead {
  padding: 3rem 0 0 0;
  font-size: 1.8rem;
  font-weight: nomal;
  color: #000;
  line-height: 1.4;
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
}
.l-mv__button--mail {
  width: 260px;
  height: 60px;
  color: #fff;
  background: #38CBD1 url(../img/icon_mail.svg) no-repeat 20px center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin: 3rem auto;
  padding: 0 0 0 7rem;
}
.l-mv__button--mail:hover {
  color: #fff;
  background: #1D50A2 url(../img/icon_mail.svg) no-repeat 20px center;
}
.l-main {
  width: 100%;
  /*
---------------------------------------------

  l-contents-index

*/
}
.l-main--gray {
  background: #F6F6F6;
  padding: 6rem 0;
}
.l-main--gray .l-main-inner {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.l-main--gray .l-main-inner .l-main-whitebox {
  background: #fff;
  margin: 0 0 3rem 0;
  padding: 6rem 14rem;
}
.l-main-inner {
  max-width: 1640px;
  margin: 0 auto;
  padding: 12rem 0 0 0;
  text-align: center;
}
.l-main-section {
  margin: 0 0 12rem 0;
  padding: 0;
}
.l-main__catch {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 6rem 0;
}
.l-main__bold {
  font-weight: bold;
}
.l-main p {
  margin: 0 0 1em 0;
}
.l-main p:last-child {
  margin: 0;
}
.l-main p.attention {
  color: #FF003B;
}
.l-main p.note {
  margin: 0;
  font-size: 1.6rem;
}
.l-main p .blue {
  color: #1D50A2;
}
.l-main p .red {
  color: #FF0000;
}
.l-main ul {
  margin: 0 0 0 3rem;
}
.l-main ul li {
  list-style: disc;
  margin: 0 0 1rem 0;
}
.l-main ol {
  margin: 0 0 0 3rem;
}
.l-main ol li {
  list-style: decimal;
  margin: 0 0 1rem 0;
}
.l-main dl {
  margin: 0 0 1em 0;
}
.l-main dl dt {
  font-weight: bold;
}
.l-main .asterisk {
  color: #FF0000;
}
.l-main-textbox {
  margin: 0 auto 6rem auto;
  padding: 0;
  max-width: 1000px;
}
.l-main-textbox--tcenter {
  text-align: center;
}
.l-main-textbox--tleft {
  text-align: left;
}
.l-main-textbox--2column {
  display: flex;
  justify-content: center;
}
.l-main-textbox--2column .l-main-textbox-left {
  width: 50%;
  margin: 0 1rem;
}
.l-main-textbox--2column .l-main-textbox-right {
  width: 50%;
  margin: 0 1rem;
}
.l-main-textbox--gray {
  background: #FAFAFA;
  padding: 6rem 10rem;
}
.l-main-textbox--border {
  border: solid 3px #C9C4C4;
  padding: 5rem 10rem;
}
.l-main-textbox--us {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.l-main-imagebox {
  margin: 0 auto 10rem auto;
  padding: 0 3rem;
  max-width: 1200px;
}
.l-main-imagebox__image {
  width: 100%;
  margin: 0;
  padding: 0;
}
.l-main-imagebox__image img {
  width: 100%;
}
.l-main-imagebox--2column {
  display: flex;
  justify-content: center;
}
.l-main-imagebox--2column .l-main-imagebox__image {
  margin: 0 1rem;
}
.l-main-imagebox--2column .l-main-imagebox__image img {
  width: 100%;
  height: auto;
}
.l-main-imagebox--3column {
  display: flex;
  justify-content: center;
}
.l-main-imagebox--3column .l-main-imagebox__image {
  margin: 0 1rem;
}
.l-main-imagebox--3column .l-main-imagebox__image img {
  width: 100%;
  height: auto;
}
.l-main table {
  margin: 0 auto 3rem auto;
  padding: 0 3rem;
  border-collapse: collapse;
  text-align: left;
}
.l-main table th {
  padding: 3rem 5rem;
  border: 1px #707070 solid;
  white-space: nowrap;
  text-align: center;
  font-size: 2rem;
}
.l-main table td {
  padding: 3rem 5rem;
  border: 1px #707070 solid;
}
.l-main table thead th {
  background: #1D50A2;
  color: #fff;
}
.l-main table thead td {
  background: #fff;
}
.l-main table tbody th {
  background: #E6E6E6;
}
.l-main table tbody td {
  background: #fff;
}
.l-main__title {
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 6rem 0;
  position: relative;
  display: inline-block;
}
.l-main__title:before {
  background: #1D50A2;
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main__title:after {
  background: #1D50A2;
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main__title2 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 3rem 0;
}
.l-main__title2 span {
  font-weight: normal;
}
.l-main__subtitle {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 3rem 0;
  color: #1D50A2;
  text-align: left;
}
.l-main__list {
  font-size: 1.8rem;
  margin: 0 0 6rem 3rem;
}
.l-main__list__item {
  margin: 0 0 1rem 0;
  list-style: disc;
}
.l-main__list__item:last-child {
  margin: 0;
}
.l-main__button {
  margin: 0 auto;
}
.l-main__button--white {
  width: 600px;
  margin: 0 auto;
}
.l-main__button--white a {
  width: 100%;
  background: #fff;
  border: solid 2px #C9C4C4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  padding: 2rem 4rem;
  text-decoration: none;
  -moz-box-shadow: 3px 3px 6px #d6d6d6;
  -webkit-box-shadow: 3px 3px 6px #d6d6d6;
  box-shadow: 3px 3px 6px #d6d6d6;
  display: block;
  text-align: center;
  color: #000;
}
.l-main__button--white a:hover {
  -moz-box-shadow: 0 0 0 #d6d6d6;
  -webkit-box-shadow: 0 0 0 #d6d6d6;
  box-shadow: 0 0 0 #d6d6d6;
  border: solid 2px #999;
}
.l-main__button--link {
  width: 800px;
  margin: -6rem auto;
  display: block;
}
.l-main__button--link a {
  width: 100%;
  background: #fff;
  border: solid 1px #707070;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  padding: 2rem 10rem 2rem 4rem;
  text-decoration: none;
  display: block;
  text-align: left;
  position: relative;
  color: #000;
}
.l-main__button--link a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 20px;
  background: url(../img/arrow_02.svg) no-repeat right center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main__button--green {
  width: 500px;
  margin: 0 auto;
  display: block;
}
.l-main__button--green a {
  width: 100%;
  background: #38CBD1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  margin: 6rem 0 0 0;
  padding: 2rem 4rem;
  text-decoration: none;
  display: block;
  text-align: left;
  position: relative;
  color: #fff;
  text-align: center;
}
.l-main__button--blue {
  width: 500px;
  margin: 0 auto;
  display: block;
}
.l-main__button--blue a {
  width: 100%;
  background: #1D50A2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  margin: 3rem 0;
  padding: 2rem 4rem;
  text-decoration: none;
  display: block;
  text-align: left;
  position: relative;
  color: #fff;
  text-align: center;
  -moz-box-shadow: 3px 3px 6px #d6d6d6;
  -webkit-box-shadow: 3px 3px 6px #d6d6d6;
  box-shadow: 3px 3px 6px #d6d6d6;
}
.l-main__button--blue a:hover {
  background: #38CBD1;
  -moz-box-shadow: 0 0 0 #d6d6d6;
  -webkit-box-shadow: 0 0 0 #d6d6d6;
  box-shadow: 0 0 0 #d6d6d6;
}
.l-main__button--dl {
  width: 800px;
  margin: -6rem auto;
  display: block;
}
.l-main__button--dl a {
  width: 100%;
  background: #fff;
  border: solid 1px #707070;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  padding: 2rem 10rem 2rem 4rem;
  text-decoration: none;
  display: block;
  text-align: left;
  position: relative;
  color: #000;
}
.l-main__button--dl a:before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(../img/icon_download.svg) no-repeat right center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main__button--dl a:hover {
  background: #38CBD1;
  color: #fff;
  border: solid 1px #38CBD1;
}
.l-main__button--dl a:hover:before {
  background: url(../img/icon_download_wh.svg) no-repeat right center;
}
.l-main__button--invalid {
  background: #E6E6E6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 auto;
  padding: 2rem;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #fff;
}
.l-main .l-contents-index {
  display: flex;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 3rem;
}
.l-main .l-contents-index-box {
  background: #F8F8F8;
  width: calc(100% / 3);
  min-height: 370px;
  margin: 0 1.6rem 1.6rem 0;
}
.l-main .l-contents-index-box:last-child {
  margin: 0 0 1.6rem 0;
}
.l-main .l-contents-index__category {
  position: relative;
  width: 100%;
  height: 190px;
}
.l-main .l-contents-index__category a {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 2rem 6rem 2rem 3rem;
  display: block;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  color: #000;
}
.l-main .l-contents-index__category a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 20px;
  background: url(../img/arrow_02.svg) no-repeat right center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main .l-contents-index__category:hover {
  opacity: 0.7;
  transition: ease 0.3s opacity;
}
.l-main .l-contents-index__category:hover a {
  color: #1D50A2;
}
.l-main .l-contents-index__list {
  padding: 3rem;
}
.l-main .l-contents-index__list__item {
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
.l-main .l-contents-index__list__item:last-child {
  margin: 0;
}
.l-main .l-contents-index__list__item a {
  text-decoration: none;
  color: #000;
}
.l-main .l-contents-index__list__item a:hover {
  color: #1D50A2;
  text-decoration: underline;
}
.l-main .l-contents-index__list--2column {
  float: left;
  width: calc((100% - 6rem) / 2);
  margin: 0 3rem;
}
.l-main .l-contents-index__list--2column:last-child {
  margin: 0;
}
/*
---------------------------------------------

  l-submenu

*/
.l-submenu {
  width: 100%;
  background: #F6F6F6;
}
.l-submenu-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 4rem 3rem;
}
.l-submenu__list__item {
  float: left;
  border-right: solid 4px #C9C4C4;
  margin: 0 3rem 0 0;
  padding: 0 3rem 0 0;
  line-height: 1;
}
.l-submenu__list__item:last-child {
  border: none;
}
.l-submenu__list__item a {
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
/*
---------------------------------------------

  top

*/
.l-main--top .l-main-section {
  margin: 0;
}
.l-main--top .l-main-topic {
  margin: 0;
  padding: 3rem 0 0 0;
}
.l-main--top .l-main-topic-list {
  margin: 0;
  padding: 0;
}
.l-main--top .l-main-topic-list img {
  width: 97%;
}
.l-main--top .l-main-topic-list__caption {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  height: 12rem;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-main--top .l-main-topic-list a {
  color: #000;
  text-decoration: none;
}
.l-main--top .l-main-topic-list a:hover img {
  opacity: 0.7;
}
.l-main--top .l-main-topic .slick-prev {
  width: 60px;
  height: 100%;
  left: 0;
  z-index: 10;
  transform: scale(-1, 1) translate(0, -50%);
}
.l-main--top .l-main-topic .slick-prev:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #38cbd1 url(../img/arrow_04.svg) no-repeat center center;
  background-size: 12px;
  opacity: 1;
}
.l-main--top .l-main-topic .slick-next {
  width: 60px;
  height: 100%;
  right: 0;
}
.l-main--top .l-main-topic .slick-next:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #38cbd1 url(../img/arrow_04.svg) no-repeat center center;
  background-size: 12px;
  opacity: 1;
}
.l-main--top .l-main-topic .slick-dots {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  bottom: -53px;
}
.l-main--top .l-main-topic .slick-dots li {
  width: 5px;
  height: 5px;
  background: none;
}
.l-main--top .l-main-topic .slick-dots li button {
  width: 5px;
  height: 5px;
}
.l-main--top .l-main-topic .slick-dots li button:before {
  content: '';
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #d3c9bd;
  opacity: 1;
}
.l-main--top .l-main-topic .slick-dots li.slick-active button:before {
  background: #000000;
  opacity: 1;
}
.l-main--top .l-main-search {
  margin: 0;
  padding: 6rem 0;
  background: #F8F8F8;
}
.l-main--top .l-main-search .l-main-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 3rem;
}
.l-main--top .l-main-search .l-main__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0;
  padding: 2rem;
  position: relative;
  display: block;
  background: #1D50A2;
  color: #fff;
}
.l-main--top .l-main-search .l-main__title:before {
  display: none;
}
.l-main--top .l-main-search .l-main__title:after {
  display: none;
}
.l-main--top .l-main-search .l-search-form {
  padding: 4rem 5rem;
  background: #fff;
}
.l-main--top .l-main-search .l-search-form-inner {
  display: flex;
  margin: 0 0 3rem 0;
}
.l-main--top .l-main-search .l-search-form-inner dl {
  width: 100%;
  text-align: left;
  display: table;
  margin: 0;
  padding: 0;
}
.l-main--top .l-main-search .l-search-form-inner dl dt {
  padding: 1rem 3.5rem;
  text-align: center;
  vertical-align: middle;
  background: #ECECEC;
  color: #000;
  display: table-cell;
  width: 160px;
  font-size: 1.6rem;
}
.l-main--top .l-main-search .l-search-form-inner dl dd {
  padding: 1rem 3.5rem;
  vertical-align: middle;
  background: #fff;
  display: table-cell;
  width: calc(100% - 160px);
  font-size: 1.6rem;
}
.l-main--top .l-main-search .l-search-form-inner input,
.l-main--top .l-main-search .l-search-form-inner select {
  font-size: 2rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px #707070 solid;
  padding: 1rem;
}
.l-main--top .l-main-search .l-search-form-inner select {
  padding: 1rem 6rem 1rem 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/arrow_pulldown.svg) no-repeat right 50%;
  background-size: 40px, 100%;
}
.l-main--top .l-main-search .l-search-form-inner .l-search-form__checkbox {
  display: none;
}
.l-main--top .l-main-search .l-search-form-inner .l-search-form__checkbox__text {
  margin: 0 0 1rem 0;
  padding: 0 0 0 4rem;
  position: relative;
  display: block;
}
.l-main--top .l-main-search .l-search-form-inner .l-search-form__checkbox__text--float {
  display: inline-block;
  margin: 0 3rem 2rem 0;
}
.l-main--top .l-main-search .l-search-form-inner .l-search-form__checkbox__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #707070;
  border-radius: 4px;
}
.l-main--top .l-main-search .l-search-form-inner .l-search-form__checkbox:checked + .l-search-form__checkbox__text::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 7px;
  width: 12px;
  height: 20px;
  transform: rotate(40deg);
  border-bottom: 3px solid #38CBD1;
  border-right: 3px solid #38CBD1;
}
.l-main--top .l-main-search .l-search-form-inner .l-search-form__freeword {
  margin: 2rem 0 0 0;
}
.l-main--top .l-main-search .l-search-form-inner--2column dl {
  width: 50%;
}
.l-main--top .l-main-search .l-search-form-more__button {
  margin: 0;
  padding: 2rem;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  color: #000;
  display: block;
  text-align: left;
  background: #fcfcfc;
  text-align: center;
}
.l-main--top .l-main-search .l-search-form-more__button span {
  background: url(../img/icon_more.svg) no-repeat left center;
  padding: 2rem 5rem;
}
.l-main--top .l-main-search .l-search-form-more__area {
  display: none;
}
.l-main--top .l-main-search .l-main__button {
  margin: 0 auto;
}
.l-main--top .l-main-search .l-main__button--search {
  width: 500px;
  margin: 0 auto;
  display: block;
}
.l-main--top .l-main-search .l-main__button--search input {
  width: 100%;
  background: #38CBD1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 6rem 0 0 0;
  padding: 2rem 4rem;
  text-decoration: none;
  display: block;
  color: #fff;
  text-align: center;
  -moz-box-shadow: 3px 3px 6px #d6d6d6;
  -webkit-box-shadow: 3px 3px 6px #d6d6d6;
  box-shadow: 3px 3px 6px #d6d6d6;
}
.l-main--top .l-main-search .l-main__button--search input:hover {
  background: #1D50A2;
  -moz-box-shadow: 0 0 0 #d6d6d6;
  -webkit-box-shadow: 0 0 0 #d6d6d6;
  box-shadow: 0 0 0 #d6d6d6;
}
.l-main--top .l-main-news {
  margin: 0;
  padding: 6rem 0 0 0;
}
.l-main--top .l-main-news .l-tab-area li {
  width: calc(100% / 5);
}
.l-main--top .l-main-news .l-main-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 3rem;
  position: relative;
}
.l-main--top .l-main-news .l-news__button__item {
  position: absolute;
  top: 0;
  right: 0;
}
.l-main--top .l-main-news .l-news__button__link {
  display: block;
  margin: 0 0 0 1.5rem;
}
.l-main--top .l-main-news .l-news__button__link--mail {
  width: 260px;
  height: 60px;
  color: #fff;
  background: #38CBD1 url(../img/icon_mail.svg) no-repeat 20px center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 0 0 0 7rem;
}
.l-main--top .l-main-news .l-news__button__link--mail:hover {
  color: #fff;
  background: #38CBD1 url(../img/icon_mail.svg) no-repeat 20px center;
}
.l-main--top .l-main-news .l-news-list {
  text-align: left;
  padding: 6rem 0 0 0;
}
.l-main--top .l-main-news .l-news-list__item {
  margin: 0 0 2rem 0;
  list-style: none;
}
.l-main--top .l-main-news .l-news-list__item a {
  color: #000;
  text-decoration: none;
}
.l-main--top .l-main-news .l-news-list__item a:hover .l-news-list__item__title {
  text-decoration: underline;
  color: #1D50A2;
}
.l-main--top .l-main-news .l-news-list__item__category {
  background: #fff;
  margin: 0 2rem 0 0;
  padding: 1rem;
  width: 260px;
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  float: left;
}
.l-main--top .l-main-news .l-news-list__item__category--important {
  background: #d5483c;
}
.l-main--top .l-main-news .l-news-list__item__category--news {
  background: #ff9d00;
}
.l-main--top .l-main-news .l-news-list__item__category--press {
  background: #3d93c7;
}
.l-main--top .l-main-news .l-news-list__item__category--event {
  background: #73a840;
}
.l-main--top .l-main-news .l-news-list__item__date {
  width: 120px;
  margin: 1rem 0 0 0;
  float: left;
  text-align: right;
}
.l-main--top .l-main-news .l-news-list__item__title {
  width: calc(100% - 420px);
  display: block;
  border-left: solid 3px #C9C4C4;
  margin: 1rem 0 0 2rem;
  padding: 0 0 0 2rem;
  float: left;
}
.l-main--top .l-main-news .l-main__button--white {
  margin: 6rem auto;
}
.l-main--top .l-main-news .l-main__button--white a {
  -moz-box-shadow: 0 0 0 #d6d6d6;
  -webkit-box-shadow: 0 0 0 #d6d6d6;
  box-shadow: 0 0 0 #d6d6d6;
}
.l-main--top .l-main-menu {
  margin: 0;
  padding: 0;
  background: #F8F8F8;
}
.l-main--top .l-main-menu .l-main-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 6rem 3rem;
}
.l-main--top .l-main-menu--2column {
  margin: 0;
  padding: 0;
  display: flex;
}
.l-main--top .l-main-menu--2column .l-main-menu__item {
  width: calc(100% / 2);
  list-style: none;
  margin: 0 1.5rem 1.5rem 0;
  font-size: 2rem;
  font-weight: bold;
}
.l-main--top .l-main-menu--2column .l-main-menu__item:last-child {
  margin: 0 0 1.5rem 0;
}
.l-main--top .l-main-menu--2column .l-main-menu__item a {
  height: 200px;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 0 5rem 0 27rem;
  color: #000;
  position: relative;
  text-align: left;
}
.l-main--top .l-main-menu--2column .l-main-menu__item a:hover {
  opacity: 0.7;
}
.l-main--top .l-main-menu--2column .l-main-menu__item a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 20px;
  background: url(../img/arrow_02.svg) no-repeat right center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main--top .l-main-menu--2column .l-main-menu__item--what a {
  background: #fff url(../img/top_menu_icon_01.jpg) no-repeat left center;
}
.l-main--top .l-main-menu--2column .l-main-menu__item--request a {
  background: #fff url(../img/top_menu_icon_02.jpg) no-repeat left center;
}
.l-main--top .l-main-menu--2column .l-main-menu__item--become a {
  background: #fff url(../img/top_menu_icon_03.jpg) no-repeat left center;
}
.l-main--top .l-main-menu--2column .l-main-menu__item--about a {
  background: #fff url(../img/top_menu_icon_04.svg) no-repeat 5rem center;
}
.l-main--top .l-main-menu--4column {
  margin: 0;
  padding: 0;
  display: flex;
}
.l-main--top .l-main-menu--4column .l-main-menu__item {
  width: calc(100% / 4);
  list-style: none;
  margin: 0 1.5rem 0 0;
}
.l-main--top .l-main-menu--4column .l-main-menu__item:last-child {
  margin: 0;
}
.l-main--top .l-main-menu--4column .l-main-menu__item a {
  height: 120px;
  display: block;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 0 2rem 0 14rem;
  color: #000;
}
.l-main--top .l-main-menu--4column .l-main-menu__item a:hover {
  opacity: 0.7;
}
.l-main--top .l-main-menu--4column .l-main-menu__item--enrollment a {
  background: #fff url(../img/top_menu_icon_05.svg) no-repeat 5rem center;
}
.l-main--top .l-main-menu--4column .l-main-menu__item--column a {
  background: #fff url(../img/top_menu_icon_06.svg) no-repeat 5rem center;
}
.l-main--top .l-main-menu--4column .l-main-menu__item--faq a {
  background: #fff url(../img/top_menu_icon_07.svg) no-repeat 5rem center;
}
.l-main--top .l-main-menu--4column .l-main-menu__item--contact a {
  background: #fff url(../img/top_menu_icon_08.svg) no-repeat 5rem center;
}
.l-main--top .l-main-sns .l-main-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 6rem 3rem 0 3rem;
  display: flex;
}
.l-main--top .l-main-sns-twitter {
  width: calc(100% - 500px);
  height: 600px;
  border: solid 1px #707070;
  padding: 3rem;
  overflow: scroll;
  margin: 0 2rem 0 0;
}
.l-main--top .l-main-sns-facebook {
  width: 500px;
  height: 600px;
}
.l-main--top .l-main-banner {
  margin: 0;
}
.l-main--top .l-main-banner .l-main-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 6rem 3rem;
}
.l-main--top .l-main-banner-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.l-main--top .l-main-banner-list__item {
  width: calc((100% - 4.6rem) / 4);
  list-style: none;
  margin: 0 1.5rem 1.5rem 0;
  padding: 0;
  font-size: 2rem;
  font-weight: bold;
  background: #fff;
  border: solid 1px #707070;
  box-sizing: border-box;
}
.l-main--top .l-main-banner-list__item a {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0;
}
.l-main--top .l-main-banner-list__item:nth-child(4n) {
  margin: 0 0 1.5rem 0;
}
/*
---------------------------------------------

  what

*/
.l-main--what .l-tab-area li {
  width: calc(100% / 3);
}
.l-main--what .l-main-imagebox {
  max-width: 1000px;
}
.l-main--what .l-main-imagebox__image img {
  min-height: 400px;
  width: auto;
}
/*
---------------------------------------------

  utilize

*/
.l-main--utilize .l-main-imagebox {
  max-width: 1140px;
}
.l-main--utilize .l-main-imagebox__image {
  margin: 0 3rem;
}
/*
---------------------------------------------

  when

*/
.l-main--when .l-main__button {
  margin: 3rem auto 0 auto;
}
.l-main--when .l-main-textbox {
  max-width: 1300px;
}
.l-main-textbox--left {
  width: 60%;
}
.l-main-textbox--left .l-main-imagebox__image img {
  width: 100%;
}
.l-main-textbox--right {
  width: 40%;
}
.l-when-list {
  padding: 0;
  text-align: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
}
.l-when-list__item {
  list-style: none;
  background: #ECECEC;
  margin: 0 0 1.5rem 0;
  padding: 1.5rem 3rem;
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
.l-when-list__item span {
  font-size: 3.6rem;
  margin: 0 1rem 0 0;
  vertical-align: middle;
}
/*
---------------------------------------------

  request

*/
.l-main--request .l-main-inner {
  padding: 6rem 0;
}
.l-main--request .l-main-inner .l-contents-index-box--howto .l-contents-index__category {
  background: url(../img/request_pht_01.jpg) no-repeat center top;
  background-size: cover;
}
.l-main--request .l-main-inner .l-contents-index-box--search .l-contents-index__category {
  background: url(../img/request_pht_02.jpg) no-repeat center top;
  background-size: cover;
}
.l-main--request .l-main-inner .l-contents-index-box--voices .l-contents-index__category {
  background: url(../img/request_pht_03.jpg) no-repeat center top;
  background-size: cover;
}
/*
---------------------------------------------

  howto

*/
.l-main--howto .l-main-section {
  margin: 0;
  padding: 0 0 3rem 0;
}
.l-main--howto .l-howto-box {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 3rem;
}
.l-main--howto .l-howto-box__flow {
  padding: 6rem 14rem;
  border: solid 2px #707070;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
}
.l-main--howto .l-howto-box__title {
  font-size: 3.6rem;
  font-weight: bold;
  margin: 0 0 3rem 0;
  padding: 0 0 0 10rem;
  position: relative;
}
.l-main--howto .l-howto-box__title:before {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-us: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.2;
  white-space: pre;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  background: #38CBD1;
}
.l-main--howto .l-howto-box__title--no1:before {
  content: "1";
}
.l-main--howto .l-howto-box__title--no2:before {
  content: "2";
}
.l-main--howto .l-howto-box__title--no3:before {
  content: "3";
}
.l-main--howto .l-howto-box__title--no4:before {
  content: "4";
}
.l-main--howto .l-howto-box__title--no5:before {
  content: "5";
}
.l-main--howto .l-howto-box__title--no6:before {
  content: "6";
}
.l-main--howto .l-howto-box__content {
  margin: 0 0 6rem 0;
  padding: 0 0 0 10rem;
}
/*
---------------------------------------------

  search

*/
.l-main--search .l-main-inner {
  padding: 12rem 0;
}
.l-main--search .note {
  color: #FF0000;
  margin: 0 0 0 1rem;
  font-size: 1.6rem;
}
.l-main--search .l-search-form {
  display: block;
  margin: 0 auto 3rem auto;
  padding: 0 3rem;
  max-width: 1260px;
}
.l-main--search .l-search-form-inner {
  border-bottom: 1px #707070 solid;
  margin: 0;
  padding: 0;
}
.l-main--search .l-search-form dl {
  width: 100%;
  text-align: left;
  display: table;
  margin: 0;
  padding: 0;
}
.l-main--search .l-search-form dl dt {
  padding: 3rem 5rem;
  border-top: 1px #707070 solid;
  border-left: 1px #707070 solid;
  border-right: 1px #707070 solid;
  text-align: center;
  vertical-align: middle;
  background: #E6E6E6;
  display: table-cell;
  width: 30%;
}
.l-main--search .l-search-form dl dd {
  padding: 3rem 5rem;
  border-top: 1px #707070 solid;
  border-right: 1px #707070 solid;
  vertical-align: middle;
  background: #fff;
  display: table-cell;
  width: 70%;
}
.l-main--search .l-search-form input,
.l-main--search .l-search-form select {
  font-size: 2rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px #707070 solid;
  padding: 1rem;
}
.l-main--search .l-search-form select {
  padding: 1rem 6rem 1rem 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/arrow_pulldown.svg) no-repeat right 50%;
  background-size: 40px, 100%;
}
.l-main--search .l-search-form .l-search-form__textbox--w450 {
  width: 450px;
}
.l-main--search .l-search-form .l-search-form__textbox--w650 {
  width: 650px;
}
.l-main--search .l-search-form .l-search-form__checkbox {
  display: none;
}
.l-main--search .l-search-form .l-search-form__checkbox__text {
  margin: 0 0 1rem 0;
  padding: 0 0 0 4rem;
  position: relative;
  display: block;
}
.l-main--search .l-search-form .l-search-form__checkbox__text--float {
  display: inline-block;
  margin: 0 5rem 0 0;
}
.l-main--search .l-search-form .l-search-form__checkbox__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #707070;
  border-radius: 4px;
}
.l-main--search .l-search-form .l-search-form__checkbox:checked + .l-search-form__checkbox__text::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 7px;
  width: 12px;
  height: 20px;
  transform: rotate(40deg);
  border-bottom: 3px solid #38CBD1;
  border-right: 3px solid #38CBD1;
}
.l-main--search .l-search-form__freeword {
  margin: 2rem 0 0 0;
}
.l-main--search .l-main__button {
  margin: 0 auto;
}
.l-main--search .l-main__button--search {
  width: 500px;
  margin: 0 auto;
  display: block;
}
.l-main--search .l-main__button--search input {
  width: 100%;
  background: #1D50A2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 6rem 0 0 0;
  padding: 2rem 4rem;
  text-decoration: none;
  display: block;
  color: #fff;
  text-align: center;
  -moz-box-shadow: 3px 3px 6px #d6d6d6;
  -webkit-box-shadow: 3px 3px 6px #d6d6d6;
  box-shadow: 3px 3px 6px #d6d6d6;
}
.l-main--search .l-main__button--search input:hover {
  -moz-box-shadow: 0 0 0 #d6d6d6;
  -webkit-box-shadow: 0 0 0 #d6d6d6;
  box-shadow: 0 0 0 #d6d6d6;
}
.l-main--search .l-search-prefecture {
  display: block;
  margin: 0 auto 3rem auto;
  padding: 0 3rem;
  max-width: 1260px;
}
.l-main--search .l-search-prefecture-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.l-main--search .l-search-prefecture-list__item {
  width: calc((100% - 7.5rem ) / 6);
  margin: 0 1.5rem 1.5rem 0;
  list-style: none;
}
.l-main--search .l-search-prefecture-list__item:nth-child(6n) {
  margin: 0;
}
.l-main--search .l-search-prefecture-list__item a {
  width: 100%;
  background: #fff;
  border: solid 2px #C9C4C4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.5rem 2rem;
  text-decoration: none;
  display: block;
  text-align: left;
  color: #000;
  position: relative;
}
.l-main--search .l-search-prefecture-list__item a:hover {
  border: solid 2px #999;
}
.l-main--search .l-search-prefecture-list__item a span {
  position: absolute;
  right: 1rem;
}
.l-main--search .l-search-result {
  display: block;
  margin: 0 auto 3rem auto;
  padding: 0 3rem;
  max-width: 1260px;
  text-align: left;
}
.l-main--search .l-search-result__title {
  margin: 0 0 3rem 0;
  padding: 0 0 1rem 0;
  border-bottom: solid 2px #707070;
  font-weight: bold;
}
.l-main--search .l-search-result__subtitle {
  margin: 0 0 1rem 0;
  font-weight: bold;
}
.l-main--search .l-search-result__table table {
  width: 100%;
}
.l-main--search .l-search-result__table table th {
  background: #eee;
  color: #000;
  font-weight: bold;
}
.l-main--search .l-search-result-button {
  text-align: center;
  width: 250px;
}
.l-main--search .l-search-result-button__detail {
  background: #38CBD1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto;
  padding: 1rem 2rem;
  text-decoration: none;
  display: block;
  color: #fff;
  text-align: center;
  border: none;
}
.l-main--search .l-search-result-button__detail:hover {
  -moz-box-shadow: 0 0 0 #d6d6d6;
  -webkit-box-shadow: 0 0 0 #d6d6d6;
  box-shadow: 0 0 0 #d6d6d6;
}
.l-main--search .l-search-result .l-main__button {
  margin: 6rem auto;
}
.l-main--search .l-search-result .l-main__button--blue {
  width: 500px;
}
.l-main--search .l-search-result .l-main__button--blue a {
  width: 100%;
  background: #1D50A2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  padding: 2rem 4rem;
  text-decoration: none;
  display: block;
  color: #fff;
  text-align: center;
  border-style: none;
  -moz-box-shadow: 3px 3px 6px #d6d6d6;
  -webkit-box-shadow: 3px 3px 6px #d6d6d6;
  box-shadow: 3px 3px 6px #d6d6d6;
}
.l-main--search .l-search-result .l-main__button--blue a:hover {
  -moz-box-shadow: 0 0 0 #d6d6d6;
  -webkit-box-shadow: 0 0 0 #d6d6d6;
  box-shadow: 0 0 0 #d6d6d6;
}
.l-main--search .l-search-result .l-main__button--white {
  width: 500px;
}
.l-main--search .l-search-result .l-main__button--white a {
  width: 100%;
  background: #fff;
  border: solid 2px #C9C4C4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  padding: 2rem 4rem;
  text-decoration: none;
  -moz-box-shadow: 3px 3px 6px #d6d6d6;
  -webkit-box-shadow: 3px 3px 6px #d6d6d6;
  box-shadow: 3px 3px 6px #d6d6d6;
  display: block;
  text-align: center;
  color: #000;
}
.l-main--search .l-search-result .l-main__button--white a:hover {
  -moz-box-shadow: 0 0 0 #d6d6d6;
  -webkit-box-shadow: 0 0 0 #d6d6d6;
  box-shadow: 0 0 0 #d6d6d6;
  border: solid 2px #999;
}
.l-main--search .l-search-result .l-button__list {
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.l-main--search .l-search-result .l-button__list li {
  list-style: none;
}
.l-main--search .l-search-result .l-button__list .l-button__list__item {
  border: none;
}
.l-main--search .l-pagenavi {
  margin: 6rem auto 0 auto;
  text-align: center;
}
.l-main--search .l-pagenavi a {
  border: solid 1px #ECECEC;
  padding: 1rem 1.5rem;
  margin: 0 0.5rem;
  color: #000;
  text-decoration: none;
}
.l-main--search .l-pagenavi a:hover {
  background: #38CBD1;
  color: #fff;
}
.l-main--search .l-pagenavi .page {
  border: solid 1px #ECECEC;
  background: #fff;
  padding: 1rem 1.5rem;
  margin: 0 0.5rem;
  color: #000;
  text-decoration: none;
  font-size: 3rem;
  font-weight: bold;
}
.l-main--search .l-pagenavi .extend {
  margin: 0 0.5rem;
  color: #000;
  font-size: 3rem;
  font-weight: bold;
}
.l-main--search .l-pagenavi .current {
  border: solid 1px #ECECEC;
  padding: 1rem 1.5rem;
  margin: 0 0.5rem;
  background: #38CBD1;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}
.l-main--search .l-pagenavi .pages {
  background: #ECECEC;
  margin: 0 5rem 0 0;
  padding: 1.5rem 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
}
.l-main--search .l-pagenavi .pages img {
  transform: rotate(180deg);
  margin: 0 0 1.5rem 0;
}
.l-main--search .l-pagenavi .previouspostslink,
.l-main--search .l-pagenavi .nextpostslink {
  background: #1D50A2;
  padding: 1.5rem 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: #fff;
}
.l-main--search .l-pagenavi .previouspostslink img,
.l-main--search .l-pagenavi .nextpostslink img {
  margin: 0 0 1.5rem 0;
}
.l-main--search .l-pagenavi .previouspostslink {
  margin: 0 3rem 0 0;
}
.l-main--search .l-pagenavi .nextpostslink {
  margin: 0 0 0 3rem;
}
.l-main--search .l-search-detail {
  display: block;
  margin: 0 auto 3rem auto;
  padding: 0 3rem;
  max-width: 1260px;
  text-align: left;
}
.l-main--search .l-search-detail__title {
  margin: 0 0 3rem 0;
  padding: 0 0 1rem 0;
  border-bottom: solid 2px #707070;
  font-weight: bold;
}
.l-main--search .l-search-detail__subtitle {
  margin: 0 0 1rem 0;
  font-weight: bold;
}
.l-main--search .l-search-detail-info-inner {
  border-bottom: 1px #707070 solid;
  margin: 0 0 6rem 0;
  padding: 0;
}
.l-main--search .l-search-detail-info-top {
  display: flex;
}
.l-main--search .l-search-detail-info-top__image {
  border-top: 1px #707070 solid;
  border-left: 1px #707070 solid;
  padding: 3rem;
  width: 220px;
  text-align: center;
}
.l-main--search .l-search-detail-info-top__image img {
  width: 120px;
  height: auto;
}
.l-main--search .l-search-detail-info-top__data {
  width: calc((100% - 220px ));
}
.l-main--search .l-search-detail-info dl {
  width: 100%;
  text-align: left;
  display: table;
  margin: 0;
  padding: 0;
}
.l-main--search .l-search-detail-info dl dt {
  padding: 3rem;
  border-top: 1px #707070 solid;
  border-left: 1px #707070 solid;
  border-right: 1px #707070 solid;
  text-align: center;
  vertical-align: middle;
  background: #E6E6E6;
  display: table-cell;
  width: 220px;
}
.l-main--search .l-search-detail-info dl dd {
  padding: 3rem;
  border-top: 1px #707070 solid;
  border-right: 1px #707070 solid;
  vertical-align: middle;
  background: #fff;
  display: table-cell;
  width: calc((100% - 220px ));
}
.l-main--search .l-search-detail-intro {
  margin: 0 0 6rem 0;
}
.l-main--search .l-search-detail-form {
  display: block;
  margin: 0 auto 3rem auto;
  padding: 0;
  max-width: 1360px;
}
.l-main--search .l-search-detail-form-inner {
  border-bottom: 1px #707070 solid;
  margin: 0;
  padding: 0;
}
.l-main--search .l-search-detail-form dl {
  width: 100%;
  text-align: left;
  display: table;
  margin: 0;
  padding: 0;
}
.l-main--search .l-search-detail-form dl dt {
  padding: 3rem 5rem;
  border-top: 1px #707070 solid;
  border-left: 1px #707070 solid;
  border-right: 1px #707070 solid;
  text-align: center;
  vertical-align: middle;
  background: #E6E6E6;
  display: table-cell;
  width: 30%;
}
.l-main--search .l-search-detail-form dl dd {
  padding: 3rem 5rem;
  border-top: 1px #707070 solid;
  border-right: 1px #707070 solid;
  vertical-align: middle;
  background: #fff;
  display: table-cell;
  width: 70%;
}
.l-main--search .l-search-detail-form input,
.l-main--search .l-search-detail-form textarea {
  font-size: 1.8rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px #707070 solid;
  padding: 1rem;
}
.l-main--search .l-search-detail-form .l-search-form__textbox--w100 {
  width: 100px;
}
.l-main--search .l-search-detail-form .l-search-form__textbox--w150 {
  width: 150px;
}
.l-main--search .l-search-detail-form .l-search-form__textbox--w250 {
  width: 250px;
}
.l-main--search .l-search-detail-form .l-search-form__textbox--w450 {
  width: 450px;
}
.l-main--search .l-search-detail-form .l-search-form__textbox--w650 {
  width: 650px;
}
.l-main--search .l-search-detail-form input.l-main__button {
  margin: 0 auto;
}
.l-main--search .l-search-detail-form input.l-main__button--confirm {
  width: 500px;
  height: 100px;
  background: #1D50A2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 6rem 3rem 0 3rem;
  padding: 3rem 4rem;
  text-decoration: none;
  display: block;
  color: #fff;
  text-align: center;
  border-style: none;
  -moz-box-shadow: 3px 3px 6px #d6d6d6;
  -webkit-box-shadow: 3px 3px 6px #d6d6d6;
  box-shadow: 3px 3px 6px #d6d6d6;
}
.l-main--search .l-search-detail-form input.l-main__button--confirm:hover {
  -moz-box-shadow: 0 0 0 #d6d6d6;
  -webkit-box-shadow: 0 0 0 #d6d6d6;
  box-shadow: 0 0 0 #d6d6d6;
}
.l-main--search .l-search-detail-form input.l-main__button--back {
  width: 500px;
  height: 100px;
  background: #38CBD1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 6rem 3rem 0 3rem;
  padding: 3rem 4rem;
  text-decoration: none;
  display: block;
  color: #fff;
  text-align: center;
  -moz-box-shadow: 3px 3px 6px #d6d6d6;
  -webkit-box-shadow: 3px 3px 6px #d6d6d6;
  box-shadow: 3px 3px 6px #d6d6d6;
  border: none;
}
.l-main--search .l-search-detail-form input.l-main__button--back:hover {
  -moz-box-shadow: 0 0 0 #d6d6d6;
  -webkit-box-shadow: 0 0 0 #d6d6d6;
  box-shadow: 0 0 0 #d6d6d6;
}
.l-main--search .l-search-detail-form .l-main__button--white {
  margin: 6rem auto 0 auto;
}
.l-main--search .l-search-detail-form .l-main__button--back {
  margin: 12rem 0 0 0;
  width: 360px;
}
.l-main--search .l-search-detail-form .l-main__button--back a {
  width: 100%;
  background: #fff;
  border: solid 2px #C9C4C4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  padding: 2rem 4rem;
  text-decoration: none;
  -moz-box-shadow: 3px 3px 6px #d6d6d6;
  -webkit-box-shadow: 3px 3px 6px #d6d6d6;
  box-shadow: 3px 3px 6px #d6d6d6;
  display: block;
  text-align: center;
  color: #000;
}
.l-main--search .l-search-detail-form .l-main__button--back a:hover {
  -moz-box-shadow: 0 0 0 #d6d6d6;
  -webkit-box-shadow: 0 0 0 #d6d6d6;
  box-shadow: 0 0 0 #d6d6d6;
  border: solid 2px #999;
}
.l-main--search .l-search-detail-form .l-button__list {
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.l-main--search .l-search-detail-form .l-button__list li {
  list-style: none;
}
.l-main--search .l-search-detail-form .l-button__list input.l-button__list__item {
  border: none;
}
.l-main--search .l-search-detail-thanks {
  margin: 0 0 6rem 0;
}
.l-main--search .l-search-detail-thanks-inner {
  text-align: center;
}
.l-main--search .l-search-detail-thanks__catch {
  font-size: 3rem;
  font-weight: bold;
  padding: 3rem 0 0 0;
}
.l-main--search .l-search-detail-thanks__lead {
  padding: 0 0 6rem 0;
}
/*
---------------------------------------------

  voices

*/
.l-main--voices .l-voices-box {
  max-width: 1260px;
  margin: 0 auto 3rem auto;
  padding: 0 3rem;
  text-align: left;
}
.l-main--voices .l-voices-box-inner {
  padding: 0 5rem 5rem 5rem;
  border: solid 1px #707070;
}
.l-main--voices .l-voices-box__title {
  font-weight: bold;
  border-bottom: solid 1px #ECECEC;
  margin: 0 0 5rem 0;
  padding: 3rem 0 3rem 13rem;
  position: relative;
}
.l-main--voices .l-voices-box__title h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #1D50A2;
  padding: 1rem 0 0 0;
}
.l-main--voices .l-voices-box__title:before {
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-us: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
  white-space: pre;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  background: #38CBD1;
}
.l-main--voices .l-voices-box__title--good1:before {
  content: "good\A 1";
}
.l-main--voices .l-voices-box__title--good2:before {
  content: "good\A 2";
}
.l-main--voices .l-voices-box__title--good3:before {
  content: "good\A 3";
}
.l-main--voices .l-voices-box__title--good4:before {
  content: "good\A 4";
}
.l-main--voices .l-voices-box__title--good5:before {
  content: "good\A 5";
}
.l-main--voices .l-voices-box h4 {
  margin: 2rem 0;
  font-weight: bold;
  color: #1D50A2;
}
.l-main--voices .l-main__button {
  margin: 0 auto;
}
/*
---------------------------------------------

  become

*/
.l-main--become .l-main-inner {
  padding: 6rem 0;
}
.l-main--become .l-main-inner .l-contents-index-box--exam .l-contents-index__category {
  background: url(../img/become_pht_01.jpg) no-repeat center top;
  background-size: cover;
}
.l-main--become .l-main-inner .l-contents-index-box--past-result .l-contents-index__category {
  background: url(../img/become_pht_02.jpg) no-repeat center top;
  background-size: cover;
}
.l-main--become .l-main-inner .l-contents-index-box--preparation .l-contents-index__category {
  background: url(../img/become_pht_03.jpg) no-repeat center top;
  background-size: cover;
}
.l-main--become .l-main-inner .l-contents-index-box--passing .l-contents-index__category {
  background: url(../img/become_pht_04.jpg) no-repeat center top;
  background-size: cover;
}
.l-main--become .l-main-inner .l-contents-index-box--working-style .l-contents-index__category {
  background: url(../img/become_pht_05.jpg) no-repeat center top;
  background-size: cover;
}
.l-main--become .l-main-inner .l-contents-index-box--symposium .l-contents-index__category {
  background: url(../img/become_pht_06.jpg) no-repeat center top;
  background-size: cover;
}
/*
---------------------------------------------

  exam

*/
.l-main--exam {
  max-width: 1260px;
  margin: 0 auto;
  padding: 3rem 3rem 0 3rem;
}
.l-main--exam .fz20 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 2rem 0;
}
.l-main--exam .fz30 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 2rem 0;
}
.l-main--exam--invalid {
  width: 500px;
}
.l-main--exam .l-main__button--invalid {
  width: 500px;
}
.l-main--exam .l-main__button--dl {
  width: 500px;
  margin: 2rem auto;
}
/*
---------------------------------------------

  past-result

*/
.l-main--past-result .l-main-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 6rem 3rem;
}
.l-main--past-result .l-main-section {
  margin: 0 0 2rem 0;
  padding: 3rem 6rem;
  border: solid 3px #C9C4C4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
}
.l-main--past-result .l-main-section .l-past-result__title a {
  margin: 0;
  padding: 1rem 0;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #000;
}
.l-main--past-result .l-main-section .l-past-result__title a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 20px;
  background: url(../img/arrow_03.svg) no-repeat right center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main--past-result .l-main-section .l-past-result__title a.is-open:before {
  top: 40%;
  transform: rotate(90deg);
}
.l-main--past-result .l-main-section .l-past-result__content {
  margin: 3rem 0 0 0;
  padding: 4rem 0 0 0;
  border-top: solid 2px #C9C4C4;
  display: none;
}
.l-main--past-result .l-main-section .l-past-result__content .l-past-result__subtitle {
  margin: 2rem 0;
  padding: 0;
  font-weight: bold;
}
.l-main--past-result .l-main-section .l-past-result__content table {
  width: 100%;
}
.l-main--past-result .l-main-section .l-past-result__content table td {
  text-align: center;
}
/*
---------------------------------------------

  preparation

*/
.l-main--preparation {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 3rem;
}
.l-main--preparation .l-main-section#pnavi01 .l-main-textbox--2column {
  margin: 0 auto 6rem auto;
}
.l-main--preparation .l-main-section#pnavi01 .l-main-textbox--2column .l-main-textbox--left {
  width: 20%;
  margin: 0 5rem 0 0;
}
.l-main--preparation .l-main-section#pnavi01 .l-main-textbox--2column .l-main-textbox--left img {
  width: 100%;
}
.l-main--preparation .l-main-section#pnavi01 .l-main-textbox--2column .l-main-textbox--right {
  width: 80%;
}
.l-main--preparation .l-main-section#pnavi01 .l-main-textbox--2column .l-main-textbox--right .l-main__subtitle {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
}
.l-main--preparation .l-main-section#pnavi01 .l-main-textbox--2column .l-main-textbox--right .l-main-textbox-amazon {
  margin: 3rem 0;
}
.l-main--preparation .l-main-section#pnavi01 .l-main-textbox--2column .l-main-textbox--right .l-main-textbox-amazon__banner {
  float: left;
  width: 20%;
}
.l-main--preparation .l-main-section#pnavi01 .l-main-textbox--2column .l-main-textbox--right .l-main-textbox-amazon__banner img {
  width: 100%;
}
.l-main--preparation .l-main-section#pnavi01 .l-main-textbox--2column .l-main-textbox--right .l-main-textbox-amazon__list {
  float: left;
  width: 70%;
}
.l-main--preparation .l-main-section#pnavi01 .l-main-textbox--2column .l-main-textbox--right .l-main-textbox-amazon__list li {
  list-style: none;
  font-size: 1.6rem;
  margin: 0;
}
.l-main--preparation .l-main-section#pnavi01 .l-main-textbox--border {
  border: solid 1px #707070;
  padding: 6rem 14rem;
}
.l-main--preparation .l-main-section#pnavi02 .l-main-textbox--2column {
  max-width: 1200px;
  margin: 0 auto;
}
.l-main--preparation .l-main-section#pnavi02 .l-main-textbox--2column .l-main-textbox--left {
  width: 40%;
  margin: 0 3rem 0 0;
}
.l-main--preparation .l-main-section#pnavi02 .l-main-textbox--2column .l-main-textbox--left img {
  width: 100%;
}
.l-main--preparation .l-main-section#pnavi02 .l-main-textbox--2column .l-main-textbox--right {
  width: 60%;
  font-size: 1.8rem;
  font-weight: bold;
}
.l-main--preparation .l-main-section#pnavi02 .l-main__button--invalid {
  font-size: 2.4rem;
  color: #000;
  width: 500px;
  display: inline-block;
}
.l-main--preparation .l-main-section#pnavi03 .l-main-imagebox__image {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 3rem;
}
.l-main--preparation .l-main-section#pnavi03 .l-main-imagebox__image img {
  width: 100%;
}
.l-main--preparation .l-main-section#pnavi03 .l-main__button {
  margin: 6rem auto;
}
.l-main--preparation .l-main-section#pnavi04 .l-main-textbox__link {
  font-size: 2rem;
  font-weight: bold;
}
.l-main--preparation .l-main-section#pnavi04 .l-main-textbox__note {
  font-size: 1.6rem;
}
.l-main--preparation .l-main-section .fz20 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 6rem 0;
}
/*
---------------------------------------------

  preparation-movie

*/
.l-main--preparation-movie {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 3rem;
}
.l-main--preparation-movie .l-main-section#pnavi01 .l-main-textbox--2column {
  margin: 0 auto 6rem auto;
}
.l-main--preparation-movie .l-main-section#pnavi01 .l-main-textbox--2column .l-main-textbox--left {
  width: 40%;
  margin: 0 5rem 0 0;
}
.l-main--preparation-movie .l-main-section#pnavi01 .l-main-textbox--2column .l-main-textbox--left img {
  width: 100%;
}
.l-main--preparation-movie .l-main-section#pnavi01 .l-main-textbox--2column .l-main-textbox--right {
  width: 60%;
}
.l-main--preparation-movie .l-main-section#pnavi01 .l-main-textbox--2column .l-main-textbox--right table th,
.l-main--preparation-movie .l-main-section#pnavi01 .l-main-textbox--2column .l-main-textbox--right table td {
  padding: 1rem 2rem;
}
.l-main--preparation-movie .l-main-section#pnavi03 .l-preparation-movie__price {
  margin: 0 auto 6rem auto;
  padding: 0;
  border-collapse: collapse;
  text-align: left;
}
.l-main--preparation-movie .l-main-section#pnavi03 .l-preparation-movie__price dt {
  padding: 3rem 5rem;
  border: 1px #707070 solid;
  white-space: nowrap;
  text-align: center;
  font-size: 2.4rem;
  background: #ECECEC;
  float: left;
  width: 30%;
}
.l-main--preparation-movie .l-main-section#pnavi03 .l-preparation-movie__price dd {
  padding: 3rem 5rem;
  border-top: 1px #707070 solid;
  border-bottom: 1px #707070 solid;
  border-right: 1px #707070 solid;
  font-size: 2.4rem;
  font-weight: bold;
  float: left;
  width: 70%;
}
.l-main--preparation-movie .l-main-section#pnavi03 .l-preparation-movie__flow {
  margin: 0 auto 6rem auto;
  padding: 0;
  border-collapse: collapse;
  text-align: left;
}
.l-main--preparation-movie .l-main-section#pnavi03 .l-preparation-movie__flow dt {
  padding: 3rem 5rem;
  border: 1px #707070 solid;
  white-space: nowrap;
  text-align: center;
  font-size: 2.4rem;
  background: #ECECEC;
}
.l-main--preparation-movie .l-main-section#pnavi03 .l-preparation-movie__flow dd {
  padding: 6rem;
  border-left: 1px #707070 solid;
  border-bottom: 1px #707070 solid;
  border-right: 1px #707070 solid;
  font-size: 1.8rem;
  font-weight: bold;
}
.l-main--preparation-movie .l-main-section#pnavi03 .l-preparation-movie__flow dd .l-main-textbox--2column {
  max-width: 100%;
  margin: 0 0 6rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-main--preparation-movie .l-main-section#pnavi03 .l-preparation-movie__flow dd .l-main-textbox--2column .l-main-textbox--left {
  width: 40%;
  margin: 0 5rem 0 0;
}
.l-main--preparation-movie .l-main-section#pnavi03 .l-preparation-movie__flow dd .l-main-textbox--2column .l-main-textbox--left img {
  width: 100%;
}
.l-main--preparation-movie .l-main-section#pnavi03 .l-preparation-movie__flow dd .l-main-textbox--2column .l-main-textbox--right {
  width: 60%;
}
.l-main--preparation-movie .l-main-section#pnavi03 .l-main__subtitle {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 3rem 0;
  color: #000;
  text-align: center;
}
.l-main--preparation-movie .l-main-section#pnavi03 .fz20 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}
.l-main--preparation-movie .l-main-section .l-main__button--blue {
  margin: 6rem auto 12rem auto;
}
.l-main--preparation-movie .l-main-section .l-main__button--white {
  margin: 6rem auto;
  width: 600px;
}
.l-main--preparation-movie .l-main-section .l-main__button--white a {
  border: solid 1px #eee;
}
/*
---------------------------------------------

  web-coursea

*/
.l-main--web-coursea .l-main-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 6rem 3rem;
}
.l-main--web-coursea .l-main-section#pnavi01 .l-main__catch {
  position: relative;
  display: inline-block;
  padding: 0 10rem;
}
.l-main--web-coursea .l-main-section#pnavi01 .l-main__catch:before {
  content: "";
  display: inline-block;
  width: 104px;
  height: 104px;
  background: url(../img/web-coursea_line_01.svg) no-repeat left top;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main--web-coursea .l-main-section#pnavi01 .l-main__catch:after {
  content: "";
  display: inline-block;
  width: 104px;
  height: 104px;
  background: url(../img/web-coursea_line_02.svg) no-repeat right top;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main--web-coursea .l-main-section#pnavi01 .l-main__catch2 {
  font-size: 3rem;
  font-weight: bold;
  color: #1D50A2;
  margin: 0 0 6rem 0;
}
.l-main--web-coursea .l-main-section#pnavi01 .l-main-imagebox--3column {
  max-width: 1260px;
}
.l-main--web-coursea .l-main-section#pnavi01 .l-main-imagebox--3column .l-main-imagebox__item {
  margin: 0 1rem;
}
.l-main--web-coursea .l-main-section#pnavi01 .l-main-imagebox--3column .l-main-imagebox__item .l-main-imagebox__item__image {
  margin: 0 0 2rem 0;
  padding: 0;
}
.l-main--web-coursea .l-main-section#pnavi01 .l-main-imagebox--3column .l-main-imagebox__item .l-main-imagebox__item__image img {
  width: 100%;
  height: auto;
}
.l-main--web-coursea .l-main-section#pnavi01 .l-main-imagebox--3column .l-main-imagebox__item .l-main-imagebox__item__caption {
  font-size: 2.4rem;
  font-weight: bold;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box {
  margin: 0 0 2rem 0;
  padding: 3rem 4rem;
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
  border-right: solid 1px #707070;
  text-align: left;
  display: flex;
  align-items: center;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--red {
  border-left: solid 35px #D5483C;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--red .l-web-coursea-box__button a {
  background: #D5483C;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--blue {
  border-left: solid 35px #3D93C7;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--blue .l-web-coursea-box__button a {
  background: #3D93C7;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--green {
  border-left: solid 35px #73A840;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--green .l-web-coursea-box__button a {
  background: #73A840;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--left {
  width: 75%;
  margin: 0 0 0 0;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--left .l-main__subtitle {
  font-size: 3.6rem;
  font-weight: bold;
  margin: 0 0 0 0;
  color: #000;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--left .l-main__catch {
  text-align: left;
  margin: 0;
  padding: 0;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--left .l-web-coursea-box__content {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--left .l-web-coursea-box__icon {
  display: flex;
  margin: 0 0 0 0;
  padding: 0;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--left .l-web-coursea-box__icon li {
  list-style: none;
  margin: 0 1.5rem 0 0;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--left .l-web-coursea-box__price {
  font-size: 2.1rem;
  font-weight: bold;
  margin: 0 2rem 0 0;
  padding: 0 6rem 0 0;
  position: relative;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--left .l-web-coursea-box__price small {
  font-size: 1.4rem;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--left .l-web-coursea-box__price:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 64px;
  background: url(../img/arrow_05.svg) no-repeat right center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--left .l-web-coursea-box__price2 {
  font-size: 3.6rem;
  font-weight: bold;
  color: #f00;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--left .l-web-coursea-box__price2 small {
  font-size: 2.1rem;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--right {
  width: 20%;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--right .l-web-coursea-box__button {
  width: 250px;
  margin: 0 auto;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--right .l-web-coursea-box__button a {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 2rem 3rem;
  text-decoration: none;
  -moz-box-shadow: 3px 3px 6px #d6d6d6;
  -webkit-box-shadow: 3px 3px 6px #d6d6d6;
  box-shadow: 3px 3px 6px #d6d6d6;
  display: block;
  text-align: center;
  color: #fff;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--right .l-web-coursea-box__button a:hover {
  -moz-box-shadow: 0 0 0 #d6d6d6;
  -webkit-box-shadow: 0 0 0 #d6d6d6;
  box-shadow: 0 0 0 #d6d6d6;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-main-textbox--border {
  border: solid 1px #707070;
  margin: 6rem 0 3rem 0;
  padding: 5rem 6rem;
  max-width: 1200px;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-main-textbox--border .l-main__subtitle {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 0 0;
  color: #000;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-main-textbox--border .l-web-coursea__guidance {
  position: relative;
  margin: 2rem 0 0 0;
  padding: 0 0 0 9rem;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-main-textbox--border .l-web-coursea__guidance:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main--web-coursea .l-main-section#pnavi02 .l-main-textbox--border .l-web-coursea__guidance--icon01:before {
  background: url(../img/web-coursea_icon_01.png) no-repeat left center;
  background-size: contain;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-main-textbox--border .l-web-coursea__guidance--icon02:before {
  background: url(../img/web-coursea_icon_02.png) no-repeat left center;
  background-size: contain;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-main-textbox--border .l-web-coursea__guidance--icon03:before {
  background: url(../img/web-coursea_icon_03.png) no-repeat left center;
  background-size: contain;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-main-textbox--border .l-web-coursea__guidance--icon04:before {
  background: url(../img/web-coursea_icon_04.png) no-repeat left center;
  background-size: contain;
}
.l-main--web-coursea .l-main-section#pnavi02 .l-main-textbox--border .l-web-coursea__guidance dt {
  font-size: 2rem;
}
.l-main--web-coursea .l-main-section#pnavi02 .note {
  text-align: left;
}
.l-main--web-coursea .l-main-section#pnavi03 table {
  width: 100%;
}
.l-main--web-coursea .l-main-section#pnavi03 .note {
  text-align: left;
}
.l-main--web-coursea .l-main-section#pnavi03 .l-main-textbox--border {
  border: solid 1px #707070;
  margin: 6rem 0 0 0;
  padding: 6rem 10rem;
  max-width: 1200px;
}
.l-main--web-coursea .l-main-section#pnavi03 .l-main-textbox--border dl dt {
  font-size: 2rem;
}
.l-main--web-coursea .l-main-section#pnavi03 .l-main-textbox--border .l-main-textbox--left {
  width: 40%;
  margin: 0 5rem 0 0;
}
.l-main--web-coursea .l-main-section#pnavi03 .l-main-textbox--border .l-main-textbox--right {
  width: 60%;
}
.l-main--web-coursea .l-main-section#pnavi04 .fz20 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}
.l-main--web-coursea .l-main-section#pnavi04 .l-main-textbox--border {
  border: solid 1px #707070;
  margin: 6rem 0 3rem 0;
  padding: 6rem 15rem;
  font-size: 2rem;
  font-weight: bold;
  max-width: 1200px;
}
.l-main--web-coursea .l-main-section#pnavi04 .l-main-textbox--border dl dt {
  font-size: 2rem;
}
.l-main--web-coursea .l-main-section#pnavi04 .l-main-textbox--notice {
  margin: 6rem 0 3rem 0;
  padding: 6rem;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: left;
}
.l-main--web-coursea .l-main-section#pnavi04 .l-main-textbox--notice dl dd dl {
  margin: 0 0 1rem 2rem;
}
.l-main--web-coursea .l-main-section#pnavi04 .l-main-textbox--notice dl dd dl dt {
  color: #1D50A2;
}
.l-main--web-coursea .l-main-section#pnavi04 .l-main-textbox--faq {
  margin: 6rem 0;
  padding: 6rem;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: left;
}
.l-main--web-coursea .l-main-section#pnavi04 table {
  width: 100%;
}
.l-main--web-coursea .l-main-section#pnavi04 .note {
  text-align: left;
}
.l-main--web-coursea .l-main-section#pnavi04 .l-main__subtitle {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 3rem 0;
  color: #000;
  text-align: center;
}
.l-main--web-coursea .l-main-section#pnavi04 .l-main__subtitle2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 6rem 0;
  color: #000;
  text-align: center;
}
.l-main--web-coursea .l-main-section .l-main__button--white {
  margin: 6rem auto;
  width: 600px;
}
.l-main--web-coursea .l-main-section .l-main__button--white a {
  border: solid 1px #eee;
}
/*
---------------------------------------------

  working-style

*/
.l-main--working-style {
  background: #F6F6F6;
  padding: 6rem 0 0 0;
}
.l-main--working-style .l-main-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 3rem;
  text-align: center;
}
.l-main--working-style .l-main-inner .l-working-style-list {
  display: flex;
  flex-wrap: wrap;
}
.l-main--working-style .l-main-inner .l-working-style-list-box {
  width: calc((100% - 10rem ) / 4);
  margin: 0 2rem 2rem 0;
  padding: 0 0 3rem 0;
  background: #fff;
  text-align: center;
  -moz-box-shadow: 3px 3px 6px #d6d6d6;
  -webkit-box-shadow: 3px 3px 6px #d6d6d6;
  box-shadow: 3px 3px 6px #d6d6d6;
}
.l-main--working-style .l-main-inner .l-working-style-list-box:hover {
  -moz-box-shadow: 0 0 0 #d6d6d6;
  -webkit-box-shadow: 0 0 0 #d6d6d6;
  box-shadow: 0 0 0 #d6d6d6;
  opacity: 0.7;
}
.l-main--working-style .l-main-inner .l-working-style-list-box:last-child {
  margin: 0 0 2rem 0;
}
.l-main--working-style .l-main-inner .l-working-style-list-box a {
  display: block;
  text-decoration: none;
  color: #000;
}
.l-main--working-style .l-main-inner .l-working-style-list__titlebar {
  margin: 0;
  padding: 1rem 2rem 0 2rem;
  background: #38CBD1;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
  display: flex;
  text-align: left;
}
.l-main--working-style .l-main-inner .l-working-style-list__titlebar__title {
  width: 65%;
  vertical-align: bottom;
}
.l-main--working-style .l-main-inner .l-working-style-list__titlebar__number {
  width: 35%;
  font-size: 3rem;
  text-align: right;
  padding: 0;
}
.l-main--working-style .l-main-inner .l-working-style-list__image {
  margin: 2rem 3rem;
}
.l-main--working-style .l-main-inner .l-working-style-list__image img {
  width: 35%;
}
.l-main--working-style .l-main-inner .l-working-style-list__caption {
  margin: 2rem 3rem;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  background: #ECECEC;
}
.l-main--working-style .l-main-inner .l-working-style-list__name {
  margin: 2rem 3rem;
  font-size: 2rem;
  font-weight: bold;
}
.l-main--working-style .l-main-inner .l-working-style-list__text {
  margin: 0 3rem;
  font-size: 1.8rem;
}
.l-main--working-style .l-main-inner .l-working-style-detail-box {
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 10rem;
  text-align: left;
}
.l-main--working-style .l-main-inner .l-working-style-detail__title {
  margin: 0 0 1rem 0;
  font-size: 2rem;
  font-weight: bold;
  color: #1D50A2;
}
.l-main--working-style .l-main-inner .l-working-style-detail__title__number {
  font-size: 3.6rem;
  margin: 0 0 0 1rem;
}
.l-main--working-style .l-main-inner .l-working-style-detail__image {
  margin: 0 3rem 0 0;
  float: left;
}
.l-main--working-style .l-main-inner .l-working-style-detail__image img {
  width: auto;
  height: 147px;
}
.l-main--working-style .l-main-inner .l-working-style-detail--right {
  float: left;
}
.l-main--working-style .l-main-inner .l-working-style-detail-namearea {
  margin: 0 0 1rem 0;
}
.l-main--working-style .l-main-inner .l-working-style-detail-namearea__caption {
  margin: 0;
  padding: 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  background: #1D50A2;
  color: #fff;
  float: left;
  width: 180px;
  text-align: center;
}
.l-main--working-style .l-main-inner .l-working-style-detail-namearea__name {
  margin: 0 0 0 2rem;
  padding: 0;
  font-size: 2rem;
  font-weight: bold;
  float: left;
}
.l-main--working-style .l-main-inner .l-working-style-detail__content__title {
  font-size: 2rem;
  font-weight: bold;
  color: #1D50A2;
  margin: 4rem 0 1.5rem 0;
  display: inline-block;
}
.l-main--working-style .l-main-inner .l-working-style-detail__content__text {
  background: #F6F6F6;
  padding: 2rem 3rem;
}
.l-main--working-style .l-main-inner .l-working-style-detail__photos {
  display: flex;
  margin: 6rem 0 0 0;
}
.l-main--working-style .l-main-inner .l-working-style-detail__photos__photo {
  width: calc(100% / 3);
  margin: 0 3rem 0 0;
}
.l-main--working-style .l-main-inner .l-working-style-detail__photos__photo img {
  width: 100%;
  height: auto;
}
.l-main--working-style .l-main-inner .l-working-style-detail__photos__photo:last-child {
  margin: 0;
}
.l-main--working-style .l-pagenavi2 {
  max-width: 1260px;
  margin: 6rem auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-main--working-style .l-pagenavi2__button {
  margin: 0 10rem;
  width: 30%;
}
.l-main--working-style .l-pagenavi2__button a {
  width: 100%;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 2rem;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #000;
  white-space: nowrap;
  border: solid 1px #fff;
}
.l-main--working-style .l-pagenavi2__button a:hover {
  border: solid 1px #C9C4C4;
}
.l-main--working-style .l-pagenavi2-prev {
  width: 35%;
  display: flex;
  align-items: center;
  position: relative;
}
.l-main--working-style .l-pagenavi2-prev__title {
  text-align: right;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 8rem 0 0;
  width: 100%;
}
.l-main--working-style .l-pagenavi2-prev__title a {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.l-main--working-style .l-pagenavi2-prev__title a:hover {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  color: #333;
}
.l-main--working-style .l-pagenavi2-prev__button {
  background: #ECECEC;
  margin: 0;
  padding: 15px 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main--working-style .l-pagenavi2-prev__button a {
  background: #1D50A2;
  margin: 0;
  padding: 15px 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
}
.l-main--working-style .l-pagenavi2-prev__button a:hover {
  background: #38CBD1;
}
.l-main--working-style .l-pagenavi2-next {
  width: 35%;
  display: flex;
  align-items: center;
  position: relative;
}
.l-main--working-style .l-pagenavi2-next__title {
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 0 8rem;
  width: 100%;
}
.l-main--working-style .l-pagenavi2-next__title a {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.l-main--working-style .l-pagenavi2-next__title a:hover {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  color: #333;
}
.l-main--working-style .l-pagenavi2-next__button {
  background: #ECECEC;
  margin: 0;
  padding: 15px 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main--working-style .l-pagenavi2-next__button a {
  background: #1D50A2;
  margin: 0;
  padding: 15px 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
}
.l-main--working-style .l-pagenavi2-next__button a:hover {
  background: #38CBD1;
}
/*
---------------------------------------------

  symposium

*/
.l-main--symposium {
  background: #F6F6F6;
  padding: 6rem 0 0 0;
}
.l-main--symposium .l-main-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 3rem;
  text-align: center;
}
.l-main--symposium .l-main-inner .l-symposium-profile {
  display: flex;
}
.l-main--symposium .l-main-inner .l-symposium-profile-box {
  width: calc(100% / 3);
  background: #fff;
  margin: 0 1rem 1rem 0;
  padding: 0 0 3rem 0;
  text-align: left;
}
.l-main--symposium .l-main-inner .l-symposium-profile-box:last-child {
  margin: 0 0 1rem 0;
}
.l-main--symposium .l-main-inner .l-symposium-profile__image img {
  width: 100%;
}
.l-main--symposium .l-main-inner .l-symposium-profile__name {
  margin: 3rem 2rem 2rem 2rem;
  font-size: 2rem;
  font-weight: bold;
}
.l-main--symposium .l-main-inner .l-symposium-profile__text {
  margin: 0 2rem;
  font-size: 1.8rem;
}
.l-main--symposium .l-main-inner .l-symposium-list {
  display: flex;
}
.l-main--symposium .l-main-inner .l-symposium-list a {
  display: flex;
  text-decoration: none;
  width: calc(100% / 2);
  margin: 0 2rem 0 0;
  color: #1D50A2;
  font-size: 2rem;
  font-weight: bold;
}
.l-main--symposium .l-main-inner .l-symposium-list a:last-child {
  margin: 0;
}
.l-main--symposium .l-main-inner .l-symposium-list-box {
  background: #fff;
  padding: 5rem 5rem 5rem 3rem;
  width: 100%;
  text-align: left;
  display: flex;
  position: relative;
}
.l-main--symposium .l-main-inner .l-symposium-list-box:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 20px;
  background: url(../img/arrow_02.svg) no-repeat right center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main--symposium .l-main-inner .l-symposium-list-box:hover {
  opacity: 0.7;
}
.l-main--symposium .l-main-inner .l-symposium-list__icon {
  width: 147px;
  height: 147px;
  -webkit-border-us: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  text-align: center;
  background: #38CBD1;
  padding: 3rem 0 0 0;
}
.l-main--symposium .l-main-inner .l-symposium-list__icon span {
  font-size: 1.8rem;
  text-align: center;
  color: #1D50A2;
}
.l-main--symposium .l-main-inner .l-symposium-list__content {
  padding: 0 0 0 16rem;
  display: flex;
  align-items: center;
}
.l-main--symposium .l-main-inner .l-symposium-list__content ul li {
  margin: 0;
}
.l-main--symposium--detail {
  background: #F6F6F6;
  padding: 6rem 0 0 0;
}
.l-main--symposium--detail .l-main-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 3rem;
  text-align: center;
}
.l-main--symposium--detail .l-main-inner .l-main-section {
  margin: 0;
  padding: 5rem 10rem 10rem 10rem;
  background: #fff;
}
.l-main--symposium--detail .l-main-inner .l-main-section .l-main__title {
  margin: 6rem auto;
}
.l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble {
  margin: 0 0 7rem 0;
  display: flex;
  width: 100%;
}
.l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble--left {
  width: auto;
  display: flex;
}
.l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble--right {
  width: 100%;
}
.l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble__icon {
  margin: 0 5rem 0 0;
  padding: 0;
}
.l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble__icon__image {
  margin: 0;
  padding: 0;
}
.l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble__icon__name {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble__text {
  margin: 0;
  padding: 4rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
.l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble__text::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -12px;
  top: 50px;
  border-right: 12px solid #707070;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble__text::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -11px;
  top: 50px;
  border-right: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble__text--white {
  border: solid 1px #707070;
  background: #fff;
}
.l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble__text--white::before {
  border-right: 12px solid #707070;
}
.l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble__text--white::after {
  border-right: 12px solid #fff;
}
.l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble__text--gray {
  border: solid 1px #ECECEC;
  background: #ECECEC;
}
.l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble__text--gray::before {
  border-right: 12px solid #ECECEC;
}
.l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble__text--gray::after {
  border-right: 12px solid #ECECEC;
}
.l-main--symposium--detail .l-main-inner .l-symposium-detail__photos {
  display: flex;
  margin: 6rem 0;
}
.l-main--symposium--detail .l-main-inner .l-symposium-detail__photos__photo {
  width: calc(100% / 3);
  margin: 0 3rem 0 0;
}
.l-main--symposium--detail .l-main-inner .l-symposium-detail__photos__photo img {
  width: 100%;
  height: auto;
}
.l-main--symposium--detail .l-main-inner .l-symposium-detail__photos__photo:last-child {
  margin: 0;
}
.l-main--symposium--detail .l-main-inner .l-symposium-detail__note li {
  list-style: none;
  margin: 0 3rem;
}
.l-main--symposium--detail .l-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6rem auto;
}
.l-main--symposium--detail .l-pagenavi__button {
  margin: 0 10rem;
  width: 30%;
}
.l-main--symposium--detail .l-pagenavi__button a {
  width: 100%;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 2rem;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #000;
  white-space: nowrap;
  border: solid 1px #fff;
}
.l-main--symposium--detail .l-pagenavi__button a:hover {
  border: solid 1px #C9C4C4;
  background: #fff;
  color: #000;
}
.l-main--symposium--detail .l-pagenavi-prev {
  width: 35%;
  display: flex;
  align-items: center;
  position: relative;
}
.l-main--symposium--detail .l-pagenavi-prev__title {
  text-align: right;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 8rem 0 0;
  width: 100%;
}
.l-main--symposium--detail .l-pagenavi-prev__title a {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.l-main--symposium--detail .l-pagenavi-prev__title a:hover {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  color: #333;
}
.l-main--symposium--detail .l-pagenavi-prev__button {
  background: #ECECEC;
  margin: 0;
  padding: 15px 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main--symposium--detail .l-pagenavi-prev__button a {
  background: #1D50A2;
  margin: 0;
  padding: 15px 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
}
.l-main--symposium--detail .l-pagenavi-prev__button a:hover {
  background: #38CBD1;
}
.l-main--symposium--detail .l-pagenavi-next {
  width: 35%;
  display: flex;
  align-items: center;
  position: relative;
}
.l-main--symposium--detail .l-pagenavi-next__title {
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 0 8rem;
  width: 100%;
}
.l-main--symposium--detail .l-pagenavi-next__title a {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.l-main--symposium--detail .l-pagenavi-next__title a:hover {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  color: #333;
}
.l-main--symposium--detail .l-pagenavi-next__button {
  background: #ECECEC;
  margin: 0;
  padding: 15px 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main--symposium--detail .l-pagenavi-next__button a {
  background: #1D50A2;
  margin: 0;
  padding: 15px 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
}
.l-main--symposium--detail .l-pagenavi-next__button a:hover {
  background: #38CBD1;
}
/*
---------------------------------------------

  passing

*/
.l-main--passing {
  background: #F6F6F6;
  padding: 6rem 0 0 0;
}
.l-main--passing .l-main-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 3rem;
  text-align: center;
}
.l-main--passing .l-main-inner .l-passing-list {
  display: flex;
  flex-wrap: wrap;
}
.l-main--passing .l-main-inner .l-passing-list-box {
  width: calc((100% - 10rem ) / 4);
  margin: 0 2rem 2rem 0;
  padding: 0 0 3rem 0;
  background: #fff;
  text-align: center;
  -moz-box-shadow: 3px 3px 6px #d6d6d6;
  -webkit-box-shadow: 3px 3px 6px #d6d6d6;
  box-shadow: 3px 3px 6px #d6d6d6;
}
.l-main--passing .l-main-inner .l-passing-list-box:hover {
  -moz-box-shadow: 0 0 0 #d6d6d6;
  -webkit-box-shadow: 0 0 0 #d6d6d6;
  box-shadow: 0 0 0 #d6d6d6;
  opacity: 0.7;
}
.l-main--passing .l-main-inner .l-passing-list-box:last-child {
  margin: 0 0 2rem 0;
}
.l-main--passing .l-main-inner .l-passing-list-box a {
  display: block;
  text-decoration: none;
  color: #000;
}
.l-main--passing .l-main-inner .l-passing-list__titlebar {
  margin: 0;
  padding: 0.5rem 2rem 0 2rem;
  background: #38CBD1;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
  display: flex;
  text-align: left;
}
.l-main--passing .l-main-inner .l-passing-list__titlebar__title {
  width: 65%;
  vertical-align: bottom;
  padding: 1rem 0 0 0;
}
.l-main--passing .l-main-inner .l-passing-list__titlebar__number {
  width: 35%;
  font-size: 3rem;
  text-align: right;
  padding: 0;
}
.l-main--passing .l-main-inner .l-passing-list__image {
  margin: 2rem;
}
.l-main--passing .l-main-inner .l-passing-list__image img {
  width: 35%;
}
.l-main--passing .l-main-inner .l-passing-list__caption {
  margin: 2rem;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  background: #ECECEC;
}
.l-main--passing .l-main-inner .l-passing-list__name {
  margin: 2rem;
  font-size: 2rem;
  font-weight: bold;
}
.l-main--passing .l-main-inner .l-passing-list__data {
  margin: 0 2rem 0.5rem 2rem;
  display: flex;
}
.l-main--passing .l-main-inner .l-passing-list__data dt {
  font-size: 1.4rem;
  margin: 0 2rem 0 0;
  padding: 0.2rem;
  text-align: center;
  width: calc(100% / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1D50A2;
  color: #fff;
}
.l-main--passing .l-main-inner .l-passing-list__data dd {
  font-size: 1.6rem;
  padding: 0.2rem;
  width: calc(100% / 2);
  text-align: left;
  display: flex;
  align-items: center;
}
.l-main--passing .l-main-inner .l-passing-detail-box {
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 10rem;
  text-align: left;
}
.l-main--passing .l-main-inner .l-passing-detail__icon {
  width: 147px;
  height: 147px;
  -webkit-border-us: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  background: #38CBD1;
  padding: 3rem 0 0 0;
  float: left;
  width: 150px;
}
.l-main--passing .l-main-inner .l-passing-detail__icon span {
  font-size: 1.8rem;
  text-align: center;
  color: #1D50A2;
}
.l-main--passing .l-main-inner .l-passing-detail__image {
  margin: 0 3rem;
  float: left;
  width: 150px;
}
.l-main--passing .l-main-inner .l-passing-detail__image img {
  width: auto;
  height: 147px;
}
.l-main--passing .l-main-inner .l-passing-detail--right {
  float: left;
  width: calc(100% - 380px);
}
.l-main--passing .l-main-inner .l-passing-detail-namearea {
  margin: 0 0 1rem 0;
}
.l-main--passing .l-main-inner .l-passing-detail-namearea__caption {
  margin: 0;
  padding: 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  background: #1D50A2;
  color: #fff;
  float: left;
  width: 175px;
  text-align: center;
}
.l-main--passing .l-main-inner .l-passing-detail-namearea__name {
  margin: 0 0 0 2rem;
  padding: 0;
  font-size: 2rem;
  font-weight: bold;
  float: left;
}
.l-main--passing .l-main-inner .l-passing-detail__data {
  margin: 0.5rem 0 0 0;
  display: flex;
}
.l-main--passing .l-main-inner .l-passing-detail__data dt {
  font-size: 1.4rem;
  border: solid 1px #000;
  margin: 0 2rem 0 0;
  padding: 0.2rem;
  text-align: center;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-main--passing .l-main-inner .l-passing-detail__data dd {
  font-size: 1.6rem;
  padding: 0.2rem;
  width: calc(100% - 180px);
}
.l-main--passing .l-main-inner .l-passing-detail__content__title {
  font-size: 2rem;
  font-weight: bold;
  color: #1D50A2;
  margin: 4rem 0 1.5rem 0;
  display: inline-block;
}
.l-main--passing .l-main-inner .l-passing-detail__content__text {
  background: #F6F6F6;
  padding: 2rem 3rem;
}
.l-main--passing .l-pagenavi2 {
  max-width: 1260px;
  margin: 6rem auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-main--passing .l-pagenavi2__button {
  margin: 0 10rem;
  width: 30%;
}
.l-main--passing .l-pagenavi2__button a {
  width: 100%;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 2rem;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #000;
  white-space: nowrap;
  border: solid 1px #fff;
}
.l-main--passing .l-pagenavi2__button a:hover {
  border: solid 1px #C9C4C4;
}
.l-main--passing .l-pagenavi2-prev {
  width: 35%;
  display: flex;
  align-items: center;
  position: relative;
}
.l-main--passing .l-pagenavi2-prev__title {
  text-align: right;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 8rem 0 0;
  width: 100%;
}
.l-main--passing .l-pagenavi2-prev__title a {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.l-main--passing .l-pagenavi2-prev__title a:hover {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  color: #333;
}
.l-main--passing .l-pagenavi2-prev__button {
  background: #ECECEC;
  margin: 0;
  padding: 15px 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main--passing .l-pagenavi2-prev__button a {
  background: #1D50A2;
  margin: 0;
  padding: 15px 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
}
.l-main--passing .l-pagenavi2-prev__button a:hover {
  background: #38CBD1;
}
.l-main--passing .l-pagenavi2-next {
  width: 35%;
  display: flex;
  align-items: center;
  position: relative;
}
.l-main--passing .l-pagenavi2-next__title {
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 0 8rem;
  width: 100%;
}
.l-main--passing .l-pagenavi2-next__title a {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.l-main--passing .l-pagenavi2-next__title a:hover {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  color: #333;
}
.l-main--passing .l-pagenavi2-next__button {
  background: #ECECEC;
  margin: 0;
  padding: 15px 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main--passing .l-pagenavi2-next__button a {
  background: #1D50A2;
  margin: 0;
  padding: 15px 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
}
.l-main--passing .l-pagenavi2-next__button a:hover {
  background: #38CBD1;
}
/*
---------------------------------------------

  about

*/
.l-main--about .l-main-inner {
  padding: 6rem 0;
}
.l-main--about .l-main-inner .l-contents-index-box--summary .l-contents-index__category {
  background: url(../img/about_pht_01.jpg) no-repeat center top;
  background-size: cover;
}
.l-main--about .l-main-inner .l-contents-index-box--regulation .l-contents-index__category {
  background: url(../img/about_pht_02.jpg) no-repeat center top;
  background-size: cover;
}
.l-main--about .l-main-inner .l-contents-index-box--enrollment .l-contents-index__category {
  background: url(../img/about_pht_03.jpg) no-repeat center top;
  background-size: cover;
}
.l-main--about .l-main-inner .l-contents-index-box--working-style .l-contents-index__category {
  background: url(../img/about_pht_04.jpg) no-repeat center top;
  background-size: cover;
}
.l-main--about .l-main-inner .l-contents-index-box--symposium .l-contents-index__category {
  background: url(../img/about_pht_05.jpg) no-repeat center top;
  background-size: cover;
}
.l-main--about .l-main-inner .l-contents-index-box--passing .l-contents-index__category {
  background: url(../img/about_pht_06.jpg) no-repeat center top;
  background-size: cover;
}
.l-main--about .l-main-inner .l-contents-index-box--annual-report .l-contents-index__category {
  background: url(../img/about_pht_07.jpg) no-repeat center top;
  background-size: cover;
}
/*
---------------------------------------------

  summary

*/
.l-main--summary {
  max-width: 1260px;
  margin: 0 auto;
  padding: 6rem 3rem 0 3rem;
}
.l-main--summary .l-main-section#pnavi02 .l-main-textbox--2column {
  margin: 3rem auto 6rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
}
.l-main--summary .l-main-section#pnavi02 .l-main-textbox--2column .l-main-textbox--left {
  width: 30%;
  margin: 0 6rem 0 0;
}
.l-main--summary .l-main-section#pnavi02 .l-main-textbox--2column .l-main-textbox--left img {
  width: 100%;
}
.l-main--summary .l-main-section#pnavi02 .l-main-textbox--2column .l-main-textbox--right {
  width: 70%;
  text-align: left;
}
.l-main--summary .l-main-section#pnavi03 .l-main-textbox--2column {
  margin: 3rem auto 6rem auto;
  display: flex;
  width: 1200px;
}
.l-main--summary .l-main-section#pnavi03 .l-main-textbox--2column .l-main-textbox--left {
  width: 32%;
  margin: 0 3rem 0 0;
  text-align: left;
}
.l-main--summary .l-main-section#pnavi03 .l-main-textbox--2column .l-main-textbox--left .l-summary__photo {
  text-align: center;
  margin: 0 0 2rem 0;
}
.l-main--summary .l-main-section#pnavi03 .l-main-textbox--2column .l-main-textbox--left .l-summary__photo img {
  width: 50%;
}
.l-main--summary .l-main-section#pnavi03 .l-main-textbox--2column .l-main-textbox--left .l-summary__caption {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}
.l-main--summary .l-main-section#pnavi03 .l-main-textbox--2column .l-main-textbox--left .l-summary__name {
  font-size: 2.4rem;
  font-weight: bold;
}
.l-main--summary .l-main-section#pnavi03 .l-main-textbox--2column .l-main-textbox--left .l-summary__note {
  font-size: 1.8rem;
}
.l-main--summary .l-main-section#pnavi03 .l-main-textbox--2column .l-main-textbox--right {
  width: 68%;
  text-align: left;
  font-size: 1.8rem;
}
.l-main--summary .l-main-section#pnavi03 .l-main-textbox--2column .l-main-textbox--right ul li {
  list-style: square;
  margin: 0 0 1rem 0;
}
.l-main--summary .l-main-section#pnavi03 .l-main-imagebox__image {
  width: 500px;
  margin: 0 auto;
}
.l-main--summary .l-main-section#pnavi03 .l-main-imagebox__image img {
  width: 100%;
}
.l-main--summary .l-main-section#pnavi04 table td dl {
  display: flex;
}
.l-main--summary .l-main-section#pnavi04 table td dl dt {
  width: 20%;
  font-weight: normal;
}
.l-main--summary .l-main-section#pnavi04 table td dl dd {
  width: 80%;
}
/*
---------------------------------------------

  regulation

*/
.l-main--regulation .l-main-section {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 3rem;
}
.l-main--regulation .l-main-section#pnavi01 .l-main-textbox {
  background: #FAFAFA;
  padding: 6rem 10rem;
}
.l-main--regulation .l-main-section#pnavi01 .l-main-textbox .l-main__subtitle {
  font-size: 2rem;
  color: #000;
  margin: 3rem 0;
}
.l-main--regulation .l-main-section#pnavi01 .l-main-textbox--intro {
  margin: 0 0 6rem 0;
}
.l-main--regulation .l-main-section#pnavi02 .l-main-textbox {
  padding: 0;
}
.l-main--regulation .l-main-section#pnavi02 .l-main-textbox .l-main__subtitle {
  font-size: 2rem;
  color: #000;
  margin: 3rem 0;
  padding: 0 0 2rem 0;
  border-bottom: solid 2px #ECECEC;
}
.l-main--regulation .l-main-section#pnavi02 .l-main-textbox-inner {
  margin: 0 0 6rem 0;
}
/*
---------------------------------------------

  enrollment

*/
.l-main--enrollment .l-main-section {
  max-width: 1260px;
  margin: 0 auto 12rem auto;
  padding: 0 3rem;
}
.l-main--enrollment .l-main-section#pnavi02 .l-main__subtitle {
  font-size: 2rem;
  color: #000;
  text-align: center;
}
.l-main--enrollment .l-main-section#pnavi03 .attention {
  color: #000;
  text-align: center;
}
.l-main--enrollment .l-main-section#pnavi03 dt {
  float: left;
  width: auto;
  white-space: nowrap;
}
.l-main--enrollment .l-main-section#pnavi03 dd {
  float: right;
  width: 80%;
}
.l-main--enrollment .l-main-section .l-main-textbox2 {
  background: #FAFAFA;
  padding: 6rem 10rem;
}
.l-main--enrollment .l-main-section table {
  width: 100%;
  margin: 0 0 6rem 0;
  padding: 0;
}
.l-main--enrollment .l-main-section table th {
  width: 20%;
}
.l-main--enrollment .l-main-section table td {
  width: 80%;
}
.l-main--enrollment .l-main-section .l-main__button--dl {
  width: 500px;
  margin: 0 auto;
}
.l-main--enrollment .l-main-section .fz20 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 3rem 0;
}
/*
---------------------------------------------

  brochure

*/
.l-main--brochure {
  max-width: 1260px;
  margin: 0 auto;
  padding: 3rem 3rem 0 3rem;
}
.l-main--brochure .l-main-section {
  margin: 0 0 11rem 0;
  padding: 0;
}
.l-main--brochure .l-main-section-inner {
  margin: 7rem 0 0 0;
}
.l-main--brochure .l-main-section .l-main__subtitle {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 3rem 0;
  color: #000;
  text-align: center;
}
.l-main--brochure .l-main-section .l-brochure__list {
  text-align: left;
  margin: 0;
}
.l-main--brochure .l-main-section .l-brochure__list .l-brochure__list__item {
  list-style: none;
  float: left;
  margin: 0.8rem;
}
.l-main--brochure .l-main-section .l-brochure__list .l-main__button--dl {
  width: calc(50% - 1.6rem);
}
.l-main--brochure .l-main-section .l-main-textbox--2column {
  margin: 3rem auto 6rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-main--brochure .l-main-section .l-main-textbox--2column .l-main-textbox--left {
  width: 45%;
}
.l-main--brochure .l-main-section .l-main-textbox--2column .l-main-textbox--left .l-main__button--dl {
  width: 95%;
}
.l-main--brochure .l-main-section .l-main-textbox--2column .l-main-textbox--right {
  width: 55%;
  text-align: left;
}
.l-main--brochure .l-main-section .l-main-textbox--2column .l-main-textbox--right .l-main-imagebox__image {
  float: left;
  width: 280px;
  margin: 0 2rem 0 0;
}
.l-main--brochure .l-main-section .l-main-textbox--2column .l-main-textbox--right .l-main-imagebox__image img {
  width: 100%;
  height: auto;
}
/*
---------------------------------------------

  annual-report

*/
.l-main--annual-report {
  max-width: 1260px;
  margin: 0 auto;
  padding: 3rem 3rem 0 3rem;
}
.l-main--annual-report .l-main-section {
  margin: 0 0 11rem 0;
  padding: 0;
}
.l-main--annual-report .l-main-section .l-annual__list {
  text-align: left;
  margin: 0;
}
.l-main--annual-report .l-main-section .l-annual__list .l-annual__list__item {
  list-style: none;
  float: left;
  margin: 0.8rem;
}
.l-main--annual-report .l-main-section .l-annual__list .l-main__button--dl {
  width: calc(50% - 1.6rem);
}
/*
---------------------------------------------

  column

*/
.l-submenu--column {
  background: #fff;
}
.l-submenu--column .l-submenu__list__item {
  border: none;
}
.l-submenu--column .l-submenu__list__item a {
  font-size: 2rem;
}
.l-submenu--column .l-submenu__list__item a:hover {
  color: #1D50A2;
}
.l-submenu--column .l-submenu__list .current a {
  color: #1D50A2;
}
.l-main--column {
  background: #F6F6F6;
  padding: 0 0 0 0;
}
.l-main--column .l-main-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 6rem 3rem;
}
.l-main--column .l-pankuzu--column {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 0 3rem 0;
  font-size: 1.6rem;
  text-align: left;
}
.l-main--column .l-pankuzu--column a {
  color: #000;
  text-decoration: none;
}
.l-main--column .l-pankuzu--column a:hover {
  text-decoration: underline;
}
.l-main--column .l-pankuzu--column__category {
  margin: 0 1rem;
  padding: 0 0 0 3rem;
  font-size: 1.6rem;
  position: relative;
  line-height: 1;
}
.l-main--column .l-pankuzu--column__category:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../img/icon_category.svg) no-repeat left center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main--column .l-column-main {
  width: 70%;
  float: left;
  text-align: left;
}
.l-main--column .l-column-main .l-column-main-article {
  background: #fff;
  margin: 0 0 2rem 0;
  padding: 3rem 6rem;
  border: solid 1px #ECECEC;
}
.l-main--column .l-column-main .l-column-main-article__title {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 2rem 0;
}
.l-main--column .l-column-main .l-column-main-article__info {
  margin: 0 0 3rem 0;
}
.l-main--column .l-column-main .l-column-main-article__category {
  margin: 0 3rem 0 0;
  padding: 0.1rem 0 0 3rem;
  font-size: 1.6rem;
  font-weight: bold;
  float: left;
  position: relative;
  line-height: 1;
}
.l-main--column .l-column-main .l-column-main-article__category a {
  color: #000;
  text-decoration: none;
}
.l-main--column .l-column-main .l-column-main-article__category a:hover {
  opacity: 0.7;
}
.l-main--column .l-column-main .l-column-main-article__category:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../img/icon_category.svg) no-repeat left center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main--column .l-column-main .l-column-main-article__date {
  font-size: 1.8rem;
  padding: 0 0 0 3rem;
  font-weight: bold;
  color: #1D50A2;
  float: left;
  position: relative;
  line-height: 1;
}
.l-main--column .l-column-main .l-column-main-article__date:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../img/icon_calender.svg) no-repeat left 0;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main--column .l-column-main .l-column-main-article__image {
  width: 30%;
  float: left;
  padding: 0 6rem 0 0;
}
.l-main--column .l-column-main .l-column-main-article__image img {
  width: 100%;
}
.l-main--column .l-column-main .l-column-main-article__text {
  width: 70%;
  float: left;
}
.l-main--column .l-column-main .l-column-main-article__button {
  margin: 0;
}
.l-main--column .l-column-main .l-column-main-article__button a {
  background: #fff;
  border: solid 1px #1D50A2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem 5rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #1D50A2;
}
.l-main--column .l-column-main .l-column-main-article__button a:hover {
  background: #1D50A2;
  color: #fff;
}
.l-main--column .l-column-main .l-column-detail {
  background: #fff;
  margin: 0;
  padding: 6rem;
}
.l-main--column .l-column-main .l-column-detail__title {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 2rem 0;
}
.l-main--column .l-column-main .l-column-detail__info {
  margin: 0 0 3rem 0;
  padding: 0 0 3rem 0;
  border-bottom: solid 2px #ECECEC;
}
.l-main--column .l-column-main .l-column-detail__category {
  margin: 0 3rem 0 0;
  padding: 0.1rem 0 0 3rem;
  font-size: 1.6rem;
  font-weight: bold;
  float: left;
  position: relative;
  line-height: 1;
}
.l-main--column .l-column-main .l-column-detail__category a {
  color: #000;
  text-decoration: none;
}
.l-main--column .l-column-main .l-column-detail__category a:hover {
  opacity: 0.7;
}
.l-main--column .l-column-main .l-column-detail__category:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../img/icon_category.svg) no-repeat left center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main--column .l-column-main .l-column-detail__date {
  font-size: 1.8rem;
  padding: 0 0 0 3rem;
  font-weight: bold;
  color: #1D50A2;
  float: left;
  position: relative;
  line-height: 1;
}
.l-main--column .l-column-main .l-column-detail__date:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../img/icon_calender.svg) no-repeat left 0;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main--column .l-column-main .l-column-detail h3 {
  font-weight: bold;
  margin: 0 0 2rem 0;
}
.l-main--column .l-column-main .l-column-detail img {
  width: 100%;
  height: auto;
}
.l-main--column .l-column-main .l-pagenavi {
  margin: 6rem auto 0 auto;
  text-align: center;
}
.l-main--column .l-column-main .l-pagenavi a {
  border: solid 1px #ECECEC;
  padding: 1rem 1.5rem;
  margin: 0 0.5rem;
  color: #000;
  text-decoration: none;
}
.l-main--column .l-column-main .l-pagenavi a:hover {
  background: #38CBD1;
  color: #fff;
}
.l-main--column .l-column-main .l-pagenavi .page {
  border: solid 1px #ECECEC;
  background: #fff;
  padding: 1rem 1.5rem;
  margin: 0 0.5rem;
  color: #000;
  text-decoration: none;
  font-size: 3rem;
  font-weight: bold;
}
.l-main--column .l-column-main .l-pagenavi .extend {
  margin: 0 0.5rem;
  color: #000;
  font-size: 3rem;
  font-weight: bold;
}
.l-main--column .l-column-main .l-pagenavi .current {
  border: solid 1px #ECECEC;
  padding: 1rem 1.5rem;
  margin: 0 0.5rem;
  background: #38CBD1;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}
.l-main--column .l-column-main .l-pagenavi .pages {
  background: #ECECEC;
  margin: 0 5rem 0 0;
  padding: 1.5rem 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
}
.l-main--column .l-column-main .l-pagenavi .pages img {
  transform: rotate(180deg);
  margin: 0 0 1.5rem 0;
}
.l-main--column .l-column-main .l-pagenavi .previouspostslink,
.l-main--column .l-column-main .l-pagenavi .nextpostslink {
  background: #1D50A2;
  padding: 1.5rem 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: #fff;
}
.l-main--column .l-column-main .l-pagenavi .previouspostslink img,
.l-main--column .l-column-main .l-pagenavi .nextpostslink img {
  margin: 0 0 1.5rem 0;
}
.l-main--column .l-column-main .l-pagenavi .previouspostslink {
  margin: 0 3rem 0 0;
}
.l-main--column .l-column-main .l-pagenavi .nextpostslink {
  margin: 0 0 0 3rem;
}
.l-main--column .l-column-main .l-pagenavi2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6rem auto 0 auto;
}
.l-main--column .l-column-main .l-pagenavi2__button {
  margin: 0 10rem;
  width: 30%;
}
.l-main--column .l-column-main .l-pagenavi2__button a {
  width: 100%;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 2rem;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #000;
  white-space: nowrap;
  border: solid 1px #fff;
}
.l-main--column .l-column-main .l-pagenavi2__button a:hover {
  border: solid 1px #C9C4C4;
}
.l-main--column .l-column-main .l-pagenavi2-prev {
  width: 35%;
  display: flex;
  align-items: center;
  position: relative;
}
.l-main--column .l-column-main .l-pagenavi2-prev__title {
  display: none;
}
.l-main--column .l-column-main .l-pagenavi2-prev__button {
  background: #ECECEC;
  margin: 0;
  padding: 15px 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.l-main--column .l-column-main .l-pagenavi2-prev__button a {
  background: #1D50A2;
  margin: 0;
  padding: 15px 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
  text-align: center;
}
.l-main--column .l-column-main .l-pagenavi2-prev__button a:hover {
  background: #38CBD1;
}
.l-main--column .l-column-main .l-pagenavi2-next {
  width: 35%;
  display: flex;
  align-items: center;
  position: relative;
}
.l-main--column .l-column-main .l-pagenavi2-next__title {
  display: none;
}
.l-main--column .l-column-main .l-pagenavi2-next__button {
  background: #ECECEC;
  margin: 0;
  padding: 15px 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.l-main--column .l-column-main .l-pagenavi2-next__button a {
  background: #1D50A2;
  margin: 0;
  padding: 15px 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
  text-align: center;
}
.l-main--column .l-column-main .l-pagenavi2-next__button a:hover {
  background: #38CBD1;
}
.l-main--column .l-column-side {
  width: 27%;
  float: right;
  text-align: left;
}
.l-main--column .l-column-side__content {
  width: 100%;
}
.l-main--column .l-column-side__search {
  margin: 0 0 3rem 0;
  display: flex;
}
.l-main--column .l-column-side__search input[type="text"] {
  background: #fff;
  border: none;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 2rem;
}
.l-main--column .l-column-side__search input[type="text"]:focus {
  outline: 0;
}
.l-main--column .l-column-side__search input[type="submit"] {
  cursor: pointer;
  border: none;
  background: #38CBD1 url(../img/icon_search.svg) no-repeat center center;
  outline: none;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
}
.l-main--column .l-column-side__content {
  margin: 0 0 3rem 0;
}
.l-main--column .l-column-side__content__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 2rem 0;
}
.l-main--column .l-column-side__content__list {
  margin: 0;
  padding: 0;
  display: block;
}
.l-main--column .l-column-side__content__list__item {
  list-style: none;
  margin: 0 0 1.5rem 0;
  padding: 0 0 1.5rem 0;
  display: flex;
  font-size: 1.6rem;
  border-bottom: solid 2px #ECECEC;
}
.l-main--column .l-column-side__content__list__item a {
  text-decoration: none;
  color: #000;
  display: block;
}
.l-main--column .l-column-side__content__list__item a:hover {
  text-decoration: underline;
}
.l-main--column .l-column-side__content__list__item__image {
  width: 75px;
  float: left;
}
.l-main--column .l-column-side__content__list__item__image img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.l-main--column .l-column-side__content__list__item__text {
  font-size: 1.4rem;
}
/*
---------------------------------------------

  news

*/
.l-main--news .l-main-section {
  margin: 0;
  padding: 0 0 6rem 0;
}
.l-main--news .l-tab-area li {
  width: calc(100% / 5);
}
.l-main--news .l-main-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 6rem 3rem 0 3rem;
}
.l-main--news .l-news-list {
  text-align: left;
}
.l-main--news .l-news-list__item {
  margin: 0 0 2rem 0;
  list-style: none;
}
.l-main--news .l-news-list__item a {
  color: #000;
  text-decoration: none;
  display: block;
}
.l-main--news .l-news-list__item a:hover .l-news-list__item__title {
  text-decoration: underline;
  color: #1D50A2;
}
.l-main--news .l-news-list__item__category {
  background: #ccc;
  margin: 0 2rem 0 0;
  padding: 1rem;
  width: 200px;
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  float: left;
}
.l-main--news .l-news-list__item__category--important {
  background: #d5483c;
}
.l-main--news .l-news-list__item__category--news {
  background: #ff9d00;
}
.l-main--news .l-news-list__item__category--press {
  background: #3d93c7;
}
.l-main--news .l-news-list__item__category--event {
  background: #73a840;
}
.l-main--news .l-news-list__item__date {
  width: 120px;
  margin: 1rem 0 0 0;
  float: left;
  text-align: right;
}
.l-main--news .l-news-list__item__title {
  width: calc(100% - 420px);
  display: block;
  border-left: solid 3px #C9C4C4;
  margin: 1rem 0 0 2rem;
  padding: 0 0 0 2rem;
  float: left;
}
.l-main--news .l-pagenavi {
  margin: 12rem auto 0 auto;
  text-align: center;
}
.l-main--news .l-pagenavi a {
  border: solid 1px #ECECEC;
  padding: 1rem 1.5rem;
  margin: 0 0.5rem;
  color: #000;
  text-decoration: none;
}
.l-main--news .l-pagenavi a:hover {
  background: #38CBD1;
  color: #fff;
}
.l-main--news .l-pagenavi .page {
  border: solid 1px #ECECEC;
  background: #fff;
  padding: 1rem 1.5rem;
  margin: 0 0.5rem;
  color: #000;
  text-decoration: none;
  font-size: 3rem;
  font-weight: bold;
}
.l-main--news .l-pagenavi .extend {
  margin: 0 0.5rem;
  color: #000;
  font-size: 3rem;
  font-weight: bold;
}
.l-main--news .l-pagenavi .current {
  border: solid 1px #ECECEC;
  padding: 1rem 1.5rem;
  margin: 0 0.5rem;
  background: #38CBD1;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}
.l-main--news .l-pagenavi .pages {
  background: #ECECEC;
  margin: 0 5rem 0 0;
  padding: 1.5rem 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
}
.l-main--news .l-pagenavi .pages img {
  transform: rotate(180deg);
  margin: 0 0 1.5rem 0;
}
.l-main--news .l-pagenavi .previouspostslink,
.l-main--news .l-pagenavi .nextpostslink {
  background: #1D50A2;
  padding: 1.5rem 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: #fff;
}
.l-main--news .l-pagenavi .previouspostslink img,
.l-main--news .l-pagenavi .nextpostslink img {
  margin: 0 0 1.5rem 0;
}
.l-main--news .l-pagenavi .previouspostslink {
  margin: 0 3rem 0 0;
}
.l-main--news .l-pagenavi .nextpostslink {
  margin: 0 0 0 3rem;
}
.l-main--news2 {
  background: #F6F6F6;
  padding: 0;
}
.l-main--news2 .l-main-inner {
  padding: 6rem 0;
}
.l-main--news2 .l-main-inner .l-main-section {
  max-width: 1260px;
  margin: 0 auto;
  padding: 10rem;
  background: #fff;
}
.l-main--news2 .l-main-inner .l-main-section .l-news-detail {
  text-align: left;
}
.l-main--news2 .l-main-inner .l-main-section .l-news-detail__item {
  display: flex;
  align-items: center;
  margin: 0 0 6rem 0;
}
.l-main--news2 .l-main-inner .l-main-section .l-news-detail__item__category {
  background: #fff;
  margin: 0 2rem 0 0;
  padding: 1rem;
  width: 260px;
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
.l-main--news2 .l-main-inner .l-main-section .l-news-detail__item__category--important {
  background: #d5483c;
}
.l-main--news2 .l-main-inner .l-main-section .l-news-detail__item__category--news {
  background: #ff9d00;
}
.l-main--news2 .l-main-inner .l-main-section .l-news-detail__item__category--press {
  background: #3d93c7;
}
.l-main--news2 .l-main-inner .l-main-section .l-news-detail__item__category--event {
  background: #73a840;
}
.l-main--news2 .l-main-inner .l-main-section .l-news-detail__item__date {
  font-size: 2.4rem;
  font-weight: bold;
}
.l-main--news2 .l-main-inner .l-main-section .l-news-detail__title {
  margin: 0 0 6rem 0;
  padding: 0 0 3rem 0;
  font-size: 3rem;
  font-weight: bold;
  border-bottom: solid 1px #C9C4C4;
}
.l-main--news2 .l-main-inner .l-main-section .l-news-detail__content img {
  width: 100%;
  height: auto;
}
.l-main--news2 .l-main-inner .l-pagenavi2 {
  max-width: 1260px;
  margin: 0 auto;
  padding: 6rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-main--news2 .l-main-inner .l-pagenavi2__button {
  margin: 0 10rem;
  width: 30%;
}
.l-main--news2 .l-main-inner .l-pagenavi2__button a {
  width: 100%;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 2rem;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #000;
  white-space: nowrap;
  border: solid 1px #fff;
}
.l-main--news2 .l-main-inner .l-pagenavi2__button a:hover {
  border: solid 1px #C9C4C4;
}
.l-main--news2 .l-main-inner .l-pagenavi2-prev {
  width: 35%;
  display: flex;
  align-items: center;
  position: relative;
}
.l-main--news2 .l-main-inner .l-pagenavi2-prev__title {
  text-align: right;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 8rem 0 0;
  width: 100%;
}
.l-main--news2 .l-main-inner .l-pagenavi2-prev__title a {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.l-main--news2 .l-main-inner .l-pagenavi2-prev__title a:hover {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  color: #333;
}
.l-main--news2 .l-main-inner .l-pagenavi2-prev__button {
  background: #ECECEC;
  margin: 0;
  padding: 15px 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main--news2 .l-main-inner .l-pagenavi2-prev__button a {
  background: #1D50A2;
  margin: 0;
  padding: 15px 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
}
.l-main--news2 .l-main-inner .l-pagenavi2-prev__button a:hover {
  background: #38CBD1;
}
.l-main--news2 .l-main-inner .l-pagenavi2-next {
  width: 35%;
  display: flex;
  align-items: center;
  position: relative;
}
.l-main--news2 .l-main-inner .l-pagenavi2-next__title {
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 0 8rem;
  width: 100%;
}
.l-main--news2 .l-main-inner .l-pagenavi2-next__title a {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.l-main--news2 .l-main-inner .l-pagenavi2-next__title a:hover {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  color: #333;
}
.l-main--news2 .l-main-inner .l-pagenavi2-next__button {
  background: #ECECEC;
  margin: 0;
  padding: 15px 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main--news2 .l-main-inner .l-pagenavi2-next__button a {
  background: #1D50A2;
  margin: 0;
  padding: 15px 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
}
.l-main--news2 .l-main-inner .l-pagenavi2-next__button a:hover {
  background: #38CBD1;
}
/*
---------------------------------------------

  contact

*/
.l-main--contact {
  background: #F6F6F6;
  padding: 6rem 0 0 0;
}
.l-main--contact .l-main-inner {
  max-width: 1260px;
  margin: 0 auto 3rem auto;
  padding: 6rem;
  background: #fff;
}
.l-main--contact .red {
  color: #FF0000;
}
.l-main--contact .asterisk {
  margin: 0 0 0 1rem;
}
.l-main--contact .l-main-textbox {
  margin: 0 auto 1rem auto;
  padding: 0;
  max-width: 1260px;
}
.l-main--contact .l-contact-form {
  display: block;
  margin: 0 auto 3rem auto;
  padding: 0;
  max-width: 1360px;
}
.l-main--contact .l-contact-form-inner {
  border-bottom: 1px #707070 solid;
  margin: 0;
  padding: 0;
}
.l-main--contact .l-contact-form dl {
  width: 100%;
  text-align: left;
  display: table;
  margin: 0;
  padding: 0;
}
.l-main--contact .l-contact-form dl dt {
  padding: 3rem 5rem;
  border-top: 1px #707070 solid;
  border-left: 1px #707070 solid;
  border-right: 1px #707070 solid;
  text-align: center;
  vertical-align: middle;
  background: #E6E6E6;
  display: table-cell;
  width: 30%;
}
.l-main--contact .l-contact-form dl dd {
  padding: 3rem 5rem;
  border-top: 1px #707070 solid;
  border-right: 1px #707070 solid;
  vertical-align: middle;
  background: #fff;
  display: table-cell;
  width: 70%;
}
.l-main--contact .l-contact-form input,
.l-main--contact .l-contact-form textarea {
  font-size: 1.8rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px #707070 solid;
  padding: 1rem;
}
.l-main--contact .l-contact-form .l-contact-form__radio {
  display: none;
}
.l-main--contact .l-contact-form .l-contact-form__radio + label {
  margin: 0 5rem 0 0;
  padding: 0 0 0 4rem;
  position: relative;
}
.l-main--contact .l-contact-form .l-contact-form__radio + label::before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #707070;
  border-radius: 50%;
}
.l-main--contact .l-contact-form .l-contact-form__radio:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 5.5px;
  width: 17px;
  height: 17px;
  background: #38CBD1;
  border-radius: 50%;
}
.l-main--contact .l-contact-form .l-contact-form__checkbox {
  display: none;
}
.l-main--contact .l-contact-form .l-contact-form__checkbox__text {
  margin: 0;
  padding: 0 0 0 4rem;
  position: relative;
}
.l-main--contact .l-contact-form .l-contact-form__checkbox__text::before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #707070;
  border-radius: 4px;
}
.l-main--contact .l-contact-form .l-contact-form__checkbox:checked + .l-contact-form__checkbox__text::after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 7px;
  width: 12px;
  height: 20px;
  transform: rotate(40deg);
  border-bottom: 3px solid #38CBD1;
  border-right: 3px solid #38CBD1;
}
.l-main--contact .l-privacy-check {
  margin: 6rem 0 0 0;
}
.l-main--contact .l-contact-thanks {
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 3rem 0;
}
.l-main--contact input.l-main__button {
  margin: 0 auto;
}
.l-main--contact input.l-main__button--confirm {
  width: 500px;
  height: 100px;
  background: #1D50A2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 6rem 3rem 0 3rem;
  padding: 3rem 4rem;
  text-decoration: none;
  display: block;
  color: #fff;
  text-align: center;
  border-style: none;
  -moz-box-shadow: 3px 3px 6px #d6d6d6;
  -webkit-box-shadow: 3px 3px 6px #d6d6d6;
  box-shadow: 3px 3px 6px #d6d6d6;
}
.l-main--contact input.l-main__button--confirm:hover {
  -moz-box-shadow: 0 0 0 #d6d6d6;
  -webkit-box-shadow: 0 0 0 #d6d6d6;
  box-shadow: 0 0 0 #d6d6d6;
}
.l-main--contact input.l-main__button--back {
  width: 500px;
  height: 100px;
  background: #38CBD1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 6rem 3rem 0 3rem;
  padding: 3rem 4rem;
  text-decoration: none;
  display: block;
  color: #fff;
  text-align: center;
  -moz-box-shadow: 3px 3px 6px #d6d6d6;
  -webkit-box-shadow: 3px 3px 6px #d6d6d6;
  box-shadow: 3px 3px 6px #d6d6d6;
  border: none;
}
.l-main--contact input.l-main__button--back:hover {
  -moz-box-shadow: 0 0 0 #d6d6d6;
  -webkit-box-shadow: 0 0 0 #d6d6d6;
  box-shadow: 0 0 0 #d6d6d6;
}
.l-main--contact .l-main__button--white {
  margin: 6rem auto 0 auto;
}
.l-main--contact .l-button__list {
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.l-main--contact .l-button__list input.l-button__list__item {
  border: none;
}
/*
---------------------------------------------

  faq

*/
.l-main--faq .l-tab-area .l-tab__button li {
  width: calc(100% / 2);
}
.l-main--faq .l-tab-contents {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 3rem;
  text-align: left;
}
.l-main--faq .l-tab-contents .l-faq-box {
  margin: 0 0 2rem 0;
  padding: 3rem;
  border: solid 3px #C9C4C4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.l-main--faq .l-tab-contents .l-faq-box__question a {
  margin: 0;
  padding: 0 4rem 1rem 12rem;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  color: #000;
  display: block;
  text-align: left;
}
.l-main--faq .l-tab-contents .l-faq-box__question a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 20px;
  background: url(../img/arrow_03.svg) no-repeat right center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main--faq .l-tab-contents .l-faq-box__question a.is-open:before {
  transform: rotate(90deg);
}
.l-main--faq .l-tab-contents .l-faq-box__answer {
  margin: 4rem 0 0 0;
  padding: 4rem 4rem 0 12rem;
  border-top: solid 2px #C9C4C4;
  background: url(../img/faq_icon_a.svg) no-repeat 1.5rem 4rem;
  display: none;
  text-align: left;
}
.l-main--faq .l-tab-contents .l-faq-box__answer p {
  margin: 0 0 1em 0;
}
.l-main--faq .l-tab-contents .l-faq-box__answer .l-main__button--white a {
  margin: 3rem 0 0 0;
  width: 600px;
  font-size: 2.4rem;
  padding: 2rem;
}
.l-main--faq .l-tab-contents .l-faq-box--q1 .l-faq-box__question {
  background: url(../img/faq_icon_q1.svg) no-repeat left top;
}
.l-main--faq .l-tab-contents .l-faq-box--q2 .l-faq-box__question {
  background: url(../img/faq_icon_q2.svg) no-repeat left top;
}
.l-main--faq .l-tab-contents .l-faq-box--q3 .l-faq-box__question {
  background: url(../img/faq_icon_q3.svg) no-repeat left top;
}
.l-main--faq .l-tab-contents .l-faq-box--q4 .l-faq-box__question {
  background: url(../img/faq_icon_q4.svg) no-repeat left top;
}
.l-main--faq .l-tab-contents .l-faq-box--q5 .l-faq-box__question {
  background: url(../img/faq_icon_q5.svg) no-repeat left top;
}
.l-main--faq .l-tab-contents .l-faq-box--q6 .l-faq-box__question {
  background: url(../img/faq_icon_q6.svg) no-repeat left top;
}
.l-main--faq .l-tab-contents .l-faq-box--q7 .l-faq-box__question {
  background: url(../img/faq_icon_q7.svg) no-repeat left top;
}
.l-main--faq .l-tab-contents .l-faq-box--q8 .l-faq-box__question {
  background: url(../img/faq_icon_q8.svg) no-repeat left top;
}
.l-main--faq .l-tab-contents .l-faq-box--q9 .l-faq-box__question {
  background: url(../img/faq_icon_q9.svg) no-repeat left top;
}
.l-main--faq .l-tab-contents .l-faq-box--q10 .l-faq-box__question {
  background: url(../img/faq_icon_q10.svg) no-repeat left top;
}
.l-main--faq .l-tab-contents .l-faq-box--q11 .l-faq-box__question {
  background: url(../img/faq_icon_q11.svg) no-repeat left top;
}
.l-main--faq .l-tab-contents .l-faq-box--q12 .l-faq-box__question {
  background: url(../img/faq_icon_q12.svg) no-repeat left top;
}
.l-main--faq .l-tab-contents .l-faq-box--q13 .l-faq-box__question {
  background: url(../img/faq_icon_q13.svg) no-repeat left top;
}
.l-main--faq .l-tab-contents .l-faq-box--q14 .l-faq-box__question {
  background: url(../img/faq_icon_q14.svg) no-repeat left top;
}
.l-main--faq .l-tab-contents .l-faq-box--q15 .l-faq-box__question {
  background: url(../img/faq_icon_q15.svg) no-repeat left top;
}
.l-main--faq .l-tab-contents .l-faq-box--q16 .l-faq-box__question {
  background: url(../img/faq_icon_q16.svg) no-repeat left top;
}
.l-main--faq .l-tab-contents .l-faq-box--q17 .l-faq-box__question {
  background: url(../img/faq_icon_q17.svg) no-repeat left top;
}
.l-main--faq .l-tab-contents .l-faq-box--q18 .l-faq-box__question {
  background: url(../img/faq_icon_q18.svg) no-repeat left top;
}
.l-main--faq .l-tab-contents .l-faq-box--q19 .l-faq-box__question {
  background: url(../img/faq_icon_q19.svg) no-repeat left top;
}
.l-main--faq .l-tab-contents .l-faq-box--q20 .l-faq-box__question {
  background: url(../img/faq_icon_q20.svg) no-repeat left top;
}
.l-main--faq .l-tab-contents .l-faq-box--q21 .l-faq-box__question {
  background: url(../img/faq_icon_q21.svg) no-repeat left top;
}
/*
---------------------------------------------

  adr

*/
.l-main--adr .l-tab-area li {
  width: calc(100% / 3);
}
.l-main--adr .l-main-inner .l-adr-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3rem;
}
.l-main--adr .l-main-inner .l-adr-box .l-main-textbox--left {
  width: 60%;
  margin: 0 5rem 0 0;
}
.l-main--adr .l-main-inner .l-adr-box .l-main-textbox--left h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #1D50A2;
  margin: 0 0 3rem 0;
}
.l-main--adr .l-main-inner .l-adr-box .l-main-textbox--right {
  width: 40%;
}
.l-main--adr .l-main-inner .l-adr-box2 {
  max-width: 1000px;
  margin: 0 auto 6rem auto;
  padding: 0 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-main--adr .l-main-inner .l-adr-box2 .l-main-textbox--left {
  width: 35%;
  margin: 0 5rem 0 0;
  padding: 3rem;
  background: #F6F6F6;
  font-size: 1.6rem;
  font-weight: bold;
}
.l-main--adr .l-main-inner .l-adr-box2 .l-main-textbox--left li {
  margin: 0;
}
.l-main--adr .l-main-inner .l-adr-box2 .l-main-textbox--right {
  width: 65%;
}
.l-main--adr .l-main-inner .l-adr-list {
  max-width: 1260px;
  display: flex;
  margin: 0 auto 3rem auto;
  padding: 0 3rem;
}
.l-main--adr .l-main-inner .l-adr-list__item {
  margin: 0 2rem 0 0;
  padding: 2rem;
  width: calc(100% / 3);
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
}
.l-main--adr .l-main-inner .l-adr-list__item:last-child {
  margin: 0;
}
.l-main--adr .l-main-inner .l-adr-list__item--color01 {
  background: #1B7EC7;
}
.l-main--adr .l-main-inner .l-adr-list__item--color02 {
  background: #78B7E5;
}
.l-main--adr .l-main-inner .l-adr-list__item--color03 {
  background: #A7D9B7;
}
.l-main--adr .l-main-inner .l-adr-list__item--color04 {
  background: #A7D9B7;
}
.l-main--adr .l-main-inner table {
  max-width: 1200px;
}
.l-main--adr .l-main-inner table th {
  padding: 2rem 5rem;
  border: 1px #929191 solid;
}
.l-main--adr .l-main-inner table td {
  border: 1px #929191 solid;
}
.l-main--adr .l-main-inner table tbody th {
  background: #ECECEC;
}
.l-main--adr .l-main-inner ul {
  margin: 0;
}
.l-main--adr .l-main-inner ul li {
  list-style: none;
}
.l-main--adr .l-main-inner .red {
  color: #FF0000;
}
.l-main--adr .l-main-inner .l-adr-box3 {
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 3rem;
  display: block;
}
.l-main--adr .l-main-inner .l-adr-box3-inner {
  background: #F6F6F6;
  padding: 3rem 12rem;
}
.l-main--adr .l-main-inner .l-adr-box3-inner ul li {
  list-style: disc;
  font-weight: bold;
}
.l-main--adr .l-main-inner .l-adr-box4 {
  max-width: 1260px;
  margin: 0 auto 6rem auto;
  padding: 0 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-main--adr .l-main-inner .l-adr-box4 .l-main-textbox--left {
  width: 30%;
  margin: 0 3rem 0 0;
  padding: 0;
}
.l-main--adr .l-main-inner .l-adr-box4 .l-main-textbox--left li {
  margin: 0;
}
.l-main--adr .l-main-inner .l-adr-box4 .l-main-textbox--right {
  width: 70%;
  text-align: left;
}
.l-main--adr .fz20 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
.l-main--adr .l-button__list__item {
  width: 1000px;
  margin: 0 auto 3rem auto;
}
.l-main--adr .l-button__list__item:last-child {
  margin: 0 auto;
}
/*
---------------------------------------------

  adr-interview

*/
.l-main--adr-interview {
  background: #F6F6F6;
  padding: 6rem 0 0 0;
}
.l-main--adr-interview .l-main-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 3rem;
  text-align: center;
}
.l-main--adr-interview .l-main-inner .l-adr-interview-main {
  background: #fff;
  margin: 0 0 3rem 0;
  padding: 10rem;
}
.l-main--adr-interview .l-main-inner .l-adr-interview-main .l-main-textbox--2column {
  width: 100%;
}
.l-main--adr-interview .l-main-inner .l-adr-interview-main .l-main-textbox--2column .l-main-textbox--left {
  width: 30%;
  margin: 0 5rem 0 0;
}
.l-main--adr-interview .l-main-inner .l-adr-interview-main .l-main-textbox--2column .l-main-textbox--left img {
  width: 100%;
}
.l-main--adr-interview .l-main-inner .l-adr-interview-main .l-main-textbox--2column .l-main-textbox--right {
  width: 70%;
  text-align: left;
}
.l-main--adr-interview .l-main-inner .l-adr-interview-main .l-main-textbox--2column .l-main-textbox--right .l-main__title {
  font-size: 3rem;
  font-weight: bold;
  margin: 1rem 0 3rem 90px;
  position: relative;
  display: inline-block;
}
.l-main--adr-interview .l-main-inner .l-adr-interview-main .l-main-textbox--2column .l-main-textbox--right .l-main__title:before {
  background: #1D50A2;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-main--adr-interview .l-main-inner .l-adr-interview-main .l-main-textbox--2column .l-main-textbox--right .l-main__title:after {
  background: #1D50A2;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  right: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*
---------------------------------------------

  jshi-mailmagazine

*/
.l-main--mailmagazine .l-mailmagazine-box {
  text-align: left;
  background: #F6F6F6;
  width: 1000px;
  margin: 0 auto 6rem auto;
  padding: 7rem 5rem;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.l-main--mailmagazine .l-main-textbox h3 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 2rem 0;
  position: relative;
  display: inline-block;
}
.l-main--mailmagazine .l-main-textbox h3:before {
  content: '▼';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -20px;
  color: #38CBD1;
}
.l-main--mailmagazine .fz20 {
  font-size: 2rem;
  font-weight: bold;
}
/*
---------------------------------------------

  privacy

*/
.l-main--privacy {
  background: #F6F6F6;
  padding: 6rem 0 0 0;
}
.l-main--privacy .l-main-inner {
  max-width: 1200px;
  margin: 0 auto 3rem auto;
  padding: 0;
  text-align: center;
}
.l-main--privacy .l-main-inner .l-main-whitebox {
  background: #fff;
  margin: 0 0 3rem 0;
  padding: 6rem 12rem;
}
/*
---------------------------------------------

  sitemap

*/
.l-main--sitemap {
  background: #F6F6F6;
  padding: 6rem 0 0 0;
}
.l-main--sitemap .l-main-inner {
  max-width: 1200px;
  margin: 0 auto 3rem auto;
  padding: 0;
  text-align: center;
}
.l-main--sitemap .l-main-inner .l-main-whitebox {
  background: #fff;
  padding: 6rem 12rem;
}
.l-sitemap-menu__title {
  margin: 5rem 0 3rem 0;
  padding: 0;
}
.l-sitemap-menu__title__link {
  display: block;
  text-decoration: none;
  color: #1D50A2;
  font-size: 2rem;
  font-weight: bold;
}
.l-sitemap-menu__title__link:hover {
  text-decoration: underline;
}
.l-sitemap-menu__list {
  margin: 0 0 0 3rem;
}
.l-sitemap-menu__list__item {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: disc;
}
.l-sitemap-menu__list__link {
  display: block;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 0;
}
.l-sitemap-menu__list__link:hover {
  text-decoration: underline;
}
/*
---------------------------------------------

  smartphone settings

*/
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.4rem;
  }
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /*
---------------------------------------------

  header area

*/
  .l-header {
    width: 100%;
    z-index: 100;
    background: #fff;
    transition: all 0.4s;
    position: fixed;
  }
  .l-header--top {
    background: none;
  }
  .l-header--top .l-gnavi-label span {
    background: #fff;
    transition: all 0.4s;
  }
  .l-header--top .l-gnavi-label.is-active span {
    background: #C9C4C4;
  }
  .l-header--top.is-scroll {
    background: #fff;
  }
  .l-header--top.is-scroll .l-gnavi-label span {
    background: #C9C4C4;
  }
  .l-header-inner {
    width: 90%;
    min-width: 90%;
    margin: 0 auto;
    padding: 2rem 0;
    text-align: left;
    position: relative;
  }
  .l-header-logo {
    position: relative;
    left: 0;
    top: 0;
  }
  .l-header-logo img {
    width: auto;
    height: 40px;
  }
  .l-header-list {
    padding: 0 3rem 0 0;
  }
  .l-header-list__item {
    margin: 0 0 0 2rem;
    display: none;
  }
  .l-header-list__link {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-decoration: none;
  }
  .l-header-list__link--login {
    width: 190px;
    height: 60px;
    color: #fff;
    background: #1D50A2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  .l-header-list__link--login:hover {
    color: #fff;
    background: #38CBD1;
  }
  .l-header-list__link:hover {
    color: #666;
  }
  .l-gnavi-inner {
    max-width: 100%;
  }
  .l-gnavi-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
    padding: 0 !important;
  }
  .l-gnavi-list__item {
    border-left: none;
    border-bottom: 1px solid #fff;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    width: calc(100% / 2);
  }
  .l-gnavi-list__item:last-child {
    border-right: none;
  }
  .l-gnavi-list__item:nth-child(odd) {
    border-right: 1px solid #fff;
  }
  .l-gnavi-list__link {
    height: 60px;
    padding: 0 1rem;
  }
  .l-gnavi-label {
    width: 30px;
    height: 34px;
    position: absolute;
    top: 30px;
    right: 5%;
    z-index: 20;
  }
  .l-gnavi-label span {
    width: 100%;
    height: 3px;
    display: inline-block;
    background: #C9C4C4;
    transition: all 0.4s;
    position: absolute;
    left: 0;
  }
  .l-gnavi-label span:nth-of-type(1) {
    top: 0;
  }
  .l-gnavi-label span:nth-of-type(2) {
    top: 10px;
  }
  .l-gnavi-label span:nth-of-type(3) {
    top: 20px;
  }
  .l-gnavi-label:hover {
    color: #666;
  }
  .l-gnavi-label:active {
    color: #666;
  }
  .l-gnavi-label.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .l-gnavi-label.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .l-gnavi-label.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  .l-gnavi-sp {
    width: 100%;
    display: none;
  }
  .l-gnavi-sp .l-gnavi-sp__title {
    border-top: solid 1px #C9C4C4;
    margin: 0 2rem;
    padding: 2rem 2rem 2rem 2rem;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
  }
  .l-gnavi-sp .l-gnavi-sp__title a {
    text-decoration: none;
    display: block;
  }
  .l-gnavi-sp .l-gnavi-sp__title a:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/icon_plus.svg) no-repeat right top;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .l-gnavi-sp .l-gnavi-sp__title a.is-open:before {
    background: url(../img/icon_minus.svg) no-repeat right 5px;
  }
  .l-gnavi-sp .l-gnavi-sp__title--noopen a:before {
    display: none;
  }
  .l-gnavi-sp .l-gnavi-sp__title--last {
    margin: 0 2rem 2rem 2rem;
    padding: 2rem;
    border-bottom: solid 1px #C9C4C4;
  }
  .l-gnavi-sp .l-gnavi-sp-list {
    margin: 0 4rem 2rem 4rem;
    padding: 0;
    display: none;
  }
  .l-gnavi-sp .l-gnavi-sp-list .l-gnavi-sp-list__item {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.4;
    background: none;
  }
  .l-gnavi-sp .l-gnavi-sp-list .l-gnavi-sp-list__item a {
    margin: 0;
    padding: 1rem 0;
    display: block;
    text-decoration: none;
    color: #000;
  }
  .l-gnavi-sp .l-gnavi-sp__button {
    width: 80%;
    margin: 3rem auto;
    display: block;
  }
  .l-gnavi-sp .l-gnavi-sp__button--login a {
    width: 100%;
    color: #fff;
    padding: 2rem;
    background: #1D50A2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  .is-navi-open .l-header {
    height: 100vh;
    background: #fff;
    overflow-y: scroll;
  }
  /*
---------------------------------------------

  footer area

*/
  .l-footer {
    min-width: 100%;
    padding: 3rem 0 0 0;
  }
  .l-footer-menu-top {
    min-width: 100%;
    border-bottom: none;
  }
  .l-footer-menu-top-logo {
    position: absolute;
    left: 2rem;
    top: 0;
  }
  .l-footer-menu-top-logo img {
    width: auto;
    height: 45px;
  }
  .l-footer-menu-top-list__link {
    height: auto;
    display: none;
  }
  .l-footer-menu-top-list__link--login {
    width: auto;
    height: auto;
    display: block;
    padding: 1.5rem 2rem;
  }
  .l-footer-menu-wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 3rem;
  }
  .l-footer-menu {
    float: none;
    width: 100%;
  }
  .l-footer-menu__title {
    border-top: solid 1px #C9C4C4;
    margin: 0;
    padding: 2rem 5rem 2rem 2rem;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
  }
  .l-footer-menu__title__link {
    text-decoration: none;
    display: block;
  }
  .l-footer-menu__title__link:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/icon_plus.svg) no-repeat right top;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .l-footer-menu__title__link.is-open:before {
    background: url(../img/icon_minus.svg) no-repeat right 5px;
  }
  .l-footer-menu__list {
    margin: 0 4rem 2rem 4rem;
    padding: 0;
    display: none;
  }
  .l-footer-menu__list__link {
    display: block;
    font-size: 1.5rem;
    text-decoration: none;
    padding: 0;
  }
  .l-footer-menu__list__link:hover {
    text-decoration: underline;
  }
  .l-footer-menu-bottom {
    max-width: 100%;
    margin: 2rem auto;
    padding: 3rem;
    border-top: none;
  }
  .l-footer-menu-bottom__list {
    float: none;
    width: 100%;
    padding: 1rem 0;
  }
  .l-footer-menu-bottom__list__item {
    float: left;
    margin: 0 3rem 0 0;
  }
  .l-footer-menu-bottom__list__link {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.4;
    background: none;
  }
  .l-footer-menu-bottom__list__link a {
    margin: 0;
    padding: 1rem 0;
    display: block;
    text-decoration: none;
    color: #000;
  }
  .l-footer-menu-bottom__button {
    display: none;
  }
  .l-footer-bottom {
    padding: 2rem;
    font-size: 0.7rem;
  }
  /*
---------------------------------------------

  common

*/
  .l-tab-area {
    border-bottom: none;
  }
  .l-tab-area-inner {
    max-width: 100%;
  }
  .l-tab__button--outer {
    display: none;
  }
  .l-tab__select {
    font-size: 1.4rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px #707070 solid;
    padding: 1rem 6rem 1rem 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/arrow_pulldown.svg) no-repeat right 50%;
    background-size: 40px, 100%;
    width: 100%;
  }
  .l-tab__select--outer {
    display: block;
    margin: 3rem auto 0 auto;
    width: 90%;
  }
  .l-select {
    margin: 3rem auto;
    width: 90%;
  }
  .l-select select {
    font-size: 1.4rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px #707070 solid;
    padding: 1rem 6rem 1rem 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/arrow_pulldown.svg) no-repeat right 50%;
    background-size: 40px, 100%;
    width: 100%;
  }
  .l-pankuzu {
    min-width: 100%;
    padding: 1rem 2rem;
    font-size: 1rem;
  }
  /*
---------------------------------------------

  contents area

*/
  .l-contents {
    width: 100%;
    padding: 0;
  }
  .l-contents--low {
    min-width: 100%;
    margin: 0 auto;
  }
  /*
---------------------------------------------

  main area

*/
  .l-mv {
    width: 100%;
    height: 350px;
    margin: 0;
    padding: 0;
    background: url(../img/mv_bg_sp.jpg) no-repeat center center;
    background-size: 100%;
  }
  .l-mv__catch {
    padding: 14rem 0 0 0;
  }
  .l-mv__catch img {
    width: 250px;
    height: auto;
  }
  .l-mv__lead {
    padding: 1rem 0 0 0;
    font-size: 1.6rem;
  }
  .l-mv--low {
    background: url(../img/mv_bg_sp.jpg) no-repeat center top;
    background-size: 100%;
    height: auto;
  }
  .l-mv--low .l-mv-inner {
    padding: 80px 0 0 0;
    min-height: 170px;
  }
  .l-mv--low .l-mv__title {
    padding: 1rem 3rem 0 3rem;
    font-size: 1.6rem;
  }
  .l-mv--low .l-mv__lead {
    padding: 1rem 0 2rem 0;
    font-size: 1.4rem;
  }
  .l-mv__button--mail {
    width: 80%;
    height: auto;
    font-size: 1.5rem;
    margin: 2rem auto;
    padding: 2rem 0 2rem 7rem;
  }
  .l-main {
    width: 100%;
    /*
---------------------------------------------

  l-contents-index

*/
  }
  .l-main--gray {
    padding: 3rem 0;
  }
  .l-main--gray .l-main-inner {
    max-width: 90%;
  }
  .l-main--gray .l-main-inner .l-main-whitebox {
    margin: 0 0 3rem 0;
    padding: 2rem;
  }
  .l-main-inner {
    max-width: 90%;
    padding: 3rem 0 0 0;
  }
  .l-main-section {
    margin: 0 0 6rem 0;
  }
  .l-main__catch {
    font-size: 1.6rem;
    margin: 0 0 3rem 0;
  }
  .l-main p.note {
    font-size: 1.2rem;
  }
  .l-main ul {
    margin: 0 0 0 2rem;
    font-size: 1.4rem;
  }
  .l-main ol {
    margin: 0 0 0 2rem;
    font-size: 1.4rem;
  }
  .l-main-textbox {
    margin: 0 auto 3rem auto;
    padding: 0;
    max-width: 100%;
  }
  .l-main-textbox--tcenter {
    text-align: left;
  }
  .l-main-textbox--2column {
    display: block;
  }
  .l-main-textbox--2column .l-main-textbox-left {
    width: 100%;
    margin: 0;
  }
  .l-main-textbox--2column .l-main-textbox-right {
    width: 100%;
    margin: 0;
  }
  .l-main-textbox--gray {
    padding: 2rem;
  }
  .l-main-textbox--border {
    border: solid 1px #C9C4C4;
    padding: 2rem;
  }
  .l-main-imagebox {
    margin: 0 auto 6rem auto;
    padding: 0;
    max-width: 100%;
  }
  .l-main-imagebox--2column {
    display: block;
  }
  .l-main-imagebox--3column {
    display: block;
  }
  .l-main table {
    padding: 0;
    width: 100%;
    border-bottom: 1px #707070 solid;
  }
  .l-main table th {
    padding: 2rem;
    white-space: normal;
    font-size: 1.4rem;
    width: 100%;
    border-top: 1px #707070 solid;
    border-left: 1px #707070 solid;
    border-right: 1px #707070 solid;
    border-bottom: none;
  }
  .l-main table td {
    padding: 2rem;
    width: 100%;
    border-top: 1px #707070 solid;
    border-left: 1px #707070 solid;
    border-right: 1px #707070 solid;
    border-bottom: none;
  }
  .l-main__title {
    width: 60%;
    font-size: 1.6rem;
    margin: 0 0 3rem 0;
  }
  .l-main__title:before {
    width: 20px;
    height: 20px;
    left: -40px;
  }
  .l-main__title:after {
    width: 20px;
    height: 20px;
    right: -40px;
  }
  .l-main__title2 {
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
  }
  .l-main__subtitle {
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
  }
  .l-main__list {
    font-size: 1.6rem;
    margin: 0 0 3rem 2rem;
  }
  .l-main__button--white {
    width: 90%;
  }
  .l-main__button--white a {
    border: solid 1px #C9C4C4;
    font-size: 1.4rem;
    padding: 2rem;
  }
  .l-main__button--link {
    width: 90%;
    margin: -3rem auto;
  }
  .l-main__button--link a {
    font-size: 1.4rem;
    padding: 2rem 5rem 2rem 2rem;
  }
  .l-main__button--link a:before {
    width: 10px;
    height: 20px;
    right: 20px;
  }
  .l-main__button--green {
    width: 90%;
  }
  .l-main__button--green a {
    font-size: 1.4rem;
    margin: 2rem 0;
    padding: 2rem;
  }
  .l-main__button--blue {
    width: 100%;
  }
  .l-main__button--blue a {
    font-size: 1.4rem;
    margin: 2rem 0;
    padding: 2rem;
  }
  .l-main__button--dl {
    width: 90%;
    margin: -6rem auto;
    display: block;
  }
  .l-main__button--dl a {
    font-size: 1.4rem;
    padding: 2rem 7rem 2rem 2rem;
  }
  .l-main__button--dl a:before {
    width: 21px;
    height: 21px;
    right: 20px;
  }
  .l-main__button--invalid {
    font-size: 1.4rem;
    padding: 2rem;
  }
  .l-main .l-contents-index {
    display: block;
    max-width: 100%;
    padding: 0;
  }
  .l-main .l-contents-index-box {
    width: 100%;
    min-height: auto;
    margin: 0 auto 2rem auto;
  }
  .l-main .l-contents-index-box:last-child {
    margin: 0 auto 2rem auto;
  }
  .l-main .l-contents-index__category a {
    font-size: 1.6rem;
    padding: 2rem 6rem 2rem 3rem;
  }
  .l-main .l-contents-index__list {
    padding: 1rem 2rem;
  }
  .l-main .l-contents-index__list__item {
    font-size: 1.3rem;
  }
  .l-main .l-contents-index__list__item:last-child {
    margin: 0 0 1rem 0;
  }
  .l-main .l-contents-index__list--2column {
    float: none;
    width: 100%;
    margin: 0 2rem;
    padding: 1rem 3rem 0 3rem;
  }
  .l-main .l-contents-index__list--2column:last-child {
    margin: 0 2rem;
    padding: 0 3rem 1rem 3rem;
  }
  /*
---------------------------------------------

  l-submenu

*/
  .l-submenu {
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .l-submenu-inner {
    max-width: 100%;
    padding: 2rem 2rem 1rem 2rem;
  }
  .l-submenu__list__item {
    float: none;
    margin: 0 2rem 1rem 0;
    padding: 0 2rem 0 0;
    display: inline-block;
  }
  .l-submenu__list__item a {
    font-size: 1.2rem;
  }
  /*
---------------------------------------------

  top

*/
  .l-main--top .l-main-topic {
    padding: 1rem 0 0 0;
  }
  .l-main--top .l-main-topic-list img {
    width: 95%;
  }
  .l-main--top .l-main-topic-list__caption {
    font-size: 1.5rem;
    height: 12rem;
    padding: 0 1rem;
  }
  .l-main--top .l-main-topic .slick-prev {
    width: 50px;
    height: 50px;
  }
  .l-main--top .l-main-topic .slick-prev:before {
    background-size: 10px;
  }
  .l-main--top .l-main-topic .slick-next {
    width: 50px;
    height: 50px;
  }
  .l-main--top .l-main-topic .slick-next:before {
    background-size: 10px;
  }
  .l-main--top .l-main-search {
    padding: 3rem 0;
  }
  .l-main--top .l-main-search .l-main-inner {
    max-width: 90%;
    padding: 0;
  }
  .l-main--top .l-main-search .l-main__title {
    font-size: 2rem;
    padding: 2rem;
    width: 100%;
  }
  .l-main--top .l-main-search .l-search-form {
    padding: 2rem;
  }
  .l-main--top .l-main-search .l-search-form-inner {
    display: block;
    margin: 0 0 3rem 0;
  }
  .l-main--top .l-main-search .l-search-form-inner dl {
    display: block;
    margin: 0;
  }
  .l-main--top .l-main-search .l-search-form-inner dl dt {
    padding: 2rem 0;
    text-align: center;
    display: block;
    width: 100%;
  }
  .l-main--top .l-main-search .l-search-form-inner dl dd {
    padding: 2rem;
    display: block;
    width: 100%;
    font-size: 1.4rem;
  }
  .l-main--top .l-main-search .l-search-form-inner input,
  .l-main--top .l-main-search .l-search-form-inner select {
    font-size: 1.6rem;
  }
  .l-main--top .l-main-search .l-search-form-inner .l-search-form__checkbox__text--float {
    display: block;
    margin: 0 0 2rem 0;
  }
  .l-main--top .l-main-search .l-search-form-inner .l-search-form__freeword {
    margin: 2rem 0 0 0;
  }
  .l-main--top .l-main-search .l-search-form-inner--2column dl {
    width: 100%;
  }
  .l-main--top .l-main-search .l-search-form-more__button {
    margin: 0;
    padding: 2rem;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    color: #000;
    display: block;
    text-align: left;
    background: #fcfcfc;
    text-align: center;
  }
  .l-main--top .l-main-search .l-search-form-more__button span {
    background: url(../img/icon_more.svg) no-repeat left center;
    padding: 2rem 5rem;
  }
  .l-main--top .l-main-search .l-main__button--search {
    width: 100%;
  }
  .l-main--top .l-main-search .l-main__button--search input {
    font-size: 1.8rem;
    margin: 3rem 0 0 0;
  }
  .l-main--top .l-main-news {
    margin: 0;
    padding: 3rem 0;
  }
  .l-main--top .l-main-news .l-main-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .l-main--top .l-main-news .l-main-inner .l-main__title {
    margin: 0;
  }
  .l-main--top .l-main-news .l-news__button__link--mail {
    display: none;
  }
  .l-main--top .l-main-news .l-news-list {
    width: 90%;
    padding: 3rem 0 0 0;
  }
  .l-main--top .l-main-news .l-news-list__item {
    margin: 0 0 3rem 0;
  }
  .l-main--top .l-main-news .l-news-list__item__category {
    padding: 0.5rem;
    width: 50%;
    font-size: 1.3rem;
    float: none;
  }
  .l-main--top .l-main-news .l-news-list__item__date {
    width: 50%;
    float: none;
    font-size: 1.4rem;
  }
  .l-main--top .l-main-news .l-news-list__item__title {
    width: 100%;
    font-size: 1.6rem;
    border-left: none;
    margin: 1rem 0 0 0;
    padding: 0;
    float: none;
  }
  .l-main--top .l-main-news .l-main__button--white {
    margin: 3rem auto 0 auto;
  }
  .l-main--top .l-main-menu .l-main-inner {
    max-width: 90%;
    margin: 0 auto;
    padding: 3rem 0;
  }
  .l-main--top .l-main-menu--2column {
    display: block;
  }
  .l-main--top .l-main-menu--2column .l-main-menu__item {
    width: 100%;
    list-style: none;
    margin: 0 0 1.5rem 0;
    font-size: 1.5rem;
  }
  .l-main--top .l-main-menu--2column .l-main-menu__item:last-child {
    margin: 0 0 1.5rem 0;
  }
  .l-main--top .l-main-menu--2column .l-main-menu__item a {
    height: 100px;
    padding: 0 2.5rem 0 14rem;
  }
  .l-main--top .l-main-menu--2column .l-main-menu__item a:before {
    width: 8px;
    height: 16px;
    background: url(../img/arrow_02.svg) no-repeat right center;
    right: 15px;
  }
  .l-main--top .l-main-menu--2column .l-main-menu__item--what a {
    background-size: auto 100px;
  }
  .l-main--top .l-main-menu--2column .l-main-menu__item--request a {
    background-size: auto 100px;
  }
  .l-main--top .l-main-menu--2column .l-main-menu__item--become a {
    background-size: auto 100px;
  }
  .l-main--top .l-main-menu--2column .l-main-menu__item--about a {
    background: #fff url(../img/top_menu_icon_04.svg) no-repeat 3rem center;
    background-size: auto 70px;
  }
  .l-main--top .l-main-menu--4column {
    margin: 0;
    padding: 0;
    display: block;
  }
  .l-main--top .l-main-menu--4column .l-main-menu__item {
    width: 100%;
    list-style: none;
    margin: 0 0 1.5rem 0;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .l-main--top .l-main-menu--4column .l-main-menu__item a {
    height: auto;
    padding: 2rem 0 2rem 9rem;
  }
  .l-main--top .l-main-menu--4column .l-main-menu__item--enrollment a {
    background: #fff url(../img/top_menu_icon_05.svg) no-repeat 3rem center;
    background-size: auto 30px;
  }
  .l-main--top .l-main-menu--4column .l-main-menu__item--column a {
    background: #fff url(../img/top_menu_icon_06.svg) no-repeat 3rem center;
    background-size: auto 30px;
  }
  .l-main--top .l-main-menu--4column .l-main-menu__item--faq a {
    background: #fff url(../img/top_menu_icon_07.svg) no-repeat 3.5rem center;
    background-size: auto 30px;
  }
  .l-main--top .l-main-menu--4column .l-main-menu__item--contact a {
    background: #fff url(../img/top_menu_icon_08.svg) no-repeat 3rem center;
    background-size: auto 30px;
  }
  .l-main--top .l-main-sns .l-main-inner {
    max-width: 90%;
    margin: 0 auto;
    padding: 3rem 0 0 0;
    display: block;
  }
  .l-main--top .l-main-sns-twitter {
    width: 100%;
    height: 400px;
    padding: 2rem;
    margin: 0 0 2rem 0;
  }
  .l-main--top .l-main-sns-facebook {
    width: 100%;
  }
  .l-main--top .l-main-banner {
    margin: 0;
  }
  .l-main--top .l-main-banner .l-main-inner {
    max-width: 90%;
    margin: 0 auto;
    padding: 3rem 0;
  }
  .l-main--top .l-main-banner-list {
    display: block;
    flex-wrap: wrap;
  }
  .l-main--top .l-main-banner-list__item {
    width: 100%;
    margin: 0 0 2rem 0;
    font-size: 2rem;
  }
  .l-main--top .l-main-banner-list__item a {
    height: auto;
    padding: 2rem;
  }
  .l-main--top .l-main-banner-list__item:nth-child(4n) {
    margin: 0 0 2rem 0;
  }
  /*
---------------------------------------------

  what

*/
  .l-main--what .l-tab-area li {
    width: 33%;
  }
  .l-main--what .l-main-section {
    margin: 0 0 6rem 0;
  }
  .l-main--what .l-main-imagebox {
    max-width: 100%;
  }
  .l-main--what .l-main-imagebox__image {
    margin: 0 0 2rem 0;
  }
  .l-main--what .l-main-imagebox__image img {
    min-height: auto;
  }
  .l-main--what .l-main__button {
    width: 100%;
  }
  /*
---------------------------------------------

  utilize

*/
  .l-main--utilize .l-main-textbox ul {
    max-width: 100%;
  }
  .l-main--utilize .l-main-textbox ul__image {
    margin: 0 0 2rem 0;
  }
  /*
---------------------------------------------

  when

*/
  .l-main--when .l-main__button {
    margin: 3rem auto 0 auto;
  }
  .l-main--when .l-main-textbox {
    max-width: 100%;
  }
  .l-main-textbox--left {
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 0;
  }
  .l-main-textbox--right {
    width: 100%;
    margin: 0;
    padding: 0 4rem 0 0;
  }
  .l-when-list {
    width: 100%;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .l-when-list__item {
    font-size: 1.4rem;
    width: 100%;
  }
  .l-when-list__item span {
    font-size: 2rem;
  }
  /*
---------------------------------------------

  request

*/
  .l-main--request .l-main-inner {
    padding: 6rem 0;
  }
  .l-main--request .l-main-inner .l-contents-index-box--howto .l-contents-index__category {
    background: url(../img/request_pht_01.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-main--request .l-main-inner .l-contents-index-box--search .l-contents-index__category {
    background: url(../img/request_pht_02.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-main--request .l-main-inner .l-contents-index-box--voices .l-contents-index__category {
    background: url(../img/request_pht_03.jpg) no-repeat center top;
    background-size: cover;
  }
  /*
---------------------------------------------

  howto

*/
  .l-main--howto .l-main-section {
    margin: 0;
  }
  .l-main--howto .l-howto-box {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .l-main--howto .l-howto-box__flow {
    padding: 2rem;
  }
  .l-main--howto .l-howto-box__title {
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
    padding: 0 0 0 5rem;
  }
  .l-main--howto .l-howto-box__title:before {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
  .l-main--howto .l-howto-box__content {
    margin: 0 0 3rem 0;
    padding: 0;
  }
  /*
---------------------------------------------

  search

*/
  .l-main--search .l-main-inner {
    padding: 3rem 0;
  }
  .l-main--search .note {
    margin: 1rem 0 0 0;
    font-size: 1.2rem;
  }
  .l-main--search .l-search-form {
    padding: 0;
    max-width: 100%;
  }
  .l-main--search .l-search-form-inner {
    border-bottom: none;
  }
  .l-main--search .l-search-form dl {
    display: block;
  }
  .l-main--search .l-search-form dl dt {
    padding: 2rem;
    border-top: 1px #707070 solid;
    border-left: 1px #707070 solid;
    border-right: 1px #707070 solid;
    display: block;
    width: 100%;
  }
  .l-main--search .l-search-form dl dd {
    padding: 2rem;
    border-left: 1px #707070 solid;
    border-right: 1px #707070 solid;
    display: block;
    width: 100%;
  }
  .l-main--search .l-search-form dl:last-child dd {
    border-bottom: 1px #707070 solid;
  }
  .l-main--search .l-search-form input,
  .l-main--search .l-search-form select {
    font-size: 1.4rem;
  }
  .l-main--search .l-search-form .l-search-form__textbox--w450 {
    width: 100%;
  }
  .l-main--search .l-search-form .l-search-form__textbox--w650 {
    width: 100%;
  }
  .l-main--search .l-search-form .l-search-form__checkbox__text {
    margin: 0 5rem 2rem 0;
  }
  .l-main--search .l-search-form .l-search-form__checkbox__text--float {
    margin: 0 5rem 2rem 0;
  }
  .l-main--search .l-main__button--search {
    width: 100%;
  }
  .l-main--search .l-main__button--search input {
    font-size: 1.8rem;
    margin: 3rem 0 0 0;
    padding: 2rem;
  }
  .l-main--search .l-search-prefecture {
    padding: 0;
    width: 100%;
  }
  .l-main--search .l-search-prefecture-list {
    margin: 0;
    display: block;
  }
  .l-main--search .l-search-prefecture-list__item {
    width: 100%;
    margin: 0 0 1.5rem 0;
  }
  .l-main--search .l-search-prefecture-list__item:nth-child(6n) {
    margin: 0 0 1.5rem 0;
  }
  .l-main--search .l-search-result {
    padding: 0;
    width: 100%;
  }
  .l-main--search .l-search-result__table {
    overflow: auto;
    white-space: nowrap;
  }
  .l-main--search .l-search-result__table::-webkit-scrollbar {
    height: 5px;
  }
  .l-main--search .l-search-result__table::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .l-main--search .l-search-result__table::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .l-main--search .l-search-result__table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    border-right: 1px #707070 solid;
    border-bottom: 1px #707070 solid;
  }
  .l-main--search .l-search-result__table table th {
    display: inline-block;
    margin: 0;
    padding: 2rem;
    width: 33%;
    height: 7rem;
    border: none;
    border-top: 1px #707070 solid;
    border-left: 1px #707070 solid;
  }
  .l-main--search .l-search-result__table table td {
    display: inline-block;
    margin: 0;
    padding: 2rem;
    width: 33%;
    height: 7rem;
    border: none;
    border-top: 1px #707070 solid;
    border-left: 1px #707070 solid;
  }
  .l-main--search .l-search-result-button {
    text-align: center;
    padding: 0.2rem;
  }
  .l-main--search .l-search-result-button__detail {
    padding: 0.5rem 2rem;
    font-size: 1.2rem;
  }
  .l-main--search .l-search-result .l-main__button--blue {
    width: 100%;
  }
  .l-main--search .l-search-result .l-main__button--blue a {
    padding: 2.5rem;
  }
  .l-main--search .l-search-result .l-main__button--white {
    width: 100%;
  }
  .l-main--search .l-search-result .l-main__button--white a {
    padding: 2.5rem;
  }
  .l-main--search .l-search-result .l-button__list {
    display: block;
  }
  .l-main--search .l-pagenavi {
    margin: 3rem auto;
  }
  .l-main--search .l-pagenavi .page {
    font-size: 1.4rem;
  }
  .l-main--search .l-pagenavi .extend {
    font-size: 1.4rem;
  }
  .l-main--search .l-pagenavi .current {
    font-size: 1.4rem;
  }
  .l-main--search .l-pagenavi .pages {
    margin: 0 3rem 0 0;
    width: 40px;
    height: 40px;
    padding: 10px 0 0 0;
  }
  .l-main--search .l-pagenavi .pages img {
    width: 10px;
    height: auto;
  }
  .l-main--search .l-pagenavi .previouspostslink,
  .l-main--search .l-pagenavi .nextpostslink {
    margin: 0 0 0 3rem;
    width: 40px;
    height: 40px;
    padding: 10px 0 0 0;
  }
  .l-main--search .l-pagenavi .previouspostslink img,
  .l-main--search .l-pagenavi .nextpostslink img {
    width: 10px;
    height: auto;
  }
  .l-main--search .l-search-detail {
    padding: 0;
    width: 100%;
  }
  .l-main--search .l-search-detail-info-top {
    display: block;
  }
  .l-main--search .l-search-detail-info-top__image {
    border-right: 1px #707070 solid;
    width: 100%;
  }
  .l-main--search .l-search-detail-info-top__data {
    width: 100%;
  }
  .l-main--search .l-search-detail-info dl {
    display: block;
  }
  .l-main--search .l-search-detail-info dl dt {
    padding: 2rem;
    display: block;
    width: 100%;
  }
  .l-main--search .l-search-detail-info dl dd {
    padding: 2rem;
    border-left: 1px #707070 solid;
    display: block;
    width: 100%;
  }
  .l-main--search .l-search-detail-form {
    width: 100%;
  }
  .l-main--search .l-search-detail-form dl {
    display: block;
  }
  .l-main--search .l-search-detail-form dl dt {
    padding: 2rem 3rem;
    display: block;
    width: 100%;
  }
  .l-main--search .l-search-detail-form dl dd {
    padding: 2rem 3rem;
    border-left: 1px #707070 solid;
    display: block;
    width: 100%;
  }
  .l-main--search .l-search-detail-form .l-search-form__textbox--w100 {
    width: 80px;
  }
  .l-main--search .l-search-detail-form .l-search-form__textbox--w150 {
    width: 100px;
  }
  .l-main--search .l-search-detail-form .l-search-form__textbox--w250 {
    width: 100%;
  }
  .l-main--search .l-search-detail-form .l-search-form__textbox--w450 {
    width: 100%;
  }
  .l-main--search .l-search-detail-form .l-search-form__textbox--w650 {
    width: 100%;
  }
  .l-main--search .l-search-detail-form input.l-main__button--confirm {
    width: 100%;
    height: auto;
    padding: 2.5rem;
    margin: 3rem 0 0 0;
    padding: 2rem;
  }
  .l-main--search .l-search-detail-form input.l-main__button--back {
    width: 100%;
    height: auto;
    font-size: 2rem;
    margin: 3rem 0 0 0;
    padding: 2.5rem;
  }
  .l-main--search .l-search-detail-form .l-main__button--white {
    margin: 3rem 0 0 0;
  }
  .l-main--search .l-search-detail-form .l-main__button--back {
    margin: 3rem 0 0 0;
    width: 100%;
    height: auto;
  }
  .l-main--search .l-search-detail-form .l-main__button--back a {
    padding: 1.5rem;
  }
  .l-main--search .l-search-detail-form .l-button__list {
    display: block;
  }
  .l-main--search .l-search-detail-thanks__catch {
    font-size: 2.4rem;
    padding: 2rem 0 0 0;
  }
  .l-main--search .l-search-detail-thanks__lead {
    padding: 0 0 3rem 0;
  }
  /*
---------------------------------------------

  voices

*/
  .l-main--voices .l-voices-box {
    max-width: 100%;
    margin: 0 0 2rem 0;
    padding: 0;
  }
  .l-main--voices .l-voices-box-inner {
    padding: 2rem;
  }
  .l-main--voices .l-voices-box__title {
    margin: 0 0 3rem 0;
    padding: 7rem 0 2rem 0;
    text-align: center;
  }
  .l-main--voices .l-voices-box__title h3 {
    font-size: 1.6rem;
  }
  .l-main--voices .l-voices-box__title:before {
    width: 70px;
    height: 70px;
    font-size: 1.6rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .l-main--voices .l-main__button {
    margin: 0 auto;
    width: 100%;
  }
  /*
---------------------------------------------

  become

*/
  .l-main--become .l-main-inner {
    padding: 6rem 0;
  }
  .l-main--become .l-main-inner .l-contents-index-box--exam .l-contents-index__category {
    background: url(../img/become_pht_01.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-main--become .l-main-inner .l-contents-index-box--past-result .l-contents-index__category {
    background: url(../img/become_pht_02.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-main--become .l-main-inner .l-contents-index-box--preparation .l-contents-index__category {
    background: url(../img/become_pht_03.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-main--become .l-main-inner .l-contents-index-box--passing .l-contents-index__category {
    background: url(../img/become_pht_04.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-main--become .l-main-inner .l-contents-index-box--working-style .l-contents-index__category {
    background: url(../img/become_pht_05.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-main--become .l-main-inner .l-contents-index-box--symposium .l-contents-index__category {
    background: url(../img/become_pht_06.jpg) no-repeat center top;
    background-size: cover;
  }
  /*
---------------------------------------------

  exam

*/
  .l-main--exam {
    max-width: 100%;
    padding: 3rem 0;
  }
  .l-main--exam .l-main-section {
    margin: 0 0 6rem 0;
  }
  .l-main--exam .l-main-section#pnavi02 .l-main-textbox--tcenter,
  .l-main--exam .l-main-section#pnavi03 .l-main-textbox--tcenter,
  .l-main--exam .l-main-section#pnavi04 .l-main-textbox--tcenter {
    text-align: center;
  }
  .l-main--exam .fz20 {
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
  }
  .l-main--exam .fz30 {
    font-size: 2rem;
    margin: 0 0 2rem 0;
  }
  .l-main--exam--invalid {
    width: 100%;
  }
  .l-main--exam .l-main__button--invalid {
    width: 100%;
  }
  .l-main--exam .l-main__button--dl {
    width: 100%;
  }
  .l-main--exam .l-button__list {
    width: 100%;
    margin: 0;
  }
  /*
---------------------------------------------

  past-result

*/
  .l-main--past-result .l-main-inner {
    max-width: 90%;
    padding: 6rem 0;
  }
  .l-main--past-result .l-main-section {
    padding: 2rem;
  }
  .l-main--past-result .l-main-section .l-past-result__title a {
    padding: 0;
    font-size: 1.6rem;
  }
  .l-main--past-result .l-main-section .l-past-result__title a.is-open:before {
    top: 30%;
  }
  .l-main--past-result .l-main-section .l-past-result__content {
    margin: 1rem 0 0 0;
    padding: 2rem 0 0 0;
    display: none;
  }
  .l-main--past-result .l-main-section .l-past-result__content .l-past-result__subtitle {
    margin: 2rem 0;
  }
  /*
---------------------------------------------

  preparation

*/
  .l-main--preparation {
    padding: 0;
  }
  .l-main--preparation .l-main-section#pnavi01 .l-main-textbox--2column {
    max-width: 100%;
    margin: 0 auto 3rem auto;
    display: block;
  }
  .l-main--preparation .l-main-section#pnavi01 .l-main-textbox--2column .l-main-textbox--left {
    width: 100%;
    float: none;
    margin: 0 0 5rem 0;
    text-align: center;
  }
  .l-main--preparation .l-main-section#pnavi01 .l-main-textbox--2column .l-main-textbox--left img {
    width: 60%;
    height: auto;
  }
  .l-main--preparation .l-main-section#pnavi01 .l-main-textbox--2column .l-main-textbox--right {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
  }
  .l-main--preparation .l-main-section#pnavi01 .l-main-textbox--2column .l-main-textbox--right .l-main__subtitle {
    font-size: 1.6rem;
  }
  .l-main--preparation .l-main-section#pnavi01 .l-main-textbox--2column .l-main-textbox--right .l-main-textbox-amazon {
    margin: 2rem 0;
  }
  .l-main--preparation .l-main-section#pnavi01 .l-main-textbox--2column .l-main-textbox--right .l-main-textbox-amazon__banner {
    float: none;
    width: 100%;
    text-align: right;
  }
  .l-main--preparation .l-main-section#pnavi01 .l-main-textbox--2column .l-main-textbox--right .l-main-textbox-amazon__banner img {
    width: 50%;
    height: auto;
  }
  .l-main--preparation .l-main-section#pnavi01 .l-main-textbox--2column .l-main-textbox--right .l-main-textbox-amazon__list {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .l-main--preparation .l-main-section#pnavi01 .l-main-textbox--2column .l-main-textbox--right .l-main-textbox-amazon__list li {
    font-size: 1.3rem;
  }
  .l-main--preparation .l-main-section#pnavi01 .l-main-textbox--border {
    padding: 2rem;
  }
  .l-main--preparation .l-main-section#pnavi02 .l-main-textbox--2column {
    max-width: 100%;
    display: block;
  }
  .l-main--preparation .l-main-section#pnavi02 .l-main-textbox--2column .l-main-textbox--left {
    width: 100%;
    float: none;
    margin: 0 0 3rem 0;
  }
  .l-main--preparation .l-main-section#pnavi02 .l-main-textbox--2column .l-main-textbox--right {
    width: 100%;
    float: none;
    font-size: 1.6rem;
  }
  .l-main--preparation .l-main-section#pnavi02 .l-main__button--invalid {
    font-size: 1.6rem;
    width: 100%;
  }
  .l-main--preparation .l-main-section#pnavi03 .l-main-imagebox__image {
    max-width: 100%;
  }
  .l-main--preparation .l-main-section#pnavi03 .l-main__button {
    margin: 3rem auto;
  }
  .l-main--preparation .l-main-section#pnavi04 .l-main-textbox__link {
    font-size: 1.6rem;
  }
  .l-main--preparation .l-main-section#pnavi04 .l-main-textbox__note {
    font-size: 1.3rem;
  }
  .l-main--preparation .l-main-section .fz20 {
    font-size: 1.6rem;
    margin: 0 0 3rem 0;
  }
  /*
---------------------------------------------

  preparation-movie

*/
  .l-main--preparation-movie {
    margin: 0;
    padding: 0;
  }
  .l-main--preparation-movie .l-main-section#pnavi01 .l-main-textbox--2column {
    max-width: 100%;
    margin: 0 auto 3rem auto;
    display: block;
  }
  .l-main--preparation-movie .l-main-section#pnavi01 .l-main-textbox--2column .l-main-textbox--left {
    width: 100%;
    float: none;
    margin: 0 0 3rem 0;
  }
  .l-main--preparation-movie .l-main-section#pnavi01 .l-main-textbox--2column .l-main-textbox--right {
    width: 100%;
    float: none;
    padding: 0;
  }
  .l-main--preparation-movie .l-main-section#pnavi02 iframe {
    width: 100%;
    height: auto;
  }
  .l-main--preparation-movie .l-main-section#pnavi03 .l-preparation-movie__price {
    max-width: 100%;
    margin: 0 auto 3rem auto;
    padding: 0;
  }
  .l-main--preparation-movie .l-main-section#pnavi03 .l-preparation-movie__price dt {
    padding: 2rem;
    white-space: nowrap;
    font-size: 1.6rem;
    float: none;
    width: 100%;
  }
  .l-main--preparation-movie .l-main-section#pnavi03 .l-preparation-movie__price dd {
    padding: 2rem;
    font-size: 1.6rem;
    float: none;
    width: 100%;
  }
  .l-main--preparation-movie .l-main-section#pnavi03 .l-preparation-movie__price,
  .l-main--preparation-movie .l-main-section#pnavi03 .l-preparation-movie__flow {
    max-width: 100%;
    margin: 0 auto 3rem auto;
    padding: 0;
  }
  .l-main--preparation-movie .l-main-section#pnavi03 .l-preparation-movie__price dt,
  .l-main--preparation-movie .l-main-section#pnavi03 .l-preparation-movie__flow dt {
    padding: 2rem;
    border-top: 1px #707070 solid;
    border-left: 1px #707070 solid;
    border-right: 1px #707070 solid;
    border-bottom: none;
    font-size: 1.6rem;
  }
  .l-main--preparation-movie .l-main-section#pnavi03 .l-preparation-movie__price dd,
  .l-main--preparation-movie .l-main-section#pnavi03 .l-preparation-movie__flow dd {
    padding: 2rem;
    border: 1px #707070 solid;
    font-size: 1.6rem;
  }
  .l-main--preparation-movie .l-main-section#pnavi03 .l-preparation-movie__price dd .l-main-textbox--2column,
  .l-main--preparation-movie .l-main-section#pnavi03 .l-preparation-movie__flow dd .l-main-textbox--2column {
    margin: 0 0 3rem 0;
    display: block;
  }
  .l-main--preparation-movie .l-main-section#pnavi03 .l-preparation-movie__price dd .l-main-textbox--2column .l-main-textbox--left,
  .l-main--preparation-movie .l-main-section#pnavi03 .l-preparation-movie__flow dd .l-main-textbox--2column .l-main-textbox--left {
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 0;
  }
  .l-main--preparation-movie .l-main-section#pnavi03 .l-preparation-movie__price dd .l-main-textbox--2column .l-main-textbox--right,
  .l-main--preparation-movie .l-main-section#pnavi03 .l-preparation-movie__flow dd .l-main-textbox--2column .l-main-textbox--right {
    width: 100%;
    padding: 0;
  }
  .l-main--preparation-movie .l-main-section#pnavi03 .l-main__subtitle {
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
  }
  .l-main--preparation-movie .l-main-section#pnavi03 .fz20 {
    font-size: 1.6rem;
  }
  .l-main--preparation-movie .l-main-section .l-main__button--blue {
    margin: 3rem auto 6rem auto;
  }
  .l-main--preparation-movie .l-main-section .l-main__button--white {
    margin: 3rem auto;
    width: 100%;
  }
  /*
---------------------------------------------

  web-coursea

*/
  .l-main--web-coursea .l-main-inner {
    max-width: 90%;
    margin: 0 auto;
    padding: 3rem 0;
  }
  .l-main--web-coursea .l-main-section#pnavi01 .l-main__catch {
    padding: 0 3rem;
  }
  .l-main--web-coursea .l-main-section#pnavi01 .l-main__catch:before {
    width: 50px;
    height: 50px;
  }
  .l-main--web-coursea .l-main-section#pnavi01 .l-main__catch:after {
    width: 50px;
    height: 50px;
  }
  .l-main--web-coursea .l-main-section#pnavi01 .l-main__catch2 {
    font-size: 1.6rem;
    margin: 0 0 3rem 0;
  }
  .l-main--web-coursea .l-main-section#pnavi01 .l-main-imagebox--3column {
    max-width: 100%;
  }
  .l-main--web-coursea .l-main-section#pnavi01 .l-main-imagebox--3column .l-main-imagebox__item {
    margin: 0 0 3rem 0;
  }
  .l-main--web-coursea .l-main-section#pnavi01 .l-main-imagebox--3column .l-main-imagebox__item .l-main-imagebox__item__image {
    margin: 0 0 1rem 0;
  }
  .l-main--web-coursea .l-main-section#pnavi01 .l-main-imagebox--3column .l-main-imagebox__item .l-main-imagebox__item__caption {
    font-size: 1.6rem;
  }
  .l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box {
    padding: 3rem;
    text-align: center;
    display: block;
    align-items: center;
  }
  .l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--red {
    border-left: solid 10px #D5483C;
  }
  .l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--blue {
    border-left: solid 10px #3D93C7;
  }
  .l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--green {
    border-left: solid 10px #73A840;
  }
  .l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--left {
    width: 100%;
  }
  .l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--left .l-main__subtitle {
    font-size: 2rem;
    text-align: center;
  }
  .l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--left .l-main__catch {
    text-align: center;
  }
  .l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--left .l-web-coursea-box__content {
    display: block;
  }
  .l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--left .l-web-coursea-box__icon {
    margin: 2rem 0;
  }
  .l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--left .l-web-coursea-box__icon li {
    list-style: none;
    margin: 0 1rem 0 0;
  }
  .l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--left .l-web-coursea-box__price {
    font-size: 2rem;
    margin: 0 0 2rem 0;
    padding: 0 0 3rem 0;
  }
  .l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--left .l-web-coursea-box__price small {
    font-size: 1.4rem;
  }
  .l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--left .l-web-coursea-box__price:before {
    left: calc(50% - 16px);
    top: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: rotate(90deg);
  }
  .l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--left .l-web-coursea-box__price2 {
    font-size: 3rem;
  }
  .l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--left .l-web-coursea-box__price2 small {
    font-size: 2rem;
  }
  .l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--right {
    width: 100%;
  }
  .l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--right .l-web-coursea-box__button {
    width: 100%;
    margin: 1rem auto 0 auto;
  }
  .l-main--web-coursea .l-main-section#pnavi02 .l-web-coursea-box--right .l-web-coursea-box__button a {
    font-size: 1.6rem;
    padding: 2rem 4rem;
  }
  .l-main--web-coursea .l-main-section#pnavi02 .l-main-textbox--border {
    margin: 3rem 0 1rem 0;
    padding: 3rem;
  }
  .l-main--web-coursea .l-main-section#pnavi02 .l-main-textbox--border .l-main__subtitle {
    font-size: 1.6rem;
  }
  .l-main--web-coursea .l-main-section#pnavi02 .l-main-textbox--border .l-web-coursea__guidance {
    margin: 2rem 0 0 0;
    padding: 7rem 0 0 0;
    text-align: center;
  }
  .l-main--web-coursea .l-main-section#pnavi02 .l-main-textbox--border .l-web-coursea__guidance:before {
    width: 60px;
    height: 60px;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .l-main--web-coursea .l-main-section#pnavi02 .l-main-textbox--border .l-web-coursea__guidance dt {
    font-size: 1.6rem;
  }
  .l-main--web-coursea .l-main-section#pnavi03 .l-main-textbox--border {
    margin: 3rem 0 0 0;
    padding: 3rem;
  }
  .l-main--web-coursea .l-main-section#pnavi03 .l-main-textbox--border dl dt {
    font-size: 1.6rem;
  }
  .l-main--web-coursea .l-main-section#pnavi03 .l-main-textbox--border .l-main-textbox--left {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  .l-main--web-coursea .l-main-section#pnavi03 .l-main-textbox--border .l-main-textbox--right {
    width: 100%;
  }
  .l-main--web-coursea .l-main-section#pnavi04 .fz20 {
    font-size: 1.6rem;
  }
  .l-main--web-coursea .l-main-section#pnavi04 .l-main-textbox--border {
    margin: 2rem 0 1rem 0;
    padding: 3rem;
    font-size: 1.6rem;
  }
  .l-main--web-coursea .l-main-section#pnavi04 .l-main-textbox--border dl dt {
    font-size: 1.6rem;
  }
  .l-main--web-coursea .l-main-section#pnavi04 .l-main-textbox--notice {
    margin: 3rem 0 1rem 0;
    padding: 3rem;
    font-size: 1.4rem;
  }
  .l-main--web-coursea .l-main-section#pnavi04 .l-main-textbox--faq {
    margin: 3rem 0;
    padding: 3rem;
    font-size: 1.4rem;
  }
  .l-main--web-coursea .l-main-section#pnavi04 .l-main__subtitle {
    font-size: 1.6rem;
    margin: 0 0 3rem 0;
  }
  .l-main--web-coursea .l-main-section#pnavi04 .l-main__subtitle2 {
    font-size: 1.6rem;
    margin: 0 0 3rem 0;
  }
  .l-main--web-coursea .l-main-section .l-main__button--white {
    margin: 3rem auto;
    width: 100%;
  }
  /*
---------------------------------------------

  working-style

*/
  .l-main--working-style {
    padding: 3rem 0;
  }
  .l-main--working-style .l-main-inner {
    max-width: 90%;
    padding: 0;
  }
  .l-main--working-style .l-main-inner .l-main-section {
    margin: 0 0 3rem 0;
  }
  .l-main--working-style .l-main-inner .l-working-style-list {
    display: block;
  }
  .l-main--working-style .l-main-inner .l-working-style-list-box {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .l-main--working-style .l-main-inner .l-working-style-list-box:last-child {
    margin: 0 0 2rem 0;
  }
  .l-main--working-style .l-main-inner .l-working-style-list-box a {
    padding: 0 0 2rem 0;
  }
  .l-main--working-style .l-main-inner .l-working-style-list__titlebar {
    font-size: 1.6rem;
  }
  .l-main--working-style .l-main-inner .l-working-style-list__titlebar__title {
    padding: 0.5rem 0 0 0;
  }
  .l-main--working-style .l-main-inner .l-working-style-list__titlebar__number {
    font-size: 2rem;
  }
  .l-main--working-style .l-main-inner .l-working-style-list__caption {
    padding: 0.5rem;
    font-size: 1.3rem;
  }
  .l-main--working-style .l-main-inner .l-working-style-list__name {
    margin: 2rem 3rem 1rem 3rem;
    font-size: 1.6rem;
  }
  .l-main--working-style .l-main-inner .l-working-style-list__text {
    font-size: 1.4rem;
  }
  .l-main--working-style .l-main-inner .l-working-style-detail-box {
    padding: 2rem;
  }
  .l-main--working-style .l-main-inner .l-working-style-detail__title {
    margin: 0 0 1rem 0;
    font-size: 2rem;
    font-weight: bold;
    color: #1D50A2;
  }
  .l-main--working-style .l-main-inner .l-working-style-detail__title__number {
    font-size: 2rem;
    margin: 0 0 0 1rem;
  }
  .l-main--working-style .l-main-inner .l-working-style-detail__image {
    margin: 2rem 0;
    text-align: center;
    float: none;
  }
  .l-main--working-style .l-main-inner .l-working-style-detail--right {
    float: none;
  }
  .l-main--working-style .l-main-inner .l-working-style-detail-namearea {
    margin: 0;
  }
  .l-main--working-style .l-main-inner .l-working-style-detail-namearea__caption {
    font-size: 1.3rem;
    float: none;
    width: 100%;
  }
  .l-main--working-style .l-main-inner .l-working-style-detail-namearea__name {
    margin: 2rem 0;
    font-size: 1.6rem;
    float: none;
  }
  .l-main--working-style .l-main-inner .l-working-style-detail__content__title {
    font-size: 1.6rem;
    margin: 3rem 0 1rem 0;
  }
  .l-main--working-style .l-main-inner .l-working-style-detail__content__text {
    font-size: 1.4rem;
    padding: 2rem;
  }
  .l-main--working-style .l-main-inner .l-working-style-detail__photos {
    display: block;
    margin: 3rem 0 0 0;
  }
  .l-main--working-style .l-main-inner .l-working-style-detail__photos__photo {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .l-main--working-style .l-pagenavi2 {
    width: 100%;
    margin: 3rem auto 0 auto;
  }
  .l-main--working-style .l-pagenavi2__button {
    width: 60%;
    margin: 0 2rem;
  }
  .l-main--working-style .l-pagenavi2__button a {
    font-size: 1.6rem;
    padding: 1rem;
  }
  .l-main--working-style .l-pagenavi2-prev {
    width: 20%;
  }
  .l-main--working-style .l-pagenavi2-prev__title {
    display: none;
  }
  .l-main--working-style .l-pagenavi2-prev__button {
    width: 40px;
    height: 40px;
    padding: 5px 0 0 0;
  }
  .l-main--working-style .l-pagenavi2-prev__button img {
    width: 10px;
    height: auto;
  }
  .l-main--working-style .l-pagenavi2-prev__button a {
    width: 40px;
    height: 40px;
    padding: 5px 0 0 0;
  }
  .l-main--working-style .l-pagenavi2-prev__button a img {
    width: 10px;
    height: auto;
  }
  .l-main--working-style .l-pagenavi2-next {
    width: 20%;
  }
  .l-main--working-style .l-pagenavi2-next__title {
    display: none;
  }
  .l-main--working-style .l-pagenavi2-next__button {
    width: 40px;
    height: 40px;
    padding: 5px 0 0 0;
  }
  .l-main--working-style .l-pagenavi2-next__button img {
    width: 10px;
    height: auto;
  }
  .l-main--working-style .l-pagenavi2-next__button a {
    width: 40px;
    height: 40px;
    padding: 5px 0 0 0;
  }
  /*
---------------------------------------------

  symposium

*/
  .l-main--symposium {
    padding: 3rem 0;
  }
  .l-main--symposium .l-main-inner {
    max-width: 90%;
    padding: 0;
  }
  .l-main--symposium .l-main-inner .l-main-section {
    margin: 0 0 3rem 0;
  }
  .l-main--symposium .l-main-inner .l-symposium-profile {
    display: block;
  }
  .l-main--symposium .l-main-inner .l-symposium-profile-box {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .l-main--symposium .l-main-inner .l-symposium-profile-box:last-child {
    margin: 0 0 2rem 0;
  }
  .l-main--symposium .l-main-inner .l-symposium-profile__name {
    margin: 2rem 2rem 0 2rem;
    font-size: 1.6rem;
  }
  .l-main--symposium .l-main-inner .l-symposium-profile__text {
    font-size: 1.4rem;
  }
  .l-main--symposium .l-main-inner .l-symposium-list {
    display: block;
  }
  .l-main--symposium .l-main-inner .l-symposium-list a {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .l-main--symposium .l-main-inner .l-symposium-list-box {
    padding: 2rem;
    display: block;
  }
  .l-main--symposium .l-main-inner .l-symposium-list__icon {
    width: 70px;
    height: 70px;
    font-size: 1.6rem;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 1.5rem 0 0 0;
  }
  .l-main--symposium .l-main-inner .l-symposium-list__icon span {
    font-size: 1.2rem;
  }
  .l-main--symposium .l-main-inner .l-symposium-list__content {
    padding: 8rem 0 0 0;
    display: block;
  }
  .l-main--symposium .l-main-inner .l-symposium-list__content ul li {
    margin: 0 3rem 0 0;
  }
  .l-main--symposium--detail {
    padding: 3rem 0;
  }
  .l-main--symposium--detail .l-main-inner {
    max-width: 90%;
    padding: 0;
  }
  .l-main--symposium--detail .l-main-inner .l-main-section {
    padding: 2rem;
  }
  .l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble {
    margin: 0 0 3rem 0;
    display: flex;
    width: 100%;
  }
  .l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble--left {
    display: block;
  }
  .l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble__icon {
    margin: 0 3rem 0 0;
    display: block;
  }
  .l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble__icon__name {
    font-size: 1.6rem;
  }
  .l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble__text {
    padding: 2rem;
  }
  .l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble__text::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -12px;
    top: 30px;
    border-right: 12px solid #707070;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
  .l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble__text::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -11px;
    top: 30px;
    border-right: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
  .l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble__text--white {
    border: solid 1px #707070;
    background: #fff;
  }
  .l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble__text--white::before {
    border-right: 12px solid #707070;
  }
  .l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble__text--white::after {
    border-right: 12px solid #fff;
  }
  .l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble__text--gray {
    border: solid 1px #ECECEC;
    background: #ECECEC;
  }
  .l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble__text--gray::before {
    border-right: 12px solid #ECECEC;
  }
  .l-main--symposium--detail .l-main-inner .l-main-section .l-symposium-bubble__text--gray::after {
    border-right: 12px solid #ECECEC;
  }
  .l-main--symposium--detail .l-main-inner .l-symposium-detail__photos {
    display: block;
    margin: 3rem 0 0 0;
  }
  .l-main--symposium--detail .l-main-inner .l-symposium-detail__photos__photo {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .l-main--symposium--detail .l-pagenavi {
    width: 100%;
    margin: 3rem auto 0 auto;
  }
  .l-main--symposium--detail .l-pagenavi__button {
    width: 60%;
    margin: 0 2rem;
  }
  .l-main--symposium--detail .l-pagenavi__button a {
    font-size: 1.6rem;
    padding: 1rem;
  }
  .l-main--symposium--detail .l-pagenavi-prev {
    width: 20%;
  }
  .l-main--symposium--detail .l-pagenavi-prev__title {
    display: none;
  }
  .l-main--symposium--detail .l-pagenavi-prev__button {
    width: 40px;
    height: 40px;
    padding: 5px 0 0 0;
  }
  .l-main--symposium--detail .l-pagenavi-prev__button img {
    width: 10px;
    height: auto;
  }
  .l-main--symposium--detail .l-pagenavi-prev__button a {
    width: 40px;
    height: 40px;
    padding: 5px 0 0 0;
  }
  .l-main--symposium--detail .l-pagenavi-prev__button a img {
    width: 10px;
    height: auto;
  }
  .l-main--symposium--detail .l-pagenavi-next {
    width: 20%;
  }
  .l-main--symposium--detail .l-pagenavi-next__title {
    display: none;
  }
  .l-main--symposium--detail .l-pagenavi-next__button {
    width: 40px;
    height: 40px;
    padding: 5px 0 0 0;
  }
  .l-main--symposium--detail .l-pagenavi-next__button img {
    width: 10px;
    height: auto;
  }
  .l-main--symposium--detail .l-pagenavi-next__button a {
    width: 40px;
    height: 40px;
    padding: 5px 0 0 0;
  }
  /*
---------------------------------------------

  passing

*/
  .l-main--passing {
    padding: 3rem 0;
  }
  .l-main--passing .l-main-inner {
    max-width: 90%;
    padding: 0;
  }
  .l-main--passing .l-main-inner .l-main-section {
    margin: 0 0 3rem 0;
  }
  .l-main--passing .l-main-inner .l-passing-list {
    display: block;
  }
  .l-main--passing .l-main-inner .l-passing-list-box {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .l-main--passing .l-main-inner .l-passing-list-box:last-child {
    margin: 0 0 2rem 0;
  }
  .l-main--passing .l-main-inner .l-passing-list-box a {
    padding: 0 0 2rem 0;
  }
  .l-main--passing .l-main-inner .l-passing-list__titlebar {
    font-size: 1.6rem;
  }
  .l-main--passing .l-main-inner .l-passing-list__titlebar__title {
    padding: 0.5rem 0 0 0;
  }
  .l-main--passing .l-main-inner .l-passing-list__titlebar__number {
    font-size: 2rem;
  }
  .l-main--passing .l-main-inner .l-passing-list__caption {
    padding: 0.5rem;
    font-size: 1.3rem;
  }
  .l-main--passing .l-main-inner .l-passing-list__name {
    font-size: 1.6rem;
  }
  .l-main--passing .l-main-inner .l-passing-list__data dt {
    font-size: 1.2rem;
  }
  .l-main--passing .l-main-inner .l-passing-list__data dd {
    font-size: 1.3rem;
  }
  .l-main--passing .l-main-inner .l-passing-detail-box {
    padding: 2rem;
  }
  .l-main--passing .l-main-inner .l-passing-detail__icon {
    width: 70px;
    height: 70px;
    font-size: 1.6rem;
    float: none;
    margin: 0 auto;
    padding: 2rem 0 0 0;
  }
  .l-main--passing .l-main-inner .l-passing-detail__icon span {
    font-size: 1.2rem;
  }
  .l-main--passing .l-main-inner .l-passing-detail__image {
    margin: 2rem auto;
    text-align: center;
    float: none;
  }
  .l-main--passing .l-main-inner .l-passing-detail--right {
    float: none;
    width: 100%;
  }
  .l-main--passing .l-main-inner .l-passing-detail-namearea {
    margin: 0;
  }
  .l-main--passing .l-main-inner .l-passing-detail-namearea__caption {
    font-size: 1.3rem;
    float: none;
    width: 100%;
  }
  .l-main--passing .l-main-inner .l-passing-detail-namearea__name {
    margin: 2rem 0;
    font-size: 1.6rem;
    float: none;
  }
  .l-main--passing .l-main-inner .l-passing-detail__data dt {
    font-size: 1.2rem;
  }
  .l-main--passing .l-main-inner .l-passing-detail__data dd {
    font-size: 1.3rem;
  }
  .l-main--passing .l-main-inner .l-passing-detail__content__title {
    font-size: 1.6rem;
    margin: 3rem 0 1rem 0;
  }
  .l-main--passing .l-main-inner .l-passing-detail__content__text {
    font-size: 1.4rem;
    padding: 2rem;
  }
  .l-main--passing .l-pagenavi2 {
    width: 100%;
    margin: 3rem auto 0 auto;
  }
  .l-main--passing .l-pagenavi2__button {
    width: 60%;
    margin: 0 2rem;
  }
  .l-main--passing .l-pagenavi2__button a {
    font-size: 1.6rem;
    padding: 1rem;
  }
  .l-main--passing .l-pagenavi2-prev {
    width: 20%;
  }
  .l-main--passing .l-pagenavi2-prev__title {
    display: none;
  }
  .l-main--passing .l-pagenavi2-prev__button {
    width: 40px;
    height: 40px;
    padding: 5px 0 0 0;
  }
  .l-main--passing .l-pagenavi2-prev__button img {
    width: 10px;
    height: auto;
  }
  .l-main--passing .l-pagenavi2-prev__button a {
    width: 40px;
    height: 40px;
    padding: 5px 0 0 0;
  }
  .l-main--passing .l-pagenavi2-prev__button a img {
    width: 10px;
    height: auto;
  }
  .l-main--passing .l-pagenavi2-next {
    width: 20%;
  }
  .l-main--passing .l-pagenavi2-next__title {
    display: none;
  }
  .l-main--passing .l-pagenavi2-next__button {
    width: 40px;
    height: 40px;
    padding: 5px 0 0 0;
  }
  .l-main--passing .l-pagenavi2-next__button img {
    width: 10px;
    height: auto;
  }
  .l-main--passing .l-pagenavi2-next__button a {
    width: 40px;
    height: 40px;
    padding: 5px 0 0 0;
  }
  /*
---------------------------------------------

  about

*/
  .l-main--about .l-main-inner {
    padding: 6rem 0;
  }
  /*
---------------------------------------------

  summary

*/
  .l-main--summary {
    margin: 0;
    padding: 0;
  }
  .l-main--summary .l-main-section#pnavi01 .l-main__bold {
    text-align: center;
  }
  .l-main--summary .l-main-section#pnavi02 .l-main-textbox--2column {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .l-main--summary .l-main-section#pnavi02 .l-main-textbox--2column .l-main-textbox--left {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  .l-main--summary .l-main-section#pnavi02 .l-main-textbox--2column .l-main-textbox--left img {
    width: 80%;
    height: auto;
  }
  .l-main--summary .l-main-section#pnavi02 .l-main-textbox--2column .l-main-textbox--right {
    width: 100%;
    padding: 0;
  }
  .l-main--summary .l-main-section#pnavi03 .l-main-textbox--2column {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .l-main--summary .l-main-section#pnavi03 .l-main-textbox--2column .l-main-textbox--left {
    width: 100%;
    float: none;
    text-align: left;
    margin: 0 0 2rem 0;
  }
  .l-main--summary .l-main-section#pnavi03 .l-main-textbox--2column .l-main-textbox--left .l-summary__caption {
    font-size: 1.4rem;
  }
  .l-main--summary .l-main-section#pnavi03 .l-main-textbox--2column .l-main-textbox--left .l-summary__name {
    font-size: 1.4rem;
  }
  .l-main--summary .l-main-section#pnavi03 .l-main-textbox--2column .l-main-textbox--left .l-summary__note {
    font-size: 1.2rem;
  }
  .l-main--summary .l-main-section#pnavi03 .l-main-textbox--2column .l-main-textbox--right {
    width: 100%;
    float: none;
    font-size: 1.4rem;
    padding: 0;
  }
  .l-main--summary .l-main-section#pnavi03 .l-main-imagebox__image {
    width: 100%;
  }
  .l-main--summary .l-main-section#pnavi04 table td dl {
    display: block;
  }
  .l-main--summary .l-main-section#pnavi04 table td dl dt {
    width: 100%;
  }
  .l-main--summary .l-main-section#pnavi04 table td dl dd {
    width: 100%;
  }
  /*
---------------------------------------------

  regulation

*/
  .l-main--regulation .l-main-section {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .l-main--regulation .l-main-section#pnavi01 {
    margin: 0 auto 6rem auto;
  }
  .l-main--regulation .l-main-section#pnavi01 .l-main-textbox {
    padding: 1rem 2rem 2rem 2rem;
  }
  .l-main--regulation .l-main-section#pnavi01 .l-main-textbox .l-main__subtitle {
    font-size: 1.6rem;
    margin: 2rem 0;
  }
  .l-main--regulation .l-main-section#pnavi01 .l-main-textbox--intro {
    margin: 0 0 3rem 0;
  }
  .l-main--regulation .l-main-section#pnavi02 .l-main-textbox .l-main__subtitle {
    font-size: 1.6rem;
    color: #000;
    margin: 1rem 0;
    padding: 0 0 1rem 0;
  }
  .l-main--regulation .l-main-section#pnavi02 .l-main-textbox-inner {
    margin: 0 0 3rem 0;
  }
  /*
---------------------------------------------

  enrollment

*/
  .l-main--enrollment .l-main-section {
    max-width: 100%;
    margin: 0 auto 6rem auto;
    padding: 0;
  }
  .l-main--enrollment .l-main-section#pnavi02 .l-main__subtitle {
    font-size: 1.6rem;
  }
  .l-main--enrollment .l-main-section#pnavi03 dt {
    float: none;
    width: 100%;
    white-space: normal;
  }
  .l-main--enrollment .l-main-section#pnavi03 dd {
    float: none;
    width: 100%;
  }
  .l-main--enrollment .l-main-section .l-main-textbox2 {
    padding: 2rem;
  }
  .l-main--enrollment .l-main-section table {
    margin: 0 0 3rem 0;
  }
  .l-main--enrollment .l-main-section table th {
    width: 100%;
  }
  .l-main--enrollment .l-main-section table td {
    width: 100%;
  }
  .l-main--enrollment .l-main-section .l-button__list {
    width: 100%;
    margin: 0;
  }
  .l-main--enrollment .l-main-section .l-main__button--dl {
    width: 100%;
  }
  .l-main--enrollment .l-main-section .fz20 {
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
  }
  /*
---------------------------------------------

  brochure

*/
  .l-main--brochure {
    margin: 0;
    padding: 0;
  }
  .l-main--brochure .l-main-section {
    margin: 0 0 6rem 0;
  }
  .l-main--brochure .l-main-section-inner {
    margin: 3rem 0 0 0;
  }
  .l-main--brochure .l-main-section .l-main__subtitle {
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
  }
  .l-main--brochure .l-main-section .l-brochure__list .l-brochure__list__item {
    float: none;
    margin: 0 0 2rem 0;
  }
  .l-main--brochure .l-main-section .l-brochure__list .l-main__button--dl {
    width: 100%;
  }
  .l-main--brochure .l-main-section .l-main-textbox--2column {
    margin: 2rem auto 3rem auto;
    width: 100%;
    display: block;
  }
  .l-main--brochure .l-main-section .l-main-textbox--2column .l-main-textbox--left {
    width: 100%;
  }
  .l-main--brochure .l-main-section .l-main-textbox--2column .l-main-textbox--left .l-main__button--dl {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .l-main--brochure .l-main-section .l-main-textbox--2column .l-main-textbox--right {
    width: 100%;
    padding: 0;
  }
  .l-main--brochure .l-main-section .l-main-textbox--2column .l-main-textbox--right .l-main-imagebox__image {
    float: none;
    width: 100%;
    margin: 0 0 1rem 0;
    text-align: center;
  }
  .l-main--brochure .l-main-section .l-main-textbox--2column .l-main-textbox--right .l-main-imagebox__image img {
    width: 80%;
    height: auto;
  }
  /*
---------------------------------------------

  annual-report

*/
  .l-main--annual-report {
    padding: 0;
  }
  .l-main--annual-report .l-main-section {
    margin: 0 0 6rem 0;
  }
  .l-main--annual-report .l-main-section .l-annual__list .l-annual__list__item {
    float: none;
    margin: 0 0 2rem 0;
  }
  .l-main--annual-report .l-main-section .l-annual__list .l-main__button--dl {
    width: 100%;
  }
  /*
---------------------------------------------

  column

*/
  .l-submenu--column .l-submenu__list__item a {
    font-size: 1.2rem;
  }
  .l-main--column {
    padding: 0 0 3rem 0;
  }
  .l-main--column .l-main-inner {
    max-width: 100%;
    padding: 3rem 1rem;
  }
  .l-main--column .l-pankuzu--column {
    max-width: 100%;
    padding: 0 0 2rem 0;
    font-size: 1.2rem;
  }
  .l-main--column .l-pankuzu--column__category {
    font-size: 1.3rem;
  }
  .l-main--column .l-pankuzu--column__category:before {
    width: 15px;
    height: 15px;
  }
  .l-main--column .l-column-main {
    width: 100%;
    float: none;
  }
  .l-main--column .l-column-main .l-column-main-article {
    padding: 2rem;
  }
  .l-main--column .l-column-main .l-column-main-article__title {
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
  }
  .l-main--column .l-column-main .l-column-main-article__info {
    margin: 0 0 3rem 0;
  }
  .l-main--column .l-column-main .l-column-main-article__category {
    font-size: 1.3rem;
    padding: 0.1rem 0 0 2rem;
  }
  .l-main--column .l-column-main .l-column-main-article__category:before {
    width: 15px;
    height: 15px;
  }
  .l-main--column .l-column-main .l-column-main-article__date {
    font-size: 1.3rem;
    padding: 0.1rem 0 0 2rem;
  }
  .l-main--column .l-column-main .l-column-main-article__date:before {
    width: 15px;
    height: 15px;
  }
  .l-main--column .l-column-main .l-column-main-article__image {
    width: 100%;
    float: none;
    padding: 0 0 2rem 0;
  }
  .l-main--column .l-column-main .l-column-main-article__text {
    width: 100%;
    float: none;
  }
  .l-main--column .l-column-main .l-column-main-article__button a {
    font-size: 1.4rem;
    width: 100%;
  }
  .l-main--column .l-column-main .l-column-detail {
    padding: 2rem;
  }
  .l-main--column .l-column-main .l-column-detail__title {
    font-size: 1.6rem;
  }
  .l-main--column .l-column-main .l-column-detail__info {
    margin: 0 0 2rem 0;
    padding: 0 0 2rem 0;
    border-bottom: solid 1px #ECECEC;
  }
  .l-main--column .l-column-main .l-column-detail__category {
    font-size: 1.3rem;
    padding: 0.1rem 0 0 2rem;
  }
  .l-main--column .l-column-main .l-column-detail__category:before {
    width: 15px;
    height: 15px;
  }
  .l-main--column .l-column-main .l-column-detail__date {
    font-size: 1.3rem;
    padding: 0.1rem 0 0 2rem;
  }
  .l-main--column .l-column-main .l-column-detail__date:before {
    width: 15px;
    height: 15px;
  }
  .l-main--column .l-column-main .l-column-detail img {
    width: 100%;
    height: auto;
  }
  .l-main--column .l-column-main .l-pagenavi {
    margin: 3rem auto;
  }
  .l-main--column .l-column-main .l-pagenavi .page {
    font-size: 1.4rem;
  }
  .l-main--column .l-column-main .l-pagenavi .extend {
    font-size: 1.4rem;
  }
  .l-main--column .l-column-main .l-pagenavi .current {
    font-size: 1.4rem;
  }
  .l-main--column .l-column-main .l-pagenavi .pages {
    margin: 0 3rem 0 0;
    width: 40px;
    height: 40px;
    padding: 10px 0 0 0;
  }
  .l-main--column .l-column-main .l-pagenavi .pages img {
    width: 10px;
    height: auto;
  }
  .l-main--column .l-column-main .l-pagenavi .nextpostslink {
    margin: 0 0 0 3rem;
    width: 40px;
    height: 40px;
    padding: 10px 0 0 0;
  }
  .l-main--column .l-column-main .l-pagenavi .nextpostslink img {
    width: 10px;
    height: auto;
  }
  .l-main--column .l-column-main .l-pagenavi2 {
    width: 100%;
    margin: 3rem auto 0 auto;
  }
  .l-main--column .l-column-main .l-pagenavi2__button {
    width: 60%;
    margin: 0 2rem;
  }
  .l-main--column .l-column-main .l-pagenavi2__button a {
    font-size: 1.6rem;
    padding: 1rem;
  }
  .l-main--column .l-column-main .l-pagenavi2-prev {
    width: 20%;
  }
  .l-main--column .l-column-main .l-pagenavi2-prev__title {
    display: none;
  }
  .l-main--column .l-column-main .l-pagenavi2-prev__button {
    width: 40px;
    height: 40px;
    padding: 5px 0 0 0;
  }
  .l-main--column .l-column-main .l-pagenavi2-prev__button img {
    width: 10px;
    height: auto;
  }
  .l-main--column .l-column-main .l-pagenavi2-prev__button a {
    width: 40px;
    height: 40px;
    padding: 5px 0 0 0;
  }
  .l-main--column .l-column-main .l-pagenavi2-prev__button a img {
    width: 10px;
    height: auto;
  }
  .l-main--column .l-column-main .l-pagenavi2-next {
    width: 20%;
  }
  .l-main--column .l-column-main .l-pagenavi2-next__title {
    display: none;
  }
  .l-main--column .l-column-main .l-pagenavi2-next__button {
    width: 40px;
    height: 40px;
    padding: 5px 0 0 0;
  }
  .l-main--column .l-column-main .l-pagenavi2-next__button img {
    width: 10px;
    height: auto;
  }
  .l-main--column .l-column-main .l-pagenavi2-next__button a {
    width: 40px;
    height: 40px;
    padding: 5px 0 0 0;
  }
  .l-main--column .l-column-side {
    width: 100%;
    float: none;
    margin: 6rem 0 0 0;
  }
  .l-main--column .l-column-side__search input[type="text"] {
    width: 100%;
  }
  .l-main--column .l-column-side__content__title {
    font-size: 1.6rem;
  }
  .l-main--column .l-column-side__content__list__item {
    font-size: 1.3rem;
    border-bottom: solid 1px #ECECEC;
  }
  /*
---------------------------------------------

  news

*/
  .l-main--news .l-main-section {
    margin: 0;
    padding: 0;
  }
  .l-main--news .l-main-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 3rem 0 0 0;
  }
  .l-main--news .l-news-list {
    width: 90%;
  }
  .l-main--news .l-news-list__item {
    margin: 0 0 3rem 0;
  }
  .l-main--news .l-news-list__item__category {
    padding: 0.5rem;
    width: 50%;
    font-size: 1.3rem;
    float: none;
  }
  .l-main--news .l-news-list__item__date {
    width: 50%;
    float: none;
    font-size: 1.4rem;
  }
  .l-main--news .l-news-list__item__title {
    width: 100%;
    font-size: 1.6rem;
    border-left: none;
    margin: 1rem 0 0 0;
    padding: 0;
    float: none;
  }
  .l-main--news .l-pagenavi {
    margin: 3rem auto;
  }
  .l-main--news .l-pagenavi .page {
    font-size: 1.4rem;
  }
  .l-main--news .l-pagenavi .extend {
    font-size: 1.4rem;
  }
  .l-main--news .l-pagenavi .current {
    font-size: 1.4rem;
  }
  .l-main--news .l-pagenavi .pages {
    margin: 0 3rem 0 0;
    width: 40px;
    height: 40px;
    padding: 1rem 0 0 0;
  }
  .l-main--news .l-pagenavi .pages img {
    width: 10px;
    height: auto;
  }
  .l-main--news .l-pagenavi .previouspostslink,
  .l-main--news .l-pagenavi .nextpostslink {
    margin: 0 0 0 3rem;
    width: 40px;
    height: 40px;
    padding: 1rem 0 0 0;
  }
  .l-main--news .l-pagenavi .previouspostslink img,
  .l-main--news .l-pagenavi .nextpostslink img {
    width: 10px;
    height: auto;
  }
  .l-main--news2 .l-main-inner {
    padding: 3rem 0;
  }
  .l-main--news2 .l-main-inner .l-main-section {
    max-width: 100%;
    padding: 2rem;
  }
  .l-main--news2 .l-main-inner .l-main-section .l-news-detail__item {
    margin: 0 0 2rem 0;
  }
  .l-main--news2 .l-main-inner .l-main-section .l-news-detail__item__category {
    margin: 0 2rem 0 0;
    padding: 0.5rem;
    width: 50%;
    font-size: 1.3rem;
  }
  .l-main--news2 .l-main-inner .l-main-section .l-news-detail__item__date {
    font-size: 1.4rem;
    width: 50%;
  }
  .l-main--news2 .l-main-inner .l-main-section .l-news-detail__title {
    margin: 0 0 3rem 0;
    padding: 0 0 1rem 0;
    font-size: 1.6rem;
  }
  .l-main--news2 .l-main-inner .l-pagenavi2 {
    width: 100%;
  }
  .l-main--news2 .l-main-inner .l-pagenavi2__button {
    width: 60%;
    margin: 0 2rem;
  }
  .l-main--news2 .l-main-inner .l-pagenavi2__button a {
    font-size: 1.6rem;
    padding: 1rem;
  }
  .l-main--news2 .l-main-inner .l-pagenavi2-prev {
    width: 20%;
  }
  .l-main--news2 .l-main-inner .l-pagenavi2-prev__title {
    display: none;
  }
  .l-main--news2 .l-main-inner .l-pagenavi2-prev__button {
    width: 40px;
    height: 40px;
    padding: 5px 0 0 0;
  }
  .l-main--news2 .l-main-inner .l-pagenavi2-prev__button img {
    width: 10px;
    height: auto;
  }
  .l-main--news2 .l-main-inner .l-pagenavi2-prev__button a {
    width: 40px;
    height: 40px;
    padding: 5px 0 0 0;
  }
  .l-main--news2 .l-main-inner .l-pagenavi2-prev__button a img {
    width: 10px;
    height: auto;
  }
  .l-main--news2 .l-main-inner .l-pagenavi2-next {
    width: 20%;
  }
  .l-main--news2 .l-main-inner .l-pagenavi2-next__title {
    display: none;
  }
  .l-main--news2 .l-main-inner .l-pagenavi2-next__button {
    width: 40px;
    height: 40px;
    padding: 5px 0 0 0;
  }
  .l-main--news2 .l-main-inner .l-pagenavi2-next__button img {
    width: 10px;
    height: auto;
  }
  .l-main--news2 .l-main-inner .l-pagenavi2-next__button a {
    width: 40px;
    height: 40px;
    padding: 5px 0 0 0;
  }
  /*
---------------------------------------------

  contact

*/
  .l-main--contact {
    padding: 3rem 0;
  }
  .l-main--contact .l-main-inner {
    max-width: 90%;
    padding: 2rem;
  }
  .l-main--contact .l-main-textbox {
    max-width: 100%;
  }
  .l-main--contact .l-contact-form {
    margin: 0 auto;
    max-width: 100%;
  }
  .l-main--contact .l-contact-form dl {
    display: block;
  }
  .l-main--contact .l-contact-form dl dt {
    padding: 2rem;
    display: block;
    width: 100%;
  }
  .l-main--contact .l-contact-form dl dd {
    padding: 2rem;
    border-left: 1px #707070 solid;
    display: block;
    width: 100%;
  }
  .l-main--contact .l-contact-form input,
  .l-main--contact .l-contact-form textarea {
    font-size: 1.4rem;
  }
  .l-main--contact .l-contact-form .l-search-form__textbox--w450 {
    width: 100%;
  }
  .l-main--contact .l-privacy-check {
    margin: 3rem 0 0 0;
    width: 90%;
    display: block;
  }
  .l-main--contact .l-contact-thanks {
    font-size: 2rem;
    margin: 0 0 2rem 0;
    text-align: center;
  }
  .l-main--contact input.l-main__button--confirm {
    width: 100%;
    font-size: 1.6rem;
    margin: 3rem 0 0 0;
    padding: 2rem;
  }
  .l-main--contact input.l-main__button--back {
    width: 100%;
    font-size: 1.6rem;
    margin: 3rem 0 0 0;
    padding: 2rem;
  }
  .l-main--contact .l-main__button--white {
    margin: 3rem auto 0 auto;
  }
  .l-main--contact .l-button__list {
    width: 100%;
  }
  .l-main--contact .l-button__list .l-button__list__item {
    float: none;
    margin: 0;
  }
  /*
---------------------------------------------

  faq

*/
  .l-main--faq .l-tab-contents {
    max-width: 100%;
    padding: 0;
  }
  .l-main--faq .l-tab-contents .l-faq-box {
    margin: 0 0 2rem 0;
    padding: 1rem 2rem 2rem 2rem;
  }
  .l-main--faq .l-tab-contents .l-faq-box__question a {
    margin: 0;
    padding: 5rem 3rem 0 0;
    font-size: 1.6rem;
  }
  .l-main--faq .l-tab-contents .l-faq-box__question a:before {
    right: 0;
  }
  .l-main--faq .l-tab-contents .l-faq-box__answer {
    margin: 2rem 0 0 0;
    padding: 7rem 0 0 0;
    background: url(../img/faq_icon_a.svg) no-repeat 1rem 3rem;
    background-size: auto 30px;
  }
  .l-main--faq .l-tab-contents .l-faq-box__answer .l-main__button--white {
    margin: 2rem 0 0 0;
    width: 100%;
  }
  .l-main--faq .l-tab-contents .l-faq-box__answer .l-main__button--white a {
    margin: 0;
    width: 100%;
    font-size: 1.4rem;
    padding: 1rem 2rem;
    display: block;
  }
  .l-main--faq .l-tab-contents .l-faq-box--q1 .l-faq-box__question {
    background: url(../img/faq_icon_q1.svg) no-repeat left 1rem;
    background-size: auto 30px;
  }
  .l-main--faq .l-tab-contents .l-faq-box--q2 .l-faq-box__question {
    background: url(../img/faq_icon_q2.svg) no-repeat left 1rem;
    background-size: auto 30px;
  }
  .l-main--faq .l-tab-contents .l-faq-box--q3 .l-faq-box__question {
    background: url(../img/faq_icon_q3.svg) no-repeat left 1rem;
    background-size: auto 30px;
  }
  .l-main--faq .l-tab-contents .l-faq-box--q4 .l-faq-box__question {
    background: url(../img/faq_icon_q4.svg) no-repeat left 1rem;
    background-size: auto 30px;
  }
  .l-main--faq .l-tab-contents .l-faq-box--q5 .l-faq-box__question {
    background: url(../img/faq_icon_q5.svg) no-repeat left 1rem;
    background-size: auto 30px;
  }
  .l-main--faq .l-tab-contents .l-faq-box--q6 .l-faq-box__question {
    background: url(../img/faq_icon_q6.svg) no-repeat left 1rem;
    background-size: auto 30px;
  }
  .l-main--faq .l-tab-contents .l-faq-box--q7 .l-faq-box__question {
    background: url(../img/faq_icon_q7.svg) no-repeat left 1rem;
    background-size: auto 30px;
  }
  .l-main--faq .l-tab-contents .l-faq-box--q8 .l-faq-box__question {
    background: url(../img/faq_icon_q8.svg) no-repeat left 1rem;
    background-size: auto 30px;
  }
  .l-main--faq .l-tab-contents .l-faq-box--q9 .l-faq-box__question {
    background: url(../img/faq_icon_q9.svg) no-repeat left 1rem;
    background-size: auto 30px;
  }
  .l-main--faq .l-tab-contents .l-faq-box--q10 .l-faq-box__question {
    background: url(../img/faq_icon_q10.svg) no-repeat left 1rem;
    background-size: auto 30px;
  }
  .l-main--faq .l-tab-contents .l-faq-box--q11 .l-faq-box__question {
    background: url(../img/faq_icon_q11.svg) no-repeat left 1rem;
    background-size: auto 30px;
  }
  .l-main--faq .l-tab-contents .l-faq-box--q12 .l-faq-box__question {
    background: url(../img/faq_icon_q12.svg) no-repeat left 1rem;
    background-size: auto 30px;
  }
  .l-main--faq .l-tab-contents .l-faq-box--q13 .l-faq-box__question {
    background: url(../img/faq_icon_q13.svg) no-repeat left 1rem;
    background-size: auto 30px;
  }
  .l-main--faq .l-tab-contents .l-faq-box--q14 .l-faq-box__question {
    background: url(../img/faq_icon_q14.svg) no-repeat left 1rem;
    background-size: auto 30px;
  }
  .l-main--faq .l-tab-contents .l-faq-box--q15 .l-faq-box__question {
    background: url(../img/faq_icon_q15.svg) no-repeat left 1rem;
    background-size: auto 30px;
  }
  .l-main--faq .l-tab-contents .l-faq-box--q16 .l-faq-box__question {
    background: url(../img/faq_icon_q16.svg) no-repeat left 1rem;
    background-size: auto 30px;
  }
  .l-main--faq .l-tab-contents .l-faq-box--q17 .l-faq-box__question {
    background: url(../img/faq_icon_q17.svg) no-repeat left 1rem;
    background-size: auto 30px;
  }
  .l-main--faq .l-tab-contents .l-faq-box--q18 .l-faq-box__question {
    background: url(../img/faq_icon_q18.svg) no-repeat left 1rem;
    background-size: auto 30px;
  }
  .l-main--faq .l-tab-contents .l-faq-box--q19 .l-faq-box__question {
    background: url(../img/faq_icon_q19.svg) no-repeat left 1rem;
    background-size: auto 30px;
  }
  .l-main--faq .l-tab-contents .l-faq-box--q20 .l-faq-box__question {
    background: url(../img/faq_icon_q20.svg) no-repeat left 1rem;
    background-size: auto 30px;
  }
  .l-main--faq .l-tab-contents .l-faq-box--q21 .l-faq-box__question {
    background: url(../img/faq_icon_q21.svg) no-repeat left 1rem;
    background-size: auto 30px;
  }
  /*
---------------------------------------------

  adr

*/
  .l-main--adr .l-tab-area li {
    width: 33%;
  }
  .l-main--adr .l-main-inner .l-main-section {
    margin: 0 0 6rem 0;
  }
  .l-main--adr .l-main-inner .l-adr-box {
    max-width: 100%;
    padding: 0;
  }
  .l-main--adr .l-main-inner .l-adr-box .l-main-textbox--left {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  .l-main--adr .l-main-inner .l-adr-box .l-main-textbox--left h3 {
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
    padding: 0;
  }
  .l-main--adr .l-main-inner .l-adr-box .l-main-textbox--right {
    width: 100%;
    padding: 0;
  }
  .l-main--adr .l-main-inner .l-adr-box2 {
    max-width: 100%;
    margin: 0 auto 3rem auto;
    padding: 0;
    display: block;
  }
  .l-main--adr .l-main-inner .l-adr-box2 .l-main-textbox--left {
    width: 100%;
    margin: 0 0 3rem 0;
    font-size: 1.6rem;
    padding: 0;
  }
  .l-main--adr .l-main-inner .l-adr-box2 .l-main-textbox--right {
    width: 100%;
    padding: 0;
  }
  .l-main--adr .l-main-inner .l-adr-list {
    max-width: 100%;
    display: block;
    padding: 0;
  }
  .l-main--adr .l-main-inner .l-adr-list__item {
    margin: 0 0 2rem 0;
    padding: 2rem;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
  }
  .l-main--adr .l-main-inner .l-adr-list__item:last-child {
    margin: 0;
  }
  .l-main--adr .l-main-inner table {
    max-width: 100%;
  }
  .l-main--adr .l-main-inner table th {
    padding: 2rem;
  }
  .l-main--adr .l-main-inner ul {
    margin: 0;
  }
  .l-main--adr .l-main-inner ul li {
    list-style: none;
  }
  .l-main--adr .l-main-inner .l-adr-box3 {
    max-width: 100%;
    padding: 0;
  }
  .l-main--adr .l-main-inner .l-adr-box3-inner {
    padding: 2rem;
  }
  .l-main--adr .l-main-inner .l-adr-box3-inner ul {
    margin: 0 0 0 2rem;
  }
  .l-main--adr .l-main-inner .l-adr-box3-inner ul li {
    list-style: disc;
    font-weight: bold;
  }
  .l-main--adr .l-main-inner .l-adr-box4 {
    max-width: 100%;
    margin: 0 auto 3rem auto;
    padding: 0;
    display: block;
    justify-content: center;
    align-items: center;
  }
  .l-main--adr .l-main-inner .l-adr-box4 .l-main-textbox--left {
    width: 100%;
    margin: 0 0 3rem 0;
    padding: 0;
  }
  .l-main--adr .l-main-inner .l-adr-box4 .l-main-textbox--left li {
    margin: 0;
  }
  .l-main--adr .l-main-inner .l-adr-box4 .l-main-textbox--right {
    width: 100%;
  }
  .l-main--adr .fz20 {
    font-size: 1.6rem;
  }
  .l-main--adr .l-button__list__item {
    width: 100%;
    margin: 0 auto 3rem auto;
  }
  .l-main--adr .l-button__list__item:last-child {
    margin: 0 auto;
  }
  /*
---------------------------------------------

  adr-interview

*/
  .l-main--adr-interview {
    padding: 3rem 0;
  }
  .l-main--adr-interview .l-main-inner {
    max-width: 90%;
    padding: 0;
  }
  .l-main--adr-interview .l-main-inner .l-adr-interview-main {
    padding: 2rem;
  }
  .l-main--adr-interview .l-main-inner .l-adr-interview-main .l-main-textbox--2column {
    width: 90%;
  }
  .l-main--adr-interview .l-main-inner .l-adr-interview-main .l-main-textbox--2column .l-main-textbox--left {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  .l-main--adr-interview .l-main-inner .l-adr-interview-main .l-main-textbox--2column .l-main-textbox--right {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .l-main--adr-interview .l-main-inner .l-adr-interview-main .l-main-textbox--2column .l-main-textbox--right .l-main__title {
    font-size: 1.6rem;
    margin: 0 auto 3rem auto;
    text-align: center;
    width: 60%;
    display: block;
  }
  .l-main--adr-interview .l-main-inner .l-adr-interview-main .l-main-textbox--2column .l-main-textbox--right .l-main__title:before {
    width: 20px;
    height: 20px;
    left: -40px;
  }
  .l-main--adr-interview .l-main-inner .l-adr-interview-main .l-main-textbox--2column .l-main-textbox--right .l-main__title:after {
    width: 20px;
    height: 20px;
    right: -40px;
  }
  /*
---------------------------------------------

  jshi-mailmagazine

*/
  .l-main--mailmagazine .l-mailmagazine-box {
    width: 100%;
    margin: 0 auto 3rem auto;
    padding: 2rem;
  }
  .l-main--mailmagazine .l-mailmagazine-box .l-main__list {
    font-size: 1.4rem;
  }
  .l-main--mailmagazine .l-main-textbox h3 {
    font-size: 1.6rem;
    margin: 0 auto 2rem auto;
    display: block;
    text-align: center;
    width: 90%;
  }
  .l-main--mailmagazine .fz20 {
    font-size: 1.6rem;
  }
  .l-main--mailmagazine .l-main__button {
    width: 100%;
  }
  /*
---------------------------------------------

  privacy

*/
  .l-main--privacy {
    padding: 3rem 0;
  }
  .l-main--privacy .l-main-inner {
    max-width: 90%;
  }
  .l-main--privacy .l-main-inner .l-main-whitebox {
    margin: 0 0 3rem 0;
    padding: 2rem;
  }
  /*
---------------------------------------------

  sitemap

*/
  .l-main--sitemap {
    padding: 3rem 0;
  }
  .l-main--sitemap .l-main-inner {
    max-width: 90%;
  }
  .l-main--sitemap .l-main-inner .l-main-whitebox {
    padding: 3rem 3rem 3rem 3rem;
  }
  .l-sitemap-menu__title {
    margin: 2rem 0;
    padding: 0;
    font-size: 1.6rem;
  }
  .l-sitemap-menu__list__link {
    font-size: 1.4rem;
  }
}



/* ====================================================
2019/12/25 eq3追記：ここから
==================================================== */
.l-search-form-caution{
    text-align: left;
    font-size: 1.3rem;
    background: #ECECEC;
    padding: 1.6rem;
    margin: 2rem auto 0;
    max-width: 900px;
}
.l-search-form-caution ul{
    font-size: 1.2rem;
    list-style-type: none;
    text-indent: -1.2rem;
    margin-left: 1rem;
    line-height: 1.55;
}

.l-search-form-caution ul li{
    list-style-type: none;
    margin-bottom: 1rem;
}
.l-search-form-caution ul li:before {
    display: inline;
    content: "■";
    padding-right: 0.2rem;
}

#search_box1 .l-search-form-caution{
    margin-top: 5rem;
}

/* ====================================================
2019/12/25 eq3追記：ここまで
==================================================== */


/*# sourceMappingURL=common.css.map */