/* ---------------------------------------------------------
 normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css
--------------------------------------------------------- */

/* Document
   ====================================================== */

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

/* Sections
   ====================================================== */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
}

/* Grouping content
   ====================================================== */

figcaption,
figure,
main {
	display: block;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
   ====================================================== */

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

b,
strong {
	font-weight: inherit;
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ====================================================== */

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ====================================================== */

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0; /* 3 */
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[hidden] {
	display: none;
}

/* ---------------------------------------------------------
  Reset
--------------------------------------------------------- */

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
a,
small,
strong,
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,
menu,
nav,
section {
	margin: 0;
}

html {
	overflow-y: scroll;
	box-sizing: border-box;
	font-size: 62.5%;
}

*,
::before,
::after {
	box-sizing: inherit;
}

::before,
::after {
	text-decoration: inherit;
	vertical-align: inherit;
}

ul,
ol {
	padding: 0;
	list-style: none;
	list-style-type: none;
}

a {
	-webkit-text-decoration-skip: objects;
}

img {
	max-width: 100%;
	height: auto;
	line-height: 0;
	font-size: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

/* ---------------------------------------------------------
 Body
--------------------------------------------------------- */

body {
	line-height: 1.6;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #4d2e14;
	font-family: "Shin Go Medium", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "YuGothic Medium", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 1.4em;
	word-break: normal;
	word-wrap: break-word;
	letter-spacing: 0;
}

/* ---------------------------------------------------------
 Element style
--------------------------------------------------------- */

/* section, article
--------------------------------------------------------- */

section,
article {
	clear: both;
}

section:after,
article:after {
	content: "";
	display: table;
	clear: both;
}

/* link
--------------------------------------------------------- */

a[href]:not([class]) {
	color: #21967c;
	text-decoration: underline;
	transition: color .3s;
}

a[href]:not([class]):hover {
	color: #28a68a;
	text-decoration: none;
}

/* ---------------------------------------------------------
  Site header
--------------------------------------------------------- */

/* Header
--------------------------------------------------------- */

/* Fixed */

.l-header {
	position: relative;
	min-height: 60px;
	background-color: #fff;
}

.l-header .l-container {
	position: relative;
}

.site-logo {
	padding-top: 8px;
	padding-left: 10px;
}

.site-logo .icon-site-logo {
	width: 145px;
	height: 18px;
}

/* header-menu
--------------------------------------------------------- */

.header-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.header-menu__link {
	position: relative;
	display: block;
	padding-right: 2em;
	padding-left: 5em;
	line-height: 60px;
	background-color: #d63c45;
	color: #fff;
	font-weight: 500;
	font-size: 19px;
	font-size: 1.9rem;
	text-decoration: none;
}

.header-menu__link:hover {
	background-color: #ee434e;
}

.header-menu__link:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 2em;
	display: inline-block;
	margin-top: -11px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}

.header-menu__link.icon-contact:before {
	width: 26px;
	height: 21px;
	background-image: url("../img/svg/icon_mail.svg");
}

.drawer-menu-item {
	padding: 1em;
	border-bottom: 1px solid #bab2ad;
	color: #4d2e14;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
}

/* ---------------------------------------------------------
  Main contents
--------------------------------------------------------- */

/* l-wrapper
--------------------------------------------------------- */

.l-wrapper {
	overflow: hidden;
}

.l-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

/* l-main
--------------------------------------------------------- */

.l-main {
	clear: both;
}

/* l-container
--------------------------------------------------------- */

.l-container {
	clear: both;
	max-width: 1010px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2.5em;
	padding-bottom: 3em;
	padding-right: 20px;
	padding-left: 20px;
}

.l-container:after {
	content: "";
	display: table;
	clear: both;
}

.l-container.footer {
	padding-top: 0;
	padding-bottom: 0;
}

/* l-content
--------------------------------------------------------- */

.l-content {
	margin-right: -20px;
	margin-left: -20px;
	padding: 20px 20px 40px;
	background-color: #fff;
}

/*!------------------------------------*\
    Base
\*!------------------------------------*/

.drawer-nav {
	position: fixed;
	z-index: 101;
	top: 0;
	overflow: hidden;
	width: 80%;
	height: 100%;
	color: #222;
	background-color: #fff;
}

.drawer-menu-item {
	display: block;
	text-decoration: none;
}

.drawer-menu-item:hover {
	background-color: transparent;
}

/*! overlay */

.drawer-overlay {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
	display: block;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/

.drawer--top .drawer-nav {
	top: -100%;
	left: 0;
	width: 100%;
	height: auto;
	max-height: 100%;
	transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
	top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
	right: 0;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/

.drawer--left .drawer-nav {
	left: -80%;
	transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
	left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
	left: 80%;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/

.drawer--right .drawer-nav {
	right: -80%;
	transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
	right: 80%;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/

.drawer-hamburger {
	padding: 0 1em 0 4em;
	line-height: 60px;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transform: translate3d(0, 0, 0);
	outline: none;
	background-color: #30b5d3;
	color: #fff;
}

.drawer-hamburger:hover {
	opacity: 0.9;
}

.drawer-hamburger.icon-menu:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 2em;
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-top: -8px;
	background-image: url("../img/svg/icon_hamburger.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}

.drawer-open .drawer-hamburger {
	position: absolute;
	top: 0;
	display: block;
	width: auto;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

.drawer-open .drawer-hamburger:after {
	content: '閉じる';
}

.drawer-open .drawer-hamburger.icon-menu:before {
	display: none;
}

.drawer-open .header-menu__btn-text {
	display: none;
}

.drawer-hamburger:hover {
	cursor: pointer;
	background-color: #30b5d3;
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/

/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */

.sr-only {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	overflow: visible;
	clip: auto;
	width: auto;
	height: auto;
	margin: 0;
}

/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/

.drawer-dropdown-menu {
	display: none;
	width: 100%;
	background-color: #eee;
}

.drawer-dropdown-menu > li {
	width: 100%;
	list-style: none;
}

.drawer-dropdown-menu-item {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}

.drawer-dropdown-menu-item:hover {
	background-color: transparent;
}

/*! open */

.drawer-dropdown.open > .drawer-dropdown-menu {
	display: block;
}

/*! drawer-caret */

.drawer-dropdown .drawer-caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 4px;
	transition: transform .2s ease, opacity .2s ease;
	transform: rotate(0deg);
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

/*! open */

.drawer-dropdown.open .drawer-caret {
	transform: rotate(180deg);
}

/*!------------------------------------*\
    container
\*!------------------------------------*/

.drawer-container {
	margin-right: auto;
	margin-left: auto;
}

/* ---------------------------------------------------------
  Main nav
--------------------------------------------------------- */

/* #main-nav-wrap
--------------------------------------------------------- */

/* #main-nav
--------------------------------------------------------- */

.main-nav__item + .main-nav__item .main-nav__link {
	border-top: 1px solid #fff;
}

.main-nav__link {
	position: relative;
	display: block;
	padding: 0.8em 1.5em 0.8em 4em;
	background-color: #d63c45;
	color: #fff;
	letter-spacing: 0.02em;
	text-decoration: none;
	z-index: 6;
}

.main-nav__link:hover {
	color: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.main-nav__link:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	display: inline-block;
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: middle;
}

/* main-nav-icon */

#main-nav01 .main-nav__link:before {
	width: 26px;
	height: 26px;
	margin-top: -13px;
	background-image: url("../img/base/svg/gnav01.svg");
}

#main-nav02 .main-nav__link:before {
	left: 15px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-image: url("../img/base/svg/gnav02.svg");
}

#main-nav03 .main-nav__link:before {
	left: 18px;
	width: 36px;
	height: 28px;
	margin-top: -14px;
	background-image: url("../img/base/svg/gnav03.svg");
}

#main-nav04 .main-nav__link:before {
	left: 17px;
	width: 26px;
	height: 31px;
	margin-top: -13px;
	background-image: url("../img/base/svg/gnav04.svg");
}

#main-nav05 .main-nav__link:before {
	left: 17px;
	width: 26px;
	height: 28px;
	margin-top: -14px;
	background-image: url("../img/base/svg/gnav05.svg");
}

#main-nav06 .main-nav__link:before {
	left: 17px;
	width: 40px;
	height: 28px;
	margin-top: -14px;
	background-image: url("../img/base/svg/gnav06.svg");
}

/* #toggle-button
--------------------------------------------------------- */

#main-nav-toggle {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 25px;
	height: 20px;
	cursor: pointer;
	z-index: 8;
}

#main-nav-toggle div {
	position: relative;
}

#main-nav-toggle div:after {
	position: absolute;
	left: 0;
	top: 30px;
	display: block;
	width: 4em;
	margin-left: -1.2em;
	content: 'メニュー';
	color: #d63c45;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
}

.open #main-nav-toggle div:after {
	content: 'とじる';
	margin-left: -0.5em;
}

#main-nav-toggle span {
	display: block;
	position: absolute;
	left: 0;
	height: 4px;
	width: 100%;
	background: #d63c45;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#main-nav-toggle span:nth-child(1) {
	top: 0;
}

#main-nav-toggle span:nth-child(2) {
	top: 8px;
}

#main-nav-toggle span:nth-child(3) {
	top: 16px;
}

.open #main-nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}

.open #main-nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open #main-nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

/* ---------------------------------------------------------
  Footer
--------------------------------------------------------- */

/* Footer: blocks
--------------------------------------------------------- */

.l-footer {
	clear: both;
	position: relative;
	padding-top: 1em;
	padding-bottom: 1em;
	color: #000;
}

/* Footer: Copyright
--------------------------------------------------------- */

.copyright {
	text-align: center;
}

/* Footer: patent
--------------------------------------------------------- */

.patent {
	font-size: 90%;
	text-align: center;
}

/* Footer: To page top
--------------------------------------------------------- */

.page-top-link__link {
	display: block;
	padding: 10px 12px;
	background: #4d2e14;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.page-top-link__link:hover {
	text-decoration: none;
	background: #515151;
}

.icon-page-top {
	width: 20px;
	height: 21px;
}

/* ---------------------------------------------------------
  Grid
--------------------------------------------------------- */

/* Grid base
--------------------------------------------------------- */

.grid,
.l-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/* Two grid
--------------------------------------------------------- */

.grid-col-2 .grid__col {
	margin-top: 1.5em;
}

/* Three grid
--------------------------------------------------------- */

.grid-col-3 .grid__col {
	margin-top: 1.5em;
}

/* Four grid
--------------------------------------------------------- */

.grid-col-4 {
	margin-top: -1.5em;
}

.grid-col-4 .grid__col {
	width: calc((100% - 30px) / 2);
	margin-top: 1.5em;
}

/* ---------------------------------------------------------
  Button
--------------------------------------------------------- */

/* btn-content secondary
--------------------------------------------------------- */

.btn-container {
	clear: both;
	margin-top: 2em;
	text-align: center;
}

/* Two column */

.btn-container__item + .btn-container__item {
	margin-top: 15px;
}

/* Button base
--------------------------------------------------------- */

.btn {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:hover {
	text-decoration: none;
}

.btn-default:after,
.btn-back:after {
	content: '';
	position: absolute;
	top: 50%;
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -8px;
}

.btn-default:after {
	background: url("../img/base/svg/btn-next.svg") no-repeat 0 0;
}

.btn-back:after {
	background: url("../img/base/svg/btn-return.svg") no-repeat 0 0;
}

.btn-default,
.btn-back {
	padding: 0.8em 2em;
	border-radius: 1rem;
	color: #fff;
}

.btn-default:hover,
.btn-back:hover {
	color: #fff;
}

/* default
--------------------------------------------------------- */

.btn-default {
	background-color: #d63c45;
}

.btn-default:hover {
	background-color: #d63c45;
}

.btn-default:after {
	right: 1em;
}

/* primary
--------------------------------------------------------- */

.btn-primary {
	display: block;
	max-width: 20em;
	margin-right: auto;
	margin-left: auto;
	padding: 1em 2em;
	border-radius: 1rem;
	background-color: #0aa8cc;
	box-shadow: 0 10px 0 #0c6d96;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	-webkit-transition: none;
	transition: none;
}

.btn-primary:hover {
	top: -5px;
	background-color: #0aa8cc;
	box-shadow: 0 15px 0 #0c6d96;
}

.btn-primary:active {
	top: 6px;
	box-shadow: 0 4px 0 #0c6d96;
}

.btn-primary:before {
	background-image: url("../img/base/svg/email.svg");
}

/* back
--------------------------------------------------------- */

.btn-back {
	background-color: #a1afa7;
}

.btn-back:hover {
	background-color: #839089;
}

.btn-back:after {
	left: 1.2em;
}

/* email
--------------------------------------------------------- */

.btn-email {
	display: block;
	max-width: 20em;
	margin-right: auto;
	margin-left: auto;
	padding: 1em 1em;
	border-radius: 1rem;
	background-color: #d63c45;
	box-shadow: 0 10px 0 #9b272e;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	-webkit-transition: none;
	transition: none;
}

.btn-email:hover {
	top: -5px;
	background-color: #d63c45;
	box-shadow: 0 15px 0 #9b272e;
}

.btn-email:active {
	top: 6px;
	box-shadow: 0 4px 0 #9b272e;
}

.btn-email:before {
	background-image: url("../img/base/svg/email.svg");
}

/* download
--------------------------------------------------------- */

.btn-download {
	display: block;
	max-width: 20em;
	margin-right: auto;
	margin-left: auto;
	padding: 1em 2em;
	border-radius: 1rem;
	background-color: #0aa8cc;
	box-shadow: 0 10px 0 #0c6d96;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	-webkit-transition: none;
	transition: none;
}

.btn-download:hover {
	top: -5px;
	background-color: #0aa8cc;
	box-shadow: 0 15px 0 #0c6d96;
}

.btn-download:active {
	top: 6px;
	box-shadow: 0 4px 0 #0c6d96;
}

.btn-download:before {
	background-image: url("../img/base/svg/email.svg");
}

/* ---------------------------------------------------------
 Forms
--------------------------------------------------------- */

/* input
--------------------------------------------------------- */

/* Forms
--------------------------------------------------------- */

input {
	border-radius: 0;
}

/* Apply cursor pointer to button elements */

button,
[type="button"],
[type="reset"],
[type="submit"] [role="button"] {
	cursor: pointer;
}

/* Replace pointer cursor in disabled elements */

[disabled] {
	cursor: default;
}

[type="number"] {
	width: auto; /* Firefox 36+ */
}

textarea {
	overflow: auto; /* Internet Explorer 11+ */
	resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
textarea {
	font: inherit; /* Specify font inheritance of form elements */
}

button {
	overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: 0;
	padding: 0;
}

/* Replace focus style removed in the border reset above */

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
	text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */

button,
input,
select,
textarea {
	color: inherit;
}

button {
	background-color: transparent;
	border-style: none;
}

select::-ms-value {
	color: currentColor; /* Internet Explorer 11+ */
}

input,
textarea,
select,
button {
	font-size: 16px;
	vertical-align: middle;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="button"],
input[type="password"],
textarea,
select {
	outline: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
	padding: 6px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
	border: 1px solid #cbc9c2;
	border-radius: 0.4em;
	background-color: #f6f4ee;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
	background-color: #fff;
}

input[type="radio"] {
	margin-right: 0.4em;
	vertical-align: middle;
}

/* input-size
--------------------------------------------------------- */

.input-size-max {
	width: 100%;
}

.input-size-l {
	width: 100%;
}

.input-size-m {
	width: 100%;
}

.input-size-s {
	width: 40%;
}

.input-size-xs {
	width: 40%;
}

/* select, textarea
--------------------------------------------------------- */

select {
	padding: 0 2px;
	border: solid 1px #bab2ad;
	background: #fff;
	white-space: nowrap;
}

label {
	cursor: pointer;
}

textarea {
	overflow: auto;
}

/* form-intro
--------------------------------------------------------- */

.form-intro {
	margin-top: 2em;
	line-height: 1.8;
}

.form-intro + .form-intro {
	margin-top: 1em;
}

/* form-group
--------------------------------------------------------- */

.form-group {
	margin-top: 2em;
	margin-right: -20px;
	margin-left: -20px;
	padding: 20px 20px 40px;
	border-radius: 0.5em;
	background-color: #fff;
}

/* form-table
--------------------------------------------------------- */

.form-table th,
.form-table td {
	display: block;
}

.form-table th {
	padding-top: 1.5em;
	text-align: left;
}

.form-table td {
	padding-top: 1em;
}

/* form-required
--------------------------------------------------------- */

.form-require-wrap {
	position: relative;
}

.form-required {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	padding: 0.2em 0.8em;
	border-radius: 0.4em;
	background: #d63c45;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
}

/* form-example
--------------------------------------------------------- */

.form-example {
	color: #999;
	font-size: 86%;
}

.form-example.long {
	display: block;
	margin-top: 0.6em;
}

.form-example.short {
	display: block;
	margin-top: 0.6em;
}

/* input-rule
--------------------------------------------------------- */

.input-rule {
	display: inline;
	margin-left: 8px;
	color: #666;
	font-size: 90%;
	font-weight: normal;
}

/* form-policy
--------------------------------------------------------- */

.form-policy {
	margin-top: 3em;
}

.form-policy__inner {
	padding: 20px;
	border: 1px solid #bab2ad;
}

.form-policy__hdg-lv1 {
	margin-bottom: 0.6em;
	font-size: 16px;
	font-size: 1.6rem;
}

.form-policy__hdg-lv2 {
	margin-top: 1em;
	margin-bottom: 0.6em;
	font-size: 14px;
	font-size: 1.4rem;
}

.form-policy__text,
.form-policy__list__item {
	line-height: 1.4;
}

.priacy-agree-check {
	margin-top: 2em;
	padding: 20px;
	background-color: #f3f3f3;
	text-align: center;
}

/* form-message
--------------------------------------------------------- */

.form-message__hdg {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bab2ad;
	font-size: 120%;
	text-align: center;
}

.form-message__text {
	line-height: 1.5;
}

.form-message__text + .form-message__text {
	margin-top: 1.5em;
}

/* ---------------------------------------------------------
  #Content
--------------------------------------------------------- */

.circle-wrap {
	position: relative;
	border-radius: 50%;
	line-height: 1.2;
	text-align: center;
}

.circle-wrap .circle-text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.circle-wrap .circle-text span {
	display: block;
}

.text-emphasis.default {
	color: #ffe235;
}

.lp-hdg01 {
	margin-bottom: 0.9em;
	line-height: 1.2;
	font-family: "Shin Go DeBold";
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
}

/* main-visual
--------------------------------------------------------- */

.main-visual {
	min-height: 260px;
	background: url("../img/pic_mainv_pc.jpg") no-repeat -50px 0;
	background-size: cover;
}

.main-visual__main-copy {
	margin-top: -10px;
}

.main-visual__main-copy img {
	max-height: 230px;
}

/* contact-top
--------------------------------------------------------- */

.contact-top__copy {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
}

.contact-info {
	margin-top: 10px;
	text-align: center;
}

.contact-info .tel-number {
	font-family: "Shin Go Bold";
}

/* about
--------------------------------------------------------- */

.about {
	background-color: #30b5d3;
}

.about__hdg {
	position: relative;
	padding: 0.6em;
	background-color: #fff0f0;
	color: #e7565f;
	font-family: "Shin Go DeBold";
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
}

.about__hdg span {
	position: relative;
	display: inline-block;
}

.about__hdg span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -50px;
	display: inline-block;
	width: 43px;
	height: 62px;
	margin-top: -15px;
	background: url("../img/svg/icon_question.svg") no-repeat 0 0;
}

.about__hdg:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -20px;
	border: 20px solid transparent;
	border-top: 20px solid #fff0f0;
}

.about__text {
	padding: 0.5em 2em 0.8em;
	padding-top: 0.5em;
	padding-bottom: 0.8em;
	background: url("../img/img_ballon_left.png") no-repeat 0 0, url("../img/img_ballon_right.png") no-repeat 100% 0;
	background-size: 52px 133px, 51px 131px;
	line-height: 1.4;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
}

.about__text.no-bg {
	background: none;
}

.about-footer {
	min-height: 58px;
	background: #30b5d3 url("../img/bg_about.png") repeat-x bottom center;
	background-size: contain;
}

.movie-wrap {
	padding: 10px 50px;
	background: url("../img/bg_movie_pc.png") no-repeat 0 0;
	background-size: contain;
}

.movie {
	position: relative;
	height: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* use-scene
--------------------------------------------------------- */

.scene-list__item {
	text-align: center;
}

.scene-list__date {
	margin-top: 1.6em;
}

.scene-list__text {
	margin-top: 0.2em;
	font-family: "Shin Go DeBold";
	font-size: 16px;
	font-size: 1.6rem;
}

/* how-to-use
--------------------------------------------------------- */

.slick-slide {
	outline: none;
}

.slick-dots li button::before {
	font-size: 10px !important;
}

.how-to-use {
	background-color: #fcedc8;
	color: #0aa8cc;
}

.usage-guide {
	position: relative;
	padding: 20px;
	border: 5px solid #0aa8cc;
	background-color: #fff;
}

.usage-guide__pic {
	margin-top: 1em;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	text-align: center;
}

.usage-guide__pic img {
	margin-right: auto;
	margin-left: auto;
}

.usage-guide__hdg {
	margin-bottom: 0.8em;
	line-height: 1.4;
	font-size: 20px;
	font-size: 2rem;
}

.usage-guide__icon {
	width: 92px;
	height: 92px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	background-color: #ffe235;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
}

.usage-guide__icon span {
	font-size: 22px;
	font-size: 2.2rem;
}

/* merit
--------------------------------------------------------- */

.merit {
	background-color: #fcedc8;
}

.merit__group {
	position: relative;
	padding: 20px;
	background-color: #fff;
}

.merit__group + .merit__group {
	margin-top: 4em;
}

.merit__pic {
	text-align: center;
}

.merit__icon {
	position: absolute;
	top: -25px;
	left: -25px;
	width: 80px;
	height: 80px;
	background-color: #e7565f;
	color: #fff;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
}

.merit__num {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 800;
}

.merit__hdg {
	margin-left: 10%;
	line-height: 1.4;
	font-family: "Shin Go DeBold";
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
}

.merit__answer {
	margin-top: 0.4em;
	margin-left: 10%;
	font-size: 18px;
	font-size: 1.8rem;
	color: #e7565f;
	font-weight: 700;
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
}

.merit__answer:before {
	content: '\002192';
	margin-right: 0.5em;
}

.merit__text {
	margin-top: 1.2em;
}

/* case-study
--------------------------------------------------------- */

.case-study {
	background: url("../img/bg_case_pc.jpg") no-repeat top center;
	background-size: cover;
}

.case-study .lp-hdg01 {
	margin-bottom: 2em;
	color: #073f5c;
}

.case {
	position: relative;
	padding: 20px;
	border-radius: 1em;
	background-color: #fff;
}

.case + .case {
	margin-top: 4em;
}

.case__pic {
	margin-top: 1em;
	text-align: center;
}

.case__body {
	clear: both;
	padding-top: 1em;
}

.case__type {
	position: absolute;
	top: -10px;
	left: 50%;
	width: 80%;
	padding: 0.5em 2em;
	border-radius: 2em;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.case01 .case__type {
	background-color: #30b5d3;
}

.case02 .case__type {
	background-color: #5db34c;
}

.case03 .case__type {
	background-color: #dfbd00;
}

.case__hdg {
	margin-bottom: 0.5em;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
}

.case__list.solution,
.case__list.result {
	font-weight: 500;
}

.case__list__item {
	padding-left: 1em;
	font-size: 18px;
	font-size: 1.8rem;
}

.case__list__item:before {
	content: '\0030fb';
	margin-left: -1em;
}

.case__result {
	width: 100%;
	margin-top: 20px;
	padding: 20px;
	background-color: #ffdadc;
	font-size: 22px;
	font-size: 2.2rem;
}

.case .grid {
	margin-top: 2em;
	-webkit-align-items: center;
	align-items: center;
}

.case .case__result .grid {
	margin-top: 0;
}

.case__sub-hdg .circle-wrap {
	width: 110px;
	height: 110px;
	background-color: #808080;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal !important;
	letter-spacing: 0.1em;
}

.case__sub-hdg .circle-wrap span {
	font-size: 16px;
	font-size: 1.6rem;
}

.case__sub-hdg.solution .circle-wrap {
	background-color: #30b5d3;
}

.case__sub-hdg.result .circle-wrap {
	background-color: #d63c45;
}

.case .grid-col-2 .grid__col.case__sub-hdg {
	width: 13%;
}

.case .grid-col-2 .grid__col.case__list {
	width: 76%;
}

/* types-of-wristbands
--------------------------------------------------------- */

.types-of-wristbands {
	padding-top: 2.5em;
	padding-bottom: 3em;
}

.types-of-wristbands .lp-hdg01 {
	color: #4d8db6;
}

.type-list__pic {
	text-align: center;
}

.type-list__text {
	margin-top: 1em;
}

/* hardware
--------------------------------------------------------- */

.hardware {
	background-color: #f1f1f1;
}

.hardware .lp-hdg01 {
	color: #3c3733;
}

.hardware__group > .grid__col {
	position: relative;
	width: 100%;
	background-color: #fff;
}

.hardware__group-inner {
	padding: 20px;
}

.hardware__hdg {
	padding: 1em;
	background-color: #4d4c4b;
	color: #fff;
	text-align: center;
}

.hardware-detail {
	line-height: 1.4;
	color: #4d2e14;
}

.hardware-detail__hdg {
	margin-bottom: 0.5em;
	text-align: center;
}

.hardware-detail__text {
	text-align: center;
}

.hardware-detail__text span {
	font-weight: 500;
}

.internet-environment {
	margin-top: 1em;
	padding: 20px;
	background-color: #3fb9cf;
	color: #fff;
}

/* security
--------------------------------------------------------- */

.security {
	color: #155794;
}

.security__sub-hdg {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.4;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}

.security__pic {
	text-align: center;
}

/* schedule
--------------------------------------------------------- */

.schedule {
	background-color: #f6f4ee;
}

.schedule-table-wrap {
	width: 100%;
	overflow-x: scroll;
}

.schedule-table {
	width: 970px;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 20px;
	font-size: 2rem;
}

.schedule-table th,
.schedule-table td {
	border: 1px solid #bab2ad;
}

.schedule-table th {
	padding: 1em;
}

.schedule-table th[scope="col"] {
	background-color: #4d2e14;
	color: #fff;
	text-align: center;
}

.schedule-table th[scope="row"] {
	text-align: left;
}

.schedule-table th[scope="row"],
.schedule-table td {
	background-color: #fff;
}

.schedule-table td {
	padding-top: 1.2em;
	padding-bottom: 1em;
	vertical-align: middle;
}

.period-bar {
	display: block;
	height: 30px;
	background-color: #dfbd00;
}

.period-bar.full {
	width: 100%;
}

.period-bar.float-right {
	float: right;
}

.period-bar.ml60 {
	margin-left: 60px;
}

.ml20 {
	margin-left: 0.5em;
}

.text-emphasis-primary {
	color: #dfbd00;
}

/* company
--------------------------------------------------------- */

.profile {
	background-color: #fbfaf8;
}

.table-default {
	border-bottom: 1px solid #bab2ad;
}

.table-default th,
.table-default td {
	padding: 1em;
	border-top: 1px solid #bab2ad;
}

.definition-default + .definition-default {
	margin-top: 1em;
}

.definition-default dt {
	margin-bottom: 0.5em;
	font-weight: bold;
}

/* contact
--------------------------------------------------------- */

.contact {
	background-color: #30b5d3;
}

.contact .lp-hdg01,
.contact__text {
	color: #fff;
}

.contact__text {
	margin-bottom: 1.8em;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
}

.tel-announce {
	max-width: 36em;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
	border-radius: 0.5em;
	background-color: #fff;
}

.tel-announce__text {
	color: #d63c45;
	font-size: 18px;
	font-size: 1.8rem;
}

.tel-number {
	position: relative;
	display: inline-block;
	padding-left: 40px;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
}

.tel-number:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 40px;
	height: 38px;
	margin-top: -16px;
	background: url("../img/svg/icon_telephone.svg") no-repeat 0 0;
}

.reception-time {
	font-weight: 500;
}

.mt0 {
	margin-top: 0px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mt-ns {
	margin-top: -1em !important;
}

.mt-nxs {
	margin-top: -0.6em !important;
}

.hide-s {
	display: none !important;
}

/* Clearfix
--------------------------------------------------------- */

.cf:after {
	content: "";
	display: table;
	clear: both;
}

/* clear
--------------------------------------------------------- */

.clear {
	clear: both;
}

.size20 {
	width: 20% !important;
}

.size25 {
	width: 25% !important;
}

.size30 {
	width: 30% !important;
}

.size35 {
	width: 35% !important;
}

.size40 {
	width: 40% !important;
}

.size45 {
	width: 45% !important;
}

.size50 {
	width: 50% !important;
}

.size55 {
	width: 55% !important;
}

.size60 {
	width: 60% !important;
}

.size70 {
	width: 70% !important;
}

.size80 {
	width: 80% !important;
}

.size90 {
	width: 90% !important;
}

.size100 {
	width: 100% !important;
}

/* Font size
--------------------------------------------------------- */

.font-tiny {
	font-size: 80% !important;
}

.font-small {
	font-size: 90% !important;
}

.font-middle {
	font-size: 110% !important;
}

.font-large {
	font-size: 120% !important;
}

.font-huge {
	font-size: 130% !important;
}

/* Text align
--------------------------------------------------------- */

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

.text-middle {
	vertical-align: middle;
}

.img-right {
	float: right;
	margin-left: 30px;
}

/* Text color
--------------------------------------------------------- */

.text-emphasis {
	color: #d63c45;
}

.text-secondary {
	color: #0aa8cc;
}

/* New line
--------------------------------------------------------- */

@media (min-width: 64em) {

.drawer-container {
	max-width: 60rem;
}

}

@media (min-width: 75em) {

.drawer-container {
	max-width: 70rem;
}

}

@media screen and (min-width: 481px) {

.grid-col-4:before {
	content: '';
	display: block;
	width: calc((100% - 40px) / 3);
	order: 1;
}

.grid-col-4:after {
	content: '';
	display: block;
	width: calc((100% - 40px) / 3);
}

.grid-col-4 .grid__col {
	width: calc((100% - 40px) / 3);
}

.main-visual {
	background-position: -50px 0;
}

.main-visual__main-copy {
	padding-left: 20px;
}

.img-right {
	float: none;
	margin-left: 0;
	margin-bottom: 20px;
}

}

@media screen and (min-width: 768px) {

body {
	font-size: 1.6em;
}

#pagetop {
	margin-top: -60px;
	padding-top: 60px;
}

.site-logo {
	padding-top: 9px;
	padding-left: 30px;
}

.site-logo .icon-site-logo {
	width: 245px;
	height: 32px;
}

.drawer-menu-item {
	font-size: 20px;
	font-size: 2rem;
}

.drawer-hamburger {
	padding: 0 2em 0 5em;
}

.drawer-hamburger.icon-menu:before {
	width: 23px;
	height: 21px;
	margin-top: -11px;
}

.drawer-open .drawer-hamburger {
	padding-right: 2em;
	padding-left: 2em;
}

.grid-only-l {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.grid-col-2 .grid__col {
	margin-top: 0;
	width: calc((100% - 45px) / 2);
}

.grid-col-3:after {
	content: '';
	display: block;
	width: calc((100% - 25px) / 3);
}

.grid-col-3 .grid__col {
	margin-top: 0;
	width: calc((100% - 25px) / 3);
}

.grid-col-4:before {
	content: '';
	display: block;
	width: calc((100% - 40px) / 4);
	order: 1;
}

.grid-col-4:after {
	content: '';
	display: block;
	width: calc((100% - 40px) / 4);
}

.grid-col-4 .grid__col {
	width: calc((100% - 120px) / 4);
	margin-top: 2em;
}

.btn-container__item {
	width: 320px;
}

.btn-container__item + .btn-container__item {
	margin-top: 0;
}

.btn-container__item.right {
	float: right;
}

.btn-container__item.left {
	float: left;
}

.btn {
	width: auto;
	min-width: 270px;
}

.btn-default {
	padding: 0.6em 2.5em 0.6em 2em;
}

.btn-primary {
	font-size: 26px;
	font-size: 2.6rem;
}

.btn-back {
	padding: 0.6em 2em 0.6em 3em;
}

.btn-email {
	font-size: 26px;
	font-size: 2.6rem;
}

.btn-download {
	font-size: 20px;
	font-size: 2rem;
}

.input-size-l {
	width: 70%;
}

.input-size-m {
	width: 50%;
}

.input-size-s {
	width: 25%;
}

.input-size-xs {
	width: 80px;
}

.form-group {
	margin-right: 0;
	margin-left: 0;
	padding: 40px;
}

.form-table th,
.form-table td {
	display: table-cell;
}

.form-table th {
	width: 30%;
	padding-right: 1.5em;
}

.form-table th,
.form-table td {
	display: table-cell;
}

.form-table td {
	padding-top: 1.5em;
}

.form-table tr:first-child th,
.form-table tr:first-child td {
	padding-top: 0;
}

.form-required {
	position: absolute;
	top: 0;
	right: 5px;
}

.form-required.text-icon {
	position: relative;
}

.form-example.short {
	display: inline;
	margin-top: 0;
}

.input-rule {
	display: block;
	margin-left: 0;
}

.form-policy {
	font-size: 14px;
	font-size: 1.4rem;
}

.form-policy__inner {
	padding: 30px;
}

.form-message {
	width: 46em;
	margin-right: auto;
	margin-left: auto;
}

.form-message__hdg {
	font-size: 130%;
}

.form-message.error .form-message__text {
	text-align: center;
}

.lp-hdg01 {
	font-size: 40px;
	font-size: 4rem;
}

.main-visual {
	min-height: 580px;
	background-position: -220px 0;
}

.main-visual__main-copy {
	padding-top: 8px;
}

.main-visual__main-copy img {
	max-height: none;
}

.contact-top__copy {
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
}

.contact-info {
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.contact-info .tel-number {
	font-size: 24px;
	font-size: 2.4rem;
}

.about__hdg {
	font-size: 30px;
	font-size: 3rem;
}

.about__hdg:before {
	margin-left: -30px;
	border: 30px solid transparent;
	border-top: 30px solid #fff0f0;
}

.about__text {
	background-size: auto auto;
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
}

.about-footer {
	min-height: 117px;
}

.movie-wrap {
	padding: 60px 150px;
}

.scene-list__date {
	font-size: 16px;
	font-size: 1.6rem;
}

.scene-list__text {
	font-size: 20px;
	font-size: 2rem;
}

.usage-guide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0;
}

.usage-guide__pic img {
	display: none !important;
}

.usage-guide__pic {
	width: 39.0625%;
	min-height: 350px;
	-webkit-order: 1;
	-ms-order: 1;
	order: 1;
	margin-top: 0;
}

.usage-guide.usage01 .usage-guide__pic {
	background-image: url("../img/pic_use01.jpg");
}

.usage-guide.usage02 .usage-guide__pic {
	background-image: url("../img/pic_use02.jpg");
}

.usage-guide.usage03 .usage-guide__pic {
	background-image: url("../img/pic_use03.jpg");
}

.usage-guide__body {
	width: 60.9375%;
	padding: 30px;
	-webkit-order: 2;
	-ms-order: 2;
	order: 2;
}

.usage-guide__hdg {
	font-size: 25px;
	font-size: 2.5rem;
}

.usage-guide__text {
	font-size: 18px;
	font-size: 1.8rem;
}

.usage-guide__icon {
	font-size: 22px;
	font-size: 2.2rem;
}

.usage-guide__icon span {
	font-size: 35px;
	font-size: 3.5rem;
}

.merit__group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 40px 25px 30px 50px;
}

.merit__body {
	width: 60%;
}

.merit__pic {
	width: 37%;
}

.merit__icon {
	top: -40px;
	left: -40px;
	width: 100px;
	height: 100px;
	font-size: 12px;
	font-size: 1.2rem;
}

.merit__num {
	font-size: 35px;
	font-size: 3.5rem;
}

.merit__hdg {
	margin-left: 0;
	font-size: 25px;
	font-size: 2.5rem;
}

.merit__answer {
	margin-left: 0;
	font-size: 21px;
	font-size: 2.1rem;
}

.merit__text {
	font-size: 18px;
	font-size: 1.8rem;
}

.case {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 50px;
}

.case__pic {
	width: 35.632183908%;
	margin-top: 0;
}

.case__body {
	width: 58.6206896551%;
	padding-top: 0;
}

.case__type {
	width: auto;
	font-size: 24px;
	font-size: 2.4rem;
}

.case__hdg {
	font-size: 30px;
	font-size: 3rem;
}

.case__result {
	padding: 40px;
}

.case__sub-hdg .circle-wrap {
	font-size: 22px;
	font-size: 2.2rem;
}

.case__sub-hdg .circle-wrap span {
	font-size: 22px;
	font-size: 2.2rem;
}

.hardware__group > .grid__col {
	padding-bottom: 7em;
}

.hardware__group > .grid__col.group01 {
	width: 60%;
}

.hardware__group > .grid__col.group02 {
	width: 37%;
}

.hardware-detail__text span {
	font-size: 20px;
	font-size: 2rem;
}

.internet-environment {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 25px;
	text-align: center;
}

.internet-environment__text {
	font-size: 20px;
	font-size: 2rem;
}

.security__sub-hdg {
	font-size: 22px;
	font-size: 2.2rem;
}

.table-default {
	font-size: 18px;
	font-size: 1.8rem;
}

.contact__text {
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
}

.tel-announce {
	text-align: center;
}

.tel-number {
	font-size: 45px;
	font-size: 4.5rem;
}

.hide-s {
	display: block !important;
}

.hide-l {
	display: none !important;
}

.img-right {
	max-width: 300px;
}

.new-line {
	display: block;
}

}

@media screen and (min-width: 769px) and (max-width: 970px) {

.l-content {
	padding: 20px 20px 40px;
}

}

@media print, screen and (min-width: 1000px) {

#header {
	position: absolute;
	top: -100px;
	width: 100%;
	margin: 100px auto 0;
	line-height: 1;
	z-index: 999;
}

#header.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	background: #fff;
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}

.site-logo {
	padding-top: 15px;
	padding-left: 30px;
}

.l-wrapper {
	margin-top: 60px;
}

.l-container {
	padding-bottom: 4em;
}

.l-content {
	margin-right: 0;
	margin-left: 0;
	padding: 70px 107px 70px 108px;
}

.drawer-nav {
	width: 40%;
}

.drawer--right.drawer-open .drawer-hamburger {
	right: 40%;
}

.main-nav-area {
	min-height: 80px;
	background-color: #d63c45;
}

.main-nav-area:after {
	content: "";
	display: table;
	clear: both;
}

.main-nav-area.home1 {
	display: none;
}

.main-nav-wrap {
	background-color: #d63c45;
}

.main-nav__item + .main-nav__item .main-nav__link {
	border-top: none;
}

/* main-nav-icon */

#main-nav01 .main-nav__link {
	padding-left: 50px;
}

#main-nav01 .main-nav__link:before {
	left: 0;
	width: 38px;
	height: 38px;
	margin-top: -19px;
}

#main-nav02 .main-nav__link {
	padding-left: 69px;
}

#main-nav02 .main-nav__link:before {
	left: 21px;
	width: 38px;
	height: 38px;
	margin-top: -19px;
}

#main-nav03 .main-nav__link {
	padding-left: 70px;
}

#main-nav03 .main-nav__link:before {
	left: 20px;
	width: 42px;
	height: 34px;
	margin-top: -19px;
}

#main-nav04 .main-nav__link {
	padding-left: 70px;
}

#main-nav04 .main-nav__link:before {
	left: 25px;
	width: 32px;
	height: 37px;
	margin-top: -17px;
}

#main-nav05 .main-nav__link {
	padding-left: 68px;
}

#main-nav05 .main-nav__link:before {
	left: 18px;
	width: 36px;
	height: 38px;
	margin-top: -18px;
}

#main-nav06 .main-nav__link {
	padding-left: 70px;
}

#main-nav06 .main-nav__link:before {
	left: 17px;
	width: 50px;
	height: 38px;
	margin-top: -18px;
}

/* main-nav PC size */

.main-nav__item {
	position: relative;
	float: left;
	font-size: 17px;
}

.main-nav__item + .main-nav__item .main-nav__link:after {
	content: '';
	position: absolute;
	top: 25px;
	left: 0;
	display: block;
	width: 1px;
	height: 30px;
	border-left: 1px solid #64b6a4;
}

.main-nav__link {
	padding: 0;
}

.main-nav__text {
	position: relative;
	display: table-cell;
	height: 80px;
	vertical-align: middle;
}

#main-nav01 {
	width: 144px;
}

#main-nav02 {
	width: 178px;
}

#main-nav03 {
	width: 163px;
}

#main-nav04 {
	width: 157px;
}

#main-nav05 {
	width: 187px;
}

#main-nav06 {
	width: 140px;
}

.sub-nav {
	display: none;
}

#main-nav-toggle {
	display: none;
}

.l-footer {
	padding-top: 2em;
	padding-bottom: 2em;
}

.icon-page-top {
	width: 46px;
	height: 46px;
}

.grid-col-4 {
	margin-top: -2em;
}

.btn-primary {
	font-size: 30px;
	font-size: 3rem;
}

.btn-email {
	font-size: 28px;
	font-size: 2.8rem;
}

.form-group {
	padding: 50px 75px 60px;
}

.main-visual {
	min-height: 580px;
	background-position: top center;
}

.contact-info .tel-number {
	font-size: 40px;
	font-size: 4rem;
}

.contact-info {
	margin-right: 65px;
	margin-left: 65px;
	text-align: left;
}

.about__text {
	font-size: 30px;
	font-size: 3rem;
}

.usage-guide {
	max-width: 750px;
	margin-right: auto;
	margin-left: auto;
}

.usage-guide__pic {
	min-width: 375px;
}

.usage-guide__body {
	width: 365px;
}

.merit__hdg {
	font-size: 32px;
	font-size: 3.2rem;
}

.merit__answer {
	font-size: 25px;
	font-size: 2.5rem;
}

.hardware__group > .grid__col.group02 .hardware-detail {
	padding-top: 7em;
}

.hardware-detail {
	margin-top: 0;
}

.size100 {
	width: 98% !important;
}

}

@media screen and (max-width: 1010px) and (min-width: 1000px) {

.open .main-nav-wrap {
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
}

}

@media screen and (max-width: 1010px) {

.main-nav-area .l-container {
	padding-right: 0;
	padding-left: 0;
}

.main-nav-area.home2 {
	display: none;
}

.main-nav-wrap {
	position: absolute;
	top: -500px;
	width: 100%;
	padding: 15px;
	background: #fff;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 10;
}

.home1 .main-nav-wrap {
	top: -850px;
}

.open .main-nav-wrap {
	-moz-transform: translateY(500px); /* #global-nav top + #mobile-head height */
	-webkit-transform: translateY(500px);
	transform: translateY(500px);
}

.home1.open .main-nav-wrap {
	-moz-transform: translateY(928px); /* #global-nav top + #mobile-head height */
	-webkit-transform: translateY(928px);
	transform: translateY(928px);
}

}

@media screen and (max-width: 767px) {

.header-menu__item:first-child {
	display: none;
}

.size-l {
	width: 100% !important;
}

}

