@charset "utf-8";
/*-----------------------------------------------------	*/
/*	for all	- General Settings　*/
/*-----------------------------------------------------	*/
body {
	font-family: "segoe UI", Roboto, "Droid Sans", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴPro W3", Meiryo, "メイリオ", sans-serif;
}

.wrap_all {
	-webkit-text-size-adjust: 100%;
	font-size: 1.125rem;
    letter-spacing: 0.01em;
	line-height: 1.8;
    color: #333;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-style: -ms-autohiding-scrollbar;
	word-break: break-all;
    text-align: center;

    margin: 0;
    padding: 0;
    border: 0;
}

.wrap_all ol,ul {
    list-style: none;
}

.wrap_all ul {
	padding-left: 0px;
}


.wrap_all img {
    vertical-align: bottom;
}

.wrap_all a {
    color: #0078FF;
    text-decoration: none;
    transition: ease 0.5s;
}

.wrap_all a:hover {
    color: #14ACBF;
    text-decoration: underline;
}

.wrap_all .mb10 {
    margin-bottom: 10px;
}

.wrap_all .mb30 {
    margin-bottom: 30px;
}

.wrap_all figure.main {
    text-align: center;
}

.wrap_all figure.main img {
    width: auto;
    max-width: 100%;
}

.wrap_all ul.aten {
    font-size: 1rem;
    text-indent: -1rem;
    padding-left: 1rem;
}

.wrap_all {
    box-sizing: border-box;
}

.wrap_all ol li {
    text-indent: -1.125rem;
    padding-left: 1.125rem;    
}

.wrap_all .end {
    text-decoration: line-through;
}

/* ----- header ----- */
.wrap_all .header {
	min-width: 100%;
    margin: 0 auto 30px;
    background: #2360b9;
    text-align: center;
}

.wrap_all .header img {
    max-width: 1200px;
    width: 100%;
}

.wrap_all br.sp {
    display: none;
}


/* ----- main ----- */

.wrap_all section.main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 60px;
    text-align: left;
}

.wrap_all section.main_c {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 60px;
    text-align: center;
}

.wrap_all p.date {
    font-size: 2rem;
    letter-spacing: 0    ;
    font-weight: bold;
    margin-bottom: 10px;
	font-family: "M PLUS Rounded 1c";
}

.wrap_all p.date i {   
    color: #1e7cbb;
}

.wrap_all a.youtube {
    position: relative;
    border: solid 5px #333;
    display: inline-block;
    padding: 20px 50px;
    margin-bottom: 20px;
    background: #FFF;
    transition: ease 0.5s;
}

.wrap_all a.youtube:hover {
    border: solid 5px #1e7cbb;
    background: #d9f0f8;
    opacity: 1;
}

.wrap_all a.youtube::before {
    content: "";
    position: absolute;
    width: 100%;
        height: 100%;
        top: 15px;
        left: 15px;
        z-index: -1;
        -webkit-background-size:  10px 10px;
        -moz-background-size:  10px 10px;
        background-size: 10px 10px;
        background-image: linear-gradient(-45deg, #25b3db 25%, transparent 25%, transparent 50%, #25b3db 50%, #25b3db 75%, transparent 75%, transparent);
}

.wrap_all a.youtube > div {    
    display: flex;
    align-items: center;
}

.wrap_all a.youtube p:first-child {
    width: 280px;
    margin-right: 30px;
}

.wrap_all a.youtube p.txt {
    font-size: 2.5rem;
    color: #FFF;
    background: #25b3db;
    border-radius: 5px;
    padding: 0 20px;
    transition: ease 0.5s;
}

.wrap_all a.youtube p.txt:hover  {
    background: #1e7cbb; 
}

.wrap_all a.youtube {
    text-decoration: none;
    color: #FFF;
}

.wrap_all a.youtube img {
    width: 100%;
}

.wrap_all div.movie {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 0 auto 10px;
    aspect-ratio: 16 / 9;
}

.wrap_all div.movie img,.wrap_all div.movie iframe {
    border: solid #000 3px;
    width: 100%;
    height: 100%;
}

.wrap_all div.movie::before {
    content: "";
    position: absolute;
    width: 100%;
    _width: 87%;
        height: 100%;
        top: 10px;
        _top: 8px;
        left: 15px;
        _left: 50px;
        z-index: -1;
        -webkit-background-size:  10px 10px;
        -moz-background-size:  10px 10px;
        background-size: 10px 10px;
        background-image: linear-gradient(-45deg, #25b3db 25%, transparent 25%, transparent 50%, #25b3db 50%, #25b3db 75%, transparent 75%, transparent);
    }

.wrap_all .mc h2 {
    font-size: 1.875rem; 
	font-family: "M PLUS Rounded 1c";
    font-weight: bold;
    display: inline-block;
    border-bottom: solid 5px #25b3db;
    padding: 0 20px;
    margin-bottom: 20px;
}

.wrap_all .mc div {    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1000px;
    margin: 0 auto;
}

.wrap_all .vt div:first-child {
    text-align: left;
    margin-right: 20px;
}

.wrap_all .vt ul {
    list-style: disc;
    margin-left: 20px;
}

.wrap_all .mc figure {
    width: 250px;
    margin: 0 20px 20px;
}

.wrap_all .mc figure img {
    width: 100%;
}

.wrap_all h2.basic {
    border-bottom: 10px solid #25b3db;
    background: no-repeat right bottom url("../img/bg_pattern.jpg");
    _font-size: 1.875rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #1e7cbb;
    margin-bottom: 20px;
	font-family: "M PLUS Rounded 1c";
}

.wrap_all h3 {
    font-size: 1.375rem;
    margin-bottom: 10px;
	font-family: "M PLUS Rounded 1c";
}

.wrap_all h3 i {
    color: #1e7cbb;
    padding-right: 10px;
}

.wrap_all .tw {
    background: url("../img/bg_tw_01.jpg") no-repeat right top,
                    url("../img/bg_tw_02.jpg") no-repeat left bottom,
                    #25b3db;
    padding: 30px;
    margin-bottom: 60px;
}

.wrap_all .tw h2 {
	font-family: "M PLUS Rounded 1c";
    color: #FFF;
    font-size: 1.875rem;
    font-weight: bold;
}

.wrap_all .tw div {
    text-align: center;
    margin: 0 auto;
}

.wrap_all .logo {
    text-align: center;;
    margin-bottom: 80px
}

.wrap_all .sns li {
    display: inline;
    transition: ease 0.5s;
    padding: 3px;
}

.wrap_all .sns li:hover {
    opacity: 0.7;
}

.wrap_all .photo div {    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1000px;
    margin: 0 auto;
}

.wrap_all .photo figure {
    width: 18%;
    margin: 0 1%;
    border: solid 2px #25b3db;
}

.wrap_all .photo figure img {
    width: 100%;
}



/*-----------------------------------------------------	*/
/*	for - 1200px以下の記述　*/
/*-----------------------------------------------------	*/

/*@media only screen and (max-width:1200px) {

.wrap_all {
	width: 1200px;
	height: auto;
	xmargin-bottom: 50px;
	margin-bottom: -71px;
}

}*/

/*-----------------------------------------------------	*/
/*	for - 736px以下の記述　*/
/*-----------------------------------------------------	*/

@media only screen and (max-width:736px) {
.wrap_all {
	width: 100%;
	font-size: 1rem;
    margin: 20px 0 0;
    padding-bottom: 40px;
    margin-bottom: -121px;
}

.wrap_all ul.aten {
    font-size: 0.875rem;
    text-indent: -0.875rem;
    padding-left: 0.875rem;
}

.wrap_all ol li {
    text-indent: -1rem;
    padding-left: 1rem;    
}

.wrap_all br.sp {
    display: inherit;
}

/* ----- header ----- */
.wrap_all .header {
	width: 100%;
    margin: 0 auto 30px;
}

.wrap_all .header img {
   max-width: 100%;
   width: 100%;
}


/* ----- main ----- */

.wrap_all section.main {
    width: 100%;
    padding: 0 2%;
    margin: 0 auto 40px;
    text-align: left;
}

.wrap_all section.main_c {
    width: 100%;
    padding: 0 2%;
    margin: 0 auto 40px;
    text-align: center;
}

.wrap_all p.date {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.1rem;
    font-weight: bold;
    margin-bottom: 10px;
	font-family: "M PLUS Rounded 1c";
    text-align: left;
}

.wrap_all a.youtube {
    position: relative;
    border: solid 3px #333;
    display: inline-block;
    padding: 20px 30px;
    margin: 0 10% 20px 10%;
}

.wrap_all a.youtube::before {
    content: "";
    position: absolute;
    width: 100%;
        height: 100%;
        top: 10px;
        left: 10px;
        z-index: -1;
        -webkit-background-size:  10px 10px;
        -moz-background-size:  10px 10px;
        background-size: 10px 10px;
        background-image: linear-gradient(-45deg, #25b3db 25%, transparent 25%, transparent 50%, #25b3db 50%, #25b3db 75%, transparent 75%, transparent);
}

.wrap_all a.youtube > div {    
    display: block;
}

.wrap_all a.youtube p:first-child {
    width: 80%;
    margin: 0 10% 10px 10%;
}

.wrap_all a.youtube p.txt {
    font-size: 2rem;
    width: 80%;
    margin: 0 10%;
    color: #FFF;
    background: #25b3db;
    border-radius: 5px;
    padding: 0 20px;
}

.wrap_all div.movie {
    width: 90%;
    margin: 0 auto 10px;
}

.wrap_all div.movie img {
    width: 100%;
}

.wrap_all .mc div {    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: inherit;
    margin: 0 auto;
}

.wrap_all .mc h2 {
    font-size: 1.3rem; 
    padding: 0 20px;
    margin-bottom: 10px;
}

.wrap_all .mc figure {
    width: 35%;
    margin: 0 5%x;
}

.wrap_all .mc figure img {
    width: 100%;
}

.wrap_all h2.basic {
    border-bottom: 10px solid #25b3db;
    background: no-repeat right bottom url("../img/bg_pattern.jpg");
    font-size: 1.5rem;
    margin-bottom: 20px;
    line-height: 1.4;
}

.wrap_all h3 {
    font-size: 1.25rem;
    margin-bottom: 8px;
}

.wrap_all h3 i {
    padding-right: 5px;
}

.wrap_all .tw {
    padding: 20px;
    margin-bottom: 40px;
}

.wrap_all .tw h2 {
	font-family: "M PLUS Rounded 1c";
    color: #FFF;
    font-size: 1.5rem;
    font-weight: bold;
}

.wrap_all .logo {
    text-align: center;
    width: 80%;
    margin: 0 10%;
}

.wrap_all .logo img {
    width: 100%;
}

.wrap_all .sns li {
    display: inline;
}

.wrap_all .sns li img {
    width: auto;
    max-width: 100%;
}

.wrap_all .photo div {    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: inherit;
    margin: 0 auto;
}

.wrap_all .photo figure {
    width: 30%;
    margin: 0 1.5% 10px;
    border: solid 2px #25b3db;
}



}