body {
  font-family:'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  margin: 0 !important;
}

.fv{
  width: 100%
}

.contents{
  margin: 0 auto;
  width: 100%;
}

h2{
  text-align: center;
  background-color: #186D7D;
  height: 120%;
  color: white;
}

h4{
  text-align: center;
  background-color: yellow;
  width: 90%;
  margin: 0 auto;
}

img{
  width: 95%;
}

.img_card {
    width: 60%;
    margin: auto;
    margin-top: 10px;
    text-align: center;
}

.red{
  color: #ED1442;
}

.blue{
  color:blue;
}

.yellow{
  color:#FEF22B;
}

.big{
  font-size: 25px;
}

.middle{
  font-size: 20px;
}

.small{
  font-size: 12px;
}

.b{
  font-weight: bold;
}

.y_b{
  background-color: #FEF16E;
  height: 70%;
}

.b_w{
  margin-top: -10px;
  text-align: center;
  background-color: black;
  height: 120%;
  color: #FEF22B;
  padding: 5px;
}

.center{
  text-align: center;
}

.conditions{
  margin:0 auto;
  width: 95%;
  text-align: left;
}

.spec{
  width: 90%;
  margin: 0 auto;
}

table,tr,th,td {
    border-collapse: collapse;
    border: 1px solid black;
    text-align: center;
    padding: 10px 5px 10px 0px;

}

.title{
  background-color: black;
  color: white;
}

th{
  background-color: #EBEBEB;
  font-size: 12px;
}

td{
  font-size: 10px;
}

.money{
  width: 100px;
}

table{
  width:100%;
}

.table_white{
    border: 0px solid white;
    background-color: white;
}

.list_design004 {
  margin-top: 0;
  padding: 10px 20px;
}

.list_design004 li {
  list-style: none;
  font-size: 18px;
}

.list_design004 li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  padding: 0 5px;
  color:#0D7C94;
}

.comment{
  text-align: center;
}

.comment img{
    vertical-align: middle;
    display: inline-block;
}
.comment span{
    display: inline-block;
    margin-left: 30px;
}

.comment2{
  margin: 5px;
  padding: 15px;
}

.comment3{
  font-size: 12px;
}

.arrow_box2{
    margin: auto;
    position:relative;
    width:60%;
    height:100%;
    background:#e8eaff;
    padding:10px;
    text-align:center;
    color:#333333;
    font-size:14px;
    font-weight:bold;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
}
.arrow_box2:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(229, 239, 207, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:30px;
    border-right-width:30px;
    margin-top: -10px;
    border-right-color:#e8eaff;
    right:100%;
    top:50%;
}

.answer{
  margin: 0 auto;
  width: 80%;
  background-color: #fcfbd7;
  border-radius:15px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  padding: 5px 10px;
}

.img_icon2{
  width: 60px;
  height: auto;
  vertical-align: middle;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 750;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #40C784;
  border-radius: 0.5rem;
}

/*CTA*/

.CTA{
  text-align: center;
  animation: anime1 0.5s ease 0s infinite alternate;
  margin-bottom: 25px;
}

@keyframes anime1 {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);
  }
}

.btn--orange,
a.btn--orange {
  font-size: 16px;
  color: #fff;
  background-color: #ED1442;
}
.btn--orange:hover,
a.btn--orange:hover {
  font-size: 16px;
  color: #fff;
  background: #ED1442;
}

.hwhw{
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  animation: move-y .5s infinite alternate ease-in-out;
}

@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}
