/*@font-face {
	font-family: 'GenEiGothicM';
	src: url(../../fonts/GenEiGothicM-Regular.eot);
	src: url(../../fonts/GenEiGothicM-Regular.woff) format('woff'), url(../fonts/GenEiGothicM-Regular.ttf) format('truetype');
}*/


html, body {
		width: 100%;
}
.pc_none {
		display: none !important;
}
body {
/*		line-height: 180%;
		font-size: 1em;
		color: #333;*/
		/*font-family: 'Sawarabi Gothic', sans-serif;*/
		/*font-family: 'Noto Sans JP', sans-serif;*/
	
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 300;*/
  line-height: 1.8;
  color: #666666;
  text-align: left;
  background-color: #fff;
	
}



h1, h2, h3, h4, h5, h6 {
		font-family: 'M PLUS Rounded 1c', sans-serif;
}


img {
		text-align: center;
		max-width: 100%;
}


/* ----------------------------------------------------------------------------------
*
*　基本枠デザイン
*
 ----------------------------------------------------------------------------------*/

.wrapper{
	min-height: 100vh;
    position: relative;
    /*padding-bottom: 120px;*/
    box-sizing: border-box;
}

header {
	width: 100%;
	transition: .5s;
	z-index: 1000;
	/*Transformation*/
	/*position: absolute;
	transition: .5s;
	z-index: 1000;
	background-color: #fff;*/
	/*Transformation // */
}

/************Transformation*************/

header.transform #description {
		display: none;
}
header.transform #header {
		display: none;
}
header.transform {
		padding: 0px;
		width: 100%;
		clear: both;
		position: fixed;
		background-color: #FFF;
		height: 80px;
}

header.transform #Gmenu {
		transition: .5s;
}

/************Transformation*************/

#description {
	width: 100%;
	background-color: #F6F6F6;
}

#description p {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	color: #333;
	font-size: .85em;
}

#header {
	width: 1200px;
	height: 90px;
	margin: 0 auto;
}

#logo {
	background-image: url("../images/common/logo.png");
	background-repeat: no-repeat;
	width: 400px;
	height: 65px;
	margin: 10px 0;
	text-indent: -9999px;
	display: block;
	float: left;
}

#logo a {
	background-image: url("../images/common/logo.png");
	background-repeat: no-repeat;
	width: 400px;
	height: 65px;
	padding: 5px 0;
	text-indent: -9999px;
	display: block;
	float: left;
}

#header ul {
	float: right;
	padding: 10px 10px 0 0;
	font-size: 0.9em;
}

#header ul li {
	float: left;
	position: relative;
	margin: 0 0 0 10px;
	display: block;
	width: 166px;
	height: 50px;
	font-size: 1.1rem;
	background-color: #F8F6F6;
	border-radius: 5px;
	text-indent: 50px;
	vertical-align: middle;
	
}

#header ul li a {
	display: block;
	width: 166px;
	height: 50px;
	font-size: 1.1rem;
	background-color: #F8F6F6;
	border-radius: 5px;
	text-indent: 50px;
	padding: 8px 0 0 0;
	vertical-align: middle;
	text-decoration: none;
    color: #333;
}

#header ul li a:hover {
	background-color: #F1EEEE;
	/*text-decoration: underline;*/
}


.recruit:before {
	position: absolute;
	top:10px;
	left:10px;
	content:"";
	display:inline-block;
	width: 26px;
	height: 26px;
	background:url(https://placehold.jp/40x40.png) no-repeat;
	background-size:contain;
}

.access:before {
	position: absolute;
	top:10px;
	left:10px;
	content:"";
	display:inline-block;
	width: 26px;
	height: 26px;
	background:url(../images/common/head_access.png) no-repeat;
	background-size:contain;
}

.mail:before {
	position: absolute;
	top:10px;
	left:10px;
	content:"";
	display:inline-block;
	width: 26px;
	height: 26px;
	background:url(../images/common/head_mail.png) no-repeat;
	background-size:contain;
}


#Gmenu {
	clear: both;
	width: 100%;
	transition: .8s;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #e0e0e0), color-stop(0.00, #F8F6F6));
	background: -webkit-linear-gradient(top, #F8F6F6 0%, #e0e0e0 99%);
	background: -moz-linear-gradient(top, #F8F6F6 0%, #e0e0e0 99%);
	background: -o-linear-gradient(top, #F8F6F6 0%, #e0e0e0 99%);
	background: -ms-linear-gradient(top, #F8F6F6 0%, #e0e0e0 99%);
	background: linear-gradient(to bottom, #F8F6F6 0%, #e0e0e0 99%);
}

.menu {
	display: block;
	width: 1200px;
	margin: 0 auto;
}

.menu > ul > li {
    /*width: calc(100% / 5);*/
	position: relative;
	display: block;
}

.menu > ul > li > a {
    line-height: 100%;
	/*width: 100%;*/
	width: 240px;
	height: 80px;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
    padding: 0;
    margin: 0;
    border-right: 1px solid #F8F8F8;
    text-decoration: none;
	font-weight: 500;
    color: #333;
	font-size: 1.25em;
}

.menu > ul > li > a:hover {
	background: #fff;
	opacity: 0.9;
}

.menu > ul > li:first-child > a {
	border-left: 1px solid #fff;
}


	
footer {
	margin: 20px 0 0;
	padding:20px 0;
	width: 100%;
	background: #F6F6F6;
	/*position: absolute;*//*←絶対位置*/
    /*bottom: 0;*/ /*下に固定*/
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}

#footer_menu {
	clear: both;
	width: 1200px;
	padding-top: 20px;
}

#footer_menu address {
	width: 300px;
	float: left;
}

#footer_menu .vline {
	width: 1px;
	height: 320px;
	background-color: #E5E5E5;
	float: left;
	margin: 0 0 0 0;
}

#footer_menu ul {
	width: 280px;
	float: left;
}

/*#footer_menu ul li {
	list-style: disc;
	padding: 0 0 0 -20px;
}*/

#footer_menu ul li {
		margin-left: 1rem;
}

#footer_menu ul li a {
	text-decoration: none;
    color: #333;
}

#footer_menu ul li a:hover {
	text-decoration: underline;
}

.copyright {
	font-size: 0.9em;
	color: #787878;
	margin: 20px 0 0 0;
	width:1200px;
	text-align: center;
}



/*--------------------------------------------------------------------------------------------
　パンくず
-------------------------------------------------------------------------------------------*/

.topic_path {
	/*width: 1200px;
	margin: 10px auto 15px;*/
	width:100%;
	height: 45px;
	line-height: 100%;
	background-color: #F5F5F5;
	margin: 0 0 20px 0;
}

.topic_path:after {clear: both;height: 0;visibility: hidden;display: block;content: ".";}

.topic_path p {
	width: 1200px;
	margin: 0 auto 30px;
	padding: 10px 0 0 0;
}



#topic_path ol {
	width: 1200px;
	margin: 0 auto 30px;
	padding: 10px 0 0 0;
}
#topic_path ol:after {clear: both;height: 0;visibility: hidden;display: block;content: ".";}

#topic_path ol li {
	float: left;
}
#topic_path ol li a {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	color: #46719F;
}
#topic_path ol li a:hover {
	color: #5B8FC7;
}




/* ----------------------------------------------------------------------------------
*
*　コンテンツ枠
*
 ----------------------------------------------------------------------------------*/


main {
	clear: both;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

main::after {
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
		content: ".";
}


#cont_main {
	width: 100%;
	height: 280px;
	position: relative;
	background: linear-gradient(55deg,#24549A 30%, #739EDE 50%);
	/*Transformation*/
	/*padding: 210px 0 280px;*/
	/*Transformation // */
	
}

#cont_main img {
		object-fit: cover;
		width: 100%;
		height: 280px;
	
}

#cont_main h2 {
		top: 120px;
		/*Transformation*/
		/*top: 330px;*/
		/*Transformation // */
		left: calc(50% - 600px);
		width: 1200px;
		position: absolute;
		display: inline-block;
		text-align: center;
		color: #fff;
		text-shadow: 1px 2px 1px rgba(0,0,0,0.3);
}

.contents_area {
	/*display: flex;*/
}

.contents_area .main {
	width: 1200px;
}

.contents_area2 .right {
	margin: 0 0 0 20px;
	width: 300px;
}

/*.main ul li {
	list-style-type:circle;
	width: 96%;
	margin-left:3em; 
}

.main ol li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
	width: 96%;
}
 
.main ol li::before {
	content: "( " counter(cnt) " ) ";
	display:inline-block;
	margin-left:-3em; 
	width: 3em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}*/

.main p {
	width: 96%;
	margin: 1em auto;
}

h2{
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
	color: #333;
	padding: 15px;
	border-bottom: 3px double #E5E2E2;
	text-align: left;
	margin-bottom: 15px;
}

/*h4 {
	font-size: 1.5rem;
	margin: 1em 0;
	padding: 0.5em;
	background-color: #F8EBDA;
	border-radius: 10px;
	text-align: left;
	margin-bottom: 15px;
}*/

h4 {
	position: relative;
	font-size: 1.5rem;
	color: #333;
	padding: 15px 25px;
	text-align: left;
	background-color: #fff;
	border-bottom: 1px dotted #E5E2E2;
}

h4::before {
	position: absolute;
	top:15px;
	left:10px;
	height: 30px;
	content: '';
	border-left: solid 5px #E5E2E2;
}
	

h5 {
  font-size: 1.15rem;
  width: 90%;
  padding: 0.5em;
  position: relative;
  border-bottom: 1px solid #ccc;
  margin: 20px 10px;
}



/* ----------------------------------------------------------------------------------
*
*　トップページ
*
 ----------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------
　スライダー
-------------------------------------------------------------------------------------------*/

#main_img {
	/*width: 1200px;*/
	width: 100%;
	height: 600px;
	margin: 0 auto;
	
	/*Transformation*/
	/*padding: 210px 0 0;*/
	/*Transformation // */
}

#slider {
/*	width: 100%;
	height: 600px;
	object-fit: cover;*/
}

.bx-wrapper {
    position: relative;
}

.bx-wrapper img {
    width:100%;
	height: 660px;
	object-fit: cover;
}

.bx-viewport {
    max-height: 600px;
}

.bxslider4 .bxslider {
	width:100%;	
    position: relative;
	margin: 0 auto;
}

/*画像も置くパターン*/
/*.bxslider4 .bxslider_caption{
	z-index: 100;
	opacity: 0;
	top: 40%;
    left: 50%;
	position: absolute;	
	font-size: 1.4rem;
	font-weight: 500;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, .8);
}

.bxslider4 .bxslider_caption div img{
	width: auto !important;
	margin: 0 auto;
}

.bxslider4 .bxslider_caption div{
  	transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	color: #fff;
	font-size: 1.8em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 180%;
	text-align: center;
}

.bxslider4 .bxslider_caption p {
}*/

/*.autosize {
	width: auto !important;
}*/

.bxslider4 .bxslider_caption h2 {
	z-index: 100;
	top: 38%;
    left: calc(50% - 600px);
	width: 1200px;
	position: absolute;	
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, .8);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 180%;
	text-align: center;
}


/*--固定背景の設定--*/
.cd-fixed-bg {
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

/*--固定背景01--*/
.cd-fixed-bg.cd-bg-1  {
  background-image: url("../images/sample/topabstract_a.png");
  height: 500px;
}

/*--固定背景02--*/
.cd-fixed-bg.cd-bg-2  {
  background-image: url("../images/sample/Image_kensyu.jpg");
  height: 400px;
}


/*--------------------------------------------------------------------------------------------
　トップ　コンテンツ　バナー　上部
-------------------------------------------------------------------------------------------*/

#content-banner-wrapper {
	width: 1230px;
	/*margin: -100px auto 0;*/
	/*Transformation*/
	margin: 80px auto 0;
	/*Transformation // */
	position:relative;
	background-color: #fff;
	border-radius: 20px;
	min-height: 160px;
}

#content-banner-wrapper ul {
	width: 1200px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center; 
}

#content-banner-wrapper li {
	width:290px;
	position:relative;
	margin: 10px 0 0 10px;
}

#content-banner-wrapper li p {
	position:absolute;
	top:20px;
	left:30px;
	font-size: 1.2rem;
	color: #FFF;
	font-weight: 500;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, .8);
	z-index: 1;
}

#content-banner-wrapper img {
	width:290px;
	height: 230px;
	object-fit: cover;
	margin: 5px 0 0 5px;
	border-radius: 20px;
}

#content-banner-wrapper ul > li > a {
	display: block;
	width:290px;
	margin: 5px 0 0 5px;
	/*background-color: #fff;*/
	z-index:100;	
}

#content-banner-wrapper ul > li > a:hover img {
	/*transform:scale(1.1,1.1);*/
	transition: 0.2s;
}



/*--------------------------------------------------------------------------------------------
　トップ　お知らせ
-------------------------------------------------------------------------------------------*/

#news-wrapper {
	width: 1200px;
	margin: 0 auto;
	min-height: 400px;
	background: #FFF;
	display: flex;
}

#news {
	width: 600px;
	margin: 20px auto;
	padding: 40px 0;
}

#newslist {
	width: 1200px;
	margin: 20px auto;
	padding: 40px 0;
}

#news h2 ,#newslist h2 {
	font-size: 2rem;
	font-weight: 500;
	margin: 20px 0;
	padding: 15px;
	color: #707070;
	border-bottom: 1px solid #CCC;
}

#news h3 a {
	color: #707070;
	margin: 20px 0;
}

#news h3 a:hover {
	text-decoration: none;
}

#news dt {
	width: 35%;
	float: left;
	clear: both;
	padding: 15px;
	border-top: 1px dashed #ccc;
	font-weight: 100;
}

#news dd , #newslist dd {
	width: 65%;
	float: left;
	padding: 15px;
	border-top: 1px dashed #ccc;
}

#newslist dt {
	width: 20%;
	float: left;
	clear: both;
	padding: 15px;
	border-top: 1px dashed #ccc;
	font-weight: 100;
}

#newslist dd {
	width: 80%;
	float: left;
	padding: 15px;
	border-top: 1px dashed #ccc;
}


#news dl dt:first-child , #newslist dl dt:first-child  {
	border-top: none;
}

#news dl dt:first-child + dd , #newslist dl dt:first-child + dd {
	border-top: none;
}

.icon_news {
    background-image: url("../images/top/icon_news.png");
    background-repeat: no-repeat;
    background-position: left;
}

.icon_event {
    background-image: url("../images/top/icon_event.png");
    background-repeat: no-repeat;
    background-position: left;
}

.icon_recruit {
    background-image: url("../images/top/icon_recruit.png");
    background-repeat: no-repeat;
    background-position: left;
}

#news-bnr {
	width: 600px;
	margin: 20px auto;
	padding: 60px 20px 20px;
}


/*--------------------------------------------------------------------------------------------
　コンテンツ　ピックアップ
-------------------------------------------------------------------------------------------*/
#toppickup {
	width: 490px;
	margin: 60px auto 0;
	paddig: 40px 0;
	min-height: 300px;
}

#toppickup h2 {
	font-size: 2rem;
	font-weight: 500;
	margin: 20px 0;
	padding: 15px;
	color: #707070;
	border-bottom: 1px solid #CCC;
}


#toppickup h3 {
	margin: 20px 0;
	width: 95%;
}

.ess-block {
  margin: 10px 0 20px 0;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  width: 460px;
  height: 200px;
}
.ess-green {
  border-top: hsla(110,92%,39%,1.00) solid 4px;
}

.ess-orange {
  border-top: hsla(39,88%,48%,1.00) solid 4px;
}

.ess-blue {
  border-top:#1876B3 solid 4px;
}

.ess-text {
	display:block;
	width:220px;
	float: right;
	margin:20px 20px 0;
}

.ess-text h4 { 
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.2rem;
	font-weight: 700;
	color: #333;
	border: none;
}

.ess-pict {
	display:block;
	width:200px;
	float: left;
}

.ess-pict img {
	width:200px;
	height: 197px;
	object-fit: cover;
}


#toppickup ul,#toppickup2 ul{
    list-style: none;
    display:flex;
	justify-content: center;
	/*flex-wrap: wrap;*/
}

#toppickup ul > li{
	margin: 10px 5px;
	width:282px;
	height: 200px;
	text-align: center;
}

#toppickup ul > li img {
	width:280px;
	height: 200px;
	object-fit: cover;
}


/*--------------------------------------------------------------------------------------------
　トップ　製品紹介
-------------------------------------------------------------------------------------------*/
#content-product-wrapper ,#content-waku-wrapper {
	clear: both;
	width: 1200px;
	margin: 20px auto;
	paddig: 40px 0;
	min-height: 300px;
}

#content-product-wrapper h2 ,#content-waku-wrapper h2 {
	font-size: 2rem;
	font-weight: 500;
	margin: 20px 0;
	padding: 15px;
	color: #707070;
	border-bottom: 1px solid #CCC;
}

#content-product-wrapper ul ,#content-waku-wrapper ul {
	width: 1200px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center; 
}

#content-product-wrapper li ,#content-waku-wrapper li {
	width:390px;
	min-height: 360px;
	margin: 10px 0 0 10px;
	display: block;
	border:#CCC 1px solid;
}

#content-product-wrapper li img{
	width:390px;
	min-height: 260px;
	object-fit: cover;
}

#content-waku-wrapper li img{
	display: block;
	margin: 20px auto;
}

#content-product-wrapper li h3 ,#content-waku-wrapper li h3 {
	border: none;
	padding: 15px;
	margin: 0;
	font-size: 1.4rem;
	font-weight: 500;
}

#content-product-wrapper li p ,#content-waku-wrapper li p {
	padding: 0 15px;
}




/* ----------------------------------------------------------------------------------
*
*　アクセス
*
 ----------------------------------------------------------------------------------*/
.google_map {
  width: 100%;
  height: 600px;
  /*overflow: hidden;*/
}

/*.google_map iframe {
  width: 100%;
  height: 860px;
  margin-top: -260px;
}*/

/* ----------------------------------------------------------------------------------
*
*　教授挨拶
*
 ----------------------------------------------------------------------------------*/
#greeting_right {
	padding-top: 20px;
	padding-left: 20px;
	width: 320px;
	line-height: 180%;
	float: right;
}

/*---------------------------------------
	治験・臨床研究について
------------------------------------------*/
#hospitalizetion dl {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-bottom: 10px;
	margin-top: 10px;
	/*border-bottom: 1px solid #CCCCCC;*/
}
#hospitalizetion dt {
	width: 30%;
	float: left;
	clear: both;
	font-weight: bold;
	margin: 0 0 20px 0;
	border-top: 1px dashed #ccc;
}
#hospitalizetion dd {
	width: 70%;
	float: left;
	margin: 0 0 20px 0;
	border-top: 1px dashed #ccc;
}

#hospitalizetion dl dt:first-child  {
	border-top: none;
}

#hospitalizetion dl dt:first-child + dd {
	border-top: none;
}

/* ----------------------------------------------------------------------------------
*
*　スタッフ紹介
*
 ----------------------------------------------------------------------------------*/
.staff_wrap {
	display: flex;
	flex-wrap: wrap;
}
	
.staff_box {
	/* width: 40%; */
	width: 90%;
	padding: 0 5%;
}

.staff_box2 {
	/* width: 40%; */
	width: 45%;
	padding: 0 5%;
}

.staff_box table , .staff_box2 table{
	width: 96%;
	margin: 0 auto 15px;
}

.staff_box table th , .staff_box2 table th {
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #eee;
}

.staff_box table td , .staff_box2 table td {
	padding: 10px;
	border: 1px solid #ccc;
}

.staff_box th, .staff_box td , .staff_box2 th, .staff_box2 td {
	padding: 5px !important;
}
.staff_box th , .staff_box2 th {
	width: 30% !important;
}
.staff_box h4 span , .staff_box2 h4 span {
	font-size: 0.7em;
}
.staff_ol li {
	width: 33%;
	margin-bottom: 15px;
	float: left;
}
.staff_img {
	margin-bottom: 30px;
}
.staff_ol li a {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	padding: 15px 0px 15px 30px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: rgb(40,127,201);
	background: linear-gradient(180deg, rgba(40,127,201,1) 0%, rgba(38,107,189,1) 52%, rgba(44,126,224,1) 100%);
}

.staff_ol li a:hover {
	background: rgb(53,157,245);
background: linear-gradient(0deg, rgba(53,157,245,1) 0%, rgba(46,131,232,1) 52%, rgba(49,142,252,1) 100%);
}

/* アンカーズレ調整 */
a.anchor {
    display: block;
	margin-top: -250px;
    padding-top: 250px;
}


/* ----------------------------------------------------------------------------------
*
*　汎用ボックス
*
 ----------------------------------------------------------------------------------*/

.waku {
	margin: 0px 15px 0px;
	padding: 10px;
	border: #6A6767 solid 1px;
	border-radius: 3px 3px 0 0;
	background-color: #FFF;
}

/* ----------------------------------------------------------------------------------
*
*　フレックスボックス
*
 ----------------------------------------------------------------------------------*/

.contflex_warapper {
	display: flex;
	flex-wrap: wrap;
	margin: 40px auto 0;
}

.cont2_area img {
	width:400px;
	height: auto;
	margin: 30px 0 0 0;
}

.cont2_area p {
	display:block;
	width: 700px;
	padding: 10px;
	margin: 20px 10px;
}

.contflex_warapper h5 {
	margin: 0 10px;
	padding: 0;
	font-weight: 400;
	font-size: 1.4rem;
}

/* 2段 */
.cont2_box_bd {
	display:block;
	border: 1px #7F7E7E solid;
	width: 580px;
	padding: 10px;
	margin: 10px;
}

.cont2_box, .cont2_box_nor {
	display:block;
	width: 580px;
	padding: 10px;
	margin: 20px 10px;
}

.cont2_box img {
	width:100%;
	height:326px;
	object-fit: cover;
}

.cont2_box_nor img {
	width:100%;
}

/* 3段 */
.cont3_box_bd {
	display:block;
	border: 1px #7F7E7E solid;
	width: 360px;
	padding: 10px;
	margin: 10px;
}

.cont3_box {
	display:block;
	width: 360px;
	padding: 10px;
	margin: 10px;
}

.cont3_box img {
	width:100%;
	height:220px;
	object-fit: cover;
}

.cont3_box .title {
	display:block;
	width:100%;
	background-color: #F28E0B;
	color: #fff;
	margin: 0;
	padding: 0.25em 0;
	text-align: center;
}

.cont3_box .title::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "　\f061";
}

.cont3_box a:hover {
	text-decoration: none;
	opacity: .8;
} 



/* ----------------------------------------------------------------------------------
*
*　CTA ボックス
*
 ----------------------------------------------------------------------------------*/

.cta_warapper {
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 80px auto 80px;
	padding: 10px;
	border: 2px #CCC solid;
	border-radius: 15px;
}

.cta_box {
	display:block;
	width: 47%;
	padding: 10px;
	margin: 10px;
	text-align: center;
}

.cta_line {
	border-right: #ccc 1px solid;
} 

.cta_box i {
	font-size: 3em;
}

.cta_box p {
	font-size: 0.75em;
}

.cta_box .title {
	font-size: 1.5rem;
	font-weight: 500;
}

.cta_box .tel {
	font-size: 3rem;
	font-weight: 300;
	color: #5F5F5F;
}

.cta_box .fa-phone-mk {
	display: block;
	width: 67px;
	height: 67px;
	margin: 0 auto;
	background-image: url("../images/icon_tel.png");
    background-repeat: no-repeat;
}

.cta_box .fa-pc {
	display: block;
	width: 67px;
	height: 67px;
	margin: 0 auto;
	background-image: url("../images/icon_pc.png");
    background-repeat: no-repeat;
}

.cta_box .fa-pc-sp {
	display: block;
	width: 150px;
	height: 67px;
	margin: 0 auto;
	background-image: url("../images/icon_pc_sp.png");
    background-repeat: no-repeat;
}


/* ----------------------------------------------------------------------------------
*
*　お問合せ
*
 ----------------------------------------------------------------------------------*/

.contact {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

.contact .dropdown {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 10px;
}


.contact input {
	padding: 5px;
	border: 1px solid #ccc;
	/*width: 80%;*/
	border-radius: 10px;
}


.contact textarea {
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	width: 80%;
}

.contact th {
	width: 300px;
	border-top: 1px solid #Ccc;
	padding: 10px;
}

.contact td {
	border-top: 1px solid #Ccc;
	padding: 10px;
}

.submit {
	text-align: center;
	margin: 10px auto;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #111;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	padding: 15px 40px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #e9e9e9), color-stop(1.00, #ababab));
	background: -webkit-linear-gradient(#e9e9e9, #ababab);
	background: -moz-linear-gradient(#e9e9e9, #ababab);
	background: -o-linear-gradient(#e9e9e9, #ababab);
	background: -ms-linear-gradient(#e9e9e9, #ababab);
	background: linear-gradient(#e9e9e9, #ababab);
	text-align: center;
}

.reset {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #111;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	padding: 15px 40px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #e9e9e9), color-stop(1.00, #ababab));
	background: -webkit-linear-gradient(#e9e9e9, #ababab);
	background: -moz-linear-gradient(#e9e9e9, #ababab);
	background: -o-linear-gradient(#e9e9e9, #ababab);
	background: -ms-linear-gradient(#e9e9e9, #ababab);
	background: linear-gradient(#e9e9e9, #ababab);
	text-align: center;
}


#contact_form select {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

#contact_form input {
	padding: 5px;
	border: 1px solid #ccc;
	/*width: 80%;*/
	border-radius: 10px;
}

#contact_form textarea {
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	width: 80%;
}

#contact_form dl {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
#contact_form dl:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
#contact_form dl dt {
	width: 20%;
	padding: 10px 1%;
	float: left;
	clear: both;
	border-top: 1px dashed #ccc;
}
#contact_form dl dd {
	width: 75%;
	padding: 10px 1%;
	float: left;
	border-top: 1px dashed #ccc;
}




/* ----------------------------------------------------------------------------------
*
*
* 共通　項目
*
*
 ----------------------------------------------------------------------------------*/


.cont_h2 {
		width: 100%;
		text-align: left;
		font-size: 3.2em;
		padding-top: 50px;
		padding-bottom: 50px;
}
.cont_h3 {
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 2em;
		color: #394C93;
		 
}

.cont_h4 {

	padding: 10px 0 20px 70px;
	font-size: 1.4em;
	color: #333;
	position: relative;
	text-align: left;
	background-color: #fff;
	border-radius: 0;
	border-bottom: 1px dotted #F4F1F1;
}
	
.cont_h4::before {
	position: absolute;
	top:10px;
	left:5px;
	content:"";
	display:inline-block;
	width: 50px;
	height: 50px;
	background:url(../images/common/tree_icon.png) no-repeat;
	background-size:contain;
}

.cont_h5 {
		width: 90%;
		margin: 0 auto;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 1.2em;
}
.cont_dl {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
}

.cont_dl:after {
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
		content: ".";
}
.cont_dl dt {
		width: 200px;
		float: left;
		clear: both;
		padding: 15px;
		border-top: 1px dashed #ccc;
}
.cont_dl dd {
		width: 850px;
		padding: 15px;
		float: left;
		border-top: 1px dashed #ccc;
}
.contents_textarea {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
}
.cont_text {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
}
.cont_table , .cont_table2 {
		width: 96%;
		margin-right: auto;
		margin-left: auto;
}
.cont_table th {
		padding: 10px;
		background-color: #FBFBFB;
		border: 1px solid #ccc;
		width: 30%;
		text-align: left;
}
.cont_table2 th {
		padding: 10px;
		background-color: #FBFBFB;
		border: 1px solid #ccc;
		width: 70%;
		text-align: left;
}
.cont_table td {
		padding: 10px;
		border: 1px solid #ccc;
}
.cont_table2 td {
		padding: 10px;
		border: 1px solid #ccc;
		text-align: right;
}
.cont_ul {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
}
.cont_ul li {
		padding-left: 10px;
		list-style: disc;
}

.cont_ul2 {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
}
.cont_ul2 li {
		padding-left:5px;
		list-style: disc;
		
}





/* 汎用数値リスト　*/
.nm_list li {
	margin: 0 0 0 3em;
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
	width: 90%;
}
 
.nm_list li::before {
	content: "（" counter(cnt) "） ";
	display:inline-block;
	margin-left:-2em; /* サイトに合せて調整 */
	width: 2em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}


/* 汎用リスト　*/

.cp_list {
	width: 96%;
	margin: 15px auto;
}

.cp_list li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}
.cp_list li::before {
	position: absolute;
	content: '';
	display: block;
	top: 0.5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 3px solid #1CAA30;
	border-bottom: 3px solid #1CAA30;
	transform: rotate(-45deg);
}

/* 汎用ボタン */

a.btn-radius-solid {
  margin: 20px auto;
  width: 70%;
  border: 1px solid #909090;
  border-radius: 15px;
  background: #2365DB;
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
  text-decoration: none;
  padding: 10px;
  color:#fff;
  font-size:1.6rem;
  font-weight: 500;
  display: block;
}

a.btn-radius-solid:hover {
  /*background: linear-gradient(to top, #B41941 0%, #BB4060 100%);*/
  background: linear-gradient(to top, #2365DB 0%, #6695EB 100%);
  text-decoration: none;
  color: #FFF;
}



.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}

.btn-common,
a.btn-common {
  color: #fff;
  background-color: #1AC142;
}

.btn-common:hover,
a.btn-common:hover {
  color: #fff;
  background: #1EDC4C;
}

a.btn-radius {
  border-radius: 100vh;
}

/* 書類リンクアイコン */

a[href$=".pdf"] {
	padding-right: 1.7em;
	display: inline-block;
	vertical-align: -10px;
	background: url("/opht/wp-content/themes/jichi_opht/assets/images/pdf_icon.fw.png") no-repeat 100% 50%;
	background-size: 1.5em 1.5em;
}
a[href$=".doc"],
a[href$=".docx"] {
	padding-right: 1.7em;
	display: inline-block;
	vertical-align: -10px;
	background: url("/opht/wp-content/themes/jichi_opht/assets/images/word_icon.fw.png") no-repeat 100% 50%;
	background-size: 1.5em 1.5em;
}
a[href$=".xls"],
a[href$=".xlsx"] {
	padding-right: 1.7em;
	display: inline-block;
	vertical-align: -10px;
	background: url("/opht/wp-content/themes/jichi_opht/assets/images/excel_icon.fw.png") no-repeat 100% 50%;
	background-size: 1.5em 1.5em;
}

a[href^="tel:"] {
    pointer-events: none;
	text-decoration: none;
	color:#666;
	
}

/*上に戻る*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #514D4E;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 20px 20px;
  text-align: center;
  display: block;
  border-radius: 40px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}


/*注意書き*/
.caution_box {
	margin-bottom: 30px;
	padding: 10px;
	border: #d7d7d7 1px solid;
	height: 200px;
	overflow: auto;
}

/* 縦　*/
.vertical {
writing-mode: vertical-rl;
}

.indent_txt {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-indent: -13px;
}


.indent_txt2 {
	width: 96%;
	margin-left: 13px;
	margin-top: 10px;
	text-indent: -13px;
}

/* TABLE 横スクロール時　ヒント表示　*/
.scroll-hint {
	display: none;
}

.scroll-hint--show {
	display: none;
}
	

/* -----------------------------------*/
/*  contact form 7 エラーメッセージ関係  */
/* -----------------------------------*/

/* エラーメッセージの上部を消去 */
div.screen-reader-response{
  display: none;
}

/* エラーメッセージ色替え */
input.wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid {
    background: #FCC;
}

.wpcf7 form.sent .wpcf7-response-output {/* 送信ボタン下完了時 */
    border-color: #FF0000;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {/* 送信ボタン下未入力警告 */
    border-color: #FF0000;
}
.wpcf7-not-valid-tip {/* 必須未入力項目下の文章 */
    color: #FF0000;
}




/* スライダー　画像読み込み後まで隠す */
html.enable-javascript .bxslider{
  visibility: hidden;
}
/* スライダー　画像読み込み後表示 */
html.enable-javascript.window-load .bxslider{
  visibility: visible;
}

/* メニューのブランクリンクはアイコン */
.menu a[target="_blank"]::after,
.list_box a[target="_blank"]::after,
#footer_menu a[target="_blank"]::after {
 font-family: "Font Awesome 5 Free";
 content: "\f35d";
 color: #999999;
 font-weight: bold; /*指定しないと表示されない*/
 padding-left: .3em; /*文字とアイコンの間に隙間*/
}

/* ページング */
.page-numbers {
	padding: 10px 15px;
	border-radius: 10px;
	border: 1px solid #ccc;
	background-color: #F5F4ED;
	line-height: 100%;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	color: #333;
}

.current {
	padding: 10px 15px;
	border-radius: 10px;
	border: 1px solid #ccc;
	background-color: antiquewhite;
	line-height: 100%;
	margin-right: 5px;
	margin-left: 5px;
}
