section#AboutWrap {
	width: 100%;
	margin: 0 auto 5% auto;
	padding: 0;
	background: #FFFFFF;
}
.AboutAll{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.AboutTit{
	width: 100%;
	max-width: 950px;
	padding: 3% 0 1% 0;
	margin: 0 auto;
	font-size:22px;
	font-weight: bold;
	text-align: left;
	
}
.AboutTit span{
	display: block;
	font-size:14px;
	font-weight: normal;
	text-align: left;
	padding: 10px 0 0 0;
}
.AboutTit2{
	width: 100%;
	max-width: 950px;
	padding: 3% 0 3% 0;
	margin: 0 auto 2% auto;
	font-size:22px;
	font-weight: bold;
	text-align: left;
	
}
.AboutMds{
	width: 100%;
	max-width: 950px;
	padding: 0% 0 0% 0;
	margin: 0 auto;
	font-size:11px;
	color: #666666;
	font-weight: normal;
	text-align: left;
	border-left:1px dotted #CCC; 
	
}
.AboutMds span{
	padding: 0.5% 1% 0.5% 1%;
	margin: 2% 0 0 0;
	text-align: center;
	border-right:1px dotted #CCC; 
}
.AboutMds span a{
	color: #444;
}
.AboutMds span a:hover{
	color: #CCC;
}
.AboutDetail{
	width: 100%;
	max-width: 950px;
	margin: 0 auto 3% auto;
	padding: 0;
}
.AboutDetail ul{
	display: flex;
	width: 100%;
	margin: 0 0 0 0;
}
.AboutDetail ul li{
    position: relative;
	float: left;
	width: 28%;
    margin: 3% 0 0 4%;
}
.AboutDetail ul li::before{
	content: '';
    display: block;
    position: absolute;
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top: calc(50% - 6px);
    left: 10%;
    height: 0;
    width: 0;
    border-top: 6px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #444444;
}
.AboutDetail ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
    float: left;
    padding: 20% 4% 20% 5%;
    background-image: -moz-linear-gradient(top, #ffffff, #f3f3f3);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffffff), color-stop(1.0, #f3f3f3));
    background-color: #FFF;
    border: 1px solid #B5B5B5;
    text-align: center;
    color: #333333;
    border-radius: 6px;

    font-size: 16px;
}
.AboutDetail ul li a:hover{
	width: 100%;
    float: left;
    padding: 20% 4% 20% 5%;
    background-image: -moz-linear-gradient(top, #f3f3f3, #FFFFFF);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f3f3f3), color-stop(1.0, #FFFFFF));
    background-color: #f3f3f3;
    border: 1px solid #B5B5B5;
    text-align: center;
    color: #333333;
    border-radius: 6px;
    font-size: 16px;
}
div.kanxashilink{
	width: 90%;
	max-width: 950px;
	margin: 0% auto 3%;
	text-align: right;
}
div.kanxashilink a{
	position: relative;
	padding: 10px 45px;
	text-decoration: underline;
	font-size: 12px;
}
div.kanxashilink a::before {
    content: '';
    display: block;
    position: absolute;
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
    top: 40%;
    left: 90%;
    height: 0;
    width: 0;
    border-top: 6px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #444444;
}
/*===============================================
●about タブレットサイズ 画面の横幅が639px以下の時
===============================================*/
@media screen and (min-width: 640px) and (max-width: 949px) {
section#AboutWrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.AboutAll{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-image: -moz-linear-gradient(top, #fcd6dd, #FFFFFF 10%);
    background-color: #FFFFFF;
}
.AboutTit{
	width: 100%;
	padding: 4% 5% 0 5%;
	margin: 0 auto;
	font-size:22px;
	font-weight: bold;
	text-align: left;
}
.AboutTit2{
	width: 90%;
	padding: 4% 5% 5% 5%;
	margin: 0 auto;
	font-size:22px;
	font-weight: bold;
	text-align: left;
}
.AboutMds{
	width: 100%;
	padding: 0.5% 5% 4% 5%;
	margin: 0 auto;
	font-size:11px;
	color: #666666;
	font-weight: normal;
	text-align: left;
}
.AboutDetail{
	width: 96%;
	margin: 0 0 5% 4%;
	padding: 0;
}
.AboutDetail ul li{
    position: relative;
	float: left;
	width: 44%;
    margin: 3% 0 0 4%;
}

.AboutDetail ul li::before{
	content: '';
    display: block;
    position: absolute;
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top: calc(50% - 6px);
    left: 25px;
    height: 0;
    width: 0;
    border-top: 6px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #444444;
}
.AboutDetail ul li a{
	width: 100%;
    float: left;
    padding: 10% 4% 10% 5%;
	border: 1px solid #B5B5B5;
    font-size: 14px;
}
.AboutDetail ul li a:hover{
	width: 100%;
    float: left;
    padding: 10% 4% 10% 5%;
	border: 1px solid #B5B5B5;
    font-size: 14px;
}

}
/*===============================================
●about スマートフォンサイズ 画面の横幅が639px以下の時
===============================================*/
@media screen and (max-width: 639px)  {
section#AboutWrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.AboutAll{
	width: 100%;
	margin: 0 auto;
	padding: 0;
    background-color: #FFFFFF;
	
}
.AboutTit{
	width: 100%;
	padding: 5%;
	margin: 0 auto;
	font-size:16px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dotted #d8d8d8;
}
.AboutTit span{
	font-size:12px;
}
.AboutTit2{
	width: 100%;
	padding: 5%;
	margin: 0 auto;
	font-size:16px;
	font-weight: bold;
	text-align: left;
	
}
.AboutMds{
	display: none;
	width: 100%;
	padding: 0.5% 3% 6% 3%;
	margin: 0 auto;
	font-size:10px;
	color: #666666;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px dotted #d8d8d8;
	
}
.AboutDetail{
	width: 100%;
	margin: 0 0 5% 0%;
	padding: 0;
}
.AboutDetail ul {
	display: block;
}
.AboutDetail ul li{
    position: relative;
	float: left;
	width: 100%;
    margin: 0;
}
.AboutDetail ul li::before{
	content: '';
    display: block;
    position: absolute;
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top: calc(50% - 6px);
    left: 25px;
    height: 0;
    width: 0;
    border-top: 6px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #444444;
}
.AboutDetail ul li a{
	width: 100%;
    float: left;
    padding: 6% 4% 6% 5%;
	border-radius: 0px;
	border-top: initial;
	border-left: initial;
	border-right: initial;
	border-bottom: 1px solid #B5B5B5;
    font-size: 12px;
}
.AboutDetail ul li a:hover{
	width: 100%;
    float: left;
    padding: 10% 4% 10% 5%;
	border-radius: 0px;
	border-top: initial;
	border-left: initial;
	border-right: initial;
	border-bottom: 1px solid #B5B5B5;
    font-size: 12px;
}
div.kanxashilink{
	text-align: center;
}
div.kanxashilink a{
	padding: 10px;
	font-size: 11px;
}
div.kanxashilink a::before {
    left: 100%;
}
}/*END*/

h3.midashi{
	float: left;
	width: 100%;
	border-left: 5px solid #999;
	border-bottom: 1px solid #999;
	padding: 20px 15px;
	font-weight: 700;
	margin-top: 15px;
}
h3.midashi span{
	display: block;
    font-size: 80%;
    line-height: 130%;
    font-weight: normal;
    padding: 10px 0 0 0;
}