/*
bg_main_01 メインカラー　#071a27 仮
メインカラーから濃く　#

bg_sub_01 サブカラー（ゴールド）　#b7b483
bg_sub_02 サブカラー（薄いゴールド）　#d2cc8f

*/
@charset "utf-8";
body {
  color: #333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
a:link {
  color: #295675;
}
a:visited {
  color: #295675;
}
a:hover {
  color: #0098FF;
}
.bg_main_01 {
  background-color: #071a27 !important;
}
.bg_sub_01 {
  background-color: #b7b483 !important;
}
.bg_sub_02 {
  background-color: #d2cc8f !important;
}
.subtitle {
  padding: 10px;
  border-bottom: 1px solid #999 !important;
}
.subtitle_02 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 15px 0 15px 10px;
  background-color: #eee;
}
.subtitle_03 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #071a27;
  color: #fff;
}
.subtitle_04 {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
}
.subtitle_04:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}
.subtitle_05 {
  border-bottom: solid 3px skyblue;
  position: relative;
}
.subtitle_05:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}
.subtitle_06 {
  border-top: 1px solid #666 !important;
  border-bottom: 1px solid #666 !important;
}
.p_bold {
  font-weight: bold !important;
}
.p_center {
  text-align: center !important;
}
.p_center_bb {
  text-align: center;
  background-color: #000000;
  color: #fff !important;
  margin-bottom: 10px !important;
}
.p_left {
  text-align: left !important;
}
.p_right {
  text-align: right !important;
}
.border_333 {
  border: 1px solid #333;
}
.border_btm_333 {
  border-bottom: 1px solid #333;
}
.no_deco a, span.no_deco a {
  text-decoration: none;
}
.border_none {
  border: none !important
}
.p_gold {
  color: #ba9953 !important;
}
.p_gold_02 {
  color: #e9d7a0 !important;
}
.p_white {
  color: #FFFFFF !important;
}
.p_yellow {
  color: #ffe400 !important;
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.ore {
  color: #F36100;
}

.red {
  color: #ff0042;
}

.red_bg-yellow {
  color: #ff0042;
  font-weight: bold;
  background-color: #FFFF00;
}



/*　質問と答え Qa-Box*/
.Qa-Box {
  width: 80%;
  margin: 0 auto;
}
.Qa-Box .Qa dt, .Qa-Box .Qa dd {
  display: flex;
  align-items: baseline;
  margin: 30px 0;
}
.Qa-Box .Qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}
.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}
.Qa-Box .Qa dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  background: #D65556;
  color: #fff;
  width: 35px;
  height: 35px;
}
.Qa-Box .Qa dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6699B7;
  color: #fff;
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 960px) {
  .Qa-Box {
    width: 95%;
  }
}

/* ボックス関連*/
.kado5 {
  border-radius: 5px;
}
.kado10 {
  border-radius: 10px;
}
.box_sdw_01 {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
}

.textbox_caution {
  margin: 10px 0;
  padding: 10px;
  background: #fffc97;
  border: 5px solid #ec4955;
}
.textbox_caution h3 {
  line-height: 1.6;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
  color: #e50011;
  border-bottom: 1px dotted #e50011;
}
.yodanbox {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #62c1ce;
}
.yodanbox .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #62c1ce;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.yodanbox h3 {
  background: #62c1ce !important;
  color: #ffffff !important;
  padding: 15px 0;
}
.yodanbox p {
  margin: 0;
  padding: 0;
}
.pointbox {
  margin: 2em 0;
  background: #dcefff;
}
.pointbox .box-title {
  font-size: 1.8em;
  background: #5fb3f5;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.pointbox p {
  padding: 10px 20px !important;
  margin: 0;
}
.pointbox_red {
  margin: 2em 0;
  background: #fdd9d5;
}
.pointbox_red .box-title {
  font-size: 1.8em;
  background: #ff3a25;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.pointbox_red p {
  padding: 10px 20px !important;
  margin: 0;
}
.pointbox_black {
  margin: 2em 0;
  border: 2px solid #111;
}
.pointbox_black .box-title {
  font-size: 16px;
  background: #111;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}
.pointbox_black p {
  padding: 10px 20px;
  margin: 0;
}
.pointbox_purple {
  margin: 2em 0;
  background: #d8c6e6;
}
.pointbox_purple .box-title {
  font-size: 1.8em;
  background: #845da1;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.pointbox_purple p {
  padding: 10px 20px !important;
  margin: 0;
}


/* table*/
table {
  font-size: 14px;
  border-collapse: collapse;
  width: 100%;
}
tr {
  height: auto;
  font-weight: normal;
}
th {
  height: auto;
  margin: 0;
  padding: 5px;
  border: 1px solid #ddd;
  background-color: #eee;
  font-weight: normal;
  color: #333;
  vertical-align: middle;
}
td {
  height: auto;
  margin: 0;
  padding: 5px;
  border: 1px solid #ddd;
  font-weight: normal;
  color: #333;
  vertical-align: middle;
}
td.price_top {
  height: auto;
  margin: 0;
  padding: 10px;
  background-color: #222;
  color: #fff;
  text-align: center;
}
td.price_01 {
  height: auto;
  margin: 0;
  padding: 10px;
  line-height: 1.5;
  background-color: #eee;
  color: #000000;
  text-align: center;
}
td.price_02_center {
  height: auto;
  margin: 0;
  padding: 10px;
  background-color: #fff;
  color: #000000;
  text-align: center;
}
td.price_02_left {
  height: auto;
  margin: 0;
  padding: 10px;
  background-color: #fff;
  color: #000000;
  text-align: left;
}
td.price_caution {
  height: auto;
  margin: 0;
  padding: 10px;
  line-height: 1.5;
  background-color: #fefbb3;
  color: #000000;
  text-align: center;
}