@charset "utf-8";


/*====================================================================

　Layout

====================================================================*/

.l-row {
	display: flex;
}

/*
header
---------------------------------------------------------*/

.l-header {
	position: fixed;
	z-index: 1000;
	margin: 0 auto;
	line-height: 1;
	width: 100%;
	height: 80px;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}
.l-header__container {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 auto;
	width: 1360px;
	height: 80px;
}
@media screen and (max-width: 1400px) {
	.l-header__container {
		padding-left: 25px;
		padding-right: 25px;
		margin: 0;
		width: calc(100% - 25px);
	}
}
@media screen and (max-width: 1200px) {
	.l-header {
		height: 60px;
	}
	.l-header__container {
		height: 60px;
	}
	.l-header__container {
		width: calc(100% - 60px);
	}
}

/*
maintitle
---------------------------------------------------------*/

.l-maintitle {
	padding-top: 80px;
	background: #F5F8FA;
}
.l-maintitle__container {
	display: flex;
	align-items: center;
	min-height: 130px;
}
@media screen and (max-width: 768px) {
	.l-maintitle {
		padding-top: 60px;
	}
	.l-maintitle__container {
		min-height: 90px;
	}
}

/*
contents
---------------------------------------------------------*/

.l-bg01 {
	padding-top: 80px;
	padding-bottom: 60px;
	width: 100%;
	background: #F5F8FA;
}
.l-container {
	margin: 0 auto;
	width: 1180px;
	margin-bottom: 60px;
}

@media screen and (max-width: 1400px) {
	.l-container {
		padding-left: 25px;
		padding-right: 25px;
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.l-bg01 {
		padding-top: 40px;
		padding-bottom: 10px;
	}
	.l-section {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

/*
column
---------------------------------------------------------*/

.l-block__3column {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.l-block__item {
	margin-bottom: 4px;
	background-color: #fff;
	border: 1px solid #E3E5EF;
	box-shadow: 0 5px 10px rgba(3, 85, 132, .05);
}
.l-block__item a {
	display: block;
	padding: 55px 30px;
	text-decoration: none;
	text-align: center;
	font-size: 2rem;
}
.l-block__item a img {
	display: inline-block;
	vertical-align: middle;
}
.l-block__3column .l-block__item {
	margin-right: 4px;
	width: calc(100% / 3 - 4px);
}
.l-block__3column .l-block__item:nth-child(3n) {
	margin-right: 0;
}
@media screen and (max-width: 768px) {
	.l-block__3column {
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.l-block__item a {
		padding: 30px;
		font-size: 1.75rem;
	}
	.l-block__3column .l-block__item {
		margin-right: 0;
		width: calc(100% / 2 - 2px);
	}
}

/*
footer
---------------------------------------------------------*/

.l-footer {
	padding: 30px 0;
	color: #fff;
	background: #0F3675;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.l-footer {
		padding: 30px 0;
	}
}


/*====================================================================

　Component

====================================================================*/

/*
fonts
---------------------------------------------------------*/

.c-maintitle {
	padding: 1em 0;
	color: #0F3675;
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1.5;
}
.c-section__title {
	margin-bottom: 1em;
	color: #0F3675;
	font-size: 3.2rem;
	font-weight: 400;
	text-align: center;
}

.c-fnt--sss { font-size: 1.1rem; line-height: 1.5; }

.c-fnt--em { font-weight: 700; }

.c-en { font-family: 'Roboto', sans-serif; }

@media screen and (max-width: 768px) {
	.c-maintitle {
		font-size: 2.4rem;
	}
	.c-section__title {
		margin-bottom: .7em;
		font-size: 2.4rem;
	}

	.c-fnt--sss { font-size: 1rem; }
}


/*
img / icon
---------------------------------------------------------*/

.c-icon {
	margin-right: 7px;
}

.c-iconlist__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	background: linear-gradient(to bottom right, #0084CF, #0F3675);
	border-radius: 50%;
}
@media screen and (max-width: 768px) {
	.c-iconlist__icon {
		transform: scale(.7, .7);
	}
}


/*====================================================================

　Project

====================================================================*/

/*
header
---------------------------------------------------------*/

.p-header__logo {
	margin: 0;
	padding: 20px 0;
}
.p-header__logo a {
	align-items: flex-end;
}
.p-header__logo img {
	width: 180px;
}
.p-header__logo__text {
	display: block;
	margin-left: 1em;
	margin-bottom: -1px;
	color: #0F3675;
	font-size: 1.8rem;
	font-weight: 700;
}
.p-header__menu {
	display: flex;
	margin: 0 0 0 auto;
}
.p-gnav {
	display: flex;
	margin-right: 1em;
	font-size: 1.4rem;
}
.p-gnav__item {
	padding: 1em;
}
.p-drawer__logo {
	position: absolute;
	top: calc(50% - 14px);
	right: 0;
	width: 110px;
	height: auto;
}
.p-signup {
	display: flex;
	align-items: center;
	font-size: 1.3rem;
}
.p-signup__btn {
	color: #0084CF;
	font-size: 1.3rem;
	font-weight: 700;
}
.p-signup__btn a {
	display: block;
	margin-left: 1.5em;
	padding: 8px .8em 8px 2.5em;
	color: #0084CF;
	background: url(../img/common/ico_lock01.svg) no-repeat .8em 50%;
	border: 1px solid #0084CF;
	border-radius: 3px;
}
.p-signup__btn a:hover {
	background-color: #EAF8FC;
}

.p-header--error {
	position: relative;
	box-shadow: none;
	border-bottom: 1px solid #DDDDE1;
}
@media screen and (max-width: 1400px) {
	.p-signup {
		margin-right: 100px;
	}
}
@media screen and (max-width: 1200px) {
	.p-gnav {
		display: block;
		margin: 30px 0 40px 0;
		font-size: 1.5rem;
		text-align: center;
	}
	.p-gnav__item {
		padding: 0;
	}
	.p-gnav a {
		display: block;
		padding: 1.2em 25px;
	}
	.p-drawer__logo {
		position: static;
		margin: 0 auto;
	}
	.p-signup {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.p-header__logo {
		margin: 0;
		padding: 0;
	}
	.p-header__logo a {
		display: block;
		text-align: center;
	}
	.p-header__logo img {
		width: 110px;
	}
	.p-header__logo__text {
		margin-top: .3em;
		margin-left: 0;
		font-size: 1.4rem;
	}
	.p-signup {
		position: absolute;
		z-index: 302;
		top: 5px;
		right: 0;
		margin: 0;
		font-size: 1.2rem;
		width: auto;
	}
	.p-signup__text {
		display: none;
	}
	.p-signup__btn {
		font-size: 1rem;
		font-weight: 400;
	}
	.p-signup__btn a {
		padding: 33px .5em 5px .5em;
		background: url(../img/common/ico_lock01.svg) no-repeat 50% 5px;
		background-size: 26px 26px;
		border: none;
		text-align: center;
	}
}

/*
p-drawer
---------------------------------------------------------*/

#p-drawer {
	transition: transform .3s;
}
@media screen and (max-width: 1200px) {
	#p-drawer {
		position: fixed;
		z-index: 301;
		top: 60px;
		right: 0;
		bottom: 0;
		display: block;
		width: 100%;
		max-height: 100%;
		height: 100%;
		background-color: #fff;
		border-top: 1px solid #DDDDE1;
		transform: translateX(100%);
		transition: transform .4s;
		overflow-y: scroll;
	}
	.nav-open #p-drawer {
		transform: translateX(0);
	}
}

/*
nav-btn
---------------------------------------------------------*/

#nav-btn {
	display: none;
}
@media screen and (max-width: 1200px) {
	#nav-btn {
		position: absolute;
		z-index: 302;
		top: 15px;
		right: 15px;
		display: inline-block;
		color: #0084CF;
		width: 41px;
		height: 22px;
		border: none;
		background-color: transparent;
		vertical-align: middle;
	}
	#nav-btn span.icon, #nav-btn span.icon:before, #nav-btn span.icon:after {
		position: absolute;
		left: 12px;
		bottom: 20px;
		height: 2px;
		width: 17px;
		background: #0084CF;
		display: block;
		content: "";
		cursor: pointer;
		transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	}
	#nav-btn span.icon::before {
		left: 0;
		bottom: -7px;
		width: 17px;
	}
	#nav-btn span.icon::after {
		left: 0;
		bottom: -14px;
		width: 17px;
	}
	.nav-open #nav-btn span.icon {
		top: 7px;
		left: 8px;
		width: 25px;
		transform: rotate(45deg);
	}
	.nav-open #nav-btn span.icon::after {
		top: 0;
		width: 25px;
		transform: rotate(-90deg);
	}
	.nav-open #nav-btn span.icon::before {
		top: 0;
		width: 25px;
		transform: rotate(0deg);
		background-color: transparent;
	}
	#nav-btn span.text {
		position: absolute;
		bottom: -11px;
		left: 0;
		right: 0;
		font-size: 1rem;
	}
	.overflow {
		position: fixed;
		left: 0;
		top: 60px;
		width: 100vw;
		height: 100vh;
		z-index: 100;
		background-color: #000E20;
		opacity: 0;
		visibility: hidden;
		transition: all .6s;
		cursor: pointer;
	}
	.nav-open .overflow {
		opacity: .6;
		visibility: visible;
	}
}

/*
fnav
---------------------------------------------------------*/

.p-footer__logo {
	margin: 0 auto 5px;
}
.p-footer__logo a {
	display: inline-block;
	margin: 0 auto;
	width: 160px;
}
.p-footer__logo a img { width: 100%; }

@media screen and (max-width: 768px) {
	.p-footer__logo {
		margin: 0 auto 10px auto;
	}
	.p-footer__logo a {
		width: 130px;
	}
}

/*
pagetop
---------------------------------------------------------*/

.p-pagetop {
	position: fixed;
	bottom: 30px;
	right: 30px;
}
.p-pagetop a {
	position: relative;
	display: block;
	color: #fff;
	line-height: 50px;
	width: 50px;
	height: 50px;
	text-decoration: none;
	background-color: rgba(158, 160, 169, .9);
	border-radius: 3px;
	text-align: center;
}
.p-pagetop span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.p-pagetop span::before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
.p-pagetop a:hover {
	opacity: .8;
}
@media screen and (max-width: 768px) {
	.p-pagetop {
		bottom: 10px;
		right: 10px;
	}
	.p-pagetop a {
		line-height: 35px;
		width: 35px;
		height: 35px;
	}
	.p-pagetop span::before {
		width: 8px;
		height: 8px;
	}
}

/*
p-form
---------------------------------------------------------*/


/*
p-formbox
---------------------------------------------------------*/
.p-formbox select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	text-overflow: "";
	background: none transparent;
	width: 100%;
}
.p-formbox select::-ms-expand {
	display: none;
}
/*
.p-formbox select:-moz-focusring {
	color: transparent;
}
*/
.p-formbox {
	border: 1px solid #dddde1;
	padding: 20px 30px;
	border-radius: 3px;
}
.p-formbox select,
.p-formbox input[type="text"],
.p-formbox input[type="number"] {
	padding: 0.75em 1.5em 0.75em 0.75em;
	border: 1px solid #dddde1;
}

.p-formbox select {
	position: relative;
	z-index: 3;
}

.p-formselect {
	position: relative;
	z-index: 1;
}
.p-formselect:before {
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	width: 10px;
	height: 7px;
	background: no-repeat url("../img/common/ico_down.svg") center center / cover;
	transform: translateY(-50%);
	margin: 0 0.75em;
	transition: background .3s;
	z-index: 2;
}
.p-formselect:hover,
.p-formselect:active {
	background-color: #f5f5f5;
}

.p-formbox select:focus {
	background-color: transparent;
}

.p-formbox select:focus option {
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	.p-formbox select,
	.p-formbox input[type="text"] {
		font-size: 16px;
	}
}

/*
p-formlist
---------------------------------------------------------*/
.p-formlist {
	flex-wrap: wrap;
	margin: 0 -3px;
}
.p-formbox__item {
	padding: 0 3px;
	margin: 3px 0;
}
.p-formbox__item.end {
	align-self: flex-end;
}
.p-formbox__item .tit {
	display: block;
	font-size: 1.125rem;
	text-align: center;
	background-color: #e5e9ef;
	border-radius: 3px;
	padding: 3px;
	margin-bottom: 3px;
}
.p-formbox__item .example {
	display: block;
	font-size: 1.125rem;
	color: #6b6b6b;
}

/* searchbtn */
.p-searchbtn {
	background-color: #0f3675;color: #fff;
	font-weight: bold;
	padding: 0.75em 1.5em;
	border-radius: 3px;
}
.p-searchbtn:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 0.5em;
	position: relative;
	top: 3px;
	background: no-repeat url("../img/common/ico_searchbtn.svg") center center / cover;
}
.p-searchbtn:hover {
	opacity: .7;
}

@media screen and (max-width: 768px) {
	.p-formbox__item.search {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.p-searchbtn {
		width: 100%;
	}
}

/* p-aboutbtn */
.p-aboutbtn {
	margin: 30px 0;
}
.p-aboutbtn a {
	display: inline-block;
	color: #fff;
	background: linear-gradient(to right, #F6B015, #EB8B0F);
	font-size: 1.5rem;
	border-radius: 3px;
	padding: 10px 20px 10px;
	font-weight: bold;
}
.p-aboutbtn a:before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-right: 0.5em;
	position: relative;
	top: 5px;
	background: no-repeat url("../img/common/ico_about.svg") center center / cover;
}
.p-aboutbtn a:hover {
	text-decoration: none;
	opacity: .7;
}


/*
p-catalogbtn
---------------------------------------------------------*/
.p-catalogbtn {
	margin: 30px;
}

.p-catalogbtn a {
	display: inline-block;
	color: #fff;
	background: #0f3675;
	font-size: 1.5rem;
	border-radius: 3px;
	padding: 10px 20px 10px;
	font-weight: bold;
}

.p-catalogbtn a:before {
	display: inline-block;
	width: 23px;
	height: 23px;
	top: 5px;
}

.p-catalogbtn a:hover {
	text-decoration: none;
	opacity: .7;
}

/* tooltipster */
.tooltipster-box {
	font-size: 1.25rem;
	background-color: #0f3675!important;
	border-color: #0f3675!important;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#0f3675!important;left:0;top:3px}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#0f3675!important;left:-3px;top:0}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#0f3675!important;left:3px;top:0}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#0f3675!important;left:0;top:-3px}
.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent!important;left:0;top:0}

/*
p-result
---------------------------------------------------------*/
.p-result {
	margin: 30px 0;
}
.p-result p {
	margin: 0 0 10px;
	font-size: 2rem;
	font-weight: bold;
}
.p-result--tag {
	flex-wrap: wrap;
}
.p-result--tag span {
	display: block;
	padding: 2px 10px;
	font-size: 1.125rem;
	background-color: #e5e9ef;
	border-radius: 3px;
	margin: 0 3px 3px 0;
}

/*
p-resulttbl
---------------------------------------------------------*/
.p-resulttbl th,
.p-resulttbl td {
	border-color: #dddde1;
	padding: 0.75em;
	text-align: center;
}
.p-resulttbl th {
	background-color: #f5f5f5;
}

/* scroll */
@media screen and (max-width: 768px) {
	.p-resulttbl {
		overflow-x: auto;
		padding-bottom: 5px;
		white-space: normal;
		word-wrap: normal;
		margin: 0;
	}
	.p-resulttbl::-webkit-scrollbar {
		height: 5px;
	}
	.scroll::-webkit-scrollbar-track {
		margin: 0 2px;
		background: #e7e7e8;
	}
	.p-resulttbl::-webkit-scrollbar-thumb {
		background: #747474;
	}
	.p-resulttbl table {
		margin-bottom: 0;
	}
	.p-resulttbl th,
	.p-resulttbl td {
		font-size: 1.25rem;
	}
	.p-resulttbl tr td:first-child {
		min-width: 10em;
	}

}

/*
p-memo
---------------------------------------------------------*/
.p-memo {
	margin: 0;
	font-size: 1.25rem;
}

/*
p-error
---------------------------------------------------------*/

.p-error {
	text-align: center;
	padding: 50px 0;
}
.p-error h1 {
	width: 300px;
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: 20px;
}
.p-error h1 span {
	font-weight: bold;
	display: block;
	font-size: 1.5rem;
}
.c-btn {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	border-radius: 3px;
	display: inline-block;
	padding: .5em;
	color: #fff!important;
	background: #0F3675;
	width: 300px;
	max-width: 100%;
}
.c-btn:hover {
	opacity: .7;
	text-decoration: none;
}

/*
p-list
---------------------------------------------------------*/

ol.p-list {
	padding-left: 1em;
}
.p-list li {
	list-style: decimal;
	margin-bottom: 0.125em;
}
.p-list li ul {
	margin: 0;
	padding-left: 1em;
}
.p-list li ul li {
	list-style: disc;
}

/*
p-tit01
---------------------------------------------------------*/

.p-tit01 {
	font-size: 2rem;
	font-weight: normal;
	padding-left: 1em;
	border-left: 2px solid #0F3675;
	margin: 50px 0 20px;
}

/*
p-backbtn
---------------------------------------------------------*/
.p-backbtn {
	text-align: center;
	margin: 50px 0;
}

.p-backbtn a {
	display: inline-block;
	color: #fff;
	background: #0f3675;
	font-size: 1.5rem;
	border-radius: 3px;
	padding: 10px 20px 10px;
	font-weight: bold;
}

.p-backbtn a:hover {
	text-decoration: none;
	opacity: .7;
}

.u-img {
	text-align: center;
	margin-bottom: 30px;
}

.u-img img {
	border: 1px solid #ccc;
	display: inline-block;
}

/*
p-tab
---------------------------------------------------------*/

.p-tab {

}

.p-tab ul {
	display: flex;
	padding-left: 0;
	margin: 0;
}

.p-tab__item {
	width: 100%;
	list-style: none;
	padding: 0 5px;
	border-bottom: 3px solid #0f3675;
}
.p-tab__item a {
	display: block;
	padding: 10px;
	text-align: center;
	background-color: #A8A9B1;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border-radius: 3px 3px 0 0;
}
.p-tab__item.active a {
	background-color: #0f3675;
}

/*====================================================================

　Utility

====================================================================*/

.u-center { text-align: center; }
.u-right { text-align: right; }
.u-left { text-align: left; }

.u-point {
	color: #ea633a;
}

/* clearfix */
.u-clearfix { width: 100%; }
.u-clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* margin */
.u-m0 { margin: 0; }
.u-mt0 { margin-top: 0; }
.u-mt5 { margin-top: 5px; }
.u-mt10 { margin-top: 10px; }
.u-mt20 { margin-top: 20px; }
.u-mt30 { margin-top: 30px; }
.u-mt40 { margin-top: 40px; }
.u-mt50 { margin-top: 50px; }
.u-mb0 { margin-bottom: 0; }
.u-mb10 { margin-bottom: 10px; }
.u-mb30 { margin-bottom: 30px; }
.u-mb40 { margin-bottom: 40px; }
.u-mb50 { margin-bottom: 50px; }

/* width */

.u-w8em { width: 8em; }





