@charset "shift_jis";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.1/dist/css/yakuhanjp_s.css');

/* ========== ========== ==========
	共通
========== ========== ========== */

#tomonokai_wrap *, 
#tomonokai_wrap *:before, 
#tomonokai_wrap *:after {
	box-sizing: border-box;
	/* transition: 0.2s; */
}

#tomonokai_wrap h1, #tomonokai_wrap h2, 
#tomonokai_wrap h3, #tomonokai_wrap h4,
#tomonokai_wrap p {
	margin: 0;
	padding: 0;
}

#tomonokai_wrap, #tomonokai_wrap p, #tomonokai_wrap td {
	font-family: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.75;
}
#tomonokai_wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#tomonokai_wrap img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}

#tomonokai_wrap a,
#tomonokai_wrap a:hover {
    text-decoration: none;
	transition: 0.2s;
}

#tomonokai_wrap a:hover,
#tomonokai_wrap a:hover > img {
	opacity: 0.5;
}

#tomonokai_wrap strong {
	font-size: inherit;
	font-weight: bold;
}

#tomonokai_wrap span {
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
}

.float_box { width: 100%; }
.fl { float: left; }
.fr { float: right; }

.clear { 
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* ---------- ---------- ---------- */

.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }

@media only screen and (max-width: 640px) {
	#tomonokai_wrap, #tomonokai_wrap p, #tomonokai_wrap td {
		font-size: 14px;
	}
}



/* ========== ========== ==========
	#tomonokai_wrap
========== ========== ========== */

#tomonokai_wrap {
	width: 100%;
	margin: 0 auto 2em;
}

@media only screen and (max-width: 640px) {
    #tomonokai_wrap {
        margin: 0 auto 2em;
    }
}



/* ========== ========== ==========
	#tomonokai_head
========== ========== ========== */

#tomonokai_head {
    width: 100%;
	margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
}
#tomonokai_head_inner {
    padding: 0.5em 1em 0.5em 13em;
    background-color: #C00614;
    position: relative;
    z-index: 2;
}
#tomonokai_head_inner > h1 {
    width: 175px;
    margin: -50px 0 0 0.25em;
    transform: rotate(-5deg);
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 20;
}
#tomonokai_head_inner > p {
    color: #ffffff;
}
#tomonokai_head_guide {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
#tomonokai_head_guide > a {
    display: block;
    padding: 0.5em !important;
    background-color: #C00614;
    border-radius: 0.25em;
    /*box-shadow: 0 5px 0 #ac0512;*/
    color: #ffffff;
}
#tomonokai_head_guide > a > i {
    margin-right: 0.25em;
}

@media only screen and (max-width: 640px) {
    #tomonokai_head {
        padding: 0;
    }
    #tomonokai_head_inner {
        padding: 1em;
    }
    #tomonokai_head_inner > h1 {
        width: 86px;
        margin: 0 1em 0 0;
        float: left;
        transform: none;
        position: inherit;
    }
    #tomonokai_head_inner > p {
        float: none;
    }
    #tomonokai_head_guide {
        display: none;
    }
}



/* ========== ========== ==========
	#tomonokai_main
========== ========== ========== */

#tomonokai_main {
    width: 100%;
    margin: 0 auto;
}
#tomonokai_main > section {
    margin-top: 2em;
}
#tomonokai_main > section.notice {
	margin-top: 4em;
	padding: 2em;
	border: 1px solid #cccccc;
}
#tomonokai_main > section.notice h3.ttl {
	margin-bottom: 0.5em;
	font-size: 1.25em;
	font-weight: bold;
}

@media only screen and (max-width: 640px) {
    #tomonokai_main {
        padding: 0 10px;
    }
    #tomonokai_main > section {
        margin-top: 1em;
    }
}




/* ========== ========== ==========
	#tomonokai_nav
========== ========== ========== */

#tomonokai_nav {
    width: 960px;
    margin: 2em auto 2em;
}
#tomonokai_nav_inner {
    display: flex;
    justify-content: space-between; 
    width: 960px;
    background-color: #ffffff;
}
#tomonokai_nav_inner .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    padding: 0.8em;
    color: #ffffff;
    text-align: center;
	font-size:18px !important;
	background-color:#ed5a6c;
	border-right:#fff solid 1px;
}
tomonokai_nav_inner .item:hover {
    color: #ffffff;
}
#tomonokai_nav_inner .item:nth-child(5) {
    border-right: none;
}


#tomonokai_nav_inner .item_f {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    padding: 0.8em;
    color: #ed5a6c;
    text-align: center;
	font-size:18px !important;
	background-color:#fcdadf;
	border-right:#fff solid 1px;
}


.stuck {
    position: fixed;
    top: 0;
    z-index: 999;
}
@media only screen and (max-width: 960px) {
    #tomonokai_nav {
        width: 100%;
        margin-bottom: 2em;
        padding: 0 1em;
    }
    #tomonokai_nav_inner {
        width: 100%;
    }
    .stuck {
        left: 0;
    }
}
@media only screen and (max-width: 720px) {
    
	#tomonokai_nav_inner {
        width: 100%;
    }
	#tomonokai_nav_inner .item {
		padding:0.3em;
		font-size: 1.2em;
    }
}




/* ========== ========== ==========
	#tomonokai_info
========== ========== ========== */

#tomonokai_main > #tomonokai_info {
    padding: 0.5em;
    border: 1px solid #cccccc;
}
#tomonokai_main > #tomonokai_info > h2 {
    margin-bottom: 0.5em;
    padding: 0.5em;
    background-color: #cccccc;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
#tomonokai_main > #tomonokai_info > ul {
	padding-left: 1.5em;
}
#tomonokai_main > #tomonokai_info > ul > li {
    padding: 0.5em;
    /*border-bottom: 1px dotted #cccccc;*/
    font-size: 15px;
	font-weight:700;
	list-style-type: circle;
	padding-left:1em;
	text-indent:-1em;
	line-height:1.5;
}
#tomonokai_main > #tomonokai_info > ul > li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
#tomonokai_main > #tomonokai_info > ul > li > a {
     /*border-bottom: 1px dotted #cccccc;*/
    font-size: 15px;
	font-weight:700;
	color:#222222;
	text-indent:-1em;
}
#tomonokai_main > #tomonokai_info > ul > li > a .period {
	display: inline-block;
	margin-left: 2em;
}



/* ========== ========== ==========
	#tomonokai_select
========== ========== ========== */

#tomonokai_main > #tomonokai_select {
    padding: 0.5em;
    border: 1px solid #cccccc;
	padding-bottom:1em;
}
#tomonokai_main > #tomonokai_select > h2 {
    margin-bottom: 0.5em;
    padding: 0.5em;
    background-color: #b80308;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
	color:#FFF!important;
}
#tomonokai_main > #tomonokai_select > ul {
}
#tomonokai_main > #tomonokai_select > ul > li {
    padding: 0.5em;
    /*border-bottom: 1px dotted #cccccc;*/
    font-size: 15px;
	font-weight:700;
	padding-left:1em;
	text-indent:-1em;
	line-height:1.5;
}


#tomonokai_main > #tomonokai_select > ul > li > a{
    padding: 0.5em;
    /*border-bottom: 1px dotted #cccccc;*/
    font-size: 15px;
	font-weight:700;
	color:#00F;
	padding-left:1em;
	text-indent:-1em;
}

#tomonokai_main > #tomonokai_select > ul > li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}




/* ========== ========== ==========
	#content00--ボタン--
========== ========== ========== */


#content02 > a {
	display: block;
    width: 100%;
    margin: 0 1em 1em 0;
    padding: 0.5em;
    float: left;
    display: block;
    padding: 1em;
    background-color: #c88734;
    border-radius: 0.25em;
    /*box-shadow: 0 5px 0 #a9650d;*/
    color: #ffffff;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}



#tomonokai_new_item > a {
	display: block;
    width: 100%;
	margin-top: 1em;
	/*margin:0 auto;*/
	text-align:center;
    /*margin: 0 1em 1em 0;*/
    padding: 1em;
    float: left;
    display: block;
    background-color: #e27b7f;
    border-radius: 0.25em;
    box-shadow: 0 5px 0 #dc7074;
    color: #ffffff;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}


#content_btn_2 > a {
	display: block;
    width: 460px;
    margin: 0 1em 1em 0;
    padding: 0.5em;
    float: left;
    display: block;
    padding: 1em;
    background-color: #18396f;
    border-radius: 0.25em;
    box-shadow: 0 5px 0 #111a29;
    color: #ffffff;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.btn {
	display: block;
	margin-top: 1em;
	padding: 1em;
	background-color: #cd0c24;
	border-radius: 0.25em;
	box-shadow: 0 5px 0 #9f0b1e;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: 0.2s;
	margin-bottom:1em;
	color:#fff !important;
}


.btn:hover {
	opacity: 0.5;
	transition: 0.2s;
}



.btn_camp {
	display: block;
	margin-top: 1em;
	padding: 1em;
	background-color: #cd0c24;
	border-radius: 0.25em;
	box-shadow: 0 5px 0 #9f0b1e;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: 0.2s;
	margin-bottom:1em;
	color:#fff !important;
}


.btn_camp > a:hover {
	opacity: 0.5;
	transition: 0.2s;
}


.btn_camp_70th {
	width:95%;
	margin-left:2.5%;
	display: block;
	margin-top: 1em;
	padding: 1em;
	background-color: #cd0c24;
	border-radius: 0.25em;
	box-shadow: 0 5px 0 #9f0b1e;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: 0.2s;
	margin-bottom:1em;
	color:#fff !important;
}


.btn_camp_70th > a:hover {
	opacity: 0.5;
	transition: 0.2s;
}




/* ========== ========== ==========
	#tomonokai_contents
========== ========== ========== */

#tomonokai_main > #tomonokai_contents > a {
    display: block;
    width: 228px;
    margin: 0 1em 1em 0;
    padding: 0.5em;
    border: 1px solid #cccccc;
    float: left;
}
#tomonokai_main > #tomonokai_contents > a:nth-child(4n) {
    margin-right: 0;
}
#tomonokai_main > #tomonokai_contents > a:before {
    display: block;
    margin-bottom: 0.5em;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

#tomonokai_main > #tomonokai_contents > a > p {
    font-size: 14px;
    text-align: center;
}
#tomonokai_main > #tomonokai_contents > a > p.img {
    margin-bottom: 1em;
}
#tomonokai_main > #tomonokai_contents > a > p.txt {
    margin: 1em auto 0.5em;
    padding-top: 1em;
    border-top: 1px solid #cccccc;
}

#tomonokai_main > #tomonokai_contents > a > p.txt > span {
    margin: 1em auto 0.5em;
    padding-top: 1em;
    border-top: 1px solid #cccccc;
	font-size:13px;
	text-align:left;
}

#tomonokai_main > #tomonokai_contents > a.new > p.img {
    position: relative;
}
#tomonokai_main > #tomonokai_contents > a.new > p.img:before {
    border-color: #C00614 transparent transparent transparent;
    border-style: solid;
    border-width: 50px 50px 0 0;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: 2;
}
#tomonokai_main > #tomonokai_contents > a.new > p.img:after {
    color: #fff;
    content: "New";
    font-size: 12px;
    position: absolute;
    top: 8px;
    left: 5px;
    transform: rotate(-45deg);
    z-index: 3;
}

@media only screen and (max-width: 640px) {
    #tomonokai_main > #tomonokai_contents > a {
        width: 49%;
        margin: 0 2% 2% 0; 
    }
    #tomonokai_main > #tomonokai_contents > a:nth-child(2n) {
        margin-right: 0;
    }
    #tomonokai_main > #tomonokai_contents > a > p {
        font-size: 14px;
		text-align: left;
    }
    
}
}
@media only screen and (max-width: 340px) {
    #tomonokai_main > #tomonokai_contents > a {
        width: 100%;
        margin: 0 0 1em 0; 
    }
    #tomonokai_main > #tomonokai_contents > a:nth-child(2n) {
        margin-right: 0;
    }
	#tomonokai_main > #tomonokai_contents > a > p {
        font-size: 14px;
		text-align: left;
    }
}


/* ========== ========== ==========
	#tomonokai_new_item
========== ========== ========== */

#tomonokai_main > #tomonokai_new_item > h2 {
	padding: .5em .75em;
	background-color: #080059;
	border-bottom: 1px solid #ccc;
	text-align:center;
	color:#FFF;
}

#tomonokai_main > #tomonokai_new_item > p {
	padding:1em;
    font-size: 16px;
	line-height:2.0;
}



#tomonokai_main > #tomonokai_new_item > .cap_01 {
  position: relative;
  padding: .5em .75em;
  background: #fcebf2;
  border: 1px dashed #F36;
  /*border-bottom: 1px dashed #ccc;*/
  /*box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .1) inset;*/
  font-size:20px;
  text-align:center;
}


#tomonokai_main > #tomonokai_new_item > .cap_02 {
  position: relative;
  padding: .5em .75em;
  background: #d9e4f8;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #0c449b;
  box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .1) inset;
  font-size:20px;
  text-align:center;
  margin-bottom:2em;
  color:#0c449b;
}


#tomonokai_main > #tomonokai_new_item > .cap_01 > span {
	color:#C00;
	font-weight:600;
}






#tomonokai_main > #tomonokai_new_item > a > p.img {
    margin-bottom: 1em;
}
#tomonokai_main > #tomonokai_new_item > a > p.txt {
    margin: 1em auto 0.5em;
    padding-top: 1em;
    border-top: 1px solid #cccccc;
}

#tomonokai_main > #tomonokai_new_item > a > p.txt > span {
    margin: 1em auto 0.5em;
    padding-top: 1em;
    border-top: 1px solid #cccccc;
	font-size:13px;
	text-align:left;
}

#tomonokai_main > #tomonokai_new_item > a.new > p.img {
    position: relative;
}
#tomonokai_main > #tomonokai_new_item > a.new > p.img:before {
    border-color: #C00614 transparent transparent transparent;
    border-style: solid;
    border-width: 50px 50px 0 0;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: 2;
}
#tomonokai_main > #tomonokai_new_item > a.new > p.img:after {
    color: #fff;
    content: "New";
    font-size: 12px;
    position: absolute;
    top: 8px;
    left: 5px;
    transform: rotate(-45deg);
    z-index: 3;
}

@media only screen and (max-width: 640px) {
#tomonokai_main > #tomonokai_new_item > h2 {
	padding: .9em .90em;
	font-size:15px !important;
}

#tomonokai_main > #tomonokai_new_item > p {
	font-size:15px!important;
}

#tomonokai_main > #tomonokai_new_item > .cap_01 {
  font-size:18px;
  text-align:center;
}


#tomonokai_main > #tomonokai_new_item > .cap_01 > small {
	font-size:14px!important;
}

#tomonokai_main > #tomonokai_new_item > .cap_02 {
  font-size:16px!important;
  text-align:left;
}

}



/* ========== ========== ==========
	#tomonokai_new_item2
========== ========== ========== */


#tomonokai_main > #tomonokai_new_item02 > .cap_01 > small {
	font-size:14px!important;
}




/* ========== ========== ==========
	#tomonokai_about
========== ========== ========== */

#tomonokai_main > #tomonokai_about > .title {
    margin-bottom: 0.5em;
    padding: 0.5em;
    font-size: 30px;
	font-weight:600;
    font-weight: normal;
    text-align: center;
	/*background-color:#fcdadf;*/
	/*color:#ed5a6c;*/
	margin-top:1.0em;
	border-bottom: solid 1px #999;
}

#tomonokai_main > #tomonokai_about > span {
    font-size: 15px;
}

#tomonokai_main > #tomonokai_about > .title_cap {
    padding: 0.5em;
    font-size: 20px;
	font-weight:bold;
    text-align: center;
}

#tomonokai_main > #tomonokai_about > .title_cap > span {
    color:#F00;
	font-size:25px;
}

#tomonokai_main > #tomonokai_about > .title_cap_s {
    font-size: 15px;
    text-align: center;
}

#tomonokai_main > #tomonokai_about > .title_cap_m {
    font-size: 18px;
    text-align: center;
	font-weight:bold;
}


@media only screen and (max-width: 640px) {
#tomonokai_main > #tomonokai_about > .title {
	font-size: 20px;
}
#tomonokai_main > #tomonokai_about > .title_cap {
    padding: 0.3em;
	font-size: 17px;
}
#tomonokai_main > #tomonokai_about > .title_cap_s {
    padding: 0.3em;
	font-size: 15px;
}

#tomonokai_main > #tomonokai_about > .title_cap_m {
    padding: 0.3em;
	font-size: 15px;
	font-weight:bold;
}

#tomonokai_main > #tomonokai_about > .title >span {
	padding: 0.3em;
    font-size: 17px;
}
#tomonokai_main > #tomonokai_about > .title_cap > span {
	font-size:18px;
}



}



/* ========== ========== ==========
	#bonus_course
========== ========== ========== */

#tomonokai_main > #tomonokai_course > .title {
    margin-bottom: 0.5em;
    padding: 0.5em;
    font-size: 30px;
	font-weight:600;
    font-weight: normal;
    text-align: center;
	background-color:#ed5a6c;
	color:#FFF;
	margin-top:1.0em;
}


#tomonokai_main > #tomonokai_course > .title_cap {
    margin-bottom: 0.5em;
    padding: 0.5em;
    font-size: 20px;
	font-weight:bold;
    text-align: center;
	border-bottom: solid 1px #999;
}

#tomonokai_main > #tomonokai_course >  p {
	margin:1em;
}


@media only screen and (max-width: 640px) {
#tomonokai_main > #tomonokai_course > .title {
	font-size: 20px;
}
#tomonokai_main > #tomonokai_course > .title >span {
    font-size: 15px;
}


}



/* ========== ========== ==========
	#tomonokai_nyukai
========== ========== ========== */

#tomonokai_main > #tomonokai_nyukai > .title {
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-bottom: 1px solid #f36161;
	font-size:24px;
	color:#ed5a6c;
	margin-top:2em;
}


#tomonokai_main > #tomonokai_nyukai > .cap_02 {
	margin-top:1em;
  position: relative;
  padding: .5em .75em;
  background: #f9f8f8;
  border-top: 1px dashed #ed5a6c;
  border-bottom: 1px dashed #ed5a6c;
  /*box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .1) inset;*/
  font-size:20px;
  text-align:center;
  margin-bottom:2em;
  color:#666;
}



#tomonokai_main > #tomonokai_nyukai >  p {
	margin:1em;
	padding-left:1em;
	text-indent:-1em;
}


@media only screen and (max-width: 640px) {
#tomonokai_main > #tomonokai_nyukai > .title {
	font-size: 20px;
}

#tomonokai_main > #tomonokai_nyukai > .cap_02 {
  font-size:15px;
  text-align:left;
}


#tomonokai_main > #tomonokai_nyukai > .title >span {
    font-size: 15px;
}


}



/* ========== ========== ==========
	#tomonokai_webservice
========== ========== ========== */

#tomonokai_main > #tomonokai_webservice > .title {
    margin-bottom: 0.5em;
    padding: 0.5em;
    font-size: 30px;
	font-weight:600;
    font-weight: normal;
    text-align: center;
	/*background-color:#fcdadf;*/
	/*color:#ed5a6c;*/
	margin-top:1.0em;
	border-bottom: solid 1px #999;
}

#tomonokai_main > #tomonokai_webservice > span {
    font-size: 15px;
}

#tomonokai_main > #tomonokai_webservice > .cap_02 {
  position: relative;
  padding: 1em;
  background: #f6f6f6;
  font-size:16px;
  margin-bottom:2em;
  color:#000;
}
#tomonokai_main > #tomonokai_webservice > .cap_02 > p {
  padding-left:1em;
  text-indent:-1em;
}



#tomonokai_main > #tomonokai_webservice > .service {
    display: block;
    width: 470px;
    margin: 0 1em 1em 0;
    padding: 1em;
    border: 3px solid #e30052;
	border-radius: 10px;
    float: left;
	background-color:#fffcfd;
}
#tomonokai_main > #tomonokai_webservice > .service:nth-child(2n) {
    margin-right: 0;
}


#tomonokai_main > #tomonokai_webservice > .service > .title {
	border-bottom: 1px solid #cccccc;
	font-size:30px;
	color:#e30052;
	font-weight:600;
}

#tomonokai_main > #tomonokai_webservice > .service > .title > span {
    margin: 0em auto 0.5em;
	font-size:20px;
	color:#006;
}

#tomonokai_main > #tomonokai_webservice > .service > p {
    font-size: 14px;
	padding-left:1em;
	text-indent:-1em;
}

#tomonokai_main > #tomonokai_webservice > .service > p > a {
	color:#F00;
}



#tomonokai_main > #tomonokai_webservice_nyukai > .title {
	padding: .5em .75em;
	background-color: #f89175;
	border-bottom: 1px solid #cd7259;
	font-size:24px;
	color:#fff;
	margin-top:0.5em;
	text-align:center;
}




#tomonokai_main > #tomonokai_webservice_nyukai > .content {
    display: block;
    width: 700px;
	margin:0 auto;
    padding: 1em;
    border: 3px solid #e30052;
	border-radius: 10px;
	background-color:#fff;
	margin-top:2em;
	margin-bottom:1em;
}

#tomonokai_main > #tomonokai_webservice_nyukai > .content > .title {
	border-bottom: 1px solid #cccccc;
	font-size:30px;
	color:#003490;
	font-weight:600;
	text-align:center;
}


#tomonokai_main > #tomonokai_webservice_nyukai > .content > .title02 {
	font-size:30px;
	color:#003490;
	font-weight:600;
	text-align:center;
}


#tomonokai_main > #tomonokai_webservice_nyukai > .content > .title02 > span {
	font-size:30px;
	color:#fff;
	font-weight:600;
	text-align:center;
	background-color:#003490;
	padding:0.4em;
	border-radius: 5px;
}

.icon {
	margin-top:2em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #e30163 transparent transparent transparent;
	margin:0 auto;
	text-align:center;
}


#content_web > a {
	display: block;
    width: 100%;
	/*margin:0 auto;*/
	text-align:center;
    /*margin: 0 1em 1em 0;*/
    padding: 1em;
    float: left;
    display: block;
    background-color: #0b3974;
    border-radius: 0.25em;
    box-shadow: 0 5px 0 #0e223b;
    color: #ffffff;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}




@media only screen and (max-width: 640px) {



#tomonokai_main > #tomonokai_webservice > .title {
	font-size: 18px;
}
#tomonokai_main > #tomonokai_webservice > .title >span {
    font-size: 15px;
}


#tomonokai_main > #tomonokai_webservice > .service {
    width: 100%;
}

#tomonokai_main > #tomonokai_webservice > .service > .title {
	font-size:20px;
}

#tomonokai_main > #tomonokai_webservice > .service > .title > span {
	font-size:18px;
}

#tomonokai_main > #tomonokai_webservice_nyukai > .content {
	width:100%;
}

#tomonokai_main > #tomonokai_webservice_nyukai > .content > .title {
	font-size:20px;
}


#tomonokai_main > #tomonokai_webservice_nyukai > .content > .title02 {
	font-size:20px;
}
#tomonokai_main > #tomonokai_webservice_nyukai > .content > .title02 > span {
	font-size:20px;
}


}



/* ========== ========== ==========
	#tomonokai_kids
========== ========== ========== */

#tomonokai_main > #tomonokai_kids > .title {
    margin-bottom: 0.5em;
    padding: 0.5em;
    font-size: 30px;
	font-weight:600;
    font-weight: normal;
    text-align: center;
	/*background-color:#fcdadf;*/
	/*color:#ed5a6c;*/
	margin-top:1.0em;
	border-bottom: solid 1px #999;
}


#tomonokai_main > #tomonokai_kids > .title_cap {
  position: relative;
  padding: .5em .75em;
  background: #15116f;
  /*border: 1px solid #fdf7c5;*/
  font-size:18px;
  text-align:center;
  margin-bottom:2em;
  color:#fff;
  font-weight:700;
}

#tomonokai_main > #tomonokai_kids > .title_cap_02 {
	padding: 1em;
	color: #fe7e00;
	font-weight:600;
	background: #fffaf4;
	border-bottom:solid 2px #fe7e01;
	font-size:20px;
	text-align:center;
	margin-bottom:2.0em;
}

#tomonokai_main > #tomonokai_kids > .event {
    display: block;
    width: 470px;
    margin: 0 1em 1em 0;
    padding: 1em;
    border: 2px solid #f89175;
	border-radius: 10px;
    float: left;
	background-color:#fefcef;
}
#tomonokai_main > #tomonokai_kids > .event:nth-child(2n) {
    margin-right: 0;
}


#tomonokai_main > #tomonokai_kids > .event > .title {
	border-bottom: 1px solid #cccccc;
	font-size:20px;
	color:#fe7e00;
	font-weight:600;
}

#tomonokai_main > #tomonokai_kids > .event > p {
    font-size: 14px;
	padding-left:1em;
	text-indent:-1em;
}



@media only screen and (max-width: 640px) {


#tomonokai_main > #tomonokai_kids > .title {
	font-size: 20px;
}
#tomonokai_main > #tomonokai_kids > .event {
    width: 100%;
}
#tomonokai_main > #tomonokai_kids > .title_cap {
  font-size:15px;
  text-align:left;
}

}



/* ========== ========== ==========
	#tomonokai_kids_course
========== ========== ========== */

#tomonokai_main > #tomonokai_kids_course > .title {
    margin-bottom: 0.5em;
    padding: 0.5em;
    font-size: 30px;
	font-weight:600;
    font-weight: normal;
    text-align: center;
	background-color:#f89175;
	color:#FFF;
	margin-top:1.0em;
}


#tomonokai_main > #tomonokai_kids_course > .title_cap {
    margin-bottom: 0.5em;
    padding: 0.5em;
    font-size: 20px;
	font-weight:bold;
    text-align: center;
	border-bottom: solid 1px #999;
}

#tomonokai_main > #tomonokai_kids_course >  p {
	margin:1em;
}


@media only screen and (max-width: 640px) {
#tomonokai_main > #tomonokai_kids_course > .title {
	font-size: 20px;
}
#tomonokai_main > #tomonokai_kids_course > .title >span {
    font-size: 15px;
}


}


/* ========== ========== ==========
	#tomonokai_kids_nyukai
========== ========== ========== */

#tomonokai_main > #tomonokai_kids_nyukai > .title {
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-bottom: 1px solid #ff3600;
	font-size:24px;
	color:#ff3600;
	margin-top:2em;
}


#tomonokai_main > #tomonokai_kids_nyukai > .cap_02 {
	margin-top:1em;
  position: relative;
  padding: .5em .75em;
  background: #f9f8f8;
  border-top: 1px dashed #ff3600;
  border-bottom: 1px dashed #ff3600;
  /*box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .1) inset;*/
  font-size:20px;
  text-align:center;
  margin-bottom:2em;
  color:#666;
}



#tomonokai_main > #tomonokai_kids_nyukai >  p {
	margin:1em;
	padding-left:1em;
	text-indent:-1em;
}


@media only screen and (max-width: 640px) {
#tomonokai_main > #tomonokai_kids_nyukai > .title {
	font-size: 20px;
}

#tomonokai_main > #tomonokai_kids_nyukai > .cap_02 {
  font-size:15px;
  text-align:left;
}


#tomonokai_main > #tomonokai_kids_nyukai > .title >span {
    font-size: 15px;
}


}




/* ========== ========== ==========
	#tomonokai_contact
========== ========== ========== */


#tomonokai_main > #tomonokai_contact > h2 {
	padding: .5em .75em;
	background-color: #ed5a6c;
	text-align:center;
	color:#FFF;
}


#tomonokai_main > #tomonokai_contact > .cap_01 {
  position: relative;
  padding: .5em .75em;
  background: #f6f6f6;
  border: 1px solid #f36161;
  border-top:none;
  height:180px;
}


#tomonokai_main > #tomonokai_contact > .cap_01 > .title {
  font-size:20px;
  text-align:center;
  padding: .5em .75em;
}





#tomonokai_main > #tomonokai_contact > .cap_01 > .left_t{
	width:400px;
	float: left;
	padding-left:2em;
	text-align:left;
}


#tomonokai_main > #tomonokai_contact > .cap_01 > .right_t > a {
    width: 400px;
	margin-top:1em;
	margin-right:2.0em;
    padding: 0.2em;
    float: right;
    padding: 1em;
    background-color: #c83d44;
    border-radius: 0.25em;
    box-shadow: 0 5px 0 #a31a21;
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}



@media only screen and (max-width: 640px) {
#tomonokai_main > #tomonokai_contact > .cap_01 {
  height:230px;
}


#tomonokai_main > #tomonokai_contact > .cap_01 > .title {
  font-size:18px;
  text-align:center;
  padding: .5em .75em;
}

#tomonokai_main > #tomonokai_contact > .cap_01 > .left_t{
	width:100%;
	text-align:left;
}


#tomonokai_main > #tomonokai_contact > .cap_01 > .right_t > a {
    width: 98%;
	margin:1.0em;
    padding: 1em;
    background-color: #c83d44;
    border-radius: 0.25em;
    box-shadow: 0 5px 0 #a31a21;
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
	margin-left:1em;
    text-decoration: none;
}


}







/* ========== ========== ==========
	#tomonokai_campaign
========== ========== ========== */

#tomonokai_main > #tomonokai_campaign > .title {
    margin-bottom: 0.5em;
    padding: 0.5em;
    font-size: 30px;
	font-weight:600;
    font-weight: normal;
    text-align: center;
	background-color:#fcdadf;
	color:#ed5a6c;
	margin-top:1.0em;
	border-bottom: solid 1px #999;
}

#tomonokai_main > #tomonokai_campaign > span {
    font-size: 15px;
}

#tomonokai_main > #tomonokai_campaign > .title_cap {
    padding: 0.5em;
    font-size: 20px;
	font-weight:bold;
    text-align: center;
}

#tomonokai_main > #tomonokai_campaign > .title_cap > span {
    color:#F00;
	font-size:25px;
}

#tomonokai_main > #tomonokai_campaign > .title_cap_s {
    font-size: 15px;
    text-align: center;
}

#tomonokai_main > #tomonokai_campaign > .title_cap_m {
    font-size: 18px;
    text-align: center;
	font-weight:bold;
}


@media only screen and (max-width: 640px) {
#tomonokai_main > #tomonokai_campaign > .title {
	font-size: 20px;
}
#tomonokai_main > #tomonokai_campaign > .title_cap {
    padding: 0.3em;
	font-size: 17px;
}
#tomonokai_main > #tomonokai_campaign > .title_cap_s {
    padding: 0.3em;
	font-size: 15px;
}

#tomonokai_main > #tomonokai_campaign > .title_cap_m {
    padding: 0.3em;
	font-size: 15px;
	font-weight:bold;
}

#tomonokai_main > #tomonokai_campaign > .title >span {
	padding: 0.3em;
    font-size: 17px;
}
#tomonokai_main > #tomonokai_campaign > .title_cap > span {
	font-size:18px;
}

}



#tomonokai_main .youtube {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
#tomonokai_main .youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}




/* ========== ========== ==========
	#tomonokai_sp_lesson
========== ========== ========== */

#tomonokai_main > #tomonokai_sp_lesson > .title {
    margin-bottom: 0.5em;
    padding: 0.5em;
    font-size: 30px;
	font-weight:600;
    font-weight: normal;
    text-align: center;
	background-color:#fcdadf;
	color:#ed5a6c;
	margin-top:1.0em;
	border-bottom: solid 1px #999;
}

#tomonokai_main > #tomonokai_sp_lesson > span {
    font-size: 15px;
}

#tomonokai_main > #tomonokai_sp_lesson > .title_cap {
    padding: 0.5em;
    font-size: 1em;
	font-weight:bold;
}

#tomonokai_main > #tomonokai_sp_lesson > .title_cap > span {
	color:#ed5a6c;
	font-size:1em;
}


#tomonokai_main > #tomonokai_sp_lesson > .lesson_info {
	width: 960px;
	margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #222222;
}
#tomonokai_main > #tomonokai_sp_lesson > .lesson_info > li {
    margin-top: 0.5em;
    padding-left: 90px;
    position: relative;
}

#tomonokai_main > #tomonokai_sp_lesson > .lesson_info > li > span {
    width: 6em;
    padding: 0.25em 0.5em;
    background-color: #dddddd;
    border-radius: 0.25em;
    font-size: 0.8em;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}


.lesson_btn {
	display: block;
    width: 98%;
    padding: 1em;
    float: left;
    display: block;
    background-color: #e27b7f;
    border-radius: 0.25em;
    box-shadow: 0 5px 0 #dc7074;
    color: #ffffff !important;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
	margin:3em 1em;
}

@media only screen and (max-width: 960px) {
	
	#tomonokai_main > #tomonokai_sp_lesson > .lesson_info {
        width: 100%;
    }
    #tomonokai_main > #tomonokai_sp_lesson > .lesson_info > li {
        padding-left: 70px;
        font-size: 14px;
    }
}



@media only screen and (max-width: 640px) {
#tomonokai_main > #tomonokai_sp_lesson > .title {
	font-size: 20px;
}
#tomonokai_main > #tomonokai_campaign > .title_cap {
    padding: 0.3em;
	font-size: 17px;
	font-weight:bold;
}

#tomonokai_main > #tomonokai_sp_lesson > .title >span {
	padding: 0.3em;
    font-size: 17px;
}
#tomonokai_main > #tomonokai_sp_lesson > .title_cap > span {
	color:#ed5a6c;
	font-size:18px;
}
#cosme_detail > .detail {
        margin-top: 2em;
    }

#tomonokai_main > #tomonokai_sp_lesson > .lesson_info {
        width: 100%;
        margin: 0 auto;
    }
/*#tomonokai_main > #tomonokai_sp_lesson > .lesson_info > li {
    margin-top: 0.5em;
    padding-left: 90px;
    position: relative;
}	*/

}



.yokoku {
	padding:0.8em;
	color:#fff;
	background-color:#bc0018;
	text-align:center;
	font-weight:600;
	font-size:1.5em;
}


#voucher_info {
	border:solid 1px #e84466; 
	padding:2em;
	color:#000; 
	background:#fbeeed;
}

#voucher_info .ttl_l {
	background:#e84466;
	padding:1em;
	text-align:center;
	color:#fff !important;
	font-weight:bold;
	font-size:1em !important;
	margin-bottom:1em;
}

#voucher_info .ttl {
	color:#000 !important;
	font-weight:bold;
}

#voucher_info p {
	color:#000 !important;
}

#voucher_info .info_area {
	background-color:#fff;
	margin:1em 0;
	padding:1em;
	border:solid 1px #C03;
}



.btn_voucher {
	display: block;
	margin-top: 1em;
	padding: 1em;
	background-color: #1c2d65;
	border-radius: 0.25em;
	box-shadow: 0 5px 0 #070f2c;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: 0.2s;
	margin-bottom:1em;
	color:#fff !important;
}


.btn_voucher > a:hover {
	opacity: 0.5;
	transition: 0.2s;
}


.btn_voucher2 {
	display: block;
	margin-top: 1em;
	padding: 1em;
	background-color:#F60;
	border-radius: 0.25em;
	box-shadow: 0 5px 0 #C60;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: 0.2s;
	margin-bottom:1em;
	color:#fff !important;
}


.btn_voucher2 > a:hover {
	opacity: 0.5;
	transition: 0.2s;
}



.kids_content > h2 {
	padding: 0.8em!important;
	color: #000;
	font-weight:600;
	background: #fdeef5;
	border-bottom:solid 2px #ee458e;
	font-size:18px !important;
	text-align:center;
	margin-bottom:2.0em;
}


.kids_content h3 {
	padding: 0 1em!important;
	/*margin-bottom: 0.5em !important;*/
	margin-top: 0.5em !important;
	font-size: 1.125em !important;
	font-weight: bold !important;
}
.kids_content h4 {
	margin: 1.5em 0 0.5em !important;
	font-size: 1em !important;
	font-weight: bold !important;
}

.kids_content p {
	/*margin: 1.0em 0 1.0em !important;*/
	font-size: 1em !important;
	padding: 1em!important;
}




/* ========== ========== ==========
	#kma_contents
========== ========== ========== */


#tomonokai_main > #kma > .title {
    margin-bottom: 0.5em;
    padding: 0.5em;
    font-size: 30px;
	font-weight:600;
    font-weight: normal;
    text-align: center;
	/*background-color:#fcdadf;*/
	/*color:#ed5a6c;*/
	margin-top:1.0em;
	border-bottom: solid 1px #999;
}


#tomonokai_main > #kma_contents .kma_kifu {
	border:solid 3px #f7bdb9;
	padding:1em;
	margin-bottom:1em;
}

#tomonokai_main > #kma_contents .kma_kifu h3 {
	background-color:#fff4d6 !important;
	font-size:1.1em!important;
	margin-bottom:1em;
	padding:0.3em;
	color:#500b0e;
}

#tomonokai_main > #kma_contents .kma_kifu .kifu_txt {
	margin-bottom:1em;
}


#tomonokai_main > #kma_contents .kma_kifu .kifu_txt_l {
	margin-bottom:1em;
	text-align:center;
	background-color:#C00;
	color:#FFF;
	padding:0.5em;
}
#tomonokai_main > #kma_contents .kma_info {
	border:solid 3px #500b0e;
	padding:1em;
	margin-bottom:1em;
}
#tomonokai_main #kma_contents .m_kma_box {
  display: flex;
  justify-content: space-around;
}	
#tomonokai_main #kma_contents .m_kma {
	text-align: center;
	width: 48.75%;
	margin: 0.5em;
    padding: 0.5em;
    border: 1px solid #cccccc;
}
#tomonokai_main #kma_contents .m_kma:nth-child(2n) {
    margin-right: 0;
}
#tomonokai_main #kma_contents .m_kma:before {
    display: block;
    margin-bottom: 0.5em;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

#tomonokai_main #kma_contents .m_kma p {
    font-size: 14px;
    text-align: center;
}
#tomonokai_main #kma_contents .m_kma p.img {
    margin-bottom: 1em;
}
#tomonokai_main #kma_contents .m_kma p.txt {
    margin: 1em auto 0.5em;
	padding:1em;
    /*border-top: 1px solid #cccccc;*/
	color:#fff;
	background-color:#500b0f;
	font-weight:600;
}

#tomonokai_main #kma_contents > .m_kma > a > p.txt > span {
    margin: 1em auto 0.5em;
    padding-top: 1em;
    border-top: 1px solid #cccccc;
	font-size:13px;
	text-align:left;
}

#tomonokai_main > #kma_contents > .new > p.img {
    position: relative;
}
#tomonokai_main > #kma_contents > .new > p.img:before {
    border-color: #C00614 transparent transparent transparent;
    border-style: solid;
    border-width: 50px 50px 0 0;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: 2;
}
#tomonokai_main > #kma_contents > .new > p.img:after {
    color: #fff;
    content: "New";
    font-size: 12px;
    position: absolute;
    top: 8px;
    left: 5px;
    transform: rotate(-45deg);
    z-index: 3;
}

@media only screen and (max-width: 640px) {
	#tomonokai_main #kma_contents .m_kma_box {
		display:block;
		justify-content:center
  }
	#tomonokai_main #kma_contents .m_kma {
        /*width: 49%;
        margin: 0 2% 2% 0;*/
		width: 100%;
        margin: 0 0 1em 0;
    }
    #tomonokai_main #kma_contents .m_kma:nth-child(2n) {
        margin-right: 0;
    }
    #tomonokai_main > #kma_contents > .m_kma > p {
        font-size: 14px;
		text-align: left;
    }
    
}
}
@media only screen and (max-width: 340px) {
    #tomonokai_main #kma_contents .m_kma_box {
		display:block;
		justify-content:center
  }
	#tomonokai_main #kma_contents .m_kma {
        /*width: 49%;
        margin: 0 2% 2% 0;*/
		width: 100%;
        margin: 0 0 1em 0;
    }
    #tomonokai_main #kma_contents .m_kma:nth-child(2n) {
        margin-right: 0;
    }
    #tomonokai_main > #kma_contents > .m_kma > p {
        font-size: 14px;
		text-align: left;
    }
}




