@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
    font-family: 'gotham';
    src: url('../font/gotham-thin.otf');
    font-weight: 100;
}
@font-face {
    font-family: 'gotham';
    src: url('../font/gotham-book.otf');
    font-weight: 300;
}
@font-face {
    font-family: 'gotham';
    src: url('../font/gotham-bold.otf');
    font-weight: 600;
}
@font-face {
    font-family: 'gotham';
    src: url('../font/gotham-ultra.otf');
    font-weight: 900;
}
/* !--------------------------------------- リセット -- */
* {
  box-sizing: border-box;
}
button {
  cursor: pointer;
}

/* !--------------------------------------- レイアウト -- */
.container {
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}


/* !--------------------------------------- カラー -- */
.style_logo ul {
  text-align: center;
}
.style_logo li {
  padding: 30px 0;
}
.style_logo img {
  width: 160px;
}
.style_logo .split_1 {
  padding: 100px 0;
}
.style_logo .split_1 img {
  width: 300px;
}
.bg_line {
  border: 1px solid #224477;
  border-radius: 8px 0 0 8px;
}
.bg_navy {
  background: #224477;
  border-radius: 0 8px 8px 0;
}

/* !--------------------------------------- カラー -- */
.style_color {
  margin: -8px;
}
.style_color li {
  padding: 8px;
}
.style_color [class*="color_"] {
  color: #fff;
  font: 300 11px/1em 'gotham';
  text-align: center;
  display: block;
  width: 100%;
  padding: 1.6em 0;
  border-radius: 5px;
}
.style_color [class*="color_"][class*="base"] {
  background: #224477;
}
.style_color [class*="color_"][class*="normal"] {
  background: rgb(34,68,119);
  background: -moz-linear-gradient(-45deg, rgba(34,68,119,1) 0%, rgba(14,158,165,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(34,68,119,1) 0%,rgba(14,158,165,1) 100%);
  background: linear-gradient(135deg, rgba(34,68,119,1) 0%,rgba(14,158,165,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#224477', endColorstr='#0e9ea5',GradientType=1 );
}
.style_color [class*="color_"][class*="other"]{
  background: rgb(34,68,119);
  background: -moz-linear-gradient(-45deg, rgba(34,68,119,1) 0%, rgba(75,153,247,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(34,68,119,1) 0%,rgba(75,153,247,1) 100%);
  background: linear-gradient(135deg, rgba(34,68,119,1) 0%,rgba(75,153,247,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#224477', endColorstr='#4b99f7',GradientType=1 );
}
.style_color [class*="color_"][class*="promotion"]{
  background: rgb(255,59,123);
  background: -moz-linear-gradient(-45deg, rgba(255,59,123,1) 0%, rgba(247,195,60,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(255,59,123,1) 0%,rgba(247,195,60,1) 100%);
  background: linear-gradient(135deg, rgba(255,59,123,1) 0%,rgba(247,195,60,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3b7b', endColorstr='#f7c33c',GradientType=1 );
}
.style_color [class*="color_"][class*="negative"]{
  background: rgb(119,119,119);
  background: -moz-linear-gradient(-45deg, rgba(119,119,119,1) 0%, rgba(187,187,187,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(119,119,119,1) 0%,rgba(187,187,187,1) 100%);
  background: linear-gradient(135deg, rgba(119,119,119,1) 0%,rgba(187,187,187,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#bbbbbb',GradientType=1 );
}
.style_color [class*="color_"][class*="disable"]{
  background: rgb(187,187,187);
  background: -moz-linear-gradient(-45deg, rgba(187,187,187,1) 0%, rgba(238,238,238,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(187,187,187,1) 0%,rgba(238,238,238,1) 100%);
  background: linear-gradient(135deg, rgba(187,187,187,1) 0%,rgba(238,238,238,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#eeeeee',GradientType=1 );
}
.style_color .color_gray{
  color: #bbbbbb;
  background: #f5f5f5;
}
.style_color .color_black{
  background: #333333;
}

/* !--------------------------------------- イメージ -- */
img {
  max-width: 100%;
  width: 100%;
}

/* !--------------------------------------- フォント -- */
body {
  color: #333;
}
a,
a:link,
a:visited{
  cursor: pointer;
  color: #333;
  letter-spacing: .03em;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
h1 {
  font: 700 36px/1.4em 'noto sans japanese';
}
h2 {
  font: 600 24px/1.5em 'noto sans japanese';
}
h3 {
  font: 600 15px/1.5em 'noto sans japanese';
  letter-spacing: .05em;
}
h4 {
  font: 600 13px/1.4em 'noto sans japanese';
  letter-spacing: .08em;
}
p {
  font: 300 12px/1.7em 'noto sans japanese'; 
}
small {
  color: #777;
  font: 300 10px/1.7em 'noto sans japanese';
}

.style_font li {
  padding: 5px 0;
}

/* !--------------------------------------- ボタン -- */
.style_btn ul {
  margin: -5px;
  display: -webkit-flex; display: flex;
}
.style_btn li {
  padding: 5px;
  display: -webkit-flex; display: flex;
  -webkit-align-items: flex-end; align-items: flex-end;
}
a[class*="btn_"],
button[class*="btn_"] {
  color: #fff;
  text-decoration: none;
  font: 500 13px/1em 'noto sans japanese';
  display: inline-block;
  border: none;
  border-radius: 100px;
  padding: .6em 3em;
  background: rgb(34,68,119);
  background: -moz-linear-gradient(-45deg, rgba(34,68,119,1) 0%, rgba(14,158,165,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(34,68,119,1) 0%,rgba(14,158,165,1) 100%);
  background: linear-gradient(135deg, rgba(34,68,119,1) 0%,rgba(14,158,165,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#224477', endColorstr='#0e9ea5',GradientType=1 );
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,.3);
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,.3);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
[class*="btn_"]:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #224477;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
[class*="btn_"]:hover:before {
  opacity: 1;
}
[class*="btn_"]:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* !-------------------- ボタンカラー -- */
[class*="btn_"][class*="negative"],
[class*="btn_ico"][class*="back"],
[class*="btn_ico"][class*="delete"] {
  background: rgb(119,119,119);
  background: -moz-linear-gradient(-45deg, rgba(119,119,119,1) 0%, rgba(187,187,187,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(119,119,119,1) 0%,rgba(187,187,187,1) 100%);
  background: linear-gradient(135deg, rgba(119,119,119,1) 0%,rgba(187,187,187,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#bbbbbb',GradientType=1 );
}
[class*="btn_"][class*="negative"]:before,
[class*="btn_ico"][class*="back"]:before,
[class*="btn_ico"][class*="delete"]:before {
  background: #777;
}
[class*="btn_"][class*="promotion"],
[class*="btn_"][class*="add"] {
  background: rgb(255,59,123);
  background: -moz-linear-gradient(-45deg, rgba(255,59,123,1) 0%, rgba(247,195,60,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(255,59,123,1) 0%,rgba(247,195,60,1) 100%);
  background: linear-gradient(135deg, rgba(255,59,123,1) 0%,rgba(247,195,60,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3b7b', endColorstr='#f7c33c',GradientType=1 );
}
[class*="btn_"][class*="promotion"]:before,
[class*="btn_"][class*="add"]:before {
  background: #ff3b7b;
}
[class*="btn_"][class*="disable"] {
  cursor: default;
  background: rgb(187,187,187);
  background: -moz-linear-gradient(-45deg, rgba(187,187,187,1) 0%, rgba(238,238,238,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(187,187,187,1) 0%,rgba(238,238,238,1) 100%);
  background: linear-gradient(135deg, rgba(187,187,187,1) 0%,rgba(238,238,238,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#eeeeee',GradientType=1 );
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,.2) inset;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,.2) inset;
}
[class*="btn_"][class*="disable"]:before {
  content: none;
}
[class*="btn_"][class*="other"] {
  background: rgb(34,68,119);
  background: -moz-linear-gradient(-45deg, rgba(34,68,119,1) 0%, rgba(75,153,247,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(34,68,119,1) 0%,rgba(75,153,247,1) 100%);
  background: linear-gradient(135deg, rgba(34,68,119,1) 0%,rgba(75,153,247,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#224477', endColorstr='#4b99f7',GradientType=1 );
}

/* !-------------------- アイコンボタン -- */
[class*="btn_ico"] {
  position: relative;
  padding-left: 50px;
}
[class*="btn_"][class*="ico"][class*="small"] {
  padding-left: 27px;
}
[class*="btn_ico"]:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #000;
  background-size: contain !important;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
[class*="btn_"][class*="ico"][class*="small"]:after {
  width: 10px;
  height: 10px;
  left: 10px;
}
[class*="btn_ico"][class*="back"]:after {
  width: 13px;
  height: 13px;
  background: url(../img/ico_back.svg) no-repeat center center;
}
[class*="btn_ico"][class*="delete"]:after {
  width: 10px;
  height: 10px;
  background: url(../img/ico_delete.svg) no-repeat center center;
}
[class*="btn_ico"][class*="add"]:after {
  background: url(../img/ico_add.svg) no-repeat center center;
}
[class*="btn_ico"][class*="download"]:after {
  background: url(../img/ico_download.svg) no-repeat center center;
}
[class*="btn_ico"][class*="import"]:after {
  background: url(../img/ico_import.svg) no-repeat center center;
}
[class*="btn_ico"][class*="delete"]:after {
  background: url(../img/ico_delete.svg) no-repeat center center;
}
[class*="btn_ico"][class*="chart"]:after {
  background: url(../img/ico_chart.svg) no-repeat center center;
}

/* !-------------------- ボタンサイズ -- */
[class*="btn_"][class*="small"] {
  font-size: 10px;
  padding: .5em 1em;
}
[class*="btn_"][class*="large"] {
  font-size: 17px;
}

/* !-------------------- ボタンレイアウト -- */
.style_btn [class*="btnarea"] {
  border: 1px solid #eee;
  padding: 30px 0;
}
.btnarea_center {
  text-align: center;
}

/* !--------------------------------------- フォーム -- */
/* 
  .form_box
    .form_ttl
    .form_cnt
      .input_wrap
        .select_wrap
        .checkbox_wrap
        .radio_wrap
*/

form a:not([class*="btn_"]) {
  color: #0e9ea5;
}
form a:not([class*="btn_"]):hover {
  text-decoration: underline;
}

/* --------------------
スイッチ 
-------------------- */
.switch-wrap input {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.switch-btn {
  position: relative;
  display: block;
  height: 14px;
  width: 48px;
  margin: 0 auto;
  background: #ccc;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,.3) inset;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,.3) inset;
}
.switch-btn:before {
  content: "英語";
  color: #fff;
  font: 500 10px/1em 'noto sans japanese';
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.switch-btn:after {
  content: '\f068';
  color: #ccc;
  font: normal 10px/1.5em 'fontawesome';
  position: absolute;
  left: -2px;
  top: -3px;
  display: block;
  width: 20px;
  height: 20px;
  padding-top: 1px;
  border: 1px solid #ccc;
  border-radius: 100px;
  background: #fff;
  transition: all 0.3s ease;
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
}
.switch-btn:active:after { transform: scale(1.1, 0.9); }
.switch-base:checked + .switch-btn { 
  background: #29638e;
}
.switch-base:checked + .switch-btn:before {
  right: auto;
  left: 8px;
}
.switch-base:checked + .switch-btn:after {
  content: "\f00c";
  color: #224477;
  left: 30px;
  border-color: #224477;
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
}
.switch-base:disabled .switch-btn {
  background: #d5d5d5;
  pointer-events: none;
}
.switch-base:disabled .switch-btn:after { 
  background: #bcbdbc; }
.switch-wrap {
  font: 300 11px/1em 'noto sans japanese';
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
}
.switch-wrap p {
  color: #555;
  font: 300 11px/1em 'noto sans japanese';
  margin: 0 0 0 8px;
}
.chat-form-btn {
  width: 100%;
  padding: 10px;
  display: -webkit-flex; display: flex;
  -webkit-justify-content: space-between; justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* !-----　フォームのリストの ----- */
.list_form {
  margin: -8px;
}
.list_form li {
  padding: 8px;
}

/* !-----　フォームのレイアウト ----- */
.form_box {
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: nowrap; flex-wrap: nowrap;
}
.form_ttl {
  font: 700 13px/1em 'noto sans japanese';
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-align-items: center; align-items: center;
  -webkit-flex: 0 0 280px; flex: 0 0 280px;
  position: relative;
}
.form_ttl small {
  font-size: 10px;
}
.form_cnt {
  -webkit-flex: 1 1 auto; flex: 1 1 auto;
}
@media screen and (max-width: 640px){
.form_ttl {
  -webkit-flex: 0 0 200px; flex: 0 0 200px;
  }
}
@media screen and (max-width: 560px){
  .form_box {
    -webkit-flex-wrap: wrap; flex-wrap: wrap;
  }
.form_ttl {
    -webkit-flex: 0 0 100%; flex: 0 0 100%;
    margin: 0 0 10px;
  }
  .form_cnt {
    -webkit-flex: 0 0 100%; flex: 0 0 100%;
  }
}

/* 必須 */
.form_ttl:before {
  content: "任意";
  color: #224477;
  font: 300 10px/1em 'noto sans japanese';
  margin-right: 15px;
  padding: .2em .8em;
  border: 1px solid #224477;
}
.required .form_ttl:before {
  content: "必須";
  color: #fff;
  background: #224477;
  
}

/* !-----　インプットを入れるボックス ----- */
.input_wrap {
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: nowrap; flex-wrap: nowrap;
  width: 100%;
}
.input_wrap .button_wrap {
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  flex: 0 0 auto;
}

/* !-----　インプットとボタンを並べるデザイン ----- */
.input_combi {
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  position: relative;
}
.combi_submit[disabled] {
  cursor: default;
  background: rgb(187,187,187);
  background: -moz-linear-gradient(-45deg, rgba(187,187,187,1) 0%, rgba(238,238,238,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(187,187,187,1) 0%,rgba(238,238,238,1) 100%);
  background: linear-gradient(135deg, rgba(187,187,187,1) 0%,rgba(238,238,238,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#eeeeee',GradientType=1 );
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,.2) inset;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,.2) inset;
}
.combi_submit[disabled]:before {
  content: none;
}
.input_combi input[type="text"] {
  padding-right: 100px;
}
.input_combi input[type="text"]:focus + button {
  opacity: 1;
}
.input_combi button {
  position: absolute;
  right: 5px;
  top: 50%;
  border-radius: 3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.input_combi button:before {
  border-radius: 3px;
}

/* !-----　パーツ ----- */
input:not([type="checkbox"]),select,textarea,
input[type="file"]:before {
  font: 300 12px/1.5em 'noto sans japanese';
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 4px 8px;
  background: #fff;
/*   -webkit-flex: 1 1 auto;flex: 1 1 auto; */
  width: 100%;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #0e9ea5;
}
button {
  outline: none;
}
input:not([type="submit"]),select {
  height: 30px;
}
input,select,button,textarea{
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
textarea {
  min-height: 100px;
  resize: none;
}
/* プレイスホルダー */
input::-webkit-input-placeholder { color: #d1d1d1;}
input:-ms-input-placeholder { color: #d1d1d1;}
input::-moz-placeholder { color: #d1d1d1;}

/* !-----　パーツ横幅指定 ----- */
.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_max { max-width: 100vw; }


/* !-----　ユニット ----- */
[class*="unit"] {
  color: #333;
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: flex-end; justify-content: flex-end;
  font: 400 11px/1em 'noto sans japanese';
  flex: 0 0 2.5em;
}
[class*="unit_1"] { -webkit-flex: 0 0 1em; flex: 0 0 1em; }
[class*="unit_2"] { -webkit-flex: 0 0 2em; flex: 0 0 2em; }
[class*="unit_3"] { -webkit-flex: 0 0 3em; flex: 0 0 3em; }
[class*="unit_4"] { -webkit-flex: 0 0 4em; flex: 0 0 4em; }
[class*="unit_5"] { -webkit-flex: 0 0 5em; flex: 0 0 5em; }
[class*="unit_6"] { -webkit-flex: 0 0 6em; flex: 0 0 6em; }
[class*="unit_7"] { -webkit-flex: 0 0 7em; flex: 0 0 7em; }
[class*="unit_8"] { -webkit-flex: 0 0 8em; flex: 0 0 8em; }
[class*="unit_9"] { -webkit-flex: 0 0 9em; flex: 0 0 9em; }
[class*="unit_10"] { -webkit-flex: 0 0 10em; flex: 0 0 10em; }
[class*="unit_11"] { -webkit-flex: 0 0 11em; flex: 0 0 11em; }
[class*="unit_12"] { -webkit-flex: 0 0 12em; flex: 0 0 12em; }
[class*="unit_13"] { -webkit-flex: 0 0 13em; flex: 0 0 13em; }
[class*="unit"][class*="left"] {
  -webkit-justify-content: flex-start; justify-content: flex-start;
  padding-left: .3em;
}
[class*="unit"][class*="right"] {
  -webkit-justify-content: flex-end; justify-content: flex-end;
  padding-right: .3em;
}
[class *="unit"][class*="center"] {
  -webkit-justify-content: center; justify-content: center;
  padding: 0 .5em;
}

/* !---------- セレクト ---------- */
select {
  width: 100%;
  padding-right: 20px;
  -webkit-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.select_wrap {
  width: 100%;
  position: relative;
}
.select_wrap:before {
  color: #333;
  content: "\f107";
  font: normal 15px/1em 'fontawesome';
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events:none;
}
.select_wrap + .select_wrap,
.select_wrap + button {
  margin: 0 0 0 3px;
}

/* !---------- チェックボックス/ラジオボタン ---------- */
.checkbox_wrap,
.radio_wrap {
  width: 100%;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  position: relative;
}
.checkbox_wrap input,
.radio_wrap input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.checkbox_wrap label,
.radio_wrap label {
  font: 400 12px/1.3em 'noto sans japanese';
  position: relative;
  padding: 0 0 0 24px;
  height: 24px;
  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%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-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 #dedede;
}
.checkbox_wrap label:after,
.radio_wrap label:after {
  border: 1px solid #dedede;
  background: #0e9ea5;
}
.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;
}
.radio_wrap label:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #0e9ea5;
  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;
}
/* ラベルが並ぶ場合(crasconavi) */
.wrapper-radio + .wrapper-radio {
  margin-left: 20px;
}

/* ラベルがない場合 */
.checkbox_wrap .label-none {
  padding: 0 0 0 16px; /* boxの幅分 */
}
/* ラジオボタンでタブを変更 */
.radio_wrap .tab-radio-nav {
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  background: transparent;
  border: none;
  padding: 0;
  margin: -5px;
}
.radio_wrap .tab-radio-nav li {
  padding: 5px;
}
.radio_wrap .tab-cnt {
  width: 100%;
  margin: 15px 0;
}

/* !--------------------------------------- テーブル -- */
.style_table table + table{
  margin: 40px 0 0;
}
table a:not([class*="btn_"]) {
  color: #0e9ea5;
}
table a:not([class*="btn_"]):hover {
  text-decoration: underline;
}
.table_normal {
  width: 100%;
  border-collapse:collapse;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  position: relative;
  white-space: normal;
  word-break: break-all;
  background: #fff;
}
.table_normal:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd; 
}
.table_normal th {
  font: 700 11px/1em 'noto sans japanese';
  padding: 1em .8em;
}
.table_normal th.sort {
  position: relative;
  padding-left: 15px;
}
.table_normal th.sort:before {
  content: "\f0dc";
  font: normal 12px/1em 'fontawesome';
  margin: 0 5px 0 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%) scale(.7,1);
  -ms-transform: translateY(-50%) scale(.7,1);
  transform: translateY(-50%) scale(.7,1);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.table_normal td {
  padding: .8em;
}
.table_normal thead {
  color: #fff;
  font: 500 12px/1em 'noto sans japanese';
  background: rgb(48,96,168);
  background: -moz-linear-gradient(top, rgba(48,96,168,1) 0%, rgba(34,68,119,1) 100%);
  background: -webkit-linear-gradient(top, rgba(48,96,168,1) 0%,rgba(34,68,119,1) 100%);
  background: linear-gradient(to bottom, rgba(48,96,168,1) 0%,rgba(34,68,119,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3060a8', endColorstr='#224477',GradientType=0 );
}


.table_normal tbody {
  font: 300 12px/1em 'noto sans japanese';
}
.table_normal tbody tr + tr  {
  border-top: 1px dotted #ddd;
  position: relative;
}

/* !-- デザイン変更 -- */
.table_normal.other thead,
.table_normal.other:after {
  background: rgb(34,68,119);
  background: -moz-linear-gradient(-45deg, rgba(34,68,119,1) 0%, rgba(75,153,247,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(34,68,119,1) 0%,rgba(75,153,247,1) 100%);
  background: linear-gradient(135deg, rgba(34,68,119,1) 0%,rgba(75,153,247,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#224477', endColorstr='#4b99f7',GradientType=1 );
}

/* !--------------------------------------- その他のエレメント -- */
/* !-------------------- タブ -- */
.tab_nav_wrap { 
  margin: 20px 0 0;  /* 見やすいように・不具合があれば外す */
}

.tab_nav,
.tab_nav2,
.tab_nav3,
.tab_nav4 {
  margin: 0 -2px;
  display: -webkit-flex; display: flex;
}
.tab_nav > li,
.tab_nav2 > li,
.tab_nav3 > li,
.tab_nav4 > li {
  padding: 2px;
  position: relative;
}
.tab_wrap .tab_nav [class*="btn_"],
.tab_wrap .tab_nav2 [class*="btn_"],
.tab_wrap .tab_nav3 [class*="btn_"],
.tab_wrap .tab_nav4 [class*="btn_"] {
  cursor: pointer;
  color: #fff;
  font: 500 11px/1em 'noto sans japanese';
  display: block;
  padding: .6em 0;
}
.tab_wrap .tab_nav2 [class*="btn_"],
.tab_wrap .tab_nav3 [class*="btn_"],
.tab_wrap .tab_nav4 [class*="btn_"] {
  font-size: 10px;
}
.tab_wrap [class*="tab_nav"] li > [class*="btn_"],
.tab_wrap2 [class*="tab_nav"] li > [class*="btn_"],
.tab_wrap3 [class*="tab_nav"] li > [class*="btn_"],
.tab_wrap4 [class*="tab_nav"] li > [class*="btn_"],
.tab_wrap [class*="tab_nav"] li > [class*="btn_"]:before,
.tab_wrap2 [class*="tab_nav"] li > [class*="btn_"]:before,
.tab_wrap3 [class*="tab_nav"] li > [class*="btn_"]:before,
.tab_wrap4 [class*="tab_nav"] li > [class*="btn_"]:before {
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tab_wrap [class*="btn_"]:before,
.tab_wrap2 [class*="btn_"]:before,
.tab_wrap3 [class*="btn_"]:before,
.tab_wrap4 [class*="btn_"]:before {
  background: #0e9ea5;
}
.tab_wrap li.current [class*="btn_"],
.tab_wrap li.current [class*="btn_"]:before,
.tab_wrap li.current2 [class*="btn_"],
.tab_wrap li.current2 [class*="btn_"]:before,
.tab_wrap li.current3 [class*="btn_"],
.tab_wrap li.current3 [class*="btn_"]:before, 
.tab_wrap li.current4 [class*="btn_"],
.tab_wrap li.current4 [class*="btn_"]:before {
  pointer-events: none;
  background: -moz-linear-gradient(-45deg, rgba(34,68,119,1) 0%, rgba(14,158,165,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(34,68,119,1) 0%,rgba(14,158,165,1) 100%);
  background: linear-gradient(135deg, rgba(34,68,119,1) 0%,rgba(14,158,165,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#224477', endColorstr='#0e9ea5',GradientType=1 );
}

/* タブ組み */
.tab_nav,
.tab_nav2,
.tab_nav3,
.tab_nav4 {
  position: relative;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
}
.tab_nav > li.current .btn-tab,
.tab_nav2 > li.current2 .btn-tab,
.tab_nav3 > li.current3 .btn-tab,
.tab_nav4 > li.current4 .btn-tab {
  cursor: default;
  color: #fff;
  background: #29638e;
  border-color: transparent;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,.3) inset;
  box-shadow: 0px 0px 1px 0px rgba(0,0,0,.3) inset;
}
.tab_cnt,
.tab_cnt2,
.tab_cnt3,
.tab_cnt4 {
  background: #fff;
  border: 1px solid #eee;
  display: none;
}
.tab_cnt.current,
.tab_cnt2.current2,
.tab_cnt3.current3,
.tab_cnt4.current4 {
  display: block;
  clear: both;
}

/* タブをスライド */
.tab_nav,
.tab_nav2,
.tab_nav3,
.tab_nav4 {
  overflow: hidden;
  margin: 0 auto;
}
.tab_nav,
.tab_nav2,
.tab_nav3,
.tab_nav4 {
  float: left;
}
.tab_nav [class*="btn_"],
.tab_nav2 [class*="btn_"],
.tab_nav3 [class*="btn_"],
.tab_nav4 [class*="btn_"] {
  text-align: center;
}
.tab_nav_2 { width: 280px;}
.tab_nav_3 { width: 420px;}
.tab_nav_4 { width: 560px;}
.tab_nav_5 { width: 700px;}
.tab_nav_6 { width: 840px;}

.tab_nav_2 li,
.tab_nav_3 li,
.tab_nav_4 li,
.tab_nav_5 li,
.tab_nav_6 li {
  width: 140px;
}
.tab_nav_wrap,
.tab_nav_wrap2,
.tab_nav_wrap3,
.tab_nav_wrap4 {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}


/* !-------------------- ページネーション -- */
.pagination {
  margin: 15px 0 0;
}
.pagination ul {
  counter-reset: number 0;
  margin: -5px auto;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-justify-content: center; justify-content: center;
}
.pagination li {
  padding: 5px;
}
.pagination a {
  color: #fff !important;
  font: 300 10px/1em 'gotham';
  width: 20px;
  height: 20px;
  border-radius: 3px;
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
  background: #bbb;
}
.pagination li.on a,
.pagination li.on a:before {
  pointer-events: none;
  background: -moz-linear-gradient(-45deg, rgba(34,68,119,1) 0%, rgba(14,158,165,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(34,68,119,1) 0%,rgba(14,158,165,1) 100%);
  background: linear-gradient(135deg, rgba(34,68,119,1) 0%,rgba(14,158,165,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#224477', endColorstr='#0e9ea5',GradientType=1 );
}
.pagination li a:hover {
  background: #0e9ea5;
}
.pagination li:not(.prev):not(.next) a:before {
  counter-increment: number 1;
  content: counter(number) " ";
}

/* prev next */
.pagination .prev a,
.pagination .next a {
  width: 50px;
}
.pagination .prev a:before {
  content: "prev";
}
.pagination .next a:before {
  content: "next";
}
.pagination li.off a {
  color: #ccc !important;
  background: #eee;
  border: 1px solid #ddd;
  pointer-events: none;
}


/* !--------------------------------------- リスト -- */
.style_list ul {
  margin: -10px;
}
.style_list li {
  padding: 10px;
}
.style_list article {
  color: #fff;
  font: 13px/1em 'noto sans japanese';
  text-align: center;
  padding: .6em;
  background: #224477;
}

[class*="list_main_"]{
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
}
[class*="list_main_"] > li {
  display: -webkit-flex; display: flex;
  -webkit-flex-direction: column; flex-direction: column;
}
[class*="list_main_"] > li > article {
  -webkit-flex: 1 1 auto; flex: 1 1 auto;
}
[class*="list_main_"] + .pagination {
  margin: 10px 0 30px;
}
.list_main_1 > li { width: 100%;}
.list_main_2 > li { width: 50%;}
.list_main_3 > li { width: 33.3333%;}
.list_main_4 > li { width: 25%;}
.list_main_5 > li { width: 20%;}
.list_main_6 > li { width: 16.6666%;}
.list_main_7 > li { width: 14.2857%;}
.list_main_1_2 > li:nth-of-type(1) { width: 33.3333%;}
.list_main_1_2 > li:nth-of-type(2) { width: 66.6666%;}
.list_main_2_1 > li:nth-of-type(1) { width: 66.6666%;}
.list_main_2_1 > li:nth-of-type(2) { width: 33.3333%;}


li.split_1 {
  width: 100%;
}
li.split_6 {
  width: 16.6666%;
}

@media screen and (max-width: 1280px){
  .list_main_1_1280 > li { width: 100% !important;}
  .list_main_2_1280 > li { width: 50% !important;}
  .list_main_3_1280 > li { width: 33.3333% !important;}
  .list_main_4_1280 > li { width: 25% !important;}
  .list_main_5_1280 > li { width: 20% !important;}
  .list_main_6_1280 > li { width: 16.6666% !important;}
}

@media screen and (max-width: 1080px){
  .list_main_1_1080 > li { width: 100% !important;}
  .list_main_2_1080 > li { width: 50% !important;}
  .list_main_3_1080 > li { width: 33.3333% !important;}
  .list_main_4_1080 > li { width: 25% !important;}
  .list_main_5_1080 > li { width: 20% !important;}
  .list_main_6_1080 > li { width: 16.6666% !important;}
}

@media screen and (max-width: 960px){
  .list_main_1_960 > li { width: 100% !important;}
  .list_main_2_960 > li { width: 50% !important;}
  .list_main_3_960 > li { width: 33.3333% !important;}
  .list_main_4_960 > li { width: 25% !important;}
  .list_main_5_960 > li { width: 20% !important;}
  .list_main_6_960 > li { width: 16.6666% !important;}
}

@media screen and (max-width: 860px){
  .list_main_1_860 > li { width: 100% !important;}
  .list_main_2_860 > li { width: 50% !important;}
  .list_main_3_860 > li { width: 33.3333% !important;}
  .list_main_4_860 > li { width: 25% !important;}
  .list_main_5_860 > li { width: 20% !important;}
  .list_main_6_860 > li { width: 16.6666% !important;}
}

@media screen and (max-width: 768px){
  .list_main_1_768 > li { width: 100% !important;}
  .list_main_2_768 > li { width: 50% !important;}
  .list_main_3_768 > li { width: 33.3333% !important;}
  .list_main_4_768 > li { width: 25% !important;}
  .list_main_5_768 > li { width: 20% !important;}
  .list_main_6_768 > li { width: 16.6666% !important;}
}

@media screen and (max-width: 640px){
  .list_main_1_640 > li { width: 100% !important;}
  .list_main_2_640 > li { width: 50% !important;}
  .list_main_3_640 > li { width: 33.3333% !important;}
  .list_main_4_640 > li { width: 25% !important;}
  .list_main_5_640 > li { width: 20% !important;}
  .list_main_6_640 > li { width: 16.6666% !important;}
}

@media screen and (max-width: 480px){
  .list_main_1_480 > li { width: 100% !important;}
  .list_main_2_480 > li { width: 50% !important;}
  .list_main_3_480 > li { width: 33.3333% !important;}
  .list_main_4_480 > li { width: 25% !important;}
  .list_main_5_480 > li { width: 20% !important;}
  .list_main_6_480 > li { width: 16.6666% !important;}
}

@media screen and (max-width: 374px){
  .list_main_1_374 > li { width: 100% !important;}
  .list_main_2_374 > li { width: 50% !important;}
  .list_main_3_374 > li { width: 33.3333% !important;}
  .list_main_4_374 > li { width: 25% !important;}
}


/* シンプルなリスト */
[class*="list_normal"] {
  margin: -5px 0;
}
[class*="list_normal"] > li {
  font: 500 12px/1.4em 'noto sans japanese';
  padding: 5px 0;
}
[class*="list_normal"][class*="dotted"] > li + li {
  border-top: 1px dotted #bbb;
}




/* !▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ スタイルガイドページのみ ▼▼ */
.style_head {
  background: #224477;
  padding: 15px 0 !important;
}
.style_head .container {
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: space-between; justify-content: space-between;
}
.style_head span {
  color: #fff;
  font: 600 17px/1em 'gotham';
  text-align: center;
  display: block;
}

.page_styleguide main {
}
.page_styleguide main > section {
  padding: 60px 0;
}
.page_styleguide main > section > .container > h2 {
  color: #224477;
  font-family: 'gotham';
  margin: 0 0 40px;
  border-bottom: 2px solid #eee;
}
.page_styleguide main > section > .container > h3 {
  margin: 40px 0 20px;
}






