@charset "UTF-8";
h1 {
    position: absolute;
    top: 22px;
    left: 5%;
    width: 140px !important;
}
.header_wrapper{
	height: 40px;
}
.about_top_visual{
	position: relative;
	text-align: center;
}
.boder{
	margin: 5px 0;
	text-align: center;
}
.inner{
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
}
.top_h2{
	font-size: 1.4em;
	text-align: center;
}
.top_box_sub_title{
	text-align: center;
	margin:10px;
	color:#414141;
}
.color_size{
	margin-top: 60px;
}
h2{
	font-size: 1.4em;
	margin: 15px 0 10px;
}
h2 span{
	font-size: 1.4rem;
	color:#525252;
	margin-left: 40px;
}
.sub_title {
    color: #fff;
    position: absolute;
    left: 5%;
    /* top: 13px; */
    top: 43px;
    font-size: 10px;
    letter-spacing: 0.1px !important;
}
.top_img{
	width: 100%;
	margin-top: 50px;
}
.haribako{
	transform: scale(0.8);
	margin-top:50px; 
}
.hakogata{
	margin-top:80px;
}
.top_img p{
	width: 100%;
}
.top_img2 p{
	width: 100%;
}
.box_sub_title{
margin-left: 5px;
}
.fit_txt{
	text-align: justify;
}
.box_inner_txt_top{
		letter-spacing: normal;
	line-height: 2;
	padding-left: 5px;
	text-align: justify;
	font-size: 16px;
	margin-top: 10px;
}
.box_inner_txt{
	letter-spacing: normal;
	line-height: 2;
	width: 480px;
	text-align: justify;
	font-size: 16px;
	    margin-bottom: 50px;
}
.box_inner_txt2{
	width: 32%;
}
.rowbiki_link,.open_link{
	color:#337ab7;
}
.rowbiki_link:hover,.open_link:hover{
	color: #013A57;
}
.rowbiki_link:before {
      content: '';
    display: inline-block;
    width: 16px;
    height: 13px;
    background-image: url(../../images/box_type/link.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 3px;
    position: relative;
    top: -2px;
	opacity:0.7;
}
.rowbiki_link:hover.rowbiki_link:before{
	opacity:1;
}
.right_img p img,.left_img p img{
/*	margin-bottom: 30px;*/
}
.right_img h3,.left_img h3{
	font-size: 1.4em;
	margin: 10px 0 5px;
	text-align: center;
}
.box_p{
	margin-bottom: 50px;
}
.top_h3{
	text-align: center;
	font-size: 1.4em;
}
.box_subtitle{
	display: block;
	text-align: center;
	color: #414141;
	font-size: 0.5em !important;
}
.box_txt{
	margin: 10px 0 15px;
}
.chosei{
	margin-top: 30px;
}
.br_chosei{
	display: block;
}
/*-----------------------------------------
display;flex
----------------------------------------- */
.flex{
/*
	display: flex;
	justify-content: space-between;
*/
}
/*-----------------------------------------
fit 調整
----------------------------------------- */

.fit{
	width: 100%;
}
/*-----------------------------------------
ボタンエリア
----------------------------------------- */
.btn_box{
	margin-top: 20px;
	padding: 35px 0 40px;
}
.db{
	display: block;
	width: 100% !important;
}
/*-----------------------------------------
ボタンサイズ　
----------------------------------------- */
.about_link{
	display: inline-block;
	width: 100%;
	padding: 8px 0 9px;
	text-align: center;
	color: #fff;
/*	background-color: #fafafa;*/
	border:  thin #333 solid;
	position: relative;
	font-size: 16px;
	margin-bottom: 30px;
	background-color: #333;
	border-radius: 4px;
}

.about_link:hover{
	background-color: #fff;
	color: #333;
	transition: 0.5s;
	border:  thin #333 solid;
	cursor: pointer;
}
.about_link::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.about_link:hover::after{
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}
/*-----------------------------------------
PC_ボタン
----------------------------------------- */
.about_footer_btn_zone{
	display: flex;
	justify-content: space-between;
}
.about_footer_btn{
	margin-bottom: 0 !important;
	width: 30%;
}