@charset "UTF-8";
@media screen and (min-width:769px) and ( max-width:1024px) {
   .inner{
	width: 700px;
}
}
.boder{
	margin: 5px 0;
	text-align: center;
}
.inner{
	max-width: 1024px;
	margin: 0 auto;
}
.top_h2{
	font-size: 1.8em;
	text-align: center;
}
.top_box_sub_title{
	text-align: center;
	margin:10px;
	color:#414141;
}
h2{
	font-size: 1.4em;
	margin: 15px 0 5px;
	text-align: center;
}
h2 span{
	font-size: 1.4rem;
	color:#525252;
	margin-left: 40px;
}
.top_h3{
	font-size: 1.8em;
	position: relative;
}
.top_h3::before{
	content: "";
	width:3px;
	border-left: 10px solid #333;
	position: relative;
	top: 0;
	bottom: 0;
	margin-right: 20px;
}
.box_subtitle{
	text-align: center;
	font-size: 0.6em !important;
	margin-left: 20px;
	color: #303030;
}
.top_img{
	width: 100%;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.top_img p{
	width: 49%;
}
.top_img2 p{
	width: 32%;
}
.box_sub_title{
margin-left: 5px;
}
.fit_txt{
	text-align: justify;
	line-height: 2;
}
.box_inner_txt_top{
		letter-spacing: normal;
	line-height: 2;
	padding-left: 5px;
	text-align: justify;
	font-size: 16px;
}
.box_inner_txt{
	letter-spacing: normal;
	line-height: 2;
	padding-left: 5px;
	width: 480px;
	text-align: justify;
	font-size: 16px;
	margin-top: 20px;
}
.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;
}
/*-----------------------------------------
display;flex
----------------------------------------- */

.flex{
	display: flex;
	justify-content: space-between;
}
/*-----------------------------------------
fit 調整
----------------------------------------- */

.fit{
	width: 32%;
	padding: 0 10px;
}
/*-----------------------------------------
ボタンエリア
----------------------------------------- */
.btn_box{
	display: flex;
	justify-content: space-between;
	margin-top: 90px;
}
.db{
	display: block;
	width: 30% !important;
}

/*-----------------------------------------
ボタンサイズ　
----------------------------------------- */

.about_link{
	color: #0100FC;
	margin-bottom: 90px;
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	color: #333;
	border:  thin #333 solid;
	position: relative;
	font-size: 16px;
	box-shadow: 0 4px 0 0 rgba(0,0,0,.11);
}
.about_link:hover{
	background-image: none;
	background-color: #333;
	color: #fff;
	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 #333;
	border-right: 1px solid #333;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.about_link:hover::after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
/*-----------------------------------------
PC_ボタン
----------------------------------------- */

.about_footer_btn_zone{
	display: flex;
	justify-content: space-between;
}
.about_footer_btn{
	margin-bottom: 0 !important;
	width: 30%;
}
