@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
li {
	list-style-type: none;
}


html , body{
	height: 100%;
}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 16px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}



a {
	color: #0C95CF;
	text-decoration: none;
}
a:hover {
	color: #144d8d;
}

.clear{
	clear:both;
}


h1,h2,h4,dt,summary{
	font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	color: #0168b3;
}

h1 {
	font-size: 28px;
}

.ch1{
	font-size:24px;
	position: relative;
  line-height: 1.4;
  padding-bottom: calc(10em/24);
  border-bottom: 2px solid #b7b7b7;
  letter-spacing: .06em;
}

.ch1::after{
	content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: calc(132/960*100%);
    height: 2px;
    background-color: #3494d3;
}




.hiddenbr{
	display: none;
}

.hiddenbr2{
	display: none;
}

.rbr{
	display: block;
}

@media screen and (max-width:767px) {
.hiddenbr{
		display: block;
	}

.hiddenbr2{
		display: none !important;
	}
.rbr{
	display: none;
}
}



h3 {
	margin-bottom: 0.25em;
	font-size: 18px;
}

h4 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 16px;
	font-weight: bold;
}

.ev4{
	margin:20px 0;
}

h5 {
	margin-bottom: 0.25em;
	padding-left: 25px;
	font-size: 16px;
	background: url('../images/bg_arrow_black.png') 0 50% no-repeat;
	font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

h6 {
	margin-bottom: 0.25em;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
}

p {
	margin:0 0 1em 0;
}

.voice{
	margin-bottom:30px;
}

.blue{
	color:#0168b3;
}

.greeting{
	margin:30px auto;
	max-width: 90%;
	font-size:1.1em;
	line-height: 30px;
}

.greetinner{
	width: 40%;
}



em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}


.visit {
	border:1px solid #0168b3;
	padding:25px;

}

.t-c {
	margin: auto;
	text-align: center;
}

/*- 訂正 -*/
.del {
   text-decoration : line-through ;
 }

table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
th {
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #f1f1f1;
}

.latter th{
		padding: 15px;
}

.latter td{
		padding: 15px 20px;
}

table th i{
	color: red;
	font-size:20px;

	}

table td i{
	margin-right: 10px;
}

td {
	padding: 15px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #ddd;
}

td ul li{
	color:#000;
	list-style: none;
}

.tableinner{
	display: flex;
	/* max-width: 600px; */
	margin:10px auto ;
}

.tableinner img{
	opacity: 0.5;
}

.tableinner img:hover{
	opacity: 1;
}

@media screen and (max-width:767px) {
	h2 {
		margin-top: 50px;
		margin-bottom: 0.5em;
		font-size: 28px;
		text-align: center;
		line-height: 1.0;
	}

	.tableinner{
		display: block;
		margin:10px;
	}

	.greetinner{
		width: 100%;
	}

	.greetinner h1,h4{
	 	text-indent: 0 !important;
	}

	.greetinner .greeting{
		width: 100% !important;
	}

	td ul li{
		margin-left:0;
	}

	th,td {
		padding: 10px;
		}

	.latter th{
			padding: 10px;
		}

		.latter td{
				padding: 10px;
			}


}

/*================================================
 *  汎用クラス
 ================================================*/
/* 中央寄せ */
.center {
	text-align: center;
}

/* 左寄せ */
.left {
	text-align: left;
}

/* 右寄せ */
.right {
	text-align: right;
}

/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin: 0 auto 50px auto;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	margin-bottom:10px;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	display:flex;
	}

.imgL img {
	float:left;
	margin:0 10px 0 0;
}

.imgL >div{
 margin:10px 20px;
}

/*リスト*/

.none{
	list-style: none;
}

/* 蛍光ペン */
.marker{
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

/* 画像左、テキスト右 */
.img_box50l{
	width: 48%;
	float: left;
	padding: 30px 0;
	text-align:center;
}
.text_box50r{
	width: 48%;
	float: right;
	padding: 30px 0;
}

@media screen and (max-width:767px) {
	.imgL {
		margin-bottom:20px;
		display: block;
	}
	.imgL img {
		float:none;
		margin:0 0 10px 0;

	}

	.imgL >div{
		margin:0;
	}


/* box */
.img_box50l , .text_box50r{
	width: 100%;
	float: none;
}

}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 0 10px;
}


@media screen and (max-width:767px) {
	.imgR {
		margin-bottom:20px;
	}
	.imgR img {
		float:right;
		margin:0 0 10px 0;
	}



}

/* アコーディオン */

summary{
	float:right;
}



/* コンテナー */
.container{
	width: 100%;
	padding:50px 0;
}

.lnavcontainer{
	width: 100%;
	padding: 50px 0 0;
}


@media screen and (max-width:767px) {
.container{
	width: 100%;
	padding: 30px 0;
}
.lnavcontainer{
	width: 100%;
	padding: 0;
}

}

/* 写真ズーム */
.zoom {
	overflow: hidden;
}
.zoom img {
	display: block;
	-moz-transition: -moz-transform 0.8s linear;
	-webkit-transition: -webkit-transform 0.8s linear;
	-o-transition: -o-transform 0.8s linear;
	-ms-transition: -ms-transform 0.8s linear;
	transition: transform 0.8s linear;
}
.zoom img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.zoom img {
	margin-bottom: 0;
}

/* オーバーレイ */
.overlay {
	position: relative;
}
.overlay::after{
	background: rgba(0,0,0,.5);
	content: "　";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .3s ease-out;
	pointer-events: none;
}
.overlay:hover::after {
	background: rgba(0,0,0,.1);
	transition: all .3s ease-out;
}
.overlay img {
	margin-bottom: 0;
}

@media screen and (max-width:767px) {
.overlay::after{
	background: rgba(0,0,0,.1);
	transition: all .3s ease-out;
}
}

/* 写真ホバー */


.hover:hover{
	opacity: 0.8 ;
}




/* ボタン */
.btn a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background:#0168b3;
	font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;

}
.btn a:hover {
	color: #fff;
	background: rgba(1,104,179,0.8);
}


/* 手紙風罫線 */

.letterlike{
	width: 80%;
	color: #222;
  padding:2rem 2rem 3rem;
  background-color: #f8f3dc;
  background-image: linear-gradient( rgba(152,196,255,.3) .1em, transparent .1em );
  background-size: auto 2rem; // line-heightと一致させる
  line-height: 2rem; // background-sizeと一致させる
  border: 1px solid rgba(0,0,0,.2); // 枠線
  border-radius: 2px; // 外枠の角丸
  overflow: hidden;
}

.letterlike p{
	  margin: 0 0 2rem;
	}
.letterlike > p:first-letter {
	 margin-left: 1rem;
  }

.support {
	position: relative;
	width: 50%;
	color: #3d1d14;
  padding:2rem 2rem 3rem;
  background-color:#f9eeb8;
  background-image: linear-gradient( rgba(152,196,255,.3) .1em, transparent .1em );
  background-size: auto 2rem; // line-heightと一致させる
  line-height: 2rem; // background-sizeと一致させる
  border: 1px solid rgba(0,0,0,.2); // 枠線
  border-radius: 2px; // 外枠の角丸
  overflow: hidden;
	margin:50px 50px 50px 10px;


}

.support::after{
	z-index: -1;
 position: absolute;
 content: "";
 bottom: 15px;
 right: 10px;
 left: auto;
 width: 50%;
 top: 80%;
 max-width:300px;
 background: #777;
 -webkit-box-shadow: 0 15px 10px #777;
 -moz-box-shadow: 0 15px 10px #777;
 box-shadow: 0 15px 10px #777;
 -webkit-transform: rotate(3deg);
 -moz-transform: rotate(3deg);
 -o-transform: rotate(3deg);
 -ms-transform: rotate(3deg);
 transform: rotate(3deg);
}

.support span{
	display: block;
	position: absolute;
	top:-50px;
	left:250px;
	background: url('../images/bluepin.png') 0 50% no-repeat ;
	width: 60px;
	height: 120px;

}

.support h4{
	margin:20px 40px 0;
}


@media screen and (max-width:767px) {
	.support{
		width: 98%;
		margin:50px auto;
		padding:30px 0;
	}

	.support span{
		top:-50px;
		left:140px !important;
	}
}

	/* プロフィール欄 */
	.profile{
		border:1px solid #0168b3;
		max-width:400px;
		padding:20px;
		margin-bottom:30px;
		margin-top:30px;
	}


/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	margin-bottom:60px;
}
.twoCol .inner {
	position: relative;
	overflow:hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 48.98%;
	width: calc((480 / 980) *100%);
	height: auto;
	margin:0 0 20px 0;
}
.twoCol .inner div:nth-child(2n+1) {
	clear:both;
}
.twoCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.twoCol .inner img {
	width:100%;
}

.twoCol>.choice{
 border-left: #0168b3 8px solid;
 padding:20px;
 margin-bottom: 20px;
 box-sizing: border-box;

}

.twoCol>.choice h4{
font-size:20px;
text-align: center;


}


@media screen and (max-width:767px) {
	.twoCol {
		display: block;
		margin-bottom:20px;
	}
	.twoCol .inner {
		width :100%;
		margin:0 0 10px 0;
	}

	.choice>h4{
		text-indent: 0px;
	}
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom:60px;
}
.threeCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 32.14%;
	width: calc((315 / 980) *100%);
	margin: 0 0 20px 0;
}
.threeCol .inner:nth-child(3n+1) {
	clear:both;
}
.threeCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: center;
}
.threeCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
}
.threeCol .inner > a {
	width: 100%;
	height: 100%;
}
.threeCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.threeCol .inner img {
	width: 100%;
}
.threeCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.threeCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

.threeCol .inner .textsem {
	position: absolute;
	top: 80%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:767px) {
	.threeCol {
		display: block;
		margin-bottom: 20px;
	}
	.threeCol .inner {
		width : 100%;
		margin: 0 0 50px 0;
	}
}

/* 4カラム（スマートフォンでは2カラム) */
.fourCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}
.fourCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 23.46%;
	width: calc((230 / 980) *100%);
	margin: 0 0 20px 0;
}


.fourCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.fourCol .inner img {
	width: 100%;
}




@media screen and (max-width:767px) {
	.fourCol {
		display: block;
		margin-bottom: 20px;
	}
	.fourCol .inner {
		box-sizing: border-box;
		width: 50%;
		margin: 0;
	}
	.fourCol .inner:nth-child(odd) {
		clear: both;
		float: left;
		padding: 0 5px 10px 0;
	}
	.fourCol .inner:nth-child(even) {
		float: right;
		padding: 0 0 10px 5px;
	}
}





/*================================================
 *  各パートのトップ画像
 ================================================*/
.ptop{
	width: 100%;
	margin:50px 0;
	object-fit: cover;
	font-family:'object-fit:cover;'
}

@media screen and (max-width:768px) {
.ptop{
	margin:20px 0;
	height: 160px;
  width: 100%;
  object-fit: cover;
}

}

.voicewide{
	width: 100%;
	margin:50px 0;
	border: 1px solid #0168b3;
}

@media screen and (max-width:768px) {
.voicewide{
	margin:20px 0;
	width: 100%;
}

}


/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* PC用 */
@media print, screen and (min-width:769px) {
	nav.gnav:after {
		content: '';
		display: block;
		clear: both;
	}
	nav.gnav {
		float: right;

	}

	/* 共通 */
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li {
		position:  relative;
		line-height: 50px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	nav.gnav ul li a {
		display: block;
		background: #fff;
		color: #0168B3;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;

	}

	nav.gnav ul li:hover > a {
		color: #0168B3;
		background: #fff;
	}

	nav i{
		margin-right:5px;

	}

	/* 1段目 */
	nav.gnav > ul > li {
		position: relative;
		float: left;
		margin: 0 30px 0 0;
		padding: 0;
		text-align: right;
		list-style: none;
		line-height: 50px;

}

	nav.gnav > ul > li.subnav a {
		padding-right: 20px;
	}
	nav.gnav > ul > li.subnav > a:after {
		position: absolute;
		content: "";
		top: 50%;
		width: 0;
		height: 0;
		margin-top:  -2.5px;
		margin-left: 10px;
		border: 5px solid transparent;
		border-top-color: #fff;
	}



	/* 2段目 */
	nav.gnav ul li ul {
		position: absolute;
		z-index: 3;
		top: 100%;
		left: 0;
		width: 180px;
		margin: 0;
		padding: 0;


	}
	nav.gnav ul li ul li {
		overflow: hidden;
		height: 0;
		color:#0168B3;
		transition: .2s;
	}
	nav.gnav ul li ul li a {
		padding: 0 15px;
		text-align: left;
		background: #fff;
		font-weight: bold;

	}
	nav.gnav ul li ul li a:hover {
		background: #fff;
	}
	nav.gnav ul li:hover > ul > li {
		overflow: visible;
		height: 40px;
		line-height:  40px;
		border-bottom: 1px solid #fff;
	}
	nav.gnav ul li:hover ul li:last-child {
		border-bottom: none;
	}
	nav.gnav > ul > li:last-child > ul {
		left: -60px;
	}
	nav.gnav ul li ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: -20px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-left-color: #fff;
	}
	nav.gnav > ul > li:last-child ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: 200%;
		margin-left: -20px;
		border: 5px solid transparent;
		border-right-color: #fff;
	}

	/* 3段目 */
	nav.gnav ul li ul li ul {
		top: 0;
		left: 100%;
	}
	nav.gnav ul li ul li ul li {
		width: 100%;
	}
	nav.gnav ul li ul li:hover > ul > li {
		border-bottom: 1px solid #fff;
	}
	nav.gnav > ul > li:last-child > ul li ul {
		left: -100%;
	}
	nav.gnav ul li ul li ul li a {
		background: #fff;
	}
	nav.gnav ul li ul li ul li a:hover {
		background: #fff;
	}

	/* 3段目 */
	nav.gnav > ul {
		display: block !important;
	}
	#spMenu {
		display: none;
	}
}

/* タブレット・スマートフォン用 */
@media screen and (max-width:768px) {
	nav.gnav {
		display:  none;
	}
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav > ul {
		z-index: 2;
		overflow: auto;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 88%;
		height: -webkit-calc(100% - 50px);
		height: calc(100% - 50px);

	}
	nav.gnav li {
		position: relative;
		width: 100%;
		float: none;
		margin: 0;
		text-align: left;
		list-style: none;
		background: #fff;
	}
	nav.gnav li:first-child {
		border-top: 0;
	}
	nav.gnav li:last-child {
		border-bottom: 0;
	}
	nav.gnav li a {
		display: block;
		padding: 10px 20px;
		color: #0168B3;
		text-decoration: none;
		background: #fff;
		font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
		font-weight: bold;
	}
	nav.gnav li a:hover {
		color: #0168B3;
		background: #fff;
	}
	nav.gnav ul ul {
		display: none;
		position: relative;
	}
	nav.gnav li li a {
		box-sizing: border-box;
		width: 100%;
		padding: 10px 30px 10px 34px;
		text-align: left;
	}
	nav.gnav li li li a {
		padding: 10px 20px 10px 48px;
	}

	nav.gnav .subnav > a:before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #999;
	}


	nav.gnav .subnav > a:after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -10px;
		background: #fff;
	}
	nav.gnav .subnav a:hover:after {
		background: #fff;
	}
	nav.gnav .subnav.active > a:before {
		margin-top: 0;
	}
	nav.gnav .subnav.active > a:after {
		margin-top: 5px;
	}

	nav i{
	margin-right: 10px;

	}

	.spMenuWrap {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		-webkit-transition:  all 1s;
		-moz-transition:  all 1s;
		-ms-transition:  all 1s;
		-o-transition:  all 1s;
		transition:  all 1s;
		background: transparent;
	}

	#spMenu {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	#spMenu:hover {
		cursor: pointer;
	}

	#navBtn {
		display: inline-block;
		position: relative;
		width: 30px;
		height: 30px;
		border-radius: 5%;
		background: #0168B3;
	}
	#navBtnIcon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #f1f1f1;
		transition: .2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #f1f1f1;
		transition: 0.3s;
	}
	#navBtnIcon:before {
		margin-top: -6px;
	}
	#navBtnIcon:after {
		margin-top: 4px;
	}
	#navBtn .close {
		background: transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top: 0;
	}
	#navBtn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#navBtn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
}

/*================================================
 *  ローカルナビゲーション
 ================================================*/
@media print, screen and (min-width:769px) {

nav.localnav{
	position:fixed;
	z-index: 99;
	width: 100%;
	background: #0168b3;
	height: 68px;
	font-size: 14px;
	font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;


}

.localnav ul{
	position: relative;
	width: 980px;
	padding: 20px 0;
	margin: auto;
}

.lsub{
	display: block;
	float:left;
	margin:0px 20px;


}

.lsub::before{
	content:"|";
	color:#fff;
	vertical-align: middle;
	margin-right: 20px;
}

.localnav ul .lsub a{
	color:#fff;
	text-decoration: none;
	vertical-align: middle;

}
/*スマートフォン用タイトル*/
.sptitle{
	display: none;
}


}

/* タブレット・スマートフォン用 */
@media screen and (max-width:768px) {

nav.localnav{
	display: none;
	margin: 0;
	padding:0;
}

.sptitle{
	margin:20px 0 60px;
}

}

/*================================================
 *  セミナーの症例発表
 ================================================*/


/*全体*/
.hidden_box {
	 margin:5px 0;
	 font-size:11px;
   padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 5px;
    border-bottom: solid 1px #0168b3;
	  cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}


/*================================================
 *  病院見学用フォーム
 ================================================*/
form{
	line-height: 2em;
	width: 700px;
	margin: 0 auto;
	font-size: 18px;
	font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

form>div{
	display: flex;
	margin-bottom:20px;

	}

form span{
	color:red;
	vertical-align: middle;
}

button, input, select, textarea {
  font-family : inherit;
  font-size   : 100%;
}


input{

	font-size:16px;
	margin-right:100px;
	font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

input[type=text],[type=email],[type=tel],[type=date]{
	width:300px;
	height:50px;
	}


textarea{
	width:400px;
	height:200px;

	}

select{
	width:200px;
	height:50px;
	font-size:16px;
	font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/* タブレット・スマートフォン用 */
@media screen and (max-width:768px) {
	form{
		display:block;
		width: 100%;
	}

	form>div{
		display: block;
		margin-left:20px;

	}

	input{
		margin-right: 0;
	}

	input[type=text],[type=email],[type=tel],[type=date],select{
		width:90%;
		height:50px;
		}

textarea{
		width:90%;
		height:100px;
		font-size:14px;
		}


}


/* 研修プログラム */

/* 研修コース */
.course{
	width:93%;
	margin:20px auto;
	padding:15px;
	border:2px dotted #0168b3;
	border-radius: 5px;
}

.course h1{
	font-size: 20px;
	border-bottom:2px dotted #0168b3;
}

.course table td{
	text-align:center;
}

.course table th{
	background:#bbddea;
}

.course2_3{
  display: flex;
	overflow:hidden;
	margin:20px 10px;
	padding:10px;
  background: #bbddea;

}

.course2_3 ol{
	margin: 0 auto;
}
/* タブレット・スマートフォン用 */
@media screen and (max-width:768px) {
.course2_3{
  display: block;
}


}


/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:1;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#0168b3;
}
.totop img:hover {
	background:rgba(1,104,179,0.8);
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	padding-top: 50px;
	overflow: hidden;
	position: relative;
}
.slideInner {
	list-style: none;
	margin: 0;
	padding: 0;
}
.slideInner li {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

@media screen and (max-width:767px) {
.slide {
	padding-top: 50px !important;

}
}

/*================================================
 *  タブレット・スマートフォン向けデザイン
 ================================================*/
/* テンプレートより小さくなった場合に適用 */
@media screen and (max-width:979px) {
	.inner {
		width: 100%;
	}

.hiddenbr2{
	display: block;
}

.choice>h4{
	text-indent: -10px;
}

	.pankuzu{
		max-width: 900px;
		margin: 20px auto;
		padding:10px 0;
		font-size: 12px;
	}

.imgL{
	display: block;
	clear:both;
	overflow:hidden;
	margin: 0 auto 50px auto;
	margin-bottom:50px;
	text-align:center;
}

.imgL img{
	float:none;
	margin-right: 0;

}

.imgL div{
	display: inline;
	text-align: left;
}

.support span{
	left:180px;
}

.greetinner{
	width: 90%;
	padding:0 50px;
}

.greetinner h1,h4{
 	text-indent: 50px;
}

.greetinner .greeting{
	width: 80%;
}

.rbr{
	display: none;
}

.slide2 {
	padding-top: 0px;

}


	.lock {
		overflow: hidden;
	}
}
