@charset "utf-8";

/* reset */
/* ----------------------- */
* {
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	scrollbar-width: thin;
	scrollbar-color: #397524 #DFE9EB;
}


/* ----------------------- */




/* common */
/* ----------------------- */
p {margin-inline:15px;}

a {
  word-break: break-all;
  text-decoration: none;
}

img {max-width: 100%;}

.pcbr {display: block;}
.spbr {display: none;}
.nobr {white-space: nowrap;}
.disp-pc {display: block;}
.disp-sp {display: none;}

.line-through {
  text-decoration: line-through;
}
/* ----------------------- */



/* header */
/* ----------------------- */
header {
  width: 100%;
  max-width: 1100px;
  margin: 0px auto;
  text-align: center;
}

.fv-top img {
  width: 450px;
  max-width: 100%;
  animation: shake 2s infinite;
}

.fv-center img {
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
}


@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  5% { transform: translate(-1px, -2px) rotate(-1deg); }
  10% { transform: translate(-3px, 0px) rotate(1deg); }
  15% { transform: translate(3px, 2px) rotate(0deg); }
  20% { transform: translate(1px, -1px) rotate(1deg); }
  25% { transform: translate(0px, 0px) rotate(0deg); }
  100% { transform: translate(0px, 0px) rotate(0deg); }
  
}
/* ----------------------- */




/* main */
/* ----------------------- */
body {
  width: 100%;
  min-width: 300px;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
  background-color: #000;
	color: #000000;
	font-size: 18px;
	line-height: 1.8;
	font-feature-settings: "palt";
	font-family: "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MSゴシック", Helvetica, verdana, arial;
}

body::before {
	background-image: url("../../../../../image/member/question/tkyget/begin_bg_pc.webp");
	background-image: no-repeat;
	background-position: top center;
	background-size: cover;
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
}

.content-back{
	width:95%;
	max-width: 750px;
	margin:0 auto;
	padding: 1px 1px 60px;
	background: #0000008a;
	border:2px solid rgb(207, 0, 0);
	box-shadow: 0 0 3px #000;
	position:relative;
}


.subtitle {
	position: relative;
	width: 100%;
	padding: 10px 0;
	border: 4px solid #703103;
  border-image: linear-gradient(315deg, rgba(176,133,0,1) 0%, rgba(255,238,140,1) 20%, rgba(176,133,0,1) 40%, rgba(255,238,140,1) 700%, rgba(176,133,0,1) 100%);
  border-image-slice: 3;
  border-left: none;
  border-right: none;
	box-sizing: border-box;
	line-height: 1.4;
  font-family: 'Noto Serif JP', sans-serif;
  letter-spacing: 0;
}

.outer {
  background: url(../images/subhead_bg.png)no-repeat;
  background-size: cover;
  margin-inline: -10px;
  padding: 20px 0 20px 0;
}



/* comment-form */
/*-------------------------------------------*/

#comment-form {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
  border: 3px solid;
  border-image: linear-gradient(326deg, rgb(138, 2, 2) 0%, rgb(228, 41, 41) 50%,rgb(138, 2, 2) 70%,rgb(228, 41, 41) 80%, rgb(138, 2, 2) 100%) 1;
  background-color: #00000079;
  text-align: center;
  box-shadow: inset 0 0 10px #4b4300;
}



#comment-form input[type="text"] {
	width: 100%;
	padding: 1.5rem 1rem;
	font-size: 2rem;
	color: #000000;
	font-weight: bold;
	background-color: #fdfdfd;
	border: 0.5rem solid #533d00;
	border-radius: 0.5rem;
}

#comment-form input[type="text"]::placeholder {
  font-size: 22px;
  font-weight: bold;
  color: #00000079;
}

#comment-form input[type="email"] {
	width: 95%;
  margin-top: 10px;
	padding: 8px;
  font-size: 2rem;
	color: #000000;
	font-weight: bold;
	background-color: #fdfdfd;
	border: 2px solid rgb(0, 102, 46);
	border-radius: 0.5rem;
}

#comment-form input[type="email"]::placeholder {
  text-align: center;
}

#comment-form textarea {
  width: 100%;
  height: 200px;
  padding: 1.5rem 1rem;
  background-color: #fdfdfd;
	border: 0.5rem solid #fd7b7b;
  font-size: 18px;
}

#comment-form textarea::placeholder {
  font-size: 22px;
  font-weight: bold;
  color: #00000079;
}

#comment-form input[type="submit"] {
  width: 95%;
  transition: 0.5s;
  cursor: pointer;
  border: none;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  margin: 10px auto 0;
  padding: 10px;
  border: 3px solid rgb(0, 59, 5);
  border-radius: 10px;
  background: rgb(0, 165, 27);
}

#comment-form input[type="submit"]:hover {
  transform: scale(1.1);
}

.info {
  height: 150px;
  overflow-x: scroll;
  background-color: rgb(218, 218, 218);
  padding-block: 10px;
}


/* footer */
/*-------------------------------------------*/
#footer {
	width: 100%;
	margin: 0px auto 0 auto;
	color: #ffffff;
	letter-spacing: 5px;
  padding: 20px 10px;
	background: #000000;
	background: url(images/gold.gif) #000 top center repeat-x;
	box-shadow: 0px 4px 12px 2px #ffffef;
	-moz-box-shadow: 0px 4px 12px 2px #ffffef;
	-webkit-box-shadow: 0px 4px 12px 2px #ffffef;
}

#footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}

#footer ul li {
  margin-top: 20px;
}

.top a {
	margin: 10px 20px 10px 20px;
	color: #ffffff;
	text-align: center;
}

.top a:hover {
	width: 120px;
	color: #ff4500;
	text-align: center;
}


