@charset "UTF-8";

#wrapper{
font-size: 90%;
padding-top: 0;
}
.txt h1 {
    font-size: 125%;
    margin: 2% 0 5% 0;
    padding: 1% 0 1% 2%;
    line-height: 130%;
    border-left: 5px solid #73AE50;
}

.txt h2 {
    font-size: 110%;
    margin: 0 0 3% 0;
    padding: 0 0 1% 0;
    line-height: 130%;
    border-bottom: 1px solid #73AE50;
}

.txt h3 {
    font-size: 100%;
    margin: 0 0 3% 0;
    padding: 0 0 1% 0;
    line-height: 130%;
}
.txt h3:before {
content:"▼ ";
color:#73AE50;
font-size: 75%;
}
h1 img{
width: 100%;
    margin: 0 auto;
    display: block;
}
.txt p {
    line-height: 180%;
}
.check{
    font-weight: normal;
    color: #ffffff;
    display: inline-block;
    background: #ff0000;
    padding: 2px 10px;
    font-size: 75%;
    line-height: 150%;
    border-radius: 5px;
}

.toc {
border: 1px solid #666;
border-radius: 5px;
font-size: 85%;
margin-bottom: 10%;
}
.toc .toc_tit{
background: #666;
color: #fff;
text-align: center;
padding: 2% 0;
}
.toc>ol {
    margin:4% 3% 0 3%;
}
.toc>ol li {
    margin: 0;
    padding: 0;
    line-height: 120%;
    word-break: break-all;
}
.toc>ol ol {
    padding-left: 1em;
    list-style-type: disc;
}
.toc a {
    color: #545454;
    padding: 8px 0;
    display: block;
    text-decoration: none;
}

img.large{
width: 100%;
max-width: 900px;
margin: 0 auto;
}
ul.point {
    margin:0 0 5% 16px;
}
ul.point li{
    list-style: none;
    line-height: 150%;
    margin-bottom: 2%;
    font-size: 90%;
}
ul.point li:before {
    position: absolute;
    transform: translateX(-125%);
    content: "・";
    color: #73AE50;
}

h1.top_tit{
	border-bottom: 5px solid #73AE50;
    border-left: 0;
    text-align: center;
    margin-bottom: 10%;
}

ul.vol_list{
	padding-top: 10%;
}

ul.vol_list li{
    width: 100%;
    list-style: none;
    padding: 0;
    margin-bottom: 5%;
	
}

ul.vol_list li a{
    padding: 0;
    display: table;
	width: 100%;
    align-items: center;
    text-decoration: none;
    color: #333;
    border: 1px solid #979797;
    border-radius: 10px;
    background: #fff;
}
ul.vol_list li div.img{
	background-position: center center;
	background-size: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;	
}
ul.vol_list li div.img{
display: table-cell;
    width: 75px;
    height: 75px;
}
ul.vol_list li div.img img{
    width: 75px;
    height: 75px;
}
ul.vol_list li div.name{
    padding:2% 5%;
    font-weight: bold;
    line-height: 150%;
    font-size: 85%;
    display: table-cell;
    vertical-align: middle;
}
.social {
	display: table;
	margin-top: -5%;
}
.social li{
	display: table-cell;
	padding-right: 5px;
}
.social img{
	width: 40px;
}
img.inst {
    width: 74%;
    max-width: 480px;
    margin: 0 13%;
}
.youtube {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 5%;
}

.youtube .inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.youtube .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (min-width: 720px) {

}
