﻿@charset "utf-8";
body { position:relative; }

.sp { display: block; }
.pc { display: none; }
img { width:100%; height: auto; }

.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}

#wrap { 
	width:100%;
  padding-top: 80px;
}

.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 ,
.common_wrap02 ,
.common_wrap03 {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.common_btn01 a {
  font-size: 1.6rem;
  line-height: 1;
  display: inline-block;
  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;
}
.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;
}

.common_btn02 a {
  line-height: 1;
  display: inline-block;
  width: 100%;
  border: 2px solid #231815;
  box-sizing: border-box;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  position: relative;
  background: none;
}
.common_btn02 a .inner {
  font-size: 1.6rem;
  line-height: 1;
  display: inline-block;
  padding: 20px 32px 20px 14px;
  background: url(../images/common/ico_window01.png) no-repeat right center;
  background-size: auto 18px;
}

.common_ttl01 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #231815;
}

.common_ttl02 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #231815;
  text-align: center;
  margin-bottom: 3.0rem;
}

.common_txt01 {/*18-40*/
  font-size: 1.6rem;
  line-height: 200%;
}



/* =============================== header =============================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  transition: .3s;
  background: #f4f4f4;
}
.h_inner {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  align-items: center;
  transition: .3s;
}

.header.fixed {
  background: rgba(255,255,255,.9);
  transition: .3s;
}

.h_inner .h_logo img {
  height: 40px;
  width: auto;
}

.g_nav {
  display: none;
}


.footer {
  position: relative;
  padding: 3.0rem 0 0;
}
.btn_pagetop {
  width: 50px;
  z-index: 999;
}
.f_inner {
  padding-bottom: 3.0rem;
}
.f_inner .f_logo img {
  width: 52%;
}
.f_inner .f_nav {
  display: none;
}
.copyright {
  font-size: 1.2rem;
  line-height: 1;
  padding: 1.5rem 0;
  text-align: center;
  color: #fff;
  background: #231815;
}

#contents {
  background: #f6f4f1;
}
#contents.subpage {
  padding-top: 4.0rem;
}

/* =============================== search_box =============================== */


.search_box {
  background: #fff;
  padding: 4.0rem 5%;
  box-sizing: border-box;
  margin-bottom: 6.0rem;
}
.search_box .search_keyword {
  margin-bottom: 2.5rem;
}
.search_box .search_keyword dt {
  width: 100%;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 700;
}
.search_box .search_keyword dd {
  width: 100%;
  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: 100%;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 700;
}
.search_box .search_category dd {
  width: 100%;
  font-size: 1.8rem;
  box-sizing: border-box;
  align-items: center;
}
.search_box .search_category dd a {
  width: 48%;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  padding: 1.2rem 0 1.0rem;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid #231815;
  margin-bottom: 10px;
}
.search_box .search_category dd a.current {
  background: #e5e3de;
  border-bottom: 1px solid #e5e3de;
  color: #231815;
}

.member_formarea {
  max-width: 1200px;
  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-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;
  max-width: 100%;
}
.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: 100%;
  list-style: none !important;
}
.accountbtn li:nth-child(1){
  margin-bottom: 15px;
}
.accountbtn li a {
  display: block;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  font-size: 1.8rem;
  border: 1px solid #231815;
  padding: 12px 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: 5.0rem 0 8.0rem;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.important_bk .common_ttl01 {
  margin-bottom: 2.5rem;
}
.important_bk .important_list li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
}
.important_bk .important_list li:nth-child(2n) {
  margin-right: 0;
}
.important_bk .important_list li a {
  text-decoration: none;
}
.important_bk .important_list li .image {
  margin-bottom: 2.0rem;
  display: block;
  max-width: 100%;
  height: 1;
  padding-top: 66.67%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.important_bk .important_list li .image.noimg {
  background-image: url(../images/common/noimg.png);
}
.important_bk .important_list li .date {
  font-size: 1.6rem;
  margin-bottom: .5rem;
}


/* =============================== information =============================== */

.information_bk {
  padding: 5.0rem 0 10.0rem;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.information_bk .common_ttl01 {
  margin-bottom: 2.5rem;
}
.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: 3.0rem 0 2.5rem;
}
.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 {
  display: block;
  width: 110px;
  height: 73px;
  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 {
  background-image: url(../images/common/noimg.png);
}
.information_bk .information_list li a .info {
  width: calc( 95% - 110px );
  margin-left: 5%;
}
.information_bk .information_list li a .info .date {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.information_bk .information_list li a .info .date .cat {
  font-size: 1.4rem;
  display: inline-block;
  text-align: center;
  padding: 7px 20px;
  border-radius: 13px;
  background: #231815;
  line-height: 1;
  color: #fff;
  margin-right: 1.6rem;
}

.pagenavi {
  padding: 6.0rem 0 2.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.4rem;
  border-bottom: 1px solid rgba(255,255,255,0);
  margin: 0 .2em;
}
.pagenavi .wp-pagenavi span.current {
  border-bottom: 1px solid #231815;
}


.information_detail_bk {
  padding: 3.0rem 0 12.0rem;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.information_detail_bk .information_detail {
  width: 92%;
  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: 1.5rem;
}
.information_detail_bk .information_detail .date .cat {
  font-size: 1.4rem;
  display: inline-block;
  text-align: center;
  padding: 7px 20px;
  border-radius: 13px;
  background: #231815;
  line-height: 1;
  color: #fff;
  margin-right: 1.6rem;
}
.information_detail_bk .information_detail h1 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 155%;
  margin-bottom: 3.5rem;
}
.information_detail_bk .information_detail .image {
  text-align: center; 
  margin-bottom: 8.0rem;
}
.information_detail_bk .information_detail .image img {
  max-width: 100%;
}
.information_detail_bk .information_detail .common_btn01 a {
  width: 340px;
}

.editarea {
  padding: 0 0 8.0rem;
}
.editarea * {
  word-break: break-all;
}
.editarea p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 1.5em;
}
.editarea h2 {
  font-size: 3.0rem;
  font-weight: 700;
  padding-bottom: .4em;
  border-bottom: 1px solid #b0b1b1;
  margin-bottom: .8em;
}
.editarea h3 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: .8em;
}
.editarea h4 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: .8em;
}
.editarea h5 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: .8em;
}
.editarea h6 {
  font-size: 1.6rem;
  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.6rem;
  font-weight: 500;
  line-height: 220%;
  margin-bottom: .2em;
}
.editarea ol li {
  list-style: decimal;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 220%;
  margin-bottom: .2em;
}
.editarea pre {
  background: #e5e3de;
  width: 100%;
  box-sizing: border-box;
  padding: 4.0rem 4.5%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
  margin: 2.0rem 0;
}
.editarea table {
  border-collapse: collapse;
  border-top: 1px solid #b0b1b1;
  margin: 2.0rem 0;
}
.editarea table td {
  font-size: 1.6rem;
  font-weight: 500;
  box-sizing: border-box;
  padding: 3.0rem 1.2em;
  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: 3.0rem 6%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
  margin: 2.5rem 0;
  position: relative;
}
.editarea blockquote::before ,
.editarea blockquote::after {
  content: "";
  width: 32px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  z-index: 5;
}
.editarea blockquote::before {
  background-image: url(../images/information/ico_blockquote_st.png);
  left: -10px;
  top: 5px;
}
.editarea blockquote::after {
  background-image: url(../images/information/ico_blockquote_en.png);
  right: -10px;
  bottom: 5px;
}
.editarea blockquote cite {
  text-align: right;
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
}
