@charset "utf-8";

html {
}
html.opened {
	overflow: hidden;
}

body {
	background: url(../img/bg_top.png) right 0 no-repeat, url(../img/bg.jpg) center 0 repeat;
}
@media screen and (min-width: 751px) {
	a {
		transition: color 0.3s ease-out;
		-webkit-transition: color 0.3s ease-out;
		-moz-transition: color 0.3s ease-out;
	}
	.scalup {
		overflow: hidden;
	}
	.scalup img {
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
	}
	a:hover .scalup img {
		opacity: 0.8;
		transform: scale(1.08);
		-webkit-transform: scale(1.08);
		-moz-transform: scale(1.08);
	}
	.hoverOpacity {
		opacity: 1;
		transition: opacity 0.3s ease-out;
		-webkit-transition: opacity 0.3s ease-out;
		-moz-transition: opacity 0.3s ease-out;
	}
	.hoverOpacity:hover  {
		opacity: 0.7;
	}
	.bgColor {
		transition: background-color 0.3s ease-out;
		-webkit-transition: background-color 0.3s ease-out;
		-moz-transition: background-color 0.3s ease-out;
	}
}
@media screen and (max-width: 750px) {
	body {
		background-size: 300px auto, 800px auto;
	}
}

#header,
#content,
#footer {
	padding-left: 110px;
}
.inner {
	max-width: 1060px;
	padding-right: 110px;
	margin: 0 auto;
}
#content.opened,
#footer.opened {
	height: 0;
	overflow: hidden;
}
@media screen and (max-width: 1060px) {
	#header,
	#content,
	#footer {
		padding-left: 50px;
	}
	.inner {
		padding-right: 50px;
	}
}

@media screen and (min-width: 751px) { /* PC */
	.is-sp {
		display: none!important;
	}
}
@media screen and (max-width: 768px) { /* TB */
	
}
@media screen and (max-width: 750px) { /* SP */
	.is-pc {
		display: none!important;
	}
	#header,
	#content,
	#footer {
		padding-left: 20px;
	}
	.inner {
		padding-right: 20px;
	}
}

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

		#header

-----------------------------------------*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	box-sizing: border-box;
	/*background: url(../img/bg_top.png) right 0 no-repeat, url(../img/bg.jpg) center 0 repeat;
	background-color: #fff;*/
	z-index: 100;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}
#header:after {
	content: " ";
	width: 100%;
	height: 100%;
	background: url(../img/bg.jpg) center 0 repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
}
.h-logo {
	padding: 15px 10px 0;
	display: none;
	float: left;
	opacity: 0;
	transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
}
body.sub .h-logo {
	display: block;
}
.h-logo img {
	height: 48px;
	width: auto;
}
.h-gnavi {
	padding: 60px 35px 0;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}
body.sub .h-gnavi {
	margin-left: 0;
	padding-right: 10px;
	float: right;
}
.h-gnavi > ul > li {
	margin-right: 20px;
	float: left;
	font-weight: bold;
	position: relative;
}
.h-gnavi > ul > li:last-child {
	margin-right: 0;
}
.h-gnavi > ul > li > a {
	display: block;
	padding: 10px 15px;
	line-height: 36px;
	position: relative;
}
.h-gnavi > ul > li > a:after {
	content: " ";
	width: 0;
	height: 2px;
	background-color: #CA0000;
	position: absolute;
	bottom: 8px;
	left: 8%;
	transition: width 0.3s ease-out;
	-webkit-transition: width 0.3s ease-out;
	-moz-transition: width 0.3s ease-out;
}
.h-gnavi > ul > li > a.cur:after {
	width: 84%;
}
.h-gnavi li ul {
	padding: 10px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 160px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	background-color: rgba(255,255,255,0.80);
}
.h-gnavi li ul li {
	margin-bottom: 5px;
}
.h-contact {
	position: absolute;
	top: 0;
	right: 0;
}
.h-contact a {
	padding-top: 30px;
	display: block;
	width: 110px;
	height: 110px;
	color: #fff;
	font-family: 'Balthazar', serif;
	font-size: 12px;
	text-align: center;
	box-sizing: border-box;
	background: url(../img/ico/mail.png) center 53px no-repeat #ca0000;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}
body.onScroll .h-logo {
	opacity: 1;
}
body.onScroll #header {
	height: 80px;
}
body.onScroll #header:after {
	opacity: 1;
}
body.onScroll .h-gnavi {
	padding-top: 14px;
}
body.onScroll .h-contact a {
	padding-top: 15px;
	background-position: center 38px;
	width: 80px;
	height: 80px;
}
.h-sp_menu_btn {
	width: 50px;
	height: 50px;
	background-color: #CA0000;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 201;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	display: none;
}
.h-sp_menu_btn span {
	width: 16px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 17px;
	background-color: #fff;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}
.h-sp_menu_btn span:before {
	content: " ";
	width: 100%;
	height: 1px;
	position: absolute;
	top: -5px;
	left: 0;
	background-color: #fff;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}
.h-sp_menu_btn span:after {
	content: " ";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -5px;
	left: 0;
	background-color: #fff;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}
.h-sp_menu_btn.opened {
	background-color: #fff;
}
.h-sp_menu_btn.opened span {
	background-color: inherit;
}
.h-sp_menu_btn.opened span:before {
	background-color: #CA0000;
	top: 50%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.h-sp_menu_btn.opened span:after {
	background-color: #CA0000;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.h-sp_menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	min-height: 100%;
	z-index: 200;
	display: none;
}
.h-sp_menu_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.h-sp_navi_wrap {
	padding: 40px 40px 30px;
	background: url(../img/h_sp_bg.jpg) center 0 repeat;
	background-size: 100% auto;
}
.h-sp_logo {
	margin-bottom: 35px;
}
.h-sp_logo a {
	display: block;
	color: #fff;
}
.h-sp_logo img {
	width: 100%;
	max-width: 255px;
	height: auto;
}
.h-sp_logo span {
	margin-top: 8px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.8em;
}
.h-sp_navi {
	column-gap: 5%;
	column-count: 2;
	column-fill: balance;
}
.h-sp_navi a {
	margin-bottom: 25px;
	color: #fff;
	display: block;
}
.h-sp_foot {
	padding: 40px;
}
.h-sp_foot_btn {
	border: 2px solid #ca0000;
	border-left: 0;
	/* add */
	width: 50%;
	margin: 0 auto;
}
.h-sp_foot_btn li {
	border-left: 2px solid #ca0000;
	float: left;
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	/* add */
	width: auto;
	float: none;
}
.h-sp_foot_btn li a {
	display: block;
	padding: 20px 0 20px;
	background-color: #fff;
}
.h-sp_foot_btn li span {
	display: block;
}
.h-sp_foot_btn li span.ja {
	font-size: 14px;
	font-weight: bold;
}
.h-sp_foot_btn li span.en {
	margin-top: 5px;
	font-family: 'Balthazar', serif;
	font-size: 12px;
	font-weight: 400;
	color: #dab773;
}
.h-sp_foot_btn li img {
	height: 31px;
	width: auto;
}
.h-sp_foot_sns {
	padding: 25px 40px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.h-sp_foot_sns li {
	width: 24px;
}
@media screen and (max-width: 1250px) {
	body.sub .h-gnavi {
		padding-right: 70px;
	}
	body.onScroll .h-gnavi {
		padding-right: 40px;
	}
	body.sub .h-gnavi > ul > li {
		margin-right: 10px;
	}
	body.sub .h-gnavi > ul > li > a {
		padding: 10px 5px;
	}
}
@media screen and (max-width: 1060px) {
	.h-gnavi {
		padding: 64px 0 0;
	}
	.h-gnavi > ul > li {
		margin-right: 12px;
	}
}
@media screen and (max-width: 930px) {
	body.onScroll .h-logo {
		display: none;
	}
}
@media screen and (min-width: 751px) {
	.h-gnavi > ul > li > a:hover:after {
		width: 84%;
	}
	.h-gnavi > ul > li:hover ul {
		opacity: 1;
		visibility: visible;
	}
}
@media screen and (max-width: 750px) {
	.h-gnavi,
	.h-contact {
		display: none;
	}
	#header {
		height: auto!important;
	}
	.h-sp_menu_btn {
		display: block;
	}
}

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

		#content

-----------------------------------------*/
#content main {
	padding: 0 40px;
	margin-bottom: 100px;
	line-height: 2;
}
#content section {
	margin: 80px 0;
}
#content hr {
	border: 0;
	margin: 80px -40px;
	border-top: 1px solid #FFECEF;
	display: block;
	background: none;
}
@media screen and (max-width: 750px) {
	#content main {
		padding: 0;
		margin-bottom: 40px;
		line-height: 1.8;
	}
	#content section {
		margin: 40px 0;
	}
	#content hr {
		margin: 40px -10px;
	}
}

.c-title01 {
	padding-top: 55px;
	margin-bottom: 50px;
	font-size: 34px;
	line-height: 1.4;
	letter-spacing: 0.08em;
	color: #ca0000;
	text-align: center;
	background: url(../img/ico/ring.svg) center 0 no-repeat;
	background-size: 60px auto;
}
.c-title01 span {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.14em;
	color: #dab773;
	font-family: 'Balthazar', serif;
}
@media screen and (max-width: 750px) {
	.c-title01 {
		padding-top: 33px;
		margin-bottom: 32px;
		font-size: 23px;
		letter-spacing: 0.04em;
		background-size: 40px auto;
	}
	.c-title01 span {
		margin-bottom: 3px;
		font-size: 14px;
		letter-spacing: 0.08em;
	}
}

.c-title02 {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
	color: #CA0000;
	line-height: 1.6;
}
@media screen and (max-width: 750px) {
	.c-title02 {
		margin-bottom: 15px;
		font-size: 20px;
		line-height: 1.5;
	}
}

.c-text {
	margin: 10px 0;
}

.c-textlink {
	margin: 10px 0;
}
.c-textlink li {
	margin-bottom: 5px;
}
.c-textlink li a {
	display: inline-block;
	padding-left: 25px;
	position: relative;
}
.c-textlink li a:before {
	content: " ";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #CA0000;
	position: absolute;
	top: 8px;
	left: 0;
}
.c-textlink li a:after {
	content: " ";
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-left: 4px solid #fff;
	position: absolute;
	top: 13px;
	left: 6px;
}
@media screen and (max-width: 750px) {
	.c-textlink li a {
		padding-left: 22px;
	}
	.c-textlink li a:before {
		width: 12px;
		height: 12px;
		top: 5px;
	}
	.c-textlink li a:after {
		top: 9px;
		left: 5px;
	}
}

.c-right_image {
	float: right;
	margin: 0 0 20px 40px;
}
.c-caption {
	margin-top: 4px;
	display: block;
	font-size: 14px;
}
@media screen and (max-width: 750px) {
	.c-right_image {
		float: none;
		margin: 20px auto 20px;
	}
	.c-caption {
		margin-top: 4px;
		font-size: 11px;
	}
}

.c-table01 {
	width: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: separate;
	background-color: #fff;
	font-weight: bold;
}
.c-table01 thead th {
	padding: 20px;
	text-align: center;
}
.c-table01 tbody th {
	padding: 15px 20px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}
.c-table01 tbody td {
	padding: 15px 20px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
.c-table01 tbody tr:nth-child(2n+1) th,
.c-table01 tbody tr:nth-child(2n+1) td {
	background-color: #FAFAFA;
}
@media screen and (max-width: 750px) {
	.c-table01 thead th {
		padding: 15px;
	}
	.c-table01 tbody th {
		padding: 10px 15px;
	}
	.c-table01 tbody td {
		padding: 10px 15px;
	}
}

.c-box01 {
	padding: 50px 60px;
	border: 1px solid #FFECEF;
	background-color: #fff;
}
@media screen and (max-width: 750px) {
	.c-box01 {
		padding: 20px;
	}
}

.c-anchor {
	margin-bottom: 80px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.c-anchor a {
	margin: 0 1.7% 0 0;
	display: block;
	width: 32.2%;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-color: #CA0000;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.c-anchor a:last-child {
	margin-right: 0;
}
.c-anchor a:after {
	content: " ";
	width: 10px;
	height: 10px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -6px;
}
.c-anchor a span {
	padding: 13px 10px;
	display: block;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
@media screen and (max-width: 750px) {
	.c-anchor {
		margin-bottom: 40px;
	}
	.c-anchor a {
		font-size: 14px;
		}
	.c-anchor a:last-child {
		margin-right: 0;
	}
	.c-anchor a:after {
		width: 8px;
		height: 8px;
		bottom: 8px;
		margin-left: -5px;
	}
	.c-anchor a span {
		padding: 10px 5px 13px;
	}
}

.c-btn01 a {
	display: block;
	max-width: 400px;
	padding: 20px;
	margin: 0 auto;
	background: url(../img/ico/arrow_w.svg) right 24px center no-repeat;
	background-color: #ca0000;
	color: #fff;
	box-sizing: border-box;
	font-family: 'Balthazar', "游ゴシック体", "Yu Gothic", YuGothic, sans-serif,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic","Osaka－等幅",Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.c-btn01 a {
		max-width: 280px;
		padding: 14px;
		font-size: 13px;
	}
}

.c-back {
	margin-top: 80px;
}
.c-back a {
	display: block;
	max-width: 400px;
	padding: 20px;
	margin: 0 auto;
	background: url(../img/ico/back.svg) 26px center no-repeat;
	background-color: #ca0000;
	color: #fff;
	box-sizing: border-box;
	font-family: 'Balthazar', serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.c-back {
		margin-top: 40px;
	}
	.c-back a {
		max-width: 280px;
		padding: 14px;
		font-size: 13px;
	}
}

.c-pagetitle {
	clear: both;
	margin-bottom: 50px;
	height: 390px;
	background: url(../img/pagetitile_bg01.png) center no-repeat;
	background-size: cover;
}
.c-pagetitle.v2 {
	background-image: url(../img/pagetitile_bg02.png);
}
.c-pagetitle.v3 {
	background-image: url(../img/pagetitile_bg03.png);
}
.c-pagetitle .inner {
	position: relative;
	height: 100%;
}
.c-pagetitle h1,
.c-pagetitle p {
	position: absolute;
	top: 50%;
	left: 40px;
	font-size: 54px;
	font-weight: bold;
	color: #BE1A21;
	line-height: 1.3;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.c-pagetitle span {
	margin-top: 6px;
	display: block;
	font-family: 'Balthazar', serif;
	font-size: 22px;
	font-weight: 400;
	color: #DAB773;
}
@media screen and (max-width: 750px) {
	.c-pagetitle {
		margin-bottom: 30px;
		height: 180px;
	}
	.c-pagetitle h1,
	.c-pagetitle p {
		left: 20px;
		font-size: 28px;
		line-height: 1.3;
	}
	.c-pagetitle h1 span {
		margin-top: 3px;
		font-size: 16px;
	}
}

.c-page-logo {
	margin: -40px 0 40px;
	padding-left: 20px;
	float: left;
	font-weight: bold;
}
.c-page-logo a {
	display: block;
}
.c-page-logo img {
	width: 200px;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}
.c-page-logo span {
	margin-top: 10px;
	display: block;
	font-size: 15px;
}
@media screen and (max-width: 950px) {
	.c-page-logo img {
		width: 150px;
	}
	.c-page-logo span {
		font-size: 13px;
	}
}

.c-soon {
	text-align: center;
	font-size: 28px;
	font-weight: 400;
	color: #ca0000;
	color: #dab773;
	font-family: 'Balthazar', serif;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
	.c-soon {
		font-size: 20px;
		letter-spacing: 0.04em;
	}
}

.c-pager {
	text-align: center;
	font-size: 18px;
}
.c-pager_prev,
.c-pager_next,
.c-pager_item {
	display: inline-block;
}
.c-pager_item .page-numbers {
	display: block;
	height: 38px;
	width: 38px;
	border-radius: 50%;
	margin: 0 2px;
	border: 1px solid #CA0000;
	background-color: #CA0000;
	color: #fff;
	line-height: 36px;
	text-align: center;
}
.c-pager_item .page-numbers.current {
	background-color: #fff;
	color: #CA0000;
}
.c-pager_item .page-numbers.dots {
	border: 0;
	background-color: inherit;
	color: #CA0000;
}
.c-pager_prev {
	margin-right: 5px;
}
.c-pager_prev a {
	padding-left: 25px;
	position: relative;
}
.c-pager_next {
	margin-left: 5px;
}
.c-pager_next a {
	padding-right: 25px;
	position: relative;
}
.c-pager_prev a:after,
.c-pager_next a:after {
	content: " ";
	width: 20px;
	height: 6px;
	background: url(../img/ico/arrow_r.svg) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -3px;
}
.c-pager_prev a:after {
	left: 0;
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.c-pager_next a:after {
	right: 0;
}
@media screen and (max-width: 750px) {
	.c-pager {
		font-size: 14px;
	}
	.c-pager_item .page-numbers {
		height: 24px;
		width: 24px;
		margin: 0 1px;
		line-height: 24px;
	}
	.c-pager_prev {
		margin-right: 3px;
	}
	.c-pager_prev a {
		padding-left: 20px;
	}
	.c-pager_next {
		margin-left: 3px;
	}
	.c-pager_next a {
		padding-right: 20px;
	}
}

.c-fsS {
	font-size: 86%;
}

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

		#footer

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

.f-resources {
	background-color: #ca0000;
}
.f-resources ul {
	padding: 40px;
}
.f-resources li {
	margin-right: 2.125%;
	width: 18.3%;
	float: left;
}
.f-resources li:last-child {
	margin-right: 0;
}
.f-resources li a {
	display: block;
	padding: 35px 18px 22px;
	background-color: #fff;
}
.f-resources li h3 {
	margin-bottom: 22px;
	font-size: 18px;
	line-height: 1.5;
	color: #ca0000;
	text-align: center;
}
.f-resources li h3 span {
	display: block;
	font-family: 'Balthazar', serif;
	font-size: 16px;
	font-weight: 400;
	color: #dab773;
}
.f-resources li figure {
	margin-bottom: 20px;
	text-align: center;
}
.f-resources li figure img {
	height: 38px;
	width: auto;
}
.f-resources li p {
	font-size: 14px;
	line-height: 1.71;
	color: #000;
}
@media screen and (min-width: 751px) {
	.f-resources li a:hover {
		background-color: #FFECEF;
	}
}
@media screen and (max-width: 750px) {
	.f-resources {
		margin-left: -20px;
	}
	.f-resources .inner {
		padding: 0 20px;
	}
	.f-resources ul {
		padding: 20px 0;
	}
	.f-resources li {
		margin-right: 0;
		margin-bottom: 10px;
		width: auto;
		float: none;
		overflow: hidden;
		position: relative;
	}
	.f-resources li:last-child {
		margin-bottom: 0;
	}
	.f-resources li a {
		padding: 16px 20px 16px 60px;
	}
	.f-resources li h3 {
		margin-bottom: 0;
		font-size: 14px;
		text-align: left;
		overflow: hidden;
	}
	.f-resources li h3 span {
		font-size: 12px;
		float: right;
	}
	.f-resources li figure {
		margin-bottom: 0;
		position: absolute;
		top: 50%;
		left: 20px;
		-webkit-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	.f-resources li figure img {
		height: 24px;
		width: auto;
	}
	.f-resources li p {
		display: none;
	}
}

.f-footer {
	padding-bottom: 85px;
	margin-top: 130px;
	position: relative;
}
.f-logo {
	padding: 5px 5px 0;
	width: 23.5%;
	float: left;
	box-sizing: border-box;
	position: relative;
}
.f-logo:after {
	content: " ";
	margin-left: -26px;
	width: 52px;
	height: 50px;
	background: url(../img/ico/icon.svg) 0 0 no-repeat;
	background-size: 52px 50px;
	position: absolute;
	top: -78px;
	left: 50%;
}
.f-logo h4 {
	margin-bottom: 40px;
	text-align: center;
}
.f-logo h4 a {
	display: block;
}
.f-logo h4 img {
	max-width: 164px;
}
.f-logo h4 span {
	display: block;
	margin-top: 20px;
	color: #ca0000;
	font-size: 14px;
	font-weight: bold;
}
.f-logo ul {
	padding: 0 40px;
	padding: 0 60px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.f-logo ul li {
	width: 24px;
}
.f-sitemap {
	margin-right: 55px;
	float: right;
}
.f-sitemap ul {
	border: 4px solid #ca0000;
	border-left: 0;
	float: right;
}
.f-sitemap li {
	border-left: 4px solid #ca0000;
	float: left;
	width: 120px;
	text-align: center;
}
.f-sitemap li a {
	display: block;
	padding: 22px 0 18px;
	background-color: #fff;
}
.f-sitemap li span {
	display: block;
}
.f-sitemap li span.ja {
	font-size: 16px;
	font-weight: bold;
}
.f-sitemap li span.en {
	margin-top: 5px;
	font-family: 'Balthazar', serif;
	font-size: 14px;
	font-weight: 400;
	color: #dab773;
}
.f-sitemap li img {
	height: 36px;
	width: auto;
}
.f-sitemap dl {
	margin-right: 65px;
	float: left;
	font-size: 14px;
}
.f-sitemap dl dt {
	margin-bottom: 10px;
	font-weight: bold;
}
.f-sitemap dl dd {
	margin-bottom: 10px;
}
.f-contact {
	position: absolute;
	top: 0;
	right: 0;
}
.f-contact a {
	padding-top: 30px;
	display: block;
	width: 110px;
	height: 110px;
	color: #fff;
	font-family: 'Balthazar', serif;
	font-size: 12px;
	text-align: center;
	box-sizing: border-box;
	background: url(../img/ico/mail.png) center 53px no-repeat #ca0000;
}
@media screen and (min-width: 751px) {
	.f-sitemap li a:hover {
		background-color: #FFECEF;
	}
	.f-sitemap dl a:hover {
		text-decoration: underline;
	}
	.f-copyright {
		font-size: 14px;
		color: #be1a21;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		position: fixed;
		top: 0;
		left: 0;
		width: 110px;
		height: 100%;
		z-index: 110;
	}
	.f-copyright p {
		position: absolute;
		top: 50%;
		left: 50%;
		height: 480px;
		text-align: center;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
}
@media screen and (max-width: 1060px) {
	.f-logo ul {
		padding: 0 10px;
	}
	.f-sitemap {
		margin-right: 50px;
	}
	.f-sitemap li {
		width: 90px;
		float: none;
	}
	.f-sitemap li:nth-child(1) {
		border-bottom: 4px solid #ca0000;
	}
	.f-sitemap li a {
		padding: 18px 0 14px;
	}
	.f-sitemap dl {
		margin-right: 25px;
	}
	.f-contact a {
		padding-top: 15px;
		background-position: center 38px;
		width: 80px;
		height: 80px;
	}
	.f-copyright {
		width: 50px;
	}
}
@media screen and (max-width: 750px) {
	.f-footer {
		padding: 40px 20px 50px 20px!important;
		padding-bottom: 0;
		margin-top: 0;
	}
	.f-logo {
		padding: 0;
		width: auto;
		float: none;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	.f-logo:after {
		display: none;
	}
	.f-logo h4 {
		display: none;
	}
	.f-logo ul {
		padding: 0 60px 0 40px;
	}
	.f-logo ul li {
		width: 24px;
	}
	.f-sitemap {
		margin-right: 0;
		float: none;
	}
	.f-sitemap ul {
		border: 2px solid #ca0000;
		border-left: 0;
		float: none;
		/* add */
		width: 50%;
		margin: 0 auto;
	}
	.f-sitemap li {
		border-left: 2px solid #ca0000;
		width: 50%;
		float: left;
		box-sizing: border-box;
		/* add */
		width: auto;
		float: none;
	}
	.f-sitemap li:nth-child(1) {
		border-bottom: 0;
	}
	.f-sitemap li a {
		padding: 20px 0 20px;
	}
	.f-sitemap li span.ja {
		font-size: 14px;
	}
	.f-sitemap li span.en {
		margin-top: 5px;
		font-size: 12px;
	}
	.f-sitemap li img {
		height: 31px;
	}
	.f-sitemap dl {
		display: none;
	}
	.f-contact {
		display: none;
	}
	.f-copyright {
		margin-top: 25px;
		padding-bottom: 30px;
		width: auto;
		text-align: center;
		font-size: 11px;
		color: #ca0000;
	}
}


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

		#page

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

/* トップページ */
.t-mv {
	margin-left: -110px;
	padding: 65px 0 70px 110px;
	overflow: hidden;
}
.t-mv_logo {
	margin: 0 auto;
	width: 94%;
	position: relative;
}
.t-mv_logo img {
	width: 100%;
	height: auto;
}
.t-mv_logo_text {
	display: block;
	padding-top: 25px;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.48em;
	color: #ca0000;
	margin: 0 auto;
	width: 94%;
}
.t-mv_ring01 {
	width: 10.86519%;
	position: absolute;
	top: 68%;
	transition: left 1.8s ease-out, transform 1.8s ease-out, opacity 0.8s ease-out;
	-webkit-transition: left 1.8s ease-out, transform 1.8s ease-out, opacity 0.8s ease-out;
	-moz-transition: left 1.8s ease-out, transform 1.8s ease-out, opacity 0.8s ease-out;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	left: -13%;
	opacity: 0;
}
.animate .t-mv_ring01 {
	-webkit-transform: rotate(720deg);
	-moz-transform: rotate(720deg);
	transform: rotate(720deg);
	left: 7.645%;
	opacity: 1;
}
.t-mv_ring02 {
	width: 10.86519%;
	position: absolute;
	top: 64.571%;
	transition: right 1.8s ease-out, transform 1.8s ease-out, opacity 0.8s ease-out;
	-webkit-transition: right 1.8s ease-out, transform 1.8s ease-out, opacity 0.8s ease-out;
	-moz-transition: right 1.8s ease-out, transform 1.8s ease-out, opacity 0.8s ease-out;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	right: 59%;
	opacity: 0;
}
.animate .t-mv_ring02 {
	-webkit-transform: rotate(-720deg);
	-moz-transform: rotate(-720deg);
	transform: rotate(-720deg);
	right: 79.778%;
	opacity: 1;
}
html.animebefore {
	overflow: hidden;
}
html.animebefore #header,
html.animebefore #footer,
html.animebefore .t-lead,
html.animebefore .t-necessity,
html.animebefore .t-legal_lead,
html.animebefore .t-lawyers,
html.animebefore .t-legal_action,
html.animebefore .t-news,
html.animebefore .t-mv_logo h1 img,
html.animebefore .t-mv_logo_text {
	opacity: 0;
	transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
}
/*
html.animebefore .t-mv_ring01,
html.animebefore .t-mv_ring02 {
	opacity: 1;
}
*/
#header,
#footer,
.t-lead,
.t-necessity,
.t-legal_lead,
.t-lawyers,
.t-legal_action,
.t-news,
.t-mv_logo h1 img,
.t-mv_logo_text {
	opacity: 1;
	transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
}
@media screen and (max-width: 750px) {
	.t-mv {
		margin-left: -20px;
		padding: 38px 0 30px 20px; 
	}
	.t-mv_logo {
		margin: 0 0 0 3%;
		width: 80%;
	}
	.t-mv_logo span {
		padding-top: 15px;
		font-size: 13px;
		letter-spacing: 0.67em;
	}
	.t-mv_logo_text {
		padding-top: 15px;
		font-size: 13px;
		letter-spacing: 0.67em;
	}
}

.t-lead {
	padding: 95px 0 100px;
	background: url(../img/top/lead_bg.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
}
.t-lead_title {
	margin-bottom: 25px;
	font-size: 20px;
	line-height: 2.5;
	letter-spacing: 0.5em;
	font-weight: bold;
	text-align: center;
}
.t-lead_text {
	text-indent: 3em;
	position: relative;
}
@media screen and (min-width: 751px) {
	.t-lead_text {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
		line-height: 2.5;
		letter-spacing: 0.08em;
		left: 50%;
		-webkit-transform: translate(-50%,0);
		-moz-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}
	/*
	.t-lead_text span {
		display: block;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		line-height: 1.2;
		letter-spacing: 0;
		text-align: left;
		width: 25px;
		height: 30px;
		-webkit-transform: translate(-190%,0);
		-moz-transform: translate(-190%,0);
		transform: translate(-190%,0);
	}*/
	.t-lead_text:after {
		content: " ";
		width: 1px;
		height: 40px;
		background-color: #fff;
		position: absolute;
		top: 0;
		right: 20px;
	}
}
@media screen and (max-width: 1000px) {
	.t-lead_text {
		line-height: 2;
	}
}
@media screen and (max-width: 800px) {
	.t-lead_text {
		line-height: 1.6;
	}
}
@media screen and (max-width: 750px) {
	.t-lead {
		padding: 50px 20px 35px;
		background-image: url(../img/top/lead_bg_sp.jpg);
	}
	.t-lead_title {
		margin-bottom: 23px;
		font-size: 13px;
		line-height: 1.8;
		letter-spacing: 0;
		text-align: left;
	}
	.t-lead_text {
		font-size: 13px;
		text-indent: 0;
		line-height: 1.8;
	}
}

.t-necessity {
	padding: 110px 0 100px;
}
.t-necessity_list {
	margin-bottom: 50px;
}
.t-necessity_item {
	padding: 0;
	width: 25%;
	float: left;
	box-sizing: border-box;
}
.t-necessity_list_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 0.08em;
	color: #ca0000;
	text-align: center;
}
.t-necessity_list_title span {
	display: block;
	font-family: 'Balthazar', serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.14em;
	color: #e0c184;
}
.t-necessity_list_image {
	padding: 32px 0 27px;
	text-align: center;
}
.t-necessity_list_image img {
	height: 64px;
	width: auto;
}
.t-necessity_list_text {
	padding: 0 14%;
	line-height: 2;
}
.sub .t-necessity_list {
	margin-bottom: 20px;
}
.sub .t-necessity_item {
	margin-bottom: 45px;
	width: auto;
	float: none;
	position: relative;
}
.sub .t-necessity_list_title {
	padding: 15px 0;
	margin-left: 160px;
	text-align: left;
}
.sub .t-necessity_list_image {
	padding: 0;
	width: 120px;
	position: absolute;
	top: 10px;
	left: 0;
	text-align: center;
}
.sub .t-necessity_list_text {
	padding: 10px 0 0;
	line-height: 1.7;
}
@media screen and (max-width: 750px) {
	.t-necessity {
		padding: 50px 0 40px;
	}
	.t-necessity_list {
		margin-bottom: 0;
	}
	.t-necessity_item {
		padding: 0 20px;
		margin-bottom: 35px;
		width: auto;
		float: none;
		position: relative;
	}
	.t-necessity_list_title {
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: 0.04em;
		text-align: left;
		margin-left: 120px;
		min-height: 80px;
	}
	.sub .t-necessity_list_title {
		padding: 10px 0 0;
		margin-left: 120px;
	}
	.t-necessity_list_title span {
		font-size: 10px;
		letter-spacing: 0.08em;
	}
	.t-necessity_list_image {
		padding: 0;
		width: 120px;
		position: absolute;
		top: 10px;
		left: 0;
		text-align: center;
	}
	.t-necessity_list_image img {
		height: 70px;
	}
	.t-necessity_list_text {
		padding: 10px 0 0;
		line-height: 1.7;
	}
}

.t-legal_lead {
	background: url(../img/top/legal_bg.jpg) center no-repeat;
	background-size: cover;
}
.t-legal_lead .inner {
	height: 450px;
	position: relative;
}
.t-legal_lead p {
	padding: 0 20px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	line-height: 2;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
@media screen and (max-width: 750px) {
	.t-legal_lead .inner {
		height: 250px;
	}
	.t-legal_lead p {
		padding: 0 15px 0;
		bottom: 20px;
		font-size: 13px;
		line-height: 1.8;
	}
}

.t-legal_action {
	padding: 108px 0 100px;
}
.t-legal_action_step {
	margin-bottom: 50px;
}
.t-legal_action_step li {
	width: 25%;
	float: left;
	padding: 0 40px;
	box-sizing: border-box;
	position: relative;
}
.t-legal_action_step li:before {
	content: " ";
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 8px solid #ca0000;
	position: absolute;
	top: 100px;
	right: -10px;
}
.t-legal_action_step li:last-child:before {
	display: none;
}
.t-legal_action_step_num {
	width: 60px;
	height: 60px;
	padding-top: 10px;
	background-color: #ca0000;
	color: #fff;
	font-family: 'Balthazar', serif;
	font-size: 24px;
	letter-spacing: 0.04em;
	line-height: 26px;
	text-align: center;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 40px;
}
.t-legal_action_step_num span {
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.t-legal_action_step_title {
	margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #ca0000;
}
.t-legal_action_step_text {
	margin-top: 10px;
	line-height: 2;
}
.sub .t-legal_action_step_text {
	line-height: 1.6;
}
@media screen and (max-width: 750px) {
	.t-legal_action {
		padding: 60px 0 50px;
	}
	.t-legal_action_step {
		margin-bottom: 0;
	}
	.t-legal_action_step li {
		width: auto;
		float: none;
		padding: 0 20px 35px;
		margin: 0;
		overflow: hidden;
	}
	.t-legal_action_step li:before {
		border: 6px solid transparent;
		border-top: 8px solid #ca0000;
		position: absolute;
		top: inherit;
		bottom: 10px;
		right: 50%;
		margin-right: -8px;
	}
	.t-legal_action_step li:last-child:after {
		display: none;
	}
	.t-legal_action_step li figure {
		width: 95px;
		float: left;
	}
	.t-legal_action_step_num {
		width: 33px;
		height: 33px;
		padding-top: 5px;
		font-size: 16px;
		letter-spacing: 0.04em;
		line-height: 1;
		left: 20px;
	}
	.t-legal_action_step_num span {
		font-size: 10px;
		line-height: 1;
	}
	.t-legal_action_step_title {
		margin: 0 0 10px 110px;
		font-size: 18px;
	}
	.t-legal_action_step_text {
		margin: 0 0 0 110px;
		line-height: 1.7;
	}
}

.t-lawyers {
	margin-left: -110px;
	position: relative;
}
.t-lawyers .inner {
	padding: 0 110px;
}
.t-lawyers:after {
	content: " ";
	width: 100%;
	height: 80%;
	background: url(../img/top/lawyers_bg.jpg) center no-repeat;
	background-size: cover;
	position: absolute;
	top: 10%;
	left: 0;
	z-index: -1;
}
.t-lawyers_bg {
	padding: 90px 100px 100px;
	background-color: #fff;
	box-shadow: 1px 1px 70px rgba(0,0,0,0.07), -1px -1px 70px rgba(0,0,0,0.07);
}
.t-lawyers_box {
	text-align: center;
	margin-bottom: 35px;
}
.t-lawyers_image {
	width: 50.2%;
	float: right;
}
.t-lawyers_image li {
	margin: 0 4.1% 16px 0;
	width: 30.6%;
	float: left;
}
.t-lawyers_image li:nth-child(3n) {
	margin-right: 0;
}
.t-lawyers_text {
	width: 46.1%;
	float: left;
	line-height: 2;
}
.t-lawyers_btns {
	border: 4px solid #ca0000;
	border-right: 0;
	margin-top: 60px;
}
.t-lawyers_btns li {
	border-right: 4px solid #ca0000;
	width: 50%;
	float: left;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
}
.t-lawyers_btns li a {
	display: block;
	padding: 14px 65px;
	background: url(../img/ico/arrow_r.svg) right 30px center no-repeat;
}
@media screen and (max-width: 1060px) {
	.t-lawyers {
		margin-left: -50px;
	}
	.t-lawyers .inner {
		padding: 0 50px;
	}
}
@media screen and (min-width: 751px) {
	.t-lawyers_btns li a:hover {
		background-color: #FFECEF;
	}
}
@media screen and (max-width: 750px) {
	.t-lawyers {
		margin-left: -40px;
	}
	.t-lawyers .inner {
		padding: 0 20px 0 40px;
	}
	.t-lawyers:after {
		height: 90%;
		background-image: url(../img/top/lawyers_bg_sp.jpg);
		top: 5%;
	}
	.t-lawyers_bg {
		padding: 40px 30px 30px;
		box-shadow: 1px 1px 50px rgba(0,0,0,0.07), -1px -1px 50px rgba(0,0,0,0.07);
	}
	.t-lawyers_box {
		margin-bottom: 20px;
	}
	.t-lawyers_image {
		width: auto;
		float: none;
	}
	.t-lawyers_image li {
		margin: 0 4.1% 12px 0;
		width: 30.6%;
		float: left;
	}
	.t-lawyers_image li:nth-child(3n) {
		margin-right: 0;
	}
	.t-lawyers_text {
		width: auto;
		float: none;
		line-height: 1.7;
	}
	.t-lawyers_btns {
		border: 2px solid #ca0000;
		border-right: 0;
		margin-top: 30px;
	}
	.t-lawyers_btns li {
		border-right: 2px solid #ca0000;
		font-size: 12px;
	}
	.t-lawyers_btns li a {
		padding: 12px 22px;
		background: url(../img/ico/arrow_r.svg) right 8px center no-repeat;
		background-size: 14px auto;
	}
}

.t-news {
	padding: 110px 0 100px;
}
.t-news_list {
	padding: 0 40px;
}
.t-news_list li {
	margin-bottom: 60px;
	width: 46.4%;
	float: left;
}
.t-news_list li:nth-child(2n) {
	float: right;
}
.t-news_list li a {
	display: block;
}
.t-news_image {
	width: 26.3%;
	float: left;
}
.t-news_textbody {
	width: 68.1%;
	float: right;
}
.t-news_date {
	margin: -4px 0 7px;
	font-family: 'Balthazar', serif;
	color: #dab773;
}
.t-news_title {
	color: #ca0000;
}
.t-news_text {
	margin-top: 5px;
	color: #000;
}
@media screen and (min-width: 751px) {
	.t-news_list li:nth-child(2n+1) {
		clear: both;
	}
}
@media screen and (max-width: 750px) {
	.t-news {
		padding: 55px 0 40px;
	}
	.t-news_list {
		padding: 0 20px;
	}
	.t-news_list li {
		margin-bottom: 25px;
		width: auto;
		float: none;
	}
	.t-news_list li:nth-child(2n) {
		float: none;
	}
	.t-news_image {
		width: 60px;
	}
	.t-news_textbody {
		margin-left: 75px;
		width: auto;
		float: none;
	}
	.t-news_date {
		font-size: 11px;
		margin: -4px 0 0;
	}
	.t-news_text {
		margin-top: 3px;
	}
}




/* 弁護団・応援団 */
.p-about_table th {
	vertical-align: middle!important;
}
.p-about_table td {
	text-align: center!important;
	vertical-align: middle!important;
}




/* 弁護団・応援団 */
.p-lawyers_item {
	float: left;
}
.p-lawyers_position {
	margin-top: 20px;
	color: #DAB773;
}
.p-lawyers_name {
	margin-top: 5px;
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	color: #CA0000;
}
.p-lawyers_name span {
	display: block;
	font-size: 80%;
	line-height: 1.5;
}
.p-lawyers_comment {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.6;
}
@media screen and (min-width: 751px) {
	.p-lawyers_item {
		margin: 0 8.2666666% 50px 0;
		width: 18.8%;
	}
	.p-lawyers_item:nth-child(4n) {
		margin-right: 0;
	}
	.p-lawyers_item:nth-child(4n+1) {
		clear: both;
	}
}
@media screen and (max-width: 750px) {
	.p-lawyers_item {
		margin: 0 0 25px;
		width: 46%;
	}
	.p-lawyers_item:nth-child(2n) {
		float: right;
	}
	.p-lawyers_item:nth-child(2n+1) {
		clear: both;
	}
	.p-lawyers_position {
		margin-top: 10px;
	}
	.p-lawyers_name {
		margin-top: 3px;
		font-size: 16px;
	}
	.p-lawyers_comment {
		margin-top: 5px;
		font-size: 11px;
	}
}



/* 動き */
.p-movement_partner_list {
	padding: 30px 0;
	overflow: hidden;
}
.p-movement_partner_list li {
	width: 33%;
	float: left;
}
.p-movement_map {
	margin-top: 50px;
}
.p-movement_map figure {
	width: 61.2%;
	float: left;
}
.p-movement_map_textbody {
	width: 34.7%;
	float: right;
}
.p-movement_map_textbody table {
	margin-bottom: 20px;
}
.p-movement_map_textbody tbody td {
	font-weight: bold;
}
.p-movement_map_textbody tbody td:nth-child(2) {
	text-align: right;
}
.p-movement_map_textbody tbody .sum td {
	background-color: #CA0000;
	color: #fff;
}
.p-movement_map_textbody .num {
	display: inline-block;
	margin-right: 5px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
	text-align: center;
	background-color: #CA0000;
	color: #fff;
	font-weight: 15px;
	font-weight: normal;
}
@media screen and (max-width: 750px) {
	.p-movement_partner_list {
		padding: 20px 0;
	}
	.p-movement_partner_list li {
		width: auto;
		float: none;
	}
	.p-movement_map {
		margin-top: 30px;
	}
	.p-movement_map figure {
		margin-bottom: 15px;
		width: auto;
		float: none;
		text-align: center;
	}
	.p-movement_map_textbody {
		width: auto;
		float: none;
	}
	.p-movement_map_textbody table {
		margin-bottom: 15px;
	}
	.p-movement_map_textbody .num {
		width: 18px;
		height: 18px;
		line-height: 18px;
		font-weight: 12px;
	}
}
.p-movement_history_continent {
	margin-bottom: 50px;
	text-align: center;
}
.p-movement_history_continent li {
	margin: 0 10px;
	display: inline-block;
}
.p-movement_history_continent li span {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-right: 5px;
	background-color: #e6bf4d;
	vertical-align: middle;
}
.p-movement_history_continent li:nth-child(2) span {
	background-color: #75b148;
}
.p-movement_history_continent li:nth-child(3) span {
	background-color: #4974bb;
}
.p-movement_history_continent li:nth-child(4) span {
	background-color: #d57343;
}
.p-movement_history_continent li:nth-child(5) span {
	background-color: #4dac83;
}
.p-movement_history_timeline {
	padding: 0 40px;
	height: 700px;
	border: 2px solid #FFF7F7;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: scroll;
}
.p-movement_history_country {
	padding: 20px 0;
	position: relative;
}
.p-movement_history_country:before {
	content: " ";
	height: 100%;
	width: 10px;
	background-color: #FFF7F7;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -5px;
	z-index: 0;
}
.p-movement_history_country li {
	padding: 20px 80px 20px 40px;
	margin-bottom: 30px;
	background-color: #e6bf4d;
	width: 34%;
	float: left;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	line-height: 1.5;
	color: #fff;
}
.p-movement_history_country li.color02 {
	background-color: #75b148;
}
.p-movement_history_country li.color03 {
	background-color: #4974bb;
}
.p-movement_history_country li.color04 {
	background-color: #d57343;
}
.p-movement_history_country li.color05 {
	background-color: #4dac83;
}
.p-movement_history_country li span {
	display: inline-block;
}
.p-movement_history_country li span.date {
	width: 3.5em;
}
.p-movement_history_country li img {
	width: 38px;
	height: auto;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.p-movement_history_country li:nth-child(2n+1) {
	clear: both;
}
.p-movement_history_country li:nth-child(2n) {
	margin-top: 15px;
	float: right;
	transform: translate(0,50%);
}
.p-movement_history_country li:after {
	content: " ";
	width: 16px;
	height: 16px;
	border: 6px solid #e6bf4d;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	line-height: 1
}
.p-movement_history_country li:nth-child(2n+1):after {
	right: -51.5%;
}
.p-movement_history_country li:nth-child(2n):after {
	left: -51.5%;
}
.p-movement_history_country li:before {
	content: " ";
	width: 100%;
	height: 1px;
	border-top: 2px solid #e6bf4d;
	position: absolute;
	top: 50%;
	z-index: -1;
	margin-top: -1px;
}
.p-movement_history_country li:nth-child(2n+1):before {
	right: -51.5%;
}
.p-movement_history_country li:nth-child(2n):before {
	left: -51.5%;
}
.p-movement_history_country li.color02:after,
.p-movement_history_country li.color02:before {
	border-color: #75b148;
}
.p-movement_history_country li.color03:after,
.p-movement_history_country li.color03:before {
	border-color: #4974bb;
}
.p-movement_history_country li.color04:after,
.p-movement_history_country li.color04:before {
	border-color: #d57343;
}
.p-movement_history_country li.color05:after,
.p-movement_history_country li.color05:before {
	border-color: #4dac83;
}
.p-movement_history_country li.dotted:after {
	border-style: dotted;
}
.p-movement_history_country li.dotted:before {
	border-top-style: dotted;
}
@media screen and (max-width: 750px) {
	.p-movement_history_continent {
		margin-bottom: 30px;
	}
	.p-movement_history_continent li {
		margin: 0 10px 5px;
	}
	.p-movement_history_continent li span {
		width: 12px;
		height: 12px;
		margin-right: 5px;
	}
	.p-movement_history_timeline {
		padding: 0 15px;
		height: 400px;
		border: 1px solid #FFF7F7;
	}
	.p-movement_history_country {
		padding: 15px 0;
	}
	.p-movement_history_country:before {
		width: 6px;
		margin-left: -3px;
	}
	.p-movement_history_country li {
		padding: 10px 30px 10px 15px;
		margin-bottom: 20px;
		width: 40%;
	}
	.p-movement_history_country li span {
		display: block;
	}
	.p-movement_history_country li img {
		width: 16px;
		right: 10px;
	}
	.p-movement_history_country li:nth-child(2n) {
		margin-top: 10px;
	}
	.p-movement_history_country li:after {
		width: 10px;
		height: 10px;
		border: 3px solid #e6bf4d;
		margin-top: -8px;
	}
	.p-movement_history_country li:nth-child(2n+1):after {
		right: -33.5%;
	}
	.p-movement_history_country li:nth-child(2n):after {
		left: -33.5%;
	}
	.p-movement_history_country li:before {
		border-top-width: 1px;
	}
	.p-movement_history_country li:nth-child(2n+1):before {
		right: -33.5%;
	}
	.p-movement_history_country li:nth-child(2n):before {
		left: -33.5%;
	}
}

/* ブログ */
.p-blog_column_main {
	width: 72.95%;
	float: left;
}
.p-blog_column_side {
	padding-top: 60px;
	width: 18.36%;
	float: right;
}
.p-blog_item {
	margin-bottom: 60px;
	width: 47.55%;
	float: left;
}
.p-blog_item:nth-child(2n) {
	float: right;
}
.p-blog_item:nth-child(2n+1) {
	clear: both;
}
.p-blog_item figure {
	text-align: center;
	margin-bottom: 20px;
}
.p-blog_item figure img {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.p-blog_item_category {
	color: #DAB773;
	font-size: 18px;
	vertical-align: middle;
}
.p-blog_item_category span {
	display: inline-block;
	padding: 0 10px;
	margin-right: 15px;
	font-size: 12px;
	background-color: #CA0000;
	color: #fff;
	font-size: 12px;
}
.p-blog_item_title {
	margin-top: 5px;
	font-weight: bold;
	color: #000;
	line-height: 1.7;
}
.p-blog_column_side dl {
	margin-bottom: 70px;
}
.p-blog_column_side dt {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.14em;
	color: #dab773;
	font-family: 'Balthazar', serif;
}
.p-blog_archive_category li {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
}
.p-blog_archive_category li a {
	display: block;
	padding: 5px 8px;
	margin-bottom: 5px;
	border: 1px solid #CA0000;
	border-radius: 5px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}
.p-blog_archive_pickup li {
	margin-bottom: 15px;
	line-height: 1.5;
	font-size: 14px;
}
.p-blog_archive_pickup li a {
	display: block;
	color: #000;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}
.p-blog_archive_pickup li figure {
	margin-right: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (min-width: 751px) {
	.p-blog_archive_category li a:hover {
		background-color: #CA0000;
		color: #fff;
	}
	.p-blog_archive_pickup li a:hover {
		color: #CA0000;
	}
}
@media screen and (max-width: 750px) {
	.p-blog_column_main {
		width: auto;
		float: none;
	}
	.p-blog_column_side {
		padding-top: 30px;
		width: auto;
		float: none;
	}
	.p-blog_item {
		margin-bottom: 30px;
	}
	.p-blog_item figure {
		margin-bottom: 10px;
	}
	.p-blog_item_category {
		font-size: 12px;
	}
	.p-blog_item_category span {
		padding: 0 6px;
		margin-right: 10px;
		font-size: 10px;
	}
	.p-blog_column_side dl {
		margin-bottom: 20px;
	}
	.p-blog_column_side dt {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.p-blog_archive_category li a {
		padding: 4px 8px;
		margin: 0 5px 10px 0;
	}
	.p-blog_archive_pickup li {
		font-size: 14px;
	}
	.p-blog_archive_pickup li p {
		padding-top: 12px;
	}
}

.p-blog_utility {
	margin-bottom: 15px;
}
.p-blog_utility_category {
	padding: 2px 14px;
	margin-right: 22px;
	font-size: 14px;
	float: left;
	background-color: #CA0000;
	color: #fff;
}
.p-blog_utility_date {
	font-size: 20px;
	line-height: 1.6;
	float: left;
	color: #DAB773;
}
.p-blog_utility_sns {
	padding-top: 5px;
	float: right;
}
.p-blog_utility_sns li {
	margin-left: 30px;
	width: 20px;
	float: left;
	line-height: 0;
}
.p-blog_title {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 1.6;
}
.p-blog_free {
	margin-bottom: 80px;
}
.p-blog_free img {
	display: block;
	margin: 30px auto;
}
.p-blog_free p,
.p-blog_free ul {
	margin: 15px 0;
}
.p-blog_free li {
	margin: 5px 0;
}
@media screen and (max-width: 750px) {
	.p-blog_utility_category {
		padding: 2px 10px;
		margin-right: 15px;
		font-size: 12px;
	}
	.p-blog_utility_date {
		font-size: 16px;
		line-height: 1.6;
	}
	.p-blog_utility_sns {
		clear: both;
		padding-top: 10px;
	}
	.p-blog_utility_sns li {
		margin-left: 20px;
		width: 25px;
	}
	.p-blog_title {
		margin-bottom: 30px;
		font-size: 20px;
		line-height: 1.5;
	}
	.p-blog_free {
		margin-bottom: 40px;
	}
	.p-blog_free img {
		margin: 20px auto;
	}
	.p-blog_free p,
	.p-blog_free ul {
		margin: 10px 0;
	}
	.p-blog_free li {
		margin: 5px 0;
	}
}





/* よくある質問 */
.p-faq_list {
	padding: 15px 40px 15px 90px;
	margin-bottom: 40px;
	border: 1px solid #FFECEF;
	background-color: #fff;
}
.p-faq_list dt {
	padding-right: 35px;
	font-size: 24px;
	line-height: 1.6;
	font-weight: bold;
	color: #CA0000;
	position: relative;
	cursor: pointer;
}
.p-faq_list dt:after {
	content: "Q.";
	font-family: 'Balthazar', serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: 400;
	color: #dab773;
	position: absolute;
	top: 0;
	left: -50px;
}
.p-faq_list dt:before {
	content: " ";
	width: 10px;
	height: 10px;
	border-left: 1px solid #CA0000;
	border-bottom: 1px solid #CA0000;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
}
.p-faq_list dt.opened:before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.p-faq_list dd {
	padding: 20px 0 0;
	position: relative;
	display: none;
	font-size: 18px;
}
.p-faq_list dd > a {
	text-decoration: underline;
}
.p-faq_list dd:after {
	content: "A.";
	font-family: 'Balthazar', serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: 400;
	color: #CA0000;
	position: absolute;
	top: 15px;
	left: -50px;
}
.p-faq_list dd p {
	margin: 15px 0;
}
.p-faq_list dd .h-sp_foot_btn {
	margin: 15px auto;
}
@media screen and (min-width: 751px) {
	.p-faq_list dd > a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 750px) {
	.p-faq_list {
		padding: 15px 20px 15px 60px;
		margin-bottom: 20px;
	}
	.p-faq_list dt {
		padding-right: 30px;
		font-size: 18px;
	}
	.p-faq_list dt:after {
		font-size: 30px;
		line-height: 30px;
		left: -40px;
	}
	.p-faq_list dd {
		padding: 15px 0 0;
		font-size: 15px;
	}
	.p-faq_list dd:after {
		font-size: 30px;
		line-height: 30px;
		left: -40px;
	}
	.p-faq_list dd p {
		margin: 10px 0;
	}
}






/* 動画 */
.p-movie_list li {
	margin-bottom: 40px;
	width: 48%;
	float: left;
}
.p-movie_list li:nth-child(2n) {
	float: right;
}
.p-movie_list li > div {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
}
.p-movie_list li iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 750px) {
	.p-movie_list li {
		margin: 0 auto 20px;
		width: auto;
		float: none;
		max-width: 400px;
	}
	.p-movie_list li:nth-child(2n) {
		float: none;
	}
}






/* ダウンロード */
.p-download_list li {
	margin-bottom: 80px;
	width: 48%;
	float: left;
}
.p-download_list li:nth-child(2n) {
	float: right;
}
.p-download_list figure {
	width: 80%;
	margin: 0 auto 30px;
}
@media screen and (max-width: 750px) {
	.p-download_list li {
		margin: 0 auto 40px;
		width: auto;
		float: none;
		max-width: 400px;
	}
	.p-download_list li:nth-child(2n) {
		float: none;
	}
	.p-download_list figure {
		width: 80%;
		margin: 0 auto 20px;
	}
}



/* お問い合わせ */
.p-form th {
	width: 180px;
}
.p-form .c-table01 {
	margin-bottom: 40px;
}
.p-form_submit li {
	margin-bottom: 40px;
	text-align: center;
}
.p-form_submit li.back input {
	display: block;
	max-width: 400px;
	height: 56px;
	margin: 0 auto;
	background: url(../img/ico/back.svg) 24px center no-repeat;
	background-color: #888;
	color: #fff;
	box-sizing: border-box;
	font-family: 'Balthazar', "游ゴシック体", "Yu Gothic", YuGothic, sans-serif,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic","Osaka－等幅",Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: center;
	cursor: pointer;
}
@media screen and (max-width: 750px) {
	.p-form .c-table01,
	.p-form .c-table01 tbody,
	.p-form .c-table01 tr,
	.p-form .c-table01 th,
	.p-form .c-table01 td {
		display: block;
		width: auto;
	}
	.p-form .c-table01 td {
		padding-top: 0;
		padding-bottom: 20px;
	}
	.p-form_submit li {
		margin-bottom: 20px;
		text-align: center;
	}
}



