@charset "UTF-8";
/*!
Theme Name: WCL Temp
Author: WCL
Version: 1.0
*/
/**************************************************
初期設定
***************************************************/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Nova+Round&family=Staatliches&display=swap");
* {
  margin: 0;
  padding: 0;
  font-size: 16px !important;
  color: #333;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: none;
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  overflow-x: hidden;
  position: relative;
}

button, input {
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

img {
  border: 0;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-spacing: 0;
  empty-cells: show;
}

a {
  text-decoration: none;
}

/* clearfix */
.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

* {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* End hide from IE-mac */
/**************************************************
共通
***************************************************/
a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.txt-back1 {
  background: #ccffcc;
  font-weight: bold;
}

.txt-back2 {
  background: #ffff99;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

a {
  color: #037fd2 !important;
  text-decoration: underline;
  text-decoration: none;
}

a:hover {
  color: #279ae7 !important;
  text-decoration: underline;
}

main {
  min-height: calc(100% - 150px);
}

/**************************************************
index.html
***************************************************/
/*タブ切り替え全体のスタイル*/
.tabs {
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 640px;
  margin: 50px auto;
}

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

.tab_item:hover {
  opacity: 0.75;
}

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

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}

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

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}

.form_box {
  text-align: center;
  padding: 50px 0;
}
.form_box dl dd {
  margin: 10px 0 0 0;
}
.form_box label, .form_box input[type='checkbox'] {
  cursor: pointer;
  font-size: 16px !important;
}
.form_box input[type='checkbox'] {
  margin: 0 10px 0 0;
}

.form_login {
  width: 350px;
  text-align: right;
  margin: 0 auto;
}

#submit {
  border-bottom: none;
  /*線を消す*/
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;
  /*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
  border: none;
  cursor: pointer;
}

#submit[disabled] {
  cursor: not-allowed;
  display: inline-block;
  text-decoration: line-through;
}

#submit:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  border: none !important;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

#output {
  color: red;
}

/**************************************************
vtrainingpage
***************************************************/
.err {
  padding: 20px 0;
  text-align: center;
}
.err p {
  line-height: 200%;
}
.err a {
  color: #fff !important;
}

h1 {
  color: #fff;
  padding: 0 0 10px 0;
  font-size: 13px !important;
}

h2 {
  font-size: 150%;
  margin-bottom: 20px;
}

h3 a {
  font-size: 120%;
}

h3 {
  margin-bottom: 20px;
}

ul {
  margin-bottom: 20px;
}

.training_box {
  padding: 0 5%;
  width: 100%;
}

header {
  background: #222;
  text-align: center;
  padding: 2%;
}
header img {
  padding: 0 5%;
}

h2 {
  position: relative;
  padding-bottom: .5%;
  margin-top: 5%;
  border-bottom: 4px solid #ccc;
}

h2::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #3498db;
}

h3 {
  border-left: 5px solid #ccc;
  padding: 0 0 0 2%;
}

.box {
  padding-left: 2%;
  padding-right: 2%;
}
.box p {
  font-weight: bold;
  margin: 0 0 2% 0;
}
.box ul li {
  margin: 0 0 1% 0;
}
.box ul li:before {
  font-family: "Font Awesome 5 Free" !important;
  /*←ココ！！！！！！！*/
  font-weight: 900 !important;
  content: "" !important;
  color: #ccc !important;
  margin: 0 2% 0 0;
}

footer {
  border-top: 1px solid #ccc;
  text-align: center;
}
footer address {
  font-style: normal;
  padding: 2%;
}

/**************************************************
制限系
***************************************************/
#training_page {
  text-align: center;
  position: relative;
  background: #efefef;
  padding: 20px 0;
}
#training_page .training_page_img {
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  z-index: 0;
}
#training_page .training_page_img img {
  width: 100%;
}
#training_page .guard {
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: url(images/guard.png) repeat top left;
  position: absolute;
  top: 0;
}

/**************************************************
制限系
***************************************************/
/* 画像のみ印刷させない場合 効いていない？*/
@media print {
  body {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .cf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .box {
    padding-top: 2%;
    padding-bottom: 2%;
    width: 25%;
  }

  #training_page {
    text-align: center;
    position: relative;
    background: #efefef;
    padding: 20px 0;
  }
  #training_page .training_page_img {
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    z-index: 0;
  }
  #training_page .training_page_img img {
    width: 100%;
  }
  #training_page .guard {
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url(images/guard.png) repeat top left;
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  * {
    font-size: 14px;
  }

  label {
    font-size: 1.5rem !important;
  }

  img {
    width: 100%;
    height: auto;
  }

  .box {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  #training_page {
    text-align: center;
    position: relative;
    background: #efefef;
    padding: 20px 0;
  }
  #training_page .training_page_img {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    z-index: 0;
  }
  #training_page .training_page_img img {
    width: 100%;
  }
  #training_page .guard {
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url(images/guard.png) repeat top left;
    position: absolute;
    top: 0;
  }
}
