@charset "utf-8";
/* CSS Document */

body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	color:#fff;
	font-size:15px;
	font-weight:500;
	line-height:1.75;
	letter-spacing:0.05em;
	text-align:justify;
}

a {
	color: #B4A102;
	text-decoration: none;
}
a:hover {
	color:#847602 ;
}
::selection{
	background-color:#99C1DA;
}
::-moz-selection{
	background-color:#99C1DA;
}

body,
#mainvisual .inner,
#wrap,
header,
footer{
	min-width:1160px;
}


/*トライアングル（右）*/
.triangle1{
width: 0;
height: 0;
border-left: 10px solid #fff;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
}

/*トライアングル（右）紺*/
.triangle2{
width: 0;
height: 0;
border-left: 7px solid #012132;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
}

/*トライアングル（左）紺*/
.triangle3{
width: 0;
height: 0;
border-right: 7px solid #012132;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
}

input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    position: relative;
    padding: 13px 35px;
    background-color: #ffffff;
    color: #cc1826;
    text-align: center;
    font-family: "A1明朝",sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2em;
    border: 1px solid #000;
    transition: 0.3s ease;
}


input[type="submit"] {
   -webkit-appearance: none;
	border-radius: 0;
	display: inline-block;
    position: relative;
    padding: 13px 35px;
    background-color: #cc1826;
    color: #fff;
    text-align: center;
    font-family: "A1明朝",sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2em;
    border: 1px solid #000;
    transition: 0.3s ease;
}
input[type="button"] {
   -webkit-appearance: none;
	border-radius: 0;
}



/*facebookページプラグイン*/	
.fb-container {
	width: 100%;
	max-width: 500px;
}	


/*============================================================================

	header（下層用）  *トップは、top.cssで指定

============================================================================*/

header {
	width:100%;
	height:200px;
	background-color:#011a27;
}

header .inner{
	position:relative;
	width:1160px;
	height: inherit;
	margin: 0 auto;
	box-sizing:border-box;
}




/* ロゴ */
header h1{
	margin:0px auto 40px;
	padding-top:50px;
}


header h1,
header h1 img{
	/*width:251px;
	height:33px;*/
	width: 325px;
	height:auto;
}


/*============================================================================

	nav（下層用）  *トップは、top.cssで指定

============================================================================*/

nav {
	width:100%;
	z-index:9999;
	font-family: "A1明朝",sans-serif;
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}
nav ul{
	display: flex;
	justify-content: flex-start;
	width:650px;
	margin:0;
	text-align:center;
}

nav ul:first-of-type{
	margin-top:8px;
}


nav li {
	display:inline-block ;
	position:relative;
	vertical-align:bottom;
}
nav li a{
	display: table;
	position:relative;
	margin:0px 5px 0;
	padding: 7px 10px;
	vertical-align:middle;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	transition: 0.2s ease;
}

nav li a:hover,
nav li.active2 a{
	color: #fff;
	background: -moz-linear-gradient(left, rgba(132,118,2,0.03) 0%, rgba(132,118,2,0.31) 10%, rgba(132,118,2,0.67) 23%, rgba(132,118,2,0.67) 78%, rgba(132,118,2,0.26) 92%, rgba(132,118,2,0.03) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(132,118,2,0.03) 0%,rgba(132,118,2,0.31) 10%,rgba(132,118,2,0.67) 23%,rgba(132,118,2,0.67) 78%,rgba(132,118,2,0.26) 92%,rgba(132,118,2,0.03) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(132,118,2,0.03) 0%,rgba(132,118,2,0.31) 10%,rgba(132,118,2,0.67) 23%,rgba(132,118,2,0.67) 78%,rgba(132,118,2,0.26) 92%,rgba(132,118,2,0.03) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08847602', endColorstr='#08847602',GradientType=1 ); /* IE6-9 */
}




nav li a span{
	display: table-cell;
	position:relative;
	line-height:1;
	vertical-align:middle;
}
nav li a span i{
	display:block;
	margin-top:11px;
	font-size:14px;
	font-family: 'Quicksand', sans-serif;
	font-weight:300;
	font-style:normal;
}

/* 間のボーダー */
nav li a::after{
    content: "";
    position: absolute;
    left: -1px;
	width:2px;
	height:100%;
	top:0;
	bottom:0;
	margin:auto;
	background-image: url(../images/nav_border.png);
    font-weight: 100;
    color: #666;
    font-size: 13px;
}
nav li:first-child a::after{
	display:none;
}


/* ホバーで出てくるメニューを示すアイコン */
.nav_slidebtm{
	background-image: url(../images/arrow02.png);
	background-repeat: no-repeat;
	background-position: center bottom 10px;
	background-size: 8px;
}

/* ホバーで出てくるメニュー */

nav ul li div {
	position: absolute;
	display:none;
	width:150%;
	top:100%;
	left:0%;
	background-color: rgba(255,255,255,0.7);
	box-shadow: 0 2px 3px rgba(0,0,0,0.05);

}
nav ul li div a{
	display:block;
	position:relative;
	margin:0;
	padding: 13px 20px;
	border-bottom: 1px solid #f0f0f0;
	line-height:1.4;
	text-align:left;
	font-size:13px;
}
nav ul li div a::after,
nav ul li div a::before{
	display:none;
}
nav ul li div a:hover {
	background-color: #F0F0F0;
}

/* 矢印 */
.nav_arrow{
}
.nav_arrow img{
	display:block;
	position:absolute;
	top:0;
	right:5%;
	bottom:0;
	margin:auto;
	transition:0.2s ease-in-out;
}
nav ul li div a:hover .nav_arrow img{
	right:3%;
}

/* 会員登録、問い合わせボタン */
.nav_btn{
	display: flex;
	justify-content: flex-start;
	width: 380px;
}

.nav_btn li{
	position: relative;
	width: 180px;
	margin-right: 20px;
}


.nav_btn li:last-of-type{
	margin-right: 0px;
}


.nav_btn li a{
	display: block;
	width: 100%;
	padding: 7px 0 7px;
	background-color: #cc1826;
	color: #fff;
	text-align: center;
	font-family: "A1明朝",sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #000;
	transition: 0.3s ease;
}
.nav_btn li a:hover,.nav_btn li.active2 a{
	background: #34070a!important;
	border:1px solid #847602;
}


.nav_btn .triangle1{
	position: absolute;
	top:18px;
	right: 8px;
}







/* スクロールで追加されるクラス */
.fixed_nav_btn{
	display: none;
}

.fixed{
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	text-align: center;
	background-color: rgba(1,26,39,0.6);
	display: flex;
	justify-content: center;
	padding-top: 0;
}

.fixed li a{
	margin-top:10px;
	margin-bottom: 15px;
	padding-top:7px;
}

/* 会員登録、問い合わせボタン */
.fixed ul:first-of-type{
	width:790px;
	margin-top:5px;
}

/*.fixed .fixed_nav_btn{
	display: block;
}

.fixed .fixed_nav_btn ul{
	width: 330px;
}

.fixed .fixed_nav_btn li{
	position: relative;
	width: 150px;
	margin-right: 30px;
}

.fixed .fixed_nav_btn li:last-of-type{
	margin-right: 0px;
}


.fixed .fixed_nav_btn li a{
	display: block;
	width: 100%;
	padding:8px 0;
	background-color: #cc1826;
	color: #fff;
	text-align: center;
	font-family: "A1明朝",sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.2em;
	transition: 0.3s ease;
}
.fixed .fixed_nav_btn li a:hover{
	background-color: #34070a;
	border:1px solid #fff;
}*/


.fixed .nav_btn .triangle1{
	position: absolute;
	top:28px;
	right: 10px;
}

/*============================================================================

	#mainvisual（トップ）

============================================================================*/


#mainvisual{
	width:100%;
	background-color:#011a27;
	height: auto;
}
#mainvisual .inner{
	position:relative;
	height: inherit;
	margin: 0 auto;
}

.mv_box{
	width: 100%;
	height: inherit;
	display: flex;
	justify-content: space-between;
}

.mv_left{
	width: 50%;
	height: 780px;
	/*background-image:url(../images/mv_img01.png);*/
	background-position:center ;
	background-repeat:no-repeat;
}

.mv_right{
	width: 50%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


/* キャッチフレーズ */
.mv_catch{
	position:absolute;
	top:35px;
	right:-80px;
	width: 50%;
	animation: fadeIn 7s ease 0s 1 normal;
	-webkit-animation: fadeIn 7s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.mv_catch img{
	max-width: 70%;
	height: auto;
}



/* 会員登録、問い合わせボタン */
.mv_btn{
	position: absolute;
	right:0;
	bottom:55px;
	display: flex;
	justify-content: flex-start;
}

.mv_btn li{
	position: relative;
	width: 250px;
	margin-right: 30px;
}

.mv_btn li:last-of-type{
	margin-right: 50px;
}


.mv_btn li a{
	display: block;
	width: 100%;
	padding:9px 0 10px;
	background-color: #cc1826;
	color: #fff;
	text-align: center;
	font-family: "A1明朝",sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #000;
	transition: 0.3s ease;
}
.mv_btn li a:hover{
	background: #34070a;
	border:1px solid #847602;
}


.mv_btn .triangle1{
	position: absolute;
	top:20px;
	right: 8px;
}

/*広告リスト*/
.mv_right a{
	display: block;
	width: 50%;
	height: auto;
}

/* trimming（トリミング) */
.mv_ad_trim {
  width: 100%;  /* トリミングしたい幅 */
  height: 345px;  /* トリミングしたい高さ */
  /*overflow: hidden;
  position: relative;*/
}
.mv_ad_trim img {
  /*position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
  width: 100%;
  height: 100%;
}


.mv_ad_text{
	width: 100%;
	height: 45px;
	background-image: url(../images/ad_text_box.png);
	background-position: left;
	background-repeat: no-repeat;
	display: flex;
	justify-content: flex-start;
	font-family: "A1明朝",sans-serif;
}

.mv_ad_text_img{
	width:auto;
	height: 45px;
	padding: 7px 0 0 35px;
}
.mv_ad_text_img img{
	width:24px;
	height: 29px;
}


.mv_ad_text_box{
	width: auto;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 0 20px 0 0;
	margin-left: 70px;
	line-height: 45px;
	overflow: hidden;
}

/*============================================================================

	#main（下層）

============================================================================*/


#main{
	width:100%;
	background-color:#012132;
	height: auto;
	padding-top: 15px;
}
#main .inner{
	width: 1160px;
	margin: 0 auto;
}

.breadcrumbs{
	display: flex;
	justify-content: flex-start;
} 

.breadcrumbs a{
	color: #fff;
	transition: 0.2s ease;
} 

.breadcrumbs a:hover{
	color: #847602;
}

.breadcrumbs li {
	margin-right: 10px;
}

.breadcrumbs li:after {
    font-family: FontAwesome;
    content: ">";
    padding-left: 12px;
}

.breadcrumbs li:last-child:after {
    content: "";
}


/*==================================================================

	.contents

==================================================================*/ 

#contents{
	width:100%;
	padding-top:50px;
	padding-bottom: 135px;
	background-color:#012132;
}

#contents .inner{
	width:1160px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}

#contents_left{
	width:830px;
}

.new_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.new_box{
	display: flex;
	justify-content: flex-start;
	width: 265px;
	margin-bottom: 45px;
	color:#fff;
}

.new_box a{
	color:#fff;
}

.new_box a:hover{
	color:#fff;
}

.new_box ul{
	margin-top:10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.new_box li{
	/*width:48%;*/ /*←　2列表示にする場合は、コチラを設定*/
	width:100%;
	padding: 3px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	/*font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;*/ /*フォント変更 181109*/
	font-family: "A1明朝",sans-serif;
}

.new_box dd{
	width: 265px;
}

.new_box h3{
	font-size:18px;
	font-weight: bold;
	line-height: 23px;
	padding-bottom:18px;
	margin-bottom: 17px;
	/*font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;*/ /*フォント変更 181109*/
	font-family: "A1明朝",sans-serif;
}

.new_box dd p{
	padding-top: 15px;
	border-top: 1px solid #ededf2;
	font-size:14px;
	line-height: 23px;
	/*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;*/ /*フォント変更 181109*/
	font-family: "A1明朝",sans-serif;
}

.new_box_btn{
	position: relative;
	margin-bottom: 40px;
}
.new_box_btn .more_btn a{
	margin-right: 0;
}
.new_box_btn .triangle1:first-of-type{
	position: absolute;
	bottom: 10px;
	right: 25px;
}
.new_box_btn .triangle1:last-of-type{
	position: absolute;
	bottom: 10px;
	right: 12px;
}




/* trimming（トリミング) */
.new_trim {
  width: 265px;  /* トリミングしたい幅 */
  height: 300px;  /* トリミングしたい高さ */
  overflow: hidden;
  position: relative;
}
.new_trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}




.recruit_box{
	display: flex;
	justify-content: space-between;
	padding:25px 25px;
	background-color: #010f17;
	margin-bottom: 30px;
	color: #fff;
}

.recruit_box:hover{
	color: #fff;
	background-color: #34070a;
}

.recruit_left{
	margin-right: 30px;
}

.recruit_right >ul li{
	margin-bottom: 30px;
}

.recruit_right > ul li:last-of-type{
	margin-bottom: 0px;
}

.recruit_box dl{
	display: flex;
	justify-content: flex-start;
}

.recruit_right ul li > dl:last-of-type{
	margin-right: 0px;
}

.recruit_box dt{
	width:150px;
	padding:5px 10px;
	margin-right: 12px;
	background-color: #fff;
	color:#012132;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	font-family: "A1明朝",sans-serif;
	display: flex;
  justify-content: center;
  align-items: center;
}

.recruit_box dd{
	font-size: 14px;
	line-height: 23px;
	/*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;*/ /*フォント変更 181109*/
	font-family: "A1明朝",sans-serif;
	word-break:break-all;
	width:355px;
}

.recruit_right ul li ul li{
	display: flex;
	justify-content: flex-start;
}

.recruit_right ul li ul li dl:first-of-type dd{
	margin-right: 30px;
}

.recruit_right .recruit_salary li{
	margin-bottom: 5px;
}




/* trimming（トリミング) */
.recruit_trim {
  width: 230px;  /* トリミングしたい幅 */
  height: 220px;  /* トリミングしたい高さ */
  overflow: hidden;
  position: relative;
}
.recruit_trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}





#contents_right{
	width:300px;
	margin-top:42px;	
}

.side_event{
	position: relative;
	margin-bottom: 30px;
	padding:10px 20px 0px;
	border: 1px solid #fff;
}

.side_event .triangle1:first-of-type{
	position: absolute;
	bottom:10px;
	right:25px;
}

.side_event .triangle1:last-of-type{
	position: absolute;
	bottom:10px;
	right:12px;
}

.side_event a{
	color:#fff;
}

.side_event a:hover{
	color:#fff;
}


.side_event li{
	margin-bottom: 20px;
}

.side_event li:last-of-type{
	margin-bottom: 15px;
}

.side_event dt{
	margin-bottom: 5px;
}

.side_event dd h3{
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
}

/* trimming（トリミング) */
.side_event_trim {
  width: 260px;  /* トリミングしたい幅 */
  height: 80px;  /* トリミングしたい高さ */
  overflow: hidden;
  position: relative;
}
.side_event_trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}


.more_btn{
	text-align: right;
	position: relative;
}

.more_btn a{
	display: inline-block;
	margin-right: -20px;
	padding: 3px 40px 3px 15px;
	background-color: #847602;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.3em;
	font-family: "A1明朝",sans-serif;
}

.more_btn a:hover{
	background-color: rgba(132,118,2,0.7);
}


.more_btn .triangle1{
	position: absolute;
	top:0px;
	right: 0px;
}

.side_article{
	position: relative;
	margin-bottom: 30px;
	padding:10px 20px 0px;
	border: 1px solid #fff;
}

.side_article .triangle1:first-of-type{
	position: absolute;
	bottom:10px;
	right:25px;
}

.side_article .triangle1:last-of-type{
	position: absolute;
	bottom:10px;
	right:12px;
}

.side_article a{
	color: #fff;
}

.side_article a:hover{
	color: #fff;
}


.side_article li{
	margin-bottom: 20px;
}

.side_article li:last-of-type{
	margin-bottom: 15px;
}

.side_article_box dl{
	display: flex;
	justify-content: space-between;
}

.side_article dt{
	width: 150px;
}

.side_article dd{
	width: 110px;
	padding:0 5px 0 13px;
	display: flex;
  align-items: center;
}

.side_article dd h3{
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
}

.side_article dd h3 i{
	display: block;
	font-style:normal;
}


/* trimming（トリミング) */
.side_article_trim {
  width: 150px;  /* トリミングしたい幅 */
  height: 100px;  /* トリミングしたい高さ */
  overflow: hidden;
  position: relative;
}
.side_article_trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}



.side_supporters{
	margin-bottom: 30px;
}

.side_supporters a{
	display: block;
	color: #fff;
	font-family: "A1明朝",sans-serif;
}

.side_supporters dt{
	height: 230px;
    width: 300px;
}

.side_supporters dt img{
	height: 230px;
    width: 300px;
}

.side_supporters dd{
	padding:15px 0 10px 0;
	text-align: center;
	background-color:#34070a ;
}

.side_supporters dd h3{
	font-size:24px;
	line-height: 1;
	margin-bottom: 5px;
}

.side_supporters dd p{
	font-size:12px;
}


.side_supporters_bnr a{
	padding: 15px 0 15px 0;
	text-align: center;
	background-color: #34070a;
	font-family: "A1明朝",sans-serif;
	transition: 0.2s ease;
}
.side_supporters_bnr a:hover{
	color: #fff;
	background-color:#5A0E13 ;
}
.side_supporters_bnr h3{
	font-size:24px;
	line-height: 1;
	margin-bottom: 5px;
}
.side_supporters_bnr p{
	font-size:12px;
}




.side_voice{
	margin-bottom: 30px;
	background-image: url(../images/voice_img01.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 300px;
	height: 130px;
}

.side_voice a{
	display: block;
	color: #333;
	width: 300px;
	height: 130px;
	padding: 42px 0 0 17px;
}

.side_voice h3{
	padding-right: 28px;
	font-size:24px;
	font-weight: bold;
	width: 130px;
	margin-bottom: 5px;
	font-family: "A1明朝",sans-serif;
}

.side_voice p{
	padding-right: 28px;
	font-size:12px;
	width: 130px;
	line-height: 20px;
	font-weight: bold;
	font-family: "Koburina Gothic W6 JIS2004",sans-serif;
}

.side_dentist{
	position: relative;
	margin-bottom: 30px;
	background-image: url(../images/dentistry_img01.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 300px;
	height: 130px;
	font-family: "Koburina Gothic W6 JIS2004",sans-serif;
}

.side_dentist a{
	display: block;
	width: 300px;
	height: 130px;
}

.side_dentist a:hover{
	opacity: 0.9;
}

.side_dentist .triangle1:first-of-type{
	position: absolute;
	top:89px;
	left: 82px;
}

.side_dentist .triangle1:last-of-type{
	position: absolute;
	top:89px;
	left: 97px;
}

.dentist_cercle{
	position: absolute;
	top:12px;
	left: 35px;
	width: 110px;
	height: 110px;
	padding: 27px 15px 0 16px;
	background-image: url(../images/dentistry_cercle.png);
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}




.side_ad{
	margin-bottom: 30px;
	background-image: url(../images/side_ad_img01.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 300px;
	height: 130px;
}

.side_ad a {
    display: block;
    color: #333;
    width: 300px;
    height: 130px;
    padding: 27px 0 0 15px;
}

.side_ad h3 {
    padding-right: 23px;
    font-size: 24px;
    font-weight: bold;
    width: auto;
    margin-bottom: 1px;
    font-family: "A1明朝",sans-serif;
    text-align: right;
}

.side_ad p {
    padding-right: 24px;
    font-size: 12px;
    width: auto;
	line-height: 20px;
    font-weight: bold;
    font-family: "Koburina Gothic W6 JIS2004",sans-serif;
    text-align: right;
}


.side_recruit_published{
	margin-bottom: 30px;
	background-image: url(../images/side_recruit_published_img01.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 300px;
	height: 130px;
}

.side_recruit_published a {
    display: block;
    color: #333;
    width: 300px;
    height: 130px;
    padding: 18px 0 0 15px;
}

.side_recruit_published h3 {
    padding-right: 10px;
    font-size: 21px;
    font-weight: bold;
    width: auto;
    margin-bottom: 10px;
    font-family: "A1明朝",sans-serif;
    text-align: right;
    line-height: 1;
}

.side_recruit_published p {
    padding-right: 10px;
    font-size: 12px;
    width: auto;
    line-height: 20px;
    font-weight: bold;
    font-family: "Koburina Gothic W6 JIS2004",sans-serif;
    text-align: right;
}








.side_sns{
	margin-bottom: 100px;
}

.side_facebook{
	margin-bottom: 30px;
}

.side_facebook a{
	color: #fff;
}

.side_facebook a:hover{
	color: #fff;
}

.side_facebook dt{
	margin-bottom: 9px;
	font-size: 18px;
	font-family: "Koburina Gothic W6 JIS2004",sans-serif;
}

.side_facebook dt img{
	width: 33px;
	height: 33px;
	margin-right: 10px;
}

.side_facebook dd img{
	width: 100%;
}

.side_twitter{
	margin-bottom: 30px;
}

.side_twitter a{
	color: #fff;
}

.side_twitter a:hover{
	color: #fff;
}

.side_twitter dt{
	margin-bottom: 9px;
	font-size: 18px;
	font-family: "Koburina Gothic W6 JIS2004",sans-serif;
}

.side_twitter dt img{
	width: 33px;
	height: 33px;
	margin-right: 10px;
}

.side_twitter dd img{
	width: 100%;
}


.side_instagram{
	margin-bottom: 30px;
}

.side_instagram a{
	color: #fff;
}

.side_instagram a:hover{
	color: #fff;
}

.side_instagram dt,
.side_line dt{
	margin-bottom: 9px;
	font-size: 18px;
	font-family: "Koburina Gothic W6 JIS2004",sans-serif;
}

.side_instagram dt img,
.side_line dt img{
	width: 33px;
	height: 33px;
	margin-right: 10px;
}

.side_instagram dd img
.side_line dd img{
	width: 100%;
}

.side_line dd {
text-align: center;
}
.side_line dd img{
max-width: 200px;
}
.side_line dd p{
    padding: 0 10px;
	font-size: 11px;
    color: gray;
	text-align: justify;
}

/*カテゴリ*/
.side_cate{
	margin-bottom: 30px;
	padding:10px 20px 0px;
	border: 1px solid #fff;
}

.side_cate_list{
	margin-top: 10px;
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.side_cate_list li a{
	display: block;
	padding: 4px 20px;
    margin: 0 5px 5px 0;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	line-height: 1;
	color: #fff;
	background-color: #847602 ;
	transition: 0.2s ease;
}

.side_cate_list li a:hover{
	background-color: #34070a!important;
}

/*============================================================================

	footer

============================================================================*/

footer {
	width:100%;
	border-top: 3px solid #847602;
	background-color: #012132;
	padding-top:27px;
}

footer .inner{
	position:relative;
	width:1160px;
	margin:0 auto;
}

.footer_logo{
	text-align: center;
	margin-bottom: 35px;
}
.footer_logo img{
	width: 325px;
	height: auto;
}

.footer_sns{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 35px;
    text-align: center;
	width: 580px;
}

.footer_sns:before {
    border-top: 1px solid #847602;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
	/*margin-right: 20px;*/
}

.footer_sns:after {
    border-top: 1px solid #847602;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
	/*margin-left: 20px;*/
}

.footer_sns li{
	margin-right: 35px;
}

.footer_sns li:first-of-type{
	margin-left: 20px;
}

.footer_sns li:last-of-type{
	margin-right: 20px;
}


.footer_link{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.footer_link_box{
	display: flex;
	justify-content: flex-start;
	width: 260px;
}

.footer_link_box dt{
	border-right: 1px solid #847602;
	writing-mode: vertical-rl;
	padding-right: 20px;
	font-size: 16px;
	font-weight: bold;
	width: 60px;
	font-family: "A1明朝",sans-serif;
}

.footer_link_box dd  {
	padding: 12px 0px 12px 15px;
	width: 200px;
	font-size: 12px;
	line-height: 1;
	/*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;*/ /*フォント変更 181109*/
	font-family: "A1明朝",sans-serif;
}

.footer_link_box dd ul li{
	position: relative;
	margin-bottom: 0px;
}

.footer_link_box dd a{
	display: block;
	color:#fff;
	padding:7px 0 7px 25px;
	transition: 0.2s ease;
}

.footer_link_box dd a:hover{
	/*background-color:#645f0b ;*/
	background: -moz-linear-gradient(left, rgba(132,118,2,0.03) 0%, rgba(132,118,2,0.31) 10%, rgba(132,118,2,0.67) 23%, rgba(132,118,2,0.67) 78%, rgba(132,118,2,0.26) 92%, rgba(132,118,2,0.03) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(132,118,2,0.03) 0%,rgba(132,118,2,0.31) 10%,rgba(132,118,2,0.67) 23%,rgba(132,118,2,0.67) 78%,rgba(132,118,2,0.26) 92%,rgba(132,118,2,0.03) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(132,118,2,0.03) 0%,rgba(132,118,2,0.31) 10%,rgba(132,118,2,0.67) 23%,rgba(132,118,2,0.67) 78%,rgba(132,118,2,0.26) 92%,rgba(132,118,2,0.03) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08847602', endColorstr='#08847602',GradientType=1 ); /* IE6-9 */
}

.footer_link_box .triangle1{
	position: absolute;
	top:8px;
	left:8px;
}


/* コピーライト */
.footer_copy{
	background-color:#011a27;
	width: 100%;
	height: 80px;
}
.footer_copy .inner{
	width:1160px;
	height: 80px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}

.footer_logo2{
	padding-top:14px;
}

.footer_navi{
	display: flex;
	justify-content: space-between;
	line-height: 80px;
	font-size: 13px;
	/*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;*/ /*フォント変更 181109*/
	font-family: "A1明朝",sans-serif;
	letter-spacing:0.1em;
}

.footer_navi li{
	position: relative;
}

.footer_navi li::after{
	content: "";
	border-right:1px solid #fff;
	height: 13px;
	display: inline-block;
	position: absolute;
	top:34px;
}

.footer_navi li:last-of-type::after{
	content: "";
	border-right: none;
}

.footer_navi li a{
	color:#fff;
	padding:0 20px;
	transition: 0.2s ease;
}

.footer_navi li a:hover{
	background: -moz-linear-gradient(left, rgba(132,118,2,0.03) 0%, rgba(132,118,2,0.31) 10%, rgba(132,118,2,0.67) 23%, rgba(132,118,2,0.67) 78%, rgba(132,118,2,0.26) 92%, rgba(132,118,2,0.03) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(132,118,2,0.03) 0%,rgba(132,118,2,0.31) 10%,rgba(132,118,2,0.67) 23%,rgba(132,118,2,0.67) 78%,rgba(132,118,2,0.26) 92%,rgba(132,118,2,0.03) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(132,118,2,0.03) 0%,rgba(132,118,2,0.31) 10%,rgba(132,118,2,0.67) 23%,rgba(132,118,2,0.67) 78%,rgba(132,118,2,0.26) 92%,rgba(132,118,2,0.03) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08847602', endColorstr='#08847602',GradientType=1 ); /* IE6-9 */
}


.copy {
    text-align: center;
    line-height: 30px;
    background-color: #011a27;
    width: 100%;
}
.copy small{
	color:#fff;
	font-size:12px;
	letter-spacing:0.2em;
	font-family: "A1明朝",sans-serif;
}





/* ページトップ */
.pagetop{
	position: absolute;
	top:-81px;
	left:0;
	right: 0;
	margin:auto;
	width: 73px;
	height: 54px;
}
.pagetop img{
	width: 73px;
	height: 54px;
}


.pagetop:hover {
	cursor: pointer;
	top:-84px;
}



/*==================================================================

	タイトル

==================================================================*/
h2.tit01 {
	display: flex;
    align-items: center;
    text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.3em;
	font-family: "A1明朝",sans-serif;
}

h2.tit01 i{
	font-size: 50px;	
	letter-spacing: 0.1em;
	padding-right: 20px;
	font-family: 'Italianno', cursive,sans-serif;
}

h2.tit01:after {
    border-top: 1px solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
	 margin-left: 0.5em;
}

h2.tit02{
	font-size: 18px;
	border-bottom: 1px solid #fff;
	padding-bottom:5px;
	margin-bottom: 20px;
	font-family: "A1明朝",sans-serif;
}

h2.tit03{
	font-size: 50px;
	line-height: 60px;
	/*font-family: "kozuka-gothic-pr6n",sans-serif;*/ /*フォント変更 181109*/
	font-family: "A1明朝",sans-serif;
	margin-bottom: 15px;
	letter-spacing: 0.2em;
	word-break: break-all;
}



h3.tit01{
	font-size: 25px;
	line-height: 45px;
	font-family: "kozuka-gothic-pr6n",sans-serif;
	margin-bottom: 25px;
	letter-spacing: 0.2em;
	text-align: center;
}
h3.tit01 span{
	position: relative;
	display: inline-block;
}
/*h3.tit01 span.sub{
	font-size: 20px;
}*/
h3.tit01 span.title::before{
	position: absolute;
	bottom:0;
	left: 0;
	background-color: #34070a;
	width: 100%;
	height: 10px;
	content:'';
}
h3.tit01 span.sub::before{
	position: absolute;
	bottom:0;
	left: 0;
	background-color: #34070a;
	width: 100%;
	height: 10px;
	content:'';
}

h3.tit02{
	display: inline-block;
	position: relative;
	font-size: 18px;
	line-height: 45px;
	font-family: "kozuka-gothic-pr6n",sans-serif;
	margin: 30px 0 15px 0;
	letter-spacing: 0.2em;
	text-align: center;
}
h3.tit02::before{
	position: absolute;
	bottom:2px;
	left: 0;
	background-color: #34070a;
	width: 100%;
	height: 10px;
	content:'';
}

h3.tit03 {
	display: flex;
    align-items: center;
    text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.3em;
	font-family: "A1明朝",sans-serif;
}

h3.tit03 i{
	font-size: 50px;	
	letter-spacing: 0.1em;
	padding-right: 20px;
	font-family: 'Italianno', cursive,sans-serif;
}

h3.tit03:after {
    border-top: 1px solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
	 margin-left: 0.5em;
}




h4.tit01{
	font-size: 20px;
	font-weight: bold;
	color: #fff ;
	margin-bottom: 20px;
	margin-top:40px;
	background-color: rgba(255,255,255,0.2);
	padding:20px 25px; 
	word-break: break-all;
}

/*==================================================================

	共通

==================================================================*/

/*院長略歴*/
.list01 {
	margin: 0 0 15px;
	padding: 0;
	border-width: 0 1px 1px;
}
.list01 dt {
	margin: 0;
	padding: 14px 3px 0px;
}
.list01 dd {
	margin: -38px 0 0;
	padding: 12px 4px 10px 100px;
	border-bottom: 1px dotted #ACACAC;
}

/*院長略歴　年月無し*/
.list02 {
	margin: 0 0 15px;
	border-width: 0 1px 1px;
}
.list02 li {
	margin: 0 0px 0px;
	padding: 6px 4px 6px 0;
	border-bottom: 1px dotted #ddd;
}

/*まる*/
.list03{
}
.list03 li{
	position:relative;
	margin-bottom:10px;
	padding-left:60px;
}
.list03 li:last-child{
	margin-bottom:0;
}
.list03 li:before{
	display: block;
	position: absolute;
	top: 10px;
	left: 40px;
	width: 3px;
	height: 3px;
	background-color: #847602;
	border: 1px solid #847602;
	border-radius: 100%;
	content: '';
}
.list03 li i{
	margin-right:8px;
}

/*さんかく*/
.list04 li{
	position: relative;
	margin-bottom:15px;
	padding-left:22px;
	color:#223a70;
}
.list04 li:before{
	position:absolute;
	top:0.5em;
	left:7px;
	width: 0;
	height: 0;
	border:5px solid transparent;
	border-left: 5px solid #4A577F;
	content:"";
}

/*やじるし*/
.list05 li{
	position:relative;
	margin-bottom: 10px;
	line-height:1;
	padding-left:15px;
}
.list05 li:before{
	position:absolute;
	left:0;
	top:0.3em;
	height:5px;
	width:5px;
	transform:rotate(45deg);
	background-color: transparent;
	border-top:1px solid #333;
	border-right:1px solid #333;
	content:"";
}

/* まる & 背景 */
.list06{
	padding:35px 45px 25px;
	background-color:#f7f7f7;
	
}
.list06 li{
	position:relative;
	float:left;
	margin-bottom:15px;
	padding-left:0.9em;
	padding-right:5%;
	
}
.list06 li:before{
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #DAC58B;
	border: 1px solid #DAC58B;
	border-radius: 100%;
}

/*まる & 枠 */
.list07{
	border: 3px solid #eee;
	padding: 30px ;
	font-size:14.5px;
}
.list07 li{
	padding-left:0.9em;
	margin-bottom:10px;
	position:relative;
}
.list07 li:last-child{
	margin-bottom:0;
}
.list07 li:before{
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #E0D0BF;
	border: 1px solid #E0D0BF;
	border-radius: 100%;
}
.list07 li i{
	margin-right:8px;
}

/*チェック*/
.list08{
	padding:35px 10px 25px 45px;
	background-color:#f7f7f7;
}
.list08:after{
	display: block;
	clear: both;
	content: "";
}
.list08 li{
	position:relative;
	float:left;
	margin-right: 5%;
	margin-bottom:20px;
	margin-left: 28px;
	border-bottom: 1px dotted #cdcdcd;
}
.list08 li:before{
	display: block;
	position: absolute;
	top: 3px;
	left: -28px;
	width: 20px;
	height: 20px;
	background-image:url(../images/check.svg);
	background-repeat:no-repeat;
	background-position:left center;
	content: '';
}

.list09 > li {
    list-style-type: decimal;
    padding-left: 5px;
    margin-left: 20px;
    margin-bottom: 10px;
}


.list10{
	counter-reset: my-counter;
    list-style: none;
    padding: 0;
}
.list10 > li {
    margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.list10 > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fff;
  color: #222;
  display: block;
  float: left;
  line-height: 19px;
  margin-left: -28px;
  margin-top: 3px;
  text-align: center;
  height: 19px;
  width: 19px;
  border-radius: 50%;
}




/*ボタン ゴースト*/
.btn01{
	position:relative;
	top:10px;
	margin-bottom:10px;
}
.btn01 a{
	display:inline-block;
	position:relative;
	padding:15px 25px;
	line-height:1;
	border:1px solid #33409a;
/*	color:#3D4AA5;
*/	text-align:center;
	color:#33409a;
	font-weight:bold;
	transition:ease-in-out 0.1s ;
}
.btn01 a i{
	margin-right:10px;
	color:#33409a;
	transition:ease-in-out 0.1s ;
}
.btn01 a:hover{
	color:#fff;
	background-color:#33409a;
}
.btn01 a:hover i{
	color:#fff;
}
.btn01 a::after{
	display:inline-block;
	position:absolute;
	top:10px;
	left:10px;
	width: 100%;
	height:100%;
	background-image:url(../images/bg03.png);
	transition:0.2s ease-in-out;
	z-index:-1;
	content:"";
}
.btn01 a:hover::after{
	left:0;
	top:0;
}
.btn01_arrow{
	position:relative;
	left:0px;
	margin-right:14px;
	transition:0.2s ease-in, 0.22s ease-out;
}
.btn01_arrow img{
	opacity:1 !important;
}
.btn01_arrow,
.btn01_arrow img{
	width: 18px;
	height: 13px;
}
.btn01 a:hover .btn01_arrow{
	left:4px;
}


/*ボタン 白抜き*/
.btn02{
}
.btn02 a{
	display:inline-block;
	padding:8px 20px;
	border:1px solid #00408f;
	color:#00408f;
	font-weight:bold;
	transition:ease-in-out 0.2s ;
}
.btn02 a i{
	margin-right:7px;
}
.btn02 a:hover{
	background-color:#00408f;
	color:#fff;
}


/* 画像を右寄せ　※画像サイズはhtmlで調整 */
.img_fr{
	display:block;
	position:relative;
	float:right;
	margin-left:30px;
	margin-bottom:0 !important;
	text-align:center;
}
.img_fr img{
	border-radius:3px;
	margin-bottom:7px;
	
}
/* 画像に対して説明文がある場合は、dlで囲い、dtに画像を、ddにテキストを使う */
.img_fr dd{
	padding-left:20px;
	line-height:1.3;
	font-size:15px; 
	font-weight:bold;
	color: #1F2774;
	text-align:left;
}








/*==================================================================

	table

==================================================================*/

.nowrap{
	white-space:nowrap;
}
/*フッターの診療時間*/
.tb01{
	margin-bottom:12px;
	border-spacing: 0;
	border-collapse: collapse;
	white-space:nowrap;
}
.tb01 td,.tb01 th{
	border-bottom:1px solid #e4e4e4;
	vertical-align: middle;
}
.tb01 tr:last-child td,.tb01 tr:last-child th{
	border:none;
}
.tb01 th:first-child{
	
}
.tb01 th{
	padding:10px 16px 8px 16px;
	line-height:1;
	white-space:nowrap;
	font-weight:bold;
	text-align:left;

}
.tb01 td{
	padding:10px 16px 8px 16px;
	text-align:center;
}


/*医院概要*/
.tb02{
	border-spacing: 0;
	text-align: left;
}
.tb02 td,.tb02 th{
	border-bottom:#ddd 1px dotted;
	line-height:1.4;
	font-size:15px;
	vertical-align:top;
}
.tb02 th{
	padding:8px 24px 8px 0;
	white-space:nowrap;
	text-align:left;
	font-weight: normal;
	color:#333;
}
.tb02 td{
	padding:8px 0;
	padding-right:0 !important;
	text-align:left;
}
.tb02 tr:last-child td,.tb02 tr:last-child th{
	border:none;
}

/* 料金表 */
.tb03 {
	width:100%;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #f0f0f0;
	white-space: nowrap;
}
.tb03 td, .tb03 th {
	padding: 12px 36px;
}
.tb03 th {
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	color: #666;
	background-color: #FAFAFA;
	font-size: 16px;
}
.tb03 th span {
	font-size: 13px;
}
.tb03 td {
	background-color: #ffffff;
	color: #666666;
	text-align: center;
}



/*==================================================================

	アンカーリンンク

==================================================================*/

/* 4個並び */
.ank01{
	margin:0 auto 100px;
}
.ank01 li{
	display:table;
	position:relative;
	float:left;
	width:24%;
	height:66px;
	margin-bottom:1.5%;
	margin-left:1.33%;
	line-height:1.4;
}
.ank01 li:nth-child(1),
.ank01 li:nth-child(5),
.ank01 li:nth-child(9){
	margin-left:0;
}
.ank01 li a{
	display: table-cell;
	padding:12px 5px 15px;
	border:1px solid #00408f;
	font-weight:bold;
	font-size:13px;
	color:#00408f;
	text-align:center;
	vertical-align:middle;
	transition:0.1s ease-in-out;
}
.ank01 li a:hover{
	background-color:#00408f;
	color:#fff;
}
.ank01 li i{
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:4px;
	margin:auto;
}



/*==================================================================

	box

==================================================================*/

/*詳細ページ用タイトルボックス*/
.title_box{
	width: 1160px;
	margin: 0 auto;
	padding-bottom: 25px;
	border-bottom: 2px solid #fff;
	margin-top: 30px;
}

.title_box ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.title_box li {
    padding: 4px 35px;
    margin: 0 10px 5px 0;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif; 
    line-height: 1;
}

.title_box .title_date{
	font-size: 16px;
	/*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;*/ /*フォント変更 181109*/
	font-family: "A1明朝",sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}


/*詳細ページ用テキストボックス*/
.text_box{
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 16px;
	/*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;*/  /*フォント変更 181109*/
	font-family: "A1明朝",sans-serif;
}

.text_box img{
	max-width: 100%;
	height: auto;
}

.text_box p{
	margin-bottom: 30px;
	font-size: 16px;
	/*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;*/  /*フォント変更 181109*/
	font-family: "A1明朝",sans-serif;
	line-height: 30px;
}

.text_box p.text_box_img{
	margin-bottom: 40px;
}

.text_box h3{
	margin-bottom: 40px;
	font-size: 20px;
	font-family: "kozuka-gothic-pr6n",sans-serif;
	line-height: 35px;
}

.text_box h3::before{
	content: '';
	background-color:#847602;
	height: 5px;
	width: 200px;
	display: block;
	margin-bottom: 15px;
}

.text_box p:last-child{
	margin-bottom: 0;
}

.text_box strong{
	font-weight: bold;
	/*font-family: "ヒラギノ角ゴ ProN W7";*/ /*フォント変更 181109*/
	font-family: "A1明朝",sans-serif;
}

.text_box iframe{
	width: 100%
}




/*==================================================================

	article

==================================================================*/

.article_list .article_box:first-of-type a{
	padding-top: 10px;
}

.article_list .article_box:last-of-type a{
	border-bottom: none;
}

.article_box a{
	display: block;
	color:#fff;
	padding: 30px 0;
	border-bottom: 1px dotted #fff;
}

.article_box a:hover{
	color:#fff;
}

.article_box a dl{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.article_box a dl dt{
	width: 265px;
}

.article_box a dl dd{
	width: 535px;
}

.article_box ul{
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.article_box li{
	padding: 4px 35px;
	margin:0 10px 5px 0;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	line-height: 1;
}

.article_box li.article_date{
	padding: 3px 0px;
	background-color:transparent;
	margin-left: 10px;
	font-size: 14px;
	font-weight: 300;
	/*font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;*/ /*フォント変更 181109*/
	font-family: "A1明朝",sans-serif;
}

.article_box li:first-child{
	margin-left:0;
}

.article_box h3{
	font-size:18px;
	font-weight: bold;
	line-height: 23px;
	margin-bottom: 15px;
	/*font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;*/ /*フォント変更 181109*/
	font-family: "A1明朝",sans-serif;
}

.article_box dd p{
	font-size:14px;
	line-height: 23px;
	/*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;*/ /*フォント変更 181109*/
	font-family: "A1明朝",sans-serif;
}

/* trimming（トリミング) */
.article_trim {
  width: 265px;  /* トリミングしたい幅 */
  height: 200px;  /* トリミングしたい高さ */
  overflow: hidden;
  position: relative;
}
.article_trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*width: 100%;*/
  width: auto;	
  height: 100%;
  	
}

/*==================================================================

   contact

==================================================================*/

/* 入力確認ボタン */
.contact_btn_box{
	width: 100%;
	/*margin: 50px 0 100px;*/
	/*margin: 0 0 100px;*/
	margin: 20px 0 100px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.contact_btn,.wpcf7-submit,.wpcf7-previous{
	display: inline-block;
	position: relative;
	padding:13px 35px;
	background-color: #cc1826;
	color: #fff;
	text-align: center;
	font-family: "A1明朝",sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #000;
	transition: 0.3s ease;
}
.contact_btn:hover,.wpcf7-submit:hover,.wpcf7-previous:hover{
	background: #34070a;
	border:1px solid #847602;
}

.contact_btn .triangle1{
	position: absolute;
	top:19px;
	right: 10px;
}

/* 戻るボタン　送信ボタン */
.contact_btn1{
	display: inline-block;
	position: relative;
	padding:13px 35px;
	background-color: #cc1826;
	color: #fff;
	text-align: center;
	font-family: "A1明朝",sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #000;
	transition: 0.3s ease;
	margin-right: 40px;
}
.contact_btn1:hover{
	background: #34070a;
	border:1px solid #847602;
}

.contact_btn1 .triangle1{
	position: absolute;
	top:19px;
	right: 10px;
}

.contact_btn1:last-child{
	margin-right: 0;
}


.req{
	margin-top: 0px;
    display: block;
    font-size: 11px;
    color: #cc1826;
}


.contact-table {
	background: #dddddd;
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	font-size: 14px;
	}
.contact-table th {
	background-color: #34070a;
	padding: 18px 24px;
	border-top: 1px solid #666;
	text-align: left;
	letter-spacing: 0.1em;
	width: 190px;
	font-weight: 500;
	font-size: 14px;
	vertical-align: middle;
}
.contact-table td {
	background: #fff;
	padding: 16px 15px 18px 15px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	width: 500px;
	line-height: 1.8;
	color: #000;
}
.contact-table input {
	/*height: 40px;*/
	border: 1px solid #666;
	padding: 0 10px;
}
.contact-table textarea {
	border: 1px solid #666;
	padding: 10px;
}

.contact-table input[name="name"]{
	width:300px;
}

.contact-table input[name="tel"]{
	width:200px;
}

.contact-table input[name="email"]{
	width:450px;
}

.contact-table textarea[name="content"]{
	width:450px;
}


.contact-table input[name="class"]{
	margin:0 7px 0 15px;
	height: auto;
}
.contact-table #class01{
	margin-bottom: 20px;
}
.wpcf7-list-item{
	color:#333!important;
}
span.wpcf7-list-item{
	margin: 0;
	padding: 10px 0 15px!important;
}

/*wordpress*/
.wpcf7c-conf {
background-color: #FFFFFF!important; /* 背景色を白に */
border: none!important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    border: 2px solid #ff0000!important;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #847602!important;
}

/* 送信ボタン */
.wpcf7-submit{
	margin-right: 0;
}


/*確認画面用のスタイル*/
.wpcf7c-elm-step2{
	/*font-size: 17px;*/
	color: #fff; 
}

/*自動表示テキストを消す*/
/*.wpcf7c-elm-step2 > p {
    display: none;
}*/
/*お問い合わせ・お名前欄調整*/
.wpcf7-list-item-label {
    /*margin: 0 7px 0 15px;*/
	margin: 0 20px 0 0;
    height: auto;
}

/*==================================================================

   member

==================================================================*/

.member_coment h3.tit02{
	margin-top:0;
	margin-bottom: 10px;
}

.member_coment ul.list03{
	margin-bottom: 5px;
}

.member_coment{
	margin-bottom: 40px;
}

/*==================================================================

	共通

==================================================================*/

/*コンテンツ用SNSボタン*/
.contents_sns{
	display: flex;
	justify-content: center;
	background-color: #010f17;
	padding:20px 0;
	margin-bottom: 100px;
	margin-top: 100px;
	font-family: "Koburina Gothic W6 JIS2004",sans-serif;
}

.twitter_btn{
	display: block;
	width: 200px;
	height: 40px;
	background-color: #55acee;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-radius:3px;
	padding:7px 0 0 55px;
	background-image: url(../images/twitter_icon03.png);
	background-position: left 10px center;
	background-repeat: no-repeat;
	margin-right: 25px;
} 

.facebook_btn{
	display: block;
	width: 200px;
	height: 40px;
	background-color: #3b579d;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-radius:3px;
	padding:7px 0 0 68px;
	background-image: url(../images/facebook_icon03.png);
	background-position: left 29px center;
	background-repeat: no-repeat;
} 





/*カテゴリーカラー*/
.cate_gold{
	background-color:#847602!important;
}

.cate_wred{
	background-color:#34070a!important;
}


/*==================================================================

	サイトマップ(.sitemap)

==================================================================*/

.sitemap_box ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0 20px;
	margin-top: 10px;
}

.sitemap_box ul li{
	width:260px;
	padding: 12px 0px 10px 15px;
	line-height: 1;
	/*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;*/ /*フォント変更 181109*/
	font-family: "A1明朝",sans-serif;
	position: relative;
	margin-bottom: 0px;
}

.sitemap_box ul li a{
	display: block;
	color:#fff;
	padding:7px 0 7px 25px;
	transition: 0.2s ease;
}

.sitemap_box ul li a:hover{
	/*background-color:#645f0b ;*/
	background: -moz-linear-gradient(left, rgba(132,118,2,0.03) 0%, rgba(132,118,2,0.31) 10%, rgba(132,118,2,0.67) 23%, rgba(132,118,2,0.67) 78%, rgba(132,118,2,0.26) 92%, rgba(132,118,2,0.03) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(132,118,2,0.03) 0%,rgba(132,118,2,0.31) 10%,rgba(132,118,2,0.67) 23%,rgba(132,118,2,0.67) 78%,rgba(132,118,2,0.26) 92%,rgba(132,118,2,0.03) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(132,118,2,0.03) 0%,rgba(132,118,2,0.31) 10%,rgba(132,118,2,0.67) 23%,rgba(132,118,2,0.67) 78%,rgba(132,118,2,0.26) 92%,rgba(132,118,2,0.03) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08847602', endColorstr='#08847602',GradientType=1 ); /* IE6-9 */
}

.sitemap_box ul li .triangle1{
	position: absolute;
	top:19px;
	left:17px;
}




.sitemap_box h3{
	margin-top: 30px;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.3em;
	font-family: "A1明朝",sans-serif;
	border: 1px solid #847602;
}

.sitemap_box h3 a{
	display: block;
	color:#fff;
	padding:5px 0 8px 40px;
	transition: 0.2s ease;
	background-color: #34070a;
}

.sitemap_box h3 a:hover{
color:#847602;
}




.sitemap_box h3 .triangle1{
	position: absolute;
	top:19px;
	left:17px;
}



/*==================================================================

	会社概要(company)

==================================================================*/


.company-table {
	background: #dddddd;
	width: 100%;
	margin-top:30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	font-size: 14px;
	}
.company-table th {
	background-color: #34070a;
	padding: 18px 24px;
	border-top: 1px solid #666;
	text-align: left;
	letter-spacing: 0.1em;
	width: 190px;
	font-weight: 500;
	font-size: 14px;
	vertical-align: middle;
}
.company-table td {
	background: #fff;
	padding: 16px 15px 18px 15px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	width: 500px;
	line-height: 1.8;
	color:#333;
}


/*==================================================================

	プライバシーポリシー(privacy)

==================================================================*/

.privacy_box ul,.privacy_box ol{
	margin:10px 0;
}

.privacy_box li{
	margin-bottom: 10px;
}

ul.privacy_info{
	display: inline-block;
	margin-top: 30px;
}

.privacy_info li{
	text-align: left;
	margin: 0px;
}



/*==================================================================

	支援者(supporters)

==================================================================*/

.supporters_box ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.supporters_box li{
	width: 48%;
	margin-bottom: 20px;
	text-align: center;
}


.supporters_box a{
	display: block;
	background-color: #eee;
	padding: 10px;
	height: 80px;
	transition: 0.2s ease;
}

.supporters_box a:hover{
	opacity:0.8;
}


.supporters_box img{
	height: 60px;
	max-width: 100%;
}

/*==================================================================

	リクルート(recruit)

==================================================================*/


/***********************************/
/*　アーカイブページ固定バナー          */
/***********************************/

.web_reserv_dentist {
	display: none;
    position: fixed;
    z-index: 999;
    right: 0px;
    bottom:0px;
    opacity: 1;
    transition: 0.4s ease-in-out;
	background-color: rgba(255,255,255,0.5);
	padding:10px;
}

.web_reserv_dentist .side_dentist{
	margin-bottom: 0px;
	position: relative;
}

/*閉じるボタン*/
.web_reserv_dentist .side_dentist .bnr_close_btn{
	position: absolute;
	width: 25px;
	height: 25px;
	top:-7px;
	right: -7px;
	cursor: pointer;
}

/***********************************/



.recruit_box2{
	display: block;
	padding:25px 25px;
	background-color: #010f17;
	margin-bottom: 30px;
	color: #fff;
	font-family: "A1明朝",sans-serif;
	transition: 0.5s all;
}

.recruit_box2:hover{
	color: #fff;
	background-color: #34070a;
	
}

.recruit_pr{
	/*background-color: #34070a;
	border:1px solid #847602;*/
	background-color: rgba(255,255,255,0.2);
	padding: 10px 25px;
	color:#fff;
	font-family: "A1明朝",sans-serif;
	margin-bottom: 25px;
	word-break: break-all;
}

.recruit_box2_flex{
	display: flex;
	justify-content: space-between;
}

.recruit_box2 dl{
	display: flex;
	justify-content: flex-start;
}

.recruit_box2 dt{
	width:120px;
	padding:5px 10px 9px;
	margin-right: 12px;
	background-color: #fff;
	color:#012132;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	font-family: "A1明朝",sans-serif;
	display: flex;
  justify-content: center;
  align-items: center;
}

.recruit_box2 dd{
	font-size: 14px;
	line-height: 23px;
	/*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;*/ /*フォント変更 181109*/
	font-family: "A1明朝",sans-serif;
	word-break:break-all;
	width:385px;
}

.recruit_box2 > ul{
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.recruit_box2 > ul li{
	padding: 4px 35px;
	margin:0 10px 5px 0;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	line-height: 1;
}

/*シングルページ*/
p.recruit_pr_txt{
	font-size: 20px;
	font-family: "A1明朝",sans-serif;
	font-weight: bold;
	color: #fff ;
	margin-bottom: 20px;
	margin-top:40px;
	background-color: rgba(255,255,255,0.2);
	padding:20px 25px; 
	word-break: break-all;
}


.recruit-table {
	background: #dddddd;
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	font-size: 14px;
	font-family: "A1明朝",sans-serif;
	}
.recruit-table th {
	background-color: #34070a;
	padding: 18px 24px;
	border-top: 1px solid #666;
	text-align: left;
	letter-spacing: 0.1em;
	width: 190px;
	font-weight: 500;
	font-size: 14px;
	vertical-align: middle;
}
.recruit-table td {
	background: #fff;
	padding: 16px 15px 18px 15px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	width: 500px;
	line-height: 1.8;
	color:#333;
	text-align: left;
	word-break: break-all;
}

.recruit-flex{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.recruit_point{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.recruit_point li{
	padding:5px 15px;  
	color:#333;
	background-color: #FCFBDB;
	margin: 0px 10px 10px 0px;
	font-weight: bold;
}

.recruit_btn{
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 20px;
}

.recruit_btn li{
	position: relative;
	width: auto;
	margin-right: 20px;
}

.recruit_btn li:last-of-type{
	margin-right: 0px;
}

.recruit_btn li a{
	display: block;
	width: 100%;
	padding: 10px 35px 11px 25px;
	background-color: #cc1826;
	color: #fff;
	text-align: center;
	font-family: "A1明朝",sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #000;
	transition: 0.3s ease;
}
.recruit_btn li:last-of-type a{
	background-color: #847602;
	/*background-color: #cc1826;*/
}



.recruit_btn li a:hover,.recruit_btn li.active2 a{
	background: #34070a!important;
	border:1px solid #847602;
} 

.recruit_btn .triangle1{
	position: absolute;
	top:22px;
	right: 16px;
}









td.row2_up{
	padding: 6px 15px 6px 15px;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
}

td.row2_down{
	padding: 16px 15px 15px 15px;
}





/* スライド（サムネイル右、1列） */
.detail_slides1{
	margin-bottom: 20px;
}
.detail_slides1 .flexslider{
	position:relative;
	float:left;
	width:75%;
}
.detail_slides1 .flexslider li div{
	display:table;
	position:relative;
	margin-top:-60px;
	margin-left:20px;
	background-color: rgba(255,255,255,0.9);
}
.detail_slides1 .flexslider p{
	display:table-cell;
	padding:8px 10px;
	vertical-align:middle;
	font-size:16px;
	font-weight:bold;
	color:#002A64;
}

.detail_slides1 .flex-control-thumbs .flex-active img{
	border: 5px solid #aaa;
}
.detail_slides1 .flex-control-nav.flex-control-thumbs{
	position:absolute;
	right: -29%;
	top: 2px;
	width: 23%;
}
.detail_slides1 .flex-control-thumbs li {
	position:relative;
	width: 96%;
	margin: 0 0 0 4%;
	background-color:#fff;
}

/*==================================================================

	ページャー(.pagination)

==================================================================*/

.pagination{
	display: flex;
	justify-content: center;
	margin-bottom: 0px;
	text-align: center;
}


.pagination a{
	display: block;
	padding-top: 5px;
	margin-right: 15px;
	width: 50px;
	height: 50px;
	background-color:#fff;
	font-size: 24px;
	color: #012132;
	transition: 0.3s ease;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	box-shadow:4px 4px 0px 0px #847602;
}

.pagination a:hover{
	background-color:#847602;
	box-shadow:4px 4px 0px 0px #fff;
}

.pagination li{
	position: relative;
}


.page_first a,.page_previous a,.page_next a,.page_last a{
	width: 100px;
	height: 50px;
	font-size: 16px;
}

.page_first a{
	text-align: left;
	padding-top: 11px;
	padding-left:43px;
}

.page_previous a{
	text-align: left;
	padding-top: 11px;
	padding-left:24px;
}

.page_next a{
	text-align: right;
	padding-top: 11px;
	padding-right: 24px;
}

.page_last a{
	text-align: right;
	padding-top: 11px;
	padding-right:43px;
}


.page_first .triangle3,.page_previous .triangle3{
	position: absolute;
	top:18px;
	left: 10px;
}

.page_first .triangle3:last-of-type{
	position: absolute;
	top:18px;
	left: 20px;
}

.page_last .triangle2,.page_next .triangle2{
	position: absolute;
	top:18px;
	right: 23px;
}

.page_last .triangle2:last-of-type{
	position: absolute;
	top:18px;
	right: 33px;
}


/* 現在ページ(.current) */
.pagination li span.current{
	display: block;
	padding-top: 5px;
	margin-right: 15px;
	width: 50px;
	height: 50px;
	font-size: 24px;
	color: #012132;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	background-color:#847602;
	box-shadow:4px 4px 0px 0px #fff;
	box-sizing: border-box;
}

/* Page x / y ※非表示※*/
.pagination li span.page_num {
    display: none;
}

/*==================================================================

	Wordpress

==================================================================*/

/*シングルページ本文 画像用*/
img.alignright{
	float:right;
	margin-left:30px;
}

img.alignleft{
    float:left;
	margin-right:30px;
}

img.aligncenter{
    display: block;
    margin: 0 auto;
}

/*==================================================================

	object-fit(画像　自動トリミング)

==================================================================*/

/*cover(画像を中央の位置でトリミングする)*/
.object-fit-img01{
	object-fit: cover;
    font-family: 'object-fit: cover;'
}

/*contain(トリミングせずに余白を表示する)*/
.object-fit-img02{
	object-fit: contain;
    font-family: 'object-fit: contain;'
}

