body{
	margin-top: 100px;
}

#bou img{
	border-bottom:solid 30px #FC90BC;
}

h2#skin{
	width:100%;
	padding:10px;
	background-color:#F9EDF3;
	margin-bottom:0;
}

h1{
	text-align:center;
	color:#F37EB8;
}

#h1{
	margin-bottom:50px;
	text-align:center;
	line-height:2em;
	font-size:22px;
}

.haba{
	width:100%;
	margin:0px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-start;
}
.haba img{
	/*float:left;*/
	display: inline-block;
    max-width: 100px;
    width: 100%;
	padding:10px;
	vertical-align: middle;
}

.link_box a{
	width:48%;
}

.tc,
#tc{
	display: inline-block;
    max-width: calc(100% - 130px);
    vertical-align: middle;
}
.tc .p,
#tc .p{
	height: auto;
}

#hihu{
	border:solid 1px pink;
	/*width:48%;
	float:left;*/
	height:auto;
	padding:0px 5px 0px 5px;
	margin-bottom:10px;
    margin-right: 10px;
}

#hyouhi{
	border:solid 1px pink;	
	/*width:48%;
	float:right;*/
	height:auto;
	padding:0px 5px 0px 5px;
	margin-bottom:10px;
}
.p{
	width:80%;
	height:117px;
}
#shinnpi{
	border:solid 1px pink;
	/*width:48%;
	float:left;*/
	height:auto;
	padding:0px 5px 0px 5px;
    margin-right: 10px;
}


#hikasoshiki{
	border:solid 1px pink;
	/*width:48%;
	float:right;*/
	height:auto;
	padding:0px 5px 0px 5px;
}

.vol_tit{
	color:white;
	background-size:300px;
	background-color:#FC90BC;
	text-align:center;
	margin: 6px 0px 0px 0px;
}
#vol2{
	color:white;
	background-size:300px;
	background-color:pink;
	text-align:center;
	margin: 6px 0px 0px 0px;
}
#vol3{
	color:white;
	background-size:300px;
	background-color:pink;
	text-align:center;
	margin: 6px 0px 0px 0px;
}
#vol4{
	color:white;
	background-size:300px;
	background-color:pink;
	text-align:center;
	margin: 6px 0px 0px 0px;
}
.arrow{
    /*position: relative;*/
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    /*top: 0;
    bottom: 0;
    left: 0;
    margin: auto;*/
    content: "";
    vertical-align: middle;
}
.sample5-1::before{
    right: 5%;
    top: 50%;
    width: 25px;
    height: 25px;
    border-top: 1px solid #595757;
    border-right: 1px solid #595757;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sample5-1{
	float:right;
	/*position:absolute;*/
	top:50%;
	right:1%;
}
.clearfix::after{
	content:"";
	display:block;
	clear:both; 
}
#tc{
	color:black;
}
#kasou{
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    max-width: 980px;
    height: 620px;
    margin: 0 auto;
}

.box_item{
	position:relative;
}

@media screen and (max-width:480px) {
#kasou{
	height:auto;
	margin-bottom:50px;
}


.link_box a{
	width:100% !important;
}

.box_item{
    width: 100% !important;
    padding: 0 !important;
	float:none !important
}


.box_item img{
	width:35% !important;
}

}