@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

/*---------------------------------------------------------------------------
/* reset
 --------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body, article, aside, details, div, figcaption, figure, footer, h1, h2, h3, h4, h5, h6, p, header, hgroup, main, menu, nav, section, summary, ul, ol, li, dl, dt, dd, span, table, th, td, a, input, textarea {
	box-sizing: border-box !important;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	background: #fff;
}

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 1.1em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	letter-spacing: 0.02em;
	height: 100%;
}

@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop, body {
     letter-spacing: 0.03em;
	}
}

img {
	border: 0;
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 100%;
}
ul, dl, ol {
	text-indent: 0;
}
li {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

sup{
	font-size: 75.5%;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	top: -0.5em;
}
@-moz-document url-prefix() {
	sup.sup{margin-top: 0;}
}

sub {
	vertical-align: text-bottom;
}
* html input, * html textarea, * html select {
	font-size: 100%;
	vertical-align: bottom;
}
*:first-child+html+input, *:first-child html+textarea, *:first-child+html select {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
th, td {
	text-align: left;
	vertical-align: top;
}
caption {
	text-align: left;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
}
* html pre, * html code, * html kbd, * html samp, * html tt {
	font-size: 100%;
	line-height: 100%;
}
*:first-child+html pre, *:first-child html+code, *:first-child html+kbd, *:first-child+html+samp, *:first-child+html tt {
	font-size: 108%;
	line-height: 100%;
}
input, select, textarea {
	padding: 2px;
}
* html div#container {
	height: 100%;
}

/*  set tags
 --------------------------------------------------------------------------*/
ul, ol {
	margin : 0;
	padding: 0;
	font-size: 100%;
}
li {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
hr {
	border: none;
	border-top: solid 1px #707070;
	height: 1px;
	width: auto;
	margin: 30px 0;
}
a {
	transition: .25s;
}
a:link {
	text-decoration: none;
	color: #00CBFF;
}
a:hover {
	text-decoration: none;
}
#sub-contents a:link {
	font-weight: 500;
}
#sub-contents a:hover {
	text-decoration: none;
	color: #00CBFF;
}
img {
	border: none;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 0;
	display: block;
}
strong {
	font-weight: 600;
	text-transform: none;
}
ruby rt {
	font-size: 12px;
}

/*  items
 --------------------------------------------------------------------------*/
/* loader */
 .fullcover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(34, 33, 47);
	background: linear-gradient(180deg, #22212F 0%, #22212F 30%, #003065 100%);
	z-index: 100;
	display: grid;
	place-items: center;
	pointer-events: none;
	z-index: 9999999999;
}
.fullcover .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	filter: blur(10px);
}

/*loader_end*/

.sp { display: none !important; }
.pc { display: block !important; }
.sp-t { display: none !important; }
.pc-t { display: block !important; }

.unk { margin: -50px; padding: 50px; }

/* set border ( full wrapp ) */
.border { border: 1px solid #666; }
img.border {
	padding: 3px;
	vertical-align: top;
	background-color: #FFFFFF;
}
/* set color */
.cBase { color: #002E6A; }
.cRed { color: #ff3373; }
.cWhite { color: #FFF; }
.cKey { color: #00CBFF; }

/* set position */
.tCenter {
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.tCenter img { display: inline;width:100%; }
.tRight {
	margin-left: auto;
	text-align: right;
}
/* set hide contents */
.disp { display: none; }
/* set text */
.txMin { font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif; }
.txSmall { font-size: 0.7rem; }
.tSmall { font-size: 0.9rem; }
.tLead { font-size: 1.5rem;	line-height: 2 !important; }
.tLarge { font-size: 1.75rem; }
.txLarge { font-size: 2rem; }
.tsxLarge { font-size: 2.25rem; }
.bold { font-weight: 600; }
.notosans { font-family: 'Noto Sans JP', sans-serif; }
.roboto { 
	font-family: "Roboto", sans-serif;
	font-weight: 300;
}

/* set rollover transition */
.onCng {
	-webkit-transition: .8s;
    -moz-transition: .8s;
    -o-transition: .8s;
    -ms-transition: .8s;
	transition: all .8s;
}

/* set image scale up */
.scale_up {
	overflow: hidden;
}
.scale_up img {
	display: block;
	transition-duration: 0.3s;
}
.scale_up img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

/* set flex-box wrapp */
.flexNormal {
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.flexCenter {
	width: 100%;
	height: auto;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
}
.flexBetween {
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.Start {
	-webkit-box-pack: start;
    -ms-flex-pack: start;
   	justify-content: flex-start;   
}
.Middle {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
}
.End {
	-webkit-box-pack: end;
    -ms-flex-pack: end;
   	justify-content: flex-end;
}
.flexNormal img, .flexCenter img, .flexBetween img {width:100%;}
.flexDirection {
	flex-direction: row-reverse;
}

/* set button  --> 右の項目は個別にセットする border-radius,width,height */
.button,
.button-backpage {
	position: relative;
	display: block;
}
.button a,
.button input[type=submit],
.button span,
.button-backpage a,
.button-backpage input[type=submit],
.button-backpage span {
	width: 100%;
	height: 60px;
	display: block;
	cursor: pointer;
	background: #fff;
	border: 1px solid #7A7A7A;
	text-decoration: none !important;
	position: relative;
	transition: .25s;
	line-height: 1.6em;
	font-size: 1em;
	font-weight: 500 !important;
	color: #000;
	text-align: center;
	overflow: hidden;
	border-radius: 9999px;
	z-index: 1;
}
.button a,
.button input[type=submit] {
	padding: 16px 36px 16px 16px;
}
.button-backpage a,
.button-backpage input[type=submit] {
	padding: 16px 16px 16px 36px;
}
.button span,
.button-backpage span {
	padding: 16px 26px;
}
.button a:hover,
.button input[type=submit]:hover,
.button-backpage a:hover,
.button-backpage input[type=submit]:hover {
	background: rgba(10,91,161,1);
	border: 1px solid rgba(10,91,161,1);
	color: #fff;
}
/* form */
.button.current input[type=submit],
.button.current-backpage input[type=submit] {
	background: rgba(10,91,161,1);
	border: 1px solid rgba(10,91,161,1);
	color: #fff;
}

.button a::after,
.button span::after,
.button input[type=submit]::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 27px;
	height: 27px;
	margin-top: -14px;
	content: "\f054";
    font-family: FontAwesome;
    font-weight: 500 !important;
    font-size: 10px;
	transition: 0.25s;
}
.button a:hover::after,
.button span:hover::after,
.button input[type=submit]:hover::after {
  right: 5px;
}
.button-backpage a::before,
.button-backpage input[type=submit]::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 27px;
	height: 27px;
	margin-top: -14px;
	transform: scale(-1, 1);
	content: "\f054";
    font-family: FontAwesome;
    font-weight: 500 !important;
    font-size: 10px;
	transition: 0.25s;
}
.button-backpage a:hover::before,
.button-backpage input[type=submit]:hover::before {
  left: 5px;
}
.nonext span,
.nonext span:active,
.nonext span:hover {
	background-color: #ddd !important;
	border: 1px solid #ddd;
	color: #666;
	cursor: default;
	display: block;
}
.nonext span::before,
.nonext span::after {
	display: none;
}
@media all and (min-width:769px) and (max-width: 1024px) {
	.button a,
	.button input[type=submit],
	.button span {
		padding: 16px 30px 16px 16px;
	}
	.button-backpage a,
	.button-backpage input[type=submit],
	.button-backpage span {
		padding: 16px 16px 16px 30px;
	}
	.button a::after,
	.button span::after,
	.button input[type=submit]::after {
		right: 6px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
	.button-backpage a::before,
	.button-backpage input[type=submit]::before {
		left: 6px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
}

/* set pagenation */
.pagenation-wrapp {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagenation-nav {
	width: auto;
	margin: 0 0.5rem;
}
.pagenation-nav2 {
	width: auto;
	margin: 0 0.5rem;
}
.pagenation-nav2.button a,
.pagenation-nav2.button span,
.pagenation-nav2.button-backpage a,
.pagenation-nav2.button-backpage span {
	width: 40px;
	height: 40px;
	padding: 0;
}
.pagenation-nav2.button a::after,
.pagenation-nav2.button span::after {
	display: block;
	position: absolute;
	top: 50%;
	right: auto;
	left: 50%;
	transform: translate(-50%,-50%);
	margin-top: 0;
}
.pagenation-nav2.button-backpage a::before,
.pagenation-nav2.button-backpage span::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scaleX(-1);
	margin-top: 0;
}
.pagenation {
	text-align: center;
	margin: 0 0.5rem;
}
.pagenation a {
	padding: 0 10px;
	margin:0 2px;
	font-size: 12px;
	display: inline-block;
	text-decoration: none !important;
	line-height: 40px;
	background:#FFF;
	color: #000;
}
.pagenation a.current,
.pagenation a:hover {
	text-decoration: none;
	background-color: #F3F3F3;
	color:#000 !important;
}
.pagenation .pageselect_wrapp{
 	width: 100%;
 	display:block;
 	padding: 30px 0;
 	font-size: 14px;
}
.pagenation input.pageselect {
	padding: 0 10px;
	display: inline-block;
	margin-right: 5px;
	line-height: 2em;
	height: 2em;
	font-size: 14px;
	width: 30%;
}
.pagenation button[type="submit"] {
	width: auto;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding:4px 10px;
	text-align: center;
	color: #000;
	cursor: pointer;
	text-decoration: none !important;
	background:#eee;
	margin-left: 10px;
}
.pagenation button[type="submit"]:hover {
	background-color: rgba(10,91,161,1);
	color:#fff;
	text-decoration: none !important;
}

/* set body section */
section {
	margin: 0;
	display: block;
}
section:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
section.section p {
	line-height: 1.6em;
	margin-bottom: 30px;
}
section.section p a {
	font-weight: 600;
}
/* set active link style */
.op a img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.op a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* set kadomaru box */
.radi {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* set caution text */
.caution {
    text-indent: -1em;
    margin: 0 0 0 1em;
}
span.caution {display: inline-block;}

/* set drop shadow */
.shad {
	-webkit-box-shadow: rgba(0,0,0,0.25) 0px 2px 6px 1px;
	-moz-box-shadow: rgba(0,0,0,0.25) 0px 2px 6px 1px;
	box-shadow: rgba(0,0,0,0.25) 0px 2px 6px 1px;
}

/* set icon-mark  */
.blank {
	position: relative;
	padding-right: 20px;
}
.blank::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	content: "\f0c1";
	left:0;
}
.pdf {
	position: relative;
	padding-right: 20px;
}
.pdf::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	color: #ed3c3f;
	content: "\f1c1";
	left:0;
}
.exl {
	position: relative;
	padding-right: 20px;
}
.exl::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	color: #088911;
	content: "\f1c3";
	left:0;
}
.doc {
	position: relative;
	padding-right: 20px;
}
.doc::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	color: #083e89;
	content: "\f1c2";
	left:0;
}
.button .blank::before,
.button .pdf::before,
.button .exl::before,
.button .doc::before {
	left:20px;
}

.arrow {
	position: relative;
	padding-right: 20px;
}
.arrow::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	content: "\f0da";
	display: block;
	right:0;
}

.arrowdown {
	position: relative;
	padding-right: 20px;
	display: inline-block;
}

.arrowdown::after {
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	content: "\f0d7";
	right:0;
}
.arrow-icon {
	display: block;
	width: 58px;
	height: 58px;
	display: block;
	background: url(../img/common/shape-triangle.svg) no-repeat right bottom;
	content: "";
	position: absolute;
	bottom: 2px;
	right: 2px;
	z-index: 3;
}
.arrow-icon:before {
	display: block;
	width: 6px;
	height: 14px;
	display: block;
	background: url(../img/common/icon-arrow.svg) no-repeat center center;
	content: "";
	position: absolute;
	bottom: 16px;
	right: 10px;
	z-index: 3;
}

/* set list into section */
ul.normal {
	margin: 0;
	padding: 0;
}
ol.normal {
	margin: 0 0 0 1em;
	padding: 0;
}
ul.normal li {
	list-style-type: none;
	margin: 0 0 0.5em 0.5em;
	padding-left: 1em;
	list-style-position: inside;
	line-height: 1.8em;
	font-size: 1em;
	position: relative;
}
ol.normal li {
	list-style-image: none;
	list-style-type: decimal;
	line-height: 1.8em;
	margin: 0 0 0.5em 0;
	padding-left: 1em;
	list-style-position: inside;
	text-indent: -1.25em;
	font-size: 1em;
}
ol.normal li a {
	display: inline-block;
    width: auto;
    padding-left: 1.5em;
}
ul.normal li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #666;
	position: absolute;
	left: 0;
	top: 0.75em;
}

ul.linknext {
	margin: 0;
}
ul.linknext li {
	margin: 0;
	list-style-image: none;
	text-indent: 0;
}
ul.linknext li a {
	display: block;
	width: auto;
	position: relative;
	padding: 1em 1.5em 1em 1em;
	font-weight: 500 !important;
	border-bottom: 1px solid rgba(10,91,161,0.6);
	color: #000;
	text-decoration: none !important;
	transition: 0.25s;
}
ul.linknext li.nolink span {
	display: block;
	width: auto;
	position: relative;
	padding: 1em 1.5em 1em 1em;
	font-weight: 500 !important;
	border-bottom: 1px solid rgba(10,91,161,0.6);
	color: #000;
	text-decoration: none !important;
	transition: 0.25s;
}
ul.linknext li a:hover {
	color: rgba(10,91,161,1);
	background: rgba(10,91,161,0.1);
	border-bottom: 1px solid rgba(10,91,161,1);
}
ul.linknext li a::before {
	position: absolute;
	top: 50%;
	right: 12px;
	content: "\f054";
	font-family: FontAwesome;
	font-weight: 500 !important;
	font-size: 10px;
	margin-top: -12px;
	color: #666;
}

/*  float clear */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: block;
}

/*  text styles */
/*  lead text */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
body.home h1 {
	display: none;
}
h2.Type01 {
	width: auto;
	margin-bottom: 80px;
	display: block;
	display: block;
	font-weight: 500;
	position: relative;
}
h2.Type01 .en {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
h2.Type01 .jp {
	display: block;
	font-size: 1.3em;
	line-height: 1.4;
	text-align: center;
}
h2.Type01 .jponly {
	display: block;
	font-size: 2em;
	line-height: 1.4;
	text-align: center;
}
h2.Type02,
h3.h2Type02 {
	width: 100%;
	height: auto;
	margin-bottom: 60px;
	font-weight: 500;
	display: block;
	position: relative;
}
h2.Type02 span,
h3.h2Type02 span{
	width: auto;
	line-height: 1.6;
	padding: 1rem 0;
	font-size: 1.6em;
	display: block;
}
h2.Type03,
h3.h2Type03 {
	position: relative;
	color: black;
	background: #f1f1f1;
	line-height: 1.4;
	padding: 2rem;
	margin-bottom: 40px;
	font-size: 1.25em;
	font-weight: 500;
}

h2.Type03:after,
h3.h2Type03:after {
	font-family: FontAwesome;
	font-weight: 600;
	background: rgba(10,91,161,1);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 10px;
	bottom: 100%;
	padding: 0.5rem 1rem;
	font-size: 0.9em;
	line-height: 1;
	letter-spacing: 0.05em;
}
h2.Type03.check:after,
h3.h2Type03.check:after {
	content: '\f00c  CHECK';
}
h2.Type03.point:after,
h3.h2Type03.point:after {
	content: '\f0eb  POINT';
}
h2.Type04 {
	display: block;
	font-size: 2em;
	line-height: 1.4;
}
h3.Type01 {
	width: 100%;
	height: auto;
	margin: 0 0 40px;
	display: block;
	font-weight: 500;
	border-top: 2px solid rgba(10,91,161,1);
	border-bottom: 2px solid rgba(10,91,161,1);
	background: rgba(10, 91, 161, 0.08);
}
h3.Type01 span {
	width: auto;
	line-height: 1.6em;
	padding: 0.5rem 2rem;
	font-size: 1.25em;
	display: block;
	position: relative;
}
h4.Type01 {
	width: 100%;
	height: auto;
	margin: 0 0 40px;
	display: block;
	font-weight: 500;
	position: relative;
}
h4.Type01 span {
	font-size: 1.15em;
	padding: 0.5rem 2rem;
	font-weight: 500;
	display: block;
	line-height: 1.6em;
}
h4.Type01 span::before {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 5px;
  content: "";
  background: rgba(10,91,161,1);
  display: block;
}

@media all and (min-width:769px) and (max-width:1024px) {
}

/* spacer */
.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pt40 {padding-top:40px;}
.pt50 {padding-top:50px;}

.pa10 {padding:10px;}
.pa20 {padding:20px;}
.pa30 {padding:30px;}
.pa40 {padding:40px;}
.pa50 {padding:50px;}

.ml05 {margin-left:5px !Important;}
.ml10 {margin-left:10px !Important;}
.ml15 {margin-left:15px !Important;}
.ml20 {margin-left:20px !Important;}
.ml30 {margin-left:30px !Important;}

.mb00 {margin-bottom:0px !Important;}
.mb10 {margin-bottom:10px !Important;}
.mb20 {margin-bottom:20px !Important;}
.mb30 {margin-bottom:30px !Important;}
.mb40 {margin-bottom:40px !Important;}
.mb50 {margin-bottom:50px !Important;}
.mb60 {margin-bottom:60px !Important;}
.mb70 {margin-bottom:70px !Important;}
.mb80 {margin-bottom:80px !Important;}

.mr05 {margin-right:5px !Important;}
.mr10 {margin-right:10px !Important;}
.mr15 {margin-right:15px !Important;}
.mr20 {margin-right:20px !Important;}
.mr30 {margin-right:30px !Important;}

/* set width */
.w10 {width:9%;}
.w20 {width:19%;}
.w30 {width:29%;}
.w40 {width:39%;}
.w50 {width:49%;}
.w60 {width:59%;}
.w70 {width:69%;}
.w80 {width:79%;}
.w90 {width:89%;}
.w100 {width:100%;}


.w10 img,
.w20 img,
.w30 img,
.w40 img,
.w50 img,
.w60 img,
.w70 img,
.w80 img,
.w90 img,
.w100 img {
	width: 100%;
}

/* corner box */
.b-type01 {
	padding: 26px 20px;
	width: auto;
	background-color: #d9e4ee;
	line-height: 1.5em;
	position: relative;
}
.b-type01 > p:last-child {
	margin: 0 !important;
}
.b-type02 {
	padding: 26px 20px;
	width: auto;
	background-color: #0a5ba1;
	color: #FFF;
	line-height:1.5em;
}
.b-type02 > p:last-child {
	margin: 0 !important;
}
.b-type03 {
	padding: 26px 20px;
	width: auto;
	background: #fffdf4;
    border: 1px solid #c3b26c;
	line-height: 1.5em;
	position: relative;
}
.b-type03 > p:last-child {
	margin: 0 !important;
}

.b-type03 table{
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
.b-type03 table th,
.b-type03 table td{
	padding: 10px;
	font-size: 18px;
	color: #333;
}
.b-type03 table th{white-space: nowrap;}
.b-type03 table td table{width: 100%; margin: 0; max-width: 100%;}
.b-type03 table td table th,
.b-type03 table td table td{
	padding: 0px 0px 10px 0px;
}

.b-type04 {
	padding: 26px 20px;
	width: auto;
	background-color: #ddd;
	line-height:1.5em;
}
.b-type04 > p:last-child {
	margin: 0 !important;
}
.b-type05 {
	padding: 26px 20px;
	background: rgba(0,0,0,0.6);
	line-height: 1.5em;
	color:#fff;
}
.b-type05 > p:last-child {
	margin: 0 !important;
}

/* table */
table {
	margin: 0;
	padding: 0;
}
table ul {
	margin: 0 !important;
	padding: 0 !important;
}
table li {
	line-height: 1.6em;
	margin: 0 !important;
	font-size: 1em !important;
}
table p {
	margin: 0 !important;
}
table dl {
	margin: 0;
	zoom: 1;
	position: relative;
}
table dt {
	float: left;
	clear: left;
	width: 12em;
	padding: 3px 0 3px;
	zoom: 1;
}
table dd {
	padding: 3px 0 3px 12em;
	zoom: 1;
}
table.table01{
  border-collapse:collapse;
  margin: 0;
  border-top:3px solid rgba(10,91,161,1);
  border-bottom:3px solid rgba(10,91,161,1);
  /*border-left:1px solid #D5D5D5;*/
}
table.table01 td {
  padding:16px 20px;
  border-bottom:1px solid rgba(10,91,161,0.5);
}
table.table01 th {
  padding:16px 20px;
  border-bottom:1px solid rgba(10,91,161,0.5);
}
table.table01 thead th {
	font-weight: 500;
	text-align: center;
	background: rgba(248,248,248,1);
}
table.table01 tbody th {
	font-weight: 500;
	background: rgba(248,248,248,1);
}
table.table01 tbody td {
	background: #fff;
}
table.table02 {
	margin:0;
	font-size: 1em;
}
table.table02 td,
table.table02 th {
  padding:16px 20px;
}
table.table02 th {
	border-color: rgba(10,91,161,1);
	border-style: dotted;
	border-width: 0 0 1px 0;
	line-height: 1.6em;
	font-weight: 500;
	vertical-align: top;
	text-align: left;
}
table.table02 td {
	border-color: rgba(10,91,161,1);
	border-style: dotted;
	border-width: 0 0 1px 0px;
	line-height: 1.6em;
	vertical-align: top;
}

table.table-noborder {
	border-width: 0;
	margin:0;
	font-size: 1em;
}
table.table-noborder td,
table.table-noborder th {
  padding: 10px 20px;
  text-align: left;
}
table.table-noborder th {
	border-width: 0;
	line-height: 1.8em;
	font-weight: 600;
	vertical-align: top;
}
table.table-noborder td {
	border-width: 0;
	line-height: 1.8em;
	vertical-align: top;
}

table.table01 table {
	border: none;
	margin: 0;
	padding: 0;
}
table.table01 table th {
	border: none;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	font-weight: 600;
}

table.table01 tbody tr th {
	text-align: left;
}
table.table01 table td {
	border: none;
	font-size: 1em;
	line-height: 1.6em;
	margin: 0;
	padding: 2px;
}
table th.c, td.c {
	text-align: center !important;
}
table th.m, td.m {
	vertical-align: middle;
}
table th.r, td.r {
	text-align: right !important;
}

/* photo gallery */
.photogallery {
	width: auto;
	overflow: hidden;
	margin: 0;
}
.photogallery .photo {
	margin: 0 0 20px;
}

.photogallery .clm2,
.photogallery .clm3,
.photogallery .clm4 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.photogallery .clm3:after{
    content:"";
    display:block;
    width: 32%;
    height:0;
}
.photogallery .clm4:before{
    content:"";
    display:block;
    width: 23%;
    height:0;
    order:1;
}
.photogallery .clm4:after{
    content:"";
    display:block;
    width: 150px;
    height:0;
}
.photogallery .photo img {
	width: 100%;
	height : 100%;
	object-fit: cover;
}
.photogallery .clm3 .photo {
	width: 32%;

}
.photogallery .clm2 .photo {
	width: 48%;
}
.photogallery .clm4 .photo {
	width: 23%;
}
.photogallery p {
	aspect-ratio: 1 / 0.6;
	margin: 0 !important;
	overflow: hidden;
}
.photogallery span {
	font-size: 0.9em;
	padding: 10px 0;
	display: inline-block;
	overflow: hidden;
}
.photogallery a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.photogallery a:hover img {
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
}

/* tab menu */
.tab-menu-wrapp {
	width: 100%;
	background: #222;
}
ul.tab-menu{
	width: 1140px;
	margin: 0 auto;
	list-style: none;
	padding:0;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
ul.tab-menu li.tab-item{
 	flex:1;
	text-decoration: none;
	margin: 0 2px !important;
	padding: 0 !important;
}

ul.tab-menu li.tab-item a,
ul.tab-menu li.tab-item span{
	height: 0;
	line-height: 50px;
	width: auto;
	display: block;
	border-bottom: 50px solid #acdfe9;
	text-decoration: none !important;
	font-size: 1em;
	font-weight: normal;
	color: #000;
}
ul.tab-menu li.tab-item span{
	border-bottom: 50px solid #acdfe9;
	color: #fff;
}

ul.tab-menu li.tab-item a:hover{
	border-bottom: 50px solid #39C3DF;
	color: #fff;
	text-decoration: none !important;
}

ul.tab-menu li.tab-item a {
	position: relative;
	padding-right: 20px;
}
ul.tab-menu li.tab-item a::after {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	content: "\f0d7";
	display: block;
	top: 50%;
	right: 10px;
}

/* anchor */
.anc {
	position: relative;
	padding-top: 100px;
	margin-top: -100px;
	z-index: -1;
}

/*---------------------------------------------------------------------------
/* layout block
 --------------------------------------------------------------------------*/
/* =======================================
   wrapper
========================================== */
#container {
	width: 100%;
	min-height: 100%;
	margin: 0;
	position: relative;
	min-width: 100%;
	text-align: center;
	transition: all 0.25s;
	overflow: hidden;
}
body > #container {
	height: auto;
	min-height: 100%;
}
#main {
	padding-bottom: 390px;
}
body.home #main {
	padding-bottom: 0;
}
#contents-wrapp {
	background: #fff;
}
#contents {
	position: relative;
	padding: 100px 0;
}
body.home #contents {
	position: relative;
	padding: 100px 0 0;
}

@media all and (min-width:769px) and (max-width: 1024px) {
	#main {
		padding-bottom: 0;
	}
}

/* pankuzu navi
-------------------------------------- */
#pankuzu {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
	z-index: 2;
}

#pankuzu ul {
	width: 100%;
	padding: 0;
	margin: 0;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	list-style-type: none;
}
#pankuzu ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: top;
	position: relative;
	font-size: 0.9em;
}
#pankuzu ul li a,
#pankuzu ul li span {
	width: auto;
	text-align: left;
	display: inline-block;
	margin: 0;
	padding:26px 10px 20px 0;
	color: #fff;
}
#pankuzu ul li a:hover {
	color: #00CBFF;
}
#pankuzu ul li a::after {
	display: inline-block;
	content: "/";
	margin-left: 16px;
	color: #fff;
}

@media all and (min-width:769px) and (max-width:1500px) {
	#pankuzu {
		width: auto;
		margin: 0 4rem;
	}
}

/* header section
========================================== */
header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 99999;
	background: rgb(34,33,47);
	background: linear-gradient(180deg, #22212F 0%, #22212F 30%, #003065 100%);
}
.header-wrapp {
	width: 100%;
	height: 60vh;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 99999;
	background: rgb(34,33,47);
	background: linear-gradient(180deg, #22212F 0%, #22212F 30%, #003065 100%);
}
body.home .header-wrapp {
	height: 100vh;
}
.header-wrapp-contents {
	width: 100%;
	display: block;
	z-index: 99999;
	background: rgb(34,33,47);
	background: linear-gradient(180deg, #22212F 0%, #22212F 30%, #003065 100%);
}
body.home .header-wrapp::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc( 50% - ( ( 100% - 440px) / 2 ));
  height: 100%;
	background: #FFF;
}
.header-wrapp-inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.slider-wrapp {
	width: 100%;
	height: 85vh;
	margin-bottom: 80px !important;
	display: block;
	overflow: hidden;
	position: relative;
}
.slider-wrapp .slider-logo {
	width: 25%;
	position: absolute;
	top: 30%;
	left: 80px;
	z-index: 2;
}
.slider-wrapp .slider-logo img {
	width: 100%;
}
.slider-wrapp .slider-text {
	width: 50%;
	position: absolute;
	top: 50%;
	left: 80px;
	z-index: 2;
}
.slider-wrapp .slider-text img {
	width: 100%;
}
.slider-wrapp .slider-text2 {
	width: auto;
	position: absolute;
	top: 70%;
	left: 80px;
	font-size: 2vw;
	line-height: 1.6;
	color: #fff;
	text-align: left;
	z-index: 2;
}
.slider-wrapp .slider-text2 img {
	width: 100%;
}
.slider-wrapp ul {
	width: 100% !important;
	height: 85vh;
	display: block;
}
.slider-wrapp ul li {
	height: 85vh;
}
.slider-wrapp ul li img {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
}
.header-wrapp-contents {
	width: 100%;
	display: block;
	z-index: 99999;
	background: rgb(34,33,47);
	background: linear-gradient(180deg, #22212F 0%, #22212F 30%, #003065 100%);
}
.headerpain {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.header-left {
	width: 220px;
	max-width: 220px;
	height: 100%;
	position: relative;
	z-index: 99999;
}
.scroll {
	width: 220px;
	padding-bottom: 80px;
	display: block;
	position: absolute;
	bottom: -120px;
	left: 0;
	z-index: 22;
}
.scroll span {
	width: auto;
	display: block;
	font-size: 0.9rem;
	font-weight: 400;
	transform: rotate(90deg);
	color: #fff;
}
/* ラインの親要素 */
.scroll .line {
	position: relative;
	width: 2px;
	height: 80px;
	background: #fff;
	margin: 30px auto 0; /* 上に余白を追加して文字と分離 */
	overflow: hidden;
}

/* アニメーションする水色の線 */
.scroll .line::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: #13DBFA;
	animation: scrollLine 1.5s linear infinite;
}
/* animation */
@keyframes scrollLine {
	0% {
		top: 0;
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		top: 100%;
		opacity: 0;
	}
}
.header-right {
	width: calc( 100% - 220px );
	z-index: 99999;
}
.header-left .header-logo {
	width: 220px;
	max-width: 220px;
}
.headerpain.fixed .header-logo {
	position: fixed;
}
.header-right .navi-wrapp {
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: flex-end;
	background-color: #FFF;
}
.header-right .navi-wrapp img {
	width: auto;
	height: 70px;
}



/* =======================================
   global navigation
========================================== */
#g-menu {
	width: 100%;
	height: 70px;
	z-index: 9999;
	background: #fff;
}
.headerpain.fixed #g-menu{
	width: calc( 100% - 220px );
	position: fixed;
}
/* --------------------------------------------------- menu */
#g-menu ul {
	width: auto;
	height: 70px;
	display: flex;
	justify-content: flex-end;
	padding-right: 10px;
}
#g-menu ul li {
	margin: 0;
	display: flex;
	align-items: center;
}
#g-menu ul li a,
#g-menu ul li strong {
	display: flex;
	align-items: center;
	position: relative;
	width: auto;
	height: 70px;
	padding: 0 1rem;
	margin: 0 0.25rem;
	text-decoration: none;
	text-align: left;
}
#g-menu ul li strong {
	pointer-events: none;
}
#g-menu ul li a::after,
#g-menu ul li strong::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 4px;
	background: #FFF;
	transition: 0.25s;
}
#g-menu ul li a:hover::after,
#g-menu ul a.current::after,
#g-menu ul li strong:hover::after,
#g-menu ul strong.current::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #134A8A;
}
#g-menu ul li a span,
#g-menu ul li strong span {
	display: block;
	width: auto;
	font-size: 1em;
	font-weight: 500;
	color: #000;
	transition: .25s;
}
#g-menu ul li.menubutton a {
	background: rgba(10,91,161,1);
	padding: 0 2.5rem;
	height: 50px;
	border-radius: 25px;
}
#g-menu ul li.menubutton a::before {
	margin-right: 0.5rem;
}
#g-menu ul li.menubutton a.contact::before {
	width: 25px;
	height: 24px;
	background: url(../img/common/icon-mail.svg) no-repeat center center;
	background-size: cover;
	content: "";
}
#g-menu ul li.menubutton a.order::before {
	width: 25px;
	height: 24px;
	background: url(../img/common/icon-order.svg) no-repeat center center;
	background-size: cover;
	content: "";
}
#g-menu ul li.menubutton a::after {
	display: none;
}
#g-menu ul li.menubutton a span {
	color: #fff;
}
#g-menu ul li a:hover span,
#g-menu ul li a.current span,
#g-menu ul li strong.current span {
	color: #00CBFF;
}
#g-menu ul li a:hover:after,
#g-menu ul li a.current:after,
#g-menu ul li strong.current:after {
	background: #00CBFF;
}
#g-menu ul li.menubutton a:hover {
	background: rgba(10,91,161,0.3);
}
#g-menu ul li.menubutton a:hover span {
	color: #fff;
}
#g-menu ul::before,
#g-menu ul::after {
	content: "";
	display: table;
}
#g-menu ul::after {
	clear: both;
}
/* ------------- mega menu */
#g-menu ul li.menu__mega p {
	display: none;
}
#g-menu li.menu__mega .menu__second-level {
	position: absolute;
	top: 70px;
	height: 0;
	left: 220px;
	box-sizing: border-box;
	width: calc( 100% - 220px );
	background: rgba(0,101,187,0.8);
	padding: 0;
	visibility: hidden;
	opacity: 0;
	transition: .25s;
}
#g-menu li.menu__mega .menu__second-level.active {
	visibility: visible;
	opacity: 1;
	height: auto;
}
#g-menu li.menu__mega .menu__second-level ul {
	width: 90%;
	height: auto;
	margin: 0 auto;
	display: flex !important;
	justify-content: center;
	-webkit-align-items: center;
}
#g-menu li.menu__mega .menu__second-level ul > li {
	width: auto;
	border: none;
	padding: 0;
	margin: 0;
}
#g-menu .menu__second-level li a {
	display: flex;
	align-items: center;
	height: auto;
	padding: 30px 20px;
	position: relative;
}
#g-menu .menu__second-level li a span.image {
	display: block;
	width: 200px;
	height: 120px;
	overflow: hidden;
	margin: 0 1rem 0.5rem;
	border: 1px solid rgba(255,255,255,0);
	transition: 0.25s;
}
#g-menu .menu__second-level li a:hover span.image {
	border: 1px solid rgba(255,255,255,0.6);
}
#g-menu .menu__second-level li a span.image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.25s;
}
#g-menu .menu__second-level li a:hover span.image img {
	transform: scale(1.1, 1.1);
	opacity: 0.5;
}
#g-menu .menu__second-level li a span.title {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	font-size: 0.9rem;
}
#g-menu .menu__second-level li:hover a {
	background: rgba(0,101,187,1);
	height: auto;
}
#g-menu .menu__second-level li:hover a:after {
	display: none;
}
@media (min-width: 769px) and (max-width: 1600px) {
	#g-menu ul li a {
        padding: 0 0.5rem;
    }
	#g-menu ul li a span {
        font-size: 0.9em;
    }
	#g-menu ul li.menubutton a {
		padding: 0 1.5rem;
	}
}
@media all and (min-width:769px) and (max-width: 1024px) {
}

/* =======================================
   footer section
========================================== */
#page-back {
	position: fixed;
	width: 220px;
	bottom: 90px;
	right: 0;
	z-index:99999999999;
}
#page-back a {
	position: relative;
	width:220px;
	height: auto;
	display: block;
	padding: 2rem 0;
}
#page-back span {
	width: auto;
	display: block;
	font-size: 0.9rem;
	font-weight: 400;
	transform: rotate(90deg);
	color: #000;
}
/* ラインの親要素 */
#page-back .line {
	position: relative;
	width: 2px;
	height: 80px;
	background: #000;
	margin: 30px auto 0;
	overflow: hidden;
}
/* アニメーションする水色の線 */
#page-back .line::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #13DBFA;
	transform: translateY(100%);
	animation: scrollLine-back 1.5s linear infinite;
	opacity: 0;
}
/* animation */
@keyframes scrollLine-back {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	100% {
		transform: translateY(-100%);
		opacity: 0;
	}
}
footer {
	width: 100%;
	position: absolute;
	bottom: 0;
}
body.home footer {
	position: relative;
}
footer::after {
	width: 100%;
	height: 160px;
	display: block;
	position: absolute;
	bottom: 0;
	background: #F3F3F3;
	content: "";
	z-index: 1;
}
.footer-wrapp {
	width: calc( 100% - 220px );
	padding: 60px 0 100px;
	display: flex;
	justify-content: space-between;
	background-color: #22212F;
	position: relative;
	z-index: 2;
}
.footer-inner {
	width: calc( 96% - 220px );
	margin-left: 220px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.footer-logo {
	width: 20%;
	margin-bottom: 20px;
}
.footer-logo img {
	width: 100%;
}
.footer-copy {
	width: calc( 100% - 220px );
	margin: 0;
	font-size: 0.8rem;
	position: relative;
	text-align: right;
	padding: 1rem 0;
	z-index: 2;
}
.footer-menu {
	width: 76%;
	text-align: left;
	position: relative;
	display: flex;
	justify-content: flex-end;
}
.footer-menu dl {
	width: auto;
	margin: 0 2rem 0 0;
}
.footer-menu dt {
	width: auto;
	display: block;
	font-size: 1.15rem;
	margin: 0 0 1rem;
}
.footer-menu dd {
	width: auto;
	display: block;
	font-size: 0.9rem;
}
.footer-menu a,
.footer-menu span {
	width: auto;
	display: block;
	color: #FFF;
	padding: 0.4rem 0;
	font-weight: 500;
	transition: 0.25s;
}
.footer-menu a:hover {
	color: #13DBFA;
}

@media (min-width: 769px) and (max-width: 1500px) {
	#page-back {
		width: 4rem;
	}
	#page-back a {
		width: 4rem;
	}
	.footer-wrapp {
		width: calc( 100% - 4rem );
	}
	.footer-inner {
		width: calc( 96% - 4rem );
		margin-left: 4rem;
	}
	.footer-copy {
		width: calc( 100% - 4rem );
	}
	.footer-menu dt {
		font-size: 1rem;
	}
	.footer-menu dd {
		font-size: 0.8rem;
	}
}
@media all and (min-width:769px) and (max-width: 1024px) {
	.footer-inner {
		display: block;
	}
	.footer-logo {
		width: 30%;
	}
	.footer-menu {
		width: 100%;
		justify-content: flex-start;
	}
}

/* =======================================
   contents section
========================================== */
/* set inner contents
--------------------------------------------*/
.contents-inner {
	margin: 0 auto;
	width: calc( 100% - 440px );
	text-align: left;
	position: relative;
	display: block;
}
.contents-inner2 {
	margin: 0 auto;
	width: calc( 100% - 880px );
	text-align: left;
	position: relative;
	display: block;
}
section.section {
    padding: 50px 0;
    width: auto;
}
.contents-inner::before {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}

/* background set */
.bg-gray {
	background: #f7f7f7;
}

@media all and (min-width:769px) and (max-width:1500px) {
	.contents-inner {
		margin: 0 4rem;
		width: auto;
	}
}

@media all and (min-width:769px) and (max-width: 1024px) {

}

/* =======================================
   Top page
========================================== */
/* toppage-service-container
---------------------------------------- */
#toppage-service-container {
	width: auto;
	padding: 100px 0;
}
#toppage-service-container .title-wrapp h2 {
	display: block;
	text-align: center;
	margin-bottom: 60px;
}
#toppage-service-container .title-wrapp h2 .en {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
#toppage-service-container .title-wrapp h2 .jp {
	display: block;
	font-size: 1.25rem;
}
#toppage-service-container .copy-wrapp {
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 60px;
}
#toppage-service-container .menu-container {
    width: 100%;
    display: grid;
    gap: 20px 30px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.menu-container dt {
    display: block;
	width: 100%;
	aspect-ratio: 1 / 0.6;
	overflow: hidden;
	margin-bottom: 20px;
}
.menu-container dt img {
    display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.25s;
}
.menu-container a:hover dt img {
    transform: scale(1.15,1.15);
	opacity: 0.6;
}
.menu-container .service-category {
    display: block;
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 20px;
}
.menu-container .gopage {
	width: auto;
	display: flex;
	justify-content: center;
}
.menu-button {
	width: auto;
	font-size: 0.8rem;
	padding-bottom: 10px;
	color: #000;
	position: relative;
	transition: 0.25s;
}
.menu-button::before {
	width: 100%;
	height: 2px;
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.menu-button::after {
	width: 50%;
	height: 2px;
	content: "";
	background: #13DBFA;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}
a:hover .menu-button {
	color: #13DBFA;
}
@media all and (min-width:769px) and (max-width: 1024px) {

}

/* toppage-news-container
---------------------------------------- */
#toppage-news-container {
	width: 100%;
	position: relative;
	background: url(../img/home/news-backimage.png) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 160px;
}
#toppage-news-container::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 200px;
	background: #FFF;
}
#toppage-news-container .contents-inner {
	background: #fff;
}
#toppage-news-container .title-wrapp h2 {
	display: block;
	text-align: center;
	margin-bottom: 60px;
}
#toppage-news-container .title-wrapp h2 .en {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
#toppage-news-container .title-wrapp h2 .jp {
	display: block;
	font-size: 1.25rem;
}
#toppage-news-container .goindex {
	display: flex;
	justify-content: center;
	padding-bottom: 100px;
}
#toppage-news-container .goindex a {
	color: #000;
	font-size: 1rem;
}
.news-container {
	width: auto;
	padding: 3rem 5rem;
}
.news-container a {
	color: #000;
}
.news-container dl {
	width: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #234A7E;
}
.news-container dt {
	width: 30%;
	aspect-ratio: 1 / 0.6;
	overflow: hidden;
}
.news-container dt img {
	width: 100%;
	transition: 0.25s;
}
.news-container a:hover dt img {
	transform: scale(1.1,1.1);
	opacity: 0.6;
}
.news-container dd {
	width: 66%;
	text-align: left;
}
.news-container .update {
	display: block;
	font-size: 0.8rem;
	margin-bottom: 1rem;
}
.news-container .update .new{
	display: inline-block;
	margin-left: 1em;
	padding: 2px 10px;
	font-size: 1.2em;
	font-weight: 600;
	color: #fff;
	background: #ff3373;
}
.news-container .title {
	display: block;
	font-size: 1.75rem;
	margin-bottom: 2rem;
}
.news-container .detail {
	display: block;
	font-size: 1rem;
	margin-bottom: 2rem;
	font-weight: 400;
}
.news-container .gopage {
	display: flex;
	justify-content: flex-end;
}



@media all and (min-width:769px) and (max-width: 1024px) {

}

/* toppage-news-container
---------------------------------------- */
#toppage-message-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 9999;
	margin-top: -80px;
}
#toppage-message-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 92%;
	background: #F3F3F3;
}
#toppage-message-container .message-inner {
	width: calc( 100% - 440px );
	margin: 0 auto;
	position: relative;
	display: flex;
}
#toppage-message-container .message-left {
	width: 50%;
	min-height: 600px;
	position: relative;
	margin-top: 76px;
	padding-bottom: 160px;
	z-index: 2;
}
#toppage-message-container .title-wrapp {
	width: auto;
	display: flex;
	justify-content: space-between;
	padding: 4rem;
}
#toppage-message-container .title-inner {
	width: 50%;
}
#toppage-message-container .title-wrapp h2 {
	display: block;
	text-align: left;
	margin-bottom: 60px;
}
#toppage-message-container .title-wrapp h2 .en {
	display: block;
	margin-bottom: 40px;
}
#toppage-message-container .title-wrapp h2 .jp {
	display: block;
	font-size: 1.25rem;
}
#toppage-message-container .title-wrapp .ceo-name {
	text-align: left;
}
#toppage-message-container .title-wrapp .ceo-name p:nth-child(1)  {
	margin-bottom: 10px;
}
#toppage-message-container .title-wrapp .ceo-name p:nth-child(2)  {
	font-size: 2rem;
}
#toppage-message-container .ceo-image {
	width: 35%;
	position: absolute;
	bottom: 0;
	left: 20%;
	z-index: 22;
}
#toppage-message-container .ceo-image img {
	width: 100%;
}
#toppage-message-container .message-right {
	width: 55%;
	min-height: 600px;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 80px;
	right: 0;
	background: #22212F;
	color: #fff;
}
#toppage-message-container .innerWrapp {
	width: 70%;
	padding: 80px 0 160px;
	font-size: 1.15rem;
	line-height: 2;
	text-align: left;
	position: relative;
}
#toppage-message-container .message-right .gopage {
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}
#toppage-message-container .message-right .gopage .menu-button {
	color: #fff;
}
#toppage-message-container .message-right .gopage .menu-button:hover {
	color: #13DBFA;
}
#toppage-message-container .message-right .gopage .menu-button::before {
	background: #fff;
}
@media (min-width: 769px) and (max-width: 1650px) {
	#toppage-message-container .message-inner {
		width: calc( 100% - 4rem );
		margin: 0 4rem 0 0;
	}
	#toppage-message-container .innerWrapp {
        width: 80%;
	}
	#toppage-message-container .ceo-image {
		left: 15%;
	}
}
@media all and (min-width:769px) and (max-width: 1024px) {

}

/* toppage-more-container
---------------------------------------- */
#toppage-more-container {
	width: 100%;
	position: relative;
	background: url(../img/home/more-backimage.png) no-repeat bottom center;
	background-size: cover;
	background-attachment: fixed;
	margin-top: -80px;
}
#toppage-more-container .contents-inner {
	padding: 160px 0 100px;
}
#toppage-more-container .title-wrapp h2 {
	display: block;
	text-align: center;
	margin-bottom: 60px;
	display: block;
	font-size: 2rem;
}

#toppage-more-container .copy {
	display: block;
	text-align: center;
	margin-bottom: 60px;
	display: block;
	font-size: 1.5rem;
}
#toppage-more-container .more-menu-container {
	width: 100%;
	display: grid;
	gap: 20px 30px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	margin-bottom: 60px;
}
#toppage-more-container .more-menu-container a {
	width: 100%;
	aspect-ratio: 1 / 1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #001F41;
	text-align: center;
	background: linear-gradient(0deg,rgba(0, 31, 65, 1) 0%, rgba(37, 116, 217, 1) 100%);
	color: #fff;
}
#toppage-more-container .more-menu-container a:hover {
	border-radius: 20px;
}
#toppage-more-container .more-menu-container h3 {
	width: 100%;
	margin-bottom: 60px;
	font-size: 2rem;
}
#toppage-more-container .more-menu-container a {
	width: 100%;
	aspect-ratio: 1 / 1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #001F41;
	text-align: center;
	background: linear-gradient(0deg,rgba(0, 31, 65, 1) 0%, rgba(37, 116, 217, 1) 100%);
	color: #fff;
}
#toppage-more-container .more-menu-container .gopage {
	display: flex;
	justify-content: center;
}
#toppage-more-container .more-menu-container .menu-button {
	color: #fff;
}
#toppage-more-container .more-menu-container .menu-button:hover {
	color: #13DBFA;
}
#toppage-more-container .more-menu-container .menu-button::before {
	background: #fff;
}

#toppage-bunner-container {
	width: 100%;
	display: grid;
	gap: 20px 30px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
#toppage-bunner-container a {
	width: 100%;
	aspect-ratio: 1 / 0.3;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}
#toppage-bunner-container a img {
	width: 100%;
	height: auto;
}



/* =======================================
   Contents common element
========================================== */
/* Contents page common element
---------------------------------------- */
/* contents title */
#contents-title-container,
#contents-title-container2 {
	width: 100%;
	min-height:46vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#contents-title-container::after,
#contents-title-container2::after {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: rgba(0,0,0,0.4);
	z-index: 1;
}
#contents-title-container.company {
	background: url(../img/company/hi-back.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
#contents-title-container.news {
	background: url(../img/news/hi-back.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
#contents-title-container.service {
	background: url(../img/service/hi-back.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
#contents-title-container.casestudy {
	background: url(../img/casestudy/hi-back.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
#contents-title-container.faq {
	background: url(../img/faq/hi-back.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
#contents-title-container.contact {
	background: url(../img/contact/hi-back.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
#contents-title-container.order {
	background: url(../img/order/hi-back.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
#contents-title-container.event {
	background: url(../img/event/hi-back.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}

#contents-title-container h1 {
	width: auto;
	z-index: 1;
	height: auto;
	margin: 0;
	display: block;
	text-align: center;
	position: relative;
	font-weight: 500;
	z-index: 2;
}
#contents-title-container h1 .en {
	display: flex;
	justify-content: center;
	margin:0 0 2rem;
	padding: 0 0 2rem;
}
#contents-title-container h1 .jp {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 2.2em;
	font-weight: 500;
	position: relative;
	color: #fff;
}
#contents-title-container h1 .jp::before {
	display: block;
	width: 100%;
	height: 2px;
	background: #FFF;
	content: "";
	position: absolute;
	top: -1rem;
	left: 0;
	right: 0;
	height: 2px;
	background: #fff;
	margin: 0 auto;
}
/* */
#contents-title-container2 h1 {
	width: auto;
	z-index: 1;
	height: auto;
	margin: 0;
	display: block;
	text-align: center;
	position: relative;
	font-weight: 500;
	z-index: 2;
}
#contents-title-container2 h1 .en {
	display: block;
	margin:0 0 1rem;
	padding: 0 0 1rem;
}
#contents-title-container2 h1 .jp {
	display: inline-block;
	width: auto;
	margin:0 0 1rem;
	padding: 0 0 1rem;
	font-size: 1.75em;
	font-weight: 500;
	position: relative;
	color: #fff;
}
#contents-title-container2 h1 .jp::after {
	display: block;
	width: 100%;
	height: 2px;
	background: #FFF;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #fff;
	margin: 0 auto;
}
#contents-title-container2 h1 .jp-this {
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 2.2em;
	font-weight: 500;
	position: relative;
	color: #fff;
}
#contents-title-container2 .img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
#contents-title-container2 .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media all and (min-width:769px) and (max-width: 1024px) {
	
}

/* =======================================
   Company
========================================== */
.accessmap {
	display: block;
	width: 100%;
}
.accessmap iframe {
	width: 100%;
	aspect-ratio: 1 / 0.6;
}

/* =======================================
   Message
========================================== */
.message-backimage {
	width: auto;
	height: 100%;
	background: url(../img/home/more-backimage.png) no-repeat bottom center;
	background-size: 100%;
}
.message-container {
	width: 100%;
	padding: 80px 0;
	background: rgba(243,243,243,1);
}
.message-container .contents-inner {
	background: #fff;
	display: flex;
}
.message-container .message-left {
	padding-top: 50px;
	width: 45%;
}
.message-container .title-wrapp {
	width: auto;
}
.message-container .title-inner {
}
.message-container .ceo-image {
	width: 80%;
}
.message-container .ceo-image img {
	width: 100%;
}
.message-container .ceo-name {
	width: 90%;
	background: #0A5BB5;
	display: flex;
	justify-content: center;
}
.message-container .ceo-name div {
	width: auto;
	padding: 40px;
	color: #fff;
}
.message-container .ceo-name p:nth-child(1) {
	margin-bottom: 20px;
}
.message-container .ceo-name p:nth-child(2) {
	font-size: 2rem;
}
.message-container .message-right {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.message-container .innerWrapp {
	width: 80%;
	font-size: 1.25rem;
	line-height: 1.8;
}

.message-detail-container {
	width: 100%;
	margin: 80px 0;
}
.message-detail-container .detail-wrapp {
	width: 100%;
	display: flex;
	position: relative;
	margin-bottom: 80px;
}
.message-detail-container .detail-wrapp.direction {
	flex-direction: row-reverse;
}
.message-detail-container .text-wrapp {
	width: 50%;
	min-height: 400px;
	margin-top: 80px;
	background: #fff;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 3;
}
.message-detail-container .text-inner {
	padding: 80px;
	text-align: left;
	font-size: 1.25rem;
	line-height: 1.8;
}
.message-detail-container .image-wrapp {
	width: 60%;
	margin-left: -80px;
	position: relative;
	height: 400px;
	z-index: 2;
}
.message-detail-container .detail-wrapp.direction .image-wrapp {
	margin-left: 0;
	margin-right: -80px;
}
.message-detail-container .image-wrapp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* =======================================
   News
========================================== */
body.news .news-container {
	width: auto;
	padding: 3rem 0;
}

/* =======================================
   Casestudy
========================================== */
.casestudy-title-container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 3;	
}
.casestudy-title-container .image-wrapp {	
	width: 40%;
	aspect-ratio: 1 / 0.6;
	overflow: hidden;
}
.casestudy-title-container .image-wrapp img {	
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.casestudy-title-container .title-wrapp {
	width: 52%;
	margin-top: -50px;
}
.casestudy-title-container .title-wrapp h2 {
	font-size: 2rem;
	display: block;
	font-weight: 500;
	margin-bottom: 20px;
}
.casestudy-title-container .title-wrapp h3 {
	font-size: 1.25rem;
	font-weight: 400;
	display: block;
}
.casestudy-point-container {
	width: 100%;
	background-color: #F3F3F3;
	margin-top: -100px;
	z-index: 2;	
}
.casestudy-point-container .contents-inner2 {
	padding-top: 80px
}
.casestudy-point-container ul.normal li {
	background: #fff;
	padding: 0.5rem 1rem;
}
.casestudy-point-container ul.normal li:before {
	display: none;
}

.casestudy-crient-container {
	width: auto;
	display: flex;
	justify-content: space-between;
	padding: 3rem;	
	border: 1px solid #002E6A;
	border-radius: 10px;
}
.casestudy-crient-container .logo-wrapp {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;	
}
.casestudy-crient-container .logo-wrapp img {
	width: auto;
	max-width: 100%;
}
.casestudy-crient-container .profile-wrapp {
	width: 65%;	
}
.casestudy-crient-container .profile-wrapp p {
	margin-bottom: 10px;
}

/* =======================================
   service
========================================== */
.feature-container {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.feature-container dl {
	width: 32%;
	aspect-ratio: 1 / 1;
	background-color: #0A5BB5;
	position: relative;
	overflow: hidden;	
	box-sizing: border-box;
}
.feature-container .corner {
	position: absolute;
	top: 0;
	left: 0;
	width: 31%;
	height: 31%;
	background-color: white;
	clip-path: polygon(-1% -1%, 101% -1%, -1% 101%);
	z-index: 2;
}
.feature-container dt {
	position: relative;
	width: 30%;
	z-index: 3;	
}
.feature-container dt span {
	display: flex;
	justify-content: center;
}
.feature-container dt span:first-child {
	margin-bottom: 0.5rem;
	color: #0A5BB5;
	font-size: 0.9rem;
	font-weight: 500;
}
.feature-container dt span:last-child {
	width: 80%;
}
.feature-container dt img {
	width: 100%;
}
.feature-container dd.text {
	position: relative;
	padding: 6rem 3rem 3rem;
	color: #fff;
	line-height: 1.8;
	text-align: center;
	font-size: 2rem;
	z-index: 3;		
}
.service-backcolor-container {
	width: 100%;
	position: relative;
	background: #F3F3F3;
	padding: 3rem 0;
	margin-bottom: 2rem;
}

.casestudy-recommend-container {
	width: 100%;
	position: relative;
	color: #000;
}
.casestudy-recommend-container::after {
	width: 100%;
	height: 100%;
	background: #DBECFF;
	display: block;
	content: "";
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.casestudy-recommend-container .detail-inner {
	width: auto;
	padding: 4rem 2rem 4rem 4rem;
	border-radius: 10px;
	position: relative;
	display: flex;
	justify-content: space-between;
	z-index: 2;
}
.casestudy-recommend-container .imgwrapp {
	width: auto;
	overflow: hidden;
}
.casestudy-recommend-container .imgwrapp img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: 0.25s;
}
/*
a:hover .casestudy-recommend-container .imgwrapp img {
	transform: scale(1.1);
	opacity: 0.6;
}*/
.casestudy-recommend-container .title-wrapp {
	width: auto;
	margin: 0 2rem;
	max-height: 82%;
	overflow: hidden;
}
.casestudy-recommend-container .title-wrapp a {
	color: #000;
}
.casestudy-recommend-container .title-wrapp a:hover {
	color: #13DBFA;
}
.casestudy-recommend-container .title-wrapp .address{
	font-size: 0.95rem;
}
.casestudy-recommend-container .gopage {
	display: block;
	width: 100px;
	position: absolute;
	bottom: 0;
	right: 40px;
	z-index: 3;
}
.casestudy-recommend-container .gopage a {
	display: block;
	text-align: center;
	width: 100%;
	color: #000;
}
.service-contact-container {
	width: 100%;
	background: #0A5BB5;
	color: #fff;
	padding: 3rem 0;
	margin-bottom: 100px;
}
.service-contact-container .contact-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}
.service-contact-container p {
	width: auto;
	margin: 0 2rem 0 !important;
	font-size: 1.5rem;
}
.service-contact-container .button-wrapp {
	width: auto;
	margin: 0 2rem;
	height: 70px;
	display: flex;
	justify-content: flex-end;
	padding-right: 10px;
}
.service-contact-container ul.button-wrapp li {
	margin: 0;
	display: flex;
	align-items: center;
}
.service-contact-container ul.button-wrapp li a {
	display: flex;
	background: rgba(255,255,255,1);
	align-items: center;
	position: relative;
	width: auto;
	height: 50px;
	padding: 0 2.5rem;
	margin: 0 0.25rem;
	text-decoration: none;
	text-align: left;
	border-radius: 25px;
	font-weight: 500;
}
.service-contact-container ul.button-wrapp li a::before {
	margin-right: 0.5rem;
}
.service-contact-container ul.button-wrapp li a.contact::before {
	width: 25px;
	height: 24px;
	background: url(../img/common/icon-mail-blue.svg) no-repeat center center;
	background-size: cover;
	content: "";
	fill: #0A5BB5;
}
.service-contact-container ul.button-wrapp li a.order::before {
	width: 25px;
	height: 24px;
	background: url(../img/common/icon-order-blue.svg) no-repeat center center;
	background-size: cover;
	content: "";
	fill: #0A5BB5;
}
.service-contact-container ul.button-wrapp li a span {
	color: #0A5BB5;
}
.service-contact-container ul.button-wrapp li a:hover {
	background: #fff8ba;
}
.service-contact-container ul.button-wrapp li a:hover span {
	color: #0A5BB5
}

/* =======================================
   FAQ
========================================== */
.faq-container dl {
	border: 1px solid #BBBBBB;
	cursor: pointer;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	margin: 10px 0;
	background-color: #fff;
	transition: box-shadow 0.3s ease;
	text-align: left;
	padding-right: 30px;
}
.faq-container dl p {
	margin-bottom: 0;
}
.faq-container dt {
	font-weight: bold;
	display: flex;
	align-items: center;
	padding: 2rem;
	position: relative;
}
.faq-container dt div {
	width: calc( 100% - 40px );
}
.faq-container dt span {
	width: 26px;
	margin-right: 10px;
}
.faq-container dt::after {
	content: '＋';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 400;
	font-size: 1.2em;
	transition: transform 0.3s, content 0.3s;
}
.faq-container dl.open dt::after {
	content: '－';
}
.faq-container dd {
	display: flex;
	align-items: center;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, padding 0.4s ease;
	padding: 0 2rem;
}
.faq-container dd div {
	width: calc( 100% - 40px );
}
.faq-container dd span {
	width: 26px;
	margin-right: 10px;
}
.faq-container dd div {
	width: calc( 100% - 60px );
}
.faq-container dl.open dd {
	max-height: 500px;
	padding: 2rem;
}


/* =======================================
   Contact form
========================================== */
/* step navigation */
div.contact-step-navi{
	width:100%;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
div.contact-step{
	overflow: hidden;
    position: relative;
    width: calc(100% / 3);
    height: 60px;
    background: #efefef;
    text-align: left;
}

div.contact-step dl{
    margin:0;
    padding:0;
    font-size:1em;
}
div.contact-step dt{
    margin-bottom:-1px;
    padding-top:12px;
    font-weight:500;
    color:#3e3e3e;
    font-size:10px;
    margin:0;
	text-align: center;
}

div.contact-step dd{
    font-weight: 500;
    color:#3e3e3e;
    margin:0;
	text-align: center;
}
div.contact-current{
    background: #22212F;
}
div.contact-current dt{
  color: #fff;
}
div.contact-current dd{
  color: #fff;
}
/* form table */
table.form {
	width: 100%;
	font-size:18px !important;
	border-collapse:collapse;
	background: #fff;
}
table.form th,table.form td {
	padding:20px;
	font-size: 0.9em;
	line-height:2em;
	position: relative;
}

table.form th {
	width: 30%;
}

table.form th span.text {
  padding-right: 60px;
  display: block;
  width: auto;
}

table.form th span.required {
  position: absolute;
  top: 16px;
  right: 0;
  padding: 3px 6px;
  font-size: 0.9em;
  display: inline-block;
  font-weight: 600;
  margin-right: 10px;
  border-radius: 3px;
  zoom:1;
  background-color: #FF0000;
  color: #FFF;
}

table.form th span.any {
  position: absolute;
  top: 16px;
  right: 0;
  padding: 3px 6px;
  font-size: 0.9em;
  display: inline-block;
  font-weight: 600;
  margin-right: 10px;
  border-radius: 3px;
  zoom:1;
  background-color: #fff;
  border: 2px solid #b5b5b5;
}

table.form th small {font-weight: normal;}
table.form input{
   width: 100%;
   padding: 16px;
   display: inline;
   border-width: 1px;
   border-style: solid;
   border-color: rgb(169, 169, 169);
   font-size:16px;
}

table.form input.table-w-xsmall{
   width: 25%;
   display: inline;
}
table.form input.table-w-xxsmall{
   width: 10%;
   display: inline;
}

table.form input.table-w-middle{width: 45%;}
table.form input.table-w-small{
    width:50%;
    display: inline;
}

table.form select {width: 50%; padding:16px;font-size:16px;}
table.form select.table-w-xsmall{width:25%;}
table.form option{
   width: auto;
}

table.form textarea{
   width: 100%;
   padding:16px 10px;
   -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
   border-width: 1px;
   border-style: solid;
   border-color: rgb(169, 169, 169);
   font-size:16px;
}

input[type="button"].button-w-s{
   width: 45%;
}

input[type="button"].button-w-s-gl{
   width: 45%;
}

input[type="button"].button-formback{
  border:none; 
  padding:10px !important;
}

table.form input[type="radio"],
table.form input[type="checkbox"]{
   width: auto;
   display: inline;
   width: 20px;
   height: 20px;
   -moz-transform: scale(1.2);
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
   margin-right: 10px;
}

table.form td label{
	margin-right: 1em;
	display: flex;
	align-items: center;
}

table.form input.address-auto{
   width: auto;
   margin-top: 3.125%;
}

input[type="submit"] ,
input[type="button"] ,
input[type="reset"] {
    border:none;
}

table.form .input-group {
	display: flex;
	flex-wrap: wrap;
}
table.form .input-group label {
	display: flex;
	align-items: center;
}
table.form .input-group label span {
	padding-left: 10px;
}

.thanks_message{
	padding: 3rem 0;
	font-size: 1.25rem;
}
.thanks_message p.lead {
	font-size: 1.75rem;
	text-align: center;
	padding: 3rem 0;
}

.error {
	width: 100%;
	padding: 10px 0;
	font-size: 1rem;
	color:rgb(238, 0, 0);
}
#error_message {
	font-size: 1rem;
	color:rgb(238, 0, 0);
}