@charset "UTF-8";
/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe, header, footer,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

em {
  font-weight: bold;
  font-style: normal;
}

strong {
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul,
ol {
  list-style: none;
}

ul,
ol,
dl {
  letter-spacing: -.4em;
}

ul li,
ol li,
dl dt,
dl dd {
  letter-spacing: 0.05em;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #fff;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 16px/1.5 'メイリオ',Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','游ゴシック',YuGothic,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
  *font-size: small;
  *font: x-small;
}

/* for IE6 */
* html body {
  font-size: 100%;
}

/* for IE7 */
*:first-child + html body {
  font-size: 100%;
}

/*
// Nudge down to get to 13px equivalent for these form elements
select, input, button, textarea {
	font:99% "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

// To help tables remember to inherit
table {
	font-size:inherit;
	font:100%;
}

// Bump up IE to get to 13px equivalent for these fixed-width elements
pre, code, kbd, samp, tt {
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	*font-size:108%;
	line-height:100%;
}*/
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

/* clearfix */
.clearfix, ul.disc,
ol.disc, #header, #footer {
  position: relative;
  *zoom: 1;
}
.clearfix:after, ul.disc:after,
ol.disc:after, #header:after, #footer:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------
	element style
----------------------------------------------------*/
body {
  background: #fff;
  color: #808080;
  font-family: "Yantramanav", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.05em;
}

input, textarea {
  font-family: "Yantramanav", sans-serif;
}

sup,
sub,
.note, #footer-otherlink-left a {
  font-size: 70%;
}

sup {
  vertical-align: top;
  position: relative;
  top: 0;
}

sub {
  vertical-align: bottom;
  position: relative;
  top: 0;
}

* html body, * html input, * html textarea {
  font-family: "Yantramanav", sans-serif;
}

.blank span:after {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  background: url("../images/blank.png") no-repeat center left;
  background-size: contain;
  width: 11px;
  height: 11px;
  margin-left: 11px;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-decoration: none;
  color: #808080;
}
a.pdf {
  text-decoration: underline;
  color: #33b2ff;
}
a.pdf:before {
  content: '';
  display: inline-block;
  vertical-align: text-bottom;
  background: url("../images/pdf.png") no-repeat center left;
  background-size: contain;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
a.pdf:hover {
  text-decoration: none;
}

.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR,
.sign {
  text-align: right;
}

.tL {
  text-align: left !important;
}

.att {
  color: #F00;
}
.att a {
  color: #F00;
}

.mb00 {
  margin-bottom: 0 !important;
}

.blu {
  color: #00a6ff;
}

ul.disc > li,
ol.disc > li {
  list-style: disc !important;
  margin: 0 0 0 1.4em;
}
ul.decimal > li,
ol.decimal > li {
  list-style: decimal !important;
  margin: 0 0 0 1.4em;
}
ul.indentlist li,
ol.indentlist li {
  text-indent: -1em;
  padding-left: 1em;
}
ul.att-list li,
ol.att-list li {
  list-style: none;
  background: url("../images/ic_att.png") no-repeat left 0.5em;
  margin: 0;
  padding-left: 20px;
}
ul.note-list li,
ol.note-list li {
  list-style: none;
  background: url("../images/ic_note.png") no-repeat 5px 0.5em;
  margin: 1em 0;
  padding: 5px 5px 5px 25px;
  border: 1px dashed #DDD;
  display: table;
}

.italic {
  font-style: italic;
}

.margin-c {
  margin-left: auto;
  margin-right: auto;
}

.mov {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 2.11268%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .mov {
    margin-top: 5.17241%;
  }
}
.mov iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.formula {
  color: #333 !important;
  font-family: serif, sans-serif;
  font-weight: bold;
}
.formula .sfrac {
  display: inline-block;
  vertical-align: -0.5em;
  text-align: center;
}
.formula .sfrac i {
  width: auto !important;
  padding: 0 !important;
  color: #333 !important;
}
.formula .sfrac-num {
  display: inline-block;
  font-size: 1.5rem;
}
.formula .sfrac__inr {
  display: block;
  white-space: nowrap;
}
.formula .sfrac__inr-bottom {
  border-top: 1px solid #333;
}

.sp_item {
  display: none !important;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.note {
  font-size: 77% !important;
  font-weight: normal !important;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.bold {
  font-weight: bold !important;
}

.cl_red {
  color: #e00;
}

.contents {
  box-sizing: border-box;
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 1420px;
  table-layout: fixed !important;
  background: #F00;
}

a.links {
  position: relative;
  padding-left: 15px;
  background: url("../images/arrow02.png") no-repeat 0.4em center;
  background-size: 5px auto;
}

a.txlink {
  color: #00a6ff;
  text-decoration: underline;
}

.box {
  padding: 1em 1.5em;
  border: 1px solid #bbb;
  margin-bottom: 3em !important;
}

.box_att {
  padding: 1em 1.5em;
  border: 1px solid #F00;
  margin-bottom: 2em !important;
}

.btn,
a,
button,
.submit {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a.fade:hover,
button.fade:hover,
.submit.fade:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
}

/* placeholder textcolor */
/* Chrome */
input::-webkit-input-placeholder {
    color: #bbb;
}

/* FF18- */
input:-moz-placeholder {
    color: #bbb;
}
/* FF19+ */
input::-moz-placeholder {
    color: #bbb;
}

/* IE10+ */
input:-ms-input-placeholder {
    color: #bbb !important;
}

/*----------------------------------------------------
	.contents
----------------------------------------------------*/
#contents {
  width: 100%;
  min-width: 1020px;
  box-sizing: border-box;
}

section {
  width: 100%;
  min-width: 1020px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  padding: 5.55556% 0;
}
section#title_area {
  width: 100%;
  background: -ms-linear-gradient(left, #0458c4 0%, #009fe5 100%);
  /* FF3.6-15 */
  background: -moz-linear-gradient(left, #0458c4 0%, #009fe5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0458c4 0%, #009fe5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-repeat: no-repeat;
  background-position: center;
  color: #FFF;
  text-align: left;
  position: relative;
  height: 168px;
  overflow: hidden;
  padding: 0;
}
section#title_area #bradcrumbs {
  position: absolute;
  width: 100%;
  padding: 1.23457% 1.85185%;
  box-sizing: border-box;
}
section#title_area #bradcrumbs li {
  display: inline-block;
  vertical-align: middle;
  font-size: 77%;
}
section#title_area #bradcrumbs li a {
  color: #FFF;
}
section#title_area #bradcrumbs li a:after {
  content: '>';
  display: inline-block;
  vertical-align: baseline;
  margin: .5em;
}
section#title_area h1 {
  width: 100%;
  font-size: 362%;
  font-weight: normal;
  display: table;
  height: 100%;
  box-sizing: border-box;
}
section#title_area h1 span {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0 6.17284%;
}
section.col_w {
  background: #FFF;
}
section.col_g {
  background: #f2f2f2;
}
section .inr {
  text-align: left;
  width: 100%;
  max-width: 1420px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  table-layout: fixed !important;
}
@media (min-width: 0px) and (max-width: 1420px) {
  section .inr {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.ttl_h1 {
  color: #00a6ff;
  /*    font-size: fz(57);*/
  font-size: 370%;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: normal;
}
.ttl_h1_s {
  font-size: 262%;
  line-height: 1.2;
  margin-bottom: 30px;
}
.ttl_h2 {
  font-size: 216%;
  font-weight: normal;
  line-height: 1.05;
}
@media (min-width: 0px) and (max-width: 1140px) {
  .ttl_h2 {
    font-size: 185%;
  }
}
.ttl_h2_01 {
  color: #1d2080;
}
.ttl_h2_01_s {
  font-size: 124%;
}
.ttl_h2_02 {
  color: #00a6ff;
}
.ttl_h2_02_s {
  font-size: 124%;
}
.ttl_h2_c {
  text-align: center;
}
.ttl_h2_s {
  font-size: 124%;
  color: #3e3a39;
}
.ttl_h2_line span:before {
  content: '';
  display: block;
  width: 1em;
  height: 3px;
  background: #f7c000;
  margin-bottom: .5em;
}
.ttl_h2_pdf {
  background: url("../images/pdf.png") no-repeat center left;
  background-size: 24px;
  padding-left: 30px;
  line-height: 24px;
}

.lead {
  margin-bottom: 5.55556%;
}
.lead_c {
  text-align: center;
}

.btn a,
.btn button {
  position: relative;
  display: inline-block;
  border-radius: 30px;
  padding: 3px 23px;
  font-size: 108%;
  color: #fff;
  font-weight: bold;
  min-width: 110px;
  box-sizing: border-box;
}

.btn-l a, .btn-l button {
  border-radius: 30px;
  padding: 10px 23px;
  font-size: 108%;
  width: 210px;
}
.link .btn-l a {
  width: auto;
  min-width: 210px;
}
.btn-xl a,
.btn-xl button {
  border-radius: 30px;
  padding: 8px 23px;
  font-size: 116%;
  width: 250px;
}
.btn-s a,
.btn-s button {
  border-radius: 30px;
  padding: 3px 23px;
  font-size: 108%;
  width: 125px;
}
.btn.with-arw a:after,
.btn.with-arw button:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url("../images/link_right_w.png") no-repeat center left;
  background-size: contain;
  width: 11px;
  height: 15px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -8px;
}
.btn_wht a,
.btn_wht button {
  border: 2px solid #3e3a39;
  background: #fff;
  color: #3e3a39;
}
.btn_wht:not(.is-disabled) a:hover,
.btn_wht:not(.is-disabled) button:hover {
  border: 2px solid #0458c4;
  background: #0458c4;
  color: #fff;
}
.btn_wht.is-disabled a,
.btn_wht.is-disabled button {
  border: 2px solid #d3d3d3;
  color: #d3d3d3;
  cursor: default;
}
.btn_blu a,
.btn_blu button {
  border: 2px solid #0458c4;
  background: #0458c4;
}
.btn_blu:not(.is-disabled) a:hover,
.btn_blu:not(.is-disabled) button:hover {
  background: #00a6ff;
  border: 2px solid #00a6ff;
}
.btn_blu.is-disabled a,
.btn_blu.is-disabled button {
  background: #95d6e9;
  border: 2px solid #95d6e9;
  cursor: default;
}
.btn_ylw a,
.btn_ylw button {
  border: 2px solid #f7c000;
  background: #f7c000;
}

.btn_ylw:not(.is-disabled) a:hover,
.btn_ylw:not(.is-disabled) button:hover {
  background: #f7dd7c;
  border: 2px solid #f7dd7c;
}

.btn_ylw.is-disabled a,
.btn_ylw.is-disabled button {
  background: #f7eaba;
  border: 2px solid #f7eaba;
  cursor: default;
}

.btn_red a,
.btn_red button {
  border: 2px solid #f00;
  background: #f00;
}
.btn_red:not(.is-disabled) a:hover,
.btn_red:not(.is-disabled) button:hover {
  background: #ff4c4c;
  border: 2px solid #ff4c4c;
}
.btn_red.is-disabled a,
.btn_red.is-disabled button {
  background: #ff8080;
  border: 2px solid #ff8080;
  cursor: default;
}
.btn_gry a,
.btn_gry button {
  border: 2px solid #3e3a39;
  background: #3e3a39;
}
.btn_gry:not(.is-disabled) a:hover,
.btn_gry:not(.is-disabled) button:hover {
  background: #9e9c9b;
  border: 2px solid #9e9c9b;
}
.btn_gry.is-disabled a,
.btn_gry.is-disabled button {
  background: #d4d1cf;
  border: 2px solid #d4d1cf;
  cursor: default;
}

a:hover .btn_more,
button:hover .btn_more {
  border: 2px solid #0458c4;
  background: #0458c4;
  color: #FFF;
}

a:hover.btn_blu,
button:hover.btn_blu {
  background: #00a6ff;
}
a:hover .btn_blu,
button:hover .btn_blu {
  background: #00a6ff;
}

.w_80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.errorFrameline {
  background: #ffe6e6;
  padding: 2.8169%;
  border-radius: 5px;
  margin-bottom: 4.93827%;
}
.errorFrameline em {
  color: #ff0808;
}

.select {
  position: relative;
}

select::-ms-expand {
  display: none;
}

.select select {
  width: 100%;
  display: block;
  background: #eee;
  padding: .5em;
  margin: 0;
  box-sizing: border-box;
  color: #3e3a39;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #eee;
  background-size: 20px, 100%;
}
.select select:-ms-expand {
  display: none;
}
.select label {
  width: 100%;
}
.select label:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: .7em;
  width: 9px;
  height: 9px;
  margin-top: -8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.select label:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 2em;
  height: 100%;
  background: #0458c4;
  background-size: 20px;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
}
.select--2 {
  padding: 5px 30px 5px 5px;
  border: 1px solid #CCCCCC;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: "";
  background: url("../images/bg_select.gif") no-repeat right #fff;
  font-family: "Helvetica","Arial","Verdana",sans-serif;
  color: #333;
  box-sizing: border-box;
  width: 100%;
}
.select--2:disabled {
  background: url("../images/bg_select.gif") no-repeat right #ddd;
}

.check {
  margin-bottom: .5em;
}
.check input[type=checkbox] {
  display: none;
}
.check input[type=checkbox] + span {
  position: relative;
  padding-left: 35px;
}
.check input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  background: #dadada;
}
.check input[type=checkbox] + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 5px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #FFF;
  border-right: 3px solid #FFF;
}
.check input[type=checkbox]:checked + span:before {
  background: #ffd600;
}
.check--w33 {
  width: 31.5%;
  margin-right: 1.5%;
}
.check--w33:nth-of-type(3) ~ .check--w33 {
  margin-top: 10px;
}
.check--w50 {
  width: 49%;
  margin-right: 1%;
}
.check--w50:nth-of-type(2) ~ .check--w50 {
  margin-top: 10px;
}
.check--w100 {
  clear: both;
  width: 100%;
}
.check--w100:nth-of-type(1) ~ .check--w100 {
  margin-top: 10px;
}
.check--2 {
  font-size: 108%;
}
.check--2 a {
  color: #00a6ff;
  text-decoration: underline;
}
.check--2 label {
  background: url("../images/check.png") no-repeat scroll left center;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  overflow: hidden;
  padding: 0 0 0 34px;
  font-size : 0.9rem;
}
.check--2 input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.check--2 input[type="checkbox"]:checked:not(:disabled) + label {
  background-image: url("../images/check_on.png");
}
.check--2 input[type="checkbox"]:checked:disabled + label {
  background-image: url("../images/check_on_disable.png");
}

/* ↓自教材のみ表示用チェックボックス追加 2018.5.28 */
.check--3 label {
  background: url("../images/check.png") no-repeat scroll left center;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  overflow: hidden;
  padding: 0 0 0 34px;
  font-size : 131%;
}
.check--3 input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.check--3 input[type="checkbox"]:checked:not(:disabled) + label {
  background-image: url("../images/check_on.png");
}
.check--3 input[type="checkbox"]:checked:disabled + label {
  background-image: url("../images/check_on_disable.png");
}
/* ↑自教材のみ表示用チェックボックス追加 2018.5.28 */

/* ↓ソート用モーダルのラジオボタン装飾 2018.6.21 */
.radio {
  margin-bottom: .1em;
}
.radio input[type=radio] {				/* 実物ボタンのプロパティ */
  display: none;
}
.radio input[type=radio] + label {		/* ラベルのプロパティ */
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.radio input[type=radio] + label:before {	/* 未チェック時の仮想ボタン（グレー外丸）before */
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0px;
  width: 16px;
  height: 16px;
  border: 2px solid #dadada;
  border-radius: 50%;
}
.radio input[type=radio] + label:after {	/* 未チェック時の仮想ボタン（グレー中丸）after */
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #dadada;
}
.radio input[type=radio]:checked + label:before {	/* チェック時の仮想ボタン（黄色外丸）before */
  border: 2px solid #ffd600;
}
.radio input[type=radio]:checked + label:after {	/* チェック時の仮想ボタン（黄色中丸）after */
  background: #ffd600;
}
/* ↑ソート用モーダルのラジオボタン装飾 2018.6.21 */

input[type="checkbox"]:disabled + label {
  cursor: default;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
}

textarea, input[type="text"], input[type="password"] {
  border: solid 1px #ccc;
  padding: 5px;
  font-size: 93%;
  color: #333;
  width: 100%;
  box-sizing: border-box;
}

textarea {
  height: 6em;
}

.links_C {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.help {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 1em;
  float: right;
  padding: 0 .7em;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: #0458c4;
  margin: .5em 0;
  font-size: 93%;
}
.help a {
  color: #FFF;
  text-decoration: none;
}
.help:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
}

#change-user-info-link-area {
  position: relative;
}
#change-user-info-link {
  text-align: center;
  display: inline-block;
  width: auto!important;
  margin: 0 0 auto 0;
  right: 0;
  position: absolute;
  top: 43px;
}

.pagenation {
  display: table;
  margin: 0 auto 4.22535%;
  counter-reset: my-counter;
}
@media (min-width: 0px) and (max-width: 767px) {
  .pagenation {
    margin: 0 auto 9.375%;
  }
}
.pagenation li {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
  border-left: 2px solid #dadada;
  padding: 0 1em;
  font-size: 124%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .pagenation li {
    width: 33.33%;
    font-size: 93%;
    text-align: center;
    padding: 0 .5em;
  }
}
.pagenation li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background: #ddd;
  color: #FFF;
  display: inline-block;
  line-height: 24px;
  text-align: center;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin-right: .5em;
  font-size: 108%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .pagenation li:before {
    display: block;
    margin: 0 auto .5em;
  }
}
.pagenation li:first-child {
  border: none;
}
.pagenation li.current {
  color: #0458c4;
}
.pagenation li.current:before {
  background: #0458c4;
}

.input_file {
  white-space: nowrap;
}
.input_file label {
  vertical-align: middle;
  background: #0458c4;
  color: #fff;
  padding: 5px 10px;
  box-sizing: border-box;
  width: 80px;
  text-align: center;
}
.input_file label input {
  display: none;
}
.input_file label + input[type="text"] {
  width: calc(100% - 80px);
  overflow: hidden;
}

@keyframes zoom-in {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: none;
  }
}
@keyframes rotate-right {
  0% {
    transform: translate(-100%) rotate(-100deg);
  }
  100% {
    transform: none;
  }
}
.is-animated {
  animation: .6s zoom-in;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
#header {
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  min-width: 1020px;
  height: 100px;
  position: relative;
  font-weight: 700;
}
#header-logo {
  position: absolute;
  top: 20px;
  left: 30px;
}
#header-logo img {
  width: 116px;
  margin-bottom: 0.64103%;
}
#header-logo .note, #footer-otherlink-left a {
  color: #929392 !important;
  display: block;
  font-weight: 600 !important;
}
#header-logo .note br {
  display: none;
}
#header-btns {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  text-align: right;
  white-space: nowrap;
}
#header-btns .btn {
  display: inline-block;
  margin-left: 18px;
}
#header-lang {
  display: inline-block;
}
#header-menu {
  position: absolute;
  top: 67%;
  left: 30px;
}

#header-menu li {
  display: inline-block;
  margin-right: 15px;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
#footer {
  width: 100%;
  min-width: 1020px;
  box-sizing: border-box;
  background: #FFF;
  padding: 1.28205% 1.92308%;
  position: relative;
  line-height: 1;
  font-weight: 700;
}
#footer a {
  color: #3e3a39;
}
@media all and (min-width: 768px) {
  #footer a:hover {
    color: #0458c4;
  }
  #footer a:active {
    color: #0458c4;
  }
}
#footer #pagetop {
  position: absolute;
  right: 1.92308%;
  line-height: 24px;
}
#footer #pagetop a:before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  background: url("../images/link_up.png") no-repeat;
  background-size: contain;
  width: 15px;
  height: 10px;
  margin-right: 10px;
}
#footer #snsare {
  display: table;
  width: 100%;
  padding-bottom: 0.64103%;
  margin-bottom: 0.64103%;
  border-bottom: solid 1px #d9d9d9;
}
#footer #snsare dt,
#footer #snsare dd {
  display: table-cell;
  vertical-align: middle;
}
#footer #snsare dt {
  width: 44px;
}
#footer #snsare li {
  display: inline-block;
  text-align: center;
  margin: 0 0 0 10px;
}
#footer #snsare li span {
  display: block;
}
#footer #snsare li span.common_icon {
  height: 20px;
  width: 30px;
  background-size: 30px;
  margin: auto;
  background-position: center center;
}
#footer #snsare li span.tw_icon {
  font-size: 23px;
}
#footer #snsare li span.fb_icon {
  font-size: 19px;
}
#footer #snsare li span.gp_icon {
  font-size: 20px;
}
#footer nav {
  border: solid #dfdfdf;
  border-width: 1px 0;
  padding: 3.84615% 0;
  margin-bottom: 1.28205%;
}
#footer nav > ul {
  width: 91.02564%;
  display: table;
  margin: 0 auto;
}
#footer nav > ul:last-child {
  padding-right: 0;
}
#footer nav > ul > li {
  display: table-cell;
  vertical-align: top;
  width: 16.66%;
  padding-right: 1.28205%;
  color: #BFBFBF;
}
#footer nav > ul > li #footer-logo {
  display: inline-block;
  text-align: center;
}
#footer nav > ul > li #footer-logo img {
  width: 50.41667%;
  margin: 0 6.25% 6.25%;
}
#footer nav > ul > li .note {
  color: #929392;
  display: block;
  font-weight: 600 !important;
  margin-bottom: 6.25%;
}
#footer nav > ul > li a {
  display: block;
  margin-bottom: 8.33333%;
}
#footer nav > ul > li ul > li {
  font-size: 85%;
  margin-bottom: 8.33333%;
  font-weight: normal;
}
#footer nav > ul > li ul > li:last-child {
  margin-bottom: 0;
}
#footer nav > ul > li ul > li > a {
  margin-bottom: 0;
}
#footer-lang {
  padding-left: 0.35211%;
  float: left;
}
#footer-lang .select-wrap {
  position: relative;
  display: table;
}
#footer-lang .select-wrap:before {
  content: '';
  display: table-cell;
  vertical-align: middle;
  background: url("../images/ic_lung.png") no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}
#footer-lang .select-wrap select {
  cursor: pointer;
  display: table-cell;
  vertical-align: bottom;
  padding-right: 30px;
  padding-left: 2.11268%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: url("../images/link_up.png") no-repeat center right;
  background-size: 15px, 100%;
  height: 22px;
}
#footer-lang .select-wrap select::-ms-expand {
  display: none;
}
#footer-lang .select-wrap select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
#footer-otherlink {
  float: right;
  font-weight: normal;
}
#footer-otherlink-left {
  float: left;
}
#footer-otherlink li {
  display: inline-block;
  margin-left: 40px;
  font-size: 77%;
}
#footer-otherlink li address {
  font-style: normal;
}

/*----------------------------------------------------
	印刷用スタイル
----------------------------------------------------*/
@media print {
  * html body {
    zoom: .7;
  }
}

/* ---------------
  result-main
 -----------------*/
.result-main__rating {
  margin-bottom: 1.25rem;
}
.result-main__rating .jq-star {
  cursor: default;
}

/* =========================================================
 jq-stars
========================================================= */
.jq-stars {
  display: inline-block;
}
.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}
.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}
.jq-star-svg {
  padding-right: 3px;
  width: 100%;
  height: 100%;
}
.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}
/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow(-2px -2px 2px #888);
  filter: drop-shadow(-2px -2px 2px #888);
}

/* review-rating
--------------------------------------------------------- */
.review-rating .jq-star {
  cursor: default;
}

.rating_info {
  width: auto !important;
}

/* privacy policy
--------------------------------------------------------- */
.ol-asterisk li:before {
    counter-increment: number;
    content: "*"counter(number)" ";
    position: absolute;
    left: -2.5rem;
}

.ol-asterisk {
    counter-reset: number;
    margin-left: 2.5rem;
}

.ol-asterisk > li {
    position: relative;
}

/* terms of use
--------------------------------------------------------- */
.ol-roman li:before {
    counter-increment: number;
    content: "("counter(number, lower-roman)") ";
    position: absolute;
    left: -4rem;
}

.ol-roman {
    counter-reset: number;
    margin-left: 5.5rem;
    margin-bottom: 30px;
}

.ol-roman > li {
    position: relative;
}

/* error
--------------------------------------------------------- */
.cerror-desc a {
    background: url(../img/icn_back.png) left center no-repeat;
    margin-left: 1rem;
    padding-left: 0.75rem;
}

.cerror-desc a:not([class]):visited {
    color: #2490d7;
}
.cerror-desc a:not([class]):link {
    color: #2490d7;
}

.cerror-desc a:not([class]) {
    color: #2490d7;
    text-decoration: none;
    outline: none;
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
}

.cerror-desc a:not([class]):hover {
  color: #2490d7;
  text-decoration: underline;
}

/* Nickname Search Area
--------------------------------------------------------- */
.nickNameSearchArea input[type="text"] {
  border: none;
  padding: 7px 12px 7px 12px;
  font: normal 14px sans-serif;
  color: #333;
  width: 100%;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}

.nickNameSearchArea input[type="text"]:focus {
  outline: none;
}

/* TagEditor
--------------------------------------------------------- */
.tag-editor .selected-tag .tag-editor-tag {
  background: #fff6ba;
}

.tag-editor .selected-tag .tag-editor-delete {
  background-color: #fff6ba;
}
.point-table td:first-child {
  width: 17%;
}

.message {
  width: 680px;
  text-align: left;
  margin: 0px auto;
}

.message_full_witdh {
  text-align: left;
  margin: 0px auto;
}

.message p {
  padding: 15px 0;
}

#term_list li {
  margin: 30px 0;
  width: 85%;
}
.term_label {
  padding: 10px;
  color: #fff;
  font-size: 16px ;
}
ul#term_list em {
  min-width: 60%;
  display: inline-block;
  text-align: left;
}
.required_label {
  background: #f00;
  display: inline-block !important;
}

.optional_label {
  background: #33c123;
  display: inline-block !important;
}

#link-red-msg {
  color: #f00;
  border: 1px solid;
  padding: 15px;
  margin: 15px 0;
}

#password_reset {
  text-align: center;
}

.blue_link {
  color: #2490d7;
}

.comming-soon-date {
  font-weight: bold;
  font-size: 1.5em;
}

.comming-soon-sentence {
  font-size: 3em;
  font-weight: bold;
}

.comming-soon-arrow {
  margin: 0 auto;
  width: 150px;
}

.none {
  display: none;
}

.block {
  display: block;
}