@charset "UTF-8";
html {
	font-size: 16px;
}
@media screen and (min-width: 1100px) {
	html {
		font-size: 16px;
	}
}
html * {
	box-sizing: border-box;
}
body {
	margin: 0;
	font-family: sans-serif;
}
a[href$=".pdf"]::after{
	margin-left: 5px;
	content: url(../images/PDF.png);
	position: relative;
	bottom: -3px;
}
a[target="_blank1"]::after{
	content: url(../images/link.png);
	margin-left: 5px;
	position: relative;
	bottom: -1px;
}
.blinking{ 
    -webkit-animation:blink 1.5s ease-in-out infinite alternate; 
    -moz-animation:blink 1.5s ease-in-out infinite alternate; 
    animation:blink 1.5s ease-in-out infinite alternate; 
} 
@-webkit-keyframes blink{ 
    0% {opacity:0;} 
    100% {opacity:1;}  
} 
@-moz-keyframes blink{ 
    0% {opacity:0;} 
    100% {opacity:1;} 
} 
@keyframes blink{ 
    0% {opacity:0;} 
    100% {opacity:1;} 
}
.contents h1{
	font-size: 18px;
    border-bottom: 4px solid #EC407A;
}
.contents h2{
	font-size: 15px;
	background: #f4f4f4;/*背景色*/
    border-left: solid 4px #EC407A;/*左線*/
    border-bottom: solid 3px #d7d7d7;/*下線*/ 
}
.contents h3{
    font-size: 13px;
	border-bottom: 1px solid #EC407A;
	}
.box1{
	padding: 0px 10px 0px 10px;
	border: 1px white solid;
	border-radius: 10px;
}
.box2{
	padding: 10px 10px 10px 10px;
	border: 3px #EC407A solid;
	border-radius: 10px;
}
.box27 {
    position: relative;
	width : 300px ;
	margin-left : auto;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px pink;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: pink;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}
@media screen and (min-width: 1100px) {
	body {
	margin: 0 150px 0 150px;
	font-family: sans-serif;
}
.contents h1{
	font-size: 30px;
    border-bottom: 4px solid #EC407A;
}
.contents h2{
	font-size: 20px;
}
.contents h3{
    font-size: 15px;
	border-bottom: 2px solid #EC407A;
	}
.contents h4{
	font-size: 20px;
	}
.p4{
    border-bottom: 1px dotted #EC407A;
}
.box1{
	margin-right: 55px;
	padding: 0px 0px 0px 0px;
	border: 1px white solid;
	border-radius: 10px;
	}
.box2{
	margin: 0 80px 0 80px;
	padding: 15px 10px 15px 5px;
	border: 3px #EC407A solid;
	border-radius: 10px;
	}
}
/* ヘッダー */
.header-container{
	margin: 10px 0px 60px 10px;
}
.keyvisual{
	width: 300px;
	height: auto;
}
.header-navbtn {
	display: block;
	position: absolute;
	top: 80px;
	right:10px;
	z-index: 30;
	width: 340px;
	height: 50px;
}
a.cp_btn {
	position: relative;
	display: block;
	width: 340px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	background: green;
	border:1px solid #fff;
	overflow: hidden;
}
a.cp_btn:before {
	content:"";
	position: absolute;
	top: 0px;
	left: -330px;
	height: 100%;
	width: 340px;
	background : #fff;
	opacity: 0.3;
	transition: .4s;
}
a.cp_btn:hover:before {
	left:0;
}
@media screen and (min-width: 1100px) {
.header-container{
	margin: 10px 100px 50px 20px;
}
.keyvisual{
	width: 400px;
	height: auto;
}
.header-navbtn {
	display: block;
	position: absolute;
	top: 80px;
	right:280px;
	z-index: 30;
	width: 400px;
	height: 50px;
}
a.cp_btn {
	position: relative;
	display: block;
	width: 400px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	background: green;
	border:1px solid #fff;
	overflow: hidden;
}
a.cp_btn:before {
	content:"";
	position: absolute;
	top: 0px;
	left: -390px;
	height: 100%;
	width: 400px;
	background : #fff;
	opacity: 0.3;
	transition: .4s;
}
a.cp_btn:hover:before {
	left:0;
}
}
/* フッター */
footer { }
.footer-container {
	padding: 20px;
	border-radius: 0 0 10px 10px;
	background: green;	
	color: white;
}
.copyright {
	margin: 0;
	text-align: center;
	font-size: 0.8rem;
	color: #ffffff;
}
/* メインコンテンツレイアウト部分 */
.main-contents { }
.main-contents-container {
	padding: 10px 10px 10px 10px;
	background: #ffffff;
}
.keyvisual {
	font-size: 0;
}
.keyvisual img {
	width: 100%;
    height: 100%;
}
.maincopy {
	margin: 0;
	padding: 20px 20px 0 20px;
	text-align: center;
	font-size: 1.5rem;	
}
div.play1 {
text-align: center;
}
div.play2 {
text-align: center;
}
div.play3 {
text-align: center;
}
video{
    width: 80%;
    height: auto;
}
.p1{
    font-size: 15px;
	font-weight: bold;
    text-align: center;
	}
.p2{
    font-size: 15px;
	font-weight: bold;
	}
.p3{
    font-size: 15px;
	font-weight: bold;
	padding: 0 0 0 0;
	}
.p4{
	font-size: 15px;
	padding: 0 0 0 15px;
	}
.p5{
	font-size: 15px;
	padding: 0 0 0 30px;
	}
.p6{
	font-size: 15px;
	padding: 0 0 10px 30px;
	border-bottom: 1px dotted green;
	}
.b-contents{
    display: inline-block;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 1100px) {
    .main-contents-container {
        margin-right: 50px;
	padding: 5px 5px 5px 5px;
	background: #ffffff;
}
video{
   width: 80%;
    height: auto;
    border: solid;
    border-color: black;
}
.p1{
    font-size: 15px;
	font-weight: bold;
    text-align: center;
	}
.p2{
    font-size: 18px;
	padding: 0 0 0 10px;
	font-weight: bold;
	}
.p3{
    font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 30px;
	}
.p4{
	font-size: 18px;
	padding: 0 0 0 50px;
	}
.p5{
	font-size: 17px;
	padding: 0 0 0 70px;
	}
.p6{
	font-size: 17px;
	padding: 0 0 10px 70px;
	border-bottom: 1px dotted green;
	}
.b-contents{
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}
.b-contents li{
    flex: 0 0 33%;
    display: flex;
    flex-flow: column;
    border-radius: 2px;
    text-align: center;
}
}