@charset "UTF-8";

/* index */
.top_keyview{
	text-align:center;
	line-height: 0.7;
	background-image: url(../img/bg.png);
	background-position: center center;
}

.top_links{
	text-align: center;
	margin:5px 0 20px 0;
}

.top_links li{
	display:inline;
}

.top_news_box{
	width:800px;
	margin:0 auto 15px auto;
}

.top_news_box li{
	border-left:solid 4px #00479d;
	margin-bottom:10px;
	padding:5px 5px;
}

.top_news_box li a{
	color:#000;
}

.top_news_box li a span{
	color:#b2acb3;
	display:inline-block;
	margin-left:5px;
}

.top_news_box p{
	text-align:right;
}

/* index */
/*-------*/

.box_cassette{
	margin-bottom:20px;
}

.box_title{
	background-color:#00479d;
	color:#fff;
	padding:10px;
}

.box_title .ico_no ul{
	float:left;
}

.box_title .ico_no li{
	background-color:#ee862e;
	border-radius:3px;
	display:inline-block;
	min-width:80px;
	text-align:center;
	padding:5px 5px 3px;
	margin-right:5px;
}

.box_title .ico_no p{
	float:right;
	margin-top: 5px;
}

.box_title .title{
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.box_content{
	border:solid 1px #f2f2f2;
	padding:15px;
}

.box_content_table{
	display:table;
	width: 100%;
}

.box_content_left{
	display:table-cell;
	width:240px;
}

.box_content_left img{
	margin-bottom:10px;
	width:100%;
}

.text_orange{
	font-weight:bold;
	font-size:17px;
	color:#ee862e;
	margin-bottom:10px;
}

.box_content_right{
	display:table-cell;
	vertical-align:top;
	padding:0 0 0 15px;
}

.box_content_right table{
	border-top:solid 1px #f2f2f2;
	border-left:solid 1px #f2f2f2;
	width:100%;
}

.box_content_right th{
	text-align:left;
	border-right:solid 1px #f2f2f2;
	border-bottom:solid 1px #f2f2f2;
	background-color:#f7f7f7;
	padding:10px;
	width: 120px;
}

.box_content_right td{
	border-right:solid 1px #f2f2f2;
	border-bottom:solid 1px #f2f2f2;
	padding:10px;
}

.content_link{
	margin-top:20px;
	text-align:center;
}

.content_link p{
	display:inline-block;
	margin:0 5px 10px 5px;
}

.content_link a{
	color:#fff;
	width: 200px;
	height:40px;
	line-height:40px;
	display:block;
}

.ico_gray{
	background-color:#f7f7f7;
	border:solid 1px #d6d4d4;
	width:120px;
	text-align:center;
	padding:2px 0;
	border-radius:2px;
	font-size:12px;
	display:inline-block;
	margin-bottom:5px;
}

.link_blue{
	background-color:#00479d;
}

.link_orange{
	background-color:#ee862e;
}

.title_type1{
	font-size:30px;
	font-weight:bold;
	background-image:url(../img/line_150.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	text-align:center;
	padding-bottom:10px;
	margin-bottom:20px;
}

.title_type2{
	font-size:30px;
	font-weight:bold;
	background-image:url(../img/line_388.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	text-align:center;
	padding-bottom:15px;
	margin-bottom:30px;
}

.title_type3{
	background-color:#00479d;
	color:#fff;
	font-size:20px;
	padding:10px;
}

.box{
	margin:40px 0;
}

.center_text{
	line-height:23px;
}

.center_img{
	text-align:center;
	margin:20px 0;
}

.flow_box{
	margin:0 auto 30px auto;
}

.flow_content{
	display:table;
	width:100%;
	margin-top:10px;
}

.flow_content_left{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:180px;
}

.flow_content_right{
	vertical-align:top;
}

.flow_text{
	line-height:25px;
	margin-bottom:20px;
}

.flow_title{
	font-size:18px;
	color:#01479d;
}

.flow_tel_web .left{
	float:left;
}

.flow_tel_web .right{
	float:right;
}

.gray_box{
	border:solid 2px #dfe5ea;
	width:100%;
}

.after_arrow{
	position: relative;
	margin-bottom: 40px;
}

.after_arrow_img{
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: -30px;
	margin: 0 auto;
}

.gray_box_title{
	background-color:#f7f7f7;
	font-size:18px;
	font-weight:bold;
	color:#01479d;
	padding:5px;
}

.gray_box_link {
	color: #ed6d00;
	width: 100%;
	height: 100%;
	font-weight: bold;
}

.gray_box_text{
	font-size:12px;
	padding:5px 10px;
}

.gray_box_text img{
	margin-top:5px;
}

.gray_box_text a{
	background-color:#ed6d00;
	color:#fff;
	display:block;
	text-align:center;
	padding:5px 0;
	margin-top:10px;
}

.qa_box{
	margin:0 auto 60px auto;
}

.question{
	background-color:#00479d;
	border-radius:10px;
	color:#fff;
	padding:20px;
	font-size:20px;
	font-weight:bold;
	position: relative;
	margin-bottom:20px;
}

.question::after{
	content: "";
	position: absolute;
	margin: 0;
	bottom: -20px;
	left: 30px;
	width: 0;
	height: 0;
	border-top: 40px solid #00479d;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	transform: rotate(30deg);
}

.answer{
	background-color:#ed6d00;
	border-radius:10px;
	color:#fff;
	padding:20px;
	position: relative;
	margin-bottom:40px;
	margin-left: auto;
}

.answer::after{
	content: "";
	position: absolute;
	margin: 0;
	bottom: -20px;
	right: 30px;
	width: 0;
	height: 0;
	border-top: 40px solid #ed6d00;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	transform: rotate(-30deg);
}

.table_style{
	border-top: solid 1px #f2f2f2;
	border-left: solid 1px #f2f2f2;
	margin:30px auto;
}

.table_style th{
	border-right: solid 1px #f2f2f2;
	border-bottom: solid 1px #f2f2f2;
	background-color: #f7f7f7;
	text-align:left;
}

.table_style td{
	border-right: solid 1px #f2f2f2;
	border-bottom: solid 1px #f2f2f2;
	vertical-align: middle;
}

.table_style p{
	line-height: 1.6;
	margin-bottom:10px;
}
.table_style dl {
	display: flex;
	line-height: 1.6;
	white-space: normal !important;
}
.table_style dl dt {
	display: inline-block;
	vertical-align: top;
}
.table_style dl dd {
	display: inline-block;
}

.align_center_text{
	text-align:center;
	margin:20px 0 10px 0 ;
}

.title_blue{
	color:#00479d;
	font-size:18px;
	font-weight:bold;
}

.overflow{
	height:100px;
	overflow:auto;
	white-space: pre-line;
}

.information_box{
	margin-bottom:80px;
}

.information_box dt{
	color:#919095;
}

.information_box dd{
	margin-bottom:20px;
}

.information_box .title_link{
	background-color:#00479d;
	color:#fff;
	padding:10px;
	position: relative;
	text-align:center;
}

.information_box .title_link a{
	color:#fff;
}

.information_box .title_link .prev{
	position: absolute;
	top: 10px;
}

.information_box .title_link .next{
	position: absolute;
	top: 10px;
	right: 10px;
}

.information_contents{
	margin:20px auto 40px auto;
}

.information_contents .date{
	text-align:center;
	color: #b2acb3;
	margin-bottom:10px;
}

.information_contents .title{
	text-align:center;
	color: #00479d;
	margin-bottom:20px;
	font-weight:bold;
	font-size:18px;
}

.enter_flow_box{
	width:820px;
	margin:0 auto;
}

.enter_flow div{
	display:table-cell;
	width:260px;
	padding-right: 20px;
}

.enter_flow p{
	margin-top:5px;
	line-height:21px;
}
.enter_select {
	width: auto !important;
	margin-right: 0 !important;
}

.login_box{
	margin:0 auto 20px auto;
	border:solid 2px #f3f3f3;
}

.login_box_title{
	background-color:#f7f7f7;
	font-size:18px;
	font-weight:bold;
	padding:10px;
}

.login_box_contents{
	padding:20px 50px;
}

.login_box_contents table{
	width:100%;
}

.login_box_contents th{
	width:100px;
	text-align:left;
}

.login_box_contents .link{
	text-align:right;
}

.mypage_link{
	width:830px;
	margin:0 auto;
}
.mypage_link ul {
	text-align: center;
}
.mypage_link ul li {
	display: inline-block;
	margin-right: 20px;
}
.mypage_link ul li:nth-child(4n) {
	margin-right: 0;
}
.mypage_link ul li a {
	width: 192px;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	padding: 20px 10px;
	display: inline-block;
	border: solid 2px #e0e0e0;
	background-color: #00479d;
}
.mypage_welcome {
	width: 830px;
	margin: 0 auto;
}
.mypage_welcome p {
	font-size: 20px;
	padding: 0 0 5px 10px;
	border-bottom: solid 1px #00479d;
}
.mypage_welcome p span {
	font-weight: bold;
}

.business_box{
	margin: 10px auto;
}

.business_box th{
	text-align: left;
	padding-bottom:10px;
}

.business_box td{
	padding-bottom:10px;
}
table.table_price {
	width: 830px;
	margin: 20px auto;
}
table.table_100p {
	width: 100%;
}
table.box_table {
	border-top:solid 1px #f2f2f2;
	border-left:solid 1px #f2f2f2;
}
table.box_table th {
	border-right:solid 1px #f2f2f2;
	border-bottom:solid 1px #f2f2f2;
	background-color:#f7f7f7;
	padding:10px;
	vertical-align: middle;
}
table.box_table th.sub_title {
	background-color: #fcfcfc;
}
table.box_table td {
	border-right:solid 1px #f2f2f2;
	border-bottom:solid 1px #f2f2f2;
	padding:10px;
}
.contract_price_box {
	width: 830px;
	margin: 30px auto;
}
.contract_item_title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.contract_item {
	text-align: center;
	margin-bottom: 0;
}

#sitemap {
	text-align: center;
}
#sitemap > ul {
	width: 300px;
	display: inline-block;
	vertical-align: top;
}
#sitemap > ul > li > a {
	color: #000000;
	display: block;
	text-align: left;
	font-weight: bold;
	padding: 10px 30px;
	margin: 30px 20px 20px 20px;
	border-bottom: solid 1px #000000;
	background-image: url("../img/arrow_1.png");
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: 10px center;
}
#sitemap > ul > li > ul > li {
	margin-left: 30px;
	margin-bottom: 10px;
	vertical-align: top;
	text-align: left;
}
#sitemap > ul > li > ul > li > a {
	text-align: left;
	padding-left: 30px;
	background-image: url("../img/arrow_2.png");
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: 10px center;
}

#overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	background-color: rgba(0, 0, 0, .65);
}

#modal {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 99;
	transform: translate(-50%, -50%);
	width: 900px;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: #01479D;
}

#modal .hhead{
	width: 100%;
	margin: 20px 0;
	background-color: #fff;
	text-align: center;
	padding:20px 0;
}

#modal .hhead img{
	width: 60%;
}

#modal .hcontetns{
	position: relative;
	height: 400px;
}

#modal .hcontetns .himg_msg{
	width: 40%;
	position: absolute;
	left: 270px;
	top: 10px;
}

#modal .hcontetns .himg_center{
	width: 14%;
	position: absolute;
	left: 389px;
	top: 193px;
}

#modal .hcontetns .himg_left{
	width: 32%;
	position: absolute;
	left: 26px;
	top: 102px;
	cursor: pointer;
}

#modal .hcontetns .himg_right{
	width: 32%;
	position: absolute;
	left: 588px;
	top: 102px;
	cursor: pointer;
}

#modal .hfoot{
	text-align: center;
	padding-bottom: 10px;
}

.active {
	display: block !important;
}
.regulations_btn ul {
	text-align: center;
}
.regulations_btn ul li {
	display: inline-block;
}
.regulations_btn ul li a {
	width: 300px;
	display: block;
	color: #ffffff;
	padding: 20px 0;
	font-size: 18px;
	border: solid 2px #e0e0e0;
	background-color: #00479d;
}
.regulations_box {
	margin-top: 40px;
	border: solid 1px #e0e0e0;
}
.regulations_table {
	width: 730px;
	margin: 0 auto;
	line-height: 23px;
	border-collapse: separate;
	border-spacing: 5px;
}
.regulations_table td {
	margin-bottom: 10px;
}
.regulations_table th.no_num {
	width: 14px;
}
.regulations_table ol {
	position: relative;
	margin:0;
	padding:0
}
.regulations_table ol li {
	list-style: none;
	list-style-position:outside;
	margin:0;
	padding-left:1.25em
}
.regulations_table ol li span {
	position: absolute;
	left:0;
	margin:0
}
.regulations_table ol li p {
	margin-left: 1em;
}
.simple_table {
	border-top: solid 1px;
	border-right: solid 1px;
	border-collapse: collapse;
	border-spacing: 0;
}
.simple_table th,
.simple_table td {
	padding: 5px 5px;
	border-left: solid 1px;
	border-bottom: solid 1px;
}
.w100 {
	width: 100px;
}

/* pc */
@media screen and (min-width:620px){
	.top_keyview {
		min-width: 980px;
	}

	.top_keyview img {
		width: 94%;
		max-width: 1200px;
	}

	.center_text{
		width:600px;
		margin:10px auto;
	}

	.center_text_width{
		width:655px;
	}

	.gray_box_width1{
		width:225px;
	}

	.gray_box_width2{
		width:420px;
	}

	.gray_box_height1 {
		height: 85px;
	}
	.gray_box_height2 {
		height: 85px;
		line-height: 85px;
	}

	.gray_box_link {
		font-size: 22px;
		text-align: center;
		display: inline-block;
	}

	.flow_box{
		width:820px;
	}

	.flow_tel_web .left{
		width:310px;
	}

	.flow_tel_web .right{
		width:310px;
	}

	.qa_box{
		width:820px;
	}

	.question{
		width:700px;
	}

	.answer{
		width:700px;
	}

	.table_style{
		width:830px;
	}

	.table_style th{
		width:200px;
		padding:20px;
	}

	.table_style td{
		padding:20px 20px 10px 20px;
	}

	.table_style span{
		display:inline-block;
		width:35px;
	}

	.table_style span.red {
		color: #ff0000;
		width: auto;
	}

	.information_contents{
		width:645px;
	}

	.login_box{
		width:720px;
	}

	.business_box{
		width: 600px;
	}

	.business_box th{
		width: 80px;
	}

	.business_box td{
		width: 500px;
	}
}