.su-tabs {
	margin: 0 0 1.5em 0;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #87a6bc!important;
}
.su-tabs-nav span.su-tabs-current {background: #fdfba4!important;cursor: default;color: #f75708;font-weight: bold; }

footer .copySection p:nth-child(2) {
    display:none !important;
    }

.boxrd {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #FFF;
    background: #ff6857;
    border-bottom: solid 6px #c10841;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
}

/* Shortcodes UltimateのBOXやノート幅を文章に合わせる */
.auto-width {
    display: inline-block;
}
/*ウェルカム用*/
div .teratop {
max-width: 1000px;
max-height: 500px;
background-color: #336699;
background-image: url("https://otera.lifeedge.jp//wp-content/uploads/2018/07/oteranohoken10002.jpg");
color: #000000;
}
div .teramain {
max-width: 80%;
	margin: auto;
}
/* lpページでタイトル非表示 */
.page-lp .entry-title {
    display: none;
}
.terago700{
	font-family: "source-han-sans-japanese",sans-serif;
font-style: normal;
font-weight: 700;
line-height: 120%;
}
/*767以上の時、h1サイズを変更*/
@media (min-width: 767px){h1{font-size: 53px;}
	
.kage700{
	text-shadow:5px 5px 12px #000033; 	
	}}
.kage700-2{
	text-shadow:4px 4px 8px #c0c0c0; 	
}
.fontff{
	color:#ffffff;
}
.fontyy{
	color:#FFCC00;
}
.fontyy:hover  {
  color: #FFCC00;
 font-size: 1em;/*2emで文字サイズ2倍*/
  font-weight: bold	
  }
.fontyy:visited{
	color: #FFCC00;
}
.teramaru{font-family: "fot-seurat-pron",sans-serif;line-height: 100%;
}
.terago400{font-family: "source-han-sans-japanese",sans-serif;
font-style: normal;
font-weight: 400;}
/*767以下の時、サイズを変更*/
@media (max-width: 767px){.terago400{font-size: xx-small;}}
.kage14{text-shadow:5px 5px 5px #003366;}
.kage02k{text-shadow:3px 3px 3px rgba(0,0,0,0.7);}

/* 枠外の背景色を指定する */
/*　.siteHeader { background-color: #cccccc; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); margin-bottom: 0; }
footer { border-top: 3px solid #337ab7; background-color: #fff8dc;} 
*/


.pd30{padding:30px;}

.pd10{padding:10px;}

.prArea {border-style: solid !important;
	border-color: #164F84 !important;
	border-radius: 8px;
	margin:0%;
	background-color: #ffffff;}
.prArea .subSection-title{
	 color: #ffffff;
	 background-color: #164F84;
	 margin:0 -16px;
	 padding:0;}

	
	/*480以下の時、画像の回り込みを解除する*/
	@media screen and (max-width : 480px){
		.alignright, img.alignright{
			float: none !important; margin-right: 0; margin-left: 0; text-align: center;}
}
@media screen and (max-width : 480px){p.imgCenter{ text-align:center; }}
/*リンクの下線を消す*/
.noline{text-decoration-line:none !important;}

/*挨拶の背景画像*/
.lotus{
	background-image: url("https://otera.lifeedge.jp/wp-content/uploads/2018/08/lotus3.gif");
	background-repeat: no-repeat;
	background-position: 35% 50%;
	background-size:contain;
}
  /* 挨拶背景の透過用css */
.touka{
  height: 100%;
  background: rgba(255,255,255,0.4);
}
/*タイトル画像をトリミングする*/
.sptitleimg{
	width: 100%;
  height: 300px;
	object-fit: none;
  object-position: 50% 50%;
}
/*トリミングをIE対応に*/
.sptitleimgIE{
	position: relative;
    width: 100%;
    height: 300px;
    display: inline-block;
    overflow: hidden;
}
.sptitleimgIE img{
	    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
@supports ( object-fit: cover ) {
    .sptitleimgIE img {
        position: static;
        height: 100%;
        width: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}
/*fontawesomeカスタム*/
.fa-kuro{color:#333;}
.fa-aka{color:#D61518;}
.fa-ao{color:#337AB7;}
.fa-ki{color:#E6BA0B;}
.fa-hai{color:#b9b9b9;}
.fa-xxs{font-size: 0.5em;}
.fa-upr{top:-0.2em;}
.fa-btm{bottom:-0.2em;}
.fa-nowrap{white-space: nowrap;}
/*広告画像の影*/
.kage{border-radius: 3px;
    box-shadow: 3px 3px 3px 1px #999;
	-webkit-box-shadow: 3px 3px 3px 1px rgba(153, 153, 153, 1.0);
  -moz-box-shadow: 3px 3px 3px  1px rgba(153, 153, 153, 1.0);
}
.kage2{border-radius: 3px;
    box-shadow: 3px 3px 3px 1px #999;
		-webkit-box-shadow: 3px 3px 3px 1px rgba(153, 153, 153, 1.0);
  -moz-box-shadow: 3px 3px 3px  1px rgba(153, 153, 153, 1.0);
    margin-bottom: 6px;
}
/*spanセンタリング*/
.spcenter
{
display: inline-block;
width: 100%;
text-align: center;
}
/*文字を左揃えのままセンタリング*/
.divcenter{display: block;
text-align:center;}/*divに*/
.pleft{display: inline-block;
text-align: left;}/*p要素に*/
/*段落の行間指定*/
.symb2{margin-bottom:2em;}
.symb3{margin-bottom:3em;}
.symb4{margin-bottom:4em;}
/*オプションタイトル*/
.opg{
    color: #666;
    margin-right: 4px;
    background-color: #efefef;
    padding: 1px 5px 2px;
    position: relative;
    border: 1px solid #e5e5e5;
    top: -2px;
}
.opbg{
    color: #fff;
    margin-right: 4px;
    background-color:  #719bad;
    padding: 0.2em 1.5em 0.1em;
    position: relative;
    border: 1px solid #85b7cc;
    top: -2px;
}
h5:before{ font-family: "Font Awesome 5 Free";/*忘れずに*/
content: "\f1b2";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
top:0.1em;/*アイコンの位置*/
left: 0.25em;/*アイコンの位置*/
color: #fff; /*アイコン色*/
}

/*モバイルナビを隠す*/
.vk-mobile-nav-menu-btn {
	display:none;
}
/*印刷時のスタイルを外す*/
@media print {
  a[href]:after {
    content: "" !important;
  }

  abbr[title]:after {
    content: "" !important;
  }
}