@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	padding: 0;
	margin: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	border: 0;
	outline: 0;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	padding: 0;
	margin: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	color: #000;
	text-decoration: none;
	background-color: #ff9;
}

/* change colours to suit your needs */
mark {
	color: #000;
	font-style: italic;
	font-weight: bold;
	background-color: #ff9;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	padding: 0;
	margin: 1em 0;
	border: 0;
	border-top: 1px solid #ccc;
}

input,
select {
	vertical-align: middle;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

li {
	list-style: none;
}

svg,
img {
	max-width: 100%;
	vertical-align: middle;
}

/*----------------------------------------------------
	レスポンシブ
----------------------------------------------------*/
.hide {
	display: none;
}

.pc {
	display: inline;
}
.pc.block {
	display: block;
}

.sp {
	display: none;
}
.sp.block {
	display: none;
}

@media (max-width: 960px) {
	.sp {
		display: inline;
	}
	.sp.block {
		display: block;
	}
	.pc {
		display: none;
	}
	.pc.block {
		display: none;
	}
}

/*----------------------------------------------------
	フォント
----------------------------------------------------*/
body {
	color: #4d4d4d;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}

.serif {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
}

.ff-marugo {
	font-family: heisei-maru-gothic-std,sans-serif;
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "Gotham";
	font-style: normal;
	font-weight: 500;

	src: url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
}

.ff-gotham {
	font-family: "Gotham";
}

/*----------------------------------------------------
	リンク
----------------------------------------------------*/
a {
	color: #4d4d4d;
	text-decoration: none;
}

.link-text a {
	color: #03c;
}

@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
	.link-text a:hover {
		text-decoration: underline;
	}
}

a.link-text {
	color: #03c;
}
@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
	a.link-text:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width: 960px), only screen and (max-device-width: 1024px) and (min-device-width: 768px) {
	a,
	button {
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		-webkit-touch-callout: none;
	}
}

/*----------------------------------------------------
	body
----------------------------------------------------*/
body {
	padding-bottom: 13.33333vw;
}

body.no-scroll {
	height: 100vh;
	overflow: hidden;
}

/*----------------------------------------------------
	コンテナ
----------------------------------------------------*/
.container {
	position: relative;
	max-width: 640px;
	padding-right: 18px;
	padding-left: 18px;
	margin: 0 auto;
}

@media (min-width: 961px) {
	.container--l {
		max-width: 1366px;
	}
}

@media (min-width: 961px) {
	.container--xs {
		max-width: 676px;
	}
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
header {
	background: #ffffff;
}

.header-logo {
	padding: 10px 0;
	text-align: center;
}
.header-logo img {
	width: 228px;
	height: 43px;
}

.header-title {
	padding: 2px 18px;
	color: #fff;
	font-weight: bold;
	background-color: #a50082;
	font-size: .9375rem;
}

/*----------------------------------------------------
	ヘッダーナビ
----------------------------------------------------*/
@media (max-width: 960px) {
	.header-nav {
		display: none;
	}
	.header-nav.open {
		display: block;
		-webkit-animation: fadeIn .3s;
		        animation: fadeIn .3s;
	}
}

/*----------------------------------------------------
	ヘッダー メニュー
----------------------------------------------------*/
@media (max-width: 960px) {
	.header-menu {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		width: 60px;
		height: 60px;
		cursor: pointer;
	}
	.header-menu div {
		position: relative;
	}
	.header-menu span {
		position: absolute;
		left: 18px;
		display: block;
		width: 24px;
		height: 3px;
		background: #005bac;
		-webkit-transition: .35s ease-in-out;
		        transition: .35s ease-in-out;
	}
	.header-menu span:nth-child(1) {
		top: 20px;
	}
	.header-menu span:nth-child(2) {
		top: 28px;
	}
	.header-menu span:nth-child(3) {
		top: 36px;
	}
	.header-menu.open span:nth-child(1) {
		top: 28px;
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	.header-menu.open span:nth-child(2) {
		left: 50%;
		width: 0;
	}
	.header-menu.open span:nth-child(3) {
		top: 28px;
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
.copyright {
	padding: 1em 0;
	color: #808080;
	font-size: .625rem;
	text-align: center;
}

/*----------------------------------------------------
	aside
----------------------------------------------------*/
aside {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 13.33333vw;
}
aside:after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 0;
	content: "";
	background: #F6E6F3;
	-webkit-transition: height .3s;
	        transition: height .3s;
}
aside.open:after {
	height: 100%;
}

.aside-menu {
	position: absolute;
	right: 20px;
	bottom: 13.33333vw;
	z-index: 10;
}
.aside-menu div {
	width: 60px;
	height: 60px;
	background-color: #a50082;
	-webkit-box-shadow: 5px 5px 4px rgba(0, 0, 0, .2);
	        box-shadow: 5px 5px 4px rgba(0, 0, 0, .2);
	border-radius: 50%;
}
.aside-menu div span {
	position: absolute;
	top: 50%;
	left: 33%;
	display: block;
	width: 33%;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all .3s;
	        transition: all .3s;
}
.aside-menu div span:nth-child(1) {
	-webkit-transform: translateY(-6px);
	        transform: translateY(-6px);
}
.aside-menu div span:nth-child(3) {
	-webkit-transform: translateY(6px);
	        transform: translateY(6px);
}
.aside-menu.open div span:nth-child(1) {
	-webkit-transform: translateY(0px) rotate(45deg);
	        transform: translateY(0px) rotate(45deg);
}
.aside-menu.open div span:nth-child(2) {
	width: 0;
}
.aside-menu.open div span:nth-child(3) {
	-webkit-transform: translateY(0px) rotate(-45deg);
	        transform: translateY(0px) rotate(-45deg);
}

.aside-nav {
	position: absolute;
	bottom: 40vw;
	left: 0;
	display: none;
	width: 100%;
	opacity: 0;
}
.aside-nav.open {
	display: block;
	-webkit-animation: fadeIn .5s ease-out .5s forwards;
	        animation: fadeIn .5s ease-out .5s forwards;
}
.aside-nav ul {
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: -10px;
}
.aside-nav li {
	width: 48.7%;
	margin-bottom: 10px;
}
.aside-nav li a {
	display: block;
	padding: .5em;
	color: #666;
	font-weight: bold;
	text-align: center;
	background: #fff3e6;
}

.aside-contact {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.aside-contact ul {
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 13.33333vw;
}
.aside-contact li {
	width: 31.9%;
}

/*----------------------------------------------------
	area
----------------------------------------------------*/
.area-item {
	margin-bottom: 6.25vw;
}
.area-item .main-titleB {
	margin-bottom: 1.5625vw;
}

.area-list {
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.area-list:after {
	display: block;
	width: 32.5%;
	content: "";
}
.area-list:before {
	-ms-flex-order: 1;
	order: 1;
	display: block;
	width: 32.5%;
	content: "";

	-webkit-box-ordinal-group: 2;
}
.area-list li {
	width: 32.5%;
	margin-bottom: 5px;
}
.area-list li a {
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 2.3em;
	font-weight: bold;
	line-height: 1.1;
	background: #F6E6F3;
}

/*----------------------------------------------------
	contact
----------------------------------------------------*/
.contact-form dl {
	padding: 1em 0;
	border-bottom: 1px solid #a50082;
}
.contact-form dl:first-child {
	border-top: 1px solid #a50082;
}

.contact-form dt {
	margin-bottom: .25em;
	color: #a50082;
	font-weight: bold;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
	width: 100%;
	height: 3em;
	border: 1px solid #ccc;
	border-radius: 8px;
}

.contact-form select {
	width: 100%;
	height: 3em;
	border: 1px solid #ccc;
	border-radius: 8px;
}

.contact-form .input-checkbox {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.contact-form .input-checkbox label {
	width: 50%;
	margin-bottom: .25em;
}

.contact-form input[type="submit"] {
	width: 100%;
	height: 4em;
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	-webkit-appearance: button;
	   -moz-appearance: button;
	        appearance: button;
	background-color: #64bed2;
	border: 1px solid #ccc;
	border-radius: 8px;
}

.contact-form .help-block {
	color: #f00;
	font-size: .875em;
}

/*----------------------------------------------------
	enter
----------------------------------------------------*/
.enter-title {
	text-align: center;
}

.enter-btn {
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 268px;
	height: 54px;
	margin: 0 auto;
	color: #fff;
	font-size: 22px;
	background-color: #a50082;
	border-radius: 27px;
	font-family: heisei-maru-gothic-std,sans-serif;
}

/*----------------------------------------------------
	job
----------------------------------------------------*/
.job-pic {
	padding: 5.33333vw 0;
	background: #d89acc;
}
.job-pic .wrap {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.job-pic p {
	width: 32.5%;
}

.job-content {
	padding-top: 5.33333vw;
}
.job-content .main-titleB {
	margin-bottom: 2vw;
}

.job-voices {
	padding: 5.33333vw 0;
	background: #eacce4;
}

.job-voice {
	position: relative;
	padding: 1em .75em;
	margin-top: 6.66667vw;
	background: url(../images/bg_hougan.png);
	border-radius: 10px;
}
.job-voice:before {
	position: absolute;
	top: -15px;
	left: 50%;
	display: block;
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-color: transparent transparent #fff transparent;
	border-style: solid;
	border-width: 0 12.5px 15px 12.5px;
}
.job-voice__head {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.33333vw;
}
.job-voice__head:after {
	position: absolute;
	right: 0;
	bottom: -10px;
	right: -16px;
	display: block;
	width: 75px;
	height: 75px;
	content: "";
	background: url(../images/ico_nikukyu_pk.png) center center/contain no-repeat;
}
.job-voice__pic {
	width: 90px;
}
.job-voice__pic img {
	border: 2px solid #a50082;
	border-radius: 100%;
}
.job-voice__meta {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	    flex: 1;
	padding-left: 1em;
}
.job-voice__title {
	padding-bottom: .25em;
	margin-bottom: .25em;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px dotted #a50082;
}
.job-voice__name {
	font-size: 14px;
}

/*----------------------------------------------------
	トップページ
----------------------------------------------------*/
.top-point {
	padding: 6.25vw 0;
}
.top-point__items {
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: -10px;
}
.top-point__item {
	width: 48.4%;
	padding: 1em .25em;
	margin-bottom: 10px;
	background: #e6e6e6;
	border-radius: 10px;
}
.top-point__item-float{
	position: absolute;
	top: 30%;/*24%*/
	left: 40%;/*40%*/
	z-index: 2;
}
.top-point__item-float img{
	height: 98px;
}
.top-fuan {
	padding: 7.8125vw 0;
	background-color: #eacce4;
}
.top-fuan__header {
	position: relative;
	z-index: 2;
	margin-bottom: -1.9vw;
}
.top-fuan__item {
	position: relative;
	padding: 1em .75em;
	background: url(../images/bg_hougan.png);
	border-radius: 10px;
}
.top-fuan__item:not(:last-child) {
	margin-bottom: 4.6875vw;
}
/*
.top-fuan__item:before {
	position: absolute;
	top: -10px;
	right: 0;
	display: block;
	width: 60px;
	height: 60px;
	content: "";
	background: url(../images/top/fuan_02.png) center center/contain no-repeat;
}
.top-fuan__item:nth-child(2):before {
	right: auto;
	left: 0;
	background-image: url(../images/top/fuan_03.png);
}
.top-fuan__item:nth-child(3):before {
	top: auto;
	bottom: -10px;
	background-image: url(../images/top/fuan_02.png);
}
*/
.top-about {
	background-color: #d89acc;
}

.top-about img{
	max-width: 90%;
	margin-top: -16.5px;
	padding-bottom: 15px;
}



/*----------------------------------------------------
	xxx
----------------------------------------------------*/
/*----------------------------------------------------
	アニメーション
----------------------------------------------------*/
.fadeIn {
	display: none;
}
.fadeIn.show {
	display: block;
	-webkit-animation: fadeIn .6s linear;
	        animation: fadeIn .6s linear;
}

.anime {
	opacity: 0;
	visibility: hidden;
}

.anime.opacity {
	opacity: 1;
}

.animated {
	visibility: visible;
}

.fadeIn.animated {
	-webkit-animation: fadeIn .5s forwards;
	        animation: fadeIn .5s forwards;
}

.fadeInUp.animated {
	-webkit-animation: fadeInUp .5s forwards;
	        animation: fadeInUp .5s forwards;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInUp {
	from {
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
		opacity: 0;
	}
	to {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
		opacity: 1;
	}
}

@keyframes fadeInUp {
	from {
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
		opacity: 0;
	}
	to {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
		opacity: 1;
	}
}

/*----------------------------------------------------
	メインエリア
----------------------------------------------------*/
.main-area {
	position: relative;
	padding: 5.33333vw 0;
	background: #eacce4;
}
/*
.main-area:before {
	position: absolute;
	top: 0;
	right: 18px;
	display: block;
	width: 74px;
	height: 74px;
	content: "";
	background: url(../images/top/cat02.png) center center/contain no-repeat;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
*/
.main-area dl {
	padding: 10px 15px;
	background-color: #fff;
	border-radius: 10px;
}
.main-area dl:not(:last-child) {
	margin-bottom: 2vw;
}
.main-area dt {
	color: #a50082;
	font-size: 16px;
	font-weight: bold;
}

/*----------------------------------------------------
	ボタン
----------------------------------------------------*/
/*----------------------------------------------------
	メイン問い合わせ
----------------------------------------------------*/
.main-contact {
	padding: 7.8125vw 0;
}
.main-contact ul {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.main-contact li {
	width: 31.5%;
}

/*----------------------------------------------------
	求人の一覧
----------------------------------------------------*/
.main-job {
	position: relative;
	padding: 5.33333vw 0;
}
/*
.main-job:before {
	position: absolute;
	top: 0;
	left: 18px;
	display: block;
	width: 74px;
	height: 74px;
	content: "";
	background: url(../images/top/cat01.png) center center/contain no-repeat;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
*/
.main-job ul {
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: -8px;
}
.main-job li {
	width: 48%;
	margin-bottom: 8px;
	text-align: center;
}
.main-job li a {
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 2.97em;
	color: #fff;
	font-family: heisei-maru-gothic-std,sans-serif;
	font-style: normal;
	font-weight: 400;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #B7339B), color-stop(50%, #9D2A92));
	background: linear-gradient(to bottom, #B7339B 50%, #9D2A92 50%);
	border-radius: 6px;
	font-size: 1.125rem;
}

/*----------------------------------------------------
	メインリスト
----------------------------------------------------*/
ul.main-list li {
	margin-left: 1em;
	list-style: disc;
}

.main-listB li {
	padding-left: 1em;
	text-indent: -1em;
}

.main-listC {
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.main-listC:after {
	display: block;
	width: 32.5%;
	content: "";
}
.main-listC:before {
	-ms-flex-order: 1;
	order: 1;
	display: block;
	width: 32.5%;
	content: "";

	-webkit-box-ordinal-group: 2;
}
.main-listC li {
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 32.5%;
	height: 3em;
	padding: 0 .25em;
	margin-bottom: 5px;
	font-size: .75em;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	background: #F6E6F3;
}

/*----------------------------------------------------
	メインナビ
----------------------------------------------------*/
.main-nav ul {
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: -10px;
}

.main-nav li {
	width: 48.7%;
	margin-bottom: 10px;
}

.main-nav a {
	display: block;
	padding: .5em;
	color: #666;
	font-weight: bold;
	text-align: center;
	background: #fff3e6;
}

/*----------------------------------------------------
	table
----------------------------------------------------*/
.main-tableA {
	width: 100%;
}
.main-tableA tr {
	border-bottom: 1px solid #a50082;
}
.main-tableA tr:nth-child(1) {
	border-top: 1px solid #a50082;
}
.main-tableA th {
	width: 6em;
	padding: .75em 0;
	color: #a50082;
	font-weight: bold;
	letter-spacing: .04em;
	text-align: center;
	background: #F6E6F3;
}
.main-tableA td {
	padding: .75em .5em;
}

/*----------------------------------------------------
	見出し
----------------------------------------------------*/
.main-title {
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 2.6em;
	margin-bottom: 5.46875vw;
	font-size: 25px;
	text-align: center;
	background: url(../images/bg_title.png) center center/auto 100%;
}
.main-title span {
	position: relative;
	color: #a50082;
	font-weight: bold;
}
.main-title span:before,
.main-title span:after {
	display: inline-block;
	width: .92em;
	height: .92em;
	margin: .25em .5em 0;
	content: "";
	background: url(../images/ico_nikukyu.png) center center/contain no-repeat;
}

.main-titleB {
	padding: .25em .5em;
	margin-bottom: 3.90625vw;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .1em;
	background: url(../images/bg_titleB.png);
	border-radius: 5px;
}
.main-titleB span:before {
	display: inline-block;
	width: .92em;
	height: .92em;
	margin: .25em .5em 0;
	content: "";
	background: url(../images/ico_nikukyu_wh.png) center center/contain no-repeat;
}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
.fadeIn {
	display: none;
}
.fadeIn.show {
	-webkit-animation: fadeIn .6s linear;
	        animation: fadeIn .6s linear;
}

.bold,
.strong {
	font-weight: bold;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.indent {
	padding-left: 1em;
	text-indent: -1em;
}

.indent--2 {
	padding-left: 2em;
	text-indent: -2em;
}

.indent--3 {
	padding-left: 3em;
	text-indent: -3em;
}

.lh18 {
	line-height: 1.8;
}
@media (max-width: 960px) {
	.lh18 {
		line-height: 1.5;
	}
}

.lh2 {
	line-height: 2;
}
@media (max-width: 960px) {
	.lh2 {
		line-height: 1.75;
	}
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb65 {
	margin-bottom: 65px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb75 {
	margin-bottom: 75px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

@media (max-width: 960px) {
	.mb5 {
		margin-bottom: .66667vw !important;
	}
	.mb10 {
		margin-bottom: 1.33333vw !important;
	}
	.mb15 {
		margin-bottom: 2vw !important;
	}
	.mb20 {
		margin-bottom: 2.66667vw !important;
	}
	.mb25 {
		margin-bottom: 3.33333vw !important;
	}
	.mb30 {
		margin-bottom: 4vw !important;
	}
	.mb35 {
		margin-bottom: 4.66667vw !important;
	}
	.mb40 {
		margin-bottom: 5.33333vw !important;
	}
	.mb45 {
		margin-bottom: 6vw !important;
	}
	.mb50 {
		margin-bottom: 6.66667vw !important;
	}
	.mb55 {
		margin-bottom: 7.33333vw !important;
	}
	.mb60 {
		margin-bottom: 8vw !important;
	}
	.mb65 {
		margin-bottom: 8.66667vw !important;
	}
	.mb70 {
		margin-bottom: 9.33333vw !important;
	}
	.mb75 {
		margin-bottom: 10vw !important;
	}
	.mb80 {
		margin-bottom: 10.66667vw !important;
	}
	.mb100 {
		margin-bottom: 13.33333vw !important;
	}
}

.fz10 {
	font-size: .625rem;
}

.fz12 {
	font-size: .75rem;
}

.fz14 {
	font-size: .875rem;
}
.fz15{
	font-size: .9375rem;
}
.fz16 {
	font-size: 1rem;
}

.fz18 {
	font-size: 1.125rem;
}

.fz19 {
	font-size: 1.1875rem;
}

.fz20 {
	font-size: 1.25rem;
}

.fz22 {
	font-size: 1.375rem;
}

.fz24 {
	font-size: 1.5rem;
}

.fz26 {
	font-size: 1.625rem;
}

.fz28 {
	font-size: 1.75rem;
}

.fz30 {
	font-size: 1.875rem;
}

.fz32 {
	font-size: 2rem;
}

@media (max-width: 960px) {
	.fz10--sp {
		font-size: .625rem;
	}
	.fz12--sp {
		font-size: .75rem;
	}
	.fz14--sp {
		font-size: .875rem;
	}
	.fz16--sp {
		font-size: 1rem;
	}
	.fz18--sp {
		font-size: 1.125rem;
	}
	.fz20--sp {
		font-size: 1.25rem;
	}
	.fz22--sp {
		font-size: 1.375rem;
	}
	.fz24--sp {
		font-size: 1.5rem;
	}
	.fz26--sp {
		font-size: 1.625rem;
	}
	.fz28--sp {
		font-size: 1.75rem;
	}
	.fz30--sp {
		font-size: 1.875rem;
	}
	.fz32--sp {
		font-size: 2rem;
	}
}

.c-purple{
	color: #a50082;
}
.td-underline{
	text-decoration: underline;
}
