﻿@charset "UTF-8";










/****************************
	responsive
*****************************/

.sp {
	display: none !important;
}



/****************************
	pc only
*****************************/
.w700 {
	width: 700px;
	margin: 0 auto;
}
.w750 {
	width: 750px;
	margin: 0 auto;
}





/****************************
	header
*****************************/

/* header_area_01 */
.header_area_01 {
	border-top: #10458f 8px solid;
}

.header_area_01_inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.header_area_01_inner h1 {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}

.header_area_01_inner h1 span {
	background: #10458f;
	border-radius: 0 0 4px 4px;
}

.medcom .header_area_01_inner h1 span {
	padding: 0 10px 5px;
}

.one .header_area_01_inner h1 span {
	padding: 0 10px 5px;
}

/* header_area_02 */
.header_area_02 {
	border-bottom: #ddd 1px solid;
}

.header_area_02_inner {
	width: 1000px;
	height: 73px;
	margin: 0 auto;
	position: relative;
}

.header_area_02_inner .logo {
	float: left;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin-top: 8px;
}

.medcom .header_area_02_inner .logo {
	width: 330px;
}

.one .header_area_02_inner .logo {
	width: 280px;
}

.header_area_02_inner .logo a {
	display: block;
}

.header_area_02_link {
	width: 300px;
	float: left;
	margin-top: 20px;
}

.header_area_02_link p {
	color: #777;
	font-size: 12px;
	line-height: 1;
}

.header_area_02_link p:nth-child(2) {
	margin-top: 10px;
}

.header_area_02_link p a {
	color: #777;
	text-decoration: none;
}

.header_area_02_link p a:hover {
	text-decoration: underline;
}

/* header_link_button */
.header_link_button {
	width: 128px;
	color: #10458f;
	font-size: 12px;
	line-height: 30px;
	border: #10458f 1px solid;
	background-image: url(../../img/icon_triangle_blue.png);
	background-repeat: no-repeat;
	background-position: right 1px bottom 1px;
	background-size: 7px auto;
	box-sizing: border-box;
}

.header_link_button a {
	display: block;
	color: #10458f;
	text-decoration: none;
	padding-left: 35px;
	background-image: url(../../img/header_icon_customer.png);
	background-repeat: no-repeat;
	background-position: 15px 8px;
	background-size: 15px auto;
}

/* header_link_button_one */
.header_link_button_one {
	width: 212px;
	color: #f08300;
	font-size: 12px;
	line-height: 30px;
	border: #f08300 1px solid;
	background-image: url(../../img/icon_triangle_orange.png);
	background-repeat: no-repeat;
	background-position: right 1px bottom 1px;
	background-size: 7px auto;
	box-sizing: border-box;
	text-align: center;
}

.header_link_button_one a {
	display: block;
	color: #f08300;
	text-decoration: none;
}

.header_link_button_one a:hover {
	text-decoration: underline;
}

.medcom .header_link_button {
	position: absolute;
	top: 30px;
	right: 0;
}

.one .header_link_button {
	position: absolute;
	top: 30px;
	right: 228px;
}

.one .header_link_button_one {
	position: absolute;
	top: 30px;
	right: 0;
}

.header_link_button a:hover {
	text-decoration: underline;
}

/* header_area_03 */
.header_area_03 {
}

.header_area_03_inner {
	width: 1000px;
	margin: 0 auto;
}

.header_area_03_inner ul {
	list-style: none;
	margin-top: -1px;
}

.header_area_03_inner ul li {
	background: #f7f7f7;
	color: #000;
	font-size: 14px;
	line-height: 42px;
	text-align: center;
	float: left;
	border: #ddd 1px solid;
	border-right: none;
	border-top: none;
	box-sizing: border-box;
}

.medcom .header_area_03_inner ul li {
	width: 166px;
}

.medcom .header_area_03_inner ul li:nth-of-type(n+3) {
	width: 167px;
}

.one .header_area_03_inner ul li {
	width: 250px;
}

.header_area_03_inner ul li:hover {
	background: #fff2d1;
	font-weight: bold;
}

.header_area_03_inner ul li:first-child {
	border-radius: 0 0 0 10px;
}

.header_area_03_inner ul li:last-child {
	border-right: #ddd 1px solid;
	border-radius: 0 0 10px 0;
}

.header_area_03_inner ul li a {
	color: #000;
	display: block;
	text-decoration: none;
}

.header_area_03_inner ul li a:hover {
	color: #f08300;
}









/****************************
	home_main_area
*****************************/

/* home_copy_area */
.home_copy_area {
	width: 1000px;
	margin: 12px auto 0;
}

.home_copy_area h3 {
	color: #333;
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.05em;
}

.home_copy_area h3 .orange {
	color: #f08300;
	font-size: 21px;
}

.home_copy_area h3 .underline {
	border-bottom: #f08300 1px solid;
}

/* home_visual */
.home_visual {
	margin-top: 15px;
	width: 100%;
	height: 329px;
	background: url(../../img/home_visual.jpg) no-repeat top center;
}

.home_visual_inner {
	width: 1000px;
	height: 329px;
	margin: 0 auto;
	position: relative;
}

.home_visual_button_01 {
	position: absolute;
	left: 0;
	bottom: 17px;
	width: 290px;
	background-color: #f08300;
	color: #fff;
	font-size: 16px;
	line-height: 42px;
	font-weight: bold;
	text-align: center;
	background-image: url(../../img/icon_triangle_white.png);
	background-repeat: no-repeat;
	background-position: right 4px bottom 4px;
	background-size: 12px auto;
}

.home_visual_button_01 a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.home_visual_button_01 a:hover {
	text-decoration: underline;
}

.home_visual_button_02 {
	position: absolute;
	right: 0;
	bottom: 17px;
	width: 367px;
	height: 63px;
	background: url(../../img/home_visual_button_02.png) no-repeat left top;
}

.home_visual_button_02 p {
	color: #f76ea5;
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
	padding: 10px 0 0 10px;
	letter-spacing: 0.05em;
}
.home_visual_button_02 p .orange {
	color: #f08300;
}

.home_visual_button_02 a {
	color: #f08300;
	text-decoration: none;
	display: block;
	height: 63px;
}

.home_visual_button_02 a:hover {
	text-decoration: underline;
}

/* home_example_box_area */
.home_example_box_area {
	background: #fefbf7;
}

.home_example_box_area_inner {
	width: 1000px;
	margin: 0 auto;
	padding-top: 27px;
	padding-bottom: 40px;
}

.home_example_box {
	width: 250px;
	float: left;
	box-sizing: border-box;
	border: #ccc 1px solid;
	border-right: none;
	border-bottom: #cbc9c6 6px solid;
}

.home_example_box:last-child {
	border-right: #ccc 1px solid;
}

.home_example_box .title_box {
	border: #f08300 1px solid;
	box-sizing: border-box;
	padding: 20px 10px;
	margin: -1px -1px 0;
}

.home_example_box .title_box h3 {
	color: #333;
	font-size: 14px;
	line-height: 1.4;
}

.home_example_box .title_box h3 span {
	color: #f08300;
}

.home_example_box figure img {
	max-width: 100%;
	height: auto;
}

.home_example_box .text_box {
	background: #fef7f0;
	background: url(../../img/home_example_box_bg.png) repeat left top;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.home_example_box .text_box h4 {
	color: #333;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	border-bottom: #f08300 2px dotted;
	padding-bottom: 8px;
}

.home_example_box .text_box p {
	color: #da0303;
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}

.home_example_box .text_box p span {
	color: #5b5b5b;
	font-size: 17px;
}

.home_example_box .text_box p:nth-of-type(1) {
	margin-top: 15px;
	padding-bottom: 30px;
	background: url(../../img/home_example_box_plus.png) no-repeat center 30px;
}

.home_example_box .home_example_box_button {
	margin: 10px 10px;
	background-color: #f08300;
	color: #fff;
	font-size: 16px;
	line-height: 42px;
	font-weight: bold;
	text-align: center;
	background-image: url(../../img/icon_triangle_white.png);
	background-repeat: no-repeat;
	background-position: right 4px bottom 4px;
	background-size: 12px auto;
}

.home_example_box .home_example_box_button a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.home_example_box .home_example_box_button a:hover {
	text-decoration: underline;
}

/* home_point_area */
.home_point_area {
	height: 396px;
	border: #f08300 2px solid;
	border-right: none;
	border-left: none;
	background: url(../../img/home_point_area_bg_01.png) repeat left top;
	background-size: 12px 12px;
}

.home_point_area_inner {
	width: 1000px;
	height: 396px;
	margin: 0 auto;
	background: url(../../img/home_point_area_bg_02.png) no-repeat center top;
}

.home_point_title {
	width: 470px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 12px;
	border-bottom: #f08300 2px solid;
}

.home_point_area_inner h3 {
	color: #f08300;
	font-size: 26px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}

.home_point_area_inner h3 .red {
	color: #da0303;
}

.home_point_area_inner h3 .large {
	font-size: 40px;
}


.home_point_area_box_area {
	margin-top: 38px;
}

.home_point_area_box {
	width: 244px;
	height: 252px;
	float: left;
	margin-right: 8px;
	position: relative;
}

.home_point_area_box:last-child {
	margin-right: 0;
}

.home_point_area_box figure {
	width: 244px;
	height: 252px;
	position: absolute;
	top: 0;
	left: 0;
}

.home_point_area_box figure img {
	width: 100%;
	height: auto;
}

.home_point_area_box p {
	position: absolute;
	bottom: 13px;
	left: 16px;
	width: 213px;
	color: #f08300;
	font-size: 14px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	background-image: url(../../img/icon_triangle_orange.png);
	background-repeat: no-repeat;
	background-position: right 3px bottom 3px;
	background-size: 12px auto;
	border: #f08300 1px solid;
}

.home_point_area_box p a {
	display: block;
	color: #f08300;
	text-decoration: none;
}

.home_point_area_box p a:hover {
	text-decoration: underline;
}

/* home_calc_area */
.home_calc_area {
	background: #fefbf7;
}

.home_calc_area_inner {
	width: 1000px;
	margin: 0 auto;
	padding-top: 35px;
	padding-bottom: 27px;
}

.home_calc_area_inner h3 {
	color: #333;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: #f2953d 2px dotted;
}

.home_calc_area_inner p.description {
	margin-top: 18px;
	color: #333;
	font-size: 18px;
	line-height: 1;
	text-align: center;
}

.home_calc_box_area {
	margin-top: 30px;
}

.home_calc_box_01,
.home_calc_box_03 {
	width: 290px;
	height: 160px;
	float: left;
	background: #fff;
	border: #f08708 1px solid;
	border-left: none;
	border-right: none;
}

.home_calc_box_01 h4 {
	margin-top: 8px;
	margin-left: 10px;
	color: #333;
	font-size: 18px;
	line-height: 48px;
	background: url(../../img/home_calc_box_q1.png) no-repeat left top;
	background-size: 48px auto;
	padding-left: 56px;
}

.home_calc_box_01 p {
	text-align: center;
	color: #333;
	font-size: 18px;
	line-height: 1;
	margin-top: 13px;
	margin-bottom: 20px;
}

.home_calc_box_01 p label {
	vertical-align: -2px;
}

.home_calc_box_01 p:last-child {
	margin-top: 0;
	margin-bottom: 0;
}

.home_calc_box_02,
.home_calc_box_04 {
	float: left;
	width: 63px;
	height: 160px;
	background: url(../../img/home_calc_box_right.png) no-repeat 50% 50%;
}

.home_calc_box_03 h4 {
	margin-top: 8px;
	margin-left: 10px;
	color: #333;
	font-size: 18px;
	line-height: 48px;
	background: url(../../img/home_calc_box_q2.png) no-repeat left top;
	background-size: 48px auto;
	padding-left: 56px;
}

.home_calc_box_03 .input {
	width: 110px;
	margin-top: 3px;
	margin-left: 95px;
}

.home_calc_box_03 .input input {
	width: 80px;
	color: #333;
	font-size: 18px;
	line-height: 1;
	padding: 8px 10px;
	box-sizing: border-box;
	margin-right: 10px;
	text-align: center;
}

.home_calc_box_03 .input span {
	color: #333;
	font-size: 18px;
	line-height: 1;
	vertical-align: bottom;
}

.home_calc_box_03 .caution {
	margin-top: 12px;
	margin-left: 40px;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
}

.home_calc_box_05 p {
	width: 293px;
	float: left;
	margin-top: 36px;
	font-size: 0;
	line-height: 0;
}

/* home_calc_result_area */
.home_calc_result_area {
	background: #fff;
	border: #f08300 2px solid;
	border-radius: 4px;
	margin-top: 60px;
	position: relative;
	padding: 25px 40px;
}

.home_calc_result_arrow {
	position: absolute;
	top: -25px;
	left: 480px;
}

.home_calc_result {
	width: 515px;
	margin: 0 auto;
}

.home_calc_result p {
	color: #f08300;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	float: left;
}

.home_calc_result .result_text_01 {
	width: 200px;
	margin-top: 18px;
}

.home_calc_result .result_text_02 {
	font-size: 30px;
	width: 195px;
	border: #aaa 1px solid;
	padding: 12px 0;
	text-align: center;
	box-sizing: border-box;
	letter-spacing: 0.1em;
}

.home_calc_result .result_text_03 {
	width: 120px;
	margin-top: 18px;
	text-align: right;
}

.home_calc_result_area .caution {
	margin-top: 20px;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
}

/* home_calc_button_area */
.home_calc_button_area {
	margin: 25px auto 0;
	width: 814px;
}

.home_calc_button_01 {
	width: 226px;
	float: left;
}

.home_calc_button_01 p {
	margin-top: 24px;
	background-color: #f08300;
	color: #fff;
	font-size: 16px;
	line-height: 42px;
	font-weight: bold;
	text-align: center;
	background-image: url(../../img/icon_triangle_white.png);
	background-repeat: no-repeat;
	background-position: right 5px bottom 5px;
	background-size: 12px auto;
}

.home_calc_button_01 p a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.home_calc_button_01 p a:hover {
	text-decoration: underline;
}

.home_calc_button_02 {
	width: 226px;
	float: left;
	margin-left: 50px;
}

.home_calc_button_02 h5,
.home_calc_button_03 h5 {
	color: #333;
	font-size: 14px;
	line-height: 1;
}

.home_calc_button_02 p {
	margin-top: 8px;
	color: #fff;
	font-size: 16px;
	line-height: 72px;
	font-weight: bold;
	text-align: center;
	background-color: #10458f;
	background-image: url(../../img/icon_triangle_white.png);
	background-repeat: no-repeat;
	background-position: right 5px bottom 5px;
	background-size: 12px auto;
	border: none;
}

.home_calc_button_02 p a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.home_calc_button_02 p a:hover {
	text-decoration: underline;
}

.home_calc_button_03 {
	width: 262px;
	float: right;
}

.home_calc_area.footer_fixed .home_calc_button_02 p,
.home_calc_button_03 p {
	margin-top: 8px;
	color: #fff;
	font-size: 16px;
	line-height: 72px;
	font-weight: bold;
	text-align: center;
	background-color: #10458f;
	background-image: url(../../img/icon_triangle_white.png);
	background-repeat: no-repeat;
	background-position: right 5px bottom 5px;
	background-size: 12px auto;
	border: none;
}

.home_calc_area.footer_fixed .home_calc_button_02 p a,
.home_calc_button_03 p a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.home_calc_area.footer_fixed .home_calc_button_02 p a:hover,
.home_calc_button_03 p a:hover {
	text-decoration: underline;
}

/* home_aside_area */
.home_aside_area {
	margin: 30px auto 30px;
	width: 1000px;
}

.home_aside_qa {
	width: 660px;
}
.home_aside_flow {
	width: 320px;
}

.home_aside_qa {
	float: left;
}

.home_aside_flow {
	float: right;
}

.home_aside_title {
	position: relative;
	padding-bottom: 12px;
	border-bottom: #f08300 2px dotted;
}

.home_aside_title h3 {
	color: #000;
	font-size: 26px;
	line-height: 51px;
	font-weight: bold;
	padding-left: 60px;
}

.home_aside_qa .home_aside_title h3 {
	background: url(../../img/home_aside_icon_qa.png) no-repeat left top;
}

.home_aside_flow .home_aside_title h3 {
	background: url(../../img/home_aside_icon_flow.png) no-repeat left top;
}

.home_aside_flow .pcIcon {
	padding-left: 35px;
	background: url(/img/icon_pc.png) left 0.1em no-repeat;
	line-height: 1.6;
}
.home_aside_flow .docIcon {
	padding-left: 35px;
	background: url(/img/icon_doc.png) 3px 0.1em no-repeat;
	line-height: 1.6;
}

.home_aside_title p {
	position: absolute;
	right: 0;
	bottom: 12px;
	background: url(../../img/arrow_orange_01.png) no-repeat 0 2px;
	padding-left: 14px;
	color: #333;
	font-size: 14px;
	line-height: 1;
}

.home_aside_title p a {
	color: #333;
	text-decoration: none;
}

.home_aside_title p a:hover {
	text-decoration: underline;
}

.home_aside_box {
	margin-top: 20px;
	border: #ccc 1px solid;
	border-bottom: #ccc 6px solid;
	padding: 20px 32px;
	box-sizing: border-box;
}

.home_aside_qa .home_aside_box p {
	color: #f08300;
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 4px;
	padding-left: 1.4em;
	text-indent: -1.4em;
}

.home_aside_qa .home_aside_box p:last-child {
	margin-bottom: 0;
}

.home_aside_qa .home_aside_box p a {
	color: #3073d0;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

.home_aside_qa .home_aside_box p a:hover {
	text-decoration: underline;
}

.home_aside_flow .home_aside_box p {
	color: #3073d0;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 4px;
	text-align: center;
}

.home_aside_flow .home_aside_box p a {
	color: #3073d0;
	text-decoration: none;
}

.home_aside_flow .home_aside_box p a:hover {
	text-decoration: underline;
}

.home_aside_flow .home_aside_box p:last-child {
	margin-bottom: 0;
}










/****************************
	footer
*****************************/

/* footer_text */
.footer_text {
	width: 1000px;
	margin: 40px auto 0;
}

.footer_text.page {
	margin-top: 40px;
}

.footer_text p {
	color: #333;
	font-size: 14px;
	line-height: 1.4;
	padding-left: 0.8em;
	text-indent: -0.8em;
}
.footer_text .ac_open.top {
	display: none;
}
#top .footer_text .ac_open.top {
	display: block;
}

.footer_text p a {
	color: #3073d0;
	text-decoration: none;
}

.footer_text p a:hover {
	text-decoration: underline;
}

/* footer_estimate_area */
.footer_estimate_area {
	margin-top: 90px;
	padding-top: 23px;
	padding-bottom: 15px;
	border-top: #cecece 4px solid;
	background: #fafafa;
}
#customer .footer_estimate_area {
	display: none !important;
}

.footer_estimate_area.page {
	margin-top: 20px;
}

.footer_estimate_area_inner {
	width: 1000px;
	margin: 0 auto;
}

.footer_estimate_area_inner figure {
	width: 147px;
	float: left;
}

.footer_estimate_area_inner .footer_estimate {
	width: 410px;
	float: left;
	margin-left: 20px;
}

.footer_estimate_area_inner .footer_estimate p {
	color: #333;
	font-size: 16px;
	line-height: 1.4;
}

.footer_estimate_area_inner .footer_estimate p.link {
	color: #3073d0;
	font-size: 14px;
	line-height: 1;
	margin-top: 12px;
}

.footer_estimate_area_inner .footer_estimate p.link br {
	display: none;
}

.footer_estimate_area_inner .footer_estimate p.link a {
	color: #3073d0;
	background: url(../../img/icon_list_green.png) no-repeat 0 2px;
	background-size: 6px auto;
	padding-left: 10px;
	text-decoration: none;
}

.footer_estimate_area_inner .footer_estimate p.link a:hover {
	text-decoration: underline;
}

.footer_estimate_area_inner .footer_estimate_link {
	width: 423px;
	float: right;
	margin-top: 7px;
	color: #fff;
	font-size: 20px;
	line-height: 80px;
	font-weight: bold;
	text-align: center;
	background-color: #10458f;
	background-image: url(../../img/icon_triangle_white.png);
	background-repeat: no-repeat;
	background-position: right 4px bottom 4px;
	background-size: 14px auto;
	border-bottom: #c8c8c8 3px solid;
}

.footer_estimate_area_inner .footer_estimate_link a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.footer_estimate_area_inner .footer_estimate_link a:hover {
	text-decoration: underline;
}

/* footer_service_area */
.footer_service_area {
	width: 1000px;
	margin: 40px auto;
}

.footer_service_box_01 {
	width: 320px;
	float: left;
	border: #ccc 1px solid;
	border-top: #f08300 4px solid;
	padding: 18px;
	box-sizing: border-box;
	min-height: 261px;
}

.footer_service_box_02 {
	width: 320px;
	margin-left: 20px;
	float: left;
	border: #ccc 1px solid;
	border-top: #3fa6ad 4px solid;
	padding: 18px;
	box-sizing: border-box;
	min-height: 261px;
}

.footer_service_box_03 {
	width: 320px;
	float: left;
	margin-left: 20px;
	border: #ccc 1px solid;
	border-top: #d95475 4px solid;
	padding: 18px;
	box-sizing: border-box;
	min-height: 261px;
}

.footer_service_title {
	border-bottom: #ccc 1px solid;
	padding-bottom: 14px;
}

.footer_service_title p {
	color: #333;
	font-size: 16px;
	line-height: 1;
	text-align: center;
}

.footer_service_title h3 {
	margin-top: 6px;
	color: #333;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}

.footer_service_box_01 h4 {
	background: url(../../img/footer_service_arow.png) no-repeat center 0;
	margin-top: -1px;
	padding-top: 25px;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.footer_service_box_01 .footer_service_description {
	margin-top: 18px;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}

.footer_service_box_area {
	background: url(../../img/footer_service_arow.png) no-repeat center 0;
	margin-top: -1px;
	padding-top: 25px;
}



.footer_service_box h4 {
	text-align: center;
}

.footer_service_box p {
	margin-top: 18px;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

.footer_service_area h4 a:hover {
	opacity: 0.75;
}

/* footer_sitemap_area */
.footer_sitemap_area {
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	background: #f9f9f9;
	padding-top: 30px;
	padding-bottom: 60px;
}

.footer_sitemap_area_inner {
	width: 1000px;
	margin: 0 auto;
}

.footer_sitemap_area_inner h3 {
	color: #f08300;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
}

.footer_sitemap_area_inner h3 a {
	color: #f08300;
	text-decoration: none;
	background: url(../../img/icon_list_green.png) no-repeat 0 3px;
	background-size: 6px auto;
	padding-left: 10px;
}

.footer_sitemap_area_inner h3 a:hover {
	text-decoration: underline;
}

.footer_sitemap div .blank {
	background: url(../../img/icon_blank.png) no-repeat right 75px top 50%;
}

/* footer_sitemap */
.footer_sitemap {
	margin-top: 27px;
}

.footer_sitemap_01 {
	float: left;
	border-right: #d6d6d6 1px solid;
}

.footer_sitemap_02 {
	float: left;
	border-right: #d6d6d6 1px solid;
}

.footer_sitemap_03 {
	float: left;
	border-right: #d6d6d6 1px solid;
}

.footer_sitemap_04 {
	float: left;
	border-right: #d6d6d6 1px solid;
}

.footer_sitemap_05 {
	float: right;
}

/* medcom_footer */
.medcom_footer .footer_sitemap_01 {
	width: 211px;
	min-height: 390px;
}
.medcom_footer .footer_sitemap_02 {
	width: 208px;
	min-height: 390px;
	margin-left: 23px;
}
.medcom_footer .footer_sitemap_03 {
	margin-left: 23px;
	width: 210px;
	min-height: 390px;
}
.medcom_footer .footer_sitemap_04 {
	margin-left: 23px;
	width: 134px;
	min-height: 390px;
}
.medcom_footer .footer_sitemap_05 {
	width: 142px;
}

.medcom_footer .footer_sitemap_01 .mt {
	margin-top: 130px;
}

.medcom_footer .footer_sitemap_02 .mt {
	margin-top: 17px;
}

.medcom_footer .footer_sitemap_03 .mt {
	margin-top: 126px;
}




/* one_footer */
.one_footer .footer_sitemap_01 {
	width: 120px;
}
.one_footer .footer_sitemap_02 {
	width: 180px;
	margin-left: 23px;
}
.one_footer .footer_sitemap_03 {
	margin-left: 23px;
	width: 180px;
}
.one_footer .footer_sitemap_04 {
	margin-left: 23px;
	width: 200px;
}
.one_footer .footer_sitemap_05 {
	width: 211px;
}






.footer_sitemap ul {
	list-style: none;
}

.footer_sitemap div > ul li {
	color: #333;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	background: url(../../img/icon_list_green.png) no-repeat 0 3px;
	background-size: 6px auto;
	margin-bottom: 10px;
}

.footer_sitemap ul li a {
	color: #333;
	text-decoration: none;
	padding-left: 10px;
}

.footer_sitemap ul li a:hover {
	text-decoration: underline;
}

.footer_sitemap ul li ul {
	margin-top: 5px;
}

.footer_sitemap ul li ul li {
	color: #3073d0;
	font-size: 12px;
	line-height: 1.4;
	font-weight: normal;
	background: none;
	padding-left: 0;
	margin-bottom: 7px;
}

.footer_sitemap ul li ul li:last-child {
	margin-bottom: 0;
}

.footer_sitemap ul li ul li a {
	color: #3073d0;
	text-decoration: none;
	padding-left: 0;
}

.footer_sitemap ul li ul li a:hover {
	text-decoration: underline;
}

.footer_sitemap div > ul li.disable {
	background: none;
	padding-left: 0;
}

.footer_sitemap div > ul li.disable ul li {
}

/* footer_link_area */
.footer_link_area {
	background: #e3e3e3;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer_link_area_inner {
	width: 1000px;
	margin: 0 auto;
}

.footer_link_privacy {
	width: 84px;
	float: left;
	font-size: 0;
	line-height: 0;
}

.footer_link_privacy a {
	display: block;
}

.footer_link_01,
.footer_link_02 {
	list-style: none;
	margin-top: 10px;
}

.footer_link_01 {
	width: 225px;
	float: left;
	border-left: #b8b8b8 1px solid;
	border-right: #b8b8b8 1px solid;
	padding-left: 30px;
}

.footer_link_02 {
	width: 255px;
	float: left;
	border-right: #b8b8b8 1px solid;
	padding-left: 30px;
}

.footer_link_01 li,
.footer_link_02 li {
	color: #777;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 14px;
}

.footer_link_01 li:last-child,
.footer_link_02 li:last-child {
	margin-bottom: 0;
}

.footer_link_01 li a,
.footer_link_02 li a {
	color: #777;
	text-decoration: none;
}

.footer_link_01 li a:hover,
.footer_link_02 li a:hover {
	text-decoration: underline;
}

.footer_link_main {
	margin-top: 27px;
	width: 335px;
	float: right;
	font-size: 0;
	line-height: 0;
}

.footer_link_main img {
	width: 335px;
	height: auto;
}

.footer_link_main a {
	display: block;
}

/* footer_copy_area */
.footer_copy_area {
	background: #000;
}

.footer_copy_area_inner {
	width: 1000px;
	margin: 0 auto;
}

.footer_copy_area_inner p {
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}

/* pagetop */
.pagetop {
	display: none;
	position: fixed;
	right: 60px;
	bottom: 170px;
	font-size: 0;
	line-height: 0;
}

.pagetop.scrolled {
	display: block;
}

.pagetop a {
	display: block;
}

/* footer_page_link */
.footer_page_link {
	margin-top: 50px;
	padding: 25px 0;
	background: #fafafa;
}

.footer_page_link_inner {
	width: 1000px;
	margin: 0 auto;
}

.footer_page_link_inner ul {
	list-style: none;
}

.footer_page_link_inner ul li {
	width: 220px;
	float: left;
	border: #f08300 1px solid;
	border-radius: 3px;
	font-size: 18px;
	line-height: 70px;
	margin-right: 40px;
	box-sizing: border-box;
}

.footer_page_link_inner ul li.small_text {
	font-size: 14px;
}

.footer_page_link_inner ul li:last-child {
	margin-right: 0;
}

.footer_page_link_inner ul li a {
	display: block;
	color: #333;
	text-decoration: none;
	padding-left: 68px;
}

.footer_page_link_inner ul li a:hover {
	text-decoration: underline;
}

.footer_page_link_inner ul.pc.footer_page_link_medcom li:nth-child(1) {
	background: url(../../img/footer_icon_01.png) no-repeat 22px 16px;
	background-color: #fff;
}

.footer_page_link_inner ul.pc.footer_page_link_medcom li:nth-child(2) {
	background: url(../../img/footer_icon_02.png) no-repeat 22px 16px;
	background-color: #fff;
}

.footer_page_link_inner ul.pc.footer_page_link_medcom li:nth-child(3) {
	background: url(../../img/footer_icon_03.png) no-repeat 22px 16px;
	background-color: #fff;
}

.footer_page_link_inner ul.pc.footer_page_link_medcom li:nth-child(4) {
	background: url(../../img/footer_icon_04.png) no-repeat 22px 16px;
	background-color: #fff;
}

.footer_page_link_inner ul.pc.footer_page_link_one li:nth-child(1) {
	background: url(../../img/footer_icon_01.png) no-repeat 22px 16px;
	background-color: #fff;
}

.footer_page_link_inner ul.pc.footer_page_link_one li:nth-child(2) {
	background: url(../../img/footer_icon_06.png) no-repeat 22px 16px;
	background-color: #fff;
}

.footer_page_link_inner ul.pc.footer_page_link_one li:nth-child(3) {
	background: url(../../img/footer_icon_07.png) no-repeat 22px 16px;
	background-color: #fff;
}

.footer_page_link_inner ul.pc.footer_page_link_one li:nth-child(4) {
	background: url(../../img/footer_icon_08.png) no-repeat 22px 16px;
	background-color: #fff;
}












/****************************
	page
*****************************/

/* layout */
.page_area_orange {
	background: #fefbf7;
}

.page_area_orange.pt10 { padding-top: 10px; }
.page_area_orange.pb10 { padding-bottom: 10px; }
.page_area_orange.pt20 { padding-top: 20px; }
.page_area_orange.pb20 { padding-bottom: 20px; }
.page_area_orange.pt30 { padding-top: 30px; }
.page_area_orange.pb30 { padding-bottom: 30px; }

.page_area {
	width: 1000px;
	margin: 0 auto;
}

.page_main_area {
	margin-top: 50px;
}

.page_main_area.type_full {
	margin-top: 10px;
}

.side_area {
	width: 220px;
	float: right;
}

.contents_area {
	width: 750px;
	float: left;
}

.contents_area.type_full {
	width: 1000px;
	float: none;
}

.contents_area_special {
	width: 1000px;
	float: none;
}

/* breadcrumb */
.breadcrumb {
	margin-top: 10px;
	color: #333;
	font-size: 12px;
	line-height: 1.2;
}

.breadcrumb a {
	color: #3073d0;
}

.breadcrumb a:hover {
	text-decoration: none;
}










/****************************
	side_area
*****************************/

.parent_title {
	color: #333;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	border-top: #f08300 2px solid;
}

.parent_title a {
	padding: 13px 15px 12px;
	display: block;
	color: #333;
	text-decoration: none;
}

.parent_title:hover {
	background-color: #fff2d1;
}

.parent_title.bb {
	padding: 13px 0 12px;
	border-bottom: #f08300 2px solid;
}

.parent_title.bb:hover {
	background-color: #fff;
}

.sidebar {
	border-top: #f08300 1px solid;
	border-bottom: #f08300 2px solid;
	list-style: none;
}

.sidebar ul {
	list-style: none;
}

.sidebar li {
	color: #10458f;
	font-size: 14px;
	line-height: 1.6;
}

.sidebar li a {
	display: block;
	padding: 13px 15px 12px;
	color: #333;
	text-decoration: none;
	background-image: url(../../img/border_gray_dot.png), url(../../img/arrow_orange_right.png);
	background-repeat: repeat-x, no-repeat;
	background-position: left bottom, right 13px top 50%;
	background-size: 4px 1px, 10px 10px;
}

.sidebar li a:hover {
	background-color: #fff2d1;
}

.sidebar ul li {
	color: #333;
}

.sidebar ul li a {
	color: #333;
	text-decoration: none;
	background-image: url(../../img/border_gray_dot.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: 4px 1px;
}

.sidebar ul li a:hover {
	background-color: #ddd;
}

.sidebar > li:last-child a {
	background-image: url(../../img/arrow_orange_right.png);
	background-repeat: no-repeat;
	background-position: right 13px top 50%;
	background-size: 10px 10px;
}

.sidebar .parent_current {
	background-color: #f3f3f3;
}

.sidebar .parent_current > a {
	background-color: #f3f3f3;
	background-image: url(../../img/border_gray_dot.png), url(../../img/arrow_orange_bottom.png);
	background-repeat: repeat-x, no-repeat;
	background-position: left bottom, right 13px top 50%;
	background-size: 4px 1px, 10px 10px;
}

.sidebar .parent_current > a:hover {
	background-color: #ddd;
}

.sidebar .child_current {
	background-color: #cdcdcd;
}

.sidebar .child_current a:hover {
	background-color: #aaa;
}

.sidebar li.disable {
	display: block;
	padding: 13px 0 12px;
	color: #aaa;
	text-decoration: none;
	background-color: #eee;
	background-image: url(../../img/border_gray_dot.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: 4px 1px;
}

.sidebar li.pdf a {
	background-image: url(../../img/border_gray_dot.png), url(../../img/arrow_orange_right.png), url(../../img/icon_pdf.png);
	background-repeat: repeat-x, no-repeat, no-repeat;
	background-position: left bottom, right 13px top 50%, left 13px top 50%;
	background-size: 4px 1px, 10px 10px, 18px auto;
}

.sidebar li.pdf:last-child a {
	background-image: url(../../img/arrow_orange_right.png), url(../../img/icon_pdf.png);
	background-repeat: no-repeat, no-repeat;
	background-position: right 13px top 50%, left 13px top 50%;
	background-size: 10px 10px, 18px auto;
}










/****************************
	contents_area format
*****************************/

/* area */
.area {
	/*padding-top: 50px;*/
	/*margin-top: -50px;*/
}

/* h1 */
.modal h1,
.contents_area h1,
.contents_area_special h1 {
	color: #333;
	font-size: 30px;
	line-height: 1.2;
	font-weight: bold;
	padding: 0 4px 4px;
	border-bottom: #f08300 1px solid;
	background-image: url(../../img/icon_triangle_orange.png);
	background-repeat: no-repeat;
	background-position: right 0 bottom 5px;
	background-size: 12px auto;
}
.ac_contents h2 {
	font-size: 28px;
}

/* h2 */
.contents_area h2,
.modal h2 {
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	padding: 10px 10px 11px;
	background: #f08300;
}
.contents_area h2.heading01 {
	color: #333;
	font-size: 28px;
	line-height: 1.2;
	font-weight: bold;
	padding: 0 4px 4px;
	border-bottom: #f08300 1px solid;
	background-image: url(../../img/icon_triangle_orange.png);
	background-repeat: no-repeat;
	background-position: right 0 bottom 5px;
	background-size: 12px auto;
	background-color: transparent;
}


/* h3 */
.contents_area h3,
.modal h3 {
	color: #f08300;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	padding: 12px 10px 10px;
	border: #f08300 1px solid;
}
.contents_area h3.heading02 {
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	padding: 10px 10px 11px;
	border: none;
	background: #f08300;
}

/* h4 */
.contents_area h4,
.modal h4 {
	color: #333;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	border-bottom: #f08300 3px solid;
	padding: 0 10px 8px;
}

/* h5 */
.contents_area h5,
.ac_contents h5,
.modal h5 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: normal;
}

.ac_contents h5,
.modal h5 {
	color: #f08300;
	font-weight: bold;
}

/* inner */
.inner {
	margin-left: 30px;
	margin-right: 30px;
}

/* text */
.contents_area p,
.ac_contents p,
.contents_area ol li,
.contents_area ul li,
.modal p,
.modal p,
.modal ol li,
.modal ul li,
.ac_contents ol li,
.ac_contents ul li {
	color: #333;
	font-size: 16px;
	line-height: 1.6;
}

.contents_area p a,
.contents_area ol li a,
.contents_area ul li a,
.modal p a,
.modal ol li a,
.modal ul li a {
	color: #3073d0;
}

.contents_area p a:hover,
.contents_area ol li a:hover,
.contents_area ul li a:hover,
.modal p a:hover,
.modal ol li a:hover,
.modal ul li a:hover {
	text-decoration: none;
}

.contents_area .bold,
.modal .bold {
	font-weight: bold;
}

.modal .orange {
	color: #f08300 !important;
}

.contents_area .normal,
.modal .normal {
	font-weight: normal;
}

.contents_area .center,
.modal .center {
	text-align: center !important;
}

.contents_area .right,
.modal .right {
	text-align: right;
}

.contents_area .underline,
.modal .underline {
	text-decoration: underline;
}

.contents_area .red,
.modal .red {
	color: #ff1d1d;
}

.contents_area ol,
.contents_area ul,
.ac_contents ul,
.modal ol,
.modal ul,
.modal ul {
	padding-left: 1.25em;
}

.contents_area .indent_00,
.footer_text .indent_00 {
	padding-left: 0em;
	text-indent: 0em;
}

.contents_area .indent_005 {
	padding-left: 0.5em;
	text-indent: -0.5em;
}

.contents_area .indent_01,
.modal .indent_01 {
	padding-left: 1em;
	text-indent: -1em;
}

.contents_area .indent_02 {
	padding-left: 2em;
	text-indent: -2em;
}

.contents_area .indent_03 {
	padding-left: 3em;
	text-indent: -3em;
}

.contents_area .indent_04 {
	padding-left: 4em;
	text-indent: -4em;
}

.contents_area .indent_05 {
	padding-left: 5em;
	text-indent: -5em;
}

.contents_area .caution,
.contents_area .small_text,
.ac_contents .small_text {
	font-size: 14px;
	line-height: 1.5;
}

.contents_area .anchor a {
	background: url(../../img/icon_anchor.png) no-repeat 0 2px;
	padding-left: 14px;
}

.contents_area .anchor_top a {
	background: url(../../img/icon_anchor_top.png) no-repeat 0 2px;
	padding-left: 14px;
}

.contents_area .textlink a {
	background: url(../../img/icon_textlink.png) no-repeat 0 3px;
	padding-left: 14px;
}
.footer_text p.ac_open a,
.contents_area .textlink.ac_open a {
	background: url(../../img/icon_accordion.png) no-repeat 0 3px;
	padding-left: 18px;
}
.footer_text p.ac_open.active a,
.contents_area .textlink.ac_open.active a {
	background: url(../../img/icon_accordion_open.png) no-repeat 0 3px;
	padding-left: 18px;
}

.contents_area .confirm {
	background: url(../../img/icon_confirm.png) no-repeat 0 0;
	padding-left: 28px;
}


.confirm2 {
	background: url(../../img/icon_confirm.png) no-repeat 0 0;
	padding-left: 28px;
}


.contents_area .confirm_group {
	background: url(../../img/icon_confirm.png) no-repeat 0 48%;
	padding-left: 35px;
}

.contents_area .blank {
	background: url(../../img/icon_blank.png) no-repeat right 70px top 45%;
}

.contents_area .blank_2 {
	background: url(../../img/icon_blank.png) no-repeat right 15px top 45%;
}

.contents_area .blank_3 {
	background: url(../../img/icon_blank.png) no-repeat right 250px top 45%;
}

.contents_area .emphasis a {
	margin: 11px 0;
	padding: 11px 38px;
	border: #333 1px solid;
	border-radius: 5px;
}

.contents_area .emphasis_box {
	border: #333 1px solid;
	border-radius: 5px;
	padding: 11px;
}

.contents_area .emphasis_box a {
	display: block;
}

.contents_area .emphasis_box_2 {
	border: #333 1px solid;
	border-radius: 5px;
	padding: 11px;
	background: #fff;
}

.contents_area .emphasis_box_2 a {
	display: block;
}

.contents_area .emphasis_box_3 {
	border: #333 1px solid;
	border-radius: 5px;
	padding: 6px;
	background: #fff;
}

.contents_area .emphasis_box_3 a {
	display: block;
}

.contents_area .contenttop a {
	background: url(../../img/icon_pagetop.png) no-repeat 0 3px;
	padding-left: 14px;
}

.contents_area .type-pdf {
	display: inline-block;
	padding-right: 20px;
	background: url(/img/icon_pdflink.png) right 0.1em no-repeat;
	text-indent: 0;
}
.contents_area .type-blank {
	display: inline-block;
	padding-right: 20px;
	background: url(/img/icon_blank.png) right 0.1em no-repeat;
	text-indent: 0;
}


/* column */
.contents_area .col_02 .col_02_01 {
	width: 48%;
	float: left;
}

.contents_area .col_02 .col_02_02 {
	width: 48%;
	float: right;
}

.contents_area .col_02 .float_box figure {
	width: 35%;
	float: left;
}

.contents_area .col_02 .float_box p {
	width: 55%;
	float: right;
}

.contents_area .col_03 .col_03_01 {
	width: 30.6%;
	float: left;
	margin-right: 4%;
}

.contents_area .col_03 .col_03_02 {
	width: 30.6%;
	float: left;
}

.contents_area .col_03 .col_03_03 {
	width: 30.7%;
	float: right;
}

.contents_area .col_04 .col_04_01 {
	width: 165px;
	float: left;
	margin-right: 30px;
}

.contents_area .col_04 .col_04_02 {
	width: 165px;
	float: left;
	margin-right: 30px;
}

.contents_area .col_04 .col_04_03 {
	width: 165px;
	float: left;
}

.contents_area .col_04 .col_04_04 {
	width: 165px;
	float: right;
}

.contents_area .col_01-03_01 {
	width: 230px;
	float: left;
}

.contents_area .col_01-03_02 {
	width: 495px;
	float: right;
}
.contents_area.type_full .col_01-03_02 {
	width: 745px;
}

.contents_area .col_03-01_01 {
	width: 495px;
	float: left;
}

.contents_area .col_03-01_02 {
	width: 230px;
	float: right;
}

.contents_area .col_01-04_01 {
	width: 165px;
	float: left;
}

.contents_area .col_01-04_02 {
	width: 560px;
	float: right;
}

.contents_area .col_04-01_01 {
	width: 560px;
	float: left;
}

.contents_area .col_04-01_02 {
	width: 165px;
	float: right;
}

.contents_area .col_02_inner.col_02 .col_02_01 {
	padding: 3% 0;
	width: 47.5%;
	float: left;
}

.contents_area .col_02_inner.col_02 .col_02_02 {
	padding: 3% 0;
	width: 47.5%;
	float: right;
}

/* table */
.contents_area table.w_100 {
	width: 100%;
}

.contents_area table {
	border-collapse: collapse;
}

.contents_area table th,
.contents_area table td {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	padding: 14px 18px;
	text-align: left;
	vertical-align: top;
	background: #fefbf7;
	border: #f08300 1px solid;
}

.contents_area table th.pd0,
.contents_area table td.pd0 {
	padding: 0;
}

.contents_area table th.br_none,
.contents_area table td.br_none {
	border-right: none;
}

.contents_area table th.bl_none,
.contents_area table td.bl_none {
	border-left: none;
}

.contents_area table th.bt_none,
.contents_area table td.bt_none {
	border-top: none;
}

.contents_area table th.bg_none,
.contents_area table td.bg_none {
	background: none;
}

.contents_area table th ol li,
.contents_area table th ul li,
.contents_area table td ol li,
.contents_area table td ul li {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}

.contents_area table th.middle,
.contents_area table td.middle {
	vertical-align: middle !important;
}

.contents_area table th a,
.contents_area table td a {
	color: #3073d0;
}

.contents_area table .tr_orange th,
.contents_area table .tr_orange td,
.contents_area table tr th.tr_orange,
.contents_area table tr td.tr_orange {
	color: #fff;
	background: #f08300;
	border: #fff 1px solid;
	border: #f08300 1px solid;
	border-right: #fff 1px solid;
	border-bottom: 0;
}

.contents_area table .tr_beige th,
.contents_area table .tr_beige td,
.contents_area table tr th.tr_beige,
.contents_area table tr td.tr_beige {
	background: #fdebd6;
}

.contents_area table .tr_orange th:last-child,
.contents_area table .tr_orange td:last-child,
.contents_area table tr th:last-child.tr_orange,
.contents_area table tr td:last-child.tr_orange {
	border-right: #f08300 1px solid;
}

.contents_area table tr th.tr_beige_02,
.contents_area table tr td.tr_beige_02 {
	background: url(../../img/dot_bg_orange.png) repeat 0 0;
}

/* border_box */
.contents_area .border_box {
	border: #060001 1px solid;
	box-sizing: border-box;
}

.contents_area .border_box.gray {
	border: #ddd 1px solid;
}

.contents_area .border_box.pd05 { padding: 0.5em; }
.contents_area .border_box.pd10 { padding: 1em; }
.contents_area .border_box.pd15 { padding: 1.5em; }
.contents_area .border_box.pd20 { padding: 2em; }

/* bg_orange */
.contents_area .bg_orange,
.ac_contents.bg_orange {
	background: #fefbf7;
	border-top: #fdf2e5 1px solid;
	border-bottom: #fdf2e5 1px solid;
	box-sizing: border-box;
}

.contents_area .border_orange {
	border: #f08300 1px solid;
	box-sizing: border-box;
}

.contents_area .border_orange p {
	line-height: 1.4;
}

.contents_area .border_orange .arrow {
	font-size: 20px;
}

.contents_area .orange {
	color: #f08300 !important;
}
.contents_area .txtIcon01 {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 4px 8px;
	background-color: #e95377;
	margin-right: 5px;
	vertical-align: middle;
}
.contents_area .txtIcon02 {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 4px 8px;
	background-color: #10458f;
	margin-right: 5px;
	vertical-align: middle;
}

.contents_area .bg_gray {
	background: #eee;
}

.contents_area .emphasis_box.border_orange {
	border: #f08300 2px solid;
	border-radius: 5px;
}

.contents_area .emphasis_box.border_orange a,
.contents_area .emphasis_box_2.border_orange a {
	color: #333;
	text-decoration: none;
	padding-left: 25px;
	background: url(/img/arrow_orange_right.png) left top no-repeat;
}

.contents_area .emphasis_box.border_orange a:hover,
.contents_area .emphasis_box_2.border_orange a:hover {
	text-decoration: underline;
}

/* tab */
.contents_area .tab {
	border-bottom: #f08300 1px solid;
}

.contents_area .tab p {
	border: #dddddd 1px solid;
	border-bottom: 0;
	width: 44%;
}

.contents_area .tab p br {
	display: none;
}

.contents_area .tab p:nth-child(1) {
	float: left;
	margin-left: 3%;
}

.contents_area .tab p:nth-child(2) {
	float: right;
	margin-right: 3%;
}

.contents_area .tab p a {
	padding: 12px 0 10px;
	color: #333;
	text-decoration: none;
	display: block;
}
.contents_area .tab p.active a {
	color: #ffffff;
	font-size: 120%;
}

.contents_area .tab p a:hover {
	text-decoration: underline;
}

.contents_area .tab p.active {
	background: #f08300;
	border: none;
}

.contents_area .tab p.active a:hover {
	cursor: default;
	text-decoration: none;
}

/* bb_none */
.contents_area .bb_none {
	border-bottom: 0;
}

/* label_orange */
.contents_area .label_orange {
	margin-right: 15px;
	display: inline-block;
	background: #f08300;
	padding: 7px 12px 5px 12px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	border-radius: 8px;
	vertical-align: middle;
}

/* label_orange_02 */
.contents_area .label_orange_02 {
	margin-right: 2px;
	background: #f08300;
	padding: 4px 6px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	border-radius: 2px;
	vertical-align: 2px;
}


/* interview_box */
.contents_area .interview_box .clearfix h5 {
	width: 50%;
	float: left;
}

.contents_area .interview_box .clearfix figure {
	width: 50%;
	float: right;
}



.mh_115 { min-height: 115px; }
.mh_175 { min-height: 175px; }
.mh_195 { min-height: 195px; }
.mh_205 { min-height: 205px; }
.mh_230 { min-height: 230px; }
.mh_245 { min-height: 245px; }
.mh_270 { min-height: 270px; }



/* interview_box */
.bottom_link_area {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}

.bottom_link_area li {
	width: 30%;
	float: left;
	margin-right: 5%;
	text-align: center;
	border: #f08300 2px solid;
	border-radius: 5px;
	padding: 11px;
	box-sizing: border-box;
}

.bottom_link_area li a {
	display: block;
	color: #333;
	text-decoration: none;
}

.bottom_link_area li a:hover {
	text-decoration: underline;
}

.bottom_link_area li:last-child {
	margin-right: 0;
}

/* page_pagetop_text */
.page_area .page_pagetop_text {
	color: #f08300;
	font-size: 14px;
	line-height: 1;
	text-align: right;
}

.page_area .page_pagetop_text a {
	color: #f08300;
	text-decoration: none;
	background: url(../../img/icon_pagetop_page.png) no-repeat right 0 top 2px;
	padding-right: 14px;
}

.page_area .page_pagetop_text a:hover {
	text-decoration: underline;
}

/* アコーディオン */
.ac_contents {
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2.5em;
}



.pdf {
	display: inline-block;
	padding-right: 25px;
	background: url(/img/icon_pdflink.png) right 0.3em no-repeat;
}







/****************************
	選ばれる4つの理由
	points/index.html
*****************************/

/* reason_header_area */
.reason_header_area {
	margin-top: 10px;
}

.reason_header_area p {
	text-align: right;
	margin-top: 5px;
	color: #333;
	font-size: 14px;
	line-height: 1.2;
}

.reason_box {
	width: 480px;
	border: #8c8c8c 1px solid;
	padding: 0 8px 10px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 40px;
}

.reason_box:nth-child(1n) {
	float: left;
}

.reason_box:nth-child(2n) {
	float: right;
}

.reason_box:nth-child(1),
.reason_box:nth-child(2) {
	min-height: 480px;
}

.reason_box:nth-child(3),
.reason_box:nth-child(4) {
	margin-bottom: 0;
}


.reason_box .reason_number {
	position: absolute;
	top: -10px;
	left: -1px;
	width: 155px;
	color: #fff;
	background: #f08300;
	font-size: 18px;
	line-height: 37px;
	text-align: center;
}

.reason_box .reason_number span {
	font-size: 15px;
}

.reason_box h5 {
	color: #333;
	font-size: 19px;
	line-height: 1.4;
	text-align: center;
	margin-top: 40px;
	border-bottom: #f08300 1px solid;
	padding-bottom: 10px;
}

.reason_box .reason_data_box {
	margin-top: 15px;
}

.reason_box .reason_data_box figure {
	width: 166px;
	float: left;
}

.reason_box .reason_data_box p {
	width: 260px;
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}

.reason_box .reason_clip_box {
	position: relative;
	background: #fff1e0;
	margin-top: 5px;
}

.reason_box:nth-child(1) .reason_clip_box,
.reason_box:nth-child(2) .reason_clip_box {
	padding: 20px 10px 15px;
}

.reason_box:nth-child(3) .reason_clip_box,
.reason_box:nth-child(4) .reason_clip_box {
	padding: 30px 10px 15px;
}

.reason_box .reason_clip_box figure {
	position: absolute;
	top: -10px;
	left: 3px;
}

.reason_box .reason_clip_box h6 {
	color: #333;
	font-size: 19px;
	line-height: 1.4;
	text-align: center;
	font-weight: normal;
}

.reason_box .reason_clip_box p {
	margin: 12px auto 0;
	width: 230px;
	font-size: 16px;
	line-height: 36px;
	background-color: #fff;
	border: #f08300 2px solid;
	text-align: center;
	background-image: url(../../img/arrow_orange_01.png);
	background-repeat: no-repeat;
	background-position: right 15px top 50%;
}

.reason_box .reason_clip_box p a {
	display: block;
	color: #333;
	text-decoration: none;
}

.reason_box .reason_clip_box p a:hover {
	text-decoration: underline;
}

.reason_box .reason_caution {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.4;
}

.page_area .reason_all_link {
	margin: 40px auto 0;
	width: 498px;
	font-size: 16px;
	line-height: 36px;
	background-color: #fff;
	border: #f08300 2px solid;
	text-align: center;
	background-image: url(../../img/icon_accordion_orange.png);
	background-repeat: no-repeat;
	background-position: right 15px top 50%;
}
.page_area .reason_all_link.active {
	background-image: url(../../img/icon_accordion_orange_open.png);
}

.page_area .reason_all_link a {
	display: block;
	color: #333;
	text-decoration: none;
}

.page_area .reason_all_link a:hover {
	text-decoration: underline;
}

/* page_question_area */
.page_question_area {
	width: 1000px;
	margin: 40px auto 0;
}

.page_question_list {
	border: #bbb 1px solid;
	border-radius: 4px;
}

.page_question_list h3 {
	margin: 0;
	padding: 0;
	color: #333;
	background: #e5e5e5;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	float: left;
	width: 210px;
	height: 100%;
	position: relative;
	padding-top: 80px;
	min-height: 125px;
	box-sizing: border-box;
}

.page_question_list.mh135 h3 {
	min-height: 140px;
}

.page_question_list h3:before {
	position: absolute;
	content: "";
	left: 37%;
	top: 20px;
	width: 50px;
	height: 51px;
	background: url(/img/icon_question.png) left top no-repeat;
}

.page_question_list ul {
	list-style: none;
	margin-left: 210px;
}

.page_question_list ul li {
	border-bottom: #bbb 1px dotted;
	font-size: 14px;
	line-height: 1.2;
	background: url(../../img/icon_list_gray.png) no-repeat 24px 45%;
	background-size: 6px auto;
}

.page_question_list ul li:last-child {
	border-bottom: none;
}

.page_question_list ul li a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 11px 40px 12px;
}

.page_question_list ul li a:hover {
	text-decoration: underline;
}

.page_question_box_area {
	margin-top: 20px;
}

.page_question_box_01 {
	width: 500px;
	float: left;
	border: #bbb 1px solid;
	border-radius: 4px;
	padding: 24px 15px;
	box-sizing: border-box;
}
.page_question_box_01 .orange {
	color: #f08300;
}
.page_question_box_01 .tel {
	font-size: 16px;
	font-weight: bold;
}
.page_question_box_01 .bold {
	font-weight: bold;
}

.page_question_box_02 {
	width: 486px;
	float: right;
	box-sizing: border-box;
}

.page_question_box_01 h3 {
	width: 207px;
	float: left;
	text-align: center;
	color: #333;
	font-size: 18px;
	line-height: 1.5;
	border-top: #f08300 1px solid;
	border-bottom: #f08300 1px solid;
	padding: 20px 0;
}

.page_question_box_01 .page_question_box_01_text {
	width: 260px;
	float: right;
	margin-top: 25px;
}

.page_question_box_01 .page_question_box_01_text h4 {
	color: #333;
	font-size: 26px;
	line-height: 1;
	font-weight: bold;
	background: url(../../img/icon_phone.png) no-repeat left top;
	padding-left: 45px;
	margin-left: 20px;
}

.page_question_box_01 .page_question_box_01_text p {
	margin-top: 10px;
	color: #333;
	font-size: 11px;
	line-height: 1;
	text-align: center;
}

.page_question_box_02_link_area {
	border: #bbb 1px solid;
	border-radius: 4px;
	box-sizing: border-box;
}

.page_question_box_02_link_area div {
	border-bottom: #bbb 1px dotted;
}

.page_question_box_02_link_area div:last-child {
	border-bottom: none;
}

.page_question_box_02_link_area div:nth-child(1) {
	background: url(../../img/link_box_icon_01.png) no-repeat 8px 50%;
}

.page_question_box_02_link_area div:nth-child(2) {
	background: url(../../img/link_box_icon_02.png) no-repeat 8px 50%;
}

.page_question_box_02_link_area div:nth-child(3) {
	background: url(../../img/link_box_icon_03.png) no-repeat 8px 50%;
}

.page_question_box_02_link_area div a {
	display: block;
	padding: 8px 12px 8px 36px;
}

.page_question_box_02.type-02 .page_question_box_02_link_area div a {
	display: block;
	padding: 20px 12px 20px 36px;
}

.page_question_box_02_link_area div h4 {
	color: #333;
	font-size: 18px;
	line-height: 1.2;
}

.page_question_box_02_link_area div a {
	color: #333;
}

.page_question_box_02_link_area div p {
	color: #333;
	font-size: 12px;
	line-height: 1.2;
}

.page_question_box_02_link_area div a {
	text-decoration: none;
}

.page_question_box_02_link_area div a:hover {
	text-decoration: underline;
}

.page_question_caution {
	margin-top: 10px;
	color: #f08300;
	font-size: 14px;
	line-height: 1.2;
	background: url(../../img/link_box_icon_04.png) no-repeat 10px 50%;
	padding: 10px 10px 10px 36px;
	border: #bbb 1px solid;
	border-radius: 4px;
	box-sizing: border-box;
}
.page_question_box_02.type-02 .page_question_caution {
	padding: 18px 10px 18px 36px;
}

.page_question_caution a {
	color: #f08300;
	text-decoration: none;
}

.page_question_caution a:hover {
	text-decoration: underline;
}



/****************************
	補償に対する満足度99％
	points/cs.html
*****************************/
.cs_box.border_box02 {
	padding: 15px;
	border: solid 4px #eeeeee;
}

.cs_box_01 {
	width: 220px;
	float: left;
}

.cs_box_02 {
	width: 500px;
	float: right;
}
.cs_box.border_box02 .cs_box_02 {
	width: 490px;
	float: right;
}

.cs_box_01 figure {
	text-align: center;
}

.cs_box_02 .voice_box {
	border-bottom: #ddd 1px solid;
	padding-top: 15px;
	padding-bottom: 15px;
}

.cs_box_02 .voice_box:first-child {
	padding-top: 0;
}

.cs_box_02 .voice_box:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.cs_box_02 .voice_box figure {
	width: 36px;
	float: left;
}

.cs_box_02 .voice_box .voice_text {
	margin-left: 56px;
}

.pt0 {
	padding-top: 0 !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.cs_caution {
	background: url(../../img/icon_caution_large.png) no-repeat 0 50%;
	padding-left: 54px;
}

.cs_data_area .col_02_01 {
	width: 45% !important;
}

.cs_data_area .col_02_02 {
	width: 45% !important;
}



/****************************
	充実の通院治療補償
	points/see.html
*****************************/

.see_border_box {
	border: #bbb 1px solid;
	border-radius: 4px;
	padding: 12px 15px;
	box-sizing: border-box;
}

.see_border_box .title_caution {
	color: #333;
	border-bottom: #c1c1c1 1px solid;
	background: url(../../img/icon_caution_large.png) no-repeat 0 2px;
	padding-left: 44px;
}

.see_border_box_inner {
	margin-left: 10px;
	margin-right: 10px;
}



/****************************
	保険料
	expense/index.html
*****************************/

/* page_calc_area */
.page_calc_box_area {
	width: 600px;
	margin: 0 auto;
}

.page_calc_box_01,
.page_calc_box_03 {
	width: 280px;
	height: 160px;
	background: #fff;
}

.page_calc_box_01 {
	float: left;
}

.page_calc_box_03 {
	float: right;
}

.page_calc_box_01 h4 {
	color: #333;
	font-size: 18px;
	line-height: 38px;
	background: url(../../img/home_calc_box_q1.png) no-repeat left top;
	background-size: 38px auto;
	border-bottom: #f08300 1px solid;
	padding-left: 48px;
}

.page_calc_box_01 p {
	text-align: center;
	color: #333;
	font-size: 18px;
	line-height: 1;
	margin-top: 20px;
	margin-bottom: 15px;
}

.page_calc_box_01 p label {
	vertical-align: -2px;
}

.page_calc_box_01 p:last-child {
	margin-top: 0;
	margin-bottom: 0;
}

.page_calc_box_03 h4 {
	color: #333;
	font-size: 18px;
	line-height: 38px;
	background: url(../../img/home_calc_box_q2.png) no-repeat left top;
	background-size: 38px auto;
	border-bottom: #f08300 1px solid;
	padding-left: 48px;
}

.page_calc_box_03 .input {
	width: 110px;
	margin-top: 18px;
	margin-left: 95px;
}

.page_calc_box_03 .input input {
	width: 80px;
	color: #333;
	font-size: 18px;
	line-height: 1;
	padding: 8px 10px;
	box-sizing: border-box;
	margin-right: 10px;
	text-align: center;
}

.page_calc_box_03 .input span {
	color: #333;
	font-size: 18px;
	line-height: 1;
	vertical-align: bottom;
}

.page_calc_box_03 .caution {
	margin-top: 12px;
	margin-left: 40px;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
}

.page_calc_box_05 p {
	width: 293px;
	font-size: 0;
	line-height: 0;
	margin-left: auto;
	margin-right: auto;
}

/* home_calc_result_area */
.page_calc_result_area {
	background: #fff;
	border: #f08300 2px solid;
	border-radius: 4px;
	margin-top: 40px;
	position: relative;
	padding: 20px 20px;
}

.page_calc_result_arrow {
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	text-align: center;
}

.page_calc_result {
	width: 515px;
	margin: 0 auto;
}

.page_calc_result p {
	color: #f08300;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	float: left;
}

.page_calc_result .result_text_01 {
	width: 200px;
	margin-top: 18px;
}

.page_calc_result .result_text_02 {
	font-size: 30px;
	width: 195px;
	border: #aaa 1px solid;
	padding: 12px 0;
	text-align: center;
	box-sizing: border-box;
	letter-spacing: 0.1em;
}

.page_calc_result .result_text_03 {
	width: 120px;
	margin-top: 18px;
	text-align: right;
}

.page_calc_result_area .caution {
	margin-top: 20px;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
}

/* home_calc_button_area */
.page_calc_button_area {
	margin: 10px auto 0;
	width: 700px;
}

.page_calc_button_01 {
	width: 32%;
	float: left;
}

.page_calc_button_01 p {
	margin-top: 24px;
	background-color: #f08300;
	color: #fff;
	font-size: 14px;
	line-height: 42px;
	font-weight: bold;
	text-align: center;
	background-image: url(../../img/icon_triangle_white.png);
	background-repeat: no-repeat;
	background-position: right 5px bottom 5px;
	background-size: 12px auto;
}

.page_calc_button_01 p a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.page_calc_button_01 p a:hover {
	text-decoration: underline;
}

.page_calc_button_02 {
	width: 40%;
	float: left;
	margin-left: 2%;
}

.page_calc_button_02 h5,
.page_calc_button_03 h5 {
	color: #333;
	font-size: 14px;
	line-height: 1;
}

.page_calc_button_02 p {
	margin-top: 8px;
	color: #fff;
	font-size: 14px;
	line-height: 70px;
	font-weight: bold;
	text-align: center;
	background-color: #10458f;
	background-image: url(../../img/icon_triangle_white.png);
	background-repeat: no-repeat;
	background-position: right 5px bottom 5px;
	background-size: 12px auto;
}

.page_calc_button_02 p a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.page_calc_button_02 p a:hover {
	text-decoration: underline;
}

.page_calc_button_03 {
	width: 40%;
	float: right;
}

.page_calc_button_03 p {
	margin-top: 8px;
	color: #fff;
	font-size: 14px;
	line-height: 70px;
	font-weight: bold;
	text-align: center;
	background-color: #10458f;
	background-image: url(../../img/icon_triangle_white.png);
	background-repeat: no-repeat;
	background-position: right 5px bottom 5px;
	background-size: 12px auto;
}

.page_calc_button_03 p a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.page_calc_button_03 p a:hover {
	text-decoration: underline;
}

/* expense_data */
.expense_data .expense_box:nth-child(1) {
	width: 45%;
	float: left;
}

.expense_data .expense_box:nth-child(2) {
	width: 45%;
	float: right;
}

.contents_area .expense_data .expense_box table {
	width: 100%;
}

.contents_area .expense_data .expense_box tr,
.contents_area .expense_data .expense_box th,
.contents_area .expense_data .expense_box td {
	font-size: 11px;
	padding: 4px 4px;
	text-align: center;
	vertical-align: middle;
}

.contents_area .expense_data .expense_box th {
	background: #fdebd6;
}



/****************************
	ご契約者さま（各種お手続き）
	customer/procedure.html
*****************************/

.page_procedure_contact {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	border: #bbb 1px solid;
	border-radius: 4px;
	padding: 17px 15px;
	box-sizing: border-box;
}

.page_procedure_contact h3 {
	width: 207px;
	float: left;
	text-align: center;
	color: #333;
	font-size: 18px;
	line-height: 1.5;
	border-top: #f08300 1px solid;
	border-bottom: #f08300 1px solid;
	border-right: 0;
	border-left: 0;
	padding: 20px 0;
}

.page_procedure_contact .page_procedure_contact_text {
	width: 260px;
	float: right;
	margin-top: 25px;
}

.page_procedure_contact .page_procedure_contact_text h4 {
	color: #333;
	font-size: 26px;
	line-height: 1;
	font-weight: bold;
	background: url(../../img/icon_phone.png) no-repeat left top;
	padding-left: 45px;
	margin-left: 20px;
}

.page_procedure_contact .page_procedure_contact_text p {
	margin-top: 10px;
	color: #333;
	font-size: 11px;
	line-height: 1;
	text-align: center;
}



/****************************
	メディコムワン
	one/index.html
*****************************/

.one_home_header_area {
	width: 1000px;
	margin: 30px auto 0;
}

.one_home_header_area p {
	margin: 18px 15px 0;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}

.one_home_point_area {
	background: #fefbf7;
	padding-top: 20px;
	padding-bottom: 20px;
}

.one_home_point_area_inner {
	width: 926px;
	margin: 0 auto;
}

.one_home_point_box {
	width: 292px;
	min-height: 495px;
	border-radius: 5px;
	float: left;
	margin-right: 25px;
	border: #f08300 2px solid;
	box-sizing: border-box;
	padding-bottom: 10px;
}

.one_home_point_box:last-child {
	margin-right: 0;
}

.one_home_point_title {
	background: #f08300;
	height: 96px;
}

.one_home_point_box:nth-child(1) .one_home_point_title {
	background-image: url(../../one/img/index_point_01.png);
	background-repeat: no-repeat;
	background-size: 96px auto;
	background-position: 50% 0;
}

.one_home_point_box:nth-child(2) .one_home_point_title {
	background-image: url(../../one/img/index_point_02.png);
	background-repeat: no-repeat;
	background-size: 96px auto;
	background-position: 50% 0;
}

.one_home_point_box:nth-child(3) .one_home_point_title {
	background-image: url(../../one/img/index_point_03.png);
	background-repeat: no-repeat;
	background-size: 96px auto;
	background-position: 50% 0;
}

.one_home_point_title h3 {
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}

.one_home_point_box:nth-child(1) .one_home_point_title h3 {
	padding-top: 56px;
}

.one_home_point_box:nth-child(2) .one_home_point_title h3,
.one_home_point_box:nth-child(3) .one_home_point_title h3 {
	padding-top: 45px;
}

.one_home_point_box figure img {
	max-width: 100%;
	height: auto;
}

.one_home_point_box p {
	margin: 12px 15px 0;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}
.one_home_point_box .indent_01 {
	padding-left: 1em;
	text-indent: -1em;
}

.one_home_point_box p span.red {
	color: #da0303;
}

.one_home_point_box p a {
	color: #3073d0;
}

.one_home_point_box p a:hover {
	text-decoration: none;
}

/* one_home_born */
.one_home_born_title {
	width: 1000px;
	margin: 80px auto 0;
	color: #222;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: #f2953d 2px dotted;
}

.one_home_born_title br {
	display: none;
}

.one_home_born_area {
	background: #fefbf7;
	padding-top: 30px;
	padding-bottom: 10px;
}

.one_home_born_area_inner {
	width: 1000px;
	margin: 0 auto;
}

.one_home_born_area_inner .text_area {
	width: 725px;
	float: left;
}

.one_home_born_area_inner .text_area p {
	color: #333;
	font-size: 16px;
	line-height: 1.6;
}

.one_home_born_area_inner figure {
	width: 250px;
	float: right;
}

.one_home_born_area_inner p.caution {
	margin-top: 10px;
	width: 725px;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
}

.one_home_born_area_inner p.page_pagetop_text {
	margin-top: 60px;
	color: #f08300;
	font-size: 14px;
	line-height: 1;
	text-align: right;
}

.one_home_born_area_inner p.page_pagetop_text a {
	color: #f08300;
	text-decoration: none;
	background: url(../../img/icon_pagetop_page.png) no-repeat right 0 top 2px;
	padding-right: 14px;
}

.one_home_born_area_inner p.page_pagetop_text a:hover {
	text-decoration: underline;
}

.one_home_point_link {
	font-size: 14px;
	line-height: 1.6em;
}

.one_home_point_link a {
	color: #3073d0;
	background: url(../../img/icon_textlink.png) no-repeat 0 3px;
	padding-left: 14px;
}



/****************************
	セコム損保の想い
	mind/index.html
*****************************/

.mind_area_01 figure {
	width: 350px;
	float: right;
}

.mind_area_01 p {
	width: 600px;
	float: left;
}

.contents_area .mind_button {
	margin-left: auto;
	margin-right: auto;
	width: 358px;
	color: #f08300;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	background-image: url(../../img/icon_triangle_orange.png);
	background-repeat: no-repeat;
	background-position: right 3px bottom 3px;
	background-size: 12px auto;
	border: #f08300 1px solid;
}

.contents_area .mind_button a {
	display: block;
	color: #f08300;
	text-decoration: none;
}

.contents_area .mind_button:hover {
	text-decoration: underline;
}

.contents_area .mind_title {
	color: #333;
	font-size: 22px;
	line-height: 1.2;
	font-weight: bold;
	background: none;
	border-bottom: #f08300 2px dotted;
	padding: 0 0 8px;
}

.contents_area .mind_title_small {
	color: #333;
	font-size: 18px;
	line-height: 1.2;
	border: none;
	padding: 0;
}

.contents_area .mind_title_small span {
	color: #f08300;
}

.contents_area .mind_area_02 {
	background: url(../../mind/img/index_02.jpg) no-repeat left top;
	width: 1000px;
	height: 300px;
}

.contents_area .mind_area_02 p {
	padding-top: 110px;
	line-height: 1.8;
	text-align: center;
}



/****************************
	高額治療でも安心の補償
	points/highcost.html
*****************************/
.highcost_box figure img {
	width: 60px;
	height: auto;
}



/****************************
	モーダル
*****************************/
.modal {
	padding: 50px 75px 50px 50px;
}



/****************************
	フッター固定
*****************************/
.footer_fixed {
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: solid 4px #ffd2a1;
}
#expense .footer_fixed,
#customer .footer_fixed {
	display: none !important;
}

.common_calc {
	background: #fff;
	margin-top: 30px;
}

#expense .common_calc,
#customer .common_calc {
	display: none !important;
}


.footer_fixed .home_calc_area_inner,
.common_calc .home_calc_area_inner {
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 22px;
}

.footer_fixed .description,
.footer_fixed .home_calc_box_area,
.footer_fixed .home_calc_result_area,
.footer_fixed .footer_fixed_close_link,
.common_calc .description,
.common_calc .home_calc_box_area,
.common_calc .home_calc_result_area,
.common_calc .common_calc_close_link {
	display: none;
}

.common_calc .home_calc_box_area,
.footer_fixed .home_calc_box_area {
	margin: 20px auto;
	width: 1000px;
}

.common_calc .home_calc_result_area,
.footer_fixed .home_calc_result_area {
	width: 1000px;
	margin: 30px auto 0;
	padding: 12px 30px;
}
.footer_fixed .home_calc_result_area {
	position: relative;
}

.common_calc .home_calc_button_area,
.footer_fixed .home_calc_button_area {
	margin-top: 0;
}

.common_calc .footer_fixed_close_link,
.footer_fixed .footer_fixed_close_link {
	margin-top: 10px;
	margin-bottom: 10px;
}

.common_calc .home_calc_result_area .caution {
	margin-top: 10px;
}
.footer_fixed .home_calc_result_area .caution {
	position: absolute;
	right: 180px;
	top: 30px;
}
.footer_fixed .home_calc_result_area .caution a {
	color: #3073d0;
	background: url(../../img/icon_list_green.png) no-repeat 0 2px;
	background-size: 6px auto;
	padding-left: 10px;
	text-decoration: none;
}

.common_calc .footer_fixed_calc_link,
.footer_fixed .footer_fixed_calc_link {
	width: 1000px;
	margin: 10px auto;
}

.common_calc .home_calc_area_inner,
.footer_fixed .home_calc_area_inner {
	padding-top: 18px;
	padding-bottom: 13px;
}

.common_calc .home_calc_area_inner .simuArea,
.footer_fixed .home_calc_area_inner .simuArea {
	width: 47%;
	float: left;
}
.common_calc .home_calc_area_inner .simuArea h5,
.footer_fixed .home_calc_area_inner .simuArea h5 {
	font-size: 14px;
}
.common_calc .home_calc_area_inner > .pc,
.footer_fixed .home_calc_area_inner > .pc {
	float: left;
	margin-left: 5%;
	width: 48%;
}

.footer_fixed .footer_fixed_close_link,
.common_calc .common_calc_close_link {
	width: 300px;
	margin: 20px auto 0;
	color: #333;
	font-size: 20px;
	line-height: 44px;
	font-weight: bold;
	border: #ccc 5px solid;
	border-radius: 4px;
	text-align: center;
	box-sizing: border-box;
}

.footer_fixed .footer_fixed_close_link a,
.common_calc .common_calc_close_link a {
	color: #333;
	text-decoration: none;
	display: block;
}

.footer_fixed .footer_fixed_close_link a:hover,
.common_calc .common_calc_close_link a:hover {
	text-decoration: underline;
}

.common_calc .home_calc_area_inner h3,
.footer_fixed .home_calc_area_inner h3 {
	border: none;
	padding: 10px 0;
	color: #333;
	font-size: 20px;
	line-height: 1.2;
	border: #f08300 2px solid;
	border-radius: 4px;
	margin: 8px auto 0;
	padding-right: 20px;
	background: url(../../img/footer_fixed_ac_plus.png) no-repeat right 20px top 50%;
	background-size: 26px auto;
}
.common_calc .home_calc_area_inner .simuArea h3,
.footer_fixed .home_calc_area_inner .simuArea h3 {
	margin-top: 7px;
}

.footer_fixed .home_calc_area_inner h3.active_parent,
.common_calc .home_calc_area_inner h3.active_parent {
	background: url(../../img/footer_fixed_ac_minus.png) no-repeat right 20px top 50%;
	background-size: 26px auto;
}

.common_calc .home_calc_area_inner h3 a,
.footer_fixed .home_calc_area_inner h3 a {
	color: #333;
	display: block;
	text-decoration: none;
	font-size: 16px;
	padding: 15px 0;
}

.footer_fixed .home_calc_area_inner h3 a:hover,
.common_calc .home_calc_area_inner h3 a:hover {
	text-decoration: underline;
}

.footer_fixed .home_calc_button_area,
.common_calc .home_calc_button_area {
	width: 1000px;
}
.common_calc .home_calc_button_area,
.footer_fixed .home_calc_button_area {
	width: 100%;
}

.footer_fixed .home_calc_button_01,
.common_calc .home_calc_button_01 {
	width: 300px;
}

.common_calc .home_calc_button_02,
.footer_fixed .home_calc_button_02 {
	width: 48%;
	margin-left: 0;
}

.common_calc .home_calc_button_03,
.footer_fixed .home_calc_button_03 {
	width: 48%;
	margin-left: 4%;
}


.footer_fixed_calc_link {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1;
}

.footer_fixed_calc_link a {
	color: #3073d0;
	background: url(../../img/icon_list_green.png) no-repeat 0 2px;
	background-size: 6px auto;
	padding-left: 10px;
	text-decoration: none;
}

.footer_fixed_calc_link a:hover {
	text-decoration: underline;
}



/****************************
	フッター固定
*****************************/
.footer_fixed_one {
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: solid 4px #e5e5e5;
}
#customer .footer_fixed_one {
	display: none !important;
}



/****************************
	印刷用CSS
*****************************/

@media print {
	.page_break {
		page-break-after: always;
	}
	.print_overflow {
		overflow: auto;
	}
}





.home_aside_qa2 {
	width: 33%;
}

.home_aside_qa2 .home_aside_title p {
	bottom: 5px;
}



.home_aside_flow2 {
	width: 33%;
}

.page_question_box_02_02 {
	width: 33%;
	float: left;
	box-sizing: border-box;
	margin: 0px 5px 0px 5px;
}
