@charset "utf-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 24px;
  font-size:1.5rem;
  margin-top:0;
}

h2,h3,h4 {
  font-size: 18px;
  font-size:1.125rem;
  margin-top:0;
}

h5 {
	font-size: 14px;
  font-size:.875rem;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
  max-width:100%;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin:0;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

em { font-style:normal; }

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/* link */
a:link {
  color: #333;
  background-color: transparent;
}
a:visited {
  color: #333;
}
a:active {
	opacity:.8;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}



/* ========== page-design ========== */
body { 
color:#333;
font-family:Avenir ,"Helvetica Neue" , Helvetica , Arial ,"ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
line-height:1.5;
font-size:14px;
	font-size:.875rem;
 }
.inner {
	width:90%;
	margin:0 auto;
	max-width:960px;
	max-width:60rem;
}



/* message */

#message {
	    background: #5dc0d8 url(../images/bg.jpg) repeat-x 0 bottom;
		padding-top:38px;
		padding-top:2.375rem;
}

.bg {
		padding:16px 0;
		padding:1rem 0;
}

.name {
	margin:0;
	position:absolute;
	top:0;
	left:0;
	font-size:12px;
		width:100%;
		background:#fff;
		padding:8px;
		padding:.5rem;
		box-sizing:border-box;
		color:#00349a;
		box-shadow:10px 0 10px rgba(0,0,0,.2);
}

.name img {
	max-width:112px;
	max-width:7rem;
	vertical-align:middle;
}

.name p {
	margin:0;
}


#message h1 {
	line-height:1.3;
	margin:0 0 16px;
	margin:0 0 1rem;
	color:#fff;
	text-shadow: 2px 2px 2px #439fb8;
	line-height:1;
	text-align:center;
}

#message h1 span {
	display:inline-block;
	border-bottom:#fde109 solid 3px;
	padding:6px 0;
	padding:.375rem 0;
}

#message h1 em {
	display:inline-block;
	padding-top:10px;
	background:url(../images/dotted.png) no-repeat center 0;
	background-size:90% auto;
}

#message-text ul {
	list-style-type:none;
	margin:0;
	padding:0;
	display:table;
	border-collapse:separate;
	border-spacing:5px 0;
}
#message-text ul li {
	background:#fde109;
	color:#0c6f87;
	line-height:1.2;
	font-size:12px;
	font-size:.75rem;
	width:80px;
	width:4.5rem;
	height:80px;
	height:4.5rem;
	font-weight:bold;
	text-align:center;
	border-radius:10px;
	display:table-cell;
	vertical-align:middle;
	box-sizing:border-box;
	padding:8px;
	padding:.5rem;
}


.point {
	background:url(../images/header-bg.png) no-repeat 90% 0;
	background-size:40%;
	padding-bottom:24px;
	padding-bottom:1.5rem;
}

.point span {
	display:inline-block;
}


/* contact */
#message .contact {
	background:#fff;
	border-radius:3px;
	border:#b9e0e9 solid 2px;
	padding:10px;
	text-align:center;
	margin:0 0 20px;
	margin:0 0 1.25rem;
}

#message .contact p {
	font-size:12px;
	font-size:.75rem;
	margin:0 0 6px 0;
	margin:0 0 .375rem 0;
}

#message .contact h3 {
	font-weight:bold;
	color:#15477e;
	font-size:14px;
	font-size:.875rem;
	margin:0 0 8px;
	margin:0 0 .5rem;
}

#message .contact a.estimation {
	margin:0 0 6px 0;
	margin:0 0 .375rem 0;
}

p.page-first strong {
	color: #ff7c07;
}

p.page-first {
		margin:0 auto 32px;
		margin:0 auto 2rem;
	}

a.estimation {
	background: #fd6900 url(../images/phone-square.svg) no-repeat 56px center;
    border: #FF6A00 solid 1px;
	display:block;
	color:#fff;
	text-align:center;
	text-decoration:none;
	padding:12px 0;
	padding:.75rem 0;
	border-radius:3px;
	margin:0 auto;
		font-weight:bold;
		text-shadow: 1px -1px 0 rgba(0,0,0,.5);
	box-shadow:rgba(0,0,0,0.01) -1px 1px 0,rgba(255,255,255,.3) -1px 1px 0 inset,0 0 0 3px #fff;
	font-size:18px;
	font-size:1.125rem;
}

p.telephone {
	display:none;
}

p.read {
	background: #029CBF;
	color:#fff;
	padding:14px;
	border-radius:3px;
}

p.read strong {
	color:#fde109;
}


/* box */
.box {
	padding:32px 0;
}
.box h2 {
	color:#636363;
	text-align:center;
}


/*　distinction　*/
#distinction h3 {
	background:url(../images/border-bg.png);
	padding:4px 10px;
	padding:.25rem .625rem;
	color:#636363;
}

#distinction h3 span {
	background:url(../images/car-icon.png) no-repeat 0 center;
	background-size:32px;
	ackground-size:2rem;
	padding-left:40px;
	padding-left:2.5rem;
}

.blue-box {
	color:#1CA4C5;
	border:#3aacc8 solid 2px;
	padding:14px;
	padding:.75rem;
	border-radius:3px;
		background:url(../images/subtle_dots.png);
}

/*　tel-box　*/
.tel-box header {
	overflow:hidden;
		font-weight:bold;
		color:#15477e;
		font-size:16px;
}

.tel-box img {
	float:right;
	width:100px;
	width:6.25rem;
}


p.attention {
	font-size:12px;
	font-size:.75rem;
	text-align:center;
	width: 100%;
	float:left;
}

/* attention-box */
#attention-box {
	padding:16px;
	padding:1rem;
	border:#e8e8e8 solid 10px;
}

#attention-box h3 {
	background:#ff7c07;
	color:#fff;
	display:inline-block;
	padding:4px 8px;
	padding:.25rem .5rem;
	font-size:14px;
	border-radius:3px;
	margin:0;
}

.Toggle {
	display:none;
}

#attention-box ol {
	list-style-type:none;
	padding:0;
	margin:0;
}

#attention-box ol li {
	border-bottom:#ddd solid 1px;
	padding:6px 0;
	padding:.375rem 0;
}

#attention-box ol li:last-child {
	border:none;
}

#attention-box h4 {
	margin:0;
	padding:4px 10px;
	padding:.25rem .625rem;
	cursor:pointer;
	font-size:14px;
	font-size:.875rem;
	background: url(../images/squared-plus.svg) no-repeat 98% center;
	background-size:20px;
	background-size:1.25rem;
}

#attention-box h4.active {
	background:url(../images/squared-minus.svg) no-repeat 98% center;
	background-size:20px;
	background-size:1.25rem;
}
#attention-box .Toggle {
	font-size:12px;
		font-size:.75rem;
}

/* merit */
#merit {
	background:url(../images/border-bg.png);
}

#merit h2 {
	margin-top:0;
	text-shadow:2px 2px 0 #fff;
}

#merit h3 {
	text-align:center;
}

#merit h3 span {
	background:#53b9d2;
	padding:10px 16px;
	padding:.625rem 1rem;
	color:#fff;
	border-radius:3px;
	line-height:1;
	display:inline-block;
	text-shadow:2px 2px 0 rgba(0,0,0,.1);
}

#merit figure {
	text-align:center;
}

#merit figure img {
	width:160px;
	width:10rem;
}

#merit section {
	padding-bottom:24px;
	padding-bottom:1.5rem;
	margin-bottom:24px;
	margin-bottom:1.5rem;
	border-bottom:#a3d9e6 solid 2px;
}

#merit section:last-of-type {
	margin:0;
	padding:0;
	border:none;
}

#merit .tel-box {
	padding:14px;
	background:#fff;
	border-radius:5px;
}

/* flow */
#flow ol {
	list-style-type:none;
	margin:0;
	padding:0;
}

#flow ol li {
	margin-bottom:24px;
	margin-bottom:1.5rem;
	background:#fff;
	padding:10px;
	padding:.625rem;
	position:relative;
	border-radius:8px;
	    border: #C9E2E8 solid 2px;
}

#flow li em {
	color:#53b9d2;
	font-weight:bold;
	display:block;
	font-size:16px;
	font-size:1rem;
}
#flow li small {
	display:block;
	font-size:10px;
	font-size:.625rem;
}

#flow ol li:after {
	content:"";
	width:20px;
	width:1.25rem;
	height:20px;
	height:1.25rem;
	background:url(../images/arrow-down.svg) no-repeat center center;
	background-size:cover;
	position:absolute;
	z-index:3;
	bottom:-20px;
	bottom:-1.25rem;
	left:45%;
}
#flow ol li:last-child:after {
	display:none;
}

/* company */
.company { 
text-align:center;
}

.company h3 {
	color: #636363;
}

.company img {
	width:120px;
	width:7.5rem;
}


.company h4 { font-size:14px; font-size:.875rem; margin:0 0 6px; }
.company dl {
	display:table;
	margin:10px auto;
	margin:.625rem auto;
	text-align:left;
}
.company dt,.company dd { margin:0; padding:0; font-size:.75rem; }
.company h3 span { background:#e8e8e8; padding:4px 10px; }
.company small { text-align:right; font-size:12px; font-size:.75rem; display:block; }
.company dd { margin-bottom:8px; overflow:hidden; }
.company dt:after { content:"】"; }
.company dt:before { content:"【"; }
.company dt {
	float:left;
	width:120px;
}

.company .peace-net dt {
	width:4rem;
}

#page-footer a,#page-footer small {
	display:block;
}

#page-footer small {
	text-align: right;
	margin:16px;
	margin:1rem;
}

#page-footer a {
	background: #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 8px 0;
  padding: .5rem 0;
}

/* road-service */
#road-service div {
	background:#fff;
	padding:16px 10px;
	padding:1rem .625rem;
	border-radius:5px;
	box-shadow:0 0 8px #AAD6E0;
}

#road-service ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.service-point {
	text-align:center;
}

.at {
	font-size:12px;
	font-size:.75rem;
}
.service-point li {
	border:#d6eef3 solid 2px;
	padding:10px;
	padding:.625rem;
	margin-bottom:10px;
	margin-bottom:.625rem;
	border-radius:5px;
	position:relative;
}

.service-point span {
	display:block;
	margin-top:4px;
	margin-top:.25rem;
	font-size:14px;
	font-size:.875rem;
}

.service-point span.toprevel {
	font-size:12px;
	font-size:.75rem;
	line-height:1.2;
	position:absolute;
	left:-16px;
	left:-1rem;
	top:-20px;
	top:-1.25rem;
	padding:18px 0;
	text-align:center;
	width:110px;
	width:6.875rem;
	background:url(../images/top-revel.png) no-repeat 0 0;
	background-size:100%;
	color: #15477e;
}

.service-point li strong {
	font-size:16px;
	font-size:1rem;
	 color: #15477e;
}

.camp-banner {
	margin:1.5rem 0 2rem;
	text-align:center;
}


.company div+div {
	margin-top:1.5rem;
	border-top:#ccc solid 1px;
	padding-top:2rem;
}


@media screen and (min-width:25em){
	
/* 400px */

.name p {
		width:90%;
		    margin: 0 auto;
    max-width: 960px;
    max-width: 60rem;
}

#message h1 {
	font-size:30px;
	font-size:1.875rem;
}


#message-text ul li {
    font-size: 14px;
    font-size: .875rem;
    width: 96px;
    width: 6rem;
    height: 96px;
    height: 6rem;
}

.point {
	background:none;
}


#message-text .wrapper {
    background: url(../images/header-bg.png) no-repeat 200px 140%;
    background-size: 140px;
    background-size: 8.75rem;
	width:350px;
	margin:0 auto;
}

}

@media screen and (min-width:32.5em){
	
/* 520px */

#message-text .wrapper {
	width:auto;
}


#message {
		padding-top:48px;
		padding-top:3rem;
}

#message h1 {
	text-align:left;
}


#message-text .wrapper {
	background:url(../images/header-bg.png) no-repeat right 0;
	background-size:240px;
	background-size:15rem;
}

#message-text ul li {
    width: auto;
    height: auto;
	padding:16px 8px;
	padding:1rem .5rem;
	border-radius:5px;
}
#message-text ul {
width: 60%;
}


}


@media screen and (min-width:45em){
	
/* 720px */
.wrapper {
	overflow:hidden;
}

#message-text .wrapper {
	background:none;
}

#message h1 {
	font-size:36px;
	font-size:2.25rem;
}

a.estimation {
	display:none;
}


p.telephone,
#message .contact p.telephone {
	display:block;
	color:#ff7c07;
	font-weight:bold;
	font-size:40px;
	margin:0;
	line-height:1;
}

p.telephone span {
	background:url(../images/free-mark.png) no-repeat 0 43%;
	background-size:auto 40%;
	padding-left:48px;
}

#message .contact h2 span {
    font-size: 16px;
    font-size: 1rem;
}


.point {
	background:none;
	width:auto;
}

#message .contact {
	width:60%;
	box-sizing:border-box;
	
}

p.read {
	background:none;
	padding:0;
	width:60%;
}

.bg {
	background: url(../images/header-bg.png) no-repeat 95% bottom;
	background-size:340px;
	padding:24px 0;
	padding:1.5rem 0;

}



#message-text ul li {
    font-size: 16px;
    font-size: 1rem;
}


#message h1 em {
    padding-top: 16px;
	padding-top: 1rem;
}

/* box */
.box h2 {
	font-size:28px;
}

br.responsive-break {
	display:none;
}

.box #distinction h2 {
	font-size: 24px;
    font-size: 1.5rem;
	text-shadow:3px 3px 2px #efefef;
}

/* flow */
#flow ol li {
	margin-bottom:32px;
	margin-bottom:2rem;
}
#flow ol li:after {
	content:"";
	width:32px;
	width:2rem;
	height:32px;
	height:2rem;
	bottom:-32px;
	bottom:-2rem;
}

/* road-service */
#road-service ul.service-point {
display:table;
border-collapse:separate;
border-spacing:16px 8px;
border-spacing:1rem .5rem;
margin:0 auto;
}

.service-point li {
	display:table-cell;
	box-sizing:border-box;
	width:300px;
}
#road-service ul.at {
	margin:16px;
	margin:1rem;
}

#road-service div {
	margin-bottom:48px;
	margin-bottom:3rem;
}


/*　tel-box　*/
.tel-box {
	margin:32px auto;
	margin:2rem auto;
	padding: 14px;
	padding: .875rem;
	border:#15477e solid 3px;
	    border-radius: 5px;
		text-align:center;
		overflow:hidden;
}
p.attention {
	margin-bottom:0;
}

.tel-box header {
	overflow:visible;
}

.tel-box header p {
	background:#15477e;
	color:#fff;
	padding:4px 10px;
	border-radius:3px;
	overflow:hidden;
	margin-top:0;
}

.tel-box img {
	margin:0 0 0 32px;
	margin:0 0 0 2rem;
}




/* distinction */
#distinction .wrapper section {
	width:48%;
	float:left;
}

#distinction .wrapper section:first-child {
	margin-right:4%;
}

/* company */
.company {
  padding: 32px 0 24px;
  padding:2rem 0 1.5rem;
  overflow:hidden;
  text-align:left;
}

.company dl {
	margin-left:0;
	margin-right:0;
}

.company div {
	width:50%;
	float:left;
}
.company div+div {
	margin-top:0;
	padding-top:0;
	border:none;
}

#page-footer .inner {
  text-align: right;
  display:inline-block;
  font-size:12px;
  font-size:.75rem;
}

.company small {
	clear:both;
}


}

@media screen and (min-width:52em){
	
	.name p span {
		font-size:14px;
		font-size:.875rem;
		padding-left:10px;
		padding-left:.625rem;
		font-weight:bold;
}


	#message h1 {
	font-size:48px;
	font-size:2.8rem;
}
#message .contact {
    margin: 20px 0 20px;
    margin: 1.25rem 0 1.25rem;
    padding: 20px;
    padding: 1.25rem;
}

.point {
	padding-bottom: 0;
}

#message-text ul li div {
	display:inline-block;
	background:url(../images/check.png) no-repeat 0 0;
	background-size:auto 100%;
	padding-left:30px;
}



/* merit*/
.merit01 {
	overflow:hidden;
}

#merit .merit01 figure {
	float:right;
	width:420px;
	width:26.25rem;
	position:relative;
	top:-32px;
	top:-2rem;
	text-align:right;
	background:url(../images/osusume-bg.png) no-repeat 0 bottom;
	margin-left:32px;
	margin-left:2rem;
}
#merit figure img {
	width:200px;
	width:12.5rem;
}

/* flow */
#flow ol {
	display:table;
	    border-collapse: separate;
    border-spacing: 15px 0;
}
#flow ol li {
	display:table-cell;
	width:20%;
	box-sizing:border-box;
	padding:16px;
}
#flow ol li:after {
	content:"";
	background:url(../images/arrow-right.svg) no-repeat 0 0;
	background-size:cover;
	top:38%;
	left:97%;
	width:32px;
	width:1.75rem;
	height:32px;
	height:1.75rem;

}

#flow li em {
	margin-bottom:10px;
	margin-bottom:.625rem;
}

/* toggle */
.Toggle {
	display:block;
}

#attention-box ol {
	margin-top:24px;
	margin-top:1.5rem;
}

#attention-box ol li {
	overflow:hidden;
}

#attention-box ol li:last-child {
	border:none;
}

#attention-box h4 {
	cursor:default;
	background:none;
	width:30%;
	float:left;
}

#attention-box p {
	overflow:hidden;
	margin:0;
}



}


@media screen and (min-width:64em){
	p.page-first {
		width:752px;
		width:47rem;
		margin:16px auto 64px;
		margin:1rem auto 4rem;
		font-size:18px;
		font-size:1.125rem;
	}
	
	body {
		font-size:16px;
		font-size:1rem;
	}
	
	.bg {
    background: url(../images/header-bg.png) no-repeat 90% 108%;
    padding: 32px 0 40px;
    padding: 2rem 0 2.5rem;
	max-width: 1248px;
    max-width: 78rem;
	margin-left:auto;
	margin-right:auto;
}

	#message h1 {
	font-size:56px;
	font-size:3.5rem;
}
#message h1 span {
    border-bottom: #fde109 solid 4px;
    padding: 8px 0;
    padding: .5rem 0;
}

#message h1 em {
    padding-top: 24px;
    padding-top: 1.5rem;
}

#message-text {
    width: 100%;
	    max-width: 960px;
    max-width: 60rem;
}



#message .contact {
    margin:20px 0 20px;
    margin:1.25rem 0 1.25rem;
	padding:20px;
	padding:1.25rem;
}

#message .contact h2 span {
	display:inline-block;
	font-size:20px;
}

#message .contact h3 {
	
	font-size:16px;
	font-size:1rem;
}

#message .contact br {
	display:none;
}

#message .contact p.telephone,
p.telephone {
	font-size:56px;
	font-size:3.5rem;
	margin:8px 0;
}
p.telephone span {
    padding-left: 60px;
	 padding-left: 3.75rem;
}


#message-text ul {
    border-spacing:10px 0;
	margin-top:20px;
}

#message-text ul li {
    font-size: 18px;
    font-size: 1.125rem;
}



/* distinction */
.box {
    padding: 48px 0 32px;
	padding: 3rem 0 2rem;
}

.box h2 {
	font-size:40px;
	font-size:2.5rem;
}


h3 {
	font-size:24px;
	font-size:1.5rem;
}

.blue-box {
    padding: 24px;
    padding: 1.5rem;
}

.tel-box {
	width:65%;
}

/*
#distinction .tel-box {
	padding:0;
	border:none;
	margin:48px auto;
	margin:3rem auto;
}
*/

#distinction .tel-box {
	margin:48px auto;
	margin:3rem auto 3rem;
}

.tel-box img {
    width: 112px;
    width: 7rem;
}


/* merit */
#merit h3 {
	font-size:30px;
	font-size:1.875rem;
}

#merit h3 span {
	    padding: 10px 24px;
    padding: .625rem 1.5rem;
}

#merit section {
    padding-bottom: 48px;
    padding-bottom: 3rem;
    margin-bottom: 48px;
    margin-bottom: 3rem;
}


/* attention-box */
#attention-box {
	margin-bottom:32px;
	margin-bottom:2rem;
}
#attention-box header {
	overflow:hidden;
}
#attention-box header h3 {
	float:left;
	margin-right:16px;
	margin-right:1rem;
	font-size:16px;
	font-size:1rem;
}
#attention-box header p {
	overflow:hidden;
	margin-top:0;
}
#attention-box h4 {
	font-size:16px;
}

.company h3 { font-size:18px; }

.company dt { width:160px;}
.company dt,.company dd { margin:0; padding:0; font-size:.875rem; }

.service-point li strong {
	font-size:18px;
	font-size:1.125rem;
}

}


