@charset "utf-8";


/***********************************

以下、通常のcustam.cssにしたいcss

************************************/

/***********************************

全体カラー

************************************/

ol li{ padding: 0;}

/*----------------------------------
ヘッダロゴ背景
----------------------------------*/
#header_wrap {
	background: #fff;
}

@media screen and (max-width: 640px) {
body {/*　指定箇所が無いのでbodyに挿入　*/
	background:#fff;}

}
@media screen and (min-width: 641px){
#header {
	height: 206px;
}
#header_logo_wrap {
	height: 140px;
  }
}

/*----------------------------------
ヘッダーロゴ　640×100の画像を使用した場合
----------------------------------*/
#logo img{/**　ＰＣロゴ調整　**/
	margin:48px 0 0 0;
	width:50%;}

@media screen and (max-width: 640px){/**　スマホロゴ調整　**/
#logo_sm {
    width: 80%;
	margin:0 auto;
    padding: 20px 0;}
}


/*----------------------------------
フッダーロゴ
----------------------------------*/
#footer .footer_logo img {/** フッダーロゴ調整 1 **/
    width: 330px;}

#footer .header_banner{/** フッダーロゴ調整 2 **/
    margin-top:10px;}


/*----------------------------------
サイト説明文部分
----------------------------------*/
#desc_wrap {
	background: #08335e;/*説明文背景*/
	height: 32px;
	}

#site_description {
    color: #fff;/*説明文テキスト*/
	top: 10px;
	}

@media screen and (max-width: 640px) {/*スマホ*/
#header{
	background:#08335e;/*説明文背景*/
	padding: 7px 0;
}
#desc_wrap {
    height: 0;}
.title_text{
	color:#fff;/*説明文テキスト*/
	padding: 0 0 0 20px;
	width: 70%;
}
}
@media screen and (min-width: 641px){
#desc_fit {
	height: 32px;
  }
}


/*----------------------------------
グローバルメニュー
----------------------------------*/
#menu_wrap {
	border-color: #fff;/*区切り線*/
	background: -moz-linear-gradient(top, #00458a, #033f7c);
	background: -webkit-linear-gradient(top, #00458a, #033f7c);
	background: linear-gradient(to bottom, #00458a, #033f7c);
	padding: 5px 0;
	}

#global_menu {
	border-right: 1px solid #fff;/*区切り線右*/
	z-index: auto;
  }

#global_menu li a {
	font-weight: normal;
	border-left: 1px solid #fff;/*区切り線左*/
	color: #fff;/*文字色*/
	background: -moz-linear-gradient(top, #00458a, #033f7c);
	background: -webkit-linear-gradient(top, #00458a, #033f7c);
	background: linear-gradient(to bottom, #00458a, #033f7c);
  }

#global_menu li a:hover {
	color: #fff;/*ボタンロールオーバー文字色*/
	background: -moz-linear-gradient(to bottom,#00458a,#0d4b89 50%,#02407d);
	background: -webkit-linear-gradient(to bottom,#00458a,#0d4b89 50%,#02407d);
	background: linear-gradient(to bottom,#00458a,#0d4b89 50%,#02407d);
  }


@media screen and (max-width: 640px) {
	#menu_wrap{
	    background: none;
	    padding: 0;
	  }

	/**** 折りたたみメニュー ****/

	/**** メニューボタン ****/


	#header a.menu_button:hover,
	#header a.menu_button:active {
		color: #08335e;
		background: #fff;
		}


	#header a.menu_button:not(.active) {
	  	color: #08335e;
	  	background:#f7ad14;
	}




	/**** グローバルメニュー ****/

	#global_menu li a {
		border-color: #999;
		background: #fff url(./img/arrow4.png) no-repeat 20px;
		color: #333;}

	#global_menu li a:hover {
		color: #333;
		background: #ECF8FF url(./img/arrow4.png) no-repeat 20px;}

	}


	/*----------------------------------
	電話番号・お問い合わせ
	----------------------------------*/
	.header_banner .banner_row{
	  width: 450px;
	  }
	.header_banner .banner_row .barb_text_banner{
	  font-size: 14px;
	  }

	@media screen and (max-width: 640px){
	.header_banner_wrapper {
	    padding: 8px 15px;
	    background: #f4f7fa;
	  }
	.header_banner > div {
	    margin: 9px 0 0 0;
	  }
	.text_header_banner{
	    margin-top: 9px;
	  }
}

@media screen and (min-width: 641px){
#header .header_banner {
  /*margin-top: 0; 住所が3行の場合　*/}
.header_banner .banner_row > div {
	width: 220px;
	height: 50px;
	position: relative;
  }
}


/*----------------------------------
お問い合わせ
----------------------------------*/
/*--- お問合せ内容チェックBOX ---*/
.your-inquiry{
  margin-bottom: 1em;
}

.wpcf7 p{
  font-size: 14px;
}


/*----------------------------------
イメージロールオーバー
----------------------------------*/
/** index　メインビジュアル1枚でロールオーバー（リンク）なし**/　
#recommend_gallery a:hover img,
.rs-slider > li > a:hover img{
	opacity: 1.0;
	cursor: default;}

@media screen and (max-width: 640px){
#recommend_gallery.full_width{
    margin-top: 0;
  }
}


/*----------------------------------
ピックアップ
----------------------------------*/
#index_pickup .headline1 {/*ピックアップヘッダ*/
    color: #ccc;
    background:#222;}


/*----------------------------------
 トップ
 クラブ例年案内
----------------------------------*/
.info-club{
    width: 96% !important;
    margin: 0 auto;
}

/*----------------------------------
 トップ
 東大阪ロータリークラブについて
----------------------------------*/
.top-club{
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}
.top-club .contents{
  width: 45%;
}
.top-club .contents span{
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
}
.top-club .contents p{
  font-size: 12px;
}
.top-club .contents img{
  max-width: 340px;
}
@media screen and (max-width: 640px){
.top-club {
    display: block;
    justify-content: initial;
    margin: 0 auto;
    width: 94%;
}
.top-club .contents {
    width: initial;
    margin-bottom: 20px;
}
.top-club .contents img {
    max-width: 100%;
}
}

/*----------------------------------
ページタイトルヘッダー　※下層も含む
----------------------------------*/
#main_col .headline1,
.headline2,
.headline3{
  background:#fff;
  color: #fff;
  margin: 0 0 30px 0;
  }

#main_col .headline1,
.headline2{
  background: -moz-linear-gradient(left, #0060a6, #00468b);
  background: -webkit-linear-gradient(left, #0060a6, #00468b);
  background: linear-gradient(to right, #0060a6, #00468b);
  }

.headline3{
  background: -moz-linear-gradient(left, #0060a6, #00468b);
  background: -webkit-linear-gradient(left, #0060a6, #00468b);
  background: linear-gradient(to right, #0060a6, #00468b);
  border-top:none;
  }

#main_col .headline1:before,
.headline2:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1b3";
  position:relative;
  top:2px;
  font-size:26px;
  padding:0 12px 0 10px;
  opacity: 0.4;
}

@media screen and (max-width: 640px) {
#main_col .headline1,
.headline2,
.headline3{/*トップ・他　調整*/
	border-left:none;/*左線の削除*/}

#main_col .headline1,
.headline2,
.headline3{
	border-left:none;/*左線の削除*/}


#main_col .headline1 {
  margin: 0 0 60px 0;
  }
}


/*----------------------------------
サイドナビ
----------------------------------*/
#side_col .barb_side_widget img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 640px) {
#side_col{/*　スマホでサイドナビを表示しない場合　*/
	display: block;
	padding: 15px 15px 60px;
}
}

/*----------------------------------
フッダー
----------------------------------*/
#footer_wrap {
  background: #edf1f4;/*フッダー背景色*/
  }

#footer {
  color: #333;/*フッダーテキストカラー*/
  }

#footer li a,
#footer li a:visited {
  color: #00468c;
	border-bottom: 1px solid #00468c;
	padding-bottom: 0.1em;
  }

#footer li a:hover{
  color: #77b6f6;
  border-bottom: 1px solid #77b6f6;
  }

/*---- サブメニュー ----*/
#footer .footer_menu ul.sub-menu li{
  margin: 5px 0 0 0;
  position: relative;
}
#footer ul.sub-menu li a:before{
  content: "∟";
  display: block;
  position: absolute;
  left: -10px;
  top: 0;
}

#copyright {
  background:#08335e;/*コピーライト背景*/
  color: #fff;/*コピーライトテキスト*/
  }

#copyright a {
  color: #fff;/*コピーライトリンクテキスト*/
  }

@media only screen and (max-width:640px) {
#footer ul.sub-menu li a:before{
  content: "";
}
}
/*---- Facebookのロゴー ----*/
#menu-item-2859 {
  margin-top: -10px !important;
}
#menu-item-2859 a::after{
  content: url(/wp-content/uploads/2024/01/f_logo_RGB-Blue_20.png);
  position: relative;
  left: 3px;
  top: 5px;
  text-decoration: none;
  border-bottom: hidden;
}
/*----------------------------------
テキストリンクカラー
----------------------------------*/
a, a:visited {
    color:#00468c}

a:hover {
    color:#77b6f6;}

/*----------------------------------
ページナビ
----------------------------------*/
.page_navi a{/*** テキスト、ボタン色 **/
	color:#fff;
	background: #00468c;}

.page_navi a:hover{/*** ロールオーバーボタン色 **/
	background: #77b6f6;}

/*----------------------------------
コンテンツ内 marginやpadding設定等
----------------------------------*/
#contents .text_recent_post{
	margin: 0 0 30px 0;
	}
#featured_post,
#recent_post{
	margin: 0 0 40px 0;
}
#featured_post .post1{
	padding: 0 15px;
	}
#post_list li, #featured_post .post1,
#featured_post ul.post2,
#featured_post2 li{
	border-bottom: none;
	}
#post_list li{
    padding: 0 0 30px 0;
	}
.post{
    padding: 0 15px;
	}
h4{
    margin: 0;
    padding: 0;
	}
#footer_banner{
	margin: 0 0 40px 0;
}

@media screen and (max-width: 640px){
#main_col{
    padding: 15px 0 0 0;
  }
#main_col .headline1{
    display: flex;
    align-items: baseline;
    line-height: 130%;
    padding: 6px 0 12px 0;
    margin: 0 0 15px 0;
	/*text-indent: -1em;*/
  }
#main_col .headline2, .headline3{
    height: 30px;
    line-height: 1.3;
    padding: 6px 0 12px 0;
    margin: 0 0 15px 0;
  }
#contents .text_recent_post{
    padding: 0 15px;
  }
#featured_post, #recent_post, #contents .text_recent_post{
     margin: 0 0 30px 0;
  }
#recent_post, #featured_post, #featured_post2, #footer_banner{
     margin: 0;
  }
.post img{
	height: auto;
    width: 640px;
    max-width: 100%;
  }
.mb30{
	margin-bottom: 15px !important;
  }
.barb_cont_wrap{
    padding: 0 0 30px 0;
  }
.barb_cont_wrap .under_contents{
	margin: 0;
  }
}

@media screen and (min-width: 641px){
#footer_banner li img{
	margin: 0 auto;
  }
#recent_post li {
	min-height: 250px;
  }
#recent_post .title{
	text-align: center;
  }
}

/*----------------------------------
コンテンツ内 お知らせエリア
----------------------------------*/
#contents .text_recent_post .post_list li,
#contents .text_recent_post .post_list li:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0.2em;
	margin-bottom: 0.72em;
}
#contents .text_recent_post .list_date {
    float: left;
    line-height: 1.8;
    color: #00468c;
    font-weight: bold;
}
#contents .text_recent_post .post_list li a {
    color: #333;
}
#contents .text_recent_post .post_list li a:hover {
    color: #77b6f6;
    border-bottom: 1px solid #77b6f6;
}

@media screen and (min-width: 641px) {
#contents .text_recent_post {/***ニュース　お知らせ枠調整**/
	padding: 0;
	}
}

/***********************************

下層レイアウト

************************************/
/*---------- 汎用性class ----------*/
.flex{
	display: flex;
	justify-content: space-between;
}
.flex .contents-1 {
	width: 48%;
}
.fontblue{
  color: #00468c;
  font-weight: bold;
}
/* 改行など */
.nowrap{
  white-space: nowrap;
}
.indent-1{
  padding-left:1em;
  text-indent:-1em;
}

@media only screen and (max-width:640px) {
.flex{
	display: flex;
	justify-content: space-between;
	}
}

/*----------------------------------
会長挨拶
----------------------------------*/
/* 冒頭部分 */
.greeting-txt{
	width: 52%;
	padding-right: 20px;
}
.greeting-txt p{
	margin-bottom: 10px;
}
/* 基本方針 */
.basic-policy{
	border: 1px solid #e6e6e6;
	padding: 2.0em 1.25em;
	text-align: center;
	font-size: 0.9em;
	font-family: "游明朝" YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}
.basic-policy span{
	color: #00468c;
}
@media only screen and (max-width:640px) {
.greeting-txt{
	width: auto;
    padding-right: 10px;
}
/* 基本方針 */
.basic-policy{
	margin: 0;
    width: 152%;
}
}


/*----------------------------------
ロータリーとは
----------------------------------*/
#rotary img.official-logo{
  float: right;
  border: 1px solid #e6e6e6;
  padding: 50px 28px;
  margin: 0 0 0 30px;
  }
#rotary img.rotar-logo{
  float: left;
  width: 50%;	
  padding: 0 10px 20px 0px;
  margin: 0 10px 0 0;
  }
#rotary ul.project{
  display: flex;
 /* justify-content: space-around;*/
  justify-content: start;
  margin: 0 0 1.0em 0;
}
#rotary ul.project li{
  background: #f4f7fa linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #e8eff5 50.5%) no-repeat top left/100% 100%;
  width: 25%;
  text-align: center;
  padding: 20px;
  margin: 0 0.5em;
  border: 1px solid #e6e6e6;
}

/*---- ロータリアン 4つのテスト ----*/
#rotary h4.test_ttl{
  padding: 10px 0;
  text-align: center;
  color: #00468c;
  font-weight: bold;
  border-top: 1px solid #00468c;
  border-bottom: 1px solid #00468c;
  margin-bottom: 20px;
}
#rotary .rotary_test{
  display: flex;
  justify-content: center;
  border: 1px solid #e6e6e6;
  padding: 20px;
  margin-bottom: 20px;
}
#rotary .rotary_test .logo{
  border-right: 1px solid #eee;
  padding-right: 30px;
  padding-top: 50px;
}
#rotary .rotary_test ul.test-list{
  padding-top: 24px;
  padding-left: 20px;
  margin-bottom: 0;
}
#rotary .rotary_test ul.test-list li{
  margin-bottom: 14px;
}
#rotary .rotary_test ul.test-list li span{
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1159a4;
  color: #fff;
  display: block;
  text-align: center;
  float: left;
  margin-right: 10px;
}
/*---- 元々のリストイメージ解除 ---*/
.post ul li {
    background: none;
}

@media only screen and (max-width:640px) {
#rotary img.official-logo{
  padding: 25px 14px;
  margin: 0 0 0 15px;
  width: 40%;
  }
#rotary img.rotar-logo{
  margin: 0;
  text-align: center;
  width: 100%;
  }
#rotary ul.project {
    display: block;
    justify-content: initial;
    margin: 0;
}
#rotary ul.project li {
    background: #f4f7fa linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #e8eff5 50.5%) no-repeat top left/100% 100%;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin: 0.5em 0;
    border: 1px solid #e6e6e6;
}
/*---- ロータリアン 4つのテスト ----*/
#rotary h4.test_ttl{
  padding: 10px 0;
  text-align: center;
  color: #00468c;
  font-weight: bold;
  border-top: 1px solid #00468c;
  border-bottom: 1px solid #00468c;
  margin-bottom: 20px;
}
#rotary .rotary_test{
  display: block;
  justify-content: center;
  border: 1px solid #e6e6e6;
  padding: 20px;
  margin-bottom: 10px;
}
#rotary .rotary_test .logo{
  border-bottom: 1px solid #eee;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 20px;
}
#rotary .rotary_test .logo p{
  text-align: center;
}
#rotary .rotary_test .logo img{
  width: 60%;
}
#rotary .rotary_test ul.test-list{
  padding-top: 0;
  padding-left: 0;
  margin-bottom: 0;
}
}


/*----------------------------------
クラブ概要
----------------------------------*/
#outline_club .contact{
  text-align: center;
}
#outline_club .contact a{
  width: 220px;
  height: auto;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  display: inline-block;
  background-color: #00468c;
  color: #FFF;
  border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  text-decoration: none;
  margin-bottom: 2rem;
}
#outline_club .contact a:before {
  content: "\f1d8";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  padding-right: 8px;
}
#outline_club .outreach .list{
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
}
#outline_club .outreach span{
  font-weight: bold;
}
#outline_club .outreach span:before{
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 5px solid #EDA03D;
  left: 0;
  top: 3px;
}
#outline_club h3 {
  margin-top: 2rem;
  margin-bottom: .6rem;
}
/*---- 主な奉仕活動 ----*/
#outline_club ul.volunteer-list li{
   position: relative;
   padding-left: 16px;
}
#outline_club ul.volunteer-list li:before{
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  background: #eda03d;
  top: 12px;
}
/*---- 活動風景 ----*/
.images{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.images img{
    width: 48.5%;
	max-width: 48.5%;
}

@media only screen and (max-width:640px) {
/*---- 二重円形 ----*/
#outline_club .outreach span:before{
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  background: #fff;
  top: 4px;
  border: 5px solid #eda03d;
}
}
/*----------------------------------
サイトマップ
----------------------------------*/
#sitemap ul.sub-menu li{
  margin: 0;
  position: relative;
}
#sitemap ul.sub-menu li a:before{
  content: "∟";
  display: block;
  position: absolute;
  left: -5px;
  top: -3px;
}
/*---- Facebookのロゴー ----*/
#sitemap li.logo_fb a::after{
  content: url(/wp-content/uploads/2024/01/f_logo_RGB-Blue_20.png);
  position: relative;
  left: 3px;
  top: 5px;
}

/*----------------------------------
会員名簿
----------------------------------*/
#membership_list .list_area{
    display: flex;
    justify-content: space-around;
}
#membership_list .list_area ul.member{
    width: 47%;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
	height: 100%;
}
#membership_list .list_area ul.member li{
    padding: 10px 15px;
    border-bottom: 1px solid #e6e6e6;
	height: 87px;
}
#membership_list .list_area ul.member li span.group{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    display: block;
}
#membership_list .list_area ul.member li span.list-link{
	font-size: 12px;
    display: block;
	margin-top: -4px
}
a.member-prev{
  display: inline-block;
  color: #fff;
  background: #00468c;
  text-decoration: none;
  font-size: 11px;
  padding: 13px 15px;
  line-height: 100%;
  margin: 0 4px 4px 0;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

@media only screen and (max-width:640px) {
#membership_list{
	padding-bottom: 50px;
}
#membership_list .list_area{
	display: block;
}
#membership_list .list_area ul.member{
	width: 90%;
	margin: 0 auto;
}
#membership_list .list_area ul.member li{
	height: auto;
}
}

/*=================================
週報
=================================*/
.weekly-archive-head {
    display: flex;
    justify-content: space-between;
}
.report-list {
    padding: 14px 0;
    border-bottom: 1px solid #e6e6e6;
    margin: 10px 20px;
}
.report-list span.date{
    color: #00468c;
    font-weight: bold;
    display: block;
    flex-basis: 240px;
}

.report-list .flex{
  display: flex;
  justify-content: space-between;
}

.report-list .flex .contents,
.report-list .flex .no-ttl{
    flex-grow: 1;
}
.report-list .flex .more-link{
    width: 155px;
}

.report-list .flex .more-link a{
    background: #f1f1f1;
    padding: 10px 30px 10px 20px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    position: relative;
}
.report-list .flex .more-link a::before{
  content: "\f1c1";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  padding-right: 8px;
  font-size: 1.2rem;
  color: #B31515;
}
.report-list .flex .more-link a::after{
  content: " ";
  position: absolute;
  right: 16px;
  top: 15px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #00468c;
  border-right: 2px solid #00468c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.archive-selector {
    margin: 10px 20px;
    text-align: right;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,"Yu Gothic Medium","游ゴシック Medium","游ゴシック体",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ ゴシック",sans-serif;
    width: 50%;
}
.archive-selector select {
    font-family : inherit;
}
@media only screen and (max-width: 640px) {
    .report-list {
        padding: 14px 0;
        border-bottom: 1px solid #e6e6e6;
        width: 90%;
        margin: 10px auto;
    }
    .report-list .flex {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .report-list span.date {
        color: #00468c;
        font-weight: bold;
        display: block;
        width: 100%;
        margin-bottom: 16px;
    }
    .report-list .flex .contents {
        width: 40%;
        padding: 0 .3em;
    }
    .report-list .flex .no-ttl{
        width: 40%;
        height: 24px;
    }
}

/*=================================
会員コンテンツへの遷移ページ
=================================*/
.members-only{
  display: flex;
  justify-content: space-around;
  margin-bottom: 70px;
}
.members-only .contents{
}
.members-only .contents span{
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
}
.members-only .contents p{
  font-size: 12px;
}
.members-only .contents img{
  max-width: 340px;
}
@media screen and (max-width: 640px){
.members-only {
    display: block;
    justify-content: initial;
    margin: 0 auto;
    width: 94%;
}
.members-only .contents {
    width: initial;
    margin-bottom: 20px;
}
.members-only .contents img {
    max-width: 100%;
}
}
.membership-link h3 {
  font-size: 17px;
  margin-bottom: 0;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.membership-link h3 a {
  display: inline-block;
  background: #00468c;
  color: #fff;
  padding: 8px 10px;
  text-decoration: none;
  font-weight: normal;
  max-width: 324px;
  width: 100%;
}

.membership-link h3 a:hover{
  color: #eafdff;
}
.membership-link h3 a:before {
  content: '>  ';
  color: #fff;
  font-size: 16px;
  position: relative;
  top: -2px;
}
.membership-link figcaption{
  font-size: 14px;
  font-weight: bold;
}
.membership-link table {
  width: 100%;
  background: #edf1f4;
}
.membership-link table .td-id td {
  padding: 7px 10px 2px 20px;
  border: none;
}
.membership-link table .td-pw td {
  padding: 2px 10px 7px 20px;
  border: none;
}
.membership-link table .login-d {
  text-align: center;
}
.membership-link table .login-txt {
  color: #00468c;
}
@media only screen and (max-width:640px) {
  .membership-link table {
    max-width: 300px;
    width: 100%;
  }
}

@media only screen and (max-width:480px) {
  @media only screen and (max-width:640px) {
    .membership-link table {
      font-size: 13px;
    }
  .membership-link table .td-id td {
    padding: 7px 5px 2px !important;
  }
  .membership-link table .td-pw td {
    padding: 2px 5px 7px !important;
  }
}

/*----------------------------------
下層段落枠　※変更不可
----------------------------------*/
@media only screen and (min-width:641px) {
#under{
	overflow:hidden;
	margin:0 0 -40px 0;}/*下層の空調整*/
}


@media only screen and (max-width:640px) {
#under{
	overflow:hidden;
	margin:10px 0 0 0;}/*下層の空調整*/
}

.under_contents{
	width:100%;
	margin:0 0 50px 0;
	clear:both;
	overflow:hidden;
	line-height:1.7;}


p{/*下層　汎用*/
    margin: 0;
	padding:0;
    line-height:1.7;}



/*----------------------------------
テーブル設定　※変更不可　色とthの％は変更又は上書き可
----------------------------------*/
/*** table 元スタイル打消し ****/
.post table {
	border:none;
	margin:0;}

.post td,
.post th {
	border:none;
	padding:0;}

.post th {
   background:#eee;
   font-weight:/*normal*/bold;}

@media only screen and (max-width:480px) {
tbody tr{
	display:table-row;/******/
	margin-bottom:0;}

tbody th,
tbody td{
	display: table-cell;
	list-style-type:none;
	border: none;}
}


/*******  テーブル再設定　*******/
.under_contents table,
.under_contents_end table {
	width:100%;
	border-collapse:inherit;
	border-spacing:0;
	border-top:1px solid #e6e6e6;
	/*border-left:1px solid #c1c1c1;*/}

.under_contents table td,
.under_contents table th,
.under_contents_end table td,
.under_contents_end table th {
	/*border-right:1px solid #c1c1c1;*/
	border-bottom:1px solid #e6e6e6;
	padding:10px;
	/*white-space: nowrap;*/}

.under_contents table th,
.under_contents_end table th {
	width:30%;}

.under_contents table td span,
.under_contents_end table td span{
	padding:0 20px 0 0;}

/*-------　背景色の追加 ---------*/
.under_contents table td.head{
	background: #f4f7fa;
	border-right: none;
	white-space: nowrap;
	width: auto;
}
@media only screen and (max-width:640px) {
/*-------　背景色の追加 ---------*/
.under_contents table td.head{
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #e6e6e6;
	width: 100%;
}
}

@media only screen and (max-width:480px) {
.under_contents table,
.under_contents_end table{
	font-size:12px;
	line-height:1.7;}

.under_contents table td span,
.under_contents_span table td span{
	display:block;}

}


/*----------------------------------
テーブル設定　レスポンシブ基本ソース
----------------------------------*/
/****
レスポンシブしたいtableの外側に
<div class="ph_responsive">を入れてください
****/

@media only screen and (max-width:640px) {
.ph_responsive{
	margin:0 0 -20px 0;}

.ph_responsive table{
	border:none;}

.ph_responsive table th,
.ph_responsive table td {
	width:100%;
	display:inline-block;
	border-right:none;
	text-align:left;}

.ph_responsive table th{
	border-bottom:2px dotted #333;
	padding:5px 0;
	font-weight:bold;
	background:#fff;}

.ph_responsive table th:before {/*** アイコンが必要な場合　***/
	content: "\f00c";
	font-family: FontAwesome;
	color:#333;
	padding:0 5px 0 0;}

.ph_responsive table td {
	border-bottom:none;
	padding:10px 0 20px 0;}


}





/***********************************

ここからページレイアウト雛形

************************************/

/*----------------------------------
固定ページ 下層hタイトル　必要に応じてh4の追加など
----------------------------------*/
/*h3装飾*/
.under_contents h3{
	background:#edf1f4;
	border-left:7px solid #00468c;
    margin:0 0 30px 0;
	padding: 14px 0 14px 20px;
	color:#00468c;
	font-size:16px;}

/*h4装飾*/
h4.under_ttl{
	color: #00468c;
	font-size: 14px;
	padding: 25px 0 20px 0;
	position: relative;}

h4.under_ttl:before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	content: '';
	background: url(./img/bg_line.gif);
	top: 10px;}

h4.under_sttl{
	border-left: 3px solid #00468c;
	padding: 0 0 0 18px;
	margin: 0 0 18px 0;
	color: #00468c;}

/*----------------------------------
Ａテキスト　Ｂ画像1列＋テキスト
----------------------------------*/
.column_wrap_01{
	clear:both;
	overflow:hidden;}

/*　下層　汎用　pタグ使用　*/



/*----------------------------------
Ｃ画像2列＋テキスト
----------------------------------*/
.column_wrap_01 .left,
.column_wrap_01 .right{
	width:49%;}

.column_wrap_01 .left{
	float:left;}

.column_wrap_01 .right{
	float:right;}


@media only screen and (max-width:640px) {
.column_wrap_01 .left,
.column_wrap_01 .right{
	width:100%;
	float:none;}

}


/*----------------------------------
Ｄ左画像＋右テキスト
----------------------------------*/
.column_wrap_02{
	clear:both;
	overflow:hidden;}

.column_wrap_02 .leftimg{
	float:left;
	width:49%;
	padding:0;}

.column_wrap_02 .righttxt{
	float:right;
	width:48%;}

@media only screen and (min-width:641px) {
#content .post .column_wrap_02 .leftimg img{
	padding-bottom:0;}
}

@media only screen and (max-width:640px) {
.column_wrap_02 .leftimg,
.column_wrap_02 .righttxt{
	float:none;
	width:100%;}

}


/*----------------------------------
Ｅ左テキスト＋右画像
----------------------------------*/
.column_wrap_03{
	clear:both;
	overflow:hidden;}


.column_wrap_03 .lefttxt{
	float:left;
	width:48%;}

.column_wrap_03 .rightimg{
	float:right;
	width:49%;
	padding:0;}

@media only screen and (min-width:641px) {
#content .post .column_wrap_03 .rightimg img{
	padding-bottom:0;}
}

@media only screen and (max-width:640px) {
.column_wrap_03 .lefttxt,
.column_wrap_03 .rightimg{
	float:none;
	width:100%;
}
.column_wrap_03 .lefttxt{
	padding-bottom: 10px;
}
}


/*----------------------------------
Ｆ左画像＋右テキスト回り込み
----------------------------------*/
@media only screen and (min-width:641px) {
#content .post .around_right img{
	float:left;
	margin:0 18px 0 0;
	padding:0;
	width:49%;}
}

@media only screen and (max-width:640px) {
.around_right img{
	margin:0 0 0 0;
	float:none;
	width:100%;}


}



/*----------------------------------
Ｇ左テキスト回り込み＋右画像
----------------------------------*/
@media only screen and (min-width:641px) {
#content .post .around_left img{
	float:right;
	margin:0 0 0 18px;
	padding:0;
	width:49%;}
}

@media only screen and (max-width:640px) {
.around_left img{
	margin:0 0 0 0;
	float:none;
	width:100%;}


}


/*----------------------------------
Ｈ画像3列＋下段テキスト
----------------------------------*/
.column_wrap_04{
	clear:both;
	overflow:hidden;}

.column_wrap_04 .columns div {
	background:#ccc;
	overflow:hidden;}

.column_wrap_04 .columns div span {
    display: block;
	text-align: center;
    font-weight: bold;
    color: #000;
	padding:10px 5px;
	line-height:1.3;}

.column_wrap_04 .columns img {
    width: 100%;
    height: auto;}

.column_wrap_04 .columns p {
    text-align: justify;}


@media only screen and (min-width:641px) {
.column_wrap_04 .three.columns {
    width: 30.6666666667%;}

.column_wrap_04 .columns {
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin-left: 4%;}

.column_wrap_04 .columns:first-child {
    margin-left: 0;}

.column_wrap_04 .columns p.space{
    margin:-5px 0 0 0;}

}


@media only screen and (max-width:640px) {
.column_wrap_04{
    margin:0 0 -40px 0;}

.column_wrap_04 .three.columns {
    margin:0 0 40px 0;}

.column_wrap_04 .columns p {
    margin:0;}

}

/*--------------------------------------------
会員限定　ModalWindow
---------------------------------------------*/
/*====================================
ログイン/ログアウト
====================================*/
.login_area .login{
  background: #f1f1f1;
  padding: 2.7em;
  width: 73%;
  margin: 1.0em auto;
}
.login_area .login table td{
  color: #00458a;
  padding-bottom: 18px;
  text-align: left;
  font-weight: bold;
  padding-right: 26px;
}
.login_area .login input{
  padding: 0.5em;
  margin: 0.25em;
  border: 1px solid #e6e6e6;
}
.login_area .login .btn{
  width: 220px;
  height: 50px;
  background-color: #00468c;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
}
.logout{
  margin-bottom: 15px;
}
.logout .btn{
  width: 220px;
  height: 50px;
  background-color: #8b0000;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  border: none;
}
/*---- ログイン前のログアウトボタン非表示 --*/
#side_col .barb_side_widget{ margin-bottom: 0;}
#side_col .pc{ margin-bottom: 15px;}

@media only screen and (max-width:640px) {
 .logout{ display: none;}
 #side_col .barb_side_widget .textwidget{ padding: 0;}
}


/*--------------------------------------------
お知らせ用 追加 20200715
---------------------------------------------*/

#infopic img.info-p{
  float: right;
  padding: 	5px 5px 5px 25px ;
  margin: 0 0 0 30px;
  }

@media only screen and (max-width:640px) {
#infopic img.info-p{
  padding: 10px;
  margin: 0 0 0 15px;
  width: 40%;
  }
  }

@media only screen and (max-width:640px) {
	.member li.sp-none{
		display:none;
	}
}
.indent_1 {
    padding-left: 3em;
    text-indent: -3em;
}
/*----------------------------------
プライバシーポリシー
----------------------------------*/
.privacy_h {
    background: #edf1f4;
    border-left: 7px solid #00468c;
    margin: 0 0 30px 0;
    padding: 14px 0 14px 20px;
    color: #00468c;
    font-size: 16px;
}
.privacy_p{
	margin-bottom: 5px;
	margin-left: 2px;
}
.privacy_ul{
	list-style-type: disc;
	margin-left:22px;
}
.privacy_ul li{
	line-height:1.7;
	padding-left: 0!important;
}