@charset "UTF-8";


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

当CSSには、TOPページを除く各ページごとのコンテンツを掲載・レイアウトするにあたって、使用する要素（見出し・リードコピー・本文テキスト・画像の掲載・トピックスボックス・
リスト表示・リンクリスト・リンクボタン・テーブルなど）の基本設定を記述してください

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/* -- Media query	761px以下の場合 スマートフォン設定------------------------------------------------------------- */
@media all and (max-width: 761px ) {



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

■main_panel設定

**************************************************************************************************/
#mainimg_block {
	height:180px;
}


#mainimg_block .mainimg {
	width:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	display:none;
	height:180px;
	float:none;
}

#mainimg_block .mainimg span {
	display:none;
}



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

■page_共通設定

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


h2.content_title{
	color:#000;
	font-size: 16px;
	height: auto;
	font-size: 22px;
	padding: 14px 0 10px 34px;
	text-align: left;
	border-top:solid 2px #5ABEC3;
	border-bottom:solid 2px #5ABEC3;
	background: url(../images/icon_content_title.png)  10px center no-repeat;
	margin-bottom:5px;
}

h3,p.content_title_sub{
	color: #444;
	font-size: 18px;
	font-weight:bold;
	letter-spacing:.2em;
	padding:16px 0 5px 20px;
	border-bottom:solid 4px rgba(79,178,190,.5);
}

h4.content_title_sub02{
	clear:borh;
	color: rgba(79,178,190,.9);
	font-size: 15px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0;
	padding: 6px 0 4px 0;
	margin:0 0 10px;
	border-bottom:dotted 1px rgba(79,178,190,.5);
	border-top:dotted 1px rgba(79,178,190,.5);
}


h4.content_title_sub02_left{
	clear:borh;
	color: rgba(79,178,190,.9);
	font-size: 15px;
	font-weight:bold;
	text-align:left;
	letter-spacing:.1em;
	padding: 8px 0 2px 0;
	margin-bottom:5px;
	border-bottom:dotted 2px rgba(79,178,190,.5);
}

.content_inner {
	width:100%;
	padding:20px 20px 25px;
}

.content_inner p {
	font-size:14px;
	letter-spacing:.1em;
	line-height:1.5em;
	margin-bottom:10px;
}


.content_inner dl {
	margin-bottom:5px;
}

.content_inner dl dt {
	font-size:15px;
	font-weight:600;
	letter-spacing:.1em;
	line-height:1.7em;
}


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

table.table_std {
	border-collapse:collapse;
	width:100%;
}
table.table_std th ,table.table_std td {
	border:1px solid #888;
	padding:8px 5px;
	font-size:13px;
	color:#000;
	text-align:center;
	vertical-align:middle;
}
table.table_std th {
	background-color:rgba(79,178,190,.4);
	font-weight:500;
}
table.table_std th a {
	display:block;
	width:100%;
	background-color:rgba(79,178,190,.3);
	color:#000;
}
table.table_std th.al_left ,table.table_std td.al_left {
	text-align:left;
}

.lead_sentence{
	width:100%;
	display:block;
	font-size:24px;
	font-weight:400;
	color:#222;/*#5ABEC3*/
	text-indent:0em;
	margin-bottom:10px;
	clear:both;
	letter-spacing:.05em;
}
.lead_sentence02{
	font-size:14px;
	font-weight:bold;
}



}