﻿/*------------------------------------------------*/
/*----------------共通設定------------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*----------------ページ全体の設定----------------*/
/*------------------------------------------------*/


/*-----------------------------
全体
-----------------------------*/
@import url("reset.css");

*
{
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	word-break: break-all;
}

html
{
	-webkit-text-size-adjust: 100%;
}

body
{
	font-family: "メイリオ",Meiryo,Droid Sans,HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Lucida Grande","Lucida Sans","Lucida Sans Unicode","Trebuchet MS","Droid Sans","ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
	background: none repeat scroll 0 0 #FFFFFF;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	font-size: 14px;
}

table
{
	border-collapse:collapse;
}

tr
{
	padding:0px;
	font-size:14px;
}

td
{
	padding:0px;
	font-size:14px;
}

a
{
	color: #1CA5A3;
/*	color: #4f81bd;*/
}

a:visited
{
	color: #1CA5A3;
/*	color: #3675bc;*/
	cursor: pointer;
}

img
{
	border-style: none;
	max-width: 100vw;
}

a img
{
	border-style: none;
}

input, select
{
	font-size: 16px;
	font-family: "メイリオ",Meiryo,Droid Sans,HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Lucida Grande","Lucida Sans","Lucida Sans Unicode","Trebuchet MS","Droid Sans","ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
}

input[type="button"]
{
	cursor: pointer;
}



input[type="button"], input[type="submit"], input[type="reset"]
{
	/* iOS 対策 */
	border-radius: 0;
	-webkit-appearance: none;
}

/*-----------------------------
ヘッダ
-----------------------------*/
/* ===============================================================================
 * header layout 2015.03.24
 * =============================================================================== */

img#img_header_banner
{
	width: 100%;
}

span.span_topicpath_current
{
	font-weight: bold;
	color: #ff0077
}

/*-----------------------------
フッタ
-----------------------------*/

/*-----------------------------
コンテンツエリア
-----------------------------*/
table#table_contents
{
	width: 100%;
	margin: 20 0px;
}

/*-----------------------------
メインコンテンツ（メイン、②、④）
-----------------------------*/
div#header-area-contents-faq
{
	float: left;
	margin-top: 10px;
	font-size: 16px;
	text-align: left;
}

table#table_maincontents
{
	height: 180px;
}

tr#tr_maincontents
{
	border: none;
}

td#td_maincontents
{
	border: none;
}

/*-----------------------------
サイドメニュー①
-----------------------------*/

/*-----------------------------
サイドメニュー②
-----------------------------*/

/*-----------------------------
サイドメニュー③
-----------------------------*/

/*-----------------------------
サイドメニュー④
-----------------------------*/

/*-----------------------------
メインビュー
-----------------------------*/

/*---- 混み合わせている場合の表示メッセージ ----*/
td.td_congestion_message
{
	border-top: 1px solid #d9d9d9 !important;
	padding: 10px;
	margin: 10px;
}

/*-----------------------------
 2019/05/10追加 divタグ変更対応
-----------------------------*/
div.div_table_mainview
{
	display: inline-block;
	height:40px;
	/*--marginとpaddingは同じ値を指定してください。--*/
	/*--違う値を指定するとブラウザ間（IE、Firefox）で表示が異なります--*/
}





/*------------------------------------------------*/
/*----------------サイドメニューの設定------------*/
/*------------------------------------------------*/

/*-----------------------------
リスト系ブロック共通項目
-----------------------------*/

ul.ul_side_faqlist
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

li.li_side_faqlist
{
/*
	width: 100%;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #DADADA;
	height: 40px;
*/
	padding-top:8px;

}

li.li_side_faqlist div
{
	float: left;
	padding-bottom:10px;
}
/* for IE6 */
* html li.li_side_faqlist
{
	height: 50px;
}
/* for IE7 */
*:first-child+html li.li_side_faqlist
{
	height: 50px;
}

div.div_side_faqlist_position
{
/*	visibility: hidden;*/
/*	width:2px;*/
	width:15%;
	text-align: center;
}

div.div_side_faqlist_icon
{
	width: 4%;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

div.div_side_faqlist_icon img
{
	display: table-cell;
	vertical-align: middle;
	padding: 8px 7px 2px 0px;
	height: 23px;
	width: 23px;
}


div.div_side_faqlist_link
{
	padding: 0px 0px 0px 0px;
/*	width: 93%;*/
	width: 83%;
}

div.div_side_faqlist_link a
{
	display: table-cell;
	vertical-align: middle;
/*	color:#313131;*/
}
div.div_side_faqlist_link a:hover
{
/*	color:#595857;*/
}
/* for IE6 */
* html div.div_side_faqlist_link a {
	display: block;
	margin: 10px; auto;
}
/* for IE6 */
* html div.div_side_faqlist_link a {
	display: block;
	margin: 10px; auto;
}
/* for IE7 */
*:first-child+html div.div_side_faqlist_link a
{
	display: block;
	margin: 10px; auto;
}

/*-----------------------------
トップへ戻るリンクブロック
-----------------------------*/

/*-----------------------------
トップページメッセージ [追加]2016/11/30 NSカスタマイズ
-----------------------------*/
div#lead-to-query-msg{
	text-align: center;
	margin:10px 0px 0px 0px;
	font-size: 16px;
}

/*-----------------------------
カテゴリ一覧ブロック
-----------------------------*/

/*---- カテゴリがない場合の表示部分 ----*/
td.td_side_category_none
{
	padding:10px;
	margin:10px;
}

/*-----------------------------
 ライフシーンブロック
-----------------------------*/
.div_life_scene
{
	width:770px;
	background-color:#DDDDDD;
	padding: 10px;
	margin: 10px;
}

.div_life_scene_sp
{
	width:770px;
	background-color:#DDDDDD;
	padding: 10px;
	margin: 10px;
}

.div_life_scene_title
{
	width:100%;
}


.div_life_scene_item
{
	width:700px;
}

.div_life_scene_item > figure
{
	float:left;
	margin: 0 10 0 10px;
}

.div_life_scene_item > figcaption
{
	margin-top:10px;
}

.div_life_scene_item > figure > p
{
	display: block;
}

.div_life_scene_item_sp
{
	width:700px;
	max-width: 70%;
	margin: 0 auto;
}

.div_life_scene_item_sp > figure
{
	float:left;
	margin: 0 10 0 10px;
}

.div_life_scene_item_sp > figcaption
{
	margin-top:10px;
}

.div_life_scene_item_sp > figure > p
{
	display: block;
}

.p_life_scene_icon_01
{
	background-image: url("../../img/life_01_syussan.png");
	background-size: 80px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-moz-border-image: border-radius: 50%;
	-webkit-border-image: border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
/*	border: 1px #BBBBBB solid;*/
}

.p_life_scene_icon_02
{
	background-image: url("../../img/life_02_kosodate.png");
	background-size: 80px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-moz-border-image: border-radius: 50%;
	-webkit-border-image: border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
}


.p_life_scene_icon_03
{
	background-image: url("../../img/life_03_kyouiku.png");
	background-size: 80px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-moz-border-image: border-radius: 50%;
	-webkit-border-image: border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
}

.p_life_scene_icon_04
{
	background-image: url("../../img/life_04_syuusyoku.png");
	background-size: 80px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-moz-border-image: border-radius: 50%;
	-webkit-border-image: border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
}

.p_life_scene_icon_05
{
	background-image: url("../../img/life_05_merry.png");
	background-size: 80px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-moz-border-image: border-radius: 50%;
	-webkit-border-image: border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
}

.p_life_scene_icon_06
{
	background-image: url("../../img/life_06_hikkosi.png");
	background-size: 80px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-moz-border-image: border-radius: 50%;
	-webkit-border-image: border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
}

.p_life_scene_icon_07
{
	background-image: url("../../img/life_07_gomi.png");
	background-size: 80px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-moz-border-image: border-radius: 50%;
	-webkit-border-image: border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
}

.p_life_scene_icon_08
{
	background-image: url("../../img/life_08_kaigo.png");
	background-size: 80px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-moz-border-image: border-radius: 50%;
	-webkit-border-image: border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
}

.p_life_scene_icon_09
{
	background-image: url("../../img/life_09_okuyami.png");
	background-size: 80px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-moz-border-image: border-radius: 50%;
	-webkit-border-image: border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
}

.p_life_scene_icon_10
{
	background-image: url("../../img/life_10_other.png");
	background-size: 80px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-moz-border-image: border-radius: 50%;
	-webkit-border-image: border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
}

.p_life_scene_icon_11
{
	background-image: url("../../img/life_11_saigai.png");
	background-size: 80px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-moz-border-image: border-radius: 50%;
	-webkit-border-image: border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
}

.div_free_block_55_life_scene_item_outer
{
	float: left;
	width: 115px;
	margin: 10px;
}

.div_free_block_55_life_scene_item_line
{
	display: inline-block;
}

/*-----------------------------
新着FAQブロック
-----------------------------*/
table#table_side_newfaq
{
	border: 1px #BBBBBB solid;
	margin-top:10px;
	padding-top:10px;
	width:100%;
}

table#table_side_newfaq_title_head
{
	border: 1px #BBBBBB solid;
	margin:3px;
	padding:3px;
	width:98%;
}

tr#tr_side_newfaq_title
{
}

tr#tr_side_newfaq_title_head
{
}

td#td_side_newfaq_title
{
}

td#td_side_newfaq_title_head
{
	background-color:#3399FF;
	border: 1px #BBBBBB solid;
	padding:3px;
	margin:3px;
	text-align:center;
}


ul#ul_side_newfaqlist
{
}

/*---- 各 FAQ リンクに対する LI タグの ID ----*/
/*---- 表示する FAQ リンクの数分用意する ----*/
/*---- ここから ----*/

li#li_side_newfaqlist_1
{
}

li#li_side_newfaqlist_2
{
}

li#li_side_newfaqlist_3
{
}

/*---- ここまで ----*/

tr#tr_side_newfaq_next
{
}

td#td_side_newfaq_next
{
}

/*---- FAQがない場合の表示部分 ----*/
td.td_side_newfaq_none
{
}


/*-----------------------------
お勧めFAQブロック
-----------------------------*/
table#table_side_topfaq
{
	border: 1px #BBBBBB solid;
	margin-top:10px;
	padding-top:10px;
	width:100%;
}

table#table_side_topfaq_title_head
{
	border: 1px #BBBBBB solid;
	margin:3px;
	padding:3px;
	width:98%;
}

tr#tr_side_topfaq_title
{
}

tr#tr_side_topfaq_title_head
{
}

td#td_side_topfaq_title
{
}

td#td_side_topfaq_title_head
{
	background-color:#3399ff;
	border: 1px #E8E8E8 solid;
	padding:3px;
	margin:3px;
	text-align:center;
}
ul#ul_side_topfaqlist
{
}



/* [追加] 2015/08/12 カスタマイズ (すべての FAQ リンク設置) -> */
td#td_side_topfaq_next
{
/*
	border-top: 1px dotted #aaaaaa;
	padding: 10px;
	text-align: right;
	background:url("../../img/faqlist_arrow.png") no-repeat;
	background-position-x:735px;
	background-position-y:center;
*/
}


/* <- [追加] 2015/08/12 カスタマイズ (すべての FAQ リンク設置) */

/*---- 各 FAQ リンクに対する LI タグの ID ----*/
/*---- 表示する FAQ リンクの数分用意する ----*/
/*---- ここから ----*/

li#li_side_topfaqlist_1
{
}

li#li_side_topfaqlist_2
{
}

li#li_side_topfaqlist_3
{
}

/*---- ここまで ----*/

tr#tr_side_topfaq_next
{
}

td#td_side_topfaq_next
{
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

/*---- FAQがない場合の表示部分 ----*/
td.td_side_topfaq_none,
td.td_side_newfaq_none
{
	padding:10px;
	margin:10px;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

/*-----------------------------
最近みたFAQブロック
-----------------------------*/
table#table_side_recentfaq
{
	border-bottom: 1px solid #d9d9d9;
	width: 100%;	
	/*--marginとpaddingは同じ値を指定してください。--*/
	/*--違う値を指定するとブラウザ間（IE、Firefox）で表示が異なります--*/
/* [変更] 2015/04/07 ヘッダフッタ変更対応 -> */
/*	margin: 7px 0px 0px 0px;*/
/*	padding: 7px 0px 0px 0px;*/
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
/* <- [変更] 2015/04/07 ヘッダフッタ変更対応 */
}
table#table_side_recentfaq>tbody>tr>td
{
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
table#table_side_recentfaq>tr>td
{
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
/* for IE6 */
* html table#table_side_recentfaq
{
	border: 1px solid #d9d9d9;
}

tr#tr_side_recentfaq_title
{
}

td#td_side_recentfaq_title
{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 25px;
	border-left: 1px #d9d9d9 solid !important;
	border-right: 1px #d9d9d9 solid !important;
	background: url("../../img/background.gif")  no-repeat transparent;
	height: 35px;
	color: #333333;
	font-size: 16px;
	cursor: default;
}

ul#ul_side_recentfaqlist
{
}

/*---- 各 FAQ リンクに対する LI タグの ID ----*/
/*---- 表示する FAQ リンクの数分用意する ----*/
/*---- ここから ----*/

li#li_side_recentfaqlist_1
{
}

li#li_side_recentfaqlist_2
{
}

li#li_side_recentfaqlist_3
{
}

/*---- ここまで ----*/

div#div_side_recentfaq_faqnone
{
	text-align:center;
}

/*---- FAQがない場合の表示部分 ----*/
td.td_side_recentfaq_none
{
	padding:10px;
	margin:10px;
	border-left: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
}

/*-----------------------------
お問い合わせリンクブロック
-----------------------------*/

/*-----------------------------
自由項目ブロック
-----------------------------*/

/* [追加] 2017/12/05 カスタマイズ -> */
div#div_freeblock54
{
	padding:10px 70px 20px 270px;
}

div.div_frameitem_title
{
	margin: 10px 0px 0px 0px;
	padding: 8px 0px 0px 25px;
	color: #333333F;
	font-size: 16px;
	cursor: default;
}

div.div_frameitem_contents
{
	clear: both;
}

div#freeblock54_contents_chat
{
	margin: 0px 15px 0px 0px;
	border: 1px solid #5a4498;
	max-width: 380px;
	width: 100%;
	height: 40px;
	background: transparent;
	float:left;
}
div#freeblock54_contents_mail
{
	margin:0px 0px 0px 15px;
	border: 1px solid #5a4498;
	max-width: 380px;
	width: 100%;
	height: 40px;
	background: transparent;
	float:left;
}

div#freeblock54_contents_chat a
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	font-size: 18px;
	color: #4f81bd;
	text-align: center;
	line-height: 40px;
	text-decoration:none;
}
div#freeblock54_contents_mail a
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	font-size: 18px;
	color: #4f81bd;
	text-align: center;
	line-height: 40px;
	text-decoration:none;
}
/* <-[追加] 2017/12/05 カスタマイズ -> */

/*-----------------------------
 free_block_51
-----------------------------*/
table#table_free_block_51
{
	border: 1px #BBBBBB solid;
	margin-top:10px;
	padding-top:10px;
	width:100%;	
}

table#table_free_block_51_title_head
{
	border: 1px #BBBBBB solid;
	margin:3px;
	padding:3px;
	width:98%;
}

tr#tr_free_block_51_title
{
}

tr#tr_free_block_51_title_head
{
}

td#td_free_block_51_title
{
	padding:10px;
	margin:10px;
	text-align:center;
}

td#td_free_block_51_title_head
{
	background-color:#3399FF;
	border: 1px #BBBBBB solid;
	padding:3px;
	margin:3px;
	text-align:center;
}


img.img_free_block_51_telicon
{
	width: 30px;
	height: 30px;
	background-color: #FFFFFF;
	border-radius: 50%;
	-moz-border-image: border-radius: 50%;
	-webkit-border-image: border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right:5px;
}



/*-----------------------------
 free_block_52
-----------------------------*/
table#table_free_block_52
{
	border: 1px #BBBBBB solid;
	margin-top:10px;
	padding-top:10px;
	width:100%;	
}

table#table_free_block_52_title_head
{
	border: 1px #BBBBBB solid;
	margin:3px;
	padding:3px;
	width:98%;
}

tr#tr_free_block_52_title
{
}

tr#tr_free_block_52_title_head
{
}

td#td_free_block_52_title
{
	padding:10px;
	margin:10px;
	text-align:center;
}

td#td_free_block_52_title_head
{
	background-color:#3399FF;
	border: 1px #BBBBBB solid;
	padding:3px;
	margin:3px;
	text-align:center;
}

img.img_free_block_52_mailicon
{
	vertical-align: middle;
	margin-right:5px;
}

/*-----------------------------
 free_block_55(ページ上部メニュー)
-----------------------------*/

/* ページ上部メニュー */

div#div_free_block_55_searchbox
{
	background-color:#FFF8E3;
}

div#div_free_block_55_multilingual
{
	float:left;
	text-align: left;
}

img.free_block_55_btn_multilingual
{
	width: 60%;
}

div#div_free_block_55_searchpanel
{
	clear: both;
	text-align: left;
	padding: 5px;
}

div#div_free_block_55_boxtitle
{
	float:left;
}

div#div_free_block_55_basicsearch
{
	width: 100%;
	clear: both;
	text-align: left;
}

div#div_free_block_55_basicsearch:after
{
	clear: both;
}

div#div_free_block_55_searchoptionbutton
{
	float: left;
	margin: 5px;
}

div#div_free_block_55_searchoptionbutton:after
{
	clear: both;
}

div#div_free_block_55_searchoption
{
	clear: both;
	text-align: left;
}

div#div_free_block_55_querytype
{
	height: 100px;
}

div#div_free_block_55_searchkeyword
{
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	background-color: #ffffff;
}

div#div_free_block_55_searchquery
{
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	background-color: #ffffff;
}

div#div_free_block_55_searchkeyword_check
{	
	float: left;
}

div_free_block_55_searchmode
{
	width: 200px;
	float: left;
}

div#div_free_block_55_searchquery
{
	background-color: #ffffff;
	display: flex;
	justify-contact: center;
	align-items: center;
	top: 25px;
	float: left;
	cursor: default;
}

div#div_free_block_55_mmi_pre
{
	float: left;
}

div#div_free_block_55_mmi_bhi
{
	float: left;
}

input.input_free_block_55_radio
{
	vertical-align: middle;
	margin: 2px;
	float: left;
	z-index : 1;
}

table#table_free_block_55_searchdetailcond
{
	position: relative;
	width: 310px;
	left: 20px;
	background-color: #ffffff;
	border: 1px solid #000000;
}

table#table_free_block_55_searchdetailcond td
{
	border: 1px solid #000000;
	padding: 5px;
}

div#div_free_block_55_searchdetailcond
{
}

div.div_free_block_55_searchdetailcond_label
{
	width: 100px;
	text-align: center;
}

div.div_free_block_55_searchdetailcond_value
{
	width: 250px;
}

div#div_free_block_55_classification_line
{
	margin-top: 5px;
	margin-left: 10px;
	float: left;
}

select.select_free_block_55_classification
{
	width: 200px;
	margin: 5px;
}

table#table_free_block_55_searchdetailcond
{
}

input#inp_side_searchbox_keyword
{
	width: 370px;
}

input#btn_side_searchbox_submit
{
	margin-left:15px;
	padding-right:0px;
	background-color: #00ACEF;
	color: #fff;
	border-style: none;
	cursor: pointer;
}

.img_side_searchbox_submit
{
	background-image: url("../../img/search.png");
	background-size: 70px;
	width: 70px;
	height: 70px;
	background-position: center;
	background-repeat: no-repeat;
}


input#btn_side_searchbox_reset
{
	margin-left:15px;
	padding-right:5px;
	background-color: #9B9794;
	color: #fff;
	border-style: none;
	cursor: pointer;
}

a#searchcond_link
{
	clear: both;
	color: #00ACEF;
}

p#soudan_link{
	margin-bottom:5px;
	}

p#phone_number
{
	margin-top:0px;
}

div#div_free_block_55_life_scene
{
	background-color: #f0f1e9;
	padding: 10px;
}

div#div_free_block_55_life_scene_title
{
	background-color: #ffffff;
	width: 300px;
	height: 40px;
	border: 2px solid #57714A;;
	display: flex;
	justify-content: center;
 	align-items: center;
}

div#div_free_block_55_life_scene_title_text
{
	font-size: 20px;
	color: #57714A;
}

div.div_free_block_55_life_scene_item_oddline,
div.div_free_block_55_life_scene_item_evenline,
div.div_free_block_55_life_scene_item_evenline_end
{
	float: left;
}

/* <- [追加] 2019/04/23 レスポンシブ対応：SPからコピー */
/* <- [追加] 2017/12/05 カスタマイズ */

/*-----------------------------
 画面サイズに応じた設定
-----------------------------*/
@media screen and (min-width:751px)
{
	html
	{
		width: 100%;
	}

	body
	{
		width: calc(100% - 100px);
		max-width: 1180px;
		min-width: 781px;
	}
	
	td#td_contents_center
	{
		width: 60%;
	}
	
	td#td_contents_right
	{
	}
	
	div#div_free_block_55_searchkeyword
	{
		height: 30px;
		width: auto;
		padding: 5px;
	}
	
	div#div_free_block_55_searchquery
	{
		clear: both;
		height: 30px;
		width: auto;
		padding: 5px;
	}
	
	div#div_free_block_55_searchkeyword_check
	{	
		width: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	div#div_free_block_55_searchkeyword_check > label
	{
		float: left;
		margin-right: 5px;
	}
	
	div#div_free_block_55_searchmode
	{
		float: left;
	}

	div#div_free_block_55_searchbox
	{
		margin-top: 20px;
		margin-bottom: 20px;
	}

	div#div_free_block_55_searchpanel
	{
		width: 650px;
	}

	td#td_contents_right
	{
		width: 350px;
	}

	div#wrap-header-ns-faq
	{
		width: calc(100% - 100px);
	}

	div#wrap-contents
	{
		width: 100%;
		min-width:751px;
	}

	div.res-wrap-contents > table
	{
		width: calc(100% - 100px);
	}

	table#table_side_searchbox
	{
		margin-top:20px;
		padding-top:20px;
		width:100%;
		min-width:0px;
	}

	input#inp_free_block_55_keyword
	{
		width: 65%; 
	}

	div#div_free_block_55_searchoptionbutton
	{
		width: 130px;
		left: 428px;
	}

	div#div_free_block_55_searchoption
	{
		width: 570px;
	}

	input#btn_side_searchbox_submit
	{
		width: 90px;
		height: 25px;
		border-radius: 3px;
	}

	input#btn_side_searchbox_reset
	{
		border-radius: 3px;
		width: 90px;
		height: 25px;
	}

	div#div_free_block_55_life_scene
	{
		width: calc(100% - 100px);
		min-width: 731px;
	}

	div#div_free_block_55_life_scene_item
	{
		width: 710px;
	}

	#div_side_searchoption_keyword
	{
		background-color:#FFFFFF;
		margin:2px;
		margin-bottom:20px;
		width:400px;
		text-align:right;
		margin-right:205px;
	}

	#div_side_searchoption_query
	{
		background-color:#FFFFFF;
		margin:2px;
		width:300px;
		text-align:right;
		margin-right:305px;
	}

	div#div_side_searchbox_option
	{
		background-color:#FFEFE1;
		text-align:right;
		padding-right: 190px;
		padding-bottom: 15px;
	}

	#table_side_searchoption
	{
		position:relative;
		margin-bottom:10px;
		right:80px;
	}

	div#res-pagetop-box-top
	{
		display: none;
	}
	div#res-pagetop-box-middle
	{
		display: none;
	}

	.div_life_scene
	{
		width:calc(100% - 150px);
		min-width:751px;
	}

	.div_life_scene_sp
	{
		display: none;
	}

	table#table_sidemenu4
	{
		display: none;
	}

	div#div_side_searchbox_title
	{
		text-align: center;
		width: 40%;
	}
	#footerTop
	{
		margin: 0px;
		padding: 0px;
	}
	
	div#footerTop > table
	{
		float: left;
		left: 35px;
		position: relative;
	}
	
	div#footerTop td
	{
		height: 25px;
	}
	
	div#footerTop a
	{
		margin-right: 40px;
		margin-bottom: 5px;
	}

	#footerBottom
	{
		margin: 0px;
		padding: 0px;
		border-top: 1px solid #999999;
		margin-top: 10px;
	}
	
	#footerBottom td
	{
		padding-top: 5px;
	}
	
	#div_footerBottom_company_info
	{
		float: right;
	}
	
	#div_footerBottom_copyright
	{
		float: left;
		margin-right: 10px;
	}
	
	#div_footerBottom_company_number
	{
		margin-right: 10px;
	}
	
	#div_footerBottom_contact_info
	{
		float: right;
	}
	
	#div_footerBottom_address
	{
		float: left;
		margin-right: 10px;
	}
	
	#div_footerBottom_sipport_time
	{
		float: left;
		margin-right: 10px;
	}
	
	#div_footerBottom_telno
	{
		float: left;
	}
	
	.div_frameitem_contents
	{
		width: 96%;
	}
	
	#div_free_block_55_moving_info
	{
		display: inline-block;
		text-align: center;
		font-size: 16px;
		margin: 10px 10px 0px 10px;
	}
	
	#div_free_block_55_moving_info > div
	{
		float: left;
	}

	#div_free_block_55_moving_attention
	{
		display: inline-block;
		text-align: center;
		font-size: 16px;
		margin: 0px 10px 0px 10px;
	}

	#div_free_block_55_moving_attention > div
	{
		display: inline-block;
		text-align: center;
		font-size: 16px;
	}
}

/*@media screen and (min-width: 0px) and (max-width: 750px)*/
@media screen and (min-width: 361px) and (max-width: 750px)
{
	html, body
	{
		width: 100vw;
	}

/* [追加] 2016/08/19 キーワード検索部分 -> */
	table#table_maincontents,
	table#td_contents_center
	{
		width: 98vw;
	}

	div#footerTop a
	{
		font-size: 14px;
	}
		
	div#div_free_block_55_searchbox
	{
		margin: 0px;
	}

	div#div_free_block_55_searchbox
	{
		width: 100%;
	}
	
	div#wrap-header-ns-faq
	{
		text-align: left;
		left: 0px;
	}
	
	body
	{
		min-width: 0px;
	}

	div#div_free_block_55_searchpanel
	{
		width: 0px;
	}
	
	div#div_free_block_55_boxtitle
	{
		left: 22px;
	}
	
	div#div_free_block_55_searchoptionbutton
	{
		left: 25px;
	}
	
	input#inp_free_block_55_keyword
	{
		width: 90%;
		margin: 5px; 
	}
	
	div#div_free_block_55_basicsearch
	{
		text-align: center;
	}
	
	input#btn_side_searchbox_submit
	{
		width: 120px;
		height: 40px;
		margin: 10px;
		margin-right: 70px;
		font-size: 16px;
	}
	
	input#btn_side_searchbox_reset
	{
		width: 120px;
		height: 40px;
		margin: 10px;
		font-size: 16px;
	}

	div#div_free_block_55_searchoption
	{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
	}

	div#div_free_block_55_life_scene
	{
		width: 100vw;
	}
	
	td#td_contents_right
	{
		width: 100vw;
	}
	
	div#div_free_block_55_life_scene_item
	{
		display: inline-block;
		margin: auto;
	}
	
	div.div_free_block_55_life_scene_item_line
	{
		width: 100vw;
	}
	
	div.div_free_block_55_life_scene_item_outer
	{
		float: left;
		width: 70px;
		font-size: 14px;
	}
	
	div.div_free_block_55_life_scene_item_oddline
	{
		float: left;
	}
	
	div.div_free_block_55_life_scene_item_evenline
	{
		clear: both;
		float: left;
	}
	
	div.div_free_block_55_life_scene_item_evenline_end
	{
		clear: both;
		float: left;
		display: flex;
		justify-content: center;
		width: 100%;
	}
	
	div.div_free_block_55_life_scene_item_oddline,
	div.div_free_block_55_life_scene_item_evenline
	{
		display: flex;
		justify-content: center;
	}
	
	#div_side_searchoption_keyword
	{
		background-color:#FFFFFF;
		margin:2px;
		margin-bottom:20px;
		width:400px;
		text-align:right;
		margin-right:0px;
	}
	
	#div_side_searchoption_query
	{
		background-color:#FFFFFF;
		margin:2px;
		width:20vwpx;
		text-align:right;
		margin-right:0px;
	}
	
	div#div_side_searchbox_option
	{
		background-color:#FFEFE1;
		text-align:right;
		padding-right: 0px;
		padding-bottom: 15px;
	}
	
	#table_side_searchoption
	{
		position:relative;
		margin-bottom:10px;
		right:0px;
	}

	div#div_side_searchbox_contents
	{
		background-color:#FFEFE1;
		padding:8px 5px 8px 5px;
/*
		border: 1px solid #d9d9d9;
		background: #f2f2f2;
		padding:8px 5px 8px 5px;
*/
	}

	select#select_side_searchbox_detailid
	{
		margin: 5px auto;
		border: 2px solid #d9d9d9;
		width: 100%;
		background: #fff;
	}
	input#inp_side_searchbox_keyword
	{
	}
	input#input_side_searchbox_submit
	{
		margin: 5px auto auto auto;
		width: 25%;
	}
	
	input#btn_side_searchbox_submit
	{
		margin-right:5px;
		padding-right:5px;
	}
	
	input#btn_side_searchbox_reset
	{
		margin-right:5px;
		padding-right:5px;
	}
	
	div#div_side_searchbox_option
	{
		background-color:#FFEFE1;
		padding-bottom:15px;
		text-align:center;
		width:90%;
	}
	
	div#div_free_block_55_mmi_bhi
	{
		float: left;
	}
	
	div#div_free_block_55_mmi_bhi
	{
		float: left;
		clear: both;
		left: 12px;
	}
	
	input.input_free_block_55_radio
	{
		float: left;
	}
	
/* <-[追加] 2016/08/19 キーワード検索部分 */

	td#td_maincontents
	{
	}

	.div_life_scene
	{
		display: none;
	}

	.div_life_scene_sp
	{
		display: table-cell;
	}

	table#table_sidemenu3
	{
		display: none;
	}

	/*-----------------------------
	カテゴリ一覧ブロック
	-----------------------------*/
	table#table_side_categorylist
	{
	}

	tr#tr_side_categorylist_title
	{
	}

	td#td_side_categorylist_title
	{
	}

	td#td_side_categorylist_title_head
	{
	}

	
/* [追加] 2017/12/05 カスタマイズ -> */
	div#freeblock54_contents_chat
	{
		max-width: 260px;
		width: 100%;
		height: 40px;
		background: transparent;
	}
	div#freeblock54_contents_mail
	{
		max-width: 260px;
		width: 100%;
		height: 40px;
		background: transparent;
	}	
	
/* <-[追加] 2017/12/05 カスタマイズ */
/* [追加] 2019/05/04 カスタマイズ -> */
	.div_search_option {
		width:100vw;
		margin: auto;
	}

	.slKeywortdCondition {
		width: 100vw;
		margin: 5px;
	}

	.slSearchAttribute {
		width: 100vw;
		margin: 5px;
	}
	
	.div_search_keyword_condition {
		background-color: #ffffff;
		width: 100vw;
		height: 30px;
		display: flex;
		align-items: center;
	}

	body {
	}

	.tbSearchOption {
		background-color: #ffffff;
		border: 1px solid #999999;
		border-collapse: collapse;
	}
	
	.tbSearchOption td {
		border: 1px solid #999999;
	}
	
	.div_life_scene_item_sp,
	.div_life_scene_item {
		width: 100vw;
	}
	
	.td_side_categorylist_title_head {
		margin: auto;
	}
	
	div#div_side_searchbox_title
	{
		text-align: center;
		width: 40%;
	}
	
	p.p_life_scene_icon_01,
	p.p_life_scene_icon_02,
	p.p_life_scene_icon_03,
	p.p_life_scene_icon_04,
	p.p_life_scene_icon_05,
	p.p_life_scene_icon_06,
	p.p_life_scene_icon_07,
	p.p_life_scene_icon_08,
	p.p_life_scene_icon_09,
	p.p_life_scene_icon_10,
	p.p_life_scene_icon_11,
	p.p_life_scene_icon_12
	{
		background-size: 50px;
		width: 50px;
		height: 50px;
	}
	
	div.div_free_block_55_searchdetailcond_label
	{
		width: 100%;
	}
	
	div.div_free_block_55_searchdetailcond_value
	{
		width: 50%;
	}
	
	table#table_free_block_55_searchdetailcond
	{
		width: 100%;
		left: 0px;
	}
	
	div#div_free_block_55_searchbox
	{
		width: 100vw;
	}
	
	div#div_free_block_55_searchpanel
	{
		width: 100vw;
	}
	
	div#div_free_block_55_life_scene_title
	{
		width: 260px;
		height: 30px;
	}
	
	div#div_free_block_55_life_scene_title_text
	{
		font-size: 14px;
	}
	
	div#div_free_block_55_life_scene
	{
		min-width: 0px;
	}
	
	div.res-wrap-contents > table
	{
		width: 95%;
	}
	
	div#contents
	{
		width: 100%;
	}
	
	div#wrap-contents
	{
		min-width: 0px;
	}
	
	div#div_free_block_55_life_scene
	{
		padding: 0px;
		padding-top: 5px;
	}
	
	div#div_free_block_55_searchkeyword
	{
		width: auto;
		padding: 5px;
	}
	
	
	div#div_free_block_55_searchquery
	{
		width: auto;
		padding: 5px;
		padding-right: 20px;
		clear: both;
		top: 5px
	}
	
	div#div_free_block_55_querytype
	{
		margin-bottom: 15px;
	}
	
	div.div_td_topatt_type_d_1stnode
	{
		width: 100vw;
	}
	#footerTop
	{
		width: 100vw;
		padding-top: 10px;
		margin: 0px;
	}
	
	#footerTop > table
	{
		width: 100vw;
	}
	
	div#footerBottom >td
	{
		width: 90vw;
		margin: 0px;
		font-size: 10px;
	}
	
	td#td_footerTop_return_ex,
	td#td_footerTop_return_top
	{
		floart: reft;
	}
	
	td#td_footerTop_return_pagetop,
	td#td_footerTop_return_hp
	{
		float: right;
	}
	
	div#div_footerBottom_contact_info
	{
		text-align: center;
	}
	
	div#div_footerBottom_sipport_time,
	div#div_footerBottom_telno
	{
	}
	
	div#div_footerBottom_company_info
	{
		text-align: center;
	}
	
	#footerBottom
	{
		margin: 0px;
		padding: 0px;
		border-top: 1px solid #999999;
		margin-top: 10px;
	}
	
	#footerBottom td
	{
		padding-top: 5px;
	}
	
	div#div_free_block_55_searchkeyword
	{
		display: block;
	}
	
	div#div_free_block_55_searchkeyword_check
	{
		float: left;
	}
	
	div#div_free_block_55_searchmode > select
	{
		float: left;
		clear: both;
		margin-left: 15px;
	}
	
	#div_free_block_55_moving_info
	{
		display: inline-block;
		text-align: center;
		font-size: 10px;
		margin: 5px 5px 0px 5px;
		color: #696969;
	}

	#div_free_block_55_moving_attention
	{
		text-align: center;
		font-size: 10px;
		margin: 0px 5px 5px 5px;
		color: #696969;
	}
}
/* <-[追加] 2019/05/04 カスタマイズ */

@media screen and (min-width: 0px) and (max-width: 360px)
{
	html, body
	{
		width: 100vw;
	}
	
	.div_free_block_55_life_scene_item_outer
	{
		float: left;
		width: 60px;
		margin: 3px;
	}
	
/* [追加] 2016/08/19 キーワード検索部分 -> */
	table#table_maincontents,
	table#td_contents_center
	{
		width: 98vw;
	}

	div#footerTop a
	{
		font-size: 14px;
	}
		
	div#div_free_block_55_searchbox
	{
		margin: 0px;
	}

	div#div_free_block_55_searchbox
	{
		width: 100%;
	}
	
	div#wrap-header-ns-faq
	{
		text-align: left;
		left: 0px;
	}
	
	body
	{
		min-width: 0px;
	}

	div#div_free_block_55_searchpanel
	{
		width: 0px;
	}
	
	div#div_free_block_55_boxtitle
	{
		left: 22px;
	}
	
	div#div_free_block_55_searchoptionbutton
	{
		left: 25px;
	}
	
	input#inp_free_block_55_keyword
	{
		width: 90%;
		margin: 5px; 
	}
	
	div#div_free_block_55_basicsearch
	{
		text-align: center;
	}
	
	input#btn_side_searchbox_submit
	{
		width: 120px;
		height: 40px;
		margin: 10px;
		margin-right: 70px;
		font-size: 16px;
	}
	
	input#btn_side_searchbox_reset
	{
		width: 120px;
		height: 40px;
		margin: 10px;
		font-size: 16px;
	}

	div#div_free_block_55_searchoption
	{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
	}

	div#div_free_block_55_life_scene
	{
		width: 100vw;
	}
	
	td#td_contents_right
	{
		width: 100vw;
	}
	
	div#div_free_block_55_life_scene_item
	{
		display: inline-block;
		margin: auto;
	}
	
	div.div_free_block_55_life_scene_item_line
	{
		width: 100vw;
	}
	
	div.div_free_block_55_life_scene_item_outer
	{
		float: left;
		width: 70px;
		font-size: 14px;
	}
	
	div.div_free_block_55_life_scene_item_oddline
	{
		float: left;
	}
	
	div.div_free_block_55_life_scene_item_evenline
	{
		clear: both;
		float: left;
	}
	
	div.div_free_block_55_life_scene_item_evenline_end
	{
		clear: both;
		float: left;
		display: flex;
		justify-content: center;
		width: 100%;
	}
	
	div.div_free_block_55_life_scene_item_oddline,
	div.div_free_block_55_life_scene_item_evenline
	{
		display: flex;
		justify-content: center;
	}
	
	#div_side_searchoption_keyword
	{
		background-color:#FFFFFF;
		margin:2px;
		margin-bottom:20px;
		width:400px;
		text-align:right;
		margin-right:0px;
	}
	
	#div_side_searchoption_query
	{
		background-color:#FFFFFF;
		margin:2px;
		width:20vwpx;
		text-align:right;
		margin-right:0px;
	}
	
	div#div_side_searchbox_option
	{
		background-color:#FFEFE1;
		text-align:right;
		padding-right: 0px;
		padding-bottom: 15px;
	}
	
	#table_side_searchoption
	{
		position:relative;
		margin-bottom:10px;
		right:0px;
	}

	div#div_side_searchbox_contents
	{
		background-color:#FFEFE1;
		padding:8px 5px 8px 5px;
/*
		border: 1px solid #d9d9d9;
		background: #f2f2f2;
		padding:8px 5px 8px 5px;
*/
	}

	select#select_side_searchbox_detailid
	{
		margin: 5px auto;
		border: 2px solid #d9d9d9;
		width: 100%;
		background: #fff;
	}
	input#inp_side_searchbox_keyword
	{
	}
	input#input_side_searchbox_submit
	{
		margin: 5px auto auto auto;
		width: 25%;
	}
	
	input#btn_side_searchbox_submit
	{
		margin-right:5px;
		padding-right:5px;
	}
	
	input#btn_side_searchbox_reset
	{
		margin-right:5px;
		padding-right:5px;
	}
	
	div#div_side_searchbox_option
	{
		background-color:#FFEFE1;
		padding-bottom:15px;
		text-align:center;
		width:90%;
	}
	
	div#div_free_block_55_mmi_bhi
	{
		float: left;
	}
	
	div#div_free_block_55_mmi_bhi
	{
		float: left;
		clear: both;
		left: 12px;
	}
	
	input.input_free_block_55_radio
	{
		float: left;
	}
	
/* <-[追加] 2016/08/19 キーワード検索部分 */

	td#td_maincontents
	{
	}

	.div_life_scene
	{
		display: none;
	}

	.div_life_scene_sp
	{
		display: table-cell;
	}

	table#table_sidemenu3
	{
		display: none;
	}

	/*-----------------------------
	カテゴリ一覧ブロック
	-----------------------------*/
	table#table_side_categorylist
	{
	}

	tr#tr_side_categorylist_title
	{
	}

	td#td_side_categorylist_title
	{
	}

	td#td_side_categorylist_title_head
	{
	}

	
/* [追加] 2017/12/05 カスタマイズ -> */
	div#freeblock54_contents_chat
	{
		max-width: 260px;
		width: 100%;
		height: 40px;
		background: transparent;
	}
	div#freeblock54_contents_mail
	{
		max-width: 260px;
		width: 100%;
		height: 40px;
		background: transparent;
	}	
	
/* <-[追加] 2017/12/05 カスタマイズ */
/* [追加] 2019/05/04 カスタマイズ -> */
	.div_search_option {
		width:100vw;
		margin: auto;
	}

	.slKeywortdCondition {
		width: 100vw;
		margin: 5px;
	}

	.slSearchAttribute {
		width: 100vw;
		margin: 5px;
	}
	
	.div_search_keyword_condition {
		background-color: #ffffff;
		width: 100vw;
		height: 30px;
		display: flex;
		align-items: center;
	}

	body {
	}

	.tbSearchOption {
		background-color: #ffffff;
		border: 1px solid #999999;
		border-collapse: collapse;
	}
	
	.tbSearchOption td {
		border: 1px solid #999999;
	}
	
	.div_life_scene_item_sp,
	.div_life_scene_item {
		width: 100vw;
	}
	
	.td_side_categorylist_title_head {
		margin: auto;
	}
	
	div#div_side_searchbox_title
	{
		text-align: center;
		width: 40%;
	}
	
	p.p_life_scene_icon_01,
	p.p_life_scene_icon_02,
	p.p_life_scene_icon_03,
	p.p_life_scene_icon_04,
	p.p_life_scene_icon_05,
	p.p_life_scene_icon_06,
	p.p_life_scene_icon_07,
	p.p_life_scene_icon_08,
	p.p_life_scene_icon_09,
	p.p_life_scene_icon_10,
	p.p_life_scene_icon_11,
	p.p_life_scene_icon_12
	{
		background-size: 50px;
		width: 50px;
		height: 50px;
	}
	
	div.div_free_block_55_searchdetailcond_label
	{
		width: 100%;
	}
	
	div.div_free_block_55_searchdetailcond_value
	{
		width: 50%;
	}
	
	table#table_free_block_55_searchdetailcond
	{
		width: 100%;
		left: 0px;
	}
	
	div#div_free_block_55_searchbox
	{
		width: 100vw;
	}
	
	div#div_free_block_55_searchpanel
	{
		width: 100vw;
	}
	
	div#div_free_block_55_life_scene_title
	{
		width: 260px;
		height: 30px;
	}
	
	div#div_free_block_55_life_scene_title_text
	{
		font-size: 14px;
	}
	
	div#div_free_block_55_life_scene
	{
		min-width: 0px;
	}
	
	div.res-wrap-contents > table
	{
		width: 95%;
	}
	
	div#contents
	{
		width: 100%;
	}
	
	div#wrap-contents
	{
		min-width: 0px;
	}
	
	div#div_free_block_55_life_scene
	{
		padding: 0px;
		padding-top: 5px;
	}
	
	div#div_free_block_55_searchkeyword
	{
		width: auto;
		padding: 5px;
	}
	
	
	div#div_free_block_55_searchquery
	{
		width: auto;
		padding: 5px;
		padding-right: 20px;
		clear: both;
		top: 5px
	}
	
	div#div_free_block_55_querytype
	{
		margin-bottom: 15px;
	}
	
	div.div_td_topatt_type_d_1stnode
	{
		width: 100vw;
	}
	#footerTop
	{
		width: 100vw;
		padding-top: 10px;
		margin: 0px;
	}
	
	#footerTop > table
	{
		width: 100vw;
	}
	
	div#footerBottom >td
	{
		width: 90vw;
		margin: 0px;
		font-size: 10px;
	}
	
	td#td_footerTop_return_ex,
	td#td_footerTop_return_top
	{
		floart: reft;
	}
	
	td#td_footerTop_return_pagetop,
	td#td_footerTop_return_hp
	{
		float: right;
	}
	
	div#div_footerBottom_contact_info
	{
		text-align: center;
	}
	
	div#div_footerBottom_sipport_time,
	div#div_footerBottom_telno
	{
	}
	
	div#div_footerBottom_company_info
	{
		text-align: center;
	}
	
	#footerBottom
	{
		margin: 0px;
		padding: 0px;
		border-top: 1px solid #999999;
		margin-top: 10px;
	}
	
	#footerBottom td
	{
		padding-top: 5px;
	}
	
	div#div_free_block_55_searchkeyword
	{
		display: block;
	}
	
	div#div_free_block_55_searchkeyword_check
	{
		float: left;
	}
	
	div#div_free_block_55_searchmode > select
	{
		float: left;
		clear: both;
		margin-left: 15px;
	}
	
	#div_free_block_55_moving_info
	{
		display: inline-block;
		text-align: center;
		font-size: 10px;
		margin: 5px 5px 0px 5px;
		color: #696969;
	}
	
	#div_free_block_55_moving_attention
	{
		text-align: center;
		font-size: 10px;
		margin: 0px 5px 5px 5px;
		color: #696969;
	}
	
}

/* [追加] 2019/05/22 カスタマイズ -> */
/*-----------------------------
 印刷プレビュー対応
-----------------------------*/
@media print
{
	html
	{
		width: 100%;
	}

	body
	{
		width: calc(100% - 100px);
		max-width: 1180px;
		min-width: 781px;
	}
	
	td#td_contents_center
	{
		width: 60%;
	}
	
	td#td_contents_right
	{
	}
	
	div#div_free_block_55_searchkeyword
	{
		height: 30px;
		width: auto;
		padding: 5px;
	}
	
	div#div_free_block_55_searchquery
	{
		clear: both;
		height: 30px;
		width: auto;
		padding: 5px;
	}
	
	div#div_free_block_55_searchkeyword_check
	{	
		width: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	div#div_free_block_55_searchkeyword_check > label
	{
		float: left;
		margin-right: 5px;
	}
	
	div#div_free_block_55_searchmode
	{
		float: left;
	}

	div#div_free_block_55_searchbox
	{
		margin-top: 20px;
		margin-bottom: 20px;
	}

	div#div_free_block_55_searchpanel
	{
		width: 650px;
	}

	td#td_contents_right
	{
		width: 350px;
	}

	div#wrap-header-ns-faq
	{
		width: calc(100% - 100px);
	}

	div#wrap-contents
	{
		width: 100%;
		min-width:751px;
	}

	div.res-wrap-contents > table
	{
		width: calc(100% - 100px);
	}

	table#table_side_searchbox
	{
		margin-top:20px;
		padding-top:20px;
		width:100%;
		min-width:0px;
	}

	input#inp_free_block_55_keyword
	{
		width: 65%; 
	}

	div#div_free_block_55_searchoptionbutton
	{
		width: 130px;
		left: 428px;
	}

	div#div_free_block_55_searchoption
	{
		width: 570px;
	}

	input#btn_side_searchbox_submit
	{
		width: 90px;
		height: 25px;
		border-radius: 3px;
	}

	input#btn_side_searchbox_reset
	{
		border-radius: 3px;
		width: 90px;
		height: 25px;
	}

	div#div_free_block_55_life_scene
	{
		width: calc(100% - 100px);
		min-width: 731px;
	}

	div#div_free_block_55_life_scene_item
	{
		width: 710px;
	}

	#div_side_searchoption_keyword
	{
		background-color:#FFFFFF;
		margin:2px;
		margin-bottom:20px;
		width:400px;
		text-align:right;
		margin-right:205px;
	}

	#div_side_searchoption_query
	{
		background-color:#FFFFFF;
		margin:2px;
		width:300px;
		text-align:right;
		margin-right:305px;
	}

	div#div_side_searchbox_option
	{
		background-color:#FFEFE1;
		text-align:right;
		padding-right: 190px;
		padding-bottom: 15px;
	}

	#table_side_searchoption
	{
		position:relative;
		margin-bottom:10px;
		right:80px;
	}

	div#res-pagetop-box-top
	{
		display: none;
	}
	div#res-pagetop-box-middle
	{
		display: none;
	}

	.div_life_scene
	{
		width:calc(100% - 150px);
		min-width:751px;
	}

	.div_life_scene_sp
	{
		display: none;
	}

	table#table_sidemenu4
	{
		display: none;
	}

	div#div_side_searchbox_title
	{
		text-align: center;
		width: 40%;
	}
	#footerTop
	{
		margin: 0px;
		padding: 0px;
	}
	
	div#footerTop > table
	{
		float: left;
		left: 35px;
		position: relative;
	}
	
	div#footerTop td
	{
		height: 25px;
	}
	
	div#footerTop a
	{
		margin-right: 30px;
		margin-bottom: 5px;
	}

	#footerBottom
	{
		margin: 0px;
		padding: 0px;
		border-top: 1px solid #999999;
		margin-top: 10px;
	}
	
	#footerBottom td
	{
		padding-top: 5px;
	}
	
	#div_footerBottom_company_info
	{
		float: right;
	}
	
	#div_footerBottom_copyright
	{
		float: left;
		margin-right: 10px;
	}
	
	#div_footerBottom_company_number
	{
		float: left;
	}
	
	#div_footerBottom_contact_info
	{
		float: right;
	}
	
	#div_footerBottom_address
	{
		float: left;
		margin-right: 10px;
	}
	
	#div_footerBottom_sipport_time
	{
		float: left;
		margin-right: 10px;
	}
	
	#div_footerBottom_telno
	{
		float: left;
	}
	
	.div_frameitem_contents
	{
		width: 96%;
	}
	
	#div_free_block_55_moving_info
	{
		display: inline-block;
		text-align: center;
	}
	
	#div_free_block_55_moving_info > div
	{
		float: left;
	}

	#div_free_block_55_moving_attention
	{
		display: inline-block;
		text-align: center;
	}
	
	#div_free_block_55_moving_attention > div
	{
		float: left;
	}
}
/* <-[追加] 2019/05/22 カスタマイズ */


