/*
モーダル
*/
button{
    cursor: pointer;
}
button,button:hover{
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn a{
    text-align: center;
    color: #fff;
    display: block;
    position: relative;
    z-index: 2;
    font-weight: 700;
}
.btn01 {
	font-size: 2rem;
    letter-spacing: 0.2em;
    border: none!important;
}
.btn01 :hover{
    letter-spacing: 5px;
}
#openModal{
	border: none!important;
}
/* .btn02{
	border: none;
	background: #d45b41;
    filter: drop-shadow(0px 8px 0px #98412e);
} */
.modalArea {
  visibility: hidden;
  opacity : 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}
.modalWrapper {
    background: #f6f7f7;
    position: absolute;
    top: 46%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 610px;
    padding: 27px 30px;
}
.closeModal {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    cursor: pointer;
    color: #d45b41;
    font-weight: 700;
}
.is-show {
  visibility: visible;
  opacity : 1;
}
.modalContents h1{
    margin-bottom: 7px;
}
.modalContents h2{
    font-size: 2.2rem;
}
.modalContents .check_blue li{
    font-size: 1.6rem;
    background: url(../img/check_blue.png) no-repeat;
    background-size: 3%;
    background-position: left 8px;
    padding-left: 4%;
}
/*
.modalContents .check_blue li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
}*/
.modalContents .box01 p{
    font-size: 1.6rem;
    padding: 0;
}
.modalContents .box01{
    margin-bottom: 10px;
}
.modalContents .price{
    margin-bottom: 0;
}
.modalContents .box02{
    margin-bottom: 14px;
}
.modalContents .btn03 {
    line-height: 1.2;
    width: 100%;
    padding-top: 0.8em;
    margin-bottom: 16px;
    font-size: 2rem;
}
.modalContents .box03 p{
    font-size: 1.6rem;
}
.modalContents .btn01{
    width: 100%;
}
.modalContents .price{
    width: 48%;
}

@media screen and (min-width: 600px) and (max-width: 912px) {
.modalWrapper{
    width: 90%;
    padding: 7% 3% 0%;
}
.modalContents .price {
    width: 48%;
    margin: 0 auto 0;
}
.modalContents .btn03{
    padding-top: 1.2em;
}
}
@media screen and (min-width: 375px) and (max-width: 765px) {
.modalWrapper{
	width: 90%;
    padding: 7% 3% 0%;
}
.modalContents .price {
    width: 48%;
    margin: 0 auto 0;
}
.modalContents .btn03 {
    font-size: 1.6rem;
    height: 50px;
}
.modalContents .btn01 {
    height: 50px;
    line-height: 50px;
}
.modalContents h2 {
    font-size: 2rem;
    line-height: 1.2;
}
.modalContents .box03 p{
    line-height: 1.2;
    margin-bottom: 5px;
}
.modalContents .box01 p {
    line-height: 1.2;
}
}
@media screen and (max-width: 374px) {
.modalWrapper {
    width: 90%;
    padding: 7% 3% 0%;
}
.modalContents h2 {
    font-size: 2rem;
    line-height: 1.2;
}
.modalContents .box01 p {
    line-height: 1.2;
}
.modalContents .btn03 {
    font-size: 1.6rem;
    height: 50px;
}
.modalContents .box03 p{
    line-height: 1.2;
    margin-bottom: 5px;
}
.modalContents .btn01 {
    height: 50px;
    line-height: 50px;
}
}
@media screen and (max-width: 320px) {
    .modalWrapper {
    width: 90%;
    padding: 7% 3% 0%;
}
.modalContents h2 {
    font-size: 2rem;
    line-height: 1.2;
}
.modalContents .check_blue li,
.modalContents .box01 p {
    font-size: 1.4rem;
}
.modalContents .box01 p {
    line-height: 1.2;
}
.modalContents .box02 {
    margin-bottom: 6px;
}
.modalContents .btn03 {
    font-size: 1.4rem;
    padding-top: 1em;
}
.modalContents .box03 p{
    line-height: 1.2;
    margin-bottom: 5px;
}
.modalContents .btn01 {
    font-size: 1.4rem;
}
}
