@charset "UTF-8";

/*============================================================
reset
============================================================*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}address{font-style: normal;}article,aside,figure,footer,header,hgroup,nav,section{display:block;}img,object,embed{vertical-align: bottom;}html{overflow-y:scroll;}ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}th{font-weight:bold;}td{font-weight:normal;vertical-align:top;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word;}input[type="radio"]{vertical-align:text-bottom;}input[type="checkbox"]{vertical-align:bottom;*vertical-align:baseline;}select,input,textarea{font:99% sans-serif;}table{font-size:inherit;font:100%;}a:hover,a:active{outline:none;}strong,th{font-weight:bold;}td,td img{vertical-align:top;}sub,sup{font-size:75%;line-height:0;position:relative;}sup{top:-0.5em;}sub{bottom:-0.25em;}pre,code,kbd,samp{font-family:monospace,sans-serif;}label,input[type=button],input[type=submit],button{cursor:pointer;}button,input,select,textarea{margin:0;}button{width:auto;overflow:visible;}.clear:before,.clear:after{content:"\0020";display:block;height:0;overflow:hidden;}.clear:after{clear:both;}.clear{zoom:1;}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;}

/*============================================================
base
============================================================*/

html {
  height: 100%;
  min-height: 100%;
  overflow: auto;
}

html.is-active {
  overflow: hidden;
}

body {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1px;
  color: #3D4053;
  position: relative;
  -webkit-font-feature-settings: 'palt' 1; /*for Android 4.4*/
  font-feature-settings: 'palt' 1;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, th {
  font-weight: 500;
}

p,li,dd,td {
  text-align: justify;
  text-justify: inter-ideograph;
}

li {
  list-style: none;
}

a {
  color: #3D4053;
  text-decoration: none;
  outline: none;
  word-break: break-all;
}

.underline {
  text-decoration: underline;
}

.blank {
  position: relative;
}

/*.blank::after {
  background: url(../images/common/icon-blank.png) no-repeat center / contain;
  content: "";
  width: 10px;
  height: 10px;
  margin: auto 0 auto 8px;
  position: absolute;
  top: 0;
  bottom: 0;
}*/

img {
  max-width: 100%;
  height: auto;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
  object-fit: cover;
}

/* スマホのみ横スクロール */
.scroll-list {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.scroll-list::after {
  display: block;
  padding-bottom: 5px;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  content: "← 左右にスクロールできます →";
}

/* iOS初期仕様解除 */
input {
  -webkit-appearance: none;
  border-radius: 0;
}

/* テキストハイライト */
*::selection {
  background: #3D4053;
  color: #fff;
}
*::-moz-selection {
  background: #3D4053;
  color: #fff;
}

/*============================================================
汎用クラス
============================================================*/

section {
  overflow: hidden;
}

.inner {
  width: 100%;
  padding: 40px 20px;
  position: relative;
}

section + section .inner {
  padding: 0 20px 40px;
}

.sp {
  display: inline-block;
}

.pc {
  display: none !important;
}

.pcbr {
  display: none;
}

.spbr {
  display: inline;
}

.center,
.spCenter {
  text-align: center;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.spRight {
  float: right;
}

.spLeft {
  float: left;
}

.indent {
  padding-left:1em;
  text-indent:-1em;
  display: block;
}

.notice {
  font-size: 13px;
  line-height: 1.6;
}

.indent-list > li {
  padding-left: 1.5em;
}

.indent-list > li > .mark {
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  padding-right: 0;
  font-weight: normal;
}

.hide  {
  width: 0;
  height: 0;
  font-size: 0% !important;
  line-height: 0% !important;
  text-indent: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

.smb3   {margin-bottom:3px !important;}
.smb5   {margin-bottom:5px !important;}
.smb10  {margin-bottom:10px !important;}
.smb15  {margin-bottom:15px !important;}
.smb20  {margin-bottom:20px !important;}
.smb25  {margin-bottom:25px !important;}
.smb30  {margin-bottom:30px !important;}
.smb35  {margin-bottom:35px !important;}
.smb40  {margin-bottom:40px !important;}
.smb50  {margin-bottom:50px !important;}
.smb60  {margin-bottom:60px !important;}

.smt3   {margin-top:3px !important;}
.smt5   {margin-top:5px !important;}
.smt10  {margin-top:10px !important;}
.smt15  {margin-top:15px !important;}
.smt20  {margin-top:20px !important;}
.smt25  {margin-top:25px !important;}
.smt30  {margin-top:30px !important;}
.smt35  {margin-top:35px !important;}
.smt40  {margin-top:40px !important;}
.smt50  {margin-top:50px !important;}
.smt60  {margin-top:60px !important;}

.smr3   {margin-right:3px !important;}
.smr5   {margin-right:5px !important;}
.smr10  {margin-right:10px !important;}
.smr15  {margin-right:15px !important;}
.smr20  {margin-right:20px !important;}
.smr25  {margin-right:25px !important;}
.smr30  {margin-right:30px !important;}
.smr35  {margin-right:35px !important;}
.smr40  {margin-right:40px !important;}

.sml3   {margin-left:3px !important;}
.sml5   {margin-left:5px !important;}
.sml10  {margin-left:10px !important;}
.sml15  {margin-left:15px !important;}
.sml20  {margin-left:20px !important;}
.sml25  {margin-left:25px !important;}
.sml30  {margin-left:30px !important;}
.sml35  {margin-left:35px !important;}
.sml40  {margin-left:40px !important;}

.sfz16 {
  font-size: 16px;
}

.sfz18 {
  font-size: 18px;
}

.fw500 {
  font-weight: 500;
}

.fw700 {
  font-weight: 700;
}

.column-sp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.column-sp.center {
  justify-content: center;
}

.page-header {
  text-align: center;
}

.page-title {
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 1em;
  display: inline-block;
  position: relative;
}

.page-title a {
  border-bottom: none !important;
  margin: 0 !important;
}

.sec-title > span {
  display: block;
}

.page-title::after {
  content: "";
  background: #7DA8ED;
  width: 50px;
  height: 4px;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
}

/* アコーディオン */
/*.qa.accordion-heading::before {
  content: "Q";
  width: 35px;
  height: 35px;
  font-size: 20px;
  font-weight: 500;
  color: #797878;;
  text-align: center;
  line-height: 35px;
  display: block;
  position: absolute;
  top: 12px;
  left: 15px;
  margin: auto;
}*/

.ans {
  padding: 0 25px 20px;
}

.accordion-icon, .accordion-icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.accordion-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.accordion-heading {
  cursor: pointer;
}

.accordion-heading.disable {
  cursor: inherit;
}

/*.accordion-heading span {
  font-weight: 500;
  color: #1579AF;
}*/

/*.accordion li .accordion-icon span {
  background: #ee7959;
}*/

.accordion-icon span:nth-of-type(1) {
  top: 50%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion-heading.active .accordion-icon span:nth-of-type(1) {
  display: none;
}

.accordion-icon span:nth-of-type(2) {
  top: 50%;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.accordion-heading.active .accordion-icon span:nth-of-type(2) {
  top: 50%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.accordion-icon span {
  background: #1579AF;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  /*border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;*/
}

.accordion-icon, .accordion-icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.faq-list .accordion-heading {
  line-height: 1.6;
  text-indent: -1.7em;
  padding: 15px 50px 15px 45px !important;
  position: relative;
}

/* リスト */
.common-list {
  display: flex;
  flex-wrap: wrap;
}

.common-list dt {
  width: 100%;
  padding: 10px 20px;
  background-color: #C9E5EB;
  color: #1579AF;
  margin: 0;
  border-radius: 3px 3px 0 0;
  display: flex;
  align-items: center;
}

.common-list dd {
  width: 100%;
  padding: 10px 20px;
  background-color: #fff;
  margin: 0 0 10px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* slick */
.slide .slick-slide {
  margin: 0 15px;
  min-height: 300px;
}

.slide li + li {
  margin-top: 0 !important;
}

.slide img {
  width: 100%;
  height: auto;
}

.slide {
  width: 100%;
}

.slick-dots li {
  display: inline-block;
  margin: 0 10px;
}

.slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  box-shadow: none !important;
  background-color: #EAEBED !important;
}

.slick-dots li.slick-active button {
  background: #3D4053!important;
  opacity: 1;
}

/* moreボタン */
.more,
.more a {
  background: #3D4053;
  width: 180px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*============================================================
header
============================================================*/

header {
  width: 100%;
  padding: 10px 0 30px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

#top header {
  position: absolute;
}

header a {
  display: block;
}

.header-logo {
  font-size: 22px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 3px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.header-logo a {
  font-weight: 500;
}

.header-logo a span,
.globalnav .logo a span {
  font-size: 14px;
}

#top .header-logo a {
  color: #fff;
}

.header-logo.is-active a {
  display: block;
  color: #fff;
}

.btn-menu {
  background: #3D4053;
  width: 100%;
  height: 60px;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
  position: fixed;
  bottom: 0;
  right: 0;
  cursor: pointer;
  z-index: 999;
}

.btn-menu > span::before {
  content: "Menu";
  line-height: 1;
  color: #fff;
  display: block;
  position: absolute;
  right: 0;
}

.btn-menu.is-active > span::before {
  content: "Close";
}

.btn-menu > span {
  width: 80px;
  height: 13px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn-menu span span {
  height: 2px;
  width: 30px;
  position: absolute;
  top: 2px;
  left: 0;
  background: #fff;
  display: block;
  transition: all .3s .1s;
}

.btn-menu span span:nth-child(2) {
  top: 11px;
}

.btn-menu.is-active span span {
  background: #fff;
}

.btn-menu.is-active span span:nth-child(1) {
  transform: translateY(-50%) rotate(20deg);
  top: 50%;
}

.btn-menu.is-active span span:nth-child(2) {
  transform: translateY(-50%) rotate(160deg);
  top: 50%;
}

.globalnav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background: #3D4053;
  color: #fff;
  transition: all .5s;
}

.globalnav.is-active {
  right: 0;
}

.nav-wrap {
  position: relative;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.nav-bg {
  background: #3D4053;
}


.globalnav .logo {
  margin-top: 10px;
}

.globalnav .logo a {
  font-size: 22px;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 3px;
  text-align: center;
}

.globalnav .column {
  padding: 30px 20px 0;
  justify-content: center;
  align-items: center;
}

.globalnav .column #nav {
  padding-bottom: 150px;
}

.globalnav li {
  position: relative;
}

.globalnav li + li {
  margin-top: 10px;
}

.globalnav li:last-child {
  text-align: center;
  margin-top: 4vh;
}

.globalnav li a {
  font-size: 18px;
  color: #fff;
  padding-left: 20px;
}

.globalnav li .sub {
  margin-top: 12px;
}

.globalnav li .sub a {
  font-size: 15px;
  line-height: 1.6;
  padding-left: 42px;
  position: relative;
}

.globalnav li .sub a::before {
  content: "";
  background: #fff;
  width: 10px;
  height: 1px;
  position: absolute;
  left: 25px;
  top: 13px;
  margin: auto;
}

.globalnav li:not(:last-child)::before {
  content: "";
  background: #7DA8ED;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 14px;
  left: 0;
}

.globalnav li:last-child a {
  background: #fff;
  color: #3D4053;
  padding: 10px 60px;
}

/*============================================================
footer
============================================================*/

.bottom-contact a {
  background: #3D4053;
  width: 100%;
  height: 80px;
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}


footer {
  background: #3D4053;
  width: 100%;
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 60px;
}

footer .inner {
  padding: 30px 0;
}

.copyright {
  text-align: center;
}

.copyright span {
  font-size: 10px;
  margin-top: 10px;
  display: inline-block;
}

/*============================================================
#contact お問い合わせ
============================================================*/

.table-wrap {
  overflow: hidden;
  margin: 0 auto;
  border: solid 1px #EAEBED;
  border-radius: 10px;
}


.contact-list th,
.contact-list td {
  font-size: 16px;
  font-weight: normal;
  display: block;
}

.contact-list tr + tr th {
    border-top: solid 1px #fff;
}

.contact-list tr + tr td {
    border-top: solid 1px #EAEBED;
}

.contact-list th {
  background: #EAEBED;
  width: 100%;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
  vertical-align: middle;
  position: relative;
  padding: 20px 65px 20px 15px;
}

.contact-list th.qwrap {
  padding: 20px 65px 20px 45px;
}

.contact-list th .qnum {
  position: absolute;
  left: 15px;
}

.contact-list th.wide {
  padding: 20px 15px;
}

.contact-list th .mst {
  background: #3D4053;
  color: #fff;
  font-size: 10px;
  padding: 0 10px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.contact-list td {
  padding: 20px 15px;
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
}

.contact-list td div + div {
  margin-top: 10px;
}

.contact-list th label {
  display: block;
  cursor: pointer;
}

.contact-list td label {
  font-weight: normal;
}

.contact-list td p.notice {
  margin-top: 10px;
}

select,
textarea,
input,
input[type="text"],
input[type="tel"],
input[type="email"] {
  border: none;
  background: #EDF2EE;
  width: 100%;
  display: inline-block;
  padding: 10px 15px;
  color: #333;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  font-size: 100%;
  line-height: 1.6;
  vertical-align: baseline;
  outline: none;
}

select::-ms-expand {
  display: none;
}

.select-arrow {
  position: relative;
}

.select-arrow:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 35px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  pointer-events: none;
}

input[type="radio"],
input[type=checkbox] {
  display: none;
  margin: 0;
}

.label-radio {
  cursor: pointer;
  display: inline-block;
  position: relative;
  line-height: 1.5;
}

.label-radio .wpcf7-radio {
  margin-bottom: 5px;
  display: block;
}

.label-radio .wpcf7-radio span + span {
  margin-top: 10px !important;
}

.label-radio .wpcf7-list-item span {
  padding-left: 30px;
  position: relative;
}

.label-radio .wpcf7-list-item span:before {
  content: '';
  border: 1px solid #a1a1a1;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.label-radio .wpcf7-list-item span:after {
  content: '';
  opacity: 0;
  background: #3D4053;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  border: none;
  top: 5px;
  left: 5px;
  position: absolute;
}

.label-radio input[type="radio"]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

textarea {
  height: 200px;
  overflow: auto;
  margin: 0;
}

.label-checkbox .wpcf7-list-item-label {
  padding-left: 30px;
  display: inline-block;
  line-height: 1.5;
  position: relative;
}

.label-checkbox .wpcf7-list-item-label:before{
  content:'';
  background: #fff;
  border: 1px solid #a1a1a1;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  position: absolute;
  top: 2px;
  left: 0;
}

.label-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  opacity: 0;
}

.label-checkbox .wpcf7-list-item-label:after{
  content:'';
  opacity: 0;
  position: absolute;
  left: 7px;
  top: 1px;
  width:8px;
  height: 16px;
  border-right: 2px solid #a1a1a1;
  border-bottom: 2px solid #a1a1a1;
  transform:rotate(-200deg);
}

.label-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after{
  opacity: 1;
  position: absolute;
  left: 7px;
  top: 0;
  width:8px;
  height: 12px;
  border-right: 4px solid #3D4053;
  border-bottom: 4px solid #3D4053;
  transform:rotate(40deg);
}

.btnbox {
  width: 240px;
  margin: 40px auto 0;
}

.btnbox input.wpcf7-submit {
  margin-top: 20px;
}

.btnbox input.back,
.btnbox input.send,
.btnbox input.eback,
.btnbox input.wpcf7-submit,
.btnbox input.reset {
  font-family: 'Noto Sans JP', sans-serif;
  border: solid 1px #3D4053;
  font-weight: 500;
  font-size: 18px;
  width: 240px;
  padding: 15px 0;
  cursor: pointer;
}

.btnbox input.send,
.btnbox input.eback,
.btnbox input.wpcf7-submit {
  background: #3D4053;
  color: #fff;
}

.btnbox input.back,
.btnbox input.reset {
  background: #fff;
  color: #3D4053;
}

/*.btnbox input.wpcf7-submit {
  opacity: .7;
}*/

/*.btnbox input.wpcf7-submit.active {
  opacity: 1;
}*/

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  opacity: .7;
}

.wpcf7-list-item {
  display: block !important;
  margin: 0 !important;
}

.wpcf7-form-control-wrap {
  position: unset !important;
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
}

.wpcf7c-conf {
  background-color: rgba(0,160,210,.5) !important;
  color: black;
  border: none !important;
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
  text-align: center;
  margin: 0 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7-not-valid-tip {
  color: #f00;
}

.wpcf7 form.sent .wpcf7-response-output {
   color: #0099ff;
}

.wpcf7 .wpcf7-spinner {
  display: block !important;
  margin: 20px auto 0 !important;
}
/*.screen-reader-response p {
  text-align: center;
  color: red;
}

.screen-reader-response ul {
  display: none;
}*/

/*============================================================
#about 研究会について
============================================================*/

/*.message .img {
  width: 250px;
  margin: 0 auto 30px;
}

.message .img .name {
  color: #303030;
  text-align: center;
  margin-top: 10px;
  line-height: 1.8;
}

.message .img .name span {
  font-size: 18px;
  margin-left: 10px;
}

.message .txt-wrap {
  color: #303030;
}

.message .txt-wrap .title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 20px;
}

.message .txt-wrap p + p {
  margin-top: 15px;
}

.message .txt-wrap p:last-child {
  text-align: right;
}

.pdca .inner {
  padding: 0 0 60px 0;
}

.pdca .img {
  width: 700px;
  padding: 0 10px;
}

.dept .title {
  background: #EAEBED;
  width: 180px;
  height: 180px;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  line-height: 1.8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}

.dept .txt-wrap .fw900 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
}

#about .contact-info {
  padding: 0 25px;
}

#about .contact-info .inner {
  background: #F4F4F4;
  padding: 30px 25px 30px;
  margin-bottom: 60px;
}*/

/*============================================================
#howto 入会方法
============================================================*/

/*.cont-wrap {
  border-radius: 20px;
  align-items: center;
  padding: 20px;
}

.cont-wrap + .cont-wrap {
  margin-top: 60px;
}

.cont-wrap:first-child {
  background: #D5DFE2;
}

.cont-wrap:last-child {
  background: #EAEBED;
}

.cont-wrap .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cont-wrap li + li {
  margin-top: 20px;
}

.cont-wrap li p:first-child {
  background: #fff;
  width: 100%;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  padding: 10px 0;
  margin-right: 30px;
  border-radius: 40px;
}

.cont-wrap li p:last-child {
  font-size: 20px;
  text-align: center;
  margin-top: 5px;
}

.contact-info .title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}

.contact-info p {
  text-align: center;
}
*/
/*============================================================
#list 会員名簿
============================================================*/

.member .tab_btn {
  margin-bottom: 40px;
}

.member .tab_btn a {
  background: #3D4053;
  width: calc(100% / 4 - 5px);
  height: 70px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-top: 10px;
}

.member .tab_btn a:nth-child(n+5) {
  margin-top: 5px;
}

.member .tab_btn a.tab_active {
  background: #FAC140;
  color: #3D4053;
}

.member .tab_cont .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 60px 0 40px;
  position: relative;
}

/*.member .tab_cont .title span {
  background: #fff;
  padding-right: 30px;
  position: relative;
  z-index: 2;
}*/

.member .tab_cont .title::after {
  content: "";
  background: #A3E8F6;
  width: 70px;
  height: 5px;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -20px;
  border-radius: 10px;
}

.member .tab_cont ul li {
  background: #EAEBED;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #303030;
  text-align: center;
  line-height: 1.6;
  padding: 15px 0;
  border-radius: 10px;
  position: relative;
  margin-top: 15px;
}

/*.member .tab_cont ul li:nth-child(n+3) {
  margin-top: 30px;
}*/

.member .tab_cont ul li a {
  width: 100%;
  display: block;
  color: #303030;
  position: relative;
}

.member .tab_cont ul li a::after {
  content: "";
  background: url(../img/common/icon-blank.png) no-repeat center / contain;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 20px;
  bottom: -30px;
  margin: auto;
  top: 0;
}

.member .tab_cont ul li span {
  font-size: 16px;
  font-weight: 500;
  display: block;
}

/*============================================================
#privacy 個人情報保護方針
============================================================*/

#privacy section p + p {
  margin-top: 30px;
}

#privacy section p span {
  font-size: 18px;
  font-weight: 700;
  display: block;
}

/*============================================================
#news お知らせ
============================================================*/

.news-wrap {
  margin: -20px auto 40px;
}

.news-list {
  background: #fff !important;
  padding: 0 !important;
  margin-top: 0 !important;
  border: none !important;
}

.news-list li {
  list-style-type: none !important;
}

.news-list li + li {
  margin-top: 50px !important;
}

.post-head {
  margin-bottom: 20px;
}

.post-head .post-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.post-date {
  margin-top: 0 !important;
}

.post-date + .post-title {
  margin-top: 0;
}

section .side {
  width: 100%;
  margin-top: 50px;
}

#news .side-nav-title {
  background: #3D4053;
  width: 100%;
  height: 45px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  padding: 0;
  margin: 0;
}

#news #side-nav ul {
  background: none;
  padding: 0;
  margin: 15px 0 50px;
  letter-spacing: normal;
  border: none;
}

#news #side-nav .side-nav-wrap:first-child ul li,
#widget-collapsarch-2-top > li {
  border-bottom: solid 1px #3D4053;
  margin-bottom: 15px;
  padding: 0 0 15px;
}

#news #side-nav .side-nav-wrap li {
  list-style-type: none !important;
}

.side-nav-wrap + .side-nav-wrap ul {
  margin: 15px 0 0 !important;
}

#widget-collapsarch-2-top li ul {
  margin: 0 !important;
}

.sym {
  /*color: #0DC1B6;*/
  /*background: url(../img/common/arrow.png) no-repeat right center / 11px 20px;*/
  font-size: 0% !important;
  line-height: 0% !important;
  text-indent: 100% !important;
  white-space: nowrap !important;
  position: relative;
}


.expand .sym::before {
  content: "";
  background: url(../img/news/arrow.png) no-repeat right center / contain;
  width: 13px;
  height: 16px;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.collapse .sym::before {
  content: "";
  background: url(../img/news/arrow.png) no-repeat right center / contain;
  width: 13px;
  height: 16px;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: 4px;
  transform: rotate(90deg);
}

.post-content p:first-child img {
  margin-bottom: 20px;
}

.post-content p:not(:first-child) img {
  margin: 20px 0;
}

.post-content p a {
  text-decoration: underline;
}

.post-content p iframe {
  width: 100%;
  height: auto;
}

/* 詳細ページ */
#pagenation {
  background: #fff;
  padding: 0;
  margin: 30px 0 0 !important;
  border: none;
  overflow: hidden;
}

.prev::marker,
.next::marker {
  content: none;
}

#pagenation a {
  text-decoration: none;
}

ul#pagenation.post li.prev, ul#pagenation li.next {
  width: 47%;
  float: left;
  text-align: left;
}

ul#pagenation.post li.next, ul#pagenation li.prev {
  width: 47%;
  float: right;
  text-align: right;
}


/*============================================================
各ページ用テンプレート
============================================================*/

/*.detail-main {
    padding: 0 25px;
}*/

/*.detail-main > section {
    background: #fff;
    padding: 35px 25px;
}
*/

/*.detail-main h1 {
  background: #8799B7;
  font-size: 20px;
  line-height: 1.4;
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 45px;
  display: inline-block;
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translate(-50%);
}

.detail-main h1 + .lead {
  background: url(../img/top-about-bg.jpg) no-repeat center / cover;
  width: 100%;
  padding: 40px 20px 30px;
  margin: -65px auto 0;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}*/










.detail-main .post-head-title {
  background: #8799B7;
  font-size: 24px;
  line-height: 1.4;
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  margin: -10px 0 45px;
  display: inline-block;
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translate(-50%);
}

.detail-main .post-head-title + .lead {
  background: url(../img/top-about-bg.jpg) no-repeat center / cover;
  width: 100%;
  padding: 40px 20px 30px;
  margin: -65px auto 0;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}












.border-box {
 /* width: 800px;*/
  border: solid #7DA8ED 1px;
  padding: 30px 20px 80px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  margin-top: -65px;
}

.gmap {
  width: 100%;
  height: 250px;
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 20px;
}

.gmap iframe {
  width: 100%;
  height: 250px;
}

.detail-main h1:not(:nth-child(2)):not(:first-child) {
  margin-top: 2.5em;
}

.detail-main h1 {
  font-size: 24px;
  text-align: center;
  line-height: 1.8;
}

.detail-main h1 span {
  font-size: 16px !important;
}

.detail-main h2 {
  font-size: 18px;
  line-height: 1.6;
  padding-left: 22px;
  margin-top: 30px;
  position: relative;
}

.detail-main h2::before {
  content: "";
  background: #7DA8ED;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 0px;
}

.detail-main h2 + h3 {
  margin-top: 20px;
}

.detail-main h3 {
  background: #BBCCE8;
  font-size: 18px;
  line-height: 1.6;
  padding: 10px 15px;
  margin-top: 30px;
}

.detail-main h4 {
  background: #3D4053;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  padding: 15px 0;
  margin-top: 30px;
}

.detail-main h4 a {
  display: block;
  color: #fff;
}

.detail-main h5,
.detail-main h6 {
  color: #3D4053;
  font-size: 18px;
  margin-top: 30px;
}

.detail-main p {
  margin-top: 1em;
}

.detail-main p + p {
  margin-top: 1em;
}

.detail-main table p,
.detail-main table p + p {
    margin-top: 0 !important;
}

.detail-main p a {
    /*background: url(../images/common/icon-popup.png) no-repeat right top 7px / 15px;
    font-weight: 600;
    border-bottom: solid 1px #3D4053;
    padding: 0 18px 0 0;
    margin: 0 5px;*/
}

.detail-main ol,
.detail-main ul,
table .detail-main ul {
    background: #f1f2f6;
    padding: 30px 50px;
    margin-top: 25px;
    border: solid 1px #d8dbe6;
}

.detail-main ul li,
table ul li {
    list-style: square;
}

.detail-main ol li {
    list-style: decimal;
}

.detail-main li + li {
    margin-top: 10px;
}

.detail-main figure {
    margin: 35px 0 0;
}

.news-main img,
.detail-main img {
    border: solid 1px #d8dbe6;
    margin: 35px auto;
    display: block;
}

.detail-main figure img {
    margin: 0;
}

.detail-main .wp-caption-text,
.detail-main figcaption {
    font-size: 13px;
    color: #666970;
    text-align: center;
    margin-top: 10px;
    font-family: YakuHanMP, 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.detail-main blockquote {
    background: url(../images/common/icon_blq.png) no-repeat left 15px top 5px / 25px;
    border-left: solid 6px #d8dbe6;
    padding: 40px 0 0 25px;
    margin-top: 35px;
    font-size: 14px;
    line-height: 1.8;
    position: relative;
}

.detail-main blockquote p:first-of-type {
    margin-top: 0;
}

.detail-main blockquote a {
    background: none;
    padding-right: 0;
    color: #666970;
    border-color: #666970;
    font-weight: 400;
}

.detail-main .wp-caption {
    width: 100% !important;
}

.detail-main .detail-cotionbox {
  border: solid 1px #3D4053;
  margin: 30px 0;
  padding: 20px;
}

.detail-main .detail-cotionbox .title {
  text-align: center;
}

.detail-main .detail-cotionbox .title div {
  background: #fff;
  color: #3D4053;
  font-size: 16px;
  display: inline-block;
  line-height: 1.5;
  letter-spacing: 2px;
  position: relative;
}


/*.detail-main .detail-cotionbox .title div::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #fcf5f5;
    position: absolute;
    top: 20px;
    left: 0;
}


.detail-main .detail-cotionbox .title div::after {
    content: '';
    background: url(../images/common/icon_cotion.png) no-repeat center / 100%;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}*/

.detail-main .detail-cotionbox .title div * {
    position: relative;
}

.detail-main .detail-cotionbox .title p,
.detail-main .detail-checkbox .title p {
    margin-top: 0;
    font-weight: 600;
}

.detail-main .detail-cotionbox .title + p {
    margin-top: 15px;
}

.detail-main .detail-cotionbox ol,
.detail-main .detail-cotionbox ul,
.detail-main .detail-checkbox ol,
.detail-main .detail-checkbox ul {
    background: transparent;
    border-color: transparent;
    padding: 0 0 0 30px;
    font-weight: 400;
}

.detail-main .detail-checkbox {
    border: solid 1px #3D4053;
    margin-top: 25px;
    background: #fff;
    padding-bottom: 25px;
}

.detail-main .detail-checkbox .title {
    background: #3D4053;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 8px;
    line-height: 1.5;
}

.detail-main .detail-checkbox .title p {
    text-align: center;
}

.detail-main .detail-checkbox .text p {
    padding: 0 25px;
}

.detail-main .detail-checkbox .text ul,
.detail-main .detail-checkbox .text ol {
    padding: 0 25px 0 35px;
}

.detail-main table {
  width: 100% !important;
  border: solid 1px #3D4053;
  margin-top: 15px;
}

.detail-main th {
  background: #3D4053;
  text-align: center;
  font-weight: 600;
  padding: 5px 10px;
  width: 180px !important;
  line-height: 1.6;
  vertical-align: middle;
}

.detail-main th + th {
  /*border-left: solid 1px #fff;*/
  width: 210px !important;
}

.detail-main td {
  border: solid 1px #3D4053;
  padding: 5px 10px;
  width: 180px !important;
  height: auto !important;
  line-height: 1.6;
  vertical-align: middle;
}

.detail-main td a {
  border-bottom: solid 1px #3D4053;
}

.marker,
mark {
  background: linear-gradient(transparent 60%, #ffe653 60%);
  font-weight: 500;
  margin: 0 2px;
  padding: 0 1px;
}

.seminar-top main,
.apply-top main {
  padding-bottom: 40px;
}

.seminar-top .post + .post,
.apply-top .post + .post {
  margin-top: 80px;
}

.seminar-top .border-box,
.apply-top .border-box {
  padding: 30px 20px 100px;
}

.seminar-top .border-box + h4,
.apply-top .border-box + h4 {
  margin: -80px 20px 0;
  z-index: 1;
  position: relative;
}

.test-wrap {
  margin-top: -50px;
}

/*============================================================
#top
============================================================*/

.mv {
  height: 120vw;
  overflow: hidden;
  position: relative;
}

.mv .lead {
  width: 90%;
  color: #fff;
  margin: auto;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: left;
  display: none;
}

/*.top-news .page-title {
  margin-bottom: 40px;
}*/

#tab {
  margin-bottom: 30px;
}

#tab_wrap {
  margin: 0 auto;
}

#tab_wrap li {
  width: calc(100% / 2 - 10px);
}

#tab_wrap li:nth-child(n+3) {
  margin-top: 20px;
}

#tab_wrap li a {
  width: 100%;
  height: 65px;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 10px;
  border: solid 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#tab_wrap li a.tab_active {
  background: #3D4053;
  color: #fff;
}

#tab_wrap li a::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 13px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #3D4053;
  border-right: 1.5px solid #3D4053;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#tab_wrap li a.tab_active::after {
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
}

.top-news .list {
  margin: 0 auto 40px;
}

.top-news .list li + li {
  margin-top: 10px;
}

.top-news .list li a {
  line-height: 1.6;
}

.top-news .more {
  margin: 0 auto;
}

.top-about {
  background: url(../img/top-about-bg.jpg) no-repeat center / cover;
  width: 100%;
  padding-top: 40px;
  position: relative;
  overflow: visible;
}

.top-about .inner {
  padding: 0 20px;
}

.top-about .about-inner {
  background: #8799B7;
  width: 95%;
  color: #fff;
  padding: 20px 20px 50px;
  margin: -40px auto 0px;
  position: relative;
  bottom: -70px;
}

.top-about h3 {
  font-size: 16px;
  text-align: center;
}

.top-about .about-inner p {
  margin-top: 10px;
}

.top-about .more {
  position: absolute;
  bottom: -20px;
  margin: auto;
  z-index: 2;
  left: 0;
  right: 0;
}

.top-seminar .inner {
  padding-top: 130px;
}

.top-mask .inner {
  padding: 40px 20px;
}

.top-mask .title-wrap i {
  width: 120px;
  margin: 0 auto;
  display: block;
}

.top-mask .title-wrap .title {
  font-size: 24px;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}

.top-mask .box {
  background: #EEF1F5;
  padding: 20px 20px;
}

.top-mask .box li + li {
  margin-top: 5px;
}

.scene-list .title {
  background: #8799B7;
  width: 240px;
  font-size: 20px;
  line-height: 1.4;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  margin-top: -20px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%);
}


.top-mask .scene-list {
  font-size: 14px;
  border: solid 2px #7DA8ED;
  margin-top: 80px;
}

.top-mask .scene-list ul {
  padding-top: 30px;
}

.top-mask .scene-list li {
  justify-content: center;
  padding: 0 10px;
}

.top-mask .scene-list li:nth-child(3) {
  margin-bottom: 10px;
}

.top-mask .scene-list li i {
  width: 50%;
  text-align: center;
  display: block;
}

.top-mask .scene-list li i img {
  width: 100px;
}

.top-mask .scene-list li:nth-child(3) i img {
  width: 80px;
}

.top-mask .scene-list li .txt {
  width: 50%;
  line-height: 1.8;
}

.top-mask .scene-list li:nth-child(n+4) {
  border-top: solid 2px #7DA8ED;
  margin: 0;
  padding: 20px 20px 20px 0;
}

.top-mask .scene-list li p + p {
  font-size: 13px;
  margin-top: 10px;
}

.bottom-nav {
  width: 90%;
  margin: 0 auto 50px;
  border: solid 1px #3D4053;
}

.bottom-nav li {
  padding: 0 30px;
}

.bottom-nav li i {
  width: 50%;
  text-align: center;
  display: block;
}

.bottom-nav li i img {
  width: 100px;
}

.bottom-nav li .txt {
  width: 50%;
  line-height: 1.8;
}

.bottom-nav li a {
  justify-content: center;
}

.bottom-nav li p {
  
}

.bottom-nav li:nth-child(n+2) {
  border-top: solid 1px #3D4053;
}



