@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap');

/* ----------------------------------------
- RESET BROWSER EFFECT
---------------------------------------- */
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;line-height:1}article,main,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,th,var{font-style:normal;}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:after,q:before{content:''}abbr,acronym{border:0}img{vertical-align:top}
/* ----------------------------------------
- MODULE
---------------------------------------- */
/* CLEAR
----------------------------------------------------- */
.clear{
	clear:both;
}
/* CLEAR FIX
----------------------------------------------------- */
*:first-child+html .clearfix{display:inline-block;} /* for IE7 */
.clearfix:after {content:" ";
	display:block;
	visibility:hidden;
	clear:both;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}
* html .clearfix {
	display:inline-block;
}
/* no ie mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
	clear:both;
}

/* tel
----------------------------------------------------- */
a.tel,
.pc a.tel{
	text-decoration:none!important;
}
.sd a.tel{
	text-decoration:underline!important;
}

/* ----------------------------------------
- FORMAT
---------------------------------------- */
html {
	font-size: 62.5%;
	height: 100%;
	overflow-y:scroll;
}
body {
	position: relative;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont,'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	height: 100%;
	line-height: 1.75;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
a {
	text-decoration:underline;
	outline:none;
	color:#004ea2;
}
a:hover {
	text-decoration:none;
}
a img {
	-moz-transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
a:hover img {
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-ms-opacity: 0.5;
	opacity: 0.5;
}
img.fix {
	width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	background-color: #fff;
	z-index: 10;
}

.fs12 { font-size:1.2rem; }
.fs13 { font-size:1.3rem; }
.fs14 { font-size:1.4rem; }
.fs15 { font-size:1.5rem; }
.fs16 { font-size:1.6rem; }
.fs18 { font-size:1.8rem; }
.fs20 { font-size: 2.0rem; }
.fs22 { font-size: 2.2rem; }
.fs24 { font-size: 2.4rem; }
.fs26 { font-size: 2.6rem; }
.fs30 { font-size: 3.0rem; }
.fs35 { font-size: 3.5rem; }
.fs40 { font-size: 4.0rem; }
.fs45 { font-size: 4.5rem; }
.fs50 { font-size: 5.0rem; }
.fs55 { font-size: 5.5rem; }
.fs60 { font-size: 6rem; }
.fs70 { font-size: 7rem; }
.fs80 { font-size: 8rem; }


#header {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 70px;
	background-color: #000;
}
#header .headerWrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	height: 70px;
}
#header .headerWrapper h1 {
	position: absolute;
	width: 209px;
	height: 45px;
	top: 50%;
	left: 1.5rem;
	-moz-transform: translateX(0%) translateY(-50%);
	-webkit-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
	background: none;
}
#header .headerWrapper .descriptionText {
	position: absolute;
	color: #ccc;
	height: 45px;
	line-height: 45px;
	top: 50%;
	left: 240px;
	-moz-transform: translateX(0%) translateY(-50%);
	-webkit-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
#header .headerWrapper .inner_container_right {
	position: absolute;
	height: 45px;
	line-height: 45px;
	top: 50%;
	right: 1.5rem;
	text-align: right;
	color: #fff;
	-moz-transform: translateX(0%) translateY(-50%);
	-webkit-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}

/* footer
----------------------------------------------------- */
#footer {
	position:relative;
	margin-top: 50px;
	width: 100%;
}
#footer .footerInner {
	margin: 0 auto;
	padding-bottom: 35px;
}
#footer .footerInner h2 {
	position: relative;
	border-top: solid 3px #004ea2;
	margin: 25px auto 15px auto;
	padding: 0;
	color:#004ea2;
	text-align: center;
}
#footer .footerInner h2 img {
	padding: 0 0 15px 0;
	width: 200px;
}
#footer .footerInner h2 span {
	display: block;
	margin: 20px auto 15px;
}
#footer p {
	text-align: center;
	color: #999;
	font-size: 12px;
}



#contents.pageContents {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding-top: 3.5rem;
}
#contents.pageContents .flexWrap {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
#contents.pageContents .flexWrap #page_body {
	width: 77.5%;
}



.btn {
	display: inline-block;
	width: auto;
}
.btn a {
	display: inline-block;
	line-height: 36px;
	padding: 0.75rem 5rem;
	text-decoration: none;
	color: #004ea2;
	background-color: #fff;
	border: 2px solid #004ea2;
}

.btn a:hover {
	background-color: #004ea2;
	color: #fff;
}
.btn .disabled,
.btn .disabled:hover {
	cursor: default;
	font-size: 1.6rem;
	line-height: 36px;
	padding: 1rem 5rem;
	text-decoration: none;
	color: #bbb;
	background-color: #dedede;
	border: 2px solid #dedede;
}


#navigation {
	margin: 0;
	padding: 0;
	width: 15%;
}

#navigation ul {
	margin: 25px 0 0 0;
	padding: 0;
	list-style-type:none;
}
#navigation ul li {
	width: 100%;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
}
#navigation ul li dl {
	margin: 0;
	padding: 0;
}
#navigation ul li dl dt {
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	color: #444;
	font-weight: 700;
	border-bottom:1px solid #999;
}
#navigation ul li dl dd {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}
#navigation ul li dl dd a {
	display: block;
	text-decoration: none;
}
#navigation ul li dl dd a:hover{
	color: #333;
	text-decoration: none;
}
#navigation .btn {
	display: block;
	margin-bottom: 1rem;
}
#navigation .btn a {
	display: block;
	line-height: 1;
	padding: 1.25rem;
}


#page_body {
	margin: 0;
	padding: 2.5rem;
}
#contents h2 {
	margin: 0 0 3.5rem;
	padding: 1.25rem 1.5rem;
	background-color: #004ea2;
	color: #fff;
	font-weight: 700;
	line-height: 1;
}

#page_body h3 {
	font-weight: 700;
	margin-bottom: 2.5rem;
	color: #004ea2;
}

#page_body p {
	line-height: 1.75;
	margin: 2.5rem 0;
}
#page_body p.msg {
	margin-bottom: 3.5rem;
	text-align: left;
}
#page_body p.mt0 {
	margin-top: 0;
}

#page_body form.w50 {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#page_body form .inputTextArea {
	padding: 1rem;
	border-radius: 0.5rem;
	font-size: 1.6rem;
	border: 1px solid #999;
}
#page_body form .inputTextArea.fs15 {
	font-size: 1.5rem!important;
}



#page_body table {
	margin: 0 auto;
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	border-collapse: separate;
	width: 100%;
	font-family: -apple-system, BlinkMacSystemFont,'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	line-height: 1.75;
	border-collapse: collapse;
}
#page_body table th {
	background-color: #004ea2;
	padding: 1.5rem;
	text-align: left;
	color: #fff;
	border: 1px solid #777;
}
#page_body table th.sub {
	text-align:left;
	background-color:#555;
}
#page_body table.newTbl th {
	line-height: 1.25;
}
#page_body table td {
	background-color: #fff;
	padding: 1.5rem;
	border: 1px solid #777;
	font-size: 1.6rem;
	line-height: 1.25;
}
#page_body table.newTbl td {
	vertical-align: top;
}
#page_body table.newTbl td.gettag {
	width: 30%;
}
#page_body table.newTbl td.ngtag {
	width: 70%;
}
#page_body table.newTbl td.arctag {
	width: 100%;
}
#page_body table.newTbl td.gettag input {
	width: 97.5%;
	margin: 0.5rem 0;
	box-sizing: border-box;
}
#page_body table.newTbl td.ngtag input  {
	width: 31%;
	margin: 0.5rem 1.5% 0.5rem 0;
	box-sizing: border-box;
}
#page_body table.newTbl td.arctag input {
	width: 23%;
	margin: 0.5rem 1.5% 0.5rem 0;
	box-sizing: border-box;
}
#page_body table.newTbl td.arctag input  {
	margin-bottom: 1.5rem;
}
#page_body table td a {
	font-weight: 700;
}
#page_body table th.left ,
#page_body table td.left {
	text-align:left;
}
#page_body table td.center,
#page_body table th.center {
	text-align:center;
}
#page_body table th small {
	color: #e6004a;
	font-size: 1.3rem;
}
#page_body table td small {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 150%;
	margin-top: 0.75rem;
}

#page_body .input_error,
#page_body table td.input_error {
	background-color : #ffdede;
}
#page_body .input_warn {
	color:#e6004a;
	font-size: 1.3rem;
}

#page_body table button {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 5px;
	background: #4676D7;
	color: #fff;
	padding: 10px 20px;
}
#page_body table button:hover {
	background: #1d49aa;
}
#page_body table button:focus {
	outline: none;
	box-shadow: 0 0 0 4px #cbd6ee;
}


input.btn {
	display: block;
	width: 100%;
	line-height: 36px;
	margin-top: 5rem;
	padding: 1.5rem 5rem;
	text-decoration: none;
	color: #fff;
	background-color: #004ea2;
	border: 2px solid #004ea2;
	cursor: pointer;
	opacity: 1;
	border-radius: 5px;
}
input.btn:hover {
	opacity: 0.7;
}
input.btn.mini {
	display: inline-block;
	line-height: 1;
	margin-top: 0;
	padding: 1rem 2.5rem;
	border: 1px solid #004ea2;
}
input.btn:hover {
	background-color: #004ea2;
	color: #fff;
}
