/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 22 2021 | 08:47:51 */
/* h2 */
  h2.heading1 {
    font-size:40px;
  }


/* h2 variations */
  h2.type1 {
    border-bottom: solid 3px #ffb8b8;
    position: relative;
  }
  h2.type1:after {
    border-bottom: solid 3px #2D519E;
    bottom: -3px;
    content: " ";
    display: block;
    position: absolute;
    width: 20%;
  }

  h2.type2 {
    margin-bottom: 1em;
    position: relative;
    text-align: center !important;
  }
  h2.type2:before {
    background-color: red;
    border-radius: 2px;
    bottom: -15px;
    content: '';
    display: inline-block;
    height: 5px;
    position: absolute;
    width: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  h2.type3 {
    display: inline-block;
    line-height: 1.4;
    padding:0.25em 1em;
    position: relative;
    top:0;
  }
  h2.type3:before,
  h2.type3:after { 
    content:'';
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 8px;
  }
  h2.type3:before {
    border-bottom: solid 1px black;
    border-left: solid 1px black;
    border-top: solid 1px black;
    left: 0;
  }
  h2.type3:after {
    border-bottom: solid 1px black;
    content: '';
    border-right: solid 1px black;
    border-top: solid 1px black;
    right: 0;
  }

  h2.type4 {
    display: inline-block;
    line-height: 1.4;
    padding:0.25em 1em;
    position: relative;
  }
  h2.type4:before,
  h2.type4:after { 
    content:'';
    display: inline-block;
    height: 30px;
    position: absolute;
    width: 20px;
  }
  h2.type4:before {
    border-left: solid 1px #2D519E;
    border-top: solid 1px #2D519E;
    left:0;
    top:0;
  }
  h2.type4:after {
    border-right: solid 1px #2D519E;
    border-bottom: solid 1px #2D519E;
    bottom:0;
    right:0;
  }


/* h3 */
  h3.heading1 {
    font-size:22px;
    margin: 5% 0 2%;
  }


/* h3 variations */
  h3.type1 {
    background: transparent;
    border-left: solid 5px #2D519E;
    padding: 0.25em 0.5em;
  }

  h3.type2 {
    overflow: hidden;
    text-align: center;
  }
  h3.type2 span {
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    position: relative;
    text-align: left;
  }
  h3.type2 span:before,
  h3.type2 span:after {
    background-color: #ccc;
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    width: 400%;
  }
  h3.type2 span:before {
    right: 100%;
  }
  h3.type2 span:after {
    left: 100%;
  }

  h3.type3 {
    background: #fff;
    border: 2px solid #000;
    padding: 1.5rem;
    position: relative;
    text-align: center;
  }
  h3.type3:before,
  h3.type3:after {
    content: '';
    position: absolute;
  }
  h3.type3:before {
    background: #fff;
    border: 2px solid #000;
    border-radius: 50%;
    height: 80px;
    left: calc(50% - 40px);
    top: -40px;
    width: 80px;
  }
  h3.type3:after {
    background: #fff;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
  h3.type3 i {
    font-size: 24px;
    font-size: 2.4rem;
    height: 60px;
    left: calc(50% - 40px);
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: -40px;
    width: 80px;
    z-index: 2;
  }
  h3.type3 span {
    position: relative;
    z-index: 1;
  }

  h3.type4 {
    border: 2px solid #000;
    overflow: hidden;
    padding: 1.5rem 2rem 1.5rem 130px;
    position: relative;
    width:100%;
  }
  h3.type4:before {
    background: #000;
    content: '';
    height: 300%;
    left: -100px;
    position: absolute;
    top: -150%;
    width: 200px;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  h3.type4 span {
    color: #fff;
    display: block;
    font-size: 4rem;
    left: 0;
    padding-left: 16px;
    position: absolute;
    top: 0;
    z-index: 1;
  }

  h3.type5 {
    margin-bottom: 1em;
    position: relative;
    text-align: center !important;
  }
  h3.type5:before {
    background-color: red;
    border-radius: 2px;
    bottom: -15px;
    content: '';
    display: inline-block;
    height: 5px;
    position: absolute;
    width: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }


/* TOP 特長見出し */
  .cracker {
    font-family: Arial,
      Meiryo,
      sans-serif;
    font-weight: bold;
    text-align:center;
  }
  .cracker::before {
    content: '\\';
    margin: 0 1em 0 0;
  }
  .cracker::after {
    content: '/';
    margin: 0 0 0 1em;
  }


/* 無料登録ボタン */	
/* TOP */	
  .btn-top-reg {
    background: #2D519E;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    transition: .4s;
    padding: 1em 5em;
    text-decoration: none;
    }
  .btn-top-reg:hover {
    background: #d30100;
    color: white;
  }
/*   ヘッダー   */	
  .btn-reg {
    background: #2D519E;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    transition: .4s;
    padding: 0.3em 1em;
    text-decoration: none;
    }
  .btn-reg:hover {
    background: #d30100;
    color: white;
  }

/* お問い合わせフォーム */
  .contact7-type1 {
    box-sizing: border-box;
    max-width: 100%;
  }
  .contact7-type1 dd {
    margin: 0 0 30px 0;
  }
  .contact7-type1 dt {
    font-weight: normal;
  }
  /* 必須マーク */
  .contact7-type1 .must {
    background: #FF1A00;
  }
  .contact7-type1 .must {
    border-radius: 3px;
    color: #FFF;
    font-size: 12px;
    margin-left: 10px;
    letter-spacing: 2px;
    padding: 0 5px;
  }
  /* 送信ボタン */
  .btn_contact7-type1 {
    text-align: center;
  }
  .btn_contact7-type1 input {
    background-color: #000;
    color: #FFF;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.2em;
    width: 50%;
    border: 1px solid #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;	
  }
  .btn_contact7-type1 input:hover {
    background-color: #FFF;
    color: #000; 
  }
  @media screen and (min-width: 600px) {
  .contact7-type1 dt {
    clear: left;
    float: left;
    padding: 5px 10px 5px 0;
    width: 35%;
  }
  .contact7-type1 dd {
    margin-left: 35%;
  }
  .btn_contact7-type1 input {
    background-color: #000;
    color: #FFF;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.2em;
    width: 60%;
    border: 1px solid #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;	
  }
  .btn_contact7-type1 input:hover {
    background-color: #FFF;
    color: #fe1402; 
  }
}


/* TOPページのみ新着記事３つ表示 */
/* グリッド表示 */
.parent {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  
  .div1 { grid-area: 1 / 1 / 5 / 4; }
  .div2 { grid-area: 1 / 4 / 3 / 6; }
  .div3 { grid-area: 3 / 4 / 5 / 6; }
  
  .div1 img {
    height: 420px;
    width: auto;
    object-fit: cover;
  }
  
  .div2 img,
  .div3 img {
    height: 200px;
    width: 400px;
    object-fit: cover;
  }
  
  @media (max-width: 600px){
    .parent {
      grid-template-columns: 1fr;
      grid-template-rows: auto;
    }
    .div1,
    .div2,
    .div3 {
      grid-column: 1;
      grid-row: auto;
    }
    .div1 img,
    .div2 img,
    .div3 img	{
      height: 250px;
      width: auto;
      object-fit: cover;
    }
  }
  
  .grid-a {
    position: relative;
   }
  
  .grid-a p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0; 
    color: #000;
    background: white;
    font-size: 15px;
    line-height: 1;
    padding: 5px;
    }


/* もっと見る */
  #btnMore,
  #nowLoading{
    text-align: center !important;
  }
  .btn1 {
    backface-visibility: hidden;
    background: #fff;
    border-radius: 30px;
    color: #1B1B1B;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    width: 160px;
    border:1px solid #1B1B1B;
    -webkit-backface-visibility: hidden; 
    -moz-backface-visibility: hidden;
    }


/* table type1 */
table.type1 {
  border-collapse: collapse;
  margin: 20px auto;
}
table.type1 th {
  background: #fff2f2;
  border: solid 1px #ccc;
  color: #000;
  padding: 10px;
}
table.type1 td {
　border: solid 3px #ccc;
  padding: 10px;
}
 
@media screen and (max-width: 640px) {
  table.type1 {
    width: 95%;
  }
  table.type1 th,
  table.type1 td {
　　  border-bottom: none;
    display: block;
    width: 100%;
  }
}