/*共通*/
*{
    color: #111;
	font-family: 'Noto Serif JP', serif;
}
.en{
    font-family: 'Cormorant', serif;
}
.wrapper{
    width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.wrap{
	width: 90%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}
.overflow{
	overflow: hidden;
}

.title-h3,
.title-h2{
    font-size: 28px;
    line-height: 1.4em;
}
.title-h3 span,
.title-h2 span{
	position: relative;
	background: #fff;
	padding-right: 10px;
	z-index: 1;
}
.title-h3:after,
.title-h2:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 14px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #111;
	z-index: 0;
}
.title-h4{
	font-size: 21px;
	line-height: 1.4em;
}

.link {
    padding: 15px 0;
    width: 100%;
    color: #276ccf;
    position: relative;
    transition: .2s ease-in-out;
	cursor: pointer;
}
.link:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #276ccf;
  position: absolute;
  top: -1px;
  right: 0;
  transition: .1s ease-in-out .1s;
}
.link:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #276ccf;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: .1s ease-in-out .2s;
}
.link span:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #276ccf;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: .1s ease-in-out .3s;
}
.link span:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #276ccf;
  position: absolute;
  top: 0;
  left: -1px;
  transition: .1s ease-in-out;
}
.link:hover span:after {
  height: 0;
}
.link:hover:before {
  width: 0;
}
.link:hover:after {
  height: 0;
}


.arrow-a{
	width: 20em;
	margin: 0 0 0 auto;
	color: #fff;
	font-size: 21px;
	text-indent: -1em;
	border: 1px solid #fff;
}
.arrow-a:hover{
	background: #002254;
	color: #fff;
}
.arrow-a:before{
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 7px solid #fff;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
}
.arrow-a:after{
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 20%;
	height: 1px;
	background: #fff;
}
.tel{
    pointer-events: none;
}
@media screen and (max-width: 780px) {
	.title-h3{
		font-size: 24px;
		text-align: center;
	}
}
@media screen and (max-width: 680px) {
	.title-h3{
		width: 95%;
		margin: 0 auto 40px;
	}
    .tel{
        pointer-events: inherit;
    }
}
@media screen and (max-width: 480px) {
	.title-h3{
		font-size: 18px;
	}
	.title-h4{
		font-size: 18px;
	}
	.arrow-a{
		width: 100%;
	}
}


/* HEADER */
.smfl{
	border-bottom: 3px solid #005bac;
	padding: 7px 0;
}
.smfl-logo{
	width: 90%;
}
.header{
	width: 90%;
}
.header-h1{
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 1.5px;
}
.header-h1_small{
	margin-top: 5px;
}
.gnav-ol a{
	padding: 0 10px;
	font-size: 15px;
	vertical-align: -7px;
}
.cv-tel span{
	display: block;
	padding-left: 10px;
	font-size: 24px;
	color: #009bd8;
}
.cv-tel_small{
	font-size: 16px;
	color: #009bd8;
}
.cv-tel_message{
	font-size: 12px;
	letter-spacing: 0.5px;
	text-align: left;
	text-indent: -2px;
	/*font-family: sans-serif;*/
}
.cv-a{
	width: 7em;
	margin-left: 5px;
	padding: 10px 0;
	font-size: 14px;
	color: #fff;
}
.cv{
	padding-left: 10px;
}
.cv-entry{
	background: #003a8e;
}
.cv-inquiry{
	background: #276ccf;
}
.cv-document{
	background: #009bd8;
}
.cv-a:hover{
	background: #002254;
	color: #fff;
}
#drawer,
.drawer-list{
	display: none !important;
}
@media screen and (max-width: 1480px) {
	.smfl-logo,
	.header {
		width: 95%;
	}
}
@media screen and (max-width: 1380px) {
	.header-nav {
		padding-right: 45px;
	}
	.cv-a{
		font-size: 13px;
	}
	.gnav{
		display: none;
	}
	.gnav-ol,
	.gnav-ol li{
		display: block;
		width: 100%;
	}
	#drawer{
		display: block !important;
		z-index: 9999999;
	}
	.drawer-list{
		display: block !important;
	}
	/*位置*/
	.drawer-hamburger {
		position: fixed;
		top: 58px !important;
		right: 2.5% !important;
		z-index: 999999;
		padding-right: 0;
	}
	.drawer--right.drawer-open .drawer-hamburger {
		position: fixed;
		right: 6% !important;
	}
	/*色形*/
	.drawer-hamburger-icon,
	.drawer-hamburger-icon:after,
	.drawer-hamburger-icon:before {
		background: #333;
	}
	.drawer--right.drawer-open .drawer-hamburger-icon:after,
	.drawer--right.drawer-open .drawer-hamburger-icon:before {
		background-color: #fff;
	}
	/*ナビ内*/
	.drawer--right .drawer-nav {
		right: -20rem;
	}
    .drawer-nav {
        background:#003a8e;
        padding: 80px 0;
        overflow: auto;
		z-index: 999999;
		width: 20rem;
    }
	.gnav-ol li,
	.gnav-ol a{
		display: block;
		flex-basis:100%;
		-webkit-flex-basis:100%;
		max-width:100%;
		width: 100%;
		color: #fff;
	}
	.gnav-ol a{
        padding: 15px 20px;
        border-bottom: 1px solid #fff;
    }
	.gnav-ol li a:hover,
	.gnav-ol a.active{
        background: #009bd8;
        color: #fff;
    }
	.gnav-ol_sub a{
		padding-left: 3em !important;
		background: #2b64b9;
	}
	.gnav-ol_sub a:before{
		content: "-";
		padding-right: 5px;
		font-size: 18px;
	}
}
@media screen and (max-width: 1080px){
	.cv{
		padding-right: 10px;
	}
}
@media screen and (max-width: 980px){
	.header {
		width: 95%;
		padding: 10px 0 !important;
		margin: 0 0 0 2% !important;
	}
	.drawer-hamburger {
		top: 50px !important;
	}
	.cv{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		display:flex;
		display:-webkit-flex;
		justify-content:space-between;
		-webkit-justify-content:space-between;
		padding: 0 !important;
		z-index: 9;
	}
	.cv-a{
		flex-basis:33.3%;
		-webkit-flex-basis:33.3%;
		max-width:33.3%;
		margin: 0 !important;
		padding: 15px 0;
		font-size: 16px;
	}
	.cv-tel_img{
		width: 40px;
	}
}
@media screen and (max-width: 680px){
	.header{
		padding: 10px 0 !important;
	}
	.logo{
		width: 90px;
	}
	.cv-tel {
		padding-right: 0;
	}
}
@media screen and (max-width: 480px){
	.logo{
		width: 80px;
	}
}




.inqbox{
	margin: 20px 0;
	border: 1px solid #999;
}
.inqbox-h6{
	font-size: 16px;
	font-weight: 900;
}
@media screen and (max-width: 480px){
	.inqbox p{
		font-size: 14px;
	}
}




/* FOOTER CV */
.footer-cv{
	background: url(/img/common/footer-cv.jpg) no-repeat center center;
	background-size: cover;
}
.footer-cv_wrap{
	width: 40%;
}
.footer-cv_a{
	flex-basis:32%;
	-webkit-flex-basis:32%;
	max-width:32%;
	width: 32%;
	margin-bottom: 10px;
	padding: 15px 0;
	font-size: 21px;
}
.footer-cv_tel{
	margin-top: 10px;
	flex-basis:100%;
	-webkit-flex-basis:100%;
	max-width:100%;
	background: rgba(255,255,255,0.7);
	line-height: 1.7em;
}
.footer-cv_tel--no{
	font-size: 38px !important;
}
.cv-tel_small{
	font-size: 18px;
}
.cv-tel_small--message{
	font-size: 21px !important;
}
.footer-cv_time{
	font-size: 16px;
}
.footer-banner_wrap{
	width: 40%;
}
.footer-banner_wrap{
    background: rgba(211,238,208,0.7);
}
.footer-banner_h4{
	flex-basis:100%;
	-webkit-flex-basis:100%;
	max-width:100%;
	width: 100%;
	font-size: 21px;
}
.footer-banner_h4 img{
    width: 107px;
    vertical-align: middle;
    padding-right: 6px;
}
.footer-banner{
	flex-basis:49%;
	-webkit-flex-basis:49%;
	max-width:49%;
	width: 49%;
}
@media screen and (max-width: 1380px) {
	.footer-cv_wrap,
	.footer-banner_wrap{
		width: 50%;
	}
}
@media screen and (max-width: 1080px) {
	.footer-cv_wrap,
	.footer-banner_wrap{
		width: 60%;
	}
}
@media screen and (max-width: 980px) {
	.footer-cv_wrap,
	.footer-banner_wrap{
		width: 70%;
	}
	.footer-cv_tel{
		font-size: 14px;
	}
}
@media screen and (max-width: 780px) {
	.footer-cv_tel{
		margin-top: 10px !important;
		font-size: 13px;
	}
	.footer-cv_a{
		font-size: 18px !important;
	}
}
@media screen and (max-width: 680px) {
	.footer-cv_wrap,
	.footer-banner_wrap{
		width: 80%;
	}
	.footer-banner_h4 {
		font-size: 18px;
		margin-bottom: 10px !important;
	}
	.footer-banner_h4 img {
		width: 90px;
	}
}
@media screen and (max-width: 480px) {
	.footer-cv_wrap,
	.footer-banner_wrap{
		width: 90%;
	}
	.footer-cv_a{
		font-size: 14px !important;
	}
	.footer-cv_tel{
		font-size: 12px;
	}
	.footer-cv_tel--no{
		font-size: 28px !important;
	}
	.footer-banner_h4 img {
		width: 70px;
	}
	.footer-banner_h4 {
		margin-top: 10px;
		font-size: 17px;
	}
	.footer-banner {
		flex-basis: 80%;
		-webkit-flex-basis: 80%;
		max-width: 80%;
		width: 80%;
		margin: 10px auto !important;
	}
}



/*FOOTER*/
.footer{
	width: 100%;
    background: #eee;
}
.footer-address{
	flex-basis:16em;
	-webkit-flex-basis:16em;
	max-width:16em;
	margin-right: 5%;
	line-height: 2em;
}
.footer-address a{
	font-size: 110%;
	letter-spacing: 1px;
}
.footer-link {
	margin-right: 3% !important;
}
.footer-link li span,
.footer-link li a{
	display: inline-block;
	padding: 5px 0;
	font-size: 14px;
}
.footer-link li:before{
	content: "-";
	padding-right: 5px;
}
.copy{
	background: #fff;
}
.copyright{
    letter-spacing: 2px;
    font-size: 12px;
}
.kyokai-banner{
	display: block;
	margin-top: 10px;
	width: 234px;
}
.kyokai-text{
	border: 1px solid #999;
	font-size: 13px;
	line-height: 1.4em;
	padding: 10px 20px;
	text-align: center;
}
@media screen and (max-width: 1280px) {
	.footer-address {
		font-size: 13px;
	}
	.footer-link li span,
	.footer-link li a{
		padding: 2px 0;
		font-size: 13px;
	}
}
@media screen and (max-width: 980px) {
	.footer-address{
		margin-top: 20px;
		flex-basis:100%;
		-webkit-flex-basis:100%;
		max-width:100%;
		order: 4;
		-webkit-order:4;
	}
	.kyokai-text{
		margin-top: 10px;
	}
}
@media screen and (max-width: 680px) {
	.cv-tel_small--message{
		font-size: 18px !important;
	}
	.footer {
		padding: 0 !important;
	}
	.sitemap{
		width: 100%;
	}
	.footer-link li span,
	.footer-link a{
		background: #ddd;
	}
	.sitemp-child{
		margin: 0;
		padding: 0;
	}
	.sitemp-child a{
		background: #eee;
		padding-left: 20px !important;
	}
	.footer-link li:before{
		display: none;
	}
	.footer-link li span,
	.footer-link li a{
		padding: 15px;
	}
	.footer-link {
		flex-basis:100%;
		-webkit-flex-basis:100%;
		max-width:100%;
		margin: 0 !important;
		margin-bottom: 40px;
	}
	.footer-address{
		flex-basis:100%;
		-webkit-flex-basis:100%;
		max-width:100%;
		padding: 20px;
		text-align: center;
	}
	.kyokai-banner{
		margin: 20px auto;
	}
	.footer-link li span,
	.footer-link li a{
		display: block;
		border-bottom: 1px solid #999;
	}
	.copy{
		padding-bottom: 80px !important;
	}
	.kyokai-text{
		font-size: 12px;
		width: 95%;
		padding: 10px 5px;
	}
}




/*TOTOP*/
#totop {
    position: fixed;
    bottom: 0;
    right: 15px;
    width: 50px;
    z-index: 99999;
    text-align: center;
}
#totop a {
    display: block;
    width: 50px;
    height: 50px;
}
@media screen and (max-width: 980px) {
    #totop {
		right: 5px;
        bottom: 40px;
    }
	#totop a {
		width: 40px;
		height: 40px;
	}
}


/* TERMS */
#term{
  max-width: 800px;
  margin: 0 auto;
}
#term h4{
  margin:80px 0 10px;
}
#term li{
  line-height: 1.3em;
  margin-bottom: 10px;
}