/* **************************************************************************************

RESET

************************************************************************************** */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}
main {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
li {
  list-style: none;
  list-style-type: none;
}
caption, th {
  font-weight: normal;
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
area {
  border: none;
  outline: none;
}
abbr, acronym {
  border: 0;
}
* {
  box-sizing: border-box;

  -webkit-box-sizing: border-box;
}
input, textarea {
  appearance: none;
  border: 0;
  outline: none;

  -webkit-appearance: none;
  -moz-appearance: none;
}
button {
  appearance: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;

  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=submit], input[type=button] {
  cursor: pointer;
}
input, textarea {
  appearance: none;

  -webkit-appearance: none;
  -moz-appearance: none;
}
a {
  outline: none;
}
figure {
  line-height: 0;
}
img {
  height: auto;
  width: 100%;
}
/* **************************************************************************************

BASE

************************************************************************************** */
body {
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W3, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body button {
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W3, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}
body > img {
  display: none;
}
.icon {
  vertical-align: middle;
  margin-left: 3px;
  width: auto;
}
.link-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
  transition: opacity .2s;
}
.link-top:hover {
  color: #fff;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.main {
  position: relative;
}
/* **************************************************************************************

header

************************************************************************************** */

.headerlogo {
	padding:10px 0;
}
.headerlogo p {
	text-align:center;
}
.headerlogo p img {
	max-width:260px;
	min-width:160px;
	width:30%;
}

.p-header {
  width: 950px;
  margin: 0 auto;
}
.p-header_change {
  padding: 12px 8px;
  background: url('../img/header_change_bg.png') 0 0 repeat-y;
  background-size: 100%;
}
.p-header_pic {
  margin: 0 32px 0 0 !important;
  line-height: 0 !important;
}
.p-header_text {
  display: block;
  margin: 0 !important;
  font-family: ヒラギノ明朝 ProN W3, 'Hiragino Mincho ProN', 游明朝, 'YuMincho', メイリオ, Meiryo, sans-serif;
  font-size: 22px;
  letter-spacing: 0.23em;
  line-height: 1;
  line-height: 0 !important;
  text-align: center;
}
.p-header_text em {
  display: inline-block;
  padding: 0 4px;
  font-size: 26px;
  font-weight: normal !important;
  letter-spacing: 0;
  line-height: 1;
}
.p-header_text span {
  display: block;
  margin: 4px 0;
  font-size: 26px;
  letter-spacing: 0;
  font-weight: bold !important;
  line-height: 1;
  color: #000033;
  letter-spacing: 0.1em;
}

.p-header_text .span_18px {
  font-size: 18px;
}
.p-header_text span a {
  color: #000;
  text-decoration: underline !important;
}
.p-header_text span a:hover {
  text-decoration: none !important;
}
.p-header_title {
  padding: 15px 0 30px;
  width: 952px;
  margin: 0 auto;
  background: url('../img/header_title_bg.png') 0 100% repeat #0d0d44;
  border-radius: 0 0 5px 5px;
  color: #fff;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  text-align: center;
}
.p-header_lead {
  padding: 12px 0 10px;
  border-bottom: 1px solid #ffc408;
  border-top: 1px solid #ffc408;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1;
}
.p-header_lead span {
  color: #ffc408;
}

#contents {
  padding: 0;
}

/* **************************************************************************************

pagenav

************************************************************************************** */
.p-pagenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 766px;
  margin: 12px auto 0;
  justify-content: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.p-pagenav_des {
  width: 252px;
  margin: 0 !important;
  background-color: #f7f7f7;
}
.p-pagenav_des + .p-pagenav_des {
  margin: 0 0 0 5px !important;
}
.p-pagenav_term {
  padding: 14px 0 15px 13px;
  background-color: #d9e6f3;
  border-bottom: 3px solid #fff;
}
.p-pagenav_term a {
  padding: 0 0 0 23px;
  color: #000;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1;
}
.p-pagenav_term a:before {
  background-image: url('../img/icon_pagenav0.svg');
}
.p-pagenav_term a:visited {
  color: #000;
}
.p-pagenav_term a:hover {
  color: #000;
  text-decoration: none !important;
}
.p-pagenav_def {
  padding: 20px 0 20px 14px;
}
.p-pagenav_item + .p-pagenav_item {
  margin: 14px 0 0;
}
.p-pagenav_item a {
  padding: 0 0 0 22px;
  color: #075edb;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
}
.p-pagenav_item a:before {
  background-image: url('../img/icon_pagenav1.svg');
}
.p-pagenav_item a:visited {
  color: #075edb;
}
.p-pagenav a {
  position: relative;
  display: block;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-weight: bold;
}
.p-pagenav a:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: block;
  height: 14px;
  width: 14px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}
/* **************************************************************************************

sec

************************************************************************************** */
.p-sec {
  width: 950px;
  margin: 0 auto;
  padding: 0 0 26px;
}
/* **************************************************************************************

conditions

************************************************************************************** */
.p-conditions {
  padding: 15px 25px;
  background-color: #fcebf1;
}
.p-conditions_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 26px;
  background-color: #fff;
}
.p-conditions_des {
  width: 378px;
  min-width: 378px;
  border: 1px solid #ffc408;
  border-radius: 10px;
}
.p-conditions_des dl {
  padding: 30px 10px 15px;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-weight: bold;
}
.p-conditions_des dt {
  margin: 0 0 20px;
  color: #e53c71 !important;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
.p-conditions_des dt sup {
  position: relative;
  top: -8px;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1;
}
.p-conditions_des dt span {
  display: block;
  margin: 9px 0 0;
  color: #000 !important;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
}
.p-conditions_des dd {
  position: relative;
  padding: 0 0 0 20px;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.4;
}

.p-conditions_or {
  width: 92px;
  min-width: 92px;
  margin: 50px 0 0;
}
.p-conditions_or span {
  display: block;
  height: 68px;
  width: 68px;
  margin: 0 auto;
  background-color: #f7edcd;
  border-radius: 50%;
  color: #0d0d44 !important;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  line-height: 68px;
  text-align: center;
}
/* **************************************************************************************

inq

************************************************************************************** */
.p-inq {
  padding: 0 15px 14px;
  background-color: #f2f2f2;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  text-align: center;
}
.p-inq_term {
  padding: 15px 0;
  color: #000 !important;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
}
.p-inq_def {
  padding: 25px 0;
  background-color: #fff;
}
.p-inq_text {
  position: relative;
  display: inline-block;
  padding: 0 0 0 75px;
  color: #daae1e !important;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 48px;
  line-height: 1;
}
.p-inq_text span {
  margin: 0 0 0 26px;
  color: #000 !important;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
}
.p-inq_text:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: block;
  height: 58px;
  width: 58px;
  background: url('../img/icon_tel.svg') 0 0 no-repeat;
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}
/* **************************************************************************************

box

************************************************************************************** */
.p-box._ann-pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px 0 0;
}
.p-box._ann-pdf .p-box_ann {
  width: 566px;
  min-width: 566px;
  padding: 16px 20px;
  background-color: #f7f7f7;
}
.p-box._ann-pdf .p-box_pdf {
  padding: 22px 25px;
  flex: 1;
  background-color: #faf3de;

  -webkit-box-flex: 1;
  -ms-flex: 1;
}
.p-box._travel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-box._travel .p-box_term {
  width: 235px;
  min-width: 235px;
  padding: 37px 18px;
  background-color: #daae1e;
}
.p-box._travel .p-box_des {
  padding: 30px 0;
  flex: 1;
  background-color: #f2f2f2;

  -webkit-box-flex: 1;
  -ms-flex: 1;
}
.p-box._travel .p-box_title {
  color: #fff !important;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6;
}
.p-box._travel._card {
  margin: 30px 0 0;
}
.p-box._travel._card .p-box_term {
  padding: 70px 18px;
}
.p-box._travel._card .p-box_des {
  padding: 15px 0;
}
.p-box._relief {
  margin: 20px 10px 0;
}
.p-box._lost {
  margin: 14px 14px 0;
  padding: 0 0 10px;
  background-color: #fff;
}
.p-box._lost a {
  width: 470px;
  margin: 0 auto;
}
/* **************************************************************************************

flow

************************************************************************************** */
.p-flow {
  margin: 12px 0 0 !important;
  padding: 12px 0;
  background-color: #f7f7f7;
  color: #0d0d44;
}
.p-flow_content._flow2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 68px 0 50px;
  justify-content: center;
  background: url('../img/flow_bg1.png') 110px 100% no-repeat, url('../img/flow_bg0.png') 110px 0 no-repeat;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.p-flow_content._flow3 {
  position: relative;
  margin: 0 21px;
  padding: 40px 0 32px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  text-align: center;
}
.p-flow_content._flow3 a {
  color: #075edb;
}
.p-flow_content._flow3 a:visited {
  color: #075edb;
}
.p-flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.p-flow_item {
  width: 220px;
  min-width: 220px;
  padding: 29px 0 34px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  text-align: center;
}
.p-flow_item + .p-flow_item {
  margin: 0 0 0 9px;
}
.p-flow_text {
  margin-top: 0 !important;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.p-flow_text._flow3 {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
}
.p-flow_text._flow3 span {
  display: block;
  margin: 0 0 9px;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1;
}
.p-flow_text._fix {
  position: absolute;
  left: 24px;
  top: 8px;
  height: 120px;
  width: 120px;
  background-color: #f7edd1;
  border-radius: 50%;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1;
  line-height: 120px;
}
.p-flow_pic {
  margin: 18px 0 0 !important;
  line-height: 0;
  text-align: center;
}
.p-flow_pic img {
  height: 75px;
  width: auto;
}
.p-flow_des {
  padding: 14px 11px 11px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
}
.p-flow_des._des1 {
  width: 196px;
  min-width: 196px;
  margin: 0 !important;
}
.p-flow_des._des1 .p-flow_term {
  padding: 9px 0 19px;
}
.p-flow_des._des2 {
  width: 205px;
  min-width: 205px;
  margin: 0 0 0 11px !important;
}
.p-flow_des._des2 .p-flow_def {
  padding: 22px 0;
}
.p-flow_des._des3 {
  width: 220px;
  min-width: 220px;
  margin: 0 0 0 47px !important;
}
.p-flow_des._des3 .p-flow_term {
  padding: 9px 0 19px;
}
.p-flow_des._des3 .p-flow_def {
  padding: 22px 0;
}
.p-flow_des._des4 {
  width: 220px;
  min-width: 220px;
  margin: 0 0 0 9px !important;
}
.p-flow_des._des4 .p-flow_term {
  padding: 9px 0 19px;
}
.p-flow_des._des4 .p-flow_def {
  padding: 22px 0;
}
.p-flow_term {
  padding: 0 0 10px;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}
.p-flow_def {
  padding: 14px 0;
  background-color: #e53c71;
  color: #fff;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}
.p-flow_def a {
  color: #fff;
  text-decoration: underline !important;
}
.p-flow_def a:hover {
  text-decoration: none !important;
}
.p-flow_def a:visited {
  color: #fff;
}
/* **************************************************************************************

heading

************************************************************************************** */
.c-heading._level2 {
  font-size: 39px;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1;
  margin: 24px 0 0;
}
.c-heading._level3 {
  position: relative;
  width: 946px;
  min-height: 66px;
  margin: 0 auto 15px;
  background: url('../img/heading_level3_bg.png') 0 0 no-repeat;
  color: #fff;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  line-height: 66px;
  text-align: center;
}
.c-heading._level3:before {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: '';
  display: block;
  height: 1px;
  width: 946px;
  background-color: #ffc408;
  transform: translateX(0);

  -webkit-transform: translateX(0);
}
.c-heading._level4 {
  margin: 0 0 20px;
  padding: 12px 0 12px 10px;
  background-color: #f7edcd;
  border-left: 5px solid #ffc408;
  color: #000 !important;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
/* **************************************************************************************

inner

************************************************************************************** */
.c-inner {
  width: 950px;
  margin: 0 auto;
}
.c-inner._top {
  padding: 20px 92px 54px;
}
/* **************************************************************************************

text

************************************************************************************** */
.c-text {
  color: #000 !important;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.5;
}
.c-text._top {
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-weight: bold;
}
.c-text._top._ann {
  color: #990d0d !important;
}
.c-text._large {
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.8;
}
.c-text._bold {
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-weight: bold;
}
.c-text .bold {
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-weight: bold;
}
.c-text._ann-pdf {
  line-height: 24px;
}
.c-text._card {
  color: #0d0d44 !important;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.8;
}
.c-text._card + ._ann {
  margin: 9px 0 0 !important;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}
.c-text._travel {
  padding: 0 29px;
}
.c-text._lost {
  padding: 13px 0;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
.c-text._margin {
  padding: 0 10px;
}
.c-text._note {
  padding: 8px 0 8px 26px;
  background-color: #e53c71;
  color: #fff !important;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6;
}
.c-text._note span {
  position: relative;
  display: block;
  padding: 0 0 0 50px;
}
.c-text._note span:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: block;
  height: 27px;
  width: 32px;
  background: url('../img/icon_note.svg') 0 0 no-repeat;
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}
.c-text._tel {
  display: block;
  margin: 30px 0 0 !important;
  padding: 17px 0 17px 60px;
  background-color: #0d0d44;
  color: #fff !important;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;
}
.c-text._tel span {
  position: relative;
  display: block;
  padding: 0 0 0 68px;
  line-height: 48px;
}
.c-text._tel span:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: block;
  height: 43px;
  width: 43px;
  background: url('../img/icon_tel.svg') 0 0 no-repeat;
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}
.c-text._tel:hover {
  opacity: 0.8;
  text-decoration: none !important;
}
.c-text._name._ann-pdf {
  padding: 9px 0;
  border: 3px solid #daae1e;
  color: #0d0d44 !important;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
.c-text._name._relief {
  padding: 16px 0;
  background-color: #f8efd7;
  color: #000;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
/* **************************************************************************************

table

************************************************************************************** */
.c-table._table0 {
  width: 950px;
  margin: 0 auto;
  background: url('../img/table0_bg.png') 0 0 no-repeat;
  background-size: 100% auto;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-weight: bold;
}
.c-table._table0 caption {
  padding: 6px;
  background: url('../img/table0_bg.png') 0 0 no-repeat;
  background-size: 100% auto;
}
.c-table._table0 caption span {
  display: block;
  padding: 8px 0;
  background-color: #fff;
  color: #daae1e !important;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
.c-table._table0 th {
  padding: 10px 20px 16px;
  color: #000;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.c-table._table0 th span {
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1;
}
.c-table._table0 td {
  padding: 14px 20px;
  color: #000;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.c-table._table0 td sub {
  margin: 0 0 0 4px;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1;
}
.c-table._table0 tr:nth-child(odd) td {
  background-color: #f0f0f0;
}
.c-table._table0 tr:nth-child(even) td {
  background-color: #f7f7f7;
}
.c-table._table0 tr + tr td {
  border-bottom: 1px solid #fff;
}
.c-table._documents {
  position: relative;
}
.c-table._documents tr:nth-child(odd) td {
  background-color: #f0f0f0;
}
.c-table._documents tr:nth-child(even) td {
  background-color: #f7f7f7;
}
.c-table._documents th, .c-table._documents td {
  border: 1px solid #fff;
}
.c-table._documents td {
  padding: 20px 16px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
.c-table._documents td:first-child {
  text-align: left;
}
.c-table._documents td._name {
  color: #000;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  text-align: left !important;
}
.c-table._documents td ._double-circle, .c-table._documents td ._circle {
  position: relative;
  display: inline-block;
}
.c-table._documents td ._double-circle span, .c-table._documents td ._circle span {
  display: none;
}
.c-table._documents td ._double-circle:before, .c-table._documents td ._circle:before {
  color: #0d0d44;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
}.c-table._documents td ._double-circle:before {
  content: '\25C9';
}
.c-table._documents td ._circle:before {
  content: '\25CB';
}
.c-table._documents ._vertical {
  text-align: center !important;
}
.c-table._documents ._vertical span {
  display: block;
  margin: 0 auto;
  padding: 15px 0 0;
  white-space: nowrap;
  writing-mode: vertical-rl;

  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
}

_:-ms-lang(x), .c-table._documents ._vertical span {
  display: inline;
}

.c-table._documents .c-table_title0 {
  position: relative;
  overflow: hidden;
  width: 376px;
  background-color: #ffc408;
  color: #000;
}
.c-table._documents .c-table_title0 p {
  position: absolute;
  right: 16px;
  top: 13px;
  color: #000;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.c-table._documents .c-table_title0 p + p {
  bottom: 2px;
  left: 16px;
  right: inherit;
  top: inherit;
}
.c-table._documents .c-table_title0:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  display: block;
  height: 1px;
  width: 1000px;
  margin: 332px 0 0;
  background-color: #fff;
  transform: rotate(33.55deg) translate(-50%, -50%);

  -webkit-transform: rotate(33.55deg) translate(-50%, -50%);
}
.c-table._documents .c-table_title1 {
  height: 35px;
  width: 574px;
  padding: 10px 0;
  background-color: #c7c7d7;
  color: #0d0d44;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
.c-table._documents .c-table_title2 {
  width: 53px;
  padding: 10px 0;
  background-color: #b4b4d6 !important;
  color: #fff;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
.c-table._documents .c-table_sub {
  width: 81px;
  background-color: #0d0d44;
  color: #fff;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3;
}
.c-table._documents .c-table_sub._center {
  height: 35px;
  text-align: center;
  vertical-align: middle;
}
.c-table._documents .c-table_sub._last {
  height: 185px;
}
.c-table._documents .c-table_sub._sub {
  height: 220px;
}
.c-table._case ._vertical {
  text-align: center !important;
}
.c-table._case ._vertical span {
  display: block;
  white-space: nowrap;
  writing-mode: vertical-rl;
  writing-mode: vertical-rl;

  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
}
_:-ms-lang(x), .c-table._case ._vertical span {
  display: inline;
}
.c-table._case ._not-covered, .c-table._case ._covered {
  text-align: center;
}
.c-table._case ._not-covered {
  position: relative;
  background-color: #dbdbdb;
  vertical-align: top;
  padding: 273px 0 436px 0;
}

.c-table._case ._not-covered:before {
  top: 0;
}
.c-table._case ._not-covered:after {
  bottom: 0;
}
.c-table._case ._not-covered ._not-covered:before, .c-table._case ._not-covered ._not-covered:after {
  content: none;
}
.c-table._case ._not-covered2, .c-table._case ._covered {
  text-align: center;
}
.c-table._case ._not-covered2 {
  position: relative;
  background-color: #dbdbdb;
    vertical-align: middle;
    padding: 0;
}
.c-table._case ._not-covered2:before, .c-table._case ._not-covered2:after {
  position: absolute;
  left: 0;
  content: '';
  display: block;
  z-index: 1;
  height: 2px;
  width: 100%;
  background-color: #fff;
}
.c-table._case ._not-covered2:before {
  top: 0;
}
.c-table._case ._not-covered2:after {
  bottom: 0;
}
.c-table._case ._not-covered2 ._not-covered:before, .c-table._case ._not-covered2 ._not-covered:after {
  content: none;
}
.c-table._case ._covered {
  background-color: #fbf6e6;
}
.c-table._case ._covered + ._not-covered:before {
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
}
.c-table._case ._covered + ._not-covered:after {
  content: none;
}
.c-table._case td {
  padding: 30px 0;
  border-bottom: 1px solid #a3a3a3;
}
.c-table._case td._half {
  width: 244px;
}
.c-table._case td._covered {
  padding: 0 20px;
  padding: 274px 20px;
  vertical-align: top;
}
.c-table._case .c-table_title {
  width: 50%;
  padding: 14px 0;
  border-bottom: 3px solid #fff;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
.c-table._case .c-table_title._t0 {
  background-color: #dae6f4;
  color: #000;
}
.c-table._case .c-table_title._t1 {
  background-color: #afafaf;
  border-left: 1px solid #fff;
  color: #fff;
}
.c-table._case .c-table_sub {
  padding: 0 10px;
  width: 38px;
  color: #fff;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.c-table._case .c-table_sub._sub0 {
  background-color: #ffc408;
  border-bottom: 1px solid #ffc408;
}
.c-table._case .c-table_sub._sub1 {
  background-color: #e53c71;
  border-bottom: 1px solid #e53c71;
}
.c-table._case .c-table_sub._sub2 {
  background-color: #003;
  border-bottom: 1px solid #003;
}
.c-table._case .c-table_text {
  color: #000;
}
.c-table._case .c-table_text._example {
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.c-table._case .c-table_text._large {
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.c-table._case .c-table_text._covered, .c-table._case .c-table_text._not-covered {
  position: relative;
  margin: 30px 0 0 !important;
  padding: 116px 0 0;
  background-position: 50% 0;
  background-repeat: no-repeat;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.c-table._case .c-table_text._covered {
  background-image: url('../img/icon_covered.svg');
  background-size: 94px 94px;
  color: #e53c71;
}
.c-table._case .c-table_text._not-covered {
  background-image: url('../img/icon_not_covered.svg');
  background-position: 50% 6px;
  background-size: 82px 82px;
  color: #9b9b9b;
}
.c-table._case .c-table_text._not-covered._large {
  padding: 158px 0 0;
  background-position: 50% 0;
  background-size: 117px 117px;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1;
}
.c-table._case .c-table_text._not {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95px;
  min-width: 95px;
  padding: 0 8px;
  justify-content: center;
  background-color: #afafaf;
  color: #fff;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  font-weight: bold;
  align-items: center;
  letter-spacing: 0;
  line-height: 1.7;
  white-space: normal;
  word-wrap: break-word;

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
.c-table._case .c-table_text._not span {
  display: block;
  width: 79px;
  white-space: normal;
  word-wrap: break-word;
}
.c-table._case .c-table_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 10px 10px;
  align-items: stretch;

  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
}
.c-table._case .c-table_wrap + .c-table_wrap {
  border-top: 1px solid #a3a3a3;
}
.c-table._case .c-table_inner {
  padding: 20px 0;
  width: 100%;
}
.c-table._case .c-table_inner .c-table_box + .c-table_box {
  margin: 28px 0 0;
  padding: 28px 20px 0;
  border-top: 1px solid #a3a3a3;
}
.c-table._case .c-table_not {
  padding: 0;
}
.c-table._case .c-table_list._example {
  margin: 0 !important;
  list-style-type: disc;
}
.c-table._case .c-table_list._example .c-table_item {
  margin: 0 0 0 24px;
  list-style-type: disc;
  color: #000;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.c-table._case .c-table_list._example .c-table_item + .c-table_item {
  margin: 8px 0 0 24px;
}
.c-table._case .c-table_list._covered {
  margin: 3px 0 0 !important;
  text-align: left;
}
.c-table._case .c-table_list._covered .c-table_item {
  color: #000;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.8;
}
.c-table._case .c-table_list._covered .c-table_item:before {
  content: '\25CE';
}
.c-table._case .c-table_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  align-items: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
}
.c-table._case .c-table_type span {
  display: block;
  width: 85px;
  margin: 10px auto 0;
  border: 1px solid #0d0d44;
  color: #0d0d44;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  line-height: 20px;
  text-align: center;
}
.c-table._case .c-table_example {
  padding: 0 0 0 20px;
}
.ie .c-table._documents .c-table_title0:before {
  margin-top: 458px;
}
.safari .c-table._documents .c-table_title0:before {
  margin-top: 331px;
  transform: rotate(33.5deg) translate(-50%, -50%);

  -webkit-transform: rotate(33.5deg) translate(-50%, -50%);
}
.edge .c-table._documents .c-table_title0:before {
  margin-top: 340px;
  transform: rotate(34.2deg) translate(-50%, -50%);

  -webkit-transform: rotate(34.2deg) translate(-50%, -50%);
}
/* **************************************************************************************

list

************************************************************************************** */
.c-list._pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px 0 0 !important;
  text-align: center;
}
.c-list._pdf .c-list_item {
  width: 162px;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.c-list._pdf .c-list_item + .c-list_item {
  margin: 0 0 0 11px;
}
.c-list._pdf .c-list_item a {
  margin: 5px 0 0;
}
.c-list._travel .c-list_item {
  position: relative;
  padding: 0 0 0 16px;
  color: #fff;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2;
}
.c-list._travel .c-list_item:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\FF0D';
  display: block;
}
.note li {
  position: relative;
  display: block;
  padding-left: 1.1em;
  color: #000;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.5;
}
.note .mark {
  position: absolute;
  top: 0;
  left: 0;
}

/* **************************************************************************************

btn

************************************************************************************** */
.c-btn._pdf {
  display: block;
  padding: 12px 7px;
  background: #bc121a;
  border-radius: 10px;
  color: #fff !important;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.c-btn._pdf:hover {
  opacity: 0.8;
  text-decoration: none !important;
}
.c-btn._pdf span {
  position: relative;
  display: inline-block;
  padding: 0 29px 0 9px;
  color: #fff !important;
}
.c-btn._pdf span:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  display: block;
  height: 25px;
  width: 25px;
  background: url('../img/icon_download.svg') 0 0 no-repeat;
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}
.c-btn._pdf._relief {
  padding: 12px 14px;
}
.c-btn._pdf._relief span {
  padding: 0 32px 0 0;
}
.c-btn._pdf02 {
  display: inline-block;
  padding: 12px 7px;
  background: #bc121a;
  border-radius: 10px;
  color: #fff !important;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.c-btn._pdf02:hover {
  opacity: 0.8;
  text-decoration: none !important;
}
.c-btn._pdf02 span {
  position: relative;
  display: inline-block;
  padding: 0 29px 0 9px;
  color: #fff !important;
}
.c-btn._pdf02 span:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  display: block;
  height: 25px;
  width: 25px;
  background: url('../img/icon_download.svg') 0 0 no-repeat;
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}
.c-btn._pdf02._relief {
  padding: 12px 14px;
}
.c-btn._pdf02._relief span {
  padding: 0 32px 0 0;
}
.c-btn._lost {
  display: block;
  padding: 12px 7px;
  background: #0d0d44;
  border: 1px solid #0d0d44;
  border-radius: 10px;
  color: #fff;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;
}icon_arr_white
.c-btn._lost:hover {
  opacity: 0.8;
  text-decoration: none !important;
}
.c-btn._lost span {
  position: relative;
  display: inline-block;
  padding: 0 33px 0 0;
}
.c-btn._lost span:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  display: block;
  height: 16px;
  width: 11px;
  background: url('../img/icon_arr_white.svg') 0 0 no-repeat;
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}
/* **************************************************************************************

des

************************************************************************************** */
.c-des._relief {
  margin: 0 !important;
  padding: 10px;
  background-color: #fff;
}
.c-des._relief .c-des_term {
  padding: 6px 0 5px;
  background-color: #f2f2f2;
  color: #000;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
.c-des._relief .c-des_def dt {
  margin: 0 0 15px;
  padding: 20px 0 0 40px;
  color: #daae1e;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.c-des._relief .c-des_def dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 16px 40px;
}
.c-des._relief .c-des_def dd ul {
  margin: 0 !important;
}
.c-des._relief .c-des_def dd ul + ul {
  margin: 0 0 0 50px !important;
}
.c-des._relief .c-des_def dd li {
  color: #000 !important;
  font-family: -apple-system, blinkMacSystemFont, ヒラギノ角ゴ Pro W6, 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.c-des._relief .c-des_def dd li + li {
  margin: 19px 0 0;
}
.c-des._relief .c-des_def dd li a {
  margin: 10px 0 0;
}
.c-des._relief .c-des_tel {
  position: relative;
  display: block;
  margin: 5px 0 0;
  padding: 0 0 0 28px;
  color: #daae1e;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  line-height: 21px;
}
.c-des._relief .c-des_tel:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: block;
  height: 21px;
  width: 21px;
  background: url('../img/icon_tel.svg') 0 0 no-repeat;
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}
.c-des._relief .c-des_tel a{
  color: #daae1e;
}
