@charset "utf-8";

/*-------------------------------------------*/
/*	初期化
/*-------------------------------------------*/
/*	基本設定
/*-------------------------------------------*/
/*	Btn
/*-------------------------------------------*/
/*	レイアウト
/*-------------------------------------------*/
/*	#headerTop
/*-------------------------------------------*/
/*	#header
/*-------------------------------------------*/
/*	#gMenu
/*-------------------------------------------*/
/*	#panList
/*-------------------------------------------*/
/*	#main
/*		#content
/*			.child_page_block
/*			.priceTable
/*			.childPageBox
/*			.mainFoot
/*			images
/*			.navigation
/*			.infoList
/*				.infoListBox
/*			#comments
/*			contactform7
/*			.socialSet
/*-------------------------------------------*/
/*	#sideTower
/*-------------------------------------------*/
/*	#pagetop
/*-------------------------------------------*/
/*	#footer
/*-------------------------------------------*/
/*	#siteBottom
/*-------------------------------------------*/
/*	top
/*-------------------------------------------*/
/*	post
/*-------------------------------------------*/
/*			#comments
/*-------------------------------------------*/
/*	sitemap & 404 &search
/*-------------------------------------------*/
/*	Responsive Structure
/*-------------------------------------------*/
/*		facebookページ
/*			メニューを折りたたむ
/*-------------------------------------------*/
/*	初期化
/*-------------------------------------------*/
*        { margin: 0px; padding: 0px; font-size: 100%; font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }
ul, ol { list-style: none; }
body,h1, h2, h3, h4, h5,p,
ul, ol, li, dl, dt, dd,
table,
form, input {margin:0;padding:0; }
hr  { display: none; }
th	{ font-weight:lighter; }
img { border: none; vertical-align: bottom; }

/*-------------------------------------------*/
/*	基本設定
/*-------------------------------------------*/

body     { color: #000; text-align: center; font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; background-color:#ffffff; }
/* Text elements */
body     { font-size:87.5%;line-height:130%;-webkit-text-size-adjust : none; }
dt { font-weight: bold; }
strong { font-weight: bold; font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }
pre { background: #f7f7f7; color: #222; line-height: 18px; margin-bottom: 18px; padding: 1.5em; }
sup,
sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 1ex; }
sub { top: .5ex; }
input[type="text"],
textarea { background: #fff; border: 1px solid #ccc; padding: 2px; font-size:12px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
 }
a         { overflow: hidden; color:#0A8DC7; }
a:hover,
a:active  { color: #00BEFF; }

.adminEdit	{ clear:both; float:none; display:block; overflow:hidden;padding:0px 0px 20px; }
.assistive-text	{ display:none; }
h1#pageTit {
    font-size: 22px;
    display: inline;
    float: left;
    margin-right: 20px;
    margin-top: 22px;
    line-height: 105%;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    color: #666;
    margin-bottom: 10px;
}

/*-------------------------------------------*/
/*	Btn
/*-------------------------------------------*/

#searchform input[type=submit],
p.form-submit input[type=submit],
form#searchform input#searchsubmit,
#content form input.wpcf7-submit,
#confirm-button input { font-size:12px;line-height:110%;text-align:center;cursor:pointer;position:relative;width:auto; border:none;display:inline-block; overflow:hidden;position:relative;white-space:nowrap;padding:8px 20px 6px;text-decoration:none; display: block;
    margin: 0 auto;
    margin-top: 20px;}

a.btn,
.linkBtn a	{ display:inline-block; overflow:hidden; margin-top:15px; position:relative;padding:8px 20px 6px;text-decoration:none; }

a.btn.btnS,
.linkBtn.linkBtnS a { padding:5px 10px; font-size:85.7%; }

a.btn.btnL,
.linkBtn.linkBtnL a { padding:10px 30px; font-size:114.3%; text-align:center; }

a.btn.btnAdmin,
.linkBtn.linkBtnAdmin a	{ color:#666666 !important; background-color:#e5e5e5; border-radius:3px; text-decoration:none;border:1px solid #cccccc;
box-shadow:inset 0 1px 0 #fff;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#e5e5e5));
background: -moz-linear-gradient(#fff, #e5e5e5);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#ffffff, EndColorStr=#e5e5e5)"; }

#searchform input[type=submit],
p.form-submit input[type=submit] { padding:6px 15px; }

#searchform label	{ display:none; }
form#searchform input#searchsubmit	{ padding:6px 10px; }

.moreLink			{ margin-bottom:0px;height:auto; display:block; }
.moreLink a			{ text-align:center; margin-top:10px; display:inline-block;overflow:hidden; font-size:10px; line-height:105%;text-decoration:none; background:url(../images/icon_try1_white.gif) 5px 50% no-repeat #008FEF; color:#fff;padding:5px 15px 5px 20px; border-radius:3px; box-shadow:inset 1px 1px 0 rgba(0,0,0,0.2); }
.moreLink a:hover { text-decoration:none !important;background-color:#00BEFF; }



html,body,#wrap	{ /* height:100%; */ min-height:100%; }

/*-------------------------------------------*/
/*	レイアウト
/*-------------------------------------------*/

#header,
#pagetop,
#footMenu,
#footer		{ text-align:center;clear: both; }
.innerBox		{ text-align:left;width:94%; margin:0px 3%;}
.innerBox img	{ max-width:100%; }
#main		{ width:100%; margin:0px auto; }
#main #container	{ overflow:visible; }
#main #container #content	{ margin: 0 0px 0px 0px;padding-bottom:30px; }
#main #container #sideTower	{ display:block; overflow:hidden;padding-bottom:30px;width:100%; }
#header #headContact	{ width:50%; }
#main #container #content.wide	{ width:99%;float:none;padding-bottom:30px; overflow:visible; }

/*-------------------------------------------*/
/*	#headerTop
/*-------------------------------------------*/
#headerTop	{ color:#666; display:block; overflow:hidden; width:100%; padding:2px 0px; clear:both; font-size:85.7%; }
#headerTop #site-description { font-size:14px;line-height:120%;color:#999; }

/*-------------------------------------------*/
/*	#header
/*-------------------------------------------*/
#header	{ display:block; overflow:hidden; }
#header	{ padding-top:15px; text-align:left; }
#header #site-title { font-size: 24px; line-height:45px; margin:0px;padding-bottom:10px;position:relative; font-weight:lighter;font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;  }
#header #site-title a { color: #000; font-weight: bold; text-decoration: none; }
#header #site-title a img	{ max-height:85px;margin-top:3px; }
#header #headContact	{ font-size:100%;line-height:110%;margin:0px 0px 10px; white-space:nowrap; text-align:left; }
#header #headContactInner	{ }
#header #headContact #headContactTxt,
#header #headContact #headContactTime	{ font-size:10px;}
#header #headContact #headContactTxt	{ letter-spacing:0px;margin-bottom:1px; }
#header #headContact #headContactTel	{ font-size:18px; line-height:21px;margin-bottom:2px; font-family:'Lato', sans-serif; color:#008FEF; }
#header #headContact #headContactTel a	{ color:#008FEF; }
#header #headContact #headContactTime	{ font-size:12px; line-height:15px;}

/*-------------------------------------------*/
/*	#gMenu
/*-------------------------------------------*/
#gMenu	{ clear:both; height:50px; display:block; overflow:visible; position:relative;width:100%;background-color:#008FEF;color:#fff; border-top:1px solid #5197d5;border-bottom:2px solid #5197d5;
background-image:url("https://takashi8020.jp/main/wp-content/uploads/2013/03/nav_bg.jpg");
background-repeart:repeart-x;
text-shadow:0 -1px 0 rgba(0,0,0,0.4);
box-shadow: inset 0 1px 0px rgba(255,255,255,0.5);

}
#gMenu.itemClose .menu	{ display:none; }
#gMenu.itemOpen .menu	{ display:block;  }
#gMenu .assistive-text  { display:block; overflow:hidden; position:relative; left:0px; font-weight:lighter;text-align:left;font-family:'Lato', sans-serif;cursor:pointer;
margin:0px 3% }
#gMenu .assistive-text span {
    display: block;
    overflow: hidden;
    padding: 16px 0 0 0;
    height: 50px;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    background: url(https://takashi8020.jp/main/wp-content/uploads/iconMenuClose.png) 37% 32% no-repeat;
    background-size: 20px auto;
}
#gMenu .screen-reader-text { position: absolute; left: -9000px; }
#gMenu #gMenuInner	{ overflow:visible; display:block; position:relative;padding:0px;}
#gMenu #gMenuInner.innerBox	{ margin:0px; height:50px; width:100%;}
#gMenu .menu	{ font-size: 16px;list-style: none; margin:0px 0px 0px;padding:0px; display:block; overflow:visible;border-top:1px solid #ccc;}
#gMenu .menu li { position: relative;width:100%;display:block;border-bottom:1px solid #217ec4; /* height:50px; */ }
#gMenu .menu li a	{ color: #fff; display: block; overflow:hidden;padding: 11px 5px 9px; margin:0px; line-height:140%; text-decoration: none; letter-spacing:0px; text-align:left; position:relative; text-shadow: 0 -1px 0 rgba(0,0,0,0.4); word-break: keep-all; }
#gMenu .menu li a strong	{ }
#gMenu .menu li a span 		{ display:block; font-size:10px; line-height:140%;letter-spacing:1px; font-family:verdana, Arial, Helvetica, sans-serif;color:#fff; }
#gMenu .menu li.current_page_item a ,
#gMenu .menu li.current_page_ancestor a ,
#gMenu .menu li a:hover	{
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#008FEF), to(#61B3FF));
background: -moz-linear-gradient(#008FEF, #61B3FF);
background: linear-gradient(#008FEF, #61B3FF);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#008FEF, EndColorStr=#61B3FF)";
}
#gMenu .menu li ul	{ display:none; }
#gMenu .menu li ul li span	{ display:none; }

/*-------------------------------------------*/
/*	#panList
/*-------------------------------------------*/
#panList	{ clear:both; font-size:10px; color:#999; padding:0px;display:block; overflow:hidden; width:100%;border-top:1px solid #fff; }
#panList #panListInner	{ display:block; overflow:hidden; text-align:left; padding:0px; line-height:26px; }
.home #panList { display:none; }
#panList ul	{ display:inline-block; }
#panList ul li	{ display:inline-block; padding-right:5px; }

/*-------------------------------------------*/
/*	#pageTitBnr
/*-------------------------------------------*/
#pageTitBnr { margin:0px; clear:both; background-color:#fcfcfc;border-bottom:1px solid #e5e5e5; }
#pageTitBnr #pageTitInner	{ display:block; overflow:hidden;height:60px;  }
#pageTitBnr #pageTitInner #pageTit	{ font-size:22px; display:inline; float:left;margin-right:20px;margin-top:22px; line-height:105%; font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; color:#666;  }
#pageTitBnr #pageTitInner #titleTxtSub	{text-align:left; color:#999; font-family: 'Comfortaa', cursive; font-size:14px; letter-spacing:3px;float:left;margin-top:25px; line-height:105%;}

/*-------------------------------------------*/
/*	#main
/*-------------------------------------------*/
#main	{ display:block; overflow:visible;clear:both; }
#main { zoom: 1; }

/* facebookコメント欄が消えるのでhiddenではなくclearfix */
#main:before,#main:after { content: ""; display: table; }
#main:after { clear: both; }

#main #container	{ padding-top:15px;}

/*		#content
/*-------------------------------------------*/
#content { margin-bottom: 36px; text-align:left; display:block; overflow:visible; }
#content hr	{ clear:both; display:block; display:none; margin-bottom:20px; }
#content .post	{ padding-bottom:25px; }
#content .alert	{ color:#f00; }
#content .caption	{ font-size:11px; line-height:110%; }
#content .center{ text-align:center; }
#content .right	{ text-align:right; }
#content .nowrap	{ white-space:nowrap; }
#content .sectionBox	{ margin-bottom:30px; display:block; overflow:hidden; }
#content .entry-meta	{ margin-bottom:15px; font-size:11px; color:#666; }
#content h2,
#content h1.entryPostTitle	{ clear:both; font-size:171%;margin:0px 0px 20px; padding:13px 0px 8px;border-bottom:2px solid #008FEF; font-weight:bold;color:#333;
font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; position:relative; line-height:114.3%;
box-shadow:1px 0 0 #fff;}
#content h1.entryPostTitle	{ margin:0px 0px 5px; }
#content h2	a	{ text-decoration:none; }
#content h2.imageTit	{ margin:0px 0px 30px; border:none; padding:0px; background:none; }
/* #content h3	{ clear:both; font-size:18px;margin:30px 0px 25px; padding:2px 0px 0px 15px; border-left:3px solid #008FEF;color:#333; } */
/* h3・h4 new見出し */
#content h2 {
    position: relative;
    padding: .5em .3em .5em .5em !important;
    background: none !important;
    background-color: #3296DC !important;
    color: #fff !important;
    font-size: 18px !important;
	margin-bottom: 20px !important;
}
#content h2 span {
    display: block;
    padding: .5em 1em .5em .5em;
    border: 2px dashed #96C8EB;
	margin-right: 5px;
}
#content h2::before,
#content h2::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent;
}
#content h2::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 15px 0;
  border-right-color: #0064A0;
}
#content h2::after {
  top: -15px;
  right: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-bottom-color: #0064A0;
}
#content h3 {
    clear: both;
    position: relative;
    background: #C8EBFA;
    padding: 11px 5px 8px 20px;
    font-size: 24px;
    color: #000;
    border-radius: 0 10px 10px 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-left: none;
    margin: 5px 0 25px 34px;
    padding-left: 20px;
    font-weight: normal;
}
#content h3:before {
    font-family: "Font Awesome 5 Free";
    content: "\f5c9";
    display: inline-block;
    line-height: 46px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #1E78C8;
    font-weight: 900;
    width: 46px;
    text-align: center;
    height: 46px;
    line-height: 46px;
    left: -1.35em;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

#content h4 {
	clear:both;
    position: relative;
    padding-bottom: .5em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-left: none;
    margin: 50px 0 25px 0; /*left:15px*/
    font-weight: lighter;
    color: #000;
    font-size: 21px;
}
#content h4::before,
#content h4::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  height: 4px;
}
#content h4::before {
  z-index: 2;
  width: 25%;
  background-color: #26B8F2;
}
#content h4::after {
  width: 100%;
  background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #50C8FF 2px, #50C8FF 4px);
  background: repeating-linear-gradient(45deg, #fff, #fff 2px, #50C8FF 2px, #50C8FF 4px);
}

#content h5 { clear:both; font-size:16px;margin:30px 0px 10px; padding:10px 0px 0px;}
#content h6 { clear:both; font-size:14px;margin:30px 0px 8px; padding:10px 0px 0px;}

#content h7 {
    position: relative;
    padding-bottom: 0.5em;
    margin: 0 0 25px 0;
    font-size: 21px;
    border-bottom: 2px solid #1D2088;
    display: block;
}

h7.topic {
    position: relative;
    padding-bottom: .5em;
    font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    border-left: none;
    margin: 0 0 25px 0; /*left:15px*/
    font-weight: lighter;
    color: #000;
    font-size: 21px;
    border-bottom: 2px solid #1D2088;
    display: block;
}

/* ★本番差替え用 */
#content p {
    margin-bottom: 20px;
    padding: 0px 15px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000;
	line-height: 180% !important;
}

/* ★本番差替え用ここまで */

#content blockquote { border:1px solid #ccc; background-color:#fcfcfc; padding:20px 15px 0px;margin-bottom:15px; clear:both; border-radius:5px; box-shadow:inset 1px 1px 0 #fff; }

#content ul	{ margin:0px 0px 20px 40px; }
#content li	{ margin-bottom:10px; }
/* #content ul li	{ list-style:circle;padding:0px; } */
#content ul li {
    list-style: circle;
    padding: 0px;
    margin-bottom: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 180% !important;
}
#content ul ul	{ margin-top:10px; }
#content ul ul li	{ list-style:circle; }
#content ol	{ margin:0px 0px 20px 40px; }
/* #content ol li	{ list-style:decimal;padding:0px; } */
#content ol li {
    list-style: decimal;
    padding: 0px;
    margin-bottom: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 180% !important;
}
#content table { border-top: none; margin: 10px -1px 24px 0; text-align: left; width: 100%;border-collapse: collapse; border-spacing: 0;font-size:85.7%; line-height:141.7%; width: 100% !important; }
#content table thead tr th	{ font-weight:bold; }
#content tr th,
#content thead tr th { padding: 9px 24px; background-color:#DBF6FF; white-space:nowrap;box-shadow:inset 1px 1px 0 #fff; }
#content tfoot tr th,
#content tfoot tr td	{font-weight:bold;}
#content tr th { border: 1px solid #ccc; padding: 10px 15px; }
#content tr td { border: 1px solid #ccc; padding: 10px 15px; line-height: 180%; }
#content table ul	{ margin-bottom:0px;margin-left:15px;}
#content table ul li	{ margin:2px 0px; }
#content dt		{ color:#000;padding-bottom:3px;margin-bottom:10px; color:#c00; }
#content dd		{ margin:0px 0px 30px;padding:0px;}
/*#content iframe	{ border:1px solid #ccc; }


/* 健診テーブル */
.u_table {
    width: 100% !important;
    border-top: none !important;
	font-size: 100% !important;
	max-width: 97%;
	margin-left: 15px !important;
}
.u_table th {
    background-color: #fff;
    color: #000;
    width: 15%;
}
.u_table th, .u_table td {
    padding-left: 20px !important;
    box-shadow: none !important;
    font-size: 16px;
}
.u_table td {
    background-color: #fff;
    line-height: 140%;
	padding-left: 30px !important;
}


/* 20181003・小Re追記 */
#content h3.tth {
position: relative;
    background: #C8EBFA;
    padding: 11px 5px 8px 20px;
    font-size: 24px;
    color: #000;
    border-radius: 0 10px 10px 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-left: none;
    margin: 5px 0 25px 34px;
    padding-left: 20px;
	font-weight: lighter;
}

#content h3.tth:before {
font-family: "Font Awesome 5 Free";
content: "\f5c9";
display: inline-block;
line-height: 46px;
position: absolute;
padding: 0em;
color: white;
background: #1E78C8;
font-weight: 900;
width: 46px;
text-align: center;
height: 46px;
line-height: 46px;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 50%;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

#content h4.tth {
    position: relative;
    padding-bottom: .5em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-left: none;
    margin: 0 0 25px 15px;
    font-weight: lighter;
    color: #000;
    font-size: 21px;
}
#content h4.tth::before,
#content h4.tth::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  height: 4px;
}
#content h4.tth::before {
  z-index: 2;
  width: 25%;
  background-color: #26B8F2;
}
#content h4.tth::after {
  width: 100%;
  background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #50C8FF 2px, #50C8FF 4px);
  background: repeating-linear-gradient(45deg, #fff, #fff 2px, #50C8FF 2px, #50C8FF 4px);
}

p.tth {
    font-size: 16px;
    line-height: 180% !important;
    color: #000;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-left: none;
    margin: 5px 0 25px 34px;
    padding-left: 20px;
    font-weight: normal;
}
#mc p.cap a {
    color: #F15A24;
    text-decoration: none;
}
#content ul.tth {
    margin: 0px 0px 20px 40px;
    color: #000;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#content ul.tth li {
    list-style: none;
    padding: 0 0 0 1.2em;
    line-height: 180%;
    text-indent: -1.2em;
}
#content ul.tth li:before {
    content: '';
    display: inline-block;
    width: .8em;
    height: .8em;
    margin-right: .5em;
    background: #f39800;
    vertical-align: 0;
}


/* 200214追記 */
#content ul.kj li {
    list-style: circle;
    padding: 0px;
    margin-bottom: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 180% !important;
}

.msg {
    float: right;
}
img.img_msg {
    margin: 0;
    max-width: 100%;
    height: auto !important;
    margin-left: 20px !important;
    margin-bottom: 30px !important;
}

a[href$=".pdf"] {
    padding: 5px 0 0 40px;
    background-image: url(https://takashi8020.jp/main/wp-content/uploads/2018/10/ico_pdf.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
    min-height: 35px;
    display: inline-block;
}
 
a[href $='.pdf']:hover  {
    text-decoration:none;
}

/* 20240329追記 Excel版リンク */
a[href$=".xlsx"] {
    padding: 5px 0 0 40px;
    background-image: url(https://takashi8020.jp/main/wp-content/uploads/2024/03/ico_excel.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
    min-height: 35px;
    display: inline-block;
}
 
a[href $='.xlsx']:hover  {
    text-decoration:none;
}

/* 20241001追記 Word版リンク */
a[href$=".docx"],a[href$=".doc"] {
    padding: 5px 0 0 40px;
    background-image: url(https://takashi8020.jp/main/wp-content/uploads/2024/10/ico_word.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
    min-height: 35px;
    display: inline-block;
}
 
a[href $='.docx'],a[href$=".doc"]:hover  {
    text-decoration:none;
}

.fax {
    background: #1E78C8;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    width: 486px;
	font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #fff !important;
	display: block;
    margin: 0 auto;
	margin-bottom: 50px !important;
	padding: 7px 0 !important;
}
span.fax {
    color: #fff;
    display: inline-block;
    background: #1E78C8;
    width: 80px;
    text-align: center;
}

/* 申し込みフォーム */
th.firstChild.lastChild {
    background-color: #f7f7f7 !important;
}
p.num {
    background: #233C6E;
    color: #fff;
    font-size: 16px;
    width: 15px;
	padding: 2px 4px 2px 10px !important;
    float: left;
    margin-right: 15px;
    clear: both;
    margin-bottom: 0px !important;
	color: #fff !important;
}

p.num_r {
    font-size: 18px;
    font-weight: lighter;
    margin-bottom: 0 !important;
    line-height: 26px;
    margin-bottom: 40px;
    padding-top: 5px;
    margin-bottom: 10px;
}

.form {
    background: #1E78C8;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    width: 486px;
	font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #fff;
	display: block;
    margin: 0 auto;
	margin-bottom: 50px !important;
	padding: 7px 0 !important;
}
.form a {
    color: #fff;
    text-decoration: none;
}
.form a:hover, a:active {
    opacity: 0.7;
}
p.fb {
    font-size: 15px;
    line-height: 180% !important;
    color: #000;
    font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    border-left: none;
    margin: 5px auto;
    font-weight: lighter;
    display: block;
	padding: 0 !important;
    /* width: max-content; */
}

.dot_box {
    background-color: #f7f7f7;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px dotted #f9f9f9;
    padding: 14px;
    overflow: hidden;
    position: relative;
    zoom: 1;
	display: block;
    width: 85%;
    margin: 0 auto;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background-color: #398f14;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* faq */
#content h6 {
    clear: both;
    font-size: 16px !important;
    margin: 30px 0px 15px;
    padding: 2px 0px 0px 40px;
    background: #FFF url(https://takashi8020.jp/main/wp-content/uploads/2015/06/q7g.gif) no-repeat 4px 1px;
    color: #333;
    font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.faq-answer.lastChild {
    background: #ffffff url(https://takashi8020.jp/main/wp-content/uploads/2015/06/a2.gif) no-repeat 4px 5px;
    padding: 5px 0px 0px 40px;
    line-height: 150%;
    font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 16px;
    color: #000;
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.entry-content .inquiry th,.entry-content .inquiry td {
 display:block;
 width:100%;
 border-top:none;
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box;	
}
.entry-content .inquiry tr:first-child th{
 border-top:1px solid #d7d7d7;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}
}

table.inquiry {
    display: block;
    max-width: 100%;
    box-sizing: border-box;
    border: none;
    margin: 0 auto;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.tel.firstChild.lastChild {
    width: 80%;
	padding: 5px 10px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.firstChild.lastChild {
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 5px 10px !important;
    font-size: 15px !important;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.drop.firstChild.lastChild {
    padding: 5px !important;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date.datesp.firstChild.lastChild {
    font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.firstChild.lastChild {
    background: #fff !important;
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 15px;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    width: 80%;
}

/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:15px;
 color:#444;
 padding-right:5px;
 width:35%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
 font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
 padding: 12px 0 12px 20px!important;
 box-shadow: none;
}

.inquiry tr th{
	background-color: #C8EBFA !important;
    white-space: nowrap;
    box-shadow: none !important;
}

/*通常欄*/
.inquiry td {
    font-size: 15px;
    font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    padding: 10px 0 10px 20px!important;
}
/*必須の調整*/
.haveto {
    font-size: 15px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 10px;
    position: relative;
    bottom: 1px;
}
/*任意の調整*/
.any{
 font-size:15px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right: 10px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}


/* 1023作り直し */
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.firstChild.lastChild {
    padding: 5px !important;
}
.wpcf7 input[name="your-year"],
.wpcf7 input[name="your-age"] {
        width: 8% !important;
		padding-right: 3px !important;
}
.wpcf7 input[name="your-month"],
.wpcf7 input[name="your-day"] {
        width: 5% !important;
		margin-left: 5px !important;
		padding-right: 3px !important;
}
.wpcf7 input[name="your-zip"],
.wpcf7 input[name="app-zip"] {
        width: 25% !important;
		padding-right: 3px !important;
}
input.wpcf7-form-control.wpcf7-submit.firstChild.lastChild {
    padding: 20px;
    max-width: 460px;
    background: #1E78C8;
    color: #fff;
    font-size: 18px;
    border-radius: 2px;
    font-size: 16px !important;
    padding: 12px 10px !important;
    margin-top: 15px;
    border: 1px solid #1E78C8 !important;
}
input.wpcf7-form-control.wpcf7-submit.firstChild.lastChild:hover {
	background: #fff;
    color: #1E78C8;
    border: 1px solid #1E78C8 !important;
	box-sizing: border-box;
}

/* 20210421応募フォーム用 */
.wpcf7 input[name="your-grade"], .wpcf7 input[name="your-class"] {
    width: 5% !important;
    margin-left: 5px !important;
    padding-right: 3px !important;
}
input.wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm.firstChild.lastChild {
    padding: 20px;
    max-width: 460px;
    background: #1E78C8;
    color: #fff;
    font-size: 18px;
    border-radius: 2px;
    font-size: 16px !important;
    padding: 12px 10px !important;
    margin-top: 15px;
    border: 1px solid #1E78C8 !important;
    text-align: center;
    margin: 0 auto;
    display: block;
}

/* TOPカスタマイズ用 */
#topFreeArea2	{ margin-bottom:40px;display:block; overflow:hidden;
padding:15px 20px 0px 20px ; border:1px solid #ccc;
-moz-box-shadow:0 2px 1px #efefef;
-webkit-box-shadow: 0 2px 1px #efefef;
box-shadow:0 2px 1px #efefef;
background-image:none;
background-repeat:no-repeat;
}

.adj {
    font-size: 18px !important;
    padding-left: 40px !important;
    margin: 5px 0 25px 25px !important; /*left:15px*/
}
.adj2 {
	font-size: 17px !important;
    margin-top: 15px !important;
	}

#content h4.topic {
    position: relative;
    padding-bottom: .5em;
    font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    border-left: none;
    margin: 0 0 25px 15px;
    font-weight: lighter;
    color: #000;
    font-size: 21px;
    border-bottom: 2px solid #1D2088;
}
h5.ttl {
    position: relative;
    font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 0 0 20px 15px !important;
    font-weight: lighter;
    font-size: 21px !important;
    display: flex;
    background-color: #1D2088;
    color: #fff;
    padding: 10px !important;
    clear: none !important;
}
h5.ttl2 {
    position: relative;
    font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 0 0 20px 0 !important; /*left:15px*/
    font-weight: lighter;
    font-size: 20px !important;
    display: flex;
    background-color: #1D2088;
    color: #fff;
    padding: 10px !important;
    clear: none !important;
}
h5.mmb {
    clear: both;
    font-size: 18px !important;
    margin: 30px 0px 20px 0 !important; /*left:15px*/
    padding: 0.6em !important;
    color: #000;
    background: #CCF2FF;
    border-left: solid 5px #1E78C8;
    font-weight: normal;
	font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 160%;
}

h6.ribbon {
    position: relative;
    padding: .5em .3em .5em .5em !important;
    background: none !important;
    background-color: #3296DC !important;
    color: #fff !important;
    font-size: 18px !important;
	margin-bottom: 20px !important;
}
h6.ribbon span {
    display: block;
    padding: .5em 1em .5em .5em;
    border: 2px dashed #96C8EB;
	margin-right: 5px;
}
h6.ribbon::before,
h6.ribbon::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent;
}
h6.ribbon::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 15px 0;
  border-right-color: #0064A0;
}
h6.ribbon::after {
  top: -15px;
  right: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-bottom-color: #0064A0;
}

/* 先頭に◯ */
h9 {
    position: relative;
    padding-left: 25px;
    font-size: 1.075rem;
    line-height: 1.5;
    margin: 20px 0px 10px 15px !important;
    display: block;
}
h9:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #000;
}

p.topic {
    margin-bottom: 20px;
    padding: 0px 15px !important;
    font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 16px;
    color: #000;
}

/* btn */

a.btn {
    margin-top: 40px;
    padding: 7px;
    background-color: #128AD9;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    line-height: 1.5;
    width: 200px;
}

a.btn:after {
    position: absolute;
    margin-top: -12px;
    top: 50%;
    right: 10px;
    content: "\f054";
    color: #fff;
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

a.btn:hover {
    background-color: #128AD9;
    transition: all 0.7s;
    text-decoration: none;
    opacity: 0.7;
}

/* TOPICS　公開講座用 */
div#lec_topics {
    width: 400px;
    float: left;
}
div#lec_topics2 {
    width: 100%;
    float: left;
}
#lec_topics dl, #lec_topics2 dl {
    margin: 0;
    /* margin: 0 0 40px 0; */
}
#lec_topics dt, #lec_topics2 dt {
    float: left;
    width: 50px;
    margin: 0 0 10px 0px;
    font-weight: 500;
    font-size: 16px;
    padding: 7px 0px 7px 15px;
    color: #fff;
    background-color: #128AD9;
}
#lec_topics dd, #lec_topics2 dd {
    margin: 0 0 10px 90px;
    padding: 3px 0px 7px 20px;
    font-size: 16px;
    color: #000;
    line-height: 180%;
    /* margin: 0 0 10px 90px;
    padding: 7px 0px 7px 10px;
    font-size: 16px;
    color: #000; */
}
.imagebox_lec {
    width: 180px;
    float: right;
    padding: 0;
    margin-bottom: 20px;
}
img.img_lec {
    border: 1px solid #000;
}

/* PRエリア */
#mc {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
    margin: 0px !important;
}
li.box6 {
    border: none;
    padding: 0;
}
.box6 {
    width: calc(100% / 2);
    margin: 0 10px;
    list-style: none !important;
}
#mc figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
display: block;
}
#mc li a:hover, a:active {
    transition: all 0.7s;
    opacity: 0.7;
}
#mc p.cap {
    font-size: 18px;
    color: #F15A24;
    padding-top: 15px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-bottom: 3px solid #325096;
    font-weight: bold;
}

/* 年間行事 */
span.event {
    clear: none;
    padding: 6px 0px;
	display: block;
    overflow: hidden;
}

span.month {
    display: block;
    float: left;
    padding: 6px 0px;
    text-align: right;
    margin-right: 40px;
    color: #000;
    width: 40px;
}

/* アーカイブ190411追記 */
p.acv {
    margin-bottom: 0 !important;
}
h5.acv {
    position: relative;
    font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 0 !important;
    font-weight: lighter;
    font-size: 18px !important;
    display: flex;
    background-color: #1D2088;
    color: #fff;
    padding: 10px !important;
    clear: none !important;
}
h7.acv {
    position: relative;
    padding-bottom: .5em;
    font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    border-left: none;
    margin: 0;
    font-weight: lighter;
    color: #000;
    font-size: 21px;
    border-bottom: 2px solid #1D2088;
    display: block;
}

/* ここまで小Re追記 */

/* 車いす対応用 */
span.wc {
    font-size: 28px;
    vertical-align: top;
}

/* Googleマップレスポンシブ */
.google_map{
    position:relative;
    width:100%;
    height:0;
    padding-top:350px;
}
.google_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

span.pop a {
    color: #ff0000;
}

/* 200409追記 レスポンシブ動画用 */
.responsive_video { 
    position: relative; 
    /* padding-bottom: 56.25%; */ 
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* 20220630追記・レスポンシブ動画用2 */
.mov_if {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 50px;
}

iframe.iframe-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 20200807追記・市民公開講座 */
  .pc {
    display: block;
    margin-bottom: 30px;
}

.sp {
    display: none;
}  

/* エフェクト */
figure.hover-parent {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

figcaption.hover-mask4 {
    transition: all .6s ease;
    padding-top: 0;
}
figcaption.hover-mask {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    opacity: 0;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    /* padding: 30px; */
}
figure.hover-parent:hover .hover-mask {
    opacity: 1;
}
figure.hover-parent:hover .hover-mask4 {
　padding-top: 30px;
}
span.t-box {
    font-size: 24px;
    border: 3px solid #ff0000;
    padding: 10px 30px;
    background-color: #ff0000;
    border-radius: 30px;
    display: block;
    margin: 0 auto;
}
.fa-play:before {
    content: "\f04b";
    margin-left: 15px;
    font-size: 21px;
}



/* 200824追記 */
/* 7つのお願い */
span.str {
    font-size: 120%;
    color: #EF8200;
    display: contents;
}
span.str2 {
    color: #EF8200;
    display: contents;
}
.cssgrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 0.8em;
    /* padding: 0.8em; */
    margin: 0 0 2em;
}

.cssgrid div {
    background: #ddd;
    overflow: auto;
    min-width: 0;
    padding: 1em;
}
#content p.w7 {
    font-weight: bold;
    margin: 0.5em 0 0.8em 50px;
    font-size: 20px !important;
    padding: 5px 0 0 0 !important;
}
#content p.exp {
    padding: 0;
    text-align: justify;
}
div .item1 {
    background-color: #E6D4E7;
}
span.num1 {
    background: #910782;
    font-size: 30px;
    width: 18px;
    padding: 8px 10px !important;
    float: left;
    margin-right: 10px;
    clear: both;
    margin-bottom: 0px !important;
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    margin: 0.5em 0 0.8em;
}

div .item2 {
    background-color: #FFF697;
}
span.num2 {
    background: #EF8200;
    font-size: 30px;
    width: 18px;
    padding: 8px 10px !important;
    float: left;
    margin-right: 10px;
    clear: both;
    margin-bottom: 0px !important;
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    margin: 0.5em 0 0.8em;
}
div .item3 {
    background-color: #BAE2F8;
}
span.num3 {
    background: #0068B6;
    font-size: 30px;
    width: 18px;
    padding: 8px 10px !important;
    float: left;
    margin-right: 10px;
    clear: both;
    margin-bottom: 0px !important;
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    margin: 0.5em 0 0.8em;
}

div .item4 {
    background-color: #E4ECB1;
}
span.num4 {
    background: #02983B;
    font-size: 30px;
    width: 18px;
    padding: 8px 10px !important;
    float: left;
    margin-right: 10px;
    clear: both;
    margin-bottom: 0px !important;
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    margin: 0.5em 0 0.8em;
}

div .item5 {
    background-color: #FCE1B9;
}
span.num5 {
    background: #E7380D;
    font-size: 30px;
    width: 18px;
    padding: 8px 10px !important;
    float: left;
    margin-right: 10px;
    clear: both;
    margin-bottom: 0px !important;
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    margin: 0.5em 0 0.8em;
}

div .item6 {
    background-color: #BCE1DE;
}
span.num6 {
    background: #008874;
    font-size: 30px;
    width: 18px;
    padding: 8px 10px !important;
    float: left;
    margin-right: 10px;
    clear: both;
    margin-bottom: 0px !important;
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    margin: 0.5em 0 0.8em;
}

div .item7 {
    background-color: #F9DAD9;
}
span.num7 {
    background: #E4005A;
    font-size: 30px;
    width: 18px;
    padding: 8px 10px !important;
    float: left;
    margin-right: 10px;
    clear: both;
    margin-bottom: 0px !important;
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    margin: 0.5em 0 0.8em;
}

div .item8 {
    background-color: #ffffff;
    border: 3px solid #1D2087;
    box-sizing: border-box;
}
span.num8 {
    background: #1D2087;
    font-size: 30px;
    /* width: 18px; */
    padding: 8px 10px !important;
    float: left;
    margin-right: 15px !important;
    clear: both;
    margin-bottom: 0px !important;
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    margin: 0.5em 0 0.8em;
}

/* 7つのお願いTOPICS */
.button {
  background-color: #128AD9;
  border: 2px solid #128AD9;
  color: #fff;
    width: 200px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    outline: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px !important;
}
.button:hover {
  background-color: #fff;
  color: #000;
  border-color: #128AD9;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* 20201009視聴者向けお知らせ */

.live {
    border: 5px solid #ff0000;
    margin-bottom: 30px;
    padding: 15px 10px 0;
}
h8.req {
    text-align: center;
    font-size: 18px;
    display: block;
    background-color: #ff0000;
    color: #fff;
    padding: 15px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 15px 10px 8px;
}
.button2 {
  background-color: #128AD9;
  color: #fff;
  width: 50%;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px !important;
  font-size: 16px;
  border: 2px solid #128AD9;
}
.button2:hover {
  background-color: #fff;
  color: #000;
  border-color: #128AD9;
}
.button2::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.fa-chevron-right:before {
    content: "\f054";
    margin-left: 15px;
}

.ctzn {
    border: 5px solid #1D2088;
    margin-bottom: 30px;
}

h8.req2 {
    text-align: center;
    font-size: 18px;
    display: block;
    background-color: #1D2088;
    color: #fff;
    padding: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
.wk {
    display: block;
    overflow: hidden;
}

/* 20240422追記 TOPICS終了用*/
h8.end {
    text-align: center;
    font-size: 16px;
    display: block;
    background-color: #fff;
    color: #ff0000;
    padding: 8px 10px 6px;
    font-weight: bold;
    line-height: 1.5;
    border: 3px solid #ff0000;
    width: 30%;
    margin: 0 0 0 auto;
    border-radius: 30px;
}

/* 210501追記・WebギャラリーPC用 */

#main #container #content.wide div#post-5158 {
    width: 950px;
}

.glygrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
    grid-auto-rows: auto;
    /* grid-gap: 0.8em; */
    /* padding: 0.8em; */
    margin: 3em auto;
}

/* .glygrid div {
    overflow: auto;
    min-width: 0;
    padding: 0 0.5em 0.5em;
}  列調整で下記に差し替え*/
.glygrid div {
    overflow: auto;
    max-width: 223px;
    padding: 0 0.5em 0.5em;
    margin: 0 auto;
}
.glygrid .item img {
    margin: 0;
    max-width: 100% !important;
    box-sizing: border-box;
    object-fit: cover;
    width: 100%;
    height: 255px !important;
}

#content p.cap {
    padding: 7px 0 0;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
}

/* カテゴリー・アンカー（20220523追記） */
.ctgry {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    margin-bottom: 40px;
	margin-top: 0;
    justify-content: center;
    flex-wrap: wrap;
}

.ctgry_s {
    width: 35%;
    position: relative;
}
.ctgry_s a {
    display: block;
    padding: 10px 15px;
    text-align: center;
    width: 80%;
    margin: 10px auto;
    font-size: 15px;
    color: #1D2088;
    background-color: #fff;
    transition: all .5s ease-out;
    border: 1px solid #1D2088;
    text-decoration: none;
}
.ctgry_s a:hover {
    color: #fff;
    background-color: #1D2088;
    border: 1px solid #1D2088;
}
.arrow_c:after {
    font-family: "Font Awesome 5 Free";
    content: '\f078';
    font-weight: bold;
    margin-left: 30px;
}

.anchor {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    margin-bottom: 40px;
	margin-top: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.anchor_s {
    width: 25%;
    /* margin-bottom: 10px; */
    position: relative;
}
.anchor_s a {
    display: block;
    padding: 10px 15px;
    text-align: left;
    width: 85%;
    margin: 3px auto;
    font-size: 15px;
    color: #0097ef;
    background-color: #fff;
    transition: all .5s ease-out;
    border: 1px solid #0097ef;
    text-decoration: none;
}
.anchor_s a:hover {
    color: #fff;
    background-color: #0097ef;
    border: 1px solid #0097ef;
}
.arrow:after {
    font-family: "Font Awesome 5 Free";
    content: '\f078';
    font-weight: bold;
    position: absolute;
    right: 12px;
}
.anchor:after {
    display: block;
    content: "";
    width: 25%;
}

/* ギャラリー見出し */
p.gly_h {
    color: #364e96 !important;
    padding: 0.5em 0 !important;
    border-top: solid 3px #364e96;
    border-bottom: solid 3px #364e96;
    display: block;
    font-size: 21px !important;
    font-weight: bold;
    line-height: 1.5em !important;
    text-align: center;
}

/* 各賞見出し */
p.trphy, p.trphy2, p.trphy3, p.trphy4 {
  position: relative;
  padding: 2rem 0 1rem !important;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
  display: block;
  margin: 80px auto 50px;
}

p.trphy:before,
p.trphy2:before,
p.trphy3:before,
p.trphy4:before,
p.trphy:after,
p.trphy2:after,
p.trphy3:after,
p.trphy4:after {
  position: absolute;
  content: '';
}

p.trphy:before, p.trphy2:before, p.trphy3:before, p.trphy4:before {
  top: -40px;
  left: calc(50% - 42px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

p.trphy:after, p.trphy2:after, p.trphy3:after, p.trphy4:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

p.trphy i, p.trphy2 i, p.trphy3 i, p.trphy4 i {
  font-size: 30px;
  font-size: 3rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}
.fa-trophy:before {
    content: "\f091";
    font-size: 2.4rem;
    line-height: 60px;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: calc(50% - 40px);
    width: 80px;
    height: 60px;
    text-align: center;
    color: #ffe854;
    text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 3px 3px 3px rgb(0 0 0 / 30%);
}
.fa-award:before {
    content: "\f559";
    font-size: 2.4rem;
    line-height: 60px;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: calc(50% - 40px);
    width: 80px;
    height: 60px;
    text-align: center;
    color: #ffe854;
    text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 3px 3px 3px rgb(0 0 0 / 30%);
}

.fa-pen-nib:before {
    content: "\f5ad";
    font-size: 2.4rem;
    line-height: 60px;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: calc(50% - 40px);
    width: 80px;
    height: 60px;
    text-align: center;
    color: #fabf14;
    text-shadow: 1px 1px 0px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 3px 3px 3px rgb(0 0 0 / 30%);
}

/* 銀賞 */
p.trphy3 .fa-award:before {
    color: #e1e3e6;
}

/* 入賞 */
p.trphy4 .fa-award:before {
    color: #a36b21;
}

p.trphy span, p.trphy2 span, p.trphy3 span, p.trphy4 span {
    position: relative;
    z-index: 1;
    font-size: 21px;
    font-weight: bold;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}

/* 標語ギャラリーPC用 */
.glygrid_h {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    grid-auto-rows: auto;
    /* grid-gap: 0.8em; */
    /* padding: 0.8em; */
    margin: 3em auto;
}

/* .glygrid_h div {
    overflow: auto;
    min-width: 0;
    padding: 0 0.5em 0.5em;
}  列調整で下記に差し替え*/
.glygrid_h div {
    overflow: auto;
    max-width: 223px;
    padding: 0 0.5em 0.5em;
    margin: 0 auto;
}
.glygrid_h .item img {
    margin: 0;
    max-width: 100% !important;
    box-sizing: border-box;
    object-fit: contain;
    width: 100%;
    height: 255px !important;
}

#content p.cap {
    padding: 7px 0 0;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
}

/* 歯アイコンのリスト */
ul.teeth {
    padding: 0;
    margin: 10px 0 !important;
}
ul.teeth li {
    list-style: none !important;
    text-indent: -0.7em;
    font-size: 15px !important;
    padding-left: 2em !important;
}

.fa-tooth:before {
    content: "\f5c9";
    margin-right: 0.5em;
    color: #1E78C8;
}

/* WebギャラリーTOPICS用 */
.gly_top {
    border: 5px solid #128AD9;
    margin-bottom: 30px;
    padding: 15px 10px 0;
    clear: both; 
}


/* ここまで210501追記・WebギャラリーPC用 */

/* 210506追記・TOPICSカスタマイズ用（ごあいさつ+7つ） */

.tps_grd {
    float: left;
    width: 600px;
}
.cssgrid2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 0.8em;
    /* padding: 0.8em; */
    margin: 0 0 2em;
}

.cssgrid2 div {
    overflow: auto;
    min-width: 0;
    padding: 1em;
}

.tps_grd p.w71 {
    font-weight: bold;
    margin: 0 0 0.8em 50px;
    font-size: 18px !important;
    padding: 0 !important;
}

/* ここまで210506追記・TOPICSカスタマイズ用（ごあいさつ+7つ） */

/* 20220510追記・応募フォーム延長 */
.box {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #ed462f;
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    padding: 15px 10px;
    text-align: center;
    word-break: keep-all;
    line-height: 1.8em;
}


/*			.child_page_block
/*-------------------------------------------*/
#content .child_page_block	{ display:block; overflow:hidden; margin-bottom:15px;width:100%; border:1px solid #ccc; border-radius:3px;box-shadow:inset 1px 1px 0px rgba(255,255,255,1.0); }
#content .child_page_block .child_page_blockInner	{ display:block; overflow:hidden; padding:15px 20px; }
#content .child_page_block.layout_even	{ float:right; }
#content .child_page_block h4	{ border:none; padding:0px 0px 2px;margin:0px; border-bottom:1ps solid #ccc;margin-bottom:10px; border-bottom:1px solid #ccc; box-shadow:0px 1px 0px rgba(255,255,255,1.0); }
#content .child_page_block h4 a	{ text-decoration:none; color:#4d4d4d;border-left:4px solid #008FEF;padding-left:8px; }
#content .child_page_block h4 a:hover	{ text-decoration:underline;color:#00BEFF; }
#content .child_page_block .childText	{ display:block; overflow:hidden; }
#content .child_page_block p 	{ font-size:12px;margin-bottom:0px; line-height:133%; padding:0px; }
#content .child_page_block p a	{ text-decoration:none;color:#666; }
#content .child_page_block p a:hover	{ text-decoration:underline;color:#00BEFF; }

#content .child_page_block .thumbImage	{ float:left; display:block;border:1px solid #ccc;margin-right:13px;}
#content .child_page_block .thumbImage .thumbImageInner 	{ display:block; overflow:hidden; width:80px;border:1px solid #fff; }
#content .child_page_block .thumbImage .thumbImageInner img	{ width:80px;height:80px !important /* ie8 */; }


/*			.childPageBox
/*-------------------------------------------*/
#content .childPageBox { display:none; }
#content .childPageBox .textBox	{ overflow:hidden;border:1px solid #ff0000;}

/*			.mainFoot
/*-------------------------------------------*/
#content .mainFoot	{ display:block; overflow:hidden; margin-top:35px;margin-bottom:30px;border:4px solid #CCF2FF; }
#content .mainFoot .mainFootInner	{ border:1px solid #A6E8FF; padding:20px 15px; background-color:#fff; }
#content .mainFootContact	{ display:block; overflow:hidden; text-align:center; }
#content .mainFootContact p.mainFootTxt	{ font-size:10px; letter-spacing:0px;margin-bottom:5px;  }
#content .mainFootContact p.mainFootTxt span { display:block; }
#content .mainFootContact p.mainFootTxt span.mainFootCatch	{line-height:120%; }
#content .mainFootContact p.mainFootTxt span.mainFootTel	{ font-size:24px; font-family:'Lato', sans-serif;margin-bottom:2px; line-height:100%;color:#008FEF;}
#content .mainFootContact p.mainFootTxt span.mainFootTel a	{ color:#008FEF;}
#content .mainFootContact p.mainFootTxt span.mainFootTime	{ line-height:120%; }
#content .mainFootContact .mainFootBt a	{ display:block; overflow:hidden; max-width:350px;margin:0px auto;
background-color:#008FEF;
box-shadow: inset 0 1px 0px rgba(255,255,255,0.5);
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#61B3FF), to(#008FEF));
background: -moz-linear-gradient(#61B3FF, #008FEF);
background: linear-gradient(#61B3FF, #008FEF);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#61B3FF, EndColorStr=#008FEF)";
}
#content .mainFootContact .mainFootBt a img	{ max-width:100%; }
/*			images
/*-------------------------------------------*/
#content img { margin: 0; max-width:100% !important;height:auto; box-sizing: border-box; }
#content .attachment img { max-width: 900px; }
#content .alignleft,
#content img.alignleft { display: inline; float: left; margin-right: 20px; margin-top: 4px; }
#content .alignright,
#content img.alignright { display: inline; float: right; margin-left: 20px; margin-top: 4px; }
#content .aligncenter,
#content img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
#content img.alignleft,
#content img.alignright,
#content img.aligncenter { margin-bottom: 12px; }
#content .wp-caption { background: #f1f1f1; line-height: 18px; margin-bottom: 20px; padding: 0 0 5px; text-align: center;border:1px solid #e5e5e5;max-width:100% !important; }
#content .wp-caption img { margin:5px 0 2px;max-width:95% !important;height:auto !important; }
#content .wp-caption p.wp-caption-text { color: #888; font-size: 12px; margin: 5px; }
#content .wp-smiley { margin: 0; }
#content .gallery { margin: 0 auto 18px; }
#content .gallery .gallery-item { float: left; margin-top: 0; text-align: center; width: 33%; }
#content .gallery img { border: 2px solid #cfcfcf; }
#content .gallery .gallery-caption { color: #888; font-size: 12px; margin: 0 0 12px; }
#content .gallery dl { margin: 0; }
#content .gallery img { border: 10px solid #f1f1f1; }
#content .gallery br+br { display: none; }
#content .attachment img { /* single attachment images should be centered */
	display: block; margin: 0 auto; }

/*			.navigation
/*-------------------------------------------*/
.navigation { color: #888; font-size: 12px; line-height: 18px; overflow: hidden; border-top:1px solid #ccc; padding:10px 0px 15px; clear:both;}
.navigation a:link,
.navigation a:visited { color: #888; text-decoration: none; }
.navigation a:active,
.navigation a:hover { color: #ff4b33; }
.nav-previous { float: left; width: 50%; }
.nav-next { float: right; text-align: right; width: 50%; }
#nav-above { margin: 0 0 18px 0; }
#nav-above { display: none; }
.paged #nav-above,
.single #nav-above { display: block; }

/*			.infoList
-------------------------------------------------------------- */
#content .infoList	{ padding-bottom:20px; }
.page #content .infoList	{ border-top:1px solid #e5e5e5; }
.home.page #content .infoList	{ border-top:none; }
#content .infoList ul	{ margin:10px 0px 5px; list-style:none; }
#content .infoList ul li	{ border-bottom:1px solid #ccc; padding:6px 0px;list-style:none;margin-bottom:0px; }
#content .infoList ul li a	{  }
#content .infoList ul li a:hover	{ color:#f00; }
#content .infoList .infoDate	{ margin:10px; color:#000080 ; padding:10px; /*★ font-size: 16px; */ font-size:110%;}
#content .infoList .infoCate a	{ color:#333;margin-right:4px; background-color:#efefef;font-size:11px; padding:2px 7px 1px; line-height:14px; text-decoration:none; position:relative; border-radius:2px; }
#content .infoList .infoCate a:hover	{background-color:#CCF2FF;color:#4EA4C2;text-decoration:none;}
#content .infoList ul li .infoTxt	{ display:block; overflow:hidden; clear:both;padding: 10px;
font-size: 120%; }
#content .infoList ul li .infoTxt a	{ text-decoration:none; background:url(../images/icon_arrow2_red.gif) left 7px no-repeat; padding-left:10px; color:#000; display:block;overflow:hidden; /*★ font-size: 16px; */ }
#content .infoList ul li .infoTxt a:hover	{ color:#00BEFF; text-decoration:underline; }

/*				.infoListBox
/*-------------------------------------------*/
#content .infoList .infoListBox { display:block; overflow:hidden; padding:20px 0px; border-bottom:1px solid #ccc;position:relative; }
#content .infoList .infoListBox div.entryTxtBox { margin:0px;display:block; overflow:hidden; }
#content .infoList .infoListBox div.entryTxtBox.haveThumbnail	{ float:Left; margin-right:100px; }
#content .infoList .infoListBox div.entryTxtBox p { margin-bottom:3px; padding:0px;line-height:150%; }
#content .infoList .infoListBox div.entryTxtBox p.entryMeta { margin-bottom:4px; }
#content .infoList .infoListBox div.entryTxtBox p.entryMeta .infoDate,
#content .infoList .infoListBox div.entryTxtBox p.entryMeta .infoCate	{ color:#666; }

#content .infoList .infoListBox div.entryTxtBox h4.entryTitle { margin:0px 0px 5px;padding:0px 0px 2px; display:block;line-height:120%; font-size:114.3%;font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; }
#content .infoList .infoListBox div.entryTxtBox h4.entryTitle a { text-decoration:none; }
#content .infoList .infoListBox div.entryTxtBox h4.entryTitle a:hover { text-decoration:underline; }
#content .infoList .infoListBox div.entryTxtBox p.moreLink	{ margin:0px; padding:0px; }

#content .infoList .infoListBox div.thumbImage { width:35%;display:block; overflow:hidden;float:right;text-align:right; position:absolute;top:20px;right:0px; }
#content .infoList .infoListBox div.thumbImage div.thumbImageInner { display:block; overflow:hidden;margin:1px; }
#content .infoList .infoListBox div.thumbImage div.thumbImageInner img	{ width:88px;height:auto;border:1px solid #ccc; }


/*			form
/*-------------------------------------------*/
#content form table	{ margin-top:25px; }
#content form input[type=text],
#content form textarea	{ position:relative; overflow:hidden; padding:5px 10px; margin:5px 5px 5px 0px; width:85%;     font-size: 15px; font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.drop.firstChild.lastChild {
    position: relative;
    overflow: hidden;
    padding: 5px 10px;
    margin: 5px 0px 5px 10px !important;
    width: 8% !important;
    font-size: 15px;
    font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.postal-code.firstChild.lastChild, input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.p-postal-code.firstChild.lastChild {
    position: relative;
    overflow: hidden;
    padding: 5px 10px;
    margin: 5px 5px 5px 0px;
    width: 20% !important;
    font-size: 15px;
    font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.age.firstChild.lastChild {
    position: relative;
    overflow: hidden;
    padding: 5px 10px;
    margin: 5px 5px 5px 0px;
    width: 11% !important;
    font-size: 15px;
    font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* Chrome, Safari */
::-webkit-input-placeholder{
    color: #bbb;
}
 
/* Firefox */
::-moz-placeholder{
    color: #bbb;
}
 
/* Firefox 18以前 */
:-moz-placeholder{
    color: #bbb;
}
 
/* IE */
:-ms-input-placeholder{
    color: #bbb;
}
#content form input[type=radio] { width:auto; }
#content form input[type=checkbox] { width:auto; }

/*			trust-form
/*-------------------------------------------*/
#content #trust-form	{ width:100%; }

/*			contactform7
/*-------------------------------------------*/
#content .wpcf7	{ margin-top:20px; }
#content form span.wpcf7-form-control-wrap {
    position: relative;
    display: initial;
    overflow: hidden;
    clear: both;
    padding-right: 10px;
}
#content form span.wpcf7-form-control-wrap .wpcf7-list-item,
#content form span.wpcf7-form-control-wrap .wpcf7-list-item label	{ display:block; float:left; }
#content form span.wpcf7-form-control-wrap .wpcf7-list-item	{ padding-top:8px; padding-bottom:8px; }
#content form span.wpcf7-not-valid-tip {
    position: relative;
    display: block;
    overflow: hidden;
    border: 2px solid #c00;
    background-color: #c00;
    left: 0px;
    top: 4px;
    margin-bottom: 10px;
    width: 80%;
    padding: 5px;
    color: #fff;
}
#content form div.wpcf7-validation-errors {
    position: relative;
    display: block;
    overflow: hidden;
    border: 2px solid #c00;
    background-color: #c00;
    left: 0px;
    top: 4px;
    margin-bottom: 10px;
    width: 80%;
    padding: 10px 0 12px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#content .wpcf7 dl		{ display:block; overflow:hidden; border-bottom:1px dotted #ccc; }
#content .wpcf7 dl dt	{ display:block; overflow:hidden; padding:10px;float:left; width:30%; color:#666; font-weight:lighter; }
#content .wpcf7 dl dd	{ display:block; overflow:hidden; padding:10px;margin-bottom:0px; }

/*		.socialSet
/*-------------------------------------------*/
#content #socialSet	{ display:block; overflow:visible; clear:both; padding-top:15px; /* hiddenだとポップアップが見えなくなる */ }
#content #socialSet ul { margin:0px 0px 15px; }
#content #socialSet ul li { display:block;float:left; overflow:visible; background:none; padding:0px; position:relative; }
#content #socialSet ul li iframe	{ border:none; }
#content #socialSet ul li img	{ border:none; }
#content #socialSet ul li.sb_twitter	{width:110px;}
#content #socialSet ul li.sb_google	{ width:80px; }
#content #socialSet ul li.sb_hatena	{ width:70px; }
#content #socialSet ul li.sb_facebook	{ position:relative; }
#content #socialSet ul li.sb_facebook div.fb_iframe_widget	{}
#content #socialSet ul li.sb_mixi		{ z-index:50;}

/*-------------------------------------------*/
/*	#sideTower
/*-------------------------------------------*/
#sideTower .localSection	{ margin-bottom:50px; }
#sideTower .localHead	{ font-size:128.6%; border-top:2px solid #008FEF;border-bottom:1px solid #ccc; padding:13px 10px 10px; font-weight:bold; position:relative; }
#sideTower .localHead a	{ text-decoration:none;color:#666; }
#sideTower .localHead a:hover	{ text-decoration:underline; }
#sideTower .sideWidget 	{ margin:0 0 20px; }
#sideTower .sideWidget h4	{ clear:both; font-size:14px;margin:0px 0px 15px; padding:4px 0px 2px 12px; border-left-style:solid; border-left-width:3px; background-color:#f5f5f5; }

#sideTower .sideWidget li	{ list-style:none;border-bottom:1px solid #ccc; line-height:128.6%;  }
#sideTower .sideWidget li a	{ display:block;padding:13px 10px 11px 28px; text-decoration:none; color:#666; background:url(../images/icon_arrow1_gray.gif) 10px 50% no-repeat; }
#sideTower .sideWidget li a:hover,
#sideTower .sideWidget li.current_page_item a,
#sideTower .sideWidget li.current-cat a	{ background-color:#f1fbff;}
#sideTower .sideWidget li ul	{ display:block;margin:0px; }
#sideTower .sideWidget li ul	li { display:block;border-bottom:none;border-top:1px solid #ccc; }
#sideTower .sideWidget li ul	li a	{ padding:11px 10px 9px 28px;background:url(../images/icon_arrow2_gray.gif) 12px 16px no-repeat; }

/* 親ページのアクティブだと背景色が子ページにも適応される為 */
#sideTower .sideWidget li ul	li a,
#sideTower .sideWidget li.current-cat ul li a,
#sideTower .sideWidget li.current_page_item ul li a	{ background-color:inherit; }

#sideTower .sideWidget li ul	li a:hover,
#sideTower .sideWidget li.current-cat ul li a:hover,
#sideTower .sideWidget li.current_page_item ul li a:hover	{ background-color:#f1fbff; }

#sideTower .sideWidget li ul	li.current-cat a,
#sideTower .sideWidget li ul	li.current_page_item a,
#sideTower .sideWidget li ul	li a:hover { background-image:#f1fbff; }
/* 曾孫 */
#sideTower .sideWidget li ul li ul li a	{ padding-left:33px; }
#sideTower .sideWidget li ul li ul li a,
#sideTower .sideWidget li ul li.current-cat ul li a,
#sideTower .sideWidget li ul li.current_page_item ul li a	{ background-position:17px 14px; }

#sideTower li ul	{ margin-left:15px; }
#sideTower li.sideBnr	{ margin-bottom:10px; }
#sideTower li.sideBnr#sideContact a	{ display:block; overflow:hidden; width:auto;width:220px;margin:0px auto; text-align:center;
background-color:#008FEF;
box-shadow: inset 0 1px 0px rgba(255,255,255,0.5);
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#61B3FF), to(#008FEF));
background: -moz-linear-gradient(#61B3FF, #008FEF);
background: linear-gradient(#61B3FF, #008FEF);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#61B3FF, EndColorStr=#008FEF)";
 }
#sideTower ul#snsBnr		{ border-top:1px solid #ccc;margin-bottom:20px; text-align:center }
#sideTower ul#snsBnr li		{ border-bottom:1px solid #ccc; }

#sideTower .sideWidget ul#recentcomments li	{ padding:13px 10px 11px 30px;background:url(../images/icon_arrow1_gray.gif) 10px 50% no-repeat; }
#sideTower .sideWidget ul#recentcomments li	a	{ padding:0;background:none; }

#sideTower .sideWidget select	{ margin:10px 0; padding:5px; width:100%;border:1px solid #ccc;}
#sideTower .sideWidget select option	{ padding:2px 5px; }

#sideTower .sideWidget .textwidget	{ padding-top:10px; }

form#searchform { padding:5px 0px 5px 7px; background-color:#CCF2FF; display:block; overflow:hidden; position:relative;}
form#searchform input#s	{ margin:0px 0px 0px 5px; padding:5px; width:70%; float:left;border-color:#A6E8FF; }
form#searchform input#searchsubmit	{ margin:0px 10px 0px 0px; float:right; background-color:#008FEF; width:15%;color:#fff;
border-radius:5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
behavior: url(/wp-content/themes/biz-vektor/PIE.htc);
 }
.localNaviBox.firstChild.lastChild {
    display: none;
}

/*-------------------------------------------*/
/*	#pagetop
/*-------------------------------------------*/
#pagetop	{ display:block; overflow:hidden; clear:both; z-index:5; }
#pagetop a	{ float:right; display:block; position:relative; padding:5px 15px 5px;font-size:12px; text-decoration:none;margin-bottom:0px;font-family:'Lato', sans-serif;  background-color:#a9a9a9;color:#ffffff; }
#pagetop a:hover	{ background-color:#fff;color:#333; background-color:#000080; color:#fff;box-shadow:none; }

/*-------------------------------------------*/
/*	#footMenu
/*-------------------------------------------*/
#footMenu	{ padding:0; display:block; overflow:hidden;width:100%; z-index:10; position:relative; border-bottom:1px solid #a9a9a9; }
#footMenu .innerBox { padding:0px; }
#footMenu .menu { margin:0px;padding:0px;border-left:1px solid #000080; display:block;overflow:hidden; }
#footMenu .menu li	{ list-style:none;display:block; margin:0px;padding:0px;float:left; line-height:100%; font-size:12px; }
#footMenu .menu li a	{ padding:0px 15px 0px; line-height:1em; text-decoration:none; border-right:1px solid #999; color:#666;  }
#footMenu .menu li a:hover	{ text-decoration:underline;color:#00BEFF; }

/*-------------------------------------------*/
/*	#footer
/*-------------------------------------------*/
#footer	{ margin:0px; padding:20px 0px 20px; display:block; overflow:hidden; background-color:#fff;  }
#footer	{ text-align:left; }
#footer dl#footerOutline	{ margin:0px 0 20px 0 ; line-height:170%;width:100%;color:#808080; }
#footer dl#footerOutline dt	{ margin-bottom:8px;line-height:170%; }
#footer dl#footerOutline dt img	{ margin-bottom:5px;max-width:260px; }
#footer dl#footerOutline dd	{ 
font-size: 100%;
line-height: 170%;
color: #000; 
}

/*		#footerSiteMap
/*-------------------------------------------*/
#footerSiteMap	{ display:block; overflow:hidden;width:100%;padding-top:10px; margin:20px 0; }
#footerSiteMap .menu	{ font-size:75%; vertical-align:text-top; }
#footerSiteMap .menu a	{ color:#999; text-decoration:none;}
#footerSiteMap .menu a:hover	{ color:#f00; }
#footerSiteMap .menu li	{ display:block;vertical-align:text-top; line-height:116.7%;margin-bottom:4px; }
#footerSiteMap .menu li	a	{ /* background:url(../images/icon_arrow1_gray.gif) left 50% no-repeat; */ padding:8px 15px 8px 18px; overflow:hidden;display:block; color: #000; font-size:14px; }
#footerSiteMap .menu li	a:hover	{ /* background-image:url(../images/icon_arrow1_red.gif); */ color:#00BEFF; }
#footerSiteMap .menu li	ul	{ margin-top:10px; }
#footerSiteMap .menu li	li	{ display:block; }
#footerSiteMap .menu li	li a	{ /* background:url(../images/icon_arrow2_gray.gif) 2px 50% no-repeat; */ padding:5px 18px; }
#footerSiteMap .menu li	li a:hover	{ /* background-image:url(../images/icon_arrow2_red.gif); */ }
#footerSiteMap .menu li	ul ul	{ padding-left:5px; }

/*-------------------------------------------*/
/*	#siteBottom
/*-------------------------------------------*/
#siteBottom { clear:both; padding:15px 0px 40px; font-size:88%; font-family:Arial, Helvetica, sans-serif; color:#fff; background:none repeat scroll 0 0 #000080; }
#siteBottomInner	{ text-align:center; }
#siteBottom a	{ color:#fff; text-decoration:none; }
#siteBottom #copy	{ text-align:center; }
#siteBottom #powerd,
#siteBottom #powerd a	{ color:#7fdeff; }

/*-------------------------------------------*/
/*	▼各テンプレートごとの設定
/*-------------------------------------------*/

/*-------------------------------------------*/
/*	top
/*-------------------------------------------*/
.home #gMenu	{ /*border-bottom:1px solid #ccc;*/ }
.home #main	{ padding-top:0px;border-top:1px solid #fff; }

#topMainBnr { position:relative;display:block; overflow:visible; padding:10px 0; background-color:#fcfcfc;border-bottom:1px solid #e5e5e5;  }
#topMainBnrFrame { position:relative;height:auto; display:block; margin:0 auto;border:1px solid #ccc;width:96%; }
#topMainBnrFrame #topManiBnrInnerFrame	{ overflow:hidden; }
#topMainBnrFrame img	{ width:100%;position:relative; }
#topMainBnrFrame ul.slides li { overflow:hidden;/*display:block; */ }

/* #topFreeArea	{ margin-bottom:20px;display:block; overflow:hidden;
padding:15px 20px 0px 20px ; border:1px solid #ccc;
-moz-box-shadow:0 2px 1px #efefef;
-webkit-box-shadow: 0 2px 1px #efefef;
box-shadow:0 2px 1px #efefef;
background-image:url(https://takashi8020.jp/main/wp-content/uploads/2013/03/topic_bg1.jpg);
background-repeat:no-repeat;
} */

#topPr .topPrOuter	{ display:block; overflow:hidden; margin-bottom:20px; padding-bottom:10px;border-bottom:1px solid #ccc;}
#topPr h3	{ margin:0px 0px 9px;line-height:120%;font-size:16px; padding-left:10px; text-indent:-99999px; border:none;}
#topPr h3 a	{ text-decoration:none;color:#333; }
#topPr h3 a:hover	{color:#00BEFF; }
#topPr p a	{ text-decoration:none;line-height:16px;color:#666;}
#topPr p a:hover	{ text-decoration:underline;color:#00BEFF; }
#topPr p.topPrDescription	{ margin-bottom:0px; font-size:14px;line-height:130%; padding:0px; }
#topPr .prImage	{ float:left;width:70px; margin-right:10px; overflow:hidden;margin-bottom:10px; border:1px solid #ccc; margin-top:-28px;}
#topPr .prImage img.imageWide	{ display:none;}
#topPr .prImage img.imageSmall	{ display:block;}
#topPr .prImage a	{ border:1px solid #fff; display:block; }
#topPr .prImage a img	{ display:block; }
#topPr .topPrTxtBox	{ display:block; overflow:hidden; }
.rssBtn {
    display: none;
}

#content .infoList { position:relative; padding:10px 0; }
#content #topInfo h2,
#content #topBlog h2	{ margin-bottom:0px; font-size:18px; color:#ffffff; padding-left:20px;
			background-color:#000080; margin-bottom:10px; }
#content #topInfo,
#content #topBlog	{ margin-bottom:30px; }
#content #topBlog.infoList ul li .infoDate { display:block; float:left; padding-left:20px; margin:10px 0; }
#content #topBlog.infoList ul li .infoTxt{ clear:none; margin:10px 0; font-size:15px; }

#content .infoList .rssBtn	{ text-align:right; position:relative;margin-top:-42px;margin-bottom:15px; }
#content .infoList .rssBtn a	{ background-color:#e5e5e5; color:#000; font-family:'Lato', sans-serif; line-height:24px; font-weight:bold; text-decoration:none; padding:0px 10px; margin-right:15px; position:relative;border:1px solid #ccc; border-radius:3px;
box-shadow: inset 0 1px 0px rgba(255,255,255,1);
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fcfcfc), to(#efefef));
background: -moz-linear-gradient(#fcfcfc, #efefef);
background: linear-gradient(#fcfcfc, #efefef);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fcfcfc, EndColorStr=#efefef)";
}
#content .infoList .rssBtn a:hover	{
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#CCF2FF));
background: -moz-linear-gradient(#ffffff, #CCF2FF);
background: linear-gradient(#ffffff, #CCF2FF);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#ffffff, EndColorStr=#CCF2FF)";
}

#topContentsBottom	{ margin-bottom:20px; }


/*-------------------------------------------*/
/*	post
/*-------------------------------------------*/
#content .entry-content	{ display:block; overflow:hidden; margin-bottom:25px;}
#content .entry-content.post-content h2	{ margin-bottom:0px;}
#content .entry-utility	{ clear:both; margin-top:15px; }
#content .entry-utility dl.tag-links,	{ display:inline;}
#content .entry-utility dl.tag-links dt,
#content .entry-utility dl.tag-links dd	{ display:inline; font-size:85.7%; line-height:120%;}
#content .entry-utility dl.tag-links dt	{ display:inline-block; border:1px solid #e5e5e5;font-weight:lighter; margin-right:10px; padding:0px 10px; background-color:#e5e5e5; color:#999;}


/*			#comments
/*-------------------------------------------*/
#comments { clear: both; }
#comments ol.commentlist	{ margin:0px 0px 15px 0px;}
#comments ol.commentlist li	{ list-style:none; }
#comments li.comment .commentBox	{ border:4px solid #e5e5e5; padding:15px; margin-bottom:10px; }
#comments li.comment .comment-author img	{ float:left;border:2px solid #ccc;margin-right:10px; }
#comments li.comment .comment-author cite.fn	{ font-style:normal; line-height:120%;}
#comments li.comment .comment-meta.commentmetadata	{ font-size:85.7%; line-height:120%;}
#comments li.comment .comment-body	{ margin-left:50px;margin-top:5px; }
#comments li.comment .comment-body p { margin-bottom:10px; }
#comments li.comment .reply	{  }

#comments #respond .required	{ color:#e50000;}
#content #commentform p	{ margin-bottom:5px; }
#content #commentform input,
#content #commentform textarea	{ display:block; width:95%; padding:4px; }
#content #commentform p.form-allowed-tags	{ font-size:10px; line-height:120%; color:#666; width:95%;margin-bottom:10px; }
#content #commentform p.form-submit input	{ width:auto; padding:10px 20px;}


/*-------------------------------------------*/
/*	sitemap & 404 &search
/*-------------------------------------------*/
#content.wide	{ display:block; overflow:hidden; }
#content #sitemapPostList { margin-top:20px; }
#content #sitemapPostList h5	{ margin:0px;padding:0px; font-weight:lighter;font-size:14px; }
#content ul.linkList	{ margin:0px;padding:0px; font-size:85.7%; }
#content ul.linkList li	{ list-style:none;margin-bottom:0px; }
#content ul.linkList li a	{ background:url(../images/icon_arrow1_gray.gif) left 8px no-repeat; padding:5px 15px; display:block;text-decoration:none; color:#666;}
#content ul.linkList li a:hover	{ background-image:url(../images/icon_arrow1_red.gif);text-decoration:underline;color:#c00; }
#content ul.linkList li li a	{ background:url(../images/icon_arrow2_gray.gif) left 10px no-repeat; }
#content ul.linkList li li a:hover	{ background-image:url(../images/icon_arrow2_red.gif); }
#content ul.linkList li li li a	{ background:url(../images/icon_try2_gray.gif) left 10px no-repeat; }
#content ul.linkList li li li a:hover	{ background-image:url(../images/icon_try2_red.gif) ; }
#content ul.linkList ul	{ margin-bottom:0px;margin-top:0px;margin-left:10px; }
#content .error404	{ text-align:center; padding-bottom:30px; }
#sitemapOuter	{ border:4px solid #e5e5e5; padding:20px; display:block; overflow:hidden;margin:0px auto; }

#content form#searchform label { display: none; }
#content form#searchform input#s	{ width:70%; }

#likeBox	{ border:1px solid #00ff00; width:100% !important; }
.fbConnectWidgetTopmost { border:1px solid #00ff00; width:100% !important; }

/*-------------------------------------------*/
/*	Responsive Structure
/*-------------------------------------------*/

/*-------------------------------------------*/
/* コンテンツ推奨サイズより大きい場合
/*-------------------------------------------*/
@media (min-width: 660px) { /* スクロール分余裕に20px */
#headerTop #site-description	{ line-height:150%;font-size:12px;}
#header #site-title	{ padding-bottom:15px;float:left;}
#header #headContact	{ float:right; text-align:right; }
#header #headContact #headContactTxt	{ font-size:11px;}
#header #headContact #headContactTime	{ font-size:12px;}
#header #headContact #headContactTel	{ font-size:24px;margin-bottom:4px; }

#main #container	{ padding-top:20px;}
#main #container #content	{ margin:0px auto; }
#content p	{ line-height:170%; }
#content .mainFootContact p.mainFootTxt	{ float:left; margin-bottom:0px;  text-align:left; }
#content .mainFootContact p.mainFootTxt .mainFootCatch	{font-size:120%;}
#content .mainFootContact .mainFootBt	{ float:right; }
#content .mainFootContact .mainFootBt a	{ width:350px;min-height:50px; }
#content .mainFootContact .mainFootBt a img	{ width:auto; }

#topMainBnr { padding:20px 0; }

#topPr { display:block; overflow:hidden; margin-bottom:25px; }
#topPr .topPrOuter	{ padding-bottom:0px;border-bottom:none;}
#topPr #topPrLeft 	{ width:33.1%; text-align:left; float:left;display:block; overflow:visible; }
#topPr #topPrCenter { width:33.1%; text-align:center;float:left;display:block; overflow:visible; }
#topPr #topPrRight 	{ width:33.1%; text-align:right;float:right; display:block; overflow:visible; }
#topPr #topPrLeft .topPrInner 	{ float:left; }
#topPr #topPrCenter .topPrInner	{ margin:0px auto;}
#topPr #topPrRight .topPrInner	{ float:right; }
#topPr .topPrInner	{text-align:left;width:95%;}
#topPr .topPrInner p	{ padding:0px; }
#topPr .topPrInner p.topPrDescription	{ font-size:12px; }
#topPr .prImage	{ float:none;width:100%; margin-right:0px; }
#topPr .prImage img { height:auto; }
#topPr .prImage img.imageWide	{ display:block;}
#topPr .prImage img.imageSmall	{ display:none;}

#topPr	{ border-left:1px solid #ccc;margin-bottom:35px; }
#topPr .topPrOuter	{ border-right:1px solid #ccc;margin-bottom:0px; }
#topPr .topPrInner	{ padding:0px 17px; width:auto; }
#topPr #topPrLeft .topPrInner,
#topPr #topPrCenter .topPrInner,
#topPr #topPrRight .topPrInner	{ float:none; }


#content .child_page_block	{ width:48%; }
#content .child_page_block.layout_odd	{ float:left; clear:both; }

}

/*-------------------------------------------*/
/* pc iPad3より大きい場合
/*-------------------------------------------*/
@media (min-width: 770px) {
body     { line-height:150%; }
#gMenu:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#gMenu #gMenuInner.innerBox	{ margin:0px 3%;width:94%;}
#gMenu.itemClose .menu,
#gMenu.itemOpen .menu	{ display:block;  }
#gMenu .menu	{ border-left:1px solid #217ec4; border-top:none; }
#gMenu .menu:after	{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#gMenu .assistive-text { position: absolute; left: -9000px; }
#gMenu .menu li { float: left;width:auto;border-bottom:none; overflow:visible; }
#gMenu .menu li a	{ text-align:center;border-right:1px solid #217ec4; font-size: 80%; height: 30px; }

#gMenu .menu li:hover ul	{ display:block; position:absolute;z-index:100;position:absolute;width:200px; border:1px solid #0875c0; box-shadow:1px 1px 3px rgba(0,0,0,0.2); }
#gMenu .menu li:hover li	{ background:#fff;width:200px; position:relative; }
#gMenu .menu li:hover li a,
#gMenu .menu li.current_page_item li a,
#gMenu .menu li.current-menu-ancestor li a,
#gMenu .menu li.current-page-ancestor li a,
#gMenu .menu li.current_page_ancestor li a { background:none;text-align:left;border-right:none;
box-shadow: inset 0 1px 0px rgba(255,255,255,0.5);
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#008FEF), to(#008FEF));
background: -moz-linear-gradient(#008FEF, #008FEF);
background: linear-gradient(#008FEF, #008FEF);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#61B3FF, EndColorStr=#008FEF)";
}
#gMenu .menu li:hover li a:hover,
#gMenu .menu li.current_page_item li a:hover,
#gMenu .menu li.current-menu-ancestor li a:hover,
#gMenu .menu li.current-page-ancestor li a:hover,
#gMenu .menu li.current_page_ancestor li a:hover {
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#008FEF), to(#61B3FF));
background: -moz-linear-gradient(#008FEF, #61B3FF);
background: linear-gradient(#008FEF, #61B3FF);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#008FEF, EndColorStr=#61B3FF)";
}

#gMenu .menu li:hover ul li ul	{ position:absolute;left:200px;top:10px; border-top:none;}
#gMenu .menu li:hover ul li ul,
#gMenu .menu li:hover ul li ul li	{ display:none; }
#gMenu .menu li:hover ul li:hover ul,
#gMenu .menu li:hover ul li:hover ul li	{display:block;}
#gMenu .menu li:hover ul li:hover ul { border-top:1px solid #ccc; }

#footerSiteMap .menu	{ font-size:12px; }
#footerSiteMap .menu li	{ display:inline-block; }
#footerSiteMap .menu li	a	{ background-position:left 2px;padding:4px 20px 4px 18px; font-size:14px; color:#000; }
#footerSiteMap .menu li	li a	{ background-position:3px 3px;padding:5px 20px 5px 18px;font-size:14px; color:#000; }
#footerSiteMap .menu li	li li a	{ }
#content form span.wpcf7-form-control-wrap .wpcf7-list-item	{ padding-top:2px; padding-bottom:2px; }
#footerSiteMap .menu li	li li a	{   background-position: 5px 3px; }

#sitemapOuter	{ padding:20px 50px; }
#content #sitemapPageList { float:left;width:49%; }
#content #sitemapPostList { float:right;width:49%;margin-top:0px; }
#content ul.linkList li a	{ padding:3px 15px; }

#main #container #content.wide div#post-5158 {
    width: 100%;
}
    
}
@media (min-width: 850px) {
#main #container #content.wide	{ width:950px; }
    
}
/*-------------------------------------------*/
/*	フルサイズ
/*-------------------------------------------*/
@media (min-width: 970px) { /* スクロール分余裕に20px */
.innerBox,
#gMenu #gMenuInner.innerBox	{ width:950px; margin:0px auto; }
#main #container	{ padding-top:30px;}
#main #container #content	{ float:left; width:640px; }
#main #container #sideTower	{ float:right; width:250px; }
body.left-sidebar #main #container #content	{ float:right; }
body.left-sidebar #main #container #sideTower	{ float:left; }
body.home.one-column #main #container #content		{ float:none;width:100%; }
body.home.one-column #main #container #sideTower	{ float:none; display:none; }
form#searchform input#s	{width:150px; }
form#searchform input#searchsubmit	{ width:20%; }

#topMainBnr			{ width:100%; }
#topMainBnr img		{ width:950px !important; }
#topMainBnrFrame .slider li { }
#topMainBnrFrame	{ width:950px;min-height:250px; }


/*			.childPageBox
/*-------------------------------------------*/
#content .childPageBox { display:block; }
#content .childPageBox{ margin-top:20px; border:1px solid #ccc; padding:0px;display:block; overflow:hidden; width:638px; margin-bottom:20px;}
#content .childPageBox h4	{ font-weight:lighter;margin:15px 20px 10px; padding:0px 0px 3px; font-size:14px;}
#content .childPageBox h4 a	{ text-decoration:none;color:#666 }
#content .childPageBox ul 	{ margin:0px 20px 15px; padding:0px; display:block; overflow:hidden; font-size:85.7%; line-height:125%;}
#content .childPageBox ul li	{ float:left; display:block; width:33%; list-style:none;margin:0px; }
#content .childPageBox ul li a	{ background:url(../images/icon_arrow1_gray.gif) left 5px no-repeat; padding:3px 5px 3px 17px; text-decoration:none; display:block; overflow:hidden; color:#666;}
#content .childPageBox ul li a:hover,
#content .childPageBox ul li.current_page_item a { background-image:url(../images/icon_arrow1_red.gif); text-decoration:underline; }
#content .childPageBox ul li a:hover	{color:#00BEFF;}
#content .childPageBox ul li.current_page_item a { color:#0A8DC7;}

#content .childPageBox ul li ul	{ margin:0px;font-size:91.7%; }
#content .childPageBox ul li ul li		{ float:none;width:auto; }
#content .childPageBox ul li ul li a	{ background:url(../images/icon_arrow2_gray.gif) left 6px no-repeat; padding:3px 5px 3px 14px; text-decoration:none;margin-left:3px; }
#content .childPageBox ul li ul li a:hover,
#content .childPageBox ul li ul li.current_page_item a { background-image:url(../images/icon_arrow2_red.gif); }

#content .childPageBox ul li ul li ul	{ padding-left:8px;font-size:100%;line-height:120%;}
#content .childPageBox ul li.current_page_item ul li a	{ color:#666; text-decoration:none;background-image:url(../images/icon_arrow2_gray.gif); }
#content .childPageBox ul li.current_page_item ul li a:hover	{ color:#c00; text-decoration:underline;background-image:url(../images/icon_arrow2_red.gif); }

#content .mainFootContact .mainFootBt a img	{ width:100%; }

#sideTower .localHead	{ border-top: none;
border-bottom: 3px solid #008FEF;
background-color: #dcdcdc;
height: 10px;
font-size: 115%;
padding: 10px 20px 15px 20px; }



#footerSiteMap	{ width:100%;padding-top:0px; font-size:12px; }
#footer dl#footerOutline	{ float:left; }

}

/* 20250911追記 会員Pサブナビ */
/* 目次 */
.contents-wrap_index {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}
.contents-box {
	margin-bottom: 1rem;
	margin-left: 1.3rem;
	width: 30.33333%;
	position: relative;
	background-color: #fff;
	color: #1E78C8;
	text-decoration: none;
	border: 2px solid #1E78C8;
	border-radius: 7px;
}
.contents-box:nth-child(3n+1) {
		margin-left: 0;
}
	
.contents-box a {
    color: #000;
    text-decoration: none;
    display: block;
	padding: 12px;
}
.contents-box a:hover {
    color: #fff;
    background-color: #1E78C8;
    transition: .3s;
}
.contents-box a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-size: 1em;
    color: #000;
    font-weight: 900;
    position: absolute;
    right: 5%;
}
.contents-box a:hover:after {
    color: #fff;
}
/* 20250911追記 会員Pサブナビ ここまで*/


/* スマホ対応 */
@media screen and (max-width: 768px) {
#gMenu.itemOpen .menu {
    display: block;
    background: #216ec4;
    z-index: 100;
    opacity: 0.9;
    position: relative;
    top: -15px;
}
#gMenu .menu li ul {
    display: block;
	text-indent: 1em;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* 小re追記 */
.br::before {
	content: "\A" ;
	white-space: pre ;
}
/* h3・h4 new見出しSP・content pタグ */
#content h3 {
	font-size: 110%;
	padding-left: 30px; /* 20px */
    margin-left: 22px;
}
#content h3:before {
font-family: "Font Awesome 5 Free";
content: "\f5c9";
display: inline-block;
line-height: 46px;
position: absolute;
padding: 0em;
color: white;
background: #1E78C8;
font-weight: 900;
width: 46px;
text-align: center;
height: 46px;
line-height: 46px;
/* left: -1.85em; */
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 50%;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

#content h4 {
    margin: 50px 0 25px 5px;
    font-size: 18px;
	line-height: 140%;
	font-weight: normal;
}

#content p {
	margin-bottom: 20px;
    padding: 0px 15px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 180% !important;
}

#content h2 { 
margin-top: 30px;
	}
#content h3.tth {
	font-size: 110%;
	padding-left: 20px;
}
#content h3.tth:before {
font-family: "Font Awesome 5 Free";
content: "\f5c9";
display: inline-block;
line-height: 46px;
position: absolute;
padding: 0em;
color: white;
background: #1E78C8;
font-weight: 900;
width: 46px;
text-align: center;
height: 46px;
line-height: 46px;
left: -1.85em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 50%;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}
#content h4.tth {
	font-size: 16px;
}
h5.ttl {
    margin: 0 0 20px 0 !important;
    line-height: 180%;
    font-size: 18px !important;
}
h7.topic {
    /* margin: 0; */
}
a.btn {
    width: 100%;
}
p.topic { 
padding: 0px 15px 0 0 !important; 
}
p.tth {
	margin: 5px 0 25px 0;
}
#content h4.tth {
    margin: 0 0 25px 5px;
}
#content ul.tth {
    margin: 0px 0px 20px 30px;
}

.msg {
    float: none;
}
img.img_msg {
    height: auto !important;
    margin-bottom: 20px !important;
    width: 100%;
	margin-left: 0px !important;
}

.fax, .form {
    background: #1E78C8;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    width: 100%;
}
.form a {
	font-size: 15px;
	text-decoration: none;
}

p.num {
    background: #233C6E;
    color: #fff;
    font-size: 16px;
    width: 15px;
	padding: 6px 5px 5px 10px !important;
    float: left;
    margin-right: 10px;
    clear: both;
    margin-bottom: 0px !important;
}
p.num_r {
    font-size: 15px;
}

/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:15px;
 color:#444;
 padding-right:5px;
 width:38%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
 font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
 padding: 20px 0 20px 20px!important;
 box-shadow: none;
}

.inquiry tr th{
	background-color: #C8EBFA !important;
    white-space: nowrap;
    box-shadow: none !important;
}

/*通常欄*/
.inquiry td {
    font-size: 15px;
    font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    padding: 20px 0 20px 20px!important;
}

/* TOPメインPR */
#mc {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
    margin: 0px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.box6 {
    width: calc(85% / 1);
    margin: 8px;
    list-style: none !important;
}

/* 年間行事 */
span.month {
	display: inline;
    float: none;
    line-height: 160%;
}

/* テストページ・メイン画像用 */
.test img {
    max-width: 100%;
}


/* 小re追記ここまで */

/* SP健診テーブル */
.u_table {
    width: 100% !important;
	font-size: 100% !important;
	margin-left: 5px !important;
}
.u_table th {
    width: 100%;
}
.u_table th, .u_table td {
    display: block;
    text-align: left;
	box-sizing: border-box;
	font-weight: normal;
}


/* TOPICS　公開講座用 */
#topFreeArea2 {
    padding: 15px 10px 0px 10px;
}

div#lec_topics {
    width: 100%;
}
#lec_topics dt {
    margin: 0;
}
#lec_topics dd {
    margin: 0 0 10px 80px;
}

.imagebox_lec {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 20px;
}
img.img_lec {
    width: 80%;
    border: 1px solid #000;
    display: block;
    margin: 0 auto 30px !important;
}

#lec_topics2 dd {
    padding: 3px 0px 7px 0px;
}

/* Googleマップレスポンシブ */
.google_map{
    position:relative;
    width:100%;
    height:0;
    padding-top:350px;
}
.google_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/* 20200313追記 */
#pageTitBnr #pageTitInner	{ display:block; overflow:hidden;height:auto;  }


h5.ttl {
    position: relative;
    font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 0 0 18px 15px !important;
    font-weight: lighter;
    font-size: 21px !important;
    display: flex;
    background-color: #1D2088;
    color: #fff;
    padding: 10px !important;
    clear: none !important;
	line-height: 160%;
}
h5.ttl2 {
    position: relative;
    font-family: 'Noto Sans Japanese', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 0 0 20px 0 !important; /*left:15px*/
    font-weight: lighter;
    font-size: 18px !important;
    display: flex;
    background-color: #1D2088;
    color: #fff;
    padding: 10px !important;
    clear: none !important;
	line-height: 160%;
}


/* 20200807追記・市民公開講座 */
  .sp {
    display: block;
    margin-bottom: 30px;
}
span.sub {
    color: #ff0000;
    line-height: 180%;
    padding: 20px 0;
    display: block;
    }
.pc {
    display: none;
}  
img.img_lec2 {
    width: 100%;
    border: 1px solid #000;
    display: block;
    margin: 0 auto !important;
}

/* 20201009視聴者向けお知らせ */

.live {
    border: 5px solid #ff0000;
    margin-bottom: 30px;
}    
h8.req {
    text-align: center;
    font-size: 18px;
    display: block;
    background-color: #ff0000;
    color: #fff;
    padding: 15px 15px 10px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.5;
}
.button2 {
    background-color: #128AD9;
    color: #fff;
    width: 95%;
    text-align: center;
    text-decoration: none;
    outline: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px !important;
    font-size: 15px;
    border: 2px solid #128AD9;
    padding: 15px 10px;
    line-height: 100%;
}
.button2:hover {
  background-color: #fff;
  color: #000;
  border-color: #128AD9;
}
.button2::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ctzn {
    border: 5px solid #1D2088;
    margin-bottom: 30px;
}

h8.req2 {
    text-align: center;
    font-size: 18px;
    display: block;
    background-color: #1D2088;
    color: #fff;
    padding: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

/* 210501追記・WebギャラリーSP用 */
#main #container #content.wide div#post-5158 {
    width: 100%;
}    
.glygrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(174px, 1fr));
    grid-auto-rows: auto;
    margin: 0 0 2em;
}
.glygrid div {
    overflow: auto;
    min-width: 0;
    padding: 0 0.5em 0.5em;
}
.glygrid .item img {
    object-fit: cover;
    width: 100%;
    height: 180px !important;
}

/* カテゴリ */
.ctgry_s {
    width: 100%;
    margin-bottom: 10px;
    margin: 0;
    position: relative;
}
.ctgry_s a {
    display: block;
    padding: 10px 10px;
    text-align: center;
    width: auto;
    margin: 0 5px 10px;
    font-size: 15px;
    color: #1D2088;
    background-color: #fff;
    transition: all .5s ease-out;
    border: 1px solid #1D2088;
    text-decoration: none;
}
.anchor_s3 a:hover {
    color: #fff;
    background-color: #0097ef;
	border: 1px solid #0097ef;
}
.arrow_c:after {
    font-family: "Font Awesome 5 Free";
    content: '\f078';
    font-weight: bold;
}
    
/* アンカー */
.anchor_s {
    width: 100%;
    margin-bottom: 10px;
    margin: 0;
    position: relative;
}
.anchor_s a {
    display: block;
    padding: 10px 10px;
    text-align: left;
    width: auto;
    margin: 0 5px 10px;
    font-size: 15px;
    color: #0097ef;
    background-color: #fff;
    transition: all .5s ease-out;
    border: 1px solid #0097ef;
    text-decoration: none;
}
.anchor_s3 a:hover {
    color: #fff;
    background-color: #0097ef;
	border: 1px solid #0097ef;
}
.arrow:after {
    font-family: "Font Awesome 5 Free";
    content: '\f078';
    font-weight: bold;
    position: absolute;
    right: 20px;
}    
    
/* 標語ギャラリーSP用 */    
.glygrid_h {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(116px, 1fr));
    grid-auto-rows: auto;
    margin: 0 0 2em;
}
.glygrid_h div {
    overflow: auto;
    min-width: 0;
    padding: 0 0.5em 0.5em;
}
.glygrid_h .item img {
    object-fit: contain;
    width: 100%;
    height: 180px !important;
}
    
/* ここまで210501追記・WebギャラリーSP用 */
    
/* 210506追記・TOPICSカスタマイズ用（SP・ごあいさつ+7つ） */  

.tps_grd {
    float: none;
    width: 100%;
}    
    
/* ここまで210506追記・TOPICSカスタマイズ用（SP・ごあいさつ+7つ） */

/* 20250911追記 会員PサブナビSP */
/* 目次 */
.contents-wrap_index {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contents-box {
	margin-bottom: 0.8rem;
	margin-left: 0;
	width: 48%;
	position: relative;
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
.contents-box:nth-child(3n+1) {
		margin-left: 0;
}
	
.contents-box a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 12px;
    font-size: 0.8rem;
}
.contents-box a:hover {
    color: #fff;
    background-color: #1E78C8;
    transition: .3s;
}
.contents-box a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-size: 1em;
    color: #000;
    font-weight: 900;
    position: absolute;
    right: 7%;
}
.contents-box a:hover:after {
    color: #fff;
}
/* 20250911追記 会員PサブナビSP ここまで */     
    
/* ここまでスマホ対応 */    
}

/* タブレット縦 */
@media (min-width: 768px) and (max-width: 991px) {
/* アンカー */
.anchor_s {
    width: 50%;
    margin-bottom: 10px;
    margin: 0;
    position: relative;
}
.anchor_s a {
    display: block;
    padding: 10px 10px;
    text-align: left;
    width: auto;
    margin: 0 5px 10px;
    font-size: 15px;
    color: #0097ef;
    background-color: #fff;
    transition: all .5s ease-out;
    border: 1px solid #0097ef;
    text-decoration: none;
}
.anchor_s3 a:hover {
    color: #fff;
    background-color: #0097ef;
	border: 1px solid #0097ef;
}
.arrow:after {
    font-family: "Font Awesome 5 Free";
    content: '\f078';
    font-weight: bold;
    position: absolute;
    right: 20px;
}
}    

/* =Print Style
-------------------------------------------------------------- */

@media print { body { background: none !important; }
#wrapper { clear: both !important; display: block !important; float: none !important; position: relative !important; }
#headerTop,
#header,
#panList,
#gMenu,
#pagetop,
#sideTower,
#footMenu,
#footer,
#siteBottom	{ display:none !important; }

#pageTitBnr,
#content table th	{ box-shadow:none !important; }

#access,
#branding img,
#respond,
.comment-edit-link,
.edit-link,
.navigation,
.page-link,
.widget-area { display: none !important; }
#container { margin: 0; width: 100%; }
}

.address_list{
}
.address_list ul{
margin:100px 10px ;
list-style-position:inside;
list-style-type:circle;
}
.address_list li{
float:left;
width:150px;
}
