@charset "UTF-8";
.pagination {
  margin: 50px 0; }

.pagination ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.pagination ul li {
  display: inline-block; }

.pagination ul li:first-child a {
  border-left: 1px solid #ddd; }

.pagination ul li.b_prev a,
.pagination ul li.b_next a {
  position: relative;
  width: 50px;
  color: transparent; }

.pagination ul li.b_prev a:before,
.pagination ul li.b_next a:before {
  content: "";
  background: url(../images/share/svg/chevron_up.svg) no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  height: 14px;
  width: 14px;
  background-size: 100%;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute; }

.pagination ul li.b_next a:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.pagination ul li a {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-left: none; }

@media all and (max-width: 768px) {
  .pagination ul li a {
    font-size: 13px; } }

.pagination ul li a:hover {
  background: #f1f1f1; }

.pagination ul li span.current {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 15px;
  background: #d6000f;
  color: #fff;
  border: 1px solid #d6000f; }

@media all and (max-width: 768px) {
  .pagination ul li span.current {
    font-size: 13px; } }

.pagination ul li.activepage a {
  background: #d6000f;
  color: #fff;
  border: 1px solid #d6000f; }

.pagination ul li.neardot a {
  border-left: 1px solid #ccc; }

.headtitle {
  position: relative;
  background-size: cover;
  height: 250px;
  z-index: 1; }

.headtitle-about {
  background: url("../images/about/mainmv.jpg") no-repeat center center; }

.headtitle-company {
  background: url("../images/company/mainmv.jpg") no-repeat center center; }

.headtitle-contact {
  background: url("../images/contact/mainmv.jpg") no-repeat center center; }

.headtitle-faq {
  background: url("../images/faq/mainmv.jpg") no-repeat center center; }

.headtitle-news {
  background: url("../images/news/mainmv.jpg") no-repeat center center; }

@media all and (max-width: 960px) {
  .headtitle {
    height: 200px; } }

@media all and (max-width: 768px) {
  .headtitle {
    height: 160px; } }

@media all and (max-width: 520px) {
  .headtitle {
    margin-bottom: 40px; } }

.headtitle .container {
  position: relative;
  z-index: 9; }

.headtitle .container h1 {
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 60px;
  font-weight: 500; }

@media all and (min-width: 960px) {
  .headtitle .container h1 {
    min-width: 440px; } }

.headtitle .container h1::first-letter {
  color: #d5a058; }

.headtitle .container h1 span {
  font-size: 16px;
  display: block;
  font-weight: 500;
  position: relative;
  padding-top: 15px;
  margin-top: 5px; }

.headtitle .container h1 span::after {
  position: absolute;
  content: '';
  width: 28px;
  height: 2px;
  background: #f89b00;
  margin-left: -14px;
  left: 50%;
  top: 0; }

@media all and (max-width: 960px) {
  .headtitle .container h1 {
    font-size: 36px; } }

@media all and (max-width: 768px) {
  .headtitle .container h1 {
    font-size: 26px;
    padding: 10px 40px; }
  .headtitle .container h1 span {
    font-size: 14px; } }

.breadcrumb {
  background: #fff;
  margin-bottom: 30px;
  padding: 8px 20px; }

@media all and (max-width: 520px) {
  .breadcrumb {
    display: none; } }

.breadcrumb li {
  display: inline-block;
  margin-left: 1px;
  text-transform: uppercase;
  color: #333;
  font-size: 12px;
  font-weight: normal; }

.breadcrumb li:first-child {
  padding-left: 0;
  margin-left: 0; }

.breadcrumb li a {
  color: #000;
  position: relative;
  padding-right: 15px; }

.breadcrumb li a::before {
  position: absolute;
  content: ' > ';
  font-size: 12px;
  color: #000;
  right: 0;
  top: 0; }

.breadcrumb li a:hover {
  text-decoration: underline;
  opacity: 0.8; }

@media all and (max-width: 960px) {
  .breadcrumb {
    margin-bottom: 5%; } }

@media all and (max-width: 1024px) {
  .breadcrumb .container {
    padding: 0 3%; } }

@media all and (max-width: 768px) {
  .breadcrumb .container {
    padding: 0 3%; } }

.breadcrumb li a {
  color: #000000; }

.secondpage .textdemo {
  padding: 200px 0; }

/* Common */
.txt_link01 {
  color: #0059b2;
  border-bottom: 1px solid #0059b2; }

.cmn-icon01 {
  font-size: 29px;
  position: relative;
  padding-bottom: 3px;
  width: 80px;
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  font-weight: bold;
  color: #195c8b; }

.cmn-icon01 small {
  font-size: 18px;
  font-weight: bold;
  padding-top: 6px;
  margin-left: 2px; }

.cmn-icon01.icon-blue {
  color: #D49F58; }

.cmn-icon01.icon-yellow {
  color: #000; }

.cmn-icon01.icon-violet {
  color: #59198b; }

.cmn-icon01:before {
  border-color: #fff; }

.cmn-icon01:after {
  content: '';
  background: #fff;
  position: absolute;
  width: 58px;
  height: 58px;
  left: 10px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1; }

.cmn-icon01:before {
  position: absolute;
  content: '';
  width: 55px;
  height: 55px;
  border: 1px solid #fff;
  left: 11px;
  top: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

.cmn-icon01:after {
  background: #fff; }

.cmn-icon02 {
  font-size: 23px;
  position: relative;
  padding-bottom: 7px;
  width: 70px;
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  font-weight: bold;
  color: #fff; }

.cmn-icon02 small {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding-top: 4px;
  margin-left: 2px; }

.cmn-icon02:before {
  border-color: #fff; }

.cmn-icon02:after {
  content: '';
  background: #fff;
  position: absolute;
  width: 48px;
  height: 48px;
  left: 10px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1; }

.cmn-icon02.icon-blue:after {
  background: #195c8b; }

.cmn-icon02.icon-yellow:after {
  background: #cc8d39; }

.cmn-icon02.icon-violet:after {
  background: #59198b; }

.cmn-icon02:before {
  position: absolute;
  content: '';
  width: 46px;
  height: 46px;
  border: 1px solid #fff;
  left: 11px;
  top: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

.cmn-icon02.icon-blue:before {
  border: 1px solid #195c8b; }

.cmn-icon02.icon-yellow:before {
  border: 1px solid #cc8d39; }

.cmn-icon02.icon-violet:before {
  border: 1px solid #59198b; }

.cmn-tbl01 dl {
  margin-bottom: 23px; }

.cmn-tbl01 dt {
  font-size: 18px;
  border-bottom: 1px solid #d39f58;
  color: #000;
  padding-bottom: 7px;
  font-weight: bold; }

.cmn-tbl01 dd {
  font-size: 16px;
  font-weight: normal;
  margin-top: 7px;
  padding-left: 57px;
  line-height: 1.9; }

@media all and (max-width: 768px) {
  .cmn-tbl01 dl {
    margin-bottom: 18px; }
  .cmn-tbl01 dt {
    font-size: 16px;
    padding-bottom: 4px; }
  .cmn-tbl01 dd {
    font-size: 14px;
    margin-top: 4px;
    padding-left: 0;
    line-height: 1.7; } }

.txt-style01 {
  padding: 1px 4px 4px 4px;
  background: #fbf5ee;
  font-size: 30px;
  font-weight: bold;
  color: #c9283e;
  display: inline-block;
  line-height: 1.3; }

.js-countdown i {
  font-style: normal; }

.box-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(76, 76, 76, 0.95);
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s; }

.box-modal.showthis {
  opacity: 1;
  visibility: inherit; }

.box-modal .popup-inner {
  background: #fff;
  max-width: 1000px;
  width: 90%;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  z-index: 990;
  padding: 20px 20px; }

.box-modal .popup-inner.inner01 {
  max-width: 650px;
  text-align: center; }

.box-modal .popup-inner.inner01 .ttl1 {
  margin-bottom: 30px;
  color: #c9283e;
  font-weight: bold;
  font-size: 28px; }

.box-modal .popup-inner.inner01 .ttl1.yellow {
  color: #d39f58;
  font-size: 24px;
  margin-bottom: 10px; }

.box-modal .popup-inner.inner01 .txt1 {
  font-weight: bold; }

.box-modal .popup-inner.inner01 .txt1 .txt1-bdr {
  border: 1px solid #555;
  padding: 2px 10px; }

.box-modal .popup-inner.inner01 .txt1 p {
  margin-bottom: 5px;
  font-size: 18px; }

.box-modal .list-btn {
  margin-top: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.box-modal .list-btn li {
  max-width: 50%;
  width: 200px;
  margin: 0 9px; }

.box-modal .list-btn li a {
  max-width: 200px; }

@media all and (max-width: 768px) {
  .txt-style01 {
    font-size: 20px; }
  .box-modal .popup-inner {
    width: 94%;
    padding: 15px 3%; }
  .box-modal .popup-inner.inner01 .ttl1 {
    margin-bottom: 10px;
    font-size: 22px; }
  .box-modal .popup-inner.inner01 .ttl1.yellow {
    font-size: 18px; }
  .box-modal .popup-inner.inner01 .txt1 {
    font-weight: bold; }
  .box-modal .popup-inner.inner01 .txt1 p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.7; }
  .box-modal .txt-style01 {
    display: block; }
  .box-modal .list-btn {
    margin-top: 20px;
    display: block; }
  .box-modal .list-btn li {
    max-width: 100%;
    width: 250px;
    margin: 0 auto 10px auto; }
  .box-modal .list-btn li a {
    max-width: 100%; } }

.cmn-ttl01 {
  color: #555555;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #555555;
  padding-bottom: 13px;
  line-height: 1.4;
  margin-bottom: 27px; }

.cmn-list01 li {
  color: #000;
  border-bottom: 1px solid #f0e4d5;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 9px;
  line-height: 1.5; }

.cmn-list01 li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  height: 15px;
  background: #d49f58;
  width: 2px; }

.cmn-list01 li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0; }

.cmn-pager {
  text-align: center;
  margin: 60px 0; }

.cmn-pager .btn {
  display: inline-block;
  vertical-align: middle; }

.cmn-pager .btn a {
  text-align: center;
  padding: 12px 0;
  font-size: 18px;
  font-weight: bold;
  color: #5d5d5d;
  display: inline-block;
  width: 40px;
  border: 1px solid #ebebeb;
  background: #fff; }

.cmn-pager .btn.current a {
  background: #ebebeb; }

.cmn-pager .btn.btn-prev a,
.cmn-pager .btn.btn-next a {
  text-indent: -99999px;
  background: #ebebeb;
  position: relative; }

.cmn-pager .btn.btn-prev a:before,
.cmn-pager .btn.btn-next a:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 32px;
  width: 14px;
  height: 14px;
  margin-top: -16px;
  border-left: 2px solid #5d5d5d;
  border-top: 2px solid #5d5d5d;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transform: rotate(135deg); }

.cmn-pager .btn.btn-prev a:before {
  right: 8px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media all and (min-width: 769px) {
  .cmn-pager .btn a:hover {
    background: #ebebeb; } }

@media all and (max-width: 768px) {
  .cmn-ttl01 {
    font-size: 18px;
    padding-bottom: 13px;
    margin-bottom: 18px; }
  .cmn-list01 li {
    font-size: 14px;
    padding-left: 6px;
    padding-bottom: 7px;
    margin-bottom: 9px; }
  .cmn-list01 li:before {
    left: 0;
    top: 4px;
    height: 14px; }
  .cmn-list01 li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0; }
  .cmn-pager {
    margin: 50px 0; }
  .cmn-pager .btn a {
    padding: 8px 0;
    font-size: 17px;
    width: 35px; }
  .cmn-pager .btn.btn-prev a,
  .cmn-pager .btn.btn-next a {
    text-indent: -99999px;
    background: #ebebeb;
    position: relative; }
  .cmn-pager .btn.btn-prev a:before,
  .cmn-pager .btn.btn-next a:before {
    right: 13px;
    top: 29px;
    width: 12px;
    height: 12px;
    margin-top: -16px; }
  .cmn-pager .btn.btn-prev a:before {
    right: 6px; } }

.cmn-block-txt {
  text-align: center;
  background: url(../common_img/bg04.jpg);
  padding: 29px 20px;
  margin-bottom: 40px; }

.cmn-block-txt p {
  line-height: 1.6;
  font-size: 19px;
  color: #000000; }

@media all and (max-width: 768px) {
  .cmn-block-txt {
    padding: 20px 10px;
    margin-bottom: 30px; }
  .cmn-block-txt p {
    font-size: 16px; } }

.cmn-link01 {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.cmn-link01 .item {
  width: 32%;
  margin-right: 2%; }

.cmn-link01 .item:nth-child(3n) {
  margin-right: 0; }

.cmn-link01 .item a {
  display: block;
  height: 100%; }

.cmn-link01 .item a:hover {
  opacity: 0.8; }

.cmn-link01 .item .btn {
  text-align: right;
  padding: 8px 25px 8px 0; }

.cmn-link01 .item .btn span {
  padding-right: 31px;
  font-size: 16px;
  color: #fff;
  background: url(../common_img/arr4.png) no-repeat right center; }

.cmn-link01 .item .box1 {
  padding: 10px 5px 10px 16px;
  font-size: 0; }

@media all and (max-width: 350px) {
  .cmn-link01 .item .box1 {
    padding: 10px 5px 10px 10px; } }

.cmn-link01 .item .heading-icon {
  display: inline-block;
  vertical-align: middle;
  width: 65px; }

.cmn-link01 .item.exam01 {
  background: #59198b;
  border: 1px solid #59198b; }

.cmn-link01 .item.exam01 .box1 {
    background: url(../images/about/img1_spec.png);
    background-size: 150%;
    background-position: top -25px center;
}

.cmn-link01 .item.exam02 {
  background: #195c8b;
  border: 1px solid #195c8b; }

.cmn-link01 .item.exam02 .box1 {
    background: url(../images/about/img2_spec.jpg);
    background-size: 120%;
    background-position: top -34px left -50px !important;
}

.cmn-link01 .item.exam03 {
  background: #cc8d39;
  border: 1px solid #cc8d39; }

.cmn-link01 .item.exam03 .box1 {
  background: url(../common_img/bg_bnr_exam03.jpg);
  background-size: cover; }

.cmn-link01 .ttl {
  font-family: 'Noto Serif JP', serif !important;
  color: #fff;
  padding-left: 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  width: calc(100% - 65px);
    text-shadow: 1px 2px 2px #000;
    position: relative;
    top: -3px;
}

@media all and (max-width: 350px) {
  .cmn-link01 .ttl {
    font-size: 16px; } }

@media all and (max-width: 768px) {
  .cmn-link01 {
    margin-top: 30px;
    display: block; }
  .cmn-link01 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  .cmn-link01 .item a {
    height: 100%; } }

.cmn-link02 {
  margin-top: 27px;
  margin-bottom: 97px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.cmn-link02 .item {
  width: 32%;
  margin-right: 2%;
  position: relative;
  border: 1px solid #e2d3c0;
  height: 94px; }

.cmn-link02 .item:nth-child(3n) {
  margin-right: 0; }

.cmn-link02 .item a {
  border: 5px solid #fff;
  display: block;
  height: 100%;
  position: relative; }

.cmn-link02 .item a:hover {
  opacity: 0.7; }

.cmn-link02 .item .box {
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -30px;
  text-align: center; }

.cmn-link02 .item .ttl {
  font-family: 'Noto Serif JP', serif !important;
  color: #000000;
  padding-right: 31px;
  font-size: 20px;
  background: url(../common_img/arr8.png) no-repeat right center;
  text-align: center;
  display: inline-block; }

.cmn-link02 .item.item1 {
  background: url(../common_img/bg_bnr04.jpg);
  background-size: cover; }

.cmn-link02 .item.item2 {
  background: url(../common_img/bg_bnr05.jpg);
  background-size: cover; }

.cmn-link02 .item.item3 {
  background: url(../common_img/bg_bnr06.jpg);
  background-size: cover; }

@media all and (max-width: 768px) {
  .cmn-link02 {
    margin-top: 27px;
    margin-bottom: 45px;
    display: block; }
  .cmn-link02 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    height: 94px; }
  .cmn-link02 .item .box {
    padding: 7px;
    margin-top: -28px; }
  .cmn-link02 .item .ttl {
    font-size: 19px; } }

@media all and (max-width: 768px) and (max-width: 350px) {
  .cmn-link02 .item .ttl {
    font-size: 17px; } }

.cmn-bnr03 {
  border: 1px solid #f1ece5;
  background: url(../common_img/bg05.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  margin-bottom: 87px; }

.cmn-bnr03:before {
  position: absolute;
  content: "";
  right: 0;
  width: 50%;
  top: 0;
  height: 50%;
  background: url(../common_img/bg06.png); }

.cmn-bnr03:after {
  position: absolute;
  content: "";
  left: 0;
  width: 50%;
  top: 51%;
  height: 50%;
  background: url(../common_img/bg06.png);
  background-size: cover; }

.cmn-bnr03 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.cmn-bnr03 .list li {
  position: relative;
  z-index: 543;
  width: 50%;
  font-size: 32px;
  font-family: 'Noto Serif JP', serif !important;
  font-weight: 600;
  color: #000000; }

.cmn-bnr03 .list li a {
  color: #000000;
  display: block;
  width: 100%;
  padding-left: 60px;
  padding-top: 20px;
  padding-bottom: 25px; }

.cmn-bnr03 .list li a:hover {
  opacity: 0.5; }

.cmn-bnr03 .list li:nth-child(2),
.cmn-bnr03 .list li:nth-child(4) {
  color: #cc8d39; }

.cmn-bnr03 .list li:nth-child(2) a,
.cmn-bnr03 .list li:nth-child(3) a {
  color: #cc8d39; }

.cmn-bnr03 .list li:nth-child(1),
.cmn-bnr03 .list li:nth-child(3) {
  text-align: right; }

.cmn-bnr03 .list li:nth-child(1) a,
.cmn-bnr03 .list li:nth-child(3) a {
  padding-right: 60px;
  padding-left: 0; }

@media all and (max-width: 768px) {
  .cmn-bnr03 {
    margin-bottom: 45px; }
  .cmn-bnr03:before {
    position: absolute;
    content: "";
    right: 0;
    width: 50%;
    top: 0;
    height: 50%;
    background: url(../common_img/bg06.png); }
  .cmn-bnr03 .list li a {
    font-size: 20px;
    padding-left: 15px;
    padding-top: 17px;
    padding-bottom: 17px; }
  .cmn-bnr03 .list li:nth-child(1) a,
  .cmn-bnr03 .list li:nth-child(3) a {
    padding-right: 12px; } }

.p-interview .mainmv .catch {
  max-width: 480px; }

.p-interview .contents {
  padding-top: 11px; }

.p-interview .list-interview {
  margin-bottom: 190px; }

.p-interview .list-interview .item {
  margin-bottom: 65px; }

.p-interview .list-interview .item .pers {
  float: left;
  text-align: center;
  width: 282px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 53; }

.p-interview .list-interview .item .img {
  margin-bottom: 10px; 
}


.p-interview .list-interview .item .name {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px; }

.p-interview .list-interview .item dl {
  max-width: 250px;
  margin: 0 auto;
  font-size: 0; }

.p-interview .list-interview .item dl dt {
  font-size: 14px;
  width: 100px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top; }

.p-interview .list-interview .item dl dd {
  font-size: normal;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: calc(100% - 100px); }

.p-interview .list-interview .item:nth-child(2n) .pers {
  float: right;
  margin-right: 0;
  margin-left: 20px; }

.p-interview .list-interview .detail .ttl01 {
  background: #fdfaf5;
  padding: 5px 10px 5px 0;
  color: #c6914a;
  font-size: 20px;
  overflow: hidden;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', serif !important; }

.p-interview .list-interview .detail .ttl01 span {
  position: relative;
  padding-left: 26px;
  display: inline-block;
  overflow: hidden; }

.p-interview .list-interview .detail .ttl01 span:before {
  position: absolute;
  content: "";
  left: 13px;
  top: 3px;
  bottom: 3px;
  background: #c6914a;
  width: 3px; }

.p-interview .list-interview .detail .ttl02 {
  overflow: hidden;
  color: #373737;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 11px;
  border-bottom: 1px solid #373737;
  margin-bottom: 12px; }

.p-interview .list-interview .detail .desc {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px; }

@media all and (max-width: 768px) {
  .p-interview .contents {
    padding-top: 0; }
  .p-interview .list-interview {
    margin-bottom: 50px; }
  .p-interview .list-interview .item {
    margin-bottom: 25px; }
  .p-interview .list-interview .item .pers {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  .p-interview .list-interview .item .img {
    text-align: center;
    margin-bottom: 10px; }
  .p-interview .list-interview .item .name {
    font-size: 18px;
    margin-bottom: 10px; }
  .p-interview .list-interview .item dl {
    font-size: 0; }
  .p-interview .list-interview .item dl dt {
    font-size: 14px;
    width: 100px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top; }
  .p-interview .list-interview .item dl dd {
    font-size: normal;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: calc(100% - 100px); }
  .p-interview .list-interview .item:nth-child(2n) .pers {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .p-interview .list-interview .detail .ttl01 {
    padding: 5px 5px 5px 0;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px; }
  .p-interview .list-interview .detail .ttl01 span {
    padding-left: 24px; }
  .p-interview .list-interview .detail .ttl01 span:before {
    width: 2px; }
  .p-interview .list-interview .detail .ttl02 {
    font-size: 16px;
    padding-bottom: 9px;
    margin-bottom: 12px; }
  .p-interview .list-interview .detail .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 25px; } }

.p-ask .contents {
  padding-top: 11px; }

.p-ask .cmn-block-txt {
  margin-bottom: 20px; }

.p-ask .list-anchor01 {
  font-size: 0;
  text-align: center;
  margin-bottom: 60px; }

.p-ask .list-anchor01 li {
  display: inline-block;
  text-align: center;
  margin: 0 4px; }

.p-ask .list-anchor01 li a {
  padding: 10px 25px 10px 10px;
  background: #d5a058;
  color: #fff;
  font-size: 14px;
  display: block;
  position: relative; }

.p-ask .list-anchor01 li a:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  margin-top: -4px;
  color: #fff;
  width: 10px;
  height: 10px;
  background: url(../common_img/arr9.png) no-repeat center center; }

.p-ask .block-ask {
  margin-bottom: 57px; }

.p-ask .block-ask .ttl01 {
  font-size: 20px;
  font-weight: bold;
  color: #373737;
  border-bottom: 1px solid #373737;
  padding-bottom: 7px;
  margin-bottom: 20px; }

.p-ask .btnpage {
  margin-top: 20px;
  margin-bottom: 96px; }

.p-ask .ask-txt03 {
  text-align: center;
  color: #000000;
  font-size: 20px; }

.p-ask .list-ask dl {
  margin-bottom: 20px; }

@media all and (max-width: 768px) {
  .p-ask .block-ask {
    margin-bottom: 45px; }
  .p-ask .block-ask .ttl01 {
    font-size: 18px; }
  .p-ask .ask-txt03 {
    font-size: 16px; }
  .p-ask .btnpage {
    margin-bottom: 60px; }
  .p-ask .list-anchor01 {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .p-ask .list-anchor01 li {
    margin: 0 2px 4px 2px;
    width: calc(50% - 4px); }
  .p-ask .list-anchor01 li a {
    padding: 10px 25px 10px 10px;
    height: 100%;
    font-size: 14px;
    display: block;
    position: relative; }
  .p-ask .list-anchor01 li a:after {
    top: 50%;
    margin-top: -4px; }
  .p-ask .list-ask dl {
    margin-bottom: 10px; } }

.p-ask .list-ask dl dt {
  background: #f9f1e6 url(../images/iconq.png) no-repeat left 20px center;
  border-radius: 10px;
  padding: 15px 20px;
  position: relative;
  padding-left: 57px;
  cursor: pointer;
  color: #000000; }

.p-ask .list-ask dl dt::before,
.p-ask .list-ask dl dt::after {
  position: absolute;
  content: "";
  background: #d49f58;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.p-ask .list-ask dl dt::before {
  width: 15px;
  height: 3px;
  right: 24px; }

.p-ask .list-ask dl dt::after {
  height: 15px;
  width: 3px;
  right: 30px; }

.p-ask .list-ask dl dt.open::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

@media all and (max-width: 768px) {
  .p-ask .list-ask dl dt {
    background: #f9f1e6 url(../images/iconq.png) no-repeat left 10px center;
    padding: 10px;
    padding-left: 40px;
    padding-right: 35px;
    border-radius: 5px; } }

.p-ask .list-ask dl dt p {
  font-weight: bold;
  color: #000;
  font-size: 17px; }

@media all and (max-width: 768px) {
  .p-ask .list-ask dl dt p {
    font-size: 15px; } }

.p-ask .list-ask dl dd {
  display: none;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  background: #fff url(../images/icona.png) no-repeat left 20px top 20px;
  padding: 20px 60px;
  margin-top: 10px; }

@media all and (max-width: 768px) {
  .p-ask .list-ask dl dd {
    font-size: 13px;
    padding-right: 20px;
    margin-top: 10px;
    padding: 10px;
    background: #fff url(../images/icona.png) no-repeat left 10px top 10px;
    padding-left: 40px;
    border-radius: 5px; } }

@media all and (max-width: 768px) {
  .p-ask .contents {
    padding-top: 0; } }

@media all and (max-width: 520px) {
  .page-news .boxnews {
    display: block; } }

.page-news .boxnews .textinfo {
  overflow: hidden; }

@media all and (max-width: 520px) {
  .page-news .boxnews .textinfo {
    margin-bottom: 20px;
    overflow: initial; } }

.page-news .boxnews .img {
  width: 40%;
  overflow: initial;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  float: right;
  margin-left: 3%; }

.page-news .boxnews .img::before {
  position: absolute;
  content: '';
  background: #f7f7f8;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  z-index: 1; }

.page-news .boxnews .img img {
  z-index: 2;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.page-news .boxnews .img a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.page-news .boxnews .time {
  background: #404855;
  color: #fff;
  border-radius: 99px;
  padding: 0 20px 1px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px; }

.page-news .boxnews h3 {
  font-size: 20px;
  border-bottom: 1px solid #d5a058;
  padding-bottom: 15px;
  margin-bottom: 25px;
  line-height: normal; }

@media all and (max-width: 520px) {
  .page-news .boxnews h3 {
    font-size: 17px; } }

.page-news .txt {
  line-height: 1.8; }

.page-contact_form .table_template {
  margin-top: 40px; }

@media all and (max-width: 768px) {
  .page-contact_form .table_template {
    margin-top: 30px; } }

.page-contact_form .table_template .confirm_submit {
  text-align: center;
  margin: 20px auto;
  font-size: 16px; }

.page-contact_form .table_template .confirm_submit input {
  margin-right: 5px; }

.page-contact_form .btn_view {
  margin: 20px auto;
  margin-bottom: 60px; }

.page-contact_form .btn_view .btn_normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  color: #d5a058;
  width: 360px;
  height: 60px;
  border-radius: 0px;
  border: #d5a058;
  cursor: pointer; }

.page-contact_form .btn_view .btn_normal:hover {
  background: #e6e6e6; }

@media all and (max-width: 520px) {
  .page-contact_form .btn_view .btn_normal {
    width: 80%;
    height: 50px; } }

.page-contact_form .btn_view .btn_normal span {
  font-size: 16px; }

@media all and (max-width: 520px) {
  .page-contact_form .btn_view .btn_normal span {
    font-size: 16px; } }

.page-contact_form .btn_view button.btn_normal {
  border: none; }

.page-contact_form .btn_view .btn_normal {
  position: relative; }

.page-contact_form .btn_view .btn_normal img {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px; }

.page-contact_form .btn_view .btn_normal:hover {
  opacity: 0.8; }

.page-contact_form .form_submit {
  margin: 40px 0; }

@media all and (min-width: 768px) {
  .page-contact_form .form_submit {
    margin: 70px 0; } }

.page-contact_form .form_submit .lable {
  line-height: 2;
  letter-spacing: 2px; }

.page-contact_form .form_submit_btn {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 30px; }

.page-contact_form .form_submit_btn span {
  font-size: 20px; }

.page-contact_form .form_submit_btn button {
  width: 100%;
  max-width: 400px;
  height: 60px; }

.page-contact_form .form_submit_btn button::after {
  height: 60px; }

@media all and (min-width: 768px) {
  .page-contact_form .form_submit_btn button {
    height: 80px; }
  .page-contact_form .form_submit_btn button::after {
    height: 80px; } }

.page-contact_form .form_submit_btn img {
  position: relative;
  margin-left: 20px;
  z-index: 99;
  top: 3px; }

.page-contact_form table {
  border: 1px solid #afaeae;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-collapse: separate; }

.page-contact_form table input[type="radio"],
.page-contact_form table input[type="checkbox"] {
  vertical-align: -0.1em;
  margin-right: 10px; }

.page-contact_form table th,
.page-contact_form table td {
  line-height: 1.6;
  text-align: justify;
  border: 1px solid #afaeae;
  padding: 25px;
  color: #000; }

@media all and (max-width: 768px) {
  .page-contact_form table th,
  .page-contact_form table td {
    display: block;
    width: 100%;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #afaeae; }
  .page-contact_form table th:after,
  .page-contact_form table td:after {
    clear: both;
    content: "";
    display: block; } }

.page-contact_form table tr:last-child td {
  border-bottom: none; }

.page-contact_form table input[type="text"],
.page-contact_form table input[type="email"],
.page-contact_form table input[type="name"],
.page-contact_form table input[type="tel"],
.page-contact_form table input[type="number"],
.page-contact_form table input[type="password"],
.page-contact_form table select,
.page-contact_form table textarea {
  height: 40px;
  border: 1px solid #ccc;
  padding-left: 10px;
  border: 1px solid #ddd;
  background: #fff;
  width: 100%;
  border-radius: 1px; }

@media all and (max-width: 768px) {
  .page-contact_form table input[type="text"],
  .page-contact_form table input[type="email"],
  .page-contact_form table input[type="name"],
  .page-contact_form table input[type="tel"],
  .page-contact_form table input[type="number"],
  .page-contact_form table input[type="password"],
  .page-contact_form table select,
  .page-contact_form table textarea {
    height: 42px; } }

.page-contact_form table select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist; }

.page-contact_form table textarea {
  padding: 10px;
  height: 170px; }

@media all and (max-width: 768px) {
  .page-contact_form table textarea {
    height: 150px; } }

.page-contact_form table .checkboxtt span label {
  width: 33.3%;
  display: inline-block; }

@media all and (max-width: 768px) {
  .page-contact_form table .checkboxtt span label {
    width: 100%; } }

@media all and (max-width: 768px) {
  .page-contact_form table .w35 {
    width: 60% !important; } }

.page-contact_form table th {
  background: #fafafa;
  font-weight: bold;
  width: 25%;
  font-size: 14px;
  vertical-align: middle; }

.page-contact_form table th .required,
.page-contact_form table th .nonerequired {
  display: table;
  float: left;
  margin-right: 10px; }

.page-contact_form table th .required:before,
.page-contact_form table th .nonerequired:before {
  content: "必須";
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  background: #f89b00; }

@media all and (max-width: 768px) {
  .page-contact_form table th .required:before,
  .page-contact_form table th .nonerequired:before {
    font-size: 11px; } }

.page-contact_form table th .required:before {
  content: "必須";
  background: #f89b00; }

.page-contact_form table th .nonerequired:before {
  content: "任意";
  background: #404855; }

.page-contact_form table th .flexbox {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.page-contact_form table th .flexbox li {
  min-width: 300px;
  margin: 5px 0; }

.page-contact_form table th .flexbox li:last-child {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.page-contact_form table th .flexbox li:last-child label {
  min-width: 100px; }

@media all and (max-width: 768px) {
  .page-contact_form table th .flexbox li {
    width: 48%;
    min-width: inherit; } }

@media all and (max-width: 768px) {
  .page-contact_form table tr,
  .page-contact_form table tbody,
  .page-contact_form table th,
  .page-contact_form table td {
    display: block;
    width: 100%; } }

.page-contact .txttop {
  line-height: 2; }

.page-contact .txttop a {
  color: #d5a058; }

.page-contact table {
  border-top: 3px solid #000;
  border-left: none;
  border-right: none; }

.page-contact table th,
.page-contact table td {
  font-weight: normal;
  border-left: none;
  border-right: none; }

.page-contact table .vertitop {
  vertical-align: top; }

.page-contact #pp h5 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold; }

@media all and (min-width: 768px) {
  .page-contact #pp h5 {
    font-size: 26px; } }

.page-contact #pp a {
  color: #d5a058; }

.page-contact #pp p,
.page-contact #pp li,
.page-contact #pp a {
  line-height: 2;
  position: relative;
  z-index: 2; }

.page-contact #pp li {
  list-style: disc;
  font-weight: 300;
  margin-left: 20px; }

.page-contact #pp .privacy_policy {
  background: #fff; }

.page-contact_form table th .required:before,
.page-contact_form table th .nonerequired:before {
  font-size: 11px; }

.page-contact_form table th .required:before {
  content: "必須";
  background: #f89b00; }

.page-contact_form table th .nonerequired:before {
  content: "任意";
  background: #404855; }

.page-contact_form table th .flexbox {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.page-contact_form table th .flexbox li {
  min-width: 300px;
  margin: 5px 0; }

.page-contact_form table th .flexbox li:last-child {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.page-contact_form table th .flexbox li:last-child label {
  min-width: 100px; }

@media all and (max-width: 768px) {
  .page-contact_form table th .flexbox li {
    width: 48%;
    min-width: inherit; } }

@media all and (max-width: 768px) {
  .page-contact_form table tr,
  .page-contact_form table tbody,
  .page-contact_form table th,
  .page-contact_form table td {
    display: block;
    width: 100%; } }

.page-contact .txttop {
  line-height: 2; }

.page-contact .txttop a {
  color: #d5a058; }

.page-contact table {
  border-top: 3px solid #000;
  border-left: none;
  border-right: none; }

.page-contact table th,
.page-contact table td {
  font-weight: normal;
  border-left: none;
  border-right: none; }

.page-contact table .vertitop {
  vertical-align: top; }

.page-contact #pp h5 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold; }

@media all and (min-width: 768px) {
  .page-contact #pp h5 {
    font-size: 26px; } }

.page-contact #pp a {
  color: #d5a058; }

.page-contact #pp p,
.page-contact #pp li,
.page-contact #pp a {
  line-height: 2;
  position: relative;
  z-index: 2; }

.page-contact #pp li {
  list-style: disc;
  font-weight: 300;
  margin-left: 20px; }

.page-contact #pp .privacy_policy {
  background: #fff; }

.mainmv {
  background: url(../common_img/main.png) no-repeat center center;
  background-size: cover;
  min-height: 130px;
  padding-top: 15px; }

.mainmv .catch {
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  max-width: 345px;
  margin: 0 auto;
  padding: 23px 0 23px 0; }

.mainmv .ttlpage {
  font-size: 36px;
  color: #d5a058;
  line-height: 1.2;
  letter-spacing: 2px; }

.header_top_logo02 {
  max-width: 230px; }

.header_top_logo02 a img {
  height: 46px; }

.header_top02 {
  padding: 32px 0; }

.footer.footer02 {
  padding-top: 0; }

.footer.footer02 .backtop2 {
  position: fixed;
  right: 0;
  max-width: 10%;
  bottom: 20px; }

.mainttl2 {
  color: #555555;
  font-size: 35px;
  text-align: center;
  margin-top: -5px;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 30px; }

.mainttl2.mainttl2-02 {
  padding: 0 0 0 230px; }

@media all and (max-width: 768px) {
  .header_top_logo02 {
width: 70%; 
}
  .mainmv {
    background: url(../common_img/main_sp.png) no-repeat center center;
    background-size: cover;
    min-height: 100px;
    padding-top: 20px;
    margin-bottom: 30px; }
  .mainmv .catch {
    max-width: 100%;
    padding: 11px 0 12px 0; }
  .mainmv .ttlpage {
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 1px; }
  .header_top_logo02 {
    max-width: 100%;
    display: block; }
  .header_top_logo02 a img {
    height: auto; }
  .header_top02 {
    display: block;
    padding: 20px 0; }
  .header_top02 .container {
    display: block; }
  .mainttl2 {
    width: 100%;
    position: relative;
    padding: 0;
    font-size: 22px;
    margin-top: 4px;
    text-align: center; }
  .mainttl2.mainttl2-02 {
    padding: 0; } 

  .header_result .header_top_logo > a img {
    max-width: -webkit-fill-available;
  }
}

@media all and (max-width: 375px) {
  .mainmv .ttlpage {
    font-size: 24px; } }

@media all and (max-width: 350px) {
  .mainmv .ttlpage {
    font-size: 22px; } }

.p-exam01 .sec01 {
  padding: 20px 20px;
  background: #195c8b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.p-exam01 .sec01 .img {
  width: 48.5%; }

.p-exam01 .sec01 .info {
  width: 51.5%;
  padding-left: 15px; }

.p-exam01 .sec01 .heading01 {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.p-exam01 .sec01 .heading-icon {
  width: 80px; }

.p-exam01 .sec01 .ttl {
  color: #fff;
  width: calc(100% - 80px);
  padding-left: 10px;
  font-weight: 500; }

.p-exam01 .sec01 .ttl .large {
  border-bottom: 1px solid #fff;
  font-size: 28px;
  color: #fff;
  line-height: 1.4;
  padding-bottom: 9px;
  margin-bottom: 7px; }

.p-exam01 .sec01 .ttl .smaller {
  color: #fff;
  font-size: 20px; }

.p-exam01 .sec01 .box01 {
  margin-bottom: 10px;
  padding: 13px 22px;
  background: #0e3e60; }

.p-exam01 .sec01 .box01 p {
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  line-height: 1.9; }

.p-exam01 .sec01 .box02 {
  padding: 15px 22px 20px 22px;
  background: #f9f6ee;
  text-align: center; }

.p-exam01 .sec01 .box02-price {
  margin-bottom: 3px; }

.p-exam01 .sec01 .box02-price .txt1 {
  line-height: 1.3;
  font-weight: 500;
  color: #d39f58;
  text-align: center;
  border: 1px solid #d39f58;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  font-size: 16px;
  position: relative;
  padding: 5px 11px 2px 11px; }

.p-exam01 .sec01 .box02-price .txt1:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #d5a058;
  left: 2px;
  top: 2px;
  z-index: 0; }

.p-exam01 .sec01 .box02-price .num1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 0 5px;
  color: #000000; }

.p-exam01 .sec01 .box02-price .txt2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 500;
  color: #000000; }

.p-exam01 .sec01 .desc {
  font-size: 12px;
  font-weight: normal; }

.p-exam01 .sec01 .btnpage {
  margin-top: 13px; }

.p-exam01 .sec01.bg-yellow {
  background: #d49f58; }

.p-exam01 .sec01.bg-yellow .box01 {
  background: #cc8d39; }

.p-exam01 .sec01.bg-blue {
  background: #195c8b; }

.p-exam01 .sec01.bg-blue .box01 {
  background: #0e3e60; }

.p-exam01 .sec01.bg-violet {
  background: #59198b; }

.p-exam01 .sec01.bg-violet .box01 {
  background: #46186a; }

.p-exam01 .sec02 {
  margin-bottom: 100px;
  background: url(../common_img/bgft.jpg);
  padding: 45px 50px 22px 50px; }

@media all and (max-width: 768px) {
  .p-exam01 .sec01 {
    padding: 20px 15px;
    display: block; }
  .p-exam01 .sec01 .img {
    width: 100%; }
  .p-exam01 .sec01 .info {
    width: 100%;
    padding-left: 0;
    margin-top: 20px; }
  .p-exam01 .sec01 .heading01 {
    margin-bottom: 10px;
    display: block;
    text-align: center; }
  .p-exam01 .sec01 .heading-icon {
    margin: 0 auto 15px auto; }
  .p-exam01 .sec01 .ttl {
    text-align: center;
    width: 100%;
    padding-left: 0; }
  .p-exam01 .sec01 .ttl .large {
    font-size: 24px;
    color: #fff;
    padding-bottom: 7px;
    margin-bottom: 5px; }
  .p-exam01 .sec01 .ttl .smaller {
    font-size: 16px; }
  .p-exam01 .sec01 .box01 {
    margin-bottom: 10px;
    padding: 10px 15px;
    background: #0e3e60; }
  .p-exam01 .sec01 .box01 p {
    line-height: 1.8; }
  .p-exam01 .sec01 .box02 {
    padding: 15px 15px 25px 22px;
    background: #f9f6ee;
    text-align: center; }
  .p-exam01 .sec01 .box02-price {
    margin-bottom: 3px; }
  .p-exam01 .sec01 .box02-price .txt1 {
    line-height: 1.3;
    font-size: 13px;
    padding: 4px 7px 2px 7px; }
  .p-exam01 .sec01 .box02-price .num1 {
    font-size: 24px; }
  .p-exam01 .sec01 .box02-price .txt2 {
    font-size: 13px;
    padding-top: 10px; }
  .p-exam01 .sec01 .desc {
    font-size: 12px; }
  .p-exam01 .sec01 .btnpage {
    margin-top: 9px; }
  .p-exam01 .sec02 {
    margin-bottom: 50px;
    padding: 25px 3% 10px 3%; } }

.p-payment_complete {
  padding-bottom: 50px; }

.p-payment_complete .btnpage {
  margin-top: 25px; }

.p-payment_complete .btnpage a {
  min-width: 275px; }

.p-payment_complete .sec01 .desc1 {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  font-weight: 500; }

.p-payment_complete .sec01 .desc1 a {
  color: #0037c2;
  text-decoration: underline; }

.p-payment_complete .sec01 .titsub {
  text-align: center;
  margin-bottom: 40px; }

.p-payment_complete .cmn-payment {
  text-align: center;
  margin-bottom: 60px; }

.p-payment_complete .cmn-payment .txt1 {
  font-weight: 500; }

.p-payment_complete .cmn-payment .txt1 p {
  margin-bottom: 5px;
  font-size: 18px; }

@media all and (max-width: 768px) {
  .p-payment_complete .sec01 .desc1 {
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    font-weight: 500; }
  .p-payment_complete .sec01 .desc1 a {
    color: #0037c2;
    text-decoration: underline; }
  .p-payment_complete .sec01 .titsub {
    text-align: center;
    margin-bottom: 40px; }
  .p-payment_complete .cmn-payment {
    margin-bottom: 30px; }
  .p-payment_complete .cmn-payment .txt1 p {
    font-size: 14px; } }

.p-exam-result .sec01 {
  margin-top: 47px;
  background: url(../common_img/bgft.jpg);
  position: relative;
  padding: 80px 0;
  margin-bottom: 60px; }

.p-exam-result .sec01:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 260px;
  background: url(../../web/images/exam_main/bg02.png) no-repeat center bottom;
  z-index: 5; }

.p-exam-result .sec01 .box {
  text-align: center;
  border: 1px solid #eee0ce;
  position: relative;
  padding: 75px 30px 50px 30px; }

.p-exam-result .sec01 .box:before {
  position: absolute;
  content: "";
  left: -8px;
  bottom: 7px;
  right: 8px;
  top: -8px;
  border: 1px solid #eee0ce;
  z-index: 4; }

.p-exam-result .sec01 .box:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 7px;
  right: 7px;
  top: 0;
  background: #fff url(../../web/images/exam_main/bg01.png) no-repeat center top;
  z-index: 1; }

.p-exam-result .sec01.sec01-fail .box {
  padding-top: 36px; }

.p-exam-result .sec01.sec01-fail .box:after {
  display: none; }

.p-exam-result .sec01 .box p {
  position: relative;
  z-index: 53;
  font-weight: bold; }

.p-exam-result .sec01 .box .txt1 {
  font-size: 24px;
  color: #555555; }

.p-exam-result .sec01 .box .txt2 {
  font-size: 32px;
  color: #d39f58;
  padding-left: 9px;
  line-height: 1.4;
  margin-top: 5px; }

.p-exam-result .sec01 .box .txt3 span {
  font-size: 72px;
  color: #d39f58;
  display: inline-block;
  line-height: 1.1;
  font-weight: 500;
  margin: 0 2px; }

.p-exam-result .sec01 .box .txt4 span {
  font-size: 25px;
  font-weight: 500;
  color: #555555;
  position: relative;
  padding: 0 45px; }

.p-exam-result .sec01 .box .txt3 {
  margin-top: 5px;
  margin-bottom: 12px; }

.p-exam-result .sec01 .box .txt4 span:before,
.p-exam-result .sec01 .box .txt4 span:after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -1px;
  width: 33px;
  height: 1px;
  background: #555555; }

.p-exam-result .sec01 .box .txt4 span:before {
  left: 0; }

.p-exam-result .sec01 .box .txt4 span:after {
  right: 0; }

.p-exam-result .sec01 .box .txt-page {
  font-size: 49px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 2px; }

.p-exam-result .sec01 .box .txt-page .curr-p {
  line-height: 1.2;
  font-size: 49px;
  font-weight: bold;
  color: #c9283e;
  position: relative; }

.p-exam-result .sec02 {
  margin-bottom: 75px; }

.p-exam-result .sec02 .desc1 {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 55px; }

.p-exam-result .sec03 {
  background: url(../common_img/bg01.png) center center;
  padding: 35px 0;
  margin-bottom: 65px; }

.p-exam-result .sec03 .box {
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: 25px 20px 40px 20px; }

.p-exam-result .sec03 .ttl01 {
  font-size: 32px;
  color: #555555;
  margin-bottom: 20px; }

.p-exam-result .sec03 .btnpage {
  margin-top: 20px; }

.p-exam-result .sec04 {
  margin-bottom: 100px; }

.p-exam-result .sec04 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.p-exam-result .sec04 .box.box-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.p-exam-result .sec04 .img {
  width: 50.1%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.p-exam-result .sec04 .info {
  width: 49.9%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 40px; }

.p-exam-result .sec04 .sec04-block {
  margin-bottom: 63px; }

.p-exam-result .sec04 .sec04-block:nth-child(2n) .img,
.p-exam-result .sec04 .sec04-block .box.img-right .img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.p-exam-result .sec04 .sec04-block:nth-child(2n) .info,
.p-exam-result .sec04 .sec04-block .box.img-right .info {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 40px;
  padding-left: 0; }

@media all and (max-width: 768px) {
  .p-exam-result .sec01 {
    margin-top: 30px;
    padding: 37px 3%;
    margin-bottom: 28px; }
  .p-exam-result .sec01:after {
    height: 80px;
    background-size: 145% auto; }
  .p-exam-result .sec01 .box {
    padding: 23px 3% 30px 3%; }
  .p-exam-result .sec01.sec01-fail .box {
    padding-top: 23px; }
  .p-exam-result .sec01 .box:before {
    left: -5px;
    bottom: 5px;
    right: 5px;
    top: -5px; }
  .p-exam-result .sec01 .box:after {
    left: 0;
    bottom: 5px;
    right: 5px;
    top: 0;
    background-size: 100% auto; }
  .p-exam-result .sec01 .box p {
    position: relative;
    z-index: 53;
    font-weight: bold; }
  .p-exam-result .sec01 .box .txt1 {
    font-size: 18px;
    line-height: 1.3; }
  .p-exam-result .sec01 .box .txt2 {
    font-size: 20px;
    padding-left: 0; }
  .p-exam-result .sec01 .box .txt3 span {
    font-size: 42px; }
  .p-exam-result .sec01 .box .txt4 span {
    font-size: 22px;
    padding: 0 25px; }
  .p-exam-result .sec01 .box .txt4 span:before,
  .p-exam-result .sec01 .box .txt4 span:after {
    width: 20px; }
  .p-exam-result .sec01 .box .txt-page {
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 1; }
  .p-exam-result .sec01 .box .txt-page .curr-p {
    line-height: 1;
    font-size: 35px; }
  .p-exam-result .sec02 {
    margin-bottom: 45px; }
  .p-exam-result .sec02 .desc1 {
    font-size: 14px;
    margin-bottom: 35px; }
  .p-exam-result .sec03 {
    background: url(../common_img/main_sp.png) no-repeat center center;
    background-size: cover;
    padding: 25px 0;
    margin-bottom: 30px; }
  .p-exam-result .sec03 .box {
    padding: 15px 10px 30px 10px; }
  .p-exam-result .sec03 .ttl01 {
    font-size: 18px;
    margin-bottom: 15px; }
  .p-exam-result .sec03 .btnpage {
    margin-top: 20px; }
  .p-exam-result .sec04 {
    margin-bottom: 60px; }
  .p-exam-result .sec04 .box {
    display: block; }
  .p-exam-result .sec04 .img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
  .p-exam-result .sec04 .info {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 0; }
  .p-exam-result .sec04 .sec04-block {
    margin-bottom: 45px; }
  .p-exam-result .sec04 .sec04-block:nth-child(2n) .info,
  .p-exam-result .sec04 .sec04-block .box.img-right .info {
    padding-right: 0;
    padding-left: 0; } }

@media all and (max-width: 350px) {
  .p-exam-result .sec01 .box .txt1 {
    font-size: 18px; }
  .p-exam-result .sec01 .box .txt2 {
    font-size: 20px;
    padding-left: 0; }
  .p-exam-result .sec01 .box .txt3 {
    margin: 4px 0; }
  .p-exam-result .sec01 .box .txt3 span {
    font-size: 36px; }
  .p-exam-result .sec01 .box .txt4 span {
    font-size: 18px;
    padding: 0 25px; }
  .p-exam-result .sec01 .box .txt4 span:before,
  .p-exam-result .sec01 .box .txt4 span:after {
    width: 15px; }
  .p-exam-result .sec03 .ttl01 {
    font-size: 15px; } }

.p-exam-review .review-thumb {
  text-align: center;
  margin-bottom: 25px; }

.p-exam-review .contents {
  padding-top: 50px;
  padding-bottom: 50px; }

.block-question {
  margin-bottom: 80px; }

.block-question:last-child {
  margin-bottom: 50px; }

.block-question .box-ques {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px; }

.block-question .box-ques .ttl-ques {
  color: #d39f58;
  font-size: 63px;
  font-weight: bold;
  width: 165px;
  padding-left: 10px; }

.block-question .box-ques .desc-ques {
  padding-left: 33px;
  width: calc(100% - 165px);
  font-size: 16px;
  line-height: 2;
  position: relative; }

.block-question .box-ques .desc-ques:before {
  position: absolute;
  content: "";
  width: 1px;
  background: #d39f58;
  left: 0;
  top: 9px;
  bottom: 7px; }

.block-question .box-ques .desc-ques p {
  font-size: 16px;
  line-height: 2; }

.block-question .box-ans {
  background: #fdfaf5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  position: relative;
  padding: 15px 10px 22px 10px; }

.block-question .box-ans .ttl-ans {
  color: #c9283e;
  font-size: 32px;
  font-weight: bold;
  width: 165px; }

.block-question .box-ans .ttl-ans.ans-wrong {
  color: #555555; }

.block-question .box-ans .info-ans {
  padding-left: 33px;
  width: calc(100% - 165px);
  position: relative; }

.block-question .box-ans .crr-ans {
  position: absolute;
  color: #c9283e;
  font-weight: bold;
  right: 30px;
  top: 50%;
  font-size: 34px;
  margin-top: -15px;
  line-height: 1; }

.block-question .box-ans .ttl01 {
  color: #555555;
  font-size: 20px;
  font-weight: 500; }

.block-question .box-ans .box ul {
  display: inline-block;
  vertical-align: top;
  margin-right: 60px; }

.block-question .box-ans .box li {
  font-size: 16px;
  line-height: 2; }

.block-question .comments {
  background: #fdfaf0;
  margin-bottom: 10px;
  position: relative;
  padding: 10px 10px 25px 10px; }

.block-question .comments .ttl {
  color: #d39f58;
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d39f58; }

.block-question .comments .desc {
  position: relative;
  font-size: 16px;
  line-height: 2; }

.block-question .comments .desc p {
  font-size: 16px;
  line-height: 2; }

@media all and (max-width: 768px) {
  .p-exam-review .review-thumb {
    margin-bottom: 25px; }
  .p-exam-review .contents {
    padding-top: 20px; }
  .block-question {
    margin-bottom: 50px; }
  .block-question:last-child {
    margin-bottom: 50px; }
  .block-question .box-ques {
    display: block;
    margin-bottom: 25px; }
  .block-question .box-ques .ttl-ques {
    color: #d39f58;
    font-size: 44px;
    width: 100%;
    padding-left: 0;
    padding-bottom: 7px; }
  .block-question .box-ques .desc-ques {
    padding: 14px 0 0 0;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    position: relative; }
  .block-question .box-ques .desc-ques:before {
    width: 100%;
    height: 1px;
    top: 0;
    bottom: auto; }
  .block-question .box-ques .desc-ques p {
    font-size: 14px; }
  .block-question .box-ans {
    display: block;
    padding-top: 10px;
    margin-bottom: 10px; }
  .block-question .box-ans .ttl-ans {
    font-size: 22px;
    width: 100%;
    margin-bottom: 10px; }
  .block-question .box-ans .info-ans {
    padding: 0;
    width: 100%; }
  .block-question .box-ans .crr-ans {
    right: 10px;
    top: -40px;
    font-size: 28px;
    margin-top: 0; }
  .block-question .box-ans .ttl01 {
    font-size: 18px; }
  .block-question .box-ans .box ul {
    display: block;
    margin-right: 0; }
  .block-question .box-ans .box li {
    font-size: 14px; }
  .block-question .comments .ttl {
    font-size: 26px; }
  .block-question .comments .desc {
    font-size: 14px; }
  .block-question .comments .desc p {
    font-size: 14px; } }

.p-exam-main {
  padding-top: 55px; }

.p-exam-main .titsub .tit-txt {
  padding-left: 23px;
  padding-right: 23px; }

.p-exam-main .exam-main-img {
  text-align: center; 
  position: relative;
}

.p-exam-main .sec01 {
  max-width: 620px;
  margin: 0 auto 20px auto; }

.p-exam-main .sec01 .desc1 {
  line-height: 2;
  font-size: 14px;
  color: #555555;
  margin-top: 14px; }

.p-exam-main .sec02 {
  background: #fdfaf0;
  padding: 30px 0; }

.p-exam-main .sec02 .list01 li {
  text-align: center; }

.p-exam-main .sec02 .list01 li .item {
  display: inline-block;
  text-align: center;
  font-size: 17px;
  background: #d49f58;
  min-width: 80px;
  padding: 5px 2px 6px 2px;
  vertical-align: middle;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: "Noto Serif JP", serif !important; }

.p-exam-main .sec02 .list01 li .desc {
  min-width: 115px;
  text-align: right;
  font-family: "Noto Serif JP", serif !important;
  display: inline-block;
  vertical-align: middle; }

.p-exam-main .sec02 .list01 li .desc .num {
  font-size: 42px;
  color: #555555;
  font-weight: bold;
  min-width: 90px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: right;
  font-family: "Noto Serif JP", serif !important; }

.p-exam-main .sec02 .list01 li .desc .txt {
  line-height: 1;
  font-size: 26px;
  color: #555555;
  font-weight: bold;
  margin-left: 2px;
  font-family: "Noto Serif JP", serif !important; }

.p-exam-main .sec03 {
  background: #fcf7f0;
  padding: 60px 0; }

.p-exam-main .sec03 .desc1 {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  margin: 42px 0 25px 0; }

.p-exam-main .sec03 .js-scrollbar {
  height: 160px; }

.p-exam-main .sec03 .box-scrollbar {
  background: #fff;
  margin-bottom: 30px;
  padding: 20px 10px; }

.p-exam-main .sec03 .inner {
  padding-right: 16px;
  max-width: 690px;
  color: #555555;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2; }

.p-exam-main .check-style01 {
  text-align: center;
  font-size: 16px; }

.p-exam-main .check-style01 input {
  margin: 0 7px 2px 0; }

.p-exam-main .list-btn {
  text-align: center; }

.p-exam-main .list-btn li {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle; }

.p-exam-main .list-btn li a {
  min-width: 320px; }

.header-exam1 {
  padding: 40px 0;
  position: relative; }

.box-control-exam {
  position: absolute;
  top: -6px;
  left: 296px; }

.box-control-exam .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.box-control-exam .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.box-control-exam .left .txt1 {
  color: #fff;
  background: #d49f58;
  font-size: 22px;
  width: 182px;
  text-align: center;
  padding: 8px 0 11px 0; }

.box-control-exam .left .btn-prev a,
.box-control-exam .left .btn-next a {
  text-indent: -99999px;
  background: #f7ecdd;
  position: relative;
  display: block;
  text-align: center;
  width: 40px;
  height: 100%; }

.box-control-exam .left .btn-prev a:before,
.box-control-exam .left .btn-next a:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 37px;
  width: 14px;
  height: 14px;
  margin-top: -16px;
  border-left: 2px solid #d49f58;
  border-top: 2px solid #d49f58;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transform: rotate(135deg); }

.box-control-exam .left .btn-prev a:before {
  right: 8px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform: rotate(-45deg); }

.box-control-exam .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 245px;
  background: #fff;
  margin-left: 20px;
  padding: 10px 18px; }

.box-control-exam .right .time {
  font-size: 32px;
  font-weight: bold;
  color: #c9283e;
  line-height: 1;
  margin-left: 20px; }

.box-control-exam .right .txt3 {
  font-size: 22px;
  color: #545454; }

.box-control-exam .desc1 {
  font-size: 12px;
  color: #555555; }

.box-control-exam .txt2 {
  text-align: center;
  padding: 10px 20px 0 20px;
  background: #fff; }

.box-control-exam .txt2 .current {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: bold;
  color: #c9283e; }

.box-control-exam .txt2 .total {
  line-height: 1;
  letter-spacing: 1px;
  font-size: 32px;
  font-weight: bold;
  color: #545454; }

.p-exam-start {
  padding-top: 60px; }

.p-exam-start .exam-start-img {
  text-align: center;
  margin-bottom: 60px; }

.p-exam-start .sec-anser {
  background: #fefaf7;
  margin-top: 50px;
  padding: 36px 0 12px 0; }

.p-exam-start .list02 {
  text-align: center; }

.p-exam-start .list02 li {
  text-align: center;
  width: 325px;
  margin: 0 20px 20px 20px;
  display: inline-block;
  vertical-align: top; }

.p-exam-start .sec-btn {
  margin-top: 60px;
  padding-bottom: 90px; }

.p-exam-start .sec-btn .box1 {
  text-align: center; }

.p-exam-start .sec-btn .box1 .btn {
  text-align: center;
  width: 200px;
  margin: 0 20px 20px 20px;
  display: inline-block;
  vertical-align: top; }

.radio-ans {
  position: relative; }

.radio-ans input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  cursor: pointer; }

.radio-ans input[type="radio"] + label {
  font-size: 21px;
  display: inline-block;
  padding: 10px 10px;
  line-height: 1.4;
  position: relative;
  color: #555555;
  text-align: center;
  font-weight: bold;
  background: #fff;
  border: 1px solid #555555;
  border-radius: 5px;
  width: 100%; }

.radio-ans input[type="radio"]:checked + label {
  background: #c9283e;
  border: 1px solid #c9283e; }

.radio-ans input[type="radio"]:checked + label span {
    color: #fff;
}

.btn-control01 .btn-sub {
  text-align: right;
  max-width: 585px;
  margin: 0 auto; }

.btn-control01 .btn-sub a {
  color: #fff;
  background: #cd2c42;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 15px 0;
  width: 270px;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn-control01 .btn-sub a:hover {
  opacity: 0.5;
  padding-left: 8px; }

.btn-control01 .btn-sub span {
  background: url(../common_img/arr4.png) no-repeat right center;
  padding-right: 32px;
  font-size: 18px;
  font-weight: bold;
  color: #fff; }

.btn-control01 .btn a {
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 15px 0; }

.btn-control01 .btn span {
  color: #fff;
  font-size: 18px;
  font-weight: bold; }

.btn-control01 .btn-prev02 a {
  color: #fff;
  background: #161616; }

.btn-control01 .btn-prev02 a span {
  background: url(../common_img/arr5.png) no-repeat left center;
  padding-left: 32px; }

.btn-control01 .btn-prev02 a:hover {
  opacity: 0.5;
  padding-right: 8px; }

.btn-control01 .btn-next02 a {
  background: #161616;
  color: #fff; }

.btn-control01 .btn-next02 a span {
  background: url(../common_img/arr4.png) no-repeat right center;
  padding-right: 32px; }

.btn-control01 .btn-next02 a:hover {
  opacity: 0.5;
  padding-left: 8px; }

.box-modal01 .btn-sub {
  text-align: center;
  margin-top: 13px; }

.box-modal01 .btn-sub a {
  width: 330px;
  margin: 0 auto; }

.box-modal01 .popup-inner {
  padding: 30px 20px 40px 20px; }

.box-modal02 .txt1,
.box-modal03 .txt1 {
  margin-top: 20px;
  margin-bottom: 32px; }

.box-modal02 .popup-inner,
.box-modal03 .popup-inner {
  padding: 30px 20px 40px 20px; }

.box-modal02 .box1,
.box-modal03 .box1 {
  text-align: center; }

.box-modal02 .box1 .btn,
.box-modal03 .box1 .btn {
  display: inline-block;
  vertical-align: middle; }

.box-modal02 .box1 .btn-prev02,
.box-modal03 .box1 .btn-prev02 {
  width: 200px;
  margin-right: 10px; }

.box-modal02 .box1 .btn-prev02 a,
.box-modal03 .box1 .btn-prev02 a {
  background: #555555; }

.box-modal02 .box1 .btn-next02,
.box-modal03 .box1 .btn-next02 {
  width: 270px;
  margin-left: 10px; }

@media all and (max-width: 768px) {
  .p-exam-main {
    padding-top: 35px; }
  .p-exam-main .titsub .tit-txt {
    padding-left: 15px;
    padding-right: 15px; }
  .p-exam-main .exam-main-img {
    text-align: center; }
  .p-exam-main .sec02 .list01 li .item {
    font-size: 15px; }
  .p-exam-main .sec02 .list01 li .desc {
    min-width: 95px; }
  .p-exam-main .sec02 .list01 li .desc .num {
    font-size: 35px; }
  .p-exam-main .sec02 .list01 li .desc .txt {
    font-size: 20px; }
  .p-exam-main .sec03 {
    padding: 30px 0; }
  .p-exam-main .sec03 .desc1 {
    font-size: 14px;
    margin: 25px 0 25px 0; }
  .p-exam-main .sec03 .js-scrollbar {
    height: 160px; }
  .p-exam-main .sec03 .box-scrollbar {
    margin-bottom: 30px;
    padding: 15px 10px; }
  .p-exam-main .sec03 .inner {
    padding-right: 16px;
    font-size: 14px; }
  .p-exam-main .check-style01 input {
    margin: 0 7px 4px 0; }
  .p-exam-main .list-btn li {
    margin: 0 0 5px 0;
    display: block; }
  .p-exam-main .list-btn li a {
    min-width: 250px; }
  .header-exam1 {
    padding: 20px 0; }
  .box-control-exam {
    position: relative;
    margin-right: 0;
    top: 0;
    left: 0; }
  .box-control-exam .inner {
    display: block; }
  .box-control-exam .left .txt1 {
    font-size: 20px;
    width: 100%;
    padding: 5px 0 7px 0; }
  .box-control-exam .left .btn-prev a:before,
  .box-control-exam .left .btn-next a:before {
    top: 32px;
    margin-top: -16px; }
  .box-control-exam .left .btn-prev a:before {
    right: 8px; }
  .box-control-exam .right {
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding: 10px 18px;
    display: block;
    margin-top: 10px; }
  .box-control-exam .right .time {
    display: inline-block;
    font-size: 32px;
    margin-left: 13px; }
  .box-control-exam .right .txt3 {
    display: inline-block;
    font-size: 22px; }
  .box-control-exam .txt2 {
    width: calc(100% - 80px);
    padding: 6px 20px 8px 20px; }
  .p-exam-start {
    padding-top: 35px; }
  .p-exam-start .block-question {
    margin-bottom: 20px; }
  .p-exam-start .sec-anser {
    margin-top: 30px;
    padding: 36px 0 12px 0; }
  .p-exam-start .list02 {
    text-align: center; }
  .p-exam-start .list02 li {
    width: 325px;
    max-width: 100%;
    margin: 0 10px 10px 10px;
    display: block; }
  .p-exam-start .sec-btn {
    margin-top: 30px;
    padding-bottom: 30px; }
  .p-exam-start .sec-btn .box1 {
    text-align: center; }
  .p-exam-start .sec-btn .box1 .btn {
    text-align: center;
    width: 140px;
    margin: 0 3px 8px 3px; }
  .radio-ans input[type="radio"] + label {
    font-size: 18px;
    padding: 10px 10px; }
  .btn-control01 .btn-sub {
    max-width: 100%;
    text-align: center;
    margin: 10px auto 0 auto; }
  .btn-control01 .btn-sub a {
    width: 100%;
    position: relative;
    padding: 12px 0;
    width: 270px;
    margin: 0 auto; }
  .btn-control01 .btn {
    width: 148px; }
  .btn-control01 .btn a {
    padding: 15px 0; }
  .btn-control01 .btn span {
    font-size: 15px; }
  .box-modal01 .btn-sub {
    text-align: center;
    margin-top: 13px; }
  .box-modal01 .btn-sub a {
    width: 330px;
    margin: 0 auto; }
  .box-modal01 .popup-inner {
    padding: 30px 20px 40px 20px; }
  .box-modal02 .txt1,
  .box-modal03 .txt1 {
    margin-top: 15px;
    margin-bottom: 22px; }
  .box-modal02 .popup-inner,
  .box-modal03 .popup-inner {
    padding: 15px 10px 25px 10px; }
  .box-modal02 .box1,
  .box-modal03 .box1 {
    text-align: center; }
  .box-modal02 .box1 .btn,
  .box-modal03 .box1 .btn {
    display: block; }
  .box-modal02 .box1 .btn-prev02,
  .box-modal03 .box1 .btn-prev02 {
    width: 270px;
    margin: 0 auto 10px auto; }
  .box-modal02 .box1 .btn-next02,
  .box-modal03 .box1 .btn-next02 {
    width: 270px;
    margin: 0 auto; } }

.p-user_mail .contents {
  padding-top: 14px;
  padding-bottom: 137px; }

.p-user_mail .sec01 {
  text-align: center; }

@media all and (min-width: 769px) {
  .p-user_mail .sec01 .titsub h3 {
    margin-bottom: 69px;
    padding: 11px 13px 12px 20px;
    line-height: 1.5;
    letter-spacing: 1px; } }

.p-user_mail .sec01 .btnpage a {
  min-width: 265px; }

@media all and (max-width: 768px) {
  .p-user_mail .contents {
    padding-top: 5px;
    padding-bottom: 65px; }
  .p-user_mail .sec01 .titsub h3 {
    margin-bottom: 30px; }
  .p-user_mail .sec01 .btnpage a {
    min-width: 265px; } }

.sec-form-temp .tbl-form-style01 {
  background: #fbf8f4;
  padding: 20px 20px 35px 20px; }

.sec-form-temp .tbl-form-style01 dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #f0ddc5;
  padding: 20px 0;
  max-width: 783px;
  margin: 0 auto; }

.sec-form-temp .tbl-form-style01 dl:last-child {
  border-bottom: 0;
  padding: 20px 0 0 0; }

.sec-form-temp .tbl-form-style01 dt {
  display: table-cell;
  vertical-align: middle;
  width: 240px; }

.sec-form-temp .tbl-form-style01 dt em {
  width: 37px;
  margin-right: 10px;
  background: #784a10;
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  padding: 1px 0;
  line-height: 1.3; }

.sec-form-temp .tbl-form-style01 dt em.require {
  background: #c9283e; }

.sec-form-temp .tbl-form-style01 dt .item {
  width: calc(100% - 51px);
  font-weight: bold;
  color: #3a3a3a;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px; }

.sec-form-temp .tbl-form-style01 dt .note01 {
  font-weight: normal;
  font-size-adjust: 14px; }

.sec-form-temp .tbl-form-style01 dd {
  width: calc(100% - 225px);
  padding-left: 5px;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle; }

.sec-form-temp .tbl-form-style01 .rows01 {
  font-size: 0;
  letter-spacing: 0; }

.sec-form-temp .tbl-form-style01 .rows01 .col1 {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  font-size: 16px;
  font-weight: normal; }

.sec-form-temp .tbl-form-style01 .rows01 .col1:nth-child(1) {
  margin-right: 4%; }

.sec-form-temp .tbl-form-style01 input[type="text"],
.sec-form-temp .tbl-form-style01 input[type="email"],
.sec-form-temp .tbl-form-style01 input[type="tel"],
.sec-form-temp .tbl-form-style01 input[type="password"] {
  border: 1px solid #f0ddc5;
  height: 40px;
  padding: 2px 22px;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #3a3a3a; }

.sec-form-temp .tbl-form-style01 input[type="text"]:focus,
.sec-form-temp .tbl-form-style01 input[type="email"]:focus,
.sec-form-temp .tbl-form-style01 input[type="tel"]:focus,
.sec-form-temp .tbl-form-style01 input[type="password"]:focus {
  border: 1px solid #f0ddc5;
  outline: none; }

.sec-form-temp .tbl-form-style01 .box-select {
  border: 1px solid #f0ddc5;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #ffffff; }

.sec-form-temp .tbl-form-style01 .box-select:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  background: url(../common_img/arr6.png) no-repeat center center;
  background-size: 13px 7px;
  width: 13px;
  height: 7px;
  margin-top: -3px; }

.sec-form-temp .tbl-form-style01 .box-select.box-select01 {
  width: 160px; }

.sec-form-temp .tbl-form-style01 .box-select.box-select02 {
  width: 260px; }

.sec-form-temp .tbl-form-style01 .ip-other1 {
  float: right;
}

.sec-form-temp .tbl-form-style01 .ip-other1 input {
  padding: 2px 5px 2px 15px; }

.sec-form-temp .tbl-form-style01 .ip-other1 input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  letter-spacing: -1px;
  font-size: 15.5px; }

.sec-form-temp .tbl-form-style01 .ip-other1 input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  letter-spacing: -1px;
  font-size: 15.5px; }

.sec-form-temp .tbl-form-style01 .ip-other1 input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  letter-spacing: -1px;
  font-size: 15.5px; }

.sec-form-temp .tbl-form-style01 .ip-other1 input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  letter-spacing: -1px;
  font-size: 15.5px; }

.sec-form-temp .tbl-form-style01 .ip-other1 input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  letter-spacing: -1px;
  font-size: 15.5px; }

.sec-form-temp .tbl-form-style01 .ip-other1 input::-ms-input-placeholder {
  /* Microsoft Edge */
  letter-spacing: -1px;
  font-size: 15.5px; }

.p-mypage .sec-form-temp .tbl-form-style01 .box-select.box-select01 {
  width: 128px; }

.p-mypage .sec-form-temp .tbl-form-style01 .ip-other1 {
  float: right;
  width: calc(100% - 135px); }

.p-mypage .sec-form-temp .tbl-form-style01 .ip-other1 input {
  padding: 2px 5px 2px 10px; }

.p-mypage .sec-form-temp .tbl-form-style01 .ip-other1 input::-webkit-input-placeholder {
  font-size: 15px; }

.p-mypage .sec-form-temp .tbl-form-style01 .ip-other1 input:-ms-input-placeholder {
  font-size: 15px; }

.p-mypage .sec-form-temp .tbl-form-style01 .ip-other1 input::-ms-input-placeholder {
  font-size: 15px; }

.p-mypage .sec-form-temp .tbl-form-style01 .ip-other1 input::placeholder {
  font-size: 15px; }

.p-mypage .sec-form-temp .tbl-form-style01 .ip-other1 input:-ms-input-placeholder {
  font-size: 15px; }

.p-mypage .sec-form-temp .tbl-form-style01 .ip-other1 input::-ms-input-placeholder {
  font-size: 15px; }

.sec-form-temp .tbl-form-style01 select {
  font-size: 16px;
  height: 38px;
  padding: 0 20px;
  width: 100%;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #3a3a3a; }

.sec-form-temp .tbl-form-style01 select:focus {
  border: 0;
  outline: none; }

.sec-form-temp .tbl-form-style01 select::-ms-expand {
  display: none; }

.sec-form-temp .tbl-form-style01 select.size01 {
  width: 158px; }

.sec-form-temp .tbl-form-style01 select.size02 {
  width: 258px; }

.sec-form-temp .tbl-form-style01 .box-select.pickerDate,
.sec-form-temp .tbl-form-style01 input[type="text"].pickerDate {
  border: none; }

.sec-form-temp .tbl-form-style01 .box-select.pickerDate {
  padding: 0;
  background: #fff;
  border: 1px solid #f0ddc5; }

.sec-form-temp .tbl-form-style01 .ip-zip {
  width: 160px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px; }

@media all and (max-width: 350px) {
  .sec-form-temp .tbl-form-style01 .ip-zip {
    width: 130px;
    margin-right: 10px; } }

.sec-form-temp .tbl-form-style01 .btn-zip {
  display: inline-block;
  vertical-align: middle;
  text-align: center; }

.sec-form-temp .tbl-form-style01 .btn-zip a {
  font-size: 16px;
  font-weight: normal;
  background: url(../common_img/bgbtn1.png);
  width: 130px;
  border: 1px solid #f0ddc5;
  border-radius: 5px;
  padding: 6px 1px;
  display: inline-block; }

.sec-form-temp .tbl-form-style01 .btn-zip a:hover {
  opacity: 0.6; }

.sec-form-temp .tbl-form-style01 textarea {
  font-size: 16px;
  height: 135px;
  padding: 9px 10px;
  border: 1px solid #f0ddc5; }

.sec-form-temp .tbl-form-style01 .list-radio01 {
  margin-bottom: 10px; }

.sec-form-temp .tbl-form-style01 .list-radio01 p {
  display: inline-block;
  vertical-align: top;
  margin-right: 28px;
  font-size: 16px;
  color: #3a3a3a; }

.sec-form-temp .tbl-form-style01 .list-radio01 p:last-child {
  margin-right: 0; }

.sec-form-temp .under-form {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 35px; }

.sec-form-temp .under-form .txt1 a {
  color: #0b3abf; }

.sec-form-temp .under-form .txt1 a:hover {
  text-decoration: underline; }

.sec-form-temp .btnsub2 button {
  background: none;
  border: none;
  width: 400px;
  padding: 3px 12px 7px 12px; }

.sec-form-temp .btnsub2 span {
  color: #fff;
  line-height: 1.2;
  font-size: 20px;
  font-family: 'Noto Serif JP', serif; }

.p-user_register .contents {
  padding-bottom: 100px; }

@media all and (max-width: 768px) {
  .p-mypage .sec-form-temp .tbl-form-style01 .ip-other1 {
    float: none;
    width: 100%; }
  .p-mypage .sec-form-temp .tbl-form-style01 .ip-other1 input {
    padding: 2px 5px; }
  .p-mypage .sec-form-temp .tbl-form-style01 .ip-other1 input::-webkit-input-placeholder {
    font-size: 14px; }
  .p-mypage .sec-form-temp .tbl-form-style01 .ip-other1 input:-ms-input-placeholder {
    font-size: 14px; }
  .p-mypage .sec-form-temp .tbl-form-style01 .ip-other1 input::-ms-input-placeholder {
    font-size: 14px; }
  .p-mypage .sec-form-temp .tbl-form-style01 .ip-other1 input::placeholder {
    font-size: 14px; }
  .p-mypage .sec-form-temp .tbl-form-style01 .ip-other1 input:-ms-input-placeholder {
    font-size: 14px; }
  .p-mypage .sec-form-temp .tbl-form-style01 .ip-other1 input::-ms-input-placeholder {
    font-size: 14px; }
  .sec-form-temp .tbl-form-style01 {
    padding: 5px 10px 25px 10px; }
  .sec-form-temp .tbl-form-style01 dl {
    display: block;
    width: 100%;
    padding: 16px 0 20px 0;
    max-width: 100%;
    margin: 0 auto; }
  .sec-form-temp .tbl-form-style01 dl:last-child {
    border-bottom: 0;
    padding: 20px 0 0 0; }
  .sec-form-temp .tbl-form-style01 dt {
    display: block;
    width: 100%;
    margin-bottom: 8px; }
  .sec-form-temp .tbl-form-style01 dt em {
    padding-top: 1px;
    padding-bottom: 1px;
    margin-right: 8px; }
  .sec-form-temp .tbl-form-style01 dt .item {
    font-size: 15px; }
  .sec-form-temp .tbl-form-style01 dt .note01 {
    font-weight: normal;
    font-size-adjust: 14px; }
  .sec-form-temp .tbl-form-style01 dd {
    display: block;
    width: 100%;
    padding-left: 0; }
  .sec-form-temp .tbl-form-style01 .rows01 .col1 {
    width: 49%;
    font-size: 15px; }
  .sec-form-temp .tbl-form-style01 .rows01 .col1:nth-child(1) {
    margin-right: 2%; }
  .sec-form-temp .tbl-form-style01 input[type="text"],
  .sec-form-temp .tbl-form-style01 input[type="email"],
  .sec-form-temp .tbl-form-style01 input[type="tel"],
  .sec-form-temp .tbl-form-style01 input[type="password"] {
    padding: 2px 12px 2px 12px;
    font-size: 15px; }
  .p-mypage .sec-form-temp .tbl-form-style01 .box-select.box-select01 {
    width: 160px; }
  .sec-form-temp .tbl-form-style01 .box-select {
    border: 1px solid #f0ddc5; }
  .sec-form-temp .tbl-form-style01 .box-select:after {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    background: url(../common_img/arr6.png) no-repeat center center;
    background-size: 13px 7px;
    width: 13px;
    height: 7px;
    margin-top: -3px; }
  .sec-form-temp .tbl-form-style01 .box-select.box-select01 {
    width: 160px; }
  .sec-form-temp .tbl-form-style01 .box-select.box-select02 {
    width: 260px; }
  .sec-form-temp .tbl-form-style01 .ip-other1 {
    float: none;
    width: 100%;
    margin-top: 10px; }
  .sec-form-temp .tbl-form-style01 select {
    font-size: 15px; }
  .sec-form-temp .tbl-form-style01 select.size01 {
    width: 158px; }
  .sec-form-temp .tbl-form-style01 select.size02 {
    width: 258px; }
  .sec-form-temp .tbl-form-style01 textarea {
    font-size: 15px; }
  .sec-form-temp .tbl-form-style01 .list-radio01 {
    margin-bottom: 10px; }
  .sec-form-temp .tbl-form-style01 .list-radio01 p {
    margin-right: 23px;
    font-size: 15px; }
  .sec-form-temp .under-form {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px; }
  .sec-form-temp .btnsub2 button {
    width: 295px;
    padding: 6px 10px 7px 10px; }
  .sec-form-temp .btnsub2 span {
    font-size: 15px;
    line-height: 1.4; }
  .p-user_register .contents {
    padding-bottom: 60px; } }

.p-login .contents {
  background: url(../common_img/bg02.png) no-repeat center center; }

.p-login .sec01 {
  background: url(../common_img/bg03.png);
  position: relative;
  padding: 40px 20px 60px 20px; }

.p-login .sec01 .sec01-inner {
  position: relative;
  z-index: 764; }

.p-login .sec01:before {
  position: absolute;
  content: "";
  left: -7px;
  top: -7px;
  border: 1px solid #eee0ce;
  bottom: 0;
  right: 0; }

.p-login .sec01:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  border: 1px solid #eee0ce;
  bottom: -7px;
  right: -7px; }

.p-login .sec01 form {
  width: 100%;
  max-width: 550px;
  margin: 0 auto; }

.p-login .txt1 {
  text-align: center;
  font-size: 14px;
  margin-top: 33px; }

.p-login .txt1 a {
  color: #0042ae; }

.p-login .txt1 a:hover {
  text-decoration: underline; }

.p-login .tbl-login {
  width: 100%; }

.p-login .tbl-login th {
  width: 175px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  color: #555555;
  text-align: left;
  font-weight: bold;
  padding: 5px 0; }

.p-login .tbl-login td {
  padding: 5px 0; }

.p-login .tbl-login td input {
  border: 1px solid #555555;
  height: 40px;
  padding: 2px 22px;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #555555; }

.p-login .tbl-login td input:placeholder {
  color: #3a3a3a; }

.p-login {
  position: relative; }

.p-login .contents {
  padding-bottom: 70px; }

.p-login .step-jump .btnpage button {
  min-width: 260px; }

.p-login .step-jump .btnpage span {
  color: #fff;
  position: relative;
  z-index: 44;
  line-height: 1.2;
  font-size: 20px;
  font-family: 'Noto Serif JP', serif; }

.p-login .sec02 .ttl01 {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  color: #555555;
  margin-top: 60px; }

.p-login .sec02 .btnpage {
  margin-top: 20px; }

.p-login .sec02 .btnpage a {
  min-width: 290px; }

.p-login .sec02 .btnpage span {
  color: #fff;
  position: relative;
  z-index: 44;
  line-height: 1.2;
  font-size: 20px;
  font-family: 'Noto Serif JP', serif; }

@media all and (max-width: 768px) {
  .p-login .sec01 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 18px 60px 18px; }
  .p-login .sec01:before {
    left: -5px;
    top: -5px; }
  .p-login .sec01:after {
    bottom: -5px;
    right: -5px; }
  .p-login .txt1 {
    margin-top: 12px; }
  .p-login .tbl-login {
    width: 100%;
    display: block; }
  .p-login .tbl-login tr,
  .p-login .tbl-login tbody {
    display: block;
    width: 100%; }
  .p-login .tbl-login th {
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 5px 0; }
  .p-login .tbl-login td {
    width: 100%;
    display: block;
    padding: 5px 0; }
  .p-login .tbl-login td input {
    padding: 2px 12px;
    font-size: 14px; }
  .p-login .contents {
    padding-bottom: 50px; }
  .p-login .step-jump .btnpage button {
    min-width: 240px; }
  .p-login .step-jump .btnpage span {
    font-size: 18px; }
  .p-login .sec02 .ttl01 {
    font-size: 16px;
    margin-top: 30px; }
  .p-login .sec02 .btnpage a {
    min-width: 240px; }
  .p-login .sec02 .btnpage span {
    font-size: 18px; } }

.p-mypage .contents {
  padding-bottom: 90px; }

.p-mypage .btn-logout {
  margin-top: 10px; }

.p-mypage .btn-logout span {
  background: url(../common_img/ico_out.png) no-repeat left center;
  padding-left: 28px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500; }

.p-mypage .sidebar {
  float: left;
  width: 230px;
  border: 1px solid #eee0ce; }

.p-mypage .sidebar .ttl-side {
  background: #d49f58;
  text-align: center;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 5px 12px 5px; }

.p-mypage .sidebar .inner {
  padding: 15px 15px 20px 15px; }

.p-mypage .sidebar .holding_class {
  background: #fcf7f1;
  padding: 14px 14px; }

.p-mypage .sidebar .holding_class .txt1 {
  text-align: center;
  color: #d49f58;
  font-size: 16px;
  border-radius: 4px;
  font-weight: bold;
  padding: 2px 0 1px 0;
  border: 2px solid #d49f58;
  margin-top: 10px; }

.p-mypage .sidebar .holding_class ul {
  font-size: 0; }

.p-mypage .sidebar .holding_class ul li {
  display: inline-block;
  vertical-align: bottom;
  width: calc(33.33% - 4px);
  margin-right: 6px; }

.p-mypage .sidebar .holding_class ul li:last-child {
  margin-right: 0; }

.p-mypage .sidebar .holding_class ul li .star {
  text-align: center;
  margin: 0 -2px; }

.p-mypage .sidebar .holding_class ul li .star span {
  padding: 0;
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle; }

.p-mypage .sidebar .holding_class ul li .chart {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  background: #cfcecd;
  border-bottom: 1px solid #b7b6b5; }

.p-mypage .sidebar .holding_class ul li.current .chart {
  color: #fff;
  background: #d6364e;
  border-bottom: 1px solid #b72637; }

.p-mypage .sidebar .holding_class ul li:nth-child(1) .chart {
  height: 30px;
  color: #fff;
  padding-top: 1px; }

.p-mypage .sidebar .holding_class ul li:nth-child(2) .chart {
  background: #1D5C8B;
  height: 40px;
  padding-top: 7px; }

.p-mypage .sidebar .holding_class ul li:nth-child(3) .chart {
  background: #5A288B;
  height: 50px;
  color: #fff;
  padding-top: 12px; }

.p-mypage .sidebar .list-link {
  margin-top: 8px; }

.p-mypage .sidebar .list-link p a {
  color: #555555;
  display: block;
  border-bottom: 1px solid #eacfab;
  padding-bottom: 11px;
  margin-bottom: 11px;
  font-size: 14px;
  font-weight: normal; }

.p-mypage .sidebar .list-link p a.is-active,
.p-mypage .sidebar .list-link p a:hover {
  font-weight: bold; }

.p-mypage .list-btn {
  margin-top: 15px; }

.p-mypage .right-content {
  float: right;
  width: calc(100% - 260px);
  border: 1px solid #eee0ce; }

.p-mypage .right-content.nobder {
  border: 0; }

.p-mypage .right-content .ttl01 {
  background: #fbf5ee;
  text-align: left;
  color: #555555;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 22px;
  padding: 8px 15px 9px 15px; }

.p-mypage .right-content .inner {
  padding: 20px 20px; }

.p-mypage .right-content .box-news .scrollbar-inner {
  max-height: 450px;
  padding-right: 30px; }

.p-mypage .right-content .box-news .scrollbar-inner::-webkit-scrollbar {
  display: none; }

.p-mypage .right-content .box-news dl {
  border-bottom: 1px solid #f2e2cd;
  padding-bottom: 16px;
  margin-bottom: 17px; }

.p-mypage .right-content .box-news dl dt {
  color: #fff;
  text-align: center;
  width: 100px;
  display: inline-block;
  vertical-align: top;
  background: #c9283e;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  padding: 1px 0;
  margin-top: 3px; }

.p-mypage .right-content .box-news dl dd {
  color: #555555;
  text-align: left;
  width: calc(100% - 110px);
  padding-left: 10px;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  font-weight: normal;
  line-height: 1.4;
  font-size: 16px; }

.p-mypage .right-content .tbl-form-style01 {
  padding: 0;
  background: #fff; }

.p-mypage .right-content .tbl-form-style01 dt {
  width: 200px; }

.p-mypage .right-content .tbl-form-style01 dt .item {
  width: 100%; }

.p-mypage .right-content .tbl-form-style01 select.size01 {
  width: 126px; }

.p-mypage .right-content .tbl-form-style01 textarea {
  height: 100px;
  width: 100%;
  border: 1px solid #f0ddc5; }

.p-mypage .right-content .tbl-form-style01 .ip-zip {
  width: 126px; }

.p-mypage .right-content .tbl-form-style01 dl:last-child {
  border-bottom: 1px solid #f0ddc5;
  padding-bottom: 20px; }

.p-mypage .right-content .sec-form-temp {
  padding-bottom: 40px; }

.p-mypage .right-content .sec-form-temp .btnpage03 button {
  max-width: 280px;
  margin: 0 auto; }

.p-mypage .right-content .sec-form-temp .btnpage03 button span {
  font-size: 20px;
  background: url(../common_img/arr7.png) no-repeat right 14px; }

.p-mypage .right-content .form-btn-block {
  margin-top: 30px; }

.p-mypage .right-content .list-item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.p-mypage .right-content .list-item1 .item {
  width: 32%;
  text-align: center;
  margin-bottom: 25px; }

.p-mypage .right-content .list-item1 .item {
  margin-right: 2%; }

.p-mypage .right-content .list-item1 .item:nth-child(3n) {
  margin-right: 0; }

.p-mypage .right-content .list-item1 .pic {
  margin-bottom: 10px;
  text-align: center; }

.p-mypage .right-content .list-item1 .ttl {
  color: #3a3a3a;
  font-size: 19px;
  line-height: 1.4;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500; }

.p-mypage .right-content .list-item1 .price {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #d33348; }

.p-mypage .right-content .list-item1 .desc {
  font-size: 16px;
  font-weight: normal; 
  text-align: left;
}

.p-mypage .right-content .list-item1 .check-buy {
  margin-top: 6px;
  font-size: 18px;
  font-weight: bold;
  color: #000000; }

.p-mypage .right-content .list-item1 .check-buy input[type=checkbox] {
  -ms-transform: scale(1.3);
  /* IE */
  -moz-transform: scale(1.3);
  /* FF */
  -webkit-transform: scale(1.3);
  /* Safari and Chrome */
  -o-transform: scale(1.3);
  /* Opera */
  transform: scale(1.3);
  padding: 2px;
  margin-right: 7px;
  margin-bottom: 2px; }

.p-mypage .right-content .list-item1 .check-buy label {
  font-size: 18px;
  font-weight: bold;
  color: #000000; }

.p-mypage .right-content .sec-item1 {
  padding-bottom: 40px; }

.p-mypage .right-content .sec-item1 .btnpage03 {
  text-align: center; }

.p-mypage .right-content .sec-item1 .btnpage03 a {
  max-width: 380px;
  margin: 0 auto; }

.p-mypage .right-content .sec-item1 .btnpage03 a span {
  font-size: 20px; }

.p-mypage .right-content .ttl2 {
  color: #555555;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #555555;
  margin-bottom: 15px; }

.p-mypage .right-content .box-bg01 {
  background: #fef9f9;
  text-align: center;
  padding: 25px 20px; }

.p-mypage .right-content .sec-complete .txt1 {
  font-size: 24px;
  color: #333333;
  line-height: 1.5;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500; }

.p-mypage .right-content .sec-complete .txt2 {
  font-size: 24px;
  color: #c9283e;
  line-height: 1.5;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500; }

.p-mypage .right-content .sec-complete .thank-txt {
  margin-top: 45px;
  text-align: center; }

.p-mypage .right-content .sec-complete .thank-txt p {
  font-size: 16px;
  font-weight: normal;
  color: #3a3a3a;
  margin-bottom: 27px; }

.p-mypage .tbl-pro {
  width: 100%;
  margin-bottom: 25px; }

.p-mypage .tbl-pro th {
  font-size: 16px;
  color: #3a3a3a;
  text-align: left;
  font-weight: normal;
  padding: 4px 5px 4px 28px; }

.p-mypage .tbl-pro td {
  width: 170px;
  font-size: 16px;
  color: #3a3a3a;
  text-align: left;
  font-weight: normal;
  padding: 4px 5px; }

.p-mypage .tbl-pro tbody tr:last-child th,
.p-mypage .tbl-pro tbody tr:last-child td {
  padding-bottom: 18px; }

.p-mypage .tbl-pro tfoot tr {
  background: #fef9f9;
  border: 1px solid #f7dfe2; }

.p-mypage .tbl-pro tfoot tr th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold; }

.p-mypage .tbl-pro tfoot tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  color: #d33348;
  font-weight: bold;
  width: 200px; }

.p-mypage .box-detail1 {
  margin-bottom: 27px; }

.p-mypage .box-detail1 strong {
  font-weight: bold; }

.p-mypage .box-detail1 p {
  font-size: 16px;
  line-height: 2.2; }

.p-mypage .sec-item2.sec-form-temp .tbl-form-style01 dt .item {
  width: calc(100% - 51px); }

.p-mypage .sec-item2.sec-form-temp .tbl-form-style01 dl:last-child {
  border-bottom: 0;
  padding-bottom: 10px; }

.p-mypage .sec-item2.sec-form-temp .btnpage03 {
  text-align: center; }

.p-mypage .sec-item2.sec-form-temp .btnpage03 button {
  padding: 18px 0; }

.p-mypage .sec-unsubscribe .box-bg01 {
  margin-bottom: 37px;
  padding: 15px 20px; }

.p-mypage .sec-unsubscribe .box-bg01 p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 2;
  color: #333333;
  font-weight: normal; }

.p-mypage .sec-unsubscribe .box-bg01 p:last-child {
  margin-bottom: 0; }

.p-mypage .sec-unsubscribe .list-radio02 {
  margin-bottom: 33px; }

.p-mypage .sec-unsubscribe .list-radio02 li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 3px; }

.p-mypage .sec-unsubscribe .list-radio02 li input[type="radio"] {
  margin-bottom: 5px; }

.p-mypage .sec-unsubscribe .list-radio02 li label {
  font-size: 16px;
  font-weight: normal; }

.p-mypage .sec-unsubscribe textarea {
  font-size: 16px;
  border: 1px solid #f0ddc5;
  width: 100%;
  height: 130px;
  padding: 10px 20px;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #3a3a3a; }

.p-mypage .sec-unsubscribe .btnpage03 {
  margin-top: 40px; }

.p-mypage .sec-unsubscribe .btnpage03 button {
  padding-top: 5px;
  padding-bottom: 5px; }

.p-mypage .sec-unsubscribe .btnpage03 button span {
  line-height: 1.3; }

.p-mypage .sec-exam {
  padding: 0 !important;
  max-width: 100%;
  border-left: 1px solid #eee0ce;
  border-right: 1px solid #eee0ce; }

.p-mypage .sec-exam::-webkit-scrollbar {
  display: none; }

.p-mypage .sec-exam .tbl-exam table {
  width: 925px; }

.p-mypage .sec-exam .tbl-exam table th {
  padding: 7px 2px;
  background: #fbf5ee;
  font-size: 16px;
  line-height: 1.2;
  color: #555555;
  vertical-align: middle;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  text-align: center;
  border: 1px solid #eee0ce; }

.p-mypage .sec-exam .tbl-exam table th:first-child {
  border-left: 0; }

.p-mypage .sec-exam .tbl-exam table th:last-child {
  border-right: 0; }

.p-mypage .sec-exam .tbl-exam table td {
  font-size: 16px;
  vertical-align: middle;
  padding: 7px 2px;
  font-weight: normal;
  background: #fff;
  color: #555555;
  text-align: center;
  border: 1px solid #eee0ce; }

.p-mypage .sec-exam .tbl-exam table td:first-child {
  border-left: 0; }

.p-mypage .sec-exam .tbl-exam table td:last-child {
  border-right: 0; }

.p-mypage .sec-exam .tbl-exam table .no-content th,
.p-mypage .sec-exam .tbl-exam table .no-content td {
  height: 100px; }

.p-mypage .sec-exam .tbl-exam table a {
  color: #555555;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  padding: 2px 1px;
  min-width: 90px;
  text-align: center; }

.p-mypage .sec-exam .tbl-exam table a:hover {
  opacity: 0.7; }

.p-mypage .sec-exam .tbl-exam table a.btn01 {
  background: #f3db95; }

.p-mypage .sec-exam .tbl-exam table a.btn02 {
  background: #f6d8d8; }

.p-mypage .sec-exam .tbl-exam table a.btn03 {
  background: #eacfab; }

@media all and (max-width: 768px) {
  .p-mypage .contents {
    padding-bottom: 50px; }
  .p-mypage .btn-logout {
    margin-top: 10px; }
  .p-mypage .btn-logout span {
    background: url(../common_img/ico_out.png) no-repeat left center;
    padding-left: 28px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500; }
  .p-mypage .sidebar {
    float: none;
    width: 100%; }
  .p-mypage .sidebar .ttl-side {
    font-size: 17px; }
  .p-mypage .list-btn {
    max-width: 220px;
    margin-right: auto;
    margin-left: auto; }
  .p-mypage .right-content {
    float: none;
    width: 100%;
    margin-bottom: 40px; }
  .p-mypage .right-content .ttl01 {
    font-size: 18px; }
  .p-mypage .right-content .inner {
    padding: 20px 15px; }
  .p-mypage .right-content .inner.has-scroll {
    padding-right: 5px; }
  .p-mypage .right-content .box-news .scrollbar-inner {
    max-height: 450px;
    padding-right: 15px; }
  .p-mypage .right-content .box-news dl {
    padding-bottom: 12px;
    margin-bottom: 14px; }
  .p-mypage .right-content .box-news dl dt {
    display: block;
    margin-top: 0; }
  .p-mypage .right-content .box-news dl dd {
    width: 100%;
    padding-left: 0;
    display: block;
    margin-top: 8px;
    font-size: 14px; }
  .p-mypage .right-content .tbl-form-style01 dl {
    padding-top: 12px; }
  .p-mypage .right-content .tbl-form-style01 dt {
    width: 100%; }
  .p-mypage .right-content .tbl-form-style01 select.size01 {
    width: 158px; }
  .p-mypage .right-content .tbl-form-style01 .ip-zip {
    width: 160px;
    margin-right: 8px; }
  .p-mypage .right-content .sec-form-temp {
    padding-top: 5px;
    padding-bottom: 30px; }
  .p-mypage .right-content .sec-form-temp .btnpage03 button {
    max-width: 220px;
    padding-top: 10px;
    padding-bottom: 11px; }
  .p-mypage .right-content .sec-form-temp .btnpage03 button span {
    font-size: 17px; }
  .p-mypage .right-content .list-item1 .item {
    width: 100%;
    margin-right: 0; }
  .p-mypage .right-content .list-item1 .ttl {
    font-size: 16px; }
  .p-mypage .right-content .list-item1 .price {
    font-size: 16px;
    font-weight: bold;
    color: #d33348; }
  .p-mypage .right-content .list-item1 .desc {
    font-size: 14px;
    line-height: 1.4; }
  .p-mypage .right-content .list-item1 .check-buy input[type=checkbox] {
    -ms-transform: scale(1.1);
    /* IE */
    -moz-transform: scale(1.1);
    /* FF */
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    -o-transform: scale(1.1);
    /* Opera */
    transform: scale(1.1);
    margin-right: 5px; }
  .p-mypage .right-content .list-item1 .check-buy label {
    font-size: 16px; }
  .p-mypage .right-content .sec-item1 {
    padding-bottom: 30px; }
  .p-mypage .right-content .sec-item1 .btnpage03 a {
    max-width: 310px;
    margin: 0 auto; }
  .p-mypage .right-content .sec-item1 .btnpage03 a span {
    font-size: 16px; }
  .p-mypage .right-content .box-bg01 {
    padding: 15px 12px; }
  .p-mypage .right-content .sec-complete .txt1 {
    font-size: 17px;
    margin-bottom: 7px; }
  .p-mypage .right-content .sec-complete .txt2 {
    font-size: 18px; }
  .p-mypage .right-content .sec-complete .thank-txt {
    margin-top: 25px; }
  .p-mypage .right-content .sec-complete .thank-txt p {
    font-size: 14px;
    margin-bottom: 25px; }
  .p-mypage .right-content .sec-complete .thank-txt p:last-child {
    margin-bottom: 10px; }
  .p-mypage .tbl-pro {
    margin-bottom: 20px; }
  .p-mypage .tbl-pro th {
    font-size: 14px;
    padding: 4px 5px 4px 10px; }
  .p-mypage .tbl-pro td {
    width: 139px;
    font-size: 14px;
    padding: 4px 5px 4px 5px; }
  .p-mypage .tbl-pro tbody tr:last-child th,
  .p-mypage .tbl-pro tbody tr:last-child td {
    padding-bottom: 18px; }
  .p-mypage .tbl-pro tfoot tr th {
    font-size: 16px;
    font-weight: bold; }
  .p-mypage .tbl-pro tfoot tr td {
    font-size: 16px; }
  .p-mypage .box-detail1 p {
    font-size: 14px;
    line-height: 2; }
  .p-mypage .sec-item2.sec-form-temp .tbl-form-style01 dl:last-child {
    border-bottom: 0;
    padding-bottom: 10px; }
  .p-mypage .sec-item2.sec-form-temp .tbl-form-style01 dt em {
    padding-top: 2px;
    padding-bottom: 1px; }
  .p-mypage .sec-item2.sec-form-temp .btnpage03 button {
    padding: 16px 0 18px 0; }
  .p-mypage .sec-unsubscribe.sec-form-temp {
    padding-top: 15px; }
  .p-mypage .sec-unsubscribe .box-bg01 {
    margin-bottom: 30px;
    padding: 15px 13px; }
  .p-mypage .sec-unsubscribe .box-bg01 p {
    margin-bottom: 25px;
    font-size: 14px;
    text-align: left;
    line-height: 1.7; }
  .p-mypage .sec-unsubscribe .box-bg01 p:last-child {
    margin-bottom: 0; }
  .p-mypage .sec-unsubscribe .list-radio02 {
    font-size: 0; }
  .p-mypage .sec-unsubscribe .list-radio02 li {
    padding-right: 3px;
    margin-right: 0;
    margin-bottom: 10px;
    width: 50%; }
  .p-mypage .sec-unsubscribe .list-radio02 li label {
    font-size: 15px;
    margin-top: -2px; }
  .p-mypage .sec-unsubscribe textarea {
    height: 130px;
    padding: 10px 13px;
    width: 100%;
    font-size: 15px; }
  .p-mypage .sec-unsubscribe .btnpage03 {
    margin-top: 25px; }
  .p-mypage .sec-unsubscribe .btnpage03 button span {
    font-size: 16px !important; } }

.p-mypage .sec-exam .tbl-exam table {
  width: 890px; }

.p-mypage .sec-exam .tbl-exam table th {
  padding: 7px 2px;
  font-size: 14px; }

.p-mypage .sec-exam .tbl-exam table td {
  font-size: 14px; }

.p-mypage .sec-exam .tbl-exam table a {
  font-size: 12px;
  min-width: 82px; }

@media all and (max-width: 350px) {
  .p-mypage .btn-logout {
    margin-top: 10px; }
  .p-mypage .sidebar .ttl-side {
    font-size: 16px; }
  .p-mypage .right-content {
    margin-bottom: 40px; }
  .p-mypage .right-content .ttl01 {
    font-size: 16px; }
  .p-mypage .right-content .sec-item1 .btnpage03 a {
    max-width: 280px; }
  .p-mypage .right-content .sec-item1 .btnpage03 a span {
    font-size: 14px; } }

/* id_search */
.p-id_search .contents {
  background: url(../common_img/bg02.png) no-repeat center center; }

.p-id_search .sec01 {
  background: url(../common_img/bg03.png);
  position: relative;
  padding: 32px 20px 60px 20px; }

.p-id_search .sec01 .sec01-inner {
  position: relative;
  z-index: 764; }

.p-id_search .sec01:before {
  position: absolute;
  content: "";
  left: -7px;
  top: -7px;
  border: 1px solid #eee0ce;
  bottom: 0;
  right: 0; }

.p-id_search .sec01:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  border: 1px solid #eee0ce;
  bottom: -7px;
  right: -7px; }

.p-id_search .sec01 form {
  width: 100%;
  max-width: 550px;
  margin: 0 auto; }

.p-id_search .ttl01 {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #555555; }

.p-id_search .txt1 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 59px; }

.p-id_search .tbl-idsearch {
  width: 100%; }

.p-id_search .tbl-idsearch th {
  width: 180px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  color: #555555;
  text-align: left;
  font-weight: bold;
  padding: 7px 0 7px 43px; }

.p-id_search .tbl-idsearch td {
  padding: 7px 0; }

.p-id_search .tbl-idsearch td input {
  border: 1px solid #555555;
  height: 40px;
  padding: 2px 22px;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #555555; }

.p-id_search .tbl-idsearch td input:placeholder {
  color: #3a3a3a; }

.p-id_search {
  position: relative; }

.p-id_search .contents {
  padding-bottom: 170px; }

.p-id_search .step-jump {
  padding-left: 27px; }

.p-id_search .step-jump .btnpage button {
  min-width: 260px; }

.p-id_search .step-jump .btnpage span {
  color: #fff;
  position: relative;
  z-index: 44;
  line-height: 1.2;
  font-size: 20px;
  font-family: 'Noto Serif JP', serif; }

.p-id_search.result .sec-result1 {
  text-align: center;
  margin-bottom: 143px; }

.p-id_search.result .sec-result1 .box01 {
  margin-top: 53px;
  margin-bottom: 72px;
  text-align: center; }

.p-id_search.result .sec-result1 .box01 .txt {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px; }

.p-id_search.result .sec-result1 .box01-res {
  background: #fbf5ee;
  padding: 5px 10px 1px 20px;
  display: inline-block;
  vertical-align: middle; }

.p-id_search.result .sec-result1 .box01-res .value {
  color: #969595;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  padding-top: 6px;
  display: inline-block; }

.p-id_search.result .sec-result1 .box01-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-left: 15px; }

.p-id_search.result .sec-result1 .box01-btn button {
  background: url(../common_img/ico_copy.png) no-repeat center top;
  padding-top: 20px;
  font-weight: bold;
  font-size: 10px;
  color: #555555; }

.p-id_search.result .sec-result1 .btnpage a {
  min-width: 255px; }

.p-id_search.result .sec-result2 {
  text-align: center; }

.p-id_search.result .sec-result2 .ttl01 {
  margin-top: 59px; }

.p-id_search.result .sec-result2 .txt1 {
  margin-bottom: 63px; }

.p-id_search.result .sec-result2 .list-btn {
  text-align: center; }

.p-id_search.result .sec-result2 .list-btn .btnpage {
  display: inline-block;
  vertical-align: middle;
  margin: 0 13px; }

.p-id_search.result .sec-result2 .list-btn .btnpage a {
  min-width: 325px; }

@media all and (max-width: 768px) {
  .p-id_search .sec01 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 18px 45px 18px; }
  .p-id_search .sec01:before {
    left: -5px;
    top: -5px; }
  .p-id_search .sec01:after {
    bottom: -5px;
    right: -5px; }
  .p-id_search .ttl01 {
    font-size: 16px;
    margin-bottom: 25px; }
  .p-id_search .txt1 {
    margin-top: 12px; }
  .p-id_search .tbl-idsearch {
    width: 100%;
    display: block; }
  .p-id_search .tbl-idsearch tr,
  .p-id_search .tbl-idsearch tbody {
    display: block;
    width: 100%; }
  .p-id_search .tbl-idsearch th {
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 5px 0; }
  .p-id_search .tbl-idsearch td {
    width: 100%;
    display: block;
    padding: 5px 0; }
  .p-id_search .tbl-idsearch td input {
    padding: 2px 12px;
    font-size: 14px; }
  .p-id_search .contents {
    padding-bottom: 60px; }
  .p-id_search .step-jump {
    padding: 0; }
  .p-id_search .step-jump .btnpage button {
    min-width: 240px; }
  .p-id_search .step-jump .btnpage span {
    font-size: 18px; }
  .p-id_search.result .sec-result1 {
    margin-bottom: 45px; }
  .p-id_search.result .sec-result1 .box01 {
    margin-top: 25px;
    margin-bottom: 45px; }
  .p-id_search.result .sec-result1 .box01 .txt {
    display: block;
    margin-right: 0;
    margin-bottom: 15px; }
  .p-id_search.result .sec-result1 .box01-res {
    padding: 7px 10px 1px 10px;
    display: block; }
  .p-id_search.result .sec-result1 .box01-res .value {
    font-size: 18px;
    padding-top: 6px; }
  .p-id_search.result .sec-result1 .box01-btn {
    margin-left: 10px; }
  .p-id_search.result .sec-result1 .btnpage a {
    min-width: 255px; }
  .p-id_search.result .sec-result2 .ttl01 {
    margin-bottom: 15px;
    margin-top: 15px; }
  .p-id_search.result .sec-result2 .txt1 {
    margin-bottom: 40px; }
  .p-id_search.result .sec-result2 .list-btn .btnpage {
    display: block;
    margin: 0 0 25px 0; }
  .p-id_search.result .sec-result2 .list-btn .btnpage a {
    min-width: 250px; } }

.p-contact .mainmv .catch {
  max-width: 475px; }

.p-contact .contents {
  padding-bottom: 90px; }

.p-contact .check-confirm1 {
  font-size: 16px;
  margin-top: -10px;
  margin-bottom: 10px; }

.p-contact .note-txt2 {
  margin-bottom: 18px; }

.p-contact .note-txt2 a {
  color: #0037c2; }

.p-contact .note-txt2 a:hover {
  text-decoration: underline; }

.p-contact .cmn-block-txt {
  padding-top: 37px;
  margin-bottom: 20px;
  padding-bottom: 37px; }

.p-contact .cmn-block-txt span {
  font-family: 'Noto Serif JP', serif !important;
  position: relative;
  font-size: 20px;
  color: #000000;
  font-weight: 500; }

.p-contact .cmn-block-txt .icon {
  position: absolute;
  left: -128px;
  top: -22px;
  font-style: normal; }

.p-contact .cmn-block-txt a {
  color: #0037c2; }

.p-contact .contact-tt1 {
  font-size: 20px;
  font-weight: bold;
  color: #555555;
  border-bottom: 1px solid #373737;
  padding-bottom: 7px;
  margin-bottom: 20px; }

.p-contact textarea {
  width: 100%; }

.p-contact .contact-txt1 {
  text-align: center; }

.p-contact .contact-txt1 p {
  font-size: 14px;
  margin-bottom: 22px; }

.p-contact .contact-txt1 p a {
  color: #0037c2; }

.p-contact .list-radio02 p {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 16px;
  color: #3a3a3a; }

.p-contact .block01 {
  margin-bottom: 33px; }

@media all and (max-width: 768px) {
  .p-contact .contents {
    padding-bottom: 70px; }
  .p-contact .check-confirm1 {
    font-size: 14px;
    margin-top: 0; }
  .p-contact .cmn-block-txt {
    padding-top: 42px;
    margin-bottom: 20px;
    padding-bottom: 25px; }
  .p-contact .cmn-block-txt span {
    font-size: 16px; }
  .p-contact .cmn-block-txt .icon {
    left: 5px;
    top: -31px; }
  .p-contact .cmn-block-txt a {
    color: #0037c2; }
  .p-contact .contact-tt1 {
    font-size: 18px; }
  .p-contact textarea {
    width: 100%; }
  .p-contact .contact-txt1 {
    text-align: left; }
  .p-contact .list-radio02 p {
    display: block; }
  .p-contact .block01 {
    margin-bottom: 33px; } }

.p-philosophy .contents {
  padding-top: 10px; }

.p-philosophy .sec01 {
  text-align: center;
  background: url(../images/philosophy/bg01.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 60px 30px 66px 30px; }

.p-philosophy .sec01 .ttl01 {
  margin-bottom: 48px; }

.p-philosophy .sec01 .ttl01 h3 {
  color: #333333;
  font-size: 23px;
  font-weight: 500; }

.p-philosophy .sec01 .ttl01 h3 span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #333333; }

.p-philosophy .sec01 .desc {
  font-size: 20px;
  font-family: 'Hannari', serif; }

.p-philosophy .sec01 .desc p {
  font-family: 'Hannari', serif;
  font-size: 19px;
  font-weight: normal;
  color: #000;
  margin-bottom: 26px;
  letter-spacing: 2px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto; }

.p-philosophy .sec01 .txt2 {
  font-weight: bold;
  font-size: 23px;
  color: #333333;
  margin-top: 46px;
  line-height: 1.3;
  font-family: 'Hannari', serif;
  letter-spacing: 2px; }

.p-philosophy .cmn-link01 {
  margin-top: 88px; }

@media all and (max-width: 768px) {
  .p-philosophy .sec01 {
    padding: 30px 20px; }
  .p-philosophy .sec01 .ttl01 {
    margin-bottom: 19px; }
  .p-philosophy .sec01 .ttl01 h3 {
    font-size: 18px; }
  .p-philosophy .sec01 .desc {
    font-size: 14px;
    text-align: left; }
  .p-philosophy .sec01 .desc p {
    font-size: 14px;
    margin-bottom: 12px;
    letter-spacing: 0px;
    line-height: 1.6; }
  .p-philosophy .sec01 .txt2 {
    font-size: 16px;
    margin-top: 17px;
    line-height: 1.6;
    text-align: left;
    letter-spacing: 0.5px; }
  .p-philosophy .cmn-link01 {
    margin-top: 45px; } }

.p-learn .desc {
  margin-bottom: 60px; }

@media all and (max-width: 768px) {
  .p-learn .desc {
    margin-bottom: 30px; } }

.p-learn .desc.flexbox {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media all and (max-width: 768px) {
  .p-learn .desc.flexbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.p-learn .desc.flexbox p {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 30px; }

@media all and (max-width: 768px) {
  .p-learn .desc.flexbox p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0; } }

.p-learn .desc.flexbox .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 236px;
  flex: 0 0 236px; }

@media all and (max-width: 768px) {
  .p-learn .desc.flexbox .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 20px;
    text-align: center; } }

.p-learn .learn-item {
  margin-top: 100px; }

@media all and (max-width: 768px) {
  .p-learn .learn-item {
    margin-top: 50px; } }

.p-learn .flexbox {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media all and (min-width: 769px) {
  .p-learn .flexbox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

.p-learn-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 310px;
  margin-bottom: 4%; }

@media all and (min-width: 769px) {
  .p-learn-item {
    margin-right: 2.5%; }
  .p-learn-item:nth-child(3n) {
    margin-right: 0; } }

@media all and (max-width: 768px) {
  .p-learn-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    margin-bottom: 40px; } }

.p-learn-item h4 {
  font-weight: bold;
  font-size: 18px;
  background: url(../common_img/icontit.png) no-repeat left top 2px;
  padding-left: 15px;
  margin-bottom: 15px; }

@media all and (max-width: 768px) {
  .p-learn-item h4 {
    font-size: 16px; } }

.p-learn-item .desc {
  margin-bottom: 30px;
  margin-top: 20px; }

@media all and (max-width: 768px) {
  .p-learn-item .desc {
    margin: 15px 0; } }

.p-learn-item p {
  font-size: 16px; }

@media all and (max-width: 768px) {
  .p-learn-item p {
    font-size: 14px; } }

.p-learn-item ul {
  margin-top: 15px; }

@media all and (max-width: 768px) {
  .p-learn-item ul {
    margin-top: 10px; } }

.p-learn-item ul li {
  background: url(../common_img/icontxt.png) no-repeat left top 7px;
  padding-left: 15px;
  font-size: 16px; }

@media all and (max-width: 768px) {
  .p-learn-item ul li {
    background: url(../common_img/icontxt.png) no-repeat left top 8px;
    font-size: 14px; } }

.p-learn-item .btnpage {
  width: 100%;
  margin-top: 20px;
  max-width: 280px; }

.p-learn-item .btnpage a {
  display: block;
  width: 100%; }

.p-learn-item .btnpage span {
  font-size: 20px;
  color: #fff; }

@media all and (max-width: 768px) {
  .p-learn-item .btnpage {
    width: 90%;
    min-width: inherit;
    margin-top: 10px; }
  .p-learn-item .btnpage a {
    min-width: inherit;
    padding-left: 0;
    padding-right: 0; }
  .p-learn-item .btnpage span {
    font-size: 14px; } }

.p-about .section5 {
  padding: 80px 0; }

@media all and (max-width: 768px) {
  .p-about .section5 {
    padding: 50px 0; } }

@media all and (max-width: 480px) {
  .p-about .section5 {
    padding: 40px 0 0; } }

.p-about .section5 .titsub {
  margin-bottom: 50px; }

@media all and (max-width: 768px) {
  .p-about .section5 .titsub {
    margin-bottom: 30px; } }

.p-about .section5 .flexbox {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px; }

@media all and (max-width: 768px) {
  .p-about .section5 .flexbox {
    margin-bottom: 0; } }

.p-about .section5 .flexbox .box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  position: relative;
  max-width: 173px;
  margin-right: 27px; }

.p-about .section5 .flexbox .box:last-child {
  margin-right: 0; }

.p-about .section5 .flexbox .box:after {
  content: '';
  position: absolute;
  background: url(../images/arrright.png) no-repeat center center;
  background-size: 30px;
  width: 32px;
  height: 12px;
  top: 80px;
  right: -30px;
  z-index: 2; }

.p-about .section5 .flexbox .box:last-child:after {
  background: none; }

@media all and (max-width: 768px) {
  .p-about .section5 .flexbox .box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46%;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    margin-bottom: 20px;
    max-width: inherit;
    margin-right: 0; }
  .p-about .section5 .flexbox .box:last-child {
    margin: 0 auto;
    margin-bottom: 20px; }
  .p-about .section5 .flexbox .box img {
    width: 100%; }
  .p-about .section5 .flexbox .box:nth-child(2n):after {
    background: none; }
  .p-about .section5 .flexbox .box:after {
    background-size: 33px;
    width: 34px;
    right: -33px;
    top: 85px; } }

@media all and (max-width: 390px) {
  .p-about .section5 .flexbox .box:after {
    background-size: 28px;
    width: 32px;
    right: -30px;
    top: 75px; } }

.p-about .section5 .flexbox .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 12px; }

.p-about .section5 .flexbox span.fontmin {
  background: #d5a058;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 25px;
  font-size: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.p-about .section5 .flexbox span.fontnoto {
  /*background: #fbf8f4;*/
  /*padding: 10px 5px;*/
  /*min-height: 100px;*/
  /*line-height: 1.4;*/
  /*-webkit-box-flex: 0;*/
  /*-ms-flex: 0 0 100%;*/
  /*flex: 0 0 100%;*/
  /*display: -webkit-inline-box;*/
  /*display: -ms-inline-flexbox;*/
  /*display: inline-flex;*/
  /*-webkit-box-pack: center;*/
  /*-ms-flex-pack: center;*/
  /*justify-content: center;*/
  /*-webkit-box-align: center;*/
  /*-ms-flex-align: center;*/
  /*align-items: center;*/
  /*-ms-flex-wrap: nowrap;*/
  /*flex-wrap: nowrap; */
    font-weight: bold;
    background: #fbf8f4;
    padding: 10px 2px;
    min-height: 100px;
    line-height: 1.4;
    flex: 0 0 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.p-about .section5 .flexbox .box:nth-child(2) span.fontnoto {
  display: block;
   }

.p-about .section5 .flexbox .box:nth-child(2) span.fontnoto a {
  letter-spacing: -2px; }

@media all and (max-width: 768px) {
  .p-about .section5 .flexbox span.fontnoto {
    font-weight: 500;
    min-height: 100px; } }

.p-about .section5 .flexbox span.fontnoto a {
  color: #0059b2;
  /*text-decoration: underline;*/
  font-weight: bold;
  border-bottom: 1px solid #0059b2; }

@media all and (max-width: 768px) {
  .p-about .section5 .flexbox span.fontnoto a {
    font-weight: 500; } }

.p-about .section5 p.note {
  font-size: 13px; }

@media all and (max-width: 768px) {
  .p-about .section5 p.note {
    margin-bottom: 40px; } }

.p-about .section6 {
  margin: 80px 0; }

@media all and (max-width: 768px) {
  .p-about .section6 {
    margin: 40px 0; } }

.p-about .section6 .btnpage {
  margin-top: 20px; }

@media all and (min-width: 769px) {
  .p-about .section6 .interview {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; 
    justify-content: flex-start;
    } 
  }

@media all and (max-width: 768px) {
  .p-about .section6 .interview {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.p-about .section6 .interview .box {
  position: relative; }

@media all and (min-width: 769px) {
  .p-about .section6 .interview .box {
    max-width: 310px;
    margin-bottom: 20px; 
    margin-right: 2.5%;
  }
  .p-about .section6 .interview .box:last-child {
      margin-right: 0px;
  } 
}

@media all and (max-width: 768px) {
  .p-about .section6 .interview .box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-bottom: 4%; }
  .p-about .section6 .interview .box:nth-child(2n) {
    margin-right: 0; } }

.p-about .section6 .interview .box .img {
  position: relative;
  z-index: 1;
  border: 1px solid #eee0ce;
  padding: 10px; }

.p-about .section6 .interview .box .txt {
  background: #d5a058;
  text-align: center;
  padding: 12px 20px;
  border-bottom: 5px solid #f9e9eb; }

@media all and (max-width: 768px) {
  .p-about .section6 .interview .box .txt {
    padding: 5px 10px; } }

.p-about .section6 .interview .box .txt span {
  width: 46px;
  height: 46px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 26px;
  color: #fff;
  z-index: 9;
  background: #d5a058;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400; }

.p-about .section6 .interview .box .txt p {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #be8538;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.p-about .section6 .interview .box .txt h5 {
  font-size: 15px;
  color: #fff; 
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (max-width: 768px) {
  .p-about .section6 .interview .box .txt h5 {
    font-size: 15px; } }

.p-about .about-item .cmn-link01 {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 15px 10px;
  padding-bottom: 10px; }

.p-about .about-item .heading-icon {
  display: inline-block;
  vertical-align: middle;
  width: 65px; }

.p-about .about-item .heading-icon * {
  color: #000; }

.p-about-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 310px;
  margin-bottom: 4%; }

@media all and (min-width: 769px) {
  .p-about-item {
    margin-right: 2.5%;
    margin-bottom: 0; }
  .p-about-item:nth-child(3n) {
    margin-right: 0; } }

@media all and (max-width: 768px) {
  .p-about-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 40px;
    max-width: initial; }
  .p-about-item:nth-child(3n) {
    margin-bottom: 20px; } }

.p-about-item .img {
  padding: 12px; }

.p-about-item .img img {
  width: 100%; }

.p-about-item .desc p {
  color: #fff;
  font-size: 14px;
  padding: 5px 7px;
  text-align: justify; }

.p-about-item .tit {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.p-about-item .info dl {
  padding: 10px 20px; }

@media all and (max-width: 768px) {
  .p-about-item .info dl {
    padding: 10px; } }

.p-about-item .info dl dt {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #eee0ce;
  padding-bottom: 6px;
  margin-bottom: 6px;
  color: #000; }

.p-about-item .info dl dd {
  font-size: 16px;
  color: #000; }

.p-about-item.item1 .tit {
  background: #7631ac; }

.p-about-item.item1 .img {
  background: #59198b; }

.p-about-item.item1 .info {
  background: #fff;
  border: 12px solid #f1eaf7; }

.p-about-item.item1 .desc {
  background: #400b6a;
  border: 12px solid #7631ac; }

.p-about-item.item2 .tit {
  background: #195b8b; }

.p-about-item.item2 .img {
  background: #0e4c76; }

.p-about-item.item2 .info {
  background: #fff;
  border: 12px solid #e8eef3; }

.p-about-item.item2 .desc {
  background: #0d3e5f;
  border: 12px solid #195b8b; }

.p-about-item.item3 .tit {
  background: #d49f58; }

.p-about-item.item3 .img {
  background: #cc8d39; }

.p-about-item.item3 .info {
  background: #fff;
  border: 12px solid #fbf8f4; }

.p-about-item.item3 .desc {
  background: #b87e30;
  border: 12px solid #d49f58; }

.p-about-item .cmn-icon02.icon-violet::after {
  background: #fff; }

.p-about-item .cmn-icon02.icon-violet::before {
  border-color: #fff; }

.p-about-item p {
  font-size: 16px; }

@media all and (max-width: 768px) {
  .p-about-item p {
    font-size: 14px; } }

.p-about-item .btnpage {
  width: 100%;
  margin-top: 35px;
  max-width: 280px; }

.p-about-item .btnpage a {
  display: block;
  width: 100%; }

.p-about-item .btnpage span {
  font-size: 20px;
  color: #fff; }

@media all and (max-width: 768px) {
  .p-about-item .btnpage {
    width: 90%;
    min-width: inherit;
    margin-top: 20px; }
  .p-about-item .btnpage a {
    min-width: inherit;
    padding-left: 0;
    padding-right: 0; }
  .p-about-item .btnpage span {
    font-size: 14px; } }

.p-about .after {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.p-about .after .box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  position: relative;
  margin-bottom: 60px;
  max-width: 480px; }

@media all and (max-width: 768px) {
  .p-about .after .box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: initial;
    margin-bottom: 30px; } }

.p-about .after .box h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 10px 0; }

@media all and (min-width: 769px) {
  .p-about .after .box h4 {
    min-height: 54px; } }

@media all and (max-width: 768px) {
  .p-about .after .box h4 {
    font-size: 16px; } }

.p-about .after .box a {
  color: #003abf;
  text-decoration: underline;
  display: inline-block; }

.p-about .after span {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 26px;
  color: #fff;
  z-index: 9;
  background: #d5a058;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400; }

/* unsubscribe confirm page */
.unsubscribe-cf .withdraw-btn {
  max-width: 200px; }

.unsubscribe-cf .confirm-box {
  z-index: 99;
  position: absolute;
  top: -900px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 718px;
  padding: 30px 20px 40px;
  border: 2px solid #EEE0CE;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

.unsubscribe-cf .confirm-box h3.popup-tit {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px; }

.unsubscribe-cf .confirm-box p.text-confirm {
  text-align: center;
  font-size: 18px; }

.unsubscribe-cf .confirm-box .btnpage03 {
  margin: initial; }

.unsubscribe-cf .confirm-box .btnpage03 button, .unsubscribe-cf .confirm-box .btnpage03 a {
  padding: 10px 20px;
  max-width: 172px;
  width: 172px; }

.unsubscribe-cf .confirm-box .btnback {
  margin-right: 30px; }

.unsubscribe-cf .confirm-box .btnback button, .unsubscribe-cf .confirm-box .btnback a {
  background: #535353;
  cursor: pointer; }

.unsubscribe-cf .confirm-box .btnback span {
  padding-right: 0;
  padding-left: 32px;
  background: url(../common_img/arr5.png) no-repeat left 14px !important; }

.unsubscribe-cf .confirm-box .flexbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px; }

.unsubscribe-cf .confirm-box--ins {
  position: relative; }

.unsubscribe-cf .confirm-box--ins a.btnclose {
  display: block;
  background: url("../common_img/close.svg") no-repeat center center;
  width: 35px;
  height: 35px;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -40px;
  margin-right: -20px; }

.unsubscribe-cf .show {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.unsubscribe-cf .show .confirm-box {
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  top: 25%; }

.p-mypage .unsubscribe-complete .titsub {
  text-align: center;
  margin-bottom: 0; }

/* pw_change page */
.p-pw_change .btnpage a {
  cursor: pointer; }

.p-pw_change .forgot_text {
  margin-bottom: 15px; }

.p-pw_change .contents {
  padding-bottom: 70px; }

.p-pw_change .unsubscribe-cf .confirm-box {
  padding: 40px 20px 50px; }

.p-pw_change .unsubscribe-cf .confirm-box .flexbox {
  margin-top: 50px; }

.p-pw_change .flexbox_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px; }

.p-pw_change .flexbox_center .btnpage {
  margin: initial; }

.p-pw_change .flexbox_center .btnpage_back {
  margin-right: 40px; }

.p-pw_change .flexbox_center .btnpage_back a::after, .p-pw_change .flexbox_center .btnpage_back button::after {
  background: #535353; }

.p-pw_change .flexbox_center .btnpage_back a::before, .p-pw_change .flexbox_center .btnpage_back button::before {
  border: 1px solid #535353; }

.p-pw_change .flexbox_center .btnpage_back a span, .p-pw_change .flexbox_center .btnpage_back button span {
  padding-right: 0px;
  padding-left: 35px;
  background: url(../common_img/arr5.png) no-repeat left center; }

.p-pw_change .btn-circle {
  position: relative; }

.p-pw_change .btn-circle a, .p-pw_change .btn-circle button {
  border-radius: 50px; }

.p-pw_change .btn-circle span {
  background: none;
  padding-right: 0; }

.p-pw_change .btn-circle::before {
  position: absolute;
  content: "";
  background: url("../common_img/triangle-right.png") no-repeat center center;
  width: 8px;
  height: 15px;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  z-index: 999; }

@media all and (max-width: 768px) {
  .p-pw_change .contents {
    padding-bottom: 50px; }
  .p-pw_change .btnpage a, .p-pw_change .btnpage button {
    min-width: 120px; }
  .sec-unsubscribe .list-radio02 {
    margin-bottom: 20px; }
  .unsubscribe-cf .list-radio02 li {
    font-size: 14px;
    margin-bottom: 0; }
  .unsubscribe-cf .confirm-box {
    width: 90%;
    padding: 20px 10px; }
  .unsubscribe-cf .show .confirm-box {
    top: 50%;
    margin-top: -150px; }
  .unsubscribe-cf .confirm-box p.text-confirm {
    font-size: 14px; }
  .unsubscribe-cf .confirm-box .btnback {
    margin-right: 0;
    margin-bottom: 10px; }
  .unsubscribe-cf .confirm-box h3.popup-tit {
    font-size: 20px;
    margin-bottom: 20px; }
  .p-pw_change .unsubscribe-cf .confirm-box .flexbox {
    margin-top: 20px; }
  .p-pw_change .unsubscribe-cf .confirm-box {
    padding: 20px 10px 30px; }
  .unsubscribe-cf .confirm-box--ins a.btnclose {
    margin-top: -20px;
    margin-right: -10px;
    width: 25px;
    height: 25px; } }

.p-learn .desc.flexbox .img {
  height: 157px;
  background: #FDFAF0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.p-learn .desc.flexbox .img--ins {
  text-align: center; }

.p-learn .desc.flexbox .img--ins figure {
  margin-bottom: 25px; }

.p-learn .desc.flexbox .img--ins .btn-gray {
  background: #CAC8C5;
  padding: 2px 20px;
  border-radius: 20px; }

.p-learn .desc.flexbox .img--ins .btn-gray span {
  color: #ffffff; }

.p-learn .desc.flexbox .img--ins .btn-gray:hover {
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0.8; }

.p-learn .unsubscribe-cf .confirm-box {
  max-width: 900px;
  padding: 0; }

.p-learn .unsubscribe-cf .video {
  width: 100%;
  height: 500px; }

.p-learn .unsubscribe-cf .show {
  background: rgba(255, 255, 255, 0.8); }

.p-learn .unsubscribe-cf .confirm-box--ins a.btnclose {
  width: 25px;
  height: 25px;
  margin-right: -5px;
  margin-top: -30px; }

@media all and (max-width: 768px) {
  .p-learn .unsubscribe-cf .confirm-box {
    max-width: 100%; }
  .p-learn .unsubscribe-cf .video {
    height: 190px; } }

.p-mail-setting h4.ttl01 {
  background: #fdfaf5;
  padding: 5px 10px 5px 0;
  color: #c6914a;
  font-size: 20px;
  overflow: hidden;
  line-height: 1.3;
  margin: 20px 0 10px;
  font-family: 'Noto Serif JP', serif !important; }

.p-mail-setting h4.ttl01 span {
  position: relative;
  padding-left: 26px;
  display: inline-block;
  overflow: hidden; }

.p-mail-setting h4.ttl01 span::before {
  position: absolute;
  content: "";
  left: 13px;
  top: 3px;
  bottom: 3px;
  background: #c6914a;
  width: 3px; }

.p-mail-setting .contents {
  padding-bottom: 70px; }

@media all and (min-width: 769px) {
  .p-mail-setting .mainmv .catch {
    max-width: 630px; } }

@media all and (max-width: 768px) {
  .p-mail-setting h4.ttl01 {
    font-size: 18px; }
  .p-mail-setting h4.ttl01 span {
    padding-left: 24px; }
  .p-mail-setting h4.ttl01 span::before {
    width: 2px; }
  .p-mail-setting .contents {
    padding-bottom: 50px; }
  .p-mail-setting .mainmv .ttlpage {
    font-size: 20px; } 
  }

.p-tradelaw a {
  color: #0037c2; }

.p-mypage .right-content .list-item1 .choose {
  margin-top: 15px; }
  .p-mypage .right-content .list-item1 .choose input[type=checkbox] {
    margin-right: 10px; }


/* edit 24/03/2021 */

@media all and (max-width: 768px) {
  .p-ask .list-anchor01 li a{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-learn-item h4 {
    font-size: 14px;
  }
  .p-exam-start .btn-control01 .btn-sub a {
    padding: 14px 0;
  }
   .p-exam-start .btn-control01 .btn-sub a > span {
    font-size: 15px;
   }

  .p-exam-main .exam-main-img .desccc{ 
    font-size: 35px;
  }
}

@media all and (max-width: 520px) {
  .p-ask .list-ask dl dt::after {
    height: 13px;
    width: 2px;
    right: 16px;
  }
  .p-ask .list-ask dl dt::before {
    width: 14px;
    height: 2px;
    right: 10px;
  }
  .p-mypage .sec-item1 .btnpage03 button{
    width: 100% !important;
  }
}


.p-about .section5 .flexbox .box:nth-child(2) span.fontnoto{
  padding-top: 20px;
}

.p-about .section5 .titsub{
  text-align: center !important;
}

.p-about .titsub{
  text-align: center !important;
}

.p-about .section6 .interview .box .txt p {
    font-size: 15px;
}

.p-exam-start {
    padding-top: 0px;
    margin-top: -60px;
}

.block-question:last-child {
    margin-bottom: 30px;
}

.block-question .box-ques {
  margin-bottom: 0;
}

.p-exam-start .sec-anser {
  margin-top: 25px;
}

.p-mypage .right-content .list-item1 .choose {
  margin-top: 0;
}


.p-exam-main .sec03 .js-scrollbar{
  height: 400px;
}

.termct li{
  list-style: none;
}

.sec-form-temp .tbl-form-style01 select {
  background:transparent !important; 
  z-index:1;
  position:relative;
  width: 260px !important;
}
.sec-form-temp .tbl-form-style01 select:after {
  z-index:0;
}

.sec-form-temp .tbl-form-style01 .box-select {
  display: block;
  width: 260px !important;
}

.sec-form-temp .tbl-form-style01 .ip-other1{
  float: inherit;
  display: block;
  margin-top: 10px;
}

.p-mypage .sec-form-temp .tbl-form-style01 .ip-other1{
  float: inherit;
  display: block;
  margin-top: 10px;
  width: auto;
}

.p-mypage .right-content .tbl-form-style01 select.size01{
  width: 260px;
}

.p-exam-main .sec03 .desc1{
  margin: 42px 0 42px 0;
}

.p-login .step-jump .btnpage button, .p-contact .sec-form-temp .btnsub2 button{
  z-index: 10;
  background-color: transparent;
}

.p-mypage .sec-unsubscribe .list-radio02 li{
  width: 48%;
  margin-right: 2%;
}

.p-exam-start .sec-btn .box1{
  display: block;
}

.box-detail1 ul li:nth-child(5):before {
    opacity: 0;
}

.box-detail1 ul li {
    position: relative;
    padding-left: 14px;
}
.box-detail1 ul li:before {
    content: '※';
    position: absolute;
    top: -1px;
    left: 0;
}

.p-learn .desc.flexbox .img--ins {
  position: relative;
}

.p-learn .desc.flexbox .img--ins .play-btn{
  position: absolute;
  top: 45%;
  left: 45%;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  max-width: 45px;
}

.p-contact .g-recaptcha {
  margin-top: 30px;
}

.p-contact .g-recaptcha > div {
  margin: 0 auto;
}


.p-exam-main .exam-main-img .desccc{
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transform: translate(-50%,-50%);
  font-weight: bold;
  font-size: 49px;
  width: 100%;
  text-shadow: 0 0 10px #000;
  color: #fff;
  letter-spacing: 1px;
  /*margin-top: -40px;*/
}


.p-contact .cmn-block-txt .iconlable {
  background: url(../../web/images/contact/note01.png) no-repeat;
  background-size: 100%;
  position: absolute !important;
  left: -125px;
  padding: 0px 20px 8px; 
  top: -25px;
  color: #fff !important;
  font-size: 13px !important;
}

.p-ask dl a {
  color: #337ab7;
} 

@media all and (max-width: 768px) {
  .p-exam-main .exam-main-img .desccc {
    font-size: 35px;
  }

  .p-exam-result .sec04 .sec04-block .box.img-right .info {
    text-align: center;
  }

  .p-contact .cmn-block-txt .iconlable {
    left: 0;
  }
}

/* MODIFY 13/04 */
@media all and (max-width: 480px) {

  .p-exam-main .exam-main-img .desccc {
    font-size: 30px;
  }

  .p-about .section6 .interview .box .txt h5{
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .p-mypage .right-content .sec-form-temp .btnpage03 button span{
    background: url(../common_img/arr7.png) no-repeat right 10px;
  }

  .p-about .section5 .flexbox span.fontnoto{
    font-weight: bold;
    font-size: 13px;
  }

  .p-about .section6 .interview{
    -webkit-box-pack: center;
    justify-content: center;
  }
  .p-about .section6 .interview .box{
    margin-right: 4%;
  }
  .p-about .after .box h4{
    font-size: 14px;
  }
  .p-ask p{
    font-size: 15px !important;
  }
  .p-philosophy .sec01{
    padding-bottom: 30px 20px;
  }
  .p-philosophy .sec01 .desc p{
    letter-spacing: -1px;
  }
  .p-mypage .right-content .list-item1 .choose{
    margin-top: 15px;
  }
  .p-mypage .box-detail1 .text-detail{
    letter-spacing: -1px;
  }

  .p-user_mail .sec01 .titsub h3{
    padding: 20px 7px 20px 7px;
    font-size: 14px !important;
    letter-spacing: -1px;
  }

  .p-mypage .sec-unsubscribe .box-bg01 p{
    text-align: center;
  }
  .p-mypage .sec-unsubscribe .list-radio02 li{
    width: 100%;
  }
  .p-exam01 .box-modal .list-btn li, {
    width: 120px;
  }
  .p-exam01 .box-modal .list-btn{
    display: flex;
  }
  .p-exam01 .box-modal .list-btn li{
    margin: 0 9px;
  }

  .p-exam-start .box-modal01 .btn-sub a {
    width: 250px;
  }
  .p-exam-start .sec-btn .box1 .btn{
    width: 188px;
  }
  .p-exam-review .block-question .box-ans .box ul{
    margin-right: 30px;
  }

  .p-payment_complete .txt-style01 {
    font-size: 17px;
  }
  .p-exam-start .block-right{
    font-size: 13px;
  }
  .p-exam-start .btn-control01 .btn-sub{
    margin: inherit;
    margin-left: 5px;
  }
  .p-exam-start .sec-btn .box1{
    display: flex;
  }

  .p-exam-start .btn-control01 .btn-sub a{
    width: 188px;
  }
  .p-exam-start .box-modal02 .box1, .p-exam-start .box-modal03 .box1 {
    display: flex;
  }
  .mainttl2.mainttl2-02{
    font-size: 18px;
  }
  .p-exam-result .cmn-list01 li {
    font-weight: normal;
  }
  #register_confim .flexbox_center .btnpage_back,  .p-pw_change .flexbox_center .btnpage_back, .p-contact.confirm .flexbox_center .btnpage_back{
    margin-right: 0;
    margin-bottom: 20px;
  }

  #register_confim .flexbox_center .btnpage_back a, .p-pw_change .flexbox_center .btnpage_back a, .p-contact.confirm .flexbox_center .btnpage_back a{
    width: 280px;
  }
  #register_confim .flexbox_center .btnpage button, .p-pw_change .flexbox_center .btnpage button, .p-contact.confirm .flexbox_center .btnpage button{
    padding: 15px 30px;
     background-color: transparent;
  }
  .p-id_search .txt1{
    letter-spacing: -1px;
  }
  .p-id_search .ttl01{
    font-size: 15px;
  }
  .p-user_register form input::-webkit-input-placeholder, .p-contact form input::-webkit-input-placeholder {
    font-size: 14px !important;
  }

  .p-exam-main .sec03 .js-scrollbar .termct ul{
    padding-left: 5px;
  }
  .p-user_mail .sec01 .titsub h3{
    font-size: 15px;
  }
  .p-mypage .tbl-pro td{
    width: 160px;
  }

  .p-interview .list-interview .item dl{
    max-width: 250px;
  }
  .p-interview .cmn-block-txt p{
    font-size: 15px;
  }
  .p-about .section5 p.note{
    text-align: center;
  }
  .p-learn .desc.flexbox p{
    text-align: center;
  }

  .footer .navft .nav-list li:nth-child(5) a:after{
    background-color: transparent;
  }

  .p-contact .check-confirm1, .p-mypage .check-confirm1{
    display: flex;
  }

  .p-contact .check-confirm1 label,  .p-mypage .check-confirm1 label{
    padding-left: 10px;
    display: block;
    margin-top: -7px;
  }
  .cmn-bnr03{
    background-size: auto;
  }

  .p-mypage .right-content .inner{
    padding: 20px 5px;
  }


  .p-learn .desc.flexbox .img--ins .play-btn{
    top: 40%;
    left: 43%;
  }

  .p-about-item .info dl dd {
    font-size: 14px;
  }
}
/* MODIFY 13/04 */



@media all and (max-width: 365px) {
  .p-about .section5 .flexbox .box:nth-child(2) span.fontnoto{
    font-size: 12px;
  }
  .p-about .after .box h4{
    letter-spacing: -1px;
  }
  .p-ask .cmn-block-txt p {
    letter-spacing: -1px;
  }
  .p-philosophy .sec01 .desc p{
    font-size: 13px;
  }
  .p-contact .cmn-block-txt span{
    font-size: 15px;
  }

  .p-mypage .sec-unsubscribe .box-bg01 p{
    letter-spacing: -1px;
  }

  .p-payment_complete .txt-style01{
    font-size: 16px;
  }

  .p-exam-main .exam-main-img .desccc {
    font-size: 25px;
  }
}

.p-exam-main .exam-main-img > img{
  width: 100%;
}

.p-login .sec01 .sec01-inner{
  z-index: 10;
}