@charset "UTF-8";
.h2_title{
	width: 100%;
	background-color: #ececec;
	}

.h2_title h2{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 980px;
	height: 180px;
	margin: 0px auto;
	}

nav.pagelink{
	padding: 30px 0px;
	text-align: center;
	border-bottom: 1px solid #cccccc;
	}

nav.pagelink a{
	margin: 0px 10px;
	padding: 10px 0px 10px 50px;
	background: url('../img/icon_pagelink.gif') top left no-repeat;
	font-size: 1.4em;
	}



/*company*/

.h2_title h2.h2_company{
	background: url('../../company/img/h2.gif') top left no-repeat;
	}


#company_01 table td dd{
	padding-right: 16px;
	margin-bottom: 5px;
	}

/*business*/

.h2_title h2.h2_business{
	background: url('../../business/img/h2.gif') top left no-repeat;
	}

.business_flow{
	width: 660px;
	margin: 20px auto;
	}

.business_flow div.arrow{
	text-indent: -9999px;
	width: 0;
	height: 0;
	border: 40px solid transparent;
	border-top: 40px solid #cccccc;
	margin: 15px auto -25px;
	}

.business_flow div.left,.business_flow div.right{
	border: 3px solid #0075c2;
	padding: 15px;
	}

.business_flow div.left{
	background-color: #0075c2;
	color: #ffffff;
	font-weight: bold;
	width: 264px;
	}

.business_flow div.right{
	width: 324px;
	}


/*about*/

.h2_title h2.h2_about{
	background: url('../../about/img/h2.gif') top left no-repeat;
	}

#about_01{
	width: 940px;
	padding: 37px 20px 20px;
	background: #f0f0c3 url('../../about/img/bg_honeycomb.gif') top right no-repeat;
	}

#about_01 h4.col_00686c{
	font-size: 1em;
	color: #00686c;
	}

#about_01 h4.icon_big_hexagon{
	padding: 17px 0px 17px 72px;
	background: url('../../about/img/icon_big_hexagon.gif') 0px 3px no-repeat;
	}


#about_02 dd{
	line-height: 200%;
	padding-right: 16px;
	}

/*case*/
#case nav.pagelink{
	text-align: left;
	line-height: 320%;
	padding: 21px 0px;
	}

.h2_title h2.h2_case{
	background: url('../../case/img/h2.gif') top left no-repeat;
	}

#case_02 table th,table td{
	vertical-align: middle;
	}

.case_flow{
	margin: 20px auto;
	}

.case_flow div.arrow{
	float: left;
	text-indent: -9999px;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-left: 30px solid #cccccc;
	margin: 50px 25px 50px 60px;
	}

.case_flow div.step{
	width: 230px;
	float: left;
	background-color: #0075c2;
	}

.case_flow div.step h5{
	font-size: 1em;
	border: 3px solid #0075c2;
	padding: 5px 15px;
	color: #ffffff;
	font-weight: bold;
	}

.case_flow div.inner{
	height: 105px;
	border: 3px solid #0075c2;
	background-color: #ffffff;
	padding: 5px 15px;
	}

.case_flow li.icon_hexagon{
	font-weight: normal;
	margin: 7px 0px;
	}

#case_04 li.icon_hexagon{
	margin: 10px 0px;
	width: 225px;
	float: left;
	}

/*inquiry*/
.h2_title h2.h2_inquiry{
	background: url('../../inquiry/img/h2.gif') top left no-repeat;
	}
table.tbl_form{
	width: 100%;
	border-spacing: 0px;
	border-top: 1px dotted #cccccc;
	border-left: none;
	}

table.tbl_form th,table.tbl_form td{
	padding: 0.8em;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #cccccc;
	border-right: none;
	}
table.tbl_form td textarea{
	height: 10em;
	}

table.tbl_form th .required{
	color: #cc0000;
	font-size: 0.8em;
	}

input.btn_confirmation{
	margin: 20px 0px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 200px;
	height: 50px;
	border: 0px;
	cursor:pointer;
	background: url('../../inquiry/img/btn_confirmation.gif') left top no-repeat;
	}

input.btn_reset{
	margin: 20px 0px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 200px;
	height: 50px;
	border: 0px;
	cursor:pointer;
	background: url('../../inquiry/img/btn_reset.gif') left top no-repeat;
	}

input.btn_submit{
	margin: 20px auto;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 200px;
	height: 50px;
	border: 0px;
	cursor:pointer;
	background: url('../../inquiry/img/btn_submit.gif') left top no-repeat;
	}

a.btn_return{
	margin: 20px auto;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 200px;
	height: 50px;
	border: 0px;
	background: url('../../inquiry/img/btn_return.gif') left top no-repeat;
	}



input.btn_submit:hover,input.btn_reset:hover,input.btn_confirmation:hover,a.btn_return:hover{
	opacity: 0.5;
	}


/*newpolicy*/

.h2_title h2.h2_newpolicy{
	background: url('../../img/newpolicy/h2.gif') top left no-repeat;
	}

table.tbl_newpolicy{
	width: 980px;
	}

table.tbl_newpolicy th,table.tbl_newpolicy td{
	line-height: 1;
	font-size: 0.8em;
	padding: 1px;
	}
table.tbl_newpolicy .txt_rl{
	writing-mode: tb-rl; 
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
}

/*partner*/
.h2_title h2.h2_partner{
	background: url('../../img/partner/h2.gif') top left no-repeat;
	}

/*privacy*/
.h2_title h2.h2_privacy{
	background: url('../../img/privacy/h2.gif') top left no-repeat;
	}



/* Media Queries
==========================================================================*/
@media screen and (min-width: 979px) {
}

@media screen and (max-width:799px) {
.h2_title h2{
	width: 100%;
	height: 150px;
	}
.h2_title h2.h2_company{
	background: url('../../company/img/h2_sp.gif') 10px 20px no-repeat;
	}

.h2_title h2.h2_business{
	background: url('../../business/img/h2_sp.gif') 10px 20px no-repeat;
	}

.h2_title h2.h2_about{
	background: url('../../about/img/h2_sp.gif') 10px 20px no-repeat;
	}

.h2_title h2.h2_case{
	background: url('../../case/img/h2_sp.gif') 10px 20px no-repeat;
	}

.h2_title h2.h2_inquiry{
	background: url('../../inquiry/img/h2_sp.gif') 10px 20px no-repeat;
	}

.h2_title h2.h2_newpolicy{
	background: url('../../img/newpolicy/h2_sp.gif') 10px 20px no-repeat;
	}

.h2_title h2.h2_partner{
	background: url('../../img/partner/h2_sp.gif') 10px 20px no-repeat;
	}

.h2_title h2.h2_privacy{
	background: url('../../img/privacy/h2_sp.gif') 10px 20px no-repeat;
	}

/*about*/
#about_01{
	width: 100%;
	padding: 0px;
	}

#about_01 div.sp_wrapper{
	padding: 37px 20px 20px;
	}

/*case*/
#case nav.pagelink{
	line-height: 180%;
	}

#case .left,#case .right{
	float: none;
	}

#case .w480{
	width: 100%;
	}

.case_flow div.step{
	width: 170px;
	}

.case_flow div.arrow{
	margin: 50px 0px 50px 40px;
	}
/*newpolicy*/
#newpolicy_01 .left,#newpolicy_01 .right{
	float: none;
	}

#newpolicy_01 .w480{
	width: 100%;
	}

#newpolicy_01 .mgt20 .left{
	float: left;
	}
#newpolicy_01 .mgt20 .w270{
	width: 70%;
	}
#newpolicy_01 .mgt20 .right{
	float: right;
	}

#newpolicy_01 div.sp_wrapper{
	display: block;
	overflow: auto;
	margin-left: 12px;
	margin-right: 12px;
	}

#newpolicy_01 div.sp_wrapper table.tbl_newpolicy{
	margin-bottom: 1em;
	}


/*inquiry*/

#inquiry_01 .w420{
	width: 420px;
	}
}

@media screen and (max-width:699px) {
.h2_title h2{
	width: 100%;
	height: 75px;
	}

.h2_title h2.h2_company{
	background: url('../../company/img/h2_sp.gif') 10px 10px no-repeat;
	-webkit-background-size: 186px 55px;
	-o-background-size: 186px 55px;
	-khtml-background-size: 186px 55px;
	background-size: 186px 55px;
	}

.h2_title h2.h2_business{
	background: url('../../business/img/h2_sp.gif') 10px 10px no-repeat;
	-webkit-background-size: 186px 55px;
	-o-background-size: 186px 55px;
	-khtml-background-size: 186px 55px;
	background-size: 186px 55px;
	}

.h2_title h2.h2_about{
	background: url('../../about/img/h2_sp.gif') 10px 10px no-repeat;
	-webkit-background-size: 186px 55px;
	-o-background-size: 186px 55px;
	-khtml-background-size: 186px 55px;
	background-size: 186px 55px;
	}

.h2_title h2.h2_case{
	background: url('../../case/img/h2_sp.gif') 10px 10px no-repeat;
	-webkit-background-size: 186px 55px;
	-o-background-size: 186px 55px;
	-khtml-background-size: 186px 55px;
	background-size: 186px 55px;
	}

.h2_title h2.h2_inquiry{
	background: url('../../inquiry/img/h2_sp.gif') 10px 10px no-repeat;
	-webkit-background-size: 186px 55px;
	-o-background-size: 186px 55px;
	-khtml-background-size: 186px 55px;
	background-size: 186px 55px;
	}

.h2_title h2.h2_newpolicy{
	background: url('../../img/newpolicy/h2_sp.gif') 10px 10px no-repeat;
	-webkit-background-size: 186px 55px;
	-o-background-size: 186px 55px;
	-khtml-background-size: 186px 55px;
	background-size: 186px 55px;
	}

.h2_title h2.h2_partner{
	background: url('../../img/partner/h2_sp.gif') 10px 10px no-repeat;
	-webkit-background-size: 186px 55px;
	-o-background-size: 186px 55px;
	-khtml-background-size: 186px 55px;
	background-size: 186px 55px;
	}

.h2_title h2.h2_privacy{
	background: url('../../img/privacy/h2_sp.gif') 10px 10px no-repeat;
	-webkit-background-size: 186px 55px;
	-o-background-size: 186px 55px;
	-khtml-background-size: 186px 55px;
	background-size: 186px 55px;
	}

nav.pagelink{
	padding: 10px 0px;
	}

nav.pagelink a{
	margin: 0px 10px;
	padding: 0px 0px 5px 25px;
	font-size: 1.2em;
	-webkit-background-size: 20px 20px;
	-o-background-size: 20px 20px;
	-khtml-background-size: 20px 20px;
	background-size: 20px 20px;
	}

/*company*/
#company_01 th.w200{
	width: 96%;
	}

#company table{
	border-left: none;
	border-top: none;
	}

#company table tr{
	display: block;
    }

#company table th,#company table td{
	display: list-item;
	list-style-type: none;
	width: 96%;
	padding: 5px;
	border-left: 1px solid #cccccc;
	}

#company table th{
	font-weight: bold;
	}

#company table th.bdt{
	border-top: 1px solid #cccccc;
	}


/*business*/
#business_01 th.w200{
	width: 96%;
	}

#business_01 .mgt20,#business_01 .mgt35,#business_01 .mgt40{
	margin-top: 10px;
	}

#business_01 .mgt50{
	margin-top: 15px;
	}

#business_01 .aligncenter{
	text-align: left !important;
	}

.business_flow{
	width: 96%;
	margin: 10px auto;
	}

.business_flow div.arrow{
	text-indent: -9999px;
	width: 0;
	height: 0;
	border: 40px solid transparent;
	border-top: 40px solid #cccccc;
	margin: 15px auto -25px;
	}

.business_flow div.left,.business_flow div.right{
	float: none;
	padding: 5px;
	}

.business_flow div.left{
	width: 96%;
	padding-bottom: 2px;
	}

.business_flow div.right{
	width: 96%;
	}

#business table{
	border-left: none;
	border-top: none;
	}

#business table tr{
	display: block;
    }

#business table th,#business table td{
	display: list-item;
	list-style-type: none;
	width: 96%;
	padding: 5px;
	border-left: 1px solid #cccccc;
	}

#business table th{
	font-weight: bold;
	}

#business table th.bdt{
	border-top: 1px solid #cccccc;
	}


/*about*/
#about nav.pagelink{
	text-align: left;
	padding: 21px 0px;
	}

#about .mgt20,#about .mgt30,#about .mgt40{
	margin-top: 10px;
	}

#about .mgt50{
	margin-top: 15px;
	}

#about_01 .left,#about_01 .right,#about_02 .left,#about_02 .right,#about_03 .left,#about_03 .right{
	float: none;
	}

#about_01 div.sp_wrapper{
	padding: 7px 20px 20px;
	}


#about_01 .mgr20{
	margin-right: 0px;
	}

#about_01 .mgl20{
	margin-left: 0px;
	}

#about_01 .txt_18{
	font-size: 1em;
	}

#about_01 .aligncenter{
	text-align: left !important;
	}

#about_01 h4.icon_big_hexagon{
	font-size: 1.2em;
	padding: 5px 0px 5px 38px;
	-webkit-background-size: 30px 28px;
	-o-background-size: 30px 28px;
	-khtml-background-size: 30px 28px;
	background-size: 30px 28px;
	}

#about_01 img{
	margin-top: 10px;
	}

#about_04 .mgt40{
	margin-top: 40px;
	}

/*case*/


#case .txt_18{
	font-size: 1em;
	}
#case .mgt20,#case .mgt30,#case .mgt40{
	margin-top: 10px;
	}

.case_flow div.arrow{
	float: none;
	border: 30px solid transparent;
	border-top: 30px solid #cccccc;
	margin: 15px auto -20px;
	}

.case_flow div.step{
	width: 100%;
	float: none;
	}
.case_flow div.step h5{
	padding: 5px 5px 2px;
	}

.case_flow div.inner{
	height: auto;
	padding: 5px;
	}

#case_02 .aligncenter,#case_03 .aligncenter,#case_04 .aligncenter{
	text-align: left !important;
	}

#case_02 th.w110{
	width: 25%;
	}
#case_02 th.w200{
	width: 30%;
	}


#case_04 li.icon_hexagon{
	margin: 10px 0px;
	width: 120px;
	float: left;
	}

/*inquiry*/

#inquiry .txt_18{
	font-size: 1em;
	}

table.tbl_form tr{
	display: block;
	margin-bottom: 0.5em;
    }
table.tbl_form th,table.tbl_form td{
	display: list-item;
	list-style-type: none;
	width: 96%;
	padding: 5px;
	}

table.tbl_form th{
	border: none;
	font-weight: bold;
	}
table.tbl_form td input{
	height: 1em;
	font-size: 1.4em;
	}
table.tbl_form td textarea{
	font-size: 1.4em;
	}
table.tbl_form td input.w250,table.tbl_form td input.w460,table.tbl_form td textarea.w460{
	width: 100%;
	}
#inquiry_01 .w420{
	width: 96%;
	text-align: center;
	}
#inquiry_01 .w420 .left,#inquiry_01 .w420 .right{
	float: none;
	}



input.btn_confirmation{
	margin: 20px auto;
	}

input.btn_reset{
	margin: 20px auto;
	}

input.btn_submit{
	margin: 20px auto;
	}

a.btn_return{
	margin: 20px auto;
	}

/*newpolicy*/


#newpolicy_01 .mgt20 .left,#newpolicy_01 .mgt20 .right{
	float: none;
	}
#newpolicy_01 .mgt20 .w270{
	width: 100%;
	}

/*partner*/
#partner table{
	border-left: none;
	border-top: none;
	}

#partner table tr{
	display: block;
    }

#partner table th,#partner table td{
	display: list-item;
	list-style-type: none;
	width: 96%;
	padding: 5px;
	border-left: 1px solid #cccccc;
	}

#partner table th{
	font-weight: bold;
	}

#partner table th.bdt{
	border-top: 1px solid #cccccc;
	}

#partner .aligncenter{
	text-align: left !important;
	}

}