@charset "UTF-8";

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  -webkit-text-size-adjust: 100%;
}

#page h1 {
  padding-top: 0;
}
#page img {
  height: auto;
}
.l-side {
  float: left;
}
.r-side {
  float: right;
}
.clearfix {
  height: auto;
}
.clearfix:after {
  clear: both;
  content: "";
  height: 0px;
  overflow: hidden;
  display: block;
}

.bg {
  background: url(../img/bg_01.png) repeat center top;
}

.mb-5 {
  margin-bottom: 3rem;
}
@media screen and (max-width:767px){
  .container {
    width: 100%;
  }
  img.fit {
    width: 100%;
    height: auto;
  }
  .bg {
    background-size: 16.5px 16.5px;
  }
}

/* -------------------------------------------------
	header
------------------------------------------------- */

header {
  background-color: #ffffff;
  box-shadow: 0 0 8px #00000033;
  position: fixed;
  z-index: 999;
  }
header .wrapper {
  padding: 16px 0;
  display: flex;
  max-width: 848px;
  }
header .logo {
  width: 168px;
}
header .wrapper a {
  display: flex;
}
@media only screen and (max-width:767.98px) {
  header .wrapper {
    padding: 3vw;
    max-width: none;
  }
  header .logo img {
    width: 45vw;
    height: auto;
  }
}
/* ------------------------------------------------------------------
applynav
------------------------------------------------------------------ */
header .applynav {
  margin-left: auto;
  transition: all 0.3s ease;
}
.applynav ul {
    display: flex;
}
.applynav li{
  margin-right: 1rem;
}
.applynav li:last-child{
  margin: 0;
}
@media print,screen and (min-width:768px) {
  .applynav a {
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    height: 4.2rem;
    padding: 0 20px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    border-radius: 5px;
  }
  .applynav a:hover{
    opacity: 0.8;
  }
}
@media only screen and (max-width:767.98px) {
  .applynav ul {
  }
  .applynav li {
    margin-right: 2vw;
  }
  .applynav li:last-child {
    margin: 0;
  }
  .applynav a {
    text-align: center;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 11vw;
    padding: 0 2.4vw;
    font-size: 3.4vw;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    border-radius: 5px;
  }
  .applynav a:before{
    /*content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border: 4px solid transparent;
    border-left: 5px solid #fff;*/
  }
  .applynav i{
    display: block;
    width: 24px;
    margin: 0 15px 0 0;
  }
  .applynav a.hover{
    opacity: 0.5;
  }
}

.applynav .apply a{
  background-color: #f41716;
}
.applynav .yomisapo a{
  background-color: #48b500;
  text-align: center;
  font-size: 1.3rem;
  min-width: 110px;
  justify-content: center;
  align-items: center;
}
.applynav .trial a{
  background-color: #ffaa00;
}
.applynav .present a{
  background-color: #83bd00;
}
/* --------- main-visual ------*/
.note-main-visual {
  background-color: #f4f7e5;
  padding: .3rem 1rem .8rem;
}
.note-main-visual-2 {
  background-color: #f5f5f5;
  padding: .4rem 1rem .4rem;
}
@media screen and (max-width:767px){
  .note-main-visual {
    padding: .3rem 1rem .8rem;
  }
}
/* --------- page ---------------- */

#page {
  padding-top: 88px;
}
@media screen and (max-width:767px){
  #page,
  #page .utility,
  #page .utility .contactus,
  #page .utility .navigation {
    width: 100%;
  }
  #page {
    padding-top: 20.2vw;
  }
  #page #breadcrumbs {
    display: none;
  }

  #page .utility {
    padding: 25px 0 10px;
  }
  #page .utility .contactus {
    width: 93%;
    padding: 0;
    margin: 0 auto 15px;
    float: none;
    display: block;
  }

  #page .utility .navigation {
    width: 93%;
    padding: 0;
    margin: 0 auto 0;
    float: none;
    text-align: left;
    display: block;
    font-size: 1em;
  }
  #page .utility .navigation li {
    margin-left: 0;
    margin-bottom: 10px;
    text-align: left;
    display: block;
    float: none;
  }
  #page .utility .navigation li a {
    position: relative;
    background: none;
  }
  #page .utility .navigation li a:before {
    content: "";
    display: block;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #7a77ec;
    position: absolute;
    left: 0;
    top: 5px;
  }
}

/* --------- Main vidual ---------------- */

.main-visual {
  background-color: #ffffff;
}
.main-visual ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.main-visual li {
}

/* --------- page-nav ---------------- */
.page_nav {
  background-color:#fcfcfc;
  border: 1px solid #eeeeee;
  border-top: 2px solid #cccccc;
}
.nav-list {
  padding: 2.1rem 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.nav-list a {
  text-decoration: none;
  padding: 1.2rem 1rem;
  color: #444444;
  margin-right: 1rem;
  font-size: 1.5rem;
  background-color: #f2f2f2;
  border-radius: 10px;
}
.nav-list a:hover {
  background-color: #eeeeee;
}
.icon-down {
  position: relative;
}
.icon-down:before {
  content:"\25BC";
  color: #a27533;
  margin-right: .2rem;
  font-size: .8em;
}
@media only screen and (max-width:767.98px) {
.nav-list {
  padding: 0;
  margin-bottom: 0;
  display: block;
text-align: center;
}
  .nav-list a {
    display: block;
  padding: 14px;
  border-radius: 0;
    border-bottom: 1px dotted #cccccc;
    margin-right: 0;
  }
  .icon-down:before {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
}
/* --------- latest papers -------*/
.latest {
  padding: 15px 0 15px;
  text-align: center;
  border-top: solid 4px #8659a8;
  border-bottom: solid 4px #8659a8;
  background-color: #fff;
  position: relative;
  background-color: #f4f7e5;
}
.latest p {
  margin: 17px 0 17px;
  font-size: 1.6rem;
}
.latest .popup {
  position: relative;
  padding: 1rem 2rem 1rem;
  border-radius: 30px;
  background-color: #ffffff;
  color: #8a5a15;
  font-size: 2.0rem;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  box-shadow: 0 3px 5px #00000011;
}
.popup:before {
    position: absolute;
    top: 100%;
    left: 40%;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #ffffff;
    border-width: 1rem;
    content: "";
}
.btn-latest {
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 1.2rem 4rem;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #f57506;
  border-radius: 5px;	
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.btn-latest:link,
.btn-latest:visited,
.btn-latest:hover {
  text-decoration: none;
  color: #ffffff;
}
p.latest-lead {
    position: relative;
  display: inline-block;
  padding: 0 45px;
  margin-bottom: .0rem;
}
.latest-lead:before, .latest-lead:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 1px;
  background-color: #999999;
}
.latest-lead:before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.latest-lead:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
@media only screen and (max-width:767.98px) {
.btn-latest {
    padding: 1rem 1.4rem;
    }
.latest p {
  font-size: 1.4rem;
}
.latest .popup {
    font-size: 1.4rem;
  }
.latest-lead:before {
  left:0;
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
}
.latest-lead:after {
  right: 0;
  -webkit-transform: rotate(-70deg);
  transform: rotate(-70deg);
}
  }
/* --------- entry-area ---------------- */
.entry-area {
  padding: 30px 0 40px;
  text-align: center;
  border-top: solid 4px #514949;
  background-color: #fff;
  position: relative;
}
.entry-area.no_border{
  border-top: none;
}
.entry-area.gray_border{
  border-top: solid 4px #C1C1C1;
}
.entry-area.red_border{
  border-top: solid 4px #da2f49;;
}
.entry-area h2 img {
  width: 310px;
}
.entry-area p {
  margin: 0 0 2rem;
  font-size: 1.4em;
}
.entry-area a img {
  width: 470px;
}
.entry-trial h3 img {
  margin: 1em auto .4em;
  width: 310px;
}
.entry-trial p {
  margin: 0 auto .2em;
  font-size: 1.2em;
}
.entry-area a:active {
  opacity: 0.6;
}
.entry-area .txt-sub {
  margin-bottom:.8rem;
}

.entry-area .btn {
	text-align: center;
	position: relative;
	text-decoration: none;
	display: block;
	width: 85vw;
	margin: 0 auto;
	padding: 1rem 2.4vw;
	font-size: 6.0vw;
	font-weight: 700;
	line-height: 1.3;
		color: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 6px #00000022;
}
.entry-area .btn:hover {
	opacity: .9;
	box-shadow: 0px 0px 0px #00000022;
}
.entry-area .btn:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2rem;
	width: 1.0rem;
	height: 1.0rem;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
}
.entry-area .btn-form {
	background-color:#f71d2f;
}
.entry-area .btn-trial {
	background-color:#ffa637;
}
.entry-area .btn-yomisapo {
	background-color:#48b500;
	font-size: 5.5vw;
}

@media print, screen and (min-width:768px){
  .entry-area a:hover {
    opacity: 0.8;
}
.entry-area .entry-1button {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.entry-area .entry-1button .entry-set {
	width: 80%;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

  .entry-area .entry-2buttons {
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  .entry-area .entry-2buttons a img {
    max-width: 375px;
  }
  .entry-area .entry-2buttons .entry-set {
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .entry-area .entry-2buttons .entry-set p {
    margin-top: auto;
  }
  .entry-area .btn {
	  width: 75%;
	  padding: 3rem 2rem;
	  font-size: 2.8rem;
  }
}

@media screen and (max-width:767px){
  .entry-area {
    padding: 28px 0;
  }
  .entry-area h2 img {
    width: 250px;
  }
  .entry-area p {
    font-size: 1.35em;
  }
  .entry-area a img {
    width: 70%;
  }
  .entry-trial p {
    font-size: 1.0em;
  }
}

/* --------- twitter ---------------- */

#twitter {
  height: 470px;
  box-sizing: border-box;
  padding-top: 33px;
  background: url(../img/bg_02.png) no-repeat left bottom;
}
#twitter .inner1 {
  width: 522px;
  margin: 0 auto 0;
}
#twitter .inner1 p {
  margin: -22px 0 22px;
  text-align: right;
}
#twitter h2 {
  padding-left: 10px;
  border-left: solid 12px #b91d1d;
  line-height: 1.2;
  font-size: 1.5em;
  color: #564e4e;
}
#twitter .inner2 {
  width: 522px;
  height: 342px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

@media screen and (max-width:767px){
  #twitter {
    height: 450px;
    padding-top: 20px;
    background: none;
  }
  #twitter .inner1 {
    width: 92%;
  }
  #twitter .inner1 p {
    margin: 10px 0 10px;
    text-align: center;
  }
  #twitter .inner2 {
    width: 92%;
  }
}


/* --------- Sample ---------------- */

.sample-area {
  background-color: #fff;
  border-bottom: solid 4px #514949;
}
#page .sample-area h2 {
  color: #514949;
  text-align: center;
  font-size: 2.8rem;
  padding: .5rem 0;
  font-weight: normal;
  border-bottom: solid 1px #dcc;
}
#page .sample-area h2 span {
  color: #B91D1D;
}
#page .sample-area .lead {
  text-align: center;
  font-size: 1.8rem;
  padding: 0;
  margin-top: 2rem;
  width: auto;
  font-weight: normal;
}
.sample-area .sample {
  position: relative;
  height: 350px;
  text-align: center;
}
.sample-area .sample-image,
.sample-area .sample-txt {
  position: absolute;
  margin: 0 auto;
}
.sample-area .sample-image {
  left: 0;
  right: 0;
  z-index: 98;
}
.sample-area .sample-txt {
  font-size: 2.4rem;
  background-color: #B91D1D;
  border-radius: 3rem;
  color: #fff;
  padding: .8rem 5vw;
  box-shadow: 0 5px 8px rgba(0,0,0,.3);
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 99;
}
.sample-area .sample-txt:after {
  content: "";
  display: inline-block;
  background: url(../img/ico_search.svg) no-repeat right 50%;
  background-size: 100%;
  width: 2rem;
  height: 2rem;
  margin-left: .4rem;
}
.sample-area .sample-txt:hover {
  background-color: #db2222;
  box-shadow: 0 2px 2px rgba(0,0,0,.3);
  transition-duration: 0.2s;
}
.sample-area .ad {
  margin-bottom: 3rem;
  text-align: center;
}
.sample-area .ad a {
  padding: .8rem 2.5rem;
  background-color: #ffc;
  border: 1px solid #ccc;
  font-size: 1.8rem;
  border-radius: .3rem;
  display: inline-block;
}
.sample-area .ad a:after {
  content: "\025B8";
}

@media screen and (max-width:767px){

  #page .sample-area h2 {
    font-size: 1.8rem;
  }
  #page .sample-area .lead {
    font-size: 1.4rem;
    padding: 0 1rem;
    text-align: left;
  }
  .sample-area .sample {
    height: auto;
  }
  .sample-area .sample-image,
  .sample-area .sample-txt {
    position: relative;
  }
  #page .sample-area img {
    width: 100%;
  }
  .sample-area .sample-txt {
    font-size: 1.6rem;
    padding: .8rem 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 5px 8px rgba(0,0,0,.3);
    display: inline-block;
    top: auto;
    left: auto;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    z-index: 99;
  }
  .sample-area .sample-txt:after {
    width: 1.6rem;
    height: 1.6rem;
  }
  .sample-area .ad {
    margin: 3rem 1rem;
  }
  .sample-area .ad a {
    font-size: 1.4rem;
  }
}

/* --------- headline ---------------- */

.h-style1 {
  height: 97px;
  overflow: hidden;
  background-color: #514949;
  position: relative;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
}
.h-style1::before {
  width: 80px;
  height: 117px;
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: -10px;
  z-index: 5;
  transform: rotate(10deg);
  transform-origin: right center;
  background-color: #b91d1d;
}
.h-style1 span {
  padding: 34px 0 0 93px;
  color: #fff;
  font-size: 1.3em;
  display: block;
  position: relative;
  z-index: 10;
}
.h-style1 span.with-br {
  padding-top: 18px;
}

.h-style1 span.three-line {
  padding-top: 10px;
  line-height: 1.25!important;
}

@media screen and (max-width:767px){
  .h-style1 span.sp-with-br {
    padding-top: 18px;
  }
  .h-style1 span.three-line {
    font-size: clamp(1.2em, 4.5vw, 1.7rem);
	}
  .h-style1 span.three-line-sp {
  padding-top: 3.0vw;
    font-size: clamp(1.2em, 4.5vw, 1.9rem);
  line-height: 1.25!important;
  }
}

/* --------- faq ---------------- */

#faq h2 {
  padding-top: 20px;
  text-align: center;
}
#faq h2 img {
  vertical-align: middle;
}
#faq h2 img:first-child {
  width: 214px;
  margin-right: 10px;
}
#faq h2 img:last-child {
  width: 199px;
}

#faq .accordion-btn-all {
  margin: -30px 40px 25px 0;
  text-align: right;
  line-height: 1;
  font-size: 1.3em;
}
#faq .accordion-btn-all a {
  color: #933131;
  text-decoration: none;
}
#faq .accordion-btn-all a .text::before {
  content: "全部ひらく";
}
#faq .accordion-btn-all a.opened .text::before {
  content: "全部とじる";
}
#faq .accordion-btn-all a img {
  width: 29px;
  margin-left: 3px;
  vertical-align: -11px;
}

@media screen and (max-width:767px){
  #faq h2 {
    padding-top: 14px;
  }
  #faq h2 img {
    vertical-align: top;
  }
  #faq h2 img:first-child {
    width: 202px;
    margin: 0 auto 10px;
    display: block;
    margin-left: auto;
  }
  #faq h2 img:last-child {
    width: 156px;
    display: block;
    margin: 0 auto 25px;
  }
  #faq .accordion-btn-all {
    margin: 0 2% 7px 0;
  }
  #faq .accordion-btn-all a img {
    width: auto;
    height: 30px;
  }
}

/* faq-box */

#faq .faq-box h3 {
  cursor: pointer;
  border-bottom: solid 2px #fff;
  background-image: url(../img/ico_plus_wt.png);
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 46px auto;
}
#faq .faq-box.opened h3 {
  background-image: url(../img/ico_minus_wt.png);
  border-bottom: none;
}
#faq .faq-box h3 .q {
  width: auto;
  height: 58px;
  position: absolute;
  z-index: 10;
  left: 29px;
  top: 20px;
}
#faq .faq-box h3::before {
  width: 137px;
  height: 137px;
}
#faq .faq-box h3 .text {
  padding: 32px 0 0 145px;
  font-weight: normal;
  font-size: 1.4em;
}
#faq .faq-box .a-box .a {
  width: 730px;
  box-sizing: border-box;
  padding: 30px 0 0 50px;
  margin: 0 0 30px 55px;
  font-size: 1.2em;
  line-height: 2;
  background: url(../img/a.png) no-repeat 0 40px;
  background-size: 39px auto;
}
#faq .faq-box .a-box .a .point {
  padding-left: 16px;
  display: block;
  line-height: 2;
  position: relative;
}
#faq .faq-box .a-box .a .point::before {
  content: "";
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #d98e8e;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.6em;
}
#faq .faq-box .a-box .a .point.mt {
  margin-top: 10px;
}
#faq .faq-box .a-box .a .point.mb {
  margin-bottom: 10px;
}
#faq .faq-box .a-box .a strong {
  background: url(../img/bg_03.png) repeat-x left bottom;
}

@media print, screen and (min-width:768px){
  #faq .faq-box h3:hover {
    background-color: #746d6d;
  }
}

@media screen and (max-width:767px){
  #faq .faq-box h3 {
    background-position: 98% center;
    background-size: 29px auto;
    height: 75px;
  }
  #faq .faq-box h3 .q {
    width: 44px;
    height: auto;
    left: 10px;
    top: 16px;
  }
  #faq .faq-box h3::before {
    width: 82px;
  }
  #faq .faq-box h3 .text {
    padding: 25px 0 0 75px;
    font-size: 1.1em;
  }
  #faq .faq-box h3 .text.sp-with-br {
    padding-top: 12px;
  }
  #faq .faq-box .a-box .a {
    width: 90%;
    padding: 70px 0 0 0;
    margin: 0 auto 25px;
    line-height: 1.6;
    background-size: 22px auto;
    background-position: 1em 20px;
  }
  #faq .faq-box .a-box .a .point {
    line-height: 1.6;
  }
  #faq .faq-box .a-box .a .point::before {
    top: 0.37em;
  }
  #faq .faq-box .a-box .a .point.mt {
    margin-top: 18px;
  }
  #faq .faq-box .a-box .a .point.mb {
    margin-bottom: 18px;
  }
}

/* pics */

#faq .faq-box .a-box .pics {
  margin: 0 0 30px 3rem;
}
#faq .faq-box.no-voice .pics {
  padding-bottom: 40px;
}
#faq .faq-box .a-box .pics img {
  box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.15);
  vertical-align: middle;
}
#faq .faq-box .a-box .pics img.mt {
  margin-top: 25px;
}
#faq .faq-box .a-box .pics img.ml {
  margin-left: 30px;
}
#faq .faq-box .a-box .pics.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#faq .faq-box .a-box .pics.row li {
  width: calc((100% - 15%) / 3);
}
#faq .faq-box .a-box .pics.row li.wide {
  width: 60%;
}
#faq .faq-box .a-box .pics.row li a {
  position: relative;
  display: block;
}
#faq .faq-box .a-box .pics.row li img {
  width: 100%;
  max-width: 100%;
}
#faq .faq-box .a-box .pics.row li a:after {
  position: absolute;
  content: "\002B";
  background-color: #888888;
  padding: .2rem;
  display: block;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}

@media screen and (max-width:767px){
  #faq .faq-box .a-box .pics {
    margin: 0 3% 30px;
  }
  #faq .faq-box .a-box .pics img {
    width: 31%;
    box-shadow: 4px 4px 4px 0 rgba(0,0,0,0.15);
  }
  #faq .faq-box .a-box .pics img.mt {
    margin-top: 15px;
  }
  #faq .faq-box .a-box .pics img.ml {
    margin-left: 3.5%;
  }
  #faq .faq-box .a-box .pics img.wide {
    width: 63.2%;
  }
  #faq .faq-box .a-box .pics img.app {
    width: 29.0%;
  }
}

/* voice */

#faq .faq-box .a-box .voice {
  padding: 35px 0 60px;
  text-align: center;
  background-color: rgba(0,0,0,0.07);
}
#faq .faq-box .a-box .voice h4 {
  margin: 0 0 20px;
  color: #b91d1d;
  font-size: 1.8em;
  line-height: 1;
  background: url(../img/dot.png) no-repeat center center;
}
#faq .faq-box .a-box .voice ul {
  width: 683px;
  margin: 0 auto;
}
#faq .faq-box .a-box .voice li {
  position: relative;
}
#faq .faq-box .a-box .voice li + li {
  margin-top: 34px;
}
#faq .faq-box .a-box .voice li::before {
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  top: -14px;
  z-index: 10;
  content: "";
  background: url(../img/ico_person.png) no-repeat 0 0;
}
#faq .faq-box .a-box .voice li:nth-child(odd)::before {
  left: -55px;
}
#faq .faq-box .a-box .voice li:nth-child(even)::before {
  right: -55px;
}
#faq .faq-box .a-box .voice p {
  padding: 25px 30px;
  text-align: left;
  border-radius: 10px;
  font-size: 1.2em;
  line-height: 1.8;
}
#faq .faq-box .a-box .voice li:nth-child(odd) p {
  background: #fff url(../img/bg_voice_01.png) no-repeat right top;
  background-size: 99px auto;
}
#faq .faq-box .a-box .voice li:nth-child(even) p {
  background: #fff url(../img/bg_voice_02.png) no-repeat left top;
  background-size: 85px auto;
}

@media screen and (max-width:767px){
  #faq .faq-box .a-box .voice {
    padding: 17px 0 40px;
  }
  #faq .faq-box .a-box .voice h4 {
    margin: 0 0 25px;
    font-size: 1.6em;
    background: url(../img/dot_sp.png) no-repeat center center;
    background-size: auto 7px;
  }
  #faq .faq-box .a-box .voice ul {
    width: 94%;
  }
  #faq .faq-box .a-box .voice li + li {
    margin-top: 14px;
  }
  #faq .faq-box .a-box .voice li::before {
    top: -7px;
    width: 35px;
    height: 35px;
    background-size: 35px auto;
  }
  #faq .faq-box .a-box .voice li:nth-child(odd)::before {
    left: 0;
  }
  #faq .faq-box .a-box .voice li:nth-child(even)::before {
    right: 0;
  }
  #faq .faq-box .a-box .voice p {
    padding: 12px 15px;
    font-size: 1.0em;
    line-height: 1.7;
    border-radius: 4px;
  }
  #faq .faq-box .a-box .voice li:nth-child(odd) p {
    background-size: 93px auto;
    margin-left: 28px;
    margin-right: 10px;
  }
  #faq .faq-box .a-box .voice li:nth-child(even) p {
    background-size: 66px auto;
    margin-right: 28px;
    margin-left: 10px;
  }
}

/* accordion */

#faq .accordion-target {
  display: none;
}

/* --------- popular ---------------- */

#popular {

}
#popular h2 {
  padding: 12px 0 10px;
  text-align: center;
}
#popular h3 img {
  width: 60px;
  position: absolute;
  z-index: 10;
  top: 19px;
  left: 20px;
}
#popular .ico-base {
  position: relative;
}
#popular .ico-base img {
  width: 80px;
  position: absolute;
  z-index: 10;
  top: .2rem;
  left: .3rem;
}
#popular .image {
  padding: 25px 0 18px;
  text-align: center;
}
#popular .image img {
  box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.3);
}
#popular td p {
  font-size: 1.2em;
  line-height: 1.8;
  margin: 0 9%;
}

@media print, screen and (min-width:768px){
  #popular table {
    width: 100%;
    border-collapse: collapse;
  }
  #popular table td {
    width: 50%;
    padding-bottom: 50px;
    vertical-align: top;
  }
  #popular table td.left {
    border-right: solid 4px #fff;
  }
  #popular h3 {
    border-top: solid 4px #fff;
  }
}

@media screen and (max-width:767px){
  #popular h2 {
    padding: 8px 0 14px;
  }
  #popular h2 img {
width: 70vw;
height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  #popular table,
  #popular table tbody,
  #popular table tr,
  #popular table td{
    display: block;
  }
  #popular table td{
    padding-bottom: 40px;
  }
  #popular h3 img.ico {
    width: 85px;
    top: 5px;
    left: 5px;
  }
  #popular h3 span {
    padding-left: 100px;
  }
#popular .ico-base img {
    width: 84px;
    position: absolute;
    z-index: 10;
    top: .2rem;
    left: .2rem;
  }
}
  #popular td .image {
    margin-left: 9%;
    margin-right: 9%;
  }
  #popular td .image img {
    max-width: 350px;
  }
}

/* -------------------------------------------------
  SUPPORT
  ------------------------------------------------- */

#SUPPORT {
  padding: 24px 0 20px;
  background-color: #f2f2f2;
  border-top: solid 4px #514949;
}
#SUPPORT .wrapper{
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: left;
}
#SUPPORT .lead-text {
  padding-left: 13px;
  margin-bottom: 20px;
  color: #221815;
  position: relative;
  width: 500px;
  margin: 0 0 20px auto;
  font-size: 13px;
}
#SUPPORT .clearfix{
  width: 500px;
  margin: 0 0 0 auto;
}
#SUPPORT .lead-text:before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #a9ad12;
  position: absolute;
  left: 0;
  top: 5px;
}
#SUPPORT .l-side {
  padding-top: 10px;
}
#SUPPORT .l-side p,
#SUPPORT .l-side p a {
  color: #036eb8;
}
#SUPPORT .l-side p .text {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 3px;
  display: block;
}
#SUPPORT .l-side p a {
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
}
#SUPPORT .r-side a {
  width: 218px;
  display: inline-block;
}
#SUPPORT .r-side a:hover {
  opacity: 0.8;
}
#SUPPORT .r-side a img {
  width: 100%;
}

@media screen and (max-width:767px){
  #SUPPORT {
    padding: 20px 3% 20px 0;
  }
  #SUPPORT .wrapper{
    padding: 0;
  }
  #SUPPORT .lead-text {
    margin: 0 0 0 3%;
    width: auto;
  }
  #SUPPORT .l-side {
    float: right !important;
    margin-bottom: 10px;
  }
  #SUPPORT .r-side {
    clear: both;
    float: none !important;
    text-align: right;
  }
  #SUPPORT .r-side a {
    width: 215px;
  }
  #SUPPORT .r-side a:hover {
    opacity: 1;
  }
  #SUPPORT .clearfix{
    width: 100%;
  }

}
/* --------- other ---------------- */

/* for responsive */

@media print, screen and (min-width:768px){
  .pc-none {
    display: none !important;
  }
  .sp-none {
    display: block !important;
  }
}

@media screen and (max-width:767px){
  .pc-none{
  display: block !important;}
  .sp-none {
    display: none !important;
  }
}

/* --------- publication ---------------- */

@media screen and (max-width:767px){
  #publication {
    width: 100%;
    padding: 15px 0;
  }
  #publication ul {
    width: 93%;
    float: none;
    margin-left: auto;
    padding-left: 0;
    box-sizing: border-box;
    display: block;
    border-left: none;
  }
  #publication ul li {
    margin: 0 25px 18px 0;
    border-right: none;
  }
  #publication ul li a {
    font-size: 120%;
  }
  #publication address {
    width: auto;
    font-style: normal;
    text-align: center;
    padding: 0;
    color: #fff;
    display: block;
    float: none;
  }
}


/* --------- #media ---------------- */

#media {
  border-top: solid 4px #514949;
  border-right: solid 1px #eeeeee;
  border-left: solid 1px #eeeeee;
  background-color: #fafafa;
}
#media h2 {
  margin-bottom: 17px;
  padding: 25px 0;
  background-color: #ffffff;
  font-size: 2.6rem;
  text-align: center;
  border-bottom: solid 1px #cccccc;
}
#page #media .lead {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  padding: 0;
  font-weight: normal;
  text-align: center;
  font-size: 1.6rem;
}
.ul-media {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.li-media {
  width: 45.5%;
  margin-right: 3%;
  margin-bottom: 3rem;
  margin-left: 1.5%;
}
.li-media:nth-of-type(2n+1) {
  margin-right: 1.5%;
  margin-left: 3%;
}
.li-media video,
.li-media .dl-media {
  width: 100%;
}
.dt-media {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width:767px){
  #page #media .lead {
    max-width: auto;
    width: 95%;
    text-align: left;
    margin-right: 3%;
    margin-bottom: 3rem;
    margin-left: 3%;
  }
  .li-media {
    width: 95%;
    margin-right: 3%;
    margin-bottom: 3rem;
    margin-left: 3%;
  }
  .li-media:nth-of-type(2n+1) {
    margin-right: 3%;
  }
}
/* 20240801 */
.entry-area.lead {
  /*background: url(../img/pic_main_220201_bg.jpg) repeat center top;*/
  text-shadow: 0 1px 3px #22222233;
}
.entry-area .entry-lead {
  font-size: 3.0rem;
  margin-top: 0;
  margin-right: 1rem;
  margin-left: 1rem;
  color: #3b3d3c;
  font-weight: bold;
  position: relative;
}
.entry-area .entry-lead.arrow {
  display: inline-block;
  font-size: 2.8rem;
  color: #f0c73a;
  transform: scale(3.8, 1);
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.info-yomiuriid {
  position: relative;
}
.info-textbox {
  position: absolute;
  top: 597px;
  left: 0;
  right: 0;
}
.info-textbox a {
  text-decoration: none;
}
.info-h3 {
  text-align :center;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.btn-info img {
  width: 520px;
}
.btn-info:hover img {
  opacity: .8;
}
.info-linktext {
  font-size: 17px;
  color: #222222;
  background-color: #f7ec55;
  padding: .3rem;
  border-radius: .3rem;
  border: 0px solid #f1af0b;
  left: 0;
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
}
a .info-linktext {
  color: #222222;
  text-decoration: none;
}
.info-textbox .link {
  color: #225599;
  background-color: #ffffffee;
  padding: .1rem .6rem;
  border-radius: .6rem;
  display: inline-block;
  border: 2px solid #999999;
  margin-left: .1rem;
  font-weight: bold;
}
.info-linktext:hover {
  color: #000000;
  background-color: #fff34f;
}
.entry-area .ttl-publication {
  font-size: 2.2rem;
  margin-bottom: 0;
  line-height: 1.2!important;
}
.entry-area .ttl-price {
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 2.6rem;
  line-height: 1.2!important;
}
.strong-price {
  font-size: 1.42em;
}
.ttl-sub-txt ,
.ttl-sub-logo {
  position: absolute;
}
.ttl-sub-txt {
  right: 20px;
  top: 50px;
}
.ttl-sub-logo {
  left: 30px;
  top: 30px;
}
.ttl-sub-logo img {
  width: 180px;
}
.ttl-sub-txt img {
  width: 200px;
}

@media screen and (min-width:768px){
  .entry-area .btn-form.btn-form-wide img {
    width: 500px;
  }
}
@media screen and (max-width:767px){

  .entry-area .entry-lead {
    font-size: 1.4rem;
    text-align: left;
  }
  .entry-area .entry-lead.arrow{
    text-align: center;
  }
  .info-textbox {
    top: 108vw;
  }
  .btn-info img {
    width: 87vw;
  }
  .info-linktext {
    font-size: 3.2vw;
    color: #222222;
    margin-left: 4.5vw;
    margin-right: 4.5vw;
    border-radius: .4rem;
  }
  .entry-area h2 {
    margin-top: 10vw;
  }
  .entry-area h2 img {
    width: 70vw;
  }
.entry-area .ttl-publication {
    font-size: 2.0rem;
  }
  .entry-area .ttl-price {
    font-size: 2.4rem;
  }
  .ttl-sub-txt {
    position: relative;
    top: auto;
    right: auto;
  }
  .ttl-sub-logo {
    top: 0;
    right: 0;
    left: 0;
  }
  .ttl-sub-txt img,
  .ttl-sub-logo img {
    width: 40vw;
  }
}
/* #back to top */

#back-to-top {
	position: fixed;
	bottom:60px;
  right:20px;
  display: none;
}
#back-to-top a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
	cursor: pointer;
	background-color: #315799;
  border-color: #315799;
  text-decoration: none;
}
#back-to-top a:hover {
	background-color: #2c2e8d;
}
#back-to-top a:active {
	background-color: #9295eb;
}
@media print, screen and (max-width: 767px){
#back-to-top {
	/*position: absolute;
    top:-33px;
    display: block;
    right:20px;
    */
    z-index: 999;
    bottom: 0px;
}
#back-to-top a{
	background-color: #6365c4;
	border-width: 1px 1px 0 0;
	border-color: #9295eb;
	border-radius: 4px 4px 0 0;
}
#back-to-top a:hover {
	background-color: #a7a8c9;
}
#back-to-top a:active {
	background-color: #2c2e8d;
}
}