@charset "utf-8";

/*
**************************************************************************
*	Smart EX common.css
**************************************************************************/



/* --------------------------------------------------
		common - reset YUI
-------------------------------------------------- */
/**
YUI 3.10.0 (build a03ce0e)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/** cssreset */
html {
	color: #000;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
	*font-size: 100%;
}
legend {
	color: #000;
}


/* --------------------------------------------------
		common - base
-------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	font-family: "Noto Sans Japanese", sans-serif;
	font-size: 62.5%;
	font-weight: 500;
	line-height: 1.6;
	color: #30353b;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	overflow-y: scroll;
}
body {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
a {
	outline : none;
	color: #004ea2;
	text-decoration: underline;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	transition: color .4s cubic-bezier(0.215,0.61,0.355,1);
}
a:hover {
	color: #07aeca;
}
a.fade {
	transition: opacity .4s cubic-bezier(0.215,0.61,0.355,1);
}
a.fade:hover {
	opacity: 0.7;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}
.cfx:after {
	content: "";
	display: table;
	clear: both;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.modBox-inr {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1120px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
ul.inline {
	letter-spacing: -0.4em;
}
ul.inline > li {
	letter-spacing: 0.05em;
	display: inline-block;
}
.font-gc {
	font-family: "Noto Sans Japanese", sans-serif;
}
.font-mc {
	font-family: "Libre Baskerville", serif;
}
.color-bk {
	color: #30353b;
}
.color-wt {
	color: #ffffff;
}
.color-bl {
	color: #004ea2;
}
.color-gr {
	color: #07aeca;
}
.bold {
	font-weight: 700;
}

@media (max-width: 784px) {
body {
	font-size: 1.3rem;
	/*font-size: 3.46667vw;*/
}
a:hover {
	color: #30353b;
}
a.fade:hover {
	opacity: 1;
}
img.w100 {
	width: 100%;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.modBox-inr {
	padding: 0 5.33333%;
	max-width: none;
}
}


/* --------------------------------------------------
		header
-------------------------------------------------- */
.header {
	min-height: 80px;
	position: relative;
	z-index: 100;
	background-color: #ffffff;
	padding-top: 8px;
	padding-bottom: 10px;
}
.header-logo {
	position: absolute;
	top: 0;
	left: 20px;
}
.header-logo img {
	width: 80px;
}
.headerJr-list {
	padding-top: 10px;
	position: absolute;
	top: 0;
	right: 20px;
}
.headerJr-list li {
	float: left;
	width: 48px;
	margin-left: 15px;
}

@media (max-width: 784px) {
.header {
	padding-top: 10px;
	padding-bottom: 10px;
}
.header-logo {
	left: 5.33333%;
}
.header-logo img {
	width: 54px;
}
.headerJr-list {
	padding-top: 0;
	margin-right: 35px;
	right: 5.33333%;
}
.headerJr-list li {
	float: left;
	width: 30px;
	margin-top: 5px;
	margin-left: 0;
}
.headerJr-list li + li {
	margin-left: 10px;
}
.navToggle-button {
	position: absolute;
	top: 0;
	right: 3.466667%;
	font-size: 0;
	height: 30px;
	width: 30px;
}
.navToggle-button span {
	position: relative;
	display: block;
	width: 20px;
	height: 2px;
	background-color: #004ea2;
	margin: 14px auto;
}
.navToggle-button span:before {
	content: "";
	position: absolute;
	top: -6px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #004ea2;
}
.navToggle-button span:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #004ea2;
}
.nav {
	position: fixed;
	z-index: 10;
	top: -110%;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.nav-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #004ea2;
}
.nav-inr {
	position: relative;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}
.navToggle-button.close {
	top: 14px;
}
.navToggle-button.close span {
	background-color: transparent;
}
.navToggle-button.close span:before {
	top: 1px;
	left: -10%;
	width: 120%;
	background-color: #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navToggle-button.close span:after {
	top: 1px;
	left: -10%;
	width: 120%;
	background-color: #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-logo {
	padding: 10px 0 10px 5.333333%;
	width: 54px;
}
.nav-list {
	border-top: 1px solid #003b7a;
}
.nav-list li {
	display: table;
	width: 100%;
	border-bottom: 1px solid #003b7a;
}
.nav-list a {
	display: table-cell;
	min-height: 50px;
	vertical-align: middle;
	color: #ffffff;
	font-size: 2.0rem;
	line-height: 1.4;
	text-decoration: none;
	padding: 20px 10.66667% 20px 5.33333%;
	background-image: url(../img/icon_arrow01.png);
	background-size: 12px 7px;
	background-repeat: no-repeat;
	background-position: 94.66667% 50%;
}
.nav-app {
	text-align: center;
	padding: 25px 0;
	border-bottom: 1px solid #003b7a;
}
.navApp-text {
	color: #ffffff;
	margin-bottom: 12px;
}
.navApp-list li {
	width: 37.33333%;
	max-width: 140px;
	margin: 0 7px;
}
.nav-link {
	padding: 45px 0;
	text-align: center;
}
.nav-link a {
	color: #ffffff;
}
.nav-link a img {
	width: 89px;
	padding-right: 10px;
}
.nav-link .modBtn-outsideTextLink .link:after {
	background-image: url(../img/icon_outside03.png);
}
}


/* --------------------------------------------------
		contents
-------------------------------------------------- */
.contents {
	position: relative;
	overflow: hidden;
}
.section {
	position: relative;
}
.ancher {
	/*background-color: #eef3f6;*/
}
.modBtn-outsideTextLink {
	color: #30353b;
	text-decoration: none;
}
.modBtn-outsideTextLink .link {
	position: relative;
	display: inline-block;
}
.modBtn-outsideTextLink .link:after {
	content: "";
	position: relative;
	display: inline-block;
	width: 11px;
	height: 9px;
	margin-left: 10px;
	background-image: url(../img/icon_outside01.png);
	background-repeat: no-repeat;
	background-size: 11px 9px;
}
.modBtn-outsideTextLink .link.large:after {
	width: 18px;
	height: 14px;
	background-size: 18px 14px;
}
.modBtn-outsideTextLink:hover .link {
	text-decoration: underline;
}
.modBtn-outsideBoxLink {
	position: relative;
	display: block;
	width: 336px;
	border: 2px solid #c7d1d6;
	border-radius: 5px 5px;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
	padding: 16px 0;
	background-color: #ffffff;
	box-shadow: 0 -2px 0 0 #c7d1d6 inset;
	transition: color .4s cubic-bezier(0.215,0.61,0.355,1),
				background-color .4s cubic-bezier(0.215,0.61,0.355,1),
				border-color .4s cubic-bezier(0.215,0.61,0.355,1),
				box-shadow .4s cubic-bezier(0.215,0.61,0.355,1);
}
.modBtn-outsideBoxLink:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -4px;
	right: 20px;
	width: 11px;
	height: 9px;
	background-image: url(../img/icon_outside02.png);
	background-size: 11px 9px;
}
.modBtn-outsideBoxLink:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -4px;
	right: 20px;
	width: 11px;
	height: 9px;
	background-image: url(../img/icon_outside03.png);
	background-size: 11px 9px;
	opacity: 0;
	transition: opacity .4s cubic-bezier(0.215,0.61,0.355,1);
}
.modBtn-outsideBoxLink:hover {
	color: #ffffff;
	background-color: #004ea2;
	border-color: #004ea2;
	box-shadow: 0 -2px 0 0 #004ea2 inset;
}
.modBtn-outsideBoxLink:hover:after {
	opacity: 1;
}
.nolink.modBtn-outsideBoxLink {
	color: #ffffff !important;
	border-color: #c7d1d6 !important;
	background-color: #c7d1d6 !important;
	box-shadow: 0 -2px 0 0 #c7d1d6 inset !important;
}
.nolink.modBtn-outsideBoxLink:before {
	background-image: url(../img/icon_outside03.png);
}
.nolink.modBtn-outsideBoxLink:after {
	content: none;
}
.modSec-title {
	position: relative;
	font-size: 4.4rem;
	color: #004ea2;
	line-height: 1.4;
	margin-bottom: 30px;
	padding-left: 70px;
}
.modSec-title:after {
	content: "";
	position: absolute;
	display: block;
	top: 28px;
	left: 0;
	width: 40px;
	height: 5px;
	border-left: 20px solid #004ea2;
	background-color: #172a88;
	box-sizing: border-box;
}
.modSlash {
	position: relative;
}
.modSlash {
	position: absolute;
	display: block;
	-webkit-transform: skewX(-65deg);
	transform: skewX(-65deg);
	box-shadow: 25px 10px 0 0 rgba(65,73,81,0.16);
}
.modSlash.gr {
	background-color: #13aeca;
}
.modSlash.bl {
	background-color: #004ea2;
}
.modSlash.wt {
	background-color: #ffffff;
}

@media (max-width: 784px) {
.modBtn-outsideTextLink:hover .link {
	text-decoration: none;
}
.modBtn-outsideBoxLink {
	width: 100%;
	border-radius: 4px 4px;
	padding: 12px 0;
	background-color: #ffffff;
}
.modBtn-outsideBoxLink:before {
	right: 15px;
}
.modBtn-outsideBoxLink:after {
	content: none;
}
.modBtn-outsideBoxLink:hover {
	color: #004ea2;
	background-color: #ffffff;
	border-color: #c7d1d6;
	box-shadow: 0 -2px 0 0 #c7d1d6 inset;
}
.modSec-title {
	font-size: 3.0rem;
	line-height: 1.3;
	padding-left: 0;
	padding-top: 18px;
}
.modSec-title:after {
	top: 0;
	left: 0;
	width: 40px;
	height: 4px;
}
.modSlash {
	box-shadow: 12px 6px 0 0 rgba(65,73,81,0.16);
}
}


/* --------------------------------------------------
		footer
-------------------------------------------------- */
@media only screen and (min-width: 785px) {
    .footer {
        height: 100px
    }
    .footer .modBox-inr {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
                align-items: center;
        -webkit-justify-content: space-between;
                justify-content: space-between;
        height: 100%
    }
    .footerSns-box {
        justify-self: start
    }
    .footerJr-box {
        justify-self: end
    }
}



.footer {
	position: relative;
	color: #b4bbbf;
	font-size: 1.1rem;
	background-color: #30353b;
}
.footerSns-title {
	float: left;
	margin-right: 20px;
}
.footerSns-list {
	float: left;
}
.footerSns-list li {
	float: left;
	width: 25px;
	margin-left: 8px;
}
.footerSns-list li:last-child {
	margin-left: 10px;
}
.footerJr-list {
	float: right;
}
.footerJr-list li {
	float: left;
	width: 40px;
	margin-left: 20px;
}
.footer-copyright {
	float: right;
	margin-right: 20px;
}
.footer-copyright .link {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
	margin-top: 5px;
}
.footer-copyright .link > li + li {
	padding-left: .4em;
	border-left: #b4bbbf solid 2px;
	margin-left: .4em;
}
.footer-copyright .link a {
	color: inherit;
	text-decoration: none;
}
.footer-copyright .link a:hover {
	color: inherit;
	text-decoration: underline;;
}
.pagetop {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
}
.pagetop a {
	display: block;
	width: 100px;
	height: 100px;
	text-indent: -9999px;
	background-color: #434950;
	background-image: url(../img/icon_pagetop.png);
	background-repeat: no-repeat;
	background-position: center center;
}
@media (max-width: 1137px) {
.footerSns-title {
	margin-right: 5px;
}
.footerSns-list li {
	margin-left: 4px;
}
.footerSns-list li:last-child {
	margin-left: 5px;
}
.footer-copyright {
	margin-right: 0;
}
}

@media (max-width: 784px) {
.footer {
	padding-top: 0;
	padding-bottom: 0;
}
.footer .modBox-inr {
	padding: 0 0;
}
.footerSns-box {
	float: none;
	padding: 16px 5.33333%;
	border-bottom: 1px solid #3f454c;
}
.footerSns-title {
	margin-right: 0;
}
.footerSns-list li {
	width: 27px;
	margin-left: 15px !important;
}
.footerJr-box {
	float: none;
}
.footerJr-list {
	float: none;
	border-bottom: 1px solid #3f454c;
}
.footerJr-list li {
	float: left;
	width: 33.3333%;
	padding: 15px 0;
	margin-left: 0;
	text-align: center;
	box-sizing: border-box;
}
.footerJr-list li + li {
	border-left: 1px solid #3f454c;
}
.footerJr-list li a {
	display: inline-block;
	width: 41px;
}
.footer-copyright {
	float: none;
	padding: 10px 0;
	margin-right: 0;
	font-size: 1.0rem;
	text-align: center;
}
.pagetop a {
	width: 50px;
	height: 50px;
	background-size: 9px 12px;
}
}


/**/
.nav-link--logo a {
	display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}