@charset "UTF-8";

/*----------------------------------------------------
	global
----------------------------------------------------*/

/*----------------------------------------------------
	mixin
----------------------------------------------------*/

/*----------------------------------------------------
	responsive
----------------------------------------------------*/

/*----------------------------------------------------
	font
----------------------------------------------------*/

/*----------------------------------------------------

noramlize.css

common.scss
	+_import.scss (global, mixin)

style.scss
	+_import.scss (global, mixin)

----------------------------------------------------*/

.container {
  position: relative;
  width: 1140px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 639px) {
  .container {
    padding: 0 20px;
  }

  .container img {
    max-width: 100%;
  }
}

/*----------------------------------------------------
	dev
----------------------------------------------------*/

#__bs_notify__ {
  top: auto !important;
  bottom: 0;
}

/*----------------------------------------------------
	reset
----------------------------------------------------*/

html {
  font-size: 62.5%;
}

body {
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", "YuGothic", "\30D2\30E9\30AE\30CE\89D2\30B4\30B7\30C3\30AF   Pro", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", "Meiryo", "Osaka", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
  line-height: 1.6;
  color: #333;
  font-size: 14px;
}

a:link,
a:visited {
  color: #2489ce;
}

a:hover,
a:active {
  color: #72b7e6;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
}

/*----------------------------------------------------
	responsive
----------------------------------------------------*/

@media screen and (min-width: 640px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .sp-tab {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .pc-tab {
    display: none;
  }
}

/*----------------------------------------------------
	mixinクラス化
----------------------------------------------------*/

.replace {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  top: 50%;
  padding: 0;
  margin: 0 auto;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
}

/*----------------------------------------------------
	icon
----------------------------------------------------*/

@font-face {
  font-family: 'FontAwesome';
  src: url("/font/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("/font/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/font/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/font/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/font/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/font/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  white-space: nowrap;
}

table {
  width: 100%;
  border: 2px solid #e3e3e3;
  border-collapse: collapse;
}

table th,
table td {
  width: 33.3%;
  border: 2px solid #e3e3e3;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
}

table th {
  text-align: left;
}

table td {
  text-align: center;
}

@media screen and (max-width: 639px) {
  table th,
  table td {
    font-size: 12px;
  }
}

input[type="text"],
input[type="number"] {
  display: inline-block;
  vertical-align: middle;
  /* height: 20px; */
  padding: 8px 6px;
  margin: 0 0 0 0;
  background-color: white;
  border: 1px solid #999;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
  transition: border linear .2s, -webkit-box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s, -webkit-box-shadow linear .2s;
  font-size: 16px;
  /* line-height: 20px; */
  color: #333;
  border-radius: 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type="text"]::-webkit-input-placeholder,
input[type="text"]::-moz-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="number"]::-moz-placeholder,
input[type="number"]:-ms-input-placeholder {
  color: #ccc;
}

@media screen and (max-width: 639px) {
  input[type="text"] {
    font-size: 16px;
  }
}

select {
  display: block;
  vertical-align: middle;
  padding: 6px 6px;
  margin: 0 0 0 0;
  background-color: white;
  border: 1px solid #999;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
  transition: border linear .2s, -webkit-box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s, -webkit-box-shadow linear .2s;
  font-size: 16px;
  color: #333;
  border-radius: 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 639px) {
  select {
    font-size: 16px;
  }
}

textarea {
  display: block;
  vertical-align: middle;
  height: 200px;
  padding: 8px 6px;
  margin: 0 0 0 0;
  background-color: white;
  border: 1px solid #999;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
  transition: border linear .2s, -webkit-box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s, -webkit-box-shadow linear .2s;
  font-size: 16px;
  /* line-height: 20px; */
  color: #333;
  border-radius: 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 639px) {
  textarea {
    font-size: 16px;
  }
}

label[class="radio"]:hover {
  cursor: pointer;
}

.tume {
  letter-spacing: -0.4em;
}

.tume2 {
  letter-spacing: -0.8em;
}

.mod-bartitle {
  padding: 15px 30px;
  background-color: #efefef;
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
}

@media screen and (max-width: 639px) {
  .mod-bartitle {
    font-size: 16px;
    padding: 10px 20px;
  }
}

.mod-replacetitle {
  display: block;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 100%;
}

@media screen and (max-width: 639px) {
  .mod-replacetitle {
    height: 20px;
  }
}

.mod-morebutton {
  display: inline-block;
  background-color: #efefef;
  border-radius: 5px;
  color: #0071b9;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 20px;
}

.mod-morebutton:after {
  content: '\3009';
  margin-left: 20px;
  font-weight: bold;
}

@media screen and (max-width: 639px) {
  .mod-morebutton {
    font-size: 12px;
    padding: 4px 10px;
  }
}

@media screen and (max-width: 639px) {
  .mod-morebutton:after {
    margin-left: 10px;
  }
}

a.mod-morebutton {
  display: inline-block;
  text-decoration: none;
  color: #0071b9;
}

.mod-button {
  position: relative;
  display: inline-block;
  background-color: #5eb738;
  color: #ffffff;
  height: 90px;
  line-height: 90px;
  width: 560px;
  font-size: 24px;
  font-weight: bold;
}

.mod-button:after {
  content: '\3009';
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}

.mod-button:hover {
  cursor: pointer;
}

@media screen and (min-width: 640px) and (max-width: 1199px) {
  .mod-button {
    max-width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .mod-button {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
}

@media screen and (max-width: 639px) {
  .mod-button:after {
    font-size: 16px;
    right: 10px;
  }
}

a.mod-button {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
}

.mod-contentplate {
  background-color: #ffffff;
  border-radius: 10px;
  border: 2px solid #e3e3e3;
  overflow: hidden;
}

.mod-contentplate .contentplate-title {
  background-color: #79a039;
  color: #ffffff;
  font-weight: bold;
  padding: 15px;
  padding-left: 30px;
  text-align: left;
}

.mod-contentplate .contentplate-title .b {
  display: inline-block;
  vertical-align: baseline;
  font-size: 30px;
  margin-right: 30px;
}

.mod-contentplate .contentplate-title .s {
  display: inline-block;
  vertical-align: baseline;
  font-size: 16px;
}

.mod-contentplate .contentplate-inner {
  padding: 40px 60px 60px;
}

@media screen and (max-width: 639px) {
  .mod-contentplate .contentplate-title {
    padding: 10px;
    text-align: center;
  }

  .mod-contentplate .contentplate-title .b {
    display: block;
    font-size: 20px;
    margin-right: 0;
  }

  .mod-contentplate .contentplate-title .s {
    display: block;
    font-size: 10px;
  }
}

@media screen and (max-width: 639px) {
  .mod-contentplate .contentplate-inner {
    padding: 20px;
  }
}

.mod-infocard {
  background-color: #ffffff;
  border-radius: 5px;
  border: 2px solid #e3e3e3;
  overflow: hidden;
}

.mod-infocard .head {
  background-color: #f3efde;
  text-align: center;
  padding: 15px 0;
}

.mod-infocard .head .badge {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  margin: 0 auto 15px;
  padding: 0 20px;
  background-color: #79a039;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 13px;
}

.mod-infocard .head .price {
  font-weight: bold;
  color: #79a039;
  line-height: 1;
}

.mod-infocard .head .price .b {
  font-size: 30px;
}

.mod-infocard .head .price .s {
  font-size: 15px;
}

.mod-infocard .body {
  padding: 15px;
  text-align: left;
}

.mod-infocard .body .info {
  font-weight: bold;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  margin: 0 auto 10px;
  font-size: 14px;
  line-height: 1.4;
}

.mod-infocard .body .info dl {
  font-size: 0;
}

.mod-infocard .body .info dl dt {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  text-align: center;
  color: #999999;
}

.mod-infocard .body .info dl dd {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  padding-left: 5px;
}

.mod-infocard .body .comment {
  height: 90px;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
  overflow: hidden;
  /* はみ出た部分を表示しない */
  text-overflow: ellipsis;
  /* はみ出た場合に「…」を表示 */
  -webkit-text-overflow: ellipsis;
  /* はみ出た場合に「…」を表示 (Safari用) */
  -o-text-overflow: ellipsis;
  /* はみ出た場合に「…」を表示 (Opera用) */
}

@media screen and (max-width: 639px) {
  .mod-infocard .head {
    padding: 10px;
  }
}

@media screen and (max-width: 639px) {
  .mod-infocard .head .badge {
    height: 14px;
    line-height: 14px;
    padding: 0 5px;
    font-size: 10px;
    margin: 0 auto 5px;
  }
}

@media screen and (max-width: 639px) {
  .mod-infocard .head .price .b {
    display: block;
    font-size: 18px;
    margin: 0 auto 4px;
  }
}

@media screen and (max-width: 639px) {
  .mod-infocard .head .price .s {
    display: block;
    font-size: 12px;
  }
}

@media screen and (max-width: 639px) {
  .mod-infocard .body {
    padding: 10px;
  }
}

@media screen and (max-width: 639px) {
  .mod-infocard .body .info {
    font-size: 10px;
    border-bottom: none;
    padding-bottom: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 639px) {
  .mod-infocard .body .info dl dt {
    width: 40%;
  }
}

@media screen and (max-width: 639px) {
  .mod-infocard .body .info dl dd {
    width: 60%;
  }
}

@media screen and (max-width: 639px) {
  .mod-infocard .body .comment {
    display: none;
  }
}

