@charset "UTF-8";
/*---------------------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: none;
  font-size: 6.25%;
}

* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 14rem;
  font-family: "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif, Hiragino Sans;
  color: #333;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  /*白背景・不透明度50％*/
}

a.line {
  text-decoration: underline;
  color: #0033FF;
}

body {
  background: #fff;
  background-image: url("../imgs/bg.png");
}

#container {
  width: 1100px;
  margin: 0 auto;
}

#container2 {
  width: 100%;
}

#header, #content, #footer {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

.left {
  float: left;
}

.v_top {
  vertical-align: top;
}

.clear {
  clear: both;
}

/*-- 必須などの文字色 --*/
.deepred {
  color: #E84445;
}
.text_blue {
  color: #004b9e;
}
.text_purple {
  color: #5F328F;
}
.marker_blue {
  background: linear-gradient(transparent 60%, #dee7ff 60%);
}

/*-- インプットエラー背景色 --*/
.input_error {
  background: #F8D9D9;
}

.red {
  background: #FBB6B7;
}

.yellow {
  background: #FEFFE0;
}

.light_blue {
  background: #DCE6F0;
}

.delete_flg {
  background: #ddd;
}

.pointer1 {
  background: #ffe4b5;
}

.center {
  text-align: center;
}

/*---------------------------------------------------------------------------*/
input[type="text"], input[type="password"], input[type="number"], input[type="email"], textarea {
  margin: 1px 3px;
}

input[type="radio"], input[type="checkbox"] {
  margin: 3px;
}

select {
  margin: 0px 1px;
}

textarea {
  margin: 1px;
}

/*---------------------------------------------------------------------------*/
/*-- 基本のテーブル --*/
table {
  background-color: #c1c1c1;
  border-collapse: separate;
  border-spacing: 1px;
}

th {
  text-align: left;
  background-color: #f1f1f1;
  padding: 10px;
  white-space: nowrap;
}

td {
  background-color: #fff;
  padding: 10px;
}

tr.delete_flg td {
  background-color: #ddd;
}

/*-- 基本のボタン 青 --*/
.submit_btn {
  margin: 10px;
  padding: 10px 30px;
  color: #fff;
  border-style: none;
  background-color: #004b9e;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}
.submit_btn:where(:any-link, :enabled, summary):hover {
  color: #fff;
  background-color: #004b9e;
  opacity: 0.7;
}

.submit_btn[disabled] {
  margin: 10px;
  padding: 10px 30px;
  color: #a9a9a9;
  border: solid 1px #a9a9a9;
  background-color: #eee;
  cursor: default;
}

/* 灰色ボタン小さめ（戻る、次へ） */
.gray_btn {
  margin: 10px;
  padding: 5px 22px 5px 20px;
  color: #333;
  border: solid 1px #b4b4b4;
  background-color: #f6f6f6;
  cursor: pointer;
  font-size: 12px;
  font-size: 12rem;
}

/*-- 小さいボタン 白 --*/
.small_btn {
  padding: 1px 6px;
  border: solid 1px #666;
  background-color: #f9f9f9;
  cursor: pointer;
  font-size: 11px;
  font-size: 11rem;
}

.small_btn[disabled] {
  cursor: default;
}

/*-- 大きいボタン --*/
input.submit_btn_big {
  font-size: 14px;
  font-size: 16rem;
  margin: 10px;
  padding: 15px 50px;
  color: #fff;
  border-style: none;
  background-color: #004b9e;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}
input.submit_btn_big:where(:any-link, :enabled, summary):hover {
  color: #fff;
  background-color: #004b9e;
  opacity: 0.7;
}

/*-- 再生ボタン --*/
.play_btn {
  display: inline-block;
  padding: 3px 10px 3px 40px;
  border: solid 2px #CB525E;
  box-shadow: 0 2px 0 #CB525E;
  color: #CB525E;
  background: #fff url(../imgs/play.png) no-repeat 8px center / 25px auto;;
  cursor: pointer;
  transition: .2s;
}
.play_btn:hover {
  transform: translateY(2px);
  box-shadow: 0 0 0 #CB525E;
}
.play_btn[disabled] {
  color: #CB525E;
  cursor: default;
  opacity: 0.5;
}
.play_btn[disabled]:hover {
  transform: none;
  box-shadow: 0 2px 0 #CB525E;
}

/*-- output ボタン --*/
.output_btn {
  margin: 10px;
  padding: 10px 20px 10px 48px;
  color: #fff;
  border-style: none;
  background: #004b9e url(../imgs/output.png) no-repeat 15px center / 22px auto;;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}
.output_btn:where(:any-link, :enabled, summary):hover {
  color: #fff;
  background-color: #004b9e;
  opacity: 0.7;
}

/*-- 決済ボタン --*/
.pay_btn {
  padding: 5px 13px 5px 15px;
  font-size: 13px;
  font-size: 13rem;
  color: #004b9e;
  background-color: #dee7ff;
  border: solid 1px #96A2A8;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.pay_btn:hover {
  color: #fff;
  border: solid 1px #004b9e;
  background-color: #004b9e;
  opacity: 0.7;
}

/*---------------------------------------------------------------------------*/
/*-- ヘッダー --*/
#header {
  width: 1100px;
  height: 45px;
  margin: 20px auto 5px;
  padding: 0 0 10px 0;
  position: relative;
  z-index: 9;
}

#header_left {
  float: left;
  margin: 0;
  width: 280px;
}

#header_middle {
  float: left;
  margin: 0;
  width: 460px;
}
#header_right {
  float: right;
  margin: 0;
  padding: 8px 0 0 0;
  width: 220px;
}

#main_title {
  width: 260px;
  float: left;
  text-align: center;
  margin-top: 3px;
  padding: 5px 15px;
  font-size: 16px;
  font-size: 16rem;
  font-weight: bold;
  *zoom: 1;
}

#topnavi {
  margin: 0;
  padding-right: 0px;
}
#topnavi #top_user_name {
  margin: 1px;
  color: #20509b;
  font-weight: bold;
}
#topnavi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#topnavi li {
  float: left;
  padding: 9px 20px 0 10px;
  list-style: none;
}
#topnavi li#cart {
  float: left;
  position: relative;
  height: 20px;
  width: 22px;
  padding: 20px 0 0 10px;
  list-style: none;
  background: url("../imgs/cart.png") no-repeat 0px 0.4em;
}
#topnavi li#cart a {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 20px 0 13px 10px;
  z-index: 2;
}
#topnavi #cart_num {
  position: relative;
  top: -20px;
  left: 15px;
  padding: 3px 9px;
  font-size: 14px;
  color: #fff;
  background-color: #E45564;
  opacity: 0.8;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}
#topnavi a {
  color: #666;
  text-decoration: none;
}
#topnavi a:hover {
  color: #666;
  text-decoration: underline;
}

/*---------------------------------------------------------------------------*/
/*-- サイドメニュー --*/
#side_menu {
  float: left;
  width: 180px;
  margin: 1px auto;
  padding: 8px;
  background-color: #fff;
}

#side_menu li {
  list-style: none;
  margin: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #ccc;
}

#side_menu a {
  display: block;
  position: relative;
  margin: 10px;
  padding: 6px 15px;
  font-size: 14px;
  font-size: 14rem;
  color: #666;
  text-decoration: none;
  line-height: 20px;
}
#side_menu a:hover {
  color: #666;
}
#side_menu a::after {
  position: absolute;
  z-index: 1;
  left: 0;
  content: '';
  width: 80%;
  height: 34px;
  background-color: #D4E1E8;
  border-radius: 4px;
  bottom: 0px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
#side_menu a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
#side_menu .disp_br {
  position: relative;
  z-index: 3;
}

/*---------------------------------------------------------------------------*/
/*-- フッター --*/
#footer {
  clear: both;
  display: inline-block;
  margin: 50px 0 0 0;
  width: 100%;
  background-color: #ededed;
  text-align: center;
}
#footer .link {
  height: 45px;
  padding: 0 0 0 10px;
  border-bottom: 1px solid #fff;
}
#footer ul {
  list-style: none;
  width: 100%;
}
#footer li {
  padding: 12px 20px;
  float: left;
}
#footer li a {
  text-decoration: underline;
}

/*---------------------------------------------------------------------------*/
/*-- コンテンツ --*/
#content {
  float: left;
  margin: 0px;
  padding: 0 10px;
  width: 880px;
}
#content h2 {
  margin-bottom: 1em;
  margin-right: -60%;
  padding-left: 17px;
  font-size: 120%;
  height: 96px;
  line-height: 96px;
  background: linear-gradient(to right, #D4E1E8, #fff);
  color: #666;
  font-weight: normal;
}
#content h3 {
  margin: 20px 5px 5px 5px;
  font-size: 110%;
  height: 20px;
  line-height: 20px;
}

/*---------------------------------------------------------------------------*/
/*-- エラーメッセージ --*/
#err_msg_box {
  margin: 5px 15px 10px 0;
  padding: 5px 5px 5px 40px;
  color: #E84445;
  border: solid 1px #E84445;
  background: #FAF0F0 url("../imgs/err.png") 5px 3px no-repeat;
}

/*-- メッセージ --*/
#msgs_box {
  margin: 20px auto;
  padding: 20px;
  width: 550px;
  color: #666;
  border: solid 1px #666;
  background-color: #f9f9f9;
}

/*---------------------------------------------------------------------------*/
/*-- table in table --*/
.in_tbl {
  border-collapse: collapse;
  width: 100%;
}
.in_tbl .line_top {
  border-top: 1px solid #c1c1c1;
}
.in_tbl .line_right {
  border-right: 1px solid #c1c1c1;
}
.in_tbl .line_bottom {
  border-bottom: 1px solid #c1c1c1;
}
.in_tbl .line_left {
  border-left: 1px solid #c1c1c1;
}
.in_tbl li {
  margin-left: 16px;
}

/*-- table in list --*/
table.in_list {
  border-collapse: collapse;
}
table.in_list th, table.in_list td {
  padding: 8px 10px;
  border: none;
  border-bottom: solid 1px #ddd;
  background-color: #fff;
}
table.in_list input {
  margin-left: 5px;
}

/*---------------------------------------------------------------------------*/
/*-- 基本 div --*/
#sentence {
  margin: 10px;
}

/*---------------------------------------------------------------------------*/
p.pdf {
  margin: 0 10px 20px;
  padding: 10px 50px;
  color: #555;
  font-weight: bold;
  height: 20px;
  background: url("../imgs/pdf.png") 10px 5px no-repeat;
}

/*---------------------------------------------------------------------------*/
/*-- ログインフォーム --*/
#login_form {
  margin: 10px auto;
  padding: 0;
}
#login_form #form_left {
  float: left;
  border: 1px solid #ccc;
}
#login_form #form_right {
  float: left;
  margin: 0 0 0 20px;
  padding: 3px 0;
  border: 1px solid #ccc;
}
#login_form table {
  width: 500px;
  height: 400px;
  margin: auto;
  padding: 0;
  border-collapse: collapse;
  border: none;
  background-color: #fff;
  *zoom: 1;
}
#login_form th {
  padding: 0px 30px;
  border: none;
  background: none;
}
#login_form th.title {
  margin: 0;
  padding: 10px 20px;
  color: #004b9e;
  background-color: #fff;
  font-size: 16px;
  font-size: 16rem;
  text-align: left;
}
#login_form td {
  padding: 5px 30px 15px;
  text-align: left;
  border: none;
  background-color: initial;
}
#login_form input#submit_button {
  margin: 0 0 0 90px;
  padding: 10px 60px;
  color: #fff;
  border-style: none;
  background-color: #004b9e;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#login_form input#submit_button:hover {
  color: #fff;
  background-color: #004b9e;
  opacity: 0.7;
}
#login_form input[type="text"] {
  margin: 1px;
  padding: 10px 5px;
}
#login_form input[type="password"] {
  margin: 1px;
  padding: 10px 5px;
}
#login_form #form_right td {
  padding: 5px 20px 95px;
}
#login_form #form_right a {
  display: block;
  width: 45%;
  margin: 10px auto;
  padding: 10px;
  color: #004b9e;
  border: solid 2px #004b9e;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#login_form #form_right a:hover {
  color: #fff;
  border: solid 2px #004b9e;
  background-color: #004b9e;
  opacity: 0.7;
}
#login_form input[type="checkbox"] {
  accent-color: #004b9e;
  transform: scale(1.4);
}

/*---------------------------------------------------------------------------*/
/*-- テキストフィールドの入力ヒント --*/
.updnWatermark {
  color: #999;
  font-size: 80%;
  padding: 2px 10px;
}

/*-- ツールチップ --*/
.tooltip {
  position: relative;
  top: -1px;
  left: 1px;
  cursor: pointer;
  color: #fff;
  padding: 0 2px;
  background-color: #c60;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.tooltip span {
  display: none;
}

.tooltip:hover span {
  display: inline;
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: -160px;
  padding: 5px;
  border: solid 1px #2C664E;
  color: #000;
  background: #2C664E;
  line-height: 1.3em;
  cursor: pointer;
}
.tooltip:hover span table {
  width: 200px;
}
.tooltip:hover span td {
  font-weight: normal;
  white-space: nowrap;
}

/*---------------------------------------------------------------------------*/
/*-- FAQ --*/
.accordion_area{
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin:0 auto;
}
.accordion_area li{
  margin: 10px 0;
}
.accordion_area section {
  border: 1px solid #ccc;
  background-color: #fff;
}
.accordion_area .title {
  position: relative;
  cursor: pointer;
  font-size: 16rem;
  font-weight: normal;
  padding: 15px 15px 15px 40px;
  transition: all .5s ease;
}
.accordion_area .title::before,
.accordion_area .title::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #004b9e;
}
.accordion_area .title::before{
  top:48%;
  left: 15px;
  transform: rotate(0deg);
}
.accordion_area .title::after{
  top:48%;
  left: 15px;
  transform: rotate(90deg);
}
.accordion_area .title.close::before{
  transform: rotate(45deg);
}
.accordion_area .title.close::after{
  transform: rotate(-45deg);
}
.accordion_area .box {
  display: none;
  background: #f3f3f3;
  margin:0 3% 3% 3%;
  padding: 3%;
}
