@charset "UTF-8";
/*! normalize.css v4.1.1 | 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] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
/* 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: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ff0;
	color: #000;
}
/**
 * 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: -0.25em;
}
sup {
	top: -0.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 {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
/* 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 {
 border-style: none;
 padding: 0;
}

/**
 * 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 {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 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 {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
/* 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"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
/* 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 {
 color: inherit;
 opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
 -webkit-appearance: button;
  /* 1 */
  font: inherit;
/* 2 */ }
/**
 * responsive
 * -------------------------------------------------------------------------------------------------
 */
/**
 * common
 * -------------------------------------------------------------------------------------------------
 */
* {
	box-sizing: border-box;
}
html {
	min-width: 1010px;
	font-size: 62.5%;
	color: #1F1813;
	overflow-x: hidden;
}

@media only screen and (max-width: 640px) {
html {
	font-size: 120.0%;
}
}
body {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
}
p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, figure {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}
article, section, .inner {
	clear: both;
}
li {
	list-style: none;
}
.mincho, html, .flow > div section.block-three span, main article#about .inner section.introduct h4.director {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gothic, .flow > div section.block-three p.way, main article#gankenkasui section.about .desc p, main article#gankenkasui section.about .desc h5, main article#gankenkasui section.about .desc ul li, main article#chiryou p.desc, main article#chiryou .merit ul li, main article#chiryou .demerit ul li, main article#chiryou ul.check-list li, main article#special .inner p.desc, main article#special .inner .message, main article#example .inner section.voices .letter dl dt, main article#example .inner section.voices .letter dl dd, main article#price .inner table tbody td .price, main article#price .inner table tbody td .en, main article#price .inner ul.caution li, main article#price .inner .pay-way, main article#flow .inner p.desc, main article#flow .inner h4, main article#flow .inner ul.list li, main article#about .inner h4, main article#about .inner p.desc, main article#about .inner section.guide section.access .info ul.toway li, footer .band {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.clearfix, article, section, .inner, .block, .block-three, .info-box, .info-box .frame, header, header nav.information .right dl.time, main article#catch ul, main article#chiryou ul.links, main article#chiryou .merit, main article#chiryou .demerit, main article#chiryou ul.check-list, main article#chiryou figure {
	zoom: 1;
}
.clearfix:after, article:after, section:after, .inner:after, .block:after, .block-three:after, .info-box:after, .info-box .frame:after, header:after, header nav.information .right dl.time:after, main article#catch ul:after, main article#chiryou ul.links:after, main article#chiryou .merit:after, main article#chiryou .demerit:after, main article#chiryou ul.check-list:after, main article#chiryou figure:after {
	content: '';
	display: block;
	clear: both;
}
.inner {
	width: 1000px;
	margin: 0 auto;
}
.block {
	float: left;
	width: 50%;
}

@media only screen and (max-width: 640px) {
.block {
	float: none;
	width: 100%;
}
}
.block-three {
	float: left;
	width: 293px;
	margin-left: 20px;
	clear: none;
}
.block-three.step1 {
	margin-left: 0;
}

@media only screen and (max-width: 640px) {
.block-three {
	float: none;
	width: 100%;
	margin-left: 0;
}
}
.block.clear {
	clear: both;
}
.shadow-box, .info-box, header .global-navi, main article#gankenkasui, main article#chiryou .box, main article#special .inner, main article#example .inner, main article#price .inner, main article#flow .inner {
	box-shadow: 0px 0px 15px 0px #8f8f8f;
	-moz-box-shadow: 0px 0px 15px 0px #8f8f8f;
	-webkit-box-shadow: 0px 0px 15px 0px #8f8f8f;
 filter: progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=0, strength=8, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=90, strength=8, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=180, strength=8, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=270, strength=8, enabled=true);
	background-color: white;
}
.frame-box, header nav.information .left .way, header nav.information .right dl dt {
	border: solid 1px #231815;
	position: relative;
	background-color: white;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	padding: 14px 10px;
	line-height: 1.0;
}
@media only screen and (max-width: 640px) {
.frame-box, header nav.information .left .way, header nav.information .right dl dt {

}
}
.frame-box:before, header nav.information .left .way:before, header nav.information .right dl dt:before {
	content: '';
	border: solid 1px #231815;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 1px;
	left: 1px;
}
.balloon, main article#gankenkasui section.about .desc h4, main article#price .inner section.hoken h3, main article#price .inner section.jihi h3 {
	background: url(../images/balloon-back.png) no-repeat center center #A4885D;
	font-size: 24px;
	font-size: 2.4rem;
	color: white;
	padding: 8px;
	text-align: center;
	position: relative;
}
.balloon:before, main article#gankenkasui section.about .desc h4:before, main article#price .inner section.hoken h3:before, main article#price .inner section.jihi h3:before {
	content: '';
	box-sizing: border-box;
	width: 10px;
	height: 20px;
	display: block;
	position: absolute;
	border-top: solid 18px #A4885D;
	border-right: solid 7px transparent;
	border-bottom: solid 7px transparent;
	border-left: solid 7px transparent;
	bottom: -25px;
	left: 25px;
}
.arrow-right, main article#gankenkasui section.about .desc ul li, main article#chiryou .merit ul li, main article#chiryou .demerit ul li {
	position: relative;
	padding-left: 20px;
}
.arrow-right:before, main article#gankenkasui section.about .desc ul li:before, main article#chiryou .merit ul li:before, main article#chiryou .demerit ul li:before {
	content: '';
	box-sizing: border-box;
	width: 5px;
	height: 10px;
	display: block;
	position: absolute;
	border-top: solid 5px transparent;
	border-right: solid 5px transparent;
	border-bottom: solid 5px transparent;
	border-left: solid 10px #A4885D;
	bottom: 8px;
	left: 3px;
}

@media only screen and (max-width: 640px) {
.arrow-right:before, main article#gankenkasui section.about .desc ul li:before, main article#chiryou .merit ul li:before, main article#chiryou .demerit ul li:before {
	left: 70px;
	margin-top: 20px;
}
}
.corner-title, main article#chiryou h2, main article#example h2, main article#price h2, main article#flow h2, main article#about h2 {
	color: white;
	font-size: 48px;
	font-size: 4.8rem;
	background: url(../images/corner-title-back.png) no-repeat center center #A4885D;
	text-align: center;
	padding: 57px 0;
	text-shadow: 1px 2px 2px rgba(164, 136, 93, 0.75);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX = 1,OffY = 2,Color = #bfa4885d,Positive = true)";
	zoom: 1;
 filter: progid:DXImageTransform.Microsoft.dropshadow(OffX = 1, OffY = 2, Color = #bfa4885d, Positive = true);
}
.info-box {
	background: url(../images/info-box-head.png) no-repeat center top white;
	width: 920px;
	margin: 0 auto;
	position: relative;
}
.info-box .left, .info-box .right {
	float: left;
	width: 50%;
}
.info-box .frame {
	background: url(../images/info-box-foot.png) no-repeat center bottom;
	min-height: 240px;
	padding: 15px;
}
.info-box .frame p.logo {
	margin-top: 25px;
	margin-left: 20px;
	margin-bottom: 25px;
}
.info-box .frame dl.time {
	margin-left: 20px;
	position: relative;
}
.info-box .frame dl.time:before {
	content: '';
	display: inline-block;
	width: 46px;
	height: 40px;
	background-color: white;
	border: solid 1px #231815;
	position: absolute;
	z-index: 0;
	box-sizing: border-box;
}
.info-box .frame dl.time dt {
	display: inline-block;
	background-color: white;
	border: solid 1px #231815;
	font-size: 14px;
	font-weight: 500;
	width: 46px;
	height: 40px;
	position: absolute;
	z-index: 10;
	box-sizing: border-box;
	top: 2px;
	left: 2px;
	padding: 3px 7px;
	line-height: 1.2;
	letter-spacing: 1px;
}
.info-box .frame dl.time dd ul {
	margin-left: 50px;
	font-weight: 500;
}
.info-box .frame dl.time dd ul li {
	margin-bottom: 3px;
	font-size: 16px;
	float: left;
}
.info-box .frame dl.time dd ul li.line1, .info-box .frame dl.time dd ul li.line3 {
	width: auto;
}
.info-box .frame dl.time dd ul li.line2, .info-box .frame dl.time dd ul li.line4 {
	width: auto;
}
.info-box-address, .info-box .frame address, main article#flow .inner address {
	font-style: normal;
	position: relative;
	padding-left: 20px;
	font-weight: 500;
}
.info-box-address p, .info-box .frame address p, main article#flow .inner address p {
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 35px;
	margin-bottom: 10px;
}
.info-box-address div.tel, .info-box .frame address div.tel, main article#flow .inner address div.tel {
	margin-bottom: 25px;
}
.info-box-address div.mail, .info-box .frame address div.mail, main article#flow .inner address div.mail {
	margin-bottom: 0;
}
.flow {
	margin-bottom: 80px;
}
/*
.flow > div {
	margin-left: 20px;
}*/

@media only screen and (max-width: 640px) {
.flow > div {
	margin-left: 0;
}
}
.flow > div section.block-three {
	margin-left: 20px;
}

@media only screen and (max-width: 640px) {
.flow > div section.block-three {
	padding-right: 40px;
}
.flow > div section.block-three h5 img {
	width: 100%;
}
}
.flow > div section.block-three span {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #A4855D;
}
.flow > div section.block-three p.way {
	height: 95px;
	line-height: 1.8;

}

@media only screen and (max-width: 640px) {
.flow > div section.block-three p.way {
	height: auto;
	margin-bottom: 20px;	
	font-size: 1.25em;
	width: 100%;
}
}
.flow > div section.block-three figure {
	margin: 0 !important;
}
.flow > div section.block-three figure figcaption {
	font-size: 16px;
	font-size: 1.6rem;
	color: #A4855D;
}

@media only screen and (max-width: 640px) {
.flow > div section.block-three figure {
	text-align: center;
}
.flow > div section.block-three figure img {
	width: 80%;
	float: none !important;
}
}
/**
 * header
 * -------------------------------------------------------------------------------------------------
 */
/* --- header --- */
header {
	background-image: url(../images/header-back.jpg);
	background-position: top center;
	background-repeat: repeat;
	padding-bottom: 32px;
}
header .global-navi {
	position: fixed;
	z-index: 9999;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: 70px;
	overflow: hidden;
	overflow: visible\9;
	top: -8px\9;
}

@media only screen and (max-width: 640px) {
header .global-navi {
	height: 120px;
	border-color: #FFFFFF;
}
}
header .global-navi ul li {
	float: left;
	text-align: center;
	width: 20%;
}
header .global-navi ul li a {
	color: #4A3B16;
	text-decoration: none;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	display: inline-block;
	padding: 17px;
	padding: 25px\9;
	position: relative;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 640px) {
header .global-navi ul li a {
	font-size: 1.4rem;
	padding-top: 40px;
}
}
header .global-navi ul li a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 1px;
	background-color: #BBBBBB;
	margin-top: 10px;
	margin-top: 18px\9;
}

@media only screen and (max-width: 640px) {
header .global-navi ul li a:before {
	height: 100px;
}
}
header .global-navi ul li a i {
	color: #585858;
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
	font-style: normal;
	font-weight: 300;
	margin-top: 3px;
}

@media only screen and (max-width: 640px) {
header .global-navi ul li a i {
	font-size: 0.9rem;
}
}
header .global-navi ul li a:hover {
	background-color: #eee;
}
header .global-navi ul li:first-child a:before {
	content: none;
}
header nav.information {
	padding-top: 90px;
}

@media only screen and (max-width: 640px) {
header nav.information {
	padding-top: 150px;
}
}
header nav.information .left {
	float: left;
}
header nav.information .left .logo {
}

header nav.information .left .way {
	width: 333px;
	font-weight: 500;
	margin-top: 4px;
}
@media only screen and (max-width: 640px) {
header nav.information .left .way {
margin-top: 9px;
}
}
header nav.information .right {
	float: right;
	width: 520px\9;
	padding-top: 19px;
}
header nav.information .right dl dt {
	width: 110px;
	float: left;
	margin-right: 30px;
}

@media only screen and (max-width: 640px) {
header nav.information .right dl dt {
	width: 200px;
}
}
header nav.information .right dl dd {
	width: 370px;
	width: 380px\9;
	float: left;
}
header nav.information .right dl.time {
	margin-bottom: 25px;
	font-weight: 500;
}
header nav.information .right dl.time dd ul li {
	font-size: 16px;
	float: left;
	line-height: 1.4;
	white-space: nowrap;
}
header nav.information .right dl.time dd ul li.line1, header nav.information .right dl.time dd ul li.line3 {
	width: 36.5555%;
}
header nav.information .right dl.time dd ul li.line2, header nav.information .right dl.time dd ul li.line4 {
	/*width: 48%;*/
}
header nav.information .right dl.reserve dt {
	text-align: left;
	font-weight: 500;
	line-height: 1.0;
	padding: 8px 0px 6px 4px;
}
@media only screen and (max-width: 640px) {
header nav.information .right dl.reserve dt {
	padding: 12px 12px ;
}
}
header nav.information .right dl.reserve address {
	text-align: right;
	padding-right: 10px;
}

@media only screen and (max-width: 640px) {
header nav.information .right dl.reserve address img {
	margin-top: 18px;
}
}
main {
	clear: both;/**
   * キャッチ部分
   * ---------------------------------------------------------------------------------------------
   */
  /**
   * 眼瞼下垂
   * ---------------------------------------------------------------------------------------------
   */
  /**
   * 眼瞼下垂の治療方法
   * ---------------------------------------------------------------------------------------------
   */
  /**
   * 目元治療のスペシャリストとして、様々な治療もご提供しています。
   * ---------------------------------------------------------------------------------------------
   */
  /**
   * 症例紹介
   * ---------------------------------------------------------------------------------------------
   */
  /**
   * 費用について
   * ---------------------------------------------------------------------------------------------
   */
  /**
   * 治療の流れ
   * ---------------------------------------------------------------------------------------------
   */
  /**
   * クリニック紹介
   * ---------------------------------------------------------------------------------------------
   */ }
main article#catch:before, main article#catch:after {
	content: '';
	display: block;
	height: 5px;
	background: url(../images/catch-border.png) repeat;
}
main article#catch:before {
	margin-bottom: 35px;
}
main article#catch:after {
	margin-bottom: 70px;
}
main article#catch h2 {
	color: #201813;
	font-size: 36px;
	font-size: 3.6rem;
	background: url(../images/catch-double-line.png) repeat-x center;
	text-align: center;
	margin-bottom: 35px;
}
main article#catch h2 em {
	font-style: normal;
	background-color: white;
	padding: 0 20px;
}
main article#catch h2 span {
	font-size: 24px;
	font-size: 2.4rem;
}
main article#catch ul {
	width: 100%;
	margin-bottom: 35px;
}
main article#catch ul li {
	display: block;
	float: left;
	width: 33% \9;
	width: calc(100% / 3);
}
main article#catch ul li.parts1 {
	text-align: left;
}
main article#catch ul li.parts2 {
	text-align: center;
}
main article#catch ul li.parts3 {
	text-align: right;
}
main article#catch .block.desc {
	padding-top: 18px;
	margin-bottom: 57px;
}
main article#catch .block.desc img.desc1 {
}
main article#catch .block.desc img.desc2 {
	margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
main article#catch .block.desc img.desc1 {
	margin-bottom: 40px;
}
main article#catch .block.desc img.desc2 {
padding-top: 10px;
}
}

main article#catch .block.desc p {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.5;
	white-space: nowrap;
}

@media only screen and (max-width: 640px) {
main article#catch .block.desc p {
	white-space: normal;
}
main article#catch .block.desc p br {
	display: none;
}
}
main article#catch figure {
	text-align: right;
	margin-bottom: 57px;
}

@media only screen and (max-width: 640px) {
main article#catch figure {
	text-align: center;
}
main article#catch figure img {
	width: 80%;
}
}
main article#gankenkasui {
	padding: 40px;
	margin-bottom: 100px;
}
main article#gankenkasui h2 {
	border: solid 1px #A4885D;
	font-size: 36px;
	font-size: 3.6rem;
	color: #201813;
	padding: 60px 0;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}

@media only screen and (max-width: 640px) {
main article#gankenkasui h2 {
	line-height: 1.7;
}
}
main article#gankenkasui h2:before {
	content: '';
	border: solid 1px #A4885D;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 5px;
}
main article#gankenkasui h2 span {
	position: relative;
	font-weight: 500;
}
main article#gankenkasui h2 span:before {
	content: '●';
	display: block;
	position: absolute;
	left: 50%;
	top: -10px;
	font-size: 10px;
	font-size: 1.0rem;
	margin-left: -5px;
}

@media only screen and (max-width: 640px) {
main article#gankenkasui h2 span:before {
	top: -20px;
}
}
main article#gankenkasui h2 span:after {
	display: block;
	position: absolute;
	bottom: -10px;
	font-size: 10px;
	font-size: 1.0rem;
	left: 0;
	width: 100%;
	text-align: center;
}

@media only screen and (max-width: 640px) {
main article#gankenkasui h2 span:after {
	bottom: -20px;
}
}
main article#gankenkasui h2 span.ruby-gan:after {
	content: 'がん';
}
main article#gankenkasui h2 span.ruby-ken:after {
	content: 'けん';
}
main article#gankenkasui h2 span.ruby-ka:after {
	content: 'か';
}
main article#gankenkasui h2 span.ruby-sui:after {
	content: 'すい';
}
main article#gankenkasui section.konna {
	background: url(../images/gankenkasui-picture.jpg) no-repeat right center;
}
main article#gankenkasui section.konna .balloon, main article#gankenkasui section.konna section.about .desc h4, main article#gankenkasui section.about .desc section.konna h4, main article#gankenkasui section.konna article#price .inner section.hoken h3, main article#price .inner section.hoken article#gankenkasui section.konna h3, main article#gankenkasui section.konna article#price .inner section.jihi h3, main article#price .inner section.jihi article#gankenkasui section.konna h3 {
	width: 440px;
	margin-bottom: 35px;
}

@media only screen and (max-width: 640px) {
main article#gankenkasui section.konna .balloon, main article#gankenkasui section.konna section.about .desc h4, main article#gankenkasui section.about .desc section.konna h4, main article#gankenkasui section.konna article#price .inner section.hoken h3, main article#price .inner section.hoken article#gankenkasui section.konna h3, main article#gankenkasui section.konna article#price .inner section.jihi h3, main article#price .inner section.jihi article#gankenkasui section.konna h3 {
	width: auto;
}
}
main article#gankenkasui section.konna ul {
	margin-bottom: 40px;
}
main article#gankenkasui section.konna ul li {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 25px;
}

@media only screen and (max-width: 640px) {
main article#gankenkasui section.konna ul li {
	font-size: 2.0rem;
}
}
main article#gankenkasui section.konna ul li span {
	font-size: 36px;
	font-size: 3.6rem;
}

@media only screen and (max-width: 640px) {
main article#gankenkasui section.konna ul li span {
	font-size: 3.2rem;
}
}
main article#gankenkasui section.konna ul li:before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 42px;
	background: url(../images/check.png) no-repeat;
	margin-right: 20px;
	padding-bottom: 10px;
	vertical-align: middle;
}
main article#gankenkasui section.about h3 {
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center;
}
main article#gankenkasui section.about h3:before, main article#gankenkasui section.about h3:after {
	content: '';
	display: block;
	height: 20px;
	background: url(../images/gankenkasui-bar.png) no-repeat;
	text-align: center;
}
main article#gankenkasui section.about h3:before {
	margin-bottom: 35px;
}
main article#gankenkasui section.about h3:after {
	margin-top: 50px;
	margin-bottom: 45px;
}
main article#gankenkasui section.about .desc h4 {
	width: 440px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
main article#gankenkasui section.about .desc h4 {
	width: auto;
}
}
main article#gankenkasui section.about .desc p {
	color: #1F1813;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}
@media only screen and (max-width: 640px) {
main article#gankenkasui section.about .desc p {
	font-size: 1.25em;
}
}
main article#gankenkasui section.about .desc p.bottom {
	margin-bottom: 60px;
}
main article#gankenkasui section.about .desc h5 {
	color: #1F1813;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	margin-top: 1em;
}
main article#gankenkasui section.about .desc ul {
	margin: 5px 0;
}
main article#gankenkasui section.about .desc ul li {
	color: #1F1813;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}

@media only screen and (max-width: 640px) {
main article#gankenkasui section.about .desc ul li {
	font-size: 1.25em;
}

main article#gankenkasui section.about .desc ul li:before {
	left: 0;
	margin-top: 0;
	top: 28px;
}
}
main article#gankenkasui section.about .block figure {
	text-align: right;
}

@media only screen and (max-width: 640px) {
main article#gankenkasui section.about .block figure {
	text-align: center;
}
main article#gankenkasui section.about .block figure img {
	width: 80%;
	margin: 50px;
}
}
main article#chiryou {
	background-color: #f5f1ed;
	padding-bottom: 140px;
}
main article#chiryou .inner {
	margin-bottom: 75px;
	z-index: -9999;
}
main article#chiryou p.lead {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.8;
	color: #A4855D;
	text-align: center;
	margin: 70px 0;
	font-weight: 500;
}
main article#chiryou p.lead span.w100 {
display: block;
width: 100%;
}
@media only screen and (max-width: 640px) {
main article#chiryou p.lead {
	text-align: left;
}
main article#chiryou p.lead span.w100 {
display: inline;
width: auto;
text-align: left;
}
}
main article#chiryou ul.links {
	margin-bottom: 50px;
}
main article#chiryou ul.links li {
	float: left;
	width: 25%;
}

@media only screen and (max-width: 640px) {
main article#chiryou ul.links li {
	width: 50%;
	text-align: center !important;
	padding: 20px;
}
main article#chiryou ul.links li img {
	width: 100%;
}
}
main article#chiryou ul.links li.link1 {
	text-align: left;
}
main article#chiryou ul.links li.link2 {
	text-align: center;
}
main article#chiryou ul.links li.link3 {
	text-align: center;
}
main article#chiryou ul.links li.link4 {
	text-align: right;
}
main article#chiryou .box {
	padding: 20px;
}
main article#chiryou h3 {
	background-color: #786443;
	font-size: 32px;
	font-size: 3.2rem;
	color: white;
	text-align: center;
}
main article#chiryou h3:before {
	content: '';
	display: block;
	height: 1px;
	margin: 5px 20px 20px 20px;
	padding: 5px;
	border-bottom: solid 1px white;
}
main article#chiryou h3:after {
	content: '';
	display: block;
	height: 1px;
	margin: 20px 20px 5px 20px;
	padding: 5px;
	border-top: solid 1px white;
}
main article#chiryou h3 span {
	font-size: 24px;
	font-size: 2.4rem;
}
main article#chiryou h3#kiranai {
	background: url(../images/corner-title-blue-back.png) repeat-x;
	padding: 27px 0;
}
main article#chiryou h3#kiranai:before, main article#chiryou h3#kiranai:after {
	content: none;
}

@media only screen and (max-width: 640px) {
main article#chiryou h3#kiranai {
	padding: 14px 0;
}
}
main article#chiryou p.desc {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	margin-top: 40px;
	margin-bottom: 45px;
	padding: 0 20px;
}
@media only screen and (max-width: 640px) {
main article#chiryou p.desc {
	font-size: 1.25em;
	width: 100%;
}
}
main article#chiryou .merit {
	background-color: #F5F1ED;
	padding-bottom: 25px;
	margin-bottom: 50px;
	margin-left: 20px;
	margin-right: 20px;
}
main article#chiryou .merit:before {
	content: '';
	display: block;
	border-bottom: solid 1px #D3C1AF;
	height: 5px;
	margin-bottom: 25px;
}
main article#chiryou .merit em {
	display: block;
	float: left;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: normal;
	line-height: 1.2;
	color: #751E00;
	margin-left: 20px;
	margin-right: 30px;
}
main article#chiryou .merit em:before {
	content: '';
	display: block;
	height: 60px;
	background: url(../images/maru.png) no-repeat center;
	margin-bottom: 3px;
}
main article#chiryou .merit ul {
	margin-left: 102px;
}
main article#chiryou .merit ul li {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}
main article#chiryou .merit ul li:before {
	border-left-color: #7D2A0E;
	top: 8px;
}
@media only screen and (max-width: 640px) {
main article#chiryou .merit ul li {
	font-size: 1.25em;
	padding-left: 90px;
}
}
main article#chiryou .demerit {
	background-color: #EAF4FF;
	padding-bottom: 25px;
	margin-bottom: 50px;
	margin-left: 20px;
	margin-right: 20px;
}

main article#chiryou .demerit:before {
	content: '';
	display: block;
	border-bottom: solid 1px #8EC7FF;
	height: 5px;
	margin-bottom: 25px;
}
main article#chiryou .demerit em {
	letter-spacing: -3px;
	display: block;
	float: left;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: normal;
	line-height: 1.2;
	color: #004182;
	margin-left: 20px;
	margin-right: 30px;
}

@media only screen and (max-width: 640px) {
main article#chiryou .demerit em {
	letter-spacing: -6px;
}
}
main article#chiryou .demerit em:before {
	content: '';
	display: block;
	height: 60px;
	background: url(../images/batsu.png) no-repeat center;
	margin-bottom: 3px;
}
main article#chiryou .demerit ul {
	margin-left: 102px;
}
main article#chiryou .demerit ul li {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}

@media only screen and (max-width: 640px) {
main article#chiryou .demerit ul li {
	padding-left: 90px;
	font-size: 1.25em;
}
}
main article#chiryou .demerit ul li:before {
	border-left-color: #004182;
	top: 8px;
}
main article#chiryou h4 {
	clear: both;
	font-size: 24px;
	font-size: 2.4rem;
	color: #A4865D;
	text-align: center;
	border-top: solid 1px #A4885D;
	border-bottom: solid 1px #A4885D;
	padding: 15px 0;
	margin-bottom: 45px;
	margin-left: 20px;
	margin-right: 20px;
}
main article#chiryou ul.check-list {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 60px;
}
main article#chiryou ul.check-list li {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	width: 440px;
	float: left;
	margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
main article#chiryou ul.check-list li {
	width: auto;
	float: none;
	font-size: 1.25em;
}
}
main article#chiryou ul.check-list li:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 25px;
	background: url(../images/check-mini.png) no-repeat;
	margin-right: 20px;
	vertical-align: middle;
}
main article#chiryou section.flow .block-three.step1 img.margin {
	margin-bottom: 10px;
}
main article#chiryou section.flow .block-three.step2 img.margin {
	margin-bottom: 28px;
}
main article#chiryou section.flow .block-three.step3 img.margin {
	margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
main article#chiryou section.flow .block-three.step2 {
	margin-top: 50px;
}
main article#chiryou section.flow .block-three.step3 {
	margin-top: 50px;
}
}
main article#chiryou figure {
	margin: 40px 20px 50px 20px;
}
main article#chiryou figure img {
	float: right;
}
main article#chiryou figure img:first-child {
	float: left;
}

@media only screen and (max-width: 640px) {
main article#chiryou figure.double-image img {
	height: 320px;
}
}
main article#special {
	background: url(../images/special-back.png) repeat;
	padding-bottom: 140px;
}
main article#special h2 {
	min-height: 160px;
	background: url(../images/special-title-back.png) repeat top;
	font-size: 36px;
	font-size: 3.6rem;
	color: white;
	text-align: center;
	line-height: 1.5;
	padding: 28px;
	margin-bottom: 50px;
}

@media only screen and (max-width: 640px) {
main article#special h2 {
	font-size: 3.0rem;
}
main article#special h2 br {
	display: none;
}
}
main article#special .inner {
	padding: 20px;
}
main article#special .inner h3 {
	background: url(../images/corner-title-blue-back.png) repeat-x;
	font-size: 32px;
	font-size: 3.2rem;
	color: white;
	text-align: center;
	height: 90px;
	line-height: 90px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
main article#special .inner h3 {
	font-size: 2.3rem;
}
main article#special .inner h3 br {
	display: none;
}
}
main article#special .inner p.desc {
	padding: 0 20px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 35px;
}
@media only screen and (max-width: 640px) {
main article#special .inner p.desc {
	font-size: 1.25em;
	width: 100%;
}
}
main article#special .inner .flow {
	margin-bottom: 50px;
}
main article#special .inner .flow .block-three {
	margin-bottom: 43px;
}
main article#special .inner .flow .block-three p.way {
	height: 70px;
	font-size: 16px;
	font-size: 1.6rem;
}
@media only screen and (max-width: 640px) {
main article#special .inner .flow .block-three p.way {
	height: auto;
	font-size: 1.25em;
}
}
main article#special .inner .flow figure {
	text-align: center;
}

@media only screen and (max-width: 640px) {
main article#special .inner .flow figure img {
	width: 80%;
}
}
main article#special .inner section.lift .flow {
	margin-bottom: 70px;
}
main article#special .inner section.lift .flow .block-three {
	margin-bottom: 50px;
}
main article#special .inner section.lift .flow h5 {
	margin-bottom: 12px;
}
main article#special .inner .message {
	margin: 20px;
	background-color: #F5F1ED;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.5;
	color: #221814;
	text-align: center;
	position: relative;
	padding: 30px 0;
}
main article#special .inner .message:before {
	content: '';
	position: absolute;
	display: block;
	border: solid 1px #D3C1AF;
	width: 900px;
	box-sizing: border-box;
	left: 10px;
	top: 10px;
	bottom: 10px;
}
main article#example {
	padding-bottom: 140px;
}
main article#example h2 {
	margin-bottom: 50px;
}
main article#example .inner {
	padding: 60px 40px 40px 40px;
	margin-bottom: 90px;
}
main article#example .inner h3 {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.2;
	color: #1F1813;
	border-bottom: solid 1px #A4885D;
	margin-bottom: 30px;
	position: relative;
	padding-left: 120px;
}

@media only screen and (max-width: 640px) {
main article#example .inner h3 {
	padding-left: 170px;
}
}
main article#example .inner h3 span {
	background-color: #A4885D;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	color: white;
	text-align: center;
	padding: 10px 27px;
	position: relative;
	margin-right: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}
main article#example .inner h3 span:before {
	content: '';
	box-sizing: border-box;
	width: 10px;
	height: 20px;
	display: block;
	position: absolute;
	border-top: solid 18px #A4885D;
	border-right: solid 7px transparent;
	border-bottom: solid 7px transparent;
	border-left: solid 7px transparent;
	bottom: -25px;
	left: 30px;
}
main article#example .inner h3 small {
	font-size: 24px;
	font-size: 2.4rem;
}
main article#example .inner > section {
	margin-bottom: 75px;
}
main article#example .inner > section.example04 {
	margin-bottom: 90px;
}
main article#example .inner figure {
	text-align: center;
	margin-bottom: 30px;
}
main article#example .inner p {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 30px;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color: #1F1813;
	line-height: 1.8;
}

main article#example .inner section.voices {
	margin-bottom: 15px;
}
main article#example .inner section.voices h3 {
	font-size: 24px;
	font-size: 2.4rem;
	color: #A4865D;
	text-align: center;
	border-top: solid 1px #A4885D;
	border-bottom: solid 1px #A4885D;
	padding: 15px 0;
	margin-bottom: 40px;
}
main article#example .inner section.voices .letter {
	margin-bottom: 45px;
	background: url(../images/example-comment-body-frame.jpg) repeat-y;
}
main article#example .inner section.voices .letter:before {
	content: url(../images/example-comment-head.jpg);
	display: block;
	height: 86px;
}
main article#example .inner section.voices .letter:after {
	content: url(../images/example-comment-foot.jpg);
	display: block;
	height: 100px;
}
main article#example .inner section.voices .letter dl {
	margin-left: 1px;
	background: url(../images/example-comment-body.jpg) no-repeat -1px top;
}
main article#example .inner section.voices .letter dl dt {
	padding: 1.0em 55px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
}
main article#example .inner section.voices .letter dl dt span {
	margin: 0 20px;
}
main article#example .inner section.voices .letter dl dt span.woman {
	color: #7D2A0D;
}
main article#example .inner section.voices .letter dl dt span.man {
	color: #003F80;
}
main article#example .inner section.voices .letter dl dd {
	padding: 0 55px 40px 55px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}
@media only screen and (max-width: 640px) {
main article#example .inner section.voices .letter dl dd {
	font-size: 1.25em;
	width: 100%;
}
}
main article#example .inner section.voices .letter.last {
	margin-bottom: 0;
}
main article#price {
	padding-bottom: 140px;
}
main article#price h2 {
	margin-bottom: 50px;
}
main article#price .inner {
	padding: 40px;
	margin-bottom: 90px;
}
main article#price .inner section.hoken h3 {
	width: 440px;
	background: #D9A300;
	margin-bottom: 38px;
}
main article#price .inner section.hoken h3:before {
	border-top-color: #D9A300;
}
main article#price .inner section.hoken h3 span {
	font-size: 24px;
	font-size: 2.4rem;
	text-shadow: 0px 0px 5px rgba(170, 144, 104, 0.75);
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(Color=#bfaa9068,Strength=5)";
	zoom: 1;
 filter: progid:DXImageTransform.Microsoft.Glow(Color=#bfaa9068, Strength=5);
}
main article#price .inner table {
	width: 100%;
	border-collapse: collapse;
	border-top: solid 3px #A4885D;
	border-bottom: solid 3px #A4885D;
	margin-bottom: 20px;
}
main article#price .inner table thead th {
	border-bottom: solid 1px #A4885D;
	font-size: 18px;
	font-size: 1.8rem;
	color: #A4865D;
	padding: 19px 0;
}
main article#price .inner table tbody th, main article#price .inner table tbody td {
	border-bottom: dotted 1px #A4885D;
}
main article#price .inner table tbody th {
	text-align: left;
	vertical-align: top;
	font-size: 28px;
	font-size: 2.8rem;
	padding: 20px 30px;
}
main article#price .inner table tbody th small {
	font-size: 20px;
	font-size: 2.0rem;
}
main article#price .inner table tbody td {
	text-align: right;
}
main article#price .inner table tbody td dl {
	margin: 20px 0;
	text-align: right;
}
main article#price .inner table tbody td dl dt {
	display: inline-block;
	background-color: #A4885D;
	color: white;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 11px 24px;
	position: relative;
	margin-right: 25px;
}
main article#price .inner table tbody td dl dt:before {
	content: '';
	box-sizing: border-box;
	width: 20px;
	height: 10px;
	display: block;
	position: absolute;
	border-top: solid 7px transparent;
	border-right: solid 7px transparent;
	border-bottom: solid 7px transparent;
	border-left: solid 15px #A4885D;
	top: 13px;
	right: -20px;
}

@media only screen and (max-width: 640px) {
main article#price .inner table tbody td dl dt:before {
	width: 10px;
	height: 20px;
	display: block;
	position: absolute;
	border-top: solid 15px #A4885D;
	border-right: solid 7px transparent;
	border-bottom: solid 7px transparent;
	border-left: solid 7px transparent;
	bottom: -20px;
	left: 20px;
	top: auto;
}
}
main article#price .inner table tbody td dl dd {
	display: inline-block;
	white-space: nowrap;
}

@media only screen and (max-width: 640px) {
main article#price .inner table tbody td dl dd {
	padding-top: 20px;
	text-align: left;
}
}
main article#price .inner table tbody td dl dd .ryomoku {
	background-color: #F5F1ED;
	padding: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #7D2A0D;
	margin-right: 5px;
}
main article#price .inner table tbody td .price {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	color: #201813;
	vertical-align: middle;
}
main article#price .inner table tbody td .en {
	font-size: 24px;
	font-size: 2.4rem;
	color: #201813;
	vertical-align: middle;
}
main article#price .inner ul.caution {
	margin-bottom: 50px;
}
main article#price .inner ul.caution li {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
main article#price .inner ul.caution li span {
	color: red;
}
main article#price .inner section.jihi {
	margin-bottom: 80px;
}
main article#price .inner section.jihi h3 {
	width: 440px;
	background: #003366;
	margin-bottom: 38px;
}
main article#price .inner section.jihi h3:before {
	border-top-color: #003366;
}
main article#price .inner section.jihi h3 span {
	font-size: 24px;
	font-size: 2.4rem;
	text-shadow: 0px 0px 5px rgba(0, 33, 66, 0.75);
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(Color=#bf002142,Strength=5)";
	zoom: 1;
 filter: progid:DXImageTransform.Microsoft.Glow(Color=#bf002142, Strength=5);
}
main article#price .inner section.jihi table td {
	white-space: nowrap;
}
main article#price .inner section.jihi table td .price {
	letter-spacing: -2px;
	margin-right: 3px;
}
main article#price .inner .pay-way {
	background-color: #F5F1ED;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #221814;
	text-align: left;
	position: relative;
	padding: 30px;
	margin-bottom: 20px;
    text-indent: -1.0em;
padding-left: 2.5em;
}
main article#price .inner .pay-way:before {
	content: '';
	position: absolute;
	display: block;
	border: solid 1px #D3C1AF;
	width: 900px;
	box-sizing: border-box;
	left: 10px;
	top: 10px;
	bottom: 10px;
}
main article#price .inner .pay-way figure {
	margin-top: 10px;
	text-align: center;
}
main article#flow {
	padding-bottom: 140px;
}
main article#flow h2 {
	margin-bottom: 50px;
}
main article#flow .inner {
	padding: 40px 40px 100px 40px;
	margin-bottom: 90px;
}
main article#flow .inner h3 {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.2;
	color: #1F1813;
	border-bottom: solid 1px #A4885D;
	margin-bottom: 50px;
}
main article#flow .inner h3 span {
	background-color: #A4885D;
	display: inline-block;
	font-size: 22px;
	font-size: 2.2rem;
	color: white;
	text-align: center;
	padding: 10px 46px;
	position: relative;
	margin-right: 10px;
	vertical-align: middle;
}
main article#flow .inner h3 span:before {
	content: '';
	box-sizing: border-box;
	width: 10px;
	height: 20px;
	display: block;
	position: absolute;
	border-top: solid 18px #A4885D;
	border-right: solid 7px transparent;
	border-bottom: solid 7px transparent;
	border-left: solid 7px transparent;
	bottom: -25px;
	left: 30px;
}
main article#flow .inner h3 small {
	font-size: 24px;
	font-size: 2.4rem;
}
main article#flow .inner p.desc {
	margin-right: 20px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}
@media only screen and (max-width: 640px) {
main article#flow .inner p.desc {
	font-size: 1.25em;
	width: 100%;
}
}
main article#flow .inner address p {
	margin-top: 0;
}
main article#flow .inner address .tel {
	margin-bottom: 10px !important;
}

@media only screen and (max-width: 640px) {
main article#flow .inner address {
	margin: 70px auto;
	width: 600px;
}
main article#flow .inner address p {
	font-size: 2.0rem;
}
main article#flow .inner address img {
	width: 100%;
}
}
main article#flow .inner section .block {
	margin-bottom: 40px;
}
main article#flow .inner section.next:after {
	content: url(../images/flow-next.png);
	text-align: center;
	margin-bottom: 45px;
}
main article#flow .inner figure {
	text-align: right;
}

@media only screen and (max-width: 640px) {
main article#flow .inner figure img {
	width: 100%;
}
}
main article#flow .inner h4 {
	color: #1F1813;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
}
@media only screen and (max-width: 640px) {
main article#flow .inner h4 {
	font-size: 1.25em;
}
}
main article#flow .inner h4:before {
	content: url(../images/point.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
main article#flow .inner ul.list {
	margin-left: 20px;
	margin-top: 20px;
}
main article#flow .inner ul.list li {
	list-style: disc;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 5px;
}
@media only screen and (max-width: 640px) {
main article#flow .inner ul.list li {
	font-size: 1.25em;}
}
main article#flow .inner section.after-care h4 {
	clear: both;
}
main article#flow .inner section.after-care p {
	margin-top: 10px;
	margin-right: 0;
}
main article#about {
	padding-bottom: 120px;
}
main article#about h2 {
	margin-bottom: 50px;
}
main article#about .inner {
	margin-bottom: 90px;
}
main article#about .inner figure {
	text-align: right;
}
main article#about .inner .under {
	margin: 0 20px;
}
main article#about .inner h3.title {
	border: solid 1px #A4885D;
	font-size: 28px;
	font-size: 2.8rem;
	color: #8D7550;
	padding: 26px 0 18px 0;
	padding-left: 160px;
	position: relative;
	margin-bottom: 70px;
}
main article#about .inner h3.title:before {
	content: '';
	border: solid 1px #A4885D;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 5px;
}
main article#about .inner h3.title:after {
	content: url(../images/about-titile-circle.png);
	display: block;
	position: absolute;
	left: 20px;
	top: -15px;
	z-index: -100;
}
main article#about .inner h4 {
	color: #1F1813;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 10px;
}
main article#about .inner h4:before {
	content: url(../images/point.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

main article#about .inner p.desc {
	margin-right: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
main article#about .inner h4 {
	font-size: 1.25em;
}
main article#about .inner p.desc {
	font-size: 1.25em;
	width: 100%;
}
}

main article#about .inner figure img {
	width: 100%;
}
main article#about .inner section.lead {
	margin-bottom: 90px;
}
main article#about .inner section.lead figure:first-child {
	margin-bottom: 15px;
}
main article#about .inner section.introduct {
	margin-bottom: 70px;
}
main article#about .inner section.introduct figure {
	text-align: left;
	margin-bottom: 80px;
	padding: 0 20px;
}
main article#about .inner section.introduct h4.director {
	padding: 0 20px;
}
main article#about .inner section.introduct h4.director small {
	font-size: 28px;
	font-size: 2.8rem;
	margin-right: 15px;
}
main article#about .inner section.introduct h4.director span {
	font-size: 48px;
	font-size: 4.8rem;
}
main article#about .inner section.introduct h4.director:before {
	content: none;
}
main article#about .inner section.introduct p.desc {
	padding: 0 20px;
}
@media only screen and (max-width: 640px) {
main article#about .inner section.introduct p.desc {
width: 100%;
}
}
main article#about .inner section.guide figure img {
	width: auto;
}
main article#about .inner section.guide img.logo {
	margin-bottom: 45px;
}

@media only screen and (max-width: 640px) {
main article#about .inner section.guide img.logo {
	width: 50%;
}
}
main article#about .inner section.guide .address {
	margin-bottom: 50px;
}
main article#about .inner section.guide .tel {
	width: 50%;
	float: left;
}
main article#about .inner section.guide .fax {
	width: 50%;
	float: left;
}

@media only screen and (max-width: 640px) {
main article#about .inner section.guide a.detail {
	display: block;
	clear: both;
}
main article#about .inner section.guide a.detail img {
	width: 100%;
}
}
main article#about .inner section.guide .bottom {
	margin-bottom: 70px;
}

@media only screen and (max-width: 640px) {
main article#about .inner section.guide figure {
	padding: 0 20px;
}
main article#about .inner section.guide figure img {
	width: 100%;
}
}
main article#about .inner section.guide h3.icon {
	font-size: 24px;
	font-size: 2.4rem;
	color: #A4865D;
	text-align: center;
	border-top: solid 1px #A4885D;
	border-bottom: solid 1px #A4885D;
	padding: 15px 0;
	margin-bottom: 50px;
}
main article#about .inner section.guide h3.icon-photo:before {
	content: url(../images/icon-camera.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
main article#about .inner section.guide section.photo {
	margin-bottom: 80px;
}

@media only screen and (max-width: 640px) {
main article#about .inner section.guide section.photo {
	margin-top: 70px;
}
}
main article#about .inner section.guide section.photo > div {
	text-align: center;
}

@media only screen and (max-width: 640px) {
main article#about .inner section.guide section.photo > div {
	padding: 0 20px;
}
}
main article#about .inner section.guide section.photo img {
	margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
main article#about .inner section.guide section.photo img {
	margin-bottom: 40px;
	width: 100%;
}
}
main article#about .inner section.guide h3.icon-map:before {
	content: url(../images/icon-map.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
main article#about .inner section.guide section.access iframe {
	width: 460px;
}

@media only screen and (max-width: 640px) {
main article#about .inner section.guide section.access iframe {
	width: 960px;
}
}
main article#about .inner section.guide section.access .info {
	padding: 0 20px;
}
main article#about .inner section.guide section.access .info ul.toway {
	margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
main article#about .inner section.guide section.access .info ul.toway {
	margin-top: 30px;
}
}
main article#about .inner section.guide section.access .info ul.toway li {
	margin-bottom: 15px;
}
@media only screen and (max-width: 640px) {
main article#about .inner section.guide section.access .info ul.toway li {
font-size: 1.25em;
}
}
main article#about .inner section.guide section.access .info ul.toway li:before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
main article#about .inner section.guide section.access .info ul.toway li.bus:before {
	content: url(../images/icon-bus.png);
}
main article#about .inner section.guide section.access .info ul.toway li.train:before {
	content: url(../images/icon-train.png);
}
main article#about .inner section.guide section.access .info ul.toway li.subway:before {
	content: url(../images/icon-subway.png);
}
main article#about .inner section.guide section.access .info .button {
	text-align: center;
}

@media only screen and (max-width: 640px) {
main article#about .inner section.guide section.access .info .button img {
	width: 100%;
}
}
/**
 * フッター
 * -------------------------------------------------------------------------------------------------
 */
footer .band {
	background-color: #574831;
	text-align: center;
	padding: 17px;
}
footer .band small {
	font-size: 16px;
	font-size: 1.6rem;
	color: white;
	letter-spacing: 1px;
}

/* 追加*/
.red {
	color: red;
}
