/*common_css*/
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model
   ========================================================================== */

* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  letter-spacing: 0.5px;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */

/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0; /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Table
   ========================================================================== */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/***********reset***************/

html{
    font-size:62.5%;
}

body{
    font-size:1.6rem;
    line-height: 1.6;
    background-color:#ffffff;;
    color:#313131;;
    font-family: 'Noto Sans JP', 'Crimson Text', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    -webkit-text-size-adjust: 100%;
    /*word-break : break-all;*/
}
img{
    max-width: 100%;
    height:auto;
    vertical-align: top;
}
[data-w-width] {
    max-width: 100%;
}
[data-w-width="1"] {
    width: 1170px;
    width:1170px;
    margin: 0 auto;
}
[data-w-width="1"] [data-w-width="1"]{
    max-width:100%;
    width:100%;
}
@media (max-width: 1170px){
    [data-w-width="1"] {
        max-width:94%;
        width:94%;
        margin:0 auto;
    }
}
@media screen and (max-width: 768px) {
    body {
        font-size: 3vw;
    }
}


.-x-contents {
    padding:7.5rem 0;
}
/*ボタン*/
.-x-more_btn {
    text-align: center;
}
.-x-more_btn a {
    width:250px;
    display: inline-block;
    background:rgba(0,81,189,1);
    color:rgba(255,255,255,1);
    padding:0.3rem;
    border-radius:5.0rem;
    text-decoration: none;
}
.-x-more_btn a span {
    width:100%;
    display: inline-block;
    padding:1.2rem 1.0rem 1.0rem;
    text-align: center;
    line-height: 1.2;
    border-radius:5.0rem;
    border:1px solid;
    border-color:rgba(255,255,255,1);
    background:rgba(0,81,189,1);
}
.-x-more_btn a:hover,
.-x-more_btn a:hover span {
    background:#335a8c;
}
.-x-more_btn.-w-pattern2 a {
    background:rgba(3,155,229,1);
}
.-x-more_btn.-w-pattern2 a span {
    background:rgba(3,155,229,1);
}
.-x-more_btn.-w-pattern2 a:hover,
.-x-more_btn.-w-pattern2 a:hover span {
    background:#4286c6;
}
.-x-more_btn.-w-pattern3 a {
    background:rgba(255,255,255,1);
    color:rgba(0,81,189,1);
}
.-x-more_btn.-w-pattern3 a span {
    background:rgba(255,255,255,1);
    border-color:rgba(0,81,189,1);
}
.-x-more_btn.-w-pattern3 a:hover,
.-x-more_btn.-w-pattern3 a:hover span {
    background:#335a8c;
    border-color:#ffffff;
    color:#ffffff;
}
.-x-more_btn.-w-pattern4 a {
    background:rgba(3,155,229,1);
}
.-x-more_btn.-w-pattern4 a span {
    background:rgba(3,155,229,1);
}
.-x-more_btn.-w-pattern4 a:hover,
.-x-more_btn.-w-pattern4 a:hover span {
    background:#4286c6;
}
.-x-mv_ttl {
    font-size:3.6rem;
    color:rgba(255,255,255,1);
    position: relative;
    z-index: 1;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
}
.-x-mv_ttl span {
    position: relative;
}
.-x-mv_ttl span:before {
    content:'';
    position: absolute;
    bottom:-1.0rem;
    left:50%;
    margin-left:-8.5rem;
    width:17.0rem;
    height:0.1rem;
    background-color:rgba(3,155,229,1);
}
.-x-ttl_en {
    font-family:'Crimson Text','Noto Sans JP';
    font-weight: 400;
}
.-x-ttl_jp {
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
}
.-x-title-xl,
.-x-title-l,
.-x-title-m,
.-x-title-s,
.-x-title-xs {
    font-family: 'Noto Serif JP', serif;
}
.-x-title-xl{
    font-size: 3.6rem;
    font-weight: 600;
    text-align: center;
    margin-bottom:3.0rem;
}
.-x-title-l{
    font-size: 3.2rem;
    font-weight: 600;
    padding:1rem;
    color: #ffffff;
    background-color: #2f598c;
    text-align: center;
    margin: 0 auto 5.0rem;
    line-height: 1.2;
}
.-x-title-m{
    font-size: 3rem;
    font-weight: 900;
    border-bottom: 1px solid #4286c6;
    text-align: center;
}
.-x-title-s{
    font-size: 2.4rem;
    font-weight: 600;
    color: #ffffff;
    color:#00132d;
    background-color: #4286c6;
    text-align: center;
    margin: auto;
}
.-x-title-xs{
    font-size: 2.2rem;
    font-weight: bold;
    color: #335a8c;
    text-align: center;
}

.sp {
    display: none;
}
.pc {
    display: block;
}
@media screen and (max-width: 768px) {
    .-x-title-xl{
        font-size: 3.0rem;
        margin-bottom: 1rem;
    }
    .-x-title-l{
        font-size: 2.8rem;
    }
    .-x-title-m{
        font-size: 2.4rem;
    }
    .-x-title-s{
        font-size: 2.0rem;
    }
    .-x-title-xs{
        font-size: 1.8rem;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
    .-w-inner {
        width:100%!important;
    }
}/*widget:51a7ddcf-728c-4643-ab07-3efcfff8e0b2*/[data-lib="144"] .-w-lower_mv{position: relative;
	padding:5.0rem 0;
	min-height:54.0rem;
	color:rgba(255,255,255,1);
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;}[data-lib="144"] .-w-lower_mv:before{content:'';
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,19,45,0.8);
	z-index: 1;}[data-lib="144"] .-w-pankuzu_wrap{width: 100%;
	position: absolute;
	left:2%;
	bottom:2%;
	color:#ffffff;
	z-index: 9;}[data-lib="144"] .-w-pankuzu_wrap ol li{display: contents;}[data-lib="144"] .-w-pankuzu_wrap ol li+li::before{content: " > ";
	padding: 0 6px;
	text-align: center;}[data-lib="144"] .-w-pankuzu_wrap ol li+li{margin-left: 5px;}[data-lib="144"] .-h-gnav{width:970px;
	margin:0 auto;}[data-lib="144"] .-h-gnav ul{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;}[data-lib="144"] .-h-gnav a:hover{text-decoration: underline;}[data-lib="144"] .-w-gnav li{position:relative;}[data-lib="144"] .-w-gnav li > a{padding:1.5rem;
	display: block;}[data-lib="144"] .-w-sub{position: absolute;
	top: 55px;
	left: 0;
	width: 100%;
	height: 0;
	transition: .3s;
	opacity: 0;
	overflow: hidden;
	color:#313131;}[data-lib="144"] .-w-gnav li:hover .-w-sub{display: block;
	height: auto;
	opacity: 1;
	overflow: visible;
	z-index: 9;}[data-lib="144"] .-w-gnav .-w-sub li a{color: inherit;
	text-align: left;
	width:250%;
	background:#00132d;
	color:#ffffff;
	display: inline-block;
	padding: 15px;
	border-bottom:1px solid #ffffff;}[data-lib="144"] .-w-gnav .-w-sub li:last-child a{border-bottom:0;}[data-lib="144"] .-w-gnav .-w-sub li a:hover{background:#2f598c;
	text-decoration: none;}@media {}@media screen and (max-width: 1024px) and (orientation: portrait){[data-lib="144"] .-h-gnav{width:100%;}}@media (max-width: 768px){[data-lib="144"]{padding-top:60px;}[data-lib="144"] .-w-lower_mv{min-height:25.0rem;}[data-lib="144"] .-w-pankuzu_wrap{font-size:1.0rem;}[data-lib="144"] .-w-pc{display: none;}[data-lib="144"] .-w-sp{display: block;}[data-lib="144"] .-h-gnav{display: none;}}[data-instance="133"] .-w-lower_mv{background:url(/_img/ja/cms/133/bg_image/_/session//?u=1595224700) no-repeat center center / cover;}/*widget:34a4e0a1-9a85-4756-9b8a-ec29b1934067*/[data-lib="312"]{color: #ffffff;
	color:#ffffff;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;}[data-lib="312"] .-w-head_wrp{width:100%;
	position: absolute;
	z-index: 9999;}[data-lib="312"] .-w-h1-wrap{padding:0.5rem 0 0 0.8rem;}[data-lib="312"] h1{font-size: 0.8rem;}[data-lib="312"] .-w-head_main{height: 90px;
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	color:#ffffff;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;}[data-lib="312"] .-w-logo{padding: 10px 0 10px 30px;}[data-lib="312"] .-w-logo img{vertical-align: middle;}[data-lib="312"] .-w-gnav-right{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;}[data-lib="312"] .-w-gnav-right li{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align:center;
	text-indent: 0;
	width: 16.0rem;}[data-lib="312"] .-w-gnav-right li:nth-child(3),[data-lib="312"] 
.-w-gnav-right li:nth-child(4){margin-top: -21px;}[data-lib="312"] .-w-gnav-right li:nth-child(3) a,[data-lib="312"] 
.-w-gnav-right li:nth-child(4) a{width: 100%;
	height: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;}[data-lib="312"] .-w-gnav-right li:nth-child(1),[data-lib="312"] 
.-w-gnav-right li:nth-child(5){display: none;}[data-lib="312"] .-w-gnav-right li:nth-child(2){min-width: 22.5rem;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-direction:column;}[data-lib="312"] .-w-telnum{font-size:2.9rem;
	letter-spacing: 1.5px;
	margin-bottom: -0.8rem;
	min-width: 22.5rem;}[data-lib="312"] .-w-time{margin-top: 0rem;
	margin-bottom: 0.5rem;
	letter-spacing: 1.1px;}[data-lib="312"] .-w-gnav-right li:nth-child(3) a{background-color: #0051bd;
	background-color:#0051bd;}[data-lib="312"] .-w-gnav-right li:nth-child(3) a:hover{background-color: #335a8c;}[data-lib="312"] .-w-gnav-right li:nth-child(4) a{background-color: #039be5;
	background-color:#039be5;}[data-lib="312"] .-w-gnav-right li:nth-child(4) a:hover{background-color: #4286c6;}[data-lib="312"] .-w-nav-unshown{display: none;}[data-lib="312"] #-w-nav-drawer{height: 45px;
	width: 45px;
	position: relative;
	display: none;}[data-lib="312"] #-w-nav-open{display: none;
	position: absolute;
	width: 45px;
	height: 45px;
	vertical-align: middle;
	padding: 7px;
	top: 8px;
	right: 2px;}[data-lib="312"] #-w-nav-open span,[data-lib="312"]  #-w-nav-open span:before,[data-lib="312"]  #-w-nav-open span:after{position: absolute;
	height: 3px;
	width: 30px;
	border-radius: 3px;
	background: #ffffff;
	background-color:#ffffff;
	display: block;
	content: '';
	cursor: pointer;}[data-lib="312"] #-w-nav-open span:before{bottom: -13px;}[data-lib="312"] #-w-nav-open span:after{bottom: -26px;}[data-lib="312"] #-w-nav-close{display: none;
	position: fixed;
	z-index: 99;
	top: 60px;
	right: 0;
	width: 100%;
	height: 100%;
	background: black;
	background-color:#0051bd;
	opacity: 0;
	transition: .3s ease-in-out;}[data-lib="312"] #-w-nav-content{overflow: auto;
	position: fixed;
	top: 60px;
	right: 0;
	z-index: 9999;
	width: 90%;
	max-width: 330px;
	height: 100%;
	background: #fff;
	background-color:#039be5;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(105%);
	transform: translateX(105%);}[data-lib="312"] #-w-nav-input:checked ~ #-w-nav-close{display: block;
	opacity: .5;}[data-lib="312"] #-w-nav-input:checked ~ #-w-nav-content{-webkit-transform: translateX(0%);
	transform: translateX(0%);
	box-shadow: 6px 0 25px rgba(0,0,0,.15);}[data-lib="312"] #-w-nav-input:checked ~ #-w-nav-open span{transform: rotate(-45deg) translateY(50%);
	margin-top: 13px;}[data-lib="312"] #-w-nav-input:checked ~ #-w-nav-open span:before{display: none;}[data-lib="312"] #-w-nav-input:checked ~ #-w-nav-open span:after{transform: rotate(90deg) translateY(-50%);
	bottom:0;}[data-lib="312"] #-w-nav-content nav ul li a{width:100%;
	display: inline-block;
	background:#000;
	background-color:#039be5;
	color:#ffffff;
	border-bottom:1px solid #ffffff;
	padding:10px;}@media (max-width: 768px){[data-lib="312"]{z-index: 999;
	position: fixed;
	width: 100%;
	min-height: 60px;
	font-size: 2rem;
	background: rgba(0,19,45,0.6);}[data-lib="312"].-w-head_fixed{background:#00132d;}[data-lib="312"] .-w-logo{padding:0.5rem;
	width: 50%;}[data-lib="312"] .-w-gnav-right li{min-width: 60px;
	min-width: 60px;
	width:60px;
	padding: 0;
	margin: 0;}[data-lib="312"] .-w-h1-wrap{display: none;}[data-lib="312"] .-w-head_wrp{display: flex;}[data-lib="312"] .-w-head_main{height: 60px;}[data-lib="312"] .-w-gnav-right li:nth-child(2){display: none;}[data-lib="312"] .-w-gnav-right li:nth-child(1){display:-webkit-box;
	display:-ms-flexbox;
	display:flex;}[data-lib="312"] .-w-gnav-right li:nth-child(3),[data-lib="312"] 
.-w-gnav-right li:nth-child(4){margin:0;
	min-width:60px;
	width:60px;}[data-lib="312"] .-w-gnav-right li:nth-child(3) a,[data-lib="312"] 
.-w-gnav-right li:nth-child(4) a{padding: 0.5rem;
	font-size:2.5vw;
	font-weight: 600;
	line-height: 1.5;}[data-lib="312"] .-w-gnav-right li:nth-child(1) img,[data-lib="312"] {height: 45px;}[data-lib="312"] .-w-cont{display: block;}[data-lib="312"] .-w-menu{z-index: 999;}[data-lib="312"] #-w-nav-drawer{display: block;
	height: 60px;
	width: 60px;}[data-lib="312"] #-w-nav-open{display: block;}}/*widget:fd85b735-7fe3-403a-9d74-41956d2e305e*/[data-lib="300"]{width:970px;
	padding:4.0rem;
	background:#e5e7ea;
	margin:0 auto;}[data-lib="300"] *{box-sizing:border-box;}[data-lib="300"] .-w-inner{width:100%;
	background:#ffffff;
	padding:4.6rem 6.0rem;}[data-lib="300"] .-w-title_wrap{background:rgba(0,19,45,1);
	color:rgba(255,255,255,1);
	text-align: center;
	padding:1.0rem;
	font-size:2.4rem;}[data-lib="300"] .-w-title_wrap h3.-x-article-title{margin-bottom:0;}[data-lib="300"] .-w-image{margin:0 auto 1.0rem;}[data-lib="300"] .-w-image + .-w-text{margin:0 auto 4.5rem;}[data-lib="300"] .-w-images{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 auto 1.0rem;}[data-lib="300"] .-w-images .-w-img_l,[data-lib="300"] 
.-w-images .-w-img_r{width:370px;}[data-lib="300"] .-w-images .-w-img_l{margin-right:3.0rem;}[data-lib="300"] .-w-images + .-w-text{margin:0 auto 4.5rem;}[data-lib="300"] .-w-images2{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 auto 4.5rem;}[data-lib="300"] .-w-images2 li{width:370px;
	margin:0 3.0rem 1.0rem 0;}[data-lib="300"] .-w-images2 li:nth-child(2n){margin:0 0 1.0rem 0;}[data-lib="300"] .-w-images2 li .-w-img{margin:0 auto 1.0rem;}[data-lib="300"] .-w-content{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin:0 auto 3.0rem;}[data-lib="300"] .-w-content .-w-img{width:370px;
	margin:0 3.0rem 1.0rem 0;}[data-lib="300"] .-w-content .-w-img:nth-child(2n){margin:0 0 1.0rem 0;}[data-lib="300"] .-w-article_btn a:hover{opacity: 0.8;}[data-lib="300"] .-x-more_btn{padding:3.0rem 0 0;
	background:rgba(255,255,255,1);}[data-lib="300"] .pagenation{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 6.0rem;
	line-height: 1.0;
	color: #ffffff;}[data-lib="300"] .pagenation span{margin-right: 5px;}[data-lib="300"] .pagenation span.current,[data-lib="300"] 
.pagenation span a{border: 1px solid;
	padding: 12px 14px;
	text-decoration: none;}[data-lib="300"] .pagenation span a{display: block;
	color: #0051bd;
	background-color: #ffffff;
	border-color: #ffffff;}[data-lib="300"] .pagenation span.prev a:hover,[data-lib="300"] 
.pagenation span.next a:hover{text-decoration: none;
	color: #ffffff;
	background-color: #0051bd;
	border-color: #ffffff;}[data-lib="300"] .pagenation span.prev.current,[data-lib="300"] 
.pagenation span.next.current{display: none;}[data-lib="300"] .pagenation span.prev a,[data-lib="300"] 
.pagenation span.next a{color: #0051bd;
	background-color: #ffffff;
	border-color: #ffffff;}[data-lib="300"] .pagenation span.current{color:;
	background-color: #0051bd;
	border-color: #ffffff;}[data-lib="300"] .pagenation span.scope_limit{color: #ffffff;}[data-lib="300"] .pagenation span a:hover{color: #ffffff;
	background-color: #0051bd;
	border-color: #ffffff;}@media screen and (max-width:768px){[data-lib="300"]{width:100%;
	padding:2.0rem 1.0rem;}[data-lib="300"] > div{width:100%;
	max-width:100%;}[data-lib="300"] .-w-inner{width:100%;
	background:#ffffff;
	padding:2.0rem 1.5rem;}[data-lib="300"] .-w-title_wrap{background:rgba(0,19,45,1);
	color:rgba(255,255,255,1);
	text-align: center;
	padding:1.0rem;
	font-size:2.4rem;}[data-lib="300"] .-x-article-title span{display: block;}[data-lib="300"] .-x-article-title span + span{font-size:1.8rem;}[data-lib="300"] .-w-images .-w-img_l,[data-lib="300"] 
.-w-images .-w-img_r{width:49%;}[data-lib="300"] .-w-images .-w-img_l{margin-right:2%;}[data-lib="300"] .-w-images2 li{width:49%;
	margin:0 2% 1.0rem 0;}[data-lib="300"] .-w-content .-w-img{width:49%;
	margin:0 2% 1.0rem 0;}[data-lib="300"] .-w-content .-w-img:nth-child(2n){margin:0 0 1.0rem 0;}}@media screen and (max-width: 1024px) and (orientation: portrait){[data-lib="300"]{width:100%;}[data-lib="300"] .-w-images .-w-img_l,[data-lib="300"] 
.-w-images .-w-img_r{width:49%;}[data-lib="300"] .-w-images .-w-img_l{margin-right:2%;}[data-lib="300"] .-w-images2 li{width:49%;
	margin:0 2% 1.0rem 0;}[data-lib="300"] .-w-content .-w-img{width:49%;
	margin:0 2% 1.0rem 0;}}/*widget:03a2c9b7-1a92-499e-b592-b1305b3227ba*/[data-lib="136"]{position: relative;
	padding:11.0rem 0 7.0rem;
	color:rgba(255,255,255,1);}[data-lib="136"]:before{content:'';
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,19,45,0.8);
	z-index: 1;}[data-lib="136"] .-w-pagetop{position: fixed;
	width:70px;
	height:70px;
	bottom:3.0rem;
	right:1.5rem;
	z-index: 999;}[data-lib="136"] .-w-pagetop a{display: block;
	width:100%;
	height:100%;
	background:url(/_img/ja/cms_parts_library/497/image/_/) no-repeat;}[data-lib="136"] .-w-pagetop a:hover{background:url(/_img/ja/cms_parts_library/498/image/_/) no-repeat;}[data-lib="136"] a{color:rgba(255,255,255,1);
	text-decoration: none;}[data-lib="136"] a:hover{text-decoration: underline;}[data-lib="136"] .-w-pc{display: block;}[data-lib="136"] .-w-sp{display: none;}[data-lib="136"] .-w-foot-main{position: relative;
	z-index: 2;}[data-lib="136"] .-w-flogo{text-align: center;
	margin:0 auto 4.5rem;}[data-lib="136"] .-w-flogo a{display: inline-block;}[data-lib="136"] .-w-fnav{width:93%;
	margin:0 auto;}[data-lib="136"] .-w-fnav ul{display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style:none;}[data-lib="136"] .-w-fnav ul li{margin: 0 4rem 2rem;}[data-lib="136"] .-w-fnav ul li:first-child{margin-left:0;}[data-lib="136"] .-w-fnav ul li:last-child{margin-right:0;}[data-lib="136"] .-w-copyright{text-align: center;
	font-size:1.4rem;
	margin-top:8.5rem;}@media (max-width: 768px){[data-lib="136"]{padding:2.5rem 0;}[data-lib="136"] .-w-pagetop{width:50px;
	height:50px;
	bottom:1.5rem;
	right:1.0rem;}[data-lib="136"] .-w-pagetop a,[data-lib="136"] 
.-w-pagetop a:hover{background-size:100%;}[data-lib="136"] .-w-pc{display: none;}[data-lib="136"] .-w-sp{display: block;}[data-lib="136"] .-w-flogo{margin:0 auto 2.0em;}[data-lib="136"] .-w-fnav ul{-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size:1.0rem;}[data-lib="136"] .-w-fnav ul li{width:45%;
	margin: 0 1.5rem 1.5rem 0;}[data-lib="136"] .-w-fnav ul li:nth-child(9){margin-right:1.5rem;}[data-lib="136"] .-w-copyright{margin-top:2.0rem;}}[data-instance="53"]{background:url(/_img/ja/cms/53/bg_image/_/session//) no-repeat center center / cover;}/*instance mediea*/@media (max-width: 768px){[data-instance="53"]{background:rgba(0,81,189,1);}}