@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #555;
	font-size: 15px;
	line-height: 160%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-break: normal;
	word-wrap: normal;
}

.bgblack {
    background: #fff;
}

/*記事css*/
.container{
	max-width: 1000px;
	margin: 0 auto;
}

.student{
	padding-bottom: 20px;
}

.blue{
	color: #009fe8;
	font-weight: bold;
}

.red{
	color: #e08452;
	font-weight: bold;
}

.content{
	background-image: url("../img/memo.png");
	background-repeat: repeat;
	margin-top: -1%;
}

.content2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.content_inner{
	display: flex;
	justify-content: center;
}

.content_inner2{
	display: flex;
	flex-wrap: wrap;
}

.content_inner3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0 20px 0;
}

.content_inner4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box1{
	max-width: 440px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	justify-content: center;
	font-size: 100%;
    font-weight: bold;
}

.box2{
	width: 80%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.box3 {
    width: 800px;
    height: 400px;
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    justify-content: center;
    align-items: center;
	margin-top: -20px;
}

.box4 {
    width: 800px;
    height: 400px;
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    justify-content: center;
    align-items: center;
	margin-top: -20px;
}

.box2_inner{
	display: flex;
	flex-wrap: wrap;
}

.box3_inner{
	display: flex;
	/*flex-wrap: wrap;*/
}

.box4_inner{
	display: flex;
	/*flex-wrap: wrap;*/
}

.box_text2{
	max-width:400px; 
}

.box_text3{
	padding: 20px 0 0 20px;
}

.box5 {
	max-width: 440px;
    height: auto;
    display: block;
    text-align: center;
    margin: 0 auto 40px;
}

.box5 img{
   width: 100%;
   height: auto;
}

video {
  width: 100%;
}

/*ここまで*/

/* 参加ボタン */
.entry {
	padding: 30px 0 30px 0;
	background-color: #555;
}
.entry .btn {
	line-height: 45px;
	font-size: 20px;
	background: #FFED94;
	border-color: #fff;
}
.entry .btn:hover {
	background: #fff;
	color: #EC7AAA;
}

.entry .btn {
    line-height: 45px;
    font-size: 20px;
    background: #FFED94;
    border-color: #fff;
}
.btn {
    display: block;
    margin: 20px auto;
    max-width: 320px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    border: 3px solid #59C3DF;
    border-radius: 100px;
    background: #fff;
}

a {
    color: #EC7AAA;
    text-decoration: none;
    transition: all 0.2s ease;
}

.next{
	padding-bottom: 30px;
}

.next .next_btn {
	line-height: 100px;
	font-size: 22px;
	background: #0063ae;
	border-color: #fff;
}

.next_btn {
    display: block;
    margin: 20px auto;
    max-width: 600px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    border: 3px solid #0063ae;
    border-radius: 100px;
    background: #fff;
}

.next a:hover{
    opacity: 0.8;
}
/*ここまで*/

/*フッター*/
footer {
    color: #fff;
    padding: 20px 0 20px;
    background: #2f2f2f;
	text-align: center;
}
/*ここまで*/

@media screen and (max-width: 750px) {
.main img{
	width: 100%;
	height: auto;
}
	
.student img{
    width: 100%;
	height: auto;
}
	
.content_inner {
    flex-wrap: wrap;
}
	
.box_img{
	width: 100%;
	height: auto;	
}
	
.box1 img{
	width: 100%;
	height: auto;
}

.box1 {
    max-width: 90%;
    height: auto;
}

.next .next_btn {
    font-size: 16px;
	line-height: 50px;
}
	
.next_btn {
    width: 85%;
}
	
.box2 {
    width: 90%;
    flex-direction: column;
}
	
.box2 img {
	width: 100%;
	height: auto;
}
	
.box_text2 {
    max-width: 100%;
}
	
.box3 img{
	width: 100%;
	height: auto;
}
	
.box3 {
    width: 90%;
    height: auto;
    flex-direction: column;
}

.box_text3 {
    padding: 0;
}
	
.box4 {
    width: 90%;
    height: auto;
    flex-direction: column;
    margin: 0 auto;
}
	
.box3_inner {
    flex-direction: column;
}

.box4_inner {
    flex-direction: column;
}
	
.box4 img{
	width: 100%;
	height: auto;
}
	
.box5 {
	width: 90%;
    height: auto;
}
	
.content {
    margin-top: -2%;
}
	
.content2 img{
	width: 100%;
	height: auto;
}
	
.content2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}
	
.content_inner3 img{
	width: 100%;
	height: auto;
}
	
.content_inner4 img{
	width: 100%;
	height: auto;
}
	
.matome{
	text-align: center;	
}
	
.matome img{
	width: 60%;
	height: auto;
	max-width: 240px;
	max-height: 270px;
}
	
}