@charset "UTF-8";
/*
*
*	Title: emo
*	Last Modified: 2014-12-17
*	Description: Pages Style
*
*/
/* =========== INDEX LIST ============

	1: RESET
	2: COMMON
	3: LAYOUT
	4: MODULE

====================================== */
/* ===================================

	1: RESET

====================================== */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

[hidden],
template {
  display: none;
}

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

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

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

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ===================================

	2: COMMON

====================================== */
html {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 62.5%;
  color: #000;
}
@media screen and (max-width: 568px) {
  html {
    height: auto;
    min-height: 100%;
  }
}

body {
  position: relative;
  width: 100%;
  background: #fff;
}

#page {
  overflow: hidden;
  position: relative;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

p,
ul,
ol,
dl,
figure {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

img {
  line-height: 1;
  vertical-align: top;
}

a:link {
  color: #ac1c2a;
  text-decoration: underline;
}

a:visited {
  color: #ad4e57;
}

a:hover,
a:active {
  color: #d30c1f;
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  text-align: left;
}

/* ===================================

	4: MODULE

====================================== */
#page {
  border-top: 2px solid #f1a4b1;
}

.row {
  width: 960px;
  margin: auto;
}
.row.sep {
  display: table;
}
.row .col {
  display: table-cell;
}
.row .col-left {
  display: table-cell;
  padding-right: 15px;
  vertical-align: top;
}
.row .col-right {
  display: table-cell;
  padding-left: 15px;
  vertical-align: top;
}

.title {
  color: #18abf0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: bold;
}

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

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

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

.float-right {
  margin-left: 10px;
  float: right;
}

.float-left {
  margin-right: 10px;
  float: left;
}

.img img {
  margin-bottom: 10px;
}
.img .caption {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.img .caption em {
  font-size: 16px;
  font-size: 1.6rem;
}

.contact {
  background: #def4d5;
  text-align: center;
  padding: 20px 20px 25px;
}
.contact .txt-contact {
  margin-bottom: 7px;
  font-size: 20px;
  font-size: 2rem;
  color: #3d8b15;
  font-weight: bold;
}
.contact .txt-contact:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 27px;
  background-image: url(../img/icn_contact.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  margin-right: 10px;
}
.contact .btn-contact {
  margin: 0;
}
.contact .btn-contact a {
  display: block;
  margin: auto;
  background-image: url(../img/btn_contact_02_on.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  width: 500px;
  height: 60px;
}
.contact .btn-contact a:hover img {
  display: none;
}

.header {
  padding: 10px 0;
  border-top: 7px solid #d11327;
  background: #fff;
  vertical-align: text-top;
}
.header:after {
  content: "";
  display: block;
  clear: both;
}
.header h1 {
  padding-top: 5px;
  float: left;
}
.header span {
  display: inline-block;
  float: right;
}
.header .btn {
  padding-left: 24px;
}
.header .btn a {
  width: 200px;
  height: 40px;
  background: url(../img/btn_contact_01_on.png) no-repeat;
  background-size: cover;
  display: block;
}
.header .btn a:hover img {
  display: none;
}

.scroll {
  right: 0;
  bottom: 0;
  position: fixed;
  cursor: pointer;
  display: none;
}

.footer .footer_nav {
  padding: 30px 0 45px;
}
.footer .footer_nav:after {
  content: "";
  display: block;
  clear: both;
}
.footer .footer_nav .triple {
  float: left;
  width: 960px;
  background: url(/images/common/bg_footer_border.png) 310px 0 repeat-y;
}
.footer .footer_nav .triple p, .footer .footer_nav .triple dt, .footer .footer_nav .triple dd, .footer .footer_nav .triple li, .footer .footer_nav .triple a {
  margin-left: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
.footer .footer_nav .triple .nav {
  padding-left: 20px;
  width: 320px;
}
.footer .footer_nav .triple .nav ul {
  padding-left: 20px;
  float: left;
  font-weight: bold;
  list-style: none;
}
.footer .footer_nav .triple img {
  display: block;
}
.footer .footer_nav .triple dl {
  padding-top: 8px;
}
.footer .footer_nav .triple dt {
  padding-top: 10px;
  font-weight: bold;
}
.footer .footer_nav .text p {
  padding-left: 30px;
}
.footer .footer_nav .text span {
  color: #d00e31;
  font-weight: bold;
}
.footer .footer_nav .box {
  float: left;
  width: 310px;
}
.footer .copyright {
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  background: #2b1115;
  font-weight: bold;
  text-align: center;
}

.catchup {
  height: 250px;
  background-image: url(../img/bg_mainimage.png);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 10px 250px;
}
.catchup .row {
  width: 1040px;
  background-image: url(../img/img_mainimage.png);
  background-size: auto 250px;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 35px 0 0 440px;
  box-sizing: border-box;
}
.catchup-points {
  display: table;
  margin: 25px 0;
}
.catchup-points li {
  display: table-cell;
  width: 190px;
  padding-bottom: 25px;
}

h2 {
  background: #d00e31;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}
h2 span {
  width: 960px;
  margin: auto;
  display: block;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 2.3;
}

h3 {
  border: 1px solid #333;
  margin: 30px 0 25px;
  padding: 10px;
}
h3 span {
  display: block;
  border-left: 8px solid #cd1536;
  padding-left: 12px;
  line-height: 1.2;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}

.content-title {
  margin-bottom: 35px;
  padding-bottom: 14px;
  background-image: url(../img/bg_whats.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 50px 14px;
}
.content-title span {
  display: block;
  background: #333;
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.8;
}

.heading {
  background-image: url(../img/bg_hd_feature.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 960px 62px;
  padding: 40px 0 30px;
  text-align: center;
  color: #d00e31;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
}

.content {
  margin-bottom: 50px;
}
.content p {
  margin-bottom: 25px;
}
.content p.lead em {
  color: #d10e32;
}

.features {
  padding-top: 20px;
  margin: 0 0 50px;
  clear: both;
}

.icn {
  width: 28px;
  height: 0px;
  padding: 28px 0 0 0;
  overflow: hidden;
  display: inline-block;
}
.icn-ok {
  background-image: url(../img/icn_ok1.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 28px 28px;
}
.icn-wok {
  background-image: url(../img/icn_wok.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 28px 28px;
}
.icn-both {
  background-image: url(../img/icn_both.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 28px 28px;
}
.icn-ng {
  background-image: url(../img/icn_ng.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 28px 28px;
}

.tbl {
  margin-bottom: 30px;
}
.tbl th {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 20px;
}
.tbl td {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 20px;
}
.tbl small {
  font-size: 12px;
  font-size: 1.2rem;
}
.tbl-compare thead th {
  background: #d0c9c1;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
.tbl-compare thead small {
  display: block;
}
.tbl-compare thead .name {
  color: #e1103f;
}
.tbl-compare tbody tr {
  border-bottom: 2px solid #d2caba;
}
.tbl-compare tbody tr:nth-child(even) {
  background: #f3f1ed;
}
.tbl-compare tbody th {
  width: 34%;
  font-weight: normal;
  vertical-align: middle;
}
.tbl-compare tbody td {
  width: 22%;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  vertical-align: middle;
}
.tbl-compare tbody td:nth-child(2) {
  background-color: rgba(197, 195, 195, 0.5);
}
.tbl-compare tbody td:nth-child(4) {
  background-color: rgba(235, 189, 200, 0.5);
}
.tbl-compare tbody td:nth-child(4) .icn-ok {
  background-image: url(../img/icn_ok2.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 28px 28px;
}

#output li:last-child {
  padding: 0 0 0 40px;
}

.pre-voice {
  min-height: 400px;
  background-image: url(../img/img_voice_arrow.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 1094px 90px;
  margin: auto;
}
.pre-voice-person {
  display: block;
  float: left;
}
.pre-voice-comment {
  display: block;
  float: right;
}
