
/* ===================================================================

	TOP

=================================================================== */
#index_site_visual{
	border-top: 5px solid #1A96D5;
}

#index_contractor {
    display: block;
    height: auto;
    width: auto;
    border-bottom: 5px solid #C9CACA;
    background-color: #3071B9;
}
#contractor_inquiry {
	height: auto;
	width: 960px;
	margin: 0 auto;

}
#contractor_inquiry ul {
	display: flex;flex-direction: column;
	align-items: center;
	padding: 15px 0;
}
#contractor_inquiry ul li {
	width: 100%;
	max-width: 960px;
	margin-bottom: 15px;
}
#contractor_inquiry ul li:last-child {
	margin-bottom: 0;
}

#index_corporation {
    display: block;
    height: auto;
    width: auto;
    border-bottom: 5px solid #C9CACA;
    background-color: #E4F7FD;
}
#corporation_products ul {
	display: flex;flex-direction: column;
	align-items: center;
	padding: 30px 0;
}
#corporation_products ul li {
	width: 100%;
	max-width: 960px;
	margin-bottom: 15px;
}
#corporation_products ul li:last-child {
	margin-bottom: 0;
}

#index_products {
	display: block;
	height: auto;
	width: auto;
	border-bottom: 5px solid #C9CACA;
	background-color: #1a96d5;
}
#index_products h2 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 500;
	text-align: left;
	color: #fff;
}
#products_list {
	width: 960px;
    margin: 0 auto;
	padding-top: 30px;
    color: #3071B9;
}
#products_list p {
	color: #fff;
	font-size: 30px;
	}

#products_list ul.products {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 15px 0 35px;
    padding-left: 0;
}

#products_list ul li {
	width: 310px;
	height: 225px;
}
#products_list ul li a:hover {
	display: block;
	opacity: .85;
	filter: alpha(opacity=85); 
	-ms-filter: "alpha(opacity=85)";
	-khtml-opacity: .85;  
	-moz-opacity: .85; 
}
#products_list ul.products li:nth-child(1) a {
	display: block;
}
#products_list ul.products li:nth-child(2) a {
	display: block;
}
#products_list ul.products li:nth-child(3) a {

}

#update_area {
    margin: 0 auto;
	width:960px;
}

div.update_inner {
	width: 100%;
	margin: 0;
	display: flex;
	flex-direction: row;
}

div#index_site_left {
	height: auto;
	width: 630px;
	margin: 50px auto 0;
	display: flex;
	flex-direction: column;
}
#news {
    padding: 30px;
    float: left;
    height: auto;
    width: 630px;
    border: 3px solid #dff2fc;
    display: block;
}
#news .title_inner {
    clear: both;
    height: auto;
    width: 630px;
    position: relative;
}
#news .title_inner h1 {
    color: #1A96D5;
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}
.title_inner p {
    float: right;
    /*vertical-align: middle;
    line-height: 20px;*/
}
.title_inner p a {
    margin: 0 auto;
    text-indent: -9999px;
    background: url(../../images/top/btn_list.png) no-repeat;
    width: 95px;
    height: 18px;
    display: block;
    position: absolute;
    top: 0;
    right: 70px;
}
#news iframe {
    width: 570px;
    height: 130px;
}
#index_site_left #fb_box {
    width: 630px;
	padding-top: 0;
    height: 390px;
    clear: both;
}
#index_site_left .fb_area {
    background-image: url(../../images/top/img_header_bg.gif);
    background-repeat: repeat-x;
    text-align: center;
	height: 390px;
    width: 100%;
    padding-right: 65px;
    padding-left: 65px;
}
.fb-page{
		display:block !important;
		width:100%;
		max-width:630px;
		margin-left:auto;
		margin-right:auto;
		height:390px;
	}
/*#index_site_left .fb-page {
    background-color: #FFF;
    clear: both;
    height: 260px;
    width: 500px;
    text-align: center;
}*/

#index_aside_menu {
	width: 300px;
	margin-left: 30px;
	margin-top: 50px;
}
#index_aside_menu ul#asideul {
    width: 100%;
	display: flex;
	flex-direction: column;
}
#index_aside_menu ul#asideul li {
    padding-bottom: 20px;
}

#index_inscomp {
	margin: 0 auto;
    width: 960px;
    height: auto;
}
#index_inscomp ul#inscompul {
    width: 100%;
	margin: 50px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#index_inscomp ul#inscompul li {
    width: auto;
    padding-right: 30px;
}


#asideul01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#asideul01 li {
    width: 320px;
    padding: 50px 20px 0;
}

/* ===================================================================

	About

=================================================================== */
#message_about {
	
}
dl#message_dl {
	display: flex;
	flex-wrap: wrap;
}
dl#message_dl dt {
	width: 160px;
	padding-right: 10px;
	padding-top: 10px;
}
dl#message_dl dd {
	width: 440px;
	padding-top: 10px;
}

#guideline_about {
	position: relative;
    width: 100%;
	max-width: 690px;
}
#guideline_about img {
	width: 100%;
}
#guideline_about .guideline_txt {
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
}
#guideline_about .guideline_txt h2 span {
	display: inline-block;
    font-size: 18px;
	font-size: 1.8rem;
    font-weight: bold;
	line-height: 1.4;
    color: #1A96D5;
}
#guideline_about .guideline_txt h2 span:nth-child(2) {
	display: inline-block;
    font-size: 28px;
	font-size: 2.8rem;
}

#guideline_about .guideline_txt p {
	color: #444;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 20px;
    width: 88%;
    margin: 0 auto;
}
dl#profile_dl {
	display: flex;
	flex-wrap: wrap;
}
dl#profile_dl dt {
	width: 160px;
	padding-right: 10px;
	padding-top: 10px;
	font-weight: 300;
	color: #13b3ec;
}
dl#profile_dl dd {
	width: 440px;
	padding-top: 10px;
}
dl#gaiyou_dl {
	display: flex;
	flex-wrap: wrap;
}
dl#gaiyou_dl dt {
	width: 200px;
	padding-right: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 0;
	border-bottom: 1px solid #444;
	height: auto;
}
dl#gaiyou_dl dd {
	width: 400px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 0;
	border-bottom: 1px solid #444;
}


/* ===================================================================

	compensation

=================================================================== */
/*-------*/
.box_form_type04 {
	width: 610px;
	padding-top: 0px;
	border-bottom: 1px solid #CCC;
}
.box_form_type04 h2 {
	background-color: #FFF;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1;
	font-weight: bold;
	text-align: left;
	color: #E60012;
	height: 45px;
	width: 590px;
	padding-left: 0px;
}
.box_form_type04_bot {
	width: 610px;
	padding-top: 0px;
	border-bottom: 0px solid #CCC;
}
.box_form_type04_bot h2 {
	background-color: #FFF;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1;
	font-weight: bold;
	text-align: left;
	color: #E60012;
	height: 45px;
	width: 590px;
	padding-left: 0px;
	text-align: left;
}


/* ===================================================================

	compensation

=================================================================== */
/*-------*/
.box_form_type03 {
	width: 610px;
	padding-top: 0px;
	border-bottom: 1px solid #CCC;
}
.box_form_type03 h2 {
	background-color: #FFF;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1;
	font-weight: bold;
	text-align: left;
	color: #009944;
	height: 45px;
	width: 590px;
	padding-left: 0px;
}
.box_form_type03_bot {
	width: 610px;
	clear: both;
	height: auto;
	position: relative;
	display: inline-block;
	padding-top: 0px;
	border-bottom: 0px solid #CCC;
}
.box_form_type03_bot h2 {
	font-size: 20px;
	color: #009944;
	line-height: 20px;
	height: 45px;
	width: 590px;
	vertical-align: middle;
	background-color: #FFF;
	padding-left: 0px;
	font-weight: bold;
	padding-left: 0px;
	text-align: left;
}

/* ===================================================================

	kasai

=================================================================== */
/*-------*/
.box_form_type05 {
	width: 610px;
	padding-top: 0px;
	border-bottom: 1px solid #CCC;
}
.box_form_type05 h2 {
	background-color: #FFF;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1;
	font-weight: bold;
	text-align: left;
	color: #F08437;
	height: 45px;
	width: 590px;
	padding-left: 0px;
}
.box_form_type05_bot {
	width: 610px;
	clear: both;
	height: auto;
	position: relative;
	display: inline-block;
	padding-top: 0px;
	border-bottom: 0px solid #CCC;
}
.box_form_type05_bot h2 {
	font-size: 20px;
	font-weight: bold;
	color: #F08437;
	line-height: 20px;
	height: 45px;
	width: 590px;
	vertical-align: middle;
	background-color: #FFF;
	padding-left: 0px;
	padding-left: 0px;
	text-align: left;
}


.yajirusi{
	text-align: center;
	margin: 20px 0;
}
/*------thanks-------*/
.thanks_area01 {
	height: 1280px;
	width: 610px;
	text-align: center;
}
.thanks_area01 {
	padding-top: 30px;
	font-size: 18px;
	padding-bottom: 0px;
}
.thanks_area01 h2 {
	margin: 0 0 50px;
}
.thanks_area01 p {
    margin: 0 0 50px;
}


/* ===================================================================

	Contractor

=================================================================== */
#message_contractor {
	background-image: url(../../images/contractor/img_contr_okuyami.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 190px;
	width: 690px;
	position: relative;	
	padding: 38px;
}
#message_contractor h2 {
	text-align: left;
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 30px;
}
#message_contractor p {
	
}
#case {
    width: 690px;
    margin: 0 auto;
    background-color: #1A96D5;
    display: inline-block;
}
ul.case_ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 35px 20px 25px;
}
ul.case_ul li {
    width: 140px;
    height: 180px;
    display: block;
}
ul.case_ul li a {
	display: block;
}
ul.case_ul li a:hover {
}
ul.case_ul li p {
	text-align: center;
	padding-top: 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.3;
}
.contr p {
	padding-left: 20px;
}
.contr h3 {
	padding-left:1rem;
	text-indent: -2.3rem;
	line-height: 1.2;
}
dl.contr_dl {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px 0 20px;
}
dl.contr_dl dt {
    width: 150px;
    line-height: 1.2;
	font-weight: 300;
}
dl.contr_dl dd {
	width: 100%;
	padding-left: 10px;
}
dl.contr_dl dd img {
	width: 100%;
}
.points-list li {
	font-size: 20px;
	font-size: 2rem;
}
.points01 {
	margin: 0 5px;
	padding: 5px;
	border-radius: 5px;
	background-color: #7ecef4;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.points02 {
	margin: 0 5px;
	padding: 5px;
	border-radius: 5px;
	background-color: #ea5532;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.points-list li span:first-child {
	margin-right: 5px;
}
.contents_block_inner h2.point {
	position: relative;
    text-align: left;
    color: #1a96d5;
    padding-left: 80px;
    display: flex;
    align-items: center;
	margin: 35px 0 0;
}
.contents_block_inner h2.point:before {
	position: absolute;
    content: '';
    display: inline-block;
    left: 0;
    width: 38px;
    height: 38px;
    background-image: url(../../images/contractor/icon_hosi.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-left: 40px;
}
dl.point_dl {
	width: 610px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}
dl.point_dl dt {
	width: 100px;
}
dl.point_dl dd {
	height: auto;
	padding-bottom: 20px;
}
dl.point_dl dd h2 {
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: 300;
	text-align: left;
	color: #ea5532;
	padding-bottom: 10px;
}
dl.point_dl dd p {
	font-size: 12px;
	line-height: 2;
}

/* ===================================================================

	kensetsu

=================================================================== */
#comment_products {
    height: auto;
    width: 690px;
    position: relative;
    padding: 30px 40px;
    background-color: #FFF;
    border: 3px solid #DCDDDD;
}

.guide_comment {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.guide_comment img {
	width: 100%;
}
/*　右向き　*/
.guide_txt {
	position: relative;
	display: inline-block;
	padding: 30px 15px;
	width: auto;
	min-width: 150px;
	height: auto;
	line-height: 34px;
	text-align: center;
	background: #fff;
	border: 3px solid #bae3f9;
	border-radius: 10px;
	z-index: 0;
	width: 70%;
}
.guide_txt:before {
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
  content: "";
  position: absolute;
  top: 50%; right: -8px;
  margin-top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  z-index: 0;
}
.guide_txt:after {
  border-style: solid;
  border-width: 11px 0 11px 11px;
  border-color: transparent transparent transparent #bae3f9;
  content: "";
  position: absolute;
  top: 50%; right: -12px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  z-index: -1;
}
#comment_products .guide_txt .comment_txt01 {
	font-size: 14px;
	line-height: 24px;
	background-image: url(../../images/products/icon_hoshi_14px_red.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #EA5532;
	background-position: 0px 5px;
	font-weight: bold;
	text-align: left;
}
#comment_products .guide_txt .comment_txt02 {
	font-size: 14px;
	line-height: 24px;
	background-image: url(../../images/products/icon_hoshi_14px_gr.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #595757;
	background-position: 0px 5px;
	font-weight: bold;
	text-align: left;
}
.comment_illust {
	margin-left: 20px;
}
.comment_inq {
	padding-top: 0;
    margin: 25px 0 0;
}

.comment_inq img {
	padding-bottom: 30px;
}
.products_lineup {
	margin-bottom: 30px;
}
.products_lineup:last-child {
	margin-bottom: 0;
}
dl.lineup_dl {
	height: auto;
	width: 604px;
	display: flex;
	flex-wrap: wrap;
}
dl.lineup_dl dt {
	height: auto;
	width: 180px;
	padding-right: 10px;
}
dl.lineup_dl dt  img{
	width: 100%;
	max-width: 180%;
}
dl.lineup_dl dd {
	width: 422px;
	height: auto;
	vertical-align: top;
	padding-left: 20px;
}
dl.lineup_dl dd p{
	text-indent: -1rem;
	padding-left: 1rem;
	padding-bottom: 10px;
}
p.syouhin a {
	width:auto;
	height:auto;
	background-color:#FFF;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #3071B9;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	padding: 5px;
	display: block;
	border:solid 2px #6AA3D3;
	letter-spacing: -0.02em;
}
p.syouhin a:hover {
	display: block;
	opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-khtml-opacity: .70; /* Safari 1.x */
	-moz-opacity: .70; /* FF lt 1.5, Netscape */
}
p.syouhin_2 a {
	width:auto;
	height:auto;
	background-color:#FFF;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	font-size: 12px;
	color: #1A96D5;
	line-height: 20px;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	display: block;
	vertical-align: middle;
	font-weight: bold;
	border:solid 2px #7fcfe2;
}
p.syouhin_2 a:hover {
	display: block;
	opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-khtml-opacity: .70; /* Safari 1.x */
	-moz-opacity: .70; /* FF lt 1.5, Netscape */
}

#life_insurance dl.lineup_dl dd p{
	text-indent: 0rem;
	padding-left: 0rem;
	padding-bottom: 10px;
}
/* ===================================================================

	privacy_policy square14_ul

=================================================================== */
.privacy_policy {
	width: 610px;
}

.privacy_policy h3 {
	padding-top: 30px;
	font-size: 18px;
	color: #1A96D5;
	font-weight: bold;
	padding-bottom: 15px;
	padding-left: 5rem;
    text-indent: -5rem;
}
.privacy_policy p {
	padding-left: 10px;
}
.privacy_policy p a {
	color: #EA5532;
	text-decoration: none;
}
.privacy_policy p a:hover {
	color: #EA5532;
	text-decoration: underline;
}
.privacy_policy dl {
	padding-left: 40px;
	padding-top: 15px;
	padding-right: 40px;
	display: flex;
	flex-wrap: wrap;
}
.privacy_policy dl dt {
	padding-right: 20px;
	width: 14px;
}
.privacy_policy dl dd {
	width: 500px;
}
.square14_ul {
	padding-left: 40px;
}
.square14_ul li {
	background-image: url(../../images/common/icon_square16.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 20px;
	background-position: 5px 20px;
	line-height: 150%;
}
.square14_ul li a {
	font-weight: bold;
	color: #EA5532;
	text-decoration: none;
	font-size: 12px;
}
.square14_ul li a:hover {
	font-weight: bold;
	color: #EA5532;
	text-decoration: underline;
}

/* ===================================================================

	solicitation_policy 

=================================================================== */
.solicitation_area {
	width: 610px;
}

.solicitation_area h3 {
	padding-top: 30px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #1A96D5;
	padding-bottom: 0px;
}
dl.hanbai_dl dt {
	width: 20px;
	float:left;
	padding-bottom: 20px;
	padding-right: 10px;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	color: #1A96D5;
}
dl.hanbai_dl dd {
	width: 580px;
	margin: 0px;
	float:left;
	display: block;
	padding-bottom: 20px;
}

.inq_box .box_blue {
	margin-top: 0;
}

/* ===================================================================

	reason

=================================================================== */
#comment_kensetsu {
	height: auto;
	width: 100%;
	padding: 30px 40px;
	background-color: #FFF;
	border: 3px solid #B1E1FD;
	display: inline-block;
}
.ban_lineup p img {
	margin-top: 20px;
}
.ban_lineup p a img  {
	display: block;
}
.ban_lineup p a:hover img  {
	opacity: .70; 
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-khtml-opacity: .70; /* Safari 1.x */
	-moz-opacity: .70; /* FF lt 1.5, Netscape */
}

#comment_kensetsu .kensetu_title {
	position: relative;
	text-align:center;
	padding-bottom: 20px;
	font-weight:bold;
	}

#comment_kensetsu .kensetu_title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #009FDE, #009FDE 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #009FDE, #009FDE 2px, #fff 2px, #fff 4px);
}

#comment_kensetsu .comment .comment_txt02 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	padding-left: 20px;
	color: #595757;;
	background-position: 0px 5px;
	font-weight: bold;
	text-align: center;
	margin: 30px auto 0;
}

#comment_kensetsu .comment .kensetsu_strong {
	margin: 50px auto;
	text-align:center;
	color: #EA5532;
	line-height:1.2;
}

#comment_kensetsu .comment .number {
	text-align:center;
	margin-top: 30px;
	font-weight: bold;
}
.reason_numberIcon {
	content: '';
	display: block;
}
.reason_number_circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #009FDE;
    text-align: center;
	padding: 0;
    margin: 0 auto;

}
p.reason_number_txt {
    font-size: 12px;
    font-size: 1.2rem;
	line-height: 1;
	display: block;
	color: #FFFFFF;
	padding-top:20px;
}
p.reason_number {
    font-size: 40px;
    display: block;
	color: #ffffff;
	font-weight: bold;
	padding-top:0;
}


#comment_kensetsu .comment .comment_txt03 {
	font-size: 14px;
	line-height: 24px;
	color: #595757;;
	background-position: 0px 5px;
	text-align: center;
	padding:20px 0 30px 20px;
}


/* ===================================================================

	Voice

=================================================================== */
#comment_voice {
	height: auto;
	width: 100%;
	position: relative;
	padding: 30px 40px;
	background-color: #FFF;
	border: 3px solid #DCDDDD;
}
#comment_voice:after {
	content:"";
	clear:both;
	display:block;
}

#comment_voice .voice_title {
	position: relative;
	text-align:center;
	padding-bottom: 20px;
	font-weight:bold;
	}

#comment_voice .voice_title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #009FDE, #009FDE 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #009FDE, #009FDE 2px, #fff 2px, #fff 4px);
}

.voice_list {
	content:"";
	display: block;
	clear:both;
	margin:0;
	padding:0;
}

.voice_list li{
    display: block;
	width: 580px;
	padding: 0 45px 30px 45px;
	margin:0;
}

/*.voice_list li.listR dl dd.voiceTextLeft01 p.hidden-lg {
    display: none;
}*/

.voice_list li.listR {
    content:"";
	display: block;
	clear:both;
	margin:0;
	padding:0;
}
.voice_list li.listR dl {
	display: flex;
	align-items:center;
}
.voice_list li.listR dt {
	width:100px;
	float:left;
	margin-left: 20px;
}
.voice_list li.listR dd {
	width:520px;
	float:left;
}

.voice_list li.listR dl dd.voiceTextLeft01 {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0 1.5em 15px;
	padding: 0px 10px;
 	max-width: 100%;
	height: 100px;
 	color: #555;
	font-size: 16px;
	line-height:1;
	background: #FFF;
 	border: solid 3px #1A96D5;
	border-radius: 10px;
 	box-sizing: border-box;
	float:left;;
}

.voice_list li.listR dl dd.voiceTextLeft01:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
 	z-index: 2;
}

.voice_list li.listR dl dd.voiceTextLeft01:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #1A96D5;
 	z-index: 1;
}

.voice_list li.listR dl dd.voiceTextLeft01 p {
	margin: 0;
	padding: 0;
	height: 90px;
	line-height: 1.5;
	display: table-cell; /* IE8から使用可能 */
    vertical-align: middle;
}

.voice_list li.listR dl dd.voiceTextLeft02 {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0 1.5em 15px;
	padding: 0px 10px;
 	max-width: 100%;
	height: 100px;
 	color: #555;
	font-size: 16px;
	line-height:1;
	background: #FFF;
 	border: solid 3px #B1E1FD;
	border-radius: 10px;
 	box-sizing: border-box;
	float:left;
}

.voice_list li.listR dl dd.voiceTextLeft02:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
 	z-index: 2;
}

.voice_list li.listR dl dd.voiceTextLeft02:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #B1E1FD;
 	z-index: 1;
}

.voice_list li.listR dl dd.voiceTextLeft02 p {
	margin: 0;
	padding: 0;
	height: 90px;
	line-height: 1.5;
	display: table-cell; /* IE8から使用可能 */
    vertical-align: middle;
}

.voice_list li.listR dl dd.voiceTextLeft03 {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0 1.5em 15px;
	padding: 0px 10px;
 	max-width: 100%;
	height: 100px;
 	color: #555;
	font-size: 16px;
	line-height:1;
	background: #FFF;
 	border: solid 3px #3071B9;
	border-radius: 10px;
 	box-sizing: border-box;
	float:left;
}

.voice_list li.listR dl dd.voiceTextLeft03:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
 	z-index: 2;
}

.voice_list li.listR dl dd.voiceTextLeft03:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #3071B9;
 	z-index: 1;
}

.voice_list li.listR dl dd.voiceTextLeft03 p {
	margin: 0;
	padding: 0;
	height: 90px;
	line-height: 1.5;
	display: table-cell; /* IE8から使用可能 */
    vertical-align: middle;
}


.voice_list li.listL {
    content:"";
	display: block;
	clear:both;
	margin:0;
	padding:0;
}
.voice_list li.listL dl {
	display: flex;
	align-items:center;
}
.voice_list li.listL dt {
	width:520px;
	float:left;
}
.voice_list li.listL dd {
	width:100px;
	float:left;
	margin-left: 20px;
}

.voice_list li.listL dl dt.voiceTextright01 {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0 1.5em 15px;
	padding: 0px 10px;
 	max-width: 100%;
	height: 100px;
 	color: #555;
	font-size: 16px;
	line-height:1;
	background: #FFF;
 	border: solid 3px #1A96D5;
	border-radius: 10px;
 	box-sizing: border-box;
	float:left;
}
.voice_list li.listL dl dt.voiceTextright01:before{
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #FFF;
 	z-index: 2;
}
.voice_list li.listL dl dt.voiceTextright01:after{
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #1A96D5;
 	z-index: 1;
}
.voice_list li.listL dl dt.voiceTextright01 p {
	margin: 0;
	padding: 0;
	height: 90px;
	line-height: 1.5;
	display: table-cell; /* IE8から使用可能 */
    vertical-align: middle;
}


.voice_list li.listL dl dt.voiceTextright02 {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0 1.5em 15px;
	padding: 0px 10px;
 	max-width: 100%;
	height: 100px;
 	color: #555;
	font-size: 16px;
	line-height:1;
	background: #FFF;
 	border: solid 3px #B1E1FD;
	border-radius: 10px;
 	box-sizing: border-box;
	float:left;
}
.voice_list li.listL dl dt.voiceTextright02:before{
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #FFF;
 	z-index: 2;
}
.voice_list li.listL dl dt.voiceTextright02:after{
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #B1E1FD;
 	z-index: 1;
}
.voice_list li.listL dl dt.voiceTextright02 p {
	margin: 0;
	padding: 0;
	height: 90px;
	line-height: 1.5;
	display: table-cell; /* IE8から使用可能 */
	vertical-align: middle;
}

.voice_list li.listL dl dt.voiceTextright03 {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0 1.5em 15px;
	padding: 0px 10px;
 	max-width: 100%;
	height: 100px;
 	color: #555;
	font-size: 16px;
	line-height:1;
	background: #FFF;
 	border: solid 3px #3071B9;
	border-radius: 10px;
 	box-sizing: border-box;
	float:left;
}
.voice_list li.listL dl dt.voiceTextright03:before{
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #FFF;
 	z-index: 2;
}
.voice_list li.listL dl dt.voiceTextright03:after{
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #3071B9;
 	z-index: 1;
}
.voice_list li.listL dl dt.voiceTextright03 p {
	margin: 0;
	padding: 0;
	height: 90px;
	line-height: 1.5;
    display: table-cell; /* IE8から使用可能 */
    vertical-align: middle;
}

.voice_list li.listR dl dd img {
    max-width: 418px;
    width: 100%;
}
.voice_list li.listL dl dt img {
    max-width: 418px;
    width: 100%;
}









/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	
/* ======================================== */
/* 　TOPページ  /
/* ======================================== */
#index_site_visual{
	border-top: 0 solid #1A96D5;
    padding-top: 60px;
    border-bottom: 5px solid #1A96D5;
}
	
#index_contractor {
    padding-top: 0;
}
#contractor_inquiry {
	height: auto;
	width: 94%;
	margin: 0 auto;

}
#contractor_inquiry ul {
	display: flex;flex-direction: column;
	align-items: center;
	padding: 15px 0;
}
#contractor_inquiry ul li {
	width: 100%;
	max-width: 800px;
    height: 100%;
    max-height: 183px;
	margin-bottom: 15px;
}
#contractor_inquiry ul li:last-child {
	margin-bottom: 0;
}
#corporation_products {
	height: auto;
	width: 94%;
	margin: 0 auto;

}
#corporation_products ul li {
	width: 100%;
	max-width: 800px;
	height: 100%;
	max-height: 183px;
	margin-bottom: 15px;
}
#index_products {
	height: auto;
	width: 100%;
}
#index_products h2 {
	color: #fff;
	font-size: 2.6rem;
	font-size: 26px;
}
#products_list {
	width: 94%;
}
#products_list p {
}

#products_list ul.products {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
    margin: 15px 0 35px;
    padding-left: 0;
}

#products_list ul li {
	width: 100%;
	max-width: 310px;
	height: auto;
	padding-bottom: 10px;
}
#products_list ul li img {
	width: 100%;
	max-width: 310px;
	height: auto;
}
#products_list ul li a:hover {
	display: block;
	opacity: .85;
	filter: alpha(opacity=85); 
	-ms-filter: "alpha(opacity=85)";
	-khtml-opacity: .85;  
	-moz-opacity: .85; 
}
#products_list ul.products li:nth-child(1) a {
	display: block;
}
#products_list ul.products li:nth-child(2) a {
	display: block;
}
#products_list ul.products li:nth-child(3) a {
	margin-bottom: 0;
}

#update_area {
    margin: 0 auto;
	width: 94%;
}

.update_inner {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

#index_site_left {
	height: auto;
	width: 100%;
	margin-top: 50px;
	display: flex;
	flex-direction: column;
}
#news {
    padding: 30px;
    float: left;
    height: auto;
    width: 100%;
    border: 3px solid #dff2fc;
    display: block;
}
#news .title_inner {
    clear: both;
    height: auto;
    width: 100%;
    position: relative;
}
#news .title_inner h1 {
    color: #1A96D5;
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}
.title_inner p {
    float: right;
    /*vertical-align: middle;
    line-height: 20px;*/
}
.title_inner p a {
    margin: 0 auto;
    text-indent: -9999px;
    background: url(../../images/top/btn_list.png) no-repeat;
    width: 95px;
    height: 18px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
#index_site_left iframe {
    width: 100%;
    height: 130px;
}
#index_site_left #fb_box {
    width: 100%;
	margin-bottom: 0;
    padding-top: 0;
    height: 390px;
    clear: both;
}
#index_site_left .fb_area {
    background-image: url(../../images/top/img_header_bg.gif);
    background-repeat: repeat-x;
    text-align: center;
    height: 390px;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
#index_site_left .fb-page {
    background-color: #FFF;
    clear: both;
    height: 390px;
    width: 100%;
    text-align: center;
}

#index_aside_menu {
	width: 100%;
	margin-left: 0;
	margin: 50px auto 0;
}
#index_aside_menu ul#asideul {
    width: 100%;
	display: flex;
	flex-direction: column;
}
#index_aside_menu ul#asideul li {
    padding-bottom: 20px;
}
#index_aside_menu ul#asideul li img {
    width: 100%;
}

#index_inscomp {
	margin: 0 auto;
    width: 94%;
    height: auto;
}
#index_inscomp ul#inscompul {
    width: 100%;
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#index_inscomp ul#inscompul li {
    width: auto;
    padding-right: 30px;
}

	
#asideul01 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#asideul01 li {
    width: 100%;
    max-width: 320px;
    padding: 30px 0 10px 30px;
}

/* ===================================================================

	About

=================================================================== */
#message_about {
}
dl#message_dl {
	display: flex;
	flex-wrap: wrap;
}
dl#message_dl dt {
	width: 160px;
	padding-right: 10px;
	padding-top: 10px;
}
dl#message_dl dd {
	width: 100%;
	padding-top: 10px;
}

#guideline_about {
	position: relative;
    width: 100%;
	max-width: 690px;
}
#guideline_about img {
	width: 100%;
}
#guideline_about .guideline_txt {
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0 auto;
    padding: 0;
    font-size: 13px;
	font-size: 1.3rem;
    color: #1A96D5;
    font-weight: bold;
}
#guideline_about .guideline_txt h2 {

    font-size: 16px;
	font-size: 1.6rem;

}
#guideline_about .guideline_txt h2 span:nth-child(1) {
	display: none;
}
#guideline_about .guideline_txt h2 span:nth-child(2) {
	display: inline-block;
    font-size: 23px;
	font-size: 2.3rem;
}
#guideline_about .guideline_txt p {
	color: #444;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    padding-top: 10px;
    width: 90%;
    margin: 0 auto;
}
dl#profile_dl {
	display: flex;
	flex-wrap: wrap;
}
dl#profile_dl dt {
	width: 100%;
    padding-right: 10px;
    padding-top: 10px;
    font-weight: 300;
    color: #13b3ec;
}
dl#profile_dl dd {
	width: 100%;
    line-height: 1.4;
    padding-top: 0;
}
dl#gaiyou_dl {
	display: flex;
	flex-wrap: wrap;
}
dl#gaiyou_dl dt {
	width: 100%;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
	border-bottom: 1px dashed #444;
	height: auto;
}
dl#gaiyou_dl dd {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
	border-bottom: 1px solid #444;
}

#access_map {
	width: 100%;
	max-width: 767px;
}

	
/* ===================================================================

	compensation

=================================================================== */
/*-------*/
.box_form_type04 {
	width: 100%;
	padding-top: 0px;
	border-bottom: 1px solid #CCC;
}
.box_form_type04 h2 {
	background-color: #FFF;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #E60012;
	line-height: 1.2;
	height: auto;
	width: 100%;
	margin: 0 0 2% 2%;
	padding-left: 1rem;
	text-indent: -2rem;
}
.box_form_type04_bot {
	width: 100%;
	padding-top: 0px;
	border-bottom: 0px solid #CCC;
}
.box_form_type04_bot h2 {
	background-color: #FFF;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #E60012;
	line-height: 1.2;
	height: auto;
	width: 100%;
	margin: 0 0 2% 2%;
	padding-left: 1rem;
	text-indent: -2rem;
	text-align: left;
}
	
/* ===================================================================

	compensation

=================================================================== */
/*-------*/
.box_form_type03 {
	width: 100%;
	padding-top: 0px;
	border-bottom: 1px solid #CCC;
}
.box_form_type03 h2 {
	background-color: #FFF;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #009944;
	line-height: 1.2;
	height: auto;
	width: 100%;
	margin: 0 0 2% 2%;
	padding-left: 1rem;
	text-indent: -2rem;
}
.box_form_type03_bot {
	width: 100%;
	padding-top: 0px;
	border-bottom: 0px solid #CCC;
}
.box_form_type03_bot h2 {
	background-color: #FFF;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #009944;
	line-height: 1.2;
	height: auto;
	width: 100%;
	margin: 0 0 2% 2%;
	padding-left: 1rem;
	text-indent: -2rem;
	text-align: left;
}	

/* ===================================================================

	kasai

=================================================================== */
/*-------*/
.box_form_type05 {
	width: 100%;
	padding-top: 0px;
	border-bottom: 1px solid #CCC;
}
.box_form_type05 h2 {
	background-color: #FFF;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #F08437;
	line-height: 1.2;
	height: auto;
	width: 100%;
	margin: 0 0 2% 2%;
	padding-left: 1rem;
	text-indent: -2rem;
}
.box_form_type05_bot {
	width: 100%;
	padding-top: 0px;
	border-bottom: 0px solid #CCC;
}
.box_form_type05_bot h2 {
	background-color: #FFF;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #F08437;
	line-height: 1.2;
	height: auto;
	width: 100%;
	margin: 0 0 2% 2%;
	padding-left: 1rem;
	text-indent: -2rem;
	text-align: left;
}
	
	
	
/*------mailform 共通-------*/
.mailform dd.txt100 input {
	width: 100%;
	box-sizing: border-box;
}
.mailform dd.mfp textarea {
	width: 100%;
	box-sizing: border-box;
}
.mailform ol li.txt100 input {
	width: 100%;
	box-sizing: border-box;
}	
.yajirusi{
	text-align: center;
	margin: 20px 0;
}

/*------mailform  thanks-------*/
.thanks_area01 {
	height: auto;
	width: 100%;
	text-align: center;
}
.thanks_area01 {
	padding-top: 30px;
	padding-bottom: 0px;
}
.thanks_area01 h2 {
	padding: 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
	margin: 0 0 10%;
}
.thanks_area01 p {
	margin: 0 0 10%;
	font-size: 14px;
	font-size: 1.4rem;
}


/* ===================================================================

	Contractor

=================================================================== */
#message_contractor {
	background-image: url(../../images/contractor/img_contr_okuyami_mb.jpg);
    height: auto;
    width: 100%;
}
#message_contractor h2 {
	text-align: left;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 20px;
}
#message_contractor p {
	
}
#case {
    width: 100%;
    margin: 0 auto;
    background-color: #1A96D5;
    display: inline-block;
}
ul.case_ul {
    display: flex;
    flex-wrap: wrap;
}
ul.case_ul li {
    width: 100%;
    max-width: 50%;
    margin: 0 0 2% 0;
    height: auto;
	text-align: center;
}
ul.case_ul li a {
	display: block;
}
ul.case_ul li a:hover {
}
ul.case_ul li p {
	text-align: center;
	padding-top: 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
}
.contr p {
	padding-left: 20px;
}
.contr h3 {
	margin-top: 2%;
}
dl.contr_dl {
    display: flex;
    flex-direction: column;
    margin: 10px 0 20px;
}
dl.contr_dl dt {
    width: 100%;
    margin-left: 1.4rem;
    margin-bottom: 2%;
}
dl.contr_dl dd {
	width: 100%;
	padding-left: 10px;
}
dl.contr_dl dd img {
	width: 100%;
}
.points-list li {
	font-size: 20px;
	font-size: 2rem;
}
.points01 {
	margin: 0 5px;
	padding: 5px;
	border-radius: 5px;
	background-color: #7ecef4;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.points02 {
	margin: 0 5px;
	padding: 5px;
	border-radius: 5px;
	background-color: #ea5532;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
	.points-list li {
		margin-bottom: 2%;
	}
.points-list li .fs9 {
    font-size: 14px;
	font-size: 1.4rem;
    line-height: 1!important;
}
.points-list li span:first-child {
	display: block;
}
.contents_block_inner h2.point {
	position: relative;
    text-align: left;
    color: #1a96d5;
    padding-left: 70px;
    display: flex;
    align-items: center;
	margin: 4% 0 2%;
}
.contents_block_inner h2.point:before {
	position: absolute;
    content: '';
    display: inline-block;
    left: 0;
    width: 38px;
    height: 38px;
    background-image: url(../../images/contractor/icon_hosi.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-left: 6%;
}
dl.point_dl {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}
dl.point_dl dt {
	width: 100%;
	margin-bottom: 3%;
}
dl.point_dl dd {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}
dl.point_dl dd h2 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	text-align: left;
	color: #ea5532;
	padding-bottom: 10px;
}
dl.point_dl dd p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	padding-left: 2rem;
	text-indent: -2rem;
}

/* ===================================================================

	kensetsu

=================================================================== */
#comment_products {
    height: auto;
    width: 100%;
    padding: 6%;
    background-color: #FFF;
    border: 3px solid #DCDDDD;
}

.guide_comment {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.guide_comment .comment_illust{
	margin: 6% auto 0;
}
.guide_comment img {
	width: 100%;
}	
	
/* 下向き */
.guide_txt {
  position: relative;
  display: inline-block;
  padding: 4%;
  width: auto;
  min-width: 150px;
  height: auto;
  line-height: 34px;
  text-align: center;
  background-color: #FFFFFF;
  border: 3px solid #bae3f9;
  z-index: 0;
}
.guide_txt:before {
  display: none;
}
.guide_txt:after {
  display: none;
}
	
#comment_products .guide_txt .comment_txt01 {
	font-size: 14px;
	line-height: 24px;
	background-image: url(../../images/products/icon_hoshi_14px_red.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #EA5532;
	background-position: 0px 5px;
	font-weight: bold;
	text-align: left;
}
#comment_products .guide_txt .comment_txt02 {
	font-size: 14px;
	line-height: 24px;
	background-image: url(../../images/products/icon_hoshi_14px_gr.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #595757;
	background-position: 0px 5px;
	font-weight: bold;
	text-align: left;
}
.comment_inq {
	padding-top: 0;
    margin: 25px 0 0;
}
.comment_inq img {
	padding-bottom: 4%;
}
.products_lineup {
	margin-bottom: 10%;
}
.products_lineup:last-child {
	margin-bottom: 0;
}
dl.lineup_dl {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap-reverse;
}
dl.lineup_dl dt {
	width: 100%;
	height: auto;
	padding-right: 0;
}
dl.lineup_dl dt  img{
	width: 100%;
	max-width: 767px;
}
dl.lineup_dl dd {
	width: 100%;
	height: auto;
	vertical-align: top;
	padding-left: 0;
}
dl.lineup_dl dd p {
	text-indent: -1rem;
	padding-left: 1rem;
	padding-bottom: 10px;
}
dl.lineup_dl dd p.syouhin {
	text-indent: 0rem;
	padding-left: 0rem;
	padding-bottom: 10px;
}
p.syouhin a {
	width:auto;
	height:auto;
	background-color:#FFF;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #3071B9;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	padding: 5px;
	display: block;
	border:solid 2px #6AA3D3;
	letter-spacing: -0.02em;
}
p.syouhin a:hover {
	display: block;
	opacity: .70; 
	filter: alpha(opacity=70); 
	-ms-filter: "alpha(opacity=70)"; 
	-khtml-opacity: .70; 
	-moz-opacity: .70; 
}
p.syouhin_2 a {
	width:auto;
	height:auto;
	background-color:#FFF;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	font-size: 13px;
	font-size: 1.3rem;
	color: #1A96D5;
	line-height: 20px;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	display: block;
	vertical-align: middle;
	font-weight: bold;
	border:solid 2px #7fcfe2;
}
p.syouhin_2 a:hover {
	display: block;
	opacity: .70; 
	filter: alpha(opacity=70); 
	-ms-filter: "alpha(opacity=70)"; 
	-khtml-opacity: .70;
	-moz-opacity: .70;
}

#life_insurance dl.lineup_dl dd p{
	text-indent: 0rem;
	padding-left: 0rem;
	padding-bottom: 10px;
}

/* ===================================================================

	privacy_policy square14_ul

=================================================================== */
.privacy_policy {
	width: 100%;
}

.privacy_policy h3 {
	padding-top: 30px;
	padding-bottom: 15px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
	color: #1A96D5;
	text-indent: -4.8rem;
	padding-left: 4.8rem;
}
.privacy_policy p {
	padding-left: 0;
}
.privacy_policy p a {
	color: #EA5532;
	text-decoration: none;
}
.privacy_policy p a:hover {
	color: #EA5532;
	text-decoration: underline;
}
.privacy_policy dl {
	padding: 3% 0 0;
	display: flex;
	flex-wrap: wrap;
}
.privacy_policy dl dt {
	width: 5%;
	padding-right: 0;
	text-align: left;
}
.privacy_policy dl dd {
	width: 95%;
}
.square14_ul {
	padding-left: 0;
}
.square14_ul li {
	background-image: url(../../images/common/icon_square16.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 20px;
	background-position: 5px 20px;
	line-height: 150%;
}
.square14_ul li a {
	font-weight: bold;
	color: #EA5532;
	text-decoration: none;
	font-size: 12px;
}
.square14_ul li a:hover {
	font-weight: bold;
	color: #EA5532;
	text-decoration: underline;
}
/* ===================================================================

	solicitation_policy 

=================================================================== */
.solicitation_area {
	width: 100%;
}

.solicitation_area h3 {
	padding-top: 30px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
	color: #1A96D5;
	padding-bottom: 0px;
	text-indent: -2rem;
	padding-left: 2rem;
}
dl.hanbai_dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
dl.hanbai_dl dt {
	width: 5%;
	float:left;
	padding-bottom: 20px;
	padding-right: 10px;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	color: #1A96D5;
}
dl.hanbai_dl dd {
	width: 95%;
	margin: 0px;
	float:left;
	display: block;
	padding-bottom: 20px;
}

.inq_box .box_blue {
	margin-top: 3%;
}

/* ===================================================================

	reason

=================================================================== */
#comment_kensetsu {
	height: auto;
	width: 100%;
	padding: 3% 4%;
	background-color: #FFF;
	border: 3px solid #B1E1FD;
	display: inline-block;
}
#comment_kensetsu .kensetu_title {
	margin-top: 4%;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
}
#comment_kensetsu .comment .comment_txt02 {
	margin: 6% auto;
	line-height: 1.6;
	text-align: center;
}
p.reason_number {
    font-size: 40px;
    display: block;
    line-height: 1.5;
    color: #ffffff;
    font-weight: bold;
    padding-top: 0;
}	

	
/* ===================================================================

	Voice

=================================================================== */
#comment_voice {
	height: auto;
	width: 100%;
	position: relative;
	padding: 6%;
	background-color: #FFF;
	border: 3px solid #DCDDDD;
}
#comment_voice:after {
	content:"";
	clear:both;
	display:block;
}

#comment_voice .voice_title {
	position: relative;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
	text-align:center;
}

#comment_voice .voice_title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #009FDE, #009FDE 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #009FDE, #009FDE 2px, #fff 2px, #fff 4px);
}

.voice_list {
	content:"";
	display: block;
	clear:both;
	margin:0;
	padding:0;
}

.voice_list li{
    display: block;
	width: 100%;
	padding: 0 45px 30px 45px;
	margin:0;
}

.voice_list li.listR {
    content:"";
	display: block;
	clear:both;
	margin:0;
	padding:0;
}
.voice_list li.listR dl {
	display: flex;
	align-items:center;
}
.voice_list li.listR dt {
	/*max-width:80px;*/
	width: 20%;
	float:left;
	margin-left: 0;
}
.voice_list li.listR dd {
	width: 100%;
	max-width:520px;
	float:left;
}

.voice_list li.listR dl dd.voiceTextLeft01 {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 10px 15px;
 	max-width: 100%;
	height: auto;
 	color: #555;
	font-size: 16px;
	line-height:1;
	background: #FFF;
 	border: solid 3px #1A96D5;
	border-radius: 10px;
 	box-sizing: border-box;
	float:left;;
}

.voice_list li.listR dl dd.voiceTextLeft01:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -14px;
 	margin-top: -8px;
	border: 8px solid transparent;
	border-right: 8px solid #FFF;
 	z-index: 2;
}

.voice_list li.listR dl dd.voiceTextLeft01:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -20px;
 	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 10px solid #1A96D5;
 	z-index: 1;
}

.voice_list li.listR dl dd.voiceTextLeft01 p {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: 1.5;
	display: table-cell; /* IE8から使用可能 */
    vertical-align: middle;
}

.voice_list li.listR dl dd.voiceTextLeft02 {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0 1.5em 0;
	padding: 0px 10px;
 	max-width: 100%;
	height: auto;
 	color: #555;
	font-size: 16px;
	line-height:1;
	background: #FFF;
 	border: solid 3px #B1E1FD;
	border-radius: 10px;
 	box-sizing: border-box;
	float:left;
}

.voice_list li.listR dl dd.voiceTextLeft02:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -14px;
 	margin-top: -8px;
	border: 8px solid transparent;
	border-right: 8px solid #FFF;
 	z-index: 2;
}

.voice_list li.listR dl dd.voiceTextLeft02:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -20px;
 	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 10px solid #B1E1FD;
 	z-index: 1;
}

.voice_list li.listR dl dd.voiceTextLeft02 p {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: 1.5;
	display: table-cell; /* IE8から使用可能 */
    vertical-align: middle;
}

.voice_list li.listR dl dd.voiceTextLeft03 {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0 1.5em 0;
	padding: 10px 15px;
 	max-width: 100%;
	height: auto;
 	color: #555;
	font-size: 16px;
	line-height:1;
	background: #FFF;
 	border: solid 3px #3071B9;
	border-radius: 10px;
 	box-sizing: border-box;
	float:left;
}

.voice_list li.listR dl dd.voiceTextLeft03:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -14px;
 	margin-top: -8px;
	border: 8px solid transparent;
	border-right: 8px solid #FFF;
 	z-index: 2;
}

.voice_list li.listR dl dd.voiceTextLeft03:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -20px;
 	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 10px solid #3071B9;
 	z-index: 1;
}

.voice_list li.listR dl dd.voiceTextLeft03 p {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: 1.5;
	display: table-cell; /* IE8から使用可能 */
    vertical-align: middle;
}


.voice_list li.listL {
    content:"";
	display: block;
	clear:both;
	margin:0;
	padding:0;
}
.voice_list li.listL dl {
	display: flex;
	align-items:center;
}
.voice_list li.listL dt {
	width: 100%;
	max-width:520px;
	float:left;
}
.voice_list li.listL dd {
	width: 20%;
	/*max-width:100px;*/
	float:left;
	margin-left: 2%;
}

.voice_list li.listL dl dt.voiceTextright01 {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0 1.5em 0;
	padding: 10px 15px;
 	max-width: 100%;
	height: auto;
 	color: #555;
	font-size: 16px;
	font-size: 1.6rem;
	line-height:1;
	background: #FFF;
 	border: solid 3px #1A96D5;
	border-radius: 10px;
 	box-sizing: border-box;
	float:left;
}
.voice_list li.listL dl dt.voiceTextright01:before{
	content: "";
	position: absolute;
	top: 50%;
	right: -14px;
 	margin-top: -8px;
	border: 8px solid transparent;
	border-left: 8px solid #FFF;
 	z-index: 2;
}
.voice_list li.listL dl dt.voiceTextright01:after{
	content: "";
	position: absolute;
	top: 50%;
	right: -20px;
 	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 10px solid #1A96D5;
 	z-index: 1;
}
.voice_list li.listL dl dt.voiceTextright01 p {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: 1.5;
	display: table-cell; /* IE8から使用可能 */
    vertical-align: middle;
}


.voice_list li.listL dl dt.voiceTextright02 {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0 1.5em 0;
	padding: 0px 10px;
 	max-width: 100%;
	height: auto;
 	color: #555;
	font-size: 16px;
	line-height:1;
	background: #FFF;
 	border: solid 3px #B1E1FD;
	border-radius: 10px;
 	box-sizing: border-box;
	float:left;
}
.voice_list li.listL dl dt.voiceTextright02:before{
	content: "";
	position: absolute;
	top: 50%;
	right: -14px;
 	margin-top: -8px;
	border: 8px solid transparent;
	border-left: 8px solid #FFF;
 	z-index: 2;
}
.voice_list li.listL dl dt.voiceTextright02:after{
	content: "";
	position: absolute;
	top: 50%;
	right: -20px;
 	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 10px solid #B1E1FD;
 	z-index: 1;
}
.voice_list li.listL dl dt.voiceTextright02 p {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: 1.5;
	display: table-cell; /* IE8から使用可能 */
	vertical-align: middle;
}

.voice_list li.listL dl dt.voiceTextright03 {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0 1.5em 0;
	padding: 10px 15px;
 	max-width: 100%;
	height: auto;
 	color: #555;
	font-size: 16px;
	line-height:1;
	background: #FFF;
 	border: solid 3px #3071B9;
	border-radius: 10px;
 	box-sizing: border-box;
	float:left;
}
.voice_list li.listL dl dt.voiceTextright03:before{
	content: "";
	position: absolute;
	top: 50%;
	right: -14px;
 	margin-top: -8px;
	border: 8px solid transparent;
	border-left: 8px solid #FFF;
 	z-index: 2;
}
.voice_list li.listL dl dt.voiceTextright03:after{
	content: "";
	position: absolute;
	top: 50%;
	right: -20px;
 	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 10px solid #3071B9;
 	z-index: 1;
}
.voice_list li.listL dl dt.voiceTextright03 p {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: 1.5;
    display: table-cell; /* IE8から使用可能 */
    vertical-align: middle;
}

.voice_list li.listR dl dd img {
    max-width: 418px;
    width: 100%;
}
.voice_list li.listL dl dt img {
    max-width: 418px;
    width: 100%;
}


}






/* 480px - 767px用（タブレット／スマートフォン用）の記述 */
@media screen and (min-width: 481px) and (max-width: 767px)  {
/* ===================================================================

	TOP

=================================================================== */
#contractor_inquiry {
	height: auto;
	width: 94%;
	margin: 0 auto;

}
#contractor_inquiry ul {
	display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 15px 0;
}
#contractor_inquiry ul li {
	width: 100%;
    max-width: 50%;
    margin-right: 2%;
	margin-bottom: 0;
}
#contractor_inquiry ul li:last-child {
    margin-right: 0;
}

#index_corporation .hidden-lg {display: none;}	

#products_list ul.products {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 15px 0 35px;
    padding-left: 0;
}
#products_list ul li {
    width: 100%;
    max-width: 32%;
    height: auto;
    padding-bottom: 10px;
}	
#index_aside_menu ul#asideul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: unset;
    justify-content: space-around;
}
#index_aside_menu ul#asideul li {
    max-width: 48%;
    margin-right: 2%;
    /* padding-bottom: 20px; */
}
#index_aside_menu ul#asideul li:nth-child(even) {
    margin-right: 0;
}
#index_aside_menu ul#asideul li:first-child img {
	max-width: 300px;
	width: 100%;
}
	
	
	
}






/* 481px - 767px用（タブレット／スマートフォン用）の記述 */
@media screen and (min-width: 481px) and (max-width: 767px)  {


#case ul.case_ul {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
#case ul.case_ul li {
    width: 100%;
    max-width: 23%;
    margin: 0;
    height: auto;
}






}