@charset "UTF-8";

/**
-------------------------------
▼PC用
-------------------------------
**/

/**レイアウト、主要CSS**/
html {
	overflow-x: hidden;
	background: #eee;
	font-family: 'Noto Sans JP', sans-serif;
	background: #fafafa;
	font-size: 16px;
	color: #333;
}
a {
	transition: all 0.1s;
}
a:hover {
	transition: all 0.1s;
}
iframe {
	height: 1400px;
}
img {
	width: 100%;
	background: none;
}

.title img {
	width: 100%;
	background: none;
	padding: 0 0 74px 0;
}

.member img {
	width: 70%;
	background: none;
	margin: auto;
	display: block;
}

.band img {
	width: 100%;
	background: none;
	display: block;
}


.best img {
	width: 20%;
	background: none;
	margin: auto;
	display: block;
}


.band img {
	width: 100%;
	background: none;
	padding:20px 0;
}
.aboutfp img {
	width: 90%;
	background: none;
	margin:20px;
}


.pc_only {
	display: block;
}
.sp_only {
	display: none;
}
main {
	width: 100%;
}
#contents {
	width:1000px;
	margin: 0 auto;
}
.contents_inner {
	padding: 25px;
}

.contents_inner03{
	width: 100%;
	display: flex;
	justify-content: center;

}
/**ヘッダーCSS**/
header {
	background: #99cc00;
	background: repeating-linear-gradient(-45deg, #99cc00, #99cc00 4px, #9bcf00 4px, #9bcf00 8px);
	padding: 25px;
	margin-bottom: -98px;
}
header .update{
	text-align: right;
	color: #fff;
	padding: 10px 0 100px 0;
	font-size: 110%;
}
.info {
	font-size: 90%;
	text-align: center;
        padding: 0 0 10px 0;
        font-weight: bold;
  }

}
.intro {
	margin-top: 20px;
	margin-bottom: 20px;
}

.intro02 {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}


h1 {
	font-size: 30px;
    padding: 50px,0px, 25px,0 px;
}
.ota{
	color: #13b5b1;
}
.fuku{
	color: #ff6a6a;
}
.nari{
	color: #f19149;
}
/**記事CSS**/
article {
	margin: 25px 25px 25px 25px;
	padding: 3px 25px  25px 25px;
	background: #f5f5f5;
	padding-top: 85px;
	margin-top: -70px;
}

.article02 {
	padding: 25px 25px  25px 25px;
	background: #ffffff;
	border: 2px solid #99cc00;
	box-shadow: 0px 0px 2px #7ca502;
}


h2 {
	font-size: 25px;
	margin-top: 25px;
}
h2.interviewer {
	color: #99cc00;
	border-left: 5px solid #99cc00;
	padding-left: 5px;
	margin-bottom:10px;
}
h2.three {
	color: #ae5da1;
	border-left: 5px solid #ae5da1;
	padding-left: 5px;
	margin-bottom:10px;
}
h2.ota {
	color: #13b5b1;
	border-left: 5px solid #13b5b1;
	padding-left: 5px;
	margin-bottom:10px;
}
h2.fuku {
	color: #ff6a6a;
	border-left: 5px solid #ff6a6a;
	padding-left: 5px;
	margin-bottom:10px;
}
h2.nari {
	color: #f19149;
	border-left: 5px solid #f19149;
	padding-left: 5px;
	margin-bottom:10px;
}
.bold {
	font-weight: bold;
}
.marker {
	background: #fff721;
}
.artimg {
	margin-top: 25px;
}
.conclusion {
	margin-top: 50px;
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 20px;
}
.conclusion .pink{
	color: #ff6a6a;
}
.font_best { 
    color: #c82b2b;     /* �����F�w�� */
}

/**footerCSS**/
footer {
	background: #99cc00;
	padding: 25px 25px 25px 25px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
footer .restart{
	font-size: 24px;
}
.regist {
	text-align: center;
	background: #ff6a6a;
	color: #fff;
	text-shadow:0 0 10px #f14949;
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 15px 0;
}
.check {
	font-size: 40px;
}


/**
-------------------------------
▼SP用
-------------------------------
**/

@media (max-width: 750px) {
  iframe {
	height: 1700px;
  }
  #contents {
	width:100%;
	font-size: 14px;
  }
  .contents_inner {
	padding: 10px;
  }

.member img {
	width: 70%;
	background: none;
	margin-top:20px;
	display: block;
}

.best img {
	width: 20%;
	background: none;
	margin: auto;
	display: block;
}

.title img {
	width: 100%;
	background: none;
	padding: 0 0 90px 0;
}


.band img {
	width: 100%;
	background: none;
	padding:20px 0;
}

.aboutfp img {
	width:100%;
	height:auto;
	background: none;
	padding:20px 0;
	margin:auto;
}

  .pc_only {
	display: none;
  }
  .sp_only {
	display: block;
  }

  .contents_inner03{
	width: 100%;
	display: block;
}
/**ヘッダーCSS**/
  header {
	padding:10px;
	margin-bottom: -97px;
  }
  header .update{
	padding: 10px 0 65px 0;
	font-size: 90%;
  }
  .info {
	font-size: 10px;
	text-align: center;
        font-weight: bold;
  }
  .intro {
	padding-top: 20px;

  }
  article {
	padding: 3px 10px 10px 10px;
	margin: 20px 2px;
	padding-top: 85px;
	margin-top: -70px;

  }

.article02 {
	margin: 0px 2px;
	padding: 10px 10px 10px 10px;

  }
h1 {
	font-size: 17px;
  }


 h2 {
	font-size: 17px;
	margin-top: 15px;
  }
  .conclusion {
	font-size: 16px;
  }
  footer {
	font-size: 14px;
  }
  footer .restart{
	font-size: 20px;
  }
  .regist {
	font-size: 12px;
  }
  .check {
	font-size: 20px;
  }
  .qa h2{
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .qa-wrap {
    margin: 0 auto;
    width: 100%;
    padding: 10px;
  }  
.qa-item {
  min-height: 30px;
  padding: 0 25px 0 10px;
}
.qa-item-inner {
  padding: 1vw 0;
}

.qa-item-inner02 {
  padding: 1vw 0;
}

  .qa-item + .qa-item {
    margin-top: 10px;
  }  
  .qa-item-icon {
    width: 30px;
    font-size: 200%;
    padding: 8px 0;
  }
  .qa-item-inner:first-child::after {
    content: '';
    width: 14px;
    height: 9px;
  }
  .qa-item-text-Q {
    font-size: 13px;
    font-weight: bold;
    color: #00a5d5;
}
  .qa-item-text-A {
    font-size: 13px;
    line-height: 130%;
}
  .right{
	text-align: right;
	font-size: 13px;
    line-height: 130%;
	margin-right:25px;
}
  .qa-item-text01 {
    font-size: 13px;
    font-weight: bold;
    color: #99cc00;
}
  .qa-item-text02 {
    font-size: 13px;
    line-height: 130%;
}

}
@media (min-width: 1200px) { 
  .qa {
    padding: 0 calc((100% - 1200px) / 2) 0;
  }
}
.qa-item {
  border: 5px solid #0b781f;
  width: 95%;
  padding: 0 20px;
  margin: 0 auto 10px auto;
  color: #444;
}
.qa-item + .qa-item {
  margin-top: 20px;
}
.qa-item-inner {
  display: flex;
  position: relative;
  padding: 1vw 0;
}

.qa-item-inner02 {
  display: flex;
  position: relative;
}


.qa-item-inner:first-child {
  cursor: pointer;
}
.qa-item-inner:first-child::after {
  content: '';
  width: 22px;
  height: 13px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  color: #333;
}
.qa-item-inner.isOpen::after {
  transform:  translateY(-50%) rotate(180deg);
}
.qa-item-icon {
  font-size: 120%;
  font-weight: 700;
  padding: 0 10px;
}
.ques {
  color: #00a5d5;
}
.ans{
  color: #c23535;
}
.qa-item-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 22px;
  padding: 24px 20px 24px 14px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  text-align:center;
}
.qa-item-text p {
  font-weight: 500;
  text-align:left;
  font-size: 95%;
}
strong {
  font-weight: 600;
}
  .qa-item-text-Q {
    font-size: 13px;
    font-weight: bold;
    color: #00a5d5;
}
  .qa-item-text-A {
    font-size: 13px;
    line-height: 130%;
}
.right{
	text-align: right;
	font-size: 13px;
    line-height: 130%;
	margin-right:25px;
}
  .qa-item-text01 {
    font-size: 13px;
    font-weight: bold;
    color: #99cc00;

}
  .qa-item-text02 {
    font-size: 13px;
    line-height: 130%;
}