@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
ul.vkfs__children, ul.vkfs__input-wrap {
	margin: 0 !important;
}
.vkfs {
	padding-bottom: 20px;
border-bottom: 1px dotted #9E9E9F;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select {
font-size: 1rem !important;
border: 1px solid var(--vk-color-border-form) !important;
border-radius: var(--vk-size-radius) !important;
padding: .8em 1em !important;
margin: 0 0 .5rem !important;
/* width: 100% !important; */
}
*, ::after, ::before {
box-sizing: border-box;
}
*, ::after, ::before {
box-sizing: border-box;
}
:root {
--vk-color-text-body: #333333;
--vk-color-border-form: rgba(0,0,0,0.2);
--vk-size-text: 16px;
--vk-size-radius: 5px;
}
.paragraph {
	margin-left: 1.8rem;
}
.paragraph2 {
margin-left: 1.6rem;
margin-top: -10px;
}
.paragraph3 {
margin-left: 1rem;
margin-top: -10px;
}

#form dl {
	margin-top: 40px;
}
#form dt {
	margin-top: 20px;
}

/*ページmore用*/
.list {    
}
.list li {
    opacity: 1;
    transition: all 0.4s ease 0s;
    height: auto;
}
.list li.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
	display: none;
}

.pagenavi_more {
    text-align: center;
    margin-top: 20px;
}
button {
    background-color: #00b9ef;
	color: #fff;
	border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    height: 32px;
    line-height: 21px;
    width: 120px;
    border-radius: 16px;
}


@media screen and (min-width: 768px) {
body {
    margin: 0;
    padding: 0;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	background-color: #fff;
}
	.smp {display: none;}
section img {
	vertical-align: bottom;
}
section p {
	margin: 10px;
}
h3 {
	margin: 10px;
}
h4 {
	margin: 10px;
}
.font_red {
	color:#f00;
}
header {}
main {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#top h2,#contents h2,#organization h2,#seminar h2, #about h2 {
    text-align: center;
    color: #00b9ef;
    font-family: "ヒラギノ丸ゴ Pro W4";
    background: repeating-linear-gradient( 145deg, #dff2fc 0 0.3em, #fff 0.3em 0.5em );
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	margin: 0;
}
footer {
	width: 100%;
	text-align: center;
	background-color: #036eb8;
	color: #fff;
	margin: 0;
	padding: 0;
} 
header nav {
	width: 100%;
	background-color: #036eb8;
	height: 47px;
}
header nav ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
header nav ul li {
}
header nav ul li a {
    color: #fff;
    text-decoration: none;
	font-family: "ヒラギノ丸ゴ Pro W4";
	font-size: 1rem;
	display: block;
	height: 100%;
    width: 100%;
	line-height:47px;
}
header nav ul li:nth-child(1) {
    background-image: url("../images/menu_home.svg") ;
    background-color: #fff;
	height: 47px;
	width: 56px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
header .logo {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
header .logo .logo1 {
	float: left;
}
header .logo .logo2 {
	font-family: "ヒラギノ丸ゴ Pro W4";
	font-size: 1.6rem;
line-height: 137%;
float: left;
margin-left: 20px;
	}
section.situation, section.whatsnew, section.search, section.about, section.organization,section.seminar, section.about, section.contact {
    border: 2px solid #00B9EF;
	margin-bottom: 20px;
}
section.forgroup2 {
    border: 2px solid #ef93bb;
	margin-bottom: 20px;
	width: 96%;
margin-left: auto;
margin-right: auto;
}
section.forgroup3 {
    border: 2px solid #f8b62d;
	width: 96%;
margin-left: auto;
margin-right: auto;
	margin-bottom: 20px;
}
.header_frame, .footer_frame {
	min-width: 1200px;
}
section.situation table {
	border-left: 1px solid #595757;
	width: 1160px;
	margin-left: 20px;
	margin-right: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
section.situation th {
	background-color: #dff2fc;
    border-top: 1px solid #595757;
	border-bottom: 1px solid #595757;
	border-right: 1px solid #595757;
}
section.situation td {
    border-bottom: 1px dotted #595757;
	border-right: 1px solid #595757;
	padding: 5px;
}
section.situation tr:nth-last-child(1) {
    border-bottom: 1px solid #595757;
	border-right: 1px solid #595757;
	background-color: #dff2fc;
}
section.situation td.number1 {
	text-align: right;
}
section.situation td.number2 {
	text-align: right;
}
section.situation td.number3 {
	text-align: right;
}

	section.about h3 {
		margin-top: 40px;
	}
	section.about h3.first {
		margin-top: 10px;
	}
section.about table {
	border-left: 1px solid #595757;
	width: 1160px;
	margin-left: 20px;
	margin-right: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
section.about th {
	background-color: #dff2fc;
    border-top: 1px solid #595757;
	border-bottom: 1px solid #595757;
	border-right: 1px solid #595757;
}
section.about td {
    border-bottom: 1px dotted #595757;
	border-right: 1px solid #595757;
	padding: 5px;
}
section.about tr:nth-last-child(1) {
    border-bottom: 1px solid #595757;
	border-right: 1px solid #595757;
}
section.about td.color {
    background-color: #FFFFCC;
}
section.about td.center {
	text-align: center;
}

.link {
	 position: relative;	
}
.link .link1 {
    position: absolute;	
	left: 20%;
	top: 14%;
}
.link .link2 {
    position: absolute;	
	right: 20%;
	top: 14%;
}
.link .link3 {
	width: 400px;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.link .link4 {
	width: 400px;
	float: right;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.link .illust1 img, .link .link3 img, .link .link4 img, .forgroup2 img, .forgroup3 img {
	width: 100%;
}
.link .illust1 {
    position: absolute;
    left: 120px;
    bottom: 140px;
	width: 180px;
}
#top .link .linkframe {
    border: 2px solid #00B9EF;
    margin-bottom: 20px;
    position: absolute;
    left: 150px;
    bottom: 20px;
    width: 900px;
    border-radius: 20px;
	background-color: #fff;
}
#top .link .linkframe h2 {
    text-align: center;
    color: #00b9ef;
    font-family: "ヒラギノ丸ゴ Pro W4";
    background: repeating-linear-gradient( 145deg, #dff2fc 0 0.3em, #fff 0.3em 0.5em );
    text-shadow: 0 -0.06em 0 #fff;
    margin: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#top2 .link .linkframe {
    border: 2px solid #ef93bb;
    margin-bottom: 20px;
    position: absolute;
    left: 150px;
    bottom: 20px;
    width: 900px;
    border-radius: 20px;
	background-color: #fff;
}
#top2 .link .linkframe h2 {
    text-align: center;
    color: #eb6d8e;
    font-family: "ヒラギノ丸ゴ Pro W4";
    background: repeating-linear-gradient( 145deg, #fbe6ef 0 0.3em, #fff 0.3em 0.5em );
    text-shadow: 0 -0.06em 0 #fff;
    margin: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#top3 .link .linkframe {
    border: 2px solid #f8b62d;
    margin-bottom: 20px;
    position: absolute;
    left: 150px;
    bottom: 20px;
    width: 900px;
    border-radius: 20px;
	background-color: #fff;
}
#top3 .link .linkframe h2 {
    text-align: center;
    color: #f39800;
    font-family: "ヒラギノ丸ゴ Pro W4";
    background: repeating-linear-gradient( 145deg, #fce2ba 0 0.3em, #fff 0.3em 0.5em );
    text-shadow: 0 -0.06em 0 #fff;
    margin: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
section.forgroup2 {
    border: 2px solid #ef93bb;
	margin-bottom: 20px;
}
	section.forgroup2 h3 {
    margin-top: 40px;
}
	section.forgroup2 h3.first {
		margin-top: 10px;
	}
section.forgroup3 {
    border: 2px solid #f8b62d;
	margin-bottom: 20px;
}
	section.forgroup3 h3 {
    margin-top: 40px;
}
	section.forgroup3 h3.first {
		margin-top: 10px;
	}
#organization ul {
    list-style-type: none;
    margin-left: 40px;
    margin-top: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
}
#organization ul li {
    padding-top: 20px;
	padding-bottom: 20px;
    border-bottom: 1px dotted #9E9E9F;
	clear: both;
	position: relative;
}
#organization ul li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
#organization .cat_icon {
	width: 190px;
	float: left;
	margin-right: 10px;
}
#organization .thumb {
	width: 200px;
	float: left;
	margin-right: 20px;
}
#organization .thumb img {
	width: 100%;
}
#organization .organization_text {
	width: 370px;
	float: left;
}
#organization .more {
    width: 300px;
    float: left;
    position: absolute;
	right: 20px;
    top: 50px;
    background-color: #ee92ba;
    color: #fff;
    font-size: 1.2rem;
    line-height: 80px;
    text-align: center;
    border-radius: 30px;
    text-decoration: none;
}
#organization .organization_text .title {
	font-size: 1.2rem;
	font-weight: 600;
}
#organization .text_more {
    padding-top: 20px;
display: block;
clear: both;
}
#organization .cat_icon .cat_harf {
    width: 49%;
	height: 24px;
	line-height: 24px;
	color: #9e9e9e;
	font-size: 0.8rem;
	text-align: center;
    border: 1px solid #9e9e9f;
	box-sizing: border-box;
	float: left;
	margin-right: 1%;
	margin-bottom: 2px;
}
#organization .cat_icon .cat_full {
    width: 99%;
	height: 24px;
	line-height: 24px;
	color: #9e9e9e;
	font-size: 0.8rem;
	text-align: center;
    border: 1px solid #9e9e9f;
	box-sizing: border-box;
	float: left;
	margin-right: 1%;
	margin-bottom: 2px;
}
#organization .cat_icon .on {
	color: #fff !important;
	background-color: #ee92ba !important;
	border: 1px solid #ee92ba;
}
#organization .organization_more .cat_icon {
	width: 190px;
	float: right;
	margin-left: 10px;
}
#organization .organization_more .thumb {
	width: 450px;
	float: left;
	margin-right: 20px;
}
#organization .organization_more .organization_text {
	width: 370px;
	float: left;
}
#organization .organization_more .organization_text .title {
	font-size: 1.8rem;
	font-weight: 600;
}
#organization .organization_more .text_more {
	margin-top: 20px;
	width:  100%;
	float: left;
}
#organization .organization_more h3 {
    clear: both;
    padding-top: 40px;
    border-bottom: 1px solid #000000;
}
#organization .organization_more .entry.entry_b {
	width: 220px;
	float: left;
	margin-left: 20px;
	margin-top: 30px;
	background-color: #00b9ef;
	color: #fff;
	font-size: 1.2rem;
	line-height: 80px;
	text-align: center;
	border-radius: 30px;
	text-decoration: none;
}
#organization .organization_more .entry.entry_a {
    width: 220px;
    float: left;
    margin-left: 20px;
    margin-top: 30px;
	background-color: #fff;
    color: #c9caca;
    font-size: 1.2rem;
    line-height: 80px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #C9CACA;
	box-sizing: border-box;
}
#organization .organization_more .entry.entry_c {
    width: 220px;
    float: left;
    margin-left: 20px;
    margin-top: 30px;
	background-color: #C9CACA;
    color: #fff;
    font-size: 1.2rem;
    line-height: 80px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #C9CACA;
	box-sizing: border-box;
}

#seminar ul .numbers {
	margin-bottom: 20px;
	text-align: right;
	}
#seminar ul {
    list-style-type: none;
    margin-left: 40px;
    margin-top: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
}
#seminar ul li.list {
    padding-top: 20px;
	padding-bottom: 20px;
    border-bottom: 1px dotted #9E9E9F;
	clear: both;
	position: relative;
}
#seminar .title {
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 10px;
	float: left;
}
#seminar .priority {
	font-size: 1rem;
	color: #fff;
	background-color: #ff6900;
text-align: center;
border-radius: 15px;
line-height: 185%;
width: 80px;
float: left;
margin-left: 10px;
}
#seminar .block {
	width: 796px;
	float: left;
	clear: both;
}
#seminar .postid {
	position: absolute;
	right: 20px;
    top: 20px;
	font-size: 0.8rem
	}
#seminar .entry.entry_b {
	width: 300px;
	float: left;
	margin-left: 20px;
	background-color: #00b9ef;
	color: #fff;
	font-size: 1.2rem;
	line-height: 80px;
	text-align: center;
	border-radius: 30px;
	text-decoration: none;
}
#seminar .entry.entry_a {
    width: 300px;
    float: left;
    margin-left: 20px;
    background-color: #fff;
    color: #c9caca;
    font-size: 1.2rem;
    line-height: 80px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #C9CACA;
	box-sizing: border-box;
}
#seminar .entry.entry_c {
    width: 300px;
    float: left;
    margin-left: 20px;
    background-color: #C9CACA;
    color: #FFF;
    font-size: 1.2rem;
    line-height: 80px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #C9CACA;
	box-sizing: border-box;
}
#seminar .block1 {
	width: 100%;
	float: left;
}
#seminar .block2 {
	width: 100%;
	float: left;
}
#seminar .block3 {
	width: 100%;
	float: left;
}
#seminar .block4 {
	width: 60%;
	float: left;
}
#seminar .block5 {
	width: 40%;
	float: left;
}
#seminar .block6 {
	width: 60%;
	clear: both;
	float: left;
}
#seminar .block7 {
	width: 40%;
	float: left;
}
#seminar .block8 {
	width: 796px;
	clear: both;
}
#seminar .block9 {
	width: 796px;
	clear: both;
}
#seminar .icon {
    width: 107px;
    color: #fff;
	font-size: 0.8rem;
    float: left;
    text-align: center;
    border: 1px solid #00b9ef;
	background-color: #00b9ef;
	margin-right: 5px;
	margin-bottom: 10px;
}
#seminar .group {
    width: 686px;
    float: left;
	font-size: 0.8rem;
}

footer nav {
	width: 100%;
	background-color: #2ea7e0;
	margin-bottom: 10px;
}
footer nav ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	width: 900px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#top2 h2 {
    text-align: center;
    color: #eb6d8e;
    font-family: "ヒラギノ丸ゴ Pro W4";
    background: repeating-linear-gradient( 145deg, #fbe6ef 0 0.3em, #fff 0.3em 0.5em );
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	margin: 0;
}
#top3 h2 {
    text-align: center;
    color: #f39800;
    font-family: "ヒラギノ丸ゴ Pro W4";
    background: repeating-linear-gradient( 145deg, #fce2ba 0 0.3em, #fff 0.3em 0.5em );
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	margin: 0;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
ul.movie {
	list-style: none;
    display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
ul.movie li {
    padding: 20px;
    margin-bottom: 20px;
    width: 32%;
    box-sizing: border-box;
	}

footer nav ul li {
	width: 100%;
	text-align: center;
}
footer .copyright {
	margin-top: 10px;
	font-size: 0.8rem;
}
}
@media screen and (max-width: 767px) {
body {
    margin: 0;
    padding: 0;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	background-color: #fff;
	font-size: 0.8rem;
}
	.pc {display: none;}
section img {
	vertical-align: bottom;
}
section p {
	margin: 10px;
}
h3 {
	margin: 10px;
}
h4 {
	margin: 10px;
}
.font_red {
	color:#f00;
}
header {
	}
main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
	.mainvisual img {
		width: 100%;
	}
#top h2,#contents h2,#organization h2,#seminar h2, #about h2 {
    text-align: center;
    color: #00b9ef;
    font-family: "ヒラギノ丸ゴ Pro W4";
    background: repeating-linear-gradient( 145deg, #dff2fc 0 0.3em, #fff 0.3em 0.5em );
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	margin: 0;
}
footer {
	width: 100%;
	text-align: center;
	background-color: #036eb8;
	color: #fff;
	margin: 0;
	padding: 0;
} 
header nav {
	width: 100%;
	background-color: #fff;
	z-index: 3;
}
header nav ul {
	list-style: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
header nav ul li {
}
header nav ul li a {
    color: #fff;
    text-decoration: none;
	font-family: "ヒラギノ丸ゴ Pro W4";
	font-size: 1rem;
	display: block;
	height: 100%;
    width: 100%;
}
header .logo {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
	header .logo img {
		width: 25%;
	}
header .logo .logo1 {
}
header .logo .logo2 {
	font-family: "ヒラギノ丸ゴ Pro W4";
	font-size: 4vw;
line-height: 137%;
margin-left: 20px;
	}
section.situation, section.whatsnew, section.search, section.about, section.organization,section.seminar, section.about, section.contact {
    border: 2px solid #00B9EF;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
section.forgroup2 {
    border: 2px solid #ef93bb;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
section.forgroup3 {
    border: 2px solid #f8b62d;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.header_frame, .footer_frame {
	min-width: 100%;
}
section.situation table {
	border-left: 1px solid #595757;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	margin-bottom: 20px;
}
section.situation th {
	background-color: #dff2fc;
    border-top: 1px solid #595757;
	border-bottom: 1px solid #595757;
	border-right: 1px solid #595757;
}
section.situation td {
    border-bottom: 1px dotted #595757;
	border-right: 1px solid #595757;
	padding: 5px;
}
section.situation tr:nth-last-child(1) {
    border-bottom: 1px solid #595757;
	border-right: 1px solid #595757;
	background-color: #dff2fc;
}
section.situation td.number1 {
	text-align: right;
}
section.situation td.number2 {
	text-align: right;
}
section.situation td.number3 {
	text-align: right;
}

section.about table {
	border-left: 1px solid #595757;
	margin-left: 5%;
	margin-right: 5%;
	box-sizing: border-box;
	margin-bottom: 20px;
}
section.about th {
	background-color: #dff2fc;
    border-top: 1px solid #595757;
	border-bottom: 1px solid #595757;
	border-right: 1px solid #595757;
}
section.about td {
    border-bottom: 1px dotted #595757;
	border-right: 1px solid #595757;
	padding: 5px;
}
section.about tr:nth-last-child(1) {
    border-bottom: 1px solid #595757;
	border-right: 1px solid #595757;
}
section.about td.color {
	background-color: #ffffcc;
}
section.about td.center {
	text-align: center;
}
	.about img {
		width: 100%;
	}
	
.link {
	 position: relative;	
}
	.link img {
		width: 100%;
	}
	.link1 img {
		width: 100%;
	}
	.link2 img {
		width: 100%;
	}
.link .link1 {
    position: absolute;	
	left: 10%;
	top: 8%;
	width: 30%;
}
.link .link2 {
    position: absolute;	
	right: 10%;
	top: 8%;
	width: 30%;
}
.link .link3 {
	width: 90%;
	float: left;
	margin-left: 5%;
margin-top: 1%;
margin-bottom: 1%;
}
.link .link4 {
	width: 90%;
	float: right;
	margin-right: 5%;
	margin-top: 1%;
	margin-bottom: 1%;
}
.link .illust1 img, .link .link3 img, .link .link4 img, .forgroup2 img, .forgroup3 img {
	width: 100%;
}
.link .illust1 {
    position: absolute;
    left: -2%;
bottom: 36%;
width: 24%;
}
#top .link .linkframe {
    border: 2px solid #00B9EF;
    position: absolute;
    left: 5%;
bottom: 1%;
width: 90%;
    border-radius: 20px;
	background-color: #fff;
}
#top .link .linkframe h2 {
    text-align: center;
    color: #00b9ef;
    font-family: "ヒラギノ丸ゴ Pro W4";
    background: repeating-linear-gradient( 145deg, #dff2fc 0 0.3em, #fff 0.3em 0.5em );
    text-shadow: 0 -0.06em 0 #fff;
    margin: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#top2 .link .linkframe {
    border: 2px solid #ef93bb;
    margin-bottom: 20px;
    position: absolute;
    left: 5%;
bottom: 1%;
width: 90%;
border-radius: 20px;
background-color: #fff;
}
#top2 .link .linkframe h2 {
    text-align: center;
    color: #eb6d8e;
    font-family: "ヒラギノ丸ゴ Pro W4";
    background: repeating-linear-gradient( 145deg, #fbe6ef 0 0.3em, #fff 0.3em 0.5em );
    text-shadow: 0 -0.06em 0 #fff;
    margin: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#top3 .link .linkframe {
    border: 2px solid #f8b62d;
    margin-bottom: 20px;
    position: absolute;
    left: 5%;
bottom: 1%;
width: 90%;
border-radius: 20px;
background-color: #fff;
}
#top3 .link .linkframe h2 {
    text-align: center;
    color: #f39800;
    font-family: "ヒラギノ丸ゴ Pro W4";
    background: repeating-linear-gradient( 145deg, #fce2ba 0 0.3em, #fff 0.3em 0.5em );
    text-shadow: 0 -0.06em 0 #fff;
    margin: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
section.forgroup2 {
    border: 2px solid #ef93bb;
	margin-bottom: 20px;
}
section.forgroup3 {
    border: 2px solid #f8b62d;
	margin-bottom: 20px;
}
section.forgroup2 h3 {
    margin-top: 40px;
}
	section.forgroup2 h3.first {
		margin-top: 10px;
	}
section.forgroup3 h3 {
    margin-top: 40px;
}
	section.forgroup3 h3.first {
		margin-top: 10px;
	}
#organization ul {
    list-style-type: none;
    margin: 5%;
}
#organization ul li {
    padding-top: 20px;
	padding-bottom: 20px;
    border-bottom: 1px dotted #9E9E9F;
	clear: both;
	position: relative;
}
#organization ul li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
#organization .cat_icon {
	width: 44%;
	float: left;
	margin-right: 1%;
}
#organization .thumb {
	width: 55%;
	float: left;
}
	#organization .thumb img {
		width: 100%;
	}	
#organization .organization_text {
	width: 100%;
	float: left;
}
#organization .more {
	width: 100%;
	float: left;
	background-color: #ee92ba;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	border-radius: 8px;
	text-decoration: none;
	padding: 5px;
}
#organization .organization_text .title {
	font-size: 1.2rem;
	font-weight: 600;
}
#organization .text_more {
padding-top: 10px;
padding-bottom: 10px;
clear: both;
}
#organization .cat_icon .cat_harf {
    width: 49%;
	color: #9e9e9e;
	font-size: 2.4vw;
	text-align: center;
    border: 1px solid #9e9e9f;
	box-sizing: border-box;
	float: left;
	margin-right: 1%;
	margin-bottom: 2px;
}
#organization .cat_icon .cat_full {
    width: 99%;
	color: #9e9e9e;
	font-size: 2.4vw;
	text-align: center;
    border: 1px solid #9e9e9f;
	box-sizing: border-box;
	float: left;
	margin-right: 1%;
	margin-bottom: 2px;
}
#organization .cat_icon .on {
	color: #fff !important;
	background-color: #ee92ba !important;
	border: 1px solid #ee92ba;
}
#organization .organization_more .cat_icon {
	width: 44%;
	float: left;
	margin-right: 1%;
}
#organization .organization_more .thumb {
	width: 55%;
	float: left;
}
	#organization .organization_more .thumb img {
	width: 100%;
}
#organization .organization_more .organization_text {
	width: 100%;
	float: left;
}
#organization .organization_more .organization_text .title {
	font-size: 1.2rem;
	font-weight: 600;
}
#organization .organization_more .text_more {
	margin-top: 20px;
	width: 100%;
	float: left;
}
#organization .organization_more h3 {
    clear: both;
    padding-top: 40px;
    border-bottom: 1px solid #000000;
}
#organization .organization_more .entry.entry_b {
	width: 100%;
	float: left;
	background-color: #00b9ef;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	border-radius: 8px;
	text-decoration: none;
	padding: 5px;
}
#organization .organization_more .entry.entry_a {
    width: 100%;
    float: left;
    background-color: #fff;
    color: #c9caca;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 8px;
    border: 2px solid #C9CACA;
	box-sizing: border-box;
	padding: 5px;
}
#organization .organization_more .entry.entry_c {
    width: 96%;
    float: left;
    background-color: #C9CACA;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 8px;
    border: 2px solid #C9CACA;
	box-sizing: border-box;
	padding: 5px;
}

#seminar ul .numbers {
	margin-bottom: 20px;
	text-align: right;
	}
#seminar ul {
    list-style-type: none;
    margin-left: 40px;
    margin-top: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
}
#seminar ul li.list {
    padding-top: 44px;
	padding-bottom: 20px;
    border-bottom: 1px dotted #9E9E9F;
	clear: both;
	position: relative;
}
#seminar .title {
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 10px;
	float: left;
	width: calc(100% - 90px);
}
	#seminar .priority {
	font-size: 1rem;
	color: #fff;
	background-color: #ff6900;
text-align: center;
border-radius: 15px;
line-height: 185%;
width: 80px;
float: left;
margin-left: 10px;
		margin-bottom: 20px;
}
#seminar .block {
	width: 100%;
	margin-top: 40px;
	clear: both;
}
#seminar .postid {
	position: absolute;
	right: 0px;
top: 20px;
font-size: 0.6rem;
	}
#seminar .entry.entry_b {
	width: 100%;
	float: left;
	margin-left: 0px;
	background-color: #00b9ef;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	border-radius: 8px;
	text-decoration: none;
	padding: 5px;
}
#seminar .entry.entry_a {
    width: 100%;
    float: left;
    margin-left: 0px;
    background-color: #fff;
    color: #c9caca;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 8px;
    border: 2px solid #C9CACA;
	box-sizing: border-box;
}
#seminar .entry.entry_c {
    width: 100%;
    float: left;
    margin-left: 0px;
    background-color: #C9CACA;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 8px;
    border: 2px solid #C9CACA;
	box-sizing: border-box;
}
#seminar .block1 {
	width: 100%;
	clear: both;
}
#seminar .block2 {
	width: 100%;
	clear: both;
}
#seminar .block3 {
	width: 100%;
	clear: both;
}
#seminar .block4 {
	width: 100%;
	clear: both;
}
#seminar .block5 {
	width: 100%;
	clear: both;
}
#seminar .block6 {
	width: 100%;
	clear: both;
}
#seminar .block7 {
	width: 100%;
	clear: both;
}
#seminar .block8 {
	width: 100%;
	clear: both;
}
#seminar .block9 {
	width: 100%;
	clear: both;
}
#seminar .icon {
    width: 107px;
    color: #fff;
	font-size: 0.8rem;
    float: left;
    text-align: center;
    border: 1px solid #00b9ef;
	background-color: #00b9ef;
	margin-right: 5px;
	margin-bottom: 20px;
}
#seminar .group {
    width: 100%;
    float: left;
	font-size: 0.8rem;
}

footer nav {
	width: 100%;
	background-color: #2ea7e0;
	margin-bottom: 10px;
}
footer nav ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	width: 100%;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#top2 h2 {
    text-align: center;
    color: #eb6d8e;
    font-family: "ヒラギノ丸ゴ Pro W4";
    background: repeating-linear-gradient( 145deg, #fbe6ef 0 0.3em, #fff 0.3em 0.5em );
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	margin: 0;
}
#top3 h2 {
    text-align: center;
    color: #f39800;
    font-family: "ヒラギノ丸ゴ Pro W4";
    background: repeating-linear-gradient( 145deg, #fce2ba 0 0.3em, #fff 0.3em 0.5em );
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	margin: 0;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
ul.movie {
	list-style: none;
    display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
ul.movie li {
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
	}

footer nav ul li {
	width: 100%;
	text-align: center;
}
footer .copyright {
	margin-top: 10px;
	font-size: 0.8rem;
}
}
@media print {
body {
    margin: 0;
    padding: 0;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	background-color: #fff;
}
	.smp {display: none;}
section img {
	vertical-align: bottom;
}
section p {
	margin: 10px;
}
h3 {
	margin: 10px;
}
h4 {
	margin: 10px;
}
.font_red {
	color:#f00;
}
header {}
main {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#top h2,#contents h2,#organization h2,#seminar h2, #about h2 {
    text-align: center;
    color: #00b9ef;
    font-family: "ヒラギノ丸ゴ Pro W4";
    background: repeating-linear-gradient( 145deg, #dff2fc 0 0.3em, #fff 0.3em 0.5em );
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	margin: 0;
}
footer {
	width: 100%;
	text-align: center;
	background-color: #036eb8;
	color: #fff;
	margin: 0;
	padding: 0;
} 
header nav {
	width: 100%;
	background-color: #036eb8;
	height: 47px;
}
header nav ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
header nav ul li {
}
header nav ul li a {
    color: #fff;
    text-decoration: none;
	font-family: "ヒラギノ丸ゴ Pro W4";
	font-size: 1rem;
	display: block;
	height: 100%;
    width: 100%;
	line-height:47px;
}
header nav ul li:nth-child(1) {
    background-image: url("../images/menu_home.svg") ;
    background-color: #fff;
	height: 47px;
	width: 56px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
header .logo {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
header .logo .logo1 {
	float: left;
}
header .logo .logo2 {
	font-family: "ヒラギノ丸ゴ Pro W4";
	font-size: 1.6rem;
line-height: 137%;
float: left;
margin-left: 20px;
	}
section.situation, section.whatsnew, section.search, section.about, section.organization,section.seminar, section.about, section.contact {
    border: 2px solid #00B9EF;
	margin-bottom: 20px;
}
section.forgroup2 {
    border: 2px solid #ef93bb;
	margin-bottom: 20px;
	width: 96%;
margin-left: auto;
margin-right: auto;
}
section.forgroup3 {
    border: 2px solid #f8b62d;
	width: 96%;
margin-left: auto;
margin-right: auto;
	margin-bottom: 20px;
}
.header_frame, .footer_frame {
	min-width: 1200px;
}
section.situation table {
	border-left: 1px solid #595757;
	width: 1160px;
	margin-left: 20px;
	margin-right: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
section.situation th {
	background-color: #dff2fc;
    border-top: 1px solid #595757;
	border-bottom: 1px solid #595757;
	border-right: 1px solid #595757;
}
section.situation td {
    border-bottom: 1px dotted #595757;
	border-right: 1px solid #595757;
	padding: 5px;
}
section.situation tr:nth-last-child(1) {
    border-bottom: 1px solid #595757;
	border-right: 1px solid #595757;
	background-color: #dff2fc;
}
section.situation td.number1 {
	text-align: right;
}
section.situation td.number2 {
	text-align: right;
}
section.situation td.number3 {
	text-align: right;
}

	section.about h3 {
		margin-top: 40px;
	}
	section.about h3.first {
		margin-top: 10px;
	}
section.about table {
	border-left: 1px solid #595757;
	width: 1160px;
	margin-left: 20px;
	margin-right: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
section.about th {
	background-color: #dff2fc;
    border-top: 1px solid #595757;
	border-bottom: 1px solid #595757;
	border-right: 1px solid #595757;
}
section.about td {
    border-bottom: 1px dotted #595757;
	border-right: 1px solid #595757;
	padding: 5px;
}
section.about tr:nth-last-child(1) {
    border-bottom: 1px solid #595757;
	border-right: 1px solid #595757;
}
section.about td.color {
    background-color: #FFFFCC;
}
section.about td.center {
	text-align: center;
}

.link {
	 position: relative;	
}
.link .link1 {
    position: absolute;	
	left: 20%;
	top: 14%;
}
.link .link2 {
    position: absolute;	
	right: 20%;
	top: 14%;
}
.link .link3 {
	width: 400px;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.link .link4 {
	width: 400px;
	float: right;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.link .illust1 img, .link .link3 img, .link .link4 img, .forgroup2 img, .forgroup3 img {
	width: 100%;
}
.link .illust1 {
    position: absolute;
    left: 120px;
    bottom: 140px;
	width: 180px;
}
#top .link .linkframe {
    border: 2px solid #00B9EF;
    margin-bottom: 20px;
    position: absolute;
    left: 150px;
    bottom: 20px;
    width: 900px;
    border-radius: 20px;
	background-color: #fff;
}
#top .link .linkframe h2 {
    text-align: center;
    color: #00b9ef;
    font-family: "ヒラギノ丸ゴ Pro W4";
    background: repeating-linear-gradient( 145deg, #dff2fc 0 0.3em, #fff 0.3em 0.5em );
    text-shadow: 0 -0.06em 0 #fff;
    margin: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#top2 .link .linkframe {
    border: 2px solid #ef93bb;
    margin-bottom: 20px;
    position: absolute;
    left: 150px;
    bottom: 20px;
    width: 900px;
    border-radius: 20px;
	background-color: #fff;
}
#top2 .link .linkframe h2 {
    text-align: center;
    color: #eb6d8e;
    font-family: "ヒラギノ丸ゴ Pro W4";
    background: repeating-linear-gradient( 145deg, #fbe6ef 0 0.3em, #fff 0.3em 0.5em );
    text-shadow: 0 -0.06em 0 #fff;
    margin: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#top3 .link .linkframe {
    border: 2px solid #f8b62d;
    margin-bottom: 20px;
    position: absolute;
    left: 150px;
    bottom: 20px;
    width: 900px;
    border-radius: 20px;
	background-color: #fff;
}
#top3 .link .linkframe h2 {
    text-align: center;
    color: #f39800;
    font-family: "ヒラギノ丸ゴ Pro W4";
    background: repeating-linear-gradient( 145deg, #fce2ba 0 0.3em, #fff 0.3em 0.5em );
    text-shadow: 0 -0.06em 0 #fff;
    margin: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
section.forgroup2 {
    border: 2px solid #ef93bb;
	margin-bottom: 20px;
}
	section.forgroup2 h3 {
    margin-top: 40px;
}
	section.forgroup2 h3.first {
		margin-top: 10px;
	}
section.forgroup3 {
    border: 2px solid #f8b62d;
	margin-bottom: 20px;
}
	section.forgroup3 h3 {
    margin-top: 40px;
}
	section.forgroup3 h3.first {
		margin-top: 10px;
	}
#organization ul {
    list-style-type: none;
    margin-left: 40px;
    margin-top: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
}
#organization ul li {
    padding-top: 20px;
	padding-bottom: 20px;
    border-bottom: 1px dotted #9E9E9F;
	clear: both;
	position: relative;
}
#organization ul li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
#organization .cat_icon {
	width: 190px;
	float: left;
	margin-right: 10px;
}
#organization .thumb {
	width: 200px;
	float: left;
	margin-right: 20px;
}
#organization .thumb img {
	width: 100%;
}
#organization .organization_text {
	width: 370px;
	float: left;
}
#organization .more {
    width: 300px;
    float: left;
    position: absolute;
	right: 20px;
    top: 50px;
    background-color: #ee92ba;
    color: #fff;
    font-size: 1.2rem;
    line-height: 80px;
    text-align: center;
    border-radius: 30px;
    text-decoration: none;
}
#organization .organization_text .title {
	font-size: 1.2rem;
	font-weight: 600;
}
#organization .text_more {
    padding-top: 20px;
display: block;
clear: both;
}
#organization .cat_icon .cat_harf {
    width: 49%;
	height: 24px;
	line-height: 24px;
	color: #9e9e9e;
	font-size: 0.8rem;
	text-align: center;
    border: 1px solid #9e9e9f;
	box-sizing: border-box;
	float: left;
	margin-right: 1%;
	margin-bottom: 2px;
}
#organization .cat_icon .cat_full {
    width: 99%;
	height: 24px;
	line-height: 24px;
	color: #9e9e9e;
	font-size: 0.8rem;
	text-align: center;
    border: 1px solid #9e9e9f;
	box-sizing: border-box;
	float: left;
	margin-right: 1%;
	margin-bottom: 2px;
}
#organization .cat_icon .on {
	color: #fff !important;
	background-color: #ee92ba !important;
	border: 1px solid #ee92ba;
}
#organization .organization_more .cat_icon {
	width: 190px;
	float: right;
	margin-left: 10px;
}
#organization .organization_more .thumb {
	width: 450px;
	float: left;
	margin-right: 20px;
}
#organization .organization_more .organization_text {
	width: 370px;
	float: left;
}
#organization .organization_more .organization_text .title {
	font-size: 1.8rem;
	font-weight: 600;
}
#organization .organization_more .text_more {
	margin-top: 20px;
	width:  100%;
	float: left;
}
#organization .organization_more h3 {
    clear: both;
    padding-top: 40px;
    border-bottom: 1px solid #000000;
}
#organization .organization_more .entry.entry_b {
	width: 220px;
	float: left;
	margin-left: 20px;
	margin-top: 30px;
	background-color: #00b9ef;
	color: #fff;
	font-size: 1.2rem;
	line-height: 80px;
	text-align: center;
	border-radius: 30px;
	text-decoration: none;
}
#organization .organization_more .entry.entry_a {
    width: 220px;
    float: left;
    margin-left: 20px;
    margin-top: 30px;
	background-color: #fff;
    color: #c9caca;
    font-size: 1.2rem;
    line-height: 80px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #C9CACA;
	box-sizing: border-box;
}
#organization .organization_more .entry.entry_c {
    width: 220px;
    float: left;
    margin-left: 20px;
    margin-top: 30px;
	background-color: #C9CACA;
    color: #fff;
    font-size: 1.2rem;
    line-height: 80px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #C9CACA;
	box-sizing: border-box;
}

#seminar ul .numbers {
	margin-bottom: 20px;
	text-align: right;
	}
#seminar ul {
    list-style-type: none;
    margin-left: 40px;
    margin-top: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
}
#seminar ul li.list {
    padding-top: 20px;
	padding-bottom: 20px;
    border-bottom: 1px dotted #9E9E9F;
	clear: both;
	position: relative;
}
#seminar .title {
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 10px;
}
	#seminar .priority {
	font-size: 1rem;
	color: #fff;
	background-color: #ff6900;
text-align: center;
border-radius: 15px;
line-height: 185%;
width: 80px;
float: left;
margin-left: 10px;
}
#seminar .block {
	width: 796px;
	float: left;
}
#seminar .postid {
	position: absolute;
	right: 20px;
    top: 20px;
	font-size: 0.8rem
	}
#seminar .entry.entry_b {
	width: 300px;
	float: left;
	margin-left: 20px;
	background-color: #00b9ef;
	color: #fff;
	font-size: 1.2rem;
	line-height: 80px;
	text-align: center;
	border-radius: 30px;
	text-decoration: none;
}
#seminar .entry.entry_a {
    width: 300px;
    float: left;
    margin-left: 20px;
    background-color: #fff;
    color: #c9caca;
    font-size: 1.2rem;
    line-height: 80px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #C9CACA;
	box-sizing: border-box;
}
#seminar .entry.entry_c {
    width: 300px;
    float: left;
    margin-left: 20px;
    background-color: #C9CACA;
    color: #FFF;
    font-size: 1.2rem;
    line-height: 80px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #C9CACA;
	box-sizing: border-box;
}
#seminar .block1 {
	width: 100%;
	float: left;
}
#seminar .block2 {
	width: 100%;
	float: left;
}
#seminar .block3 {
	width: 100%;
	float: left;
}
#seminar .block4 {
	width: 60%;
	float: left;
}
#seminar .block5 {
	width: 40%;
	float: left;
}
#seminar .block6 {
	width: 60%;
	clear: both;
	float: left;
}
#seminar .block7 {
	width: 40%;
	float: left;
}
#seminar .block8 {
	width: 796px;
	clear: both;
}
#seminar .block9 {
	width: 796px;
	clear: both;
}
#seminar .icon {
    width: 107px;
    color: #fff;
	font-size: 0.8rem;
    float: left;
    text-align: center;
    border: 1px solid #00b9ef;
	background-color: #00b9ef;
	margin-right: 5px;
	margin-bottom: 10px;
}
#seminar .group {
    width: 686px;
    float: left;
	font-size: 0.8rem;
}

footer nav {
	width: 100%;
	background-color: #2ea7e0;
	margin-bottom: 10px;
}
footer nav ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	width: 900px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#top2 h2 {
    text-align: center;
    color: #eb6d8e;
    font-family: "ヒラギノ丸ゴ Pro W4";
    background: repeating-linear-gradient( 145deg, #fbe6ef 0 0.3em, #fff 0.3em 0.5em );
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	margin: 0;
}
#top3 h2 {
    text-align: center;
    color: #f39800;
    font-family: "ヒラギノ丸ゴ Pro W4";
    background: repeating-linear-gradient( 145deg, #fce2ba 0 0.3em, #fff 0.3em 0.5em );
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	margin: 0;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
ul.movie {
	list-style: none;
    display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
ul.movie li {
    padding: 20px;
    margin-bottom: 20px;
    width: 32%;
    box-sizing: border-box;
	}

footer nav ul li {
	width: 100%;
	text-align: center;
}
footer .copyright {
	margin-top: 10px;
	font-size: 0.8rem;
}
}
