@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');



*{margin:0;padding:0;text-decoration:none}fieldset{border:0}body{line-height:1.8}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,ul{margin:0;padding:0}img{border:0;vertical-align:top}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none}address{font-style:normal}
html{font-size: 62.5%;}
body{font-size: 1.6em;}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */



/* マージン */
.margin02 {	margin-bottom: 2px; }
.margin05 {	margin-bottom: 5px; }
.margin06 {	margin-bottom: 6px; }
.margin08 {	margin-bottom: 8px; }
.margin10 {	margin-bottom: 10px; }
.margin15 {	margin-bottom: 15px; }
.margin20 {	margin-bottom: 20px; }
.margin30 {	margin-bottom: 30px; }
.margin40 {	margin-bottom: 40px; }


/* 文字装飾 */
strong {
	font-weight: 900;
	color: #2f0b60;
}

ul {
}
ul li {
	list-style:none;	
}

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


/* float解除 */
.cbox { 
}
* html .cbox {
	zoom: 100%;
}
*:first-child+html .cbox {
	display: inline-block;
}
.cbox:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
    -webkit-appearance: none;
    border-radius: 0;
}

/* box-sizing */ 
* {
	box-sizing: border-box;
}




/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #2f0b60;
	transition: 0.3s;
	-webkit−transition: 0.3s;
}
a:hover {
}
.cap {
	font-size: 1.4rem;
}
.right {
	text-align: right;
}


.btn {
	display: block;
	margin: 20px 0;
}
.btn a {
	text-align: center;
	width: 100%;
	display: block;
	background: #fff url("../img/arrow.svg") no-repeat 96% center;
	background-size: 36px;
	color: #2f0b60;
	padding: 20px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}
.btn a:hover {
	display: block;
	background: #eae7ef url("../img/arrow.svg") no-repeat 98% center;
	background-size: 36px;
}






/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


.pc {
	display: block;
}
.sp,
#spFooter {
	display: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	margin-bottom: 20px;
}
	table th {
	}
	table td {
	}

.textArea {
	float: left;
	width: 55%;
}
.phtArea {
	float: right;
	width: 40%;
}


form {
}
form table p {
	margin: 0;
	margin-top: 10px;
}
form table th span {
	font-size: 1.4rem;
}


input[type=text] {
	border: none;
	background: #eeeeee;
	padding: 10px;
	width: 100%;
}
textarea {
	border: none;
	background: #eeeeee;
	padding: 10px;
	width: 100%;
}

input[type=submit] {
	display: block;
	border: none;
	background: #2f0b60;
	padding: 10px;
	width: 200px;
	margin: 30px 0 10px 0;
	color: #FFF;
	font-weight: 700;
	
	
	cursor: pointer;
}
input[type=reset] {
	border: none;
	background: none;
}





table.table_lay01 {
	background: #FFF;
	width: 100%;
	border-collapse: collapse;
	border-top: solid 1px #2b2b2b !important;
}
	table.table_lay01 th {
		padding: 20px !important;
		text-align: left;
		border: none !important;
		background: #2f0b60 !important;
		color: #FFF;
		border-bottom: solid 1px #2b2b2b !important;
	}
	table.table_lay01 td {
		padding: 20px !important;
		text-align: left !important;
		border: none !important;
		border-bottom: solid 1px #2b2b2b !important;
	}
	table.table_lay01 td .dot li {
		margin-bottom: 10px;
	}
	table.table_lay01 td .dot li:last-child {
		margin-bottom: 0;
	}



table.table_lay02 {
	background: #FFF;
	width: 100%;
	border-collapse: collapse;
	border-top: solid 1px #2b2b2b !important;
}
	table.table_lay02 th {
		padding: 10px !important;
		text-align: left;
		border: none !important;
		color: #2f0b60;
		border-bottom: solid 1px #2b2b2b !important;
		width: 30%;
	}
	table.table_lay02 td {
		padding: 10px !important;
		text-align: left !important;
		border: none !important;
		border-bottom: solid 1px #2b2b2b !important;
	}
	table.table_lay02 td .dot li {
		margin-bottom: 10px;
	}
	table.table_lay02 td .dot li:last-child {
		margin-bottom: 0;
	}







.read {
	font-size: 2.2rem;
	color: #2f0b60;
	font-family:  "EB Garamond", "Noto Serif JP", serif;
}

.half {
	width: 48%;
	margin: 1%;
}

.phtBox {
	border: solid 3px #eee;
	background: #FFF;
	padding: 30px;
	margin-bottom: 10px;
}
.phtBox p {
	margin-bottom: 0;
	margin-top: 10px;
}



.anchor {
	
}
	.anchor ul {
		background: #FFF;
		border-radius: 10px;
		margin-bottom: 20px;

		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: left;

		-webkit-flex-wrap: wrap; 
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.anchor li {
		text-align: center;
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
		border: solid 1px #b1b1b1;
	}
		.anchor li:nth-child(3n) {
			margin-right: 0%;
		}
		.anchor li:last-child {
		}
		.anchor li a {
			padding: 10px;
			display: block;
			font-size: 1.4rem;
		}




.box {
	margin: 15px 0;
	background: #f7f7f7;
	padding: 30px;
}



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	position: relative;
	font-family:  "EB Garamond", "Noto Serif JP", serif;
	font-weight: 500;
	background: #FFF;
	color: #2b2b2b;
	padding: 0;
	margin: 0;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	/*text-align: justify;*/
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}







/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
header {
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.head {
	min-height: 50px;
	border-bottom: solid 1px #2b2b2b;
	background: #FFF;
	overflow: hidden;
	line-height: 50px;
}
.head .head__link {
	float: right;
}
.head .head__link li {
	border-left: solid 1px #2b2b2b;
}
.head .head__link li a {
	font-size: 1.4rem;
	display: block;
	text-align: center;
	padding: 0 20px;
}
.head .head__link li a:hover {
	background: #2f0b60;
	color: #FFF;
}
.head .head__link li.color01 {
	background: #e9eeef;
}
.head .head__link li.color02 {
	background: #2f0b60;
}
.head .head__link li.color02 a {
	color: #FFF;
}
.head .head__link li.color02 a:hover {
	background: #FFF;
	color: #2f0b60;
}

.head .head__link_sp {
	display: none;
}





.head__main {
	height: 84px;
	background: #eeeeee;
	border-bottom: solid 1px #2b2b2b;

}

header .logoArea {
	float: left;
	height: 120px;
	padding: 15px 20px;
}
header .logoArea a {
	display: block;
	float: left;
	width: 400px;
}
.head__addr {
	margin-top: 10px;
	float: right;
	font-size: 1.2rem;
	padding: 0 20px;
}
.head__addr a {
	float: none !important;
	display: inline !important;
}






nav {
	float: right;
	padding: 0;
	font-size: 1.5rem;
	
}
nav li {
	margin-bottom: 10px;
	text-align: center;
	border-left: solid 1px #2b2b2b;
}
nav li a {
	display: block;
	color: #383838;
	padding: 23px 20px;
	overflow: hidden;
}
nav li a:hover {
	background: #FFF;
}


.nav__sub {
	float: left;
	width: 90px;
	margin-left: 20px;
}
.nav__sub li {
	margin: 12px 10px 0 10px;
	width: 25px;
	height: 25px;
}
.nav__sub li a {
	display: block;
}




.menu-parent {
  position: relative;
}
.menu-parent:last-child {
  border-right: 0;
}
.menu-parent_a {
	cursor: pointer;
	display: block;
	line-height: 1.4;
}
.menu-parent_a span {
	display: block;
	font-size: 1.2rem;
	color: #2f0b60;
}
.menu-parent_a.blrn{
  border-left: none;
  border-right: none;
}
/* --------------------------- */
/* メニュー（兄）の動作に直接関係する箇所 */
/* --------------------------- */
/* メニュー（兄）hover時に色を変える */
@media (hover: hover) {
  .menu-parent_a:hover{
    transition: all .1s;
  }
}
/* メニュー（兄）にactive付与されたとき色を変える */
.menu-parent_a.active{
	background: #f6f8f9;
}
 /* --------------------------- */
/* メガメニュー(弟)のスタイル */
/* --------------------------- */
/* メニュー（弟）は普段は非表示 */
.menu-child {
	display: none;
	position: absolute;
	top: 84px;
	right: 0;
	width: 200%;
	padding: 10px;
	background-color: #f6f8f9;
	color: #333;
	z-index: 1000;
}
.menu-child_li {
	border-left: none;
	width: 100% !important;
}
.menu-child_li:last-child {
	margin-bottom: 0;
}
.menu-child_li a {
	padding: 5px;
	display: block;
}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
main {
	margin-bottom: 60px;
	font-family: "Noto Sans JP";
	font-weight: 400;
}
main p {
	margin-bottom: 20px;
}
main p a {
	text-decoration: underline;
}


#mainTitle {
	text-align: center;
	position: relative;
	background: #eee;
	background-size: 70%;
	padding: 180px 0 50px 0;
	overflow: hidden;
}
	#mainTitle h1 {
		font-weight: 400;
		font-size: 2.4rem;
		color: #2f0b60;
	}




.inner {
	width: 900px;
	max-width: 90%;
	margin: 0 auto;
}
.article {
	margin-bottom: 100px;
}
.article:last-child {
	margin-bottom: 0;
}
.cell {
	margin-bottom: 40px;
}



#Bread {
	margin-top: 20px;
	margin-bottom: 60px;
	font-size: 1.4rem;
}
	#Bread ul {
		width: 900px;
		max-width: 90%;
		margin: 0 auto;
	}
		#Bread ul li {
			display: inline-block;
			margin-right: 15px;
		}
		#Bread ul li a {
			position: relative;
			display: inline-block;
			padding-right: 20px;
		}
		#Bread ul li a:after {
			content: '';
			width: 6px;
			height: 6px;
			border: 0;
			border-top: solid 1px #333;
			border-right: solid 1px #333;
			position: absolute;
			top: 50%;
			right: 0;
			margin-top: -4px;
			transform: rotate(45deg);
		}



.set {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: left;
	
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}



.text__color {
	color: #2f0b60;
}
.text__ming {
	font-family: "Noto Serif JP";
	font-weight: 600;
}


.title {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: solid 1px #2b2b2b;
	font-family:  "EB Garamond", "Noto Serif JP", serif;
}
.title h2 {
	font-size: 2.2rem;
	color: #2f0b60;
	font-weight: 400;
	
}


h3 {
	font-size: 2rem;
	color: #2f0b60;
	font-family:  "EB Garamond", "Noto Serif JP", serif;
	font-weight: 400;
	margin-bottom: 20px;
	border-left: solid 3px #2f0b60;
	padding-left: 8px;
}







.title_sub {
	text-align: left;
	font-size: 2rem;
	margin-bottom: 20px;
}
.title_sub::before {
	display: inline-block;
	content: "";
	margin-top: 10px;
	margin-right: 7px;
	width: 8px;
	height: 8px;
	vertical-align: top;
	border-radius: 5px;
	background-color: #2f0b60;
}










ul.dot {
	margin-bottom: 15px;
}
.box ul.dot {
	margin-bottom: 0;
}
	ul.dot li {
		margin-bottom: 8px;
	}
	ul.dot li:last-child {
		margin-bottom: 0;
	}
	ul.dot li:last-child {
		margin-bottom: 0;
	}
	ul.dot li::before {
		display: inline-block;
		content: "";
		margin-top: 12px;
		margin-right: 7px;
		width: 8px;
		height: 8px;
		vertical-align: top;
		border-radius: 5px;
		background-color: #2f0b60;
	}
ol.no {
	margin-bottom: 15px;
	padding-left: 1.5em;
}
.box ol.no {
	margin-bottom: 0;
}
	ol.no li {
		margin-bottom: 10px;
	}
	ol.no li:last-child {
		margin-bottom: 0 !important;
	}


ul.link li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}
	ul.link li:before {
		content: '';
		width: 6px;
		height: 6px;
		border: 0;
		border-top: solid 1px #2f0b60;
		border-right: solid 1px #2f0b60;
		position: absolute;
		top: 55%;
		left: 0;
		margin-top: -4px;
		transform: rotate(45deg);
	}
	ul.link li a {
		display: block;
	}
	ul.link li a:hover {
		color: #e57f80;
	}
	ul.link li:hover:before {
		border-top: solid 1px #e57f80;
		border-right: solid 1px #e57f80;
	}

















/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.section__slide {
	position: relative;
}
.section__slide p {
	position: relative;
	top: 40px;
	left: 40px;
	display: inline-block;
	background: #FFF;
	font-size: 6rem;
	color: #2f0b60;
	z-index: 100;
	padding: 10px 20px;
	
}



footer {
}
footer .inner {
	width: 1200px;
}

footer .bg {
	padding: 50px 0;
	background: #f8f7f1;
}
.map {
	height: 400px;
	overflow: hidden;
}
.map iframe {
	width: 100%;
}



.section__links {
	padding: 70px 0;
	background: #2f0b60;
	color: #FFF;
}

.title__footer {
	font-size: 2rem;
	font-weight: 400;
	border-bottom: solid 1px #998ead;
	padding-bottom: 15px;
	margin-bottom: 20px;
	color: #FFF;
	border-left: none;
	padding-left: 0;
}



.area__info {
	width: 28%;
	float: left;
}
.area__info dl {
	border-bottom: dotted 1px #998ead;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.area__info dl:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.area__info dl dt {
	font-size: 1.8rem;
	margin-bottom: 10px;
}




.area__links {
	width: 70%;
	float: right;
}
.area__links a {
	color: #FFF;
}

.section__links .set {
}
.section__links .set dl {
	margin-right: 20px;
}
.section__links .set dl:last-child {
	margin-right: 0;
}
.section__links .set dl dt {
	margin-bottom: 10px;
}
.section__links .set dl dd {
	margin-bottom: 30px;
}
.section__links .set dl dd a {
	font-size: 1.2rem;
}

.section__links .set dl dd ul {
	margin-right: 20px;
}



.area__links--other {
	margin-top: 40px;
}
.area__links--other li {
	width: 32%;
	margin-right: 2%;
}
.area__links--other li:last-child {
	margin-right: 0%;
}




.section__other {
	border-top: solid 1px #d7d7d7;
	padding: 50px 0;
	font-size: 1.2rem;
	overflow: hidden;
}
.section__other ul {
	position: relative;
	float: right;
	z-index: 100;
}
.section__other ul li {
	display: inline;
	margin-left: 10px;
}
.section__other ul li:last-child {
	display: block;
	margin-top: 20px;
	text-align: right;
}
.section__other ul li img {
	width: 100px;
}
.section__other a {
}


/* max 1023px */
@media screen and (max-width: 1023px) {
.pc {
	display: none;
}
.sp {
	display: block;
}

	
	
body {
	font-size: 1.4rem;
}

.half {
	width: 100%;
	margin-right: 0%;
}

	
	

.btn {
	display: block;
	margin: 20px 0;
}
.btn a {
	text-align: center;
	width: 100%;
	display: block;
	background: #fff url("../img/arrow.svg") no-repeat 96% center;
	background-size: 20px;
	color: #2f0b60;
	padding: 20px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}
	
	
	
.textArea {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}
.phtArea {
	float: none;
	width: 100%;
}
	
	
.anchor {
	
}
	.anchor ul {
		background: #FFF;
		border-radius: 10px;
		margin-bottom: 20px;

		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: left;

		-webkit-flex-wrap: wrap; 
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.anchor li {
		text-align: center;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
		border: solid 1px #b1b1b1;
	}
		.anchor li:nth-child(2n) {
			margin-right: 0% !important;
		}
		.anchor li:nth-child(3n) {
			margin-right: 2%;
		}
		.anchor li:last-child {
		}
		.anchor li a {
			padding: 10px;
			display: block;
			font-size: 1.2rem;
		}
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
header {
	position: fixed;
	width: 100%;
	z-index: 1000;
	background: #FFF;
}
	
	
.head .head__addr {
	float: none;
	font-size: 1.2rem;
	padding: 0 15px;
	height: auto;
}
.head__link {
	display: none;
}



.head__main {
	height: auto;
}
	
header .logoArea {
	width: 100%;
	padding: 3% 3% 2% 3%;
	height: auto;
	text-align: center;
}
header .logoArea a {
	display: block;
	float: none;
	width: 90%;
	margin: 0 auto;
}
.head__addr {
	margin-top: 5px;
	float: none;
	font-size: 1.0rem;
	padding: 0;
}

	
	
	

nav {
	display: none;
}

.nav__sub {
	float: left;
	width: 70px;
	margin-left: 0px;
}
.nav__sub li {
	margin: 15px 0px 0 10px;
	width: 18px;
	height: 18px;
}
.nav__sub li a {
	display: block;
}
.head .head__link_sp {
	display: flex;
	width: calc(100% - 120px);
	float: left;
}
.head .head__link_sp li {
	margin: 0px;
	width: 33.3333333%;
	height: 25px;
	line-height: 1.2;
}
.head .head__link_sp li a {
	font-size: 1.0rem;
	display: block;
	text-align: center;
	padding: 12px 5px;
	border-left: solid 1px #2b2b2b;
}
	
	
	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#main {
}
#main p {
	margin-bottom: 20px;
}
#main p:last-child {
	margin-bottom: 0;
}

.inner {
	width: 900px;
	max-width: 90%;
	margin: 0 auto;
}
.article {
	margin-bottom: 15%;
}
.cell {
	margin-bottom: 10%;
}
.read {
	font-size: 1.4rem;
}
	


#mainTitle {
	text-align: center;
	position: relative;
	background: #eee;
	background-size: 70%;
	padding: 160px 0 20px 0;
	overflow: hidden;
}
	#mainTitle h1 {
		font-weight: 400;
		font-size: 2.0rem;
		color: #2f0b60;
	}

	

.title {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #2b2b2b;
}
.title h2 {
	font-size: 2.0rem;
	color: #2f0b60;
	font-weight: 600;
}


h3 {
	font-size: 1.8rem;
	color: #2f0b60;
	font-weight: 600;
	margin-bottom: 20px;
	border-left: solid 3px #2f0b60;
	padding-left: 8px;
}

	
#Bread {
	margin-bottom: 5%;
	font-size: 1.2rem;
}
	
	
	
form {
}
form table {
	margin: 20px 0 !important;
	border-bottom: solid 1px #2b2b2b !important;
}
form table th {
	width: 100%;
	display: block;
	
	
	font-size: 1.4rem !important;
}
form table td {
	width: 100%;
	display: block;
	
	font-size: 1.4rem !important;
}
	
	
	
ul.dot {
	margin-bottom: 0px;
}
	ul.dot li {
		margin-bottom: 10px;
	}
	ul.dot li::before {
		display: inline-block;
		content: "";
		margin-top: 8px;
		margin-right: 7px;
	}
	


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.section__slide {
	position: relative;
}
.section__slide p {
	position: relative;
	top: 20px;
	left: 0;
	display: inline-block;
	background: #FFF;
	font-size: 2.4rem;
	color: #2f0b60;
	z-index: 100;
	padding: 10px 20px;
	
}
	
	
.map {
	height: 350px;
	overflow: hidden;
}
.map iframe {
	width: 100%;
}



footer {
}
footer .inner {
	width: 1200px;
}

footer .bg {
	padding: 50px 0;
	background: #f8f7f1;
}
.map {
	height: 400px;
	overflow: hidden;
}
.map iframe {
	width: 100%;
}



.section__links {
	padding: 70px 0;
	background: #2f0b60;
	color: #FFF;
}

.title__footer {
	font-size: 2rem;
	font-weight: 400;
	border-bottom: solid 1px #998ead;
	padding-bottom: 15px;
	margin-bottom: 20px;
}



.area__info {
	width: 100%;
	float: none;
	margin-bottom: 40px;
}
.area__info dl {
	border-bottom: dotted 1px #998ead;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.area__info dl:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.area__info dl dt {
	font-size: 1.8rem;
	margin-bottom: 10px;
}




.area__links {
	width: 100%;
	float: none;
}
.area__links a {
	color: #FFF;
}

.section__links .set {
}
.section__links .set dl {
	margin-right: 20px;
}
.section__links .set dl:last-child {
	margin-right: 0;
}
.section__links .set dl dt {
	margin-bottom: 10px;
}
.section__links .set dl dd {
	margin-bottom: 30px;
}
.section__links .set dl dd a {
	font-size: 1.2rem;
}

.section__links .set dl dd ul {
	margin-right: 20px;
}



.area__links--other {
	margin-top: 40px;
}
.area__links--other li {
	width: 100%;
	margin-bottom: 2%;
	margin-right: 0%;
}
.area__links--other li:last-child {
	margin-right: 0%;
}




.section__other {
	border-top: solid 1px #d7d7d7;
	padding: 50px 0;
	font-size: 1.2rem;
	overflow: hidden;
}
.section__other ul {
	position: relative;
	float: right;
	z-index: 100;
}
.section__other ul li {
	display: inline;
	margin-left: 10px;
}
.section__other a {
}








.section__other {
	border-top: solid 1px #d7d7d7;
	padding: 5% 0 80px 0;
	font-size: 1.2rem;
	overflow: hidden;
}
.section__other ul {
	position: relative;
	float: none;
	z-index: 100;
}
.section__other ul li {
	display: inline;
	margin-left: 0;
	margin-right: 10px;
}
.section__other ul li:last-child {
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
}
.section__other ul li img {
	width: 100px;
}

.section__other a {
}


	
	
	
	
#spFooter {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 1000;
}
#spFooter ul {
	margin: 0;
}
	#spFooter li {
		text-align: center;
		width: 50%;
	}
	#spFooter li a {
		display: block;
		padding: 20px 0;
		font-size: 1.6rem;
		background: #e9eeef;
		border-right: solid 1px #2f0b60;
	}
	#spFooter li:last-child a {
		background: #2f0b60;
		color: #FFF;
	}
	
	
	
	
	
}