@charset "utf-8";

/*
* **********************************************************************
* バンドル：/newformcss/setting.css
* **********************************************************************
*/

@import url("//hello.myfonts.net/count/3783e3");
@font-face {font-family: 'HelveticaNeueLTPro-BdCn';src: url('/fonts/3783E3_2_0.eot');src: url('/fonts/3783E3_2_0.eot?#iefix') format('embedded-opentype'),url('/fonts/3783E3_2_0.woff2') format('woff2'),url('/fonts/3783E3_2_0.woff') format('woff'),url('/fonts/3783E3_2_0.ttf') format('truetype');}




/* # =================================================================
	 # color
	 # ================================================================= */
/*
NITTSU RED
#ED1C24
rgb(237, 28, 36)

NITTSU BLUE
#003D79
rgb(0, 61, 121);

NITTSU ORANGE
#ED6C00
rgb(237, 108, 0);

*/



/* # =================================================================
	 # media query setting
	 # ================================================================= */
/*
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 960px) {

}
@media screen and (max-width: 1200px) {

}
*/



/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
	 # Global selectors
	 # ================================================================= */

html {
	box-sizing: border-box;
	overflow-y: scroll; /* All browsers without overlaying scrollbars */
	-webkit-text-size-adjust: 100%; /* iOS 8+ */
}

/**,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: inherit;
}*/

* {
	/*background-repeat: no-repeat;*/
	box-sizing: inherit;
}

::before,
::after {
	text-decoration: inherit;
	vertical-align: inherit;
}

* {
	padding: 0; /* Reset `padding` and `margin` of all elements */
	margin: 0;
}

/* # =================================================================
	 # General elements
	 # ================================================================= */

/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
	display: none;
	height: 0;
}

hr {
	overflow: visible; /* Show the overflow in Edge and IE */
	margin-bottom: 40px;
	border-top: 1px solid #DDD;
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

summary {
	display: list-item; /* Add the correct display in all browsers */
}

small {
	font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
	display: none; /* Add the correct display in IE */
}

abbr[title] {
	border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
	text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
	background-color: transparent; /* Remove the gray background on active links in IE 10 */
	-webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
	outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
	font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
	font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
	background-color: #ff0;
	color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* # =================================================================
	 # Forms
	 # ================================================================= */

input {
	border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
	cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
	cursor: default;
}

[type="number"] {
	width: auto; /* Firefox 36+ */
}

[type="search"] {
	-webkit-appearance: textfield; /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; /* Safari 8 */
}

textarea {
	overflow: auto; /* Internet Explorer 11+ */
	resize: vertical; /* Specify textarea resizability */
}

button {
	overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: 0;
	padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type="button"], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
	text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
}

/* Style select like a standard input */
select {
	-moz-appearance: none; /* Firefox 36+ */
	-webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
	display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
	color: currentColor; /* Internet Explorer 11+ */
}

legend {
	border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
	display: table; /* Correct the text wrapping in Edge and IE */
	max-width: 100%; /* Correct the text wrapping in Edge and IE */
	white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
	-webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
	font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
	-webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
	outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
	 # Specify media element style
	 # ================================================================= */

img {
	border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
	vertical-align: baseline;
}

svg:not(:root) {
	overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
	display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
	 # Accessibility
	 # ================================================================= */

/* Hide content from screens but not screenreaders */
@media screen {
	[hidden~="screen"] {
		display: inherit;
	}
	[hidden~="screen"]:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0) !important;
	}
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
	cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
	cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
	cursor: default;
}

/* # =================================================================
	 # Selection
	 # ================================================================= */

/* Specify text selection background color and omit drop shadow */

::-moz-selection {
	background-color: #444; /* Required when declaring ::selection */
	color: #FFF;
	text-shadow: none;
}

::selection {
	background-color: #444; /* Required when declaring ::selection */
	color: #FFF;
	text-shadow: none;
}





/* # =================================================================
	 # setting
	 # ================================================================= */
* {
	font-style: normal;
}

html {
	font-size: 6.25%;
	/* 1rem = 1px */
}

body {
	color: #000;
	font-size: 18em;
	font-family: "Arial", sans-serif;
	line-height: 1.8;
	min-width: 300px;
	width: 100%;
	min-height: 100vh;
	overflow-x: hidden;

	display:-ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
@media screen and (max-width: 960px) {
body {
	font-size: 14em;
}
}/*@media*/

ul {
	list-style:none;
	width: 100%;
}

ul ul,
ul ol,
ol ul,
ol ol {
	color: #666;
	margin-top: 0;
	padding-left: 16px;
}

form {
	position: relative;
}

a, span {
	display: inline-block;
}



/* p
===========================*/
p {
	margin-top: 16px;
}
@media screen and (max-width: 960px) {
p {
	font-size: 13rem;
}
}/*@media*/

p:not(.ttl) + p {
	margin-top: 32px;
}


/* a
===========================*/
a {
	text-decoration: none;
	display: inline-block;
}

a:link,
a:visited {
	color: #444;
}

@media screen and (min-width: 961px) {
a:hover {
	color: #8EC300;
	/*text-decoration: none;*/
}

a:active {
	color: #8EC300;
}
}/*@media*/



/* table
===========================*/
table,thead,tbody,tr,th,td {
	text-align: left;
	vertical-align: top;
}

table {
	font-size: 14rem;
	width: 100%;
	margin: 8px 0 0;
	border-top:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	border-collapse:collapse;
}

table tr:nth-of-type(even) {
	background: #fafafa;
}

th, td {
	padding: 8px 12px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 960px) {
th,td {
	padding: 4px 8px;
}
}/*@media*/

th {
	font-weight:bold;
	background: #ECECEC;
	border-color: #ccc;
}

/*table 直下の ul,li にはトップを設定しない*/
td > ul:first-child,
td > ul:first-child > li:first-child {
	margin-top: 0!important;
}

/* フォームスタイルの完全初期化
===========================*/
input, button, textarea, select {
	display: block;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	line-height: 1;
}

/*IE10以降のフォーム内の要素を非表示*/
input::-ms-clear {visibility:hidden}
input::-ms-reveal {visibility:hidden}



/* フォーム
===========================*/
textarea {
	font-size: 13rem;
	font-weight: normal;
	line-height: 1.6;
	padding: 16px;
	width: 100% !important;
	height: 160px;
	border: 1px solid #DFDFDD;
	outline: none;
	background: #F7F7F7;
}

select {
	position: relative;
	z-index: 1;
	font-size: 14rem;
	width: 100%;
	height: 32px;
	padding: 4px;
	outline: none;
	border: none;
	border-radius: 0;
	background: transparent;
}

.selectWrap {
	position: relative;
	background: #FFF;
	border: 1px solid #ebebeb;
}

.selectWrap::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-top: -6px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;

	position: absolute;
	right: 12px;
	top: 50%;
	z-index: 1;

	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.selectWrap::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: #8EC300;

  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"]{
	font-size: 14rem;
	outline: none;
	width: 100%;
	height: 32px;
	padding: 4px 8px;
	border: 1px solid #CCC;
	background: #fff;
	-webkit-appearance: none;
}

button,
input[type="button"]{
	-webkit-appearance: none;
	cursor: pointer;
	border: none;
	outline: none;
	border-radius: 100px;
	color: #1db2e0;
}

input[type="radio"]{
	display: inline-block;
	padding: 0;
	margin: 0 4px 0 0;
}

button[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	border: none;
	outline: none;
	background: none;
	color: #FFF;
	padding: 8px 0;
	margin: 32px 0 0;
	width: 200px;
	font-size: 16rem;
	display: inline-block;
	background: linear-gradient(to right, rgba(37,198,222,1) 0%,rgba(128,156,206,1) 100%);
	border-bottom: 4px solid #5cadd4;
	border-radius: 100px;
}

input[type="submit"]{
	-webkit-appearance: none;
	cursor: pointer;
	border: none;
	outline: none;
	background: none;
}

button[type="submit"]:hover {
	background: linear-gradient(to right, rgba(128,156,206,1) 0%,rgba(37,198,222,1) 100%);
}

input[type="search"]{
	-webkit-appearance: none;
	background: #FBFAFA;
	border: 1px solid #E5E5E5;
	border-radius: 100px;
	padding: 4px 30px 4px 12px;
	width: 100%;
	outline: 0;
}

input[disabled="disabled"] {
	background-color: #ddd;
}



/* Fonts
===========================*/
h1,h2,h3,h4,h5,h6,
a,
dt,
p.ttl,
.subNav,
#breadcrumbs,
.wovnAreaEn,
.wovn-lang-list > li {
	font-family: "Arial";
	font-weight: bold;
	letter-spacing: 0.4px;
}

a dd {
	font-family: 'Roboto', sans-serif;
}

/*
* **********************************************************************
* バンドル：/newformcss/parts.css
* **********************************************************************
*/
/*=================================
 cmnStyle
=================================*/
.active {
	display: block!important;
}

.none {
	display: none!important;
}

.sp {
	display: none!important;
}

@media screen and (max-width: 960px) {
.pc {
	display: none!important;
}
.sp {
	display: block!important;
}
}/*@media*/

img.imgLayout {
	display: block;
	margin: 40px auto;
}
@media screen and (max-width: 600px) {
img.imgLayout {
	width: 80%!important;
}
}/*@media*/



/*movieWrap
---------------------------------*/
.movieWrap {
	position: relative;
	width: 100%;
	height: 560px;
	margin-top: 40px;
	padding: 0;
}
@media screen and (max-width: 960px) {
.movieWrap {
	height: 430px;
}
}/*@media*/
@media screen and (max-width: 600px) {
.movieWrap {
	height: 32vh;
}
}/*@media*/

.movieWrap iframe {
	width: 100%;
}

/*locationMap
---------------------------------*/
.locationMap {
	border: 0;
    margin-top:20px;
    margin-bottom: 0 !important;
}
@media screen and (max-width: 600px) {
.locationMap {
	height: 320px;
}
}/*@media*/



/*=================================
 txtLink
=================================*/
[class^="txtLinkA"],
[class*=" txtLinkA"],
[class^="txtLinkB"],
[class*=" txtLinkB"] {
	color: #8EC300;
	font-size: 14rem;
	/*margin: 16px 0 0;*/
	-webkit-transition: .3s;
	transition: .3s;
}

a:hover .txtLinkA1,
.txtLinkA1:hover {
	color: #8EC300;
}

.txtLinkC1 {
	text-decoration: underline;
}

.txtLinkC1:hover {
	color: #8EC300;
}



/*=================================
 txtReadA1
=================================*/
.txtReadA1 {
	font-size: 20rem;
	text-align: center;
	margin: 40px 0 0;
}
@media screen and (max-width: 960px) {
.txtReadA1 {
	font-size: 15rem;
	margin-bottom: 16px;
}
}/*@media*/

@media screen and (max-width: 600px) {
[class^="txtRead"] br,
[class*=" txtRead"] br {
	display: none;
}
}/*@media*/



/*=================================
 txtSign
=================================*/
.txtSignA1 {
	font-size: 14rem;
	line-height: 1.8;
	text-align: right;
	margin: 40px 0 64px;
}
@media screen and (max-width: 960px) {
.txtSignA1 {
	font-size: 12rem;
	margin: 24px 0 32px;
}
}/*@media*/

.txtSignA1 span {
	/*font-weight: bold;*/
}


/*=================================
 txtCaution
=================================*/
p[class^="txtCautionA"],
p[class*=" txtCautionA"] {
	font-size: 13rem;
}

p[class^="txtCautionA"]::before,
p[class*=" txtCautionA"]::before {
	content: "*";
	font-size: 16rem;
	margin: 0 3px 0 0;
}



/*txtCautionA1
---------------------------------*/
p.txtCautionA1::before {
	color: #FF585D;
}


/*txtCautionA2
---------------------------------*/
p.txtCautionA2 {
	color: #FF585D;
}


/*=================================
 ancLink
=================================*/
.ancLinkA1 {
	font-size: 13rem;
	background: #EBEBEB;
	padding: 4px 8px;
	margin: 12px 0;
}
@media screen and (max-width: 600px) {
.ancLinkA1 {
	font-size: 11rem;
	padding: 4px;
}
}/*@media*/

.ancLinkA1 li {
	display: inline-block;
	margin: 4px 8px 4px 0;
}
@media screen and (max-width: 600px) {
.ancLinkA1 li {
	margin: 2px 8px 2px 0;
}
}/*@media*/

.ancLinkA1 a {
	padding: 4px 8px;
	background: #FFF;
}

h1 + .ancLinkA1 {
	margin-top: 32px;
}


/*=================================
 btnDesign
=================================*/
a[class^="btnDesign"],
a[class*=" btnDesign"] {
	display: block;
	font-size: 20rem;
	text-align: center;
	padding: 8px 16px;
	margin-top : 40px;
	width: 320px;
	-webkit-transition: .15s;
	transition: .15s;
}
@media screen and (max-width: 600px) {
a[class^="btnDesign"],
a[class*=" btnDesign"] {
	font-size: 16rem;
	margin-top : 24px;
	width: auto;
}
}/*@media*/

a[class^="btnDesignB"],
a[class*=" btnDesignB"] {
	margin-left : auto;
	margin-right : auto;
}

a[class^="btnDesignC"],
a[class*=" btnDesignC"] {
	margin-left : auto;
}

a.btnDesignA1,
a.btnDesignB1,
a.btnDesignC1 {
	background: #1a005d;
}

a.btnDesignA1:link,
a.btnDesignA1:visited,
a.btnDesignB1:link,
a.btnDesignB1:visited,
a.btnDesignC1:link,
a.btnDesignC1:visited {
	color: #FFF;
}

a.btnDesignA1:hover,
a.btnDesignB1:hover,
a.btnDesignC1:hover {
	background: #8EC300;
}

a.btnDesignA2,
a.btnDesignB2,
a.btnDesignC2 {
	color: #1A005D;
	background: #FFF;
}

a.btnDesignA2:hover,
a.btnDesignB2:hover,
a.btnDesignC2:hover {
	color: #FFF;
	background: #8EC300;
}

a.btnDesignA3,
a.btnDesignB3,
a.btnDesignC3 {
	color: #7b7b7b;
	border: 2px solid #c1c1c1;
}

a.btnDesignA3:hover,
a.btnDesignB3:hover,
a.btnDesignC3:hover {
	color: #EBEBEB;
	background: #c1c1c1;
}

a.btnDesignA4,
a.btnDesignB4,
a.btnDesignC4 {
	background: #1A1A1A;
}

a.btnDesignA4:link,
a.btnDesignA4:visited,
a.btnDesignB4:link,
a.btnDesignB4:visited,
a.btnDesignC4:link,
a.btnDesignC4:visited {
	color: #FFF;
}

a.btnDesignA4:hover,
a.btnDesignB4:hover,
a.btnDesignC4:hover {
	background: #8EC300;
}



/*=================================
 labelDesign
=================================*/
.labelDesignA1 {
	display: inline-block;
	color: #fff;
	font-size: 11rem!important;
	font-weight: normal;
	line-height: 1;
	padding: 4px 8px;
	background: #1a005d;
    margin-right: 8px;
}

.detailArea > .labelDesignA1:first-child {
	margin-top: 16px;
}

.detailArea > .labelDesignA1:nth-child(n+2) {
	margin-top: 0;
}




/*=================================
 dlDesign
=================================*/
[class^="dlDesign"] dt,
[class*=" dlDesign"] dt {
	font-size: 24rem;
	line-height: 1.4;
	padding: 16px 0 0;
}
@media screen and (max-width: 600px) {
[class^="dlDesign"] dt,
[class*=" dlDesign"] dt {
	font-size: 18rem;
}
}

[class^="clmW"] [class^="dlDesign"] dt:first-child,
[class^="clmW"] [class*=" dlDesign"] dt:first-child,
[class*=" clmW"] [class^="dlDesign"] dt:first-child,
[class*=" clmW"] [class*=" dlDesign"] dt:first-child {
	padding-top: 0;
}

[class^="dlDesign"] dd,
[class*=" dlDesign"] dd {
	color: inherit;
	margin: 16px 0 0;
	font-size: 16rem;
}
@media screen and (max-width: 960px) {
[class^="dlDesign"] dd,
[class*=" dlDesign"] dd {
	margin-top: 8px;
}
}/*@media*/

[class^="dlDesign"] dd + dt,
[class*=" dlDesign"] dd + dt {
	padding-top: 40px;
}
@media screen and (max-width: 960px) {
[class^="dlDesign"] dd + dt,
[class*=" dlDesign"] dd + dt {
	padding-top: 24px;
}
}/*@media*/


/*dlDesignA2 タイトルカラー オレンジ
---------------------------------*/
.dlDesignA2 dt {
	color: #8EC300;
}

/*dlDesignA 文字色白
---------------------------------*/
.dlDesignA3 dt,
.dlDesignA3 dd {
	color: #FFF;
}

/*dlDesignA4 タイトルカラー 赤
---------------------------------*/
.dlDesignA4 dt {
	color: #ED1C24;
}



/*dlDesignFaq FAQ
---------------------------------*/
.dlDesignFaq dt {
	counter-increment: number;
}

.dlDesignFaq dt::before {
	content: "Q"counter(number)" ";
}

.dlDesignFaq dd {
	padding-bottom: 16px;
	border-bottom: 1px solid #DCDCDC;
}

/*.dlDesignFaq dd:before {
	content: "A";
}*/

.dlDesignFaq dd:nth-last-of-type(1) {
	padding-bottom: 0;
	border-bottom: none;
}



/*=================================
 boxDesign
=================================*/
[class^="boxDesign"],
[class*=" boxDesign"] {
	padding: 0 24px 24px;
	margin: 24px 0;
}
@media screen and (max-width: 960px) {
[class^="boxDesign"],
[class*=" boxDesign"] {
	padding: 0 16px 16px;
}
}/*@media*/

.boxDesignA1 {
	border : 4px solid #1a005d;
}

.boxDesignA2 {
	background: #EBEBEB;
}

.boxDesignA3 {
	border : 4px solid #ED1C24;
}


/*=================================
 clm
=================================*/
/*flexLayout 横並びレイアウト
---------------------------------*/
.flexLayout {
	display:-ms-flexbox;
	display: -webkit-flex;
	display:-webkit-box;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}



/*flexReverse 左右の順番を入れ替える
---------------------------------*/
.flexReverse {
	-ms-flex-direction:  row-reverse!important;
	-webkit-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important;
}
@media screen and (max-width: 600px) {
/*スマホ時のみ上下の順番を入れ替える*/
.flexReverseSp {
	-ms-flex-direction:  column-reverse!important;
	-webkit-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important;
}
}/*@media*/


/*clm 等間隔のカラム
---------------------------------*/
.clm,
.clm2,
.clm3,
.clm4 {
	width: 100%;
	/*margin-top: 24px;*/
	display:-ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/*余白を制御*/
.clm3::after {
	content: "";
	display: block;
	width: calc(100% / 3 - 24px);
}

/*余白を制御*/
.clm4::before,
.clm4::after {
	content: "";
	display: block;
	width: calc(100% / 4 - 24px);
}

/*余白を制御*/
.clm4::before {
	order: 1;
}

.clm > * {
	margin: 24px 0 0;
}

.clm2 > * {
	width: calc(100% / 2 - 24px);
	margin: 24px 0 0;
}

.clm3 > * {
	width: calc(100% / 3 - 24px);
	margin: 24px 0 0;
}

.clm4 > * {
	width: calc(100% / 4 - 24px);
	margin: 24px 0 0;
}

/*ul.clm2 > li {
	width: calc(100% / 2 - 24px);
}

ul.clm3 > li {
	width: calc(100% / 3 - 24px);
}

ul.clm4 > li {
	width: calc(100% / 4 - 24px);
}*/

@media screen and (max-width: 600px) {
.clm2 > *,
.clm3 > *,
.clm4 > * {
	width: 100%;
	margin: 16px 0 0;
}
}/*@media*/

/*IE対応*/
.clm *,
.clm2 *,
.clm3 *,
.clm4 * {
	min-height: 0%;
}

.clm a,
.clm2 a,
.clm3 a,
.clm4 a {
	display: block;
}

.clm img,
.clm2 img,
.clm3 img,
.clm4 img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
@media screen and (max-width: 600px) {
.clm img,
.clm2 img,
.clm3 img,
.clm4 img {
	display: block;
}
}/*@media*/

/*.clm a:hover img,
.clm2 a:hover img,
.clm3 a:hover img,
.clm4 a:hover img {
		opacity: 0.8;
}*/

.clm > * > *:first-child,
.clm2 > * > *:first-child,
.clm3 > * > *:first-child,
.clm4 > * > *:first-child {
	margin-top: 0;
}

@media screen and (max-width: 600px) {
.clm > * > img:first-child {
	margin-bottom: 12px;
}
}/*@media*/

/*clmW指定*/
.clmW10 {
	width: calc(10% - 24px);
}

.clmW20 {
	width: calc(20% - 24px);
}

.clmW30 {
	width: calc(30% - 24px);
}

.clmW40 {
	width: calc(40% - 24px);
}

.clmW50 {
	width: calc(50% - 24px);
}

.clmW60 {
	width: calc(60% - 24px);
}

.clmW70 {
	width: calc(70% - 24px);
}

.clmW80 {
	width: calc(80% - 24px);
}

.clmW90 {
	width: calc(90% - 24px);
}

.clmW100 {
	width: 100%;
}

@media screen and (max-width: 600px) {
[class^="clmW"],
[class*=" clmW"] {
	width: 100%;
}

.clm.flexReverseSp > *:first-child{
	margin-top: 0;
}
}



/*=================================
 clmDesign
=================================*/
/*
 clmDesignCmn
*/
[class^="clmDesign"] > *,
[class*=" clmDesign"] > * {
	position: relative;
	margin: 40px 0 0;
}
@media screen and (max-width: 600px) {
[class^="clmDesign"] > *,
[class*=" clmDesign"] > * {
	margin: 16px 0 0;
}
}/*@media*/

[class^="clmDesign"] a,
[class*=" clmDesign"] a {
	position: relative;
	font-weight: normal;
	/*height: 100%;*/
}

[class^="clmDesign"] a:link,
[class*=" clmDesign"] a:link,
[class^="clmDesign"] a:visited,
[class*=" clmDesign"] a:visited {
	color: inherit;
}

[class^="clmDesign"] p,
[class*=" clmDesign"] p {
	font-size: 16rem;
}

[class^="clmDesign"] img,
[class*=" clmDesign"] img {
	width: 100%;
	display: block;
}

[class^="clmDesign"] ul,
[class*=" clmDesign"] ul,
[class^="clmDesign"] ol,
[class*=" clmDesign"] ol {
	padding-left: 0
}

[class^="clmDesign"] [class^="labelDesign"] + dl dt,
[class^="clmDesign"] [class*=" labelDesign"] + dl dt,
[class*=" clmDesign"] [class^="labelDesign"] + dl dt,
[class*=" clmDesign"] [class*=" labelDesign"] + dl dt {
	padding-top: 4px;
}

/*[class^="clmDesign"] .detailArea .ttl a:hover,
[class*=" clmDesign"] .detailArea .ttl a:hover {
	color: #ED1C24;
}*/

[class^="clmDesign"] .detailArea [class^="txtLink"],
[class*=" clmDesign"] .detailArea [class^="txtLink"],
[class^="clmDesign"] .detailArea [class*=" txtLink"],
[class*=" clmDesign"] .detailArea [class*=" txtLink"] {
	margin-top: 16px;
}



[class^="clmDesignA"] .detailArea,
[class*=" clmDesignA"] .detailArea,
[class^="clmDesignC"] .detailArea,
[class*=" clmDesignC"] .detailArea {
	position:  relative;
	z-index: 22;
	padding: 1px 16px 16px;
	margin: -40px 0 0;
}
@media screen and (max-width: 600px) {
[class^="clmDesignA"] .detailArea,
[class*=" clmDesignA"] .detailArea,
[class^="clmDesignC"] .detailArea,
[class*=" clmDesignC"] .detailArea {
	padding: 0 16px 16px;
	margin: -40px 0 0;
}
}/*@media*/

[class^="clmDesignA"] li::before,
[class*=" clmDesignA"] li::before,
.clmDesignC1 li::before,
.clmDesignC2 li::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index:-10;
	width: 88%;
	height: 100%;
	border-top: 1px solid #fefefe;
	box-shadow: 0px 2px 1px rgba(0,0,0,0.05);
}

.clmDesignA1 li::before,
.clmDesignC1 li::before {
	background: rgba(255,255,255,0.95);
}

.clmDesignA2 li::before,
.clmDesignC2 li::before {
	background: #003D79;
}

.clmDesignA1 .detailArea,
.clmDesignC1 .detailArea,
.clmDesignC3 .detailArea {
	background: rgba(255,255,255,0.95);
}

.clmDesignA2 .detailArea,
.clmDesignC2 .detailArea,
.clmDesignC4 .detailArea {
	background: rgba(26, 0, 93, 0.9);
}

.clmDesignA2 .detailArea[target="_blank"]::after,
.clmDesignC2 .detailArea[target="_blank"]::after,
.clmDesignC4 .detailArea[target="_blank"]::after {
	color: #fff;
}

[class^="clmDesignA"] .detailArea .date,
[class*=" clmDesignA"] .detailArea .date,
[class^="clmDesignC"] .detailArea .date,
[class*=" clmDesignC"] .detailArea .date {
	font-size: 14rem;
	/*font-weight: bold;*/
}

.clmDesignA1 .detailArea .date,
.clmDesignC1 .detailArea .date,
.clmDesignC3 .detailArea .date {
	color: #666;
	/*padding: 16px 0 0;*/
}

[class^="clmDesignA"] .detailArea .txt,
[class*=" clmDesignA"] .detailArea .txt,
[class^="clmDesignC"] .detailArea .txt,
[class*=" clmDesignC"] .detailArea .txt {
	font-size: 14rem;
	margin: 16px 0 0;
}

[class^="clmDesignA"] a:hover .detailArea .txt,
[class*=" clmDesignA"] a:hover .detailArea .txt,
[class^="clmDesignC"] a:hover .detailArea .txt,
[class*=" clmDesignC"] a:hover .detailArea .txt {
	text-decoration: underline;
}

.clmDesignA2 .txtLinkA1,
.clmDesignC2 .txtLinkA1,
.clmDesignC4 .txtLinkA1,
.clmDesignE2 .txtLinkA1 {
	color: #FFF;
}

.clmDesignA2 a:hover .txtLinkA1,
.clmDesignC2 a:hover .txtLinkA1,
.clmDesignC4 a:hover .txtLinkA1,
.clmDesignE2 a:hover .txtLinkA1 {
	color: #8EC300;
}

.clmDesignA2 a:hover .txtLinkA1::after,
.clmDesignC2 a:hover .txtLinkA1::after,
.clmDesignC4 a:hover .txtLinkA1::after,
.clmDesignE2 a:hover .txtLinkA1::after {
	color: #8EC300;
}

@media screen and (max-width: 600px) {
[class^="clmDesign"],
[class*=" clmDesign"] {
/*	width: 88%;
	margin-left: auto;
	margin-right: auto;*/
}
}/*@media*/

.clmDesignA2 a,
.clmDesignC2 .inner,
.clmDesignC4 .inner {
	color: #FFF;
}



/*clmDesignA0
---------------------------------*/
@media screen and (max-width: 600px) {
.clmDesignA0 {
	width: 100%;
}

.clmDesignA0 li {
	width: calc(50% - 4px);
}

.clm2.clmDesignA0 li {
	width: 100%;
}
}/*@media*/



/*clmDesignA
---------------------------------*/
.clmDesignA1 a {
    -webkit-transition: .15s;
    transition: .15s;
}
.clmDesignA1 a:hover{
	opacity: 0.9;
}
@media screen and (max-width: 960px) {
.clmDesignA1 li {
	width: calc(50% - 12px);
}
}/*@media*/
@media screen and (max-width: 600px) {
.clmDesignA1 li {
	width: 100%;
}
}/*@media*/

[class^="clmDesignA"] li .inner,
[class*=" clmDesignA"] li .inner {
	position: relative;
}

[class^="clmDesignA"] li .inner::before,
[class*=" clmDesignA"] li .inner::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	-webkit-transition: .15s;
	transition: .15s;
}

@media screen and (min-width: 961px) {
[class^="clmDesignA"] li a.inner:hover::before,
[class*=" clmDesignA"] li a.inner:hover::before {
	background: rgba(0, 61, 121, 0.5);

}
}/*@media*/

[class^="clmDesignA"] img,
[class*=" clmDesignA"] img {
	display: block;

}

[class^="clmDesignA"] span.upperLayer,
[class*=" clmDesignA"] span.upperLayer {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;

	display:-ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;

	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;

	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

	color: #FFF;
	text-align: center;
	margin: auto;
}

[class^="clmDesignA"] span.upperLayer img,
[class*=" clmDesignA"] span.upperLayer img {
	width: 32%;
	filter: drop-shadow(0px 2px 0 rgba(0,0,0,0.4));
}

.clmDesignA0 a span.upperLayer span {
	position: relative;
	font-size: 32px;
	padding: 0 4px;
	margin: 16px 0 0;
	-webkit-transition: .15s;
	transition: .15s;
	text-shadow: 0 2px 0 rgba(0,0,0,0.4);
}
@media screen and (max-width: 600px) {
.clmDesignA0 a span.upperLayer span {
	font-size: 20px;
}
}/*@media*/


@media screen and (min-width: 961px) {
.clmDesignA0 a span.upperLayer span::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 3px;
	background: linear-gradient(to right, #8EC300 0%,#8EC300 50%,#1A005D 30%,#1A005D 100%);
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.clmDesignA0 a:hover span.upperLayer span::before {
	width: 100%;
}
}/*@media*/

.clmDesignA0 span.upperLayer img + span {
	font-size: 24px;
}
@media screen and (max-width: 600px) {
.clmDesignA0 span.upperLayer img + span {
	font-size: 16px;
}
}/*@media*/

[class^="clmDesignA"] .detailArea,
[class*=" clmDesignA"] .detailArea {
	width: 88%;
}



/*clmDesignB
---------------------------------*/
[class^="clmDesignB"] .inner,
[class*=" clmDesignB"] .inner {
	width: 80%;
	margin : 0 auto;
}
@media screen and (max-width: 600px) {
[class^="clmDesignB"] .inner,
[class*=" clmDesignB"] .inner {
	width: 88%;
}
}/*@media*/

[class^="clmDesignB"] li::before,
[class*=" clmDesignB"] li::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index:-10;
	width: 80%;
	height: 100%;
	margin: 0 auto;
	border-top: 1px solid #fefefe;
	box-shadow: 0px 2px 1px rgba(0,0,0,0.05);
}


[class^="clmDesignB"] .detailArea,
[class*=" clmDesignB"] .detailArea {
	position:  relative;
	z-index: 1;
	padding: 0 16px 16px;
	margin: -56px 0 0;
	background: rgba(255,255,255,0.95);
}
@media screen and (max-width: 600px) {
[class^="clmDesignB"] .detailArea,
[class*=" clmDesignB"] .detailArea {
	padding: 0 16px 16px;
}
}/*@media*/


[class^="clmDesignB"] .detailArea dt,
[class*=" clmDesignB"] .detailArea dt {
	position: relative;
	font-size: 36rem;
	/*font-weight: bold;*/
	text-align: center;
	padding-top: 16px;
}
@media screen and (max-width: 600px) {
[class^="clmDesignB"] .detailArea dt,
[class*=" clmDesignB"] .detailArea dt {
	font-size: 24rem;
}
}/*@media*/

[class^="clmDesignB"] .detailArea dt::before,
[class*=" clmDesignB"] .detailArea dt::before {
	content: "";
	display: block;
	position: absolute;
	top: 104%;
	left: 0;
	right: 0;

	margin: 0 auto;
	width: 64px;
	height: 3px;
	background: linear-gradient(to right, #8EC300 0%,#8EC300 30%,#003D79 30%,#003D79 100%);
}


[class^="clmDesignB"] .detailArea dd,
[class*=" clmDesignB"] .detailArea dd {
	margin: 24px 0 0;
	font-size: 16rem;
}

[class^="clmDesignB"] a:hover .detailArea dd,
[class*=" clmDesignB"] a:hover .detailArea dd {
	text-decoration: underline;
}

.clmDesignB1 li::before {
	background: rgba(255,255,255,0.95);
}



/*clmDesignC
---------------------------------*/
[class^="clmDesignC"] a:hover,
[class*=" clmDesignC"] a:hover {
	opacity: 0.9;
}
[class^="clmDesignC"] .inner,
[class*=" clmDesignC"] .inner {
	width: 88%;
}

/*clmDesignCで1カラムの場合*/
div[class^="clmDesignC"] .inner,
div[class*=" clmDesignC"] .inner {
	width: 64%;
}
@media screen and (max-width: 600px) {
div[class^="clmDesignC"] .inner,
div[class*=" clmDesignC"] .inner {
	width: 80%;
}
}/*@media*/

.clmDesignC3 .detailArea,
.clmDesignC4 .detailArea {
	box-shadow: 0px 2px 1px rgba(0,0,0,0.05);
}

.clmDesignC3 li:nth-of-type(even),
.clmDesignC4 li:nth-of-type(even) {
	margin-top: 80px;
}



/*clmDesignD
---------------------------------*/
[class^="clmDesignD"] > li,
[class*=" clmDesignD"] > li,
[class^="clmDesignD"].slider li:first-child,
[class*=" clmDesignD"].slider li:first-child {
	background: #fff;
	border-top: 1px solid #f9f9f9;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}

[class^="clmDesignD"] .detailArea,
[class*=" clmDesignD"] .detailArea {
	padding: 0 16px 16px;
}

[class^="clmDesignD"] .detailArea p,
[class*=" clmDesignD"] .detailArea p {
	font-size: 14rem;
}

[class^="clmDesignD"] .detailArea dt,
[class*=" clmDesignD"] .detailArea dt,
[class^="clmDesignD"] .detailArea .ttl a,
[class*=" clmDesignD"] .detailArea .ttl a {
	font-size: 24rem;
	/*font-weight: bold;*/
	-webkit-transition: .15s;
	transition: .15s;
}


[class^="clmDesignD"] .detailArea .ttl a,
[class*=" clmDesignD"] .detailArea .ttl a {
	color: #8EC300;
	font-weight: bold;
}

[class^="clmDesignD"] .detailArea dd,
[class*=" clmDesignD"] .detailArea dd {
	color: inherit;
	margin: 16px 0 0;
	font-size: 15rem;
}

.clmDesignD2 a:hover .detailArea dt {
	color: #ED1C24;
}

/*clmDesignE
---------------------------------*/
[class^="clmDesignE"] img,
[class*=" clmDesignE"] img {
	width: 50%;
}
@media screen and (max-width: 960px) {
[class^="clmDesignE"] img,
[class*=" clmDesignE"] img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
}/*@media*/
@media screen and (max-width: 600px) {
[class^="clmDesignE"] img,
[class*=" clmDesignE"] img {
	position: static;
	width: 100%;
}
}/*@media*/

[class^="clmDesignE"] .inner,
[class*=" clmDesignE"] .inner {
	display: block;
	width: 54%;
}
@media screen and (min-width: 961px) {
[class^="clmDesignE"] .inner,
[class*=" clmDesignE"] .inner {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
}/*@media*/
@media screen and (min-width: 601px) and (max-width: 960px) {
[class^="clmDesignE"] .inner,
[class*=" clmDesignE"] .inner {
	margin-left: auto;
	margin-right: 24px;

}
}/*@media*/
@media screen and (max-width: 600px) {
[class^="clmDesignE"] .inner,
[class*=" clmDesignE"] .inner {
	width: 88%;
	margin: -32px auto 0;
}
}/*@media*/

.clmDesignE2 .inner {
	color: #FFF;
}

[class^="clmDesignE"] .detailArea,
[class*=" clmDesignE"] .detailArea {
	padding: 16px 16px 36px 56px;
}
@media screen and (max-width: 960px) {
[class^="clmDesignE"] .detailArea,
[class*=" clmDesignE"] .detailArea {
	padding: 0 16px 16px 36px;
}
}/*@media*/
@media screen and (max-width: 600px) {
[class^="clmDesignE"] .detailArea,
[class*=" clmDesignE"] .detailArea {
	padding: 0 16px 16px;
}
}/*@media*/

.clmDesignE1 a {
    -webkit-transition: .15s;
    transition: .15s;
}
.clmDesignE1 a:hover {
	opacity: 0.9;
}
.clmDesignE1 .detailArea {
	background: rgba(255,255,255,0.95);
	box-shadow: 0px 2px 1px rgba(0,0,0,0.05);
}

.clmDesignE2 .detailArea {
	background: rgba(26, 0, 93, 0.9);
}



/*=================================
 mainImg
=================================*/
.mainImg {
	height: 360px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 960px) {
.mainImg {
	height: 240px;
}
}/*@media*/

.mainImg.sizeS,
.mainImg.sizeL {
	display: none;
}

@media screen and (min-width: 1201px) {
.mainImg[class*=" size"] {display: none;}

.mainImg.sizeL {
	display: block;
	height: 400px;
}
}/*@media*/
@media screen and (min-width: 1450px) {
.mainImg.sizeL {
	height: 560px;
}
}/*@media*/

/*@media screen and (max-width: 960px) {
.mainImg.sizeTab {
	display: block;
	height: 32vh;
	background-position: top;
}
}*//*@media*/

@media screen and (max-width: 600px) {
.mainImg[class*=" size"] {display: none;}

.mainImg.sizeS {
	background-position: center;
	display: block;
	height: 320px;
}
}/*@media*/
@media screen and (max-width: 480px) {
.mainImg.sizeS {
	height: 260px;
}
}/*@media*/
@media screen and (max-width: 374px) {
.mainImg.sizeS {
	height: 180px;
}
}/*@media*/



/*=================================
 listDesign
=================================*/
[class^="listDesign"] > li:first-child,
[class*=" listDesign"] > li:first-child {
	margin-top: 24px;
}
@media screen and (max-width: 600px) {
[class^="listDesign"] > li:first-child,
[class*=" listDesign"] > li:first-child {
	margin-top: 16px;
}
}/*@media*/


/*listDesignA1
---------------------------------*/
.listDesignA1 {
	display:-ms-flexbox;
	display: -webkit-flex;
	display:-webkit-box;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.listDesignA1 li {
	position: relative;
	padding: 0 12px 0 0;
	margin: 0 12px 0 0!important;
}

.listDesignA1 li:last-child {
	padding-right:0;
	margin-right:0;
}

.listDesignA1 li::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 64%;
	background: #000;
}

.listDesignA1 li:nth-last-of-type(1)::after {
	content: none;
}

.listDesignA1 dt {
	font-size: 20rem;
	/*font-weight: bold;*/
	margin: 24px 0 0;
}
@media screen and (max-width: 960px) {
.listDesignA1 dt {
	font-size: 16rem;
	margin-top: 16px;
}
}/*@media*/

.listDesignA1 dt:nth-of-type(1) {
	margin-top: 0;
}

.listDesignA1 dd {
	font-size: 18rem;
	margin: 16px 0 0;
}
@media screen and (max-width: 960px) {
.listDesignA1 dd {
	font-size: 14rem;
}
}/*@media*/
@media screen and (max-width: 600px) {
.listDesignA1 dd {
	margin-top: 4px;
}
}/*@media*/



/*listDesignB1
---------------------------------*/
.listDesignB1 li a {
	display: block;
	position: relative;
	font-size: 15rem;
	padding: 8px 24px 8px 0;
	border-top: 1px solid #ebebeb;
	background: #FFF;
	-webkit-transition: .15s;
	transition: .15s;
}

.listDesignB1 li a:hover {
	color: #8EC300;
}

.listDesignB1 li:nth-last-of-type(1) a {
	border-bottom: 1px solid #ebebeb;
}



/*listDesignC1
---------------------------------*/
.listDesignC1 li {
	border-top: 1px solid #ebebeb;
	padding: 0 0 16px;
}

#dir_press .listDesignC1 li:nth-of-type(1) {
	border-top: none;
}

.listDesignC1 li:nth-last-of-type(1) {
	border-bottom: 1px solid #ebebeb;
}

.listDesignC1 div {
	color: #666;
	font-size: 13rem;
	/*font-weight: bold;*/
	margin: 16px 0 0;
}

.listDesignC1 .labelDesignA1 {
	margin-left: 8px;
}

.listDesignC1 li a {
	display: block;
	font-weight: normal;
	/*text-decoration: underline;*/
	margin: 8px 0 0;
}



/*listDesignD1
---------------------------------*/
.listDesignD1 li a {
	display: inline-block;
	position: relative;
	font-size: 14rem;
	/*text-decoration: underline;*/
	padding: 16px 0 0;
	background: #FFF;
	-webkit-transition: .15s;
	transition: .15s;
}

.listDesignD1 li a:hover {
	color: #8EC300;
}

/*.listDesignD1 li:nth-of-type(1) a {
	padding: 0;
}*/



/*listCtgryDesignA1
---------------------------------*/
.listCtgryDesignA1 {
	padding: 4px;
	margin: 40px 0 0;
	background: #f5f5f5;

	display:-ms-flexbox;
	display: -webkit-flex;
	display:-webkit-box;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.listCtgryDesignA1 li {
	font-size: 13rem;
	color: #f2f6f9;
	padding: 2px 8px;
	margin: 4px;
	/* border: 1px solid #efefef; */
	border-radius: 3px;
	background: #7E9AC1;
}
@media screen and (max-width: 600px) {
.listCtgryDesignA1 li {
	font-size: 10rem;
}
}/*@media*/



/*=================================
 hXDesign
=================================*/
h1 {
	position: relative;
	font-size: 52px;
	letter-spacing: 1.1px;
	line-height: 1.4;
	margin: 40px auto 0;
	max-width: 1032px;
}
@media screen and (max-width: 960px) {
h1 {
	font-size: 32px;
}
}/*@media*/
@media screen and (max-width: 600px) {
h1 {
	font-size: 28px;
	margin-bottom: 16px;
	margin-top: 16px;
}
}/*@media*/

.h1DesignA1 {
	text-align: center;
}

.h1DesignA1::before {
	content: "";
	display: block;
	position: absolute;
	top: 108%;
	left: 0;
	right: 0;

	margin: 0 auto;
	width: 90px;
	height: 3px;
	background: linear-gradient(to right, #8EC300 0%,#8EC300 30%,#003D79 30%,#003D79 100%);
}
/*@media screen and (max-width: 600px) {
.h1DesignA1::before {
	top: 108%;
}
}*//*@media*/


/*h2
---------------------------------*/
h2 {
	font-size: 36rem;
	line-height: 1.4;
	margin: 56px 0 0;
}
@media screen and (max-width: 960px) {
h2 {
	font-size: 24rem;
}
}/*@media*/

.h2DesignA1 {
	text-align: center;
}
@media screen and (max-width: 600px) {
.h2DesignA1 {
	margin-bottom: 16px;
}
}/*@media*/

.h2DesignB1 {
	padding: 0 0 4px;
	border-bottom: 1px solid #ddd;
}



/*h3
---------------------------------*/
h3 {
	font-size: 28rem;
	line-height: 1.4;
}
@media screen and (max-width: 960px) {
h3 {
	font-size: 18rem;
}
}/*@media*/

[class^="h3Design"],
[class*=" h3Design"] {
	margin: 64px 0 0;
}
@media screen and (max-width: 960px) {
[class^="h3Design"],
[class*=" h3Design"] {
	margin-top: 24px;
}
}/*@media*/

[class^="h3DesignB"],
[class*=" h3DesignB"] {
	text-align: center;
}

.h3DesignA2,
.h3DesignB2 {
	color: #1a005d;
}

.h3DesignC1 {
	padding: 0 0 4px;
	border-bottom: 1px solid #ddd;
}



/*h4
---------------------------------*/
h4 {
	font-size: 24rem;
}
@media screen and (max-width: 960px) {
h4 {
	font-size: 16rem;
}
}/*@media*/

.h4DesignA1 {
	margin: 24px 0 0;
}




/*タイトルタグ直後のPタグにマージントップを広く設定*/
[class^="h1Design"] + p,
[class*=" h1Design"] + p,
[class^="h2Design"] + p,
[class*=" h2Design"] + p {
	margin-top: 40px;
}
@media screen and (max-width: 960px) {
[class^="h1Design"] + p,
[class*=" h1Design"] + p,
[class^="h2Design"] + p,
[class*=" h2Design"] + p {
	margin-top: 24px;
}
}/*@media*/





/*=================================
 tableDesign
=================================*/
@media screen and (max-width: 600px) {
.tableDesignA1 th,
.tableDesignA1 td {
	display: block;
	width: 100%;
}



/*tableWrap
---------------------------------*/
.tableWrap {
		position: relative;
		overflow-x: scroll;
		white-space: nowrap;
}

.tableWrap * {
		text-align: left!important;
}

.tableWrap th {
		white-space: normal;
}

.tableWrap td {
		min-width: auto!important;
}

/*iPhone用スクロールバー設定*/
.tableWrap::-webkit-scrollbar {
	height: 4px;
}
.tableWrap::-webkit-scrollbar-thumb {
	background: #666;
	border-radius: 4px;
}
.tableWrap::-webkit-scrollbar-track-piece {
	background: #F5F5F5;
}



/*tableScroll
---------------------------------*/
[class^="tableScroll"], [class*=" tableScroll"] {
		width: 240vw;
		margin-bottom: 0;
}



/*tableScrollLayer
---------------------------------*/
.tableScrollLayer {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 200vw;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 35%, rgba(255,255,255,1) 40%);
}
}/*@media*/



/*table.js-tableAccordion
---------------------------------*/
table.js-tableAccordion .toggleBtn {
	display: inline-block;
	color: #ed6c00;
	font-size: 20rem;
	font-weight: normal;
	line-height: 1;
	width: 12px;
	margin-right: 8px;
	vertical-align: text-top;
	cursor: pointer;
}

table.js-tableAccordion .toggleBtn + span {
	color: #ed6c00;
}

table.js-tableAccordion .toggleBtn.close + span {
	color: inherit;
}

.js-tableAccordion1 th{
	padding-left: 24px;
	background: #E0E0E0;
}

.js-tableAccordion2 th{
	padding-left: 36px;
	background: #d8d8d8;
}





/*=================================
 リスト
=================================*/
.listDisc,
.listDecimal,
.listLowerAlpha,
.listUpperAlpha,
.listComment,
.listCommentNum {
	margin: 24px 0 0;
}
@media screen and (max-width: 600px) {
.listDisc,
.listDecimal,
.listLowerAlpha,
.listUpperAlpha,
.listComment,
.listCommentNum {
	margin-top: 16px;
}
}/*@media*/

.listDisc > li,
.listDecimal > li,
.listLowerAlpha > li,
.listUpperAlpha > li,
.listComment > li,
.listCommentNum > li {
	border-top: 1px solid #ebebeb;
	list-style-position: inside!important;
}

.listDisc > li,
.listDecimal > li,
.listLowerAlpha > li,
.listUpperAlpha > li {
	margin: 16px 0 0;
	padding: 16px 0 0;
	border-top: 1px solid #ebebeb;
	list-style-position: inside!important;
}
@media screen and (max-width: 600px) {
.listDisc > li,
.listDecimal > li,
.listLowerAlpha > li,
.listUpperAlpha > li {
	margin: 8px 0 0;
	padding: 8px 0 0;
}
}/*@media*/

.listComment > li,
.listCommentNum > li {
	font-size: 13rem;
	margin: 8px 0 0;
	padding: 8px 0 0;
}

.listDisc > li:first-child,
.listDecimal > li:first-child,
.listLowerAlpha > li:first-child,
.listUpperAlpha > li:first-child,
.listComment > li:first-child,
.listCommentNum > li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top-color: transparent;
}

.listDisc > li:first-child::before,
.listDecimal > li:first-child::before,
.listLowerAlpha > li:first-child::before,
.listUpperAlpha > li:first-child::before,
.listCommentNum > li:first-child::before {
	top: 9px;
}

.listComment > li:first-child::before {
	top: 0px;
}

table .listDisc > li,
table .listDecimal > li,
table .listLowerAlpha > li,
table .listUpperAlpha > li,
table .listComment > li,
table .listCommentNum > li {
	margin-top: 0;
	padding-top: 4px;
	border-top-color: transparent;
}

table .listDisc > li::before,
table .listDecimal > li::before,
table .listLowerAlpha > li::before,
table .listUpperAlpha > li::before,
table .listComment > li::before,
table .listCommentNum > li::before {
	top: 16px;
}

.listDisc ul > li,
.listDecimal ul > li,
.listLowerAlpha ul > li,
.listUpperAlpha ul > li,
.listComment ul > li,
.listCommentNum ul > li,
.listDisc ol > li,
.listDecimal ol > li,
.listLowerAlpha ol > li,
.listUpperAlpha ol > li,
.listComment ol > li,
.listCommentNum ol > li {
	border-top: 1px solid #F7F7F7;
}

.listDisc > li,
.listComment > li {
	position: relative;
	padding-left: 16px;
}



/*listDisc
---------------------------------*/
.listDisc > li::before {
	content: "";
	display: block;
	position: absolute;
	top: 28px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #BFBFBF;
}
@media screen and (max-width: 600px) {
.listDisc > li:not(:first-child)::before {
	top: 18px!important;
}
}/*@media*/



/*listDecimal
---------------------------------*/
.listDecimal > li {
	list-style: decimal;
}



/*listLowerAlpha
---------------------------------*/
.listLowerAlpha > li {
	list-style: lower-alpha;
}



/*listUpperAlpha
---------------------------------*/
.listUpperAlpha > li {
	list-style: upper-alpha;
}



/*listComment
---------------------------------*/
.listComment li::before {
	content: "*";
	position: absolute;
	top: 8px;
	left: 0;

	color: #ED1C24;
	font-size: 16rem;
}
@media screen and (max-width: 960px) {
.listComment li::before {
	top: 16px;
}
}/*@media*/
@media screen and (max-width: 600px) {
.listComment li::before {
	top: 10px;
}
}/*@media*/

.listCommentNum > li {
	counter-increment: number;
}
.listCommentNum > li::before {
	content: "*"counter(number)" ";
	color: #ED1C24;
	left: 0;
}



/*=================================
 アコーディオン
=================================*/
.accordion > *:first-child {
	
}

.accordion > *:last-child {
	display: none;
}



/*=================================
 Tab
=================================*/
[class^="tabDesign"],
[class*=" tabDesign"] {
	margin: 40px 0 0;
}

.tabArea {
	width: 100%;

	display:-ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.tabArea li {
	/*font-weight: bold;*/
	text-align: center;
	cursor: pointer;
}

.tabArea li.select {
	cursor: default;
}

.tabClm2 > li {width: calc(100% / 2)}
.tabClm3 > li {width: calc(100% / 3)}
.tabClm4 > li {width: calc(100% / 4)}
.tabClm5 > li {width: calc(100% / 5)}

.tabCnt {
	padding: 24px;
}
@media screen and (max-width: 600px) {
.tabCnt {
	padding: 16px;
}
}/*@media*/

.tabCnt p {
	margin-top: 0;
}

.tabCnt.hide {
	display: none;
}



/*tabDesignA1
---------------------------------*/
.tabDesignA1 .tabArea li {
	color: #FFF;
	border-top: 4px solid transparent;
	border-right: 1px solid #41489d;
	background: #1a005d;
	padding: 16px 0;
	font-size: 16rem;
}
@media screen and (max-width: 600px) {
.tabDesignA1 .tabArea li {
	padding: 12px 8px;
	font-size: 12rem;
}
}/*@media*/
@media screen and (max-width: 375px) {
.tabDesignA1 .tabArea li {
	padding: 8px 4px;
	font-size: 10rem;
}
}/*@media*/

.tabDesignA1 .tabArea li:nth-last-of-type(1) {
	border-right: none;
}

.tabDesignA1 .tabArea li.select {
	/*アクティブタブの装飾*/
	background-color : #FFF;
	background-image : none;
	background-color : #fff;
	color : #000;
	border-bottom: none;
	border-top : 6px solid #8EC300;
}

.tabDesignA1 .tabArea li:nth-of-type(1).select {
	/*アクティブタブの装飾*/
	border-left: 1px solid #ebebeb;
}

.tabDesignA1 .tabArea li:nth-last-of-type(1).select {
	/*アクティブタブの装飾*/
	border-right: 1px solid #ebebeb;
}

.tabDesignA1 .tabArea li:not(.select):hover {
	background: #25037b;
}

.tabDesignA1 .tabCnt {
	padding: 24px;
	/*background: #F2F6F9;*/
	border: 1px solid #ebebeb;
	border-top : none;
}



/*=================================
 checkBoxDesign
=================================*/
.checkBoxDesignA1 {
	margin: 40px 0 0;
	text-align: center;
}

.checkBoxDesignA1 input[type="checkbox"] {
	display: none;
}

.checkBoxDesignA1 label {
	cursor: pointer;
}

.checkBoxDesignA1 span.value {
	display: inline-block;
	position: relative;
	color: #003680;
	font-size: 16rem;
	font-weight: normal;
	padding: 0px 16px 0px 8px;
	margin: 0 0 16px;
	vertical-align: sub;
	border-right: 1px solid #dcdcdc;
	/* border-radius: 100px; */
	background-color: #FFFFFF;
	transition: .15s;
	line-height: 1;
}
@media screen and (max-width: 600px) {
.checkBoxDesignA1 span.value {
	font-size: 14rem;
	padding: 2px 16px 2px 8px;
	margin-bottom: 8px;
	border-width: 2px;
}
}/*@media*/

.checkBoxDesignA1 label:nth-last-of-type(1) span.value {
	border-right: none;
}

.checkBoxDesignA1 span.value::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background: #E4EBF3;
	border-radius: 100px;
	transition: .15s;
	opacity: 1;
}
@media screen and (max-width: 600px) {
.checkBoxDesignA1 span.value::before {
	width: 16px;
	height: 16px;
}
}/*@media*/

.checkBoxDesignA1 span.value::after {
	content: "";
	display: block;

	position: absolute;
	opacity: 0;
	top: -8px;
	bottom: 0;
	left: 14px;

	width: 6px;
	height: 12px;
	margin: auto;

	border-bottom: 3px solid #ed6c00;
	border-right: 3px solid #ed6c00;
	transition: .15s;
	transform: rotate(0deg);
}
@media screen and (max-width: 600px) {
.checkBoxDesignA1 span.value::after {
	width: 4px;
	height: 12px;
}
}/*@media*/

.checkBoxDesignA1 input[type="checkbox"]:checked + span.value {
	/*font-weight: bold;*/
	/*border-color: #ed6c00;*/
}

.checkBoxDesignA1 input[type="checkbox"]:checked + span.value::before {
	transform: scale(1.2);
	opacity: 0.5;
}

.checkBoxDesignA1 input[type="checkbox"]:checked + span.value::after {
	transform: rotate(40deg);
	opacity: 1;
}



/*=================================
 Slider
=================================*/
.slick-slider
{
		position: relative;

		display: block;
		box-sizing: border-box;

		-webkit-user-select: none;
			 -moz-user-select: none;
				-ms-user-select: none;
						user-select: none;

		-webkit-touch-callout: none;
		-khtml-user-select: none;
		-ms-touch-action: pan-y;
				touch-action: pan-y;
		-webkit-tap-highlight-color: transparent;

		margin-top: 80px;
}

.slick-list
{
		position: relative;

		display: block;
		overflow: hidden;

		margin: 0;
		padding: 0;
}
.slick-list:focus
{
		outline: none;
}
.slick-list.dragging
{
		cursor: pointer;
		cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
		-webkit-transform: translate3d(0, 0, 0);
			 -moz-transform: translate3d(0, 0, 0);
				-ms-transform: translate3d(0, 0, 0);
				 -o-transform: translate3d(0, 0, 0);
						transform: translate3d(0, 0, 0);
}

.slick-track
{
		position: relative;
		top: 0;
		left: 0;

		display: block;
		margin-left: auto;
		margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
		display: table;

		content: '';
}
.slick-track:after
{
		clear: both;
}
.slick-loading .slick-track
{
		visibility: hidden;
}

.slick-slide
{
		display: none;
		float: left;

		height: 100%;
		min-height: 1px;
}
[dir='rtl'] .slick-slide
{
		float: right;
}
.slick-slide > div
{
		margin: 0 12px;
}
.slick-slide img
{
		display: block;
}
.slick-slide.slick-loading img
{
		display: none;
}
.slick-slide.dragging img
{
		pointer-events: none;
}
.slick-initialized .slick-slide
{
		display: block;
}
.slick-loading .slick-slide
{
		visibility: hidden;
}
.slick-vertical .slick-slide
{
		display: block;

		height: auto;

		border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
		display: none;
}

.slick-prev,
.slick-next {
	position: absolute;
	top: 32%;
	font-size: 56rem;
	color: rgba(0,0,0,0.125);
	background: transparent;
}

.slick-prev {
	left: -56px;
}

.slick-next {
	right: -56px;
}



/*=================================
 Notice
=================================*/
#notice .boxDesignA3{
    border: none;
}
#notice .dlDesignA4 dt{
    text-align: center;
    color: #000;
}
#notice .listDesignC1 div{
    display: inline-block;
    margin-right: 20px;
}

#notice .listDesignC1 a{
    display: inline-block;
}


#topNotice{
	position: fixed;
	top: 90px;
	background-color: #fffae2;
	width: 100%;
	z-index: 5555;
}
@media screen and (max-width: 960px) {
	#topNotice{
		top: 54px;
	}
}
#topNotice.noticeUp{
	top: 52px;
}
@media screen and (max-width: 960px) {
	#topNotice.noticeUp{
		top: 40px;
	}
}
#topNotice dl{
	width: 1200px;
	margin: 0 auto;
    padding: 10px 0;
}
@media screen and (max-width: 1200px) {
	#topNotice dl{
	    width: 100%;
	    padding: 10px 20px;
	}	
}
@media screen and (max-width: 425px) {
	#topNotice dl{
	    padding: 8px;
	}	
}
#topNotice dt{
	float: left;
    margin-right: 20px;
    font-size: 24px;
    line-height: 1.2;
    color: #ED1C24;
}
@media screen and (max-width: 960px) {
	#topNotice dt{
	    font-size: 22px;
	}
}
@media screen and (max-width: 425px) {
	#topNotice dt{
	    float: inherit;
	}
}
#topNotice dd a:link, #topNotice dd a:visited {
    color: #003161;
}
#topNotice dd a:hover {
    color: #ed1c24;
}


#newsNotice{
	background-color: #fff;
	width: 100%;
}
#newsNotice dl{
	display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border: 3px solid #ED1C24;
    padding: 10px 0;
}
@media screen and (max-width: 425px) {
	#newsNotice dl{
	    display: block;
	    padding: 10px;
	}
}
#newsNotice dt{
    margin-right: 20px;
}



/*=================================
 listRelated
=================================*/
#listRelated.clmDesignD1 .dlDesignA2 dt,
#listRelated.clmDesignD1 [class^="txtLinkA"]{
    color: #1A005D;
}
#listRelated.clmDesignD1 li:hover [class^="txtLinkA"]{
    color: #8EC300;
}

/*=================================
 汎用クラス
=================================*/
/*vertical-align*/
.vaBtm {vertical-align: bottom !important;}
.vaMid {vertical-align: middle !important;}
.vaTop {vertical-align: top !important;}

/*text-align*/
.taLeft {text-align: left !important;}
.taRight {text-align: right !important;}
.taCenter {text-align: center !important;}

/*background*/
.bgNone {background: transparent!important;}

/*border*/
.bdrNone {border: none!important;}

/*width*/
.w5 {width: 5%}
.w10 {width: 10%}
.w15 {width: 15%}
.w20 {width: 20%}
.w25 {width: 25%}
.w30 {width: 30%}
.w35 {width: 35%}
.w40 {width: 40%}
.w45 {width: 45%}
.w50 {width: 50%}
.w55 {width: 55%}
.w60 {width: 60%}
.w65 {width: 65%}
.w70 {width: 70%}
.w75 {width: 75%}
.w80 {width: 80%}
.w85 {width: 85%}
.w90 {width: 90%}
.w95 {width: 95%}
.w100 {width: 100%}

/*margin*/
.mt0 {margin-top: 0px !important;}
.mt4 {margin-top: 4px !important;}
.mt8 {margin-top: 8px !important;}
.mt12 {margin-top: 12px !important;}
.mt16 {margin-top: 16px !important;}
.mt24 {margin-top: 24px !important;}
.mt32 {margin-top: 32px !important;}
.mt40 {margin-top: 40px !important;}
.mt48 {margin-top: 48px !important;}
.mt64 {margin-top: 64px !important;}
.mt80 {margin-top: 80px !important;}
.mb0 {margin-bottom: 0px !important;}
.mb4 {margin-bottom: 4px !important;}
.mb8 {margin-bottom: 8px !important;}
.mb12 {margin-bottom: 12px !important;}
.mb16 {margin-bottom: 16px !important;}
.mb24 {margin-bottom: 24px !important;}
.mb32 {margin-bottom: 32px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb48 {margin-bottom: 48px !important;}
.mb64 {margin-bottom: 64px !important;}
.mb80 {margin-bottom: 80px !important;}
.ml0 {margin-left: 0px !important;}
.ml4 {margin-left: 4px !important;}
.ml8 {margin-left: 8px !important;}
.ml12 {margin-left: 12px !important;}
.ml16 {margin-left: 16px !important;}
.ml24 {margin-left: 24px !important;}
.ml32 {margin-left: 32px !important;}
.ml40 {margin-left: 40px !important;}
.ml48 {margin-left: 48px !important;}
.ml64 {margin-left: 64px !important;}
.ml80 {margin-left: 80px !important;}

/*padding*/
.pt0 {padding-top: 0px !important;}
.pt4 {padding-top: 4px !important;}
.pt8 {padding-top: 8px !important;}
.pt12 {padding-top: 12px !important;}
.pt16 {padding-top: 16px !important;}
.pt24 {padding-top: 24px !important;}
.pt32 {padding-top: 32px !important;}
.pt40 {padding-top: 40px !important;}
.pt48 {padding-top: 48px !important;}
.pt64 {padding-top: 64px !important;}
.pt80 {padding-top: 80px !important;}
.pb0 {padding-bottom: 0px !important;}
.pb4 {padding-bottom: 4px !important;}
.pb8 {padding-bottom: 8px !important;}
.pb12 {padding-bottom: 12px !important;}
.pb16 {padding-bottom: 16px !important;}
.pb24 {padding-bottom: 24px !important;}
.pb32 {padding-bottom: 32px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb48 {padding-bottom: 48px !important;}
.pb64 {padding-bottom: 64px !important;}
.pb80 {padding-bottom: 80px !important;}

/*
* **********************************************************************
* バンドル：/newformcss/layout.css
* **********************************************************************
*/
body.bodyFixed {
	position: fixed;
}


/*=================================
 画面幅MAXのレイアウト調整
=================================*/
.wrapDesignA1::before,
.wrapDesignB1,
.wrapDesignB1::before,
.subNav::before,
a#prevPage::after {
	left: -16px;
	width: calc(100vw + 32px);
}
@media screen and (min-width: 1033px) {
.wrapDesignA1::before,
.wrapDesignB1,
.wrapDesignB1::before,
.subNav::before,
a#prevPage::after {
	left: 0;
	width: 100vw;
}
}/*@media*/
@media screen and (max-width: 600px) {
.wrapDesignA1::before,
.wrapDesignB1,
.subNav::before,
a#prevPage::after {
	left: -12px;
	width: 100vw;
}

.wrapDesignB1::before {
	left: 0;
	width: 100vw;
}
}/*@media*/

#secContact::before {
	width: 100vw;
	left: 0;
}

#secSns::before {
	width: 100vw;
	left: 0;
}


.wrapDesignA1::before,
.wrapDesignB1::before,
#secContact::before,
#secSns::before,
.subNav::before,
a#prevPage::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	z-index: -88888888;
}
@media screen and (min-width: 1033px) {
.wrapDesignA1::before{
	left: calc((-100vw + 1000px) / 2);
}
}/*@media*/
@media screen and (min-width: 1233px) {
#secContact::before,
#secSns::before,
.subNav::before {
	left: calc((-100vw + 1232px) / 2);
}
}/*@media*/

a#prevPage::after {
	left: -16px;
}
@media screen and (min-width: 1233px) {
a#prevPage::after {
	left: calc((-100vw + 1200px) / 2);
}
}/*@media*/
@media screen and (max-width: 600px) {
a#prevPage::after {
	left: -24px;
}
}/*@media*/


/*=================================
 layout,section,wrap,inner
=================================*/
.layoutWrap,
#main > article {
	position: relative;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}
@media screen and (max-width: 1060px) {
.layoutWrap,
#main > article {
	padding-left: 12px;
	padding-right: 12px;
}
}/*@media*/

.layoutWrap {
	max-width: 1232px;
}

#main > article {
	max-width: 1032px;
}



/*layoutInnerA1
---------------------------------*/
.layoutInnerA1 {
	max-width: 948px;
	margin: 40px auto;
}
@media screen and (max-width: 1060px) {
.layoutInnerA1 {
	width: 88%;
	padding: 0;
}
}/*@media*/



/*wrapDesignA1
---------------------------------*/
.wrapDesignA1 {
	position: relative;
	padding: 16px 0;
	/* margin: 80px auto; */
}
@media screen and (max-width: 1060px) {
.wrapDesignA1 {
	margin: 40px auto;
}
}/*@media*/

.wrapDesignA1::before {
	height: 100%;
	background: #EBEBEB;
}

.wrapDesignA1 > *:first-child {
	margin-top: 40px;
}
@media screen and (max-width: 600px) {
.wrapDesignA1 > *:first-child {
	margin-top: 16px;
}
}/*@media*/

.wrapDesignA1 > *:last-child {
	margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
.wrapDesignA1 > *:last-child {
	margin-bottom: 40px;
}
}/*@media*/

nav.subNav + [class^="wrapDesignA"],
nav.subNav + [class*=" wrapDesignA"] {
	margin-top: 0;
}


/*wrapDesignB1
---------------------------------*/
.wrapDesignB1 {
	position: relative;
	padding: 80px 0;
	margin-top: 80px!important;
	margin-bottom: 80px;
	margin-left: calc((-101vw + 1000px) / 2);

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 1032px) {
.wrapDesignB1 {
	padding: 60px 0;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 0;
}
}/*@media*/

.wrapDesignB1::before {
	z-index: 1;
	height: 100%;
	background: rgba(0,0,0,0.8);
}

.wrapDesignB1 dl {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	padding: 0 12px;
	margin: auto;
}

.wrapDesignB1 dt,
.wrapDesignB1 dd {
	text-align: center;
	padding: 0 12px;
}

.wrapDesignB1 dt {
	font-size: 28rem;
}

.wrapDesignB1 dd {
	font-size: 18rem;
	margin-top: 40px;
}

.wrapDesignB1 a {
	margin-top: 80px;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 600px) {
.wrapDesignB1 a {
	margin-top: 40px;
	width: 50%;
}
}/*@media*/




/*=================================
 header
=================================*/
header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 55555;
}

#header {
	position: relative;
	z-index: 55555;
	background: #fff;
	border-top: 40px solid #1A005D;
	-webkit-transition: .15s;
	transition: .15s;
	box-shadow: 0px 10px 10px 0px rgb(0,0,0,0.1);
}
div#header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    top: -40px;
    left: 0;
    background: #8EC400;
}

@media screen and (max-width: 1060px) {
#header {
	min-height: 54px;
	border-top-width: 8px;
}
#header .clm,
#header .clm > * {
	margin-top: 0;
}
}/*@media*/

/*#header .layoutWrap {
	padding-right: 0;
}*/

@media screen and (max-width: 1060px) {
#header .layoutWrap {
	padding: 0;
}
}/*@media*/

#header a {
	-webkit-transition: .15s;
	transition: .15s;
}
@media screen and (max-width: 1060px) {
#header a {
	display: block;
}
}/*@media*/


/*logoHeader
---------------------------------*/
.logoHeader {
	position: absolute;
	top: 10px;
	left: 16px;
	width: 180px;
}
@media screen and (max-width: 1060px) {
.logoHeader {
	position: static;
	width: 120px;
	margin: 5px 0 0 16px;
}
#header.scrollDesign .logoHeader {
	margin: 8px 0 0 16px;
}/*@media*/
}
.logoHeader img {
	-webkit-transition: .15s;
	transition: .15s;
}
@media screen and (min-width: 1061px) {
.logoHeader img {
	width: 180px;
	height: 40px;
}
}/*@media*/


.logoHeader img.imgSmall {
	display: none;
	margin-top: 2px;
}



/*navWrap
---------------------------------*/
@media screen and (max-width: 1060px) {
.navWrap {
	position: absolute;
	top: 52px;
	width: 100%;
	height: calc(100% - 52px);
	background: rgba(255,255,255,0.95);
	overflow-y: scroll;
}
}/*@media*/



/*headerRightArea
---------------------------------*/
.headerRightArea {
	font-size: 18rem;
	position: absolute;
	top: 0;
	right: 16px;
	width: 330px;
	-ms-flex-pack: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
.headerRightArea {
	right: 0;
}
}/*@media*/
@media screen and (max-width: 1060px) {
.headerRightArea {
	position: static;
	width: 100%;
	padding: 12px;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
}/*@media*/

@media screen and (max-width: 1060px) {

.headerRightArea li {
	width: 48%;
	text-align: center;
}
}/*@media*/

.headerRightArea a {
	color: #1A005D;
	line-height:  1;
	max-height: 60px;
	padding: 20px 16px;
}
@media screen and (max-width: 600px) {
.headerRightArea a {
	font-size: 14rem;
	padding: 12px 8px;
    border: 2px solid #999;
}
}/*@media*/

.headerRightArea a:hover {
	color: #8EC400;
	background: #e6e6e6;
}
@media screen and (max-width: 600px) {
.headerRightArea a:hover {
    border: 2px solid #e6e6e6;
}
}/*@media*/

.headerRightArea .icoLocations::before, .headerRightArea .icoContact::before {
	color: #8EC400;
    -webkit-transition: .15s;
    transition: .15s;
}
/*.headerRightArea a:hover .icoLocations::before, .headerRightArea a:hover .icoContact::before {
	color: #1A005D;
}*/

.headerRightArea a span:nth-of-type(1) {
	font-size: 20rem;
	line-height: 1;
	vertical-align: text-bottom;
}

.headerRightArea a span.txt{
	margin: 0 0 0 8px;
	opacity: 1;
	white-space: nowrap;
	-webkit-transition: .3s;
	transition: .3s;
}
@media screen and (max-width: 1060px) {
.headerRightArea a span.txt{
}
}/*@media*/


@media screen and (min-width: 960px) and (max-width: 1200px) {
.headerRightArea a span.hidden {
	width: 0!important;
	margin: 0;
	opacity: 0;
	overflow: hidden;
}
}/*@media*/



/*headerSearchArea サイト内検索
---------------------------------*/
.headerSearchArea ,.headerSearchArea2 {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 370px;
	z-index: 2;
}
.headerSearchArea::after{
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    bottom: 0;
    left: 8px;
    margin: auto;
    width: 1px;
    height: 50%;
    background: #FFF;
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
.headerSearchArea {
	right: 410px;
}
.headerSearchArea::after{
    left: 46px;
}
}/*@media*/
@media screen and (max-width: 1060px) {
.headerSearchArea ,.headerSearchArea2 {
	position: static;
}
}/*@media*/

.headerSearchArea .icoSearch ,.headerSearchArea2 .icoSearch {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 4px;
	color: inherit;/*Edge*/
	margin: auto;
	width: 22px;
	height: 22px;
	line-height: 1;
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
.headerSearchArea .icoSearch ,.headerSearchArea2 .icoSearch {
	right: -32px;
}
}/*@media*/

@media screen and (max-width: 1060px) {
.headerSearchArea .icoSearch ,.headerSearchArea2 .icoSearch {
	position: fixed;
	top: 20px;
	bottom: auto;
	right: 56px;
    padding: 0;
    border-top: none;
}
.scrollDesign .headerSearchArea2 .icoSearch {
	top: 11px;
}
#nav_search .icoSearch {
	display: none !important;
}
}/*@media*/

.headerSearchArea .icoSearch.off ,.headerSearchArea2 .icoSearch.off {
	opacity: 0.25;
}


.headerSearchArea .icoSearch::before ,.headerSearchArea2 .icoSearch::before {
	position: relative;
	left: -8px;
	color: #fff;
	font-size: 18rem;
	line-height: 0.8;
	-webkit-transition: .15s;
	transition: .15s;
}
.headerSearchArea2 .icoSearch::before {
	left: 0px;
}
@media screen and (max-width: 1060px) {
.headerSearchArea .icoSearch::before ,.headerSearchArea2 .icoSearch::before {
	color: #1A005D;
	font-size: 22rem;
	line-height: 1;
}
.headerSearchArea a.icoSearch::after ,.headerSearchArea2 a.icoSearch::after {
	content: "";
}
}

.headerSearchArea .icoSearch:hover::before ,.headerSearchArea2 .icoSearch:hover::before {
	/* color: #012E5A; */
	filter: drop-shadow(0px 3px 0 rgba(1,46,90,0.2));
}
#SearchAreaWrap.active, #SearchAreaWrap2.active{
    position: fixed;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    top: 92px;
    left: 0;
    padding: 40px 0;
}
#SearchAreaWrap2.active{
    top: 54px;
}
.scrollDesign #SearchAreaWrap2.active{
    top: 40px;
}
@media screen and (max-width: 1060px) {
	#SearchAreaWrap{
		display: none;
	}
}/*@media*/

/*form#ss-form1
---------------------------------*/
form#ss-form1 ,form#ss-form2 {
	margin: 0px auto;
	width: 0;
	overflow: hidden;
	-webkit-transition: .0s;
	transition: .0s;
}
@media screen and (max-width: 1060px) {
form#ss-form1 ,form#ss-form2 {
	display: none;
	width: 100%;
	padding: 4px 16px 8px;
	margin: auto;
}
}/*@media*/

form#ss-form1.active {
	width: 240px;
	-webkit-transition: .3s;
	transition: .3s;
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
form#ss-form1.active {
	width: 200px;
}
}/*@media*/

form#ss-form1 #ss-query1 ,form#ss-form2 #ss-query2 {
	margin: 0;
	background: #E8EEF3;
}

@media screen and (max-width: 1060px) {
form#ss-form2 input[type="text"]{
	opacity: 0;
}
.active form#ss-form2 input[type="text"]{
	opacity: 1;
}
}/*@media*/

form#ss-form1 #ss_searchSubmit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	z-index: 1;
	margin: auto 0;
	width: 22px;
	height: 22px;
	background-image: url(/img/ico/ico_search.svg);
}
@media screen and (max-width: 1060px) {
form#ss-form1 #ss_searchSubmit ,form#ss-form2 #ss_searchSubmitSp {
	top: 8px;
	right: 24px;
	bottom: auto;
}
}/*@media*/


/*=================================
 gnav
=================================*/
nav.gnav {
	font-size: 18rem;
	height: 60px;
	margin: 0 0 0 210px;
	background: transparent;
}
@media screen and (max-width: 1060px) {
nav.gnav {
	height: auto;
	margin-left: 0;
}

nav.gnav ul {
	width: 100%;
	margin-bottom: 0;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
}/*@media*/

nav.gnav a.active {
	color: #8EC400!important;
}

nav.gnav > ul.menuLevel1 > li {
	position: relative;
}

@media screen and (min-width: 1061px) {
nav.gnav > ul.menuLevel1 > li:hover::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-right: 8px solid transparent;
  border-bottom: 8px solid #FFF;
  border-left: 8px solid transparent;
}
}/*@media*/

nav.gnav ul.menuLevel1 > li > a {
	color: #1A005D;
	line-height: 1;
	padding: 21px 16px;
}
nav.gnav ul.menuLevel1 > li:nth-of-type(4) > a {
	padding: 19px 16px;
}
nav.gnav ul.menuLevel1 > li > a:hover {
	color: #8EC400;
}
@media screen and (max-width: 1060px) {
nav.gnav ul.menuLevel1 > li > a ,nav.gnav ul.menuLevel1 > li:nth-of-type(4) > a {
	color: #000;
	padding: 12px 16px;
	border-top: 1px solid #DDD;
}

nav.gnav ul.menuLevel1 > li > a::before,
nav.gnav ul.menuLevel1 > li > a::after {
	position: absolute;
	top: 20px;
	right: 12px;
	content: "";
	display: block;
	width: 12px;
	border-top: 2px solid #7F7F7F;
}

nav.gnav ul.menuLevel1 > li > a.active::before {
	border-top-color: #8EC400;
}
nav.gnav ul.menuLevel1 > li:nth-of-type(4) > a::before{
	content: none;
}
nav.gnav ul.menuLevel1 > li:nth-of-type(4) > a::after{
    font-family: 'nex_icons' !important;
    content: "\e911";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    z-index: 22;
    color: #7F7F7F;
    line-height: 1;
    height: 16px;
    margin: auto;
    border: none;
    transform: rotate(0deg);
}

nav.gnav ul.menuLevel1 > li > a::after {
	transform: rotate(90deg);
}

nav.gnav ul.menuLevel1 > li > a.active::after {
	content: none;
}
}/*@media*/

@media screen and (min-width: 1061px) {
nav.gnav ul.menuLevel1 > li > a:hover {
	background: #e6e6e6;
}
}/*@media*/



/*nav.navUpper
---------------------------------*/
nav.navUpper {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	text-align: right;
	width: 100%;
	/* background: #ED6C00; */
    display: flex;
    justify-content: end;
}
@media screen and (max-width: 1060px) {
nav.navUpper {
	position: static;
	text-align: left;
    display: block;
}
}/*@media*/
nav.navUpper > ul {
	font-size: 0;
    padding-right: 30px;
}
nav.navUpper li {
	position: relative;
	display: inline-block;
	font-size: 16rem;
}
@media screen and (max-width: 1060px) {
nav.navUpper li {
	display: block;
	padding-right: inherit;
	font-size: 14rem;
}
}/*@media*/

nav.navUpper li::after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	bottom:  0;
	right: 0;
	margin:  auto;
	width: 1px;
	height: 50%;
	background: #FFF;
}
nav.navUpper li:nth-of-type(3)::after {
	top: -2px;
}
@media screen and (max-width: 1060px) {
nav.navUpper li::after {
	content: none;
}
}/*@media*/

nav.navUpper li:nth-of-type(2)::after {
	top: 1px;
	height: 60%;
}
nav.navUpper li a.icoContacWHT::before {
    margin-right: 10px;
}
@media screen and (min-width: 960px) {
nav.navUpper li a.icoContacWHT::after {
	content: none;
}
}

nav.navUpper a {
	color: #FFF;
	line-height: 1;
	height: 27px;
	/*font-weight: normal;*/
    padding: 7px 12px 0px;
	margin-top: 5px;
    vertical-align: top;
    font-weight: bold;
}
nav.navUpper a.icoContacWHT {
    padding: 1px 12px 0px;
}
@media screen and (max-width: 1060px) {
nav.navUpper a ,nav.navUpper a.icoContacWHT{
	color: #000;
	height: auto;
	font-size: 16rem;
	padding: 12px 16px;
	border-top: 1px solid #DDD;
	margin: 0;
}
}/*@media*/

@media screen and (min-width: 1061px) {
nav.navUpper a:hover {
	text-decoration: underline;
}
}/*@media*/


/*WOVN 言語切替ボタン*/
nav.navUpper li.wovnArea {
	position: relative;
}
nav.navUpper li.wovnArea::before,
nav.navUpper li.wovnAreaEn::before {
	display: none;
}

nav.navUpper li.wovnArea > a {
	position: relative;
	display: block;
	width: 180px;
    text-align: center;
	padding: 7px 0 0px;
	margin-top: 5px;
	background-color: rgba(0,0,0,0.2);
}

nav.navUpper li.wovnArea > a::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 14px;
	top: calc(50% - 6px);
	width: 16px;
	height: 16px;
	background: url(/img/ico/ico_language.svg) no-repeat;
}

nav.navUpper li.wovnArea > a::after {
	content: "";
	position: absolute;
    right: 12px;
    top: 10px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

nav.navUpper li.wovnArea > .wovn-languages {
	position: absolute;
	display: none!important;
	left: 0;
	width: 100%;
}

nav.navUpper li.wovnArea > .wovn-languages.open {
	display: block!important;
}

nav.navUpper li.wovnArea >
.wovn-languages .wovn-lang-list {
	padding-left: 0;
}

nav.navUpper li.wovnArea >
.wovn-languages .wovn-lang-list > li {
	display: block;
	text-align: left;
	padding: 6px 20px;
	background-color: #fff;
	cursor: pointer;
}

nav.navUpper li.wovnArea >
.wovn-languages .wovn-lang-list > li:hover {
	background-color: #1E90FF;
	color: #fff;
}

nav.navUpper li.wovnArea >
.wovn-languages .wovn-lang-list > li:nth-of-type(n+2) {
    border-top: 1px solid #ddd;
}

nav.navUpper li.wovnArea >
.wovn-languages .wovn-lang-list > li::before {
	display: none;
}

li.wovn-switch.selected {
	font-weight: bold;
	color: #1E90FF;
}

nav.navUpper li.wovnAreaEn {
	line-height: 1;
	position: relative;
	width: 180px;
	height: 35px;
    text-align: center;
	vertical-align: bottom;
	padding: 9px 0 0px;
	margin-top: 5px;
	background-color: rgba(0,0,0,0.2);
	color: #fff;
}

nav.navUpper li.wovnAreaEn::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 14px;
	top: calc(50% - 8px);
	width: 16px;
	height: 16px;
	background: url(/img/ico/ico_language.svg) no-repeat;
	margin: 0;
}

@media screen and (max-width: 1060px) {
nav.navUpper li.wovnArea,
nav.navUpper li.wovnAreaEn {
	display: none!important;
}

.wovnArea-sp {
	position: fixed;
	right: 100px;
	top: 20px;
}
.searchArea-sp {
	position: fixed;
	right: 60px;
	top: 20px;
}

#header.scrollDesign .wovnArea-sp {
	top: 12px;
}

.wovnArea-sp > div {
	position: relative;
}

.wovnArea-sp > div > a {
	display: block;
	width: 22px;
	height: 22px;
}

.wovnArea-sp > div > .wovn-languages {
	display: none!important;
	position: absolute;
    top: 34px;
    right: -100px;
    width: 100vw;
}

.wovnArea-sp > div > .wovn-languages.open {
	display: block!important;
}

#header.scrollDesign .wovnArea-sp > div > .wovn-languages {
	top: 28px;
}

.wovnArea-sp > div > .wovn-languages .wovn-lang-list {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
}

.wovnArea-sp > div > .wovn-languages
.wovn-lang-list > li {
	width: 50%;
	text-align: center;
	padding: 10px;
    background-color: #fff;
}

.wovnArea-sp > div > .wovn-languages
.wovn-lang-list > li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.wovnArea-sp > div > .wovn-languages
.wovn-lang-list > li:nth-of-type(2n+1) {
    border-right: 1px solid #ddd;
}


}/*@media*/

@media screen and (min-width: 1061px) {
.wovnArea-sp {
	display: none!important;
}
.searchArea-sp {
	display: none!important;
}
}/*@media*/

/*megaMenu
---------------------------------*/
.megaMenu {
	display: none;
}

.megaMenu ul {
	padding-left: 0;
}

/*Pc Style*/
@media screen and (min-width: 1061px) {
.megaMenu {
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 88888888;
	width: 100%;
	background: rgba(255,255,255,0.9);
}

.megaMenu a {
	padding-right: 24px;
	color: #1A005D;
}

.megaMenu a:hover {
	color: #8EC400;
}

.megaMenu .clm {
	margin-top: 40px;
}

.megaMenu .megaMenuTtl {
	font-size: 20rem;
	width: 16%;
	margin-top: 0;
}

.megaMenu .menuLevel2 {
	width: 84%;
	margin: 0;
}

.megaMenu .menuLevel2 > li {
	width: calc(100% / 3);
	margin: 0 0 40px;
}

.megaMenu .menuLevel2 > li > a {
	font-size: 20rem;
}

.megaMenu .menuLevel2 > li > a + a {
	margin-top: 12px;
}

.megaMenu .menuLevel3 {
	margin: 16px 0 0;
}

.megaMenu .menuLevel3 li {
	font-size: 16rem;
	margin: 12px 0 0;
}

.megaMenu .menuLevel3 li:nth-of-type(1) {
	display: none;
}


/*btnMegaMenuClose 閉じるボタン
---------------------------------*/
.btnMegaMenuClose {
	width: 32px;
	height: 32px;
	position: absolute;
	top: -40px;
	right: 16px;
	z-index: 88888888;
	font-size: 30rem;
	line-height: 1;
	color: #9FA5AD!important;
	border: 1px solid #DDD;
}

.btnMegaMenuClose:hover {
	color: #FFF!important;
	background: #9FA5AD;
}

.btnMegaMenuClose::before,
.btnMegaMenuClose::after {
	position: absolute;
	top: 48%;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	display: block;
	width: 16px;
	border-top: 2px solid #9FA5AD;
}

.btnMegaMenuClose::before {
	transform: skewY(-45deg);
}

.btnMegaMenuClose::after {
	transform: skewY(45deg);
}

.btnMegaMenuClose:hover::before,
.btnMegaMenuClose:hover::after {
	border-color: #FFF;
}
}/*@media*/


/*megaMenu
---------------------------------*/
/*Sp Style*/
@media screen and (max-width: 899px) {
.megaMenu a {
	position: relative;
}

.megaMenu .megaMenuTtl {
	width: 100%;
	margin-bottom: 0;
}

.megaMenu .layoutWrapA {
	padding: 0;
}

.megaMenu a {
	padding: 8px 24px;
	border-top: 1px solid #D6D6D6;
}

.megaMenu .megaMenuTtl,
.megaMenu .menuLevel2 {
	background: #ECECEC;
}

.megaMenu .menuLevel2 a.trigger::before,
.megaMenu .menuLevel2 a.trigger::after {
	position: absolute;
	top: 20px;
	right: 12px;
	content: "";
	display: block;
	width: 12px;
	border-top: 2px solid #7F7F7F;
}

.megaMenu .menuLevel2 a.trigger.active::before {
	border-top-color: #8EC400;
}

.megaMenu .menuLevel2 a.trigger::after {
	transform: rotate(90deg);
}

.megaMenu .menuLevel2 a.trigger.active::after {
	content: none;
}

.megaMenu .menuLevel3 {
	display: none;
	background: #E0E0E0;
}

.megaMenu .menuLevel3 a {
	padding-left: 32px;
}

.btnMegaMenuClose {
		display: none!important;
}
}/*@media*/




/*hamburger
---------------------------------*/
.hamburger {
  display: none;
}

/*Sp Style*/
@media screen and (max-width: 1060px) {
.hamburger {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 14px;
  right: 12px;
  z-index: 999999999;
  border-radius: 100px;
  padding: 8px 0 0 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: .15s;
  transition: .15s;
}
.hamburger.off {
  z-index: 4444;
}

.hamburger__icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #1A005D;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: .15s;
  -o-transition-duration: .15s;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
}

.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}
.hamburger__icon:before {
  top: -7px;
}
.hamburger__icon:after {
  top: 7px;
}
.hamburger.active .hamburger__icon {
  background-color: transparent;
}
/*.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #fff;
}*/
.hamburger.active {
  /*background: #BBB;*/
}
.hamburger.active .hamburger__icon:before {
  background-color: #1A005D;
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.hamburger.active .hamburger__icon:after {
  background-color: #1A005D;
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.hamburger.changeTop {
  top: 6px;
}



/*fat-nav
---------------------------------*/
.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.8);*/
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
}/*@media*/





/*btnSpMenuClose 閉じるボタン
---------------------------------*/
a.btnSpMenuClose {
	display: none;
}
@media screen and (max-width: 1060px) {
a.btnSpMenuClose {
		display: block;
		color: #FFF;
		padding: 12px 0;
		text-align: center;
		background: #9FA5AD;
	}
}



/*megaDropLayer メガメニューホバー時の黒背景
---------------------------------*/
.megaDropLayer {
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	display: none;
}



/*#header.scrollDesign スクロール時のデザイン
---------------------------------*/
#header.scrollDesign {
	border-top-width: 4px;
}
@media screen and (max-width: 1060px) {
#header.scrollDesign {
	min-height: 40px;
}
}/*@media*/

@media screen and (min-width: 1061px) {
#header.scrollDesign .logoHeader img {
	height: 24px;
}
}/*@media*/

#header.scrollDesign nav.gnav {
	height: 48px;
}

#header.scrollDesign nav.gnav ul.menuLevel1 > li > a {
	padding: 15px;
}
#header.scrollDesign nav.gnav ul.menuLevel1 > li:nth-of-type(4) > a {
	padding: 13px 15px;
}

#header.scrollDesign .headerRightArea a {
	padding: 14px 10px 16px;
	max-height: 48px;
}

#header.scrollDesign form#ss-form1 {
	margin-top: 8px;
}

#header.scrollDesign .megaMenu {
	top: 52px;
}

@media screen and (max-width: 1060px) {
#header.scrollDesign .headerSearchArea .icoSearch {
	top: 12px;
}
}/*@media*/



/*subNav
---------------------------------*/
.subNav {
	position: relative;
	padding: 24px 0;
	margin: 40px 0 0;
}
@media screen and (max-width: 600px) {
.subNav {
	padding: 4px 0;
}
}/*@media*/

.subNav::before {
	height: 100%;
	border: 1px solid #ebebeb;
	border-left: none;
	border-right: none;
}

.subNav ul {
	margin-top: 8px;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
@media screen and (max-width: 600px) {
.subNav ul {
	font-size: 13rem;
	display: inherit;
}
}/*@media*/

.subNav ul:nth-of-type(1) {
	text-align: center;
	margin-top: 40px;
}
@media screen and (max-width: 600px) {
.subNav ul:nth-of-type(1) {
	text-align: left;
	margin-top: 0;
}

.subNav li:not(.level2) {
	display: none;
}
}/*@media*/

.subNav li {
	font-size: 15rem;
}

.subNav li:not(.level2) a {
	font-weight: normal;
	text-decoration: underline;
}

.subNav .level2 {
	font-size: 20rem;
	content: none;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	padding: 0;
	margin: auto;
}
@media screen and (min-width: 601px) {
.subNav .level2.txtLinkB1::before {
	content: none;
}
}/*@media*/
@media screen and (max-width: 600px) {
.subNav .level2 {
	position: static;
	display: inline-block;
	font-size: 15rem;
}
}/*@media*/

.subNav .level2::after {
	content: none;
}



/*=================================
 main
=================================*/
#main {
	margin-top: 90px;
	overflow: hidden;
}
@media screen and (max-width: 1060px) {
#main {
	margin-top: 54px;
}
}/*@media*/

/*main配下の最初と最後の要素にマージンを設定*/
#main section > *:first-child {
	margin-top: 40px;
}
@media screen and (max-width: 600px) {
#main section > *:first-child {
	margin-top: 16px;
}
}/*@media*/

/*最後の要素にボトムを設定*/
#main > article > *:not(.wrapDesignA1):last-child,
#main section:not(.wrapDesignA1) > *:last-child {
	margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
#main > article > *:not(.wrapDesignA1):last-child,
#main section:not(.wrapDesignA1) > *:last-child {
	margin-bottom: 24px;
}
}/*@media*/

/*section直下のh2のマージントップを広く設定*/
#main section:not(.wrapDesignA1) > h2:first-child {
	margin-top: 96px;
}
@media screen and (max-width: 1060px) {
#main section:not(.wrapDesignA1) > h2:first-child {
	margin-top: 24px;
}
}/*@media*/


/*h1、subNavと隣接するsection直下のh2のマージントップは広くしない*/
#main h1 + section > h2:first-child,
#main .subNav + section > h2:first-child {
	margin-top: 40px!important;
}

/*section の直下に ul があるときに、ボトムを設定*/
#main section > ul {
	margin-bottom: 80px;
}
@media screen and (max-width: 1060px) {
#main section > ul {
	margin-bottom: 40px;
}
}/*@media*/

/*section の直下の ul の直下に注釈ががあるときに、トップを調整*/
#main section > ul + p[class^="txtCautionA"],
#main section > ul + p[class*=" txtCautionA"] {
	margin-top: -56px;
}
@media screen and (max-width: 1060px) {
#main section > ul + p[class^="txtCautionA"],
#main section > ul + p[class*=" txtCautionA"] {
	margin-top: -24px;
}
}/*@media*/

/*article の直下に ul があるときに、トップを設定*/
#main article > ul {
	margin-top: 40px;
}

/*section の直下に div があるときに、トップを設定*/
#main section > div {
	margin-top: 40px;
}
@media screen and (max-width: 1060px) {
#main section > div {
	margin-top: 24px;
}
}/*@media*/



/*=================================
 Article
=================================*/
article a:link,
article a:visited {
	color: #1A005D;
}

article a:hover {
	color: #8EC400;
}



/*=================================
 Related
=================================*/
#secRelated {
	position: relative;
	max-width: 1000px;
	padding: 32px;
	background: #f5f5f5;
	margin: 80px 0;
}
@media screen and (max-width: 600px) {
#secRelated {
	padding: 16px;
	margin: 40px 0;
}
}/*@media*/

#secRelated > *:first-child {
	padding-top: 0;
	margin-top: 0;
}

#secRelated > *:last-child {
	margin-bottom: 0;
}


/*=================================
 contact
=================================*/
#secContact {
	position: relative;
	color: #FFF;
	text-align: center;
	max-width: 1232px;
	width: 100%;
	padding: 40px 16px 64px;
	margin: 0 auto;
}
@media screen and (max-width: 600px) {
#secContact {
	padding: 16px 12px 32px;
}
}/*@media*/

#secRelated + #secContact {
	margin-top: 0;
}

#secContact::before {
	height: 100%;
	background: #4D4D4D;
}

#secContact p.ttl {
	color: #C1C1C1;
	font-size: 24rem;
}
@media screen and (max-width: 600px) {
#secContact p.ttl {
	font-size: 16rem;
}
}/*@media*/

#secContact .txt {
	font-size: 16rem;
	margin : 16px 0 0;
}
@media screen and (max-width: 600px) {
#secContact .txt {
	font-size: 13rem;
	margin-top : 8px;
}
}/*@media*/

#secContact a {
	display: inline-block;
	color: #FFF;
	width: 350px;
	font-size: 22rem;
	padding: 8px;
	margin : 24px 0 0;
	background: #1A1A1A;
	-webkit-transition: .15s;
	transition: .15s;
}
#secContact a.btn_quote {
	margin-left: 10%;
}
#secContact a.btn_quote,
#secContact a.btn_contact {
	width: calc(100% / 2 - 10%);
}
@media screen and (max-width: 600px) {
#secContact a {
	width: 80%!importants;
	font-size: 18rem;
}
#secContact a.btn_quote {
	margin-left: 0;
}
}/*@media*/
#secContact a:hover {
	background: #8EC400;
}

#secContact a .icoContact {
	vertical-align: bottom;
}

#secContact a .icoContact::before {
	font-size: 28rem;
	margin: 0 12px 0 0;
}
@media screen and (max-width: 600px) {
#secContact a .icoContact::before {
	font-size: 22rem;
}
}/*@media*/

#secContact a:hover .icoContact::before {
	color: #FFF;
}

/*=================================
secSns
=================================*/
#secSns {
	position: relative;
	color: #FFF;
	text-align: center;
	max-width: 1232px;
	width: 100%;
	padding: 16px 16px 40px;
	margin: 0 auto;
}

#secSns p.ttl {
	color: #fff;
	font-size: 24rem;
}

#secSns div.linkArea {
	margin-top: 16px;
}

#secSns a {
	margin-right: 20px;
}

#secSns a:last-child {
	margin-right: 0;
}

#secSns a::after {
	content: ""!important;
}

#secSns img {
	height: 48px;
}
@media screen and (max-width: 600px) {
#secSns p.ttl {
	font-size: 16rem;
}
#secSns img {
	height: 36px;
}
}/*@media*/

#secSns::before {
	height: 100%;
	background: #222222;
}


/*=================================
 breadcrumbs
=================================*/
#breadcrumbs {
	padding: 12px 0;
	background: #E4E4E4;
	border-bottom: 1px solid #DCDCDC;
}

#breadcrumbs ol {
	font-size: 13rem;
	list-style: none;
}

#breadcrumbs li {
	display: inline-block;
}

#breadcrumbs a {
	color: #959595;
	-webkit-transition: .15s;
	transition: .15s;
}

#breadcrumbs a:hover {
	color: #ED1C24;
}

/*footerBnr 
---------------------------------*/
.footerBnr {
	margin: 40px auto;
	overflow: hidden;/*IE11*/
}
@media screen and (max-width: 899px) {
.footerBnr {
	margin-top: 24px;
}

.footerBnr li {
	width: calc(50% - 6px)!important;
}
}/*@media*/


.footerBnr img {
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	border-radius: 2px;

	-webkit-transition:  0.2s ease-in-out;
	-moz-transition:  0.2s ease-in-out;
	-o-transition:  0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

@media screen and (max-width: 899px) {
.footerBnr span {
	display: inline-block;
	margin: 8px 0 0;
	font-size: 11rem;
	}
}


/*=================================
 footer
=================================*/
footer {
	position: relative;
	margin-top: auto;
	border-top: 1px solid #EBEBEB;
	/*border-bottom: 32px solid #ED6C00;*/
}
@media screen and (max-width: 1060px) {
footer {
	padding: 0;
}
}/*@media*/

@media screen and (max-width: 1060px) {
footer > .layoutWrap {
	padding: 0;
}
}/*@media*/

@media screen and (max-width: 1060px) {
footer .clm2,
footer .clm4 {
	padding-top: 0;
	margin-top: 0;
}

footer .clm2 > *,
footer .clm4 > * {
	width: 100%;
	margin: 8px 0;
}
}/*@media*/

.footLogo{
	display: block;
    margin: 0 auto 30px;
    text-align: center;
}
@media screen and (max-width: 1060px) {
.footLogo{
    margin: 10px auto 10px;
}
}

a.footLogo::after{
    content: "" !important;
}

.footLogo img{
    margin: 0;
    border-bottom: 1px solid #8EC400;
	padding-bottom: 10px;
}
@media screen and (max-width: 1060px) {
	.footLogo img{
		width: 160px;
	}
}

.footLogo p{
	margin: 0;
	font-size: 14px;
	line-height: 1;
}
@media screen and (max-width: 1060px) {
	.footLogo p{
		font-size: 11px;
	}
}


/*navFoot
---------------------------------*/
.navFoot {
	padding-top: 16px;
}
@media screen and (max-width: 1060px) {
footer .navFoot dl {
	margin: 0;
}
}/*@media*/

.navFoot dt {
	font-size: 20px;
}
@media screen and (max-width: 1060px) {
.navFoot dt a {
	position: relative;
	font-size: 15rem;
	padding: 12px;
	border-bottom: 1px solid #C7C8C8;
}

.navFoot dt a.trigger::before,
.navFoot dt a.trigger::after {
	position: absolute;
	top: 24px;
	bottom: auto;
	right: 12px;
	content: "";
	display: block;
	width: 12px;
	height: auto;
	border-top: 2px solid #7F7F7F;
}

.navFoot dt a.trigger::after {
	transform: rotate(90deg);
}

.navFoot dl.active dt a.trigger {
	color: #ED6C00;
}

.navFoot dl.active dt a.trigger::before {
	border-top-color: #ED6C00;
}

.navFoot dl.active dt a.trigger::after {
	content: none;
}
}/*@media*/

@media screen and (min-width: 1061px) {
.navFoot dt + dt {
	margin-top: 12px;
}

.navFoot dt + dd {
	display: none;
}
}/*@media*/

.navFoot dd {
	font-size: 14px;
}
@media screen and (max-width: 1060px) {
.navFoot dd {
	display: none;
}
}/*@media*/

.navFoot dd a {
	position: relative;
	margin-top: 12px;
}
@media screen and (max-width: 1060px) {
.navFoot dd a {
	margin: 0;
	padding: 12px 12px 12px 24px;
	border-bottom: 1px solid #C7C8C8;
	background: #ECECEC;
}
}/*@media*/

.footLower {
	margin: 40px 0 16px;
}
@media screen and (max-width: 1060px) {
.footLower {
	margin: 0;
}
}/*@media*/

.footLower ul {
	font-size: 14px;
}
@media screen and (max-width: 1060px) {
.footLower ul {
	font-size: 11px;
	margin-left: 12px;
}
}/*@media*/

.footLower .copyright {
	font-size: 12px;
	text-align: right;
}
@media screen and (max-width: 1060px) {
.footLower .copyright {
	text-align: left;
	margin:  0 0 16px 12px;
}
}/*@media*/


/*linktext
---------------------------------*/
@media screen and (max-width: 1060px) {
p.txtCautionA1 a{
    word-break: break-word;
    display: inline;
}
}/*@media*/

/*=================================
 prevPage
=================================*/
a#prevPage {
	position: relative;
	padding: 8px 0;
}

a#prevPage::after {
	height: 1px;
	background: #e4e4e4;
}

a#prevPage {
	color: inherit;
}

a#prevPage:hover {
	color: #ED1C24;
}


/*=================================
 pageTop
=================================*/
a.pageTop {
	display: none;
	color: #FFF;/*Edge*/

	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 333;
	background: #1A005D;
	border-radius: 100px;
	opacity: 0.9;
/*	-webkit-transition: .15s;
	transition: .15s;*/
}

a.pageTop:hover {
	background: #1A005D;
}

a.pageTop .icoUp {
	padding: 0px 8px 8px;
}
@media screen and (max-width: 1060px) {
a.pageTop .icoUp {
	padding: 4px;
}
}/*@media*/

a.pageTop .icoUp::before {
	color: #FFF;
	font-size: 42rem;
	line-height: 1;
}

/*=================================
 各言語別設定
=================================*/
/*アラビア語*/
html:lang(ar) a,
html:lang(ar) section,
html:lang(ar) h1,
html:lang(ar) h2,
html:lang(ar) h3,
html:lang(ar) h4,
html:lang(ar) h5,
html:lang(ar) h6,
html:lang(ar) p,
html:lang(ar) dt,
html:lang(ar) dd,
html:lang(ar) #main ul,
html:lang(ar) li,
html:lang(ar) th,
html:lang(ar) td,
html:lang(ar) .detailArea,
html:lang(ar) span.txtLinkA1,
html:lang(ar) title {
	direction: rtl;
}

html:lang(ar) .menuLevel2{
	text-align: right;
}

html:lang(ar) table *{
	text-align: start;
}

html:lang(ar) ul.listDisc{
	list-style: disc;
}

html:lang(ar) .listDisc > li::before{
    display: none;
}

html:lang(ar) .wovn-ignore *,
html:lang(ar) .wovn-ignore {
	text-align: right;
	direction: ltr !important;
}

html:lang(ar) .clmDesignE1 li,
html:lang(ar) .clmDesignE2 li {
	direction: ltr;
}

/*ベトナム語*/
html:lang(vi) h1,
html:lang(vi) h2,
html:lang(vi) h3,
html:lang(vi) h4,
html:lang(vi) h5,
html:lang(vi) h6,
html:lang(vi) dt,
html:lang(vi) #main a,
html:lang(vi) .gnav a,
html:lang(vi) .navUpper a,
html:lang(vi) p.ttl,
html:lang(vi) .subNav,
html:lang(vi) #breadcrumbs,
html:lang(vi) .wovnAreaEn,
html:lang(vi) .wovn-lang-list > li {
	font-family: Arial,sans-serif !important;
}

.italic {
 font-style: italic;
}
@media screen and (max-width: 1061px) {
	#header .pc {
		display: none!important;
	}
    #header .sp {
        display: block !important;
    }
}

/*
* **********************************************************************
* バンドル：/cmn/css/form.css
* **********************************************************************
*/
.red {
  color: #F62006;
}

.subTtl {
  font-family: "游ゴシック", YuGothic, Yu Gothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 18rem;
  font-weight: bold;
  margin: 16px 0 -20px;
}
@media screen and (max-width: 600px) {
.subTtl {
  font-size: 14rem;
}
}/*@media*/

form {
  width: 100%;
}

form select {
  -webkit-appearance: menulist;
  padding: 2px 8px 8px;
}

.form_group {
  display: table;
  /*line-height: 2.5;*/
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
.form_group {
  margin-bottom: 12px;
}
}/*@media*/

.form_group > div {
  display: table-cell;
  padding: 12px 16px;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
.form_group > div {
  text-align: left!important;
  display: block!important;
  width: 100%!important;
  padding: 0;
  margin-bottom: 8px;
}
}/*@media*/

.form_group > div:not(.form_group_head) {
  width: 60%;
  overflow: hidden;
  word-break: break-all;
}

#form_wrap:not(.verify) .form_group > div:not(.form_group_head) {
  font-size: 12rem;
}

.form_group > div:not(.form_group_head) p {
  clear: both;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
.form_group > div:not(.form_group_head) p {
  font-size: 10rem;
}
}/*@media*/

.form_group > div:not(.form_group_head) p::before {
  content: "※";
  color: #ED1C24;
}

.form_group > div:not(.form_group_head) > p span {
  color: #ED1C24;
}

.form_group > div > div {
  display: inline-block;
  font-size: 12rem;
  width: 48%;
  margin: 0 0 1%;
  vertical-align: top;
}

.form_group > div > div:nth-of-type(even) {
  padding-left: 2%;
  margin-left: 2%;
  border-left: 1px solid #ced4da;
}


.form_group label {
  font-size: 15rem!important;
}

.form_group input,
.form_group button,
.form_group select,
.form_group optgroup,
.form_group textarea {
  margin: 0 0 1%;
  font-size: 15rem!important;
}
@media screen and (max-width: 600px) {
.form_group input,
.form_group button,
.form_group select,
.form_group optgroup,
.form_group textarea {
  margin: 0;
}
}/*@media*/

.form_group input[type="text"],
textarea,
select {
  width: 100%;
  padding: 2px 8px;
  /*font-size: 1rem;*/
  line-height: 1.5!important;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*.form_group input[type="text"],
select {
  height: calc(11em + 2px);
}
*/
textarea,
select {
  display: block;
  vertical-align: top;
}

textarea {
  height: 8em;
}

.form_group input[type="text"]:focus,
textarea:focus,
select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

@media screen and (prefers-reduced-motion: reduce) {
.form_group input[type="text"] {
  transition: none;
}
}/*@media*/

.form_group input[type="text"]::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form_group.name > div > div,
.form_group.name2 > div > div {
  width: 48%;
}

.form_group.name2 input{
  width: 48%;
}

.form_group.tel input,
.form_group.zip input {
  width: 24%;
}

.form_group.e_mail input,
.form_group.e_mail_confirm input {
  width: 100%;
}

.form_group.zip input,
.form_group.tel input,
.form_group.fax input,
.form_group.tel2 input {
  width: 24%;
}

.form_group.rate input,
.form_group.edc_three_week input,
.form_group.edc_three_date input,
.form_group.edc_three_time input,
.form_group.edc_two_week input,
.form_group.edc_two_date input,
.form_group.edc_two_time input,
.form_group.edc_one_week input,
.form_group.edc_one_date input,
.form_group.edc_one_time input,
.form_group.edc_date input,
.form_group.edc_age input,
.form_group.life_three_time input,
.form_group.life_three_week input,
.form_group.life_three_date input,
.form_group.life_two_time input,
.form_group.life_two_week input,
.form_group.life_two_date input,
.form_group.life_one_time input,
.form_group.life_one_week input,
.form_group.life_one_date input,
.form_group.life_date input,
.form_group.life_age input,
.form_group.hope_date1 input,
.form_group.hope_date2 input,
.form_group.hope_date3 input,
.form_group.traffic_station input,
.form_group.bus_time input,
.form_group.walk_time input,
.form_group.bus_from input,
.form_group.bus_go input,
.form_group.bus_to input,
.form_group.traffic_train input,
.form_group.mitsu_date input,
.form_group.apply_date input,
.form_group.blood_type input,
.form_group.drug_name input,
.form_group.treatment_name input,
.form_group.surgery_name input,
.form_group.sick_name input,
.form_group.alcohol_num input,
.form_group.cigarette_num input,
.form_group.domestic_zip input,
.form_group.travel_zip input,
.form_group.land_area input,
.form_group.buy_area input,
.form_group.first_date input,
.form_group.second_date input,
.form_group.third_date input,
.form_group.hikkoshi_date input,
.form_group.total_floor_area input,
.form_group.meeting_time input,
.form_group.next_meeting_time input,
.form_group.window_cnt input,
.form_group.one_preferred_date input,
.form_group.two_preferred_date input,
.form_group.tenant input,
.form_group.budget input,
.form_group.budget_yen input,
.form_group.num_men input,
.form_group.num_under_men input,
.form_group.age_under_men1 input,
.form_group.age_under_men2 input,
.form_group.age_under_men3 input,
.form_group.age_under_men4 input,
.form_group.num_women input,
.form_group.num_under_women input,
.form_group.age_under_women1 input,
.form_group.age_under_women2 input,
.form_group.age_under_women3 input,
.form_group.age_under_women4 input,
.form_group.birth_date input,
.form_group.resident_date input,
.form_group.delivery_date input,
.form_group.first_choice_date input,
.form_group.first_choice_time input,
.form_group.second_choice_date input,
.form_group.second_choice_time input,
.form_group.third_choice_date input,
.form_group.third_choice_time input,
.form_group.family_travel_date input,
.form_group.takeover_zip_1 input,
.form_group.takeover_zip_2 input,
.form_group.return_zip input,
.form_group.delivery_zip_1 input,
.form_group.delivery_zip_2 input,
.form_group.request_date input,
.form_group.travel_date input,
.form_group.age input,
.form_group.user_age input,
.form_group.companion_spouse input,
.form_group.companion_over4 input,
.form_group.companion_under3 input,
.form_group[class*=" animal_weight"] input,
.form_group[class*=" animal_age"] > div > div input,
.form_group[class*=" animal_cage_size"] > div > div input,
.form_group.send input[type="text"],
.form_group.kosu input,
.form_group.weight input,
.form_group.object_num input,
.form_group.ryugaku input,
.form_group.baggage_box input,
.form_group.yuso_date input {
  width: 6em;
}

/*.form_group[class*=" animal_age"] > div > div,
.form_group[class*=" animal_cage_size"] > div > div {
  width: 32%;
}*/

.form_group.meeting_date select,
.form_group.next_meeting_date select,
.form_group.start_date select,
.form_group.end_date select,
.form_group.entry_date select,
.form_group.leave_date select,
.form_group.tp_801_num select,
.form_group.tp_802_num select,
.form_group.dn_103_num select,
.form_group.dn_203_num select,
.form_group.mitsu_date select,
.form_group.return_date select,
.form_group.bring_in_date select,
.form_group.transfer_date select,
.form_group.hunin_date select,
.form_group.tokoujiki select,
.form_group.ren_date select,
.form_group.hikkoshi_date select,
.form_group.hikkoshi_kibou select,
.form_group.mitu_kibou select,
.form_group.departure_date select,
.form_group.visa_ym select {
  width: auto;
  display: inline-block;
}

.form_group input[type="radio"] {
  width: auto;
}

.form_group.size input {
  width: auto;
}



/*注意事項*/
.caution {
  font-size: 13rem;
  text-align: center;
  margin: 12px;
}

.caution span {
  color: #E40210;
  font-size: 13rem;
  margin-top: 16px;
}
/*注意事項*/


/*エラーメッセージ*/
ul.error_message,
.recaptchaerror span {
  display: block;
  font-size: 18rem;
  text-align: center;
  line-height: 1.8;
  padding: 16px;
  margin: 0 0 24px;
  background: #FFF;
  border: 6px solid #E40210;
}
@media screen and (max-width: 600px) {
ul.error_message,
.recaptchaerror span {
  font-size: 15rem;
  line-height: 1.6;
  padding: 16px;
  margin: 16px 0;
}
}/*@media*/
/*エラーメッセージ*/



/* 必須アイコン
===========================*/
#form_wrap .required::after,
#form_wrap .e_mail_confirm > .form_group_head::after,
#form_wrap .select_required::after {
  display: inline-block;
  color: #ffe6e3;
  font-size: 12rem;
  line-height: 1.5;
  padding: 1px 4px;
  margin: 0 0 0 8px;
  border-radius: 3px;
  background: #f62006;
}
@media screen and (max-width: 600px) {
#form_wrap .required::after,
#form_wrap .e_mail_confirm > .form_group_head::after,
#form_wrap .select_required::after {
  font-size: 10rem;
  line-height: 1.3;
  margin: 0 0 0 4px;
}
}/*@media*/


/* 同意のチェックボタン
===========================*/
.agreeCheck {
  position: relative;
  width: 200px;
  margin: auto;
}
@media screen and (max-width: 899px) {
.agreeCheck {
  width: 160px;
}
}/*@media*/

.agreeCheck input[type="checkbox"]{
  display: none;
}

.agreeCheck label{
  display: block;
  color: #FFF;
  border-radius: 24px;
  padding: 10px 12px 10px 12px;
  font-size: 18rem;
  margin: 0 0 16px;
  background-color: #1A005D;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 899px) {
.agreeCheck label{
  font-size: 15rem;
  padding-top: 12px;
}
}/*@media*/

.agreeCheck.active label {
  background-color: #8EC400;
}

.agreeCheck label:before{
  position: absolute;
  top: 12px;
  left: 8px;
  content:'';
  background-color: #ffffff;
  width: 22px;
  height: 22px;
  /* margin-right: 10px; */
  display: inline-block;
  vertical-align: text-top;
  border-radius: 16px;
  -webkit-transition: all 800ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 800ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 800ms cubic-bezier(1, 0, 0, 1);
  transition: all 800ms cubic-bezier(1, 0, 0, 1);
}

.agreeCheck input[type="checkbox"]:checked + label:before{
  opacity: 0;
  background: #eee;
  border-color: #eee;
  transform:scale(2);
}
.agreeCheck label:after{
  content:'';
  opacity: 0;
  position: absolute;
  left: 16px;
  top: 10px;
  width: 10px;
  height: 20px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(40deg);
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
}
.agreeCheck input[type="checkbox"]:checked + label:after{
    opacity: 1;
}
@media screen and (max-width: 899px) {
/*.agreeCheck input[type="checkbox"]:checked + label:after{
    left: 36px;
}*/
}/*@media*/

/*同意しないボタン*/
#disagreeBtn {
  display: inline-block;
  cursor: pointer;
}

#disagreeBtn a {
  color: #777;
}

:disabled {
  cursor: default!important;
}


/*
* **********************************************************************
* バンドル：/form_gl/css/style_global.css
* **********************************************************************
*/
form {
  margin: 24px 0;
}

#form_wrap {
  margin: 16px 0;
  border: 1px solid #ECECEC;
}

.form_group {
  margin: 0 0 1px;
}

.form_group_head {
  background: #ECECEC;
}

.form_group:nth-of-type(even) > div:not(.form_group_head) {
  background: #FAFAFA;
}

@media screen and (max-width: 600px) {
.form_group > div {
  padding: 4px 8px;
  margin-bottom: 0;
}
}/*@media*/


/* flow
===========================*/
.listFlow {
  font-size: 14rem;
}
@media screen and (max-width: 600px) {
.listFlow {
  font-size: 10rem;
}
}/*@media*/

.listFlow li {
  padding: 4px 8px;
  background: #ECECEC;
}
@media screen and (max-width: 600px) {
.listFlow li {
  width: 24%;
}
}/*@media*/

.listFlow li.current {
  color: #FFF;
  background: #4D4D4D;
}

.listFlow li span {
  font-size: 13rem;
  font-weight: bold;
}


/* next page button
===========================*/
button#agreeBtn,
button#confirmBtn {
  display: block;
  font-weight: bold;
  padding: 16px 0;
  margin: 24px auto;
  width: 28%;
  border: none;
  border-radius: 0;
  transition: .5s;
}
@media screen and (max-width: 600px) {
button#agreeBtn,
button#confirmBtn {
  width: 80%;
}
}/*@media*/

button#agreeBtn {
  color: #555;
  background: #999;
}

button#confirmBtn {
  color: #FFF;
  background: #03080E;
}

button#agreeBtn.on {
  color: #FFF;
  background: #1A005D;
}
button#confirmBtn:hover,
button#agreeBtn.on:hover {
  background: #8EC400;
}



/* submit button
===========================*/
.submitBtns {
  text-align: center;
}

.submitBtns button,
#closeBtn {
  font-size: 18rem;
  font-weight: bold;
  width: 28%;
  padding: 12px;
  margin-top: 15px;
  border-radius: 2px;
  transition: .2s;
}
@media screen and (max-width: 600px) {
.submitBtns button,
#closeBtn {
  width: 48%;
}
}/*@media*/

.submitBtns button#submitBtn {
  color: #FFF;
  border: 2px solid #000;
  background: #000;
}

.submitBtns button#submitBtn:hover{
  background: #8EC400;
  border-color: #8EC400;
}

.submitBtns button#backBtn,
#closeBtn {
  color: #000;
  border: 2px solid #c1c1c1;
  background: #ffffff;
  display: inline-block;
}

.submitBtns button#backBtn:hover,
#closeBtn:hover {
  color: #EBEBEB;
  background: #c1c1c1;
}

#closeBtn {
  display: block;
  margin: 24px auto;
}

/*
* **********************************************************************
* バンドル：/newformcss/style_new_global.css
* **********************************************************************
*/
/* ===========================
  body ~ h1
=========================== */
body {
  color: #282828;
  background-color: #F0F0F0;
  font-family: 'NeueFrutigerWorld-Regular','TazuganeGothicStdN-Regular','Arial',YuGothic,'Yu Gothic',sans-serif;
}

/* header */
header {
	width: 304px;
}
#header {
	border-top: none;
	box-shadow: none;
	height: 100vh;
	width: 304px;
}
div#header::before {
  content: none;
}
@media screen and (min-width: 1200px) {
  #header {
    min-height: initial;
    border-top-width: 0;
  }
}
@media screen and (max-width: 1200px) {
  #header {
    min-height: initial;
    border-top-width: 0;
  }
}
@media screen and (max-width: 768px) {
  header {
    min-width: 100%;
    width: 100%;
  }
  #header {
    min-height: initial;
    border-top-width: 0;
    height: 72px;
    min-width: 100%;
    width: 100%;
  }
  #header a {
	  display: inline-block;
  }
}

/* layoutWrap */
.layoutWrap {
  padding: 0;
  margin: 0;
  max-width: initial;
}

/* logoHeader */
.logoHeader {
	position: initial;
	top: initial;
	left: initial;
	width: 208px;
}
@media screen and (min-width: 1061px) {
  .logoHeader {
    margin: 0 auto;
    padding: 30px 0;
    position: initial;
  }
  .logoHeader img {
    width: 208px;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .logoHeader {
    margin: 0 auto;
    padding: 30px 0;
    position: initial;
  }
  .logoHeader img {
    width: 208px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .logoHeader {
    margin: 0 0 0 24px;
    padding: 16px 0 0;
    position: initial;
    width: 100%;
  }
  .logoHeader img {
    width: 144px;
    height: auto;
  }
}

/* main */
#main {
  background-color: #F0F0F0;
	margin-top: 0;
	overflow: hidden;
}
@media screen and (min-width: 1200px) {
  #main {
    padding: 160px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  #main {
    padding: 160px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #main {
    padding: 77px 0 0;
  }
}

/* article */
#main > article {
  max-width: calc(100% - 304px);
  margin: 0;
  margin-left: 304px;
	padding: 0;
	width: calc(100% - 304px);
}
@media screen and (max-width: 1200px) {
  #main > article {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #main > article {
    max-width: 100%;
    margin-left: 0;
    padding: 80px 0 0;
    width: 100%;
  }
}

/* h1DesignA1 */
.h1DesignA1 {
  border-bottom: 8px solid #8ec300;
  color: #282828;
  display: inline-block;
  font-family: 'NeueFrutigerWorld-Regular','TazuganeGothicStdN-Regular','Arial',YuGothic,'Yu Gothic',sans-serif;
  font-weight: 400;
  line-height: 1;
  max-width: initial;
  margin: 0 50px;
  padding-bottom: 24px;
	text-align: left;
}
.h1DesignA1::before {
	content: none;
}
h1 {
  margin: 0;
}
.h1DesignA1 span {
  overflow-wrap: break-word;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 96px;
  }
  .h1DesignA1 {
    max-width: calc(100% - 100px);
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 96px;
  }
  .h1DesignA1 {
    max-width: calc(100% - 100px);
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 48px;
  }
  .h1DesignA1 {
    margin: 0 25px;
    max-width: calc(100% - 50px);
    padding-bottom: 24px;
  }
}


/* ===========================
  form
=========================== */
.articleForm{
  font-family: 'NeueFrutigerWorld-Regular','TazuganeGothicStdN-Regular','Arial',YuGothic,'Yu Gothic',sans-serif;
  text-align: left;
}
.articleFormAgree {
  background: linear-gradient(to top, #F8F8F8 0, #F8F8F8 200px, #F0F0F1 200px, #F0F0F0 100%);
}
form {
  margin: 0;
}

/* STEP */
#main article > ul {
  margin: 0;
  padding: 75px 50px 160px;
}
#main article.articleForm .layoutWrap > ul {
  margin: 0;
  padding: 75px 50px 160px;
}
.listFlow {
  color: #282828;
  font-size: 16px;
}
.listFlow li {
  padding: 0 30px 0 0;
  background: none;
}
.listFlow li.current {
  color: initial;
  background: initial;
}
.clm4 > * > *:first-child {
	margin-top: 0;
}
.clm4 > * {
	width: initial;
	margin: 0;
}
.listFlow.clm4 {
  margin: 0;
  padding: 0;
}
.listFlow.clm4 li {
  font-size: 16px;
  line-height: 1.5;
  list-style: none;
  min-height: 80px;
  position: relative;
  text-align: left;
  width: calc(100% / 4);
}
.listFlow li span {
  font-size: 16px;
}
.circle {
  background-color: #ffffff;
  border: 9px solid #ffffff;
  border-radius: 50%;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 100;
}
.current .circle {
  background-color: #ffffff;
  border: 9px solid #8DC63F;
}
.circle.filled {
  background-color: #8DC63F;
  border: 9px solid #8DC63F;
}
.completed .circle::after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 10px;
  height: 5px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}
.listFlow.clm4 li:not(:last-child)::after {
  background-color: #ffffff;
  border-radius: 2px;
  content: "";
  height: 4px;
  left: 28px;
  position: absolute;
  top: 13px;
  width: calc(100% - 28px);
  z-index: 50;
}
.listFlow.clm4 li.completed::after {
  background-color: #8DC63F;
}
.label {
  display: block;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  #main article > ul {
    display: block;
    margin: 70px 25px 150px;
    position: relative;
    width: calc(100% - 50px);
  }
  #main article.articleForm .layoutWrap > ul {
    margin-bottom: 150px;
    margin-top: 70px;
  }
  .listFlow {
    font-size: 16px;
  }
  .listFlow.clm4 {
    justify-content: initial;
    margin: 70px 25px 150px !important;
    padding: 0 !important;
    position: relative;
    width: calc(100% - 50px);
  }
  .articleFormAgree .listFlow.clm4 {
    padding-bottom: 150px !important;
  }
  .articleFormInput .listFlow.clm4 {
    padding-bottom: 100px !important;
  }
  .articleFormConfirm .listFlow.clm4 {
    padding-bottom: 100px !important;
  }
  .articleFormComplete .listFlow.clm4 {
    padding-bottom: 100px !important;
  }
  .clm4::before,
  .clm4::after {
    content: none;
  }
  .listFlow li {
    padding: 0;
    width: 100%;
  }
  .listFlow.clm4 li {
    font-size: 0;
    left: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .listFlow.clm4 li.current {
    font-size: 16px;
    text-align: center;
  }
  .listFlow.clm4 li:not(:last-child)::after {
    left: 23px;
    position: absolute;
    top: 12px;
    width: calc(100% - 23px);
    z-index: 50;
  }
  .listFlow.clm4 li .label {
    display: none;
  }
  .listFlow.clm4 li.current .label {
    display: block;
    font-size: 14px;
  }
  .listFlow.clm4 li .circle {
    display: block;
    height: 26px;
    margin: 0 auto;
    width: 26px;
  }
  .listFlow.clm4 li:nth-of-type(1) .circle {
    left: 0;
  }
  .listFlow.clm4 li:nth-of-type(2) .circle {
    left: calc(((100% - 100px) / 3) + 26px);
  }
  .listFlow.clm4 li:nth-of-type(3) .circle {
    left: calc(((100% - 100px) / 3) + ((100% - 100px) / 3) + 52px);
  }
  .listFlow.clm4 li:nth-of-type(4) .circle {
    left: auto;
    right: 0;
  }
  .listFlow.clm4 li::after {
    top: 12px;
  }
  .listFlow.clm4 li:not(:last-child)::after {
    width: calc((100% - 100px) / 3);
  }
  .listFlow.clm4 li:nth-of-type(1)::after {
    left: 26px;
  }
  .listFlow.clm4 li:nth-of-type(2)::after {
    left: calc(((100% - 100px) / 3) + 52px);
  }
  .listFlow.clm4 li:nth-of-type(3)::after {
    left: calc(((100% - 100px) / 3) + ((100% - 100px) / 3) + 78px);
  }
  .completed .circle::after {
    top: -1px;
    left: -2px;
  }
}

/* h2 ~ text */
.h2DesignA1 {
  text-align: left;
}
h2 {
  font-family: 'NeueFrutigerWorld-Regular','TazuganeGothicStdN-Regular','Arial',YuGothic,'Yu Gothic',sans-serif;
  font-weight: 400;
	line-height: 1.1;
	margin: 0 50px;
}
#main section:not(.wrapDesignA1) > h2:first-child {
  padding-top: 120px;
	margin-top: 0;
}
.articleFormInput .layoutWrap p span {
  color: #282828 !important;
}
@media screen and (min-width: 1200px) {
  h2 {
	  font-size: 48px;
  }
  .h2DesignA1 {
    padding-bottom: 60px;
  }
  .articleFormInput > .layoutWrap > h2:nth-of-type(1) {
    font-family: 'NeueFrutigerWorld-Bold','TazuganeGothicStdN-Bold','Arial',YuGothic,'Yu Gothic',sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1200px) {
  h2 {
  	font-size: 48px;
  }
  .h2DesignA1 {
    padding-bottom: 60px;
  }
  .articleFormInput > .layoutWrap > h2:nth-of-type(1) {
    font-family: 'NeueFrutigerWorld-Bold','TazuganeGothicStdN-Bold','Arial',YuGothic,'Yu Gothic',sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 32px;
	  margin: 0 25px;
  }
  .h2DesignA1 {
    padding-bottom: 30px;
  }
  #main section:not(.wrapDesignA1) > h2:first-child {
    padding-top: 160px;
    margin-top: 0;
  }
  .articleFormInput > .layoutWrap > h2:nth-of-type(1) {
    font-family: 'NeueFrutigerWorld-Bold','TazuganeGothicStdN-Bold','Arial',YuGothic,'Yu Gothic',sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 25px;
  }
}

/* p */
p {
  font-size: 16px;
  font-weight: 400;
  font-family: 'NeueFrutigerWorld-Regular','TazuganeGothicStdN-Regular','Arial',YuGothic,'Yu Gothic',sans-serif;
  line-height: 1.5;
  margin: 0 50px 30px;
}
p:not(.ttl) + p {
	margin-top: 0;
}
[class^="h1Design"] + p,
[class*=" h1Design"] + p,
[class^="h2Design"] + p,
[class*=" h2Design"] + p {
	margin-top: 0;
}
.articleFormInput h2 + p,
.articleFormConfirm h2 + p {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  p {
    margin: 0 25px 30px;
  }
  [class^="h1Design"] + p,
  [class*=" h1Design"] + p,
  [class^="h2Design"] + p,
  [class*=" h2Design"] + p {
    margin-top: 0;
  }
  .articleFormInput h2 + p,
  .articleFormConfirm h2 + p {
    margin-bottom: 150px;
  }
}

/* list */
.listDecimal {
  font-size: 16px;
	margin: 0 0 0 18px;
  padding: 0 50px;
}
.listDecimal > li {
	margin: 0 0 60px;
	padding: 0 0 0 10px;
	border-top: none;
	list-style-position: outside !important;
}
.listDecimal > li > ul {
	margin: 30px 0;
}
.listDecimal > li > ul > li {
	border-top: none;
  color: #282828;
  list-style-type: upper-alpha;
	margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .listDecimal {
    margin: 0 25px;
    padding: 0 0 0 15px;
    width: calc(100% - 50px);
  }
  .listDecimal > li {
    margin: 0 0 12px;
    padding: 0 0 0 10px;
  }
  .listDecimal > li > ul {
    margin: 20px 0;
    width: 100%;
  }
}

/* input form */
#form_wrap {
  margin: 0;
  border: none;
}
#form_wrap > #form_wrap {
  border: none;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0 50px 160px;
  width: 100%;
}
.articleFormInput h2 + #form_wrap {
  border: none;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0 50px 140px;
  width: 100%;
}
.articleFormConfirm form {
  padding: 0 50px 50px;
}
.articleFormConfirm #form_wrap {
  background-color: #FFFFFF;
  border-radius: 24px;
  margin-bottom: 140px;
  padding: 50px 50px 32px;
}
.form_group {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.articleFormInput .form_group.user_name,
.articleFormInput .form_group.country,
.articleFormInput .form_group.fax,
.articleFormInput .form_group.comment {
  grid-column: 1 / -1;
}
.articleFormInput .form_group.user_name,
.articleFormInput .form_group.country,
.articleFormInput .form_group.fax {
  width: calc(50% - 12px);
}
.form_group > div {
  display: block;
  padding: 0 0 10px;
  position: relative;
  width: 100%;
}
.form_group > div:not(.form_group_head) {
  overflow: hidden;
  overflow-wrap: break-word;
  width: 100%;
  word-break: break-all;
}
#form_wrap:not(.verify) .form_group > div:not(.form_group_head) {
  font-size: 16px;
}
.form_group_head {
  background: initial;
  font-size: 16px;
  line-height: 1;
}
.form_group:nth-of-type(even) > div:not(.form_group_head) {
  background: initial;
}
.form_group label,
.form_group input,
.form_group button,
.form_group select,
.form_group optgroup,
.form_group textarea {
  font-size: 16px !important;
  margin: 0;
}
#form_wrap .required::after,
#form_wrap .e_mail_confirm > .form_group_head::after,
#form_wrap .select_required::after {
  color: #FF0044;
  font-size: 16px;
  line-height: 0.8;
  padding: 1px 0 0;
  margin: 0 0 0 8px;
  border-radius: initial;
  background: initial;
}
@media screen and (min-width: 769px) and (max-width: 850px) {
  #form_wrap > #form_wrap {
    display: block;
    gap: initial;
    grid-template-columns: initial;
    margin: 0;
    padding: 0 50px 100px;
    width: 100%;
  }
  .articleFormInput h2 + #form_wrap {
    display: block;
    gap: initial;
    grid-template-columns: initial;
    margin: 0;
    padding: 0 50px 20px;
    width: 100%;
  }
  .articleFormConfirm form {
    padding: 0 50px 50px;
  }
  .articleFormConfirm #form_wrap {
    border-radius: 24px;
    margin-bottom: 70px;
    padding: 50px 50px 32px;
  }
  .form_group {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .articleFormInput .form_group.user_name,
  .articleFormInput .form_group.country,
  .articleFormInput .form_group.fax,
  .articleFormInput .form_group.comment {
    grid-column: initial;
  }
  .articleFormInput .form_group.user_name,
  .articleFormInput .form_group.country,
  .articleFormInput .form_group.fax {
    width: 100%;
  }
  .form_group > div {
    display: block!important;
    margin-bottom: 12px;
    padding: 0;
    position: relative;
    text-align: left!important;
    width: 100%!important;
  }
  .form_group > div:not(.form_group_head) {
    margin-bottom: 50px;
  }
  .form_group_head {
    background: initial;
    font-size: 16px;
    line-height: 1;
  }
  .form_group:nth-of-type(even) > div:not(.form_group_head) {
    background: initial;
  }
  .form_group label,
  .form_group input,
  .form_group button,
  .form_group select,
  .form_group optgroup,
  .form_group textarea {
    font-size: 16px !important;
    margin: 0;
  }
  #form_wrap .required::after,
  #form_wrap .e_mail_confirm > .form_group_head::after,
  #form_wrap .select_required::after {
    color: #FF0044;
    font-size: 16px;
    line-height: 0.8;
    padding: 1px 0 0;
    margin: 0 0 0 8px;
    border-radius: initial;
    background: initial;
  }
}
@media screen and (max-width: 768px) {
  #form_wrap > #form_wrap {
    display: block;
    gap: initial;
    grid-template-columns: initial;
    margin: 0;
    padding: 0 25px 100px;
    width: 100%;
  }
  .articleFormInput h2 + #form_wrap {
    display: block;
    gap: initial;
    grid-template-columns: initial;
    margin: 0;
    padding: 0 25px 20px;
    width: 100%;
  }
  .articleFormConfirm form {
    padding: 0 25px 50px;
  }
  .articleFormConfirm #form_wrap {
    border-radius: 24px;
    margin-bottom: 70px;
    padding: 50px 25px 32px;
  }
  .form_group {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .articleFormInput .form_group.user_name,
  .articleFormInput .form_group.country,
  .articleFormInput .form_group.fax,
  .articleFormInput .form_group.comment {
    grid-column: initial;
  }
  .articleFormInput .form_group.user_name,
  .articleFormInput .form_group.country,
  .articleFormInput .form_group.fax {
    width: 100%;
  }
  .form_group > div {
    display: block!important;
    margin-bottom: 12px;
    padding: 0;
    position: relative;
    text-align: left!important;
    width: 100%!important;
  }
  .form_group > div:not(.form_group_head) {
    margin-bottom: 50px;
  }
  .form_group_head {
    background: initial;
    font-size: 16px;
    line-height: 1;
  }
  .form_group:nth-of-type(even) > div:not(.form_group_head) {
    background: initial;
  }
  .form_group label,
  .form_group input,
  .form_group button,
  .form_group select,
  .form_group optgroup,
  .form_group textarea {
    font-size: 16px !important;
    margin: 0;
  }
  #form_wrap .required::after,
  #form_wrap .e_mail_confirm > .form_group_head::after,
  #form_wrap .select_required::after {
    color: #FF0044;
    font-size: 16px;
    line-height: 0.8;
    padding: 1px 0 0;
    margin: 0 0 0 8px;
    border-radius: initial;
    background: initial;
  }
}
.form_group input[type="text"],
textarea,
select {
  width: 100%;
  padding: 27px 25px;
  line-height: 1.5!important;
  color: #282828;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: none;
  border-radius: 16px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form_group input[type="text"]:focus,
textarea:focus,
select:focus {
    color: #282828;
    background-color: #fff;
    border: 1px solid #8EC300;
    outline: 0;
}
form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: auto;
  padding: 16px 40px 16px 25px;
}
.form_group > div:has(select)::after {
  border-right: 2px solid #282828;
  border-bottom: 2px solid #282828;
  content: "";
  height: 8px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  transform: translateY(-60%) rotate(45deg);
  top: calc(50% - 4px);
  width: 8px;
  z-index: 10000;
}
textarea,
select {
  display: block;
  vertical-align: top;
}
textarea {
  height: 8em;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form_group input[type="text"] {
    transition: none;
  }
}
.form_group input[type="text"]::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* Confirm table */
.articleFormConfirm #form_wrap.verify .form_group {
  align-items: flex-start;
  border-bottom: 2px dotted #9c9c9c;
  display: flex;
  font-size: 16px;
  padding: 30px 0 18px;
}
.articleFormConfirm #form_wrap.verify .form_group:last-child {
  border-bottom: none;
}
.articleFormConfirm #form_wrap.verify .form_group_head {
  font-family: 'NeueFrutigerWorld-Bold','TazuganeGothicStdN-Bold','Arial',YuGothic,'Yu Gothic',sans-serif;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  color: #2d1f8f;
  width: 220px;
}
.articleFormConfirm #form_wrap.verify .form_group > div:not(.form_group_head) {
  flex: 1;
  font-size: 16px;
  color: #222;
  line-height: 1.6;
  word-break: break-word;
}
@media screen and (max-width: 850px) {
  .articleFormConfirm #form_wrap.verify .form_group {
    align-items: initial;
    display: block;
    margin-bottom: 25px;
    padding: 0;
  }
  .articleFormConfirm #form_wrap.verify .form_group_head {
    flex-shrink: initial;
    width: 100%;
  }
  .articleFormConfirm #form_wrap.verify .form_group > div:not(.form_group_head) {
    flex: initial;
    margin-bottom: 18px;
  }
}

/* placeholder */
.form_group input::placeholder {
  color: #aaa;
}

/* txtSignA1 */
.txtSignA1 {
	font-size: 16px;
  font-family: 'NeueFrutigerWorld-Regular','TazuganeGothicStdN-Regular','Arial',YuGothic,'Yu Gothic',sans-serif;
	line-height: 1.5;
	text-align: left;
	margin: 0;
  padding: 0 50px 150px;
}
@media screen and (max-width: 768px) {
  .txtSignA1 {
  	font-size: 16px;
    padding: 0 25px 50px;
    margin: 24px 0 32px;
  }
}

/* agree button */
.taCenter {
  background-color: #F8F8F8;
  font-family: 'NeueFrutigerWorld-Regular','TazuganeGothicStdN-Regular','Arial',YuGothic,'Yu Gothic',sans-serif;
  margin: 0 !important;
  padding: 150px 50px 0;
  text-align: left !important;
}
.taCenter + .taCenter {
  padding: 25px 50px 50px;
}
.articleFormAgree form{
  padding-left: 240px;
  margin: -128px 0 50px 0;
  z-index: 1;
}
.articleFormAgree form .taCenter {
  margin: 0;
  padding: 0;
}
p.taCenter {
  font-size: 24px;
}
.agreeCheck {
  margin: 0;
  position: relative;
  width: auto;
}
.agreeCheck label{
  display: inline-block;
  color: #282828;
  border-radius: initial;
  padding: 0 0 0 40px;
  font-size: 16px;
  margin: 0 0 50px;
  background-color: initial;
  cursor: pointer;
  text-align: center;
}
.agreeCheck.active label {
  background-color: initial;
}
.agreeCheck label:before{
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #282828;
  height: 24px;
  left: 0;
  top: 4px;
  width: 24px;
}
.agreeCheck input[type="checkbox"]:checked + label:before{
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #282828;
  opacity: 1;
  transform: initial;
}
.agreeCheck label:after{
  border-bottom: 3px solid #282828;
  border-right: 3px solid #282828;
  height: 10px;
  left: 8px;
  top: 8px;
  width: 6px;
}
.agreeCheck input[type="checkbox"]:checked + label:after{
    opacity: 1;
}
@media screen and (max-width: 850px) {
  .articleFormAgree form{
    padding-left: 210px;
    margin: -128px 0 50px 0;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .taCenter {
    padding: 75px 25px 0;
  }
  .taCenter + .taCenter {
    padding: 25px 25px 15px;
  }
  .articleFormAgree form{
    background-color: #F8F8F8;
    margin: 0 0 50px;
    padding-left: 25px;
  }
}

/* disagreeBtn */
#disagreeBtn {
  border: 1px solid #777;
  border-radius: 9999px;
  color: #282828 !important;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 30px;
  position: relative;
  transition: .5s;
  width: initial;
  z-index: 100;
}
#disagreeBtn:hover {
  background: #8EC300;
  border: 1px solid #8EC300;
  color: #282828;
}
@media screen and (max-width: 850px) {
  #disagreeBtn{
    padding: 30px 20px;
  }
}

/* input confirm button */
.articleFormInput button#confirmBtn {
  margin-bottom: 50px;
  margin-left: 50px;
}
button#agreeBtn,
button#confirmBtn {
  background: #bdb6d3;
  border-radius: 9999px;
  color: #FFFFFF;
  cursor: pointer;
	display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  position: relative;
  padding: 30px;
  padding-right: 60px;
	text-decoration: none;
	vertical-align: middle;
  width: initial;
}
button#agreeBtn.on,
button#confirmBtn {
  background: #1A005D;
}
button#agreeBtn::before,
button#confirmBtn::before,
button#agreeBtn::after,
button#confirmBtn::after {
	bottom: 0;
	content: "";
	left: initial;
	margin: auto;
	position: absolute;
  right: 30px;
	top: 0;
	vertical-align: middle;
}
button#agreeBtn::before,
button#confirmBtn::before {
	background: #FFFFFF;
	height: 2px;
	width: 10px;
}
button#agreeBtn::after,
button#confirmBtn::after {
  border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
  height: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
}
button#agreeBtn::hover,
button#confirmBtn::hover {
  opacity: 0.85;
}
@media screen and (max-width: 850px) {
  button#agreeBtn,
  button#confirmBtn {
    padding: 30px 20px;
    padding-right: 50px;
    text-decoration: none;
    vertical-align: middle;
    width: initial;
  }
}
@media screen and (max-width: 768px) {
  .articleFormInput button#confirmBtn {
    margin-bottom: 50px;
    margin-left: 25px;
  }

}

/* reCAPTCHA button */
.articleFormConfirm .formbox02 {
  margin: 0 0 50px !important;
}

/* submit button */
.submitBtns {
  text-align: left;
}
.submitBtns button {
  border-radius: 9999px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 30px 40px;
  width: auto;
}
.submitBtns button#submitBtn {
  background: #1A005D;
  border: 1px solid #1A005D;
  color: #FFFFFF;
  padding-right: 60px;
  position: relative;
}
.submitBtns button#submitBtn::before,
.submitBtns button#submitBtn::after {
	bottom: 0;
	content: "";
	left: initial;
	margin: auto;
	position: absolute;
  right: 30px;
	top: 0;
	vertical-align: middle;
}
.submitBtns button#submitBtn::before {
	background: #FFFFFF;
	height: 2px;
	width: 10px;
}
.submitBtns button#submitBtn::after {
  border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
  height: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
}
button#confirmBtn:hover,
button#agreeBtn.on:hover {
  color: #282828;
}
button#agreeBtn.on:hover::before,
button#confirmBtn:hover::before {
	background: #282828;
}
button#agreeBtn.on:hover::after,
button#confirmBtn:hover::after {
  border-top: 2px solid #282828;
	border-right: 2px solid #282828;
}
.submitBtns button#backBtn {
  background: initial;
  border: 1px solid #282828;
  color: #282828;
  margin-right: 15px;
}
.submitBtns button#backBtn:hover {
  background: #8EC300;
  border: 1px solid #8EC300;
  color: #282828;
}
@media screen and (max-width: 768px) {
  .submitBtns button {
    width: auto;
  }
  .submitBtns button#backBtn {
    display: inline-block;
  }
}

/* home button */
.articleFormComplete a[class^="btnDesign"],
.articleFormComplete a[class*=" btnDesign"] {
	display: inline-block;
	font-size: 16px;
  font-weight: 400;
  line-height: 1;
	text-align: left;
  padding: 30px 60px 30px 40px;
	margin-top : 0;
	width: auto;
}
.articleFormComplete a[class^="btnDesignB"],
.articleFormComplete a[class*=" btnDesignB"] {
	margin: 40px 0 50px 50px;
}
.articleFormComplete .btnDesignB3{
  background: #1A005D;
  border: 1px solid #1A005D;
  border-radius: 9999px;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
}
.articleFormComplete .btnDesignB3::before,
.articleFormComplete .btnDesignB3::after {
	bottom: 0;
	content: "";
	left: initial;
	margin: auto;
	position: absolute;
  right: 30px;
	top: 0;
	vertical-align: middle;
}
.articleFormComplete .btnDesignB3::before {
	background: #FFFFFF;
	height: 2px;
	width: 10px;
}
.articleFormComplete .btnDesignB3::after {
  border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
  height: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
}
.articleFormComplete a.btnDesignB3 {
	color: #FFFFFF !important;
	border: none;
}
.articleFormComplete a.btnDesignB3:hover {
	background-color: #8EC300;
  color: #282828 !important;
}
.articleFormComplete a.btnDesignB3:hover::before {
	background: #282828;
}
.articleFormComplete a.btnDesignB3:hover::after {
  border-top: 2px solid #282828;
	border-right: 2px solid #282828;
}
@media screen and (max-width: 768px) {
  .articleFormComplete a[class^="btnDesign"],
  .articleFormComplete a[class*=" btnDesign"] {
    line-height: 1.5;
  }
  .articleFormComplete a[class^="btnDesignB"],
  .articleFormComplete a[class*=" btnDesignB"] {
    margin: 40px 25px 50px;
  }
}

/* error_message */
.recaptchaerror {
  margin: 0 !important;
}
ul.error_message,
.recaptchaerror span {
  font-family: 'NeueFrutigerWorld-Bold','TazuganeGothicStdN-Bold','Arial',YuGothic,'Yu Gothic',sans-serif;
  background: #FFF;
  border: 4px solid #FF0004;
  border-radius: 24px;
  color: #FF0004;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 50px 50px;
  overflow: hidden;
  overflow-wrap: break-word;
  padding: 30px;
  text-align: left;
  width: calc(100% - 100px);
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  ul.error_message,
  .recaptchaerror span {
    margin: 0 25px 50px;
    text-align: left;
    padding: 25px;
    width: calc(100% - 50px);
  }
}

/* About personal data protection */
.txtLinkA1 {
  align-items: center;
  color: #282828 !important;
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  font-family: 'NeueFrutigerWorld-Regular','TazuganeGothicStdN-Regular','Arial',YuGothic,'Yu Gothic',sans-serif;
  justify-content: flex-start;
  margin: 0 50px 130px !important;
  text-decoration: none;
}
.articleFormInput .txtLinkA1 {
  background: initial;
}
.txtLinkA1::after {
  align-items: center;
  background: #FFFFFF;
  color: #282828;
  content: "";
  display: flex;
  background-image: url("icon_form_arr.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 12px;
  justify-content: center;
  height: 24px;
  margin-left: 30px;
  width: 24px;
}
.txtLinkA1:hover {
  opacity: 0.8;
}
#main > article > *:not(.wrapDesignA1):last-child,
#main section:not(.wrapDesignA1) > *:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .txtLinkA1 {
    margin: 0 25px 80px !important;
  }
  .txtLinkA1::after {
    margin-left: 25px;
  }
}

