@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;700;800;900&display=swap');

*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,cite,form,fieldset,input,textarea,p,blockquote,tr,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	border:none;
}
fieldset,img { 
	border:0;
}
img {
	vertical-align: bottom;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
th,td {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: normal;	
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
a{
	ouline: 0;
}
a:link,
a:visited,
a:hover {
	text-decoration:none;
	border:0;
    color: #000;
}
ul, li {
	list-style: none;
}

/*common*/
body {
    font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
    letter-spacing:0.06em;
	line-height: 1.8em;
	color:#000;
	background: rgb( 255, 255, 255);
}
#wrapper {
	margin: 0 ;
	width: 100%;
    padding:0;
    overflow: hidden;
}
#h_detail h1 {
	position: absolute;
    width:15%;
    max-width: 200px;
	display:block;
	top: 1em;
    left: 1em;;
    margin-left: 0;
    z-index:100;
}
section {
	width: 95%;
    max-width: 1000px;
	margin: 0 auto;
	margin-top: 80px;
	position:relative;
}
.m_content {
	width: 100%;
}
.m_clear {
	clear: both;
}
.m_fl{
	float:left;
	display:block;	
}
.m_fr{
	float:right;
	display:block;	
}
.m_cnt{
	text-align: center;
}
.m_mt20 {
	margin-top: 20px;
}
.m_mb20 {
	margin-bottom: 20px;
}
.m_pb1 {
	padding-bottom: 1em;
}
.m_pb2 {
	padding-bottom: 2em;
}
.br_mx {
	display:inline;
}
.br_ml {
	display:inline;
}
.br_sp {
	display:none;
}
.br1080on {
	display:none;
}
.br900on {
	display: none;
}
.br900off {
	display:inline;
}
.br690on {
	display:none;
}
.br690off {
	display: inline;
}
.br480on {
	display:none;
}
.m_lead {
	font-size: 17px;
    font-weight: 500;
    text-align: center;
	margin-top:20px;
}
.m_movie {
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 3em;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.m_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m_host {
	font-size: 1.1em;
    font-weight: 400;
    text-align: center;
	margin: 2em auto 0;
    width: 60%;
    max-width: 640px;
}
.m_host img {
    width: 100%;
}
.m_host span {
    font-weight: 200;
}

.m_sponsor {
	font-size:1.2em;
    font-weight: 500;
}
.m_data {
	font-size: .9em;
    line-height: 1.5em !important;
}
.m_note {
	font-size: .8em;
    line-height: 1.3em !important;
}
p.m_note {
	margin-top:.5em;
}
.m_color1 {
    color: #cd0519;
}
.m_color2 {
    color: #f9be00;
}
.m_flex {
	display: flex;
	flex-flow: row wrap;
    justify-content: space-between;
}
.img_pc {
	display:inline;
}
img.m_img {
	width:100%;
    border: solid #FABE00 2px;
    border-radius:11px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
}
ul.m_item, ul.m_list {
    display:flex;
    flex-wrap:wrap;
}
dl.m_present {
	display: table;
	width: fit-content;
    min-width: 70%;
    margin: 2.5em auto .5em;
}
dl.m_present dd {
	display: table-cell;
	vertical-align:middle;
}
dl.m_present dd img {
	width: 5vw;
}
dl.m_present dd.m_l {
    text-align: left;
}
dl.m_present dd.m_c {
    text-align: center;
}
dl.m_present dd.m_r {
    text-align: right;
}
dl.m_catch2 {
	display: table;
	width: 100%;
	margin:0 auto;
    background:#FABE00;
    border-radius: 7px;
}
dl.m_catch2 dd {
	display: table-cell;
	vertical-align:middle;
    color: #FFF;
}
dl.m_catch2 dd.m_l {
    background: url("../img/ch2l.png") left 15px center no-repeat;
    background-size:30px auto;
    width:50px;
}
dl.m_catch2 dd.m_c {
    text-align: center;
}
dl.m_catch2 dd.m_r {
    background: url("../img/ch2r.png") right 5px center no-repeat;
    background-size:60px auto;
    width:50px;
}

dl.m_catch {
	display: table;
	width: 100%;
    background: url(../img/hd_bg.jpg) center repeat-x;
    background-size: 100px auto;
}
dl.m_catch dd {
	display: table-cell;
	vertical-align:middle;
    color: #FFF;
}
dl.m_catch dd img {
	width: 100px;
}
dl.m_catch dd h2 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing:0.06em;
}
dl.m_catch dd.m_l {
    text-align: left;
}
dl.m_catch dd.m_c {
    text-align: center;
}
dl.m_catch dd.m_r {
    text-align: right;
}
.m_info {
    width: 100%;
    border-top: solid 2px #FABE00;
    border-bottom: solid 2px #FABE00;
    border-left: solid 2px #FDE18E;
    border-right: solid 2px #FDE18E;
    padding-bottom: 5px;
}
dl.info_m {
	display: none;
}
dl.info, dl.info_m {
	width: auto;
	margin:10px 20px;
}
dl.info dt, dl.info_m dt {
	float: left;
    width: 85px;
    padding-top: 5px;
    padding-bottom: 5px;
	white-space: nowrap;
    color: #FABE00;
    font-weight: 500;
}
dl.info dd, dl.info_m dd {
    padding-top: 5px;
    padding-bottom: 5px;
	border-bottom: solid 1px #FDE18E;
}
dl.info dt:last-child, dl.info dd:last-child, dl.info_m dt:last-child, dl.info_m dd:last-child {
    border-bottom: none;
}
.btn_m {
    cursor:pointer;
    width: fit-content;
    margin: .7em 0 .7em 20px;
    background-color: #FFF;
    border: solid #FABE00 1px;
    border-radius:15px;
    padding: 0 11px;  
}
.btn_m.open {
    background-color: #e1e1e1;
}
.btn_in {
    white-space: nowrap;
    font-size: .9em;
    font-weight: 400;
}
.m_line {
    border-top: solid 1px #FABE00;
    border-bottom: solid 1px #FABE00;
    padding-top: 3px;
    clear: both;
}
.m_line2 {
    border-top: solid #FABE00 2px;
    clear: both;
}
.m_line3 {
    border-top: solid #FABE00 5px;
    clear: both;
}
.m_btn {
	margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    display: block;
    width: fit-content;
    background-color: #FFF3C3;
    border: solid #FABE00 3px;
    border-radius:20px;
    padding: 3px;  
}
.m_btn h5 {
    white-space: nowrap;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.02em;
    padding: 0 15px;
}
.m_btn h6 {
    white-space: nowrap;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.02em;
    padding: 0 15px;
}
.m_bnbtn {
	margin-top:4em;
    margin-left:auto;
    margin-right:auto;
    display: block;
    width: fit-content;
    background-image: url("../img/arrow_yellow_s.png");
    background-size: 30px auto;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-color: #FABE00;
    border-radius:7px;
    padding:0 50px;
}
.m_bnbtn h5 {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.03em;
    padding:.5em 0;
}
.m_list .m_bnbtn {
	margin-top:4em;
    margin-left:auto;
    margin-right:auto;
    display: block;
    width: 100%;
    text-align: center;
    padding:0;
}
.m_btn_l {
	margin-top:35px;
    margin-left:auto;
    margin-right:auto;
    display: block;
    width: fit-content;
    background-image: url("../img/arrow_yellow.png");
    background-size: 35px auto;
    background-position: 10px center;
    background-repeat: no-repeat;
    border-top: solid #FABE00 2px;
    border-bottom: solid #FABE00 2px;
    padding:0 25px 2px 25px;
}
.m_btn_l h5 {
    white-space: nowrap;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.02em;
    padding:20px 0 20px 30px;
}
.m_bnlink {
	margin-top:2.5em;
    margin-left:auto;
    margin-right:auto;
    display: block;
    width: fit-content;
    background-image: url("../img/link_w.svg");
    background-size: 25px auto;
    background-position: 15px center;
    background-repeat: no-repeat;
    background-color: #FABE00;
    border-radius:7px;
    padding:0 25px 2px 25px;
}
.m_bnlink h5 {
    white-space: nowrap;
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.02em;
    padding:15px 30px;
    margin: 0 !important;
}
.m_btn_re {
	margin-top:0.6em;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 1em;
	width: fit-content;
    background-color: #7C001A;
    border-radius:8px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
    padding: 3px;
}
.m_btn_re a:link,
.m_btn_re a:visited,
.m_btn_re a:hover {
	color: #FFF;
}
.m_btn_re span {
    white-space: nowrap;
    font-size: 1em;
    font-weight: 500;
    color: #FFF;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 0 1.5em;
}
.sc_lead {
    margin-top: 2em !important;
}
.txt_bgline {
    position: relative;
    display: inline-block;
    padding: 0 3.5em;
    margin-top: 2em;
    margin-bottom: 0.5em;
    font-size: 1.25em;
    font-weight: 300;
}
 
.txt_bgline:before,
.txt_bgline:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 25%;
    height: 1px;
    background-color: #FABE00;
}
 
.txt_bgline:before {
    left: 0;
}
 
.txt_bgline:after {
    right: 0;
}
#top_btn {
	position: fixed;
	bottom: 125px;
	right: 25px;
	display:block;
}
#top_btn a {
	opacity: .6;
	filter: alpha(opacity=60);
}
#top_btn a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#top_btn img {
	width: 35px;
    height: auto;
}
video {
	width: 100%;
    display: block;
    max-width: 640px;
    margin: 2.5em auto;
}

/*header*/
header {
    border-top: #FABE00 solid 6px;
    text-align: center;
}

/*footer*/
footer {
	width: 100%;
	background:#FABE00;
	display:block;
	position: relative;
	padding:21px 0 20px;
	margin-top:90px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
}

/*index*/
#h_home h1 {
	margin-top:50px;
}
#h_home h1 .m_logo {
	width:410px;
	display:block;
	margin:0 auto;
}
#h_home .m_lead {
	font-size: 18px;
    font-weight: 500;
    line-height: 2.5em;
	margin-top:50px;
}
#h_home nav {
	margin:50px auto 0;
    width: 92%;
    max-width: 1000px;
	display:block;
}
#h_home nav ul {
	display: flex;
    justify-content: space-between;
}
#h_home nav ul li {
    display:block;
	position:relative;
}
#h_home .nav_btn {
	font-size:16px;
    font-weight: 600;
    text-align: left;
    display:block;
    width: 100%;
    padding: 15px 0 15px 33px;
    background: url(../img/nav_icon.jpg) left center no-repeat;
    background-size: 30px auto;
}
#h_home nav ul.m_s {
	display: none;
}
/*sc_video*/
#sc_video {
    text-align: center;
}
#sc_video video {
	width: 100%;
    max-width: 640px;
    margin: 0 auto;
}
#sc_video h6 {
	font-size: 0.95em;
    margin-top: 0.5em;
}
/*sc_support*/
#sc_support ul.m_item {
    margin-top:25px;
}
#sc_support ul.m_item li {
	text-align: center;
	width:24%;
	margin-right:4%;
	margin-top:1.4em;
    border-bottom: solid #FABE00 1px;
}
#sc_support ul.m_item li h4 {
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 0.03em;
    white-space: nowrap;
}
#sc_support ul.m_item li:nth-child(1) { 
    margin-left:10%;
}
#sc_support ul.m_item li:nth-child(3) { 
    margin-right:10%;
}
#sc_support .bn_ad {
	width:100%;
    max-width: 640px;
    display: block;
    margin-top:70px;
    margin-left: auto;
    margin-right: auto;
}
#sc_support .bn_ad img {
	width:100%;
    border: solid #A0A0A0 2px;
    border-radius:11px;
}
#sc_support .bn_ad2 {
	width:80%;
    max-width: 550px;
    display: block;
    margin-top: 5em;
    margin-left: auto;
    margin-right: auto;
}
#sc_support .bn_ad2 img {
	width:100%;
}
#sc_support .bn_ad3 {
	width:100%;
    display: block;
    margin-top: 5em;
    margin-left: auto;
    margin-right: auto;
}
#sc_support .bn_ad3 img {
	width:100%;
}
/*sc_theme*/
#sc_theme h2 {
    padding-bottom: 15px;
}
#sc_theme h2 img {
	max-width:300px;
    width: 90%;
}
#sc_theme ul.m_item {
	width:100%;
    margin: 30px auto 50px;
}
#sc_theme ul.m_item li {
	width:49%;
	margin-right:2%;
	margin-top:2em;
}
#sc_theme ul.m_item li:nth-child(2n) { 
    margin-right:0;
}
#sc_theme ul.m_item li:first-child { 
    text-align: center;
}
#sc_theme ul.m_item li img { 
    width: 100%;
}
#sc_theme ul.m_item li .m_box1 { 
    width: 55%;
    float: right;
}
#sc_theme ul.m_item li .m_box1 h3 img { 
    width: 100%;
    margin-top: 3.5em;
}
#sc_theme ul.m_item li .m_box1 p { 
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    margin-top: 1em;
}
#sc_theme ul.m_list {
	width:100%;
    margin: 30px auto 50px;
}
#sc_theme ul.m_list li {
	width:32%;
	margin-right:2%;
    margin-top: 1em;
}
#sc_theme ul.m_list li:nth-child(3) { 
    margin-right:0;
}
#sc_theme ul.m_list .m_bnbtn { 
    margin-top:0;
    padding: 0;
}
#sc_theme dl {
	display: table;
	width: 100%;
    text-align: left;
}
#sc_theme dl dd.m_l {
	display: table-cell;
	vertical-align:middle;
    width: 45%;
}
#sc_theme dl dd.m_l img {
    width: 90%;
}
#sc_theme dl dd.m_r {
	display: table-cell;
	vertical-align:middle;
    width: 55%;
}
#sc_theme dl dd.m_r img {
    width: 100%;
}
/*sc_twitter*/
#sc_twitter .m_box1 { 
    width: 100%;
    font-weight: 500;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    text-align: center;
}
#sc_twitter .m_box2 { 
    width: 100%;
    margin-top: 40px;
    text-align: center;
}
#sc_twitter .m_box2 img { 
    width: 30%;
    max-width: 70px;
}
/*sc_task*/
#sc_task { 
    padding-bottom: 20px;
}
#sc_task h2 { 
    font-size: 2.5em;
    font-weight: 700;
    text-align: center;
    margin-top: 0.7em;
    margin-left: auto;
    margin-right: auto;
}
#sc_task h3 { 
    width: 80%;
    text-align: center;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
}
#sc_task h3 img { 
    max-width: 350px;
}
#sc_task h4 { 
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6em;
}
#sc_task h5 { 
    font-size: 23px;
    font-weight: 700;
    line-height: 1.6em;
    margin-top: 15px;
}
#sc_task p {
    margin-top: 1.5em;
    line-height: 1.9em;
}
#sc_task .m_bnlink {
	margin-top:1.5em;
}
.m_video {
    text-align: center;
    margin: 2.5em 0;
}
.m_video video {
	width: 100%;
    max-width: 640px;
    margin: 0 auto;
}
.m_videoo h6 {
	font-size: 0.95em;
    margin-top: 0.5em;
}
#sc_task .m_task_ja h5 { 
    margin-top:2em;
    text-align: center;
}
#sc_task .m_task_ja  h6 { 
    font-size: 0.9em;
}
#sc_task .m_task_ja ul.m_item li {
	margin-bottom:3.5em;
    width: 100%;
    text-align: center;
}
#sc_task .m_task_ja ul.m_item li img {
	width: 76%;
    margin-left:12%;
    margin-right:12%;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
}
#sc_task .m_task_ja ul.m_item li p {
    margin-top: 0.5em;
    letter-spacing: 0.01em;
    line-height: 1.5em;
}
#sc_task .m_task_ja .m_box { 
    width: 100%;
    padding: 2.5em 1em 3em;
    text-align: center;
    border: solid #FABE00 1px;
    border-radius:5px;
    margin-top: 4em;
}
#sc_task .m_task_ja .m_box1 { 
    width: 60%;
    margin-top: 20px;
    float: left;
}
#sc_task .m_task_ja .m_box2 { 
    width: 36%;
    margin-top: 20px;
    float: right;
}
#sc_task .m_task_niraku .m_box {
	width: 30%;
}
#sc_task .m_task_niraku .m_flex {
	margin-top: 2em;
}
#sc_task .m_task_niraku .m_box {
    text-align: center;
}
#sc_task .m_task_niraku .m_box img {
	width: 100%;
}
#sc_task .m_task1 .m_box1 { 
    width: 36%;
    margin-top: 20px;
    float: left;
}
#sc_task .m_task1 .m_box2 { 
    width: 60%;
    margin-top: 20px;
    float: right;
}
#sc_task .m_line2 { 
    border-top: solid #FABE00 5px;
    margin-top: 80px;
}
#sc_task .m_task2 .m_box1 { 
    width: 60%;
    margin-top: 20px;
    float: left;
}
#sc_task .m_task2 .m_box2 { 
    width: 36%;
    margin-top: 20px;
    float: right;
}
#sc_task .m_task_b .m_box1 { 
    width: 100%;
    margin-top: 20px;
}
#sc_task .m_task_b .m_box2 { 
    width: 100%;
    margin-top: 5em;
}
#sc_task .m_task_ja p:first-child, #sc_task .m_task2 p:first-child, #sc_task .m_task_b p:first-child, #sc_task .m_task6 p:first-child {
    margin-top: 0;
}
#sc_task .m_task2 p:nth-child(2), #sc_task .m_task2 p:nth-child(3) { 
    margin-top: 10px;
}
#sc_task .m_box2 img.m_ta {
}
#sc_task .m_task_a .m_box2 img.m_tb,
#sc_task .m_task2 .m_box2 img.m_tb {
    margin-top: 1em;
}
#sc_task .m_task4 .m_box1 { 
    width: 60%;
    margin-top: 20px;
    float: left;
}
#sc_task .m_task4 .m_box2 { 
    width: 36%;
    margin-top: 20px;
    float: right;
}
#sc_task .m_task4 h5:first-child,
#sc_task .m_task_a h5:first-child { 
    margin-top: 0;
}
#sc_task .m_task4 h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    margin-top: 0.4em;
}
#sc_task p.m_data {
    margin-top: 0.05em;
    font-weight: 400;
}
#sc_task .m_task4 .m_box2 img.m_tb,
#sc_task .m_task4 .m_box2 img.m_tc {
    margin-top: 1em;
    width: 100%;
}
#sc_task .m_task4 .m_box2 img.m_td {
    margin-top: 1em;
    width: 100%;
}
#sc_task .m_task_a .m_box1 { 
    width: 60%;
    margin-top: 20px;
    float: left;
}
#sc_task .m_task_a .m_box2 { 
    width: 36%;
    margin-top: 20px;
    float: right;
}
#sc_task .m_task6 .m_box1 { 
    width: 60%;
    margin-top: 20px;
    float: left;
}
#sc_task .m_task6 .m_box2 { 
    width: 36%;
    margin-top: 20px;
    float: right;
}
/*sc_notebook*/
#sc_notebook ul.m_item {
	justify-content: space-between;
}
#sc_notebook ul.m_item li {
	margin-top:2em;
    display: flex;
    flex-direction: column;
    text-align: center;
}
#sc_notebook ul.m_item li:nth-child(1) { 
    width: 23%;
    margin-right:3%;
}
#sc_notebook ul.m_item li:nth-child(2) { 
    width: 23%;
    margin-right:4%;
}
#sc_notebook ul.m_item li:nth-child(3) { 
    width: 22%;
    margin-right:3%;
}
#sc_notebook ul.m_item li:nth-child(4) { 
    width: 22%;
}
#sc_notebook ul.m_item li img {
	width: 100%;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
}
#sc_notebook ul.m_item li h4 {
	margin-top:10px;
    padding-bottom: 10px;
    font-size: 15px;
    text-align: center;
    line-height: 1.6em;
    letter-spacing: 0.02em;
}
#sc_notebook ul.m_item li h5 {
    white-space: nowrap;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.02em;
}
/*sc_campaign*/
#sc_campaign {
    text-align: center;
}
#sc_campaign h3 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-top: 25px;
    line-height: 1.5em;
}
#sc_campaign h4 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.5em;
    padding: 0 1em;
}
#sc_campaign h4 span {
    font-size: 25px;
    font-weight: 700;
}
#sc_campaign h6 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-top: 25px;
}
#sc_campaign .m_box1 { 
    width: 90%;
    margin-top: 2em;
    margin-bottom: 3.5em;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #828282;
    text-align: center;
}
#sc_campaign .m_box1 p { 
    padding: 1em;
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.5em;
    color: #828282;
}
#sc_campaign .m_box1 p span { 
    font-size: .7em;
    font-weight: 500;
}
#sc_campaign .m_box2 { 
    width: 100%;
    max-width: 600px;
    margin: 1em auto 2em;
}
#sc_campaign .m_box2 img { 
    width: 100%;
}
#sc_campaign .m_sponsor {
	margin-top: 1em;
    text-align: center;
}
#sc_campaign p.m_data {
	margin-top: 1em;
    text-align: center;
}
/*sc_splist*/
#sc_splist {
    text-align: center;
    margin-top: 100px;
}
#sc_splist h3 {
    margin-top: 25px;
    font-size: 1em;
    font-weight: 500;
}
#sc_splist h4 {
    font-size: 0.85em;
    font-weight: 500;
    letter-spacing: 0.03em;
    white-space: nowrap;
}
#sc_splist ul.m_item li {
	width:24%;
	margin-right:4%;
	margin-top:0.5em;
    margin-bottom:0.5em;
}
#sc_splist ul.m_item li img {
	width:100%;
    border: solid #FABE00 2px;
    border-radius:11px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
}
#sc_splist ul.m_item li:nth-child(1) { 
    margin-left:10%;
}
#sc_splist ul.m_item li:nth-child(3) { 
    margin-right:10%;
}
/*sc_sponsor*/
#sc_sponsor {
    text-align: center;
}
#sc_sponsor h3 {
    margin-top: 25px;
    font-size: 1em;
    font-weight: 500;
}
#sc_sponsor ul.m_item li {
	width:48%;
	margin-right:4%;
	margin-top:1.4em;
}
#sc_sponsor ul.m_item li img {
	width:100%;
    border: solid #FABE00 2px;
    border-radius:8px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
}
#sc_sponsor ul.m_item li:nth-child(2) { 
    margin-right:0;
}
#sc_sponsor ul.m_item li p {
	width:100%;
    margin-top: 0.7em;
    font-size: 14px;
    line-height: 1.5em;
}
#sc_sponsor .m_support {
	display: block;
    width:48%;
    margin-top:1.4em;
    margin-left: auto;
    margin-right: auto;
    border: solid #FABE00 2px;
    border-radius:8px;
    background-color: #FFF;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
    text-align: center;
}
#sc_sponsor .m_support h4 {
    font-size: 1.5em;
    font-weight: 500;
    padding: 0.7em 0;
}
/*theme*/
#h_theme h1 {
	position: absolute;
    width:18%;
    max-width: 200px;
	display:block;
	top:20px;
    left:10px;
    margin-left: 0;
    z-index:100;
}
#h_theme h1 .m_logo {
    width:100%;
}
#m_theme h2{
    width: 70%;
    max-width: 560px;
	display:block;
    margin-top: 2.5em;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
}
#m_theme h2 img {
	width: 100%;
}
#m_theme dl.m_h {
	display: table;
	width: 100%;
	margin:0 auto;
}
#m_theme dl.m_h dd {
	display: table-cell;
}
#m_theme dl.m_h h3 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing:0.06em;
    line-height: 1.6em;
    margin-top: 1.5em;
    margin-left: 25px;
}
#m_theme dl.m_h h4 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing:0.02em;
    margin-top: 1em;
    margin-left: 25px;
}
#m_theme dl.m_h h4 span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing:0.02em;
}
#m_theme dl.m_h .m_data {
    font-size: 17px;
    letter-spacing:0.02em;
    margin-top: 10px;
}
#m_theme dl.m_h dd.m_l {
    text-align: left;
    border-top: solid #FABE00 4px;
    border-left: solid #FABE00 4px;
    border-radius:15px 0 0 0;
    vertical-align: top;
}
#m_theme dl.m_h dd.m_c {
    width: 10%;
}
#m_theme dl.m_h dd.m_r {
    text-align: center;
    width: 210px;
}
#m_initiatives #sc_splist, #m_theme #sc_splist {
    margin-top: 0 !important;
}
/*sc_lead*/
#m_theme #sc_lead {
    margin-top: 2em !important;
}
#m_theme .m_lead {
    line-height: 1.9em;
}
#m_theme p.m_cnt {
    margin-top: 2em;
}
/*sc_theme_end*/
#sc_theme_end { 
    margin-top: 2em;
}
#sc_theme_end .m_box1 { 
    display: block;
    width: 100%;
    background: url("../img/theme/theme_end.jpg") right bottom no-repeat;
    background-size:auto 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
/*sc_theme_sept*/
#m_theme .sc_theme_sept .m_box1 { 
    width: 100%;
    margin-top: 35px;
}
#m_theme .sc_theme_sept .m_box1 p { 
    margin-top: 17px;
    line-height: 1.9em;
}
#m_theme .sc_theme_sept .m_box2 { 
    width: 80%;
    max-width: 620px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
#m_theme .sc_theme_sept .m_box3 { 
    width: 30%;
    max-width: 620px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
#m_theme .sc_theme_sept .m_box2 .m_data, #m_theme .sc_theme_sept .m_box3 .m_data {
    letter-spacing:0.02em;
    margin-top: 10px;
}
#sc_theme_end .m_btn {
    background-color: #FFF;
}
/*theme23*/
#m_theme23 {
	
}
#m_theme23 #sc_theme h2 {
    margin-top: 1em;
    padding-bottom: 0;
}
#m_theme23 #sc_theme h2 img {
    max-width: 350px;
}
#m_theme23 #sc_theme .m_lead {
    margin-top: 0.5em;
    font-size: 1.7em;
    font-weight: 300;
}

@media screen and (max-width: 1080px) {
body {
	font-size:1em;
}
.m_lead {
	font-size:1.1em;
}
.m_data {
	font-size:0.9em;
}
.br_mx {
	display:none;
}
.br_sp {
	display:inline;
}
.br1080on {
	display:inline;
}
.img_pc {
	display:none;
}
section {
	margin-top: 4em;
}
.m_content {
    
}
.m_bnbtn h5 {
    font-size: 1.1em;
}
dl.m_catch {
	display: table;
	width: 100%;
	margin:0 auto;
    background: url("../img/spc.png") ;
    background-size:auto;
    background-color: #FABE00;
}
dl.m_catch dd.m_l {
    background: url("../img/ch2l.png") left 15px center no-repeat;
    background-size:50px auto;
    width:100px;
}
dl.m_catch dd.m_c {
    padding: 15px 0;
}
dl.m_catch dd.m_r {
    background: url("../img/ch2r.png") right 5px center no-repeat;
    background-size:60px auto;
    width:100px;
}
dl.m_catch dd h2 {
    font-size: 1.4em;
}
#h_home h1 .m_logo {
	max-width:566px;
    width: 70%;
}
#h_home nav {
	margin:1em auto 0;
}
#h_home nav ul {
    display:flex;
    flex-wrap:wrap;
    justify-content: normal;
    width:100%;
    margin-left: auto;
    margin-right: auto;
}
#h_home nav ul li {
	width:30%;
	margin-right:5%;
	margin-top:1em;
}
#h_home nav ul li:nth-child(3n) { 
    margin-right:0;
}
#h_home .nav_btn {
    font-size: 1.2em;
    padding: 15px 0 15px 45px;
    background-size: 40px auto;
}
#sc_theme h2 img {
    width: 60%;
}
#sc_theme ul.m_item {
    margin: 1em auto 1.5em;
}
#sc_theme ul.m_item li {
	width:49%;
    margin-right:0;
}
#sc_theme ul.m_item li:first-child { 
    width: 100%;
    margin-top: 1em;
}
#sc_theme ul.m_item li:nth-child(2n) { 
    margin-right:2%;
}
#sc_task h4 { 
    font-size: 1.4em;
}
#sc_task h5 { 
    font-size: 1.2em;
    margin-top: 0.7em;
}
#sc_task h6 {
    font-size: 1em;
}
#sc_task .m_task4 h6 {
    font-size: 0.95em;
}

#sc_notebook .m_lead {
	margin-top:1em;
}
#sc_notebook ul.m_item li:nth-child(1) { 
    width: 24%;
    margin-right:1%;
}
#sc_notebook ul.m_item li:nth-child(2) { 
    width: 24%;
    margin-right:2%;
}
#sc_notebook ul.m_item li:nth-child(3) { 
    width: 24%;
    margin-right:1%;
}
#sc_notebook ul.m_item li:nth-child(4) { 
    width: 24%;
}
#sc_notebook ul.m_item li h4 {
	margin-top:0.5em;
    padding-bottom: 0.5em;
    font-size: 0.9em;
}
#sc_notebook ul.m_item li h5 {
    font-size: 1em;
}
#sc_campaign h3 {
    font-size: 1.1em;
    margin-top: 1em;
}
#sc_campaign h4 {
    font-size: 1em;
}
#sc_campaign h4 span {
    font-size: 1.1em;
}
#sc_campaign h6 {
    font-size: 1em;
}
#sc_splist {
    margin-top: 5em;
}
#sc_splist h4 {
    font-size: 0.8em;
}
#sc_sponsor ul.m_item li p {
    font-size: 0.8em;
}
#m_theme  #sc_theme_end .m_btn {
    font-size: 1em;
}
#m_theme dl.m_h dd h3 {
    font-size: 1.6em;
}
#m_theme dl.m_h dd h4 {
    font-size: 1.3em;
}
#m_theme dl.m_h dd h4 span {
    font-size: 0.7em;
}
#m_theme dl.m_h dd .m_data {
    font-size: 0.8em;
    margin-top: 0.2em;
}
#sc_splist ul.m_item li {

}
}

@media screen and (max-width: 900px) {
.br_sp {
	display:none;
}
.br900on {
	display: inline;
}
.br900off {
	display: none;
}
.m_lead {
	font-size: 1.1em;
    margin:1.6em auto 0;
}
.m_bnbtn {
	margin-top:2.5em;
}
#h_home h1 {
	margin-top:2em;
}
#h_home h1 .m_logo {
	width:80%;
    max-width: 450px;
}
#h_home .m_lead {
    font-size: 1.1em;
    width: 90%;
    margin-top: 2.5em;
    line-height: 1.7em;
}
dl.m_catch dd h2 {
    font-size: 1.3em;
}
#sc_support h4 {
	font-size: 1em;
}
#sc_support ul.m_item {
	width:100%;
    margin-top:1.5em;
    margin-left: auto;
    margin-right: auto;
}
#sc_support ul.m_item li {
	width:30%;
	margin-top:1em;
    margin-right:5%;
}
#sc_support ul.m_item li:nth-child(1) { 
    margin-left: 0;
}
#sc_support ul.m_item li:nth-child(3) { 
    margin-right:0;
}
#sc_support .bn_ad {
    margin-top:5em;
}
#sc_theme h2 {
	margin-top:0;
    padding-bottom: 0.6em;
}
#sc_theme ul.m_list {
	width:100%;
    margin: 2em auto 3em;
}
#sc_twitter .m_box1 { 
    margin-top: 1.5em;
}
#sc_twitter .m_box2 { 
    margin-top: 1.5em;
}
#sc_task h3 img { 
    width: 90%;
}
#sc_task h4 { 
    font-size: 1.2em;
}
#sc_task h5 { 
    font-size: 1.1em;
    margin-top: 0.7em;
}
#sc_task .m_line2 { 
    margin-top: 3.5em;
}
#sc_task .m_line2:first-child { 
    margin-top: 2.5em;
}
#sc_task .m_box1 { 
    width: 100% !important;
    margin-top: 0.2em !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}
#sc_task .m_box2 { 
    width: 80% !important;
    margin-top: 1.5em !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none!important;
}
#sc_task .m_task4 p.m_p { 
    margin-top: 2em;
}
#sc_task p {
    margin-top: 0.7em;
}
#sc_task .m_task_ja ul.m_item li {
    width: 30%;
    margin-right:5%;
}
#sc_task .m_task_ja ul.m_item li:nth-child(3) {
    margin-right:0;
}
#sc_notebook ul.m_item li:nth-child(1) { 
    width: 45%;
    margin-right:10%;
}
#sc_notebook ul.m_item li:nth-child(2) { 
    width: 45%;
    margin-right:0;
}
#sc_notebook ul.m_item li:nth-child(3) { 
    width: 45%;
    margin-right:10%;
}
#sc_notebook ul.m_item li:nth-child(4) { 
    width: 45%;
}
#sc_splist ul.m_item li {
	width:30%;
	margin-right:5%;
}
#sc_splist ul.m_item li:nth-child(1) { 
    margin-left:0;
}
#sc_splist ul.m_item li:nth-child(3) { 
    margin-right:0;
}
#sc_sponsor ul.m_item li {
	width:90%;
    max-width: 500px;
	margin-left: auto;
    margin-right: auto;
	margin-top:1.4em;
}
#sc_sponsor ul.m_item li:nth-child(2) { 
    margin-right: auto;
}
#sc_sponsor .m_support {
	width:90%;
    max-width: 500px;
	margin-top:1.4em;
}
#h_theme h1 {
    width:20%;
    top: 1em;
}
#h_theme h2{
    width: 60%;
    margin-top: 5em;
    font-size: 0.8em;
}
#m_theme #sc_lead {
    margin-top: 1em !important;
}
#m_theme dl.m_h dd.m_l {
    width: 70%;
}
#m_theme dl.m_h dd.m_r {
    width: 20%;
}
#sc_theme_end .m_box1 { 
    padding-top: 3em;
    padding-bottom: 3em;
}
}

@media screen and (max-width: 870px) {
.br_mx {
	display:inline;
}
.br_ml {
	display: none;
}
dl.m_catch {
    background-size: 80px auto;
}
dl.m_catch dd img {
	width: 80px;
}
dl.m_catch dd h2 {
    font-size: 1.2em;
}
.m_host {
    width: 80%;
}
.m_bnbtn {
	margin-top:3em;
    background-size: 28px auto;
    padding:0 50px;
}
.m_bnbtn h5 {
    font-size: 1.15em;
}
#h_home nav ul li {
	width:32%;
	margin-right:2%;
}
#m_theme .m_lead {
    text-align: left;
}
#m_theme dl.m_h dd h3 {
    font-size: 1.3em;
}
#m_theme dl.m_h dd h4 {
    font-size: 1.1em;
}
#sc_theme ul.m_list {
	width:80%;
    margin-left: auto;
	margin-right:auto;
}
#sc_theme ul.m_list li {
	width:48%;
	margin-right:4%;
}
#sc_theme ul.m_list li:nth-child(2) { 
    margin-right:0;
}
#sc_theme ul.m_list li:nth-child(3) { 
    margin-left:26%;
}
}

@media screen and (max-width: 690px) {
.br690on {
	display: inline;
}
.br690off {
	display: none;
}
#top_btn {
	display:none;
}
section {
	margin-top: 2.5em;
}
footer {
	margin-top:2em;
    font-size: 0.7em;
    line-height: 1.5em;
    
}
dl.m_catch dd.m_l {
    background-size:36px auto;
    width:52px;
}
dl.m_catch dd.m_c {
    padding: 10px 0;
}
dl.m_catch dd.m_r {
    background-size:50px auto;
    width:52px;
}
dl.info dt, dl.info_m dt {
	float: none;
    padding-bottom: 0;
}
dl.info dd, dl.info_m dd {
    padding-top: 0;
}
#sc_splist ul.m_item li {
	width:32%;
	margin-right:2%;
}
#sc_support ul.m_item {
	width:50%;
    margin-top:1em;
}
#sc_support ul.m_item li {
	width:100%;
	margin-top:1em;
    margin-right: 0;
}
#sc_support .bn_ad2 {
    width: 100%;
    margin-top: 3em;
}
#sc_theme ul.m_item {
	width:100%;
    margin-left: auto;
    margin-right: auto;
}
#sc_theme ul.m_item li:first-child { 
    font-size: 0.9em;
}
#sc_theme ul.m_list .m_bnbtn {
    background-size: 25px auto;
}
#sc_theme ul.m_list .m_bnbtn h5 {
    font-size: 1.1em;
}
#sc_twitter .m_box1 { 
    text-align: left;
}
#sc_task .m_box2 { 
    width: 100% !important;
}
#sc_task .m_task_ja ul.m_item {
    margin-top: 2.5em;
}
#sc_task .m_task_ja ul.m_item li {
    width: 100%;
    margin-left: auto;
    margin-right:auto;
}
#sc_task .m_task_ja ul.m_item li:nth-child(3) {
    margin-left: auto;
    margin-right:auto;
}
#sc_task .m_task_ja  h6 { 
    font-size: 1em;
}
#sc_task .m_task_ja ul.m_item li p {
    font-size: 1em;
    text-align: center;
}
#sc_task .m_task_ja ul.m_item li p span {
    font-size: 0.9em;
}
dl.m_present {
    margin: 1em auto .5em;
}
dl.m_catch dd h2 {
    font-size: 1.1em;
}
#sc_notebook ul.m_item li h5 {
    font-size: 0.8em;
}
#sc_notebook ul.m_item li:nth-child(1) { 
    width: 48%;
    margin-right:4%;
}
#sc_notebook ul.m_item li:nth-child(2) { 
    width: 48%;
    margin-right:0;
}
#sc_notebook ul.m_item li:nth-child(3) { 
    width: 48%;
    margin-right:4%;
}
#sc_notebook ul.m_item li:nth-child(4) { 
    width: 48%;
}
#sc_splist {
    margin-top: 3em;
}
#h_theme h2{
    margin-top: 3em;
    font-size: 0.7em;
}
#sc_theme_end .m_box1 { 
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
#m_theme  #sc_theme_end .m_btn {
    font-size: 0.8em;
}
#m_theme dl.m_h dd.m_l {
    width: 55%;
}
#m_theme dl.m_h dd.m_c {
    width: 5%;
}
#m_theme dl.m_h dd.m_r {
    width: 40%;
}
#m_theme .sc_theme_sept .m_box1 { 
    margin-top: 2em;
}
#m_theme .sc_theme_sept .m_box2 { 
    width: 90%;
    margin-top: 2em;
}
#m_theme .sc_theme_sept .m_box3 { 
    width: 90%;
    margin-top: 2em;
}
#sc_task .m_task_ja .m_box { 
    padding: 1.5em 0.5em;
    margin-top: 2em;
}
#sc_task .m_task_ja .m_box .m_bnlink {
	margin-top:1.5em;
}
#sc_campaign .m_box1 { 
    width: 100%;
}
#sc_campaign .m_box1 p { 
    padding: .8em;
    font-size: 1.2em;
}
#sc_campaign .m_box1 p span { 
    font-size: .7em;
    font-weight: 500;
}
#m_theme23 #sc_theme h2 img {
    max-width: 300px;
}
#sc_sponsor {
    padding-bottom: 5vw;
}
}
@media screen and (max-width: 640px) {
#sc_theme ul.m_list {
	width:55%;
    min-width: 250px;
}
#sc_theme ul.m_list li {
	width:100%;
	margin-right:0;
}
#sc_theme ul.m_list li:nth-child(2) { 
    margin-right:0;
}
#sc_theme ul.m_list li:nth-child(3) { 
    margin-left:0;
}
}
@media screen and (max-width: 480px) {
body {
	font-size:0.9em;
    line-height: 1.7em;
}
.br_sp {
	display: inline;
}
.br480on {
	display: inline;
}
.m_lead {
    font-size: 1em;
}
.m_host {
    width: 80%;
}
.txt_bgline {
    font-size: 1em;
}
.m_sponsor {
	font-size:1em;
}
section {
	width: 98%;
}
dl.m_present dd img {
	width: 7vw;
}
#h_home h1 .m_logo {
    width: 70%;
}
#h_home .m_lead {
    font-size: 1em;
    width: 100%;
}
dl.m_catch dd h2 {
    font-size: 1em;
}
dl.m_catch dd.m_c {
    padding: 10px 0;
}
dl.info, dl.info_m {
	margin:0.2em 0.7em;
}
#h_home nav {
    width: 96%;
}
#h_home .nav_btn {
    font-size: 1em;
    padding: 5px 0 5px 36px;
    background-size: 30px auto;
}
#h_home nav ul li {
	width:48%;
	margin-right:4%;
	margin-top:1em;
}
#h_home nav ul li:nth-child(2n) { 
    margin-right:0;
}
#h_home nav ul li:nth-child(3) { 
    margin-right:4%;
}
.m_info dd {
    line-height: 1.5em;
    letter-spacing: .02em;
}
dl.m_catch dd h2 {
    font-size: 1em;
    line-height: 1.4em;
}
#sc_splist ul.m_item {
	width:55%;
    min-width: 250px;
	margin-top:1em;
    margin-left: auto;
    margin-right: auto;
}
#sc_splist ul.m_item li {
	width:100%;
	margin-top:1em;
    margin-left: 0;
    margin-right: 0;
}
#sc_support .bn_ad.m_fl {
	width:90%;
    float: none;
    margin:2em auto 0 auto;
}
#sc_support .bn_ad.m_fr {
	width:90%;
    float: none;
    margin:1.4em auto 0 auto;
}
#sc_theme dl dd.m_l {
    width: 37%;
}
#sc_theme dl dd.m_r {
    width: 63%;
}
#sc_theme dl dd.m_l img {
    width: 96%;
}
#sc_theme ul.m_list .m_bnbtn {
    background-size: 20px auto;
    background-position: 5px center;
}
#sc_theme ul.m_list .m_bnbtn h5 {
    font-size: 1.1em;
}
#sc_task h2 { 
    font-size: 1.4em;
}
#sc_task h4 { 
    font-size: 1.1em;
}
#sc_task h5 { 
    font-size: 1em;
    margin-top: 12px;
}
#sc_notebook ul.m_item li h4 {
    font-size: 0.7em;
    letter-spacing: 0.02em;
}
#sc_campaign h3 {
    font-size: 1em;
}
#sc_campaign h4 span {
    font-size: 1.1em;
}
#h_theme h2{
    width: 70%;
    margin-top: 4.5em;
}
#sc_theme_end .m_box1 { 
    background-size: auto 70%;
}
}

@media screen and (max-width: 380px) {
#h_home .m_lead {
    font-size: 0.9em;
}
#h_home .nav_btn {
    font-size: 1em;
    padding: 5px 0 5px 30px;
    background-size: 25px auto;
}
#h_home nav ul li {
	width:48%;
	margin-right:4%;
}
#h_home nav ul li:nth-child(3) { 
    margin-right:4%;
}
#sc_support ul.m_item {
	width:60%;
}
#sc_support .bn_ad.m_fl {
	width:90%;
    float: none;
    margin:2em auto 0 auto;
}
#sc_support .bn_ad.m_fr {
	width:90%;
    float: none;
    margin:1.4em auto 0 auto;
}
#sc_theme dl dd.m_l {
    width: 37%;
}
#sc_theme dl dd.m_r {
    width: 63%;
}
#sc_theme dl dd.m_l img {
    width: 96%;
}
#sc_theme ul.m_list .m_bnbtn {
    background-size: 18px auto;
    background-position: 5px center;
}
#sc_theme ul.m_list .m_bnbtn h5 {
    font-size: 1em;
}
#sc_task h2 { 
    font-size: 1.4em;
}
#sc_task h4 { 
    font-size: 1.1em;
}
#sc_task h5 { 
    font-size: 1em;
    margin-top: 12px;
}
#sc_notebook ul.m_item li h4 {
    font-size: 0.7em;
    letter-spacing: 0.02em;
}
#sc_campaign h4 span {
    font-size: 1.05em;
}
#h_theme h2{
    width: 70%;
    margin-top: 4.5em;
}
#sc_theme_end .m_box1 { 
    background-size: auto 70%;
}
}