/*
Theme Name: NC type1
Description: NC
Author: NC
Version: 1.1
*/



/*------------------------------------------

	サイト内汎用

------------------------------------------*/
body {
	color: #221815;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

strong{ color: #ffa110; }

.btn a {
    min-width: 320px;
    height: 60px;
    line-height: 60px;
	font-size: 1.8rem;
    color: #fff!important;
	text-decoration: none!important;
    background: rgb(65 202 254);
    background: -moz-linear-gradient(178deg, rgba(65 202 254) 0%, rgba(86 146 246) 100%);
    background: -webkit-linear-gradient(178deg, rgba(65 202 254) 0%, rgba(86 146 246) 100%);
    background: linear-gradient(178deg, rgb(65 202 254) 0%, rgb(86 146 246) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#49b4fb",endColorstr="#5497f7",GradientType=1);
    border-bottom: none;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    padding: 0px 45px 0px 30px;
    position: relative;
}
.btn a:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -4px;
}

.btn.btn-sq a {
	height: 56px;
	font-size: 1.4rem;
	line-height: 1.3;
	border-radius: 0px;
	display: inline-block;
}
.btn.btn-sq.br_no a {
	padding-top: 20px;
}
.btn.btn-sq a:before {
    right: 10px;
}

.btn.btn_gra a {
	width: 100%;
	max-width: 320px;
	height: 70px;
	font-size: 1.8rem;
    background: rgb(65 202 254);
    background: -moz-linear-gradient(178deg, rgba(65 202 254) 0%, rgba(86 146 246) 100%);
    background: -webkit-linear-gradient(178deg, rgba(65 202 254) 0%, rgba(86 146 246) 100%);
    background: linear-gradient(178deg, rgb(65 202 254) 0%, rgb(86 146 246) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#49b4fb",endColorstr="#5497f7",GradientType=1);
	padding-top: 25px;
	padding-left: 70px;
}
.btn.btn_gra a::before {
    width: 15px;
    height: 15px;
    right: 20px;
    margin-top: -6px;
}
.btn.btn_gra a:after {
    content: "";
	width: 36px;
	height: 25px;
	background-image: url(images/common/ico-mail.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
}

.btn.contact_btn a:after {
    content: "";
	width: 36px;
	height: 25px;
	background-image: url(images/common/ico-mail.png);
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
	z-index: 1;
}

.inr {
	width: 100%;
	max-width: 1030px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.midashi01 {
	font-size: 4.5rem;
	color: #44b8ff;
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
}
.midashi01 .sub {
	font-size: 2.0rem;
	color: #333333;
	font-weight: lighter;
	font-style: normal;
	display: inline-block;
	padding-left: 20px;
}
.midashi01 br.pcno+.sub {
	padding-left: 20px;
}

.midashi01.pad .sub {
	padding-left: 50px;
}
.midashi01 br+.sub {
	padding-left: 0;
}

.midashi02 {
	font-size: 3rem;
	color: #333333;
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
}
.midashi02 .sub {
	font-size: 1.6rem;
	color: #4bb3ff;
	font-weight: lighter;
	font-style: normal;
	display: inline-block;
	padding-left: 20px;
}
.midashi02 br.pcno+.sub {
	padding-left: 20px;
}

.midashi02.pad .sub {
	padding-left: 50px;
}
.midashi02 br+.sub {
	padding-left: 0;
}

.midashi03 {
    font-size: 3.0rem;
	color: #2c6aad;
	font-weight: normal;
	border-top: #b4ddf5 5px solid;
	border-bottom: #b4ddf5 1px solid;
	padding: .7em 0
}

.midashi04 {
    font-size: 2.6rem;
	font-weight: normal;
	color: #2c6aad;
}

.midashi05 {
    font-size:2.0rem;
	font-weight: bold;
	color: #2c6aad;
}
.midashi06 {
    font-size:1.7rem;
	font-weight: bold;
	color: #2c6aad;
}
.hx_circle {
	font-size: 2.4rem;
	color: #2c6aad;
	letter-spacing: .03em;
    padding-left: 35px;
	position: relative;
}
.hx_circle::before {
    width: 20px;
    height: 20px;
    background-color: #b4ddf5;
    top: 8px;
    left: 5px;
    z-index: 1;
}
.hx_circle::after {
    width: 10px;
    height: 10px;
    background-color: #fff;
    top: 13px;
    left: 10px;
    z-index: 2;
}
.hx_circle::before,
.hx_circle::after {
	content: "";
	border-radius: 100px;
	position: absolute;
}
.hx_circle.min {
	font-size: 2.0rem;
}

.hx_circle.line {
	border-top: #b4ddf5 5px solid;
	border-bottom: #b4ddf5 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
}
.hx_circle.line::before {
    top: 18px;
}
.hx_circle.line::after {
    top: 23px;
}

.hx_circle.orange::before {
    background-color: #f7bd8f;
}
.hx_circle.opa::before {
    background-color: #ddedcb;
}

.hx_l_bdr {
    color: #4c6ed1;
    line-height: 1;
    border-left: #c6efff 8px solid;
    padding-left: 0.4em;
}

.txt-pad {
	padding: 0 9px;
}

.nolink {
	text-decoration: none!important;
	pointer-events: none;
}

/* リスト（円アイコン） */
.typ-circle li {
	padding-left: 1.8em;
	margin-bottom: 15px;
	position: relative;
}
.typ-circle li::before {
	width: 20px;
	height: 20px;
	background-color: #b4ddf5;
	top: 4px;
	left: 0;
	z-index: 1;
}
.typ-circle li::after {
    width: 10px;
    height: 10px;
    background-color: #fff;
    top: 9px;
    left: 5px;
    z-index: 2;
}
.typ-circle li::before,
.typ-circle li::after {
	content: "";
	border-radius: 100px;
	position: absolute;
}

.typ-circle li .tit2 {
	font-size: 1.8rem;
	color: #2c7d00;
	font-weight: normal;
	line-height: 1.4;
}
.typ-circle.orange li::before {
	background-color: #f7bd8f;
}

/*PC*/
@media screen and (min-width: 980px) {
	[aria-current="page"],
	.current_page_ancestor > a {
		position: relative;
	}
	[aria-current="page"]::after,
	.current_page_ancestor > a::after {
		content: "";
		width: 15px;
		height: 3px;
		background-color: #fff;
		position: absolute;
		bottom: -22px;
		left: 50%;
		transform: translateX(-50%);
	}

	.sub-menu .current_page_ancestor > a::after,
	footer .current_page_ancestor > a::after {
		display: none;
	}

	ul.typ-circle.pc-fb li,
	ul.typ-circle.pc-fb li {
		width: 50%;
	}
}/*END*/

/*PC*/
@media screen and (min-width: 768px) {
	.anchor {
		padding-top: 100px;
		margin-top: -100px;
	}

	.sub-menu [aria-current="page"]::after,
	footer [aria-current="page"]::after {
		display: none;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	.anchor {
		padding-top: 68px;
		margin-top: -68px;
	}

	.btn a {
		width: 88%;
		min-width: 88%;
		margin-left: auto;
		margin-right: auto;
		font-size: 1.6rem;
		color: #fff;
		background-color: #3358a4;
		text-align: center;
		border-radius: 100px;
		position: relative;
	}
	.btn a:before {
		content: "";
		width: 8px;
		height: 8px;
		border: 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 25px;
		margin-top: -4px;
	}

	.btn.btn-sq a {
		max-width: none;
	}
	.btn.btn-sq.br_no a {
		padding-top: 20px;
	}
	.btn.btn-sq a:before {
		right: 10px;
	}

	.btn.btn_gra a {
		width: 100%;
		max-width: none;
		min-width: auto;
		height: 70px;
		font-size: 1.8rem;
		padding-top: 25px;
	}
	.btn.btn_gra a:before {
		width: 10px;
		height: 10px;
		right: 20px;
		margin-top: -4px;
	}
	.btn.btn_gra a:after {
		width: 19px;
		height: 14px;
		left: 50%;
		transform: translate(-50% , -50%);
		margin-left: -75px;
	}

	.inr {
		padding-right: 4%;
		padding-left: 4%;
	}

	.txt {
		font-size: 1.5rem;
	}
	.txt.lg {
		font-size: 1.6rem;
	}

	.midashi01 {
		font-size: 3.4rem;
		font-family: "Sawarabi Mincho";
	}
	.midashi01 .sub {
		font-size: 1.4rem;
		padding-left: 10px;
	}
	.midashi01.pad .sub {
		padding-left: 25px;
	}
	.midashi01 br+.sub {
		padding-left: 0;
	}
	.midashi01.pad br+.sub {
		line-height: 1.3;
		padding-left: 0;
		margin-top: 12px;
	}

	.midashi01 {
		font-size: 3.4rem;
		font-family: "Sawarabi Mincho";
	}
	.midashi01 .sub {
		font-size: 1.4rem;
		padding-left: 10px;
	}

	.midashi02 {
		font-size: 2.8rem;
	}
	.midashi02 .sub {
		font-size: 1.5rem;
	}

	.midashi03 {
		font-size: 2.6rem;
		border-top: #e1e6f5 3px solid;
	}

	.midashi04 {
		font-size: 2.0rem;
	}

	.midashi05 {
		font-size: 1.6rem;
	}

	.hx_circle,
	.hx_circle.min {
		font-size: 2.0rem;
	}

	.hx_circle::before {
		top: 3px;
	}
	.hx_circle::after {
		top: 8px;
	}

	.hx_circle.line::before {
		top: 14px;
	}
	.hx_circle.line::after {
		top: 19px;
	}

	/* リスト（円アイコン） */
	.typ-circle li {
		padding-left: 1.2em;
	}
	.typ-circle li::before {
		width: 13px;
		height: 13px;
		top: 7px;
	}
	.typ-circle li::after {
		width: 5px;
		height: 5px;
		top: 11px;
		left: 4px;
	}

	/* リスト（チェックアイコン） */
	ul.typ-circle.sm-fb li {
		width: 50%;
	}

	.check_tit {
	    font-size: 1.8rem;
	    padding: 10px 20px 0;
	}
	.check_tit span {
	    padding: 0 7px;
	}
	.check_tit.line::before {
	    width: calc(100% - 40px);
	    margin-top: 6px;
	}

	ul.check li {
		padding-left: 1.3em;
		margin-bottom: 10px;
	}
	ul.check li::before {
	    content: "✓";
	    font-size: 2rem;
	    top: -4px;
	    left: 0;
	    z-index: 1;
	}

}/*END*/


/*------------------------------------------

	テーブル

------------------------------------------*/
table.tb-type1 {
	width: 100%;
	font-size: 1.7rem;
	border-collapse: collapse;
	border-top: #b4ddf5 5px solid;
}
.tb-type1 td , .tb-type1 th {
	border-bottom: #b4ddf5 1px solid;
	padding-right: 2rem;
	padding-left: 2rem;
}
.tb-type1 th {
	width: 275px;
	color: #329a52;
	font-weight: normal;
	vertical-align: top;
	padding-top: 1em;
}
.tb-type1 td {
	padding: 1em 0;
}
table.tb-type1 a,
table.tb-type2 a,
table.tb-type3 a,
table.tb-type4 a
{
	color: #ff772d;
	text-decoration: underline;
}

table.tb-type2 {
	text-align: center;
	border-collapse: collapse;
	border-top: #b4ddf5 1px solid;
	border-left: #b4ddf5 1px solid;
}
.tb-type2 td , .tb-type2 th {
	border-right: #b4ddf5 1px solid;
	border-bottom: #b4ddf5 1px solid;
}
.tb-type2 th {
	min-width: 180px;
	background-color: #e6efff;
	font-weight: normal;
	vertical-align: middle;
	padding: 1em 2em;
}
.tb-type2 td {
	min-width: 280px;
	padding: 1em 2em;
}

table.tb-type3 {
	width: 100%;
	border-collapse: collapse;
	border-top: #9dc9e3 1px solid;
	border-left: #9dc9e3 1px solid;
}
table.tb-type3 td , .tb-type3 th {
	border-right: #9dc9e3 1px solid;
	border-bottom: #9dc9e3 1px solid;
}
table.tb-type3 th {
	background-color: #e6efff;
	font-weight: normal;
	vertical-align: middle;
	padding: 1em 0.5em;
}
table.tb-type3 td {
	vertical-align: top;
	padding: 1em;
	text-align: left;
}

table.tb-type4 {
	width: 96%;
	border-collapse: collapse;
	border-top: #b4ddf5 1px solid;
	border-left: #b4ddf5 1px solid;
}
.tb-type4 td , .tb-type4 th {
	border-right: #b4ddf5 1px solid;
	border-bottom: #b4ddf5 1px solid;
}
.tb-type4 th {
	background-color: #f4ffe6;
	font-weight: normal;
	vertical-align: middle;
	padding: 1em 0;
}
.tb-type4 td {
	padding: 1em;
}
.tb-type4 td.holi {
	color: #329a52;
	font-weight:bold;
}


/*PC*/
@media screen and (min-width: 768px) {

}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {

	table.tb-type1 {
		width: 100%;
		font-size: 1.6rem;
		border-collapse: collapse;
		border-top: #b4ddf5 5px solid;
	}
	.tb-type1 td,.tb-type1 th {
		width: 100%;
		text-align: left;
		display: block;
		padding: 2%;
	}
	.tb-type1 th {
		width: 100%;
		font-weight: bold;
	}
	.tb-type1 td {
		padding: 4%;
	}

	table.tb-type2 {
		width: 100%;
	}
	.tb-type2 td , .tb-type2 th {
		border-right: #b4ddf5 1px solid;
		border-bottom: #b4ddf5 1px solid;
	}
	.tb-type2 th {
		width: 45%;
		min-width: auto;
	}
	.tb-type2 td {
		width: 55%;
		min-width: auto;
	}

	table.tb-type2 {
		font-size: 1.4rem;
		display: block;
		padding: 0;
	}

	table.tb-type2 .time {
		width: 140px;
	}

	table.tb-type2 .sche-ico {
		font-size: 1.5rem;
	}
    table.tb-type3 {
		font-size: 1.5rem;
	}
    table.tb-type3 th {
        padding: 0.5em 0.3em;
    }
    table.tb-type3 td {
        padding: 0.5em;
    }
	table.tb-type3 th {
		width: 30%;
		line-height: 1.3;
	}

	table.tb-type3 td {
		width: 70%;
	}
}/*END*/

/*------------------------------------------

	ヘッダー

------------------------------------------*/
h1 {
	font-size: 1.4rem;
}

.gnav-box {
	padding: 10px 0;
}

.gnav-box .gnav {
	width: 650px;
	padding: 0 50px
}

.gnav-box .gnav li {
	width: 25%;
	text-align: center;
	border-right: #fff 1px solid;
}
.gnav-box .gnav li a {
	color: #fff;
	border-bottom: 0;
}

.gnav-box .contact_btn a {
	min-width: 250px!important;
    color: #4c6ed1!important;
    background: #fff!important;
    padding-left: 70px;
    padding-right: 30px;
	font-weight: bold;
	font-size: 1.8rem;
}
.gnav-box .contact_btn a:after {
	background-image: url(images/common/ico-mail-blue.png);
	left: 35px;
}

/*PC*/
@media screen and (min-width: 980px) {
	#menu-btn.pcno {
		display: none;
	}

	.gnav-box {
		background: rgb(65 202 254);
		background: -moz-linear-gradient(178deg, rgba(65 202 254) 0%, rgba(86 146 246) 100%);
		background: -webkit-linear-gradient(178deg, rgba(65 202 254) 0%, rgba(86 146 246) 100%);
		background: linear-gradient(178deg, rgb(65 202 254) 0%, rgb(86 146 246) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#49b4fb",endColorstr="#5497f7",GradientType=1);
		border-bottom: #3b80f5 5px solid;
	}

	.gnav-box .gnav li:first-of-type {
		border-left: #fff 1px solid;
	}
	.gnav-box .gnav li:nth-of-type(5) {
		border-right: 0;
	}

	.gnav-box .aco {
		position: relative;
	}

	.gnav-box .sub-menu {
		width: 200px;
		height: 0;
		position: absolute;
		top: 125%;
		left: 50%;
		transform: translateX(-50%);
		overflow: hidden;
		opacity: 0;
		z-index: -1;
		transition: .3s;
		padding-top: 15px;
	}

	body .gnav-box .sub-menu li {
		width: 100%;
		max-width: none;
		background-color: #FFFFFF;
		border: 0;
		border-bottom: #4c6ed1 1px solid;
	}
	.gnav-box .sub-menu li:first-of-type {
		border: 0;
		border-bottom: #4c6ed1 1px solid;
	}
	.gnav-box .sub-menu li:last-of-type a:hover, 
	.gnav-box .sub-menu li:last-of-type {
		border: 0;
		border-bottom: none;
		border-radius: 0 0 10px 10px;
	}
	.gnav-box .sub-menu li a {
		color: #4c6ed1;
		display: block;
		padding: .6em .3em;
	}
	
	.gnav-box .sub-menu li a:hover {
		background-color: #3b80f5;
		color: #ffffff;
	}

	.gnav-box .aco:hover .sub-menu {
		height: auto;
		overflow: visible;
		opacity: 1;
		z-index: 2;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 979px) {
	#site-header .contact_btn.smno {
		display: none;
	}
}

/*Smartphone*/
@media screen and (max-width: 979px) {
	.gnav-box.pc-fb,
	.gnav.pc-fb,
	.logo.pcno,
	.gnav li.pcno {
		display: block;
	}

	#site-header {
		padding: 0;
		z-index: 1;
	}

	#menu-btn {
		width: 60px;
		background: #4c6ed1;
		position: fixed;
		top: 0;
		right: 0;
		padding-top: 60px;
		z-index: 999;
		transition: .3s;
	}
	#menu-btn.pcno {
		display: block;
	}

	#menu-btn span {
		width: 40%;
		height: 5px;
		background: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%);
		margin-top: -2.5px;
		transition: .3s;
	}
	#menu-btn span::before,
	#menu-btn span::after {
		content: "";
		width: 100%;
		height: 5px;
		background: #fff;
		position: absolute;
		transition: .3s;
	}
	#menu-btn span::before {
		top: -12px;
	}
	#menu-btn span::after {
		bottom: -12px;
	}

	.open #menu-btn {
		background: #fff;
	}
	.open #menu-btn span {
		transform: rotate(45deg);
		margin-left: -12px;
	}
	.open #menu-btn span,
	.open #menu-btn span::before {
		background: #4c6ed1;
	}
	.open #menu-btn span::before {
		top: 0px;
		transform: rotate(90deg);
	}
	.open #menu-btn span::after {
		display: none;
	}
	
	#site-header .logo {
		width: 30%;
	}
	
	.gnav-box {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 998;
		transition: .3s;
		overflow: scroll;
	}
	.gnav-box::-webkit-scrollbar {
	  display: none;
	}
	.open .gnav-box {
		background-color: #fff;
		left: 0%;
	}

	.gnav-box .logo {
		width: 30%;
		max-width: 150px;
		margin: 15px auto;
	}
	.logo img {
		width: 100%;
	}

	.gnav-box .gnav {
		width: 100%;
		height: 100%;
		font-size: 1.5rem;
		max-width: none;
		border-top: #b3d4fc 1px solid;
		padding: 0;
		margin-top: 5%;
	}
	body .gnav-box .gnav li {
		width: 100%;
		max-width: none;
		text-align: left;
		border-right: 0;
		border-bottom: #b3d4fc 1px solid;
		position: relative;
	}
	.gnav-box .gnav li a {
		width: 100%;
		color: #4c6ed1;
		padding: 1em 2em;
		display: inline-block;
	}

	.gnav-box .gnav li.aco > a {
		pointer-events: none;
	}

	.gnav-box .gnav li .sub-menu {
		max-height: 0;
		-webkit-transition: max-height 300ms;
		background-color: #e8f2ff;
		overflow: hidden;
	}
	.gnav-box .gnav li.activ .sub-menu {
		max-height: 1000px;
	}
	.gnav-box .gnav li .sub-menu li {
		border-bottom: #fefefe 1px solid;
	}
	.gnav-box .gnav li .sub-menu li:last-of-type {
		border-bottom: 0;
	}

	.gnav-box .gnav li.nml::after {
		content: "";
		width: 15px;
		height: 15px;
		border: 0;
		border-top: solid 2px #4c6ed1;
		border-right: solid 2px #4c6ed1;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -6px;
	}
	.gnav-box .gnav li.aco::before,
	.gnav-box .gnav li.aco::after {
		content: "";
		width: 15px;
		height: 2px;
		background-color: #4c6ed1;
		position: absolute;
		top: 27px;
		right: 15px;
	}
	.gnav-box .gnav li.aco::after {
		transform: rotate(90deg);
		transition: .3s;
	}
	.gnav-box .gnav li.aco.activ::after {
		transform: rotate(0deg);
	}
}/*END*/


/*------------------------------------------

フッターコンタクト

------------------------------------------*/
.ft-cnv-box .inr {
	max-width: 900px;
	border: #c9ebff 10px solid;
	padding: 25px 85px;
}

.ft-cnv-box .box1 {
	width: 45.7142857143%;
	max-width: 320px;
}

.ft-cnv-box .box1.fst {
	border-top: #5ec2ff 1px solid;
	border-bottom: #5ec2ff 1px solid;
	padding: 15px 0 5px;
}

.ft-cnv-box .num {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1;
	color: #4c6ed1;
	position: relative;
}
.ft-cnv-box .num::before {
    content: "";
    width: 20px;
    height: 30px;
	background-image: url(images/common/ico-tel.png);
    background-size: contain;
    position: absolute;
    top: 0px;
    left: 15px;
}
.ft-cnv-box .time {
	font-size: 1.3rem;
	color: #4c6ed1;
}

/*PC*/
@media screen and (min-width: 768px) {
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	.ft-cnv-box .inr {
		max-width: 92%;
		border: #b4ddf5 7px solid;
		padding: 20px 4%;
	}

	.ft-cnv-box .box1 {
		width: 100%;
		max-width: none;
	}

	.ft-cnv-box .box1 a {
		border-bottom: 0;
	}

	.ft-cnv-box .box1.fst {
		padding: 16px 0 14px 0;
		border: #4c6ed1 1px solid;
	}
	.ft-cnv-box .box1.fst a {
		position: relative;
		display: block;
	}


	.ft-cnv-box .box1.fst a::before {
		content: "";
		width: 10px;
		height: 10px;
		right: 20px;
		margin-top: -8px;
		border-top: solid 2px #4c6ed1;
		border-right: solid 2px #4c6ed1;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
	}

    .ft-cnv-box .num::before {
        width: 22px;
        height: 32px;
    }
    .ft-cnv-box .time {
        font-size: 1.2rem;
    }	
	
	.ft-cnv-box .num {
		font-size: 1.7rem;
		padding-left: 25px;
		padding-right: 10px;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.ft-cnv-box .num::before {
		width: 16px;
		height: 22px;
		top: -3px;
		left: 50%;
		margin-left: -68px;
	}

	.ft-cnv-box .time {
		font-size: 1.2rem;
	}
}/*END*/


/*------------------------------------------

	フッター

------------------------------------------*/
footer {
	background-color: #fff;
}
footer .inr {
	padding-top: 50px;
	padding-bottom: 30px;
}

footer .cpy-box {
	width: 275px;
}

footer .cpy-box address {
    font-size: 1.4rem;
    font-style: normal;
    line-height: 1.5;
    color: #fff;
	text-align: left;
	display: inline-block;
}

footer .nav-box {
	width: calc(100% - 275px);
	font-size: 1.4rem;
}

footer .fnav:nth-of-type(2) {
	padding-right: 10%;
}
footer .fnav:nth-of-type(3) {
	padding-left: 5%;
}

footer .nav-box a {
	color: #4c6ed1;
	border-bottom: 0;
}

footer .nav-box .fnav {
	width: 33.333%;
}

footer .nav-box .fnav li {
	margin-bottom: 15px;
	position: relative;
}
footer .nav-box .fnav > li {
	padding-left: 15px;
}
footer .nav-box .fnav > li::before {
    content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #b3d4fc;
	position: absolute;
	top: 7px;
	left: 0;
}

footer .nav-box .fnav .sub-menu {
	margin-top: 10px;
	margin-bottom: 15px;
}

footer .nav-box .fnav .sub-menu li {
	margin-bottom: 5px;
} 

footer .cpy {
	width: 100%;
	font-size: 1.2rem;
	font-style: normal;
	color: #fff;
	background-color: #fff;
	display: block;
	padding: .6em 0;
    background: rgb(65 202 254);
    background: -moz-linear-gradient(178deg, rgba(65 202 254) 0%, rgba(86 146 246) 100%);
    background: -webkit-linear-gradient(178deg, rgba(65 202 254) 0%, rgba(86 146 246) 100%);
    background: linear-gradient(178deg, rgb(65 202 254) 0%, rgb(86 146 246) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#49b4fb",endColorstr="#5497f7",GradientType=1);
}

#page-top {
    width: 60px;
    position: absolute;
    bottom: 30px;
    right: 30px;
	cursor: pointer;
}
.contact #page-top {
    right: 20px;
}
#page-top:hover {
	opacity: .6;
}

.btn.btn_gra a {
	border-bottom: 0;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	footer .logo img {
		max-width: 120px;
	}
}

@media screen and (max-width: 935px) {
	footer .fnav {
		font-size: 1.3rem;
	}
	footer .fnav:nth-of-type(1) {
		margin-right: 7%;
		margin-left: 7%;
	}
	footer .fnav:nth-of-type(2) {
		margin-right: 7%;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 782px) {
	#page-top {
		width: 40px;
		position: absolute;
		bottom: 250px;
		right: 9px;
	}
}

/*Smartphone*/
@media screen and (max-width: 767px) {
	footer .inr {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	footer .cpy-box {
		width: 100%;
	}

	footer .cpy-box a {
		color: #fff;
		border-bottom-color: #fff;
	}

	footer .logo img {
		width: 35%;
	}

	footer .cpy-box address {
		font-size: 1.4rem;
		line-height: 1.7;
	}

	footer .nav-box {
		width: calc(100% - 250px);
		font-size: 1.4rem;
	}

	footer .nav-box a {
		color: #fff;
	}

	footer .nav-box .fnav li {
		margin-bottom: 15px;
		position: relative;
	}
	footer .nav-box .fnav > li::before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 6px;
		border-color: transparent transparent transparent #fff;
		position: absolute;
		top: 7px;
		left: -13px;
	}

	footer .nav-box .fnav .sub-menu {
		margin-top: 15px;
	}


	footer .cpy {
		width: 100%;
		font-size: 1.2rem;
		font-style: normal;
		background-color: #fff;
		display: block;
		padding: .6em 0;
	}

	body[data-iphonex="1"] footer .cpy {
  	  padding-bottom: 20px;
	}
}/*END*/