/*
Template: kitarc
Theme Name: Kitarc Child
*/
/*装飾*/
.center {
	text-align:center;
}
.midashi_a, .tpg-widget-heading {
	color:#17458f !important;
  position: relative !important;
  margin-bottom: 1em !important;
}
.midashi_a:before, .tpg-widget-heading:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #EEF4FC;
  border-radius: 2px;
}
.continue-reading {
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 6px 20px;
	font-size:15px;
	border: 1px solid #e5e5e5;
	color: #1a1a1a;
	transition: 0.5s;
}
.continue-reading:hover {
	color: #fff;
	background: #17458f;
}
.is-style-stripes {
	border-bottom: none !important;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #EEF4FC;
}
.midashi_a, .tpg-widget-heading, .houshi h2, .entry-title {
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.tpg-widget-heading {
	font-size: 1.75rem !important;
	background-color:#fff !important;
	padding:0 !important;
}
.tpg-widget-heading-wrapper {
	padding-bottom: 30px;
}
.entry-title {
	font-size: 1.75rem;	
}

@media screen and (min-width: 601px) {
.pc_off {
	display:none;
}
}
@media screen and (max-width: 600px) {
.company_title {
	font-size:90%;
}
}


/*ヘッダー*/
.site-title {
	font-size:80%;
}
.main-header-clone .site-title {
	font-size:72%;
}
.site-title a,.current-menu-item a, .current_page_item a {
	color: #17458f !important;
}
.current-menu-item, .current_page_item {
	border-bottom:1px solid #17458f;
}
@media screen and (min-width: 980px){
.main-navigation div.menu > ul > li:first-child > a, .main-navigation ul.menu > li:first-child > a {
   padding-left: 15px;
}
.main-navigation div.menu > ul > li:last-child > a, .main-navigation ul.menu > li:last-child > a {
    padding-right: 15px;
}
}
@media screen and (min-width: 782px) {
.main-header {
    padding-bottom: 15px;
    padding-top: 20px;
}
}

/*TOPバナー*/
.home-header-overlay {
	background-color: rgba( 0, 0, 0 , 0.2 );
}
.home-header, .home-header-overlay {
	background-size: 100% auto;
	padding-bottom: calc(100%*7/16); /* 16:7 */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	justify-content: center;
	align-items: center;
	height: 0;
}
.rt-pagination-wrap {
	display: none !important;
}
@media screen and (min-width: 980px) {
.home-header, .home-header-overlay {
	height: 0;
}
.n2-ow {
	height: 44vw;
}
}
@media screen and (min-width:601px) and ( max-width:979px) {
.home-header, .home-header-overlay {
	height: 20vw;
}
.n2-ow {
	height: 64vw;
}
}
@media screen and (max-width: 600px) {
.home-header, .home-header-overlay {
	height: 88vw;
}
.n2-ow {
	height: 132vw;
}
.info-navi {
	margin-bottom: 60px;
}
}
@media screen and (min-width: 601px) {
.info-navi {
	margin-bottom: 20px;
}
}
.home-header-content {
	z-index: 2;
}
.info-navi {
	padding-bottom: 20px;
	border-bottom: solid 1px #ccc;
}
.site-header {
	margin-bottom: 1.5rem;
}

/*ロータリーテーマ*/
.theme_title  {
	font-size:160% !important;
}
.theme_explanation {
	font-size:100%;
}
.theme_img img {
	width:80% !important;
	margin:0 auto;
}
.theme_img {
	margin-bottom:30px;
}
@media screen and (max-width: 600px) {
	.wp-block-media-text__content {
		padding: 0 !important;
	}
}

/*次回例会案内*/
.home-header-text {
	padding:24px;
	width:300px;
	text-align:left;
	background-color:rgba(255,255,255,0.8);
	text-shadow:none;
	border-radius:25px;
}
.home-header-overlay {
    position: relative;
}
.home-header-content {
    position: absolute;
    top: 70%;
    right: 0;
    transform: translateY(-50%);
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.meeting_title {
    background-color: #17458f;
    color: #fff;
    border-radius: 2px;
    padding: 6px;
	font-size:80%;
	margin: 0 8px 0 2px;
}
.meeting_number {
    font-size: 90%;
    font-weight: bold;
    color: #333;
}
.meeting_message {
    font-size: 90%;
    color: #222;	
}
.meeting_day {
    font-size: 80%;
    color: #333;
}
.meeting_place {
	 font-size: 80%;
    font-weight: bold;
    color: #17458f;
}
.meeting_bottom {
	border-top:1px solid #aaa;
	line-height: 17pt;
	padding-top:6px;
	margin-top:6px;
}
@media screen and (max-width: 600px) {
.home-header-text {
	padding:22px;
	width:80%;
	margin:0 auto;
	text-align:left;
	background-color:rgba(255,255,255,0.8);
	text-shadow:none;
	border-radius:25px;
}
.home-header-content {
    position: absolute;
    top: 75%;
    transform: translateY(-50%);
}
}
/*当クラブについて*/
.the4way td, .gaiyo-table td, .meibo td {
	padding:1em 1.5em;
}
/*委員会構成*/
#post-184 .wp-block-table {
	overflow-x: scroll;
}
.meibo table {
	min-width:720px;
	border-collapse: collapse;
	white-space: nowrap;
}
@media screen and (min-width: 601px) {
.meibo td:nth-child(1) {
  min-width: 170px;
}
.meibo td:nth-child(2) {
  width: 100px;
}
}
@media screen and (max-width: 600px) {
.meibo td:nth-child(1) {
  width: 100px;
}
.meibo td:nth-child(2) {
  width: 80px;
}	
}
/*活動報告・週報*/
.tpg-widget-heading {
	color: #17458f;
}
.rt-container-fluid .report {
    background-color: #17458f;
    color: #fff;
    border-radius: 2px;
    padding: 6px;
	font-size:80%;
	margin: 0;	
}
.categories-links {
	line-height:10pt;
}
.rt-container-fluid .entry-title a {
	font-size:70%;
}
.rt-holder {
	border-radius:4px;
}
.rt-tpg-container .rt-holder .rt-detail .read-more a {
	border-radius:4px;
}
.tpg-shortcode-main-wrapper .layout3 .rt-holder .rt-detail .read-more {
	text-align: right;
}
.rt-tpg-container .rt-holder .rt-detail .read-more a:hover {
	color: #305A9D !important;
	border-color: #305a9d;
}
.report_list .rt-detail:hover {
	background-color: #305A9D !important;
}
.tpg-shortcode-main-wrapper .carousel8 .rt-holder, .tpg-shortcode-main-wrapper .isotope8 .rt-holder, .tpg-shortcode-main-wrapper .layout12 .rt-holder {
    background: #fff;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.08);
}
.tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading-line, .tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading-line-left {
    -webkit-box-flex: 1;
    align-self: center;
    border-color: #EEF4FC;
    border-style: solid;
    border-width: 2px;
    flex-grow: 1;
    height: 4px;
    margin-left: 15px;
}
.post-full:after, .post-summary:after {
    border-bottom: 1px solid #EEF4FC;
    content: "";
    display: block;
    width: 100%;
}

/*行事予定*/
#post-194 .wp-block-table {
	overflow-x: scroll;
}
.schedule_table table {
	min-width:720px;
	border-collapse: collapse;
	white-space: nowrap;
}
.schedule_table td:nth-child(1),
.schedule_table td:nth-child(2) {
  width: 50px;
}

.schedule_table td:nth-child(3),
.schedule_table td:nth-child(4) {
  width: 310px;
}

/*投稿*/
.cat-links a {
    background-color: #17458f;
    color: #fff;
    border-radius: 2px;
    padding: 6px;
    font-size: 80%;
    margin: 0;
}
.cat-links a:hover {
	color:#fff;
	font-size: 85%;
}
.post-summary .entry-header {
	margin-bottom:10px;
}
.post-navigation {
	display:none;
}

/*固定ページ*/
.jumbotron-overlay {
    background-color: rgba( 0, 0, 0 , 0.1 );
}
.jumbotron-title {
	text-shadow:none;
}
.site-content {
	max-width:980px;
}
.jumbotron {
    background-position: 50% bottom;
}

/*お問い合わせ*/
.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #FF5810;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}

.cform th {
	background-color: #EEF4FC;
}
.submit-btn {
	text-align: center;
	margin-top: 20px;
} 

.cform th {
	font-size: 14px;
	width: 25%; /*変なところで改行される場合はここの数字を変更します。*/
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 0 10px 15px;
	font-weight: normal;
}

.cform td {
	font-size: 14px;
	line-height: 150%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 5px;
}

.cform {
	width: 95%;
	margin: auto;
}

.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}



@media only screen and (max-width:767px) {
	.cform th {
		width: 98%;
		display: block;
		border-top: none;
	border-right: none;
	border-left: none;
	}
	.cform td {
		width: 99%;
		display: block;
		border-top: none;
	border-right: none;
	border-left: none;
	}
}



/*フッター*/
.site-bottom, .footer-widget-area {
	background-color: #17458f !important;
	border-top: solid 1px #17458f;
}
.footer-widget-area {
	padding-top: 0 !important;
}
#colophon {
	background-color: #17458f !important;	
}
.site-bottom-content, .site-copyright {
	color:#fff;
	text-align:center;
}
.footer-widget-content {
	margin:0;
	padding:0;
	max-width:100%!important;
}
#block-12 {
	/*display:none;*/
   max-width: 1120px;
	margin: 0 auto 4rem;
	padding:0 35px;
}
#supplementary, #block-13 {
	padding-bottom:0;
	margin-bottom:0;
}
.site-info {
    clear: right;
    float: none;
    margin-top: 3px;
    text-align: center;
}
.jimukyoku {
	font-size:120%;
}
.history {
	max-width:700px;
	margin:0 auto 28px;
	padding:0 35px;
}
.houshi h2 {
	margin: 0 0 20px;
}
.houshi p {
	margin: 0 0 10px;
	font-size: 98% !important;
}
.houshi a {
    text-decoration: none;
	padding: 6px 20px !important;
}
.houshi {
	min-height: 333px;
}
@media screen and (max-width: 781px) {
#block-12 {
   max-width: 400px;
}
}	