@charset "utf-8";

/******************************************
各ページ共通のスタイルを定義
*******************************************/

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

再定義

---------------------------------------- */
html {
	overflow-y: scroll;
	font-size: 62.5%;
	width: 100%;
	height: 100%;
}
body {
	line-height: 1.67;
	background-color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #262626;
	word-break: break-word;
	width: 100%;
    height: 100%;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
	color: #262626;
	outline: none;
	transition: .15s;
}
a:hover,
a:visited:hover {
	text-decoration: none;
	opacity: .6;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
img[src$=".svg"] {/* for win7 ie11 */
	width: 100%;
	height: auto;
}
table {
	table-layout: fixed;
}
input,select,textarea {
	max-width: 100%;
}
input[type="button"],select{cursor: pointer;outline: none;}
:focus::-webkit-input-placeholder {color: transparent;}/* Webkit */
:focus:-moz-placeholder {color: transparent;}/* Firefox 18 以前 */
:focus::-moz-placeholder {color: transparent;}/* Firefox 19 以降 */
::-webkit-input-placeholder {color: #888; opacity: 1;}
:-moz-placeholder {color: #888; opacity: 1;}
::-moz-placeholder {color: #888; opacity: 1;}
input[type="submit"],
input[type="button"] {
	-webkit-appearance: button;
	appearance: button;
}
input[type="text"],input[type="email"],input[type="password"],input[type="tel"],textarea {
	-webkit-appearance: none; 
	border-radius: 0;
	outline: none;
}
select {
	outline: none;
}
body ::-webkit-scrollbar { width: 12px;}
body ::-webkit-scrollbar-track { background: #f1f1f1;}
body ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb:window-inactive { background: #bcbcbc;}
@media screen and (max-width:767px){
	body ::-webkit-scrollbar { width: 8px;}
}

@media all and (min-width:768px){
	a[href^="tel:"] {
		cursor: default;
		text-decoration: none;
		pointer-events: none;
		display: inline-block;/*for ie11*/
	}
}
@media screen and (max-width:767px){
	body {
		line-height: 1.464;
	}
	input,select,textarea {
		font-size: 1.6rem;
	}
}


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

container

---------------------------------------- */
#container {
	margin: 0 auto;
	font-size: 1.4rem;
	min-width: 1280px;
	width: 100%;
    height: 100%;
}
@media screen and (max-width:767px){
	#container {
		min-width: inherit;
	}
}


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

header

---------------------------------------- */
#header {
	width: 100%;
	min-width: 1280px;
	height: 70px;
	background: #fff;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .05);
	position: fixed;
	top: 0;
}
.siteID img {
	max-width: 249px;
    height: auto;
    width: 100%;
}
.globalNav ul {
	display: flex;
	align-items: center;
}
.globalNav li {
	margin-left: 30px;
	text-align: left;
	line-height: 1.2;
	font-weight: 700;
	position: relative;
}
.globalNav .globalNav_list01 li:last-of-type {
	display: none;
}
.globalNav a {
	text-decoration: none;
	font-weight: 700;
}
.globalNav .top a {
	display: inline-block;
	position: relative;
	padding-left: 13px;
	white-space: nowrap;
}
.globalNav .top a:before {
	content: "\f105";
	font-family: FontAwesome;
	color: #2596DC;
	position: absolute;
	left: 0;
	top: 1px;
}
.globalNav .gnav_btn a {
	display: inline-block;
	width: 180px;
	height: 40px;
	background: linear-gradient(to right, #FF607B, #E62B2E);
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 29px;
}
.globalNav .logout a {
	display: inline-block;
	width: 120px;
	height: 40px;
	background: #2A69A0;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 29px;
}

/* dropdown */
.globalNav li.dropDownMnu {
    /*max-width: calc(1200px/5);*/
    padding: 5px;
    position: relative;
    display: block;
    cursor: pointer;
}


.globalNav li.dropDownMnu .dropdwn>li{
    width: 1200px;
    margin-left: 1px;
    background: #7ba5ff;
    display: inline;
}


.globalNav li.dropDownMnu .dropdwn_menu{
    width: 100%;
    display: none;
    position: absolute;
    margin-left: -5px;
    margin-top: 5px;
    padding: 0;
    background: #fff;
    z-index: 15;
}

.globalNav li.dropDownMnu .dropdwn_menu li{
    width: 100%;
    margin-left: 0;
}
.globalNav li.dropDownMnu .dropdwn_menu li:last-of-type{
    display: block;
}
.globalNav li.dropDownMnu .dropdwn_menu li:last-of-type a{
    border-top: none;
}

.globalNav li.dropDownMnu .dropdwn_menu li a{
    padding: 10px 0;
    /*margin: -5px 5px -5px -5px;*/
    margin-left: 5px;
    display: block;
    color: #262626;
    background: #fff;
    border: 1px solid #2596DC;
}

.globalNav li.dropDownMnu .dropdwn_menu li a:hover{
    color: #262626;
}

@media screen and (max-width:767px){
	#header {
		height: 50px;
		padding: 0 15px;
		min-width: inherit;
	}
	.globalNav {
		display: flex;
		align-items: center;
	}
	.globalNav .globalNav_list01 li {
		display: none;
	}
	.globalNav .globalNav_list01 li:last-of-type {
		display: block;
	}
	.globalNav .gnav_btn a {
		width: 112px;
		height: 32px;
		line-height: 31px;
		border-radius: 18px;
	}
	.globalNav .top a {
		font-size: 1.2rem;
		padding-left: 10px;
	}
	.globalNav .logout {
		margin-left: 10px;
	}
	.globalNav .logout a {
		width: 76px;
		height: 32px;
		line-height: 31px;
		border-radius: 18px;
		font-size: 1.2rem;
	}
}

@media all and (min-width:768px){
	.spNavBtn,
	.spNav {display: none;} 
}

@media screen and (max-width:767px){
	.spNavBtn {
        position: relative;
		margin-left: 12px;
		opacity: 1!important;
    }
    .spNavBtnIcon {width: 30px; margin: 0 auto; height: 22px; position: relative;}
	.spNavBtnIconLine {height: 2px; width: 100%; display: block; background: #262626; position: absolute; -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s; transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;}
	.spNavBtnIconLine01 {top: 0;}
	.spNavBtnIconLine02 {top: 10px;}
	.spNavBtnIconLine03 {bottom: 0;}
	
	.active .spNavBtnIconLine01 {-webkit-transform: rotate(-225deg); transform: rotate(-225deg); top: 10px;}
	.active .spNavBtnIconLine02 {opacity: 0;}
	.active .spNavBtnIconLine03 {-webkit-transform: rotate(225deg); transform: rotate(225deg); bottom: 10px;}
	
    .spNav {
        width: 100%;
        height: calc(100% - 50px);
        position: fixed;
        top: 50px;
        background: rgba(255, 255, 255, .95);
        overflow-y: auto;
        display: none;
		z-index: 20;
    }
    .spNavInner {
        padding: 20px 20px 40px;
    }
    .spNavInner a {text-decoration: none;}
	.spNavFlow {
		text-align: center;
		margin-bottom: 20px;
		letter-spacing: .05em;
	}
    .spNavList01 {
        margin: 0 0 20px;
		text-align: center;
    }
	.spNavList01 ul {
		display: inline-block;
	}
	.spNavList01 li {
		text-align: left;
		margin-bottom: 10px;
	}
	.spNavList01 li a {
		font-size: 1.6rem;
		letter-spacing: .05em;
	}
	
	.spNavList02 {
		max-width: 300px;
		margin: 0 auto 25px;
	}
	.spNavList02Inner {
		width: 100%;
		border-radius: 16px;
		background: #eee;
		padding: 10px;
	}
	.spNavList02_row_01 {
		background: #fff;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	.spNavList02_row_01 h2 {
		font-size: 1.8rem;
		line-height: 52px;
		height: 54px;
		font-weight: 700;
		color: #262626;
		text-align: center;
		border-bottom: 1px solid #eee;
	}
	.spNavList02_row_01 h2:before,
	.spNavList02_row_01 h2:after {
		content: "";
		display: inline-block;
		width: 34px;
		height: 6px;
		background: url("/files/img/top/mv_ttl_dotted.svg") 0 0 / 34px 6px;
		vertical-align: 3px;
	}
	.spNavList02_row_01 h2:before {margin-right: 10px;}
	.spNavList02_row_01 h2:after {margin-left: 10px;}
	.spNavList02_row_01 ul {
		padding: 20px;
	}
	.spNavList02_row_01 ul li {
		margin-bottom: 12px;
	}
	.spNavList02_row_01 ul li:last-of-type {
		margin-bottom: 0;
	}
	.spNavList02_row_02 {
		background: #fff;
		border-radius: 10px;
		overflow: hidden;
	}
	.spNavList02_row_02 h2 {
		font-size: 1.8rem;
		line-height: 53px;
		height: 55px;
		padding: 0 0 0 30px;
		position: relative;
		font-weight: 700;
		color: #262626;
		text-align: left;
		cursor: pointer;
		transition: .15s;
	}
	.spNavList02_row_02 h2:hover {
		opacity: .7;
	}
	.spNavList02_row_02 h2:before,
	.spNavList02_row_02 h2:after {
		content: "";
		display: inline-block;
		background: #2A69A0;
		border-radius: 2px;
		position: absolute;
	}
	.spNavList02_row_02 h2:before {
		width: 20px;
		height: 2px;
		top: 50%;
		margin-top: -1px;
		right: 20px;
	}
	.spNavList02_row_02 h2:after {
		width: 2px;
		height: 20px;
		top: 50%;
		margin-top: -10px;
		right: 29px;
		transition: .4s;
	}
	.spNavList02_row_02 h2.active:after {
		transform: rotate(270deg);
	}
	.spNavList02_row_02 ul {
		padding: 20px;
		border-top: 1px solid #eee;
		display: none;
	}
	.spNavList02_row_02 ul li {
		margin-bottom: 12px;
	}
	.spNavList02_row_02 ul li:last-of-type {
		margin-bottom: 0;
	}
	.spNavTop {
		width: 135px;
		margin: 0 auto;
	}
	
}

/* noscript
------------------------------- */
#noscript {
	margin-bottom: 15px;
	padding: 0.5em 1em;
	border: 2px solid #ccc;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

content

---------------------------------------- */
#content {
	padding-top: 70px;
	position: relative;
	z-index: 1;
}
@media screen and (max-width:767px){
	#content {
		padding-top: 50px;
	}
}

/* topicPath
------------------------------- */
#topicPath {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-bottom: 55px;
}
#topicPath li {
	font-size: 1.3rem;
	color: #666;
}
#topicPath li:after {
	content: "";
	display: inline-block;
	background: url("../../img/common/icon_topic_path.svg") no-repeat 0 0 / 7px 11px;
	width: 7px;
	height: 11px;
	margin: 0 10px;
}
#topicPath li:last-of-type:after {
	display: none;
}
#topicPath li a {
	text-decoration: none;
}


@media screen and (max-width:767px){
	#topicPath {
		margin-bottom: 30px;
	}
}


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

content - main

---------------------------------------- */
#main {
}


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

content - sub

---------------------------------------- */
#sub {
}


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

footer

---------------------------------------- */
#footer {
	position: relative;
	background: #fff;
	text-align: center;
	border-top: 1px solid #DDD;
	margin-top: 100px;
	z-index: 5;
}
#footer #pagetop {
    position: fixed;
    z-index: 2;
	right: 20px;
    bottom: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s;
}
#footer #pagetop.active {
    opacity: 1;
    pointer-events: auto;
}
#footer #pagetop a {
    opacity: 1!important;
    
}
#footer #pagetop a img {
    transition: .2s;
}
#footer #pagetop a:hover img {
     filter: brightness(130%);
}

#footer a {
	text-decoration: none;
}
#footer h2 {
	padding-top: 50px;
	margin: 0 0 40px;
}
#footer h2 img {
	width: 249px;
	height: 32px;
}
.ftr_nav_01 {
	display: inline-block;
	margin-bottom: 15px;
}
.ftr_nav_01 ul {
	display: flex;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
.ftr_nav_01 ul li {
	margin: 0 16px;
}
.ftr_nav_01 ul li:first-of-type {margin-left: 0;}
.ftr_nav_01 ul li:last-of-type {margin-right: 0;}
.ftr_nav_01 ul li a {font-weight: 700;}
.ftr_nav_02 {
	margin-bottom: 40px;
}
.ftr_nav_02 ul {
	display: flex;
	justify-content: center;
}
.ftr_nav_02 ul li {
	margin: 0 10px;
}
.ftr_nav_02 ul li:first-of-type {margin-left: 0;}
.ftr_nav_02 ul li:last-of-type {margin-right: 0;}
.ftr_nav_02 ul li a {
	font-size: 1.3rem;
	color: #666;
}
.ftr_tel {
	background: #2596DC;
	height: 77px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.ftr_tel h3 {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: .08em;
	margin-right: 22px;
}
.ftr_tel h3:before,
.ftr_tel h3:after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	vertical-align: 2px;
}
.ftr_tel h3:before {margin-right: 8px;}
.ftr_tel h3:after {margin-left: 8px;}
.ftr_tel a {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 3.2rem;
	letter-spacing: .05em;
	color: #fff;
}
.ftr_tel a:before {
	content: "";
	display: inline-block;
	margin-right: 12px;
	width: 21px;
	height: 21px;
	background: url("/files/img/common/icon_tel_w.svg") no-repeat 0 0 / 21px 21px;
}
.ftr_tel p {
	font-size: 1.3rem;
	text-align: left;
	letter-spacing: .08em;
	margin-left: 20px;
}
.ftr_tel p.sp {display: none;}
.ftr_copy {
	font-size: 1.3rem;
	color: #666;
	padding: 15px 15px 17px;
}

@media screen and (max-width:767px){
	#footer #pagetop {
        right: 10px;
        bottom: 20px;
        width: 42px;
        height: 42px;
    }
	#footer h2 {
		padding-top: 40px;
		margin: 0 0 30px;
	}
	.ftr_nav_01 {
		display: block;
		margin: 0 20px 20px;
	}
	.ftr_nav_01 ul {
		display: block;
		border-bottom: 1px solid #ddd;
		padding-bottom: 20px;
	}
	.ftr_nav_01 ul li {
		margin: 0 0 8px;
	}
	.ftr_nav_01 ul li:last-of-type {margin-bottom: 0;}
	.ftr_nav_02 {
		margin-bottom: 30px;
	}
	.ftr_nav_02 ul {
		display: block;
	}
	.ftr_nav_02 ul li {
		margin: 0 0 8px;
	}
	.ftr_nav_02 ul li:last-of-type {margin-bottom: 0;}

	.ftr_tel {
		height: auto;
		display: block;
		text-align: center;
		padding: 20px;
	}
	.ftr_tel h3 {
		margin-right: 0;
	}
	.ftr_tel a {
		display: block;
	}
	.ftr_tel p {
		font-size: 1.3rem;
		text-align: center;
		text-indent: 0em;
		margin-left: 0;
	}
	.ftr_tel p.sp {
		display: block;
		margin: 3px 0 7px;
	}
	.ftr_tel p .pc {
		display: none;
	}
	.ftr_copy {
		font-size: 1.0rem;
		padding: 15px 5px 17px;
		transform: scale(.9);
	}
}


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

clearfix

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

/* Modern Browsers
------------------------------- */
.xxx:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.xxx {
	*zoom: 1;
}