@charset "utf-8";

/* body font
_____________________________________________________________________ */
body, p, label, .btn{
     font-family:Roboto, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif!important;
  color: #000;
font-size:15px;
  font-weight: normal;
  line-height: 2;
}

h1, h2{
	font-family: 'Shippori Mincho','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif!important;
	font-weight: bold;
    line-height: 2;
    color: #333;
}

h3{
	font-family:Roboto, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif!important;
	font-weight: bold;
    line-height: 2;
    color: #333;
}

/* table ta-type1
_____________________________________________________________________ */

table.ta-type1 {
  margin : 5px 0 10px 0;
  border-collapse : collapse;
  border : 1px solid #b4b4b4;
  width:99%;
	text-align:left;
    table-layout: fixed;
}

table.ta-type1 th {
  padding : 5px 10px;
  color:#222;
  background-color:#efefed;
  border : 1px solid #b4b4b4;
  font-weight:bold;
  text-align:left;
}

table.ta-type1 th.ta-tit2 {
  padding : 5px 5px;
  color:#222;
  border : 1px solid #b4b4b4;
  text-align:left;
  vertical-align:middle;
  background-color:#b2dffa;
}

table.ta-type1 td {
  padding : 5px 5px;
  border : 1px solid #b4b4b4;
	background-color:#fff;
	text-align:left;
}

/* テーブル内のすべての文字を濃くする */
.ta-type1 th, 
.ta-type1 td {
    color: #333333 !important; /* 真っ黒に近い濃いグレー */
}

/* 見出し部分（th）をさらに強調したい場合 */
.ta-type1 th {
    color: #000000 !important; /* 完全に黒 */
    font-weight: bold;
}


/* = Table
-------------------------------------------------------------- */
table.ta-line{
    font-size: 16px;
	line-height: 28px;
	width: 100%;
	border-top: 1px solid #dcdcdc!important;
}
@media (max-width: 500px){
    table.ta-line{
        font-size: 15px;
    }
}

.ta-line tr th,
.ta-line tr td{
	color: #282828!important;	
    border-bottom: 1px solid #dcdcdc!important;
	padding: 10px 0!important;
	text-align:left;
}


/* list
_____________________________________________________________________ */
ol li {
  padding-top:10px;
  padding-bottom:10px;
	font-size: 16px;
	line-height: 160%
  }
ul li {
  padding-top:5px;
	font-size: 16px;
	line-height: 160%
 }

ul.list-ico {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none outside none;
}

ul.list-ico li {
    margin: 0 0 5px 1.5em;
    padding: 2px 0;
    line-height: 1.4;
    min-height: 1em;
    position: relative;
}

ul.list-ico li::before {
    color: 
    #ccc;
    font-family: 'FontAwesome';
    content: "\f111";
    position: absolute;
    left: -1.5em;
    width: 1em;
}




/* dropdown
_____________________________________________________________________ */
.dropdown:hover .dropdown-menu {
    display: block;
}


/* ie11 card内の画像を使った時に縦に伸びるバグ修正
_____________________________________________________________________ */
.card{
display: block;
}


/* ------------------------------------------------ */
/* 動画
/* ------------------------------------------------ */
.movie {
position: relative;
width:100%;
padding-top: 56.25%;
}

.movie iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}


.youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 3em;
}
.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
		



/* グーグルキャプチャ
/* ------------------------------------------------ */		
.grecaptcha-badge {
	bottom: 85px !important ;
			}
			
			
/* map
/* ------------------------------------------------ */	
			
iframe {
    width: 100%;
	height: 450px;				
}
			
/* Q&A
/* ------------------------------------------------ */				
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
    /* 全体への指定は念のため残しますが、下の::beforeで上書きします */
    font-family: 'FontAwesome', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_qa dt {
    position: relative;
    margin: 0 0 1em 0;
    font-family: ryo-display-plusn, serif;
    font-size: 1.25rem;
}

.cp_qa dd {
    position: relative;
    margin: 0 0 2em 0;
    padding: 0 0 1.5em 2em;
    border-bottom: 1px dotted #e09640;
}

/* アイコン共通設定 */
.cp_qa dt::before, .cp_qa dd::before {
    /* --- Safari対策: フォントを個別に指定 --- */
    font-family: "Font Awesome 5 Free", "FontAwesome"; 
    font-weight: 900; /* アイコン表示に必須 */
    /* --------------------------------------- */
    font-size: 1.2em;
    margin: 0 0.5em 0 0;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    line-height: 1.2em;
    text-align: center; /* アイコンを真ん中に寄せる */
}

/* Questionアイコンの設定 */
.cp_qa dt::before {
    padding: 0.1em 0; /* 左右のpaddingを調整 */
    content: '\f128';
    background: #e09640;
}

/* Answerアイコンの設定 */
.cp_qa dd::before {
    padding: 0.12em 0; /* 左右のpaddingを調整 */
    content: '\f12a';
    background: #1da1f2;
}

.cp_qa dt::after, .cp_qa dd::after {
    position: absolute;
    top: 0.5em;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border-width: 6px 0 6px 6px;
    border-style: solid;
}

.cp_qa dt::after {
    left: 1.4em;
    border-color: transparent transparent transparent #e09640;
}

.cp_qa dd::after {
    left: 3.4em;
    border-color: transparent transparent transparent #1da1f2;
}


/* 箇条書きアイコンのSafari強制表示設定 */
.list-ico li {
    list-style-type: none !important; /* 標準のドットを消す */
    position: relative;
    padding-left: 1.5em !important;
}

.list-ico li::before {
    /* Safari対策: フォント指定を強制的に上書き */
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "FontAwesome" !important;
    font-weight: 900 !important;
    
    /* アイコンの種類（右向き矢印） */
    content: "\f105" !important; 
    
    /* 位置と見た目の調整 */
    position: absolute;
    left: 0;
    top: 0;
    color: #e09640; /* サイトのテーマカラー */
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/* 箇条書きアイコンを●（丸）にしてSafariで強制表示 */
.list-ico li {
    list-style-type: none !important;
    position: relative;
    padding-left: 1.2em !important; /* 点の横の余白を少し調整 */
}

.list-ico li::before {
    /* Safari対策: フォントとウェイトを強制指定 */
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "FontAwesome" !important;
    font-weight: 900 !important;
    
    /* ●（丸いドット）のアイコンコード */
    content: "\f111" !important; 
    
    /* 見た目の調整 */
    position: absolute;
    left: 0;
    top: 0.1em; /* 少し上にずれる場合はここで調整 */
    font-size: 0.6em; /* ●の大きさを調整（少し小さめが綺麗です） */
    color: #e09640; /* アイコンの色 */
    
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/* 箇条書きの間隔を詰める修正 */
.list-ico li {
    /* 1.2em から 0.8em 程度に減らすと間隔が詰まります */
    padding-left: 0.2em !important; 
}

.list-ico li::before {
    /* ●の位置を少しだけ左に寄せて微調整 */
    left: 0;
}


/* ------------------------------------------------ */
/* 追加CSS by CRANE DESIGN WORKS---リニューアル前設定
/* ------------------------------------------------ */

/* 共通クラス
/* ------------------------------------------------ */	
/* Letter Spacing */
.l-sp-sm {letter-spacing: 1px;}
/* Link */
.link-black {color: #000 !important;}
.link-black:hover {color: #E86F00!important}
/* List */
.list-style-default li {padding-bottom: 7px;}
.list-style-default li:last-child {padding-bottom: 0;}
.list-style-none {
	list-style: none;
	padding-left: 0;
}
/* Font */
.primary-jp {
	font-family: "游ゴシック","游ゴシック体","Yu Gothic",YuGothic,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
}


/* 投稿共通
/* ------------------------------------------------ */
/* Navigation */
.post-nav .pages {
	display: none;
}
.post-nav span, .post-nav a {
	margin: 0 7px;
	padding: 0 7px 7px;
	border-color: transparent !important;
	font-size: 18px;
	font-family: ryo-display-plusn,serif !important;
	text-transform: lowercase;
	font-weight: bold !important;
}
.post-nav a {color: rgba(0,0,0,.45) !important;}
.post-nav a:hover {color: #000 !important;}
.post-nav-single a {
	color: #000 !important;
	font-family: ryo-display-plusn,serif !important;
	text-transform: lowercase;
	font-weight: bold !important;
}
.post-nav-single a:hover {color: #E86F00!important}

/* ニュース
/* ------------------------------------------------ */
#post-single__main img {
	width: 100%;
	height: auto;
}

/* お問合せ
/* ------------------------------------------------ */
.form-group .require {
	color: #fff;
    background-color: #E2718F;
    padding: 3px 10px;
    font-size: 10px;
    border-radius: 3px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}


/* ------------------------------------------------ */
/* 院長コラム
/* ------------------------------------------------ */

.entry-meta{
text-align: right;
}
.single-column .gallery-item img{
max-width:100%;
height:auto;
}


.home-column{
position: absolute;
width: 250px;
height: 165px;
bottom: 0;
right: 10%;
margin-bottom: 0;
}

.home-column:hover{
opacity: 0.7;
}


@media (max-width: 767px){
#news-bloc{
padding-bottom: 100px;
}
}
