@charset "UTF-8";
/* CSS Document */
h3 {
	max-width: 689px;
	margin: 0px auto 30px;
}
h3 img {
	width: 100%;
}
.white {
	background-color: #fff;
}
.content {
	margin-top: 100px;
}

@media screen and (max-width:1024px) {
	.content {
		margin-top: 80px;
		padding: 0 100px;
	}
	h3 {
		max-width: 600px;
	}
}

@media screen and (max-width: 767px) {
	.content {
		margin-top: 60px;
		padding: 0 18px;
	}
}
.lead {
	letter-spacing: 0.05em;
	line-height: 2em;
}
.lead2 {
	line-height: 1.6em;
}
section {
	padding-top: 180px;
}

@media screen and (max-width: 1024px) {
	h3 {
		padding: 0 18px;
	}
}

@media screen and (max-width: 767px) {
	h3 {
		padding: 0 20px;
	}
	.lead {
		padding: 0 18px;
		text-align: left !important;
	}
	section {
		padding-top: 100px;
	}
	.content {
		margin-top: 40px;
	}
}

/*============================================================================================
↓ファーストビュー========================================================================================
============================================================================================*/
.wrapper-inner#first {
	width: 100%;
}
#first {
	background: url(../img/first-back.jpg) repeat center top;
	background-size: 120px;
}
#first .inner-wrap {
	position: absolute;
	top: -1px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	height: 420px;
	max-width: 1000px;
}
#first h2 {
	max-width: 790px;
	margin: auto;
	height: auto !important;
}
#first .copy {
	max-width: 565px;
	position: absolute;
	bottom: 0em;
	right: 0em;
}
#first .inner-wrap img {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	#first .inner-wrap {
		height: 330px;
		max-width: 550px;
		margin: auto;
	}
}

@media screen and (max-width: 767px) {
	#first {
		background: url(../img/stance-back.jpg) no-repeat top center;
		background-size: contain;
	}
	#first h2 {
		padding: 0px !important;
		max-width: 510px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		height: 280px !important;
	}
	#first .inner-wrap {
		background: none;
	}
	#first .copy {
		max-width: 435px;
	}
}

@media screen and (max-width: 640px) {
	#first h2 {
		max-width: 250px;
		height: 200px !important;
	}
	#first .copy {
		display: none;
	}
}
/*スクロールのふわふわしてるやつ*/
.fuwafuwa {
	-webkit-animation-name: fuwafuwa;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function: ease;
	-moz-animation-name: fuwafuwa;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function: ease;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 80px;
}
.fuwafuwa a {
	text-decoration: none;
}
.fuwafuwa img {
	width: 20px !important;
	margin: auto;
	display: block;
}
@-webkit-keyframes fuwafuwa {
	0% {
	-webkit-transform:translate(0, 0);
	}
	50% {
	-webkit-transform:translate(0, -10px);
	}
	100% {
	-webkit-transform:translate(0, 0);
	}
}
@-moz-keyframes fuwafuwa {
	0% {
	-moz-transform:translate(0, 0);
	}
	 50% {
	-moz-transform:translate(0, -10px);
	}
	 100% {
	-moz-transform:translate(0, 0);
	}
}

@media screen and (max-width: 767px) {
	.fuwafuwa {
		bottom: 5px;
	}
}

/*============================================================================================
↓スタンス========================================================================================
============================================================================================*/
#stance {
	background: url(../img/stance-back.jpg) no-repeat right bottom -100px;
	background-size: 450px;
}
section#stance {
	padding-top: 100px !important;
	margin-top: -100px;
}
#stance h4 {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 0.06em;
	margin-bottom: 30px;
	background: linear-gradient(transparent 90%, #ebe583 0%);
	padding-bottom: 5px;
	display: inline;
}
#stance .stance {
	line-height: 2em;
}
#stance .crimson h4 {
	font-size: 2em;
	padding-bottom: 2px;
	background: linear-gradient(transparent 92%, #ebe583 0%);
}
#stance .crimson .stance {
	font-size: 1.2em;
	line-height: 1.8em;
}

@media screen and (max-width: 1024px) {
	#stance h4 {
		line-height: 1.6em;
	}
	#stance {
		background: none;
	}
}
@media screen and (max-width: 767px) {
	#stance {
		background: none;
	}
	#stance h4 {
		font-size: 1.4em;
		margin-bottom: 20px;
		line-height: 1.4em;
		padding-bottom: 0px;
	}
	#stance .stance {
		line-height: 2em;
	}
	#stance .crimson h4 {
		font-size: 1.8em;
		padding-bottom: 0px;
		background: linear-gradient(transparent 95%, #ebe583 0%);
	}
	#stance .crimson .stance {
		line-height: 1.6em;
	}
}
/*============================================================================================
↓リクルート========================================================================================
============================================================================================*/
#recruit .content {
	width:  100%;
	margin: 40px auto 0;
	padding: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
	box-sizing: border-box;
	background: no-repeat center url(../img/rec-back.jpg);
    background-size: cover;
}
#recruit .content .position {
	color:  #fff;
	width: calc(50% - 20px);
	background-color:  rgba(0,0,0,0.9);
	padding: 40px;
	box-sizing: border-box;
}
#recruit .content .position h4 {
	font-size:  16px;
	line-height: 1.5;
	font-weight:  bold;
	text-align: center;
	margin-bottom: 20px;
}
#recruit .outline {
	font-size:  14px;
	line-height: 1.5;
	margin-bottom: 20px;
}
#recruit .content .table {
	font-size:  12px;
	line-height: 1.5;
	width:  100%;
	margin-bottom: 10px;
}
#recruit .content .table tr th {
	width:  80px;
	padding: 5px 0;
}
#recruit .content .table tr td {
	padding: 5px 0;
}
#recruit .content .table .list {
	list-style-type: circle;
	list-style-position: outside;
	padding-left: 1em;
}
#recruit .content .table .list li {
	list-style: disc;
}
#recruit .content .note {
	font-size: 12px;
	line-height: 1.5;

	margin-bottom: 10px;
}
#recruit .requirement {
	max-width:  600px;
	margin: 40px auto 0;
}
#recruit .requirement h4 {
	font-size:  16px;
	font-weight:  bold;
	text-align: center;
	margin-bottom: 10px;
}
#recruit .requirement .table {
	font-size:  14px;
	width:  100%;
}
#recruit .requirement .table tr th {
	padding: 3px 0;
}
#recruit .requirement .table tr td {
	padding: 3px 0;
}

@media screen and (max-width: 1080px) {
	#recruit .content {
		width:  90%;
		background:  none;

	}
	#recruit .content .position {
		padding:  30px;
	}
}
@media screen and (max-width: 767px) {
	#recruit .content {
		width: 100%;
		flex-direction: column;
		padding:  20px;
	}
	#recruit .content .position {
		width:  100%;
	}
}

/*============================================================================================
↓フロー========================================================================================
============================================================================================*/
#flow h5 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em;
}
#flow p {
	margin-top: 10px;
}
#flow li {
	width: 16%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background: url(../img/flow-tonbo1.png) no-repeat left top, url(../img/flow-tonbo4.png) no-repeat right top, url(../img/flow-tonbo2.png) no-repeat left bottom, url(../img/flow-tonbo3.png) no-repeat right bottom;
	background-size: 31px;
}
#flow li:nth-child(2n) {
	width: 5%;
	background: none;
}
#flow li:nth-child(2n) img {
	width: 100%;
}
#flow li div {
	padding: 30px 10px;
	vertical-align: middle;
}
#flow li h5 {
	font-weight: bold;
	background: linear-gradient(transparent 80%, #ebe583 0%);
	display: inline;
}
#flow li h5 a {
	text-decoration: none;
}
#flow li:first-child h5:hover {
	background: none;
}

@media screen and (max-width: 767px) {
	#flow p {
		margin-top: 5px;
	}
	#flow ol {
		margin: auto;
		width: 100%;
	}
	#flow li {
		display: block;
		width: 100%;
		text-align: center;
		margin: auto;
		background: url(../img/entry-tonbo1.jpg) no-repeat left top, url(../img/entry-tonbo2.jpg) no-repeat right top, url(../img/entry-tonbo3.jpg) no-repeat left bottom, url(../img/entry-tonbo4.jpg) no-repeat right bottom;
		background-size: 10px;
	}
	#flow li:nth-child(2n) {
		max-width: 11px;
	}
	#flow li:nth-child(2n) img {
		text-align: center;
		margin: auto;
	}
	#flow li div {
		padding: 10px 20px;
		vertical-align: middle;
	}
}
/*============================================================================================
↓ツアー========================================================================================
============================================================================================*/
#tour .tour-btn {
	border: 1px solid #000000;
	width: 100%;
	margin-bottom: 20px;
	background: url(../img/ico-plus.png) no-repeat right 20px top 50%;
	background-size: 20px;
	line-height: 0;
}
#tour .lead{
	margin-bottom:50px;
}
#tour .tour-btn:hover {
	background-color: #e5e5e5;
	transition: all 0.25s ease 0s;
	cursor: pointer;
}
#tour .tour-btn.active {
	background: url(../img/ico-minus.png)no-repeat right 20px top 50%;
	background-size: 20px;
}
#tour .content {
	margin-top: 10px;
}
#tour .tour-btn ul {
	padding: 10px;
	line-height: 0;
	display: flex;
	align-items: center;
}
#tour .tour-btn li {
	vertical-align: middle;
}
#tour .tour-btn li:first-child {
	width: 40%;
}
#tour .crimson {
	font-size: 1.8em;
}
#tour .crimson p {
	padding-left: 30px;
}
.photo li {
	float: left;
	line-height: 0;
	width: 20%;
	background: url(../img/tour-tonbo.jpg) no-repeat -2.5% -2.5%, url(../img/tour-tonbo.jpg) no-repeat 103% -2.5%, url(../img/tour-tonbo.jpg) no-repeat -2.5% 102.2%, url(../img/tour-tonbo.jpg) no-repeat 103% 102.2%;
	background-size: 11px;
}
.photo li:nth-child(6),
.photo li:nth-child(7),
.photo li:nth-child(8),
.photo li:nth-child(9),
.photo li:nth-child(16),
.photo li:nth-child(17),
.photo li:nth-child(18),
.photo li:nth-child(19) {
	background: url(../img/tour-tonbo.jpg) no-repeat -2.5% -3%, url(../img/tour-tonbo.jpg) no-repeat 103% -3%, url(../img/tour-tonbo.jpg) no-repeat -2.5% 102.8%, url(../img/tour-tonbo.jpg) no-repeat 103% 102.8%;
	background-size: 11px;
}
.photo li:nth-child(5),
.photo li:nth-child(15),
.photo li:nth-child(25) {
	background: url(../img/tour-tonbo.jpg) no-repeat -2.5% -2.5%, url(../img/tour-tonbo.jpg) no-repeat 102.2% -2.5%, url(../img/tour-tonbo.jpg) no-repeat -2.5% 102.2%, url(../img/tour-tonbo.jpg) no-repeat 102.2% 102.2%;
	background-size: 11px;
}
.photo li:nth-child(10),
.photo li:nth-child(20) {
	background: url(../img/tour-tonbo.jpg) no-repeat -2.5% -3%, url(../img/tour-tonbo.jpg) no-repeat 102.2% -3%, url(../img/tour-tonbo.jpg) no-repeat -2.5% 102.8%, url(../img/tour-tonbo.jpg) no-repeat 102.2% 102.8%;
	background-size: 11px;
}
.photo li:nth-child(26),
.photo li:nth-child(27),
.photo li:nth-child(28),
.photo li:nth-child(29) {
	background: url(../img/tour-tonbo.jpg) no-repeat -2.5% -3%, url(../img/tour-tonbo.jpg) no-repeat 103% -3%, url(../img/tour-tonbo.jpg) no-repeat -2.5% 102.2%, url(../img/tour-tonbo.jpg) no-repeat 103% 102.2%;
	background-size: 11px;
}
.photo li:nth-child(30) {
	background: url(../img/tour-tonbo.jpg) no-repeat -2.5% -3%, url(../img/tour-tonbo.jpg) no-repeat 102.2% -3%, url(../img/tour-tonbo.jpg) no-repeat -2.5% 102.2%, url(../img/tour-tonbo.jpg) no-repeat 102.2% 102.2%;
	background-size: 11px;
}
.photo li img, .tour-btn li:first-child img {
	width: 100%;
}
.photo.second li:nth-child(16),
.photo.second li:nth-child(17),
.photo.second li:nth-child(18),
.photo.second li:nth-child(19) {
		background: url(../img/tour-tonbo.jpg) no-repeat -2.5% -3%, url(../img/tour-tonbo.jpg) no-repeat 103% -3%, url(../img/tour-tonbo.jpg) no-repeat -2.5% 102.2%, url(../img/tour-tonbo.jpg) no-repeat 103% 102.2%;
	background-size: 11px;
}
.photo.second li:last-child{
	background: url(../img/tour-tonbo.jpg) no-repeat -2.5% -3%, url(../img/tour-tonbo.jpg) no-repeat 102.2% -3%, url(../img/tour-tonbo.jpg) no-repeat -2.5% 102.2%, url(../img/tour-tonbo.jpg) no-repeat 102.2% 102.2%;
	background-size: 11px;
}
@media screen and (max-width: 1024px) {
	.photo li, .photo li:nth-child(6),
	.photo li:nth-child(7),
	.photo li:nth-child(8),
	.photo li:nth-child(9),
	.photo li:nth-child(16),
	.photo li:nth-child(17),
	.photo li:nth-child(18),
	.photo li:nth-child(19),
	.photo li:nth-child(5),
	.photo li:nth-child(15),
	.photo li:nth-child(25),
	.photo li:nth-child(10),
	.photo li:nth-child(20),
	.photo li:nth-child(26),
	.photo li:nth-child(27),
	.photo li:nth-child(28),
	.photo li:nth-child(29),
	.photo li:nth-child(30),
	.photo.second li:last-child {
		background: none;
	}
	#tour .tour-btn {
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 1024px) {
	#tour .tour-btn li:first-child img {
		vertical-align: middle;
	}
	.photo li {
		width: 33.33333%;
	}
	#tour .tour-btn {
		background: url(../img/ico-plus.png) no-repeat right 20px bottom 20px;
		background-size: 20px;
	}
	#tour .tour-btn.active {
		background: url(../img/ico-minus.png)no-repeat right 20px bottom 16px;
		background-size: 20px;
	}
	#tour .tour-btn ul {
		padding: 5px;
		display: block;
	}
	#tour .tour-btn li {
		display: block;
		width: 100%;
	}
	#tour .tour-btn li:first-child {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	#tour .crimson {
		font-size: 1.2em;
		line-height: 0;
	}
	#tour .font20 {
		font-size: 1.4em;
	}
	#tour .crimson p {
		padding-left: 10px;
		padding-top: 5px;
		text-align: left;
	}
}
@media screen and (max-width: 640px) {
	#tour .tour-btn {
		background: url(../img/ico-plus.png) no-repeat right 20px bottom 12px;
		background-size: 20px;
	}
	#tour .tour-btn.active {
		background: url(../img/ico-minus.png)no-repeat right 20px bottom 10px;
		background-size: 20px;
	}
}

/*============================================================================================
↓メッセージ========================================================================================
============================================================================================*/
#message .content {
	background-color: #dcdcdc;
	padding: 60px;
	box-sizing: border-box;
	border-style: solid;
	-moz-border-image: url(../img/message-back.jpg);
	-webkit-border-image: url(../img/message-back.jpg);
	-o-border-image: url(../img/message-back.jpg);
	border-image: url(../img/message-back.jpg);
	border-image-slice: 28;
	border-width: 12px;
}
#message li {
	margin-bottom: 40px;
	position: relative;
}
#message table {
	width: 100%;
}
#message .photo {
	width: 10%;
	position: absolute;
	top: 0;
	line-height: 0;
	bottom: 0;
	margin: auto;
	height: 100px;
}
#message li:nth-child(2n) .photo {
	right: 0;
}
#message .coment {
	width: 90%;
}
#message .photo img {
	width: 100px;
}
#message li p {
	position: relative;
	background: #fff;
	padding: 30px;
	display: block;
	letter-spacing: 0.02em;
	line-height: 1.8em;
}
#message li p::after {
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-width: 8px;
	margin-top: -8px;
}
#message li:first-child p::after,
#message li:nth-child(3) p::after,
#message li:nth-child(5) p::after,
#message li:nth-child(7) p::after {
	right: 100%;
	border-right-color: #fff;
}
#message li:nth-child(2n) p::after {
	left: 100%;
	border-left-color: #fff;
}
#message li:first-child .coment div,
#message li:nth-child(3) .coment div,
#message li:nth-child(5) .coment div,
#message li:nth-child(7) .coment div {
	padding-left: 30px;
}
#message li:nth-child(2n) .coment div {
	padding-right: 30px;
}
#message .name {
	background: linear-gradient(transparent 86%, #ebe583 0%);
	padding: 18px 0 8px;
	line-height: 0;
	display: inline-block;
}
@media screen and (max-width: 1024px) {
	#message .content {
		padding: 40px;
		border-image-slice: 0;
	}
	#message li {
		padding: 0 50px;
	}
	#message .photo {
		margin: auto;
		height: 80px;
	}
	#message li:nth-child(2n) .photo {
		right: 63px;
	}
	#message .photo img {
		width: 80px;
	}
}

@media screen and (max-width: 767px) {
	#message .content {
		padding: 10px;
	}
	#message li {
		padding: 0 10px;
		margin-bottom: 20px;
	}
	#message .left, #message .right {
		float: none !important;
	}
	#message .photo {
		width: 100%;
		max-width: 60px;
		margin: auto auto -50px;
		z-index: 99;
		position: relative;
		top: inherit;
		bottom:inherit;
	}
	#message .photo img {
	}
	#message li:nth-child(2n) .photo {
		right: inherit;
	}
	#message .coment {
		width: 100%;
	}
	#message .photo img {
		width: 60px;
	}
	#message li p {
		padding: 40px 20px 20px;
		letter-spacing: 0.01em;
	}
	#message li:first-child .coment div, #message li:nth-child(3) .coment div, #message li:nth-child(5) .coment div, #message li:nth-child(7) .coment div {
		padding-left: 0px;
	}
	#message li:nth-child(2n) .coment div {
		padding-right: 0px;
	}
	#message li p::after {
		border-width: 0px;
		margin-top: 0px;
	}
	#message li:first-child p::after,
	#message li:nth-child(3) p::after,
	#message li:nth-child(5) p::after,
	#message li:nth-child(7) p::after {
		right: 0%;
	}
}

/*========================================================
↓ふわっと表示
========================================================*/
.coment-m {
	visibility: hidden;
}
.fadeInDown {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
.fadeInDown .face img {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% {
	opacity: 0;
	-webkit-transform: translateY(20px);
	}
	100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	}
}
@keyframes fadeInDown {
	0% {
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	}
	100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	}
}

/*============================================================================================
↓エントリーフォーム========================================================================================
============================================================================================*/

#entry table {
	width: 100%;
}
#entry table th{
    width: 25%;
}
#entry table td{
    width: 75%;
}
#entry table td,
#entry table th {
	padding: 10px 0;
}
.txt-field {
	border: none;
	background-color: #ECECEC;
	width: 50%;
	padding: 0.6em;
	box-sizing: border-box;
	border-radius: 0 !important;
	appearance: button;
}

@media screen and (max-width: 1024px) {
	.txt-field {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	#entry table td {
		width: 80%;
	}
	#entry table th {
		width: 20%;
	}
}
.txt-area {
	border: none;
	background-color: #ECECEC;
	height: 14em;
	padding: 0.8em;
	width: 100%;
	box-sizing: border-box;
	border-radius: 0 !important;
	appearance: button;
}
.date-of-birth label {
	display: block;
	float: left;
	margin-right: 1em;
}
.pull-dw {
	width: 10%;
	-moz-appearance: none;
	border: none;
	text-indent: 0.01px;
	text-overflow: "";
	padding: 0.6em;
	box-sizing: border-box;
}
.pull-dw-s {
	width: 20%;
	max-width: 80px;
	border: none;
	text-indent: 0.01px;
	text-overflow: "";
	background-color: #ECECEC;
	padding: 0.6em;
	box-sizing: border-box;
}
.sb {
	appearance: button;
	background-size: 20px 20px;
	background-position: right center;
	background-color: #000000;
	color: #fff;
	margin: auto;
	display: block;
	border: 2px solid #000000;
	font-size: 1em;
	letter-spacing: 0.1em;
	cursor: pointer;
	outline: none;
	padding: 10px 0;
	width: 200px;
	border-radius: 0px !important;
	text-align: center;
}
.sb:hover {
	background-color: #fff;
	color: #000000;
	cursor: pointer;
	opacity: 0.8;
	outline: none;
}
.submit-btn-area {
	margin: 5px 0 30px 0;
	text-align: center;
	border-radius: 0px !important;
}
.submit-btn-area p {
	text-align: center;
}
.rs {
	background-color: #666;
	color: #fff;
	margin: 1em;
	padding: 1em 3em;
}
.require {
	color: #ff0000;
	width: 100%;
}
.notice {
	color: #d61826;
	text-align: center;
}
.error_messe {
	color: #d61826;
	text-align: center;
}
.thanks p {
	margin-bottom: 2em;
	text-align: center;
}
/* 英数字入力モード */
input.jpoff {
	ime-mode: disabled;
}
#entry select {
	padding: 0 10px;
    height: 40px;
    line-height: 40px;
	border-radius: 0 !important;
	appearance: button;
	-webkit-appearance: none;
    box-sizing: border-box;
}
.row {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.col {
	display: inline-flex;
	align-items: center;
	gap: 20px;
}
/* ラジオボックスデザイン */
.radio {
	display: none;
}
.radiobox {
	position: relative;
	padding-left: 20px;
	vertical-align: middle;
	cursor: pointer;
}
.radiobox:last-child {
	margin-bottom: 0px;
}
.radiobox::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	transform: translateY(-50%) ;
	width: 14px;
	height: 14px;
	border: 1px solid #E1E1E1;
	transition: border-color 0.2s linear;
}
.radiobox:hover::after {
	border-color: #000;
}
.radiobox .radio:checked ~ .radio-icon::before {
	content: '';
	width: 5px;
	height: 10px;
	display: block;
	position: absolute;
	top: 50%;
	left: 6px;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#entry dt {
	font-size: 1.2em;
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #000000;
    box-sizing: border-box;
    line-height: 0;
    margin-bottom: 20px;
    background: url(../img/ico-plus.png) no-repeat right 10px top 50%;
    background-size: 14px;
}
#entry .privacypolicy h5 {
	font-weight: bold;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
}
#entry .privacypolicy p {
	margin-bottom: 15px;
	letter-spacing: 0.05em;
	line-height: 1.6em;
}
#entry dt:hover {
	background-color: #e5e5e5;
	transition: all 0.25s ease 0s;
	cursor: pointer;
}
#entry dt.active {
	background: url( ../img/ico-minus.png) no-repeat right 10px top 50%;
	background-size: 14px;
}
.f-logo {
	max-width: 282px;
	margin: 100px auto 20px;
}
.f-logo img {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.f-logo {
		max-width: 200px;
		margin: 80px auto 20px;
	}
}
