@charset "UTF-8";
@media screen and (min-width: 768px) {
.sp_only {
  display: none;
}
}
@media screen and (max-width: 768px) {
.pc_only {
  display: none;
}
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.4rem;	
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 500;
    color: #333;
    background: #fff9fa;   
}
a:link, a:visited, a:active {
	color: #888888;
	text-decoration: none;
}
img {
	max-width: 100%;
}
p {
	font-size: 1.4rem;
	line-height: 1.7;	
}


a:hover {
    opacity: 0.7;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
ul {
    list-style: none;
}

li {
    list-style: none;
}

a {
 word-break: break-all;
}

/*-------------------------------------------------
  フォームボタン
-------------------------------------------------*/
#formBtn {
    position: fixed;
}
#formBtn a { 
    display: block;
    background-color: #f382ae;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;   
}

/*-------------------------------------------------
  PAGE TOP
-------------------------------------------------*/
.header-box {
  display: none;
}
.pagetop {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 1vw;
  z-index: 3;
}
.pagetop a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  background: #f382ae;
  border-radius: 50%;
}
.pagetop:hover {
  transition: all .3s;
  opacity: 0.8;
}
.pagetop a span {
  width: 2.34vw;
  height: 2.27vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -7.5px;
}
.pagetop a i {
  width: 15px;
  weight: 8px;
  height: 2.27vw;
  display: block;
  background: url(../img/top.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 4em auto 0;
}
.tab__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tab__item {
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1.5rem;
  padding: 30px 0;
  text-align: center;
  width: calc(49% - 6px);
  line-height: 1.2;
}
.tab__item .heading {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 auto 0.8em;
}
.tab__item__serial {
  background: #fff;
  border: 3px solid #fff;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  color: #f382ae;
  margin: 0 2% 0 0;
  position: relative;
}
.tab__item__direct {
  background: #fff;
  border: 3px solid #fff;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  color: #f382ae;
  margin: 0;
  position: relative;
}
input {
  display: none;
}
.tab__contents {
  display: none;
  width: 100%;
}
.is-btn-active {
  background: #111111;
  color: #fff;
  font-weight: bold;
}
.is-contents-active {
  display: block;
}
.tab input[name="tab__item"] {
  display: none;
}
#tab01:checked ~ #tab01,
#tab02:checked ~ #tab02,
#tab03:checked ~ #tab03 {
  display: block;
}
.tab input:checked + .tab__item__serial {
  border: 3px solid #f382ae;
  border-bottom: 0;
  background-color: #fff;
  color: #f382ae;
  margin: 0 2% -0.3% 0;
}
.tab input:checked + .tab__item__direct {
  border: 3px solid #f382ae;
  border-bottom: 0;
  background-color: #fff;
  color: #f382ae;
  margin: 0 0 -0.3% 0;
}
.applicationBtn__serial a {
  display: block;
  max-width:340px;
  height: 55px;
  line-height: 55px;
  font-size: 2rem;
  color: #fff;
  background: #f382ae;
  text-align: center;
  border-radius: 6px;
  margin: 2em auto 0;
}
.applicationBtn__direct a {
  display: block;
  max-width:340px;
  height: 55px;
  line-height: 55px;
  font-size: 2rem;
  color: #fff;
  background: #f382ae;
  text-align: center;
  border-radius: 6px;
  margin: 2em auto 0;
}