@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');


/*
	font-family: 'RocknRoll One', sans-serif;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-family: 'Roboto', sans-serif;
	Light 300
	Regular 400
	Medium 500
	Semi-bold 600
	Bold 700
	Extra-bold 800
	Black 900
*/


  

/* CSS Document */

html {
	font-size:10px;
}
body {
	position:relative;
	font-size:1rem;
	line-height:1.8;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	color:#060b37;
	padding-top: 95px;
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-ms-font-feature-settings: "palt";
	-o-font-feature-settings: "palt";
	font-feature-settings: "palt";
	/*-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;*/
}
@media screen and (max-width: 1500px) {
html {
	/*
	font-size:0.962vw;
	font-size:1.058vw;
	font-size:1.154vw;
	*/
}
body {
	font-size:1rem;
	width: 100%;
	min-width: 100%;
}
}
@media screen and (max-width: 1100px) {
	body {
		padding-top: 100px;
	}
	
}
@media screen and (max-width: 767px) {
html {
	font-size:2.868vw;
}
body {
	font-size:1rem;
	width: 100%;
	min-width: 100%;
	line-height:1.7;
	padding-top: 18vw;
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-ms-font-feature-settings: "palt";
	-o-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
}

* {
	font-style: normal;
	font-weight: 400;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


a {color: #060b37; text-decoration: none; transition: .5s;}
a:hover {color: #063b56; text-decoration:underline; transition: .5s;}

main a {color: #060b37; text-decoration: underline;	transition: .5s;}
main a:hover {color: #063b56; text-decoration:none;	transition: .5s;}

a:hover img ,
a.opacity:hover ,
footer footer_in .f_contents section dl a:hover {
	text-decoration:none;
	opacity:0.65;
	zoom:1;
}
header h2 a:hover img ,
footer dl dt a:hover img {
	opacity:1.0;
	zoom:1;
}
a:before, a:after,
a:hover:before, a:hover:after{
	text-decoration: none !important;
	display: inline-block;
}
img {
	width: 100%;
	height: auto;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	image-rendering: -webkit-optimize-contrast;
}
/*共通*/
.sp , .sp_img {
	display: none;
}
@media screen and (max-width: 767px) {
img {
	max-width: none;
	width: 100%;
	height: auto;
}
.pc {
	display: none;
}
.sp , .sp_img {
	display: block;
}
}






/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/

/*
:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

span:before {
	font-family: "FontAwesome";
	content: "\f090";
}
span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";
}
.child {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

*/






/*header*/
h1 {
	display:none;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 95px;
	background: #FFF;
	display: flex;
	align-items: center;
	padding: 0 30px
}
header h2 {
	margin-right: 20px;
}
header h2 a {
	display: block;
	line-height: 1.1;
}
header h2 a em ,
header h2 a span {
	display: block;
}
header h2 a em {
	font-size: 1.3rem;
	margin-bottom: .3em;
	color: #000000;
}
header h2 a span {
	width: 215px;
}
header nav {
	display: flex;
	align-items: center;
	margin-left: auto;
	font-size: 1.6rem;
}
header nav ul {
	display: flex;
	margin-right: 2em;
}
header nav ul li:not(:last-of-type)::after {
	margin: 0 1em;
	content: '|';
}
header nav p a {
	display: block;
	background: #0f1c8f;
	border: solid 1px #0f1c8f;
	color: #FFF;
	padding: .8em 3em;
	border-radius: 2em;
}
header nav p a:hover {
	background: #FFF;
	border: solid 1px #0f1c8f;
	color: #0f1c8f;
	text-decoration: none;
}
@media screen and (max-width: 1240px) {
	header {
		padding: 0 15px
	}
	header nav ul {
		margin-right: 1em;
	}
	header nav ul li:not(:last-of-type)::after {
		margin: 0 .5em;
	}
	header nav p a {
		padding: .8em 1.5em;
	}
	
}
@media screen and (max-width: 1040px) {	
	header nav {
		position: fixed;
		z-index: 30;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		padding: 0 100px;
		background: rgba(15, 28, 143, .9);
		display: none;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		transition: all .2s;
	}

	header nav.is-active {
		display: flex;
	}
	header nav ul {
		flex-direction: column;
		margin-right: 0;
		margin-bottom: 20px;
	}
	header nav ul li {
		width: 100%;
		font-size: 2.0rem;
		text-align: center;
	}
	header nav ul li:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: .4em;
	}
	header nav ul li:not(:last-of-type)::after {
		display: none;
	}	
	header nav ul li a {
		color: #FFF;
		text-align: center;
	}
	
	header nav p {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	header nav p a {
		background: #FFF;
		border: solid 1px #FFF;
		color: #0f1c8f;
	}
	header nav p a:hover {
		background: #FFF;
		border: solid 1px #FFF;
		color: #0f1c8f;
	}
	
	.menu_btn {
		position: fixed;
		top: 7.5px;
		right: 10px;
		z-index: 30;
		width: 80px;
		height: 80px;
		display: block;
		cursor: pointer;
		background: url(../img/common/menu_btn_off.png) no-repeat center center;
		background-size: cover;
		transition: .5s;
	}
	.menu_btn.is-active {
		background: url(../img/common/menu_btn_on.png) no-repeat center center;
		background-size: cover;
		transition: .5s;
	}
}
@media screen and (max-width: 767px) {	
	header {
		height: 18vw;
		padding: 0 5vw
	}
	header h2 {
		margin-right: 0;
	}
	header h2 a em {
		font-size: 1.0rem;
	}
	header h2 a span {
		width: 42vw;
	}

	header nav {
		padding: 0 6%;
		justify-content: flex-start;
		align-items: flex-start;
	}

	header nav ul {
		flex-direction: column;
		margin-right: 0;
		margin-bottom: 5vw;
		padding-top: 8vh;
		width: 100%;
	}
	header nav ul li {
		width: 100%;
		font-size: 1.6rem;
		text-align: left;
		padding: 0 .4em;
	}
	header nav ul li:not(:last-of-type) {
		margin-right: 0;
		padding-bottom: .4em;
		margin-bottom: .4em;
		border-bottom: solid 1px #FFF;
	}
	header nav ul li:not(:last-of-type)::after {
		display: none;
	}	
	header nav ul li a {
		color: #FFF;
		text-align: left;
		display: block;
	}
	
	header nav p {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 5vw;
	}
	header nav p a {
		background: #FFF;
		border: solid 1px #FFF;
		color: #0f1c8f;
		padding: .5em 3em;
	}
	header nav p a:hover {
		background: #FFF;
		border: solid 1px #FFF;
		color: #0f1c8f;
	}

	header nav ol {
		display: flex;
		justify-content: center;
		flex-direction: column;
		width: 100%;
	}
	header nav ol li {
		display: flex;
		justify-content: center;
		width: 100%;
		height: 16vw;
	}
	header nav ol li:not(:last-of-type) {
		margin-bottom: 5vw;
	}
	header nav ol li a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		border-radius: 2em;
		line-height: 1.1;
	}
	header nav ol li a:hover {
		text-decoration: none;
	}
	header nav ol li a span {
		position: relative;
		display: block;
	}
	header nav ol li.tel_sp a {
		background: #FFF;
		border: solid 1px #FFF;
	}
	header nav ol li.tel_sp a span {
		position: relative;
		font-family: 'Roboto', sans-serif;
		font-size: 2.4rem;
		font-weight: 500;
		color: #0f1c8f;
		padding-left: 8vw;
	}
	header nav ol li.tel_sp a span em {
		display: block;
		font-family: 'Zen Kaku Gothic Antique', sans-serif;
		font-size: 1.5rem;
		margin-bottom: .3em;
	}
	header nav ol li.tel_sp a span::before {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		width: calc(2.608vw * 2);
		height: calc(3.781vw * 2);
		background: url(../img/common/icon_sp.svg) no-repeat center center;
		background-size: cover;
		content: '';
	}
	header nav ol li.tel_sp a:hover {
		background: #0f1c8f;
		border: solid 1px #0f1c8f;
	}
	header nav ol li.tel_sp a:hover span {
		color: #FFF;
	}
	header nav ol li.tel_sp a:hover span::before {
		background: url(../img/common/icon_sp_white.svg) no-repeat center center;
		background-size: cover;
		content: '';
	}
	header nav ol li.tel a {
		background: #b4ecfd;
		border: solid 1px #b4ecfd;
		line-height: 1.1;
	}
	header nav ol li.tel a:hover {
		background: #FFF;
		border: solid 1px #b4ecfd;
	}
	header nav ol li.tel a span {
		position: relative;
		font-family: 'Roboto', sans-serif;
		font-size: 2.4rem;
		font-weight: 500;
		color: #0f1c8f;
		padding-left: 8vw;
	}
	header nav ol li.tel a span::before {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		width: calc(3.651vw * 2);
		height: calc(3.781vw * 2);
		background: url(../img/common/icon_tel.svg) no-repeat center center;
		background-size: cover;
		content: '';
	}
	header nav ol li.tel a:hover {
		background: #0f1c8f;
		border: solid 1px #0f1c8f;
	}
	header nav ol li.tel a:hover span {
		color: #FFF;
	}
	header nav ol li.tel a:hover span::before {
		background: url(../img/common/icon_tel_white.svg) no-repeat center center;
		background-size: cover;
		content: '';
	}
	header nav ol li.contact a {
		background: #ffe100;
		border: solid 1px #ffe100;
	}
	header nav ol li.contact a:hover {
		background: #FFF;
		border: solid 1px #ffe100;
	}
	header nav ol li.contact a span {
		position: relative;
		font-size: 1.8rem;
		font-weight: 700;
		color: #0f1c8f;
		padding-left: 8vw;
		padding-right: 8vw;
	}
	header nav ol li.contact a span::before {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		width: calc(3.259vw * 2);
		height: calc(2.216vw * 2);
		background: url(../img/common/icon_mail.svg) no-repeat center center;
		background-size: cover;
		content: '';
	}
	header nav ol li.contact a span::after {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		width: calc(1.173vw * 2);
		height: calc(1.956vw * 2);
		background: url(../img/common/icon_mail_arrow.svg) no-repeat center center;
		background-size: cover;
		content: '';
	}
	header nav ol li.contact a:hover {
		background: #0f1c8f;
		border: solid 1px #0f1c8f;
	}
	header nav ol li.contact a:hover span {
		color: #FFF;
	}
	header nav ol li.contact a:hover span::before {
		background: url(../img/common/icon_mail_white.svg) no-repeat center center;
		background-size: cover;
		content: '';
	}
	header nav ol li.contact a:hover span::after {
		background: url(../img/common/icon_mail_arrow_white.svg) no-repeat center center;
		background-size: cover;
		content: '';
	}
	
	.menu_btn {
		position: fixed;
		top: 2.5vw;
		right: 5vw;
		width: 13vw;
		height: 13vw;
	}
}


/*common_contact*/
.common_contact {
	position: relative;
	height: 320px;
	background: url(../img/common/common_contact.jpg) no-repeat center center;
	background-size: cover;
	padding: 90px 20px 0;
}
.common_contact::before {
	position: absolute;
	top: -82px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 172px;
	height: 150px;
	background: url(../img/common/common_ill.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
.common_contact h3 {
	font-family: 'RocknRoll One', sans-serif;
	font-size: 2.6rem;
	text-align: center;
	color: #FFF;
	line-height: normal;
	margin-bottom: .6em;
}
.common_contact h3 span {
	font-size: 2.8rem;
	text-align: center;
}
.common_contact ul {
	display: flex;
	justify-content: center;
}
.common_contact ul li {
	display: flex;
	justify-content: center;
	width: 300px;
	height: 75px;
}
.common_contact ul li:not(:last-of-type) {
	margin-right: 15px;
}
.common_contact ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: calc(75px / 2);
	line-height: 1.1;
}
.common_contact ul li a:hover {
	text-decoration: none;
}
.common_contact ul li a span {
	position: relative;
	display: block;
}
.common_contact ul li.tel_sp a {
	background: #FFF;
	border: solid 1px #FFF;
	pointer-events: none;
}
.common_contact ul li.tel_sp a span {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 2.4rem;
	font-weight: 500;
	color: #0f1c8f;
	padding-left: 40px;
}
.common_contact ul li.tel_sp a span em {
	display: block;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-size: 1.5rem;
	margin-bottom: .3em;
}
.common_contact ul li.tel_sp a span::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 20px;
	height: 29px;
	background: url(../img/common/icon_sp.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
.common_contact ul li.tel_sp a:hover {
	background: #0f1c8f;
	border: solid 1px #0f1c8f;
}
.common_contact ul li.tel_sp a:hover span {
	color: #FFF;
}
.common_contact ul li.tel_sp a:hover span::before {
	background: url(../img/common/icon_sp_white.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
.common_contact ul li.tel a {
	background: #b4ecfd;
	border: solid 1px #b4ecfd;
	pointer-events: none;
}
.common_contact ul li.tel a:hover {
	background: #FFF;
	border: solid 1px #b4ecfd;
}
.common_contact ul li.tel a span {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 2.4rem;
	font-weight: 500;
	color: #0f1c8f;
	padding-left: 45px;
}
.common_contact ul li.tel a span::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 28px;
	height: 29px;
	background: url(../img/common/icon_tel.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
.common_contact ul li.tel a:hover {
	background: #0f1c8f;
	border: solid 1px #0f1c8f;
}
.common_contact ul li.tel a:hover span {
	color: #FFF;
}
.common_contact ul li.tel a:hover span::before {
	background: url(../img/common/icon_tel_white.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
.common_contact ul li.contact a {
	background: #ffe100;
	border: solid 1px #ffe100;
}
.common_contact ul li.contact a:hover {
	background: #FFF;
	border: solid 1px #ffe100;
}
.common_contact ul li.contact a span {
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
	color: #0f1c8f;
	padding-left: 55px;
	padding-right: 40px;
}
.common_contact ul li.contact a span::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 25px;
	height: 17px;
	background: url(../img/common/icon_mail.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
.common_contact ul li.contact a span::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 9px;
	height: 15px;
	background: url(../img/common/icon_mail_arrow.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
.common_contact ul li.contact a:hover {
	background: #0f1c8f;
	border: solid 1px #0f1c8f;
}
.common_contact ul li.contact a:hover span {
	color: #FFF;
}
.common_contact ul li.contact a:hover span::before {
	background: url(../img/common/icon_mail_white.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
.common_contact ul li.contact a:hover span::after {
	background: url(../img/common/icon_mail_arrow_white.svg) no-repeat center center;
	background-size: cover;
	content: '';
}
@media screen and (max-width: 767px) {	
	.common_contact {
		height: auto;
		padding: 10vw 4%;
		padding-top: 20vw;
	}
	.common_contact::before {
		top: calc(-10.691vw * 2);
		width: calc(22.425vw * 2);
		height: calc(19.557vw * 2);
	}
	.common_contact h3 {
		font-size: 2.0rem;
		margin-bottom: .6em;
	}
	.common_contact h3 span {
		display: block;
		font-size: 2.4rem;
	}
	.common_contact ul {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.common_contact ul li {
		display: flex;
		justify-content: center;
		width: 100%;
		height: 16vw;
	}
	.common_contact ul li:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: 5vw;
	}
	.common_contact ul li a {
		border-radius: calc(16vw / 2);
		pointer-events: auto !important;
	}
	.common_contact ul li.tel_sp a span {
		font-size: 2.4rem;
		padding-left: 8vw;
	}
	.common_contact ul li.tel_sp a span em {
		font-size: 1.5rem;
	}
	.common_contact ul li.tel_sp a span::before {
		width: calc(2.608vw * 2);
		height: calc(3.781vw * 2);
	}
	.common_contact ul li.tel a span {
		font-size: 2.4rem;
		padding-left: 8vw;
	}
	.common_contact ul li.tel a span::before {
		width: calc(3.651vw * 2);
		height: calc(3.781vw * 2);
	}
	.common_contact ul li.contact a span {
		font-size: 1.8rem;
		padding-left: 8vw;
		padding-right: 8vw;
	}
	.common_contact ul li.contact a span::before {
		width: calc(3.259vw * 2);
		height: calc(2.216vw * 2);
	}
	.common_contact ul li.contact a span::after {
		width: calc(1.173vw * 2);
		height: calc(1.956vw * 2);
	}

}



/*footer*/
footer {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-top: 30px;
}
footer .f_logo {
	width: 270px;
	margin: 0 auto;
	margin-bottom: 20px;
}
footer address {
	display: block;
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.6rem;
}
footer address em {
	margin-right: .5em;
}
footer .sns_btn {
	display: flex;
	justify-content: center;
	padding: 0 20px;
	margin-bottom: 30px;
}
footer .sns_btn li {
	max-width: 430px;
}
footer .sns_btn li:first-of-type {
	margin-right: 15px;
}
footer .f_nav {
	display: flex;
	justify-content: center;
	padding: 0 20px;
	margin-bottom: 30px;
}
footer .f_nav li {
	font-size: 1.5rem;
}
footer .f_nav li:not(:last-of-type)::after {
	font-size: 1.6rem;
	margin: 0 1em;
	content: '|';
}
footer .copy {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	padding: 1.3em 1em;
	color: #FFF;
	background: #0f1c8f;
}
.return {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 60px;
}
@media screen and (max-width: 940px) {
	footer .f_nav li:not(:last-of-type)::after {
		font-size: 1.5rem;
		margin: 0 .5em;
	}
	
}
@media screen and (max-width: 767px) {	
	footer {
		padding-top: 10vw;
	}
	footer .f_logo {
		width: 60%;
		margin-bottom: 6vw;
	}
	footer address {
		margin-bottom: 6vw;
		font-size: 1.6rem;
	}
	footer address em {
		display: block;
		margin-right: 0;
		margin-bottom: .5em;
	}
	footer .sns_btn {
		flex-direction: column;
		width: 100%;
		padding: 0 10%;
		margin-bottom: 10vw;
	}
	footer .sns_btn li {
		max-width: inherit;
		width: 100%;
	}
	footer .sns_btn li:first-of-type {
		margin-right: 0;
		margin-bottom: 5vw;
	}
	footer .f_nav {
		display: none;
	}
	footer .copy {
		font-size: 1.5rem;
	}
	.return {
		position: fixed;
		right: 5vw;
		bottom: 5vw;
		width: 12vw;
	}
}

/*page_title*/
.page_title {
	height: 375px;
	border-bottom: solid 8px #09199f;
	background-size: cover !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #FFF;
	line-height: 1.1;
}
.page_title h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.page_title h3 span ,
.page_title h3 em {
	display: block;
}
.page_title h3 span {
	font-family: 'RocknRoll One', sans-serif;
	font-size: 1.8rem;
	margin-bottom: .5em;
}
.page_title h3 em {
	font-family: 'Raleway', sans-serif;
	font-size: 5.5rem;
	font-weight: 600;
}
@media screen and (max-width: 767px) {	
	.page_title {
		height: 40vh;
	}
	.page_title h3 span {
		font-size: 1.8rem;
		margin-bottom: .5em;
	}
	.page_title h3 em {
		font-size: 3.2rem;
	}
}

/*main*/
main {
	padding-bottom: 200px;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {	
	main {
		padding-bottom: 30vw;
		font-size: 1.6rem;
	}
}


/*width*/
.w1200 {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
}
.w1040 {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
}
@media screen and (max-width: 767px) {
	.w1200 {
		max-width: 100%;
		padding-right: 4%;
		padding-left: 4%;
	}
	.w1040 {
		max-width: 100%;
		padding-right: 4%;
		padding-left: 4%;
	}
		
}

/*共通*/
.comment p:not(:last-of-type) {
	margin-bottom: 1.2em;
}


/*ずれ*/
.anc:before {
	position: relative;
	z-index: -1;
	padding-top: 150px;
	margin-top: -150px;
	display: block;
	content: '';
}
@media screen and (max-width: 767px) {
	.anc:before {
		padding-top: 30vw;
		margin-top: -30vw;
		content: '';
	}
}
