@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* add reset css */
li {
  list-style: none;
}

img {
  vertical-align: bottom;
  border: none;
}

.btn {
  text-align: center;
  display: inline-block;
  background-color: black;
  color: #FFF;
  font-size: 1.875rem;
  border: 0;
  width: 200px;
  max-width: 100%;
  padding: 10px 20px;
  cursor: pointer;
  text-decoration: none;
}
.btn:after {
  content: '';
  height: 100%;
  width: 0;
  vertical-align: middle;
  display: inline-block;
}
.btn:hover {
  opacity: 0.7;
  text-decoration: none;
  color: white;
  transition: opacity .2s linear;
}
.btn.btn-white {
  background: #fff;
}
.btn.btn-white .btn-title {
  display: inline-block;
  color: #008856;
  font-size: 20px;
  width: 100%;
}
.btn.btn-white .btn-title.en {
  font-size: 16px;
  padding-right: 3em;
  width: auto;
}
.btn.btn-white .btn-text {
  display: inline-block;
  color: #444;
  font-size: 11px;
}
.btn.btn-white .btn-text.en {
  padding-right: 3em;
}
.btn.btn-down {
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.3);
  margin: 10px auto;
}
.btn.btn-down.btn-white {
  box-shadow: 0 8px 0 #e9e9e9;
}
.btn.btn-down:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  margin: 17px auto 3px;
}
.btn.btn-down:hover.btn-white {
  box-shadow: 0 1px 0 #e9e9e9;
}
.btn.btn-simple {
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 4px;
  color: #666 !important;
  font-size: 12px !important;
  line-height: 1.16 !important;
  padding: .6em 1.2em .6em .3em !important;
}
.btn.btn-disabled {
  cursor: default;
  background-color: #d1d1d1;
  outline: none;
}
.btn.btn-disabled:hover {
  opacity: 1;
}
.btn.btn-arrow {
  position: relative;
}
.btn.btn-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 5px;
  height: 5px;
  border-top: solid 2px #008856;
  border-right: solid 2px #008856;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}

/* 赤いボタン中央テキスト */
.btn-detail_arrow {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  margin-top: 25px;
}

.btn-detail_arrow.center {
  justify-content: center;
}

.btn-detail_arrow.left {
  justify-content: flex-start;
}

.btn-detail_arrow.between {
  justify-content: space-between;
}

@media screen and (max-width: 768px), screen and (orientation: portrait) {
  .btn-detail_arrow {
    justify-content: center;
  }

  .btn-detail_arrow.sp_right {
    justify-content: flex-end !important;
  }
}
/*
.btn-detail_arrow .btn-detail {
  background: #f40009;
  color: #fff !important;
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
  width: calc(320px - 20px);
  max-width: calc(100% - 20px);
}
.btn-detail_arrow .btn-detail.w-auto {
  width: auto;
  max-width: none;
  padding-right: 2em;
}
.btn-detail_arrow .btn-detail.btn-large {
  font-size: 18px;
  padding: 20px 80px;
  width: auto;
  max-width: none;
}
.btn-detail_arrow .btn-detail.btn-small {
  font-size: 15px;
  padding: 5px 30px 5px 10px;
  width: auto;
  max-width: none;
  min-width: 280px;
}
.btn-detail_arrow .btn-detail:after {
  content: '>';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  font-weight: bold;
}
 */
