@charset "Shift_JIS";

/*平均点表示*/
#avgDisp{
  font-size: 36px;
  color: blue;
}
/*チャートサイズ*/
@media screen and (min-width: 760px) {
#chartsize{
  width:60%;
}
}
/*hrの表示*/
hr {
height: 3px;
background-color: #000000;
border: 3px;
color: #000000;
}
/*トップ画像の位置合わせ*/
@media screen and (max-width: 960px) {
.topimg{
    margin-top:-0px;
    margin-left: -0px; /*30px の半分*/
    width: calc(100% + 0px); /*調整*/
    width: -webkit-calc(100% + 0px); /*上と同じpx値に*/
}
}
@media screen and (min-width: 960px) {
.topimg{
width:960px;
height:200px;
}
}
.content{
    margin: 0 auto;
    padding: 0px;
}
.modal{
    display: none;
    height: 120%;
    position: fixed;
    top: 0;
    width: 973px;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    width: 973px;
    height: 120%;
    position: absolute;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 0px;
    position: absolute;
    top: 40%;
    transform: translate(-50%,-50%);
    width: 60%;
}
/*クイズ×の表示*/

:root {
  --base-content: '×';
  --display-size: 28px;
}

/* 成績表示用 */
.searchbox {
    padding: 0.5em 1em;
    text-align:left;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffcc00;
}
.searchbox p {
    margin: 0;
    padding: 0;
}

/*クイズエリア*/

.quiz_area {
  position: relative;
  max-width:973px;
}

/*正解の場合の表示*/
.quiz_area .quiz_area_icon.true:before {
  content: '〇';
  color: blue;
}
/*間違いの場合の表示*/
.quiz_area .quiz_area_icon.false:before {
  content: var(--base-content);
  white-space: pre;
  color: red;
}

/*クイズ番号*/
.quiz_area .quiz_no {
  font-weight: bold;
}

/*質問と答えのエリア*/
.quiz_area .quiz_question,
.quiz_result {
  box-sizing: border-box;
  padding: 15px;
  border: 4px solid #ccc;
  font-weight: bold;
}

/*クイズの結果*/
.quiz_area .quiz_result {
  display: none;
  text-align: center;
}

/*クイズの答えエリア*/
.quiz_area .quiz_ans_area ul {
  margin: 10px 0 0 0;
  padding: 0;
  display: block;
}

.quiz_area .quiz_ans_area ul::after {
  content: '';
  display: block;
  clear: both;
}

.quiz_area .quiz_ans_area ul li {
  box-sizing: border-box;
  list-style: none;
  float: left;
  width: 100%;
  padding: 10px 15px;
  border: 2px solid #ccc;
  margin: 0 0 -2px 0;
  cursor: pointer;
}

.quiz_area .quiz_ans_area ul li.selected {
  background-color: #bcbcbc;
}

/*クイズの表示エリア*/
.quiz_area .quiz_area_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  color: #fff;
  text-align: center;
}

/*クイズエリアの表示*/
.quiz_area .quiz_area_icon {
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  color: blue;
  display: none;
  font-size: 24px;
  font-weight: bold;
  -webkit-text-stroke: 1px #fff;
  /* text-stroke: 2px #fff; */
}

/*パターン*/
.quiz_area .quiz_area_icon.true2:before {
  content: '????';
  color: blue;
}

/*パターン*/
.quiz_area .quiz_area_icon.true3:before {
  content: 'ok';
  color: blue;
}

/*表示パターン*/
.quiz_area .quiz_area_icon.true,
.quiz_area .quiz_area_icon.true2,
.quiz_area .quiz_area_icon.true3,
.quiz_area .quiz_area_icon.false {
  display: block;
}


.pricecards{
            display: flex;
            display: -webkit-flex;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            align-items: center;
            -webkit-align-items: center;
            justify-content: center;
            -webkit-justify-content: center;
  max-width:960px;
  list-style: none;
        }
        .pricecard{
            flex: 0 0 33%;
            text-align: center;
            border: 1px solid #eee;
            padding-bottom: 1rem;
            box-sizing: border-box;
            font-size:14px;
        }
        .pricecard h3{
            background: #a2bc10;
            color: #fff;
            padding: 10px;
            margin: 0;
        }
        .pricecard.premium{
            border: 3px solid #06c7ea;
            padding-bottom: 3rem
            font-size:14px;
        }
        .pricecard.premium h3{
            background: #06c7ea;
            color: #fff;
            padding: 10px;
            margin: 0;
        }
        .pricecard h4{
            font-size: 300%;
            margin: 0 auto;
            padding: 1rem 0 0;
        }
        .pricecard.premium h4 {
            padding: 20px;
        }
        .pricecard p{
            margin: 0;
            padding: 1rem;
            text-align: left;
        }
        .pricecard a{
            padding: 10px 40px;
            background: #fb5859;
            color: #fff;
            text-decoration: none;
            border-radius: 3px;
            display: inline-block;
        }

/*タイトル文字調整*/
.title{
font-size:24px;
background: linear-gradient(transparent 90%, #ff9ece 90%);
}

#chartdiv {
  width: 100%;
  height: 200px;
}

/*トップへ戻るボタン*/
#pagetop{
    position: fixed;
    right: 15%;
    bottom: 10%;
    opacity: 0;
    -ms-filter: "alpha( opacity=0 )";
    filter:alpha(opacity:0);
    zoom:1;
    z-index: 9999;
}
#pagetop a{
    display: block;
    padding: 10px;
    background: #1EA6BB;
    color:#fff;
    text-decoration: none;
}
/*タブ切り替え全体のスタイル*/
@media screen and (min-width: 767px) {

.tabs {
  margin-top: 40px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: auto;
  margin: 0 auto;
  box-sizing: border-box;
display:block;
display:none;
visibility:collapse;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 40px;
  border-bottom: 3px solid #006633;
  background-color: #d9d9d9;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 0px 0;
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #006633;
  color: #fff;
}
}
/*------------ table style set ------------*/
/*全体*/
body{
font-size:18px;
}

div.clear{
	clear: both;
	margin: 0 0 10px 0;
}
h1{
margin:0px;
}
h2{
margin:0px;
font-size:18px;
}
h3{
margin:0px;
font-size:18px;
}
/*----------------------------------------------------
  nonemobile
----------------------------------------------------*/
@media screen and (max-width: 600px){
.nonemobile {
display:block;
display:none;
}
.resizeimage {
   max-width: 450px; /* 最大幅 */
   min-width: 300px; /* 最小幅 */
}
}
/*----------------------------------------------------
  hiddenbox
----------------------------------------------------*/
body{
  box-sizing: border-box;
}

.maintable{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  box-sizing: border-box;
}

.maintable th:first-child{
  border-radius: 1\5px 0 0 0;
  box-sizing: border-box;
}

.maintable th:last-child{
  border-radius: 0px 1\5px 0 0;
  border-right: 1px solid #3c6690;
  box-sizing: border-box;
}

.maintable th{
  text-align: center;
  color:white;
  background: linear-gradient(#006633,#004d00);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: auto;
  padding: 0;
  box-sizing: border-box;
}

.maintable td{
  text-align: left;
  vertical-align:top;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: auto;
  padding: 10px 0;
  box-sizing: border-box;
}

.maintable td:last-child{
  border-right: 1px solid #a8b7c5;
  box-sizing: border-box;
}

.maintable tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
  box-sizing: border-box;
}

.maintable tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
  box-sizing: border-box;
}
.table{
  width: auto;
  border-collapse:separate;
  font-size:16px;
  border-spacing: 0;
  border-left: 1px solid #3c6690;
  border-right: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  box-sizing: border-box;
}
.table th{
  text-align: center;
  color:white;
  background: linear-gradient(#006633,#004d00);
  width: auto;
  padding: 0;
  font-size:18px;  border-left: 1px solid #3c6690;
  border-right: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  box-sizing: border-box;
}

.table td{
  text-align: left;
  font-color: #000000;
  font-size:18px;
  border-left: 1px solid #3c6690;
  border-right: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  box-sizing: border-box;
}

.background {
padding: 0.5em 1em;
    align: left;
    margin: 1em 0;
    background: #f4f4f4;
    border-left: solid 6px #5bb7ae;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.background p {
    margin: 0;
    padding: 0;
}

.breadcrumb{
  margin-left:-35px;
  margin-top:-5px;
  magrin-bottom:-15px;
  font-size:14px;
}

.breadcrumb li {
  display:inline-block;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after {
  /*＞を表示*/
  font-family: FontAwesome;
  content: '';
  padding: 0 4px;
  color: #000000;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 15px;
  text-decoration: none;
  background: #ffcc00;
}

.breadcrumb li a:hover {
  background: ##ffee00;
}

.note {
    position: relative;
    left:0;
    background-color: #ffffe7;
    box-sizing: border-box;
    width:auto;
    height:auto;
    color:#000000;
    background-image:
        linear-gradient(90deg, transparent 29px, #fcc 29px, #fcc 31px, transparent 31px),
        linear-gradient(90deg, transparent 49px, #fcc 49px, #fcc 51px, transparent 51px),
        linear-gradient(rgba(153,204,255,.3) .1em, transparent .1em);
    background-size: 100% 1.5em;
}

.note:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffe7;
    background-image:
        linear-gradient(90deg, transparent 9px, #fcc 9px, #fcc 11px, transparent 11px),
        linear-gradient(90deg, transparent 19px, #fcc 19px, #fcc 21px, transparent 21px);
}
.point {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ffcc00;
    text-align: left;
    width: 973px;
}
.point .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #ffcc00;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.point p {
    margin: 0;
    padding: 0;
}
.point .check {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #006633;
}
.point .check p {
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 767px) {

.nonepc {
display:block;
display:none;
visibility:collapse;
}
.resizeimage {
   max-width: 650px; /* 最大幅 */
   min-width: 300px; /* 最小幅 */
}
}

@media screen and (max-width: 767px) { /*繧ｦ繧｣繝ｳ繝峨え蟷・′譛螟ｧ767px縺ｾ縺ｧ縺ｮ蝣ｴ蜷医↓驕ｩ逕ｨ*/
#menu-bg {
background-color: #FF0000; /*襍､濶ｲ*/
}
}

@media screen and (max-width: 767px) { /*繧ｦ繧｣繝ｳ繝峨え蟷・′譛螟ｧ767px縺ｾ縺ｧ縺ｮ蝣ｴ蜷医↓驕ｩ逕ｨ*/
#menu-bg
}
@media screen and (max-width: 479px) { /*繧ｦ繧｣繝ｳ繝峨え蟷・′譛螟ｧ479px縺ｾ縺ｧ縺ｮ蝣ｴ蜷医↓驕ｩ逕ｨ*/
#menu-bg
}

@media screen and (max-width: 479px) { /*繧ｦ繧｣繝ｳ繝峨え蟷・′譛螟ｧ479px縺ｮ蝣ｴ蜷医↓驕ｩ逕ｨ*/
#menu-bg {
display:none; /*髱櫁｡ｨ遉ｺ*/
}
}

@media screen and (max-width: 479px) { /*繧ｦ繧｣繝ｳ繝峨え蟷・′譛螟ｧ479px縺ｮ蝣ｴ蜷医↓驕ｩ逕ｨ*/
	#menu-bg {

	box-sizing: border-box;

	display: none;/*髱櫁｡ｨ遉ｺ*/

}
}
@media screen and (max-width: 479px) { /*繧ｦ繧｣繝ｳ繝峨え蟷・′譛螟ｧ479px縺ｮ蝣ｴ蜷医↓驕ｩ逕ｨ*/
	#menu-bg {

	box-sizing: border-box;

	display: none;/*髱櫁｡ｨ遉ｺ*/

}
}

@media screen and (max-width: 479px) { /*繧ｦ繧｣繝ｳ繝峨え蟷・′0・・79px縺ｮ蝣ｴ蜷医↓css繧帝←逕ｨ*/
	#contents #l_contents {

	box-sizing: border-box;

	width: auto;

float: none;

}

	#contents #r_contents {

	box-sizing: border-box;

	width: auto;

	float: none;

}
}
img {
	box-sizing: border-box;
	max-width: auto;
	height: auto;
}

#menu {
	box-sizing: border-box;
	max-width: 1000px;width: auto
margin-left: auto;
	margin-right: auto;
}

.resizeimage img {
   max-width: 900px; /* 最大幅 */
   min-width: 300px; /* 最小幅 */
}

/* 繝輔ャ繧ｿ繝ｼ縺ｮ閭梧勹 */
.love{
  position: fixed;
	background-color: #006633;   /* 閭梧勹濶ｲ(髱・ */
	width:1000px;               /* 讓ｪ縺ｮ蟷・ｒ100% */
	height: 25px;
       z-index: 99;       /* 邵ｦ縺ｮ蟷・ｒ120px */
       /* 邨ｶ蟇ｾ菴咲ｽｮ謖・ｮ壹☆繧九％縺ｨ繧貞ｮ夂ｾｩ */
  bottom: 0;
  margin: auto;
  padding: 10px 0;          /* 荳贋ｸ九↓菴咏區繧貞叙繧・*/
}
.love a {
  cursor: pointer;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  z-index: 99;
}

@media only screen and (max-width: 767px){
.love{
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  bottom: 0;
  margin: auto;
  width:100%;
  background-color: #006633;   /* 閭梧勹濶ｲ(髱・ */
}
}
