@charset "UTF-8";

#wrapper{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
padding: 0;
}
section{
	background:#d0f5ef;
}
article section:nth-child(2n){
	background:#76bac3;
}
section div.inline{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 5%;
	box-sizing: border-box;
}
section div.inline .img{
	line-height: 0;
}
section div.inline .img.btn{
	padding-bottom: 10%;
}
section div.inline .img img,
section div.inline .bnr img{
	display: block;
	width: 100%;
	max-width: 1080px;
}
section div.inline .txt{
    font-size: 54%;
    line-height: 100%;
    padding: 3% 0 0;
}
section div.inline .txt p {
    margin: 0;
    padding: 0 2%;
    line-height: 150%;
    word-break: break-all;
}
section div.inline .bnr{
margin-bottom: 3%;
}
section.s04 div.inline{
	padding-bottom: 5%;
}
section.s05 div.inline{
	padding-top: 5%;
}
section.s05 div.inline ul{
	display: table;
	width: 100%;
	margin-bottom: 10%;
}
section.s05 div.inline ul li{
	display: table-cell;
	width: 46.5%;
}
section.s05 div.inline ul li:first-child{
	width: 53.5%;
}
section.s05 div.inline ul li img{
	width: 100%;
	display: block;
}
section div.inline .column ul{
	display: table;
	width: 100%;
    margin-bottom: 60px;
}
section div.inline .column ul li{
    width: 50%;
    display: table-cell;
    padding: 0 3%;
    box-sizing: border-box;
}
section div.inline .column ul li a{
    text-decoration: none;
	color: #000;
}
section div.inline .column ul li a div{
	background-size: cover;
	background-position: center center;
	border:3px solid #000;
	box-shadow: 3px 3px 4px rgb(0 0 0 / 30%);
}
section div.inline .column ul li img{
	width: 100%;
	display: block;
}
section div.inline .column ul li span{
	display: block;
    font-size: 12px;
    line-height: 150%;
    margin-top: 10px;
}

section.s02 div.inline .comment ul{
	list-style: none;
}
section.s02 div.inline .comment ul li{
    background-color: #ffffff;
    border: 3px solid #76bac3;
    border-radius: 10px;
    box-shadow: 3px 3px 0 0 #fffc00;
    margin-bottom: 5%;
    padding: 4%;
}
section.s02 div.inline .comment dl{
	display: table;
	list-style: none;
	
}
section.s02 div.inline .comment dl dt{
	display: table-cell;
	vertical-align: top;
	width: 20%;
}
section.s02 div.inline .comment dl dt img{
	width: 80%;
	margin: 0 auto;
    border: 3px solid #76bac3;
    border-radius: 50%;
}
section.s02 div.inline .comment dl dd{
    display: table-cell;
    vertical-align: top;
    font-size: 42%;
    line-height: 150%;
}

@media only screen and (min-width: 720px) {

}
