@charset "utf-8";


.newstop-ul{
  display: flex;
  flex-direction: column;
}
.newstop-ul li{
  width:100%;
  border-bottom:1px solid #ddd;
  padding:1em 0;
}
.newstop-ul li p:nth-child(1){
  font-size:1.7rem;
  font-weight:bold;
  color:#FFE402;
  margin:.3em 0;
}
.newstop-ul li h3:nth-child(2){
  font-size:2rem;
  margin:.3em 0;
}
.newstop-ul li p:nth-child(3){
  margin:.3em 0;
}
.newstop-ul .DivLink{
  transition: .3s;
}
.newstop-ul .DivLink:hover{
  opacity:.7;
}

.kiji-btn{
  display:block;
  padding:.8em 0;
  width:300px;
  margin:4em auto 0;
  text-align: center;
  background-color: #FFE402;
  color:#221715;
  font-size:1.6rem;
  font-weight:bold;
  border-radius:10px;
}

















/*=======================================================
==========================================================
　　　　　　　　　　　　　PC start
==========================================================
========================================================*/
@media screen and (min-width:768px) {
/*singlepage設定*/
.page-title{
  padding:60px 0 30px;
}
h1{
  color: #000;
  font-size:4rem;
  letter-spacing: 1px;
  margin:.3em 0 0;
  text-align: center;
}
p.h1-p{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  position:relative;
  font-size:1.7rem;
  font-weight: bold;
  color: #FFE402;
  line-height: 1em;
  margin:0;
  text-align: center;
  text-transform: uppercase;
}
h2.single-h2{
  position:relative;
  font-size:2.5rem;
  padding:0 0 .5em 1.8em;
  color:#000;
  border-bottom:3px solid #FFE402;
  line-height: 1.3em;
}
h2.single-h2:before{
  position:absolute;
  top:-.5em;
  left:0;
  width:34px;
  height:40px;
  content:"";
  background-image: url(../img/logo.png);
  background-size: contain;
}
.single-section{
  padding: 5% 0 0;
}
.single-box{
  padding: 0 0 8%;
}
.h2-ushi{
  position:relative;
}
.h2-ushi:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:72px;
  background-image : linear-gradient(to right, #FFE402, #FFE402 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
  background-size: 8px 2px;          /* グラデーションの幅・高さを指定 */
  background-position: left bottom;  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}
.h2-ushi-box{
  width: fit-content;
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin:0 auto;
  padding:0 3em;
}
.h2-ushi img{
  width:50px;
  margin:0 auto;
}
.h2-ushi h2{
  color:#000;
  margin:.3em 0 0;
  text-align: center;
}
.h2-ushi p{
  color:#FFE402;
  margin:0;
  font-weight:bold;
  text-align: center;
  text-transform: uppercase;
}

ul.page-link{
  width:100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.page-link li{
  width:32%;
  padding:10px 0;
}
ul.page-link li a{
  display: block;
  width:100%;
  padding:.7em 0;
  border:2px solid #FFE402;
  border-radius: 10px;
  text-align: center;
  font-size:1.6rem;
  font-weight:bold;
  color:#FFE402;
  transition: .3s;
}
ul.page-link li a:hover{
  border:2px solid #FFE402;
  background-color: #FFE402;
  color:#221715;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


}/*=======================================================
==========================================================
　　　　　　　　　　　　　PC end
==========================================================
==========================================================
========================================================*/

/*=======================================================
==========================================================
  　　　　　　　　　　　　　SPstart
==========================================================
========================================================*/
@media screen and (max-width:768px) {
/*singlepage設定*/
.page-title{
  padding: 40px 0 10px;
}
h1{
  color: #000;
  font-size:2.5rem;
  letter-spacing: 1px;
  margin:.3em 0 0;
  text-align: center;
}
p.h1-p{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  position:relative;
  font-size:1.5rem;
  font-weight: bold;
  color: #FFE402;
  line-height: 1em;
  margin:0;
  text-align: center;
  text-transform: uppercase;
}
h2.single-h2{
  position:relative;
  font-size:2rem;
  padding:0 0 .5em 1.8em;
  color:#000;
  border-bottom:3px solid #FFE402;
  line-height: 1.3em;
}
h2.single-h2:before{
  position:absolute;
  top:-.6em;
  left:0;
  width: 29px;
  height: 39px;
  content:"";
  background-image: url(../img/logo.png);
  background-size: contain;
}
.single-box{
  padding: 15px 0 30px;
}
.sp-head-logo{
  display: flex;
  align-items: center;
  height: 58px;
  border-bottom: 6px solid #FFE402;
  width: 100%;
  margin: 0;
  mix-blend-mode: multiply;
}
.sp-head-logo img{
  width: auto;
  height: 48px;
  padding: 0 0 0 12px;
  object-fit: contain;
  margin: 0;
  mix-blend-mode: multiply;
}
.single-section{
    padding: 0 0 4rem;
}
.h2-ushi{
  position:relative;
}
.h2-ushi:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:72px;
  background-image : linear-gradient(to right, #FFE402, #FFE402 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
  background-size: 8px 2px;          /* グラデーションの幅・高さを指定 */
  background-position: left bottom;  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}
.h2-ushi-box{
  width: fit-content;
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin:0 auto;
  padding:0 2em;
}
.h2-ushi img{
  width:40px;
  margin:0 auto;
}
.h2-ushi h2{
  color:#000;
  margin:.3em 0 0;
  text-align: center;
  font-size: 2.2rem;
}
.h2-ushi p{
  color:#FFE402;
  margin:0;
  font-weight:bold;
  text-align: center;
  font-size: 1.6rem;
  text-transform: uppercase;
}
ul.page-link{
  width:100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.page-link li{
  width:49%;
  padding:5px 0;
}
ul.page-link li a{
  display: block;
  width:100%;
  padding:.7em 0;
  border:1px solid #FFE402;
  border-radius: 5px;
  text-align: center;
  font-size:1.3rem;
  font-weight:bold;
  color:#FFE402;
  transition: .3s;
}
ul.page-link li a:hover{
  border:2px solid #FFE402;
  background-color: #FFE402;
  color:#221715;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.kiji-btn{
  display:block;
  padding:.8em 0;
  max-width:300px;
  width:80%;
  margin:4em auto 0;
  text-align: center;
  background-color: #FFE402;
  color:#221715;
  font-size:1.6rem;
  font-weight:bold;
  border-radius:10px;
}




}/*=======================================================
==========================================================
　　　　　　　　　　　　　SPend
==========================================================
========================================================*/
/*=======================================================
==========================================================
　　　　　　　　　　　　　IPAD start
==========================================================
========================================================*/
@media screen and (min-width:768px) and ( max-width:1190px) {




}/*=======================================================
==========================================================
　　　　　　　　　　　　　IPAD end
==========================================================
==========================================================
========================================================*/
/*=======================================================
==========================================================
　　　　　　　　　　　　　共通コード
==========================================================
========================================================*/
#main{
    background-color: #f5f5f5;
    overflow: hidden;
}
#footer {
    background-color: #fff;
}


/*=======================================================
==========================================================
　　　　　　　　　　　　　共通end
==========================================================
========================================================*/
