@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1.3;
	font-family: 'M PLUS 1p', sans-serif;
	color: #2b2b2b;
}

.mt16 {
	margin-top: 16px;
}

.anchor {
	display: block;
	margin-top: -50px;
	padding-top: 50px;
}

.red {
	color: #e73562
}

/*ハンバーガーメニュー*/

.hederNavouter {
	margin-bottom: 0;
	position: relative;
}

.headerNav {
	position: fixed;
    right: -300px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 40px;
    background-color: #f7f6f5;
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 20;
    overflow-y: auto;
}

.navList {
	margin: 0;
	padding: 0;
	text-align: left;
	display : block;
}

.navList a {
	text-decoration: none;
	color:#665b52;
	font-weight: bold;
	font-size: 1.2em;
	transition: all .5s;
	padding-left: 8px;
	border-left: 7px solid #e62f8b;
}

.navList a:hover {
	color: #cc5291;
	border-left: 10px solid#ff3399;
}

.navItem {
    padding: 1rem 1rem 0;
}

.hamburger_btn {
	position: fixed;
	right: 0;
	top: 0;
	width: 55px;
	height: 55px;
	corsor: pointer;
	z-index: 30;
}

.hamburgerline {
	position: absolute ;
	left: 8px;
	width: 25px;
	height: 1px;
	background: #111;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.hamburger_line1 {
    top: 20px;
}

.hamburger_line2 {
    top: 26px;
}

.hamburger_line3 {
    top: 32px;
}

.black_bg {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 10;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .6s;
	transition: all .6s;
	cursor: pointer;
}

.nav-open .headerNav {
	right: 0;
}

.nav-open .black_bg{
	opacity: .8;
	visibility: visible;
}

.nav-open .hamburger_line1 {
	-webkit-transform: rotate(45deg);
	transform: rotate (45deg);
	top: 25px;
}

.nav-open .hamburger_line2 {
	width: 0;
	left: 50%;
}

.nav-open .hamburger_line3 {
	-webkit-transform: rotate(-45deg);
	transform: rotate (-45deg);
	top: 25px;
}

/*ハンバーガーメニュー*/

/*メイン*/

.kihon_info {
	width: 100%;
}

.kihon_ingo_wrap {
	display : block;
	width: 80%;
	margin: 0 auto;
}

.news_box {
	width: 100%;
}

.move_box{
	width: 100%;
}

.contents_wrap {
	margin: 50px auto ;
	width: 80%;
}

.midashi1 {
	display: block;
	position: relative;
	padding: 0.4em 1em ;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
	font-weight: 800;
	font-size: 2em;
}

.kihon_mark_box {
	overflow : hidden ;
}

.kihon_mark {
	display : block;
	width : 120px;
	text-align: center;
	padding: 0.25em 1em;
	background: #24140e;
	color: #fff;
	font-size: 0.8em;
	letter-spacing: 0.09em;
	margin: 30px auto 10px 1%; 
}

.kihon_mark2 {
	display : block;
	padding:  0.8em 0;
	background: #eeeaec;
	border-top: 2px solid #c0c5c2;
	border-bottom: 2px solid #c0c5c2;
	font-size: 1.8em;
	font-weight: 800;
	margin: 60px auto 20px auto;
	text-align: center;
	width: 100%;
	letter-spacing: 0.09em;
}

.newsevent_accent {
	display:inline-block;
	width: 150px;
	text-align: center;
	padding: 0.25em 1em;
	background: #24140e;
	color: #fff;
	font-size: 0.8em;
	letter-spacing: 0.09em;
	margin: 10px 10px 10px 1%;
}

.midashi1:before, .midashi1:after {
	content: '';
	position: absolute;
	top: -7px;
	width: 2px;	
	height: -webkit-calc(100% + 14px);
	height: calc(100% + 14px);
	background-color: black;
}

.midashi1:before {
	left: 7px;
}

.midashi1:after {
	right: 7px;
}

.youtube_flexwrap {
	display: block;
}

.youtube_box {
	display: inline-block;
	width: 32.7%;
	margin-right: 5px;
}

.video {
	width: 100% ;
	height: 0;
	position: relative;
	padding-top: 56.25%;
}

.video  iframe {
	position: absolute ;
	top: 0;
	left: 0;
	width: 100%;
	height : 100%;
}

.live_paint_box video {
	display: block;
	margin: auto;
	width: 70%;
	height: auto;
}

.kyosan_wrap {
	display : block;
	width: 100%;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin: 70px auto 50px auto ;
	padding: 50px auto;
}

.kyosan_wrapbox {
	display: block;
	width: 100%;
	margin: 50px auto 20px auto;
	text-align : center;
}

.kyosan_flex {
	display : block;
	width: 95%;
    margin: 30px auto;
}

.mark {
	display : block;
	width : 120px;
	text-align: center;
	padding: 0.25em 1em;
	background: #24140e;
	color: #fff;
	font-size: 0.8em;
	letter-spacing: 0.09em;
	margin: 46px auto  8px auto; 
}

.kyosan_box {
	display: inline-block;
	margin-right: 4px;
}

.kyosan_box h2 {
	font-size : 2em;
}

.kyosan_wrapbox h3 {
	font-size : 1.5em ;
}

.kyosan_wrap  h2 {
	font-size: 1em;
}

.ryokin_table table {
	margin-top: 10px;
	margin-left: 1%;
	margin-bottom: 10px;
	border-collapse: collapse;
	border: solid 2px #666e;
}

.ryokin_table table td {
	border: solid 1px #aaa;
	padding:1em 2.5em;
	width: 20%;
	text-align : center;
	letter-spacing: 0.09em;
}

.ryokin_table2 table {
	margin-top: 10px;
	margin-left: 1%;
	margin-bottom: 10px;
	border-collapse: collapse;
	border: solid 2px #666e;
}

.ryokin_table2 table td {
	border: solid 1px #aaa;
	padding:1em 2.5em;
	width: 30%;
	text-align : center;
	letter-spacing: 0.09em;
}

.ryokin_table p {
	font-size : 1.1em;
	margin-left: 1%;
}

.oubo_end {
	text-align : center;
}

.muryo {
	font-weight : 700;
	color: #e73562 ;
	font-size: 1.4em ;
	letter-spacing:  0.09em ;
}

.red {
	color: #e73562 ;;
}

.toiawase {
	display : block;
	width: 100%;
	/*border-top: 1px solid #666;*/
	margin: 70px auto 50px auto ;
	padding: 50px auto;
}

.toiawase_box {
	display: block;
	width : 65%;
	margin: 40px auto 20px auto;
	text-align: center;
}

.toiawase_box h2{
	display : block;
	width : 140px;
	font-size : 1.1em ;
	text-align: center;
	padding: 0.3em 1em;
	background: #24140e;
	color: #fff;
	letter-spacing: 0.09em;
	margin: 30px auto 10px auto ;  
}

.toiawase_box p {
	font-size : 1.2em ;
	font-weight : 500;
	margin-right: 1%;
}

.gray  {
	background: #f7f6f5;
}

.btn1 {
	display: block;
	text-decoration: none;
	padding: 1em;
	width: 150px;
	background: #d83473;
	color: #fff;
	font-size : 0.7em ;
	border-radius : 8px;
	margin-top: 30px;
	transition : all 0.5s;
}

.maeuri_hatsubai {
	padding:  14px 0;
	background: #24140e;
	color: #fff;
	text-align : center;
	font-size: 1.4em;
	margin-top: 60px;
}

.maeuri_midasi {
	border: 1px solid #a9a9a9;
	padding : 10px 8px;
	width: 70%;
	margin: 40px auto 8px auto ;
	text-align : center;
}

.maeuri_syosai {
	display: block;
	width: 95%;
	margin: 20px auto;
}

.maeuri_naiyo{
	display: block;
	width:100%;
	margin : 0 auto;
}

.maeuri_box {
	display: block;
	width: 55%;
	margin : 0 auto;
}

.passmarket {
	font-size : 2rem;
	text-align : center ;
	margin-top : 40px ;
}

.maeuri_flexwrap {
	display: flex;
	align-items:center; 
	justify-content:center; 
	height: 100px ;
}

.maeuri_flex {
	width: 80%;
	text-align: center;
}

.naiyo_accent {
	font-weight: bold; 
	font-size: 1em;
	margin-top: 20px
}

.event_midasi {
	font-size : 1.8em;
}


.newsevent_wrap {
	display: flex ;
}

.news_event {
	width: 50% ;
	margin-left: 4px ;
}



/*メイン*/

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}

nav ul, li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

.footer  {
	padding: 2em;
	background: #f7f6f5;
	font-weight: 500;
	color: #664933;
	margin-top: 40px;
}

.footer a {
	color: #664933;
	text-decoration: none;
	transition: all .5s;
	-webkit-transition: all .5s;
	
}

.footer a:hover {
	color: #cc5291;
}

.mt0 {
	margin-top: 0px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mr0 {
	margin-right: 0px !important;
}

.ml0 {
	margin-left: 0px !important;
}

.pt0 {
	padding-top: 0px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.pr0 {
	padding-right: 0px !important;
}

.pl0 {
	padding-left: 0px !important;
}

.mt8 {
	margin-top: 8px !important;
}

.mb8 {
	margin-bottom: 8px !important;
}

.mr8 {
	margin-right: 8px !important;
}

.ml8 {
	margin-left: 8px !important;
}

.pt8 {
	padding-top: 8px !important;
}

.pb8 {
	padding-bottom: 8px !important;
}

.pr8 {
	padding-right: 8px !important;
}

.pl8 {
	padding-left: 8px !important;
}

.mt16 {
	margin-top: 16px !important;
}

.mb16 {
	margin-bottom: 16px !important;
}

.mr16 {
	margin-right: 16px !important;
}

.ml16 {
	margin-left: 16px !important;
}

.pt16 {
	padding-top: 16px !important;
}

.pb16 {
	padding-bottom: 16px !important;
}

.pr16 {
	padding-right: 16px !important;
}

.pl16 {
	padding-left: 16px !important;
}

.mt24 {
	margin-top: 24px !important;
}

.mb24 {
	margin-bottom: 24px !important;
}

.mr24 {
	margin-right: 24px !important;
}

.ml24 {
	margin-left: 24px !important;
}

.pt24 {
	padding-top: 24px !important;
}

.pb24 {
	padding-bottom: 24px !important;
}

.pr24 {
	padding-right: 24px !important;
}

.pl24 {
	padding-left: 24px !important;
}

.mt32 {
	margin-top: 32px !important;
}

.mb32 {
	margin-bottom: 32px !important;
}

.mr32 {
	margin-right: 32px !important;
}

.ml32 {
	margin-left: 32px !important;
}

.pt32 {
	padding-top: 32px !important;
}

.pb32 {
	padding-bottom: 32px !important;
}

.pr32 {
	padding-right: 32px !important;
}

.pl32 {
	padding-left: 32px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.mt48 {
	margin-top: 48px !important;
}

.mb48 {
	margin-bottom: 48px !important;
}

.mr48 {
	margin-right: 48px !important;
}

.ml48 {
	margin-left: 48px !important;
}

.pt48 {
	padding-top: 48px !important;
}

.pb48 {
	padding-bottom: 48px !important;
}

.pr48 {
	padding-right: 48px !important;
}

.pl48 {
	padding-left: 48px !important;
}

.mt56 {
	margin-top: 56px !important;
}

.mb56 {
	margin-bottom: 56px !important;
}

.mr56 {
	margin-right: 56px !important;
}

.ml56 {
	margin-left: 56px !important;
}

.pt56 {
	padding-top: 56px !important;
}

.pb56 {
	padding-bottom: 56px !important;
}

.pr56 {
	padding-right: 56px !important;
}

.pl56 {
	padding-left: 56px !important;
}

.mt64 {
	margin-top: 64px !important;
}

.mb64 {
	margin-bottom: 64px !important;
}

.mr64 {
	margin-right: 64px !important;
}

.ml64 {
	margin-left: 64px !important;
}

.pt64 {
	padding-top: 64px !important;
}

.pb64 {
	padding-bottom: 64px !important;
}

.pr64 {
	padding-right: 64px !important;
}

.pl64 {
	padding-left: 64px !important;
}

.mt72 {
	margin-top: 72px !important;
}

.mb72 {
	margin-bottom: 72px !important;
}

.mr72 {
	margin-right: 72px !important;
}

.ml72 {
	margin-left: 72px !important;
}

.pt72 {
	padding-top: 72px !important;
}

.pb72 {
	padding-bottom: 72px !important;
}

.pr72 {
	padding-right: 72px !important;
}

.pl72 {
	padding-left: 72px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.row .col-1 {
	width: 74.66667px;
}

.row .col-2 {
	width: 181.33333px;
}

.row .col-3 {
	width: 288px;
}

.row .col-4 {
	width: 394.66667px;
}

.row .col-5 {
	width: 501.33333px;
}

.row .col-6 {
	width: 608px;
}

.row .col-7 {
	width: 714.66667px;
}

.row .col-8 {
	width: 821.33333px;
}

.row .col-9 {
	width: 928px;
}

.row .col-10 {
	width: 1034.66667px;
}

.row .col-11 {
	width: 1141.33333px;
}

.row .col-12 {
	width: 1248px;
}

.row [class*='col-'] {
	float: left;
}

.cf, .wrap, .wrap-main {
  *zoom: 1;
}

.cf:after, .wrap:after, .wrap-main:after {
	content: "";
	display: table;
	clear: both;
}

.width-100 {
	width: 100%;
}

.font-xsmall {
	font-size: 13px;
	font-size: 0.8125rem;
}

.font-small {
	font-size: 15px;
	font-size: 0.9375rem;
}

.font-normal {
	font-size: 18px;
	font-size: 1.125rem;
}

.font-large {
	font-size: 22px;
	font-size: 1.375rem;
}

.font-xlarge {
	font-size: 26px;
	font-size: 1.625rem;
}

@media (max-width: 599px) {

.font-large {
	font-size: 18px;
	font-size: 1.125rem;
}

.font-xlarge {
	font-size: 20px;
	font-size: 1.25rem;
  }
}

.font-bold {
	font-weight: bold;
}

.flL {
	float: left;
}

.flR {
	float: right;
}

.aL {
	text-align: left;
}

.aR {
	text-align: right;
}

.ac, .footer {
	text-align: center;
}

.color-red {
	color: red;
}

.color-pink {
	color: #ff3366;
}

.color-white {
	color: white;
}

.bg-red {
	background: red;
}

.bg-yellow {
	background: #fbc700;
}

.bg-skyblue {
	background: deepskyblue;
}

.bg-green {
	background: green;
}

.bg-gray {
	background: gray;
}

.bg-ghostwhite {
	background: ghostwhite;
}

.bg-lightgreen {
	background: #b8e6b8;
}

.bg-lightyellow {
	background: #ffffb3;
}

.button {
	background: #ffa500;
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	padding: 10px 20px;
	text-decoration: none;
	margin: 10px 0;
	border-radius: 5px;
	color: #fff;
	width: 90%;
    text-align: center;
    transition: 0.5s all ease;
}

.button a, .button a:hover {
	color: #ffffff;
	text-decoration: none;
}

.button:hover {
	background: #ff8c00;
}

.button2 a {
	background: #ffa500;
	border-radius: 3px;
	color: #ffffff;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 10px auto;
	padding: 10px 0;
	font-size: 20px;
	font-size: 1.25rem;
	width: 450px;
	transition: 0.5s all ease;
	margin-top: 20px;
	margin-bottom: 80px;
}

.button2 a:hover {
	background: #ff8c00;
}

@media (max-width: 599px) {

.button2 a {
	font-size: 16px;
	font-size: 1rem;
	width: 270px;
  }

}

.button2 a:hover {
	text-decoration: none;
}

.line-teal {
	border: 2px solid #006a6c;
}

.line-kogane {
	border: 2px solid #e6b422;
}

html {
	font-family: Verdana,Meiryo,Hiragino Kaku Gothic Pro W3,Hiragino Kaku Gothic Pro,MS PGothic,sans-serif;
	word-wrap: break-word;
}

html a {
	text-decoration: underline;
}

body {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
}

.wrap {
	margin: 0 auto 0 auto;
	width: 100%;
}

@media (min-width: 1337px) and (max-width: 1680px){

.youtube_box {
    display: inline-block;
    width: 48.5%;
    margin-right: 5px;
}

.kyosan_box {
    display: inline-block;
    margin-right: 4px;
    width: 340px;
}

} 

@media (min-width: 1025px) and (max-width: 1366px) {

.wrap {
	width: 100%;
	margin: 0 auto;
}
  
.youtube_box {
	width: 48%;
}  

.kyosan_box {
    display: inline-block;
    margin-right: 4px;
    width: 340px;
}

}

@media (min-width: 957px) and (max-width: 1024px) {

.wrap {
	width: 100%;
	margin: 0 auto;
}
  
.youtube_box {
    display: inline-block;
    width: 48.8%;
    margin-right: 5px;
}
  
.midashi1 {
	text-align: center;
}

.kihon_mark {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.25em;
    font-size: 0.8em;
    margin: 30px auto 10px auto
}

.kihon_inbox h2 {
	text-align: center;
}

.maeuri_box {
    width: 70%;
}

}

@media (max-width: 599px) {

.wrap {
	width: 100%;
	margin: 0 auto;
  }
  
}

.wrap-main {
	width: 100%;
	margin: 0 auto;
}

@media (min-width: 600px) and (max-width: 958px) {

.wrap-main {
	width: 100%;
}

.youtube_box {
	width: 100%;
}  

.live_paint_box video {
	width : 100% ;
}

.midashi1 {
	text-align: center;
}

.kihon_mark {
	width: 60%;
	text-align : center ;
	margin: 40px auto 20px 16%;
}

.newsevent_accent {
    display: block;
    width: 90%;
    margin: 20px auto;
    font-size: 0.7em;
}

.kyosan_box:nth-child(5) {
    width: 100%;
}

.kihon_ingo_wrap {
	width: 100%;
	margin: 0 auto;
}

.ohanashi img {
	width: 100%;
	margin: 0 auto;
}

.maeuri_box {
    width: 75%;
}

.event_midasi {
	font-size : 1.2em;
}

}

@media (max-width: 599px) {

.headerNav {
	position: fixed;
    right: -250px;
    top: 0;
    width: 250px;
    height: 100vh;
    padding-top: 40px;
    background-color: #f7f6f5;
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 20;
    overflow-y: auto;
}

.contents_wrap {
    margin: 50px auto;
    width: 95%; 
}

.midashi1 {
	text-align: center;
}
 
.kihon_ingo_wrap {
	display : block;
	width: 100%;
	margin: 0 auto;
}

.kihon_mark {
	width: 85%;
	font-size: 1em;
	margin:  40px auto 20px auto;
	text-align : center;
}

.newsevent_accent {
    display:block;
    width: 91%;
}

.kihon_mark2 {
	font-size: 1.2em;
}
  
.youtube_flexwrap {;
	display: block;
}

.youtube_box {
	width: 100%;
}

.live_paint_box video {
	width: 100%;
}

.kyosan_wrap {
	width: 100%;
}

.kyosan_flex {
	display : block;
}

.kyosan_wrap img {
	width: 100%;
} 

.ryokin_table td {
	font-size : 0.66em;
}

.ryokin_table table2 td {
	width: 100%;
}

.kyosan_box {
	margin-right: 0;
}

.toiawase_box {
    display: block;
    width: 100%;
    margin: 20px auto;
}

.toiawase_box p:nth-child(4){
	font-size: 1em;
}	

.toiawase_box a {
color : #00afcc.;
}

.maeuri_hatsubai {
	padding:  10px 0;
	background: #24140e;
    color: #fff;
	text-align : center;
	font-size: 1em;
	margin-top: 60px;
}

.maeuri_midasi {
	width: 60%;
    font-size: 0.9em;
}

.maeuri_flexwrap {
	display: block ;
	height: auto;
}

.maeuri_flex {
    width: 100%;
}

.maeuri_box {
    width: 95%;
}

.passmarket {
    font-size: 1.7rem;
}

.button {
	width: 50%;
}

.event_midasi {
    font-size: 0.8em;
}

.newsevent_wrap {
	display: block ;
}

.news_event  {
	width: 100%;
	margin: 0 auto;
}

}

img {
	max-width: 100%;
}

.page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

@media (max-width: 599px) {

.page-top {
	position: fixed;
	bottom: 0px;
	right: 10px;
}

}

@media (max-width: 280px) {

.headerNav {
	position: fixed;
    right: -200px;
    top: 0;
    width: 200px;
    height: 100vh;
    padding-top: 40px;
    background-color: #f7f6f5;
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 20;
    overflow-y: auto;
}

.navList li a {
	font-size: 0.9em;
}

.midashi1 {
	font-size: 1.4em;
}

.kihon_mark2 {
	font-size: 1em;
}

.ryokin_table2 table td {
	padding: 1em;
}

.toiawase_box p:nth-child(4){
	font-size: 0.8em;
}	

}

@media (max-width: 599px) {

.page-top img {
	width: 50px;
  }
  
}

h2 {
	font-size: 28px;
	font-size: 1.5rem;
}

@media (max-width: 599px) {

h2 {
	font-size: 20px;
	font-size: 0.9rem;
}
  
}

h3 {
	font-size: 22px;
	font-size: 1.375rem;
}

@media (max-width: 599px) {

h3 {
    font-size: 20px;
    font-size: 1.25rem;
}

}

h4 {
	font-size: 18px;
	font-size: 1.125rem;
}

.youtube-video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube-video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

p, ul li, dl, dt, dd {
	font-size: 16px;
	font-size: 1rem;
}

@media (max-width: 599px) {
p, ul li, dl, dt, dd {
	font-size: 15px;
	font-size: 0.9375rem;
  }
}

@media (max-width: 599px) {
.footer {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 60px;
  }
  
  .miroco_bnr{
  	width: 95%;
  	margin: auto;
  }
  
}

.w50 {
	width: 50%;
}

@media (max-width: 599px) {

.w100 {
	width: 100%;
}

.w50 {
	width: 100%;
}

}

.col {
	border: 0px solid transparent;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-background-clip: padding-box !important;
	-webkit-background-clip: padding-box !important;
	background-clip: padding-box !important;
}

/* 1. 12 Column Grid 0px - Infinity 
----------------------------------------------------------------------------- 

Span 1:    7.41666666667%
Span 2:    15.8333333333%
Span 3:    24.25%
Span 4:    32.6666666667%
Span 5:    41.0833333333%
Span 6:    49.5%
Span 7:    57.9166666667%
Span 8:    66.3333333333%
Span 9:    74.75%
Span 10:    83.1666666667%
Span 11:    91.5833333333%
Span 12:    100%

----------------------------------------------------------------------------- */

@media screen and (min-width: 0px) {

  .col {
    margin-left: 1%;
    padding: 0 0%;
  }

  .row .col:first-child {
    margin-left: 0;
  }

  .span-1 {
    width: 7.41667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 1%;
  }

  .span-2 {
    width: 15.83333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 1%;
  }

  .span-3 {
    width: 24.25%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 1%;
  }
  .span-4 {
    width: 32.66667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 1%;
  }
  .span-5 {
    width: 41.08333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 1%;
  }
  .span-6 {
    width: 49.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 1%;
  }
  .span-7 {
    width: 57.91667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 1%;
  }
  .span-8 {
    width: 66.33333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 1%;
  }

  .span-9 {
    width: 74.75%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 1%;
  }

  .span-10 {
    width: 83.16667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 1%;
  }

  .span-11 {
    width: 91.58333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 1%;
  }

  .span-12 {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  .span-4,.span-5,.span-6,.span-7,.span-8,.span-9,.span-10,.span-11,.span-12 {
    margin-left: 0;
    width: 100%;
  }
}