<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> @charset "UTF-8";
/* ==================================================
	basic settings
================================================== */
h1, h2, h3, h4, h5, h6, p, li, pre, td, th, dt, dd {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
    h1, h2, h3, h4, h5, h6, p, li, pre, td, th, dt, dd {
      line-height: 1.5;
    }
}
/* basic line-height */
a {
  color: #004db6;
}
a:link {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/* code set
-------------------------------------------------- */
pre, code, kbd, samp, var, .font_mono {
  font-size: 1.3rem;
  line-height: 1.5;
}

pre {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  overflow-x: auto;
}

/* ==================================================
	RWD layout settings
================================================== */
.show_sp,
.show_pc {
  display: none !important;
}

/* SP
-------------------------------------------------- */
/* â–½ SP layout ========== */
@media only screen and (max-width: 767px) {
  .show_sp {
    display: block !important;
  }
}
/* ========== end â–³ */
/* PC
-------------------------------------------------- */
/* â–½ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .show_pc {
    display: block !important;
  }
}
/* ========== end â–³ */
/* SPã®ã¿éžè¡¨ç¤º
-------------------------------------------------- */
/* â–½ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}
/* ========== end â–³ */
/* å°åˆ·æ™‚ã®ã¿éžè¡¨ç¤º
-------------------------------------------------- */
/* â–½ PRINT layout ========== */
@media print {
  .print_none {
    display: none !important;
  }
}
/* ========== end â–³ */
/* ==================================================
	layout
================================================== */
/* clearfix
-------------------------------------------------- */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* float
-------------------------------------------------- */
.flr {
  float: right;
}

.fll {
  float: left;
}

/* overflow
-------------------------------------------------- */
.ofh {
  overflow: hidden;
}

/* ==================================================
	width
================================================== */
.w10p {
  width: 10% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w40p {
  width: 40% !important;
}

.w50p {
  width: 50% !important;
}

.w60p {
  width: 60% !important;
}

.w70p {
  width: 70% !important;
}

.w80p {
  width: 80% !important;
}

.w90p {
  width: 90% !important;
}

.w100p {
  width: 100% !important;
}

/* ==================================================
	margin
================================================== */
/* margin-top
-------------------------------------------------- */
.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

/* margin-bottom
-------------------------------------------------- */
.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb30_15 {
  margin-bottom: 15px !important;
}
/* â–½ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .mb30_15 {
    margin-bottom: 30px !important;
  }
}
/* ========== end â–³ */
.mb50_30 {
  margin-bottom: 30px !important;
}
/* â–½ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .mb50_30 {
    margin-bottom: 50px !important;
  }
}
/* ========== end â–³ */
/* margin-right
-------------------------------------------------- */
.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

/* margin-left
-------------------------------------------------- */
.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

/* ==================================================
	text
================================================== */
/* color
-------------------------------------------------- */
.color_red {
  color: #ff3b30 !important;
}

.color_green {
  color: #4cd964 !important;
}

.color_blue {
  color: #007aff !important;
}

/* font-family
-------------------------------------------------- */
.font_basic {
  font-family: "ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro","æ¸¸ã‚´ã‚·ãƒƒã‚¯","Yu Gothic","æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“",YuGothic,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯",sans-serif;
}

/* font-size
-------------------------------------------------- */
.fs12 {
  font-size: 1.2rem;
}

.fs13 {
  font-size: 1.3rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs16 {
  font-size: 1.6rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs20 {
  font-size: 2.0rem;
}

.fs24 {
  font-size: 2.4rem;
}

/* font-weight
-------------------------------------------------- */
.bold {
  font-weight: bold !important;
}

/* text-align
-------------------------------------------------- */
.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

/* text-decoration
-------------------------------------------------- */
a.tdn {
  text-decoration: none;
}
a.tdn:hover {
  text-decoration: underline;
}

/* vertical-align
-------------------------------------------------- */
.vat {
  vertical-align: top !important;
}

.vam {
  vertical-align: middle !important;
}

.vab {
  vertical-align: bottom !important;
}

/* text-indent
-------------------------------------------------- */
.indent {
  display: block;
  padding-left: 1em !important;
  text-indent: -1em !important;
}

/* scroll table text
-------------------------------------------------- */
.txt_scroll_x {
  margin: 15px 10px 5px 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.txt_scroll_x .fa {
  margin-right: 5px;
  color: #ff3b30;
  font-size: 2.4rem;
  vertical-align: middle;
}

/* txt_mb_area
-------------------------------------------------- */
.txt_mb_area &gt; * {
  margin-top: 20px;
}
.txt_mb_area &gt; *:first-child {
  margin-top: 0;
}

/* ==================================================
	image
================================================== */
/* pic
-------------------------------------------------- */
.pic img {
  max-width: 100%;
  height: auto;
}

/* hover fade
-------------------------------------------------- */
/* â–½ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  /* â–½ PC-TAB layout ========== */
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .fadeout {
    transition: all 0.3s ease;
  }
  .fadeout:hover {
    opacity: 0.6;
  }
}
@media print, screen and (min-width: 768px) {
  /* ========== end â–³ */
}
/* ========== end â–³ */
/* icon zoom
-------------------------------------------------- */
/* â–½ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .ico_zoom a {
    display: block;
    position: relative;
  }
  .ico_zoom a:before {
    box-sizing: border-box;
    content: "\f00e";
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    padding-top: 5px;
    background-color: #333;
    border-radius: 15px;
    color: #fff;
    font-size: 1.6rem;
    font-family: FontAwesome;
    text-align: center;
  }
}
/* ========== end â–³ */
/* ==================================================
	list
================================================== */
/* indent
-------------------------------------------------- */
.list_indent li {
  padding-left: 1em;
  text-indent: -1em;
}

/* list mark
-------------------------------------------------- */
.list_mark_disc &gt; li {
  position: relative;
  margin-top: 10px;
  padding-left: 1em;
}
.list_mark_disc &gt; li:first-child {
  margin-top: 0;
}
.list_mark_disc &gt; li::before {
  content: "ãƒ»";
  position: absolute;
  top: 0;
  left: 0;
}

/* ==================================================
	dl
================================================== */
/* basic
-------------------------------------------------- */
/* â–½ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .dl_style &gt; dd {
    margin-left: 1em;
  }
}
/* ========== end â–³ */
/* inline
-------------------------------------------------- */
.dl_inline dt, .dl_inline dd {
  display: inline-block;
  vertical-align: middle;
}

/* table
-------------------------------------------------- */
.dl_table_style {
    
}
/* â–½ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .dl_table_style {
      display: table;
    width: 100%;
    border-spacing: 0;
    word-wrap: break-word;
    word-break: break-all;
  }
  .dl_table_style &gt; dl {
    display: table-row;
      
  }
    .dl_table_style &gt; dl &gt; dt{
        vertical-align: middle;
    }
    .dl_table_style &gt; dl &gt; dd{
        
    }
  .dl_table_style &gt; dl &gt; dt,
  .dl_table_style &gt; dl &gt; dd {
    vertical-align: middle;
      
      display: table-cell;
  }
}
.dl_table_style &gt; dl &gt; dd input[type="text"],
.dl_table_style &gt; dl &gt; dd input[type="password"],
.dl_table_style &gt; dl &gt; dd input[type="email"],
.dl_table_style &gt; dl &gt; dd input[type="tel"] {
    padding: 5px 10px;
    height: 40px;
    border: 1px solid #aaaaaa;
    color: #000;
}
.dl_table_style &gt; dl &gt; dd input[type="text"]::placeholder,
.dl_table_style &gt; dl &gt; dd input[type="password"]::placeholder,
.dl_table_style &gt; dl &gt; dd input[type="email"]::placeholder,
.dl_table_style &gt; dl &gt; dd input[type="tel"]::placeholder {
    color: #8a8a8a;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Noto Sans JP', "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", YuGothic, "Sawarabi Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ã‚´ã‚·ãƒƒã‚¯", sans-serif;
}

.dl_table_style &gt; dl &gt; dd textarea {
    width: 100%;
    height: 230px;
    padding: 5px 10px;
    resize: none;
    border: 1px solid #aaaaaa;
    color: #000;
    font-weight: bold;
    font-family: 'Noto Sans JP', "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", YuGothic, "Sawarabi Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ã‚´ã‚·ãƒƒã‚¯", sans-serif;
}
@media screen and (max-width: 767px) {
    .dl_table_style &gt; dl &gt; dd textarea {
        height: 160px;
    }
}
.dl_table_style &gt; dl &gt; dd textarea::placeholder {
    color: #8a8a8a;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Noto Sans JP', "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", YuGothic, "Sawarabi Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ã‚´ã‚·ãƒƒã‚¯", sans-serif;
}
/* ========== end â–³ */
.dl_table_style &gt; dl &gt; dt,
.dl_table_style &gt; dl &gt; dd {
  box-sizing: border-box;
  margin: 0;
  padding: 15px 40px 35px;
}
/* â–½ SP layout ========== */
@media only screen and (max-width: 767px) {
  .dl_table_style &gt; dl &gt; dt,
  .dl_table_style &gt; dl &gt; dd {
    padding: 15px;
  }
    .dl_table_style &gt; dl &gt; dd:not(last-child){
        padding-bottom: 0;
    }
    .dl_table_style &gt; dl &gt; dd:last-child{
        padding-bottom: 35px;
    }
}
/* ========== end â–³ */
.dl_table_style &gt; dl {
    position: relative;
}
.dl_table_style &gt; dl:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: #fff;
}
.dl_table_style &gt; dl:after{
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #023e80;
}
.dl_table_style &gt; dl &gt; dt {
  min-width: 300px;
  background: #eff9ff;
  font-weight: normal;
}
.dl_table_style &gt; dl &gt; dd {
    background: #fff;
}
.dl_table_style.dl_vam &gt; dl &gt; dt,
.dl_table_style.dl_vam &gt; dl &gt; dd {
  vertical-align: middle;
}

.dl_table_style &gt; dl &gt; dd input:disabled {
    background-color: #f9f9f9;
    color: linen;
    opacity: 1;
}

/* example
-------------------------------------------------- */
.dl_example {
  padding: 15px 0;
  border-top: 4px solid #007aff;
  border-bottom: 1px solid #007aff;
}
/* â–½ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .dl_example {
    padding-left: 30px;
    border-top: none;
    border-bottom: none;
    border-left: 4px solid #007aff;
  }
}
/* ========== end â–³ */
.dl_example &gt; dt {
  font-size: 1.6rem;
  font-weight: bold;
}
.dl_example &gt; dd {
  padding-left: 10px;
}

/* ==================================================
	table
================================================== */
/* default
-------------------------------------------------- */
.table_style caption {
  padding: 5px 0;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
/* â–½ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .table_style caption {
    padding: 8px 0;
    font-size: 1.6rem;
  }
}
/* ========== end â–³ */
.table_style th, .table_style td {
  padding: 3px 5px;
  border: 1px solid #ddd;
}
/* â–½ SP layout ========== */
@media only screen and (max-width: 767px) {
  .table_style th, .table_style td {
    font-size: 1.2rem;
  }
}
/* ========== end â–³ */
/* â–½ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .table_style th, .table_style td {
    padding: 5px 10px;
  }
}
/* ========== end â–³ */
.table_style th {
  background-color: #f4f4f4;
  font-weight: normal;
}
.table_style td {
  padding: 10px;
  font-size: 1.3rem;
}
.table_style thead th {
  font-weight: bold;
  text-align: center;
}

/* SP scroll table
-------------------------------------------------- */
/* â–½ SP layout ========== */
@media only screen and (max-width: 767px) {
  .rwd_table_wrap {
    width: 100%;
    height: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* ========== end â–³ */
/* ==================================================
	box
================================================== */
.tips_box, .caution_box {
  padding: 15px;
  border-top: 5px solid;
  font-size: 1.3rem;
}
/* â–½ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .tips_box, .caution_box {
    border-top: none;
    border-left: 5px solid;
  }
}
/* ========== end â–³ */
.tips_box .ttl, .caution_box .ttl {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

/* tips
-------------------------------------------------- */
.tips_box {
  border-color: #ddd;
  background-color: #f4f4f4;
}

/* caution
-------------------------------------------------- */
.caution_box {
  border-color: #ffd1d1;
  background-color: #fff1f1;
}

/* quote
-------------------------------------------------- */
.quote_box blockquote {
  position: relative;
  margin-bottom: 10px;
  padding: 30px 5% 30px;
  background-color: #f4f4f4;
  line-height: 1.5;
}
/* â–½ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .quote_box blockquote {
    padding: 20px 40px 20px;
  }
}
/* ========== end â–³ */
.quote_box blockquote::before, .quote_box blockquote::after {
  position: absolute;
  color: #ccc;
  font-family: FontAwesome;
  font-size: 1.6rem;
  line-height: 1.0;
}
.quote_box blockquote::before {
  content: "\f10d ";
  top: 10px;
  left: 10px;
}
.quote_box blockquote::after {
  content: "\f10e ";
  right: 10px;
  bottom: 8px;
}
.quote_box .source {
  font-size: 1.3rem;
  text-align: right;
}

/* definition
-------------------------------------------------- */
.definition_box {
  padding: 10px 0;
}
/* â–½ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .definition_box {
    padding-left: 30px;
    border-left: 4px solid #4cd964;
  }
}
/* ========== end â–³ */
.definition_box .tit {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

/* comment
-------------------------------------------------- */
.comment_gon {
  display: block;
  padding: 8px 15px;
  border: 3px solid #ffe070;
  border-radius: 5px;
  background-color: #fff4cc;
}
.comment_gon dt {
  font-weight: bold;
}

/* ==================================================
	button
================================================== */
/* default
-------------------------------------------------- */
.btn_style {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}
.btn_style a {
  display: block;
  padding: 15px 0;
  border-radius: 5px;
  background-color: #2a2a2a;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
}
/* â–½ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .btn_style a:hover {
    background-color: #f68787;
  }
}
/* ========== end â–³ */
/* accordion
-------------------------------------------------- */
/* â–½ SP layout ========== */
@media only screen and (max-width: 767px) {
  .ac_btn_sp {
    position: relative;
    padding-right: 1em;
  }
  .ac_btn_sp::before {
    content: "\f0fe";
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -0.5em;
    font-family: FontAwesome;
  }
  .ac_btn_sp.open::before {
    content: "\f146";
  }
}
/* ========== end â–³ */
.ac_body_sp {
  display: none;
}
/* â–½ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .ac_body_sp {
    display: block !important;
  }
}
/* ========== end â–³ */
.ac_body_sp.open {
  display: block;
}



</pre></body></html>