@charset "UTF-8";
* {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 100%;
  letter-spacing: 0.06em;
}

.min {
  font-family: "Noto Serif JP", "游明朝体", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
}

p,
a,
ul,
li,
dl,
dt,
dd,
table {
  color: #333333;
}

ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}

li a {
  display: block;
}

img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  vertical-align: middle;
  height: auto;
  max-width: 100%;
}


/*-------------
layout.css
---------------*/
html {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: none;
}

/*コンテナ*/
#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}

/*ヘッダー*/
header {
  width: 100%;
  position: fixed;
  background-color: #d10019;
  z-index: 10;
}

#header-in {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/*コンテンツ*/
.contents {
  height: auto;
  width: 100%;
  position: relative;
}

.contents-in {
  margin: 0 auto;
  position: relative;
  height: auto;
  display: inline-block;
}

.contents-in:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

* html .contents-in {
  height: 1%;
}

.contents-in {
  display: block;
}

/*フッター*/
footer {
  width: 100%;
}

#footer-in {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

div.inside {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 600px;
}

/*-------------
LPコンテンツ
---------------*/
.kyutoukilp {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 600px;
}
.footerkotei {
  background-color: #ffffff;
  width: 100%;
    position: fixed;
  left: 0;
  bottom: 0;
}
.footerkotei-in {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 480px;
    padding-top: 5px;
    padding-bottom: 5px;

}
.footerkotei img{
  width: auto;
}

.fk1 img {  max-height: 70px;}
.fk2 img,.fk3 img {
   max-height: 55px;
}
#page-top {
  width: 60px;
  position: fixed;
  right: 5px;
  bottom: 80px;
}
#page-top img {
  width: 60px;
}
/*-------------
よくある質問
---------------*/
.faqfr {
  width: 500px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.faqfr a{
  color: #ff5500;
}
.faqfr a:hover{
 text-decoration: underline;
}
.faq-in {
    margin-bottom: 10px;

}
.faq-q {
  background-color: #4a78bc;
  border-radius: 4px;
  padding: 15px 6% 15px 3%;
  background-image: url(../images/lp03/arrow1.png);
  background-size: 8px auto;
  background-position: calc(100% - 10px),10px;
  cursor: pointer;
}
.faq-q.active {
    border-radius: 4px 4px 0 0;
}
.faq-q p{
  color: #ffffff;
  font-size: 16px;
    line-height: 1.4em;
     text-indent: -1.4em;
padding-left: 1.4em;
}
.faq-q p::before{
  content: "Q. ";
}
.faq-a {
  display: none;
   padding: 12px 5%;
     padding: 15px;
  border-left: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
}
.faq-a p{
  background-color: #ffffff;
  font-size: 15px;
  line-height: 1.4em;
    text-indent: -1.4em;
padding-left: 1.4em;
}
.faq-a p::before{
  content: "A. ";
}
.messtxt {
  margin: 10px auto;
    width: 500px;
  max-width: 90%;
  background-color: #fff4dc;
  border-radius: 10px;
  padding: 20px;

}
.messtxt p{  line-height: 1.6em;
font-size: 18px;}
.kcopy {
  padding-top: 50px;
  padding-bottom: 100px;
}
.privacy {
  text-align: center;
  margin-bottom: 20px;
}
.privacy a{
    font-size: 13px;
}
.privacy a:hover{
   text-decoration: underline;
}
.copytxt {
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .messtxt p{
font-size: 16px;}
}