@charset "UTF-8";

html {
  font-size: 62.5%;
}
/* Reset CSS */
h4, h5, h3 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Roboto, "Droid Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #444;
	/*font-feature-settings: "palt";
	letter-spacing: 0.08em;*/
}
ol, ul {
  list-style: none;
  -moz-padding-inline-start: 0;
  -webkit-padding-inline-start: 0;
  -o-padding-inline-start: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  line-height: 1.8;
}

@media (max-width: 425px) {
  body {
    font-size: 1.6rem;
  }
}

p {
  line-height: 1.8;
}

video {
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

header {
  text-align: center;
  background-color: #fff;
  border-bottom: #ccc 1px solid;
  padding: 0;
}

header h1 {
  margin: 0;
}

header img {
  max-width: 114px;
  height: auto;
}

.date {
  max-width: 660px;
  margin: auto;
  padding: 39px 20px 0;
  font-weight: bold;
  color: #7E7E7E;
  line-height: 1.6;
}

.information {
  padding: 0 20px;
  margin: auto;
  max-width: 660px;
}

.information h1 {
  font-size: 1.45em;
  margin: 8px auto 0;
}

.information p {
  margin: 0 auto 60px;
}

.information .mb_30 {
  margin: 0 auto 30px;
}

.information .content {
  padding-top: 20px;
}

.information .imgset {
  margin-top: 25px;
  text-align: center;
}

.information .imgset h2 {
  text-align: left;
  font-size: 1.2em;
  margin-bottom: 16px;
}
.information ul {
  margin: 0 auto 0;
}
.information .flex_box{
  display: flex;
  flex-direction: row;
  justify-content:flex-start;
  margin: 0 0 60px 0;
  width:60%;
  align-items:center;
  text-align:center;
}
.information .two_box{
 flex-basis: 50%;
 margin:20px 0 10px 12px;
}
.information .two_box:first-child{
 flex-basis: 50%;
 margin:20px 10px 10px 0;
}

.information .two_box img{
 width:100%;
}
.information .one_box{
  margin:20px 0 70px 0;
  width: 30%;
}
.information .one_box img{
 width:100%;
}

@media (max-width: 425px) {
  .information .imgset h2 {
    font-size: 1.13em;
  }
  
.information .flex_box{
  display: flex;
  justify-content:flex-start;
  flex-direction: row;
  margin: 0 0 60px 0;
  width:90%;
  align-items:center;
  text-align:center;
}
.information .two_box{
 flex-basis: 50%;
  margin:10px 0 5px 5px;
}

.information .two_box:first-child{
 flex-basis: 50%;
  margin:10px 5px 5px 0;
}

 .information .two_box img{
 width:100%;
}
.information .one_box{
  margin:10px 0 65px 0;
  width: 50%;
}
}

.information .imgset div {
  background: #F5F7FF;
  padding: 16px;
  border-radius: 12px;
}

.information .imgset video {
  width: 49.5%;
  max-width: 250px;
  height: auto;
  min-height: 1px;
  margin: auto;
  text-align: center;
}

.information .imgset p {
  text-align: left;
  padding-top: 10px;
}

.bottom {
  text-align: center;
  padding-top: 40px;
  font-size: 1.6rem;
  background-color: #fcfcfc;
}

.bottom p {
  line-height: 1.5;
  margin: 5px;
}

.bottom a {
  color: #0066aa;
  text-decoration: none;
}

.bottom .red{
 color:#EB5505;
}

.bottom h2 {
  font-size: 2rem;
  margin-bottom: 5px;
}
.bottom h4{
  font-size: 2rem;
  margin: 0.5em 0;
  
}

.bottom .name {
  font-size: 1.2em;
  margin: 0;
}

.bottom .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 14px;
}

.bottom .flex div {
  width: 18em;
  margin-bottom: 2em;
}

@media (max-width: 425px) {
  .bottom .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bottom .flex div {
    width: 100%;
  }
}

.bottom .flex p {
  margin: 5px 0 0;
}

.bottom h3 {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0;
}

.bottom footer {
  background-color: #f4f4f4;
  margin-bottom: 0;
  padding: 20px 0;
  font-size: 1.26rem;
  margin-top: 3em;
}

.bottom footer p {
  margin: 10px auto 0;
}

.fc_au {
  color: #eb5505;
}

br.sp-br {
  display: none;
}

@media (max-width: 452px) {
  br.sp-br {
    display: block;
  }
}

.red{
 color:#EB5505;
}

ul.qa {
  padding: 0;
}
.qa li.qlist {
  border-bottom: 1px solid #efefef;
}

.qa .button {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 20px 0;
}

.qa p {
  margin: 0;
  line-height: 1.8;
  
}

.qa img {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.qa .answer {
  display: none;
  padding: 0 0 30px 0;
  
}

.displayflex {
  display: flex;
}

.qa .answer ol {
  margin-top: 10px;
}

ol li {
  margin-top: 8px;
  line-height: 1.6;
}

a {
  color: #0066aa;
  text-decoration: none;
}

.information .imgset ol {
  padding-top: 10px;
  margin-bottom: 60px;
}

.information .imgset img {
  width: 100%;
  height: auto;
  min-height: 1px;
}

.information ol.oldecimal {
  padding: 0 23px;
  text-align: left;
  list-style-type: decimal;
}

.deviceinfo {
  padding-left: 0;
}


/* 20211223追加 */

.indent{
  padding-left:1em;
  text-indent:-1em;
}
 .atn{
 font-size:1.6rem;
}

.m40_10 {
  margin: 40px auto 10px;
}
.m_m5 {
  margin:-5px 0 10px;
}

.mt_40 {
	margin-top: 40px!important;
}
.mt_60 {
	margin-top: 60px!important;
}

.mb_10{
 margin-bottom: 10px;
}
.mb_20 {
  margin: 0 auto 20px;
}
.mb_30 {
  margin: 0 auto 30px;
}
.mb_40{
 margin-bottom: 40px!important;
}
.mb_60{
 margin-bottom: 60px!important;
}

.font_b{
  font-weight: bold; 
}
.font_ul{
  text-decoration: underline;
}


/* Slider */

#slider h4{

  font-weight: bold;
}



#slider{
  padding: 0 20px;
  margin: auto;
  max-width: 660px;
}

#slider .imgset{
  background: #F5F7FF;
  padding: 16px 0 16px 10px;
  border-radius: 12px;
}
#slider .imgset img {
  width:100%;
}

#slider .sld_item{
 margin: 20px 30px 0 25px;
 position: relative;
}
#slider .sld_item_arrow{
 margin: 0;
 position: relative;
}

#slider .sld_item_arrow::after{
   content: "";
   background: url(../img/arrow.png) no-repeat;
   position: absolute;
    display: inline-block;
    width: 100px;
    height: 50px;
    top: 40%;
    right: -130px;
    background-size: contain;
    margin-right:10px;
}


#slider .sld_txt{
 padding: 10px 0 50px;
 font-size:1.4rem;
}

@media (min-width :660px){
.pc_none{

  display: none;

}
}
@media (max-width :460px){
#slider .sld_item{
 margin: 20px 30px 0 16px;
 position: relative;
}

.swiper-button-prev,
.swiper-button-next {
	width: 100%;
	height: auto;
	margin-top: 40%;
	outline: none;

}

/*.swiper-button-prev {
		background: url(../img/prev.png) no-repeat center center / contain;
		outline: none;
}
.swiper-button-prev::after {
		content: "";
		outline: none;
}*/

/*.swiper-button-next {
		background: url(../img/arrow.png) no-repeat center center / contain;
}
.swiper-button-next::after {
		content: "";
		outline: none;
}*/
}

/* Returm to top 
------------------------------------------------------------- */
.returmtop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999;
}

.returmtop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #EB5505;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	text-decoration: none;
	line-height: 50px;
	border-radius: 25px;
}

.returmtop a:hover,
.returmtop a:active {
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
