@charset "UTF-8";
/*
 ============================================================
  common.css
 ============================================================
*/
/* reset
========================================================================== */
body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, table, tr, thead, tbody, tfoot, th, td, header, footer, nav, article, aside, section, figure, figcaption {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

body {
  line-height: 1;
  background: #ffffff;
}

select, option, input, button, label, textarea {
  line-height: 1;
}

input {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

em {
  font-style: normal;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

tabl th,
table td {
  word-break: break-all;
}

img,
a img {
  border: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

:root * {
  box-sizing: border-box;
}

div:after {
  content: '';
  display: block;
  clear: both;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear,
input::-ms-reveal {
  visibility: hidden;
}

/* base
========================================================================== */
body {
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック",Osaka,sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  -webkit-text-size-adjust: 100%;
}

body,
html {
  width: 100%;
}

html * {
  max-height: 999999px;
}

a {
  color: #034694;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* ALL
-------------------------------------------------- */
/* layout
========================================================================== */
body {
  width: 100%;
  min-width: 1000px;
}

.display_none {
  display: none;
}

.display_pc {
  display: block;
}

.display_sp {
  display: none !important;
}

/* header
--------------------------------------------------------- */
header {
  padding: 18px 0 20px 0;
  border-bottom: 2px solid #034694;
}

header .header_logo {
  width: 114px;
  float: left;
}

header .header_logo img {
  width: 100%;
}

header .header_txt {
  float: left;
  width: 300px;
  padding: 6px 0 0 14px;
  font-size: 1.5rem;
}

header .header_link {
  float: right;
  width: 276px;
  overflow: hidden;
}

header .header_link li {
  float: left;
  width: 120px;
}

header .header_link li:nth-child(2) {
  width: 132px;
  margin-left: 24px;
}

header nav {
  margin-top: 30px;
}

header nav ul {
  overflow: hidden;
  margin-left: -1px;
  border-right: 1px solid #e5e5e5;
}

header nav ul li {
  width: 250px;
  height: 50px;
  float: left;
  text-align: center;
  position: relative;
  border-left: 1px solid #e5e5e5;
}

header nav ul li.is_active {
  position: relative;
}

header nav ul li.is_active a {
  color: #034694;
}

header nav ul li.is_active:after {
  content: '';
  display: block;
  width: 230px;
  height: 2px;
  background: #034694;
  position: absolute;
  left: 10px;
  bottom: -20px;
}

header nav ul li a {
  display: table;
  width: 100%;
  height: 50px;
  text-align: center;
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

header nav ul li a:hover {
  opacity: 0.7;
}

header nav ul li a span {
  display: table-cell;
  vertical-align: middle;
}

header .nav_icon {
  display: none;
}

.nav_outer {
  display: none;
}

/* main
--------------------------------------------------------- */
main {
  padding: 56px 0 80px 0;
  background: #f5f5f5;
  position: relative;
}

main > .l_inner {
  background: #fff;
}

/* layout
--------------------------------------------------------- */
.l_inner {
  width: 1000px;
  margin: 0 auto;
}

.l_login {
  width: 588px;
  background: #ffffff;
  margin: 0 auto;
}

.l_contents {
  padding: 25px 40px 50px 40px;
}

.l_contents > section > .txt_lead:first-child {
  margin-top: 0;
}

.l_contents * + section {
  margin-top: 20px;
}

.l_contents > section + section {
  margin-top: 40px;
}

/* pagetop */
.pagetop {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  cursor: pointer;
  background: #034694 url(../img/icon_pagetop.png) no-repeat 50% 50%;
  background-size: 12px 7px;
}

.pagetop.is_move {
  position: fixed;
}

/* footer
--------------------------------------------------------- */
footer {
  padding: 18px 0 15px 0;
  background: #333333;
}

footer .footer_copyright {
  width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
}

/* module
========================================================================== */
/* headline
--------------------------------------------------------- */
h1 {
  padding: 8px 40px;
  color: #ffffff;
  background: #034694;
  font-size: 1.375rem;
}

h2 {
  padding-bottom: 10px;
  color: #034694;
  font-size: 1.25rem;
  border-bottom: 2px solid #034694;
}

h2 + * {
  margin-top: 30px;
}

h2 + h3 {
  margin-top: 20px;
}

h2 + .box_form {
  margin-top: 10px;
}

h2 + .txt_lead {
  margin-bottom: 20px;
}

* + h2 {
  margin-top: 40px;
}

h3 {
  margin-top: 30px;
}

h3,
.box_input_list_tit {
  font-size: 1.125rem;
  padding-left: 18px;
  position: relative;
  font-weight: bold;
}

h3:before,
.box_input_list_tit:before {
  content: '';
  display: block;
  background: #034694;
  width: 8px;
  height: 18px;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 2px;
}

h3 + *,
.box_input_list_tit + * {
  margin-top: 10px;
}

h4 {
  color: #034694;
}

h4 + * {
  margin-top: 10px;
}

/* btn
--------------------------------------------------------- */
.btn {
  display: table-cell;
  height: 40px;
  min-width: 120px;
  width: inherit;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
}

.btn:hover {
  opacity: 0.7;
  text-decoration: none;
}

.btn_type01 {
  background: #034694;
}

.btn_type02 {
  background: #f78600;
}

.btn_type03 {
  background: #999999;
}

.btn_type04 {
  min-width: 80px;
  background: #f5f5f5;
  color: #666666;
  box-shadow: 0 2px 0 0 #c4c4c4;
  border-radius: 3px;
}

.btn_dummy {
  position: relative;
  padding-left: 23px;
}

.btn_dummy:after {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: #e6e6e6;
  position: absolute;
  top: 9px;
  left: 23px;
}

.btn_back {
  position: relative;
  padding-left: 7px;
  font-size: 0.9375rem;
}

.btn_back:after {
  display: block;
  content: '';
  width: 7px;
  height: 12px;
  background: url(../img/icon_arrow.png) no-repeat;
  background-size: 7px 12px;
  position: absolute;
  top: 14px;
  left: 10px;
}

.btn_next {
  position: relative;
  padding-left: 23px;
  padding-right: 23px;
  height: 64px;
  font-size: 1.125rem;
}

.btn_next:after {
  display: block;
  content: '';
  width: 7px;
  height: 12px;
  background: url(../img/icon_arrow.png) no-repeat;
  background-size: 7px 12px;
  position: absolute;
  top: 26px;
  right: 16px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn_close {
  position: relative;
  padding-left: 28px;
  padding-right: 16px;
  height: 64px;
  font-size: 1.125rem;
}

.btn_close:after {
  display: block;
  content: '';
  width: 10px;
  height: 12px;
  background: url(../img/icon_close.png) no-repeat;
  background-size: 10px 12px;
  position: absolute;
  top: 26px;
  left: 16px;
}

.btn_top {
  padding-left: 26px;
  position: relative;
}

.btn_top:after {
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  background: url(../img/icon_top.png) no-repeat;
  background-size: 15px 15px;
  position: absolute;
  top: 12px;
  left: 16px;
}

.btn_logout {
  padding-left: 28px;
  position: relative;
}

.btn_logout:after {
  display: block;
  content: '';
  width: 14px;
  height: 19px;
  background: url(../img/icon_logout.png) no-repeat;
  background-size: 14px 19px;
  position: absolute;
  top: 9px;
  left: 16px;
}

/* list
--------------------------------------------------------- */
.list {
  margin-top: 10px;
}

.list li {
  font-size: 0.875rem;
  position: relative;
}

.list + .txt_error,
.list + .box_form {
  margin-top: 10px;
}

.list_note li {
  padding-left: 14px;
}

.list_note li:before {
  display: block;
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.list_note.txt_error {
  font-weight: normal;
}

.list_disc {
  margin-top: 10px;
  margin-left: 1.5em;
}

.list_disc > li {
  list-style-type: disc;
}

.list_disc li + li {
  margin-top: 10px;
}

.list + .box_list {
  margin-top: 25px;
}

.list_btn {
  margin-top: 62px;
  height: 64px;
  position: relative;
}

.list_btn li {
  position: absolute;
  left: 50%;
  margin-left: -140px;
  vertical-align: top;
}

.list_btn li.list_btn_prev {
  top: 24px;
  left: 0;
  margin-left: 0;
}

.list_btn li.list_btn_csv {
  top: 24px;
  left: auto;
  right: 0;
  margin-left: 0;
}

.list_btn.list_left {
  text-align: left;
}

.list_btn + .txt_error,
.list_btn + .link {
  margin-top: 20px;
}

/* txt
--------------------------------------------------------- */
.txt_error {
  color: #ff0000;
  font-size: 0.875rem;
  font-weight: bold;
}

.txt_error + p {
  margin-top: 10px;
}

.txt_error + .link {
  margin-top: 20px;
}

.txt_lead {
  margin-top: 10px;
}

.txt_left {
  text-align: left;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_bold {
  font-weight: bold;
}

/* table
--------------------------------------------------------- */
.tbl th {
  text-align: left;
}

.tbl_type01 th,
.tbl_type01 td {
  padding: 13px 15px 11px 15px;
}

.tbl_type01 tr:nth-child(2n+2) td, .tbl_type01 tr:nth-child(2n+2) th {
  background: #eff7fe;
}

.tbl_type02 {
  width: 100%;
  display: table;
  font-size: 0.75rem;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.tbl_type02_default {
  font-size: 0.875rem;
}

.tbl_type02_default .tbl_type02_row > div {
  padding: 10px;
}

.tbl_type02_head {
  background: #eff7ff;
  font-weight: bold;
}

.tbl_type02_head > div {
  border-top: 1px solid #cccccc !important;
  border-bottom: 1px solid #cccccc;
}

.tbl_type02_row {
  display: table-row;
}

.tbl_type02_row:first-child > div {
  border-top: none;
}

.tbl_type02_row > div {
  padding: 5px;
  display: table-cell;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  word-break: break-all;
  vertical-align: middle;
}

.tbl_type02_row > div.w_102 {
  border-right: 1px solid #cccccc;
}

.tbl_type02_row > div.tbl_type02_rowspan {
  vertical-align: top;
  padding: 0;
}

.tbl_type02_row > div.tbl_type02_rowspan > div {
  padding: 5px;
}

.tbl_type02_row > div.tbl_type02_rowspan > div + div {
  border-top: 1px solid #cccccc;
}

.tbl_type03 {
  width: 100%;
  display: table;
  font-size: 0.75rem;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.tbl_type03_default {
  font-size: 0.875rem;
}

.tbl_type03_default .tbl_type03_row > div {
  padding: 10px;
}

.tbl_type03_head {
  background: #eff7ff;
  font-weight: bold;
}

.tbl_type03_head > div {
  border-top: 1px solid #cccccc !important;
  border-bottom: 1px solid #cccccc;
}

.tbl_type03_row:first-child > div {
  border-top: none;
}

.tbl_type03_row > div {
  padding: 5px;
  display: table-cell;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  word-break: break-all;
  vertical-align: middle;
}

.tbl_type03_row > div.tbl_type03_rowspan {
  vertical-align: top;
  padding: 0;
}

.tbl_type03_row > div.tbl_type03_rowspan > div {
  padding: 5px;
}

.tbl_type03_row > div.tbl_type03_rowspan > div + div {
  border-top: 1px solid #cccccc;
}

.tbl_type03_row_sp:nth-child(1) {
  width: 120px;
}

.tbl_type03_row_sp:nth-child(6), .tbl_type03_row_sp:nth-child(7) {
  width: 110px;
}

.tbl_type03_row_sp:nth-child(2) {
  width: 100px;
}

.tbl_type03_row_sp:nth-child(3) {
  width: 98px;
}

.tbl_type03_row_sp:nth-child(4), .tbl_type03_row_sp:nth-child(5) {
  width: 140px;
}

.tbl_type03_row_sp, .tbl_type03_row_sp:nth-child(8) {
  width: 86px;
}

.tbl_type04 th,
.tbl_type04 td {
  padding: 13px 15px 11px 15px;
}

.tbl_type04 tr:nth-child(2n+2) td, .tbl_type04 tr:nth-child(2n+2) th {
  background: #eff7fe;
}

/* box
--------------------------------------------------------- */
.box_list {
  margin-top: 12px;
  padding: 15px;
  border: 1px solid #cccccc;
}

.box_list_title {
  font-size: 1.125rem;
}

.box_list_title + * {
  margin-top: 10px;
}

.box_list * + .tbl {
  margin-top: 10px;
}

.box_list + .list {
  margin-top: 20px;
}

.box_list + p {
  margin-top: 10px;
}

.box_list input {
  margin-right: 15px;
}

.box_input_title {
  font-weight: bold;
  font-size: 1.125rem;
}

.box_input_list ul {
  margin-top: 10px;
}

.box_input_list ul li + li {
  margin-top: 20px;
}

.box_input_list ul li span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 0.9375rem;
  font-weight: bold;
}

.box_input_list ul li .box_input_line {
  margin-bottom: 0;
  font-weight: normal;
  padding: 0 8px;
}

.box_input_list ul li .txt_error + span {
  margin-top: 10px;
}

.box_input_list ul li input + button {
  margin-left: 30px;
}

.box_input_line {
  font-size: 1.25rem;
  vertical-align: middle;
}

.box_input_must {
  padding-right: 55px;
  position: relative;
}

.box_input_must:after {
  display: block;
  padding: 3px 0;
  content: '必須';
  width: 40px;
  background: #ff0000;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 10px;
}

.box_input_area01, .box_input_area02, .box_input_area03 {
  display: inline-block;
  vertical-align: bottom;
}

.box_input_area01 ul, .box_input_area02 ul, .box_input_area03 ul {
  font-size: 0;
}

.box_input_area01 ul > li, .box_input_area02 ul > li, .box_input_area03 ul > li {
  display: inline-block;
}

.box_input_area01 ul li, .box_input_area02 ul li, .box_input_area03 ul li {
  vertical-align: top;
}

.box_input_area01 ul li + li, .box_input_area02 ul li + li, .box_input_area03 ul li + li {
  margin-top: 0;
  margin-left: 16px;
}

.box_input_area01 {
  width: 325px;
  position: relative;
}

.box_input_area01:after {
  position: absolute;
  right: 14px;
  bottom: 5px;
  content: '〜';
}

.box_input_area03 {
  margin-left: 30px;
}

.box_form {
  margin-top: 16px;
  background: #f5f5f5;
}

.box_form > div {
  padding: 24px;
}

.box_form_change {
  display: none;
  padding-top: 0 !important;
}

.box_form_tit {
  font-weight: bold;
  font-size: 0.9375rem;
}

.box_form_col {
  position: relative;
  margin-top: 5px;
}

.box_form_col > div {
  display: inline-block;
  vertical-align: top;
}

.box_form_col > div .box_form_tit {
  padding-top: 10px;
}

.box_form_col > div .radio,
.box_form_col > div .checkbox {
  margin-top: 8px;
}

.box_form_col > div .btn_checkbox {
  margin-top: 2px;
}

.box_form_col > div + div {
  padding-left: 5px;
}

.box_form_col > div + div.box_form_txt {
  line-height: 2.7;
  word-break: break-all;
  font-size: 0.875rem;
}

.box_form_col input + input {
  margin-top: 10px;
}

.box_form_col + .txt_error {
  margin-top: 20px;
}

.box_form_col + .txt_error + .box_form_tit {
  margin-top: 10px;
}

.box_form_confirm {
  min-height: 40px;
  padding: 6px 10px 6px 10px;
  background: #e0e0e0;
  vertical-align: middle;
  font-size: 1.25rem;
}

.box_form_confirm + input {
  margin-top: 5px;
}

.box_form_address {
  display: none;
}

.box_form_address .box_form {
  background: none;
}

.box_form_address .box_form > div {
  background: #f5f5f5;
}

.box_form_address .box_form .box_form_change {
  margin-top: 30px;
  padding-top: 24px !important;
}

.box_form_tel {
  width: 100%;
  padding-left: 0 !important;
  display: block;
}

.box_form_tel p,
.box_form_tel input {
  display: inline-block;
}

.box_form_tel p + p,
.box_form_tel input + input {
  margin-top: 0;
}

.box_form_btn {
  position: absolute;
  bottom: 0;
  left: 160px;
}

.box_form_search {
  margin-top: 20px;
}

.box_form_search + .txt_error {
  margin-top: 20px;
}

.box_form_csv {
  clear: both;
  margin-top: 20px;
  float: right;
}

.box_form * + .box_form_tit {
  margin-top: 20px;
}

.box_form .select_outer,
.box_form .select {
  background: #ffffff;
}

.box_pdf {
  position: relative;
}

.box_pdf p {
  width: 650px;
}

.box_pdf_img {
  width: auto !important;
  position: absolute;
  bottom: 5px;
  right: 60px;
}

* + .box_input_list {
  margin-top: 20px;
}

/* tab
--------------------------------------------------------- */
.tab_contents_02, .tab_contents_03 {
  display: none;
}

/* modal
-------------------------------------------------------- */
.modal {
  width: 840px;
  height: 350px;
  margin: -175px 0 0 -420px;
  padding: 60px 0 80px 0;
  background: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  text-align: center;
}

.modal .txt_error {
  font-size: 1.25rem;
}

.modal_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 20;
}

.modal_close {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}

.modal_close:before, .modal_close:after {
  display: block;
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #003a8e;
  top: 10px;
}

.modal_close:before {
  transform: rotate(230deg);
}

.modal_close:after {
  transform: rotate(130deg);
}

.modal label {
  margin-top: 24px;
}

.modal_btn {
  width: 280px;
  margin: 40px auto 0 auto;
}

/* login
-------------------------------------------------------- */
.login .list_btn {
  margin-top: 40px;
}

/* info
-------------------------------------------------------- */
.info {
  margin-top: 20px;
  padding: 24px;
  background: #eff7fe;
}

.info p + p {
  margin-top: 10px;
}

.info_tit {
  padding-left: 0;
  border: none;
}

.info_tit:before {
  display: none;
}

.info > + h3 {
  margin-top: 0;
}

.info > .info_tit {
  margin-top: 0;
}

.info * + .info_tit {
  margin-top: 28px;
}

.info .link > li + li {
  margin-top: 15px;
}

/* link
-------------------------------------------------------- */
.link li a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 15px;
}

.link li a:before {
  display: block;
  content: '';
  width: 7px;
  height: 12px;
  background: url(../img/icon_link.png) no-repeat;
  background-size: 7px 12px;
  position: absolute;
  top: 6px;
  left: 0;
}

.link_blank {
  display: inline-block;
  padding-right: 21px;
  position: relative;
}

.link_blank:after {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  background: url(../img/icon_blank.png) no-repeat;
  background-size: 14px 14px;
  position: absolute;
  top: 4px;
  right: 0;
}

.link_pdf {
  /*display: inline-block;*/
  padding-right: 23px;
  position: relative;
}

.link_pdf:after {
  display: block;
  content: '';
  width: 15px;
  height: 16px;
  background: url(../img/icon_pdf.png) no-repeat;
  background-size: 15px 16px;
  position: absolute;
  top: 2px;
  right: 0;
}

.link_download {
  display: inline-block;
  padding-right: 22px;
  position: relative;
}

.link_download:after {
  display: block;
  content: '';
  width: 15px;
  height: 19px;
  background: url(../img/icon_download.png) no-repeat;
  background-size: 15px 18px;
  position: absolute;
  top: 2px;
  right: 0;
}

.link_pager {
  margin-top: 20px;
  text-align: right;
  height: 24px;
}

.link_pager > li {
  display: inline-block;
  padding: 0 5px;
  vertical-align: top;
}

.link_pager > li.is_active a {
  text-decoration: none;
}

.link_pager > li:first-child, .link_pager > li:last-child {
  width: 24px;
  height: 24px;
  background: #034694 url(../img/icon_arrow.png) no-repeat 7px 6px;
  background-size: 8px 12px;
  cursor: pointer;
}

.link_pager > li:first-child {
  margin-right: 4px;
}

.link_pager > li:last-child {
  margin-left: 4px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.link_pager > li a {
  color: #03468c;
  font-weight: bold;
}

.link_pager + div {
  margin-top: 16px;
}

/* input
-------------------------------------------------------- */
input[type="text"],
input[type="password"] {
  padding: 0 10px;
  height: 40px;
  width: 100%;
  border: 2px solid #cccccc;
  border-radius: 2px;
  vertical-align: middle;
  font-size: 1.25rem;
  background: #ffffff;
}

button {
  display: inline-block !important;
  font-size: 0.9375rem;
}

label {
  cursor: pointer;
}

label + label {
  margin-left: 40px;
}

label.radio, label.checkbox {
  overflow: hidden;
  display: inline-block;
  height: 24px;
  padding: 6px 0 0 34px;
  position: relative;
  line-height: 1;
}

label.radio input, label.checkbox input {
  display: block;
  position: absolute;
  z-index: 2;
  padding-right: 16px;
  left: -16px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

label.radio {
  background: url(../img/bg_radio.png) no-repeat 0 0;
  background-size: 24px 24px;
}

label.radio.is_checked {
  background: url(../img/bg_radio_active.png) no-repeat 0 0;
  background-size: 24px 24px;
}

label.checkbox {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: url(../img/bg_checkbox.png) no-repeat 0 0;
  background-size: 24px 24px;
}

label.checkbox.is_checked {
  background: url(../img/bg_checkbox_active.png) no-repeat 0 0;
  background-size: 24px 24px;
}

label.btn_checkbox {
  width: 94px;
  height: 40px;
  padding-left: 24px;
  padding-top: 12px;
  color: #04a5b4;
  border: 1px solid #04a5b4;
  background: #ffffff url(../img/bg_btn_checkbox.png) no-repeat 0 0;
  background-position: 6px 13px;
}

label.btn_checkbox.is_checked {
  color: #ffffff;
  background: #04a5b4 url(../img/bg_btn_checkbox_active.png) no-repeat 0 0;
  background-position: 6px 13px;
}

/* select
-------------------------------------------------------- */
.select {
  position: relative;
}

.select_outer {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 0 0 #c4c4c4;
}

.select_outer:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 7px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #4d4d4d transparent transparent transparent;
}

.select select {
  height: 38px;
  width: 116%;
  position: relative;
  padding: 5px 15px;
  vertical-align: top;
  resize: vertical;
  border: none;
  font-size: 1.25rem;
}

/* width
--------------------------------------------------------- */
.icon_must {
  padding-right: 45px;
  position: relative;
}

.icon_must:after {
  display: block;
  padding: 3px 0;
  content: '必須';
  width: 40px;
  background: #ff0000;
  color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 0.75rem;
  border-radius: 10px;
  line-height: 1;
}

.icon_change, .icon_nochange {
  width: 120px;
  padding: 6px 0;
  background: #ffffff;
  font-size: 0.875rem;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
  line-height: 1;
}

.icon_change + .box_form_col, .icon_nochange + .box_form_col {
  margin-top: 15px;
}

.icon_change {
  color: #f78600;
  border: 2px solid #f78600;
}

.icon_nochange {
  color: #bdbdbd;
  border: 2px solid #bdbdbd;
}

/* font
--------------------------------------------------------- */
.fs_17 {
  font-size: 17px !important;
}

/* width
--------------------------------------------------------- */
.w_48 {
  width: 48px !important;
}

.w_60 {
  width: 60px !important;
}

.w_74 {
  width: 74px !important;
}

.w_80 {
  width: 80px !important;
}

.w_86 {
  width: 86px !important;
}

.w_90 {
  width: 90px !important;
}

.w_94 {
  width: 94px !important;
}

.w_96 {
  width: 96px !important;
}

.w_98 {
  width: 98px !important;
}

.w_102 {
  width: 102px !important;
}

.w_108 {
  width: 108px !important;
}

.w_100 {
  width: 100px !important;
}

.w_110 {
  width: 110px !important;
}

.w_120 {
  width: 120px !important;
}

.w_126 {
  width: 126px !important;
}

.w_130 {
  width: 130px !important;
}

.w_138 {
  width: 138px !important;
}

.w_140 {
  width: 140px !important;
}

.w_168 {
  width: 168px !important;
}

.w_180 {
  width: 180px !important;
}

.w_240 {
  width: 240px !important;
}

.w_250 {
  width: 250px !important;
}

.w_260 {
  width: 260px !important;
}

.w_280 {
  width: 280px !important;
}

.w_284 {
  width: 284px !important;
}

.w_300 {
  width: 300px !important;
}

.w_400 {
  width: 400px !important;
}

.w_460 {
  width: 460px !important;
}

.w_710 {
  width: 710px !important;
}

.w_754 {
  width: 754px !important;
}

.w_766 {
  width: 766px !important;
}

.w_787 {
  width: 787px !important;
}

.w_100p {
  width: 100% !important;
}

/* height
--------------------------------------------------------- */
.h_200 {
  height: 200px;
}

.h_230 {
  height: 230px;
}

.h_280 {
  height: 280px;
}

.mh_68 {
  min-height: 68px;
}

.mh_94 {
  min-height: 94px;
}

.mh_104 {
  min-height: 104px;
}

.js_scroll_type02_sp.h_280,
.js_scroll.h_280 {
  height: auto;
  max-height: 280px;
}

/* scroll
--------------------------------------------------------- */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: auto !important;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  left: 2px !important;
}

.mCSB_scrollTools .mCSB_dragger {
  width: 12px !important;
  margin: 0 !important;
  background-color: #034694 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #f5f5f5 !important;
  width: 12px !important;
  border-radius: 0 !important;
}

.tbl_type03 .mCSB_inside > .mCSB_container {
  margin-right: 14px;
}

/* scroll
--------------------------------------------------------- */
.scroll_type02 .display_pc {
  display: table;
}

.scroll_type02 .scroll_type02_tit {
  padding-right: 30px;
}



/* SP
-------------------------------------------------- */
@media only screen and (max-width: 750px) {
  /* layout
========================================================================== */
  body {
    padding-top: 60px;
    min-width: 320px;
  }
  .display_pc {
    display: none;
  }
  .display_sp {
    display: block !important;
  }
  /* header
--------------------------------------------------------- */
  header {
    width: 100%;
    min-width: 320px;
    min-height: 60px;
    padding: 0;
    border-bottom: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    background: #ffffff;
  }
  header .l_inner {
    height: 60px;
    padding: 15px 20px;
    border-bottom: 1px solid #034694;
    position: relative;
    z-index: 10;
  }
  header .header_logo {
    width: 57px;
  }
  header .header_txt {
    width: auto;
    padding: 0 0 0 8px;
    font-size: 1.125rem;
  }
  header .header_link {
    display: none;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    left: 0;
    top: 328px;
    float: none;
    z-index: 101;
  }
  header .header_link li {
    float: left;
    width: 46%;
  }
  header .header_link li:nth-child(2) {
    width: 46%;
    margin-left: 6%;
  }
  header nav {
    display: block;
    width: 100%;
    height: 336px;
    position: absolute;
    top: 60px;
    left: 0;
    margin-top: 0;
    background: #fff;
    z-index: 100;
    padding-bottom: 92px;
  }
  header nav ul {
    display: block;
    border-right: none;
  }
  header nav ul li {
    display: block;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e5e5e5;
  }
  header nav ul li.is_active:after {
    display: none;
  }
  header nav ul li a {
    padding: 18px 20px;
    height: auto;
    font-weight: normal;
    text-align: left;
  }
  header .nav_icon {
    display: block;
    width: 20px;
    height: 16px;
    position: absolute;
    top: 22px;
    right: 20px;
  }
  header .nav_icon span {
    display: block;
    width: 20px;
    height: 2px;
    background: #003a8e;
    position: absolute;
    top: 8px;
  }
  header .nav_icon:before, header .nav_icon:after {
    display: block;
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #003a8e;
    top: 0;
    transition: transform .3s;
  }
  header .nav_icon:after {
    top: 100%;
  }
  header.is_close nav,
  header.is_close .header_link {
    display: none;
  }
  header.is_open .nav_icon:before, header.is_open .nav_icon:after {
    transition: transform .3s;
  }
  header.is_open .nav_icon:before {
    -webkit-transform: translateY(8px) rotate(230deg);
    transform: translateY(8px) rotate(230deg);
  }
  header.is_open .nav_icon span {
    display: none;
  }
  header.is_open .nav_icon:after {
    -webkit-transform: translateY(-8px) rotate(130deg);
    transform: translateY(-8px) rotate(130deg);
  }
  .nav_outer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
  }
  /* main
--------------------------------------------------------- */
  main {
    padding: 20px 20px 68px 20px;
  }
  /* layout
--------------------------------------------------------- */
  .l_inner {
    width: 100%;
  }
  .l_login {
    width: 100%;
  }
  .l_contents {
    padding: 20px 12px;
  }
  .l_contents > section + section {
    margin-top: 30px;
  }
  /* pagetop */
  .pagetop {
    display: block;
    width: 100%;
    height: 36px;
    left: 0;
    bottom: 0;
    background-size: 13px 8px;
  }
  .pagetop.is_move {
    position: absolute;
  }
  /* footer
--------------------------------------------------------- */
  footer .footer_copyright {
    width: 100%;
  }
  /* module
========================================================================== */
  /* headline
--------------------------------------------------------- */
  h1 {
    padding: 8px 13px 9px 13px;
  }
  h2 {
    font-size: 1.1875rem;
  }
  h2 + * {
    margin-top: 15px;
  }
  h3,
  .box_input_list_tit {
    font-size: 1.0625rem;
  }
  /* btn
--------------------------------------------------------- */
  .btn {
    display: block;
    min-width: 100%;
    padding-top: 10px;
    font-size: 0.875rem;
  }
  .btn_dummy {
    position: relative;
    padding-left: 23px;
  }
  .btn_dummy:after {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background: #e6e6e6;
    position: absolute;
    top: 9px;
    left: 23px;
  }
  .btn_next {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 10px;
    height: 50px;
    width: 100% !important;
  }
  .btn_next:after {
    top: 50%;
    right: 10px;
    margin-top: -6px;
  }
  .btn_close {
    padding-top: 15px;
    height: 50px;
    padding-left: 24px;
    padding-right: 12px;
    width: 100% !important;
    text-align: center;
  }
  .btn_close:after {
    top: 50%;
    width: 12px;
    height: 13px;
    left: 12px;
    margin-top: -6px;
    background-size: 12px 13px;
  }
  .btn_top {
    padding-left: 12%;
  }
  .btn_top:after {
    margin-top: -8px;
    left: 8%;
    top: 50%;
  }
  .btn_logout {
    padding-left: 20%;
  }
  .btn_logout:after {
    margin-top: -10px;
    top: 50%;
    left: 8%;
  }
  /* list
--------------------------------------------------------- */
  .list {
    margin-top: 10px;
  }
  .list_note.txt_error {
    font-weight: normal;
  }
  .list + .box_list {
    margin-top: 25px;
  }
  .list_btn {
    margin-top: 35px;
    height: 50px;
    text-align: center;
    font-size: 0;
  }
  .list_btn > li {
    display: inline-block;
  }
  .list_btn li {
    width: 48%;
    top: 0;
    left: 0;
    position: relative;
    margin-left: 0;
  }
  .list_btn li + li {
    margin-left: 4%;
  }
  .list_btn li.list_btn_prev {
    top: 10px;
  }
  /* txt
--------------------------------------------------------- */
  /* table
--------------------------------------------------------- */
  .tbl_type01 {
    border-bottom: 1px solid #ccc;
  }
  .tbl_type01 tr {
    border-top: 1px solid #ccc;
  }
  .tbl_type01 tr td:nth-child(1) {
    padding-top: 20px;
  }
  .tbl_type01 tr td:nth-child(4) {
    padding-bottom: 20px;
  }
  .tbl_type01 th,
  .tbl_type01 td {
    padding: 0;
    display: list-item;
  }
  .tbl_type01 th {
    display: none;
  }
  .tbl_type01 td {
    padding: 2px 10px;
  }
  .tbl_type01 td:before {
    font-weight: bold;
  }
  .tbl_type01 td:nth-child(1):before {
    content: 'お振込年月日：';
  }
  .tbl_type01 td:nth-child(2):before {
    content: 'お振込金額：';
  }
  .tbl_type01 td:nth-child(3):before {
    content: 'PDFファイル：';
  }
  .tbl_type01 td:nth-child(4):before {
    content: 'CSVファイル：';
  }
  .tbl_type02 {
    border-right: none;
    font-size: 0.8125rem;
    border-bottom: none;
  }
  .tbl_type02_row {
    display: table;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
  }
  .tbl_type02_row > .tbl_type02_row_sp:last-child > div {
    border-bottom: none;
  }
  .tbl_type02_row + .tbl_type02_row {
    margin-top: 20px;
  }
  .tbl_type02_row .tbl_type02_rowspan {
    display: table-row-group;
  }
  .tbl_type02_row .tbl_type02_row_sp {
    display: table-row;
  }
  .tbl_type02_row .tbl_type02_row_sp div {
    padding: 5px;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
  .tbl_type02_row .tbl_type02_row_sp div:nth-child(1) {
    width: 42%;
    display: table-cell !important;
    background: #eff7fe;
  }
  .tbl_type02_row .tbl_type02_row_sp div:nth-child(2) {
    display: table-cell;
    width: 58%;
  }
  .tbl_type02_row .tbl_type02_row_sp.tbl_type02_btn {
    position: relative;
    height: 65px;
    border-top: 1px solid #cccccc;
  }
  .tbl_type02_row .tbl_type02_row_sp.tbl_type02_btn div {
    background: #ffffff;
    border-bottom: none;
  }
  .tbl_type02_row .tbl_type02_row_sp.tbl_type02_btn a {
    min-width: calc(100% - 20px);
    margin: 6px 10px 0 10px;
    position: absolute;
    left: 0;
  }
  .tbl_type02_head {
    display: none;
  }
  .tbl_type02_head + .tbl_type02_row {
    margin-top: 0;
  }
  .tbl_type02.tbl_address .tbl_type02_row_sp div {
    border-bottom: none;
  }
  .tbl_type02.tbl_address .tbl_type02_row_sp + .tbl_type02_row_sp div:nth-child(1),
  .tbl_type02.tbl_address .tbl_type02_row_sp + .tbl_type02_row_sp div:nth-child(2),
  .tbl_type02.tbl_address .tbl_type02_row_sp + .tbl_type02_row_sp div:nth-child(3) {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  .tbl_type02.tbl_address .tbl_type02_row_sp div:nth-child(3) {
    display: table-cell;
    width: 29%;
  }
  .tbl_type03 {
    border-right: none;
    font-size: 0.8125rem;
    border-bottom: none;
  }
  .tbl_type03_row {
    display: table;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
  }
  .tbl_type03_row + div {
    height: 280px;
  }
  .tbl_type03_row > .tbl_type03_row_sp:last-child > div {
    border-bottom: none;
  }
  .tbl_type03_row + .tbl_type03_row {
    margin-top: 20px;
  }
  .tbl_type03_row .tbl_type03_rowspan {
    display: table-row-group;
  }
  .tbl_type03_row .tbl_type03_row_sp {
    display: table-row;
  }
  .tbl_type03_row .tbl_type03_row_sp div {
    padding: 5px;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
  .tbl_type03_row .tbl_type03_row_sp div:nth-child(1) {
    width: 42%;
    display: table-cell !important;
    background: #eff7fe;
  }
  .tbl_type03_row .tbl_type03_row_sp div:nth-child(2) {
    display: table-cell;
    width: 58%;
  }
  .tbl_type03_row .tbl_type03_row_sp.tbl_type03_btn {
    position: relative;
    height: 65px;
    border-top: 1px solid #cccccc;
  }
  .tbl_type03_row .tbl_type03_row_sp.tbl_type03_btn div {
    background: #ffffff;
    border-bottom: none;
  }
  .tbl_type03_row .tbl_type03_row_sp.tbl_type03_btn a {
    min-width: calc(100% - 20px);
    margin: 6px 10px 0 10px;
    position: absolute;
    left: 0;
  }
  .tbl_type03_head {
    display: none;
  }
  .tbl_type03_head + .tbl_type03_row {
    margin-top: 0;
  }
  .tbl_type04 {
    font-size: 0.8125rem;
  }
  .tbl_type04 + .tbl_type04 {
    margin-top: 0;
  }
  .tbl_type04 tr + tr {
    border-bottom: 1px solid #ccc;
  }
  .tbl_type04 tr + tr td:nth-child(1) {
    padding-top: 20px;
  }
  .tbl_type04 tr + tr td:nth-child(4) {
    padding-bottom: 20px;
  }
  .tbl_type04 tr:nth-child(2n+2) td, .tbl_type04 tr:nth-child(2n+2) th {
    background: #eff7fe;
  }
  .tbl_type04 tr + tr td:nth-child(1) {
    padding-top: 5px;
  }
  .tbl_type04 th,
  .tbl_type04 td {
    padding: 5px;
    border: 1px solid #cccccc;
  }
  .tbl_type04 th:nth-child(1),
  .tbl_type04 td:nth-child(1) {
    width: 58% !important;
  }
  .tbl_type04 th {
    background: #cccccc;
  }
  .tbl_type04 th:nth-child(1) {
    border-right: 1px solid #ffffff;
  }
  .tbl_type04 td:nth-child(1) {
    background: #f5f5f5;
  }
  .tbl_type04 td:nth-child(1) input {
    margin: 0;
  }
  .tbl_type04 td:nth-child(2) {
    background: #f5f5f5;
  }
  .tbl_type04 td:nth-child(2) input {
    width: 50% !important;
  }
  /* box
--------------------------------------------------------- */
  .box_list {
    border: none;
    padding: 0;
  }
  .box_list_title + * {
    margin-top: 5px;
  }
  .box_input_title {
    font-size: 1.0625rem;
  }
  .box_input_list ul li input + button {
    margin-top: 10px;
    margin-left: 0;
  }
  .box_input_list ul li .box_input_line {
    padding: 0;
    text-align: center;
  }
  .box_input_line {
    padding: 0;
    text-align: center;
  }
  .box_input_tel p,
  .box_input_tel input[type="text"] {
    width: 30% !important;
  }
  .box_input_tel span {
    width: 5%;
  }
  .box_input_area01:after {
    right: auto;
    left: 94%;
  }
  .box_input_area01, .box_input_area02 {
    width: 100%;
  }
  .box_input_area01 ul li, .box_input_area02 ul li {
    width: 28% !important;
  }
  .box_input_area01 ul li + li, .box_input_area02 ul li + li {
    margin-left: 3%;
  }
  .box_input_area02 {
    margin-top: 10px;
  }
  .box_input_area03 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .box_form > div {
    padding: 12px;
  }
  .box_form_col > div {
    width: 100% !important;
  }
  .box_form_col > div + div.box_form_txt {
    padding-top: 0;
    line-height: 1.4;
  }
  .box_form_col > div + div {
    padding-left: 0;
    margin-top: 15px;
  }
  .box_form_confirm {
    width: 100% !important;
    font-size: 1rem;
    word-wrap: break-word;
  }
  .box_form_tel {
    width: 100%;
  }
  .box_form_tel p,
  .box_form_tel input[type="text"] {
    width: 25% !important;
  }
  .box_form_tel p:first-child,
  .box_form_tel input[type="text"]:first-child {
    width: 30% !important;
  }
  .box_form_btn {
    margin-top: 5px;
    position: relative;
    top: 0;
    left: 0;
  }
  .box_form_csv {
    float: none;
  }
  .box_pdf p {
    width: 100%;
  }
  .box_pdf_img {
    text-align: center;
    position: relative;
    right: 0;
  }
  /* tab
--------------------------------------------------------- */
  /* modal
-------------------------------------------------------- */
  .modal {
    width: calc(100% - 40px);
    padding: 30px 12px 12px 12px;
    height: auto;
    margin: 20px;
    top: 0;
    left: 0;
    text-align: left;
  }
  .modal .txt_error {
    font-size: 1.1875rem;
  }
  .modal_close {
    top: 6px;
    right: 9px;
  }
  .modal_btn {
    width: 100%;
    margin-top: 20px;
  }
  .modal_btn .btn {
    margin: 0;
  }
  .modal_btn .btn + .btn {
    margin-top: 20px;
  }
  /* login
-------------------------------------------------------- */
  /* info
-------------------------------------------------------- */
  .info {
    padding: 12px;
  }
  /* link
-------------------------------------------------------- */
  .link_pager {
    text-align: center;
  }
  /* input
-------------------------------------------------------- */
  input[type="text"],
  input[type="password"] {
    width: 100% !important;
    font-size: 1rem;
  }
  input[type="text"].w_60,
  input[type="password"].w_60 {
    width: 60px !important;
  }
  label {
    width: 100%;
  }
  label + label {
    margin-top: 18px;
    margin-left: 0;
  }
  label.radio, label.checkbox {
    overflow: visible;
    height: 16px;
    padding: 0 0 0 24px;
  }
  label.radio input, label.checkbox input {
    outline: 0;
  }
  label.radio {
    background-size: 16px 16px;
  }
  label.radio.is_checked {
    background-size: 16px 16px;
  }
  label.checkbox {
    background-size: 16px 16px;
  }
  label.checkbox.is_checked {
    background-size: 16px 16px;
  }
  label.btn_checkbox {
    width: auto;
    height: 40px;
    padding: 10px 16px 0 32px;
    background-position: 10px 10px;
  }
  label.btn_checkbox.is_checked {
    background-position: 10px 10px;
  }
  /* select
-------------------------------------------------------- */
  .select_outer {
    width: 100% !important;
  }
  .select select {
    width: 100%;
    font-size: 1rem;
  }
  /* width
--------------------------------------------------------- */
  /* font
--------------------------------------------------------- */
  .fs_17 {
    font-size: 16px !important;
  }
  /* width
--------------------------------------------------------- */
  /* height
--------------------------------------------------------- */
  /* scroll
--------------------------------------------------------- */
  .mCSB_scrollTools .mCSB_draggerContainer {
    left: 0 !important;
  }
  .mCSB_scrollTools .mCSB_dragger {
    width: 6px !important;
  }
  .mCSB_scrollTools .mCSB_draggerRail {
    width: 6px !important;
  }
  .mCSB_scrollTools {
    width: 6px !important;
  }
  .mCSB_inside > .mCSB_container {
    margin-right: 20px !important;
  }
  /* scroll
--------------------------------------------------------- */
  .scroll_type01 > .scroll_type01_tit {
    padding-right: 6px;
  }
  .scroll_type01 .scroll_type01_box {
    margin-right: 6px !important;
  }
  .scroll_type01 .mCSB_inside > .mCSB_container {
    margin-right: 6px !important;
  }
  .scroll_type02 .mCSB_inside > .mCSB_container {
    margin-right: 0 !important;
  }
  .scroll_type02 .tbl_type01 td {
    width: 100% !important;
  }
}
