@charset "utf-8";
/*------------------------------------------------------------------
/
/	style.css
/
/-----------------------------------------------------------------*/
/* reset
----------------------------------------------- */
/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}img,embed,object,audio,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}
/* common
----------------------------------------------- */
:root {
background-color: #fafafa;
}
html {
min-height: 100%;
}
body,input,textarea,button {
font-size: 100%;
font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
/*font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
color: #333;
font-weight: normal;
}
body {
line-height: 1.6;
background: #fff;
-webkit-text-size-adjust: none;
min-width: 320px;
}
ul,ol{
list-style:none;
}
img {
border: none;
vertical-align: top;
width: 100%;
}
* {
box-sizing: border-box;
transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
}
label,
input[type="submit"] {
cursor: pointer;
}
a:link,
a:visited {
color: #262664;
text-decoration: underline;
}
a:hover,
a:active {
text-decoration: none;
}
/* module
----------------------------------------------- */
#wrapper {
position: relative;
padding-top: 80px;
}
.area {
position: relative;
clear: both;
padding: 0 10px;
z-index: 10;
}
.area_in {
position: relative;
display: block;
clear: both;
width: 100%;
max-width: 1000px;
margin: 0 auto;
padding: 0;
}
.pagetop {
position: fixed;
bottom: -100px;
right: 10px;
z-index: 9999;
}
.pagetop.active {
bottom: 10px;
}
.pagetop a {
display: block;
color: #fff!important;
background: rgba(40,40,100,0.8);
text-align: center;
text-decoration: none;
font-size: 11px;
letter-spacing: 0.1em;
height: 60px;
width: 60px;
line-height: 60px;
border-radius: 30px;
}
.pagetop:hover {
opacity:0.70;
}
.pan {
display: block;
clear: both;
font-size: 85%;
}
.pan .area_in {
padding: 10px;
}
.pan ol {
text-align: right;
}
.pan ol li {
display: inline-block;
}
.pan ol li a {
color: #272764;
}
#fpan.pan {
display: none;
font-size: 80%;
}
#fpan.pan .area_in {
border: none;
border-top: 1px solid #ddd;
}
#fpan.pan ol {
text-align: left;
}
	@media screen and (max-width: 768px) {
	#wrapper {
	padding-top: 60px;
	}
	#pan.pan {
	display: none;
	}
	#fpan.pan {
	display: block;
	}
	.pagetop a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 10px;
	}
	}
#header {
width: 100%;
position: fixed;
left: 0;
top: 0;
height: 80px;
overflow: hidden;
background: #282864;
z-index: 9999;
padding: 0;
}
#header .area_in {
width: 100%;
max-width: inherit;
display: table;
height: 100%;
padding: 0;
}
#header .area_in > * {
display: table-cell;
vertical-align: middle;
}
#header .branding {
width: 320px;
}
#header .branding .branding_in {
display: table;
width: 100%;
max-width: 320px;
}
#header .branding .branding_in > * {
display: table-cell;
}
#header .branding .branding_in > *.logo_nta img {
max-width: 100px;
}
#header .logo img {
max-width: 200px;
}
#header #nav ul {
display: table;
width: auto;
margin: 0;
height: 100%;
float: right;
}
#header #nav li {
display: table-cell;
vertical-align: middle;
text-align: center;
}
#header #nav li {
min-width: 190px;
}
#header #nav li.home {
min-width: 70px;
}
#header #nav li.contact {
min-width: 240px;
}
	@media screen and (max-width: 1400px) {
	#header #nav li {
	min-width: 170px;
	}
	#header #nav li.faq {
	min-width: 80px;
	}
	}
	@media screen and (max-width: 1300px) {
	#header #nav li {
	min-width: 150px;
	max-width: 150px;
	}
	}
	@media screen and (max-width: 1200px) {
	#header #nav li {
	min-width: 130px;
	max-width: 130px;
	}
	#header #nav li.home {
	min-width: 50px;
	}
	#header #nav li.faq {
	min-width: 60px;
	}
	#header #nav li.contact {
	min-width: 200px;
	}
	}
	@media screen and (max-width: 1040px) {
	#header .branding {
	width: 240px;
	}
	#header #nav li {
	min-width: 100px;
	}
	#header #nav li.home {
	min-width: 50px;
	}
	#header #nav li.faq {
	min-width: 60px;
	}
	#header #nav li.contact {
	min-width: 120px;
	}
	}
	@media screen and (max-width: 900px) {
	#header #nav li {
	min-width: 100px;
	max-width: 100px;
	font-size: 80%;
	}
	}
#header #nav ul li a {
display: table;
width: 100%;
height: 100%;
color: #fff;
text-decoration: none;
border-left: 1px solid rgba(255,255,255,0.2);
line-height: 1.2;
}
#header #nav ul li a:hover > * {
background: rgba(255,255,255,0.3);
}
#header #nav ul li a > * {
display: table-cell;
vertical-align: middle;
padding: 10px;
font-weight: normal;
}
#header #nav ul li a > * > * {
display: inline-block;
}
#header #nav ul li img {
width: auto;
}
#header #nav ul li.contact a {
background: #FFB300;
color: #111184;
}
#header #nav ul li.contact a > * {
font-weight: bold;
}
#header .menu {
display: none;
}
#header .menu img {
cursor: pointer;
}
#menu {
position: fixed;
top: 0;
left: 100%;
width: 100%;
height: 100%;
background: #282864;
color: #fff;
border-top: 1px solid rgba(255,255,255,0.2);
z-index: 9999;
}
#menu.active {
left: 0;
}
#menu .close {
text-align: right;
cursor: pointer;
padding: 5px;
height: 60px;
}
#menu .close img {
max-width: 50px;
}
#menu a {
display: block;
font-size: 100%;
padding: 15px 10px;
border-bottom: 1px solid rgba(255,255,255,0.2);
color: #fff;
text-decoration: none;
}
#menu a:hover {
text-decoration: none!important;
}
	@media screen and (max-width: 768px) {
	#header .branding .branding_in {
	width: 130px;
	}
	#header .branding .branding_in > *.logo_nta img {
	width: auto;
	max-width: none;
	width: 90px;
	height: auto;
	}
	#header {
	height: 60px;
	}
	#header .logo img {
	width: auto;
	max-width: none;
	height: 150px;
	height: 60px;
	}
	#header .area_in {
	width: 100%;
	height: 60px;
	}
	#header #nav {
	display: none;
	}
	#header #nav li {
	min-width: 150px;
	height: 60px;
	}
	#header .branding {
	width: auto;
	text-align: center;
	padding-right: 60px;
	}
	#header .branding > * {
	display: inline-block;
	}
	#header .menu {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	}
	#header .menu img {
	max-width: 60px;
	}
	}
	@media screen and (max-width: 420px) {
	#header .menu {
	padding: 5px;
	}
	#menu a {
	padding: 10px;
	}
	}
#contact {
background: #fff;
padding-top: 30px;
padding-bottom: 40px;
}
#contact .title {
text-align: center;
margin-bottom: 20px;
}
#contact .title img {
max-width: 300px;
}
#contact .btn a {
position: relative;
display: table;
width: 100%;
max-width: 500px;
margin: 0 auto;
height: 80px;
text-decoration: none;
}
#contact .btn a:after {
content: "";
display: block;
position: absolute;
left: 0;
bottom: -5px;
width: 100%;
height: 100%;
background: #e6a100;
border-radius: 5px;
z-index: 0;
}
#contact .btn a span {
position: relative;
display: table-cell;
vertical-align: middle;
text-align: center;
line-height: 1;
border-radius: 5px;
z-index: 1;
background: #FFB300;
color: #111184;
font-size: 230%;
z-index: 1;
}
#contact .btn a span:hover {
background: #ffca4d;
}
	@media screen and (max-width: 768px) {
	#contact {
	padding-top: 20px;
	padding-bottom: 20px;
	}
	#contact .title {
	margin-bottom: 10px;
	}
	#contact .btn a {
	height: 60px;
	}
	#contact .btn a span {
	font-size: 150%;
	}
	}
#base {
background: #eee;
padding-top: 30px;
padding-bottom: 30px;
}
#base .title {
margin-bottom: 20px;
text-align: center;
color: #111184;
font-size: 250%;
line-height: 1.2;
}
#base ul {
display: table;
width: 100%;
border-collapse: separate;
border-spacing: 10px;
}
#base ul > * {
display: table-cell;
width: 25%;
height: 20%;
padding: 20px;
background: #fff;
text-align: center;
}
#base .icon {
display: inline-block;
background: #282864;
line-height: 1;
padding: 2px;
margin-bottom: 10px;
color: #fff;
font-weight: bold;
font-size: 80%;
min-width: 70px;
}
#base .name {
font-weight: bold;
color: #282864;
line-height: 1.4;
min-height: 70px;
}
#base .name > * {
display: inline-block;
}
#base .address {
padding-left: 20px;
text-align: left;
font-size: 85%;
letter-spacing: 0.05em;
min-height: 70px;
}
#base .address > span {
display: inline-block;
}
	@media screen and (max-width: 768px) {
	#base {
	padding-top: 10px;
	padding-bottom: 10px;
	}
	#base .title {
	margin-bottom: 10px;
	font-size: 150%;
	}
	#base ul {
	display: block;
	}
	#base ul > * {
	display: block;
	width: auto;
	padding: 10px;
	margin-bottom: 10px;
	}
	#base .icon {
	display: block;
	font-size: 80%;
	min-width: inherit;
	}
	#base .name {
	min-height: inherit;
	margin-bottom: 10px;
	}
	#base .address {
	font-size: 85%;
	min-height: inherit;
	}
	#base .address > span br {
	display: none;
	}
	}
#footer {
clear: both;
background: #282864;
color: #fff;
}
.footer_area01 {
padding: 30px 0 60px 0;
}
.footer_area01 .area_in {
display: table;
}
.footer_area01 .area_in > * {
display: table-cell;
vertical-align: top;
}
.footer_area01 .area_in > *.branding {
width: 240px;
}
.footer_area01 .logo img {
max-width: 200px;
}
.footer_area01 .nav {
display: table;
width: 100%;
}
.footer_area01 .nav > * {
display: table-cell;
width: 25%;
vertical-align: top;
}
.footer_area01 .nav > *:nth-child(1) {
width: 22%;
}
.footer_area01 .nav > *:nth-child(2) {
width: 28%;
}
.footer_area01 .nav a {
text-decoration: none!important;
color: #fff;
font-size: 80%;
}
.footer_area01 .nav a:hover {
text-decoration: underline!important;
}
.footer_area01 .nav dl {
line-height: 1.2;
}
.footer_area01 .nav dt {
padding: 5px;
}
.footer_area01 .nav dd {
padding: 0 5px 5px 5px;
}
.footer_area01 .nav dd:before {
content: "・";
}
.footer_area02 {
background: rgba(255,255,255,0.05);
text-align: center;
}
.footer_area02 .logo_nta img {
max-width: 120px;
}
#footer .copy {
text-align: center;
font-size: 70%;
letter-spacing: 0.1em;
line-height: 1.1;
padding: 15px 10px;
}
	@media screen and (max-width: 768px) {
	.footer_area01 {
	padding: 10px 0 0 0;
	}
	.footer_area01 .area_in {
	display: block;
	}
	.footer_area01 .area_in > * {
	display: block;
	}
	.footer_area01 .area_in > *.branding {
	width: auto;
	}
	.footer_area01 .logo {
	text-align: center;
	padding-bottom: 10px;
	}
	.footer_area01 .nav {
	display: block;
	border-top: 1px solid rgba(255,255,255,0.2);
	}
	.footer_area01 .nav > * {
	display: block;
	width: auto;
	}
	.footer_area01 .nav > *:nth-child(1) {
	width: auto;
	}
	.footer_area01 .nav > *:nth-child(2) {
	width: auto;
	}
	.footer_area01 .nav a {
	display: block;
	font-size: 100%;
	padding: 15px 10px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	.footer_area01 .nav a:hover {
	text-decoration: none!important;
	}
	.footer_area01 .nav dl {
	line-height: 1.2;
	}
	.footer_area01 .nav dt {
	padding: 0;
	}
	.footer_area01 .nav dd {
	padding: 0;
	}
	.footer_area01 .nav dd a {
	padding-left: 30px;
	}
	.footer_area01 .nav dd:before {
	display: none;
	}
	.footer_area02 {
	padding: 10px;
	}
	.footer_area02 .logo_nta img {
	max-width: 120px;
	}
	#footer .copy {
	text-align: center;
	font-size: 70%;
	letter-spacing: 0.1em;
	line-height: 1.1;
	padding: 15px 10px;
	}
	}
.footer_area04 {
position: relative;
background: #fff;
padding: 10px;
z-index: 0;
}
.footer_area04 ul {
display: table;
table-layout: fixed;
padding: 10px;
margin: 0 auto;
}
.footer_area04 ul li {
display: table-cell;
margin: 0 auto;
max-width: 115px;
overflow: hidden;
width: 25%;
padding: 0 20px;
border-right: 1px solid #ddd;
}
.footer_area04 ul li:first-child {
border-left: 1px solid #ddd;
}

/* common
-------------------------------------------------------*/
#page_title {
position: relative;
height: 250px;
overflow: hidden;
}
#page_title .area_in {
height: 100%;
}
#page_title .title {
position: relative;
display: table;
width: 70%;
height: 100%;
z-index: 2;
}
#page_title .title > * {
display: table-cell;
vertical-align: middle;
font-size: 300%;
color: #262664;
line-height: 1.2;
font-weight: normal;
letter-spacing: -0.05em;
}
#page_title .title > * > span {
display: inline-block;
}
#page_title .image {
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
overflow: hidden;
z-index: 0;
}
#page_title .image img {
position: absolute;
top: 0;
right: 0;
width: auto;
height: auto;
min-width: inherit;
max-width: 1000%;
min-height: 100%;
max-height: 100%;
}
	@media screen and (max-width: 768px) {
	#page_title {
	height: 150px;
	}
	#page_title .title > * {
	font-size: 170%;
	}
	#page_title .title {
	position: relative;
	display: table;
	width: 100%;
	}
	}
.base_title {
position: relative;
font-size: 230%;
line-height: 1.2;
padding: 50px 10px 20px 10px;
margin: 0 0 30px 0;
color: #282864;
text-align: center;
}
.base_title b {
font-weight: normal;
}
.base_title span {
display: inline-block;
}
	@media screen and (max-width: 728px) {
	.base_title {
	font-size: 150%;
	padding: 30px 0 10px 0;
	margin: 0 0 10px 0;
	}
	}
.req_icon {
display: inline-block;
background: #e03065;
border-radius: 3px;
line-height: 1.2;
padding: 5px 10px;
color: #fff;
font-weight: normal;
}
/* temp
-------------------------------------------------------*/
.pc {
display: block;
}
.sp {
display: none;
}
	@media screen and (max-width: 768px) {
	.pc {
	display: none;
	}
	.sp {
	display: block;
	}
	}
.d_inline { display: inline!important;}
.d_inlineblock { display: inline-block!important;}
.d_block { display: block!important;}
.cf:before { content:""; display:table;}
.cf:after { content:""; display:table; clear:both;}
.cf { zoom:1;}
.text_str { color: rgba(235,0,70,1);}
.text_err { color: rgba(235,0,70,1);}
.text_em { color: #22409a;}
.text_em2 { color: rgba(75,180,40,1);}
.text_em3 { color: #fdb813;}
.text_no { color: #ccc;}
.text_marker { background: #FFFF99;}
.size_s { font-size: 80%;}
.size_m { font-size: 100%;}
.size_l { font-size: 120%;}
.size_ll { font-size: 150%;}
.size_lll { font-size: 200%;}
.fl { float: left;}
.fr { float: right;}
.fn { float: none;}
.text_left { text-align: left;}
.text_right { text-align: right;}
.text_center { text-align: center;}
.m0 { margin: 0!important;}
.m10 { margin: 10px!important;}
.m20 { margin: 20px!important;}
.m30 { margin: 30px!important;}
.mt0 { margin-top: 0!important;}
.mt10 { margin-top: 10px!important;}
.mt20 { margin-top: 20px!important;}
.mt30 { margin-top: 30px!important;}
.mb0 { margin-bottom: 0!important;}
.mb10 { margin-bottom: 10px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb30 { margin-bottom: 30px!important;}
.ml0 { margin-left: 0!important;}
.ml10 { margin-left: 10px!important;}
.ml20 { margin-left: 20px!important;}
.ml30 { margin-left: 30px!important;}
.mr0 { margin-right: 0!important;}
.mr10 { margin-right: 10px!important;}
.mr20 { margin-right: 20px!important;}
.mr30 { margin-right: 30px!important;}
.p0 { padding: 0!important;}
.p10 { padding: 10px!important;}
.p20 { padding: 20px!important;}
.p30 { padding: 30px!important;}
.pt0 { padding-top: 0!important;}
.pt10 { padding-top: 10px!important;}
.pt20 { padding-top: 20px!important;}
.pt30 { padding-top: 30px!important;}
.pb0 { padding-bottom: 0!important;}
.pb10 { padding-bottom: 10px!important;}
.pb20 { padding-bottom: 20px!important;}
.pb30 { padding-bottom: 30px!important;}
.pl0 { padding-left: 0!important;}
.pl10 { padding-left: 10px!important;}
.pl20 { padding-left: 20px!important;}
.pl30 { padding-left: 30px!important;}
.pr0 { padding-right: 0!important;}
.pr10 { padding-right: 10px!important;}
.pr20 { padding-right: 20px!important;}
.pr30 { padding-right: 30px!important;}
.wa { width: auto!important;}
.w100p { width: 100%!important;}
.w98p { width: 98%!important;}
.w96p { width: 96%!important;}
.w90p { width: 90%!important;}
.w86p { width: 86%!important;}
.w80p { width: 80%!important;}
.w70p { width: 70%!important;}
.w60p { width: 60%!important;}
.w50p { width: 50%!important;}
.w40p { width: 40%!important;}
.w33p { width: 33.33%!important;}
.w30p { width: 30%!important;}
.w20p { width: 20%!important;}
.w10p { width: 10%!important;}
.w300 { width: 300px!important;}
.w250 { width: 250px!important;}
.w200 { width: 200px!important;}
.w150 { width: 150px!important;}
.w100 { width: 100px!important;}
.w80 { width: 70px!important;}
.w60 { width: 60px!important;}
.w50 { width: 50px!important;}
.w30 { width: 30px!important;}
.w10 { width: 10px!important;}
/* page home
-------------------------------------------------------*/
#page_home #wrapper {
padding-top: 0;
}
#page_home #footer .footer_area01,
#page_home #footer .footer_area02 {
display: none;
}
/*
#home_visual {
position: relative;
width: 100%;
height: 100vh;
overflow: hidden;
}
*/
	@media screen and (max-width: 768px) {
	#page_home #wrapper {
	padding-top: 60px;
	}
	#page_home #footer .footer_area01,
	#page_home #footer .footer_area02 {
	display: block;
	}
	}
#visual .area_in {
max-width: none;
}
.visual_bg {
position: relative;
}
.visual_in {
position: relative;
z-index: 10;
padding: 60px 10px;
}
.visual_slide {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100vh;
overflow: hidden;
}
.visual_slide::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 70%;
height: 100%;
background: linear-gradient(to right,
rgba(255,255,255,1.0) 40%,
rgba(255,255,255,0.9) 60%,
rgba(255,255,255,0.0) 100%);
z-index: 2;
}
.visual_slide:before {
content: "";
position: absolute;
left: 0;
bottom: -1px;
width: 100%;
height: 300px;
background: linear-gradient(rgba(255,255,255,0.0), rgba(255,255,255,1.0));
z-index: 1;
}
.visual_slide li { 
animation: show 24s infinite;
-webkit-animation: show 24s infinite;
width: 70%;
height: 100%;
max-width: 100%;
opacity: 0;
position: absolute;
right: 0;
top: 0;
}
.visual_slide li img { 
position: relative;
top: 50%;
left: 50%;
width: auto;
height: auto;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
min-width: 100%;
min-height: 100%;
max-width: 1000%;
}
@keyframes show {
0% {opacity: 0}
17% {opacity: 1}
33% {opacity: 1}
50% {opacity: 0}
}
@-webkit-keyframes show {
0% {opacity: 0}
17% {opacity: 1}
33% {opacity: 1}
50% {opacity: 0}
}
.visual_slide li:nth-of-type(1) {
animation-delay: 0s;
}
.visual_slide li:nth-of-type(2) {
animation-delay: 4s;
}
.visual_slide li:nth-of-type(3) {
animation-delay: 8s;
}
.visual_slide li:nth-of-type(4) {
animation-delay: 12s;
}
.visual_slide li:nth-of-type(5) {
animation-delay: 16s;
}
.visual_slide li:nth-of-type(6) {
animation-delay: 20s;
}
	@media screen and (max-width: 768px) {
    .visual_slide {
    position: absolute;
    width: 100%;
    height: 50vh;
    }
    .visual_slide::after {
    display: none;
    }
	.visual_in {
	padding: 0;
	}
	}
#visual {
margin-top: 80px;
}
#visual .area_in {
width: 100%;
}
	@media screen and (max-width: 768px) {
    #visual {
    margin-top: 0;
    }
    #visual .area_in {
    display: block;
    }
    }
.visual_title {
position: absolute;
right: 0;
top: 0;
width: 50%;
height: 100%;
text-align: center;
z-index: 1;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row-reverse nowrap;
flex-flow: row-reverse nowrap;
justify-content: center;
align-items: center;
}
.visual_title > * {
display: inline-block;
max-width: 600px;
}
	@media screen and (max-width: 768px) {
    .visual_title {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 300px;
    }
    .visual_title > * {
    max-width: 400px;
    }
    }
#news {
padding: 20px;
width: 50%;
}
.news_box {
position: relative;
z-index: 100;
padding: 0 20px;
}
.news_box .title {
padding: 20px 0;
line-height: 1.2;
font-weight: bold;
font-size: 150%;
color: #282864;
border-bottom: 1px solid #282864;
margin-bottom: 20px;
}
#news ul {
overflow-y: auto;
height: 350px;
}
#news ul li {
display: table;
width: 100%;
border-bottom: 1px solid #ddd;
}
#news ul li > * {
display: table-cell;
vertical-align: top;
padding: 20px 20px 20px 0;
}
#news ul li > *.date {
width: 180px;
padding-right: 0;
font-size: 80%;
letter-spacing: 0.1em;
}
#news ul li > *.date * {
display: inline-block;
}
#news ul li > *.date *.icon {
width: 60px;
text-align: center;
background: #282864;
padding: 3px;
border-radius: 3px;
line-height: 1;
color: #fff;
}
#news ul li > *.date *.icon.icon_r {
background-color: #ec3b3b;
}
#news ul li > *.date *.icon.icon_o {
background-color: #ff8c00;
}
#news ul li > *.date *.icon.icon_b {
background-color: #5da7f1;
}
#news ul li > *.date *.icon.icon_g {
background-color: #40a740;
}
#news ul li > *.date *.day {
padding: 3px 5px;
}
	@media screen and (max-width: 950px) {
    #news ul li > * {
    width: inherit;
    display: block;
    }
    #news ul li > *.date {
    padding-bottom: 0;
    }
    #news ul li > *.text {
    padding-top: 0;
    }
    }
	@media screen and (max-width: 768px) {
    #news {
    width: 100%;
    background: rgba(255,255,255,0.7);
    }
    .news_box {
    padding: 0;
    }
    #news ul li,
    #news ul li > * {
    display: block;
    width: inherit;
    padding: 5px 10px;
    font-size: 90%;
    }
	}
#home_list .area_in {
max-width: none;
}
.home_list {
display: block;
padding: 10px;
padding-bottom: 50px;
}
.home_list ul {
clear: both;
}
.home_list ul:before { content:""; display:table;}
.home_list ul:after { content:""; display:table; clear:both;}
.home_list ul { zoom:1;}
.home_list ul > * {
float: left;
width: 12.5%;
}
.home_list ul > * img {
max-width: 460px;
width: 100%;
}
.home_list ul > * img:hover {
opacity: 0.7;
}
	@media screen and (max-width: 900px) {
	.home_list ul > * {
    width: 16.6%;
	}
	}
	@media screen and (max-width: 768px) {
	.home_list ul > * {
	width: 20%;
	}
	}
	@media screen and (max-width: 620px) {
	.home_list ul > * {
	width: 33.33%;
	}
	}
	@media screen and (max-width: 420px) {
	.home_list ul > * {
	width: 50%;
	}
	}
/* トップページ用フッター */
#page_home #footer {
width: 100%;
position: relative;
left: 0;
bottom: 0;
background: #282864;
color: #fff;
z-index: 2;
}
#page_home #footer .footer_area00 {
background: rgba(255,255,255,0.05);
padding-top: 15px;
padding-bottom: 15px;
}
#page_home #footer .footer_area00 .area_in {
display: table;
width: 100%;
max-width: inherit;
}
#page_home #footer .footer_area00 .area_in > * {
display: table-cell;
vertical-align: middle;
}
#page_home #footer .footer_area00 .icon {
width: 30%;
}
#page_home #footer .footer_area00 .icon span {
display: inline-block;
padding: 5px;
}
#page_home #footer .footer_area00 .icon img {
max-width: 20px;
vertical-align: middle;
}
#page_home #footer .footer_area00 .icon b {
font-size: 85%;
font-weight: normal;
}
#page_home #footer .footer_area00 .text {
font-size: 75%;
}
#page_home #footer .footer_area00 .text:before { content:""; display:table;}
#page_home #footer .footer_area00 .text:after { content:""; display:table; clear:both;}
#page_home #footer .footer_area00 .text { zoom:1;}
#page_home #footer .footer_area00 .text span {
max-width: 600px;
float: right;
}

	#page_home #footer .footer_area01,
	#page_home #footer .footer_area02 {
	display: block;
	}

	@media screen and (max-width: 768px) {
	#page_home #footer {
	position: relative;
	left: inherit;
	bottom: inherit;
	}
	#page_home #footer .footer_area00 .area_in {
	display: block;
	}
	#page_home #footer .footer_area00 .area_in > * {
	display: block;
	}
	#page_home #footer .footer_area00 .icon {
	width: inherit;
	text-align: center;
	margin-bottom: 10px;
	}
	#page_home #footer .footer_area00 .icon > * {
	display: inline-block;
	padding: 0 20px;
	}
	#page_home #footer .footer_area00 .text span {
	float: none;
	max-width: inherit;
	}	
	}
	@media screen and (max-width: 768px) {
	/* 高さ900ピクセル以下の場合 * /
	#page_home.whcheck #footer .footer_area01,
	#page_home.whcheck #footer .footer_area02 {
	display: block;
	}*/
	#page_home #footer .footer_area01,
	#page_home #footer .footer_area02 {
	display: block;
	}
	}
	@media screen and (max-width: 420px) {
	#page_home #footer .footer_area00 .icon > * {
	display: inline-block;
	padding: 0 10px;
	}
	}
/* page about
-------------------------------------------------------*/
#page_about #page_title {
background: #282864;
}
#page_about #page_title .title > * {
color: #fff;
}
.process_list li {
position: relative;
}
.process_list li > dl {
position: relative;
display: table;
width: 100%;
}
.process_list li > dl > * {
display: table-cell;
padding: 30px 20px;
vertical-align: middle;
}
.process_list li > dl > dt {
position: relative;
width: 100px;
}
.process_list li > dl > dt b {
position: relative;
display: block;
text-align: center;
line-height: 60px;
width: 60px;
height: 60px;
border-radius: 30px;
background: #282864;
color: #fff;
font-size: 200%;
letter-spacing: -0.1em;
font-weight: normal;
z-index: 1;
}
.process_list li:before {
content: "";
position: absolute;
width: 5px;
height: 110%;
top: 0;
left: 48px;
background: #282864;
z-index: 0;
}
.process_list li:first-child:before {
top: 30%;
}
.process_list li:last-child:before {
top: inherit;
bottom: 70%;
}
.process_list li > dl > dd b {
font-weight: normal;
font-size: 150%;
display: inline-block;
padding-right: 20px;
}
.process_list li > dl > dd span {
font-size: 90%;
}
.process_list li > dl > dd .text {
font-size: 90%;
}
	@media screen and (max-width: 768px) {
	.process_list li > dl > * {
	padding: 20px 0;
	}
	.process_list li > dl > dt {
	width: 60px;
	vertical-align: top;
	}
	.process_list li > dl > dt b {
	line-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #282864;
	color: #fff;
	font-size: 150%;
	letter-spacing: -0.1em;
	font-weight: normal;
	z-index: 1;
	}
	.process_list li:before {
	left: 18px;
	}
	.process_list li > dl > dd b {
	font-size: 120%;
	display: block;
	padding-right: 10px;
	line-height: 1.2;
	}
	.process_list li > dl > dd span {
	font-size: 90%;
	}
	.process_list li > dl > dd .text {
	font-size: 90%;
	}
	}
.fuction_table {
padding-bottom: 50px;
}
.fuction_table .lead {
text-align: center;
margin-bottom: 10px;
font-weight: bold;
}
.fuction_table .lead span {
display: inline-block;
}
.fuction_table table {
border-collapse: collapse;
border: 1px solid #000;
margin-bottom: 10px;
width: 80%;
margin: auto;
}
.fuction_table tr:nth-child(even) {
background: #eee;
}
.fuction_table tr > * {
line-height: 1.1;
padding: 8px 10px;
font-size: 90%;
}
.fuction_table th {
border: 1px solid #000;
font-weight: normal;
text-align: left;
}
.fuction_table th span {
display: inline-block;
}
.fuction_table td {
border: 1px solid #000;
text-align: center;
}
.fuction_table td span {
display: block;
text-align: center;
}
.fuction_table img {
max-width: 20px;
}
.fuction_table .link {
margin-bottom: 1em;
padding: 20px 0;
}
.fuction_table .text {
margin: 0 0 10px 0;
font-size: 80%;
}
.fuction_table .text.kome span {
display: block;
padding-left: 12em;
text-indent: -4.6em;
}
.fuction_table table tr:first-child th {
color: #fff;
text-align: center;
width: 30%;
line-height: 1.4;
}
.fuction_table table tr:first-child th:first-child {
background: #282864;
width: 40%;
}
.fuction_table table tr th.fuction_table_neta {
background: #b32651;
}
.fuction_table table tr th.fuction_table_pro {
background: #c8a12b;
}
.fuction_table table tr th.fuction_table_advance {
background: #66b226;
}
.fuction_table table tr:first-child th b {
display: block;
text-align: center;
font-weight: normal;
font-size: 110%;
margin-bottom: 5px;
}
.fuction_table table tr:first-child th span {
display: inline-block;
font-size: 90%;
}
.fuction_table  .icon {
width: 30%;
padding: 0 0 10px 0;
line-height: 1;
}
.fuction_table  .icon span {
display: inline-block;
padding: 0;
}
.fuction_table  .icon img {
max-width: 20px;
vertical-align: middle;
}
.fuction_table  .icon b {
font-size: 85%;
font-weight: normal;
}
	@media screen and (max-width: 768px) {
	.fuction_table table tr:first-child th:first-child {
	width: 50%;
	}
	.fuction_table table tr:first-child th b {
	font-size: 100%;
	}
	.fuction_table table tr:first-child th {
	width: 50%;
	font-size: 85%;
	padding: 10px 5px;
	}
	.fuction_table_pro br {
	display: none;
	}
	}
#faq {
background: #eee;
border-top: 3px solid #282864;
}
.faq_list li {
margin-bottom: 50px;
}
.faq_list dl {
display: table;
width: 100%;
}
.faq_list dl > * {
display: table-cell;
padding: 10px 0;
vertical-align: middle;
}
.faq_list dl > dt {
width: 90px;
}
.faq_list dl.q > dd {
font-size: 200%;
color: #282864;
line-height: 1.2;
}
.faq_list dl > * > b {
display: block;
text-align: center;
line-height: 70px;
width: 70px;
height: 70px;
border-radius: 35px;
background: #282864;
color: #fff;
font-size: 150%;
letter-spacing: -0.1em;
font-weight: normal;
}
.faq_list dl.a > * > b {
background: #fff;
color: #282864;
}
.faq_list dl.a > * > a {
display: inline-block;
line-height: 40px;
border-radius: 20px;
color: #fff;
background: #282864;
text-align: center;
padding: 0 20px;
margin: 10px;
min-width: 200px;
text-decoration: none;
}
.faq_list dl.a > * > a:hover {
opacity: 0.7;
}
	@media screen and (max-width: 768px) {
	.faq_list li {
	margin-bottom: 20px;
	}
	.faq_list dl > dt {
	width: 60px;
	}
	.faq_list dl.q > dd {
	font-size: 140%;
	color: #282864;
	line-height: 1.2;
	}
	.faq_list dl > dd br {
	display: none;
	}
	.faq_list dl > * > b {
	display: block;
	text-align: center;
	line-height: 50px;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	font-size: 120%;
	}
	.faq_list dl.a > * > a {
	display: block;
	line-height: 30px;
	border-radius: 15px;
	color: #fff;
	background: #282864;
	text-align: center;
	padding: 0 10px;
	margin: 10px;
	min-width: inherit;
	text-decoration: none;
	}
	.faq_list dl.a > * > a:hover {
	opacity: 0.7;
	}
	}
/* page service
-------------------------------------------------------*/
#page_service #page_title .title {
width: 80%;
}
#page_service .base_title:after {
display: none;
}
	@media screen and (max-width: 1100px) {
	#page_service #page_title .image img {
	right: -15%;
	}
	}
	@media screen and (max-width: 900px) {
	#page_service #page_title .image img {
	right: -30%;
	}
	}
	@media screen and (max-width: 768px) {
	#page_service #page_title .image img {
	right: -15%;
	}
	#service_area.area {
	padding: 0;
	}
	}
	@media screen and (max-width: 550px) {
	#page_service #page_title .image img {
	right: -50%;
	}
	}
	@media screen and (max-width: 550px) {
	.service_list .ban.sp img {
	max-width: 45%;
	}
	}
	@media screen and (max-width: 420px) {
	#page_service  #page_title .title {
	width: 60%;
	}
	#page_service #page_title .image img {
	right: -65%;
	}
	}
.service_list .item {
position: relative;
clear: both;
width: 100%;
margin-bottom: 30px;
padding: 0;
border-bottom: 1px solid #ddd;
}
.service_list .item_in {
float: left;
padding: 30px 0 30px 20px;
padding-right: 340px;
}
.service_list .item_in:before { content:""; display:table;}
.service_list .item_in:after { content:""; display:table; clear:both;}
.service_list .item_in { zoom:1;}
.service_list .image {
float: right;
max-width: 360px;
margin-left: -360px;
padding: 30px;
}
.service_list .image img {
max-width: 300px;
}
.service_list .title {
display: table;
width: 100%;
margin-bottom: 10px;
}
.service_list .title > * {
display: table-cell;
vertical-align: middle;
line-height: 1.2;
font-size: 130%;
font-weight: bold;
}
.service_list .title > *.icon {
width: 70px;
padding-right: 10px;
}
.service_list .text {
font-size: 90%;
margin-bottom: 20px;
}
.service_list .text img {
width: auto;
}
.service_list .item:nth-child(odd) .item_in {
float: right;
padding: 30px 0 30px 30px;
padding-left: 360px;
width: 100%;
}
.service_list .item:nth-child(odd) .image {
float: none;
float: right;
margin-right: -360px;
}
.service_list .ban {
margin-bottom: 30px;
}
.service_list #service04 .item_in {
padding-bottom: 0;
}
.service_list .ban.pc {
float: right;
}
.service_list .ban > * {
display: inline-block;
margin-right: 10px;
}
.service_list .ban img {
max-width: 150px;
}
.service_list .figure {
text-align: center;
}
.service_list .figure img {
max-width: 590px;
margin: 0 auto;
}
	@media screen and (max-width: 768px) {
	.service_list .item {
	margin: 0;
	padding: 0;
	border: none;
	}
	.service_list .item_in {
	float: none;
	padding: 20px 10px 0 10px;
	}
	.service_list .image {
	float: none;
	margin-left: 0;
	max-width: inherit;
	padding: 10px;
	text-align: center;
	background: #eee;
	}
	.service_list .title > * {
	font-size: 110%;
	font-weight: bold;
	}
	.service_list .text {
	margin-bottom: 10px;
	}
	.service_list .item:nth-child(odd) .item_in {
	float: none;
	padding: 20px 10px 0 10px;
	}
	.service_list .item:nth-child(odd) .image {
	float: none;
	margin-right: 0;
	}
	.service_list .ban {
	margin-bottom: 10px;
	text-align: center;
	}
	.service_list .ban > * {
	display: inline-block;
	margin: 5px;
	}
	.service_list .figure img.sp {
	max-width: 640px;
	display: inline-block;
	}
	}
/* page contact
-------------------------------------------------------*/
#page_contact #page_title .title {
width: 55%;
}
	@media screen and (max-width: 768px) {
	.page_contact #page_title .title {
	width: auto;
	}
	}
	@media screen and (max-width: 600px) {
	#page_contact #page_title .image img {
	right: -15%;
	}
	}
	@media screen and (max-width: 420px) {
	#page_contact #page_title .title {
	width: 55%;
	}
	#page_contact #page_title .image img {
	right: -40%;
	}
	}
#contact_tel .area_in {
border: 3px solid #eee;
margin-bottom: 50px;
padding: 20px 50px;
}
#contact_tel .title {
border-bottom: 1px solid #282864;
text-align: center;
color: #282864;
font-weight: bold;
margin-bottom: 20px;
padding-bottom: 10px;
font-size: 120%;
}
#contact_tel ul {
display: table;
width: 100%;
margin: 0 auto 10px auto;
max-width: 680px;
}
#contact_tel ul > * {
display: table-cell;
}
#contact_tel ul img {
max-width: 340px;
}
#contact_tel .text {
text-align: center;
}
#contact_tel .text span {
display: inline-block;
}
	@media screen and (max-width: 768px) {
	#contact_tel .area_in {
	margin: 10px 0;
	padding: 10px;
	}
	#contact_tel .title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 120%;
	}
	#contact_tel .text {
	line-height: 1.2;
	}
	}
	@media screen and (max-width: 420px) {
	#contact_tel ul {
	display: block;
	}
	#contact_tel ul > * {
	display: block;
	}
	}
/* page contact form
-------------------------------------------------------*/
.form {
}
.form label {
cursor: pointer;
display: inline-block;
*display: inline;
*zoom: 1;
margin: 0 3px 3px 0;
padding: 5px 5px 5px 0px;
}
.form input[type="checkbox"] ,
.form input[type="radio"] {
margin-right: 5px;
}
.form input[type="text"],
.form input[type="password"] {
background: #fff;
border: 1px solid #ccc;
margin: 2px 0;
padding: 5px;
width: 90%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-appearance: none;
}
.form select {
background-color: #fff;
border: 1px solid #ccc;
margin: 0 3px 3px 0;
padding: 5px;
width: 90%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
-webkit-appearance: none;
}
.form textarea {
background: #fff;
width: 90%;
border: 1px solid #ccc;
margin: 0 3px 3px 0;
padding: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-appearance: none;
}
.form_box {
margin-bottom: 40px;
}
.form_box .text {
text-align: center;
margin-bottom: 30px;
padding: 0 10px;
}
.form_box .text span {
display: inline-block;
}
.form_box dl {
display: table;
width: 100%;
border-bottom: 1px solid #ddd;
}
.form_box dl > * {
display: table-cell;
padding: 20px;
}
.form_box dl > dt {
width: 30%;
vertical-align: middle;
padding-right: 0;
}
.form_box dl > dt span {
display: inline-block;
background: #999;
border-radius: 3px;
line-height: 1.2;
padding: 5px 10px;
float: right;
color: #fff;
}
.form_box dl > dt span.req {
background: #e03065;
}
	@media screen and (max-width: 768px) {
	#contact_form.area {
	padding: 0;
	}
	#contact_form .base_title {
	padding-left: 10px;
	padding-right: 10px;
	}
	.form_box {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	}
	.form_box dl {
	display: block;
	border: none;
	border-top: 1px solid #ddd;	
	}
	.form_box dl:nth-child(even) {
	background: #fafafa;
	}
	.form_box dl > * {
	display: block;
	}
	.form_box dl > dt {
	position: relative;
	width: auto;
	vertical-align: middle;
	padding: 20px 10px 10px 70px;
	}
	.form_box dl > dt span {
	position: absolute;
	left: 10px;
	top: 18px;
	float: none;
	}
	.form_box dl > dd {
	padding: 0 10px 20px 10px;
	}
	.form_box dl > dd .w80p {
	width: 100%!important;
	}
	}
.form_btn_box {
text-align: center;
}
.form_btn_box {
padding-bottom: 60px;
border-bottom: 1px solid #ddd;
}
.form_btn_box .btn {
position: relative;
display: table;
width: 100%;
max-width: 300px;
margin: 0 auto;
height: 60px;
text-decoration: none;
}
.form_btn_box .btn:after {
content: "";
display: block;
position: absolute;
left: 0;
bottom: -5px;
width: 100%;
height: 100%;
background: #141432;
border-radius: 5px;
z-index: 0;
}
.form_btn_box .btn .form_btn {
position: relative;
display: table-cell;
vertical-align: middle;
text-align: center;
line-height: 1;
border-radius: 5px;
-webkit-appearance: none;
z-index: 1;
width: 100%;
height: 60px;
background: #282864;
color: #fff;
font-size: 130%;
border: none;
outline: none;
z-index: 1;
}
.form_btn_box .btn .form_btn:hover {
background: #696993;
}
.form_btn_box .link {
display: inline-block;
margin: 10px;
}
	@media screen and (max-width: 768px) {
	.form_btn_box {
	padding: 0 10px 40px 10px;
	border-bottom: none;
	}
	}
.questionnaire_box {
margin-bottom: 40px;
}
.questionnaire_box .title {
border: 1px solid #282864;
max-width: 440px;
font-size: 100%;
line-height: 1.1;
font-weight: bold;
color: #282864;
padding: 20px;
text-align: center;
margin: 0 auto 30px auto;
}
.questionnaire_box .title span {
display: inline-block;
}
.questionnaire_box dl {
width: 100%;
border-bottom: 1px solid #ddd;
}
.questionnaire_box dl > * {
padding: 20px;
}
.questionnaire_box dl > dt {
vertical-align: middle;
padding-bottom: 0;
}
ul.questionnaire_box_item01 li {
display: table;
}
ul.questionnaire_box_item01 li > * {
display: table-cell;
}
ul.questionnaire_box_item01 li > span {
width: 150px;
}
ul.questionnaire_box_item01 li > label {
padding-right: 30px;
}
ul.questionnaire_box_item01 li > input[type="text"] {
width: 300px;
}
ul.questionnaire_box_item02 li > input[type="text"] {
width: 300px;
}
.questionnaire_box textarea {
height: 100px;
}
	@media screen and (max-width: 768px) {
	.questionnaire_box {
	margin-bottom: 10px;
	}
	.questionnaire_box .title {
	padding: 10px;
	margin: 0 10px 20px 10px;
	max-width: inherit;
	width: auto;
	}
	.questionnaire_box dl {
	border: none;
	border-top: 1px solid #ddd;
	}
	.questionnaire_box dl > * {
	padding: 10px;
	}
	.questionnaire_box dl > dt {
	vertical-align: middle;
	padding-bottom: 0;
	}
	.questionnaire_box ul li span {
	display: inline-block;
	}
	.questionnaire_box label {
	min-width: inherit;
	width: 100%;
	padding: 10px;
	}
	ul.questionnaire_box_item01 li {
	display: block;
	margin-bottom: 20px;
	}
	ul.questionnaire_box_item01 li > * {
	display: block;
	}
	ul.questionnaire_box_item01 li > span {
	width: auto;
	display: block;
	}
	ul.questionnaire_box_item01 li > label {
	padding-right: 0;
	display: block;
	width: auto;
	}
	ul.questionnaire_box_item01 li > input[type="text"] {
	width: 100%;
	}
	.questionnaire_box textarea {
	height: 100px;
	}
	}
.policy {
padding: 30px 20px;
}
.policy .text {
margin-bottom: 20px;
}
.policy_box {
margin-bottom: 30px;
border: 1px solid #ddd;
height: 300px;
overflow-y: scroll;
}
.policy_box p {
padding: 20px;
}
.policy_box p b {
font-weight: normal;
display: inline-block;
margin-bottom: 10px;
}
.policy_check {
text-align: center;
}
.policy_check label {
display: inline-block;
width: auto!important;
}
.policy_check span {
text-align: center;
display: block;
padding: 20px;
}
	@media screen and (max-width: 768px) {
	.policy {
	padding: 0 10px 10px 10px;
	}
	.policy .text {
	margin-bottom: 10px;
	}
	.policy_box {
	margin-bottom: 20px;
	border: 1px solid #ddd;
	height: 200px;
	}
	.policy_box p {
	padding: 10px;
	background: #fafafa;
	}
	}
/* page publicservice
-------------------------------------------------------*/
#page_publicservice #page_title {
background: #282864;
}
#page_publicservice #page_title .title > * {
color: #fff;
}
.publicservice_function_text {
padding: 20px 20px 0 20px;
}
.publicservice_function_box > ul {
position: relative;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
justify-content: center;
align-items: stretch;
}
.publicservice_function_box > ul > li {
min-height: 190px;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row nowrap;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
margin: 10px 1%;
padding: 10px;
max-width: 23%;
flex: 0 0 23%;
background-color: #eee;
border-radius: 5px;
text-align: center;
}
.publicservice_function_box > ul > li > * {
display: inline-block;
padding-top: 90px;
background: url("../images/publicservice_function_icon01.png") no-repeat center 0 / 80px auto;
}
.publicservice_function_box > ul > li:nth-child(2) > * {
background-image: url("../images/publicservice_function_icon02.png");
}
.publicservice_function_box > ul > li:nth-child(3) > * {
background-image: url("../images/publicservice_function_icon03.png");
}
.publicservice_function_box > ul > li:nth-child(4) > * {
background-image: url("../images/publicservice_function_icon04.png");
}
.publicservice_function_box > ul > li:nth-child(5) > * {
background-image: url("../images/publicservice_function_icon05.png");
}
.publicservice_function_box > ul > li:nth-child(6) > * {
background-image: url("../images/publicservice_function_icon06.png");
}
.publicservice_function_box > ul > li:nth-child(7) > * {
background-image: url("../images/publicservice_function_icon07.png");
}
.publicservice_function_box > ul > li:nth-child(8) > * {
background-image: url("../images/publicservice_function_icon08.png");
}
.publicservice_function_box > ul > li:nth-child(1),
.publicservice_function_box > ul > li:nth-child(3),
.publicservice_function_box > ul > li:nth-child(6),
.publicservice_function_box > ul > li:nth-child(8) {
background-color: #f9f9f9;
}
.publicservice_function_box > ul > li > * {
}
	@media screen and (max-width: 900px) {
    .publicservice_function_box > ul > li {
    min-height: 190px;
    max-width: 31%;
    flex: 0 0 31%;
    background-color: #eee!important;
    }
    .publicservice_function_box > ul > li:nth-child(1),
    .publicservice_function_box > ul > li:nth-child(3),
    .publicservice_function_box > ul > li:nth-child(5),
    .publicservice_function_box > ul > li:nth-child(8) {
    background-color: #f9f9f9!important;
    }
    }
	@media screen and (max-width: 768px) {
    .publicservice_function_text {
    padding: 20px 10px 0 10px;
    }
    }
	@media screen and (max-width: 650px) {
    .publicservice_function_box > ul > li:nth-child(3),
    .publicservice_function_box > ul > li {
    min-height: 160px;
    max-width: 48%;
    flex: 0 0 48%;
    margin: 5px 1%;
    font-size: 90%;
    background-color: #eee!important;
    }
    .publicservice_function_box > ul > li .size_s {
    display: block;
    }
    .publicservice_function_box > ul > li br {
    display: none;
    }
    .publicservice_function_box > ul > li:nth-child(1),
    .publicservice_function_box > ul > li:nth-child(4),
    .publicservice_function_box > ul > li:nth-child(5),
    .publicservice_function_box > ul > li:nth-child(8) {
    background-color: #f9f9f9!important;
    }
    }
/* page comingsoon
-------------------------------------------------------*/
	@media screen and (max-width: 1100px) {
	#page_comingsoon #page_title .image img {
	right: -15%;
	}
	}
	@media screen and (max-width: 900px) {
	#page_comingsoon #page_title .image img {
	right: -30%;
	}
	}
	@media screen and (max-width: 768px) {
	#page_comingsoon #page_title .image img {
	right: -15%;
	}
	}
	@media screen and (max-width: 550px) {
	#page_comingsoon #page_title .image img {
	right: -50%;
	}
	}
	@media screen and (max-width: 420px) {
	#page_comingsoon  #page_title .title {
	width: 60%;
	}
	#page_comingsoon #page_title .image img {
	right: -65%;
	}
	}
/* 20190516
----------------------------------------------- */
.footer_area04 ul {
position: relative;
display: table;
width: 100%;
padding: 20px;
font-size: 70%;
color: #282864;
}
.footer_area04 ul li {
display: table-cell;
vertical-align: middle;
text-align: center;
width: 12%;
max-width: inherit;
}
.footer_area04 ul li img {
max-width: 72px;
}
.footer_area04 ul li.isms {
width: 60%;
}
.footer_area04 ul li.isms img {
max-width: 140px;
}
.footer_area04 ul li.isms .box {
display: table;
width: 100%;
}
.footer_area04 ul li.isms .box > * {
display: table-cell;
vertical-align: middle;
}
.footer_area04 ul li.isms .box > *.logo {
width: 25%;
max-width: 100px;
}
.footer_area04 ul li.isms .box > *.text {
text-align: left;
padding-left: 10px;
line-height: 1.2;
}
.footer_area04 ul li.isms .box > * {
display: table-cell;
}
	@media screen and (max-width: 768px) {
    .footer_area04 ul {
    display: block;
    text-align: center;
    border: none;
    vertical-align: top;
    }
    .footer_area04 ul:before { content:""; display:table;}
    .footer_area04 ul:after { content:""; display:table; clear:both;}
    .footer_area04 ul { zoom:1;}

    .footer_area04 ul li {
    float: left;
    width: 33.33%;
    border: none!important;
    padding: 5px 0;
    }
    .footer_area04 ul li:last-child {
    width: 100%;
    }
	}
	@media screen and (max-width: 420px) {
     .footer_area04 ul li.isms .box > * {
    display: block;
    }
   .footer_area04 ul li.isms .box > *.logo {
    width: 100%;
    max-width: inherit;
    text-align: center;
    padding-bottom: 5px;
    }
    }
#page_home #footer .footer_area00 .icon > * {
display: inline-block;
}
#header .htext {
color: #fff;
font-size: 70%;
line-height: 1.2;
max-width: 200px;
padding-right: 10px;
}
	@media screen and (max-width: 1200px) {
    #header .area_in #nav {
    font-size: 90%;
    }
    }
    @media screen and (min-width:768px) and ( max-width:900px) {
    #header .htext {
    display: none;
    }
    }
	@media screen and (min-width:420px) and ( max-width:768px) {
    #header .htext {
    max-width: inherit;
    padding-right: 60px;
    }
    #header .branding {
    padding-right: 0;
    }
    #header .branding .branding_in > *.logo_nta img {
    width: auto;
    height: 50px;
    }
    #header .logo img {
    width: auto;
    height: 50px;
    }
    }
	@media screen and (max-width: 420px) {
    #header .htext {
    display: none;
    }
    }
#header #nav li {
min-width: 25%;
}