@charset "UTF-8";
/* ブレイクポイント */
/* 色 */
/* 文字 */
/* 幅 */
/* ボタン */
/* ブレイクポイント */
/* 色 */
/* 文字 */
/* 幅 */
/* ボタン */
/**
* SVG画像をアイコンに使いたい的ないろいろ
*
*  [Html] SVG塗りつぶしの色をBackground-Imageとして扱うときに変更する
* https://code.i-harness.com/ja/q/cbfa3c
*/
html {
  font-size: 15px;
}

body * {
  color: #444;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
}
body *:focus {
  outline: none;
}
body span.word-break {
  display: inline-block;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
body main {
  padding: 0 20px;
}

.tab,
.sp {
  display: none;
}

/* レイアウト */
.article {
  width: 100%;
  margin: 30px 0;
}

.background {
  background-color: #f5f3f0;
  padding: 45px 20px;
  border-radius: 40px;
  width: 100%;
  margin-bottom: 70px;
}
.background.color-bl {
  background-color: #ebf1f5;
}
.background + div, .background + section {
  margin-bottom: 70px;
}
.background .products .products-list {
  background: white;
}

.contents > .inner,
.contents-hide > .inner,
.contents-item > .inner {
  width: 100%;
  padding: 90px 60px;
  background-color: white;
  border-radius: 10px;
}

.contents {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
.contents:not(:first-of-type) {
  margin-top: 90px;
}

.contents-item {
  width: 100%;
  max-width: 900px;
}
.contents-item:not(:first-of-type) {
  margin-top: 70px;
}

.contents-hide > .inner {
  width: 50%;
  padding: 30px 0;
  border: solid 4px #003670;
}
.contents-hide > .inner p {
  color: #003670;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}

.text > *:not(:first-child):not(h4 + p) {
  margin-top: 30px;
}
.text > p {
  line-height: 1.7;
  margin: 0;
}
.text > p:first-of-type:not(.no-indent) {
  text-indent: 1rem;
}

.attention {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.attention::before {
  content: "（※）";
  width: 50px;
}
.attention > span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  width: calc(100% - 50px);
}

.bannerimage {
  height: auto;
  width: 100%;
}

.image {
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  flex-shrink: 0;
}
.image > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 45%;
}
.image > div:only-of-type {
  width: 70%;
}
.image > div .border {
  border: solid 3px #5b87af;
  background-color: white;
  border-radius: 10px;
}
.image > div .lay-over {
  position: relative;
  width: 100%;
  height: auto;
}
.image > div .lay-over::before {
  content: "";
  display: block;
  padding-top: 65%;
}
.image > div .lay-over > div {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.image > div .lay-over > div:not(:only-of-type) {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 80%;
}
.image > div .lay-over > div:not(:only-of-type):first-of-type {
  z-index: 2;
  top: 0;
  left: 0;
}
.image > div .lay-over > div:not(:only-of-type):nth-of-type(2) {
  text-align: right;
  z-index: 1;
  bottom: 0;
  right: 0;
}
.image > div img {
  height: auto;
  width: 100%;
}
.image > div > span {
  margin: 20px auto 0 auto;
}
.image > p {
  width: 100%;
  margin-top: 70px;
}

.chart {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 25px;
  justify-content: space-between;
}
.chart.chart-3 li {
  width: calc((100% - 100% / (3 * 2 - 1) * 0.75 * (3 - 1)) / 3);
}
.chart.chart-4 li {
  width: calc((100% - 100% / (4 * 2 - 1) * 0.65 * (4 - 1)) / 4);
}
.chart.chart-5 li {
  width: calc((100% - 100% / (5 * 2 - 1) * 0.55 * (5 - 1)) / 5);
}
.chart li.arrow {
  margin: 0 -5%;
}
.chart li.arrow > div > div > div::after {
  content: "";
  display: block;
  border-top: solid 3px #003670;
  border-right: solid 3px #003670;
  width: 1vw;
  height: 1vw;
  transform: rotate(45deg);
}
.chart li:not(.arrow) > div:not(.comments):not(.addition) {
  background: white;
  border-radius: 20%;
}
.chart li:not(.arrow) > div:not(.comments):not(.addition) span:not(:first-child) {
  margin-top: 10px;
}
.chart li .addition {
  margin: 0 0 20px;
  height: 20px;
}
.chart li .comments {
  margin: 20px 0 0;
}
.chart li .comments > p::before {
  content: "※";
  display: block;
  width: 1rem;
}
.chart li .addition,
.chart li .comments {
  font-size: 0.85rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.chart li .addition > p,
.chart li .comments > p {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.chart li .addition > p:only-of-type,
.chart li .comments > p:only-of-type {
  margin: 0 auto;
}
.chart li .addition > p > span,
.chart li .comments > p > span {
  display: block;
}
.chart li > div:not(.comments):not(.addition) {
  min-width: 100px;
  position: relative;
}
.chart li > div:not(.comments):not(.addition) > div {
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
.chart li > div:not(.comments):not(.addition) > div div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc((100% - 100px) / 2);
  left: calc((100% - 100px) / 2);
  width: 100px;
  height: 100px;
}

.chart-over {
  position: absolute;
  top: auto;
  right: 0;
  bottom: auto;
  left: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.chart-over.chart-over-3-3 {
  width: calc(calc(100% - 100% / (3 * 2 - 1) * 0.75 * (3 - 1))/3 * 3 + calc(100% - 100% / (3 * 2 - 1) * 0.75 * (3 - 1))/3 * 2 - 10% * 2 + 15px * 2);
}
.chart-over.chart-over-3-4 {
  width: calc(calc(100% - 100% / (4 * 2 - 1) * 0.65 * (4 - 1))/4 * 3 + calc(100% - 100% / (4 * 2 - 1) * 0.65 * (4 - 1))/4 * 2 - 10% * 2 + 15px * 2);
}
.chart-over.chart-over-4-4 {
  width: calc(calc(100% - 100% / (4 * 2 - 1) * 0.65 * (4 - 1))/4 * 4 + calc(100% - 100% / (4 * 2 - 1) * 0.65 * (4 - 1))/4 * 3 - 10% * 3 + 15px * 2);
}
.chart-over.chart-over-3-5 {
  width: calc(calc(100% - 100% / (5 * 2 - 1) * 0.55 * (5 - 1))/5 * 3 + calc(100% - 100% / (5 * 2 - 1) * 0.55 * (5 - 1))/5 * 2 - 10% * 2 + 15px * 2);
}
.chart-over.chart-over-4-5 {
  width: calc(calc(100% - 100% / (5 * 2 - 1) * 0.55 * (5 - 1))/5 * 4 + calc(100% - 100% / (5 * 2 - 1) * 0.55 * (5 - 1))/5 * 3 - 10% * 3 + 15px * 2);
}
.chart-over.chart-over-5-5 {
  width: calc(calc(100% - 100% / (5 * 2 - 1) * 0.55 * (5 - 1))/5 * 5 + calc(100% - 100% / (5 * 2 - 1) * 0.55 * (5 - 1))/5 * 4 - 10% * 4 + 15px * 2);
}
.chart-over + .chart {
  margin: 40px 0;
}
.chart-over .enclosure {
  border: dashed 5px white;
  width: 100%;
  height: 100%;
}
.chart-over span + .enclosure {
  margin-top: 5px;
}

.flow-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.flow-2 li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.flow-2 li:first-of-type, .flow-2 li:last-of-type {
  width: 40%;
}
.flow-2 li:nth-of-type(2) {
  width: 15%;
}
.flow-2 li:nth-of-type(2)::before {
  content: "";
  display: block;
  width: 2vw;
  height: 6vw;
  background: #003670;
}
.flow-2 li:nth-of-type(2)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5vw solid transparent;
  border-left: 3vw solid #003670;
  border-bottom: 5vw solid transparent;
}

.flow {
  position: relative;
}

/* UKクラウド説明 */
.ukcloud > .contents-item {
  padding: 0 1rem;
}

/* リスト */
ul.list {
  width: 100%;
}
ul.list > li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 45px;
  border-radius: 10px;
  background-color: white;
}
ul.list > li:not(:first-of-type) {
  margin-top: 20px;
}

dl.info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
dl.info:not(:first-of-type) {
  margin-top: 0;
}
dl.info dt {
  margin-right: 10px;
}
dl.info dt::after {
  content: "：";
  margin-left: 5px;
}
dl.info dd {
  margin-bottom: 10px;
}

/* タイトル */
h1,
h2 {
  font-weight: bold;
  line-height: 1.5;
}
h1 span,
h2 span {
  font-size: inherit !important;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
h1 svg,
h2 svg {
  fill: #003670;
}

h2.cl-dicetitle {
  background: #FF7734 !important; /* 変更したい背景色 */
  border-color: #FF7734 !important; /* 変更したいボーダーの色 */
}

h3,
h4,
h5 {
  font-weight: bold;
  line-height: 1.6;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

h3 {
  justify-content: center;
  align-items: center;
}

h4 {
  position: relative;
  margin: 0 0 40px 30px;
  padding: 0 0 8px 5px;
  color: #003670;
  border-bottom: solid 1px #003670;
  width: calc(100% - 30px);
  font-size: 2rem;
}
h4 > .emphasis {
  color: #cb6579;
  font: inherit;
  margin-right: 5px;
}
h4:before, h4::before {
  content: "";
  border-left: solid 5px #003670;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -30px;
  height: calc(100% + 1px);
}
h4 + p {
  width: 100%;
  margin: -10px 0 40px;
}

h5 {
  color: #003670;
  border-left: solid 3px #003670;
  font-size: 1.3rem !important;
  padding-left: 13px;
  margin-bottom: 20px;
}
h5 + p {
  margin: 0 0 30px;
}

h6 {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.page-title {
  width: 100%;
  max-width: 980px;
  color: #003670;
  padding: 70px 0 85px 0;
  margin: 0 auto;
}
.page-title h1 {
  font-size: 2.625rem;
  padding: 0 0 20px 0;
  color: inherit;
}
.page-title h1 .slush {
  margin: 0 8px 0 10px;
}
.page-title h1 .sc::after {
  content: "-";
  margin: 0 5px;
}
.page-title p {
  font-size: 1.0625rem;
  line-height: 1.8;
  font-weight: bold;
  color: inherit;
}
.page-title p * {
  color: inherit;
}
.page-title p em.caution,
.page-title p em.caution a {
  font-size: 0.9375rem;
  font-weight: inherit;
  line-height: 1.6;
}

/*・警告・メッセージ */
mark {
  background: none;
  color: #3588bb;
  margin-top: 10px;
  display: block;
}

#msg {
  color: crimson;
  font-style: normal;
  margin-top: 15px;
  display: inline-block;
}

.caution {
  color: crimson !important;
  font-style: normal;
  display: block;
  margin-top: 10px;
}
.caution > span {
  font: inherit;
  color: inherit;
  display: block;
}
.caution > span:not(:first-of-type) {
  margin-top: 20px;
}

em.caution::before {
  content: "※";
  margin-right: 5px;
}
em.caution a {
  color: inherit;
  text-decoration: underline;
  vertical-align: top;
}

strong {
  color: #444;
  font-weight: bold;
  font-size: 0.75rem !important;
  display: block;
  margin-top: 15px;
  width: 100%;
}
strong > span {
  color: inherit;
  font: inherit;
  display: block;
}
strong > span:not(:first-of-type) {
  margin-top: 10px;
}

small {
  font-size: 0.8rem;
}

.right {
  text-align: right;
}

/* ボタン・リンク */
.link,
span > a,
p > a {
  color: #3588bb;
  text-decoration: underline;
  background: none;
  display: inline-block;
  border: none;
  padding: 0;
  min-width: 0;
  height: auto !important;
  margin-top: -3px;
}
.link:visited,
span > a:visited,
p > a:visited {
  color: #3588bb;
}
.link:hover, .link:focus, .link:active,
span > a:hover,
span > a:focus,
span > a:active,
p > a:hover,
p > a:focus,
p > a:active {
  color: crimson;
  background: none;
}

.btn-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto 0;
}
.btn-wrapper button:not(:first-of-type),
.btn-wrapper .button:not(:first-of-type) {
  margin-left: 50px;
}

.btn-wrapper-sp1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

button.w2ui-btn,
.button,
button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 12px 0px;
  background: #003670;
  color: white;
  border: solid 2px #003670;
  border-radius: 5px;
  font-size: inherit;
  min-width: 200px;
}
button.w2ui-btn > span,
.button > span,
button > span {
  color: inherit !important;
  font-weight: inherit !important;
  position: relative;
  margin: 0 !important;
}
button.w2ui-btn::before, button.w2ui-btn::after,
.button::before,
.button::after,
button::before,
button::after {
  content: "";
  position: relative;
  width: 25px;
  height: 25px;
  display: none;
  margin-top: -2px;
}
button.w2ui-btn:active, button.w2ui-btn:focus, button.w2ui-btn:hover,
.button:active,
.button:focus,
.button:hover,
button:active,
button:focus,
button:hover {
  background: #003670;
  color: white;
  opacity: 0.8;
}
button.w2ui-btn *,
.button *,
button * {
  position: relative;
  color: inherit;
}
button.w2ui-btn.doc-link,
.button.doc-link,
button.doc-link {
  background: #e1dbd1;
  border-color: #e1dbd1;
  color: #444;
  border-radius: 25px;
}
button.w2ui-btn.doc-link:hover, button.w2ui-btn.doc-link:active, button.w2ui-btn.doc-link:focus,
.button.doc-link:hover,
.button.doc-link:active,
.button.doc-link:focus,
button.doc-link:hover,
button.doc-link:active,
button.doc-link:focus {
  cursor: pointer;
}
button.w2ui-btn.color-bl,
.button.color-bl,
button.color-bl {
  background-color: #3588bb;
  border-color: #3588bb;
}
button.w2ui-btn.cancel,
.button.cancel,
button.cancel {
  background: #777;
  border-color: #777;
}
button.w2ui-btn.icon-next::after,
.button.icon-next::after,
button.icon-next::after {
  display: block;
  margin-left: 10px;
}
button.w2ui-btn.icon-prev::before, button.w2ui-btn.icon-dl::before, button.w2ui-btn.icon-detail::before, button.w2ui-btn.icon-detail-white::before, button.w2ui-btn.icon-next-before::before,
.button.icon-prev::before,
.button.icon-dl::before,
.button.icon-detail::before,
.button.icon-detail-white::before,
.button.icon-next-before::before,
button.icon-prev::before,
button.icon-dl::before,
button.icon-detail::before,
button.icon-detail-white::before,
button.icon-next-before::before {
  display: block;
  margin-right: 10px;
}
button.w2ui-btn.icon-next::after,
.button.icon-next::after,
button.icon-next::after {
  background: url(../img/icon/vector_right_circle.svg);
}
button.w2ui-btn.icon-next-before::before,
.button.icon-next-before::before,
button.icon-next-before::before {
  background: url(../img/icon/vector_right_circle.svg);
}
button.w2ui-btn.icon-prev::before,
.button.icon-prev::before,
button.icon-prev::before {
  background: url(../img/icon/vector_left_circle.svg);
}
button.w2ui-btn.icon-dl::before,
.button.icon-dl::before,
button.icon-dl::before {
  background: url(../img/icon/mark_download.svg);
}
button.w2ui-btn.icon-detail::before,
.button.icon-detail::before,
button.icon-detail::before {
  background: url(../img/icon/mark_detail.svg);
}
button.w2ui-btn.icon-detail-white::before,
.button.icon-detail-white::before,
button.icon-detail-white::before {
  background: url(../img/icon/mark_detail_white.svg);
}
button.w2ui-btn.page-up,
.button.page-up,
button.page-up {
  padding-left: 10px !important;
  padding-right: 10px !important;
  background-color: #ebf1f5;
  border-color: #003670;
  color: #003670;
  text-decoration: none !important;
  margin-left: auto !important;
  margin-right: 10px;
}
button.w2ui-btn.page-up:hover, button.w2ui-btn.page-up:active, button.w2ui-btn.page-up:focus,
.button.page-up:hover,
.button.page-up:active,
.button.page-up:focus,
button.page-up:hover,
button.page-up:active,
button.page-up:focus {
  background-color: aliceblue;
}
button.w2ui-btn.disabled, button.w2ui-btn[disabled]:not(.dl-btn),
.button.disabled,
.button[disabled]:not(.dl-btn),
button.disabled,
button[disabled]:not(.dl-btn) {
  opacity: 0.2;
}
button.w2ui-btn.disabled:hover, button.w2ui-btn.disabled:active, button.w2ui-btn.disabled:focus, button.w2ui-btn[disabled]:not(.dl-btn):hover, button.w2ui-btn[disabled]:not(.dl-btn):active, button.w2ui-btn[disabled]:not(.dl-btn):focus,
.button.disabled:hover,
.button.disabled:active,
.button.disabled:focus,
.button[disabled]:not(.dl-btn):hover,
.button[disabled]:not(.dl-btn):active,
.button[disabled]:not(.dl-btn):focus,
button.disabled:hover,
button.disabled:active,
button.disabled:focus,
button[disabled]:not(.dl-btn):hover,
button[disabled]:not(.dl-btn):active,
button[disabled]:not(.dl-btn):focus {
  cursor: not-allowed;
}
button.w2ui-btn.small-btn,
.button.small-btn,
button.small-btn {
  font-size: inherit;
  margin-left: 5px;
  padding: 0 15px;
  padding-top: 1px;
}

.button-sp1 {
  background: #3588BB; /* 変更したい背景色 */
  border-color: #3588BB; /* 変更したいボーダーの色 */
  border-radius: 30px;
}

.button-sp1:hover {
  background: #3588BB; /* 変更したい背景色 */
  color: white;
  opacity: 0.8;
}

.button-sp2 {
  background: #E48D1B; /* 変更したい背景色 */
  border-color: #E48D1B; /* 変更したいボーダーの色 */
  border-radius: 30px;
}

.button-sp2:hover {
  background: #E48D1B; /* 変更したい背景色 */
  color: white;
  opacity: 0.8;
}

.button-sp3 {
  color: #3588BB;
  background: white; /* 変更したい背景色 */
  border-color: white; /* 変更したいボーダーの色 */
  border-radius: 30px;
}

.button-sp3:hover {
  background: white; /* 変更したい背景色 */
  color: #3588BB;
  opacity: 0.8;
}

.button-sp4 {
  background: #777; /* 変更したい背景色 */
  border-color: #777; /* 変更したいボーダーの色 */
  border-radius: 30px;
}

.button-sp4:hover {
  background: #777; /* 変更したい背景色 */
  color: white;
  opacity: 0.8;
}

.button-sp5 {
  background: #FF7734 !important; /* 変更したい背景色 */
  border-color: #FF7734 !important; /* 変更したいボーダーの色 */
  border-radius: 30px;
}

.button-sp5:hover {
  background: #FF7734; /* 変更したい背景色 */
  color: white;
  opacity: 0.8;
}

.button-sp6 {
  color: #FF7734;
  background: white; /* 変更したい背景色 */
  border-color: white; /* 変更したいボーダーの色 */
  border-radius: 30px;
}

.button-sp6:hover {
  background: white; /* 変更したい背景色 */
  color: #FF7734;
  opacity: 0.8;
}

.w2ui-popup {
  background: white;
  border: solid 1px #aaa;
}
.w2ui-popup * {
  font-size: 1rem !important;
}
.w2ui-popup .w2ui-popup-title {
  background: #f5f3f0;
  border: none;
}
.w2ui-popup .w2ui-popup-body {
  background: inherit;
  padding: 0;
}
.w2ui-popup .w2ui-popup-buttons {
  background: inherit;
  border: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
}
.w2ui-popup .w2ui-popup-buttons .w2ui-popup-btn {
  width: 49%;
  margin: 0;
}
.w2ui-popup .w2ui-popup-buttons .w2ui-popup-btn:first-of-type {
  margin-right: 2%;
}
.w2ui-popup .w2ui-popup-buttons .w2ui-popup-btn:hover {
  border: solid 2px #003670;
}
.w2ui-popup .w2ui-popup-buttons .w2ui-popup-btn:focus::before {
  display: none;
}

div.w2ui-lock {
  position: fixed;
}

div.w2ui-lock-msg {
  justify-content: center;
  align-items: center;
  position: fixed;
  min-width: 200px;
  max-width: 90%;
  width: auto;
}
div.w2ui-lock-msg > span {
  color: inherit;
  font-size: 1rem;
}
div.w2ui-lock-msg .w2ui-spinner {
  margin: -3px 10px 0 5px;
}

/*  */
.notes > li:not(:first-of-type) {
  margin-top: 40px;
}
.notes > li * {
  font-size: 0.9375rem;
}
.notes > li p {
  color: #444;
  margin-left: 35px;
}

#itemintro-toggle {
  display: flex;
  justify-content: space-between; /* テキストとアイコンを左右に配置 */
  align-items: center; /* 垂直方向に中央揃え */
  padding-right: 20px; /* 画像が画面端にぴったりつかないように余白を調整 */
}

#itemintro-toggle span.close {
  background-image: url(../img/icon/sp_menu_circle_top.svg);
  display: inline-block; /* 画像が表示されるようにブロック表示にする */
  width: 35px; /* 画像の幅を調整 */
  height: 35px; /* 画像の高さを調整 */
  background-size: contain; /* 背景画像のサイズを調整 */
  background-repeat: no-repeat; /* 背景画像が繰り返されないようにする */
}

#itemintro-toggle span.open {
  background-image: url(../img/icon/sp_menu_circle_down.svg);
  display: inline-block; /* 画像が表示されるようにブロック表示にする */
  width: 35px; /* 画像の幅を調整 */
  height: 35px; /* 画像の高さを調整 */
  background-size: contain; /* 背景画像のサイズを調整 */
  background-repeat: no-repeat; /* 背景画像が繰り返されないようにする */
}

ul.normal {
  width: 100%;
}
ul.normal > li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
ul.normal > li:not(:first-of-type) {
  margin-top: 5px;
}
ul.normal > li::before {
  content: "・";
  display: block;
  width: 1rem;
  padding-right: 3px;
}
ul.normal > li > span {
  width: calc(100% - 1rem - 3px);
}
ul.emphasis {
  list-style-type: disc;
  width: 100%;
}
ul.emphasis > li {
  color: #003670 !important;
  font-weight: bold;
}
ul.emphasis > li:not(:first-of-type) {
  margin-top: 10px;
}
ul.emphasis > li span {
  font: inherit;
  color: inherit;
}

ol.ol-number {
  list-style: none;
}
ol.ol-number > li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  counter-increment: ol_number;
}
ol.ol-number > li::before {
  content: counter(ol_number);
  display: block;
  width: 1.5rem;
}
ol.ol-number > li > span {
  width: calc(100% - 1.5rem);
}

dl#place_apti {
  align-items: baseline;
  justify-content: space-between;
}
dl#place_apti dt {
  width: 18rem;
}
dl#place_apti dt > span {
  display: inline-block;
  color: #8c8c8c;
  font-size: 0.8125rem;
}
dl#place_apti dd {
  width: calc(100% - 18rem);
}
dl#place_apti dd > span,
dl#place_apti dd a {
  margin: 0;
}
dl#place_apti dd > span:not(:first-child),
dl#place_apti dd a:not(:first-child) {
  margin-left: 10px;
}
dl#place_apti dd a.link + span {
  font-size: 0.8rem;
  color: #444;
}
dl#place_apti hr {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 1px;
  border: none;
  background-color: #F5F3F0;
}

table.normal {
  width: 90%;
  background-color: white;
}
table.normal tr:first-of-type td {
  font-weight: bold;
}
table.normal th,
table.normal td {
  padding: 10px;
  width: 20%;
}
table.normal th {
  background-color: #003670;
  color: white;
  text-align: start;
}
table.normal td {
  border-color: #f5f3f0;
}

.padding-0 {
  padding: 0 !important;
}

#Notes {
  border: solid 1px #f5f3f0;
  padding: 10px 15px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px;
  border-radius: 20px;
}

/* フッター ---------------------------------------------------------------*/
footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  background-color: #003670;
  padding: 40px 60px;
  margin-top: 50px;
  height: 185px;
}
footer #footer * {
  font-size: 0.9rem;
  color: white;
}
footer #footer dl {
  margin-bottom: 20px;
}
footer #footer dl dt {
  margin-bottom: 10px;
}
footer #footer small {
  font-size: 0.8rem;
}

@media screen and (max-width: 1150px) {
  .page-title {
    max-width: 900px;
  }
}
/* タブレット他 ------------------------------------------------------------*/
@media screen and (max-width: 999px) {
  body {
    /* レイアウト */
    /* リスト */
    /* タイトル */
    /* ボタン・リンク */
  }
  body .pc {
    display: none;
  }
  body .tab {
    display: block;
  }
  body main {
    position: relative;
    padding: 0 15px;
  }
  body .background {
    border-radius: 20px;
    padding: 45px 20px;
  }
  body .contents .inner {
    padding: 50px 30px;
  }
  body ul.list > li {
    border-radius: 5px;
  }
  body h4 {
    margin: 0 0 35px 20px;
    width: calc(100% - 20px);
    font-size: 1.375rem;
  }
  body h4::before {
    border-width: 5px;
    left: -20px;
  }
  body h5 {
    font-size: 1.18rem !important;
  }
  body .page-title {
    padding: 30px 5px 40px 5px;
  }
  body .page-title h1 {
    font-size: 1.75rem;
    padding-bottom: 15px;
  }
  body .page-title h1 + p {
    font-size: 1rem;
  }
  body .btn-wrapper {
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
  }
  body .btn-wrapper button,
  body .btn-wrapper .button {
    width: 100%;
    margin: 0;
  }
  body .btn-wrapper button:not(:first-child),
  body .btn-wrapper .button:not(:first-child) {
    margin: 0 0 20px;
  }
  body button,
  body .button {
    display: flex;
    align-items: center !important;
    justify-content: center;
    height: 60px;
  }
  /* フッター */
  footer {
    padding: 20px 30px;
    height: 11.5rem;
  }
  footer #footer dt {
    margin-bottom: 8px;
  }
  footer #footer dl {
    margin-bottom: 15px;
  }
}
/* スマホ用 ---------------------------------------------------------------*/
@media screen and (max-width: 650px) {
  body .tab {
    display: none;
  }
  body .sp {
    display: block;
  }
  body main {
    padding: 0 5px;
  }
  body .background {
    padding: 30px 10px;
    border-radius: 10px;
  }
  body .contents .inner {
    padding: 30px 10px;
  }
  body .image {
    flex-direction: column;
  }
  body .image > div {
    width: 85% !important;
    margin: 0 auto;
  }
  body .image > div:not(:first-of-type) {
    margin-top: 30px;
  }
  body .flow {
    background-size: 40%;
    background-position: right bottom;
  }
  body .flow ul {
    flex-direction: column;
  }
  body .flow ul li {
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body .flow ul li:nth-of-type(2n) .chart {
    width: 50px;
    height: 50px;
    margin: 10px 0 10px 30px;
  }
  body .flow ul li:nth-of-type(2n) .chart > div span {
    transform: rotate(90deg);
  }
  body .flow ul li .chart {
    width: 100px;
    height: 100px;
  }
  body .flow ul li .chart::before {
    display: none;
  }
  body .flow ul li .comments {
    width: calc(100% - 120px);
  }
  body .flow ul li .comments > p {
    width: 100%;
  }
  body ul.list > li {
    padding: 20px 10px;
  }
  body h4 {
    width: calc(100% - 1.5rem);
  }
  body h4::before {
    left: -1rem;
  }
  footer {
    padding: 20px;
    height: 200px !important;
  }
}
/* IE対策 */
@media all and (-ms-high-contrast: none) {
  body * {
    font-family: "メイリオ", Meiryo, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  }
  body main {
    display: block;
  }
  body dd label.custom-checkbox-label {
    width: 100%;
  }
  body label.custom-checkbox-label > p,
  body label.custom-radio-label > p {
    font-weight: normal !important;
  }
  body button.w2ui-btn .agreement .custom-checkbox-label,
  body button .agreement .custom-checkbox-label,
  body .button .agreement .custom-checkbox-label {
    justify-content: center;
  }
  body button.w2ui-btn .agreement .custom-checkbox-label > p,
  body button .agreement .custom-checkbox-label > p,
  body .button .agreement .custom-checkbox-label > p {
    width: auto;
  }
}/*# sourceMappingURL=common.css.map */