@charset "utf-8";
/* CSS Document */

ul#point_area li {
    line-height: 100%;
    display: block;
}

div.f_book_box02 div.r_txt2, 
div.f_book_box02_o div.r_txt2 {
    font-size: 100%;
    line-height: 150%;
	width: 130px;
	margin-left: 15px;
}

.btn_area {
	border: solid 1px #FF9A02;
	padding: 10px 0 20px 0;
	width: 100%;
	text-align: center;
	margin: 30px 0;
}

.btn_area a.mr10 {
	margin-right: 10px;
}

.btn_area a.btn {
	display: inline-block;
	width: 260px;
	padding: 20px 0;
	border: solid 1px #FF7201;
	border-radius: 7px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	background-color: #FF7101;
	background: linear-gradient(#FF9201, #FF7101);
	position: relative;
}

.btn_area a:after {
	content: url(../img/ico_arw.png);
	position: absolute;
	top: 30px;
	right: 15px;
}

.btn_area a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

.btn_area p {
	font-weight: bold;
	font-size: 16px !important;
	margin-bottom: 10px !important;
}
.btn_area2 a.btn {
	display: inline-block;
	width: 530px;
	padding: 20px 0;
	margin:10px;
	border: solid 1px #FF7201;
	border-radius: 7px;
	color: #FFFFFF !important;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	background-color: #FF7101;
	background: linear-gradient(#FF9201, #FF7101);
	position: relative;
}

.btn_area2 a:after {
	content: url(../img/ico_arw.png);
	position: absolute;
	top: 30px;
	right: 15px;
}

.btn_area2 a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

dl.tel_box {
	border: solid 1px #CCCCCC;
	padding: 0;
	margin: 30px 0;
	width: 100%;
}

dl.tel_box dt {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background-color: #00A315;
	color: #FFFFFF;
	font-weight: bold;
}

dl.tel_box dd {
	padding: 15px;
}

dl.tel_box dd img {
	margin: 10px 0;
}

dl.tel_box dd p {
	font-weight: bold;
}

dl.tel_box dd p.txt_N {
	font-weight: normal;
}

.kome_area {
	font-size: 13px;
	margin: 20px 0;
}
.kome_area2 {
	text-align: center;
	font-size: 13px;
	margin: 0 14px 0 0;
}

/* transfer　*/

#transfer {
	width: 550px;
	margin: 0;
	padding: 40px 0;
	/*border: solid 1px #CCCCCC;*/
	text-align: center;
	line-height: 2em;
}

#transfer ul {
	display: block;
	width: 330px;
	height: 50px;
	margin: 20px auto;
	padding: 0;
}

#transfer ul li {
	display: block;
	float: left;
}

#transfer ul li:first-child {
	margin-right: 15px;
}

#transfer ul li a,
#transfer ul li input {
	line-height: 1em;
	display: block;
	width: 150px;
	padding: 10px 0;
	text-align: center;
	border: solid 1px #FF7201;
    border-radius: 5px;
    color: #FFFFFF !important;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    background-color: #FF7101;
    background: linear-gradient(#FF9201, #FF7101);
    cursor: pointer;
}
p.linktext{
	text-align: right;
	font-size: 98%;
    line-height: 130%;
    margin: 0px;
    color: #000000;
}


#transfer {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.acc-set {
	width: 100%;
max-width: 782px;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
}

.text-red {
    color: #ff0000;
}
.box-excompanies {
    padding: 15px 20px 10px;
    border: solid 1px #ccc;
    width: auto;
    max-width: 80%;
    margin: 0 auto 30px;
}
.box-excompanies dt {
    float: left;
}

.font-weight-bold {
    font-weight: bold;
}
.box-excompanies dd {
    padding-left: 3em;
}
.box-excompanies dd .list-side li {
    width: 45%;
    display: inline-block;
}
.list-group.list-disc > li {
    position: relative;
    padding-left: 1em;
    margin-bottom: 5px;
}
.box-excompanies {
    padding: 15px 20px 10px;
    border: solid 1px #ccc;
    width: auto;
    max-width: 95%;
    margin: 0 auto 30px;
}
.list-group.list-disc.list-primary li:after {
    background-color: #034098;
}

.list-group.list-disc > li:after {
    display: block;
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #666;
    border-radius: 100%;
}
li {
    list-style: none;
}
.txt-center {
    text-align: center !important;
}
.link-text {
    color: #034098;
}

dt,dd {
	color: #606060;
}

.acc-set .txt-indent {
	line-height: 2;
}	
ul.list-group  {
	margin-bottom: 0!important;
	margin-top: 0;
}

@media only screen and (max-width: 640px) {
	.acc-set {
		width: 100%;
	padding-left: 0;
	padding-right: 0;
	}
	.box-excompanies dd .list-side li {
		width: 100%;
		display: inline-block;
	}
	#transfer {
		padding: 0px;
	}
	.box-excompanies {
		padding: 0px 15px 0px;
		margin-bottom: 15px;
	}
	#transfer a.fz4vw {
		font-size: 3.9vw;
	}
	body {
		overflow-y: scroll;
	}
	.box-excompanies dt {
		float: none;
		padding-bottom: 5px;
	}
	.box-excompanies dd {
		padding-left: 0;
		float: none;
		margin-left: 0;
	}
	ul.list-group  {
		padding-left: 0;
		padding-bottom: 0;
		margin-bottom: 0!important;
	}
}

body {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;

}