/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */





html {
	font-family: sans-serif; /* 1 */
	line-height: 1.15; /* 2 */
	-ms-text-size-adjust: 100%; /* 3 */
	-webkit-text-size-adjust: 100%; /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
	display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template,
[hidden] {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
	outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] { /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted;
	border-bottom: none; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
	color: #000;
	background-color: #ff0;
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr { /* 1 */
	overflow: visible;
	box-sizing: content-box; /* 1 */
	height: 0; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font: inherit; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
	font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid #c0c0c0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend { /* 2 */
	display: table;
	box-sizing: border-box; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
	color: inherit; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type='checkbox'],
[type='radio'] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] { /* 1 */
	outline-offset: -2px;
	-webkit-appearance: textfield; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
	opacity: .54;
	color: inherit;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button { /* 1 */
	font: inherit;
	-webkit-appearance: button; /* 2 */
}

html {
	font-size: 62.5%;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	font-weight: 400;
	overflow-x: hidden;
	letter-spacing: .1rem;
	color: #000;
	-webkit-overflow-scrolling: touch;
	line-height:1.4;
}

div {
	display: block;
}

img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
	touch-callout: none;
}

h1,
h2,
h3,
h4,
h5,
ul,
p,
dl,
dt,
dd,
figure {
	margin: 0;
	padding: 0;
}

h2,
h3,
h4 {
	font-weight: 400;
}

p {
	line-height: 1.5;
}

li {
	list-style: none;
}

input[type='checkbox'],
input[type='radio'],
select {
	border: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
}

input[type='checkbox']:focus,
input[type='radio']:focus,
select:focus {
	outline: none;
}

button:focus,
button:active {
	outline: none;
}

textarea {
	resize: none;
}

a {
	color: #666;
}

a.btn {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0;
	-webkit-tap-highlight-color: transparent;
}

a.btn:hover,
a.btn:active {
	text-decoration: none;
}

.fw-n {
	font-weight: normal;
}

.fw-b {
	font-weight: bold;
}

.fz-12 {
	font-size: 1.2rem;
}

.fz-14 {
	font-size: 1.4rem;
}

.fz-18 {
	font-size: 1.8rem;
}

.fz-24 {
	font-size: 2.4rem;
}

.fz-30 {
	font-size: 3rem;
}

.fz-36 {
	font-size: 3.6rem;
}

.fz-60 {
	font-size: 6rem;
}

.fz-64 {
	font-size: 6.4rem;
}

.fz-80 {
	font-size: 8rem;
}

.mt-0 {
	margin-top: 0;
}

.ml-0 {
	margin-left: 0;
}

.mr-0 {
	margin-right: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.pt-0 {
	padding-top: 0;
}

.pl-0 {
	padding-left: 0;
}

.pr-0 {
	padding-right: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.mt-1 {
	margin-top: 1px;
}

.ml-1 {
	margin-left: 1px;
}

.mr-1 {
	margin-right: 1px;
}

.mb-1 {
	margin-bottom: 1px;
}

.pt-1 {
	padding-top: 1px;
}

.pl-1 {
	padding-left: 1px;
}

.pr-1 {
	padding-right: 1px;
}

.pb-1 {
	padding-bottom: 1px;
}

.mt-2 {
	margin-top: 2px;
}

.ml-2 {
	margin-left: 2px;
}

.mr-2 {
	margin-right: 2px;
}

.mb-2 {
	margin-bottom: 2px;
}

.pt-2 {
	padding-top: 2px;
}

.pl-2 {
	padding-left: 2px;
}

.pr-2 {
	padding-right: 2px;
}

.pb-2 {
	padding-bottom: 2px;
}

.mt-3 {
	margin-top: 3px;
}

.ml-3 {
	margin-left: 3px;
}

.mr-3 {
	margin-right: 3px;
}

.mb-3 {
	margin-bottom: 3px;
}

.pt-3 {
	padding-top: 3px;
}

.pl-3 {
	padding-left: 3px;
}

.pr-3 {
	padding-right: 3px;
}

.pb-3 {
	padding-bottom: 3px;
}

.mt-4 {
	margin-top: 4px;
}

.ml-4 {
	margin-left: 4px;
}

.mr-4 {
	margin-right: 4px;
}

.mb-4 {
	margin-bottom: 4px;
}

.pt-4 {
	padding-top: 4px;
}

.pl-4 {
	padding-left: 4px;
}

.pr-4 {
	padding-right: 4px;
}

.pb-4 {
	padding-bottom: 4px;
}

.mt-5 {
	margin-top: 5px;
}

.ml-5 {
	margin-left: 5px;
}

.mr-5 {
	margin-right: 5px;
}

.mb-5 {
	margin-bottom: 5px;
}

.pt-5 {
	padding-top: 5px;
}

.pl-5 {
	padding-left: 5px;
}

.pr-5 {
	padding-right: 5px;
}

.pb-5 {
	padding-bottom: 5px;
}

.mt-6 {
	margin-top: 6px;
}

.ml-6 {
	margin-left: 6px;
}

.mr-6 {
	margin-right: 6px;
}

.mb-6 {
	margin-bottom: 6px;
}

.pt-6 {
	padding-top: 6px;
}

.pl-6 {
	padding-left: 6px;
}

.pr-6 {
	padding-right: 6px;
}

.pb-6 {
	padding-bottom: 6px;
}

.mt-7 {
	margin-top: 7px;
}

.ml-7 {
	margin-left: 7px;
}

.mr-7 {
	margin-right: 7px;
}

.mb-7 {
	margin-bottom: 7px;
}

.pt-7 {
	padding-top: 7px;
}

.pl-7 {
	padding-left: 7px;
}

.pr-7 {
	padding-right: 7px;
}

.pb-7 {
	padding-bottom: 7px;
}

.mt-8 {
	margin-top: 8px;
}

.ml-8 {
	margin-left: 8px;
}

.mr-8 {
	margin-right: 8px;
}

.mb-8 {
	margin-bottom: 8px;
}

.pt-8 {
	padding-top: 8px;
}

.pl-8 {
	padding-left: 8px;
}

.pr-8 {
	padding-right: 8px;
}

.pb-8 {
	padding-bottom: 8px;
}

.mt-9 {
	margin-top: 9px;
}

.ml-9 {
	margin-left: 9px;
}

.mr-9 {
	margin-right: 9px;
}

.mb-9 {
	margin-bottom: 9px;
}

.pt-9 {
	padding-top: 9px;
}

.pl-9 {
	padding-left: 9px;
}

.pr-9 {
	padding-right: 9px;
}

.pb-9 {
	padding-bottom: 9px;
}

.mt-10 {
	margin-top: 10px;
}

.ml-10 {
	margin-left: 10px;
}

.mr-10 {
	margin-right: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

.pt-10 {
	padding-top: 10px;
}

.pl-10 {
	padding-left: 10px;
}

.pr-10 {
	padding-right: 10px;
}

.pb-10 {
	padding-bottom: 10px;
}

.mt-12 {
	margin-top: 12px;
}

.ml-12 {
	margin-left: 12px;
}

.mr-12 {
	margin-right: 12px;
}

.mb-12 {
	margin-bottom: 12px;
}

.pt-12 {
	padding-top: 12px;
}

.pl-12 {
	padding-left: 12px;
}

.pr-12 {
	padding-right: 12px;
}

.pb-12 {
	padding-bottom: 12px;
}

.mt-14 {
	margin-top: 14px;
}

.ml-14 {
	margin-left: 14px;
}

.mr-14 {
	margin-right: 14px;
}

.mb-14 {
	margin-bottom: 14px;
}

.pt-14 {
	padding-top: 14px;
}

.pl-14 {
	padding-left: 14px;
}

.pr-14 {
	padding-right: 14px;
}

.pb-14 {
	padding-bottom: 14px;
}

.mt-16 {
	margin-top: 16px;
}

.ml-16 {
	margin-left: 16px;
}

.mr-16 {
	margin-right: 16px;
}

.mb-16 {
	margin-bottom: 16px;
}

.pt-16 {
	padding-top: 16px;
}

.pl-16 {
	padding-left: 16px;
}

.pr-16 {
	padding-right: 16px;
}

.pb-16 {
	padding-bottom: 16px;
}

.mt-18 {
	margin-top: 18px;
}

.ml-18 {
	margin-left: 18px;
}

.mr-18 {
	margin-right: 18px;
}

.mb-18 {
	margin-bottom: 18px;
}

.pt-18 {
	padding-top: 18px;
}

.pl-18 {
	padding-left: 18px;
}

.pr-18 {
	padding-right: 18px;
}

.pb-18 {
	padding-bottom: 18px;
}

.mt-20 {
	margin-top: 20px;
}

.ml-20 {
	margin-left: 20px;
}

.mr-20 {
	margin-right: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.pt-20 {
	padding-top: 20px;
}

.pl-20 {
	padding-left: 20px;
}

.pr-20 {
	padding-right: 20px;
}

.pb-20 {
	padding-bottom: 20px;
}

.mt-24 {
	margin-top: 24px;
}

.ml-24 {
	margin-left: 24px;
}

.mr-24 {
	margin-right: 24px;
}

.mb-24 {
	margin-bottom: 24px;
}

.pt-24 {
	padding-top: 24px;
}

.pl-24 {
	padding-left: 24px;
}

.pr-24 {
	padding-right: 24px;
}

.pb-24 {
	padding-bottom: 24px;
}

.mt-28 {
	margin-top: 28px;
}

.ml-28 {
	margin-left: 28px;
}

.mr-28 {
	margin-right: 28px;
}

.mb-28 {
	margin-bottom: 28px;
}

.pt-28 {
	padding-top: 28px;
}

.pl-28 {
	padding-left: 28px;
}

.pr-28 {
	padding-right: 28px;
}

.pb-28 {
	padding-bottom: 28px;
}

.mt-30 {
	margin-top: 30px;
}

.ml-30 {
	margin-left: 30px;
}

.mr-30 {
	margin-right: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.pt-30 {
	padding-top: 30px;
}

.pl-30 {
	padding-left: 30px;
}

.pr-30 {
	padding-right: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}



.mt-32 {
	margin-top: 32px;
}

.ml-32 {
	margin-left: 32px;
}

.mr-32 {
	margin-right: 32px;
}

.mb-32 {
	margin-bottom: 32px;
}

.pt-32 {
	padding-top: 32px;
}

.pl-32 {
	padding-left: 32px;
}

.pr-32 {
	padding-right: 32px;
}

.pb-32 {
	padding-bottom: 32px;
}


.mt-35 {
	margin-top: 35px;
}

.ml-35 {
	margin-left: 35px;
}

.mr-35 {
	margin-right: 35px;
}

.mb-35 {
	margin-bottom: 35px;
}

.pt-35 {
	padding-top: 35px;
}

.pl-35 {
	padding-left: 35px;
}

.pr-35 {
	padding-right: 35px;
}

.pb-35 {
	padding-bottom: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.ml-40 {
	margin-left: 40px;
}

.mr-40 {
	margin-right: 40px;
}

.mb-40 {
	margin-bottom: 40px;
}

.pt-40 {
	padding-top: 40px;
}

.pl-40 {
	padding-left: 40px;
}

.pr-40 {
	padding-right: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.mt-48 {
	margin-top: 48px;
}

.ml-48 {
	margin-left: 48px;
}

.mr-48 {
	margin-right: 48px;
}

.mb-48 {
	margin-bottom: 48px;
}

.pt-48 {
	padding-top: 48px;
}

.pl-48 {
	padding-left: 48px;
}

.pr-48 {
	padding-right: 48px;
}

.pb-48 {
	padding-bottom: 48px;
}

.mt-50 {
	margin-top: 50px;
}

.ml-50 {
	margin-left: 50px;
}

.mr-50 {
	margin-right: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.pt-50 {
	padding-top: 50px;
}

.pl-50 {
	padding-left: 50px;
}

.pr-50 {
	padding-right: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}


.mt-55 {
	margin-top: 55px;
}

.ml-55 {
	margin-left: 55px;
}

.mr-55{
	margin-right: 55px;
}

.mb-55 {
	margin-bottom: 55px;
}

.pt-55 {
	padding-top: 55px;
}

.pl-55 {
	padding-left: 55px;
}

.pr-55 {
	padding-right: 55px;
}

.pb-55 {
	padding-bottom: 55px;
}


.mt-56 {
	margin-top: 56px;
}

.ml-56 {
	margin-left: 56px;
}

.mr-56 {
	margin-right: 56px;
}

.mb-56 {
	margin-bottom: 56px;
}

.pt-56 {
	padding-top: 56px;
}

.pl-56 {
	padding-left: 56px;
}

.pr-56 {
	padding-right: 56px;
}

.pb-56 {
	padding-bottom: 56px;
}

.mt-64 {
	margin-top: 64px;
}

.ml-64 {
	margin-left: 64px;
}

.mr-64 {
	margin-right: 64px;
}

.mb-64 {
	margin-bottom: 64px;
}

.pt-64 {
	padding-top: 64px;
}

.pl-64 {
	padding-left: 64px;
}

.pr-64 {
	padding-right: 64px;
}

.pb-64 {
	padding-bottom: 64px;
}

.mt-72 {
	margin-top: 72px;
}

.ml-72 {
	margin-left: 72px;
}

.mr-72 {
	margin-right: 72px;
}

.mb-72 {
	margin-bottom: 72px;
}

.pt-72 {
	padding-top: 72px;
}

.pl-72 {
	padding-left: 72px;
}

.pr-72 {
	padding-right: 72px;
}

.pb-72 {
	padding-bottom: 72px;
}

.mt-80 {
	margin-top: 80px;
}

.ml-80 {
	margin-left: 80px;
}

.mr-80 {
	margin-right: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

.pt-80 {
	padding-top: 80px;
}

.pl-80 {
	padding-left: 80px;
}

.pr-80 {
	padding-right: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.mt-88 {
	margin-top: 88px;
}

.ml-88 {
	margin-left: 88px;
}

.mr-88 {
	margin-right: 88px;
}

.mb-88 {
	margin-bottom: 88px;
}

.pt-88 {
	padding-top: 88px;
}

.pl-88 {
	padding-left: 88px;
}

.pr-88 {
	padding-right: 88px;
}

.pb-88 {
	padding-bottom: 88px;
}

.mt-96 {
	margin-top: 96px;
}

.ml-96 {
	margin-left: 96px;
}

.mr-96 {
	margin-right: 96px;
}

.mb-96 {
	margin-bottom: 96px;
}

.pt-96 {
	padding-top: 96px;
}

.pl-96 {
	padding-left: 96px;
}

.pr-96 {
	padding-right: 96px;
}

.pb-96 {
	padding-bottom: 96px;
}

.ta-l {
	text-align: left;
}

.ta-r {
	text-align: right;
}

.ta-c {
	text-align: center;
}

.va-t {
	vertical-align: top;
}

.va-m {
	vertical-align: middle;
}

.va-b {
	vertical-align: bottom;
}

.fl-l {
	float: left;
}

.fl-r {
	float: right;
}

.pos-r {
	position: relative;
}

.pos-a {
	position: absolute;
}

.pos-f {
	position: fixed;
}

.show {
	display: block !important;
}

.ts-500 {
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.transparent {
	opacity: 0 !important;
	filter: alpha(opacity=0) !important;
	-moz-opacity: 0 !important;
}

.transparent a {
	cursor: default;
	pointer-events: none;
}

.full {
	width: 100%;
	height: 100%;
}

.clearfix:after {
	display: block;
	clear: both;
	content: '';
}

.ff-g,
.gnav-toggle a {
	font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.ff-m {
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

br.mqbr {
	display: none;
}

.col-cs-1 {
	position: relative;
	float: left;
	width: 100%;
}

.col-cs-2 {
	position: relative;
	float: left;
	width: 50%;
}

.col-cs-3 {
	position: relative;
	float: left;
	width: 33.33333%;
}

.col-cs-4 {
	position: relative;
	float: left;
	width: 25%;
}

.col-cs-5 {
	position: relative;
	float: left;
	width: 20%;
}

.col-cs-6 {
	position: relative;
	float: left;
	width: 16.66667%;
}

.col-cs-7 {
	position: relative;
	float: left;
	width: 14.28571%;
}

.col-cs-8 {
	position: relative;
	float: left;
	width: 12.5%;
}

body {
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}

body.active-nav {
	overflow-x: visible;
	-webkit-transform: translateX(50vw);
	-ms-transform: translateX(50vw);
	transform: translateX(50vw);
}

.container {
	-webkit-overflow-scrolling: touch;
}

section,
header,
footer {
	width: 100%;
}

section {
	padding: 4rem 0 5rem;
}

section.arrow {
	position: relative;
}

section.arrow + section {
	padding: 8.4rem 0 5rem;
}

section.arrow::after {
	position: absolute;
	right: 0;
	bottom: -44px;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	content: '';
	border-width: 44px 101px 0 101px;
	border-style: solid;
}

.wrap {
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
}

.wrap.icon::before {
	display: block;
	width: 8rem;
	height: 8rem;
	margin: 0 auto 2.8rem;
	content: '';
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

.title {
	font-size: 3rem;
	font-weight: 400;
	text-align: center;
	color: inherit;
}

.title.deco::before,
.title.deco::after {
	display: inline-block;
	height: 1.6rem;
	content: '';
	background-repeat: repeat-x;
	background-position: 0 0;
	background-size: 16px;
}

.lines-on-sides/*,
.contact-title*/ {
	display: table;
	text-align: center;
	white-space: nowrap;
}

.lines-on-sides::after,
/*.contact-title::after,*/
.lines-on-sides::before/*,
.contact-title::before*/ {
	display: table-cell;
	width: 50%;
	content: '';
	background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 2px), transparent calc(50% + 2px));
	background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 2px), transparent calc(50% + 2px));
	background-clip: padding;
}

/*.lines-on-sides::after,
.contact-title::after {
	border-left: 1em solid transparent;
}

.lines-on-sides::before,
.contact-title::before {
	border-right: 1em solid transparent;
}*/

.tel {
	text-align: center;
}


.tel address a {
	font-size: 3.2rem;
	font-weight: 500;
	font-style: normal;
	line-height: 1;
	cursor: pointer;
	text-decoration: none;
}

.tel p {
	font-size: 1.4rem;
	color: #E88081;
}

.back-btn {
	position: fixed;
	z-index: 5;
	right: 1rem;
	bottom: 1rem;
	display: inline-block !important;
	width: 5.6rem !important;
	height: 5.6rem !important;
	-webkit-transition: left .5s;
	transition: left .5s;
	border-radius: 50%;
	background: #2C4A7C;
}

.back-btn:hover,
.back-btn.hover {
	background: #3D68A7;
}

.back-btn-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	margin-top: -.9rem;
	margin-left: -1.2rem;
	border-width: 0 1.2rem 1.6rem 1.2rem;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}

.panel-btn {
	position: fixed;
	z-index: 5;
	top: 1rem;
	left: 1rem;
	display: none !important;
	width: 44px !important;
	height: 44px !important;
	-webkit-transition: left .5s;
	transition: left .5s;
	border-radius: 50%;
	background: #2c4a7c;
}

.panel-btn:hover,
.panel-btn.hover {
	background: #3D68A7;
}

.panel-btn-icon {
	position: absolute;
	top: 49%;
	left: 48%;
	display: block;
	width: 16px;
	height: 2px;
	margin: -1px 0 0 -7px;
	-webkit-transition: .2s;
	transition: .2s;
	background: #fff;
}

.panel-btn-icon::before,
.panel-btn-icon::after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 16px;
	height: 2px;
	content: '';
	-webkit-transition: .3s;
	transition: .3s;
	background: #fff;
}

.panel-btn-icon::before {
	margin-top: -6px;
}

.panel-btn-icon::after {
	margin-top: 4px;
}

.panel-btn .close {
	background: transparent;
}

.panel-btn .close::before,
.panel-btn .close::after {
	margin-top: 0;
}

.panel-btn .close::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.panel-btn .close::after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

header {
	padding:20px 0 30px;
}

header::before {
	display: block;
	width: 100%;
	/*height: 3.2rem;*/
	content: '';
}


header h1 {
	text-align:center;
	margin: 0 auto;
}

header h1 img {
	max-width: 395px;
}

header address a img {
	max-width: 260px;
}

.gnav {
	font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #102d42;
	font-weight: bold;
	margin: 4.8rem auto 0;
	padding: 0 10rem;
}

.gnav-wrap {
	padding-bottom: 9.6rem;
	-webkit-overflow-scrolling: touch;
}

.gnav.fixed {
	z-index: 10;
	display: none;
	height: 100vh;
}

.gnav.fixed.active {
	left: 0;
}

.gnav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2rem;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.gnav ul:last-of-type {
	padding: 0 .5rem;
}

.gnav ul li {
	text-align: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.gnav ul li a {
	text-decoration: none;
	color: #0f1f2d;
}

.gnav ul li a:hover,
.gnav ul li a.hover {
	text-decoration: underline;
}

.gnav-toggle {
	display: none;
	width: 100%;
	height: 4.8rem;
	margin-top: 2rem;
}

.gnav-toggle a {
	line-height: 4.8rem;
	color: #fff;
	background-color: #6fa4d1;
}

.gnav-toggle a.hover {
	background-color: #4192cb;
}


.contact-title {
	font-size: 2.5rem;
	margin-bottom: 4.2rem;
	color: #102d42;
	font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}
.contact-title span {
	position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0 .5rem;
    text-align: left;
}
.contact-title span::before,
.contact-title span::after {
    position: absolute;
    top: 50%;
    content: "";
    width: 400%;
    height: 2px;
    background-color: #102d42;
}
.contact-title span::before {
	right: 100%;
}
.contact-title span::after {
	left: 100%;
}

.contact-mail {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.contact-mail-btn {
	width: 50%;
	height: 8.4rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border-radius: 10px;
	margin: 5px 0;
}
.bt1{
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c5b744), color-stop(0.24, #ded8a0), color-stop(0.00, #c1b235));
background: -webkit-linear-gradient(top, #c1b235 0%, #ded8a0 24%, #c5b744 100%);
background: -moz-linear-gradient(top, #c1b235 0%, #ded8a0 24%, #c5b744 100%);
background: -o-linear-gradient(top, #c1b235 0%, #ded8a0 24%, #c5b744 100%);
background: -ms-linear-gradient(top, #c1b235 0%, #ded8a0 24%, #c5b744 100%);
background: linear-gradient(to bottom, #c1b235 0%, #ded8a0 24%, #c5b744 100%);*/
background:#87A8DD;
}
.bt2{
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #3ea396), color-stop(0.24, #8cbdb7), color-stop(0.00, #2f9f91));
background: -webkit-linear-gradient(top, #2f9f91 0%, #8cbdb7 24%, #3ea396 100%);
background: -moz-linear-gradient(top, #2f9f91 0%, #8cbdb7 24%, #3ea396 100%);
background: -o-linear-gradient(top, #2f9f91 0%, #8cbdb7 24%, #3ea396 100%);
background: -ms-linear-gradient(top, #2f9f91 0%, #8cbdb7 24%, #3ea396 100%);
background: linear-gradient(to bottom, #2f9f91 0%, #8cbdb7 24%, #3ea396 100%);*/
background:#89DBC4;
}
.contact-mail-btn:nth-of-type(even) {
	margin-left: 2.2rem;
}



.contact-mail-btn .btn {
	font-size: 3rem;
	box-sizing: border-box;
	padding: 2.5rem 0;
	color: #fff;
	border-radius: .8rem;
	box-shadow: 4px 4px 0 #cecece;
	font-weight: bold;
}

.contact-mail-btn .btn:hover,
.contact-mail-btn .btn.hover {
	/*-webkit-transform: translate(4px, 4px);
	-ms-transform: translate(4px, 4px);
	transform: translate(4px, 4px);*/
	box-shadow: 4px 4px 0 #fff;
}

.contact-tel {
	margin-top: 2.4rem;
	padding-bottom: 1.6rem;
	border-bottom: .2rem solid #102d42;
}

.contact-tel address a {
	font-size: 6.4rem;
}

.contact-tel p {
	font-size: initial;
}

.contact-caption {
	margin-top: 4rem;
	text-align: center;
}

.contact-caption h3 {
	font-size: 4rem;
	font-weight: 400;
	position: relative;
	display: inline-block;
	padding: .4rem 0;
	color: #6fa4d1;
}

.contact-caption h3::before,
.contact-caption h3::after {
	position: absolute;
	top: 0;
	left: -11.5rem;
	display: inline-block;
	width: 11rem;
	height: 5rem;
	content: '';
	background: url('../images/deco-blue.png') 0 0 no-repeat;
	background-size: 100%;
}

.contact-caption h3::after {
	right: -11.5rem;
	left: auto !important;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.contact-caption p {
	font-size: 2rem;
	color: #d87676;
}


/*
main visual
***********************/

.hero {
	margin: 0;
	padding: 0;
	text-align: center;
	border-top: solid #102d42 5px;
	border-bottom: solid #102d42 5px;
	background-image: url(../images/main_bk.jpg); 
}
.hero .wrap {
	width: 100%;
	padding: 0 !important;
}
.hero img {
	max-width: 1150px;
	display: block;
	margin: 0 auto;
	border: 0;
}

/*
@media screen and (max-width:767px) {
	.hero {
		border-top:none;
		border-bottom:none;
		}
}
*/


#float_menu{position:relative;}
#float_menu ul{
	position:fixed;
	top:350px;
	right:0;
	width:101px;
	z-index:100;
}

/*
sec01
***********************/
.sec01 {
	margin: 0;
	padding: 95px 0 120px;
	background:#fff;
}


.sec01 h3 img{
	max-width:550px;	
}

.sec01 p img{
	max-width:770px;	
}

@media screen and (max-width:767px) {
	.sec01 {padding:40px 0 60px;}
}



/*
sec02
***********************/
.sec02{
	padding:100px 0;
	background:#102d42;
}

.sec02 h3 img{
	max-width:587px;	
}

.sec02 p{color:#fff;}

p.point img{max-width:425px;}

.sec02 dl.age20{
	margin-top:55px;
}

.sec02 dl.age30,
.sec02 dl.age40,
.sec02 dl.age50{
	margin-top:20px;
}

.sec02 dt{
	color:#fff;
	padding:2px 0;
	margin-bottom:10px;
	background:#e6a40a;
	width:115px;
	text-align:center;
}

.sec02 dd{
	color:#fff;
	margin-bottom:10px;
}

.sec02 p.desc{
	border-bottom:2px solid #e6a40a;
	border-top:2px solid #e6a40a;
	margin-top:70px;
	padding:30px 0;
	line-height:1.8;
	font-weight:bold;
}


@media screen and (max-width:767px) {
	.sec02{padding:50px 0;}
	
	
.sec02 dl.age20,
.sec02 dl.age30,
.sec02 dl.age40,
.sec02 dl.age50{
	margin-top:20px;
	margin-bottom:20px;
}

.sec02 p.desc{margin-top:50px;}

.sec02 .sp_fix{padding-top:40px;}

}

/*
sec03
***********************/

.sec03 {
	margin: 0;
	padding: 100px 0 90px;
	background:#fff;
}

.sec03 h3 img{
	max-width:530px;	
}


.sec03 dd{
	color:#000;
	margin-top:10px;
}

.sec03 p.desc{
	color:#102d42;
	font-weight:bold;
	border-bottom:2px solid #e6a40a;
	border-top:2px solid #e6a40a;
	margin-top:50px;
	padding:30px 0;
	line-height:1.8;
}


@media screen and (max-width:767px) {
	.sec03 {padding: 50px 0 40px;}
	.sec03 dl{margin-bottom:20px;}

}


/*
sec04
***********************/

.sec04 {
	margin: 0;
	padding: 130px 0 0;
	background:#102d42;
}

.sec04 h3 img{
	max-width:408px;	
}

.sec04 p{color:#fff;}

.price h4{
	color:#E9C911;
	font-size:24px;
	font-weight:bold;
	margin-top:30px;
}



.rtable {
	/*border-top: 2px solid #828282;
	border-right: 2px solid #828282;*/
	width: 100% !important;
	border-spacing: 0;
	margin: 30px auto 0;
}
.rtable thead {
	width: 100%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 15px 10px;
}
.thl {
	width: 60%;
}
.thr {
	width: 40%;
}
.rtable th,.rtable td {
	border-bottom: 2px solid #102d42;
	border-left: 2px solid #102d42;
	padding: 1em 1em;
	letter-spacing: 2px;
}
.rtable th { 
	background-color: #183e51;
	color: #fff;
	text-align: center;
	font-size:30px;
}

/*.rtable td{text-align:left;}*/

.rtable tbody {
	width: 100%;
	background-color: #FFF;
}
.tdl {
	font-size: 24px;
	color: #102d42;
	font-weight: bold;
	text-align:center;
}

.tdl span,.tdr span{font-size: 18px;}

.tdc {
	color: #102d42;
	font-weight: bold;
	font-size: 24px;
	text-align: right !important;
}

.tdr {
	color: #102d42;
	font-weight: bold;
	font-size: 20px;
	text-align: right !important;
}

.price_sample{
	background:#fff;
	padding:40px 20px;
	box-sizing:border-box;
}

.price_sample h4 img {
	max-width:200px;
	}
	
.price_sample dt{
	color:#e9b927;
	font-size:20px;
	font-weight:bold;
	border-left:5px solid #e9b927;
	padding-left:10px;
}

.price_sample dd{
	color:#102d42;
	font-size:18px;
	font-weight:bold;
	margin-top:30px;
}

.price_sample dd.total{
	padding-top:30px;
	text-align:right;
}

.price_sample dd.total img{
	max-width:360px;
}

.price_sample p.desc{
	color:#e9b927;
	font-size:20px;
	font-weight:bold;
	line-height:2;
}

@media screen and (max-width:767px) {

	.sec04 {padding:70px 0 0;}
	.sec04 .sp_fix{padding-top:40px;}

	.price p.desc{
	font-size:18px;
	font-weight:bold;
	}

.rtable {
	width: 100%;
	border: none;
	}


.rtable thead {
	display: none;
	}
	
.rtable tr {
	border-top: 1px solid #102d42;
	display: block;
	/*margin-bottom: 20px;*/
	}
.rtable .tdl,
.rtable .tdc,
.rtable .tdr {
	border-right: 1px solid #102d42;;
	border-left: 1px solid #102d42;;
	/*border-bottom: none;*/
	display: block;
	width: 100%;
	padding: .5em 1em;
	text-align: center !important;
	font-size:20px;
}
/* tdのデザイン */
.rtable td:nth-of-type(1) { 
	background-color: #183e51;
	color: #FFF;
	}
	
/*td:beforeのデザイン*/
.rtable td:before {
	background-color: transparent;
	color: #102d42;
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
}
	
/* contentでタイトルを追加 */
/*.rtable td:nth-of-type(1):before { content: "治療方法（単位）";}*/
.rtable td:nth-of-type(2):before { content: "料金（税別）";}
/*.rtable td:nth-of-type(3):before { content: "備考";}*/
}


/*
sec05
***********************/

.sec05 {
	margin: 0;
	padding:100px 0 130px;
	background:#102d42;
}

.sec05 h3 img{
	max-width:400px;	
}

.sec05 p{color:#fff;}


.sec05 p.desc{
	color:#FFF;
	font-weight:bold;
	border-bottom:2px solid #e6a40a;
	border-top:2px solid #e6a40a;
	margin-top:50px;
	padding:30px 0;
	line-height:1.8;
}

.sec05 p.fred{color:#dc6161;font-weight:bold;}


@media screen and (max-width:767px) {
.sec05 {padding:50px 0 60px;}
}

/*
sec06
***********************/
.sec06 {
	margin: 0;
	padding: 120px 0 90px;
	background:#FFF;
}

.sec06 h3 img{
	max-width:480px;	
}

.sec06 dl{
	display:table;
}

.sec06 dt{
	width:150px;
	padding-right:10px;
	display:table-cell;
	vertical-align:top;
}


.sec06 dd{
	color:#000;
	display:table-cell;
	vertical-align:top;
}

.sec06 dd span{
	color:#e9b927;
	font-weight:bold;
	font-size:18px;
}

.sec06 p.desc{
	color:#102d42;
	font-weight:bold;
	border-bottom:2px solid #e6a40a;
	border-top:2px solid #e6a40a;
	margin-top:50px;
	padding:30px 0;
	line-height:1.8;
}

@media screen and (max-width:767px) {
	.sec06 {padding: 60px 0 50px;}
	.sec06 dt,.sec06 dd{display:block;}
	.sec06 dt{width:100px;text-align:center;margin:0 auto 20px;padding:0;}
	.sec06 dd{margin-bottom:10px;}
}


/*
sec07
***********************/
.sec07 {
	margin: 0;
	padding: 150px 0 120px;
	background:#102d42;
}

.sec07 h3 img{
	max-width:312px;	
}

.sec07 h4.read01 img{
	max-width:200px;	
}

.sec07 h4.read02 img{
	max-width:430px;	
}

.sec07 h4.read03 img{
	max-width:180px;	
}

.sec07 h4.read04 img{
	max-width:310px;	
}

.sec07 h4.read05 img{
	max-width:205px;	
}

.sec07 p{color:#FFF;}
.sec07 p span{color:#dc6161;}



.sec07 .bor-t{
	border-top:2px solid #e6a40a;
	padding-bottom:30px;
}

.sec07 .bor-b{
	border-bottom:2px solid #e6a40a;
	padding-top:30px;
}


.sec07 dt img{
	max-width:407px;	
}

.sec07 dd{
	color:#FFF;
	margin-top:10px;
}

.sec07 .bgwhihte{
	background:#FFF;
	width:100%;
	padding:40px 0;
	margin-top:20px;
}

.sec07 h5{
	color:#6c9abb;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	}
	
	.sec07 .bgwhihte p{
	color:#000;
		}
		
		
	.sec07 p.desc{
	color:#FFF;
	border-bottom:2px solid #e6a40a;
	border-top:2px solid #e6a40a;
	/*margin-top:50px;*/
	padding:30px 0;
	line-height:1.8;
}

@media screen and (max-width:767px) {
	.sec07 {padding: 70px 0;}
	.sec07 .bgwhihte{padding:20px;}
	.sec07 .sp_fix{padding-top:40px;}
}



/*
sec08
***********************/
.sec08 {
	margin: 0;
	padding: 100px 0 50px;
	background:#FFF;
}

.sec08 h3 img{
	max-width:366px;	
}

.sec08 .bor{
	border-top:2px solid #e6a40a;
	border-bottom:2px solid #e6a40a;
	padding:30px 0 30px;
}


.sec08 dl{
	padding-left:10px;
}

.sec08 dt{
	font-size:18px;
	color:#e9b927;
	font-weight:bold;
}

.sec08 dd{
	color:#102d42;
	margin-top:10px;
	line-height:1.6;
	}
	
.sec08 dd span{font-weight:bold;}

.sec08 .desc{
		font-size:28px;
		color:#1B3568;
		font-weight:bold;
}

p.dr{text-align:center;}

p.dr img{max-width:220px;}

@media screen and (max-width:767px) {
	.sec08 {padding: 50px 0;}
	p.dr img{max-width:100%;}
	.sec08 .sp_fix{padding-top:20px;}

}

/*
sec09
***********************/
.sec09{
	background:#FFF;
	padding:0 0 100px;
}

.sec09 h3 img{
	max-width:420px;	
}

.sec09 p{
	color:#000;
}

.sec09 .bor-b{
	border-bottom:2px solid #e6a40a;
	padding:30px 0;
}

.sec09 p.addr{
	color:#e9b927;
	font-weight:bold;
}

.sec09 dt{
	font-size:18px;
	color:#e9b927;
	font-weight:bold;
}

.sec09 dd{
	color:#000;
	margin-top:20px;
	line-height:1.6;
	}
	
.sec09 dd span{font-weight:bold;}
	
.sec09 ul li{
	font-size:16px;
	color:#e9b927;
	font-weight:bold;
	margin-bottom:20px;
}

.sec09 ul li:last-child{
	margin-bottom:0;
}

.sec09 ul.directions li{
	color:#000;
	font-weight:normal;
	font-size:16px;
	margin-bottom:2px;
}

@media screen and (max-width:767px) {
.sec09{padding:0 0 50px;}
.sec09 iframe{margin-top:30px;}
.sec09 .sp_fix{padding-top:40px;}

}
	


/*
sec10
***********************/
.sec10 {
	margin: 0;
	padding: 100px 0;
	background:#102d42;
}

.sec10 h3 img{
	max-width:455px;	
}

.sec10 p{color:#FFF;}


.sec10 dt{
	color:#e9b927;
	font-size:20px;
	font-weight:bold;
	padding:10px 0 10px 60px;
	background:url("../images/sec10_q.png") no-repeat scroll 0 0;
	background-size:42px 43px;
	box-sizing:border-box;
}


.sec10 dd{
	color:#FFF;
	padding:0 0 0 20px;
	background:url("../images/sec10_a.png") no-repeat scroll 0 0;
	background-size:13px 16px;
	box-sizing:border-box;
	margin:15px 0 50px;
}

.sec10 dd:last-child{
	margin-bottom:0;
}

@media screen and (max-width:767px) {
.sec10{padding:50px 0;}

}


/*
sec11
***********************/
.sec11 {
	margin: 0;
	padding: 80px 0;
	background:#FFF;
}


.sec11 .wrap{
	max-width:950px;
	margin:0 auto;
}

.sec11 h3 img{
	max-width:395px;	
}


.sec11 p{
	color:#89afb7;
	font-weight:bold;
}


.sec11 p.tel_btn a:hover img,.sec11 .contact-mail-btn a:hover img{
opacity: .3;
-webkit-opacity: .3;
-moz-opacity: .3;
filter: alpha(opacity=70);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
-webkit-transition: opacity 3s ease-out;
-moz-transition: opacity 3s ease-out;
-ms-transition: opacity 3s ease-out;
transition: opacity 3s ease-out;
}

.contact-mail{
	max-width:950px;
	margin:10px auto;
}

@media screen and (max-width:767px) {
.sec11{padding: 40px 0;}

}










/*
combo
***********************/
.kumiawase {
	background-color: #102d42;
}
.combo-title {
	margin-bottom: 4rem;
	color: #fff;
	text-align: center;
	line-height: 1.8;
}
.combo-title span {
	color: #d0ae2f;
}
.come3 {
	font-size: 16px;
	text-align: center;
	font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
	color: #fff;
}
.ctable {
	border-top: 1px solid #102d42;
	border-right: 1px solid #102d42;
	width: 100% !important;
	border-spacing: 0;
	margin: 0 auto 20px;
	font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.ctable thead {
	background-color: #82bab1;
	width: 100%;
	color: #fff;
	font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
	font-size: 3rem;
	text-align: center;
	padding: 15px 10px;
}
.ctable .thl {
	width: 60%;
}
.ctable .thr {
	width: 40%;
}
.ctable th,.ctable td {
	border-bottom: 1px solid #102d42;
	border-left: 1px solid #102d42;
	text-align: center;
	padding: .5em 1em;
	letter-spacing: 2px;
}
.ctable th { 
	background-color: #82bab1;
	color: #fff;
}
.ctable tbody {
	width: 100%;
	background-color: #effaf6;
}
.ctable .tdl {
	font-size: 26px;
	color: #102d42;
	font-weight: bold;
}
.ctable .tdl span {
	font-size: 18px;
}
.ctable .tdr {
	color: #d0ae2f;
	font-weight: bold;
	font-size: 26px;
	text-align: right !important;
}
@media screen and (max-width:767px) {
.combo-title.title {
	margin-bottom: 2rem;
	font-size: 18px;
}
.come3 {
	font-size: 16px;
	text-align: center;
	font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
	color: #fff;
}
	.ctable {
	width: 100%;
	border: none;
	padding: 10px;
	}
.ctable thead {
	display: none;
	}
.ctable tr {
	border-top: none;
	display: block;
	margin-bottom: 20px;
	}
.ctable .tdl,
.ctable .tdr {
	border-right: none;
	border-left: none;
	border-bottom: none;
	display: block;
	width: 100%;
	padding: .5em 1em;
	text-align: center !important;
}
/* tdのデザイン */
.ctable td:nth-of-type(1) { 
	background-color: #82bab1;
	color: #102d42;
	}
/*td:beforeのデザイン*/
.ctable td:before {
	background-color: transparent;
	color: #555;
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
}
	
/* contentでタイトルを追加 */
.ctable td:nth-of-type(2):before { content: "通常料金";}
.ctable td:nth-of-type(3):before { content: "通常料金";}
.ctable td:nth-of-type(4):before { content: "通常料金";}
}



/*
reason
*******************/
.bbdot {
	border-bottom: 2px dotted #777;
}
.reason-text-top {
	font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #d0ae2f;
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.reason-text {
	font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #102d42;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
}

/*
director
*******************/

.director-desc {
	padding: 4.8rem 0;
	color: #fff;
	background-color: #102d42;
}

.director-desc-title {
	padding: 6.8rem 0;
	text-align: center;
	background: -webkit-radial-gradient(center ellipse, rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0) 100%);
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0) 100%);
}

.director-desc h2 {
	font-size: 3rem;
	position: relative;
	display: inline-block;
	text-align: center;
	text-indent: .4rem;
	color: #d8c382;
	text-shadow: 0 0 10px rgba(18, 47, 62, .9);
}

.director-desc h2 br {
	display: none;
}

.director-desc h2::before,
.director-desc h2::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -13.6rem;
	display: inline-block;
	width: 12rem;
	height: 6.4rem;
	margin: auto;
	content: '';
	background: url('../images/deco-gold.png') 0 0 no-repeat;
	background-size: 100%;
}

.director-desc h2::after {
	right: -13.6rem;
	left: auto;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.director-desc-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.director-desc-content:last-of-type {
	flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}

.director-desc-content:last-of-type figure {
	width: 35%;
}

.director-desc-content:last-of-type .director-desc-media {
	width: 65%;
	padding-right: 10%;
	padding-left: 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.director-desc-content figure {
	width: 30%;
	margin: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.director-desc-content figure img {
	max-width: 100%;
}

.director-desc-content figure figcaption {
	line-height: 1.5;
	margin-top: 1rem;
}

.director-desc-content figure figcaption b {
	font-size: 2rem;
	font-weight: 600;
	display: block;
}

.director-desc-media {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
	width: 70%;
	padding-left: 2.5%;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.director-desc-media-career {
	width: 60%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.director-desc-media-career dl dt,
.director-desc-media-career dl dd {
	line-height: 2;
}

.director-desc-media-career dl dt {
	font-weight: 400;
}

.director-desc-media-affiliation {
	width: 40%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.director-desc-media-affiliation dl dt,
.director-desc-media-affiliation dl dd {
	line-height: 1.5;
}

.director-desc-media-affiliation dl dt {
	font-weight: 400;
}

.director-desc-media p {
	width: 100%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.director-title {
	margin-bottom: 4rem;
	color: #d0ae2f;
	text-align: center;
	overflow: hidden;
	display: block !important;
}
.director-title span {
	position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: left;
}
.director-title span::before,
.director-title span::after {
	position: absolute;
    top: 50%;
    content: " ";
    width: 400%;
    height: 2px;
    background-color: #fff;
}
.director-title span::before {
	right: 100%;
}
.director-title span::after {
	left: 100%;
}
.bbs2 {
	border-bottom: 2px solid #fff;
	padding-bottom: 20px;
}
.director-text {
	margin-top: 20px;
}
.contact-mail2 {
	display: block;
	margin-bottom: 15px;
}

.contact-mail-btn2 {
	width: 100%;
	height: 8.4rem;
	border-radius: 10px;
	margin: 5px auto 15px;
}
.contact-mail-btn2 .btn {
	font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 3rem;
	box-sizing: border-box;
	padding: 2.5rem 0;
	color: #fff;
	border-radius: .8rem;
	box-shadow: 4px 4px 0 #cecece;
	font-weight: bold;
}

.contact-mail-btn2 .btn:hover,
.contact-mail-btn2 .btn.hover {
	-webkit-transform: translate(4px, 4px);
	-ms-transform: translate(4px, 4px);
	transform: translate(4px, 4px);
	box-shadow: none;
}




















.hero p {
	font-size: 2.2rem;
	line-height: 2;
	text-align: center;
}

.hero-title {
	font-size: 6.4rem;
}

.hero-title br {
	display: none;
}

.hero h3 {
	font-size: 3.6rem;
}

.hero figure {
	width: 57.6%;
	margin: 1rem auto 0;
}

.hero figure img {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	max-width: 100%;
}


footer {
	padding:60px 0 40px;
	text-align: center;
	color: #fff;
	background-color: #102d42;
}

footer p small {
	font-size: 1.3rem;
	line-height: 8rem;
}

@media all and (-ms-high-contrast: none) {

.lines-on-sides *::-ms-backdrop,
.contact-title *::-ms-backdrop,
.lines-on-sides::after,
.contact-title::after,
.lines-on-sides::before,
.contact-title::before {
	visibility: hidden;
}

.price-list li h4 *::-ms-backdrop,
.price-list li h4::after {
	visibility: hidden;
}

}

@media screen and (min-width: 1000px) {

.intro-card ul li:nth-child(3n) {
	margin-right: 0;
}

}

@media screen and (max-width: 999px) {

br.mqbr.lg {
	display: inline;
}

section {
	padding: 2rem 0 3rem;
}

section.arrow + section {
	padding: 5.3rem 0 3rem;
}

section.arrow::after {
	bottom: -33px;
	border-width: 33px 75px 0 75px;
}

.wrap {
	width: 100%;
	padding: 0 3rem;
}

.wrap.icon::before {
	margin-bottom: 1.4rem;
}

.title.deco::before,
.title.deco::after {
	display: none;
}

.gnav {
	padding: 0 3rem;
}

.gnav ul li a:hover,
.gnav ul li a.hover {
	text-decoration: none;
}

.contact-caption h3 {
	font-size: 2.8rem;
}

.contact-caption h3::before,
.contact-caption h3::after {
	left: -8.05rem;
	width: 7.7rem;
	height: 3.5rem;
}

.contact-caption h3::after {
	right: -8.05rem;
}

.hero p {
	font-size: 1.4rem;
}

.hero-title {
	font-size: 2.8rem;
}

.hero h3 {
	font-size: 1.8rem;
}

.intro-card ul li {
	width: 48%;
	margin-right: 2%;
}

.intro-card ul li:nth-child(2n) {
	margin-right: 0;
}

.point-title span.block {
	display: block;
	margin: 0 auto;
}

.point-desc-comment h3 {
	font-size: 2.4rem;
}

.point-desc-comment h3::before {
	font-size: 5.8rem;
}

.director-desc h2 {
	font-size: 2.4rem;
}

.director-desc h2::before,
.director-desc h2::after {
	display: none;
}

.director-desc-content:not(:last-of-type) {
	margin-bottom: 4rem;
}

.director-desc-media {
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.director-desc-media-career {
	width: 100%;
	margin-bottom: 2rem;
}

.director-desc-media-affiliation {
	width: 100%;
	margin-bottom: 2rem;
}

.merit-desc-content-wrap figure figcaption {
	float: none;
	flex-direction: column;
	margin-bottom: 2rem;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.merit-desc-content-wrap figure figcaption .num {
	float: none;
	margin-right: 0;
}

.flow-desc-title {
	line-height: 1.5;
}

.flow-desc-media figure {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 2.8rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flow-desc-media-notes h3 {
	font-size: 2.4rem;
}

.flow-desc-media-notes h3 .num {
	font-size: 5rem;
	display: block;
	margin-right: 0;
	margin-bottom: .6rem;
}

.flow-desc-media-notes h3 .num::before {
	font-size: 2.4rem;
}

.flow-desc-content dl dt {
	width: 15%;
}

.flow-desc-content-notes {
	padding: 1.8rem;
}

}

@media screen and (max-width: 767px) {

br.mqbr.md {
	display: inline;
}

section.arrow + section {
	padding: 4.2rem 0 3rem;
}

section.arrow::after {
	bottom: -22px;
	border-width: 22px 50px 0 50px;
}

.title {
	font-size: 2.4rem;
}

.back-btn {
	display: none !important;
}

.panel-btn {
	display: inline-block !important;
}

.panel-btn.active {
	left: calc(50% + 1rem);
}

header {
	padding-bottom: 1.8rem;
}

.gnav {
	display: none;
	margin-top: 0;
}

.gnav.fixed {
	position: fixed;
	top: 0;
	left: -50vw;
	display: block;
	overflow-y: scroll;
	width: 50vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	-webkit-transition: left .5s;
	transition: left .5s;
	background-color: #fff;
}

.gnav ul {
	display: block;
	margin-bottom: 0;
}

.gnav ul:last-of-type {
	padding: 0;
}

.gnav ul li {
	display: block;
	margin-bottom: 0;
	border-bottom: 1px dashed #777;
}

.gnav ul li a {
	line-height: 4.8rem;
	display: block;
	width: 100%;
	height: 100%;
}

.gnav-toggle {
	display: block;
}

.contact-tel address a {
	font-size: 4.8rem;
}

.contact-caption {
	margin-top: 3.2rem;
}

.contact-caption h3 {
	font-size: 2rem;
}

.contact-caption h3::before,
.contact-caption h3::after {
	left: -5.75rem;
	width: 5.5rem;
	height: 2.5rem;
}

.contact-caption h3::after {
	right: -5.75rem;
}

.contact-caption p {
	font-size: 1.4rem;
}

.point-desc ul li {
	flex-direction: column;
	margin-bottom: 4rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.point-desc ul li:nth-child(2n) {
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.point-desc ul li:nth-child(2n) .point-desc-photo {
	padding-right: 0;
	padding-left: 0;
}

.point-desc-photo {
	width: 100%;
	margin-bottom: 1rem;
	padding-left: 0;
}

.point-desc-comment {
	width: 100%;
}

.director-desc-content:not(:last-of-type) {
	margin-bottom: 3rem;
}

.merit-desc-content-wrap figure figcaption {
	font-size: 2rem;
}

.merit-desc-content-wrap figure figcaption .mq-br {
	display: none;
}

.merit-desc-content-wrap figure figcaption .mq-comma {
	display: inline;
}

.price-list-table dl dt {
	width: 55%;
}

.flow-desc-media figure {
	padding: 0 1.4rem;
}

.flow-desc-media-payment-btn {
	width: 75%;
}

}

@media screen and (max-width: 479px) {

br.mqbr.sm {
	display: inline;
}

body.active-nav {
	-webkit-transform: translateX(75vw);
	-ms-transform: translateX(75vw);
	transform: translateX(75vw);
}

.wrap {
	width: 100%;
	padding: 0 1.5rem;
	
}

.wrap.icon::before {
	margin-bottom: .8rem;
}

.title {
	font-size: 1.8rem;
}

.panel-btn.active {
	left: calc(75% + 1rem);
}

header .wrap {
	padding: 0;
}

header h1 {
	width: 75%;
	padding: 0 1.5rem;
}

.gnav.fixed {
	left: -75vw;
	width: 75vw;
}

.contact-title {
	font-size: 1.8rem;
	width: 100%;
	margin-bottom: 2.8rem;
	text-align: center;
}

.contact-title::before,
.contact-title::after {
	display: none;
}

.contact-mail {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contact-mail-btn {
	width: 100%;
	height: 5.6rem;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.contact-mail-btn:nth-of-type(even) {
	margin-top: 0.25rem;
	margin-left: auto;
	margin-right: auto;
}

.contact-mail-btn .btn {
	font-size: 2.4rem;
	padding: 1.4rem 0;
}

.contact-tel address a {
	font-size: 3.2rem;
}

.contact-tel p {
	font-size: 1.1rem;
}

.contact-caption {
	margin-top: 2rem;
}

.contact-caption h3 {
	font-size: 1.6rem;
}

.contact-caption h3::before,
.contact-caption h3::after {
	display: none;
}

.contact-caption p {
	font-size: 1rem;
}

.hero {
	white-space: normal;
}

.hero::before {
	padding-top: 81.6%;
}

.hero-title {
	font-size: 2.8rem;
	margin-bottom: 1rem;
}

.hero-title br {
	display: block;
}

.hero figure {
	width: 90%;
}

.intro-card ul li {
	width: 100%;
	margin-right: 0;
}

.question-media ul li h3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.question-media ul li h3::before {
	float: left;
}

.question-media ul li h3::after {
	display: block;
	clear: both;
	content: '';
}

.point-desc-comment h3 {
	font-size: 2rem;
}

.point-desc-comment h3::before {
	font-size: 4.4rem;
}

.director-desc-title {
	padding: 4rem 0;
}

.director-desc h2 {
	line-height: 1.5;
}

.director-desc h2 br {
	display: block;
}

.director-desc-content {
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.director-desc-content:last-of-type {
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.director-desc-content:last-of-type figure {
	width: 100%;
}

.director-desc-content:last-of-type .director-desc-media {
	width: 100%;
	padding-right: 0;
}

.director-desc-content figure {
	width: 100%;
	margin-bottom: 2rem;
}

.director-desc-media {
	width: 100%;
	padding-left: 0;
}

.merit-desc-content {
	width: 100%;
	padding-bottom: 2.4rem;
}

.merit-desc-content:nth-of-type(-n+2) .merit-desc-content-wrap {
	height: auto;
}

.merit-desc-content-wrap figure figcaption .mq-br {
	display: inline;
}

.merit-desc-content-wrap figure figcaption .mq-comma {
	display: none;
}

.merit-desc-content-wrap figure figcaption .num {
	font-size: 5rem;
}

.merit-desc-content-wrap figure figcaption .num::before {
	font-size: 2.4rem;
}

.merit-desc-notes {
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.merit-desc-notes figure {
	width: 100%;
	margin-bottom: 2rem;
}

.merit-desc-notes-comment {
	width: 100%;
}

.merit-desc-notes-comment h3 {
	font-size: 2.4rem;
}

.price-list-content {
	display: block;
}

.price-list-content figure {
	display: block;
	width: 100%;
}

.price-list-content p {
	display: block;
	margin-top: 1rem;
	padding: 0;
}

.flow-desc-media:nth-of-type(odd) {
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.flow-desc-media figure {
	width: 100%;
	margin-bottom: 1.6rem;
	padding: 0;
}

.flow-desc-media-notes {
	width: 100%;
	padding: 0;
}

.flow-desc-media-payment-btn {
	width: 100%;
}

.flow-desc-content dl {
	display: block;
}

.flow-desc-content dl dt,
.flow-desc-content dl dd {
	display: block;
}

.flow-desc-content dl dt {
	width: 100%;
}

footer {
	height: auto;
	padding: 1.6rem 0;
}

footer p small {
	line-height: 1.5;
}

}

@-webkit-keyframes show {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes show {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

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

.container { max-width: 100% !important;}

