@charset "UTF-8";/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

@keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

html {
	font-size: 62.5%;

	width: 100%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;

	position: relative;
	right: 0;

	width: 100%;

	color: #000;
	background-color: #fff;
}

html,
body {
	min-width: 100%;
	height: 100%;
}

a {
	text-decoration: none;;

	color: #000;
}

p a {
	transition: all .25s;
	text-decoration: underline;

	color: #001050;
}
p a:hover {
	text-decoration: none;

	color: #002cda;
}

.lh15 {
	line-height: 1;
}

.mb31 {
	font-family: Midashi Go MB31, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.pt20 {
	font-size: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
li {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2;

	margin: 0;
	padding: 0;;
}


ul,
li {
	list-style: none;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

@media screen and (max-width:480px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}

.bg {
	position: fixed;
	z-index: -1;;
	top: 40px;
	left: 50%;

	width: 100%;
	max-width: 936px;
	height: 726px;

	-ms-transform: translate(-50%, 0);
	    transform: translate(-50%, 0);

	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}

.back {
	font-family: Midashi Go MB31, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 2rem;

	display: block;

	width: 200px;
	margin: 2em auto;

	text-align: center;;

	border-bottom: 2px solid yellow;
}

.btn-apply {
	font-family: Midashi Go MB31, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 2rem;
	line-height: 1;

	display: block;
	overflow: hidden;

	box-sizing: border-box;
	width: 100%;
	max-width: 320px;
	margin: 2em 0;

	transition: all .25s;
	text-align: center;

	border: 2px solid #000;
	border-radius: 12px;
	background-color: #fe0;
}

.btn-apply:hover {
	opacity: .5;
}
.btn-apply i {
	font-size: .75em;

	margin-left: .25em;

	vertical-align: top;
}
.btn-apply > span {
	display: block;

	padding: 20px;
}
.btn-apply > small {
	font-size: 14px;

	display: block;

	padding: 10px;

	background-color: #fff;
}




.logo_sns {
	position: relative;;

	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.logo_sns .logo {
	position: absolute;
	top: 40px;;
	right: 5px;
}

.logo_sns .logo svg {
	width: 13.805px;
	height: 124.024px;
}

.logo_sns .sns {
	position: absolute;
	top: 10px;
	right: 20px;

	display: -ms-flexbox;
	display: flex;;

	padding: 0;

	background-color: transparent;
}

.logo_sns .sns li {
	font-size: 1em;
	line-height: 1;

	margin: 0;
	margin-left: 10px;;

	text-align: right;
}

.logo_sns .sns li.fb {
	margin-top: -10px;
}

main.index {
	position: relative;
	top: 40px;

	margin-bottom: 40px;
}

main.index .head {
	position: relative;;

	width: 100%;
	max-width: 936px;
	margin: 0 auto;
}

main.index .head .title {
	width: 452px;
	margin: 0 auto;
	padding-top: 181px;;

	text-align: center;
}

main.index .head .title img {
	width: 100%;
}

main.index .aisatsu {
	width: 420px;
	margin: 200px auto 10px;
	padding: 20px;

	background-color: rgba(255, 255, 255, .95);
}

main.index .aisatsu .title {
	font-family: Midashi Go MB31, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 3rem;
	line-height: 1.5;

	margin-bottom: 5px;
}

main.index .aisatsu .subtitle {
	font-family: Midashi Go MB31, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;;
	font-size: 2rem;
	line-height: 1.5;

	margin-bottom: 5px;
}

main.index .aisatsu .signature {
	font-family: Midashi Go MB31, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;;

	margin-bottom: 22px;
	padding-right: 100px;

	text-align: right;
}

main.index .aisatsu .signature-2 {
	position: absolute;
	right: 70px;
	bottom: -4px;
}

main.index .aisatsu .signature-container {
	line-height: 1.5;
}

main.index .aisatsu p {
	position: relative;
}

main.index .aisatsu p:not(:last-child) {
	margin-bottom: 1.5em;
}

main.index .message {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 85px 40px 40px;;

	background-color: white;
}

main.index .message .photo {
	display: table;

	margin: 0 auto;
}

main.index .message .photo li {
	display: table-cell;

	padding-right: 30px;;

	vertical-align: top;
}

main.index .message .photo li:nth-child(2n) {
	padding-right: 0;
}

main.index .message .title {
	font-family: "Midashi Go MB31", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;;
	font-size: 2.3rem;

	display: inline;

	background-color: #fe0;
}

main.index .message .title.blank:after {
	display: inline-block;

	width: 23.362px;
	height: 20.024px;
	margin-left: 10px;;

	content: "";

	background-image: url(../images/blank.svg);
	background-repeat: no-repeat;
	background-size: 23.362px 20.024px;
}

main.index .message .title-container {
	margin-top: 80px;
	margin-bottom: 1em;
}

main.index .message .subtitle {
	display: inline-block;

	margin-top: 2em;
	margin-bottom: .5em;;
	padding: 0 5px;

	color: #fff;
	background-color: #999;
}

main.index .message .sub {
	margin-bottom: 0;
}

main.index .message .small {
	font-size: 1.4rem;

	margin-top: 1em;;

	border-top: 1px solid #000;
}

main.index .message .border {
	margin: 2em 0;;
	padding: 15px;

	border: 1px solid #000;
}

main.index .message-container {
	width: 100%;
	max-width: 500px;
	margin: 0 auto 80px;
	padding-left: 40px;
}

main.index .message-container.dot {
	width: 100%;
	max-width: 500px;
	margin: 0 auto 80px;
	padding-left: 60px;

	background-image: url(../images/dotline_v@2x.png);
	background-repeat: repeat-y;
}

main.index .message-container p {
	margin-bottom: 1em;
}

main.index .message-container p strong {
	font-size: 1.8rem;

	border-bottom: 2px solid #ffea00;
}

main.index .message__text {
	font-size: 1.6rem;
}

main.index .message .occupation {
	display: -ms-flexbox;
	display: flex;

	width: 100%;
	max-width: 800px;
	margin: 0 auto;

	text-align: center;

	-ms-flex-pack: center;
	justify-content: center;
	align-content: stretch;
}

main.index .message .occupation li {
	width: calc(33% - 20px);
	margin: 0 20px;
}

main.index .message .occupation li a {
	display: block;
	overflow: hidden;

	transition: all .25s;

	border: 4px solid #000;
	border-radius: 12px;
}
main.index .message .occupation li a > span {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;

	display: flex;
	flex-direction: column;

	min-height: 50px;
	padding: 12px;

	justify-content: center;
	align-items: center;
}
main.index .message .occupation li a > span small {
	font-size: 75%;
	font-weight: normal;

	display: block;
}
main.index .message .occupation li a > small {
	font-size: 100%;
	font-weight: bold;

	display: block;

	padding: 8px;

	color: white;
}
main.index .message .occupation li:nth-child(1) a > small {
	background-color: #17b612;
}
main.index .message .occupation li:nth-child(2) a > small {
	background-color: #ff79c3;
}
main.index .message .occupation li:nth-child(3) a > small {
	background-color: #ff8b48;
}

main.index .message .occupation li a:hover {
	opacity: .5;
}

main.index .btn_dl {
	margin-top: 3em;

	text-align: center;
}

main.index .btn_dl:hover {
	opacity: .7;
}

.title-img {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 40px;

	text-align: center;;

	background-color: #f2f2f2;
}

.title-img h2 {
	display: block;

	background: none;
}

main.under {
	display: block;

	width: 100%;
	max-width: 590px;
	margin: 0 auto;
	padding: 0 0 0 60px;

	background-image: url(../images/dotline_v@2x.png);
	background-repeat: repeat-y;
	background-size: 1px auto;
}

main.under h1 {
	font-family: Midashi Go MB31, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;;
	font-size: 2.1rem;
	line-height: 1.5;
}

main.under .title-container {
	padding-top: 2em;
}

main.under .head h1 {
	font-size: 3.8rem;
}
main.under .head h1 small {
    font-size: 18px;
    vertical-align: middle;
}

main.under.product h1 {
	display: inline;

	background-color: #78c8e6;
}

main.under.webshop h1 {
	display: inline;

	background-color: #a3f29f;
}

main.under.pmngmnt h1 {
	display: inline;

	background-color: #ff8b48;
}

main.under.qmngmnt h1 {
	display: inline;

	background-color: #ffc9e0;
}

main.under.editor h1 {
	display: inline;

	background-color: #ff79c3;
}

main.under.designer h1 {
	display: inline;

	background-color: #17b612;
}

main.under.gaiyo h1 {
	display: inline;

	background-color: #fe0;
}

main.under h2 {
	display: inline-block;

	margin-top: 1em;;
	padding: 2px 10px;

	color: #fff;
	background-color: #999;
}
main.under h3 {
    font-weight: bold;
}

main.under article {
	overflow: hidden;

	width: 100%;
	margin-bottom: 50px;
}

main.under section {
	overflow: hidden;

	padding-bottom: 55px;
}

main.under section p:not(:last-child) {
	margin-bottom: 1em;
}

main.under section p a {
	text-decoration: none;;

	color: #0032ff;
}

main.under section .border {
	margin-top: 2em;
	padding: 10px 20px;;

	border: 1px solid #000;
}

main.under section .border h2 {
	font-weight: 700;

	padding: 0;;

	color: #000;
	background-color: transparent;
}

main.under section .info {
	margin-top: 2em;
	padding: 15px 20px;

	background-color: #e6e6e6;
}
main.under section .info p {
	font-size: 12px;
	line-height: 1.75;

	margin-bottom: 0;
}

main.under section .info2 {
	padding: 24px 32px;

	border: 1px solid #ccc;
	background-color: transparent;
}

main.under section .info2 p {
	font-size: 14px;
	line-height: 2;
}

main.under table {
	font-size: 1.4rem;;

	margin-top: 15px;

	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

main.under table th {
	font-weight: 400;;

	text-align: left;
}

main.under table th.th1 {
	width: 52%;
}

main.under table th.th2 {
	width: 47%;
}

main.under table th,
main.under table td {
	padding: 12px 15px;;

	vertical-align: top;

	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

main.under table th dl,
main.under table td dl {
	display: block;;

	width: 100%;
}

main.under table th dl dt,
main.under table td dl dt {
	font-weight: 700;

	display: inline-block;

	width: 13%;
	margin-bottom: 10px;

	vertical-align: top;
}

main.under table th dl dd,
main.under table td dl dd {
	display: inline-block;

	width: 86%;
	margin-bottom: 10px;
	margin-left: 0;

	vertical-align: top;
}

main.under table th.tablecell__product dl dt,
main.under table td.tablecell__product dl dt {
	font-size: 1.3rem;
	font-weight: 700;

	width: 100%;
	margin-bottom: 10px;
}

main.under table th.tablecell__product dl dd,
main.under table td.tablecell__product dl dd {
	width: 100%;
	margin-bottom: 12px;
	margin-left: 0;
}

main.under table th.tablecell__product-under dl dt,
main.under table td.tablecell__product-under dl dt {
	display: inline-block;

	width: 100px;
}

main.under table th.tablecell__product-under dl dd,
main.under table td.tablecell__product-under dl dd {
	display: inline-block;

	margin-left: 0;
}

.note {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;;

	border: 1px solid #000;
}

.note p {
	padding: 28px;
}

main.under .note {
    width: auto;
}

.date {
	width: 90%;
	max-width: 700px;
	margin: 10px auto;

	text-align: center;
}

.footer {
	height: 180px;

	background-color: #999;
}

.footer ul {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding-top: 60px;

	text-align: center;
}

.footer ul li {
	display: inline-block;

	margin-right: 20px;
}

.footer ul li:last-child {
	margin-right: 0;
}

.footer ul li.copyright {
	font-size: 1.1rem;

	color: #fff;
}

.footer ul li .fb_iframe_widget {
	line-height: 1;

	top: -2px;
}

@media screen and (max-width:980px) {
	.btn_dl {
		width: 60%;
		margin: 2em auto;
	}

	.bg {
		top: 0;
		left: 0;

		width: 100%;
		height: 100%;

		-ms-transform: translate(0, 0);
		    transform: translate(0, 0);;

		background-repeat: repeat;
		background-size: 100% auto;
	}

	.logo_sns .logo {
		position: absolute;
		z-index: 100;;
		top: -33px;
		right: 74px;

		-ms-transform: rotate(-90deg);
		    transform: rotate(-90deg);
	}

	.logo_sns .logo svg {
		width: 13.805px;
		height: 124.024px;
	}

	.logo_sns .sns {
		position: absolute;
		z-index: 99;;
		top: 55px;
		right: 16px;

		padding: 0;

		background-color: #fff;
	}

	.logo_sns .sns li {
		font-size: 1em;
		line-height: 1;;

		margin: 0 10px 0 0;
	}

	main.index {
		top: 10px;
	}

	main.index .head {
		position: relative;;

		width: 100%;
		margin: 0 auto;
	}

	main.index .head .title {
		width: 100%;;
		padding: 100px 0 0;

		text-align: center;

		background-color: #fff;
	}

	main.index .head .title img {
		width: 84%;
		max-width: 460px;
	}

	main.index .aisatsu {
		width: 50%;
		margin: 200px auto 710px;
		padding: 20px;

		background-color: rgba(255, 255, 255, .98);
	}

	main.index .aisatsu .title {
		font-family: Midashi Go MB31, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
		font-size: 3rem;
		line-height: 1.5;

		margin-bottom: 5px;
	}

	main.index .aisatsu .subtitle {
		font-family: Midashi Go MB31, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;;
		font-size: 2rem;
		line-height: 1.5;

		margin-bottom: 5px;
	}

	main.index .aisatsu .signature {
		font-family: Midashi Go MB31, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;;

		margin-bottom: 22px;
		padding-right: 100px;

		text-align: right;
	}

	main.index .aisatsu .signature-2 {
		position: absolute;
		right: 70px;
		bottom: -4px;
	}

	main.index .aisatsu .signature-container {
		line-height: 1.5;
	}

	main.index .aisatsu p {
		position: relative;
	}

	main.index .aisatsu p img {
		width: auto;;
		height: 50px;
	}

	main.index .message {
		width: calc(100% - 80px);
		margin: 0 auto;
		padding: 85px 40px 40px;;

		background-color: white;
	}

	main.index .message .photo {
		display: table;

		margin: 0 auto;
	}

	main.index .message .photo li {
		display: table-cell;

		padding-right: 30px;;

		vertical-align: top;
	}

	main.index .message .photo li:nth-child(2n) {
		padding-right: 0;
	}

	main.index .message .photo li img {
		width: 100%;
	}

	main.index .message .title {
		font-family: Midashi Go MB31, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;;
		font-size: 2.3rem;

		display: inline;

		background-color: #fe0;
	}

	main.index .message .title.blank:after {
		display: inline-block;

		width: 23.362px;
		height: 20.024px;
		margin-left: 10px;;

		content: "";

		background-image: url(../images/blank.svg);
		background-repeat: no-repeat;
		background-size: 23.362px 20.024px;
	}

	main.index .message .title-container {
		margin-top: 80px;
		margin-bottom: 40px;
	}

	main.index .message .subtitle {
		display: inline-block;

		margin-top: 2em;
		padding: 3px 10px;;

		color: #fff;
		background-color: #999;
	}

	main.index .message .sub {
		margin-bottom: 0;
	}

	main.index .message-container {
		width: 500px;
		margin: 0 auto 80px;
		padding-left: 40px;
	}

	main.index .message-container.dot {
		width: 500px;
		margin: 0 auto 80px;
		padding-left: 40px;

		background-image: url(../images/dotline_v.png);
		background-repeat: repeat-y;
	}

	main.index .message__text {
		font-size: 1.6rem;
	}

	.note {
		width: 100%;
	}

	.date {
		width: 100%;
	}

	.footer ul {
		font-size: 1rem;
		line-height: 1;;

		width: 100%;
		padding: 40px 0 20px;
	}

	.footer ul li {
		font-size: 1rem;
		line-height: 1;
	}

	.footer ul.fb iframe {
		top: -10px;
	}
}

@media screen and (max-width:980px) {
	main.index img {
		width: 100%;
	}

	main.index .head {
		width: 95%;
	}

	main.index .head .title {
		padding-top: 100px;
	}

	main.index .head .logo {
		top: -60px;
		right: auto;
		left: 70px;

		margin-top: 55px;
		padding: 0;

		-ms-transform: rotate(-90deg);
		    transform: rotate(-90deg);;
		text-align: center;
	}

	main.index .head .logo svg {
		width: 13.805px;
		height: auto;
	}

	main.index .head .sns {
		font-size: 1rem !important;
		line-height: 1 !important;

		position: absolute;
		top: 0;
		right: 0;

		display: inline-block;

		width: auto;
		margin: 0;
		padding: 0;
		padding: 20px;;

		text-align: right;

		background-color: #fff;
	}

	main.index .head .sns li {
		font-size: 1rem !important;;
		line-height: 1 !important;

		display: block;

		margin: 0 10px 0 0 !important;
		padding: 0 !important;
	}

	main.index .head .sns li iframe {
		font-size: 1rem !important;;
		line-height: 1 !important;

		margin: 0 !important;
		padding: 0 !important;
	}

	main.index .aisatsu {
		width: calc(95% - 40px);
		margin: 50px auto;;
		padding: 20px;
	}

	main.index .aisatsu .signature {
		font-family: Midashi Go MB31, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;;

		margin-bottom: 22px;
		padding-right: 0;

		text-align: right;
	}

	main.index .aisatsu .signature-2 {
		position: relative;
		right: auto;
		bottom: auto;

		display: block;;

		text-align: right;
	}

	main.index .aisatsu .signature-2 img {
		width: auto;
	}

	main.index .aisatsu .signature-container {
		line-height: 1.5;
	}

	main.index .aisatsu p {
		position: relative;
	}

	main.index .message {
		width: calc(95% - 40px);
		padding: 20px;
	}

	main.index .message .photo li {
		width: 40%;;
		padding-right: 0;
	}

	main.index .message .photo li:nth-child(2n) {
		padding-right: 0;
		padding-left: 0;
	}

	main.index .message .title-container {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	main.index .message-container {
		width: 100%;
		margin: 0 auto 20px;
		padding-left: 0;
	}

	main.index .message-container.dot {
		width: 100%;
		margin: 0 auto 40px;
		padding-left: 0;

		background-image: none;
	}

	main.index .message__text {
		font-size: 1.6rem;
	}

	main.index .message .occupation {
		    flex-direction: column;

		width: 100%;
		max-width: 400px;;

		-ms-flex-direction: column;
	}

	main.index .message .occupation li {
		width: 100%;
		margin: 0;
		margin: 8px auto;
	}

	.title-img {
		width: 100%;
		margin: 0 auto;
		padding: 40px 0 30px;

		text-align: center;
	}

	.title-img h2 {
		display: block;

		width: 65%;
		margin: 0 auto;;

		background: none;
	}

	.title-img h2 a {
		display: block;
	}

	.title-img h2 img {
		width: 100%;
	}

	main.under {
		display: block;

		width: calc(100% - 40px);
		margin: 0 auto;
		padding: 0 20px;

		background-image: url(../images/dotline_v.png);
		background-repeat: repeat-y;
		background-size: 1px auto;
	}

	main.under h1 {
		font-family: Midashi Go MB31, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;;
		font-size: 2.1rem;
		line-height: 1.5;
	}

	main.under .head h1 {
		font-size: 3.8rem;
	}

	main.under.product h1 {
		display: inline;

		background-color: #78c8e6;
	}

	main.under.webshop h1 {
		display: inline;

		background-color: #a3f29f;
	}

	main.under.pmngmnt h1 {
		display: inline;

		background-color: #ff8b48;
	}

	main.under.qmngmnt h1 {
		display: inline;

		background-color: #ffc9e0;
	}

	main.under.gaiyo h1 {
		display: inline;

		background-color: #fe0;
	}

	main.under h2 {
		display: inline;

		padding: 2px 5px;

		color: #fff;;
		background-color: #999;
	}

	main.under article {
		overflow: hidden;

		width: 100%;
		margin-bottom: 50px;
	}

	main.under section {
		overflow: hidden;

		padding-bottom: 15px;
	}

	main.under section p {
		margin-bottom: 5px;
	}

	main.under table {
		font-size: 1.4rem;;

		margin-top: 15px;

		border-top: 1px solid #000;
		border-left: 1px solid #000;
	}

	main.under table th {
		font-weight: 400;;

		text-align: left;
	}

	main.under table th.th1 {
		width: 52%;
	}

	main.under table th.th2 {
		width: 47%;
	}

	main.under table th,
	main.under table td {
		padding: 12px 15px;;

		vertical-align: top;

		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
	}

	main.under table th dl,
	main.under table td dl {
		display: block;;

		width: 100%;
	}

	main.under table th dl dt,
	main.under table td dl dt {
		font-weight: 700;

		display: block;

		width: 100%;
		margin-bottom: 10px;

		vertical-align: top;
	}

	main.under table th dl dd,
	main.under table td dl dd {
		display: block;

		width: 100%;
		margin-bottom: 10px;
		margin-left: 0;

		vertical-align: top;
	}

	main.under table th.tablecell__product dl dt,
	main.under table td.tablecell__product dl dt {
		font-size: 1.3rem;
		font-weight: 700;

		width: 100%;
		margin-bottom: 10px;
	}

	main.under table th.tablecell__product dl dd,
	main.under table td.tablecell__product dl dd {
		width: 100%;
		margin-bottom: 12px;
		margin-left: 0;
	}

	main.under table th.tablecell__product-under dl dt,
	main.under table td.tablecell__product-under dl dt {
		display: inline-block;

		width: 100px;
	}

	main.under table th.tablecell__product-under dl dd,
	main.under table td.tablecell__product-under dl dd {
		display: inline-block;

		margin-left: 0;
	}

	.footer {
		height: auto;
		margin-top: 20px;
	}

	.footer ul {
		width: 100%;
		margin: 0 auto;
		padding: 40px 0 20px;

		text-align: center;
	}

	.footer ul li {
		font-size: 1rem;
		line-height: 1;;

		display: block;

		margin-right: 0;
		margin-bottom: 15px;
	}

	.footer ul li:last-child {
		margin-right: 0;
	}
}
