@charset "utf-8";

/* =============================================================================
    Stlye
============================================================================= */

/* Page
=============================================== */
html {
  font-size: 10px;
}

body {
  line-height: 1.4;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  font-size: 1.4em;
}

img {
  max-width: 100%;
}

.mbNone {
  display: none !important;
}

/* ------ clearfix ------ */
.clearfix:after { /* float release */
  content: "";
  display: block;
  clear: both;
}


/* Header
=============================================== */
div#header {
  padding: 10px 0;
}

h1#headerLogo,
p#headerLogo {
  margin: 0 5px;
  text-align: center;
}

dl#headerTel {
  display: none;
}


/* Footer
=============================================== */
p#backToTop > a {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 42px;
  width: 54px;
  height: 54px;
  opacity: 0.8;
}

div#footerWrapper {
  padding: 20px 0 2px;
  color: #fff;
  background: #347cc9;
}

div#footer ul.link > li {
  margin: 0 5px 20px;
}

div#footer ul.link a {
  position: relative;
  display: block;
  padding: 10px 0;
  border: 1px #fff solid;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

div#footer ul.link a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -6px 15px 0 0;
  border-top: 6px transparent solid;
  border-bottom: 6px transparent solid;
  border-left: 8px #fff solid;
}

dl#footerTel {
  margin: 0 0 15px;
  text-align: center;
}

dl#footerTel dt {
  margin: 0 0 5px;
}

dl#footerTel dd a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px #fff solid;
  border-radius: 7em;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
}

p#copyright {
  margin: 0 5px;
  text-align: center;
}


/* MainContents
=============================================== */

/* Common
----------------------------------------------- */
/* ------ table ------ */
table,
table tbody,
table tr,
table th,
table td {
  display: block;
}

/* ------ main ------ */
div#mainWrapper {
  border-top: 2px #347cc9 solid;
  padding: 20px 0 70px;
  color: #404040;
  background: #f4fdff;
}

p.button {
  text-align: center;
}

/* ====== パンくず ====== */
p#breadcrumbs {
  margin: 0 5px 20px;
  font-size: 0;
}

p#breadcrumbs span {
  font-size: 1.2rem;
}

p#breadcrumbs span:after {
  content: ">";
  font-size: 1.4rem;
  margin: -0.1em 3px 0;
}

p#breadcrumbs span:last-child:after {
  content: "";
}

p#breadcrumbs a {
  display: inline-block;
  margin: 0 2px 8px 0;
  padding: 3px 5px;
  border: 1px #3475bb solid;
  border-radius: 1.6em;
  color: #3475bb;
  text-decoration: none;
  background: #e5f2ff;
}

/* Index
----------------------------------------------- */
body#index h1.introduction {
  margin: 0 5px 40px;
}

body#index h2.image {
  margin: 0 5px;
  text-align: center;
}

body#index div.column {
  margin: 30px 5px 0;
  padding: 12px 13px;
  border-radius: 10px;
}

body#index div p.button {
  margin: 70px 0;
}

body#index div.column h3.title {
  display: tabel;
  width: 100%;
  margin: 0 0 10px;
  padding: 0 0 5px;
  font-size: 1.8rem;
}

body#index div.column h3.title span.img,
body#index div.column h3.title span.str {
  display: table-cell;
  vertical-align: middle;
}

body#index div.column h3.title span.img {
  width: 45px;
}

/* ------ support ------ */
body#index div.support div.column {
  background: #ffecef;
}

body#index div.support div.column h3.title {
  border-bottom: 1px #ff6377 solid;
  color: #ff6377;
}

/* ------ case ------ */
body#index div.case div.column {
  background: #e0ecba;
}

body#index div.case div.column h3.title {
  border-bottom: 1px #7ea82e solid;
  color: #7ea82e;
}

/* ------ only ------ */
body#index div.only div.column {
  background: #d1edff;
}

body#index div.only div.column h3.title {
  border-bottom: 1px #347cc9 solid;
  color: #347cc9;
}

/* Entry
----------------------------------------------- */
body#entry div#main {
  margin: 0 5px;
}

body#entry h1.pageTitle {
  padding: 1px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  background: #3475bb;
}

body#entry div.column {
  margin: 50px 0 0;
}

body#entry h2.item {
  margin: 20px 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

body#entry ul.check,
body#entry p.select {
  margin: 0 0 5px;
}

body#entry ul.check li {
  margin: 10px 0 0 ;
}

body#entry p.text {
  margin: 10px 0 5px;
}

/* ------ error ------ */
body#entry p.error {
  color: #f00;
}

/* ------ required, option ------ */
body#entry span.required,
body#entry span.option {
  display: inline-block;
  position: relative;
  top: -1px;
  line-height: 1;
  padding: 4px 5px 2px;
  border-radius: 3px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  background: #ea0000;
}

body#entry span.option {
  background: #505050;
}

/* ====== form parts ====== */
/* ------ text, textarea ------ */
body#entry input[type="text"],
body#entry textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  border: 1px #299ad1 solid;
  border-radius: 5px;
  background: #fff;
}

/* ------ radio ------ */
body#entry input[type="radio"] + label {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0 5px 40px;
  border: 1px #299ad1 solid;
  border-radius: 5px;
  background: #fff;
}

body#entry input[type="radio"] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 10px;
  border-radius: 11px;
  background: #c8c8c8;
}

body#entry input[type="radio"]:checked + label {
  border: 1px #ff99cc solid;
  color: #fff;
  background: #ff99cc;
}

body#entry input[type="radio"]:checked + label:before {
  background: #fff;
}

body#entry input[type="radio"]:checked + label:after {
  content: url(../image/icon_check_pink.svg);
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 15px;
  margin: -7px 0 0 11px;
}

body#entry ul.check input[type="radio"],
body#entry ul.check input[type="checkbox"] {
  display: none;
}

/* ------ select ------ */
body#entry p.select {
  position: relative;
  overflow: hidden;
  border: 1px #299ad1 solid;
  border-radius: 5px;
  background: #fff;
}

body#entry p.select:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 75%;
  margin: 5px 42px 0 0;
  background: #6faae5;
}

body#entry p.select:after {
  content: url(../image/icon_select_arrow.svg);
  position: absolute;
  top: 50%;
  right: 0;
  width: 21px;
  height: 17px;
  margin: -10px 11px 0 0;
}

body#entry select {
  display: inline-block;
  position: relative;
  z-index: 1;
  box-sizing: content-box;
  vertical-align: middle;
  width: 100%;
  padding: 5px 20px 5px 5px;
}

/* ====== 個別 ====== */
/* ------ 生年月日 ------ */
body#entry div.old p.select {
  margin: 10px 5px 0 0;
  border: none;
  border-radius: 0;
  background: none;
}

body#entry div.old p.select:before,
body#entry div.old p.select:after {
  content: none;
}

body#entry div.old p.select > span {
  display: inline-block;
  position: relative;
  width: 168px;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 5px 0 0;
  border: 1px #299ad1 solid;
  border-radius: 5px;
  background: #fff;
}

body#entry div.old p.select > span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 75%;
  margin: 5px 42px 0 0;
  background: #6faae5;
}

body#entry div.old p.select > span:after {
  content: url(../image/icon_select_arrow.svg);
  position: absolute;
  top: 50%;
  right: 0;
  width: 21px;
  height: 17px;
  margin: -10px 11px 0 0;
}

body#entry div.old select {
  width: 188px;
}

body#entry div.old p.select.oldMonth > span,
body#entry div.old p.select.oldDay > span {
  width: 90px;
}

body#entry div.old p.select.oldMonth select,
body#entry div.old p.select.oldDay select {
  width: 110px;
}

body#entry div.old p.confirm {
  display: inline-block;
}

/* ------ 住所 ------ */
body#entry div.address p.select {
  width: 168px;
}

body#entry div.address select {
  width: 188px;
}

/* ------ その他希望 ------ */
body#entry div.hope textarea {
  width: 100%;
}

/* ------ concent ------ */
body#entry p.consent {
  margin: 35px 0;
  font-size: 1.8rem;
  text-align: center;
}

body#entry p.consent a {
  color: #347cc9;
}

body#entry p.consent a:before {
  content: "";
  display: inline-block;
  margin: 0 8px 0 0;
  border-top: 8px transparent solid;
  border-bottom: 8px transparent solid;
  border-left: 10px #347cc9 solid;
}

body#entry p.consent a:hover {
  color: #84c1ff;
}

/* ------ confirm ------ */
body#entry div.confirm {
  margin: 30px 0 0;
  text-align: center;
}

body#entry div.confirm form {
  margin: 0 0 10px;
}

/* ------ introduction ------ */
body#entry div.introduction p.button {
  margin: 30px 0 0;
}

/* Privacy & About us
----------------------------------------------- */
/* ====== Common ====== */
body#privacy div.column,
body#aboutus div.column {
  margin: 80px 0 0;
}

body#privacy h1,
body#aboutus h1 {
  margin: 0 5px 10px;
  border-bottom: 1px #347cc9 solid;
  font-size: 2rem;
}

body#privacy h2.squareTitle,
body#aboutus h2.squareTitle {
  margin: 0 5px 5px;
  padding: 0 0 5px;
  border-bottom: 1px #347cc9 solid;
}

/* ------ navi ------ */
body#privacy div.navi ul.link,
body#aboutus div.navi ul.link {
  margin: 0 10px;
  font-size: 1.8rem;
}

body#privacy div.navi ul.link li,
body#aboutus div.navi ul.link li {
  margin: 0 0 5px;
  border-bottom: 1px #6faae5 solid;
}

body#privacy div.navi ul.link li.index,
body#aboutus div.navi ul.link li.index {
  display: none;
}

body#privacy div.navi ul.link a,
body#aboutus div.navi ul.link a {
  display: block;
  color: #347cc9;
  text-decoration: none;
}

body#privacy div.navi ul.link a:before,
body#aboutus div.navi ul.link a:before {
  content: "";
  display: inline-block;
  margin: 0 8px 0 5px;
  border-top: 8px transparent solid;
  border-bottom: 8px transparent solid;
  border-left: 12px #6faae5 solid;
}

/* ====== Page: Privacy ====== */
body#privacy div.column h3 {
  margin: 30px 5px 5px;
  font-weight: bold;
}

body#privacy h3.circle {
  padding: 0 0 0 25px;
  font-size: 1.6rem;
  background: url(../image/icon_circle.svg) no-repeat 0 0;
}

/* ------ column ------ */
body#privacy div.column p.introduction {
  margin: 0 10px;
  text-indent: 1em;
}

body#privacy div.column p.text {
  margin: 0 10px;
}

body#privacy div#managementbox p.text {
  text-indent: 1em;
}

/* ====== Page: About us ====== */
/* ------ table ------ */
body#aboutus table.company {
  margin: 0 10px;
}

body#aboutus table.company th {
  padding: 10px 0;
  border-top: 1px #6faae5 solid;
  border-bottom: 1px #6faae5 solid;
  text-align: center;
  background: #cde7fe;
}

body#aboutus table.company td {
  padding: 10px 5px;
  background: #fff;
}

body#aboutus table.company td.location {
  padding-left: 1.4em;
  text-indent: -1em;
}

body#aboutus table.company ol.list > li {
  margin: 0 0 0 1em;
  text-indent: -1em;
}

/* ------ etc ------ */
body#aboutus p.mark {
  margin: 0 10px;
}

body#aboutus p.mark:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin: 2px 0 0;
  background: #505050;
}

body#aboutus dl.map {
  margin: 30px 10px 0 10px;
}

body#aboutus dl.map dd iframe {
  width: 100%;
  height: 300px;
}
