@charset "UTF-8";

/* ====================

  *Reset css

  *Standard css
    *common
    *header
    *footer
    *contact

  *Media Queries
    *max-width 736px
      -common

      -et cetra...

==================== */


/* ---------------------------- Reset CSS  START ---------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

main, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}

html{
  overflow-y: scroll;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*, *:before, *:after {
  box-sizing: border-box;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
}
 
input::-webkit-input-placeholder, input:-moz-placeholder, textarea::-webkit-input-placeholder, textarea:-moz-placeholder {
  color: #888;
}

input[type="button"], input[type="submit"], input[type="search"], input[type="reset"] {
  -webkit-appearance: none;
  border: none;
}

ol, ul{
  list-style: none;
}

table{
  border-collapse: collapse; 
  border-spacing: 0;
  width: 100%;
}

caption, th{
  text-align: left;
}

a:focus {
  outline:none;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  max-width:100%;
}

/* ---------------------------- Reset CSS  END ---------------------------- */


/* ---------------------------- Standard CSS  START ---------------------------- */

/* ========= common ========= */

html {
  color: #444;
  font-size: 14px;
}

/* ipadではPCデザイン（1000px）で表示 */

body, html{
  min-width: 980px;
}

/* SP画面でのみ表示 */

.pc_none {
  display: none;
}

/* Androidブラウザフォントバグ対策 */

p {
  max-height: 999999px;
}

p,
th, td,
dt, dd {
  line-height: 1.8;
}

a {
  transition: .3s;
  color: #0e5d9e;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

img {
  display: block;
}

/* hover 画像透過 */

a:hover img.linkimg {
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: .3s;
}

/* asterisk */

.asterisk{
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.asterisk:before {
  content: "\00203b";
  padding-right: .2em;
}

/* 強調文字 */

strong {
  font-weight: bold;
}
.emp {
  color: #fa1818;
  font-weight: normal;
}
.emp_b {
  color: #fa1818;
  font-weight: bold;
}

/* bold font */

.font_b {
  font-weight: bold;
}

/* text align */

.txt_c {
  text-align: center;
}
.txt_r {
  text-align: right;
}

/* inline block */

.inline-b {
  display: inline-block;
  font-weight: inherit;
}

/* text nowrap */

.nowrap {
  white-space: nowrap;
}

h1.title1 {
  padding-bottom: 6px;
  margin-bottom: 50px;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #d5d5d5;
}


.container {
  width: 960px;
  margin: 0 auto;
}

main .container {
  background: #fff;
  padding-top: 2px;
  padding-bottom: 20px;
  min-height: 500px;
}

.con_item {
  margin: 50px 0 70px;
}

/* table */

.tbl {
  font-size: 14px;
  border: 1px solid #d6d6d6;
}
.tbl th,
.tbl td {
  padding: 16px;
  border: 1px dashed #d6d6d6;
}
.tbl th {
  width: 26%;
  vertical-align: middle;
  background: rgb(245, 245, 245);
}
.tbl .disc {
  list-style-type: disc;
  padding-left: 20px;
}

.required-bg td {
  background: #fff7f8;
}

/* btn */

.nml_btn {
  margin: 20px auto;
  width: 210px;
}
.nml_btn a {
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.3;
  display: block;
  text-align: center;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background: rgb(104, 153, 182);
}
.nml_btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.ipt_btn a {
  background: rgb(254, 140, 64);
}
.btn_arrow::before {
  content: "\00226b";
  font-size: 16px;
  vertical-align: middle;
  padding-right: 4px;
}

/* submit btn */

#submit {
  margin: 20px;
}
#submit .btn {
  width: 210px;
  margin: 0 auto;
  line-height: 1.3;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color: rgb(255, 255, 255);
  border-radius: 4px;
  transition: .3s;
  background: rgb(254, 140, 64);
}
#submit .btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* btn 2column */

.btn_col2 {
  -js-display: flex; /* IE8 */
  display: flex;
  justify-content: center;
  margin: 60px 0;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.btn_col2 .nml_btn {
  margin: 20px;
}



/* margin bottom */

.mgb1 {
  margin-bottom: 1em;
}
.mgb10 {
  margin-bottom: 10px;
}
.mgb20 {
  margin-bottom: 20px;
}
.mgb40 {
  margin-bottom: 40px;
}


/* ========= header ========= */

header {
  position: relative;
  box-shadow: rgba(78, 78, 78, 0.16) 0px 1px 4px 0px;
  z-index: 1;
}
header .container {
  padding-top: 2px;
  padding-bottom: 2px;
}
.system-name {
  display: inline-block;
  background: transparent url('../images/logo.png') no-repeat top left;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  width: 95px;
  height: 41px;
  margin: 16px 30px 10px 0;
}


/* ========= footer ========= */

footer .ftr-btm {
  color: #fff;
  padding: 2px;
  text-align: center;
  background: #005486;
}
footer .ftr-btm img {
  display: inline-block;
}
footer .ftr-btm img,
footer .ftr-btm small {
  vertical-align: middle;
}
footer .ftr-btm small {
  padding-left: 10px;
  font-size: 12px;
}

/* ========= contact ========= */

.contact .tbl,
.contact .sub_table {
  width: 100%;
  font-size: 14px;
}
.contact .tbl p {
  padding: 4px 0;
}
.contact .tbl input,
.contact .tbl textarea,
.contact .tbl select {
  padding: 0 4px;
}
.contact .tbl .sub_table,
.contact .tbl .sub_table th,
.contact .tbl .sub_table td {
  border: 0;
  background: none;
  padding: 0;
}
.contact .tbl .sub_table th,
.contact .tbl .sub_table td {
  vertical-align: top;
  padding: 4px 0;
}
.contact .tbl h4 {
  margin-top: 20px;
}
.contact .tbl h4:first-child {
  margin-top: 0;
}

.contact_form .custommer_type {
  padding: 0 6px;
}
.contact_form input[type="text"] {
  height: 30px;
  line-height: 22px;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: none;
  padding: 4px 8px;
}
.contact_form select {
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: none;
  padding: 2px 8px;
  height: 30px;
}
.contact_form input[type="checkbox"],
.contact_form input[type="radio"]{
  margin-right: 6px;
}
.contact_form .contact_content textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
}

.contact .form_btm p {
  text-align: center;
}

.required {
  background: #E34B3C;
  color: #FFF;
  font-size: 12px;
  display: inline-block;
  line-height: 100%;
  padding: 3px 6px;
  margin-top: -1px;
  vertical-align: top;
  margin: 3px 0 0 6px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.required {
  vertical-align: middle;
  padding: 2px 8px;
  margin: 0 6px;
  line-height: 1.4;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  color: #fff;
  background: rgb(255, 91, 118);
}
table span.required {
  float: right;
  padding: 2px 8px;
  margin: 2px 0;
  line-height: 1.4;
  border-radius: 4px;
  color: #fff;
  background: rgb(255, 91, 118);
}
table span.required-nm {
  padding: 1px 7px;
  margin: 0 2px 0 6px;
  line-height: 1.4;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  background: rgb(255, 91, 118);
}

.contact_reason > td > .radio_type {
  display: block;
}

/* validate message */
.validate_msg {
  margin: 20px 0;
  color: #fa1818;
}

.thanks {
  font-weight: bold;
  font-size: 20px;
}

/* ========= privacy ========= */

.pri_item {
  margin: 40px 0;
}

/* 番号付き見出し */
.count_number {
  counter-reset: list;
}
.count_number h2 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}
.count_number h2:before,
.count_number h4:before {
  counter-increment: list;
  content: counter(list)". ";
}

/* 番号付き見出し 設定上書き */
.privacy .count_number {
  counter-reset: none;
}
.privacy {
  counter-reset: list;
}

/* decimal list */
.privacy .decimal {
  list-style-type: decimal;
  padding-left: 1.6em;
  margin: 20px 0 40px;
  text-indent: 0;
}
.privacy .decimal > li {
  margin: 20px 0;
  font-weight: bold;
}
.privacy .decimal p {
  font-weight: normal;
}

/* lower-roman list */
.privacy .l_roman {
  list-style-type: lower-roman;
  margin: 20px 0 40px;
  padding-left: 1em;
}
.privacy .l_roman li {
  margin: 10px 0;
}

/* お問合わせ先 */
.p_contact h2 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #005486;
}
.p_contact .tbl {
  width: 800px;
}
.p_contact .tbl th {
  font-weight: bold;
}

/* Pマーク サイン */
.privacy .p_footer {
  -js-display: flex; /* IE8 */
  display: flex;
  justify-content: space-between;
}
.privacy .p_footer img {
  width: 62px;
}
.privacy .p_footer li + li {
  text-align: right;
}

/* pagetop */

#pagetop {
  display: block;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 30px;
  text-align: right;
  pointer-events: none;
}
#pagetop a {
  position: relative;
  display: inline-block;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  width: 60px;
  height: 60px;
  background: #464c52;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0;
  opacity: 0.7;
  cursor: pointer;
  pointer-events: auto;
}
#pagetop a:hover {
  opacity: 0.6;
}
#pagetop a::before {
  position: absolute;
  content: "";
  margin: auto;
  vertical-align: middle;
  top: calc(50% - 3px);
  left: calc(50% - 10px);
  width: 18px;
  height: 18px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 20240617 エラー画面追加 */
.error_btn{
  margin: 60px auto;
}

/* ---------------------------- Standard CSS  END ---------------------------- */

/* ---------------------------- Media Queries  START ---------------------------- */

/* ==============================================
  max-width 768px
============================================== */

@media screen and (max-width: 736px) {
  
  /* ========= common ========= */
  html {
    letter-spacing: normal;
  }
  body, html {
    min-width: 0;
  }
  .pc_none {
    display: inline;
  }
  .sp_none {
    display: none;
  }
  
  /* btn 2column */
  .btn_col2 .nml_btn,
  .btn_col2 #submit {
    margin: 20px auto;
  }
  
  /* cont_btn */
  .cont_btn.col2 li,
  .cont_btn.col3 li{
    width: 100%;
  }
  
  .container {
    width: 100%;
    padding: 0 5%;
  }
  .container .con_item {
    width: 100%;
  }
  .container .con_group {
    width: 100%;
  }
  
  /* table */
  .tbl th, .tbl td {
    width: 100%;
    display: block;
    border: none;
  }
  
  /* footer */
  footer .ftr-btm img {
    width: 80px;
  }

  /* contact */
  .contact .tbl th {
    width: 100%;
  }
  .contact_form .name input,
  .contact_form .company_name input,
  .contact_form .sub_table .email input,
  .contact_form .sub_table .tel input {
    width: 100%;
  }
  .contact .form_btm p {
  text-align: left;
  }
  /* privacy */
  .p_contact .tbl,
  .p_contact .tbl th {
    width: 100%;
  }

}

/* ---------------------------- Media Queries  END ---------------------------- */


