


div.img-hidden {

  overflow: hidden;
}

div.container-m {
  margin-top: 80px;
}

.cimg {
  text-align: center;
  padding: 1rem 0 ;
}

.card-img-overlay{
  padding: 0;
  text-align: center;

}

.bg01{
 background-color:#FFF7ED;
 padding: 2rem 0;

}

.bg02{
  position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-clip: border-box;
      background-image: url(../images/bg02.jpg);
      padding: 2rem 0;
}

.f-bg {
  background-color:#1465B7;
}

.text-b {
  color: #1465B7;
}

.h4style{
 width:100%;
 background-color:#1465B7;
 border-radius: 50px;
}

.yellow{
  width:200px;
  height:30px;
 background-color:#1465B7;
 border-radius: 10px;
}


.pcimg {
 display: block !important;
}

.spimg {
  display: none !important;

 }

.bn1 {
 position: relative; top: 75rem;
}

.bn2 {
 max-width: 90%;
 margin: auto;
 position: relative;
 top: 100rem;
}

html{
    scroll-behavior: smooth;
}
.gotop{
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: #333;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}

.mainbg {

    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    background-image: url("../images/bg.jpg");
    padding-bottom: 2rem;
    background-size: cover;
}

.popupbg {

    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    background-image: url("../images/popup/bg.jpg");
    padding-bottom: 2rem;
    background-size: cover;
}

.mainimg {
    padding-top: 2rem;
    text-align: center;
}


/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}


.small {
  line-height:1.8;
}

.w65 {
  max-width: 65%;
  min-width: 150px;
  margin: 1.3rem 0 0.8rem;
}

.w80 {
  max-width: 80%;
  margin: 1rem 0;
}

.w70 {
  max-width: 70%;
}

.or-text {
  background-color: #FADAAA;
  color: #542A12 ;
  padding: 1rem;
  font-weight: bold;
}

.gr-text {
    background-color: #7AC943;
    color: #fff;
    padding: 0.3rem 1rem;
    border-radius: 5px;
    font-weight: bold;
}

.card80 {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.card-text {
  line-height: 1.8;
}

.red-text {
  color: #A6081A;
  font-weight: bold;
}


/* 768px�ȏ���1�񕝂̃{�b�N�X */
@media only screen and (max-width: 768px){
.w100 {
    width: 100%;
}



.spimg {
 display: block !important;
}

.pcimg {
  display: none !important;

}

.bn1 {
 position: relative; top: 50rem;
}

.bn2 {
 max-width: 90%;
 margin: auto;
}

.h3  {
 font-size: 1rem;
}

.or-text {
    background-color: #FADAAA;
    color: #542A12;
    padding: 1rem;
    font-weight: bold;
    font-size: 65%;
}

.row {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

}
