@charset "UTF-8";

/*!
Theme Name: t-kyodo2022Cocoon
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: tom
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

.f-indent-01 {
    text-indent: 1em;
}



/*2024/10/01追加トップ変更ースマホ用*/

.waku-1023{
display:none;	
	
}

/*ヘッダーここ*/

.topmap,
span.topmap{
font-size: 0.8em;
 background: #25bd73;
 padding: 5px;
color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
text-decoration: none;
 transition: all 0.3s ease-in-out;
}

a.linkmap {
    text-decoration: none;
}
a:hover .topmap{
 background: #14874f;
text-decoration: none;
}
/*ここまで*/





/*シェアボタンをカスタマイズ*/

/*---SNSボタンを丸くする---*/
#main .button-caption {
	display: none; /*キャプション非表示*/
}

/*SNSシェアボタン*/
.sns-share-message{
	
display: flex;
		justify-content: center;
	align-items: center;
	font-weight: bold; /*太字*/
	color: #875d5b; /*文字色*/
}


.sns-share-message::before,
.sns-share-message::after {
	content: '';
	width: 3px;
	height: 30px;
	background-color: #875d5b;
}

.sns-share-message::before {
	margin-right: 20px;
	transform: rotate(-35deg)
}
.sns-share-message::after {
	margin-left: 20px;
	transform: rotate(35deg)
}





.sns-share-buttons {
	flex-wrap: nowrap; /*折り返さない*/
	justify-content: center; /*中央寄せ*/
}
.sns-share-buttons a {
	border-radius: 50%; /*丸くする*/
	font-size: 20px; /*アイコンのサイズ*/
	margin: 0 10px; /*ボタン同士の間隔*/
}
#main .sns-share a {
	width: 40px; /*ボタンの横幅*/
	height: 40px; /*ボタンの高さ*/
}

/*SNSフォローボタン*/
.sns-follow-message{
	display: flex;
		justify-content: center;
	align-items: center;
	font-weight: bold; /*太字*/
    color: #333;
    font-size: 0.8em;
}


.sns-follow-message::before,
.sns-follow-message::after {
	content: '';
	width: 3px;
	height: 30px;
	background-color: #333;
}

.sns-follow-message::before {
	margin-right: 20px;
	transform: rotate(-35deg)
}
.sns-follow-message::after {
	margin-left: 20px;
	transform: rotate(35deg)
}






.sns-follow-buttons {
	justify-content: center; /*中央寄せ*/
}
.sns-follow-buttons a {
	border-radius: 50%; /*丸くする*/
	font-size: 20px; /*アイコンのサイズ*/
	margin: 0 10px; /*ボタン同士の間隔*/
}
#main .sns-follow a {
	width: 40px; /*ボタンの横幅*/
	height: 40px; /*ボタンの高さ*/
}

/*ここまで*/
.sns-follow-buttons a:last-child {
    margin-right: 0;
    background-color: #fff;
}


/*コメントボタンをカスタマイズ*/

.pagination-next-link, .comment-btn {
width: auto;
    text-align: center;
    margin: auto;

}

.comment-title{	
display: flex;
justify-content: center;
	align-items: center;
	font-weight: bold; /*太字*/
	color: #875d5b; /*文字色*/
}


.comment-title::before,
.comment-title::after {
	content: '';
	width: 3px;
	height: 30px;
	background-color: #875d5b;
}

.comment-title::before {
	margin-right: 20px;
	transform: rotate(-35deg)
}
.comment-title::after {
	margin-left: 20px;
	transform: rotate(35deg)
}

/*ここまで*/



/*TOPメニューここ*/

.p-navi__wrap {
    margin: 0 auto;
}
.p-navi__lists {
    display: flex;
}
.p-navi__list {
background: url(https://t-kyodo.com/website/wp-content/uploads/2022/07/nav-1.png) bottom left repeat-x scroll;
    border-collapse: separate;
    -webkit-background-origin: border !important;
    -moz-background-origin: border !important;
    background-origin: border-box !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    border: 1px solid #FFFFFF;
    padding: 0px 15px;
 width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
  width : -webkit-calc(100% / 4) ;
  width : calc(100% / 4) ;
    position: relative;
    transition: all .3s;
height: 60px;
}
.p-navi__list:hover {
background: url("https://t-kyodo.com/website/wp-content/uploads/2022/07/nav-3.png") no-repeat;
    color: rgb(0, 0, 0);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 2px 1px;
    border: 1px solid rgb(255, 255, 255);
    transition: all 0.9s ease 0s;
color: #fff;
}
.p-navi__list:not(:first-child)::before {
    content: "";
background-color: #fff;
    width: 1px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}
.p-navi__list:hover::before {
background-color: #fff;
}
.p-navi__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #333;
 
    transition: all .3s;

}
.p-navi__list:hover a {
    color: #fff;
}








.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 58px;
    left: 0;
font-size:0.85em;
}
.p-navi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.p-navi__list .dropdown__lists a {
color: #333;
}
.p-navi__list .dropdown__lists a:hover {
color: #fff;
}


.dropdown__list {
background: url(https://t-kyodo.com/website/wp-content/uploads/2022/07/nav-1.png) bottom left repeat-x scroll;
    height: auto;
    transition: all .3s;
    position: relative;

}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list:hover {
    background: url("https://t-kyodo.com/website/wp-content/uploads/2022/07/nav-3.png") no-repeat;
}
.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}

ul li.dropdown__list {
    margin: 0em;
    background-color: #fff;
}

/*ここまで*/




.logo {
    text-align: left;
    margin: 1em 0em 0em 5%;
}  
.item-top2 {
    padding: 13px;
    right: 5%;
    font-size: 1em;
}
.mobile-menu-buttons .menu-icon {
    font-size: 28px;
}
.mobile-menu-buttons .menu-caption {
    font-size: 10px;
}
.logo-menu-button img {
    max-height: 65px;
}


@media screen and (max-width: 1023px) {
 .mobile-header-menu-buttons {
        height: 8%;
    }

.waku-1023{
display:block;
	
}	
	
.navi,
.logo-image span, 
.logo-image a  {
 display: none;
    }
#header-container {
    top: 70px!important;
}
.top-slider {
    margin: 50px auto -50px auto;
    text-align: center;
} 

}
@media screen and (max-width: 834px) {
/*
    .header div.header-in {
        min-height: 120px;
    }	
*/	
 #header-container {
    top: auto;
}
.top-slider {
    margin: 0px auto 0px auto;
    text-align: center;
}
    .item-top2 {
        top: 20px;

    }

.header {
    padding: 20px 0px;
}

    .no-scrollable-main .main {

        margin-top: -15px;
    }
	ul.dropdown__lists {
        padding-left: 0px;
	z-index: 1;
		        border: 1px solid #fff;
}
}

@media not all and (min-width: 720px) {
    .item-top2 {

        display: block;

    }

ul#topmenu2 {
    flex-wrap: wrap;
}
ul#topmenu2 li{
 
    width: calc(48%);
}

.p-navi__lists {
    flex-wrap: wrap;
}
li.p-navi__list {
    width: calc(48%);
}

.ue01{
padding: 15px 0px;
}

ul.p-navi__lists {
        padding-left: 0px;
}

}



@media screen and (max-width: 550px) {
    .item-top2 {
position: absolute;
    font-size: 0.8em;
    }
ul#topmenu2 li a {
    font-size: 0.8em;

}
.header {
  padding: 15px 0px 10px 0px;
}
	   .header div.header-in {
        min-height: 0px;
    }	

}








/*----フッター------------*//*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*/

.footer-left,
.footer-center,
.footer-center2, 
.footer-right, .footer-mobile {
  padding: 8px 18px;
	font-size:14px;
}

.footer-left,
.footer-center,
.footer-center2,
.footer-right {
  width: 25%;
}



.footer05 {
 color: #808080;
}
.footer05 a {
 color: #808080;
 text-decoration: none;
}
.footer05 li a:hover {
 text-decoration: underline;
}
.footer05 .wrap {
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.footer05 .wrap h3 {
 margin: 0 0 10px 0;
 padding: 0;
 border-bottom: 1px #c4c4c4 solid;
}
.footer05 .wrap p {
 margin: 0;
 padding: 0 0 0px 0;
}
.footer05 .wrap .box {
 width: 100%;
}
.footer05 .wrap .box ul {
 margin: 0;
 padding: 0 0 0px 0;
 list-style: none;
}


/*--------------------------*/

/*パスワードのカスタマイズ*/

input[type="password"]{
width: 50%; 
}
input[type='submit']{
	width: 30%; 
	
}
@media only screen and (max-width: 515px){
input[type="password"] {
    width: 100%;
}
	input[type='submit']{
	width: 100%; 
	
}
}

/*ここまで*/


a:hover {
    color: #3bb580;
}



ul {
  list-style: none;
}

table td {
    border: 1px solid #eee;
    padding: 6px;
    background-color: #fff;
}
table th{
    border: 1px solid #eee;
    padding: 6px;
    background-color: #fffde6;
}




.img_director{
  border: 0px;
  width: 270px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.img_director img {
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_director:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}



.balloon2-top {
  position: relative;
  display: inline-block;
  margin: -2.5em 0 0 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
	width: 100%;
  color: #555;
  font-size: 13px;
  background: #fefe99;
  border: solid 3px #cae9ae;
  box-sizing: border-box;
	border-radius: 5px; 
}

.balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -16px;
  border: 13px solid transparent;
  border-bottom: 13px solid #fefe99;
  z-index: 2;
}

.balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -18px;
  border: 15px solid transparent;
  border-bottom: 15px solid #cae9ae;
  z-index: 1;
}

.balloon2-top p {
  margin: 0;
  padding: 0;
}




.img_kanwa{
  border: 0px;
  width: 270px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.img_kanwa img {
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_kanwa:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}




*{
	margin:0px;
	 padding:0px;
	
}
/*必要ならばここにコードを書く*/
.date-tags {
    display: none;
}

/***** ディスクリプション欄*****/
.tagline {
    text-align: left;
    font-size: 14px;
    margin: 0.4em 0.4em 1em 5%;

}


/***** ロゴ欄*****/
.logo-text {
    padding: 10px 0 0px;
    font-size: 1em;
}
.logo {
    text-align: left;
	  margin: 0.4em 0em 0em 5%;
}



/***** コンテンツ*****/
.main {
  position: static;
  margin-top: 90px;
}
/***** サイドバー*****/
.sidebar {
 position: relative;
margin-top: 90px;
background-color:#fff;
background:rgba(255,255,255,0.6);
}

.sidebar ul {
   font-size: 16px;
}


.sidebar li {
border:#daf6e8 1px solid;
	margin-bottom:1px;
	background-color:#fff;
 position: relative;
text-indent: 0.7em;
background:  url('https://t-kyodo.com/website/wp-content/uploads/2022/07/sid-menu.png') bottom repeat-x scroll;
}

.sidebar li:hover > a {
background:  url('https://t-kyodo.com/website/wp-content/uploads/2022/07/sid-menu-h2.png') bottom repeat-x scroll;
}


.sidebar li:nth-child(1) {
 	margin-top:-10px;
	
  }


 .sidebar  li:before {
    content: "";
    position: absolute;
    top: 19px;
    left: 2px;
    width: 0;
    height: 10;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent transparent #67990c;
  }


/***** ブログカードカスタム*****/
.entry-card-footer {
  display: none;
}

div.entry-card-meta.card-meta.e-card-meta{
	display: none
	position: relative
}

div.entry-card-info.e-card-info{
	display: none
}

.entry-card-content {
  min-height:150px;
  margin-left: 170px;
  padding-right: 0px;
}

.entry-card:after{
	display: block;
	position: absolute;
	bottom: -10px;
	right: 5px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif ,Arial, メイリオ;
	color: #ffffff;
	content: '続きを読む';
	font-size: 90%;
	letter-spacing: 1px;
	background-color: #28b372;
  	padding: 0.2em 1em ;
	text-align: center ;
	border-radius: 20px;
	width: 15%;
	height: auto;
	}



.a-wrap {

    margin-bottom: 5%;
padding-bottom:5%;
}





/***** フロントタイトルを消す*****/
.front-top-page #main .entry-title{
  display: none;
}

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



#header{
  background:  url('') bottom left repeat-x scroll;
}

 /* ロゴの大きさ・幅に関するもの */
.header-container-in.hlt-top-menu .logo-header img {
  max-height: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  margin: 10px 0;
}




#header-container {

background:  url('https://t-kyodo.com/website/wp-content/uploads/2022/07/heder-img4.png') center right repeat-x scroll;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
z-index: 10; 
}
.site-name-text-link {
  color: #fff;
}

.navi {
 background:  url('https://t-kyodo.com/website/wp-content/uploads/2022/07/nav-1.png') bottom left repeat-x scroll;
margin: 0 auto;
   margin:0 auto;
   position: relative;
	height: 65px;	
	 border-top: 5px solid #29ee96;
	
}


#navi .navi-in > ul > li{
  border-left: 1px solid #fff;
	
}


#navi .navi-in > ul  a:hover
 {
color: #fff;	
}


#navi .navi-in > ul > li:last-child{
  border-right: 1px solid #fff;
}

.navi-in > ul > .menu-item-has-children > a::after{ 
  right: 10px; 
}

#navi .navi-in > ul .sub-menu a {
  color: #000; /* サブメニュー文字色 */
/*  font-size: 12px; /* サブメニュー文字の大きさ */
  background: #fff;
}


.navi-in > ul .sub-menu {
  background: #fff;
  box-shadow: 0 0 10px rgba(30, 30, 30, .1);
}
.navi-in > ul li {
  width: auto;
}

#navi .navi-in > ul .sub-menu a {
    width: 300px;
	font-size:0.9em;
	  /* width: max-content; */
 /*  max-width: 100vw; *//* 画面外に出ないように */
}




.navi-in a {
 /* font-size: 13px;  ナビ文字大きさ */
 /*   font-weight: bold;*/
  position: relative;
  color: #000; /* ナビ文字色 */
  display: block;
  text-decoration: none;
	
}
.navi-in a:hover {
	background:  url('https://t-kyodo.com/website/wp-content/uploads/2022/07/nav-3.png')  no-repeat;
	color: #000; /* ナビ文字色 */
	
}
.navi-in a:before {
  position: absolute;
  left: 0;
  bottom: 6px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff; /* マウスON時の下線色 */
  transform: scale(0, 1);
  transition: 0.4s;
	
}
.navi-in a:hover:before {
  transform: scale(1);
}
.navi-in > ul .sub-menu a {
  color: #666; /* サブメニュー文字色 */
/*  font-size: 12px; /* サブメニュー文字の大きさ */
  background: #fff;
}
.navi-in > ul .sub-menu a:before {
  background: #29ee96; /* サブメニューマウスON時の下線色 */
}
.header-container-in.hlt-top-menu .logo-header {
  max-height: 100%;
}
.header-small {
  opacity: 0.9;
}
.header-small .header-container-in.hlt-top-menu .logo-header img {
  max-width: 130px;
  margin: 10px 0;
}
#container {
  padding-top: 128px;
}
[id^="toc"]:target {
  padding-top: 85px;
  margin-top: -85px;
}


#navi .navi-in a, #navi .navi-in a:hover {
    color: #333;
}

.navi .item-label,
.navi .item-description {
  color: #333;
}


.fa-folder-open:before {
content: "";
}



/*****タイトル箇所*****/
.entry-title
{
	 border-bottom: solid 8px #cefbe6;
	font-weight: bold;
	position:relative;
	text-indent:0.5em;

/*background-image:url('https://t-kyodo.com/website/wp-content/uploads/2013/07/tittle.jpg');
	background-repeat:no-repeat;
	color: #000;
border:0px solid #BAD8D3;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
margin-right:0%;
margin-top:1%;
font-weight: bold;*/
}




.entry-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 8px #29ee96;
  bottom: -8px;
  width: 20%;
}






.entry-title2
{
		 border-bottom: solid 8px #cefbe6;
	font-weight: bold;
	position:relative;
	
	
/*padding:9px;
	padding-left:15px;
	background-color: #CEF3ED;
background-image:url(images/block-corner-009.png);
	background-repeat:no-repeat;
	color: #000;
border:1px solid #BAD8D3;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
margin-right:0%;
margin-top:1%;
font-weight: bold;
font-size: 22px;*/

}

.entry-title2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 8px #29ee96;
  bottom: -8px;
  width: 20%;
}
/*-------------見出し-------------*//*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*/






.art-postmetadataheader2
{

margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding-left: 25px;
line-height: 40px;
  overflow:hidden;
background-color: #ffffff;
  margin: 0;background-image: url('https://t-kyodo.com/website/wp-content/uploads/2022/07/h3tittle-3.png');
  background-repeat: no-repeat;
}


.art-postmetadataheader2-1
{
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding-left: 25px;
padding-top: 5px;
line-height: 40px;
  overflow:hidden;
  background-color: #ffffff;
  margin: 0;background-image: url('https://t-kyodo.com/website/wp-content/uploads/2022/07/h3tittle-3.png');
  background-repeat: no-repeat;
}


.art-postmetadataheader3
{
margin-top: 2px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 5px;
padding-left: 0px;
line-height: 36px;
  overflow:hidden;
  background-color: #ffffff;
  margin: 0;background-image: url('https://t-kyodo.com/website/wp-content/uploads/2022/07/h4tittle-3.png');
  background-repeat: no-repeat;
}

.art-postmetadataheader3-1
{
margin-top: 2px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 2px;
padding-left: 0px;
line-height: 36px;
  overflow:hidden;
  background-color: #ffffff;
  margin: 0;background-image: url('https://t-kyodo.com/website/wp-content/uploads/2022/07/h4tittle-3.png');
  background-repeat: no-repeat;
	text-indent: 2.2em;
}

.art-postmetadataheader3-2
{
margin-top: 5px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 5px;
padding-left: 30px;
padding-top: 8px;
line-height: 30px;
  color: #2E2D23;
  overflow:hidden;
  background-color: #ffffff;
  margin: 0;background-image: url('https://t-kyodo.com/website/wp-content/uploads/2013/07/sankaku.jpg');
  background-repeat: no-repeat;
}


/*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*/


.container-2w {
    padding-bottom: 0em;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0em;
	
}

.container-2w p {
    padding-left: 1em;	
}


.container-all-f {
    padding-bottom: 0em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0em;
	
}

.container-all-f p {
    padding-left: 1em;	
}





.container-2w {
    padding-bottom: 0em;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0em;
	
}


.item-p-2w{
    width: 35%;

}
.item-p-2w2{
    width: 35%;
padding-right:20px;
}
.item-p-2w3{
    width: 20%;
	padding-left:10px;
}

.item-p-docter{
    width: 25%;
}


.item-t-2w {
    width: 60%;
    vertical-align: top;

}
.item-t-2w3 {
    width: 80%;
    vertical-align: top;

}
.item-t-docter {
    width: 75%;
    vertical-align: top;
	margin-left:5px;
	font-size:0.9em;
}
.item-t-docter table tr td {
border: solid 0px #cefbe6;
	  vertical-align: top;
}



.article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-top: 1.5em;
}
.article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-bottom: 1.0em;
}






.article h3 {
	border-left: 0px solid #888; 
   border-right: 0px solid #ddd;
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 1px 5px 10px;
    text-indent: 1.6em;
}

.article h4 {
	border-left: 0px solid #888; 
   border-right: 0px solid #ddd;
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 8px 1px 5px 10px;
    text-indent: 1.6em;
}

.article h5 {
 font-size:1.0em;
    padding: 8px 0px 5px 5px;
    text-indent: 1.6em;
}
.article h6 {
 font-size:1.0em;
    padding: 8px 0px 5px 5px;
    text-indent: 1.6em;
	   border-bottom: 0px solid #ddd;
}



/*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*/

.sidebar .sub-menu li{
	border: solid 0px #cefbe6;
 margin-top: 0px;
	background-image: url('');
}








.wp-caption {

background-color: #f5f6f7; 
text-align: center;
    max-width: 100%;
}
.wp-caption p{
	   padding-left: 0em;	
}



/*--入院の欄の表--------*//*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*/



.box-t-waku2 table {
  margin: 5px 0px 5px 5px;
  max-width: 99%;
  width: 99%;
  border-collapse: collapse;
  border-spacing: 0;
}









/*-------トップレイアウト------*//*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*/


.top-slider{
margin:120px auto -100px auto ;	
text-align:center;
}

ul#menu1puls {
  display: flex;
    padding: 0px;
    margin: 0px;
    width: 100%;
	font-size:1.0em;
}

ul#menu1puls li{
	background:  url('https://t-kyodo.com/website/wp-content/uploads/2022/07/nav-1.png') bottom left repeat-x scroll;
 border-collapse: separate;
   -webkit-background-origin: border !important;
   -moz-background-origin: border !important;
   background-origin: border-box !important;
text-align:center;
   -webkit-border-radius:6px;
   -moz-border-radius:6px;
   border-radius:6px;
   -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
   -moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
   box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
   border:1px solid #FFFFFF;
   padding:10px 18px;
   margin:0 auto;

}

ul#menu1puls li a{

 text-decoration: none;
   position:relative;
   display: inline-block;
   vertical-align: middle;
   white-space: nowrap;
   text-align: center;
   color: #000;
   margin: 0 5px 0 0 !important;
   overflow: visible;
   cursor: pointer;
   text-indent: 0;
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;

}

#menu1puls li:hover{
 	 background: #28A4A4;
   	background:  url('https://t-kyodo.com/website/wp-content/uploads/2022/07/nav-3.png')  no-repeat;
	color: #000; /* ナビ文字色 */
   -webkit-border-radius:6px;
   -moz-border-radius:6px;
   border-radius:6px;
   -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
   -moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
   box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
   border:1px solid #FFFFFF;
   margin:0 auto;
	transition: 0.9s;
}



ul#menu2puls {
    display: flex;
    padding: 0px;
     margin: 10px auto;
    width: 100%;
}


ul#menu2puls li {
    list-style-position: outside;
    list-style-type: none;
    float: left;
    padding: 0px;
    margin: 0px auto;
    list-style: none;
    width: 50%;
}
ul#menu2puls a {
    list-style-position: outside;
    list-style-type: none;
    padding: 0px;
     margin: 0px auto;
    display: block;
    width: 314px;
    height: 154px;
    text-indent: -600px;
    overflow: hidden;
}


a.sabisu {
    background-image: url(https://t-kyodo.com/site/wp-content/uploads/2013/07/nav2.jpg);

}
a:hover.sabisu{
    background-position: 0px -154px;

}

a.timu {
    background-image: url(https://t-kyodo.com/website/wp-content/uploads/2023/12/nav2-2023.jpg);
    background-position: -314px 0px;

}
a:hover.timu{
    background-position: -314px -154px;

}

.sidebar ul#menu5puls li:before,
ul#slide-in-menu5puls li::before,
.sidebar ul#menu6puls li:before,
ul#slide-in-menu6puls li::before,
.sidebar ul#menu7puls li:before,
ul#slide-in-menu7puls li::before,
.sidebar ul#menu8puls li:before,
ul#slide-in-menu8puls li::before,
.sidebar ul#menu9puls li:before,
ul#slide-in-menu9puls li::before{
    content:  none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-width: 0px;
    border-style: solid;
    border-color: transparent transparent transparent #67990c;
}


.sidebar ul#menu5puls,
ul#slide-in-menu5puls,
.sidebar ul#menu6puls,
ul#slide-in-menu6puls,
ul#slide-in-menu7puls,
.sidebar ul#menu7puls,
ul#slide-in-menu8puls,
.sidebar ul#menu8puls,
ul#slide-in-menu9puls,
.sidebar ul#menu9puls{
     margin: 0px auto;
	 width: 100%;
		background-color:#fff;

}

ul#slide-in-menu5puls li,
ul#slide-in-menu6puls li,
ul#slide-in-menu7puls li,
ul#slide-in-menu8puls li,
ul#slide-in-menu9puls li{
	    margin: 0px auto;
    padding: 0px;
  	border: #daf6e8 0px solid;
width: 210px;
background-color:#fff;
}



.sidebar ul#menu5puls li,
.sidebar ul#menu6puls li,
.sidebar ul#menu7puls li,
.sidebar ul#menu8puls li,
.sidebar ul#menu9puls li{
    padding: 0px;
  	border: #daf6e8 0px solid;
width: 210px;
background-color:#fff;
}

.sidebar ul#menu5puls a,
ul#slide-in-menu5puls a { 
    padding: 0px;
    margin: -5px 0 5px 0;
    display: block;
	width: 210px;
    height: 159px;
	text-indent: -600px;
    overflow: hidden;
}


a.top-toi {
    background-image: url(https://t-kyodo.com/website/wp-content/uploads/2023/10/menu.jpg);
}
ul#menu5puls a:hover.top-toi,
ul#slide-in-menu5puls a:hover.top-toi{
    background-position: 0px -828px;
	 background-image: url(https://t-kyodo.com/website/wp-content/uploads/2023/10/menu.jpg);

}
ul#menu5puls a.recruit,
ul#slide-in-menu5puls a.recruit{
    background-image:url(https://t-kyodo.com/website/wp-content/uploads/2023/12/t-kyodorecruit-2023.jpg);

}


ul#menu5puls a:hover.recruit,
ul#slide-in-menu5puls a:hover.recruit{
    background-position: 0px -157px;
    background-image:url(https://t-kyodo.com/website/wp-content/uploads/2023/12/t-kyodorecruit-2023.jpg);


}



ul#menu5puls a.kango-k,
ul#slide-in-menu5puls a.kango-k{
    background-image:url(https://t-kyodo.com/website/wp-content/uploads/2023/02/menu-kango.png);
	height:115px;
}


ul#menu5puls a:hover.kango-k,
ul#slide-in-menu5puls a:hover.kango-k{
	opacity: 0.6;
transition: .3s;
    background-position: -0px -0px;
 /*   background-image:url(https://t-kyodo.com/website/wp-content/uploads/2023/02/menu-kango.png);
*/

}






.sidebar ul#menu6puls a,
ul#slide-in-menu6puls a  {
    padding: 0px;
 margin: -5px 0 10px 0;
    display: block;
    width: 210px;
    height: 97px;
    text-indent: -600px;
    overflow: hidden;
}

a.kosodate{
    background-image:url(https://t-kyodo.com/site/wp-content/uploads/2013/07/menu.jpg);
background-position: 0px -155px;

}
ul#menu6puls a:hover.kosodate,
ul#slide-in-menu6puls a:hover.kosodate{
	    background-image:url(https://t-kyodo.com/site/wp-content/uploads/2013/07/menu.jpg);
    background-position: 0px -983px;

}



.sidebar ul#menu7puls a,
ul#slide-in-menu7puls a  {
  padding: 0px;
 margin: -5px 0 10px 0;
    display:block;
    width:210px;
    height:248px;
    text-indent:-600px;
    overflow:hidden;
}


a.annai{
    background-image:url(https://t-kyodo.com/site/wp-content/uploads/2013/07/menu.jpg);
background-position: 0px -252px;

}
ul#menu7puls a:hover.annai,
ul#slide-in-menu7puls a:hover.annai{
    background-position: 0px -1080px;
	 background-image:url(https://t-kyodo.com/site/wp-content/uploads/2013/07/menu.jpg);

}



ul#menu8puls a,
ul#slide-in-menu8puls a{
    padding: 0px;
    margin: -5px 0 10px 0;
    display: block;
    width: 210px;
    height: 154px;
    text-indent: -600px;
    overflow: hidden;
}

a.annai2{
    background-image:url(https://t-kyodo.com/website/wp-content/uploads/2023/12/menu-202312.jpg);
background-position: 0px -499px;

}
ul#menu8puls a:hover.annai2,
ul#slide-in-menu8puls a:hover.annai2{
	   background-image:url(https://t-kyodo.com/website/wp-content/uploads/2023/12/menu-202312.jpg);
    background-position: 0px -1327px;

}

ul#menu9puls a,
ul#slide-in-menu9puls a{
    padding: 0px;
    margin: -5px 0 10px 0;
    display: block;
    width: 210px;
    height: 52px;
    text-indent: -600px;
    overflow: hidden;
}
a.coop{
    background-image:url(https://t-kyodo.com/site/wp-content/uploads/2013/07/menu.jpg);
background-position: 0px -707px;

}
ul#menu9puls a:hover.coop,
ul#slide-in-menu9puls a:hover.coop{
	  background-image:url(https://t-kyodo.com/site/wp-content/uploads/2013/07/menu.jpg);
    background-position: 0px -1535px;

}





.waku-top2 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 8px;
    padding-right: 8px;
    display: block;
    border-bottom: 1px solid #bbb;
}

p.mm-t{
border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
	    margin-block-end: 0em;
}

button.tuzuki {
    padding: 10px 25px;
    border: 0px solid #000;
    border-radius: 3px;
    background-color: #f6f6f6;
    box-shadow: 0 3px 0 #ddd;
    font-family: Helvetica, Arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #222;
    text-align: center;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color .4s ease;
	margin:5px auto;
	text-align:center;
}



@media screen and (max-width: 1023px){

ul#menu1puls li{

   padding:10px 30px;
   margin:0 auto;

}
	#container {
    padding-top: 76px;
}
}






@media screen and (max-width: 835px){
.top-slider{
margin:0px auto 0px auto ;	
text-align:center;
}
ul#menu1puls li{

   padding:10px 20px;

}

	
	
}


@media only screen and (max-width: 768px){

ul#menu1puls {
  display: flex;
    padding: 0px;
    margin: 0px;
    width:100%;

	font-size:0.8em;
}

	
ul#menu2puls > li{
	width:50%;
	}

ul#menu2puls li a{
	width:100%;
	display:block;
	}

ul#menu2puls li a{
	height:8vw;
	}

ul#menu2puls li a{
	height:24vw;
	}
	
	
	

/*--
ul#menu1puls li a.gaiyou{background:url(https://t-kyodo.com/site/wp-content/uploads/2013/07/nav_01.jpg) 0 0 no-repeat; background-size:100%;}
ul#menu1puls li a.gairai{background:url(https://t-kyodo.com/site/wp-content/uploads/2013/07/nav_02.jpg) 0 0 no-repeat; background-size:100%;}
ul#menu1puls li a.nyuin{background:url(https://t-kyodo.com/site/wp-content/uploads/2013/07/nav_03.jpg) 0 0 no-repeat; background-size:100%;}
ul#menu1puls li a.zaitaku{background:url(https://t-kyodo.com/site/wp-content/uploads/2013/07/nav_04.jpg) 0 0 no-repeat; background-size:100%;}
--*/
	
	
	
	ul#menu2puls li a.sabisu{background:url(https://t-kyodo.com/website/wp-content/uploads/2024/07/nav1_2023.png) 0 0 no-repeat; background-size:100%;}
ul#menu2puls li a.timu{background:url(https://t-kyodo.com/website/wp-content/uploads/2024/07/nav2_2023.png) 0 0 no-repeat;; background-size:100%;}

	
}





@media only screen and (max-width: 650px){

	
ul#menu1puls {
  display: flex;
	flex-wrap: wrap;   
    width:100%;

}
	
	
	ul#menu1puls li{
	   width:50%;
}

}


@media only screen and (max-width: 280px){

ul#menu1puls {
  display: flex;
	flex-wrap: wrap;   
    width:100%;

}
	
	
	ul#menu1puls li{
	   width:100%;
}
	
	
	
	
	
	
	
	
}




/*-------q&Aレイアウト------*//*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*/


.Qa-Box {
  width: 100%;
  margin: 0 auto;
}

.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
  display: flex;
  align-items: baseline;
  margin: 15px 0;
  padding: 15px;
}

.Qa-Box .Qa dt {
  background: #fffeea;
}

.Qa-Box .Qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}

.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}

.Qa-Box .Qa dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #6699B7;
  width: 2em;
  height: 2em;
}

.Qa-Box .Qa dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #D65556;
  width: 2em;
  height: 2em;
}

@media screen and (max-width: 960px) {
  .Qa-Box {
    width: 95%;
  }
}




.midashi04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
	  color: #000;
}

.midashi04::before,
.midashi04::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #3fc1c9;
}

.midashi04::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.midashi04::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

.midashi-waku01 {
    padding: 0.5em 1em 1em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #000;
    background: #fff;
    border: solid 3px #3fc1c9;
    border-radius: 10px;
}
.midashi-waku01 p {
    margin: 0; 
    padding: 0;
}



/*----パンフレット------------*//*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*/


.ny-botan {
    padding: 10px;
    margin-top: -80px;
z-index: 1;
    position: relative;
}
.ny-botan a {
    display: block;
    padding: 5px;
    background: #34e697;
    border: 1px solid #999;
    color: #333;
    margin-left: auto;
    text-align: center;
    background-repeat: repeat-x;
    width: 120px;
    text-decoration: none;
}


/*-------影付き枠------*//*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*/

.box-t-waku{
padding:15px;	
margin-top: 5px;
margin-left: 5px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #ffffff;
border: 1px solid #a1a1a1;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 2px 2px 5px #5c5b56;
-webkit-box-shadow: 2px 2px 5px #5c5b56;
box-shadow: 2px 2px 5px #5c5b56;

 behavior: url(https://t-kyodo.com/site/wp-content/themes/kyodo/PIE.htc); /* This lets IE know to call the script on all elements which get the 'box' class */


}



.box-t-waku2{
padding-top:0px;	
	padding-bottom:0px;	
	padding-left:0px;	
	padding-right:0px;	
margin-top: 0px;
margin-left: 8px;
margin-right: 0px;
margin-bottom: 8px;
background-color: #ffffff;
border: 1px solid #a1a1a1;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 2px 2px 5px #5c5b56;
-webkit-box-shadow: 2px 2px 5px #5c5b56;
box-shadow: 2px 2px 5px #5c5b56;

 behavior: url(https://t-kyodo.com/site/wp-content/themes/kyodo/PIE.htc); /* This lets IE know to call the script on all elements which get the 'box' class */


}



.box-t-waku3{
padding:15px;	
margin-top: 0px;
margin-left: 8px;
margin-right: 0px;
margin-bottom: 8px;
background-color: #ffffff;
border: 1px solid #a1a1a1;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 2px 2px 5px #5c5b56;
-webkit-box-shadow: 2px 2px 5px #5c5b56;
box-shadow: 2px 2px 5px #5c5b56;

 behavior: url(https://t-kyodo.com/site/wp-content/themes/kyodo/PIE.htc); /* This lets IE know to call the script on all elements which get the 'box' class */


}



.box-blocka {
    background-color: #feffd1;
    border: 1px solid #a1a1a1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 5px 5px 5px 0px #5c5b56;
    -webkit-box-shadow: 5px 5px 5px 1px #5c5b56;
    box-shadow: 5px 5px 5px 1px #5c5b56;
    behavior: url(https://t-kyodo.com/site/wp-content/themes/kyodo/PIE.htc);
}





@media screen and (max-width: 599px){
.box-t-waku,
.box-t-waku2,
.box-t-waku3{
font-size:0.8em;
margin-left: 8px;
	margin-right: 1px;
	margin-bottom: 5px;
}
.box-t-waku2 table {
  margin: 5px 0px 5px 5px;
  max-width: 98%;
  width: 98%;
  border-collapse: collapse;
  border-spacing: 0;
}


	
	
	

}


/*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*/

.t-waku0022
{
	background-color:#F5FEFE;
		padding:10px;
	border:1px solid #eee;
}


.bg-yel {
    background-color: #f9f8d6;
}

.waku {
    border-radius: 10px;
    margin: 8px 5px;
    padding: 15px;
}




/*****ボタン*****/

}


/*****画像枠*****/
.paper{
	padding:8px;
	border:1px solid #eee;
	background:#fff;
	border-radius:2px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.3);
	position:relative;
 transform: rotate(-4deg);
  -ms-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);


}

.paper2{
	padding:8px;
	border:1px solid #eee;
	background:#fff;
	border-radius:2px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.3);
	position:relative;
 transform: rotate(4deg);
  -ms-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -o-transform: rotate(2deg);


}

.paper3{
	padding:8px;
	border:1px solid #eee;
	background:#fff;
	border-radius:3px;
	box-shadow:-3px 2px 3px -1px rgba(0,0,0,0.3);
	position:relative;
 transform: rotate(4deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);

}

.paper4{
	padding:8px;
	border:1px solid #eee;
	background:#fff;
	border-radius:2px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.3);
	position:relative;
 transform: rotate(-4deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);


}

.paper5{
	padding:8px;
	border:2px solid #333;
	background:#FFCCCC;
	border-radius:3px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.5);
	position:relative;
 transform: rotate(-5deg);
  -ms-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);


}

a:hover .paper5  {

	background:#FFF;
}


.paper6{
	padding:8px;
	border:2px solid #333;
	background:#FFCC00;
	border-radius:3px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.5);
	position:relative;
 transform: rotate(5deg);
  -ms-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -o-transform: rotate(2deg);


}

a:hover .paper6  {

	background:#FFF;
}

.paper7{
	padding:8px;

	border:1px solid #ccc;
	background:#FFFF00;
	border-radius:3px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.5);
	position:relative;
 transform: rotate(-0deg);
  -ms-transform: rotate(-0deg);
  -moz-transform: rotate(-0deg);
  -webkit-transform: rotate(-0deg);
  -o-transform: rotate(-0deg);


}

a:hover .paper7  {

	background:#FFF;
}

.paper8{
	padding:8px;

	border:2px solid #333;
	background:#FF6699;
	border-radius:3px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.5);
	position:relative;
 transform: rotate(-0deg);
  -ms-transform: rotate(-0deg);
  -moz-transform: rotate(-0deg);
  -webkit-transform: rotate(-0deg);
  -o-transform: rotate(-0deg);


}

a:hover .paper8  {

	background:#FFF;
}



.paper9{
	padding:8px;
	border:1px solid #eee;
	background:#fff;
	border-radius:3px;
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	position:relative;
 transform: rotate(-4deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);

}





.block {
    padding: 20px 20px 0px 20px;
    background: #FAFAFA;
    border: 1px #ccc solid;
    box-shadow: 0 2px 3px 0 #ddd;
    -moz-box-shadow: 0 2px 3px 0 #ddd;
    -webkit-box-shadow: 0 2px 3px 0 #ddd;
}


.block hr {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #fff;
}

/*---------もじ-----------*/
.fon-in{
padding-left: 1.2em;
padding-top: 1%;
padding-bottom: 1%;
}

/*---------アイコン-----------*/





.art-postheadericon2:before
{
content:"";
 display: inline-block;
	width: 17px;
	height: 17px;
	background: #31b5b7;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	-o-border-radius: 17px;
	-ms-border-radius:17px; 
	border-radius: 17px;

 margin-right:6px;
margin-top:-3px;
   bottom: 1px;
   position:relative;
   vertical-align:middle;
   font-size:0;
   line-height:0;  


}
.opera .art-postheadericon2:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}


.art-postheadericon3:before
{

   content:url('images/postheadericon3.png');
   margin-right:6px;
 margin-top:-12px;
   bottom: 1px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;


}
.opera .art-postheadericon3:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postheadericon4:before
{
   content:url('images/postheadericon4.png');
   margin-right:6px;
 margin-top:-12px;
   bottom: 1px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;


}
.opera .art-postheadericon4:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postheadericon5:before
{
   content:url('images/postheadericon5.png');
   margin-right:6px;
 margin-top:-12px;
   bottom: 1px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;


}
.opera .art-postheadericon5:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postheadericon6:before
{
   content:url('images/postheadericon6.png');
   margin-right:6px;
 margin-top:-12px;
   bottom: 1px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;


}
.opera .art-postheadericon6:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postheadericon7:before
{
   content:url('images/postheadericon7.png');
   margin-right:6px;
 margin-top:-12px;
   bottom: 1px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;


}
.opera .art-postheadericon7:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}
.art-postheadericon8:before
{
   content:url('images/postheadericon8.png');
   margin-right:6px;
 margin-top:-12px;
   bottom: 1px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;


}
.opera .art-postheadericon8:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}
.art-postheadericon9:before
{


   content:url('images/postheadericon9.png');
   margin-right:6px;
margin-top:-12px;
   bottom: 1px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;


}
.opera .art-postheadericon9:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}



.art-postheadericon10:before
{


   content:url('images/postheadericon10.png');
   margin-right:6px;
margin-top:-12px;
   bottom: 1px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;


}
.opera .art-postheadericon11:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}



.art-postheadericon11:before
{


   content:url('images/postheadericon11.png');
   margin-right:6px;
margin-top:-12px;
   bottom: 1px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;


}
.opera .art-postheadericon11:before
{
   /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}



/*--------------------------*/


.art-postheader2
{
color: #672300;
   font-size: 18px;
   font-family: Hiragino Maru Gothic ProN,Hiragino Maru Gothic Pro,HiraMinProN-W6,HiraMinPro-W6,Hiragino Mincho Pro,Arial, Helvetica;
   font-weight: normal;
   font-style: normal;
padding: .0em .0em;
	border: 0px solid #BAD8D3;
	border-radius: 4px;
margin-top:1.5em;
}

/** 画像開始 **/
.card-thumb {
    overflow: hidden;
}
.card-thumb img {
    transition: all .3s ease-out 0.1s;
}
.card-thumb img:hover {
    transform: scale(1.1);
    transition: all .4s ease-out 0.1s;
}
/** 画像終了 **/





.senpai-waku   {
   margin-bottom:8px;
   padding:10px;
border:2px solid #FF3399;
	background:#FFF0F6;
	border-radius:10px;
 -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
	box-shadow:1px 1px 3px rgba(0,0,0,0.5);

}

.senpai-waku2   {
   margin-bottom:8px;
   padding:10px;
border:2px solid #FF9900;
	background:#FFFCE2;
	border-radius:10px;
 -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
	box-shadow:1px 1px 3px rgba(0,0,0,0.5);

}






div .kamoku-button,
a .kamoku-button {
	background-color: #FFFDE6;
	border: 1px solid #ccc;
	color: #000;
margin: 5px;
margin-bottom: 0%;
padding: 5px;
padding-bottom: 0%;
border-radius: 5px;
box-shadow: 0 3px 3px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(255, 255, 255, .7);

}

div .kamoku-button:hover,
a .kamoku-button:hover {
	background-color: #fff;
	border-color: #ccc;
	color: #000;
	transition: 0.9s;
}

div .kamoku-button img,
a .kamoku-button img {
max-width: 100%;
height: auto;
color: #000;

margin-bottom: 0%;
padding-bottom: 0%;
}




div .yakuzai-button2,
a .yakuzai-button2 {
	background-color: #FFFDE6;
	border: 1px solid #ccc;
	color: #000;
margin: 2%;
margin-bottom: 0%;
padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
		padding-right: 0%;
border-radius: 8px;
box-shadow: 0 3px 3px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(255, 255, 255, .7);

}


div .yakuzai-button2 img,
a .yakuzai-button2 img {
max-width: 100%;
height: auto;
 width:100%;
margin-bottom: 0%;
padding-bottom: 0%;
}









.art-sheet11
{
   background: #FFFFFF;
padding: .5em .78em;
   z-index: auto !important;
border: 0px solid #ccc;
	border-radius: 10px;
margin-top:1%;
line-height: 1.8;
}



.art-sheet11 table {
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	border-collapse: collapse;
border:0px solid #ccc;

}

.art-sheet11 tr {
border:0px solid #ccc;
text-align: left;

}


.art-sheet11 th {
	background: #FFFDE6;
	color: #000;
text-align: left;
font-weight: normal;
vertical-align: top;
	
width: 20%;

}

.art-sheet11 td {

padding:3px;

}

.art-sheet11 .noborder
 {
border: 0px solid #fff;
text-align: center;
vertical-align: middle;
}

.art-sheet11 .noborder .waku-ishi
 {
border: 1px solid #ccc;
text-align: center;
padding:7px;
margin:8px;
font-size: 82%;
}


.art-sheet11 hr {
margin-top:8px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #fff;
}


.art-sheet4 .block {
    padding: 20px;
    background: #FAFAFA;
    border: 1px #ccc solid;
    box-shadow: 0 2px 3px 0 #ddd;
    -moz-box-shadow: 0 2px 3px 0 #ddd;
    -webkit-box-shadow: 0 2px 3px 0 #ddd;
}


.art-sheet4 .block hr {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #fff;
}
.art-sheet4 .block2 {
    padding: 20px;
    background: #FFFDF7;
    border: 1px #ccc solid;
    box-shadow: 0 2px 3px 0 #ddd;
    -moz-box-shadow: 0 2px 3px 0 #ddd;
    -webkit-box-shadow: 0 2px 3px 0 #ddd;
}


.art-sheet4 .block2 hr {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #fff;
}

.art-sheet4 .block3 {
    padding: 20px;
    background: #FFF;
    border: 1px #ccc solid;
    box-shadow: 0 2px 3px 0 #ddd;
    -moz-box-shadow: 0 2px 3px 0 #ddd;
    -webkit-box-shadow: 0 2px 3px 0 #ddd;
}


.art-sheet4 .block3 hr {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #fff;
}




.button
{
   border-collapse: separate;
   -webkit-background-origin: border !important;
   -moz-background-origin: border !important;
   background-origin: border-box !important;
   background: #2eb373;
   background: -webkit-linear-gradient(top, #2eb373 0, #3add8f 100%) no-repeat;
   background: -moz-linear-gradient(top, #2eb373 0, #3add8f 100%) no-repeat;
   background: -o-linear-gradient(top, #2eb373 0, #3add8f 100%) no-repeat;
   background: -ms-linear-gradient(top, #2eb373 0, #3add8f 100%) no-repeat;
   -svg-background: linear-gradient(top, #2eb373 0, #3add8f 100%) no-repeat;
   background: linear-gradient(to bottom, #2eb373 0,#3add8f 100%) no-repeat;
   -webkit-border-radius:6px;
   -moz-border-radius:6px;
   border-radius:6px;
   -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
   -moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
   box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
   border:1px solid #FFFFFF;
   padding:0 20px;
   margin:0 auto;
   height:45px;
}




a.button,
a.button:link,
a:link.button:link,
body a.button:link,
a.button:visited,
body a.button:visited,
input.button,
button.button
{
   text-decoration: none;
   font-size: 14px;
   font-family: Hiragino Maru Gothic ProN,Hiragino Maru Gothic Pro,HiraMinProN-W6,HiraMinPro-W6,Hiragino Mincho Pro,Arial, Helvetica;
   position:relative;
   display: inline-block;
   vertical-align: middle;
   white-space: nowrap;
   text-align: center;
   color: #FFFFFF;
   margin: 0 5px 0 0 !important;
   overflow: visible;
   cursor: pointer;
   text-indent: 0;
   line-height: 45px;
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
}

.button img
{
   margin: 0;
   vertical-align: middle;
}

.firefox2 .button
{
   display: block;
   float: left;
}


input.button
{
   float: none !important;
   -webkit-appearance: none;
}

.button.active, .button.active:hover
{
   background: #28A4A4;
   background: -webkit-linear-gradient(top, #3add8f 0,#289862 100%) no-repeat;
   background: -moz-linear-gradient(top, #3add8f 0,#289862 100%) no-repeat;
   background: -o-linear-gradient(top, #3add8f 0,#289862 100%) no-repeat;
   background: -ms-linear-gradient(top, #3add8f 0,#289862 100%) no-repeat;
   -svg-background: linear-gradient(top, #3add8f 0,#289862 100%) no-repeat;
   background: linear-gradient(top, #3add8f 0,#289862 100%)no-repeat;
   -webkit-border-radius:6px;
   -moz-border-radius:6px;
   border-radius:6px;
   -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
   -moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
   box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
   border:1px solid #FFFFFF;
   padding:0 20px;
   margin:0 auto;
}
.button.active, .button.active:hover {
   color: #F0F7FD !important;
}

.button.hover, .button:hover
{
     background: #28A4A4;
   background: -webkit-linear-gradient(top, #3add8f 0,#289862 100%) no-repeat;
   background: -moz-linear-gradient(top, #3add8f 0,#289862 100%) no-repeat;
   background: -o-linear-gradient(top, #3add8f 0,#289862 100%) no-repeat;
   background: -ms-linear-gradient(top, #3add8f 0,#289862 100%) no-repeat;
   -svg-background: linear-gradient(top, #3add8f 0,#289862 100%) no-repeat;
   background: linear-gradient(top, #3add8f 0,#289862 100%) no-repeat;
   -webkit-border-radius:6px;
   -moz-border-radius:6px;
   border-radius:6px;
   -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
   -moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
   box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.15);
   border:1px solid #FFFFFF;
   padding:0 20px;
   margin:0 auto;
}
.button.hover, .button:hover {
   color: #fff !important;
}


#content-bottom {
background-color: #f5f8fa;/*こっちに背景色を設定*/
background-image: url( );/*こっちの背景画像は柄だけにする*/
background-repeat: repeat;
margin-bottom: 0;/*下のマージンをゼロにする*/
}

#schoolsearch {
background-color: transparent;/*背景色を透明にしちゃう*/
background-image: url(  );/*こっちの背景画像は日本の地図だけにする*/
}

.footer {
margin-top: 0;/*上のマージンをゼロにする*/
	background-color: #f5f8fa;
}

.content {
  margin-bottom: 50px /*フッターとコンテンツ間の縦幅*/
}

.wrap-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	position: relative;
	margin: 0 auto;
    width: 100%;
}


.item-top {
    padding: 5px 0;
    width: 50%;
    left: 15%;
    position: relative;
}



.item-top2 {
  padding:13px;
 position: absolute;
top: 40px;
right: 20%;
	font-size: 14px;
	margin:0 auto;
	text-align:right;
  background:rgba(255,255,255,0.5);
	border-radius: 10px;
}



.item-top3 {
padding:0px 0 0px 0;
 position: absolute;
top: 10px;
right: 5%;
font-size: 14px;
	

}

.wrapper-f2{
	margin:0 auto;
padding-left:35px;	
}

/*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/




/*1600px以下*/
@media screen and (max-width: 1600px){
  /*必要ならばここにコードを書く*/
	
.wrap-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	position: relative;
	margin: 0 auto;
    width: 85%;
}
.item-top2 {
  padding:13px;
 position: absolute;
top: 40px;
right: 5%;

}	
.item-top {
    padding: 5px 0;
    width: 50%;
    left: 0%;
    position: relative;
}	
	
}




/*1200px以下*/
@media screen and (max-width: 1200px){
  /*必要ならばここにコードを書く*/
	
.wrap-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	position: relative;
	margin: 0 auto;
    width: 90%;
}

	
	
	
	
	
#globalNav {
    width: 183px;
    margin-left: -43px;
    margin-top: -3px;
    overflow: hidden;
    margin-bottom: 0px;
}
	
	.top-04b {
    background: url(https://t-heiwa.com/website/wp-content/uploads/2016/10/top-04b-over.jpg) no-repeat;
    float: left;
    margin-right: 0px;
    margin-left: -2px;
    margin-bottom: -80px;
}	
	
	
	.top-05b {
 margin-left: -5px;
}
	
  
	
}





/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	
	.navi-in a {
    /* font-weight: bold; */
font-size:14px;
}
	
.no-scrollable-main .main {
    height: 100%;
    margin-top: 100px;
}	
	
	
.wrap-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	position: relative;
	margin: 0 auto;
    width: 100%;
}

	.entry-content {
    margin-top: 0em;
    margin-bottom: 3em;
}

	



	
}







/*834px以下*/
@media screen and (max-width: 834px){
	
  /*必要ならばここにコードを書く*/

 .item-top2 {
    padding: 13px;
    position: absolute;
    top: 35px;
    right: 5%;
  }
	
		#header-container {
background:  url('https://t-kyodo.com/website/wp-content/uploads/2022/07/heder-img4.png') right repeat-x scroll;
  position: fixed;
background-color:rgba(255,255,255,0.5);
background-blend-mode:lighten;
}
	


.no-scrollable-main .main {
    height: 100%;
    margin-top: 0px;
}	
		
	
	
.wrapper-a{
    display: flex;
	margin:0 auto;
	
}
.aa-1{
 width: 48%;	
		margin:0 auto;

}	
	
	#globalNav {
    width: 183px;
    margin-left: -30px;
    margin-top: -3px;
    overflow: hidden;
    margin-bottom: 0px;
}
	
	.top-04b {
    background: url(https://t-heiwa.com/website/wp-content/uploads/2016/10/top-04b-over.jpg) no-repeat;
    float: left;
    margin-right: 0px;
    margin-left: -2px;
    margin-bottom: -80px;

}	  
  
	

	.top-05b {
 margin-left: -10px;


}
	
.top-05b {
    background: url("https://t-heiwa.com/website/wp-content/uploads/2016/06/top-05b-over.jpg") no-repeat;
float: left;
margin-right:0px;
}
	
	
	
	
	
	
	
	
	
	
	
	

 .info-header {
position: static;
}

/***** コンテンツ*****/	
	
#navi,
.navi	{
	 display:none;
}	
#header-container,
	.main,
.sidebar{
position: static;

}
	
#container {
  padding-top: 0px;
}
	  .fbox4 {
    flex-direction: column;
  }
	
}



/*768px*/

@media not all and (min-width: 768px) {

	

	
	

.container-all-f table.altab30 tr{
display:inline-block;
width:32.5%;
}

.container-all-f table.altab30 tr td{
border: 1px solid #fff;
	display:block;
	height:10px;
	height:5vw;
	padding:15px 5px !important;
	width:100% !important;
	line-height:0.3em;
	/*--
	font-size:calc(20% + 3vw);
	--*/
	}
	

	
	
	
	
		.top-04b {
    background: url(https://t-heiwa.com/website/wp-content/uploads/2016/10/top-04b-over.jpg) no-repeat;
    float: left;
    margin-right: 0px;
    margin-left: -12px;
    margin-bottom: -80px;

}	  
  
	

	.top-05b {
 margin-left: -22px;


}
	
.top-05b {
    background: url("https://t-heiwa.com/website/wp-content/uploads/2016/06/top-05b-over.jpg") no-repeat;
float: left;
margin-right:0px;
}
	
	
.wrap-top {
   flex-direction: column;
 position: relative;
	margin: 0 auto;
    width: 100%;
	display: contents;
}		
	
.item-top{
    width: 90%;
  }

.item-top2 {
 position: absolute;

right: 5%;

margin: 0 auto;
 top: 100px;
}



.item-top3 {
padding:5px 0 0px 0;
 position: absolute;
top: 0;
right: 5%;
font-size: 14px;
}


	
	
	
}

/*720px*/

@media not all and (min-width: 720px) {
.item-top2 {
 position: absolute;
top: 90px;
right: 5%;
/*display:none;*/
margin: 0 auto;
}

}



/*550px以下*/
@media screen and (max-width: 550px){
	
  /*必要ならばここにコードを書く*/
	
	
	
	/*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*/

		.content-top, .content-bottom {
    margin: 0em 0;
}

			#header-container {
background:  url('https://t-kyodo.com/website/wp-content/uploads/2022/07/heder-img4.png') right repeat-x scroll;
background-color:rgba(255,255,255,0.9);
background-blend-mode:lighten;
}
	

	

.container-2w {
      display: block;
    width: 100%;
}
	

	

.item-p-2w,
.item-p-2w2{
    width: 100%;
 padding: 0px 15px;
}
	
.item-t-2w,
.item-t-2w3{
    width: 100%;
    vertical-align: top;
 padding-left: -5px ;
}
.item-t-docter{
    width: 100%;
    vertical-align: top;
 padding-left: -5px ;
}	
	
	
.item-p-2w3{
    width: 70%;
 padding: 0px 30px;
	margin:0 auto;
	text-align:center;
}

.item-p-docter{
  width: 100%;
text-align: center;
    margin: 0 auto;
}	
	
.item-p-docter img{
text-align: center;
    margin: 0 auto;
}		
	
	
.container-all-f {
    margin-left: -12px;

}
.container-all-f table{
    margin-left: 6px;

}	
.container-all-f ol {
    margin-left: 8px;

}

	.container-all-f .title {
    margin-left: 8px;

}
	

/*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*//*--------------------------*/

	
	
	main.main, div.sidebar {
    padding: 8px;
    margin: 10px 0;
    border-width: 0;
}
	.content {
    margin-bottom: 26px /*フッターとコンテンツ間の縦幅*/;
}
	
	
	.wrapper-a{
		 flex-direction: column;
	margin:0 auto;
	
}
	.aa-1{
 width:100%;	
		margin:0 auto;

}	
	
	
		.img_director{
  width: 272px;
}
		.img_kanwa{
  width: 272px;
}	
	
	
	

	 .fbox1 {
 flex-direction: column;
  }
	  .fbox2 {
    flex-direction: column;
  }

	
.wrap-top {
   flex-direction: column;
 position: relative;
	margin: 0 auto;
    width: 100%;
}	
	
.item-top {
  padding:0px 0 0 0;
  width: 90%;
margin: 0 auto;
}	
	
	
.item-top2 {
padding:0px 0 0px 0;
position: static;
width: 90%;
margin: 0 auto;
margin: 0 auto;	
}	



.item-top3 {
padding:3px 0 0px 0;
 position: absolute;
top: 0;
right: 5%;
font-size: 12px;
}	
	
	.logo-image {
    padding: 14px 0 0 0;
    font-size: inherit;
}
	
	
}




/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
div.hTelBtn {
    display: block !important;
}	
	div.telBtn {
    display: block !important;
}		


		.top-04b {
    background: url(https://t-heiwa.com/website/wp-content/uploads/2016/10/top-04b-over.jpg) no-repeat;
    float: left;
    margin-right: 0px;
    margin-left: 15px;
    margin-bottom: -80px;

}	  
  
	

	.top-05b {
 margin-left: -0px;


}
	
.top-05b {
    background: url("https://t-heiwa.com/website/wp-content/uploads/2016/06/top-05b-over.jpg") no-repeat;
float: left;
margin-right:0px;
}	
	

.art-sheet11 table {
	border: none;

border:0px solid #ccc;

}
.art-sheet11 tr {
	display:block;
	margin-bottom: 10px;
border:0px solid #ccc;
text-align: left;
}

.art-sheet11 th {
	display:block;
	width: 95%;
	margin: 0 auto 10px;
	background: #FFFDE6;
	color: #000;
	border:none;
	border-radius: 3px;
border:1px solid #ccc;
}
.art-sheet11 td {

	width: 90%;
	margin-left: 20px;
	border:none;

}


.art-sheet11 .noborder
 {
text-align: center;
vertical-align: middle;
}

	
/***** コンテンツ*****/
	
.main,
.sidebar{
 position: static;
}


	


	
	/***** ブログカードカスタム*****/
.entry-card:after{
	width: 50%;
	}
		.entry-card-thumb {
    width: 100%;
}	
	
	
	
#navi  {
	 display:none;
}
	
	 .fbox1 {
 flex-direction: column;
  }
	  .fbox2 {
    flex-direction: column;
  }
	
	 .fbox3 {
 flex-direction: column;

  }	
	 .fbox4 {
 flex-direction: column;

  }	
	

.fbox1 img,
.fbox2 img,
.fbox3 img
{
width:100%;
max-width:100%;
height:auto;
}

	
	
.top-01b{
display:flex;
width:100%;
justify-content: space-between;	
-webkit-flex-wrap: wrap;          /* Safari etc. */
 -ms-flex-wrap    : wrap;          /* IE10        */
  flex-wrap        : wrap;
display:-webkit-flex;

}
	
	
.top-02b{
       display: flex;
        flex-wrap: wrap;
width:170px;
-webkit-flex-wrap: wrap;          /* Safari etc. */
 -ms-flex-wrap    : wrap;          /* IE10        */
  flex-wrap        : wrap;
display:-webkit-flex;

}	

	
	
.button-top a{
width:170px;
max-width:200px;
margin-top:20px;
}
	
	
.button-top a::before {

  height: 0px;

}

.button-top a::after {

  width: 0px;

}




/*--------------旧css- レイアウトを変更する --------------*//*-------------- レイアウトを変更する --------------*//*-------------- レイアウトを変更する --------------*/
#kenshin table { width: 100%; border:none; padding: 10px;}
#kenshin thead { display: none;}
#kenshin tr {
	display: block;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
}
#kenshin td {
	display: block;
	text-align: center;
	border-right: 1px solid #ccc;
	border-bottom: none;
	padding: 0;
}

/* tdのデザイン */
#kenshin td:nth-of-type(1) { background-color: #2BB3B7; text-align: center; color: #fff;}
#kenshin td:last-child { border-bottom: 1px solid #ccc;}
#kenshin td:before {
	color: #000;
	display: block;
	background-color: #FFFDE6;
}

/* contentでタイトルを追加 */
#kenshin td:nth-of-type(2):before { content: "検査内容";}
#kenshin td:nth-of-type(3):before { content: "組合員価格";}
#kenshin td:nth-of-type(4):before { content: "員外価格";}


button.ninsyou {
width: 99%;
}
button.ninsyou.icon {
width: 99%;
}


button.ninsyou {
width: 96%;
   padding: 10px 25px;
  margin-bottom:5px;
    margin-top:3px;
  margin-left:3px;

  border: 1px solid #FF8BAD;
  border-radius: 3px;
  background-color: #FFC1D3;
  box-shadow: 0 2px 0 #FF8BAD;
  color: #222;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background-color .4s ease;
}

button.ninsyou:focus {
  outline: 0;
  background-color: #FFD4E1;
}

button.ninsyou:hover {
  background-color: #FFD4E1;
}

button.ninsyou.icon {

  padding: 15px 25px 15px 55px;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center left 10.5px;
}



[class^="img-top-"] {

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.img-top-2 img { width: 49%; height: 49%; }
.img-top-3 img { width: 32%; height: 32%; }
.img-top-4 img { width: 24%; height: 24%; }
	
	
	

}
	
	
	


	
	/*280px以下*/
@media screen and (max-width: 280px){
  /*必要ならばここにコードを書く*/
	

.wrapper-f2{
	margin:0 auto;
padding-left:0px;	
}	
	
.top-01b{
display:flex;
width:100%;
justify-content: space-between;	
-webkit-flex-wrap: wrap;          /* Safari etc. */
 -ms-flex-wrap    : wrap;          /* IE10        */
  flex-wrap        : wrap;
display:-webkit-flex;

}
	
.button-top a{
width:122px;
max-width:200px;
margin-top:20px;
}
	
	
.button-top a::before {

  height: 0px;

}

.button-top a::after {

  width: 0px;

}



}
	