@charset "UTF-8";
/* CSS Document */

/* テキスト */
h1,h2,h3,h4,h5,p {
	color: #333;
	line-height: 1.2em;
}
h1{
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: 600;
  font-style: normal;
	font-size: 48px;
	margin: 10px auto;
  padding: 20px 0;
	letter-spacing: 3px;
  text-align: center;
}
h2{
  font-feature-settings: "palt" 1;
  font-size: 25px;
	color: #a72126;
	margin: 10px auto;
}
h4{
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  margin: 0 0 3px;
  padding: 10px 0;
}
p{
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 1.5em;
  margin: 0px auto 20px;
  text-align: justify;
}
.text-right{
  text-align: right;  
}

@media screen and (max-width: 820px){   
h1{ font-size: 35px; }
  }
p{  font-size: 15px; }



/* リンク */
a {
	color: #fff;
  text-decoration: none;
}
a:hover {
  color: #F6E6DF;
  opacity: 0.6;
  transition : all .7s;
}
.link{
  color: #F6E6DF;
  text-decoration: underline;
  font-weight: 600;
}

/* マウスオーバーした際の背景色 */
.btn_hover:hover h1 {
  color: #F6E6DF;
  transition : all .5s;
}
.btn_hover:hover h5 {
  color: #F6E6DF;
  transition : all .5s;
}

/* 選択範囲の色変え */
::-moz-selection {
	color: #a72126;
	background-color: #F6E6DF;
}
::selection {
	color: #a72126;
	background-color: #F6E6DF;
}


.center{
  text-align: center;
}
.right{
  text-align: right;
  margin: 0 auto;
}
.tax {
  font-size: 60%;
}
.textbox{
  margin: 0 auto;
  padding: 10px 0;
  width: 80vw;
}
@media screen and (max-width: 480px){   
.textbox{
	margin: 0 auto;
  padding: 0 20px;
  }
}


.que{
  background-color: #f0ddd2;
  padding: 15px;
  border-left: 20px solid #ddb09b;
}
.ans{
  background-color: #f0ddd2;
  padding: 15px;
  border-right: 20px solid #ddb09b;
}


.under {
  border-bottom: solid 3px #a72126;
  font-weight: 700;
  font-size: 115%;
  padding: 0 5px;
  line-height: 1.7em;
}

.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  background-color: #a72126;
  min-width: 120px;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  text-align: center;
}
.button_b {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #a72126;
  background-color: #fff;
  min-width: 100px;
  margin: 0 auto 5px;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #a72126;
}
.button_d {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #333;
  background-color: #a72126;
  padding: 0 10px;
  margin: 5px auto 5px;
  border-radius: 5px;
  height: 5px;
  top: 10px;
}
.button_e {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #a72126;
  padding: 0.1rem;
  text-align: center;
  border-bottom: 2px solid #a72126;
}
.button svg {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  fill: #fff;
}
.button span {display: none;}
@media (min-width: 600px) {
  .button span {display: initial;}
}
.button--icon {
  min-width: initial;
  padding: 0.5rem;
}


/* 箇条書き */
.list{
  margin: 0 0 0 -20px;
}
.list ul li{
  margin: 0;
}
li {
  list-style-type: none;
}
.textbox li {
  list-style-type: square;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  margin: 5px auto;
}