@charset "UTF-8";

/*
	main.css トップページ用CSS
	main01.css リストindex.html、<ryojyutsu>全ページ、<kenkyu>全ページ
	main02.css リスト 各県の療術者リスト
	main02.css リストlist.html
*/



/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,#navigation,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,#navigation,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:16px;
	color:#4d4d4d;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:#ffffff;
}

#contents {
	position:relative;
	overflow:hidden;
	width:1000px;
	margin:0 auto;
	background:#ffffff;
}

#main {
	box-sizing: border-box;
	float:left;
	width:68%;
	padding:10px;
}

#sub {
	box-sizing: border-box;
	float:right;
	width:30%;
	padding-top:10px;
}

footer {
	margin:0 auto;
}

a {
	color:#737c0d;
	text-decoration:none;
}
a:hover {
	color:#cccc14;
}

h2 {
	margin:35px 0 20px 0;
	padding:2px 5px;
	color:#4d4d4d;
	font-weight: bold;
}

h3 {
	position: relative;
	margin-bottom:20px;
	font-size:21px;
	padding: 6px;
	border: 1px solid #d3d3d3;
	color: #737c0d;
	font-weight: bold;
	text-shadow: 1px 1px 1px #ffffff;
	background-image: linear-gradient(#f5f5f5 0%, #e6e6e6 100%);
}

h4 {
	margin:35px 0 20px 0;
	padding:2px 5px;
	color:#4d4d4d;
	font-weight: bold;
	border-left: 5px solid #737c0d;
	background-image: linear-gradient(#f5f5f5 0%, #e6e6e6 100%);
}

p {
	margin:0 0 1em 0;
	line-height: 150%;
	letter-spacing: 0.05em;
	margin-left: 10px;
	margin-right: 10px;
}

img {
	vertical-align:bottom;
}

strong {
	font-weight:bold;
	color:#d45451;
}

ul,ol,dl {
	margin:0 0 1em 0;
}

li {
	margin-left:10px;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
}
td {
	padding:10px;
	text-align:left;
}

.red {
	color:#ff4500;
	font-weight: bold;
}

/* テキストマージン*/
.mlr30 {
	margin-left: 30px;
	margin-right: 30px;
	}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	margin: 0px;
	padding: 0px;
	position:relative;
	background:#ffffff;
}

.summary {
	margin:0;
	padding:10px;
	color:#ddd;
	background:#23292f;
}

/* ロゴ　横並び*/

.twoCol {
	width: 90%;
	margin:0 auto;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
}

.twoCol_01 {
	text-align: left;
}
.twoCol_02 {
	text-align: right;
}


.twoCol_01 img{
	width: 65%;
	text-align: left;
}
.twoCol_02 img{
	width: 65%;
	text-align: right;
}

.twoCol img:hover {
	opacity: 0.5;
}

/* *  メイン画像　*/
.cgtop {
	position:relative;
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
}

h1 {
	margin:0;
}

.cgtop img {
	width:100%;
	width:100%;
    	border-top: 2px solid #808080;
    	border-bottom: 4px solid #808080;
}

/*================================================
 * ナビゲーション
 ================================================*/
#navigation{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation h2{
	margin: 0;
	padding: 8px 5px 5px;
	background: #737c0d;
	color: #fff;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
}
#menu h2{
	background: #737c0d;
}
#navigation ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #f5f4ea;
}
#menu ul{
	border-color: #737c0d;
}

#navigation ul li{
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation ul li.l_top a{
	display: block;
	margin: 0;
	padding: 8px 10px;
	color: #737c0d;
	font-size: 16px;
	font-weight:bold;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #d6cea3;
	border-right: 1px solid #d6cea3;
	border-left: 1px solid #d6cea3;
}

#navigation ul li.l_blank a{
	display: block;
	margin: 0;
	padding: 8px 30px;
	color: #333;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #d6cea3;
	border-right: 1px solid #d6cea3;
	border-left: 1px solid #d6cea3;
}

#navigation ul li.l_list a{
	display: block;
	margin: 0;
	padding: 8px 10px;
	color: #333;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #d6cea3;
	border-right: 1px solid #d6cea3;
	border-left: 1px solid #d6cea3;
}

#navigation li a:hover{
	background: #eee;
}

#toggle{ display: none; }

/*================================================
 * ナビゲーション　タブレット
 ================================================*/
@media only screen and (max-width: 979px) {
	#navigation{
		float: none;
    		width: 100%;
    		background: #ebe7d2;
  	}

  	#menu {
		display: none;
		position: relative;
	}

  	#menu:after {
   		position: absolute;
    		content:"";
    		bottom: 0;
    		left: 0;
    		width: 100%;
    		height: 1px;
    		background: #d6cea3;
  	}

  	#navigation h3{
    		clear: both;
    		position: relative;
   		z-index: 9999;
	}

  	#navigation ul{
    		margin-bottom: -1px;
    		border-left-width: 3px;
    		border-right-width: 3px;
    		border-right-style: solid;
    		background: #ebe7d2;
  	}

  	#navigation ul:before,
  	#navigation ul:after{
    		content: "";
    		display: table;
  		}
  	#navigation ul:after{ clear: both; }
  	#navigation ul{ *zoom: 1; }
  	#navigation ul li{
    		float: left;
    		width: 100%;
    		box-sizing: border-box;
    		border-right: 1px solid #d6cea3;
    		border-bottom: 1px solid #d6cea3;
  	}

  	#navigation ul li{
		border-right: 0;
		}

  	#navigation ul li a{
    		text-align: center;
    		padding: 12px 0px;
  	}

  	#navigation ul li.l_top a{
    		text-align: center;
    		padding: 12px 0px;
  	}

  	#navigation ul li.l_blank a{
    		text-align: center;
    		padding: 12px 0px;
  	}

  	#navigation ul li.l_list a{
    		text-align: center;
    		padding: 12px 0px;
  	}

  	#navigation ul li a:hover{
		background: #f5f4ea;
	}

  	#toggle{
    		display: block;
    		position: relative;
    		width: 100%;
    		background: #222;
  	}

  	#toggle a{
    		display: block;
    		position: relative;
    		padding: 15px 0 10px;
    		color: #fff;
    		text-align: center;
    		text-decoration: none;
  	}

  	#toggle:before{
    		display: block;
    		content: "";
    		position: absolute;
    		top: 50%;
    		left: 10px;
    		width: 20px;
    		height: 20px;
    		margin-top: -10px;
    		background: #fff;
  	}

  	#toggle a:before, #toggle a:after{
    		display: block;
    		content: "";
    		position: absolute;
    		top: 50%;
    		left: 10px;
    		width: 20px;
    		height: 4px;
    		background: #222;
  	}

  	#toggle a:before{
		margin-top: -6px;
	}

  	#toggle a:after{
		margin-top: 2px;
	}
}
/*================================================
 * ナビゲーション スマホ
 ================================================*/
@media only screen and (max-width: 767px) {
  	#navigation ul li{
		width: 100%;
	}
  	#navigation ul li{
		border-right: 0;
	}
}

@media only screen and (max-width: 479px) {
  	#navigation ul li{
    		float: none;
    		width: 100%;
  	}
}

/*================================================
 *  学会のお知らせ
 ================================================*/
.society{
	width:100%;
	margin:5px auto 25px;
}

.society img{
	width:100%;
}

.society img:hover{
	opacity: 0.5;
}


/*================================================
 *  イベント
 ================================================*/
.event{
	width:100%;
}

.event img{
	padding:20px 0;
	width:100%;
}

.event a:hover {
	opacity: 0.5;
}

.none{
	width:100%;
}

.none img{
	padding:20px 0;
	width:100%;
}

.none img:hover{
	opacity: 0.5;
}

/* パンくず*/

.pan {
	position: relative;
	margin-bottom:0.5em;
	font-size:12px;
	padding: 2px 0 2px 5px;
	border: 1px solid #d3d3d3;
	color: #737c0d;
	background-image: linear-gradient(#f5f5f5 0%, #e6e6e6 100%);
}



/*================================================
 * テキスト展開
 ================================================*/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: linear-gradient(#eae1cf, #eaeea2) fixed;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: '▼ 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #000000;
	border-radius: 20px;
	background:#f3981d;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 500px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '▲ 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

.cp_box .cp_container  .midashi{
	padding:15px 2px 5px 2px;
	font-weight: bold;
}

.cp_box .cp_container  .midashi01{
	padding: 5px 5px;/*文字の上下 左右の余白*/
	border-left: solid 8px #8b0000;/*左線*/
	border-bottom: solid 1px #808080;/*下線*/
	color: #8b0000;
	font-weight: bold;
}

.cp_box .cp_container  .midashi02{
	padding:2px 2px 0px 2px;
	font-weight: bold;
}

.cp_box .cp_container  .midashi03{
	padding:15px 2px 0px 2px;
	text-align:center;
	font-weight: bold;
	color: #8b0000;
	font-size:24px;
}


.cp_box .cp_container table{
	width:100%;
	margin-bottom:1em;
	text-align:center;
	border-collapse:separate;
	border-spacing: 5px;
	border:none;
}

.cp_box .cp_container tr {
	border:none;
}

.cp_box .cp_container td {
	padding:10px 0;
	text-align:center;
	vertical-align:top;
	border:none;
	font-size:16px;
}

.topic00{
	padding-top: 5px;
	font-size:14px;
	font-weight: bold;
	text-align:left;
}


.topic01{
	padding-top: 5px;
	font-size:25px;
	text-align:left;
}

.topic02{
	font-size:16px;
	text-align:left;
}

.topic03{
	font-size:22px;
}

.topic04{
	font-weight: bold;
}
.cp_box ol{
	padding-left: 20px;
	font-weight: bold;
}

.book{
	display: block;
	margin:20px auto;
}

.bigmidashi{
	font-size:24px;
	font-weight: bold;
}
.smallmidashi{
	font-size:12px;
	text-decoration:underline;
}

.smallmidashi01{
	font-size:14px;
}

.mokuzi dl {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
.mokuzi dt {
	flex-basis: 12%;
	padding: 0px 0px 0px 15px;
}
.mokuzi dd {
flex-basis: 88%;
	padding: 0px;
	padding: 0px 0px 0px 8px;
}



/*================================================
 *  更新履歴
 ================================================*/
.new{
	clear:both;
	width:100%;
}

.new th, tr, td {
	border-bottom: solid 1px #ccc;
	color: #3f312b;
	font-size:15px;
	letter-spacing: 1px
}

.new th{
	padding: 10px;
	width: 20%;
}
.new td {
	padding: 10px;
	text-align:left;
}

.new a {
	color:#737c0d;
	text-decoration: none;
}

.new a:hover {
	border-style: none;
	text-decoration: underline;
}

/*================================================
 *  会頭メッセージ
 ================================================*/
.messege{
	clear:both;
	width:100%;
}

.messege th, tr, td {
	border-bottom: solid 1px #ccc;
	color: #3f312b;
	font-size:15px;
	letter-spacing: 1px
}

.messege th{
	padding: 10px;
	width: 20%;
}
.messege td {
	padding: 10px;
	text-align:left;
}

.messege a {
	color:#737c0d;
	text-decoration: none;
}

.messege a:hover {
	border-style: none;
	text-decoration: underline;
}


/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#e6e6e6;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}
.footmenu a {
	color:#4d4d4d;
	text-decoration:none;
}
.footmenu a:hover {
	color:#a9a9a9;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#ffffff;
	background:#4d4d4d;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#737c0d;
}
.totop img:hover {
	background:#bdcc14;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 0.5em;
}
.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

.service {
	overflow:hidden;
}
.service ul {
	overflow:hidden;
	margin:1.492% -1.492% 0 0;
}
.service li {
	list-style:none;
	float:left;
	width:18.507%;
	margin:0 1.492% 1.492% 0;
}
.service li img {
	width:100%;
}

.staff {
	overflow:hidden;
}

.staff ul {
	overflow:hidden;
	margin:1.492% -1.492% 0 0;
}
.staff li {
	list-style:none;
	float:left;
	width:31.840%;
	margin:0 1.492% 1.492% 0;
}
.staff li:nth-child(3n+1) {
	clear:both;
}
.staff li img {
	width:100%;
	margin-bottom:2.5%;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (max-width:979px) {

	#contents {
		box-sizing: border-box;
		width:100%;
	}

	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	footer {
		width:100%;
	}

        .none {
		display:none
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {

	.twoCol {
		width: 70%;
		display: block;
		justify-content: center;
	}


	.twoCol img {
		padding:5px;
		width: 100%;
		text-align:center;
                	}

	.new table {
		width: 98%;
	}
	.new tbody {
		width: 100%;
		border: none;
	}
	.new tr {
		display: block;
		float: left;
		width: 100%;
	}

	.new tr td,
	.new tr th {
		border: none;
		display: block;
		height: auto;
		width: 100%;
		padding-right:3px;
		padding-left:3px;
		text-align:left;
	}
	.new th {
		height: auto;
	}

	.messege table {
		width: 100%;
	}
	.messege tbody {
		width: 100%;
		border: none;
	}
	.messege tr {
		display: block;
		float: left;
		width: 100%;
	}

	.messege tr td,
	.messege tr th {
		border: none;
		display: block;
		height: auto;
		width: 100%;
		text-align:center;
	}
	.messege th {
		height: auto;
	}

	/* パンくず　*/
	.pan {
		width: 95%;
		margin:0.5em auto;
		font-size:14px;
		text-align:center;
	}

	.topic01{
		padding-top: 40px;
	}

	.topic01 br {
   	 	display: none;
	}
}

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

	.mokuzi {
		width: 95%;
		margin:0.5em auto;
	}
	.mokuzi dl {
		flex-flow: column;
	}

	.mokuzi dd {
		border-bottom:1px solid #ddd;
		padding: 0px 10px;
	}

}
