@charset "utf-8";
/* common */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
	background-color: #fff;
    color: #333;
	table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}
.bold, .info_table th {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
}
.bold_span {
    color: #ff0000;
    font-weight: bold;
}
.bold_span_microbit {
    color: #1A7435;
    font-weight: bold;
}
.bold_span_Arduino {
    color: #4C87FF;
    font-weight: bold;
}
.bold_span_RaspberryPi {
    color: #DB5D5F;
    font-weight: bold;
}

.bold_span_PLC {
    color: #606060;
    font-weight: bold;
}
.Python_color {
    color: #69DAF1;
    font-weight: bold;
}

.micon_title{
	font-family: "bowlby-one";
	font-size: 50px;
}
.calliopemini{
	color:#00C0C3;
}

_:lang(x)::-ms-backdrop, .selector {
    font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}
header, footer, .lower_main {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}
img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
p, li, h1, h2, h3 {
    line-height: 1.5;
}
a {
    color: #FBB040;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}
input {
	max-width: 100%;
}
input, textarea {
	box-sizing: border-box;
}
video {
width: 100%;
}

#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}


.h1_heading {
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.h2_heading {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.h3_heading {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
}

/* common PC */
@media screen and (min-width: 769px) {
	.h1_heading {
		font-size: 36px;
	}
	.h2_heading {
		font-size: 30px;
	}
	.h3_heading {
		font-size: 18px;
	}
}


	.present_001 {
	 font-size: 18px;
	 position: relative;
	 padding: 0.2rem .1rem;
		
	}

	.present_001:before {
	 position: absolute;
	  bottom: 0;
	  left:3px;
	  width: 60%;
	  height: 2px;
	  content: '';
	  background-image: -webkit-gradient(linear, left top, right top, from(#ff0000), to(#f0f8ff));
	  background-image: -webkit-linear-gradient(left, #ff0000 0%, #f0f8ff 100%);
	  background-image: linear-gradient(to right, #ff0000 0%, #f0f8ff 100%);
	}
	.line_present_box{
		left: 10px;
		width: 85%;
		padding: 0rem 0rem;
	}
	
	.box_items{
		
		font-size: 13px;
		text-align: left;
		vertical-align: middle;
		background-color: #d3d3d3;
		padding: .2em 1.0em;
		border: 1px solid #e6e6fa;	
		
	}
	.box_under_lines{
	padding: .3em 1.4em;
	border: 1px solid #e6e6fa;
		background-color: #FFFFFF
}

	.flex_present_use {
	font-size: 20px;
	font-family: acme;
	
}



/* header common */
header {
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.header_logo {
    width: 225px;
    padding-right: 20px;
}
.pc-nav {
    display: none;
}
.drawer-hamburger {
    padding-top: 25px;
}
.drawer-menu {
    padding-left: 20px;
}
.drawer-menu-item {
    font-size: 14px;
}
.drawer-menu-item {
    margin: .75rem;
    padding: 0;
}
.pc-menu-item, .drawer-menu-item {
    position: relative;
    display: inline-block;
    color: #333;
}
.drawer-menu-item:hover {
    text-decoration: none;
}
.pc-menu-item::after, .drawer-menu-item::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #FBB040;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.pc-menu-item:hover::after, .drawer-menu-item:hover::after {
    transform: scale(1, 1);
}
.top .home_menu, .about .about_menu, .prodcts .products_menu, .contact .contact_menu, .outline .outline_menu, .privacy .privacy_menu {
    border-bottom: solid 3px #FBB040;
}
/* header PC */
@media screen and (min-width: 769px) {
    .drawer-toggle {
        display: none;
    }
    .pc-nav {
        display: inline-block;
    }
    .pc-menu li {
        display: inline-block;
        margin: 5px 10px;
        font-size: 14px;
    }
}

/* main_visual */
.swiper-container {
    width: 100%;
    height: auto;
}
.slide {
    width: 100%;
    background-size: cover;
}

/* main common */
.table_th {
    font-weight: normal;
    padding: 10px;
}
.table_table {
	width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.table_4section, .table_3section, .table_2section {
    margin-top: 20px;
    width: 100%;
}
.table_1section {
	margin-top: 40px;
}
.table_caption {
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #f5f5f5;
}
.table_title {
    font-size: 20px;
    padding: 4px;
}
.microbit_table_title {
	font-size: 18px;
	}
.table_tbody {
	background-color: #FFF;
    border: 1px solid #ddd;
}
.table_lead {
    text-align: left;
}
.table_lead_ul {
    list-style: disc;
}
.table_lead_ul li {
    text-align: left;
    list-style-position: inside;
}
.table_a {
    display: inline-block;
    font-size: 18px;
    border: 1px solid #00f;
    border-radius: 10px;
    padding: 10px 30px;
}
.kara {
	border: none;
	background-color: transparent;
}
.editar_head {
    text-align: center;
    font-size: 20px;
}
.training_lead {
	font-size: 16px;
	margin-bottom: 20px;
	text-align: left;
}
.training_lead:last-child {
	margin-bottom: 0;
}
.intro {
	background-color: #FFF;
    padding-bottom: 40px;
}
.company_lead {
    font-size: 24px;
}
.company_lead_span {
    display: block;
    text-align: center;
}
.SNS_area {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}
.SNS_title_span {
    font-size: 14px;
}
.SNS_lead{
    margin: 20px 0 20px;
    color: #FBB040;
	font-size: 20px;
    font-weight: bold;
}
.twitter_area {
	width: 100%;
	max-width: 500px;
	padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}
.facebook_area {
	width: 100%;
	max-width: 500px;
	padding: 0 10px;
	margin: 20px auto 0 auto;
}
.top_page_wrapper, .lower_page_wrapper {
	padding-top: 20px;
    padding-bottom: 40px;
}s

.innner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.lower_page_title {
    font-size: 26px;
    text-align: center;
}
.slb_back{
	font-family:Arial, Helvetica, "sans-serif";
    font-size: 26px;
    text-align: center;
	color:#FFFFFF;
    letter-spacing : 2px;                /* 文字間 */
    text-shadow    : 
       2px  2px 3px #336600,
      -2px  2px 3px #336600,
       2px -2px 3px #336600,
      -2px -2px 3px #336600,
       2px  0px 3px #336600,
       0px  2px 3px #336600,
      -2px  0px 3px #336600,
       0px -2px 3px #336600;        /* 文字の影 */

	background-image: url("../gallery/Solderless_breadboard/backimg.jpg");
	background-size:cover;

}

.m5_bg {
	font-family:Arial, Helvetica, "sans-serif";
    font-size: 26px;
    text-align: center;
	color:#FFFFFF;
    letter-spacing : 2px;                /* 文字間 */
	text-shadow    : 
       2px  2px 3px #007fff,
      -2px  2px 3px #007fff,
       2px -2px 3px #007fff,
      -2px -2px 3px #007fff,
       2px  0px 3px #007fff,
       0px  2px 3px #007fff,
      -2px  0px 3px #007fff,
       0px -2px 3px #007fff;        /* 文字の影 */

	background-image: url("../gallery/M5Stack_bread_board_converter/m5_basick_backimg.jpg");
	background-size:cover;
}

.nxt-ev3_back{
	font-family:Arial, Helvetica, "sans-serif";
    font-size: 26px;
    text-align: center;
	color:#FFFFFF;
    letter-spacing : 2px;                /* 文字間 */
    text-shadow    : 
       2px  2px 4px #ff7f00,
      -2px  2px 4px #ff7f00,
       2px -2px 4px #ff7f00,
      -2px -2px 4px #ff7f00,
       2px  0px 4px #ff7f00,
       0px  2px 4px #ff7f00,
      -2px  0px 4px #ff7f00,
       0px -2px 4px #ff7f00;        /* 文字の影 */

	background-image: url("../gallery/NXT_EV3_board/LEGO_back_IMG.jpg");
	background-size:cover;

}

.japan_original{
	font-family:"bowlby-one"
}

.artur_figure {
    text-align: center;
    margin-top: 20px;
}
.artur_img {
    width: 350px;
}
.products_lead {
    font-size: 22px;
    margin-top: 20px;
    text-align: center;
}

.products_lead02 {
    font-size: 25px;
    margin-top: 22px;
    text-align: left
}

.contact_intro, .products_lower_lead {
    font-size: 22px;
    margin-top: 20px;
}
.products_lower_figure {
    text-align: center;
    margin-top: 20px;
}
.microbit_backimg {
	
}



.outline_lead {
    margin-top: 20px;
    text-align: center;
}
.outline_table {
    line-height: 20px;
    margin: 20px auto 0;
}
.outline_table_tr {
    border-top: 1px solid #ddd;
}
.outline_table_tr:last-child {
    border-bottom: 1px solid #ddd;
}
.outline_table_th {
    padding: 2px 5px 2px 0;
    text-align: left;
    vertical-align: middle;
}
.outline_table_td {
    padding: 0;
}
.about_intro {
    margin-top: 30px;
}
.business_purpose_li {
    list-style-position: inside;
}
.business_purpose_li:last-child {
    padding-bottom: 0;
}

/* main PC */
@media screen and (min-width: 769px) {
    .table_wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 40px;
    }
	.section1_table_wrapper {
		display: inline;
        padding-top: 40px;
	}
	.table_title {
		font-size: 22px;
	}
	.microbit_table_title {
		font-size: 18px;
	}
	.table_lead {
		font-size: 18px;
	}
    .table_4section:nth-child(-n+4) {
        margin-top: 0;
    }
    .table_4section {
        width: 24.58%;
    }
    .table_3section:nth-child(-n+3) {
        margin-top: 0;
    }
    .table_3section {
        width: 32.22%;
    }
    .table_2section:nth-child(-n+2) {
        margin-top: 0;
    }
    .table_2section {
        width: 49.16%;
    }  
	.table_lead_ul li {
		font-size: 18px;
	}
    .outline_table {
        letter-spacing: 2px;
    }
    .outline_table_th {
        padding: 8px 24px 8px 8px;
    }
    .outline_table_td {
        padding: 8px;
    }
	.contact_intro, .products_lower_lead, .products_lead {
		font-size: 30px;
	}
	.company_lead {
		font-size: 36px;
	}
	.lower_page_title {
    	font-size: 36px;
	}
	.training_lead {
		font-size: 16px;
	}
	.SNS_wrapper {
		display: flex;
		justify-content: space-between;
	}
	.facebook_area {
		width: 500px;
		margin-top: 0;
	}
	.twitter_area {
		width: 500px;
	}
	
	/*  0519  */
	
	.table_txt_miyat{
		text-align: left;
   		font-size: .85em;
	}
	
	

	
	

	.table_price{
   text-align: right;
}
	
	
	.Type:M001_table {
		  border-collapse: collapse;
		  margin: 0 auto;
		  padding: 0;
		  width: 650px;
		  table-layout: fixed;
		  color: #000;
		
	}
	
	
	
	video {
    position: relative;
	}
	
	.scroll_box {
  	transition: 2.0s all cubic-bezier(0.39, 0.575, 0.565, 1);
	background:rgba(255,0,0,0.5);
	}
	.scroll_box2 {
  	transition: 2.0s all cubic-bezier(0.39, 0.575, 0.565, 1);
	background:rgba(255,0,0,0.5);
	}
	.scroll_box3 {
  	transition: 2.0s all cubic-bezier(0.39, 0.575, 0.565, 1);
	background:rgba(255,0,0,0.5);
	}
	.scroll_box4 {
  	transition: 2.0s all cubic-bezier(0.39, 0.575, 0.565, 1);
	background:rgba(255,0,0,0.5);
	}
}


/* contact common */
.contactform_wrapper {
    margin-top: 50px;
}
.mail_address {
	text-align: center;
	color: #FBB040;
}
.mail_address_span {
	font-size: 22px;
	color: #333;
}
.contact_textarea {
	width: 100%;
	height: 300px;
}
.form_area {
	width: 100%;
}
.submit_buttonarea {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.submit_button {
	font-size: 18px;
	width: 200px;
	background-color: #E0E0DE;
	border: solid 1px #aaaaaa;
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contact_hissu {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #ffffff;
	background-color: #E85298;
	padding: 3px;
	margin-left: 10px;
}
.contact_nini {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	background-color: #EA5532;
	padding: 3px;
	margin-left: 10px;
}
.contact_table {
	width: 100%;
}
.contact_table tr {
	border: solid 2px #aaaaaa;
}
.contact_table th, .contact_table td {
	display: block;
	padding: 15px;
	vertical-align: middle;
}
.contact_table th {
	background-color: #E0E0DE;
	text-align: left;
}
.contact_label, .form_area, .contact_textarea {
	font-size: 20px;
}


/* contact PC */
@media screen and (min-width: 769px) {
	.contact_table th, .contact_table td {
		display: table-cell;
	}
	.contact_table th {
		width: 35%;
		vertical-align: middle;
	}
	.contact_label, .form_area, .contact_textarea {
		font-size: 26px;
	}
}

/* gallery common */
.gallery_wrapper {
	margin-top: 40px;
	text-align: center;
}
.gallery_img {
	width: 195px;
}
.gallery_lead_wrapper {
	text-align: center;
	margin-top: 20px;
}
.gallery_lead {
	font-size: 22px;
	display: inline-block;
	text-align: left;
}
.gallery_box_wrapper {
    border: 1px solid #00F;
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}
.shopping_info_wrapper {
    text-align: center;
	margin-top: 40px;
}
.shopping_button_p {
    margin-top: 20px;
	text-align: center;
}
.shopping_info_wrapper .shopping_button_p {
	margin-top: 0;
}
.shopping_head {
	font-size: 20px;
}
.shopping_box {
    border: 1px solid #00F;
    border-radius: 10px;
    margin-top: 20px;
    padding: 10px;
}
.list_wrapper {
	margin-top: 20px;
}
.youtube {
    margin-top: 40px;
    text-align: center;
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	display: block;
}
.pdf {
	margin-top: 40px;
    text-align: center;
	width: 100%;
	height: 300px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}
.pdf iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	display: block;
}
.pdf_table {
	width: 100%;
}
.partslist {
	text-align: center;
	margin-top: 40px;
}
.program_div {
	max-width: 100%;
	height: 300px;
	overflow: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.program_code {
	font-size: 14px;
	display: block;
	max-width: 100%;
	width: 100%;
}
.microbit_blocks {
	max-width: 100%;
	height: 300px;
	overflow: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.microbit_blocks_img {
	display: block;
	max-width: 100%;
	width: 100%;
}
.TypeM001_line_point {
  width: 400px;
  height: 250px;
  border: 3px solid #00B90F;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
	
  position: relative;
}

.TypeM001_line_point_Arduino {
	  width: 400px;
  height: 250px;
  border: 3px solid #2FCEFF;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
	
  position: relative;
}
.TypeM001_line_point_RaspberryPi {
	  width: 400px;
  height: 250px;
  border: 3px solid #FF5959;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
	
  position: relative;
}

.TypeM001_text{
	font-family: "MS Serif", "New York", "serif";
	font-size: 50px;
	margin-left: auto;
  	margin-right: auto;
}

.movie_table {
	text-align: center;
	margin:0 auto; 
}


.movie_title {
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	padding: 5px 10px;
}
.movie_title, .movie_link {
	
	display: block;
	
}
.movie_title　PLC_biginner {
	font-size: 15px;
	font-weight: bold;
	padding: 3px 5px;
}

.movie_title　school_ver {
	font-size: 15px;
	font-weight: bold;
	padding: 3px 5px;
}


.movie_border_tr {
	border: solid 1px #ddd;
}
.thanks_table {
	margin-top: 30px;
	border: solid 3px #171796;
	outline: solid 3px #ff0000;
	outline-offset: 3px;
}

.thanks_title {
	font-size: 22px;
	text-align: center;
	padding: 30px 0;
}
.thanks_lead {
	font-size: 20px;
	font-weight: normal;
	text-align: left;
}
.movie_link {
	padding-bottom: 15px;
}
.thanks_th, .thanks_td {
	display: block;
	padding: 10px;
}
.products_info_menu_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px; 
}
.products_info_menu_table{
	text-align: center;
	margin: 0 20px;
}
.products_info_menu_td {
	padding: 5px 0;
}
.products_info_menu_span {
	font-size: 4vw;
	font-weight: bold;
}

/* gallery tmb */
.thumb {
	display: none;
}
.main_gallery li {
	margin-bottom: 5px;
}

/* gallery PC */
@media screen and (min-width: 769px) {
	.gallery_lead {
		font-size: 30px;
	}
	.shopping_head {
		font-size: 26px;
	}
	.thanks_th, .thanks_td {
		display: table-cell;
		vertical-align: middle;
	}
	.movie_title, .movie_link {
		display: table-cell;
		vertical-align: middle;
	}
	.movie_title {
		text-align: left;
	}
	.movie_link {
		padding: 10px 0;
	}
	.thanks_th {
	padding: 0 20px;
	}
	.pdf {
		height: 0;
	}
	.products_info_menu_span {
		font-size: 24px;
	}
}
/* gallery tmb PC */
@media screen and (min-width: 600px) {
	#content {
	  max-width: 100%;
	  margin: 0 auto;
	  padding-top: 40px;
	}
	.main_gallery,
	.main_gallery li {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	}
	.main_gallery {
	  margin-bottom: 5px;
	}
	.main_gallery li {
	  width: 100%;
	  height: auto;
	  overflow: hidden;
	  text-align: center;
	  margin-right: auto;
	  margin-left: auto;
	  margin-bottom: 5px;
	}
	.main_gallery li{
	  display: none;
	}
	.main_gallery li.item1 {
		display: block;
	}
	.thumb {
		display: block;
	}
	.thumb,
	.thumb li {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	}
	.thumb li {
	  display: inline-block;
	  width: 111px;
	  height: 111px;
	  overflow: hidden;
	  cursor: pointer;
	  vertical-align: top;
	  margin-bottom: 4px;
	}
	.thumb li img {
	  width: 100%;
	  height: auto;
	}
	.thumb li:hover img {
	  opacity: 0.8;
	  filter: alpha(opacity=80);
	  -ms-filter: "alpha(opacity=80)";
	}

	
}

/* privacy common */
.privacy_h2 {
	padding: 40px 0;
	font-size: 30px;
}
.privacy_h3 {
	padding-bottom: 30px;
	font-size: 26px;
}
.privacy_h4 {
	padding-bottom: 25px;
	font-size: 22px;
}
.privacy_h5 {
	padding-bottom: 25px;
	font-size: 18px;
	font-weight: bold;
}
.privacy_lead {
	padding-bottom: 20px;
}

/* footer common */
footer {
    padding-top: 40px;
    padding-bottom: 40px;
}
.company_name {
    font-size: 20px;
}
.company_department {
    margin-top: 15px;
    color: #818892;
}
.footer_nav_wrapper {
    text-align: center;
}
.footer_nav {
    text-align: center;
    display: inline-block;
    margin-top: 100px;
    margin-bottom: 20px;
}
.footer_nav_ul {
    margin-top: 20px;
    line-height: 1.8;
}
.copyright {
    text-align: center;
    font-size: 13px;
    margin-top: 100px;
}
#scroll {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 20px;
    color: #fff;
    background-color: #666;
    width: 100px;
    height: 70px;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    opacity: 0.8;
    z-index: 999;
}
#scroll:hover {
    cursor: pointer;
}
#scroll p {
    padding: 30px 10px;
}

.download_pdf{
	text-align:center
}


/* vue.js scroll */

.v-enter {
  opacity: 0;
}

.v-enter-active,
.v-leave-active {
  transition: opacity 1s;
}

.v-enter-to {
  opacity: 1;
}

.v-leave-to {
  opacity: 0;
  transition: opacity 1s;
}
/* ヘッダーロゴ フェード処理ここまで */








/* footer PC */
@media screen and (min-width: 769px) {
    .footer_nav_wrapper {
        text-align: right;
    }
	.company_name {
    font-size: 24px;
	}
}


.contact_span {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow-wrap: break-word;
}
.company_mail {
    margin-top: 15px;
    overflow-wrap: break-word;
}

/* April special common*/

.news_area {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px; 
}
.special_April_news_area {
	background-image: url("../img/gahag-0047698572-1.png");
	/* ソース：http://gahag.net/004769-cherry-blossoms-background/ */
	background-repeat: repeat;
}
.special_May_news_area1 {
	background-image: url("../img/background-with-falling-clover-leaves_74855-169_2.jpg");
	/* ソース：https://www.beiz.jp/download_L/wallpaper/00230.html*/
	
}
/*   04/14  Jun      */
.special_Jun_news_area1 {
	background-image: url("../img/CQ_interface/Jun/Jun_back.jpg");
	/* ソース：https://www.beiz.jp/download_M/lightblue/00059.html  */
	background-repeat: repeat;
}
.special_May_news_area2 {
	background-image: url("../img/kanbanko030v2G_2.jpg");
	/* ソース：https://illust.download/archives/19877 */
	background-repeat: repeat;
}
.special_May_news_area3 {
	background-image: url("../img/CQ_interface/Jun/Jun_back.jpg");
	/* ソース：http://gahag.net/009730-green-leaves-frame/ */
	background-repeat: repeat;
}

/*  July  */
.special_july_news_area1 {
	background-image: url("../img/CQ_interface/July/壁紙Julyjpg.jpg");
	/* ソース：http://gahag.net/009730-green-leaves-frame/ */
	background-repeat: repeat;
}

.microbit_backimg {
	background-image: url("../img/training/microbit_M001/back_im.jpg");
	/* ソース：http://gahag.net/009730-green-leaves-frame/ */
	background-repeat: repeat;
}


/*     十字の背景          ------------------------------       */
.bg_pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FFFFFF;
  opacity: 0.8;
  z-index: -1;
}
.Cross {
  background: radial-gradient(circle, transparent 20%, #FFFFFF 20%, #FFFFFF 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #FFFFFF 10%, #FFFFFF 60%, transparent 40%, transparent) 50px 50px, linear-gradient(#68BFFF 4px, transparent 4px) 0 -2px, linear-gradient(90deg, #68BFFF 4px, #FFFFFF 4px) -1px 0;
background-size: 100px 100px, 100px 100px, 50px 50px, 50px 50px;
}
/*              ------------------------------       */

/*     斜線        ------------------------------       */

.bg_pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FF0004;
  opacity: 0.05;
  z-index: -1;
}
.Diagonal_v2 {
  background: repeating-linear-gradient( -45deg, #FF0004, #FF0004 10px, #FFFFFF 10px, #FFFFFF 50px );
}

.Boson_back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #007A9B;
  opacity: 0.4;
  z-index: -1;
}
.Boson_back_sepbember {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FFFFFF;
  opacity: 0.3;
  z-index: -1;
}
.Boson_back_October{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FFFFFF;
  opacity: 0.3;
  z-index: -1;
}

.Boson_back_November{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FFFFFF;
  opacity: 0.1;
  z-index: -1;
}

.Boson_back_December{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FFFFFF;
  opacity: 0.3;
  z-index: -1;
}

.Boson_back02 {
  background: repeating-linear-gradient( -60deg, #007A9B, #007A9B 30px, #FFFFFF 20px, #FFFFFF 80px );
}

.Boson_back05 {
  background: repeating-linear-gradient( -70deg, #9be4ff, #9be4ff 40px, #FFFFFF 20px, #FFFFFF 60px );
}
.Boson_back06 {
  background: repeating-linear-gradient( -70deg, #fff266, #fff266 40px, #FFFFFF 20px, #FFFFFF 60px );
}

/* 11月 */
.Boson_back011 {
  background: repeating-linear-gradient( -70deg, #ff7e47, #ff7e47 40px, #FFFFFF 20px, #FFFFFF 60px );
}

/*              ------------------------------       */

/* 12月 */
.Boson_back012 {
  background: repeating-linear-gradient( -70deg,#00ff44, #00ff44 40px, #191c1a 20px, #191c1a 60px );
}

/*              ------------------------------       */

/*              ------------------------------       */

/* 1月 */
.Boson_back001 {
  background: repeating-linear-gradient( -70deg,#ff1100, #ff1100 40px,#ffffff 30px,#ffffff 60px );
}
/* 2月 */
.Boson_back002 {
  background: repeating-linear-gradient( -70deg,#c29693, #c29693 40px,#ffffff 30px,#ffffff 60px );
}

/*              ------------------------------       */

.August_title{
	background-color: #FFFFFF;
}


.commingsoon {
	  margin-left: auto;
  	  margin-right: auto;
	   width: 100%; 
}



.news_title_lead {
	position: relative;
	display: inline-block;
}
.news_title {
	font-size: 1.3em;
	background-color: #ccc;
	padding: 1%;
	position: absolute;
	left: 0;
	top: 0;
}
.news_lead {
	font-size: 1em;
	font-weight: bold;
	color: #db7093;
	background-color: #ccc;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3%;
	margin: auto;
}
.news_title::before {
	content: '';
	  display: inline-block;
	  width: 30px;
	  height: 30px;
	  background-image: url("../img/flower_momo_01.png");
	  background-size: contain;
	  vertical-align: middle;
}
.news_title::after {
	content: '';
	  display: inline-block;
	  width: 30px;
	  height: 30px;
	  background-image: url("../img/flower_momo_02.png");
	  background-size: contain;
	  vertical-align: middle;
}


/* gallery_slider*/

.container {
    position: relative;
    margin:20px auto 0 auto;
    max-width: 1100px;
}
 
.swiper-container{
    text-align: center;
    cursor: grab;
}
.swiper-container:active{
    cursor: grabbing;
}
.swiper-container .swiper-slide img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
         
#thumbs {
    height: 10%;
    box-sizing: border-box;
    padding: 10px 0;
}
#thumbs .swiper-slide {
    width: 16%;
    height: auto;
    opacity: 0.3;
    cursor: grab;
}
#thumbs .swiper-slide:active {
    cursor: grabbing;
}
#thumbs .swiper-slide-active {
    opacity: 1;
}
         
 
.swiper-blind-left,
.swiper-blind-right {
    position: absolute;
    width: 11.55%;
    height: 100%;
    display: block;
    top: 0;
    background: rgba(255,255,255,.7);
    z-index: 5;
}
.swiper-blind-left {
    left: 0;
}
.swiper-blind-right {
    right: 0;
}
@media (max-width: 600px) {
    .swiper-blind-left,.swiper-blind-right {
    display: none;
    }
}

/* April special PC*/
@media screen and (min-width: 769px) {
	
}