@charset "UTF-8";
/* CSS Document */



.search_detail a,
.search_detail a:visited,
.search_ichiran_area a,
.search_ichiran_area a:visited
{
	text-decoration:underline;
	color: #000;
}
.search_detail a:hover,
.search_ichiran_area a:hover
{
	color: #273E97;
	text-decoration: none;
}

/*　検索　*/
.search_bgcolor{
	background-color: #e9ecf5;
}
.search_h1{
	font-weight: 700;	
	font-size: 24px;
}
.search_wrap{
	width:90%;
	margin: -1px auto 0;
	padding: 5px 0 15px;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ced2e2;
	border-bottom: 1px solid #ced2e2;
	flex-wrap: wrap;
	
	min-width: 800px;
	max-width: 900px;
}
@media screen and (max-width: 767px) {
	.search_h1{
		font-size: 18px;
	}
	.search_wrap{
		width:90%;
		min-width: inherit;
	}
}

.search_title{
	width: 20%;
	font-size: 16px;
	font-weight: 700;
	display: flex;
	align-items: center;
	color: #273E97;
	margin-top: 5px;
}
.search_menu{
	width: 80%;
}
.search_alert{
	width: 100%;
	margin-top: 20px;
	text-align: center;
	color: #d00;
	display: none;
	font-size: 14px;
}
.searchSelectItem{
	display: inline-block;
	width: 150px;
	padding: 8px 0px 8px;
	line-height: 100%;
	font-size: 16px;
	border-radius: 20px;
	margin: 10px 0 0;
	text-align: center;
	background-color: #fff;
	color:#273E97;
	box-sizing: content-box;
}
.searchSelectItem--none{
	background: none;
}
.searchSelectItem--none.sp{
	display: none;
}
@media screen and (max-width: 767px) {
	.search_title{
		width: 100%;
	}
	.search_menu{
		width: 100%;
	}
}

.search_menu_sep3{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.search_menu_sep3 .searchSelectItem{
	width: 32%;
}
.search_menu_sep5{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.search_menu_sep5 .searchSelectItem{
	width: 19%;
}
@media screen and (max-width: 767px) {
	.search_menu_sep5 .searchSelectItem{
		width: 32%;
	}
}
.js-search-select_item_on{
	background-color: #0999ba;
	color: #fff;
}

.searchBox_item .wrap{
	padding: 60px 0 20px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 767px) {
	.searchBox_item .wrap{
		padding: 30px 20px 10px;
	}
}
.keyword_area{
	background-color: #6878b6;
	background-color: #273E97;
	/*2025追加*/
	display: flex;
    justify-content: center;
}
.keyword_area .wrap{
	display: flex;
	padding: 20px 0;
	max-width: 900px;
}
.keyword_area p{
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	 padding: 7px 0 0 0;
}
.search_btn{
	background: #273E97;
	font-size: 16px;
	color:#fff !important;
	text-decoration: none !important;
	width: 140px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 38px;
	border-radius: 20px;
	
}
.keyword_area .search_btn{
	background: #fff;
    font-size: 16px;
    color: #273e97 !important;
    text-decoration: none !important;
    width: 140px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 38px;
    border-radius: 20px;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
	.keyword_area p{
		font-size: 18px;
		padding-bottom: 10px;
	}
	.keyword_area .wrap{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.search_btn{
		width: 25% !important;
	}
}
.search_btn_white{
	background: #fff;
	font-size: 16px;
	color:#273E97;
	width: 140px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 38px;
	border-radius: 20px;
	border: 1px solid #273E97;
}
.search_btn_blue{
	background: #fff;
	font-size: 16px;
	font-weight: 700;
	color:#273E97;
	width: 240px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 36px;
	border-radius: 25px;
	margin-top: 5px;
	border: 2px solid #273E97;
}
.search_select_btn_area_left{
	width: 80%;
	display: flex;
	justify-content:center;
	flex-wrap: nowrap;
	padding-top: 25px;
}
.search_select_btn_area_left a{
	margin-left: 10px;
	margin-right: 10px;
}
.search_select_btn_area_right{
	font-size: 15px;
	text-align: center;
	color: #333333;
}
#keyword_text{
	width: 508px;
	height: 40px;
	font-size: 16px;
	margin-left: 30px;
	margin-right: 30px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	#keyword_text{
		width: 70%;
		margin-left: 0;
		margin-right: 2%;
	}
	.search_select_btn_area_left{
		width: 100%;
	}
	.search_select_btn_area_right{
		width: 100%;
		text-align: center;
		padding-top: 15px;
	}
	.search_btn_blue{
		margin:  5px auto 0;
	}
}
.search_select_btn_area{
	display: flex;
	
	width:90%;
	margin: -1px auto 0;
	padding: 10px 0 20px;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ced2e2;
	
	min-width: 800px;
	max-width: 900px;
	padding-top: 15px;
	padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.search_select_btn_area{
		width:90%;
		min-width: inherit;
		flex-wrap: wrap;
	}
}

.resulta_area{
	background-color: #e9ecf5;
	padding: 30px 0;
}
.search_caution{
	width:90%;
	max-width: 960px;
	margin: 0 auto 0;
	font-size: 16px;
}
.search_caution_huto{
	border: 3px #273E97 solid;
	background-color: #fff;
	padding: 1px 10px 2px;
	margin-left: 10px;
	margin-right: 10px;
}
.search_caution_hoso{
	border: 1px #979797 solid;
	background-color: #fff;
	padding: 3px 11.5px 4px;
	margin-left: 10px;
	margin-right: 10px;
}
@media screen and (max-width: 767px) {
	.search_caution{
		line-height: 220%;
	}
	.search_caution_hoso{
		margin-left: 27px;
	}
}

.resulta_area .wrap{
	display: flex;
	flex-wrap: wrap;
	width:90%;
	max-width: 984px;
	padding: 10px 0 20px;
	justify-content: left;
	margin: 0 auto 0;
	padding: 40px 0;
}
.resulta_area .wrap div{
	width: 308px;
	height: 120px;
	line-height: 100%;
	
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 16px;
	text-align: center;
	box-sizing: border-box;
}
.resulta_area .wrap div a{
	box-sizing: border-box;
	display: flex;
	height: 120px;
	padding: 15px 10px;
	border: 1px #979797 solid;
	cursor: pointer;
	color: #333;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
}
.resulta_area .wrap div a.boldborder{
	padding: 15px 10px;
	border: 4px #273E97 solid;
}
.resulta_area .wrap div img{
	width: 100%;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.resulta_area .wrap{
		width:90%;
		justify-content: space-between;
	}
	.resulta_area .wrap div{
		width: 48.5%;
		margin: 0 0 12px;
		box-sizing: border-box;
		font-size: 12px;
	}
	.resulta_area .wrap div a{
		padding: 15px 5px;
	}
}



/*
検索結果一覧
*/
.search_ichiran_area{
	background: rgba(245, 245, 245, 0.75);
}
.search_ichiran_area .wrap{
	width: 90%;
	max-width: 1200px;
	min-width: 1100px;
	margin: 0 auto;
	padding: 40px 0 120px;
}
@media screen and (max-width: 767px) {
	.search_ichiran_area .wrap{
		width:90%;
	}
}
.search_ichiran_top{
	padding-bottom: 40px;
	text-align: right;
}
a.print_btn{
	background-color: #273E97;
	color: #fff;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 700;
	padding: 8px 30px;
	text-decoration: none;
}
a.print_btn:hover{
	color: #fff;
}


/* === フィルタボタン ============================ */
.tfArea{
  display    : inline-block;
  position   : relative;
	float: right;
}
.tfImg{
  display    : inline-block;
  width      : 16px; /* 10px */
  height     : 16px; /* 10px */
  background : #305496;
	background: #fff;
  margin     : 1px 0px 1px 0px;
  padding    : 3px;
  cursor     : pointer;
	border-radius: 3px;
	vertical-align: bottom;
}
/* === フィルタボタン（カーソルオーバー時）======= */
.tfImg:hover{
  background : #fff;
}
/* === フィルタボタン内の画像色（SVG）============ */
.tfImg path{
  fill       : #fff;
	fill: #273E97;
}
/* === フィルタリスト ============================ */
.tfList{
  display    : inline-block;
  position   : absolute;
  max-width  : 250px;
  min-width  : 140px;
  background : #fff;
  border     : 1px solid #777;
  top        : 15px;
  left       : 0;
  line-height: 1.1;
  font-weight: normal;
	z-index: 100;
	color: #333;
}
/* === フィルタリスト内のform ==================== */
.tfList form{
  max-height : 270px;           /* 縦幅 */
  overflow   : scroll;
  overflow   : overflow-y;
  overflow   : auto;
}
/* === フィルタリスト内のチェックボックス ======== */
.tfMeisai{
  text-align : left;
  padding    : 2px;
}
/* === フィルタリスト内の文字位置合わせ ========== */
.tfMeisai label{
  padding    : 0 10px 0 3px;
}
/* === OK/CANCELボタン =========================== */
.tfBtnArea{
  text-align : center;
  font-size  : 8pt;
  padding    : 3px 5px;
}
.tfBtnArea input{
  display    : inline-block;
  margin     : 0 5px;
}
/* === 含むボタンの入力エリア ==================== */
.tfInStr{
  padding    : 5px 3px;
  border-top : 1px solid #999;
  border-bottom: 1px solid #999;
}
.tfInStr input{
  box-sizing : border-box;
  width      : 100%;
  padding    : 1px 3px;
  font-weight: normal;
  font-size  : 95%;
  border     : 1px solid #ccc;
}
/* === フィルタ非表示 ============================ */
#ichiranTable tr[cmanFilterNone]{
  display    : none;
}
/* === フィルタ非表示行と次行の間を二重線にする == */
/*
#ichiranTable tr[cmanFilterNone] + tr td{
  border-top : 3px double #777;
}
*/
 /* --- （参考）テーブル全体のスタイル指定 ------- */
#ichiranTable {
  width          : 100%;
  border-collapse: collapse;         /* 境界線結合 */
  border-spacing : 0;                /* 罫線間余白 */
  font-size      : 9pt;              /* 文字サイズ */
}
@media screen and (max-width: 767px) {
	#ichiranTable{
		width:1150px;
	}
}

 /* --- ヘッダーのスタイル指定 ------------------- */
#ichiranTable th {
  text-align    : left;            /* 文字位置   */
  font-weight   : bold;              /* 太文字     */
  padding       : 10px 5px 10px 7px;          /* 余白       */
  border-left        : 3px #ffffff solid; /* 罫線       */
  border-left        : 3px #e9ecf5 solid; /* 罫線       */
  background    : #D4DCEA;           /* 背景色     */
  white-space   : nowrap;
  font-size: 16px;
  padding: 2px 5px 2px 7px;
  background: #273E97;
  color:#fff;
}
/*ヘッダー幅*/
.w_name{
}
.w_syoukai{
	/* width: 4.5em; */
}
.w_pos{
	width: 7em;
}
.w_gyousyu{
	width: 14em;
}
.w_os{
	width: 10em;
	
}
.w_kisyu{
	width: 8em;
}
.w_ark{
	width:5em;
}
.w_site{
	width: 5em;
}
 /* --- 明細のスタイル指定 ----------------------- */
#ichiranTable tr:hover td{
	background: rgba(255, 255, 255, 0.75);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(8px);
}
#ichiranTable .hr td{
	background: #ced2e2;
	height: 0px;
	padding: 0;
}
#ichiranTable td {
  text-align    : center;            /* 文字位置   */
  padding       : 15px 5px;           /* 余白       */
  padding: 20px 7px;
  border-bottom        : 1px #ccc solid; /* 罫線       */
  white-space   : normal;
	font-size: 16px;
	text-align: left;
	word-wrap: break-word;
	word-break: break-all;
	height: 2.5em;
	font-weight: 400;
}
#ichiranTable a{
	/* display: block; */
	
}
#ichiranTable .tac{
	text-align: center;
}
#ichiranTable a.pagelink{
	background: url("../img/search/search_topage_icon.png") no-repeat;
	background-position: 95% 2px;
}

@media screen and (max-width: 767px) {

	.scroll{
	overflow:scroll;
		white-space: nowrap;/*tableのセル内にある文字の折り返しを禁止*/
	}
	.search_ichiran_area .wrap{
		min-width: inherit;
	}
}


.search_detail{
	background-color: #e9ecf5;
}
.search_detail .wrap{
	width: 1024px;
	margin: 0 auto;
	padding: 150px 0 120px;
}

@media screen and (max-width: 767px) {
	.search_detail .wrap{
		width: 92%;
	}
}

.search_detail{
	font-size: 16px;
}
.detail_name_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.detail_name_flex_right{
	padding-top: 7px;
}
.detail_name_flex_right img{
	border-radius: 7px;
}
@media screen and (max-width: 767px) {
	.detail_name_flex_right img{
		width: 100%;
		max-width: 380px;
	}
}



.detail_kihon_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.detail_kihon_item{
	display: flex;
	width: 48.5%;
	border-bottom: 2px solid #fff;
	padding: 10px;
	box-sizing: border-box;
}


.detail_kihon_item--end{
	width: 98%;
	border-bottom: none;
}
.detail_kihon_item_h{
	width: 130px;
	padding-left: 10px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.detail_kihon_item{
		width: 100%;
		font-size: 16px;
	}
	.detail_kihon_item_h{
		width: 110px;
	}
	.detail_kihon_item_text{
		min-width: 215px;
		width: 65%;
	}
	.detail_kihon_item--1{
		order: 1;
	}
	.detail_kihon_item--2{
		order: 2;
	}
	.detail_kihon_item--end{
		order: 3;
		border-bottom: 2px solid #fff;
	}
	.detail_kihon_item--4{
		order: 4;
	}
	.detail_kihon_item--5{
		order: 5;
	}
}
.d_company_name{
	font-weight: 700;
}
.search_detail h2{
	font-size: 20px;
	color: #fff;
	background-color: #273E97;
	padding: 4px 20px;
	border-radius: 5px;
	font-weight: 500;
	margin: 60px 0 10px;
}
.d_company_name{
	font-size: 36px;
}
.detail_wrap--kihon{
	padding: 20px 0;
}
.detail_wrap{
	padding: 20px;
}
@media screen and (max-width: 767px) {
	.detail_wrap{
		padding: 10px;
	}
}
.detail_company p{
	/*
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	*/
}
.detail_company h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.detail_company p.detail_company_plantext{
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
}
@media screen and (max-width: 767px) {
	.detail_company p{
		font-size: 16px;
		line-height: 180%;
	}
	.detail_company h3{
		font-size: 16px;
		line-height: 180%;
	}
	.detail_company p.detail_company_plantext{
		font-size: 16px;
		line-height: 180%;
	}
}
.detail_product_item+.detail_product_item{
	margin-top: 80px;
}
.detail_product_item h3{
	font-size: 36px;
}
.detail_product_item h3 span.icon{
	font-size: 14px;
	background-color: #fff;
	border:1px solid #333;
	padding: 3px 20px;
	vertical-align: middle;
	font-weight: 400;
	letter-spacing: 0.2em;
	color: #333;
	margin-left: 15px;
}
.detail_product_item h3 span.icon--r{
	letter-spacing: 0em;
	border-radius: 20px;
	border-color:#273E97;
	padding: 3px 10px;
}
 h3 span.detail_logo{
	float: right;
	margin-left: 20px;
	border-radius: 10px;
	margin-right: -20px;
}
h3 span.detail_logo img{
	border-radius: 10px;
}
@media screen and (max-width: 767px) {
	 h3 span.detail_logo{
		float: none;
		margin: 10px 0 10px;
		display: block;
	}
}

.detail_product_item h5 span.icon{
	font-size: 14px;
	background-color: #fff;
	border:1px solid #333;
	padding: 3px 20px;
	vertical-align: middle;
	font-weight: 400;
	letter-spacing: 0.2em;
	color: #333;
	margin-left: 15px;
}
.detail_product_item h5 span.icon--r{
	letter-spacing: 0em;
	border-radius: 20px;
	border-color:#273E97;
	padding: 3px 10px;
}

.detail_product_item h4{
	font-size: 20px;
}
.detail_product_item table{
	width: 100%;
}
.detail_product_item table td{
	font-size: .9rem;
    background: #fff;
    /* border-bottom: 10px #e9ecf5 solid; */
    padding: 20px;
	
}
h4.producut_h4{
	margin-top: 10px;
}
h5.producut_h5{
	font-size: 24px;
}
	
.p_table_th{
	width: 100px;
	word-break: keep-all;
}
.p_table_th--nowrap{
	width: inherit;
	word-break: keep-all;
}
@media screen and (max-width: 767px) {
	.detail_product_item h3{
		font-size: 26px;
	}
	.detail_product_item h3 span.icon{
		display: inline-block;
		font-size: 13px;
	}
	.detail_product_item h5 span.icon{
		display: inline-block;
		font-size: 13px;
	}
	.detail_product_item table td{
		word-break: break-all;
		white-space: normal;
	}
}
.detail_jirei h3{
	font-size: 26px;
}
.detail_jirei p+h3{
	margin-top: 20px;
}
.detail_jirei h4{
	font-size: 20px;
}
.detail_product_flex{
	display: flex;
	margin-top: 40px;
	flex-wrap: wrap;
}
.detail_product_img{
	width: 320px;
	margin-right: 60px;
}
.detail_product_text{
	width: 604px;
}
.detail_product_flex p{
	margin-bottom: 2em;
}
.detail_product_flex--1 .detail_product_img{
	width: 489px;
	margin-right: 20px;
}
.detail_product_flex--1 .detail_product_text{
	width: 475px;
}
.detail_product_flex--2 .detail_product_img{
	width: 182px;
	margin-right: 20px;
}
.detail_product_flex--2 .detail_product_text{
	width: 604px;
}
.detail_product_flex--3 .detail_product_img{
	width: 550px;
	margin-right: 20px;
	display: flex;
	justify-content: space-between;
}
.detail_product_flex--3 .detail_product_text{
	width: 410px;
}
.detail_product_flex--4 .detail_product_img{
	width: 500px;
	margin-right: 20px;
}
.detail_product_flex--4 .detail_product_text{
	width: 450px;
}
.detail_product_flex--4 .detail_product_img img+img{
	margin-left: 20px;
}
.detail_product_flex--5 .detail_product_img{
	width: 520px;
	margin-right: 20px;
	display: flex;
	justify-content: space-between;
}
.detail_product_flex--5 .detail_product_text{
	width: 420px;
}
.detail_product_flex--6 .detail_product_img{
	width: inherit;
	margin-right: 20px;	
}
.detail_product_flex--6 .detail_product_img h3{
	white-space: nowrap;
}
.detail_product_flex--6 .detail_product_text{
	width: inherit;
}


@media screen and (max-width: 767px) {
	.detail_product_img{
		margin-right: 0;
		width: 100%;
	}
	.detail_product_img img{
		width: 100%;
	}
	.detail_product_text{
		width: 100%;
		padding-top: 10px;
	}
	.detail_product_flex--3 .detail_product_img{
		display: block;
	}
	.detail_product_flex--4 .detail_product_img img+img{
		margin-left: 0px;
	}
}
.product_hr{
	height: 1px;
	width: 100%;
	background-color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
}



.detail_jirei p{
	margin-top: 5px;
}
.detail_jirei_flex{
	display: flex;
	padding: 20px 0;
	flex-wrap: wrap;
}
.detail_jirei_flex img+img{
	margin-left: 30px;
}
.detail_jirei_flex--column3{
	justify-content: space-between;
}
.detail_jirei_flex--column3 img+img{
	margin-left: 0;
}
.detail_jirei_flex--padding0{
	padding: 0;
}
.detail_contact h3{
	font-size: 20px;
}
.detail_contact p+h3{
	margin-top: 10px;
}
.d_contact_caution{
	position: relative;
	margin-left: 1em;
}
.d_contact_caution:before{
	content: "※";
	display: block;
	position: absolute;
	left:-1em;
}
.d_contact_text{
	padding: 10px 30px 8px;
	word-wrap: break-word;
	word-break: break-all;
}
.detail_btn{
	color: #fff !important;
	text-decoration: none !important;
	padding: 3px 40px 5px;
	background-color: #273e97;

    border-radius: 999px;
    padding: 10px 30px;
}
.jieri_hr{
	height: 1px;
	width: 100%;
	background-color: #333;
	margin-top: 10px;
}


@media screen and (max-width: 767px) {
	.detail_jirei_flex img{
		width: 100%;
	}
	.detail_jirei_flex img+img{
		margin-left: 0;
	}
}
.detail_jirei_flex .detail_jirei_flex_item+.detail_jirei_flex_item{
	margin-left: 80px;
}
.detail_jirei_flex .detail_jirei_flex_item--3+.detail_jirei_flex_item--3{
	margin-left: 10px;
}
.detail_jirei_flex_item h3{
	
}
.detail_jirei h3.detail_jirei_h3{
	font-size: 36px;
}

.detail_jirei_flex_item h3 span{
	font-size: 15px;
}
.detail_jirei_flex_item img{
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.detail_jirei_flex .detail_jirei_flex_item{
		margin-left: 0;
		width: 100%;
	}
	.detail_jirei_flex .detail_jirei_flex_item+.detail_jirei_flex_item{
		margin-top: 30px;
		margin-left: 0;
	}
	.detail_jirei_flex .detail_jirei_flex_item--3+.detail_jirei_flex_item--3{
		margin-top: 30px;
		margin-left: 0;
	}
}
.detail_jirei table{
	width: 644px;
	margin-top: 20px;
}
.detail_jirei table td{
	font-size: 12px;
	background: #fff;
	border-bottom: 10px #e9ecf5 solid;
	padding: 15px;
}
@media screen and (max-width: 767px) {
	.detail_jirei table{
		width: 100%;
	}
	.detail_jirei table td{
		word-break: break-all;
	}
}
.detail_jirei_flex--2{
	display: flex;
	justify-content: space-between;
}
.detail_jirei_flex--2_left{
	width: 456px;
	word-break: break-all;
}
.detail_jirei_flex--2_left h3{
	border-bottom: 1px solid #333;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.detail_jirei_flex--2_left p+h3{
	margin-top: 50px;
}
.detail_jirei_flex--2_left h4{
	font-size: 18px;
}
.detail_jirei_flex--2_left p+h4{
	margin-top: 10px;
}
.detail_jirei_flex--2_right{
	width: 496px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 50px;
}
.detail_jirei_flex--2_right img{
	margin-bottom: 15px;
}
.detail_jirei_flex--2_right div{
	width: 240px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 20px;
}
.detail_jirei_flex--2_right--2img{
	padding-top: 0px;
}
.detail_jirei_flex--2_right--2img img{
	height: 180px;
}
.jirei_hr--mg{
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	.detail_jirei_flex--2{
		flex-wrap: wrap;
	}
	.detail_jirei_flex--2_right{
		padding-top: 20px;
	}
	.detail_jirei_flex--2_right img{
		width: 49%;
		margin-bottom: 8px;
		height: inherit;
	}
	.detail_jirei_flex--2_right div{
		width: 49%;
	}
	.detail_jirei_flex--2_right h4{
		font-size: 16px;
	}
	.detail_jirei_flex--2_right p{
		font-size: 13px;
	}
}
.detail_jirei_flex--3{
	display: flex;
}
.detail_jirei_flex--3 p{
	margin-bottom: 15px;
}
.detail_jirei_flex--3 div.detail_jirei_flex--3_img{
	display: flex;
	align-items: flex-end;
	margin-left: 20px;
}
@media screen and (max-width: 767px) {
	.detail_jirei_flex--3{
		flex-wrap:wrap;
	}
	.detail_jirei_flex--3 div{
		width: 100%;
	}
	.detail_jirei_flex--3 div.detail_jirei_flex--3_img{
		width: 50%;
		margin: 2px 0 0;
	}
	.detail_jirei_flex--3 img{
		width: 100%;
	}
}
.detail_jirei_flex--4{
	display: flex;
}
.detail_jirei_flex--4_left{
	width: 660px;
}
.detail_jirei_flex--4_right{
	width: 210px;
	margin-left: 20px;
}
.detail_jirei_flex--4_right img{
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.detail_jirei_flex--4{
		flex-wrap:wrap;
	}
	.detail_jirei_flex--4_left{
		width: 100%;
	}
	.detail_jirei_flex--4_right{
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
		display: flex;
	}
	.detail_jirei_flex--4_right img{
		width: 50%;
	}
}
.detail_jirei_flex--5{
	display: flex;
}
.detail_jirei_flex--5_left{
	width: 315px;
}
.detail_jirei_flex--5_right{
	width: 656px;
	margin-left: 15px;
}
.detail_jirei_flex--5_right img{
	margin-bottom: 10px;
}
.detail_jirei_flex--5_right img+img{
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
	.detail_jirei_flex--5{
		flex-wrap:wrap;
	}
	.detail_jirei_flex--5_left{
		width: 100%;
	}
	.detail_jirei_flex--5_right{
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
		display: flex;
	}
	.detail_jirei_flex--5_left img{
		width: 100%;
	}
	.detail_jirei_flex--5_right img{
		width: 100%;
	}
	.detail_jirei_flex--5_right img+img{
		margin-left: 0;
	}
}


/* service */
.detail_service h4{
	font-size: 20px;
}
.detail_service table{
	width: 644px;
}
.detail_service table td{
	font-size: 12px;
	background: #fff;
	border-bottom: 10px #e9ecf5 solid;
	padding: 8px 15px 8px 25px;
}
@media screen and (max-width: 767px) {
	.detail_service table{
		width: 100%;
	}
	.detail_service table td{
		word-break: break-all;
		padding: 8px 15px 8px 15px;
	}
}

.detail_service_flex_right table{
	margin-top: 20px;
}
.detail_service_flex_right table td{
	padding: 15px;
}
@media screen and (max-width: 767px) {
	.detail_service_flex_right table{
		margin-top: 15px;
	}
}

.detail_service h3{
	font-size: 28px;
}
.detail_service p{
	font-size: 16px;
}
.detail_service_flex{
	display: flex;
	padding-top: 20px;
}
.detail_service_flex_left{
	margin-right: 20px;
}
@media screen and (max-width: 767px) {
	.detail_service_flex{
		flex-wrap: wrap;
		padding-top: 15px;
	}
	.detail_service_flex_left{
		margin: 0 auto 15px;;
	}
}



