/* ----------------------------------------------------------------------------------------------------
     全端末共通のCSS（961px〜）
---------------------------------------------------------------------------------------------------- */

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:none;
}

.sp2 {
	display: none;
}

/* レイアウト
--------------------------------------------------------------------------*/

html {
}

body {
	color: #333;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	letter-spacing: 0.1em;
	-webkit-text-size-adjust: 100%;
}

#wrap {
	width :100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#layout {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.width {
	width: 1100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.width80 {
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.width_left {
	text-align: center;
	margin-left: 20%;
	margin-right: auto;
}

/* 文字
--------------------------------------------------------------------------*/

h1 {
	font-size: 320%;
	margin-bottom: 80px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 130%;
	text-transform: uppercase;
}

h1 span {
	color: #D23373;
	margin-top: 0px;
	display: block;
	font-size: 30%;
	font-weight: 600;
	letter-spacing: 0.1em;
}

h2 {
	font-size: 220%;
	text-align: left;
	font-style: normal;
	line-height: 160%;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-left: 2px solid #D23373;
}

h2 span {
	margin-top: 0px;
	display: block;
	font-size: 40%;
	font-style: normal;
	color: #D23373;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

#content h2 {
	font-size: 180%;
}

h3 {
	font-size: 150%;
	text-align: left;
	margin-bottom: 20px;
	font-weight: 600;
	font-style: normal;
}

h3::before {	
	content:"ー";
	font-weight: normal;
	color: #D23373;
	padding-right: 10px;
}

p + h2,
p + h3,
ul + h3 {
	margin-top: 40px;
}

p {
	font-size: 95%;
	line-height: 200%;
	margin-bottom: 20px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 95%;
	padding-bottom: 20px;
	vertical-align: middle;
}

ul.text li {
	line-height: 220%;
	padding: 0 0 0 10px;
	list-style: inside;
}

ul.text li span {
	display: inline-block;
	vertical-align: top;
}

.title {
	background: #D23373;
	color: #FFF;
	padding: 15px;
	text-align: center;
	font-size: 110%;
	font-weight: 600;
	margin-top: 40px;
}

/* ヘッダー
--------------------------------------------------------------------------*/

#header {
}

#header_left {
	float: left;
	margin-left: 2.5%;
	margin-top: 2.5%;
	width: 12%;
}

#header_right {
	float: right;
	margin-top: 2.5%;
	margin-right: 2.5%;
}

#sns {
	float: right;
}

#sns ul li {
	float: left;
	margin-left: 10px;
}

#sns ul li.btn a {
	padding: 5px 20px;
	margin-right: 10px;
}


/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
}

#navi ul {
	float: left;
	margin-top: 30px;
}

#navi ul li {
	float: left;
	box-sizing: border-box;
	list-style: none;
	line-height: 100%;
	font-size: 110%;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0;
	margin-left: 35px;
}

#navi ul li a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	box-sizing: border-box;
	transition:all 0.5s ease;
}

#navi ul li a:hover {
	transition:all 0.5s ease;
	color: #D23373;
}

body#home #navi ul li a#cat-nav-1 { color: #CCC; }
#menu_btn {
	display: none;
}


/* コンテンツ
--------------------------------------------------------------------------*/

#container {
	padding-top: 100px;
	z-index: 10;
}

section {
	padding-bottom: 100px;
}

article {
	margin-bottom: 50px;
}

.column2 {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px;
}

.column2:nth-child(2n) {
	margin-right:0;
}

.column3 {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column5 {
	width: 18%;
	float: left;
	margin-right: 2.5%;
	margin-bottom: 20px;
}

.column5:nth-child(5n) {
	margin-right: 0;
}

.column2Box {
	width: 50%;
	float: left;
	margin-right: 0%;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	box-sizing: border-box;
}

.left50 {
	width: 48%;
	float: left;
}

.right50 {
	width: 48%;
	float: right;
}

.left30 {
	width: 30%;
	float: left;
}

.right70 {
	width: 60%;
	float: right;
}


/* トップページ
--------------------------------------------------------------------------*/

#main_left {
	float: left;
	width: 80%;
}

#main_right {
	float: right;
	width: 20%;
	padding: 3%;
	box-sizing: border-box;
}

#top_logo {
	margin-bottom: 60px;
}

#top_navi {
	text-align: left;
	margin-bottom: 40px;
}

#top_navi ul li {
	list-style: none;
	font-size: 110%;
	font-weight: 600;
	margin-bottom: 25px;
}

#top_navi ul li a {
	display: block;
	text-decoration: none;
}

#top_navi ul li a:hover {
	color: #D23373;
}

#top_sns ul {
	margin-top: 15px;
}

#top_sns ul li {
	display: inline-block;
	list-style: none;
	margin: 0 5px;
}


/* トップ（強み）
-------------------------------------*/

.bg_pink {
	background: rgb(210,51,115);
	background: -webkit-linear-gradient(-10deg, rgba(210,51,115,1) 50%, rgba(219,92,143,1) 50%);
	background: -o-linear-gradient(-10deg, rgba(210,51,115,1) 50%, rgba(219,92,143,1) 50%);
	background: linear-gradient(-10deg, rgba(210,51,115,1) 50%, rgba(219,92,143,1) 50%);
	padding: 60px 0 150px;
}

.bg_pink h1,
.bg_pink h1 span {
	color: #FFF;
	margin: 0 auto;
	padding: 0;
}

#home #top_bg {
	background: url("../img/content/top/caption.svg") bottom 20px left 5% no-repeat;
	/*
	background-size: 30vw;
	*/
}

#top_pic01 {
	position: relative;
	background: url("../img/content/top/bg01.jpg") top center no-repeat;
	padding: 60px 0 300px;
	box-sizing: border-box;
}

#bg_white {
	position: relative;
	margin-top: -250px;
	background: rgba(255,255,255,0.65);
	padding: 80px;
}

.top_title {
	text-align: center;
	color: #D23373;
	font-size: 180%;
	font-weight: 600;
	line-height: 160%;
}

.bg_top_pic01 {
	position: absolute;
	bottom: 0px;
	right: -140px;
	background-size: 80vw;
}

/* 新着情報
-------------------------------------*/

#newsUl {
	background: #FFF;
	box-sizing: border-box;
	padding: 80px 100px 0;
	margin-top: -100px;
}

#newsUl ul {
	text-align: left;
}

#newsUl ul li {
	padding-bottom: 40px;
	margin-bottom: 40px;
	list-style: none;
	font-size: 90%;
	border-bottom: 1px dotted #CCC;
}

#newsUl ul li span {
	font-weight: 400;
	color: #D23373;
	border: 1px solid #D23373;
	background: #FFF;
	margin-left: 20px;
	box-sizing: border-box;
	text-transform: uppercase;
	font-size: 70%;
	padding: 5px 20px;
}

#newsUl ul li a {
	background: url("../img/common/arrow.svg") center right no-repeat;
	text-decoration: none;
	margin-left: 20px;
}


/* 下階層
--------------------------------------------------------------------------*/

#prt_main {
	padding: 0 0 100px;
}

#profile #prt_main { background: url("../img/content/profile/main.jpg") top center no-repeat; background-size: cover; }
#vision #prt_main { background: url("../img/content/vision/main.jpg") top center no-repeat; background-size: cover; }
#supporter #prt_main { background: #F7DDEA; background-size: cover; }
#news #prt_main { background: #F7DDEA; background-size: cover; }
	#topics #prt_main { background: #F7DDEA; background-size: cover; }
	#report #prt_main { background: #F7DDEA; background-size: cover; }
#contact #prt_main { background: #F7DDEA; background-size: cover; }
#privacy #prt_main { background: #F7DDEA; background-size: cover; }
#policy #prt_main { background: #F7DDEA; background-size: cover; }

#list_navi {
	background: #FFF;
	margin-left: 15%;
	width: 85%;
	box-sizing: border-box;
}

#list_navi div {
	padding: 20px 10px 20px 30px;
	text-align: left;
	font-size: 75%;
}

#list_navi span {
	background: url("../img/common/list_navi.svg") center left no-repeat;
	padding: 3px 0 3px 25px;
}

/* コンテンツ
--------------------------------------------------------------------------*/

#content {
	float: left;
	width: 70%;
}

#vision #container {
	background: url("../img/content/vision/caption.svg") top 50px left 5% no-repeat;
	/*
	background-size: 30vw;
	*/
}

#profile #container {
	background: url("../img/content/profile/caption.svg") top 50px right 5% no-repeat;
	/*
	background-size: 30vw;
	*/
}

.bg_orange01 {
	position: relative;
	top: 0;
	background: rgba(255,236,0,0.07);
	padding: 60px 100px;
	box-sizing: border-box;
}

.bg_orange02 {
	position: relative;
	top: 0;
	background: rgba(255,236,0,0.07);
	padding: 60px 100px 60px 200px;
	box-sizing: border-box;
}

.bg_orange03 {
	position: relative;
	top: 0;
	background: rgba(255,236,0,0.07);
	padding: 60px 100px 60px 320px;
	box-sizing: border-box;
}

.bg_orange04 {
	position: relative;
	top: 0;
	left: 0;
	background: url("../img/content/profile/bg01.jpg") top right no-repeat;
	background-size: 100%;
	padding: 350px;
	box-sizing: border-box;
}

.bg_orange_pic01 {
	position: absolute;
	top: -50px;
	right: -140px;
	background-size: 80vw;
}

.bg_orange_pic02 {
	position: absolute;
	top: -50px;
	left: -140px;
	background-size: 80vw;
}

.bg_orange_pic03 {
	position: absolute;
	bottom: 30px;
	right: -180px;
	background-size: 80vw;
}

.bg_orange_pic04 {
	position: absolute;
	top: 0px;
	left: 5%;
}

.no1 {
	background: url("../img/content/vision/no1.svg") center left no-repeat;
	font-size: 180%;
	color: #D23373;
	line-height: 160%;
	font-weight: 700;
	padding-left: 100px;
	margin-bottom: 40px;
}

.no2 {
	background: url("../img/content/vision/no2.svg") center left no-repeat;
	font-size: 180%;
	color: #D23373;
	line-height: 160%;
	font-weight: 700;
	padding-left: 100px;
	margin-bottom: 40px;
}

ul.list li {
	list-style: none;
	text-align: left;
	background: url("../img/content/vision/list.svg") top 5px left no-repeat;
	padding-left: 40px;
	line-height: 230%;
	margin-bottom: 40px;
}

ul.list li span {
	font-size: 120%;
	font-weight: 600;
}

#obi {
	background: url("../img/content/vision/obi.svg") center center no-repeat;
	background-size: 100%;
	padding: 15vh 0;
}

.name {
	background: #D23373;
	color: #FFF;
	padding: 10px 15px 25px 30px;
	text-align: left;
	font-size: 230%;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 40px;
}

.name span {
	margin-top: -10px;
	display: block;
	font-size: 40%;
	font-weight: 600;
}

.sub_title {
	color: #D23373;
	font-size: 220%;
	font-weight: 600;
}

.sub_title span {
	margin-top: -10px;
	display: block;
	font-size: 40%;
}

/* サイドバー
--------------------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 25%;
	margin-bottom: 40px;
}

#sidebar h3 {
	background: #D23373;
	padding: 15px 0;
	text-align: center;
	color: #FFF;
	font-size: 100%;
	margin: 0 auto;
}

#sidebar h3::before {
	display: none;
	padding: 0;
}

#sidebar ul li {
	list-style: none;
	text-align: left;
	border-bottom: 1px solid #EEE;
}

#sidebar ul li a {
	display: block;
	padding: 20px 0;
	text-decoration: none;
	background: url("../img/side/arrow.svg") center right no-repeat;
}

/* フッター
--------------------------------------------------------------------------*/

footer {
	margin-top: 80px;
}

#footer_contact {
	position: relative;
	background: #FFEC00;
	box-sizing: border-box;
	padding: 60px 0;
}

#footer_contact .width50 {
	position: relative;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

#footer_contact_title {
	position: absolute;
	background: #D23373;
	margin-top: -70px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 25px 50px 30px;
	box-sizing: border-box;
}

#footer_contact_title h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #FFF;
	padding: 0;
	margin-bottom: 0;
}

#footer_contact_title h2 span {
	text-align: center;
	margin-top: -5px;
	color: #FFF;
}

#footer_contact .caption {
	font-size: 120%;
	font-weight: 600;
	text-align: center;
}

.footer_btn {
	margin: 0 auto;
	text-align: center;
	font-size: 110%;
	margin-top: 30px;
	width: 400px;
}

.footer_btn a {
	transition: 0.3s;
	text-decoration: none;
	display: block;
	padding: 15px;
	font-weight: 600;
	box-sizing: border-box;
	border: 1px solid #D23373;
	background: #FFFFFF url("../img/footer/arrow.png") center right 20px no-repeat;
}

.footer_btn a:hover {
	color: #FFFFFF;
	transition: 0.3s;
	text-decoration: none;
	background: #D23373 url("../img/footer/arrow.png") center right 20px no-repeat;
}


#footer_main {
	background: #FFF;
	padding: 60px 0 50px;
	color: #D23373;
}

#footer_main_left {
	float: left;
}

#footer_main_left p {
	font-size: 80%;
	line-height: 160%;
	margin-bottom: 30px;
}

#footer_main_left ul {
	margin-top: -15px;
}

#footer_main_left ul li {
	display: inline-block;
	list-style: none;
	margin: 0 5px;
}

#footer_main_right {
	float: right;
}

.sitemap {
	text-align: left;
	display: inline-block;
	margin-left: 40px;
	vertical-align: top;
	width: 180px;
	box-sizing: border-box;
}

.sitemap ul {
}

.sitemap ul li {
	list-style: none;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #D23373;
}

.sitemap ul li a {
	display: block;
	font-size: 95%;
	font-weight: 700;
	text-decoration: none;
	color: #D23373;
}

.sitemap ul li a:hover {
	text-decoration: underline;
}

.sitemap ul li ul li {
	margin-left: 15px;
}

#footer_address {
	background: #D23373;
	padding: 25px 0;
}

address {
	text-align: center;
	font-style: normal;
	font-size: 85%;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

/* その他
--------------------------------------------------------------------------*/

/* loading
-------------------------------------*/

.loading {
	width: 100%;
	height: 100%;
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading i {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
}


/* その他ナビゲーション
--------------------------------------------------------------------------*/

.btn {
	margin: 0 auto;
	text-align: center;
	font-size: 100%;
}

.btn a {
	transition: 0.3s;
	text-decoration: none;
	display: block;
	padding: 12px;
	box-sizing: border-box;
	background: #D23373;
	border: 1px solid #D23373;
	color: #FFFFFF;
}

.btn a:hover {
	color: #D23373;
	transition: 0.3s;
	text-decoration: none;
	background-color: #FFF;
}


/* ページトップ
--------------------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    font-size: 80%;
	z-index: 50;
}

#page-top a {
    background: #D23373;
    text-decoration: none;
    color: #fff;
	padding: 20px 15px;
    text-align: center;
    display: block;
}

#page-top a:hover {
    text-decoration: none;
	background: #FFEC00;
}


/* ワードプレス
--------------------------------------------------------------------------*/

.entry-footer {
	border: 1px solid #EEE;
	margin-bottom: 50px;
	margin-top: 30px;
	padding: 15px 0;
	background: #F5F5F5;
	font-size: 80%;
}

.screen-reader-text {
	/*
	display: none;
	*/
}

.nav-links {
}

.nav-previous {
	float:left
}

.nav-next {
	float: right;
}

nav.navigation {
    display: none;
}

.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 14px;
    line-height: 14px;
        text-align: center;
}
.pagination-box {
    display: inline-block;
}
.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    width: auto;
    color: #fff; /* 通常の文字色 */
    background: #D23373; /* 通常の背景色 */
}
.pagination a:hover{
    color: #D23373; /* マウスホバー時の文字色 */
    background: #F7DDEA; /* マウスホバー時の背景色 */
}
.pagination .current{
    padding: 10px 15px 10px 15px;
    color: #D23373; /* 現在のページの文字色 */
        background: #F7DDEA; /* 現在のページの背景色 */
}

@media only screen and (max-width: 413px) {
.pagination {
    font-size: 12px;
    line-height: 12px;
}
.pagination span, .pagination a {
    padding: 8px 10px 8px 10px;
}
.pagination .current{
    padding: 8px 10px 8px 10px;
}
}


/* ----------------------------------------------------------------------------------------------------
     タブレット（640px〜800px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 1500px) {

.pc {
	display:block;
}

.tab2 {
	display: none;
}

.sp {
	display:none;
}

/* トップ（強み）
-------------------------------------*/

#home #top_bg {
	background: url("../img/content/top/caption.svg") bottom 20px left 5% no-repeat;
	background-size: 25vw;
}

/* コンテンツ
--------------------------------------------------------------------------*/

#vision #container {
	background: url("../img/content/vision/caption.svg") top 50px left 5% no-repeat;
	background-size: 25vw;
}

#profile #container {
	background: url("../img/content/profile/caption.svg") top 50px right 5% no-repeat;
	background-size: 25vw;
}


}

/* ----------------------------------------------------------------------------------------------------
     タブレット（640px〜800px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 1100px) {

.pc {
	display:block;
}

.tab2 {
	display: none;
}

.sp {
	display:none;
}

.width {
	width: 95%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


}


/* ----------------------------------------------------------------------------------------------------
     タブレット（640px〜800px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 1000px) {

.pc {
	display:block;
}

.tab2 {
	display: none;
}

.sp {
	display:none;
}
	
.width {
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#header_left {
	float: left;
	margin-left: 2.5%;
	margin-top: 2.5%;
	width: 16%;
}


}


/* ----------------------------------------------------------------------------------------------------
     スマホ（〜640px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 850px) {

.pc {
	display:block;
}

.tab2 {
	display: block;
}

.sp {
	display:none;
}

.sp2 {
	display: none;
}
	
.width80 {
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.width_left {
	text-align: center;
	margin-left: 10%;
	margin-right: auto;
}

/* 文字
--------------------------------------------------------------------------*/

h1 {
	font-size: 300%;
	margin-bottom: 80px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 130%;
	text-transform: uppercase;
}

h1 span {
	color: #D23373;
	margin-top: 0px;
	display: block;
	font-size: 30%;
	font-weight: 600;
	letter-spacing: 0.1em;
}

h2 {
	font-size: 200%;
	text-align: left;
	font-style: normal;
	line-height: 160%;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-left: 2px solid #D23373;
}

h2 span {
	margin-top: 0px;
	display: block;
	font-size: 40%;
	font-style: normal;
	color: #D23373;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

#content h2 {
	font-size: 180%;
}

h3 {
	font-size: 150%;
	text-align: left;
	margin-bottom: 20px;
	font-weight: 600;
	font-style: normal;
}

h3::before {	
	content:"ー";
	font-weight: normal;
	color: #D23373;
	padding-right: 10px;
}

p + h2,
p + h3,
ul + h3 {
	margin-top: 40px;
}

p {
	font-size: 95%;
	line-height: 200%;
	margin-bottom: 20px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 95%;
	padding-bottom: 20px;
	vertical-align: middle;
}

ul.text li {
	line-height: 220%;
	padding: 0 0 0 10px;
	list-style: inside;
}

ul.text li span {
	display: inline-block;
	vertical-align: top;
}

.title {
	background: #D23373;
	color: #FFF;
	padding: 15px;
	text-align: center;
	font-size: 110%;
	font-weight: 600;
	margin-top: 40px;
}

/* ヘッダー
--------------------------------------------------------------------------*/

#header {
}

#header_left {
	float: left;
	margin-left: 2.5%;
	margin-top: 2.5%;
	width: 20%;
}

#header_right {
	float: right;
	margin-top: 2.5%;
	margin-right: 2.5%;
}

#sns {
	float: right;
}

#sns ul li {
	float: left;
	margin-left: 10px;
}
	
#sns ul li.btn {
	display: none;
}

#sns ul li.btn a {
	padding: 5px 20px;
	margin-right: 10px;
}


/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
	display: none;
}

#menu_btn {
	float: right;
	display: block;
	margin-top: 20px;
}

#menu_btn a {
	background: #D23373;
	padding: 20px;
	display: block;
}

#home #menu_btn {
	margin-right: 20px;
}

/* コンテンツ
--------------------------------------------------------------------------*/

#container {
	padding-top: 100px;
	z-index: 10;
}

section {
	padding-bottom: 100px;
}

article {
	margin-bottom: 50px;
}

.column2 {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px;
}

.column2:nth-child(2n) {
	margin-right:0;
}

.column3 {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column5 {
	width: 18%;
	float: left;
	margin-right: 2.5%;
	margin-bottom: 20px;
}

.column5:nth-child(5n) {
	margin-right: 0;
}

.column2Box {
	width: 50%;
	float: left;
	margin-right: 0%;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	box-sizing: border-box;
}

.left50 {
	width: 48%;
	float: left;
}

.right50 {
	width: 48%;
	float: right;
}

.left30 {
	width: 30%;
	float: left;
}

.right70 {
	width: 60%;
	float: right;
}


/* トップページ
--------------------------------------------------------------------------*/

#main_left {
	float: none;
	width: 100%;
}

#main_right {
	display: none;
	float: right;
	width: 20%;
	padding: 3%;
	box-sizing: border-box;
}

#top_logo {
	margin-bottom: 60px;
}

#top_navi {
	display: none;
	text-align: left;
	margin-bottom: 40px;
}

#top_navi ul li {
	list-style: none;
	font-size: 110%;
	font-weight: 600;
	margin-bottom: 25px;
}

#top_navi ul li a {
	display: block;
	text-decoration: none;
}

#top_navi ul li a:hover {
	color: #D23373;
}

#top_sns {
	display: none;
}

#top_sns ul {
	margin-top: 15px;
}

#top_sns ul li {
	display: inline-block;
	list-style: none;
	margin: 0 5px;
}


/* トップ（強み）
-------------------------------------*/

.bg_pink {
	background: rgb(210,51,115);
	background: -webkit-linear-gradient(-10deg, rgba(210,51,115,1) 50%, rgba(219,92,143,1) 50%);
	background: -o-linear-gradient(-10deg, rgba(210,51,115,1) 50%, rgba(219,92,143,1) 50%);
	background: linear-gradient(-10deg, rgba(210,51,115,1) 50%, rgba(219,92,143,1) 50%);
	padding: 60px 0 150px;
}

.bg_pink h1,
.bg_pink h1 span {
	color: #FFF;
	margin: 0 auto;
	padding: 0;
}

#home #top_bg {
	background: url("../img/content/top/caption.svg") bottom 20px left 1% no-repeat;
	background-size: 30vw;
}

#top_pic01 {
	position: relative;
	background: url("../img/content/top/bg01.jpg") top center no-repeat;
	padding: 60px 0 300px;
	box-sizing: border-box;
}

#bg_white {
	position: relative;
	margin-top: -250px;
	background: rgba(255,255,255,0.65);
	padding: 80px;
}

.top_title {
	text-align: center;
	color: #D23373;
	font-size: 180%;
	font-weight: 600;
	line-height: 160%;
}

.bg_top_pic01 {
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 20vw;
}

/* 新着情報
-------------------------------------*/

#newsUl {
	background: #FFF;
	box-sizing: border-box;
	padding: 80px 100px 0;
	margin-top: -100px;
}

#newsUl ul {
	text-align: left;
}

#newsUl ul li {
	padding-bottom: 40px;
	margin-bottom: 40px;
	list-style: none;
	font-size: 90%;
	border-bottom: 1px dotted #CCC;
}

#newsUl ul li span {
	font-weight: 400;
	color: #D23373;
	border: 1px solid #D23373;
	background: #FFF;
	margin-left: 20px;
	box-sizing: border-box;
	text-transform: uppercase;
	font-size: 70%;
	padding: 5px 20px;
}

#newsUl ul li a {
	background: url("../img/common/arrow.svg") center right no-repeat;
	text-decoration: none;
	margin-left: 20px;
}


/* 下階層
--------------------------------------------------------------------------*/

#prt_main {
	padding: 0 0 100px;
}

#profile #prt_main { background: url("../img/content/profile/main.jpg") top center no-repeat; background-size: cover; }
#vision #prt_main { background: url("../img/content/vision/main.jpg") top center no-repeat; background-size: cover; }
#supporter #prt_main { background: #F7DDEA; background-size: cover; }
#news #prt_main { background: #F7DDEA; background-size: cover; }
#contact #prt_main { background: #F7DDEA; background-size: cover; }
#privacy #prt_main { background: #F7DDEA; background-size: cover; }
#policy #prt_main { background: #F7DDEA; background-size: cover; }

#list_navi {
	background: #FFF;
	margin-left: 15%;
	width: 85%;
	box-sizing: border-box;
}

#list_navi div {
	padding: 20px 10px 20px 30px;
	text-align: left;
	font-size: 75%;
}

#list_navi span {
	background: url("../img/common/list_navi.svg") center left no-repeat;
	padding: 3px 0 3px 25px;
}

/* コンテンツ
--------------------------------------------------------------------------*/

#content {
	float: left;
	width: 70%;
}

#vision #container {
	background: url("../img/content/vision/caption.svg") top 10px left 5% no-repeat;
	background-size: 30vw;
}

#profile #container {
	background: url("../img/content/profile/caption.svg") top 50px right 5% no-repeat;
	background-size: 30vw;
}

.bg_orange01 {
	position: relative;
	top: 0;
	background: rgba(255,236,0,0.07);
	padding: 60px 100px;
	box-sizing: border-box;
}

.bg_orange02 {
	position: relative;
	top: 0;
	background: rgba(255,236,0,0.07);
	padding: 60px 100px 60px 200px;
	box-sizing: border-box;
}

.bg_orange03 {
	position: relative;
	top: 0;
	background: rgba(255,236,0,0.07);
	padding: 60px 100px 60px 220px;
	box-sizing: border-box;
}

.bg_orange04 {
	position: relative;
	top: 0;
	left: 0;
	background: url("../img/content/profile/bg01.jpg") top right no-repeat;
	background-size: 100%;
	padding: 200px;
	box-sizing: border-box;
}

.bg_orange_pic01 {
	position: absolute;
	top: -150px;
	right: 0px;
	width: 20vw;
}

.bg_orange_pic02 {
	position: absolute;
	top: -50px;
	left: 0;
	width: 20vw;
}

.bg_orange_pic03 {
	position: absolute;
	bottom: 30px;
	right: 0px;
	width: 20vw;
}

.bg_orange_pic04 {
	position: absolute;
	top: 0px;
	left: 5%;
	width: 30vw;
}

.no1 {
	background: url("../img/content/vision/no1.svg") center left no-repeat;
	font-size: 180%;
	color: #D23373;
	line-height: 160%;
	font-weight: 700;
	padding-left: 100px;
	margin-bottom: 40px;
}

.no2 {
	background: url("../img/content/vision/no2.svg") center left no-repeat;
	font-size: 180%;
	color: #D23373;
	line-height: 160%;
	font-weight: 700;
	padding-left: 100px;
	margin-bottom: 40px;
}

ul.list li {
	list-style: none;
	text-align: left;
	background: url("../img/content/vision/list.svg") top 5px left no-repeat;
	padding-left: 40px;
	line-height: 230%;
	margin-bottom: 40px;
}

ul.list li span {
	font-size: 120%;
	font-weight: 600;
}

#obi {
	background: url("../img/content/vision/obi.svg") center center no-repeat;
	background-size: 100%;
	padding: 5vh 0;
}

.name {
	background: #D23373;
	color: #FFF;
	padding: 10px 15px 25px 30px;
	text-align: left;
	font-size: 230%;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 40px;
}

.name span {
	margin-top: -10px;
	display: block;
	font-size: 40%;
	font-weight: 600;
}

.sub_title {
	color: #D23373;
	font-size: 220%;
	font-weight: 600;
}

.sub_title span {
	margin-top: -10px;
	display: block;
	font-size: 40%;
}

/* サイドバー
--------------------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 25%;
	margin-bottom: 40px;
}

#sidebar h3 {
	background: #D23373;
	padding: 15px 0;
	text-align: center;
	color: #FFF;
	font-size: 100%;
	margin: 0 auto;
}

#sidebar h3::before {
	display: none;
	padding: 0;
}

#sidebar ul li {
	list-style: none;
	text-align: left;
	border-bottom: 1px solid #EEE;
}

#sidebar ul li a {
	display: block;
	padding: 20px 0;
	text-decoration: none;
	background: url("../img/side/arrow.svg") center right no-repeat;
}

/* フッター
--------------------------------------------------------------------------*/

footer {
	margin-top: 80px;
}

#footer_contact {
	position: relative;
	background: #FFEC00;
	box-sizing: border-box;
	padding: 60px 0;
}

#footer_contact .width50 {
	position: relative;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

#footer_contact_title {
	position: absolute;
	background: #D23373;
	margin-top: -70px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 25px 50px 30px;
	box-sizing: border-box;
}

#footer_contact_title h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #FFF;
	padding: 0;
	margin-bottom: 0;
}

#footer_contact_title h2 span {
	text-align: center;
	margin-top: -5px;
	color: #FFF;
}

#footer_contact .caption {
	font-size: 120%;
	font-weight: 600;
	text-align: center;
}

.footer_btn {
	margin: 0 auto;
	text-align: center;
	font-size: 110%;
	margin-top: 30px;
	width: 400px;
}

.footer_btn a {
	transition: 0.3s;
	text-decoration: none;
	display: block;
	padding: 15px;
	font-weight: 600;
	box-sizing: border-box;
	border: 1px solid #D23373;
	background: #FFFFFF url("../img/footer/arrow.png") center right 20px no-repeat;
}

.footer_btn a:hover {
	color: #FFFFFF;
	transition: 0.3s;
	text-decoration: none;
	background: #D23373 url("../img/footer/arrow.png") center right 20px no-repeat;
}


#footer_main {
	background: #FFF;
	padding: 60px 0 50px;
	color: #D23373;
}

#footer_main_left {
	float: left;
}

#footer_main_left p {
	font-size: 80%;
	line-height: 160%;
	margin-bottom: 30px;
}

#footer_main_left ul {
	margin-top: -15px;
}

#footer_main_left ul li {
	display: inline-block;
	list-style: none;
	margin: 0 5px;
}

#footer_main_right {
	float: right;
}

.sitemap {
	text-align: left;
	display: inline-block;
	margin-left: 40px;
	vertical-align: top;
	width: 180px;
	box-sizing: border-box;
}

.sitemap ul {
}

.sitemap ul li {
	list-style: none;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #D23373;
}

.sitemap ul li a {
	display: block;
	font-size: 95%;
	font-weight: 700;
	text-decoration: none;
	color: #D23373;
}

.sitemap ul li a:hover {
	text-decoration: underline;
}

.sitemap ul li ul li {
	margin-left: 15px;
}

#footer_address {
	background: #D23373;
	padding: 25px 0;
}

address {
	text-align: center;
	font-style: normal;
	font-size: 85%;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

}

/* ----------------------------------------------------------------------------------------------------
     スマホ（〜640px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 640px) {


.pc {
	display:none;
}

.tab2 {
	display: block;
}

.sp {
	display:block;
}

.sp2 {
	display: block;
}

/* 文字
--------------------------------------------------------------------------*/

h1 {
	font-size: 280%;
	margin-bottom: 40px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 130%;
	text-transform: uppercase;
}

h1 span {
	color: #D23373;
	margin-top: 0px;
	display: block;
	font-size: 30%;
	font-weight: 600;
	letter-spacing: 0.1em;
}

h2 {
	font-size: 200%;
	text-align: left;
	font-style: normal;
	line-height: 160%;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-left: 2px solid #D23373;
}

h2 span {
	margin-top: 0px;
	display: block;
	font-size: 40%;
	font-style: normal;
	color: #D23373;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

#content h2 {
	font-size: 180%;
}

h3 {
	font-size: 150%;
	text-align: left;
	margin-bottom: 20px;
	font-weight: 600;
	font-style: normal;
}

h3::before {	
	content:"ー";
	font-weight: normal;
	color: #D23373;
	padding-right: 10px;
}

p + h2,
p + h3,
ul + h3 {
	margin-top: 40px;
}

p {
	font-size: 95%;
	line-height: 200%;
	margin-bottom: 20px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 95%;
	padding-bottom: 20px;
	vertical-align: middle;
}

ul.text li {
	line-height: 220%;
	padding: 0 0 0 10px;
	list-style: inside;
}

ul.text li span {
	display: inline-block;
	vertical-align: top;
}

.title {
	background: #D23373;
	color: #FFF;
	padding: 15px;
	text-align: center;
	font-size: 110%;
	font-weight: 600;
	margin-top: 40px;
}

/* ヘッダー
--------------------------------------------------------------------------*/

#header {
}

#header_left {
	float: left;
	margin-left: 2.5%;
	margin-top: 2.5%;
	width: 30%;
}

#header_right {
	float: right;
	margin-top: 2.5%;
	margin-right: 2.5%;
}

#sns {
	float: right;
}

#sns ul li {
	float: left;
	margin-left: 10px;
}
	
#sns ul li.btn {
	display: none;
}

#sns ul li.btn a {
	padding: 5px 20px;
	margin-right: 10px;
}


/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
	display: none;
}

#menu_btn {
	float: right;
	display: block;
	margin-top: 20px;
}

#menu_btn a {
	background: #D23373;
	padding: 20px;
	display: block;
}

#home #menu_btn {
	margin-right: 20px;
}

/* コンテンツ
--------------------------------------------------------------------------*/

#container {
	padding-top: 60px;
	z-index: 10;
}

section {
	padding-bottom: 100px;
}

article {
	margin-bottom: 50px;
}

.column2 {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px;
}

.column2:nth-child(2n) {
	margin-right:0;
}

.column3 {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column5 {
	width: 18%;
	float: left;
	margin-right: 2.5%;
	margin-bottom: 20px;
}

.column5:nth-child(5n) {
	margin-right: 0;
}

.column2Box {
	width: 50%;
	float: left;
	margin-right: 0%;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	box-sizing: border-box;
}

.left50 {
	width: 48%;
	float: left;
}

.right50 {
	width: 48%;
	float: right;
}

.left30 {
	width: 30%;
	float: left;
}

.right70 {
	width: 60%;
	float: right;
}


/* トップページ
--------------------------------------------------------------------------*/

#main_left {
	float: none;
	width: 100%;
}

#main_right {
	display: none;
	float: right;
	width: 20%;
	padding: 3%;
	box-sizing: border-box;
}

#top_logo {
	margin-bottom: 60px;
}

#top_navi {
	display: none;
	text-align: left;
	margin-bottom: 40px;
}

#top_navi ul li {
	list-style: none;
	font-size: 110%;
	font-weight: 600;
	margin-bottom: 25px;
}

#top_navi ul li a {
	display: block;
	text-decoration: none;
}

#top_navi ul li a:hover {
	color: #D23373;
}

#top_sns {
	display: none;
}

#top_sns ul {
	margin-top: 15px;
}

#top_sns ul li {
	display: inline-block;
	list-style: none;
	margin: 0 5px;
}


/* トップ（強み）
-------------------------------------*/

.bg_pink {
	background: rgb(210,51,115);
	background: -webkit-linear-gradient(-10deg, rgba(210,51,115,1) 50%, rgba(219,92,143,1) 50%);
	background: -o-linear-gradient(-10deg, rgba(210,51,115,1) 50%, rgba(219,92,143,1) 50%);
	background: linear-gradient(-10deg, rgba(210,51,115,1) 50%, rgba(219,92,143,1) 50%);
	padding: 60px 0 150px;
}

.bg_pink h1,
.bg_pink h1 span {
	color: #FFF;
	margin: 0 auto;
	padding: 0;
}

#home #top_bg {
	background: url("../img/content/top/caption.svg") bottom 20px left 2% no-repeat;
	background-size: 50vw;
}

#top_pic01 {
	position: relative;
	background: url("../img/content/top/bg01.jpg") top center no-repeat;
	padding: 60px 20px 300px;
	box-sizing: border-box;
}

#bg_white {
	position: relative;
	margin-top: -250px;
	background: rgba(255,255,255,0.65);
	padding: 30px;
	margin-bottom: 200px;
}

.top_title {
	text-align: center;
	color: #D23373;
	font-size: 180%;
	font-weight: 600;
	line-height: 160%;
}

.bg_top_pic01 {
	position: absolute;
	bottom: -200px;
	right: 0;
	width: 40vw;
}

/* 新着情報
-------------------------------------*/

#newsUl {
	background: #FFF;
	box-sizing: border-box;
	padding: 40px 30px 0;
	margin-top: -100px;
}

#newsUl ul {
	text-align: left;
}

#newsUl ul li {
	padding-bottom: 30px;
	margin-bottom: 30px;
	list-style: none;
	font-size: 90%;
	border-bottom: 1px dotted #CCC;
}

#newsUl ul li span {
	font-weight: 400;
	color: #D23373;
	border: 1px solid #D23373;
	background: #FFF;
	margin-left: 20px;
	box-sizing: border-box;
	text-transform: uppercase;
	font-size: 70%;
	padding: 5px 20px;
}

#newsUl ul li a {
	display: block;
	background: url("../img/common/arrow.svg") center right no-repeat;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 10px;
}


/* 下階層
--------------------------------------------------------------------------*/

#prt_main {
	padding: 0 0 100px;
}

#profile #prt_main { background: url("../img/content/profile/main.jpg") top right -100px no-repeat; background-size: cover; }
#vision #prt_main { background: url("../img/content/vision/main.jpg") top left no-repeat; background-size: cover; }
#supporter #prt_main { background: #F7DDEA; background-size: cover; }
#news #prt_main { background: #F7DDEA; background-size: cover; }
#contact #prt_main { background: #F7DDEA; background-size: cover; }
#privacy #prt_main { background: #F7DDEA; background-size: cover; }
#policy #prt_main { background: #F7DDEA; background-size: cover; }

#list_navi {
	background: #FFF;
	margin-left: 15%;
	width: 85%;
	box-sizing: border-box;
}

#list_navi div {
	padding: 20px 10px 20px 30px;
	text-align: left;
	font-size: 75%;
}

#list_navi span {
	background: url("../img/common/list_navi.svg") center left no-repeat;
	padding: 3px 0 3px 25px;
}

/* コンテンツ
--------------------------------------------------------------------------*/

#content {
	float: none;
	width: 100%;
}

#vision #container {
	background: url("../img/content/vision/caption.svg") top 100px left 5% no-repeat;
	background-size: 40vw;
}

#profile #container {
	background: url("../img/content/profile/caption.svg") top 100px right 5% no-repeat;
	background-size: 30vw;
}

.bg_orange01 {
	position: relative;
	top: 0;
	background: rgba(255,236,0,0.07);
	padding: 60px 30px 30px;
	box-sizing: border-box;
}

.bg_orange02 {
	position: relative;
	top: 0;
	background: rgba(255,236,0,0.07);
	padding: 60px 30px 30px;
	box-sizing: border-box;
}

.bg_orange03 {
	position: relative;
	top: 0;
	background: rgba(255,236,0,0.07);
	padding: 60px 30px 30px;
	box-sizing: border-box;
}

.bg_orange04 {
	position: relative;
	top: 0;
	left: 0;
	background: url("../img/content/profile/bg01.jpg") top center no-repeat;
	background-size: 100%;
	padding: 100px 0 130px;
	box-sizing: border-box;
}

.bg_orange_pic01 {
	position: absolute;
	top: -20px;
	right: 0px;
	width: 25vw;
}

.bg_orange_pic02 {
	position: absolute;
	top: -50px;
	left: 0;
	width: 30vw;
}

.bg_orange_pic03 {
	position: absolute;
	bottom: 50px;
	right: 0px;
	width: 35vw;
}

.bg_orange_pic04 {
	position: absolute;
	top: -80px;
	left: 5%;
	width: 35vw;
}

.no1 {
	background: url("../img/content/vision/no1.svg") center top no-repeat;
	font-size: 180%;
	color: #D23373;
	line-height: 160%;
	font-weight: 700;
	padding-top: 120px;
	padding-left: 0;
	margin-bottom: 40px;
}

.no2 {
	background: url("../img/content/vision/no2.svg") center top no-repeat;
	font-size: 180%;
	color: #D23373;
	line-height: 160%;
	font-weight: 700;
	padding-top: 120px;
	padding-left: 0;
	margin-bottom: 40px;
}

ul.list li {
	list-style: none;
	text-align: left;
	background: url("../img/content/vision/list.svg") top 5px left no-repeat;
	padding-left: 40px;
	line-height: 230%;
	margin-bottom: 40px;
}

ul.list li span {
	font-size: 120%;
	font-weight: 600;
}

#obi {
	background: url("../img/content/vision/obi.svg") center center no-repeat;
	background-size: 100%;
	padding: 4vh 0;
}

.name {
	background: #D23373;
	color: #FFF;
	padding: 10px 15px 25px 30px;
	text-align: left;
	font-size: 230%;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 40px;
}

.name span {
	margin-top: -10px;
	display: block;
	font-size: 40%;
	font-weight: 600;
}

.sub_title {
	color: #D23373;
	font-size: 220%;
	font-weight: 600;
}

.sub_title span {
	margin-top: -10px;
	display: block;
	font-size: 40%;
}

/* サイドバー
--------------------------------------------------------------------------*/

#sidebar {
	float: none;
	width: 100%;
	margin-bottom: 40px;
}

#sidebar h3 {
	background: #D23373;
	padding: 15px 0;
	text-align: center;
	color: #FFF;
	font-size: 100%;
	margin: 0 auto;
}

#sidebar h3::before {
	display: none;
	padding: 0;
}

#sidebar ul li {
	list-style: none;
	text-align: left;
	border-bottom: 1px solid #EEE;
}

#sidebar ul li a {
	display: block;
	padding: 20px 0;
	text-decoration: none;
	background: url("../img/side/arrow.svg") center right no-repeat;
}

/* フッター
--------------------------------------------------------------------------*/

footer {
	margin-top: 60px;
}

#footer_contact {
	position: relative;
	background: #FFEC00;
	box-sizing: border-box;
	padding: 60px 0;
}

#footer_contact .width50 {
	position: relative;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

#footer_contact_title {
	position: absolute;
	background: #D23373;
	margin-top: -70px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 25px 50px 30px;
	box-sizing: border-box;
}

#footer_contact_title h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #FFF;
	padding: 0;
	margin-bottom: 0;
}

#footer_contact_title h2 span {
	text-align: center;
	margin-top: -5px;
	color: #FFF;
}

#footer_contact .caption {
	font-size: 120%;
	font-weight: 600;
	text-align: center;
}

.footer_btn {
	margin: 0 auto;
	text-align: center;
	font-size: 110%;
	margin-top: 30px;
	width: 100%;
}

.footer_btn a {
	transition: 0.3s;
	text-decoration: none;
	display: block;
	padding: 15px;
	font-weight: 600;
	box-sizing: border-box;
	border: 1px solid #D23373;
	background: #FFFFFF url("../img/footer/arrow.png") center right 20px no-repeat;
}

.footer_btn a:hover {
	color: #FFFFFF;
	transition: 0.3s;
	text-decoration: none;
	background: #D23373 url("../img/footer/arrow.png") center right 20px no-repeat;
}


#footer_main {
	background: #FFF;
	padding: 60px 0 50px;
	color: #D23373;
}

#footer_main_left {
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer_main_left p {
	font-size: 80%;
	line-height: 160%;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer_main_left ul {
	margin-top: -15px;
}

#footer_main_left ul li {
	display: inline-block;
	list-style: none;
	margin: 0 5px;
}

#footer_main_right {
	display: none;
	float: right;
}

.sitemap {
	text-align: left;
	display: inline-block;
	margin-left: 40px;
	vertical-align: top;
	width: 180px;
	box-sizing: border-box;
}

.sitemap ul {
}

.sitemap ul li {
	list-style: none;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #D23373;
}

.sitemap ul li a {
	display: block;
	font-size: 95%;
	font-weight: 700;
	text-decoration: none;
	color: #D23373;
}

.sitemap ul li a:hover {
	text-decoration: underline;
}

.sitemap ul li ul li {
	margin-left: 15px;
}

#footer_address {
	background: #D23373;
	padding: 25px 0;
}

address {
	text-align: center;
	font-style: normal;
	font-size: 85%;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.normalTbl table th,
.normalTbl table td {
	width: auto;
	display: block;
}

}
