﻿@charset "utf-8";
body { position:relative; }

.sp { display: none;  }
.pc { display: block; }
img { width: auto; height: auto; }

.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}

#wrap { 
	width:100%;
}

.common_inlinelist01 { letter-spacing:-.4em; }
.common_inlinelist01 li {
	letter-spacing: normal;
	display:inline-block;
}
.common_flex01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.common_flex01.both {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.common_flex01.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.common_wrap01 {
  width: 92%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.common_wrap02 {
  width: 92%;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}
.common_wrap03 {
  width: 92%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.common_wrap04 {
  width: 92%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.common_btn01 a {
  font-size: 1.6rem;
  line-height: 1;
  display: inline-block;
  color: #231815;
  width: 260px;
  border: 2px solid #231815;
  box-sizing: border-box;
  padding: 20px 40px;
  border-radius: 30px;
  text-decoration: none;
  text-align: left;
  position: relative;
  background: none;
  transition: .3s;
}
.common_btn01 a::after {
  content: "";
  display: block;
  width: 25px;
  height: 5px;
  border-bottom: 1px solid #231815;
  border-right: 1px solid #231815;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translate(0, -50%) skew(45deg);
  z-index: 2;
  transition: .3s;
}
.common_btn01 a:hover {
  color: #231815;
  background: rgba( 255,255,255,.5 );
  transition: .3s;
}
.common_btn01 a:hover::after {
  right: 18px;
  transition: .3s;
}

.common_btn02 a {
  line-height: 1;
  display: inline-block;
  color: #231815;
  width: 260px;
  border: 2px solid #231815;
  box-sizing: border-box;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  position: relative;
  background: none;
  transition: .3s;
}
.common_btn02 a .inner {
  font-size: 1.6rem;
  line-height: 1;
  display: inline-block;
  padding: 20px 44px 20px 20px;
  background: url(../images/common/ico_window01.png) no-repeat right center;
  background-size: auto 20px;
}
.common_btn02 a:hover {
  color: #231815;
  background: rgba( 255,255,255,.5 );
  transition: .3s;
}

.common_ttl01 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #231815;
}

.common_ttl02 {
  font-size: 4.0rem;
  font-weight: 700;
  color: #231815;
  text-align: center;
  margin-bottom: 3.5rem;
}

.common_txt01 {/*18-40*/
  font-size: 1.8rem;
  line-height: 220%;
}



/* =============================== header =============================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  transition: .3s;
}
.h_inner {
  width: 100%;
  box-sizing: border-box;
  padding: 52px 50px;
  align-items: center;
  transition: .3s;
}
.header.fixed {
  background: rgba(255,255,255,.9);
  transition: .3s;
}
.header.fixed .h_inner {
  padding: 22px 50px;
  transition: .3s;
}

.g_nav li {
  position: relative;
}
.g_nav li:nth-last-child(n+2){
  margin-right: 4.0rem;
}  
.g_nav li a {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 2.0rem;
  text-decoration: none;
  position: relative;
  display: block;
}
.g_nav li a i {
  text-align: center;
  width: 100%;
  display: block;
}
.g_nav li a .txt {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
  width: 100%;
  display: block;
}

@media screen and (max-width:1200px){
  .h_inner {
    padding: 52px 25px;
  }
}

.footer {
  position: relative;
  padding: 3.5rem 0 0;
}
.btn_pagetop {
  right:50px;
  z-index:999;
}
.f_inner {
  padding-bottom: 3.5rem;
}
.f_inner .f_logo {
  width: 25%;
}
.f_inner .f_nav {
  padding-top: 3.5rem;
  width: 50%;
}
.f_inner .f_nav li {
  margin-right: 6.0rem;
}
.f_inner .f_nav li a {
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
}
.f_inner .f_subnav {
  width: 100%;
  padding: 5.0rem 0;
}
.f_inner .f_subnav ul {
  justify-content: flex-end;
}
.f_inner .f_subnav li:nth-child(1) {
  margin-right: 6.0rem;
}
.f_inner .f_subnav li a {
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
}
.copyright {
  font-size: 1.2rem;
  line-height: 1;
  padding: 2.8rem 0;
  text-align: center;
  color: #fff;
  background: #231815;
}



#contents {
  background: #f6f4f1;
}

/* =============================== search_box =============================== */


.search_box {
  background: #fff;
  padding: 6.0rem 5%;
  box-sizing: border-box;
  margin-bottom: 8.0rem;
}
.search_box .search_keyword {
  margin-bottom: 4.0rem;
}
.search_box .search_keyword dt {
  width: 10em;
  margin-right: 30px;
  font-size: 1.8rem;
  font-weight: 700;
}
.search_box .search_keyword dd {
  width: calc( 100% - 10em - 30px );
  font-size: 1.8rem;
  box-sizing: border-box;
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.search_box .search_keyword dd input[type=text] {
  font-size: 16px;
  line-height: 1;
  padding: 6px 10px;
  box-shadow: none;
  border: none;
  width: calc( 100% - 70px );
  box-sizing: border-box;
}
.search_box .search_keyword dd input[type=text]:focus {
  outline: none;
}
.search_box .search_keyword dd button {
  width: 40px;
  height: 34px;
  text-indent: -9999px;
  background: url(../images/common/ico_search.png) no-repeat center center #fff;
  background-size: auto;
  box-shadow: none;
  border: none;
  box-sizing: border-box;
}

.search_box .search_category {
  align-items: center;
}
.search_box .search_category dt {
  width: 10em;
  margin-right: 30px;
  font-size: 1.8rem;
  font-weight: 700;
}
.search_box .search_category dd {
  width: calc( 100% - 10em - 30px );
  font-size: 1.8rem;
  box-sizing: border-box;
  align-items: center;
}
.search_box .search_category dd a {
  width: calc( 91.6% / 4 );
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  padding: 1.2rem 0 1.0rem;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid #231815;
}
.search_box .search_category dd a:hover ,
.search_box .search_category dd a.current {
  background: #e5e3de;
  border-bottom: 1px solid #e5e3de;
  color: #231815;
}

.member_formarea {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  padding: 40px 0 200px;
}
.member_formarea > div {
  text-align: center;
}
.member_formarea > div > form {
  display: inline-block;
  text-align: left;
  width: 100%;
}
form#swpm-registration-form ,
form#swpm-profile-form {
  width: 100%;
}
.member_formarea div ,
.member_formarea label ,
.member_formarea label span,
.member_formarea p ,
.member_formarea a ,
.swpm-form-membership-level-value ,
.swpm-form-membership-level-input-wrap ,
.swpm-form-username-input-wrap ,
.swpm-login-widget-logged ,
.swpm-login-widget-action-msg ,
.swpm-login-widget-action-msg span {
  font-size: 1.8rem;
  text-align: left;
}

.member_formarea .swpm-login-widget-form ,
.member_formarea .swpm-pw-reset-widget-form {
  text-align: center;
}
.swpm-login-widget-form input[type=text] ,
.swpm-login-widget-form input[type=password] ,
.swpm-pw-reset-widget-form input[type=text] {
  width: 100%;
}
/* submit */
.member_formarea .swpm-submit-section ,
.member_formarea .swpm-pw-reset-submit-button ,
.member_formarea .swpm-login-submit {
  padding: 20px 0;
}
.member_formarea .swpm-edit-profile-link {
  padding: 20px 0 0;
}
.member_formarea .swpm-submit-section ,
.member_formarea .swpm-pw-reset-submit-button ,
.member_formarea .swpm-login-submit ,
.member_formarea .swpm-forgot-pass-link ,
.member_formarea .swpm-join-us-link ,
.member_formarea .swpm-edit-profile-link ,
.member_formarea .swpm-logged-logout-link {
  text-align: center;
}


.swpm_error ul {
  padding: 15px 0;
}
.swpm_error li {
  font-size: 1.6rem;
  line-height: 140%;
  color: #cc0000;
}
.swpm-form-row.error .swpm-form-desc li {
  font-size: 1.6rem !important;
  color: #cc0000;
}
.swpm-login-action-msg {
  margin-top: 10px;
}
.member_formarea input[type=text] ,
.member_formarea input[type=password] ,
.member_formarea select ,
.member_formarea select option {
  font-size: 16px;
  line-height: 1;
  padding: 5px 10px;
  box-shadow: none;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.member_formarea input[type=submit] ,
.member_formarea button {
  font-size: 18px;
  line-height: 1;
  padding: 10px 15px;
  border: 1px solid #ccc;
  background: #ededed;
  border-radius: 3px;
  box-sizing: border-box;
}

/* login_bk(login) */
.swpm-login-widget-logged > div:not(.swpm-edit-profile-link) {
  margin-bottom: 10px;
}

/* profile */
#swpm-profile-form > div > div > div + div {
  margin-top: 5px;
  margin-bottom: 15px;
}

.accountbtn {
  width: 92%;
  margin: 0 auto !important;
  max-width: 600px;    
}
.accountbtn li {
  width: 42%;
  list-style: none !important;
}
.accountbtn li:nth-last-child(n+2){
  margin-right: 4%;
}
.accountbtn li a {
  display: block;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  font-size: 1.8rem;
  border: 1px solid #231815;
  padding: 15px 0;
}
.accountbtn li:nth-child(1) a {
  background: #231815;
  color: #fff;
}
.accountbtn li:nth-child(2) a {
  background: #fff;
  color: #231815;
}

/* =============================== important =============================== */

.important_bk {
  padding: 7.0rem 0 14.0rem;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.important_bk .common_ttl01 {
  margin-bottom: 3.0rem;
}
.important_bk .important_list li {
  width: 23.75%;
  margin-right: calc( 5% / 3 );
}
.important_bk .important_list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  text-decoration: none;
}
.important_bk .important_list li:nth-child(4) {
  margin-right: 0;
}
.important_bk .important_list li .image {
  margin-bottom: 2.0rem;
  width: 100%;
  height: 1;
  padding-top: 65.97%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  border: 1px solid #ddd;
  display: block;
}
.important_bk .important_list li .image.noimg {
  background-image: url(../images/common/noimg.png);
}
@media screen and (max-width:1000px){
  .important_bk .important_list li {
    width: 48%;
    margin-right: 4%;
  }
  .important_bk .important_list li:nth-child(1) ,
  .important_bk .important_list li:nth-child(2) {
    margin-bottom: 20px;
  }
  .important_bk .important_list li:nth-child(2) ,
  .important_bk .important_list li:nth-child(4) {
    margin-right: 0;
  }
  .important_bk .important_list li .image ,
  .important_bk .important_list li .info {
    width: 100%;
  }
  .important_bk .important_list li .image img {
    width: 100%;
  }
}
.important_bk .important_list li .date {
  font-size: 1.6rem;
}

/* =============================== information =============================== */


.information_bk {
  padding: 7.0rem 0 14.0rem;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.information_bk .common_ttl01 {
  margin-bottom: 3.0rem;
}
.information_bk .information_list {
  border-top: 1px solid #b0b1b1;
}
.information_bk .information_list li {
  width: 100%;
  border-bottom: 1px solid #b0b1b1;
  box-sizing: border-box;
  padding: 4.0rem 0;
}
.information_bk .information_list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  text-decoration: none;
}
.information_bk .information_list li a .image {
  width: 25%;
  height: 1;
  padding-top: 16.67%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.information_bk .information_list li a .image.noimg img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.information_bk .information_list li a .info {
  width: 70%;
  margin-left: 5%;
}
.information_bk .information_list li a .info .date {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 4.5rem;
}
.information_bk .information_list li a .info .date .cat {
  font-size: 1.4rem;
  display: inline-block;
  text-align: center;
  padding: 7px 30px;
  border-radius: 13px;
  background: #231815;
  line-height: 1;
  color: #fff;
  margin-right: 4.5rem;
}

.pagenavi {
  padding: 8.0rem 0 4.0rem;
}
.pagenavi .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagenavi .wp-pagenavi span ,
.pagenavi .wp-pagenavi a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #231815;
  text-decoration: none;
  line-height: 1;
  box-sizing: border-box;
  padding: 1.5rem 1.6rem;
  border-bottom: 1px solid rgba(255,255,255,0);
  margin: 0 .2em;
}
.pagenavi .wp-pagenavi span.current,
.pagenavi .wp-pagenavi a:hover {
  border-bottom: 1px solid #231815;
}


.information_detail_bk {
  padding: 3.5rem 0 17.0rem;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.information_detail_bk .information_detail {
  width: 92%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.information_detail_bk .information_detail .common_btn01 a {
  width: 340px;
}
.information_detail_bk .information_detail .date {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 4.5rem;
}
.information_detail_bk .information_detail .date .cat {
  font-size: 1.4rem;
  display: inline-block;
  text-align: center;
  padding: 7px 30px;
  border-radius: 13px;
  background: #231815;
  line-height: 1;
  color: #fff;
  margin-right: 4.5rem;
}
.information_detail_bk .information_detail h1 {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 155%;
  margin-bottom: 4.5rem;
}
.information_detail_bk .information_detail .image {
  text-align: center; 
  margin-bottom: 10.0rem;
}
.information_detail_bk .information_detail .image img {
  max-width: 100%;
  height: auto;
}
.information_detail_bk .information_detail .common_btn01 a {
  width: 340px;
}

.editarea {
  padding: 0 0 10.0rem;
}
.editarea * {
  word-break: break-all;
}
.editarea p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 220%;
  margin-bottom: 1.5em;
}
.editarea h2 {
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: .4em;
  border-bottom: 1px solid #b0b1b1;
  margin-bottom: .8em;
}
.editarea h3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: .8em;
}
.editarea h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: .8em;
}
.editarea h5 {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: .8em;
}
.editarea h6 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: .8em;
}
.editarea ul ,
.editarea ol {
  margin: 2.0rem 1.0rem 2.0rem 2.5rem;
}

.editarea ul li {
  list-style: disc;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 220%;
  margin-bottom: .2em;
}
.editarea ol li {
  list-style: decimal;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 220%;
  margin-bottom: .2em;
}
.editarea pre {
  background: #e5e3de;
  width: 100%;
  box-sizing: border-box;
  padding: 5.0rem 3em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 220%;
  margin: 2.5rem 0;
}
.editarea table {
  border-collapse: collapse;
  border-top: 1px solid #b0b1b1;
  margin: 2.5rem 0;
}
.editarea table td {
  font-size: 1.8rem;
  font-weight: 500;
  box-sizing: border-box;
  padding: 4.0rem 5.0rem;
  border: none;
  border-bottom: 1px solid #b0b1b1;
}
.editarea table td:nth-child(1) {
  background: #e5e3de;
  text-align: center;
}
.editarea blockquote {
  background: #e5e3de;
  width: 100%;
  box-sizing: border-box;
  padding: 5.0rem 3em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 220%;
  margin: 2.5rem 0;
  position: relative;
}
.editarea blockquote::before ,
.editarea blockquote::after {
  content: "";
  width: 51px;
  height: 36px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  position: absolute;
  z-index: 5;
}
.editarea blockquote::before {
  background-image: url(../images/information/ico_blockquote_st.png);
  left: -25px;
  top: 5px;
}
.editarea blockquote::after {
  background-image: url(../images/information/ico_blockquote_en.png);
  right: -25px;
  bottom: 5px;
}
.editarea blockquote cite {
  text-align: right;
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
}




/*上下中央*/
.nakami {
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*縦だけ
.nakami {
	position:absolute;
	top:50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
*/
/*hoverなど簡易アニメーションベース*/
.animaion_base { transition:.3s; }


/* flex */
.flexbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexbox_両端揃え {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flexbox_上下中央揃え {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flexbox_順 {
	-ms-flex-order:1;
	order:1;
}


/* arrow */
/*下*/
#gnav li.gnav_list::after {
    content: '';
    width: 9px;
    height: 9px;
    border: 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    top: 50%;
    right: 19px;
    margin-top: -7px;
    transform: rotate(135deg);
}
/*右*/
#gnav ul.gnav_list_sub li a::after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -4px;
    transform: rotate(45deg);
}
/* ●と矢印右　*/
.arrow_r_b:before {
  content: '';
  width: 20px;
  height: 20px;
  background: #cc0000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -8px;
}
.arrow_r_b:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: -22px;
  margin-top: -2px;
  transform: rotate(45deg);
}


.btn_gotop { position:absolute; right:20px; bottom:20px; z-index:9999; }