@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ! サイト共通スタイル ================================================== 

html・ボディ・コンテナ
フラッシュ
ヘッダー
メイン
フッター
テキスト
ボタン
バックグラウンド
パンくず
テーブル

ページング
フォーム {}

.word_text_earth
txt cmn bnr btn  description
class="list_menu"
class="list_menu_about"

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

/* ! html・ボディ・コンテナ ================================================== */
/* html */
html {
  min-height: 100vh;
  display: flex;
}

/* ボディ */
body {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased; font-smoothing: antialiased;
}
/* セクション */
section{
  padding: 100px 0 100px;
}
@media screen and (max-width: 640px){
  section{
    padding: 50px 0;
  }
}

/* コンテナ */
.container {
  max-width: 1080px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

[class*="sp_"] {
  display: none;
}
@media screen and (max-width: 768px){
  [class*="sp_768"]{ display: block; }
}
@media screen and (max-width: 640px){
  [class*="sp_"],[class*="sp_640"]{
    display: block;
  }
  [class*="sp_375"],[class*="sp_320"],
  [class*="sp_"] + img{
    display: none !important;
  }
}
@media screen and (max-width: 375px){
  [class*="sp_375"]{ display: block !important; }
  [class*="sp_320"]{ display: none; }
}
@media screen and (max-width: 320px){
  [class*="sp_320"]{ display: block !important; }
}

/* ! ヘッダー ================================================== */
header {
  padding: 20px 0;
}
header .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.area_logo_header{
  flex: 0 0 auto;
}
header .logo{
  display: flex;
  align-items: center;
  flex: 0 0;
}
header .logo > p{
  font: 600 20px/1.3em 'noto sans japanese',sans-serif;
  display: block;
  flex: 0 0 auto;
}
header .logo > p{
  font: 600 20px/1.3em 'noto sans japanese',sans-serif;
  display: inline-block;
}
header .logo img {
  display: inline-block;
  height: 26px;
  vertical-align: bottom;
  padding-right: 20px;
}
header nav ul{
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px){
  header nav ul li{
    display: none;
  }
  header nav ul li.login,
  header nav ul li.logout,
  header nav ul li.user{
    display: flex;
    align-items: center;
  }
  [class*="list_"][class*="nav"]{
    flex-wrap: nowrap;
    margin: -5px;
  }
  [class*="list_"][class*="nav"] > li{
    padding: 0 5px !important;
  }
  header nav ul li.user a{
    font: 500 12px/1em 'noto sans japanese',sans-serif;
  }
  [class*="list_"][class*="nav"] > li.logout a{
    width: 30px;
    height: 21px;
    margin: 0 0 0 5px;
  }
  .nav_sp{
    display: flex !important;
  }
  .nav_sp > a{
    width: 50%;
    text-align: center;
    padding: 15px;
    background: #EEE;
    font: 500 14px/1.3em 'noto sans japanese',sans-serif;
  }
  .nav_sp > a.color_training{
    display: none;
  }
  .nav_sp > a.active{
    color: white;
  }
  .nav_sp > a.color_design.active{
    background: #74BD45;
  }
  .nav_sp > a.color_tool.active{
    background: #19A7E8;
  }
  .nav_sp > a.color_training.active{
    background: #E92076;
  }
}
@media screen and (max-width: 640px){
  header .logo {
    font: 600 15px/1.3em 'noto sans japanese',sans-serif;
  }
  header .logo img{
    height: 15px;
    padding-right: 5px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 480px){
  header .logo{
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  header .logo img{
    display: block;
    margin: 0 0 4px;
  }
  [class*="list_"][class*="nav"] > li.user{
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 374px){
  [class*="list_"][class*="nav"] > li.user{
    padding-left: 20px !important;
  }
  [class*="list_"][class*="nav"] > li.logout a{
    margin: 0;
  }
}

/* ! メイン ================================================== */
main{
  flex: 1 1 auto;
  min-width: 10px;
  height: 100%;
}


/* ! フッター ================================================== */
footer{
  padding: 20px;
}
.copyright{
  text-align: center;
  font: 300 20px/1.3em 'noto sans japanese',sans-serif;
}

@media screen and (max-width: 640px){
  footer{
    padding: 10px;
  }
  .copyright{
    font: 300 13px/1.3em 'noto sans japanese',sans-serif;
  }
}


/* ! テキスト ================================================== */
p {
  font: 300 12px/1.3em 'noto sans japanese',sans-serif;
}
a {  
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
h1 { font: 600 28px/1.3em 'noto sans japanese',sans-serif;}
h2 { font: 600 20px/1.3em 'noto sans japanese',sans-serif;}
.ttl{
  font: 600 22px/1.3em 'noto sans japanese',sans-serif;
}

/* カラー */
.color_design{
  color: #74BD45;
}
.color_tool{
  color: #19A7E8;
}
.color_training{
  color: #E92076;
}

/* ! ボタン ================================================== */
[class*="btn_"]{
  color: #fff;
  font: 600 15px/1em 'noto sans japanese', sans-serif;
  display: inline-block;
  padding: .4em 1em;
  background: #222;
  border: 1px solid #222;
  cursor: pointer;
}
[class*="btn_"]:hover { color: #222; background: #fff;}


/* カラー */
[class*="btn_"][class*="gray"] { border-color: #aaa; background: #aaa;}
[class*="btn_"][class*="gray"]:hover { color: #aaa; background: #fff;}

[class*="btn_"][class*="line"]{
  background: none;
  border: solid 1px #000;
  color: #000;
}


/* 高さ */


/* 幅 */


/* サイズ */
[class*="btn_"][class*="small"] { font-size: 12px;}
[class*="btn_"][class*="large"] { font-size: 20px; padding: 15px 30px;}


/* ボタンエリア */
[class*="btnarea"] { text-align: left;}
[class*="btnarea"][class*="center"] {text-align: center;}
[class*="btnarea"][class*="right"] { text-align: right;}


/* more */
[class*="button_"][class*="text"]{
  font: 600 18px/1.3em 'Josefin Sans','noto sans japanese',sans-serif;
} 



/* ! バックグラウンド ================================================== */
.bg_yellow{
  background: #B2BC90;
}
.bg_gray{
  background: #EEE;
}
.bg_design{
  background: #74BD45;
  border-color: #74BD45;
}
[class*="btn_"].bg_design:hover{
  background: white;
  color: #74BD45 !important;
}
.bg_tool{
  background: #19A7E8;
  border-color: #19A7E8;
}
[class*="btn_"].bg_tool:hover{
  background: white;
  color: #19A7E8 !important;
}
.bg_training{
  background: #E92076;
  border-color: #E92076;
}
[class*="btn_"].bg_training:hover{
  background: white;
  color: #E92076 !important;
}

/* ! パンくず ================================================== */
.bread{}


/* ! テーブル ================================================== */



/*
table{ width: 100%;}
th,td { padding: 8px;}
th {
  color: #fff;
  font: 600 14px/1em 'noto sans japanese';
  background: #222;
}
td { font: 300 13px/1em 'noto sans japanese';}
tr + tr { border-top: 1px dotted #222;}
tbody { border-bottom: 1px solid #222;}
*/


/* ! ページング ================================================== */
*{
  list-style: none;
}
.page_navi{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 50px auto 0;
}
.page_navi > li{
  list-style: none;
}
.page_navi a,
.page_navi span{
  padding: 12px ;
  margin: 0 4px; 
  background: white;
  color: #999;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px; height: 35px;
  font: 300 18px/1.5em 'noto sans japanese',sans-serif;
  cursor: pointer;
}
.page_navi span,
.page_navi a:hover{
  background: #999;
  color: white;
  cursor: default;
}


/* ! フォーム ================================================== */
/* パーツ */
input:not([type="checkbox"]),select,textarea
/* input[type="file"]:before */ {
  font: 300 13px/1.5em 'noto sans japanese',sans-serif;
  padding: 4px 8px;
  background: white;
  border: none;
  border-radius: 3px;
  -webkit-flex: 1 1 auto;flex: 1 1 auto;
  width: 100%;
  min-height: 50px;
}
input:not([type="submit"]),select { height: 30px;}
textarea { min-height: 100px; resize: none;}
input:focus,select:focus,textarea:focus { outline: none; border-color: #222;}

/* デフォルトリセットなど */
input,select,button,textarea{ -webkit-appearance: none; -moz-appearance: none; appearance: none;}
button { outline: none; border-radius: 0 !important;}
select::-ms-expand { display: none;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #fafafa inset;}
input[type="checkbox"],input[type="radio"],input[type="file"]{display: none;}


/* プレイスホルダー */
input::-webkit-input-placeholder { color: #ccc;}
input:-ms-input-placeholder { color: #ccc;}
input::-moz-placeholder { color: #ccc;}


/* input要素を囲む */
.input_wrap {
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: nowrap; flex-wrap: nowrap;
  width: 100%;
}

/* 住所などインプット要素を縦に並べる場合 */
.input_wrap + .input_wrap {
  margin: 5px 0 0;
}

/* input要素の横幅を指定(input_wrapと同時に指定) */
.input_50 { max-width: 50px;}
.input_75 { max-width: 75px;}
.input_100 { max-width: 100px;}
.input_120 { max-width: 120px;}
.input_140 { max-width: 140px;}
.input_150 { max-width: 150px;}
.input_200 { max-width: 200px;}
.input_250 { max-width: 250px;}
.input_300 { max-width: 300px;}
.input_350 { max-width: 350px;}
.input_400 { max-width: 400px;}
.input_450 { max-width: 450px;}
.input_500 { max-width: 500px;}
.input_550 { max-width: 550px;}
.input_600 { max-width: 600px;}
.input_full { max-width: 100vw;}


/* セレクトボックス */
select {  width: 100%;  padding-right: 20px;}
.wrap_select {
  width: 100%;
  position: relative;
}
.wrap_select:before {
  content: '';
  position: absolute;
  top: 50%; right: 10px;
  transform: translate(0%,-50%);
  width: 15px; height: 15px;
  background: url(../img/ico_select.svg)no-repeat center;
  background-size: 100% 100% !important;
  pointer-events: none;
}


/* チェックボックス/ラジオボタン */
.checkbox_wrap, .radio_wrap {
  width: 100%;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-align-items: center; align-items: center;
  position: relative;
}
.checkbox_wrap label, .radio_wrap label {
  font: 400 12px/1.3em 'noto sans japanese',sans-serif;
  position: relative;
  padding: 0 0 0 22px;
  height: 32px;
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
}
.checkbox_wrap label:before,.checkbox_wrap label:after,
.radio_wrap label:before,.radio_wrap label:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.radio_wrap label:before,.radio_wrap label:after {
  border-radius: 50%;
}
.checkbox_wrap label:before,.radio_wrap label:before {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
}
.checkbox_wrap label:after,.radio_wrap label:after {
  border: 1px solid #ddd;
  background: #222;
}
.checkbox_wrap label:after {
  content: "f00c";
  color: #fff;
  font: normal 12px/16px 'fontawesome';
  text-align: center;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  display: none;
}


/* ラベルがない場合 */
.checkbox_wrap .label-none {
  padding: 0 0 0 16px; /* boxの幅分 */
}


/* ラジオボタンのデザイン */
.radio_wrap label:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #222;
  border-radius: 100px;
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
  -webkit-transform:scale(.5) translateY(-50%);
  transform:scale(.5) translateY(-50%);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  display: none;
}
/* 選択時の指定 */
input[type=checkbox]:checked + label::after,
input[type=radio]:checked + label::after { display: block;}
/* 横並び時用 */
input[type="checkbox"] + label,
input[type="radio"] + label{
  margin-right: 20px;
}


/* ラジオボタンのタブ型デザイン */
.radio_wrap.tab input[type="radio"] + label,
.radio_wrap.tab input[type="radio"] + label:before,
.radio_wrap.tab input[type="radio"] + label:after {
  height: 24px;r
}
.radio_wrap.tab input[type="radio"] + label {
  color: #aaa;
  font: 600 12px/1em 'noto sans japanese',sans-serif;
  margin: 0;
  padding: 0 24px;
  z-index: 1;
  cursor: pointer;
}
.radio_wrap.tab label:before,
.radio_wrap.tab label:after {
  height: 28px;
  width: 100%;
  margin-right: 0;
  border-radius: 0;
  border-color: #fff;
  z-index: -1;
}
.radio_wrap.tab label:before {
  background: #F6F6F6;
}
.radio_wrap.tab label:after {  /* これで通常のscaleも打ち消している */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.radio_wrap.tab input[type=radio]:checked + label {
  color: #fff;
}
.radio_wrap.tab label:first-of-type::after {
  border-radius: 4px 0 0 4px;
}
.radio_wrap.tab label:last-of-type::after {
  border-radius: 0 4px 4px 0;
}

/* 不要の時の色 */
.radio_wrap.tab label:first-of-type::after {
  background: #ccc;
}



/* input type file ファイルアップロード */
.file_wrap input[type="file"] + label{
  cursor: pointer;
  color: #fff;
  font: 500 12px/1em 'noto sans japanese',sans-serif;
  display: inline-block;
  padding: 8px 20px 8px 50px;
  background: #222;  
  border: 1px solid #222;
  border-radius: 100px;
  position: relative;
}
.file_wrap input[type="file"] + label:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/ico_upload_white.svg) no-repeat center center;
  background-size: contain !important;
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.file_wrap input[type="file"]:focus + label,
.file_wrap input[type="file"] + label:hover{
  color: #222;
  background: #fff;
}
.file_wrap input[type="file"]:focus + label:before,
.file_wrap input[type="file"] + label:hover:before{
  background: url(../img/ico_upload_black.svg) no-repeat center center;
}


/* 入力欄とボタンが横並び */
.input_couple {
  width: 100%;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: nowrap; flex-wrap: nowrap;
  position: relative;
}
.input_couple input[type="text"] {
  -webkit-flex: 1 1 auto; flex: 1 1 auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.input_couple [class*="btn_"] {
  height: 30px;
  padding: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex: 0 0 60px; flex: 0 0 60px;
}


/* ユニット */
[class*="unit"] {
  color: #222;
  font: 400 11px/1em 'noto sans japanese',sans-serif;
  padding: 0 .5em;
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: flex-start; justify-content: flex-start;
  flex: 1 0 auto;
}
[class*="unit_1"] { -webkit-flex: 0 0 2.5em; flex: 0 0 2.5em; }
[class*="unit_2"] { -webkit-flex: 0 0 3.5em; flex: 0 0 3.5em; }
[class*="unit_3"] { -webkit-flex: 0 0 4.5em; flex: 0 0 4.5em; }
[class*="unit_4"] { -webkit-flex: 0 0 5.5em; flex: 0 0 5.5em; }
[class*="unit_5"] { -webkit-flex: 0 0 6.5em; flex: 0 0 6.5em; }
[class*="unit_6"] { -webkit-flex: 0 0 7.5em; flex: 0 0 7.5em; }
[class*="unit_7"] { -webkit-flex: 0 0 8.5em; flex: 0 0 8.5em; }
[class*="unit_8"] { -webkit-flex: 0 0 9.5em; flex: 0 0 9.5em; }
[class*="unit_9"] { -webkit-flex: 0 0 10.5em; flex: 0 0 10.5em; }
[class*="unit_10"] { -webkit-flex: 0 0 11.5em; flex: 0 0 11.5em; }
[class*="unit_11"] { -webkit-flex: 0 0 12.5em; flex: 0 0 12.5em; }
[class*="unit_12"] { -webkit-flex: 0 0 13.5em; flex: 0 0 13.5em; }
[class*="unit_13"] { -webkit-flex: 0 0 14.5em; flex: 0 0 14.5em; }
[class*="unit_14"] { -webkit-flex: 0 0 15.5em; flex: 0 0 15.5em; }
[class*="unit_15"] { -webkit-flex: 0 0 16.5em; flex: 0 0 16.5em; }
[class*="unit"][class*="left"] { -webkit-justify-content: flex-start; justify-content: flex-start;}
[class*="unit"][class*="right"] { -webkit-justify-content: flex-end; justify-content: flex-end;}
[class *="unit"][class*="center"] { -webkit-justify-content: center; justify-content: center;}


/* フォームのリスト */
[class*="list_form"] { margin: -8px -16px;}
[class*="list_form"] > li { padding: 8px 16px;}


/* タイトル側の幅を指定 */
[class*="list_form"][class*="100"] .form_ttl {-webkit-flex: 0 0 100px; flex: 0 0 100px;}
[class*="list_form"][class*="150"] .form_ttl {-webkit-flex: 0 0 150px; flex: 0 0 150px;}
[class*="list_form"][class*="200"] .form_ttl {-webkit-flex: 0 0 200px; flex: 0 0 200px;}
[class*="list_form"][class*="250"] .form_ttl {-webkit-flex: 0 0 250px; flex: 0 0 250px;}
[class*="list_form"][class*="300"] .form_ttl {-webkit-flex: 0 0 300px; flex: 0 0 300px;}


/* ttlとcntを横並びに配置 */
.form_box { 
  display: -webkit-flex; display: flex; 
  -webkit-flex-wrap: nowrap; flex-wrap: nowrap;
  -webkit-align-items: flex-start; align-items: flex-start;
}
.form_ttl {
  font: 700 13px/1.3em 'noto sans japanese',sans-serif;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-align-items: center; align-items: center;
  min-height: 32px;
  -webkit-flex: 0 0 200px; flex: 0 0 200px;
  margin: 0 10px 0 0;
  position: relative;
}
.form_cnt {
  -webkit-flex: 1 1 auto; flex: 1 1 auto;
}


/* cnt内に.input_wrapの代わりにpタグ */
.form_cnt p { margin: .7em 0 0;}


/* 必須・任意表示 */
[class*="list_form"] .form_ttl:before { display: none;}
[class*="list_form"][class*="required"] .form_ttl:before { display: block;}
.form_ttl:before {
  content: "任意";
  font: 300 11px/1em 'noto sans japanese',sans-serif;
  text-align: center;
  border: 1px solid #333;
  border-radius: 2px;
  background: #fff;
  display: inline-block;
  padding: 2px 0;
  width: 30px;
  min-height: 1px;
  margin: 0 8px 0 0;
}
.required .form_ttl:before {
  content: "必須";
  color: #fff;
  background: #333;
}


/* 任意・必須項目不要なケース */
.required_none .form_ttl:before { content: ""; opacity: 0;}


/* ! 確認画面用  */
[class*="list_form"][class*="check"] {  position: relative;  margin: 0;}
[class*="list_form"][class*="check"]:before {
  content: "";
  width: 190px;
  height: 100%;
  display: block;
  background: #eee;
  position: absolute;
  top: 0;
  left: 0;
}
[class*="list_form"][class*="check"][class*="200"]:before { width: 200px;}


