

html {
	font-size: 15px;
}

@media (min-width: 48em) {
	html {
		font-size: 16px;
	}
}

body {
	position: relative;
	margin: auto;
	margin-top: 50px;
	/*- navを[position :fixed;]にした場合には[margin-top :(navの高さ)px;]を設定 -*/
	background-color: #fff;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-y: scroll;
	/*- 高さが足りないページでも常時スクロールバーを表示(デザイン崩れ防止) -*/
}

@media (min-width: 48em) {
	body {
		margin-top: 80px;
		
	}
}
body:not(.iframe_item) {
   display: none;
}

main {
	display: block;
	
	/*- IE対策(display: block;を全ブラウザで共通化) -*/
	min-height: calc(105vh - 380px);
	/*- コンテンツの高さがないページでもフッターを最下部に配置 -*/
	/*- マイナス値 = bodyのmargin-top値 + ヘッダーheight値 + フッターheight値 -*/
}

@media (min-width: 48em) {
	main {
		min-height: 600px;
		
	}
}

a {
	color: #333;
}

a:hover {
	color: #696969;
	text-decoration: none;
}

@media (any-hover: hover) {
	a:hover {
		color: #696969;
	}
}

a:focus {
	-webkit-transition-property: none !important;
	transition-property: none !important;
}

a[href^="tel:"] {
	pointer-events: none;
}

img {
	max-width: 100%;
	height: auto;
}

a,
img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

section {
	padding: 1rem 0;
}

@media (min-width: 48em) {
	section {
		padding: 0rem 0;
		
	}
}

iframe {
	width: 100%;
	border: 0;
}

 p{
    margin-top: 0;
    margin-bottom: 0rem;
	  line-height: 30px;
}

p1{

 cursor: pointer;
}

 p1{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.h2, h2 {
    font-size: 1.7rem;
	letter-spacing: 0.05em;
}
.h3, h3 {
    font-size: 1.6rem;
	letter-spacing: 0.05em;
	margin-top: 1rem;
}

.h4, h4 {
    font-size: 1.15rem;
	letter-spacing: 0.05em;
}
.h5, h5 {
    font-size: 1.15rem;
	letter-spacing: 0.05em;
}

table.table{
    width: 100%;
	
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	vertical-align:baseline;
	margin-bottom:0px;
	
	
}
.table th{
    
    color:#333;
  background-color:#f5f5f5;
    font-size:16px;/* 11px相当 */
   font-style:normal;
    background-position:left top;
    padding:1em;
    text-align:justify;
}
.table td{
  
	 font-size:16px;
	padding:1em;
 text-align:justify;
}

.bg-full {
  width: 100%;
  height: 800px;
  background: url(../img/cosme_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/****************************** Common End ******************************/


/****************************** Bootstrap Override ******************************/

.container,
.container-fluid {
	position: relative;
	max-width: 1366px;
}

.container-fluid {
	max-width: auto;
}

/*- flex-item(特にSwiper)突き抜け対策 -*/
.d-flex:not(.flex-column) > *,
.d-sm-flex:not(.flex-column) > *,
.d-md-flex:not(.flex-column) > *,
.d-lg-flex:not(.flex-column) > *,
.d-xl-flex:not(.flex-column) > * {
	min-width: 0;
}

.d-flex.flex-column > *,
.d-sm-flex.flex-column > *,
.d-md-flex.flex-column > *,
.d-lg-flex.flex-column > *,
.d-xl-flex.flex-column > * {
	max-width: 100%;
}

/*- ボタンのスタイル -*/
.btn {
	padding-top: 0.35em;
	padding-bottom: 0.35em;
	border-radius: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 130px;
	border: 0.8px solid #000;
}

.btn:disabled {
	cursor: auto;
}

a.btn_04 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 130px;
	margin: auto;
	margin-top: 1rem;
	padding: 0.5rem 0.5rem;
	font-weight: bold;
	border: 1px solid #20b2aa;
	background: #fff;
	color: #20b2aa;
	border-radius: 100vh;
	transition: 0.5s;
	font-size: 0.7rem;
	float: left;
}
a.btn_04:hover {
	color: #fff;
	background: #20b2aa;
}


/*- パンくずリストのスタイル -*/
.breadcrumb {
	margin: 0;
	background-color: transparent;
	border-radius: 0;
}

/*- パンくずリストのフォントサイズとエフェクト -*/
.breadcrumb-item {
	font-size: 0.875rem;
}

.breadcrumb-item a {
	-webkit-transition-property: none;
	transition-property: none;
}

@media (any-hover: hover) {
	.breadcrumb-item a:hover {
		text-decoration: underline;
	}
}

/*- パンくずリストの矢印スタイル -*/
.breadcrumb-item + .breadcrumb-item::before {
	font-weight: 700;
	font-family: "fa-select";
	content: '\f0da' !important;
}

/*- カードのスタイル -*/
.card {
	position: relative;
	margin-bottom: 1rem;
	background-color: #ffffff;
	
	border-radius: 12px;
}

.card-img-top {
	border-radius: 0;
}

.card-body {
	padding-right: 0;
	padding-left: 0;
	text-align: left;
}

.card-title {
	margin: 0;
	font-size: 1.375rem;
	line-height: 30px;
}


.card1 {
	position: relative;
	margin-bottom: 1rem;
	background-color: #f0fff0;
	border: 0;
	border-radius: 12px;
}

.card1-img-top {
	border-radius: 0;
}

.card1-body {
	padding-right: 0;
	padding-left: 0;
	text-align: left;
}

.card1-title {
	margin: 0;
	font-size: 1.375rem;
	line-height: 30px;
}

.card2 {
	position: relative;
	margin-bottom: 1rem;
	background-color: #bbdbf3;
	border: 0;
	border-radius: 12px;
}


.card3 {
	position: relative;
	margin-bottom: 1rem;
	background-color: #fffaf0;
	
	border-radius: 12px;
	
}
/****************************** Bootstrap Override End ******************************/


/****************************** Global Navigation  ******************************/

nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background-color: #fff;
}

nav .container-fluid {

	height: 60px;
}

@media (min-width: 48em) {
	nav .container-fluid {
		padding-right: 15px;
		padding-left: 15px;
		height: 90px;
		max-width: 1366px;
	}
}


nav .container-fluid {
	max-width: 1366px;
	padding: 0;
}

@media screen and (min-width: 48em) {
	nav .container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
}

nav .nav-text-row {
	background-color: #9ea1a3;
}

nav .nav-text-row > div {
	height: 8px;
}

nav .nav-text-row a {
	padding: 0.35em 0.8em 0.35em 1em;
	color: #fff;
	font-size: 0.75rem;
	-webkit-transition-property: none;
	transition-property: none;
}

@media screen and (min-width: 48em) {
	nav .nav-text-row a:hover {
		color: #696969;
	}
}


/*- ロゴのスタイル -*/
nav .nav-menu-row a.navbar-logo {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	color: #333;
	line-height: normal;
}

@media (any-hover: hover) {
	nav .nav-menu-row a.navbar-logo:hover {
		color: #333;
	}
}

nav .nav-menu-row a.navbar-logo img {
	width: auto;
	height: 35px;
	padding-left: 15px;

}

@media (min-width: 48em) {
	nav .nav-menu-row a.navbar-logo img {
		height: 55px;
		padding-left: 0;

	}
}



/* @media (min-width: 48em) {
	nav:not(.clone-nav) .nav-menu-row a.navbar-logo img {
		display: none;
	}

	nav .nav-menu-row a.navbar-logo img,
	nav.clone-nav .nav-menu-row a.navbar-logo img {
		height: 55px;
		padding-left: 20px;
	}
} */

/*===== StellarNav.js(PC) StellarNav.jsを使用する場合は[:hover]のメディアクエリ必要なし =====*/

@media (min-width: 48em) {

	nav .nav-menu-row > div.container-fluid,
	.stellarnav,
	.stellarnav ul,
	.stellarnav ul li {
		position: static;
			background-color: #ffffff;
		
	}
}

/*- メニューの横方向ポジショニング(position:relative; の指定は要削除) -*/
.stellarnav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1000;
	background: #fff;
}

/*- メニュー(1階層目)のスタイル -*/
.stellarnav ul li a {
padding: 20px 10px;
color: #333;
font-size: 14px;
font-weight: 600;
line-height: 20px;
-webkit-transition: background 0.5s ease-out;
transition: background 0.5s ease-out;
}

@media screen and (min-width: 48em) {
.stellarnav ul li a:hover {
		color: #000;
	font-weight: bold;
	}
}




.stellarnav ul li.info a {
    color: #fff;
    background: #0068b7;
    padding: 7px 22px;
    border-radius: 50px;
    border: 2px solid #0068b7;
    transition: all ease-in-out 0.3s;
    font-weight: bold;
    margin-left: 8px;
	margin-right: 10px;
    margin-top: 2px;
    line-height: 1;
    font-size: 14px;
	
}

@media screen and (min-width: 48em) {
.stellarnav ul li.info a:hover {
	 color: #fff;
    background: #000;
	 border: 2px solid #000;

	}
}

/*
.stellarnav.desktop li.has-sub a {
	padding-right: 12px;
}
*/

/*- メニュー(1階層目)ドロップダウン矢印のスタイル -*/
.stellarnav.desktop li.has-sub > a::after {
	display: inline-block;
	position: static;
	margin-right: 0px;
	margin-left: 5px;
	border: 0 !important;
	color: #20b2aa;
	font-size: 0.875rem;
	font-weight: normal;
	font-family: "fa-select";
	content: '\f078' !important;
}




@media (any-hover: hover) {
	.stellarnav.desktop li.has-sub > a:hover::after {
		color: #008b8b;
	}
}

/*- ドロップダウンメニュー(2階層目)のスタイル -*/


.stellarnav ul ul {
top: 80px;
width: 220px;
background-color: rgba(255, 255, 255, 1);
}

.stellarnav ul ul li a {
padding: 8px 10px;
color: #333;
font-size: 14px;
font-weight: normal;
line-height: 20px;
	background-color:#f0f8ff;
}

.stellarnav ul ul li a:hover {}

/*===== StellarNav.js(モバイル ~768px) =====*/

/*- メニュー(1階層目)のスタイル -*/
.stellarnav.mobile ul {
	background-color: #e7e7eb;
}

.stellarnav.mobile ul li a:not(.dd-toggle) {
	padding: 15px;

	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	color: #333;
	font-size: 1rem;
	font-weight: normal;
	line-height: 20px;
	-webkit-transition-property: none;
	transition-property: none;

}

/*- メニュー(2階層目)のスタイル -*/
.stellarnav.mobile ul ul {
	background-color: #e7e7eb;
	top: 0px;
}

.stellarnav.mobile ul ul li a:not(.dd-toggle) {
	padding-left: 25px;
	font-size: 0.9375rem;
}

/*- MENUトグルボタンのスタイル -*/
.stellarnav.mobile a.menu-toggle {
	color: #333;
	font-size: 12px;
	line-height: 20px;
}

.stellarnav.mobile a.menu-toggle span.bars {
	top: 4px;
	margin: 0;
}

.stellarnav.mobile a.menu-toggle span.bars span {
	width: 20px;
	background-color: #333;
}

/*- StellarNav.js position:'left'or'right'時のボタンエリアスタイル -*/
.stellarnav.mobile.left,
.stellarnav.mobile.right {
	text-align: right;
}

.stellarnav.mobile.left > ul,
.stellarnav.mobile.right > ul {
	top: 65px !important;
}

.stellarnav.mobile.left.active > ul,
.stellarnav.mobile.right.active > ul {
	-webkit-animation: fadeInRight 0.3s;
	animation: fadeInRight 0.3s;
}

.stellarnav.mobile.left a.call-btn-mobile,
.stellarnav.mobile.right a.call-btn-mobile,
.stellarnav.mobile.left a.location-btn-mobile,
.stellarnav.mobile.right a.location-btn-mobile {
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	color: #000;
	font-size: 1.0rem;
	line-height: 20px;
}

.stellarnav.mobile.left svg,
.stellarnav.mobile.right svg {
	top: 0;
}

.stellarnav.mobile.left a.close-menu,
.stellarnav.mobile.right a.close-menu {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	color: #000;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 20px;
	vertical-align: bottom;

}

/*- CLOSEトグルボタンのスタイル -*/
.stellarnav.mobile a.close-menu .icon-close::before,
.stellarnav.mobile a.close-menu .icon-close::after {
	border-bottom: 2px solid #000;
}

/*- CLOSEボタン非表示 -*/
.stellarnav.mobile a.close-menu {
	display: none !important;
}

/*- ドロップダウンボタンのスタイル -*/
.stellarnav.mobile li a.dd-toggle {
	width: 50px;
	height: 50px;
}

.stellarnav.mobile li a.dd-toggle .icon-plus::before,
.stellarnav.mobile li a.dd-toggle .icon-plus::after {
	top: calc(50% - 1px);
	border-bottom: 2px solid #333;
}

/*===== StellarNav.js(カスタムボタン等) =====*/

/*- メニュー内ボタンのスタイル -*/
.stellarnav .nav-button-area {
	text-align: center;
}

.stellarnav .nav-button-area a.contact-btn {
	margin-top: 2rem;
	padding: 0.5em 0.2em;
	background-color: #000;
	border-radius: 30px;
	color: #fff;
	font-size: 0.875rem;
}

@media (min-width: 48em) {
	.stellarnav .nav-button-area a.contact-btn {
		margin-top: 0;
		margin-left: 2rem;
		background-color: #000;
	color: #fff;
		margin-left: 2rem;


	}
}

@media (any-hover: hover) {
	.stellarnav .nav-button-area a.contact-btn:hover {
		background-color: #696969;

		color: #fff;
	}
}

/*- iOS Safari[position:fixed;] バグフィックス -*/
@media (max-width : 768px) {
	.stellarnav {
		overflow: visible;
		
	}
}

/****************************** Global Navigation End ******************************/


/****************************** Heading ******************************/


.subtitle {
	margin-bottom: 0rem;
	text-align: center;
}

@media (min-width: 48em) {
	.subtitle {
		margin-bottom: 3rem;
	}
}

.subtitle h2 {
	margin-bottom: 1.25rem;
	font-size: 1.6rem;
	letter-spacing: 0.005em;
}

@media (min-width: 48em) {
.subtitle h2 {
	margin-top: 2.0rem;
	margin-bottom: 1.2rem;
	font-size: 2.7rem;
	letter-spacing: 0.05em;
	font-weight: 600;
	color: #0f2350;
	
}}

.subtitle p {
	margin-bottom: 0.75rem;
	color: #333;
	font-size: 1.2rem;
	letter-spacing: 0.125em;
	font-weight: 600;
}

@media (min-width: 48em) {
.subtitle p {
	margin-bottom: 0.75rem;
	color: #333;
	font-size: 1.8rem;
	letter-spacing: 0.125em;
	font-weight: 600;
}}


hr.short {
	width: 2rem;
}

hr {
	background-color: #c0c5c2;
	border-width: 0;
	margin-top: 1rem;
	margin-bottom: 3rem;
	opacity: .8;
	height: 1px;
	border-radius: 1.0px;
	width: 5rem;
}

hr {
	border-color: currentColor;
}


/*- 見出しのアイコン表示 -*/
/*
.subtitle h2::before {
	padding-right: 0.25em;
	color: #99cc00;
	font-weight: 900;
	font-family: "fa-select";
	content: '\f0c6';
}
*/

/*- アンダーラインのスタイル -*/
.underline {
	width: auto;
	height: 1px;
	margin: auto;
	border-radius: 2px;
	background-color: #333;
	padding: 1em;
	

}

/****************************** Heading End ******************************/


/****************************** Background ******************************/

.background-light {
	background-color: #f5f5f5 !important;
}

.bg-base {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 0vh;
	/*- モバイル時の背景の高さ -*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (min-width: 48em) {
	.bg-base {
		height: 10vh;
		/*- PC時の背景の高さ -*/
	}
}

.bg-inner .page-banner-title {
	margin: 0;
	padding-left: 1em;
	color: #0f2350;
	font-size: 1.25rem;
}

@media (min-width: 48em) {
	.bg-inner .page-banner-title {
		margin-top: 20px;
	}
}

/*- パララックス効果 -*/
.fixed-background {
	position: relative;
	background-attachment: scroll;
}

@media (min-width: 48em) {
	.fixed-background {
		background-attachment: fixed;
	}
}

/*--------------------------------------------------------------
# link
--------------------------------------------------------------*/
a.anchor {
	display: block;
	padding-top: 90px;
	margin-top: -90px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}


/****************************** Background End ******************************/


/*--------------------------------------------------------------
# スマホのみ改行
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.sp_br {
		display: none;
	}
}

/****************************** Background End ******************************/


#back-top {
    position: fixed;
    right: 20px;
    bottom: 30px;
    margin-right: 0;
    display: block;
}
#fixed_r {
    position: fixed;
    top: 200px;
    right: -20px;
    z-index: 1000;
}
#fixed_r .fixed__sns.sns_line .sns__text {
    color: #fff;
}
#fixed_r .fixed__sns1.sns1_line .sns1__text {
    color: #333;
}

#fixed_r .fixed__sns .sns__text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    margin-left: 6px;
	color: #fff;
}

#fixed_r .fixed__sns1 .sns1__text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    margin-left: 6px;
	color: #fff;
}

#fixed_r .fixed__sns2 .sns2__text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    margin-left: 6px;
	color: #fff;
}
#fixed_r .fixed__sns {
    display: block;
    width: 70px;
    background: #20b2aa;
    margin-bottom: 20px;
    padding: 10px 28px 10px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 0px 10px;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 10px;
}
#fixed_r .fixed__sns1 {
    display: block;
    width: 70px;
    background: #00a960;
    margin-bottom: 20px;
    padding: 10px 28px 10px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 0px 10px;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 10px;
}
#fixed_r .fixed__sns2 {
    display: block;
    width: 70px;
    background: #f09199;
    margin-bottom: 20px;
    padding: 10px 28px 10px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 0px 10px;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 10px;
}


@media screen and (max-width: 767px) {
	#floatingmenu {
		display: block;
		width: 100%;
		position: fixed;
		left: 0px;
		bottom: 0px;
		z-index: 9999;
		text-align: center;
		padding: 0 auto;
	}

	#floatingmenu > a {
		display: block;
		width: 100%;
		height: auto;
		float: left;
	}

	#floatingmenu > a > img {
		vertical-align: bottom
	}
}


footer .footer-button-area p {
	margin-bottom: 0.5rem;
	font-size: 1.1rem;
	letter-spacing: 0.125em;
}

footer .footer-button-area .btn-transparent {
	width: 220px;
	background-color: transparent;
	border-color: #aaa;
	color: #000;
	font-size: 1.15rem;
}

@media (any-hover: hover) {
	footer .footer-button-area .btn-transparent:hover {
		background-color: #000;
		border-color: #000;
		color: #fff;
		
	}
}

footer .footer-button-area .btn-transparent i {
	margin-right: 0.25em;
	font-size: 1.4rem;
	vertical-align: middle;
}

footer .footer-slide {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #b4f0dc;
}

footer .footer-slide .swiper-container {
	height: 150px;
}

footer .footer-link {
	background-color: #20b2aa;
}

footer .footer-link .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: left;
}

@media (min-width: 48em) {
	footer .footer-link .row {
		padding-top: 1rem;
		padding-bottom: 1rem;
		text-align: left;
	}
}

footer .footer-link ul {
	font-size: 0;
	text-align: center;
}

footer .footer-link ul li {
	display: inline-block;
	line-height: 2;
}

footer .footer-link ul li a {
	padding: 0 1em;
	border-right: 1px solid #000;
	color: #000;
	font-size: 0.875rem;
	-webkit-transition-property: none;
	transition-property: none;
}

@media (any-hover: hover) {
	footer .footer-link ul li a:hover {
		text-decoration: underline;
	}
}

footer .footer-link ul li:last-child a {
	border-right: 0;
}

footer .footer-link .underline {
	width: 90%;
	height: 1px;
	margin: auto;
	border-radius: 2px;
	background-color: #f19ca7;
}

footer .copyright {
	padding: 0 1rem;
	color: #000;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	text-align: left;
}

@media (min-width: 48em) {
	footer .copyright {
		font-size: 0.875rem;
	}
}

/*- ページトップボタン -*/
#pagetop {
	position: fixed;
	right: 5%;
	bottom: 5%;
	z-index: 1000;
}

#pagetop a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 35px;
	height: 35px;
	background-color: #db7093;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 1.3rem;
}

@media (any-hover: hover) {
	#pagetop a:hover {
		background-color: #db7093;
	}
}

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/

#faq {
	padding: 50px 0;
}

#faq #faq-list {
	padding: 0;
	list-style: none;
}

#faq #faq-list li {
	margin-bottom: 1.5rem;
	padding: 1.5em;
	border: 2px solid rgba(52, 113, 140, 0.02);
	border-radius: 6px;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

#faq #faq-list a {
	display: block;
	position: relative;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	padding-right: 20px;
}

#faq #faq-list i {
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (min-width: 48em) {
	#faq #faq-list i {
		font-size: 24px;
	}
}

#faq #faq-list p {
	margin: 1.5rem 0 0.5rem 0;
	padding: 1em;
	background-color: #f5f5f5;
	border-radius: 6px;
	color: #000;
}

@media screen and (min-width: 48em) {
	#faq #faq-list p {
		margin: 1.5rem 2rem 0.5rem 2rem;
	}
}

#faq #faq-list a.collapse {
	color: #1e90ff;
}

#faq #faq-list a.collapsed {
	color: #000;
}

#faq #faq-list a.collapsed i::before {
	content: "\f055" !important;
}
.parent{
 text-align:center;
 margin:0 auto;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #002850;
    border-color: #002850;
}
/****************************** Background End ******************************/

#floatingmenu {
	display: none;
}

@media screen and (max-width: 767px) {
	#floatingmenu {
		display: block;
		width: 100%;
		position: fixed;
		left: 0px;
		bottom: 0px;
		z-index: 9999;
		text-align: center;
		padding: 0 auto;
	}

	#floatingmenu > a {
		display: block;
		width: 33.3%;
		height: auto;
		float: left;
	}

	#floatingmenu > a > img {
		vertical-align: bottom
	}
}

/****************************** Print ******************************/

@media print {
	nav {
		position: relative !important;
	}
}

/****************************** Print End ******************************/
