@charset "UTF-8";
.pc_only{
	display: none;
}
.sp_only{
	display: block;
}
.color-red{
	color: #ff2225;
}
.bg-yellow{
	background: #ffffdd;
}

@media screen and (min-width: 501px) {
.pc_only{
	display: block;
}
.sp_only{
	display: none;
}
}

.header__type {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0 20px 10px;
  border-radius: 2em;
  background-color: #ff8900;
  color: white;
  font-size: 2rem;
  line-height: 1;
}

.header__title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.26;
  margin: 0 20px 15px;
}

.header__image > img{
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.header__caption {
  font-size: 1.6rem;
  padding-left: 1em;
  margin: .5em 0 0 0;
}

#contents {
  max-width: 500px;
}

#contents .details{
  margin: 30px auto 0;
}

#contents .details_inner{
	margin: 0 10px;
}

.details p{
	font-size: 1.8rem;
}

.details .txt-20{
	font-size: 2.0rem;
}

.details .txt-sm{
    font-size: 1.4rem;
}

.details__image{
  width: 94%;
  margin: 0 auto;
}

.details__image > img {
	margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.details__image > p{
	margin: 0.5em 0 0 0 ;
	font-size: 1.2rem;
}

#contents h2 {
  position: relative;
  margin: 0;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

#contents h2::before, #contents h2::after {
  content: "";
  display: inline-block;
  width: 2.4em;
  height: 1px;
  background-color: #ff9c00;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: bottom;
  margin-bottom: 0.5em;
}

#contents h2::before {
  margin-right: 0.4em;
}

#contents h2::after {
  margin-left: 0.4em;
}

#contents .block {
  margin-top: 2.4rem;
}

#contents .block + .block {
  margin-top: 55px;
}

#contents .block h3 {
  background-color: #fedcbd;
  margin: 0;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  padding: 0.75em 0;
}

#contents .block .price {
  margin: 2rem 0;
  text-align: center;
  line-height: 1;
  color: #000000;
  font-weight: bold;
}

#contents .block .price__top {
  margin: 0;
  font-size: 1.73rem;
  margin-bottom: 1.67rem;
}

#contents .block .price__plan {
	margin: 0.75em 0;
	font-size: 2.4rem;
}

#contents .block .price__bottom {
  margin: 0;
  font-size: 2.67rem;
  word-break: break-all;
}

#contents .block .price__value {
  font-size: 160%;
}

#contents .block .price__taxinc {
  font-size: 65%;
  font-weight: normal;
}

#contents .block h4 {
  margin: 3rem 0 .66rem 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

#contents .block h4 + .buttonBlock {
  margin-top: 0;
}

#contents .block .buttonBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}

#contents .block .buttonBlock > a {
  display: block;
  position: relative;
  padding: 1em 2.33em;
  border-radius: 2em;
  background-color: #ff8900;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: opacity .2s ease 0s;
  transition: opacity .2s ease 0s;
}
#contents .block .buttonBlock01 > a {
  background-color: #004EA1;
}

#contents .block .buttonBlock.disable > a {
	opacity: 0.3;
	pointer-events: none;
}

#contents .block .buttonBlock > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  right: .6em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/btn_icon.webp);
  background-repeat: no-repeat;
  background-size: contain;
}

#contents .block .buttonBlock > a:hover {
  opacity: 0.8;
}

#contents .block .buttonBlock > a + a {
  margin-left: 1em;
}

#contents .block .buttonBlock > a:only-child {
  padding-left: 4.5em;
  padding-right: 4.5em;
}

#contents .smartex a {
	display: block;
	width: 75%;
	margin: 40px auto 0;
	padding: 10px;
	border: 3px solid #004ea1;
	border-radius: 10px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #004ea1;
	text-align: center;
	text-decoration: none;
}

#contents .smartex a:hover {
	opacity: 0.7;
}

#contents .smartex a img {
	width: 80%;
}

#contents .smartex a .reg_txt {
	position: relative;
}

#contents .smartex a .reg_txt:after {
	content: ">>>";
	position: absolute;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 500px) {
.header__type,
.header__caption,
.details .txt-20,
#contents .block h4,
#contents .block .buttonBlock > a {
    font-size: 4vw;
}
.details .txt-sm {
    font-size: 3.2vw;
}
.header__title {
    font-size: 6vw;
}
#contents h2 {
    font-size: 5.5vw;
}
#contents .block h3,
#contents .block .price__plan,
#contents .block .price__bottom,
#contents .smartex a {
    font-size: 5vw;
}
#contents .block .price__top {
    font-size: 3vw;
}
#contents .details {
    margin: 5vw auto 0;
}
#contents .block + .block {
    margin-top: 10vw;
}
#contents .block .buttonBlock {
	margin-top: 5vw;
}
#contents .block h4 {
	margin-top: 6vw;
}

}