/*
Theme Name: tb_jp v.4.7.61
Author: Katsuhiro Komori
Author URI: techbureau.jp
Version: 4.7.61
*/

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url('/font/NotoSansCJKjp-Thin.otf');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url('/font/NotoSansCJKjp-Light.otf');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url('/font/NotoSansCJKjp-Regular.otf');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url('/font/NotoSansCJKjp-Medium.otf');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url('/font/NotoSansCJKjp-Bold.otf');
}
@-webkit-keyframes scale {
    0% { -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); }
    100%   { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
}
@keyframes scale {
    0% { -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); }
    100%   { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
}

body{
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #333333;
  font-weight: 200;
  background: #030712;
}
/* .bodyBg {
  background: url(/img/header01.jpg) no-repeat center center;
  background-size: cover;
  animation: scale 30s ease-out;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  opacity: 0;
} */
a{
  text-decoration: none;
  color: #28387a;
}
input,
textarea{
  -webkit-appearance: none;
}
input.color {
    color: #4797BC;
    font-weight: bold;
    width: 100%;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #bbb;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #bbb;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.mt0{
  margin-top: 0!important;
}
.spMt40{
  margin-top: 0;
}
.indent1em{
  text-indent: -1em;
  padding-left: 1em;
}
.wrap{
  width: 950px;
  margin: 0 auto;
}
.subTitle{
  font-size: 44px;
  font-weight: 100;
  letter-spacing: 4.5px;
  color: #2f4ca0;
  text-align: center;
}
@-webkit-keyframes gra01 {
    0%{background-position:0% 100%}
    50%{background-position:100% 100%}
    100%{background-position:0% 100%}
}
@keyframes gra01 {
    0%{background-position:0% 100%}
    50%{background-position:100% 100%}
    100%{background-position:0% 100%}
}
.blueArea{
  background: linear-gradient(-45deg, #000066, #0044cc);
  background-size: 150% 150%;
  -webkit-animation: gra01 6s ease infinite;
          animation: gra01 6s ease infinite;
  color: #fff;
}

.blueArea .subTitle{
  color: #fff;
}

@media screen and (min-width: 769px)  {
  .pcNone{
    display: none;
  }
  .opacityHover{
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
  }
  .opacityHover:hover{
    opacity: .8;
  }
  .opacityHover2{
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
  }
  .opacityHover2:hover{
    opacity: .7;
  }
}
input:focus {
  outline: solid 1px #28387a;
}
textarea:focus {
  outline: solid 1px #28387a;
}

@media screen and (max-width: 768px)  {
  .spMt40{
    margin-top: 40px;
  }
  .wrap{
    width: auto;
  }
  .subTitle{
    font-size: 25px;
    letter-spacing: 2.5px;
	  line-height: 1.3;
  }
}

.slideBt{
  width: 300px;
  height: 60px;
  margin: 0 auto;
  font-size: 15px;
  background: #fff;
  color: #28387a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
}
.slideBt:before {
  content: "";
  position: absolute;
  z-index: -1;
  margin-left: -13px;
  left: -325px;
  background: #000066;
  height: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -moz-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  width: 325px;
}
.bt01{
  width: 300px;
  height: 60px;
  margin: 0 auto;
  font-size: 15px;
  background: #fff;
  color: #28387a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 769px)  {
.slideBt:hover:before, .slideBt:focus:before, .slideBt:active:before {
    left:0;
}
.slideBt:hover{
  color: #fff;
}
}

@media screen and (max-width: 768px)  {
  .slideBt{
    width: 200px;
    height: 40px;
  }
  .bt01{
    width: 100%;
    height: 50px;
  }
}

/* header
================================================== */
#header{
  /* background: #030712; */
}
#header .in{
  height: 768px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 30;
}
#header .in .nav{
  width: 1000px;
  margin: 0 auto;
  padding: 0 50px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
#header .in .nav h1{
}
#header .in .nav .navMenu{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 362px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .in .nav .navMenu li a{
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
#header .in .txt01{
  display: block;
  opacity: 0;
  margin: 195px auto 0;
  position: relative;
  z-index: 10;
}
#header .in .nav .navMenuSp{
  display: none;
}
#header .bg{
  background: url(/img/header01.jpg) no-repeat;
  background-size: 100% auto;
  background-position: center top;
  -webkit-animation: scale 25s ease;
          animation: scale 25s ease;
  position: absolute;
  width: 100%;
  height: 1068px;
  top: 0;
  bottom: 0;
  opacity: 0;
}
#header .topArw{
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 60px;
  color: #fff;
}
#header .topArw span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* headerFix
================================================== */
#headerFix{
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow:0px 0px 40px -11px #333;
          box-shadow:0px 0px 40px -11px #333;
  z-index: 100;
}
#headerFix .in{
  display: none;
  background: #fff;
  padding: 0 50px;
}
#headerFix .nav{
  width: 1000px;
  height: 80px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#headerFix .nav .navMenu{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 362px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#headerFix .nav .navMenu li a{
  color: #2f4ca0;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  -webkit-backface-visibility: hidden; /* 追加 */
    backface-visibility: hidden; /* 追加 */
    display: inline-block;
}
#header .nav h1 img,
#headerFix .nav h1 img{
  width: 225px;
}
@media screen and (min-width: 769px)  {
  #headerFix .navSpWrap .menuTrigger,
  #headerFix .navSpWrap .navMenuSp{
    display: none;
  }
}

@media screen and (max-width: 768px)  {
  #header .bg{
    height: 750px;
    background: url(/img/header01_sp.jpg) no-repeat;
    background-size: 100% auto;
    background-position: center top;
    -webkit-animation:none ;
            animation:none ;
  }
  #header .in{
    width: auto;
    height: 450px;
    z-index: auto;
  }
  #headerFix .in{
    width: auto;
    padding: 0;
  }
  #header .in .txt01,
  #headerFix .in .txt01{
    width: 283px;
    margin-top: 140px;
  }
  #header .in .nav,
  #headerFix .in .nav{
    height: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 30;
  }
  #header .in .nav .navSpWrap,
  #headerFix .in .nav .navSpWrap{
    width: 100%;
  }
  #header .in .nav .navSpWrap h1,
  #headerFix .in .nav .navSpWrap h1{
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 23px;
  }
  #header .in .nav h1 img,
  #headerFix .in .nav h1 img{
    width: 167px;
  }
  #header .in .nav .navMenu,
  #headerFix .in .nav .navMenu{
    display: none;
  }
  #header .in .nav .navMenuSp,
  #headerFix .in .nav .navMenuSp{
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    top: 0;
    display: none;
  }
  #header .in .nav .navMenuSp li a,
  #headerFix .in .nav .navMenuSp li a{
    font-size: 15px;
    color: #28387a;
    background: #fff;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: solid 1px #f0f0f0;
    font-weight: bold;
  }
  #header .headerBg,
  #headerFix .headerBg{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 20;
    display: none;
  }

  #header .nav .menuTrigger,
  #header .nav .menuTrigger span,
  #headerFix .nav .menuTrigger,
  #headerFix .nav .menuTrigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #header .nav .menuTrigger,
  #headerFix .nav .menuTrigger {
    position: absolute;
    top: 0;
    right: 15px;
    width: 50px;
    height: 50px;
    -webkit-tap-highlight-color: transparent;
  }
  #header .nav .menuTrigger span,
  #headerFix .nav .menuTrigger span {
    position: absolute;
    left: 15px;
    width: 20px;
    height: 1px;
    background-color: #fff;
  }
  #headerFix .nav .menuTrigger span{
    background-color: #28387a;
  }
  #header .nav .menuTrigger span:nth-of-type(1),
  #headerFix .nav .menuTrigger span:nth-of-type(1) {
    top: 21px;
  }
  #header .nav .menuTrigger span:nth-of-type(2),
  #headerFix .nav .menuTrigger span:nth-of-type(2) {
    top: 27px;
  }
  #header .nav .menuTrigger.active span:nth-of-type(1),
  #headerFix .nav .menuTrigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(3px) rotate(-315deg);
    transform: translateY(3px) rotate(-315deg);
  }
  #header .nav .menuTrigger.active span:nth-of-type(2),
  #headerFix .nav .menuTrigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(-3px) rotate(315deg);
    transform: translateY(-3px) rotate(315deg);
  }
  #header .topArw{
    bottom: -30px;
  }
}

/* news
================================================== */
#news{
  margin-top: -80px;
  padding-top: 80px;
  position: relative;
}
#news .wrap{
  padding: 60px 50px 100px;
}
#news .wrap .subTitle{
  text-align: center;
}
#news .titleWrap{
  position: relative;
}
#news .titleWrap .txt01{
  position: absolute;
  right: 0;
  bottom: 3px;
}
#news .titleWrap .txt01 a{
  color: #fff;
  font-size: 12px;
}
#news ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 25px;
}
#news ul li:first-child{
  margin-top: 40px;
}
#news ul li .date{
  width: 180px;
}
#news ul li .txt{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#news ul li .txt a{
  color: #fff;
}

@media screen and (min-width: 769px)  {
  #news .titleWrap .txt01 a{
    -webkit-transition: color .25s;
    transition: color .25s;
  }
  #news .titleWrap .txt01 a:hover{
    color: #00ffff;
  }
  #news ul li .txt a{
    -webkit-transition: color .25s;
    transition: color .25s;
  }
  #news ul li .txt a:hover{
    color: #00ffff;
  }
}
@media screen and (max-width: 768px)  {
  #news{
    margin-top: -50px;
    padding-top: 50px;
  }
  #news .wrap{
    padding: 40px 20px 55px;
  }
  #news ul li{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.6;
    margin-top: 15px;
  }
  #news ul li:first-child{
    margin-top: 15px;
  }
  #news ul li .date{
    width: auto;
  }
  #news ul li .txt a{
    font-size: 14px;
  }
}

/* refund
================================================== */
#refund{
  margin-top: -80px;
  padding-top: 80px;
}
#refund .grayArea{
  background: #f0f0f0;
}
#refund .wrap{
  padding: 100px 0 95px;
}
#refund .txt{
  line-height: 1.9;
  margin-top: 20px;
  text-align: center;
  font-size: 15px;
}
#refund .txt02{
  text-align:center;
  margin-top:10px;
  line-height: 1.3em;
}
#refund .linkArea{
  width: 800px;
  margin: 45px auto 0;
  display: flex;
  justify-content: space-between;
}
#refund .linkAreaL{
  width: 300px;
  padding-right: 95px;
  border-right: solid 1px #ccc;
}
#refund .linkAreaL .link01 img{
  width: 69px;
}
#refund .linkAreaL .link02 img{
  width: 105px;
}
#refund .linkAreaL .link03 img{
  width: 113px;
}
#refund .linkAreaL .link04 img{
  width: 145px;
}
#refund .linkTitle{
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}
#refund .linkTitle02{
  margin-top: 30px;
}
#refund .linkArea a{
  margin-top: 20px;
}
#refund .refundWrap{
  width: 800px;
  margin: 0 auto;
}
#refund .radioWrap{
  background: #fff;
  width: 380px;
  height: 50px;
  margin: 60px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 25px;
}
#refund .radioWrap .radio{
  display: block;
  text-align: center;
}
#refund .radioArea input{
	display: none;
}
#refund .radioArea .last{
  margin-left: 70px;
}
#refund .radioArea label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding: 10px 0 10px 20px;
	border-radius: 2px;
	font-size: 15px;
	text-align: center;
	line-height: 1;
  margin-left: 9px;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
#refund .radioArea label span:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -9px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	border-radius: 50%;
  border: solid 2px #28387a;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#refund .radioArea input[type="radio"]:checked + p{
  color: #28387a;
}
#refund .radioArea label input[type="radio"]:checked + span:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #28387a;
}
#refund .refundWrap01,
#refund .refundWrap02{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
#refund .refundWrap01 br,
#refund .refundWrap02 br{
  display: none;
}
#refund .textArea01{
  width: 390px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  padding: 15px;
  border: solid 1px #cccccc;
  border-radius: 2px;
}

#refund .textarea{
  width: 800px;
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  border: solid 1px #cccccc;
  border-radius: 2px;
  resize: none;
  font-size: 15px;
}
#refund .submitArea{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  padding: 0 20px 0 30px;
  position: relative;
}
#refund .submitArea .textArea02{
  width: 260px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  padding: 15px;
  border: solid 1px #cccccc;
  border-radius: 2px;
}
#refund .submitBt{
  width: 300px;
  height: 60px;
}
#refund .bt{
  width: 300px;
  height: 60px;
  font-size: 15px;
  background: linear-gradient(-45deg, #000066, #003399);
  color: #fff;
  display: block;
  margin: 0 auto 0;
  border: none;
  border-radius: 0;
  text-align: center;
}
#refund .screen-reader-response{
  display: none;
}
#refund .wpcf7-form-control-wrap{
  position: relative;
  display: block;
}
#refund .wpcf7-not-valid-tip{
  background: #ff6666;
  color: #fff;
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#refund .submitArea .checkArea{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#refund .submitArea .checkArea img{
  margin-right: 20px;
  margin-bottom: 13px;
}
#refund.submitArea .authenticationTxt{
font-size: 12px;
color: #666;
margin-bottom: 10px;
text-align: center;
}
#refund .submitArea .authenticationTxtSp{
  display: none;
}
#refund .dialArea{
  margin-top: 60px;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}
#refund .notesArea {
  color: #666;
  font-size: 13px;
  line-height: 1.9;
  margin-top: 70px;
}
#refund .notesArea li{
  text-indent: -1em;
  padding-left: 1em;
}
#refund .notesArea li:first-child{
  margin-top: 0;
}
#refund .wpcf7-validation-errors{
  display: none!important;
}
#refund div.wpcf7-mail-sent-ok{
  display: none!important;
}

@media screen and (max-width: 768px)  {
  #refund{
    margin-top: -50px;
    padding-top: 50px;
  }
  #refund .wrap{
    padding: 40px 20px 45px;
  }
  #refund .refundWrap{
    width: auto;
  }
  #refund .refundWrap01, #refund .refundWrap02{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  #refund .your-department,
  #refund .your-email{
    margin-top: 10px;
  }
  #refund .textarea{
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
  }
  #refund .submitArea{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
  }
  #refund .txt{
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
    margin-top: 15px;
  }
  #refund .txt02{
    line-height: 1.6;
  }
  #refund .radioWrap{
    height: 40px;
    width: 250px;
    margin: 25px auto 20px;
  }
  #refund .radioArea .last{
    margin-left: 60px;
  }
  #refund .linkTitle02{
    margin-top: 40px;
  }
  #refund .textArea01{
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding: 5px 15px;
  }
  #refund .submitArea .textArea02{
    width: 150px;
    height: 30px;
    font-size: 16px;
    padding: 5px 15px;
  }
  #refund .submitArea .checkArea img{
    margin-bottom: 3px;
  }
  #refund .submitArea .authenticationTxt{
    display: none;
  }
  #refund .submitArea .authenticationTxtSp{
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
    color: #666666;
  }
  #refund .submitArea .checkArea{
    margin-bottom: 20px;
  }
  #refund .submitBt{
    width: 220px;
    height: 40px;
  }
  #refund .bt{
    width: 220px;
    height: 40px;
  }
  #refund .dialArea{
    margin-top: 30px;
  }
  #refund .authentication .wpcf7-not-valid-tip{
    width: 242px;
  }
  #refund .authentication .wpcf7-not-valid-tip{
    top: auto;
  }
  #refund .notesArea{
    margin-top: 50px;
    font-size: 12px;
    line-height: 1.8;
  }
  #refund .linkArea{
    width: 100%;
    display: block;
  }
  #refund .linkAreaL{
    padding-right: 0;
    border-right: none;
    width: 100%;
  }
}

/* service
================================================== */
#service{
  margin-top: -80px;
  padding-top: 80px;
  background: #fff;
}
#service .wrap{
  width: 1000px;
  padding: 90px 50px 100px;
}
#service li{
  position: relative;
  display: block;
}
#service li .bgArea:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
#service li:nth-child(1) .bgArea:before {
  background: #000;
}
#service li:nth-child(2) .bgArea:before {
  background: #fff;
}
#service li:nth-child(3) .bgArea:before {
  background: #000;
}
#service li .bgArea:hover:before{
  opacity: .25;
}

#service li:nth-child(1){
  margin-top: 30px;
}
#service li:nth-child(1) .bgArea{
  background: url(/wp-content/uploads/2023/03/service_bg01.png) no-repeat;
  background-size: 1000px 400px;
}
/*
#service li:nth-child(2) .bgArea{
  background: url(/img/service_bg02.jpg) no-repeat;
  background-size: 1000px 400px;
}
*/
#service li:nth-child(2) .bgArea{
  background: url(/img/service_bg03.jpg) no-repeat;
  background-size: 1000px 400px;
}
#service li:nth-child(3) .bgArea{
  background: url(/img/service_bg04.png) no-repeat;
  background-size: 1000px 400px;
}
#service li:nth-child(1) .bgArea .thumb img{
  width: 171px;
}
/*
#service li:nth-child(2) .bgArea .thumb img{
  width: 260px;
}
*/
#service li:nth-child(2) .bgArea .thumb img{
  width: 111px;
}
#service li:nth-child(3) .bgArea .thumb img{
  width: 400px;
}

#service li a{
  height: 400px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden; /* 追加 */
    backface-visibility: hidden; /* 追加 */
}
#service li:nth-child(1) a{
  color: #000;
}
/*
#service li:nth-child(2) a{
  color: #333;
}
*/
#service li:nth-child(3) a{
  color: #000;
}
#service .thumb{
  width: 450px;
  height: 400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
  position: relative;
}
#service .txtArea{
  width: 450px;
  margin-right: 50px;
}
#service .txtArea .txtTop{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#service .txtArea .serviceTitle{
  font-size: 40px;
  position: relative;
}
#service .txtArea .serviceTitle .eng{
  font-weight: 500;
}
#service .txtArea .serviceTitle .kana{
  font-size: 15px;
  margin-left: 5px;
}
#service .txtArea .txt{
  font-size: 14px;
  line-height: 2.3;
  margin-top: 20px;
  position: relative;
}
#service .txtArea strong{
  font-weight: 600;
}
/*
#service li:nth-child(2) .txtArea .txt{
  font-weight: 600;
}
*/

@media screen and (max-width: 768px)  {
  #service{
    margin-top: -50px;
    padding-top: 50px;
  }
  #service .wrap{
    width: auto;
    padding: 40px 20px 50px;
  }
  #service li a{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  #service li:nth-child(1) .bgArea{
    background: url(/wp-content/uploads/2023/03/service_bg01.png) no-repeat center center;
    background-size: cover;
    margin-top: 15px;
  }
/*
    #service li:nth-child(2) .bgArea{
    background: url(/img/service_bg02.jpg) no-repeat center center;
    background-size: cover;
  }
*/
  #service li:nth-child(2) .bgArea{
    background: url(/img/service_bg03_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  #service li:nth-child(3) .bgArea{
    background: url(/img/service_bg04_sp.png) no-repeat center center;
    background-size: cover;
  }
  #service li:nth-child(1) .bgArea .thumb img{
    width: 200px;
  }
  #service li:nth-child(2) .bgArea .thumb img{
  width: 55px;
  }
  #service li:nth-child(3) .bgArea .thumb img{
    width: 200px;
  }
  #service .thumb{
    width: 100%;
    height: 157px;
    margin-right: 0;
  }
  #service li:nth-child(2) .thumb{
    height: 128px;
  }
  #service .txtArea{
    width: 100%;
    margin-right: 0;
    padding: 0 20px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #service .txtArea .serviceTitle{
    font-size: 20px;
  }
  #service .txtArea .serviceTitle .kana{
    font-size: 12px;
  }
  #service .txtArea .txt{
    font-size: 12px;
    line-height: 2.1;
    margin-top: 5px;
  }
}

/* company
================================================== */
#company{
  margin-top: -80px;
  padding-top: 80px;
}
#company .wrap{
  width: 900px;
  padding: 100px 50px;
}
#company ul{
  margin-top: 40px;
}
#company li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.9;
  color: #cccccc;
  border-bottom: solid 1px #1a44a0;
}
#company li:last-child{
  border-bottom: none;
}
#company li .left{
  width: 160px;
  margin-right: 15px;
}
#company li .right{
  color: #fff;
}

@media screen and (max-width: 768px)  {
  #company{
    margin-top: -50px;
    padding-top: 50px;
  }
  #company .wrap{
    width: auto;
    padding: 40px 20px 60px;
  }
  #company ul{
    margin-top: 20px;
  }
  #company li{
    line-height: 1.7;
    padding: 14px 0;
  }
  #company li .left{
    font-size: 14px;
    width: 100px;
    margin-right: 10px;
  }
  #company li .right{
    font-size: 12px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #company li .spMt5{
    display: block;
    margin-top: 5px;
  }
}

/* recruit
================================================== */
#recruit{
  margin-top: -80px;
  padding-top: 80px;
}
#recruit .recruitIn{
  position: relative;
  overflow: hidden;

}
#recruit .wrap{
  height: 380px;
  padding: 100px 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#recruit .subTitle{
  color: #fff;
}
#recruit .txt{
  font-size: 15px;
  line-height: 1.6;
  margin: 25px 0 25px;
  color: #fff;
  text-align: center;
}


#recruit .bg {
    background: url(/img/header01.jpg) no-repeat;
    background-size: 100% auto;
    background-position: center;
    -webkit-animation: scale 25s linear;
            animation: scale 25s linear;
    position: absolute;
    height: 980px;
    width: 100%;
}

@media screen and (max-width: 768px)  {
  #recruit{
    margin-top: -50px;
    padding-top: 50px;
  }
  #recruit .wrap{
    height: 235px;
    padding: 40px 20px 0;
  }
  #recruit .txt{
    font-size: 14px;
    margin: 15px 0 20px;
  }
  #recruit .bg {
    background: url(/img/header01_sp.jpg) no-repeat;
    background-size: 100% auto;
    background-position: center center;
    -webkit-animation: none;
            animation: none;
    height: 835px;
  }
}

/* contact
================================================== */
#contact{
  margin-top: -80px;
  padding-top: 80px;
}
#contact .grayArea{
  background: #f0f0f0;
}
#contact .wrap{
  padding: 100px 0 95px;
}
#contact .txt{
  line-height: 1.9;
  margin-top: 20px;
  text-align: center;
  font-size: 15px;
}
#contact .txt02{
  text-align:center;
  margin-top:10px;
  line-height: 1.3em;
}
#contact .linkArea{
  width: 800px;
  margin: 45px auto 0;
  display: flex;
  justify-content: space-between;
}
#contact .linkAreaL{
  width: 300px;
  padding-right: 95px;
  border-right: solid 1px #ccc;
}
#contact .linkAreaL .link01 img{
  width: 69px;
}
#contact .linkAreaL .link02 img{
  width: 105px;
}
#contact .linkAreaL .link03 img{
  width: 113px;
}
#contact .linkAreaL .link04 img{
  width: 145px;
}
#contact .linkTitle{
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}
#contact .linkTitle02{
  margin-top: 30px;
}
#contact .linkArea a{
  margin-top: 20px;
}
#contact .contactWrap{
  width: 800px;
  margin: 0 auto;
}
#contact .radioWrap{
  background: #fff;
  width: 380px;
  height: 50px;
  margin: 60px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 25px;
}
#contact .radioWrap .radio{
  display: block;
  text-align: center;
}
#contact .radioArea input{
	display: none;
}
#contact .radioArea .last{
  margin-left: 70px;
}
#contact .radioArea label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding: 10px 0 10px 20px;
	border-radius: 2px;
	font-size: 15px;
	text-align: center;
	line-height: 1;
  margin-left: 9px;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
#contact .radioArea label span:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -9px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	border-radius: 50%;
  border: solid 2px #28387a;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contact .radioArea input[type="radio"]:checked + p{
  color: #28387a;
}
#contact .radioArea label input[type="radio"]:checked + span:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #28387a;
}
#contact .contactWrap01,
#contact .contactWrap02{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
#contact .contactWrap01 br,
#contact .contactWrap02 br{
  display: none;
}
#contact .textArea01{
  width: 390px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  padding: 15px;
  border: solid 1px #cccccc;
  border-radius: 2px;
}

#contact .zipcode{
  width: 200px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  padding: 15px;
  border: solid 1px #cccccc;
  border-radius: 2px;
}

#contact .address{
  width: 800px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  padding: 15px;
  border: solid 1px #cccccc;
  border-radius: 2px;
}

#contact .textarea{
  width: 800px;
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  border: solid 1px #cccccc;
  border-radius: 2px;
  resize: none;
  font-size: 15px;
}
#contact .submitArea{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  padding: 0 20px 0 30px;
  position: relative;
}
#contact .submitArea .textArea02{
  width: 260px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  padding: 15px;
  border: solid 1px #cccccc;
  border-radius: 2px;
}
#contact .submitBt{
  width: 300px;
  height: 60px;
}
#contact .bt{
  width: 300px;
  height: 60px;
  font-size: 15px;
  background: linear-gradient(-45deg, #000066, #003399);
  color: #fff;
  display: block;
  margin: 0 auto 0;
  border: none;
  border-radius: 0;
  text-align: center;
}
#contact .screen-reader-response{
  display: none;
}
#contact .wpcf7-form-control-wrap{
  position: relative;
  display: block;
}
#contact .wpcf7-not-valid-tip{
  background: #ff6666;
  color: #fff;
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contact .submitArea .checkArea{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#contact .submitArea .checkArea img{
  margin-right: 20px;
  margin-bottom: 13px;
}
#contact .submitArea .authenticationTxt{
font-size: 12px;
color: #666;
margin-bottom: 10px;
text-align: center;
}
#contact .submitArea .authenticationTxtSp{
  display: none;
}
#contact .dialArea{
  margin-top: 60px;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}
#contact .notesArea {
  color: #666;
  font-size: 13px;
  line-height: 1.9;
  margin-top: 70px;
}
#contact .notesArea li{
  text-indent: -1em;
  padding-left: 1em;
}
#contact .notesArea li:first-child{
  margin-top: 0;
}
#contact .wpcf7-validation-errors{
  display: none!important;
}
#contact div.wpcf7-mail-sent-ok{
  display: none!important;
}


@media screen and (max-width: 768px)  {
  #contact{
    margin-top: -50px;
    padding-top: 50px;
  }
  #contact .wrap{
    padding: 40px 20px 45px;
  }
  #contact .contactWrap{
    width: auto;
  }
  #contact .contactWrap01, #contact .contactWrap02{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  #contact .your-department,
  #contact .your-email{
    margin-top: 10px;
  }
  #contact .textarea{
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
  }
  #contact .submitArea{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
  }
  #contact .txt{
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
    margin-top: 15px;
  }
  #contact .txt02{
    line-height: 1.6;
  }
  #contact .radioWrap{
    height: 40px;
    width: 250px;
    margin: 25px auto 20px;
  }
  #contact .radioArea .last{
    margin-left: 60px;
  }
  #contact .linkTitle02{
    margin-top: 40px;
  }
  #contact .textArea01{
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding: 5px 15px;
  }
  #contact .zipcode{
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding: 5px 15px;
  }
  #contact .address{
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding: 5px 15px;
  }
  #contact .submitArea .textArea02{
    width: 150px;
    height: 30px;
    font-size: 16px;
    padding: 5px 15px;
  }
  #contact .submitArea .checkArea img{
    margin-bottom: 3px;
  }
  #contact .submitArea .authenticationTxt{
    display: none;
  }
  #contact .submitArea .authenticationTxtSp{
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
    color: #666666;
  }
  #contact .submitArea .checkArea{
    margin-bottom: 20px;
  }
  #contact .submitBt{
    width: 220px;
    height: 40px;
  }
  #contact .bt{
    width: 220px;
    height: 40px;
  }
  #contact .dialArea{
    margin-top: 30px;
  }
  #contact .authentication .wpcf7-not-valid-tip{
    width: 242px;
  }
  #contact .authentication .wpcf7-not-valid-tip{
    top: auto;
  }
  #contact .notesArea{
    margin-top: 50px;
    font-size: 12px;
    line-height: 1.8;
  }
  #contact .linkArea{
    width: 100%;
    display: block;
  }
  #contact .linkAreaL{
    padding-right: 0;
    border-right: none;
    width: 100%;
  }
}

/* footer
================================================== */
footer{
  background: linear-gradient(-45deg, #000066, #003399);
  padding: 30px 0 70px;
}
footer .list{
  text-align: center;
  line-height: 1.5;
}
footer .list a{
  font-size: 12px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: solid 1px #3356a8;
  color: #fff;
}
footer .list a:last-child{
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
footer .copy{
  font-size: 12px;
  color: #999999;
  text-align: center;
  margin-top: 20px;
}
.pageTop{
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  right: 40px;
  bottom: 40px;
  background: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.pageTop img{
  width: 14px;
}

@media screen and (max-width: 768px)  {
  footer{
    padding: 25px 20px 50px;
  }
  footer .list{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 2.3;
  }
  footer .list a{
    margin-top: 30px;
    font-size: 11px;
  }
  footer .copy{
    margin-top: 20px;
    font-size: 10px;
  }
  .pageTop{
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px;
  }
  .pageTop img{
    width: 7px;
  }


}
@media screen and (max-width: 768px) and (min-width: 571px) {
  footer .list a:nth-child(4):after{
    content: "\A" ;
  	white-space: pre ;
  }
  footer .list a:nth-child(4){
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}

@media screen and (max-width: 570px) and (min-width: 350px) {
  footer .list a:nth-child(3),
  footer .list a:nth-child(5){
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  footer .list a:nth-child(3):after,
  footer .list a:nth-child(5):after{
    content: "\A" ;
  	white-space: pre ;
  }
}
@media screen and (max-width: 349px) {
  footer .list a:nth-child(2),
  footer .list a:nth-child(4),
  footer .list a:nth-child(5){
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  footer .list a:nth-child(2):after,
  footer .list a:nth-child(4):after,
  footer .list a:nth-child(5):after{
    content: "\A" ;
  	white-space: pre ;
  }
}

.page01{
  background: #f0f0f0;
}
.page01 #header .in{
  height: auto;
  background: linear-gradient(-45deg, #000066, #003399);
}
.page01 .main{
  height: 100%;
  padding: 120px 0 300px;
}
.page01 .thanksWrap{
  width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page01 .main .txt01{
  font-size: 22px;
  color: #666666;
  text-align: center;
  line-height: 1.7;
}
.page01 .bt{
  width: 300px;
  height: 60px;
  font-size: 15px;
  background: linear-gradient(-45deg, #000066, #003399);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 45px auto 0;
  border: none;
}
.thanksPage footer{
  position: fixed;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 768px)  {
  .page01 .thanksWrap{
    width: 100%;
  }
  .page01 .main .txt01{
    font-size: 18px;
  }
  .page01 .bt{
    margin: 10px auto 0;
    width: 200px;
    height: 50px;
    font-size: 15px;
  }
}

/* Home
================================================== */
.header_linkArea {
width:780px;
/*background:rgba(0,0,0,0.35);*/
border:1px solid rgba(255,255,255,0.75);
padding:40px 20px;
box-sizing: border-box;
position:relative
}
.header_linkArea_title {
color: #fff;
text-align:center;
font-size:140%;
font-weight:bold;
margin:0 auto 20px;
text-shadow:0px 0px 10px rgba(0,0,0,1);
}
.header_linkArea {text-align: center;margin:25px auto;}
.header_linkArea span {display:inline-block;width:31%;margin:0 0.5%;}
.header_linkArea span a {width:100%;box-shadow:0px 0px 10px 2px rgba(0,0,0,0.35)}
.topArw span {margin-top: 30px}
@media only screen and (max-width:767px) {
#header .in {padding-bottom: 190px}
.header_linkArea {width:90%;padding:20px}
.header_linkArea span {display:block;width:90%;margin:1.55% auto;}
.topArw span {margin-top: 10px}
}

/* faq
================================================== */
#faq  {padding: 80px 0;}
#faq .faqWrap {margin-top: 60px;color: #666;font-size: 14px;line-height: 1.8;}
#faq .faqWrap img   {max-width: 100%}
#faq .faqWrap strong {font-weight:600}

#faq .faq_cat_link_list   {text-align: center;margin:50px auto 0;;}
#faq .faq_cat_link_list span  {display:inline-block;margin:0 0.5%;}
#faq .faq_cat_link_list span a  {width:100%;padding-left: 2em;padding-right: 2em;box-sizing:border-box;}

#faq .faq_cat_title {font-weight:bold;font-size: 180%;margin-bottom: 0.5em}

#faq .faqList   {margin-bottom: 2.5em;}
#faq .faqList h3 {font-size: 140%;font-weight:bold;padding:10px 16px;background:#dedede;padding-left:1.75em}
#faq .faqList h3:before {content: 'Q.';margin-right:0.15em;margin-left:-1.25em}
#faq .faqList .faq_A {padding:25px 0;padding-left: 1.25em}
#faq .faqList .faq_A:before {content: 'A.';display:inline;margin-right:0.15em;margin-left:-1em}
#faq .faqList .faq_A p {display:inline;font-size:110%;word-break: break-all}
#faq .faq_img  {display:block;background:#D7DFE2;padding:10px;margin: 0.5em auto;text-align: center;box-sizing:border-box;}
@media screen and (max-width: 768px)  {
#faq {margin-top: -50px;padding-top: 50px;}
#faq .wrap {padding: 40px 20px 45px;}
#faq .faqList .faq_A {padding:15px 0;padding-left: 1.25em}
#faq .faq_cat_link_list {width:90%;}
#faq .faq_cat_link_list span {display:block;width:90%;margin:1.55% auto;}
}
