@charset "UTF-8";
/* layout */
/*=================================
    Initialization of style
===================================*/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese);

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #111;
  font-family: "Noto Sans JP","メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 22px;
  /*font-weight: bold;*/
  line-height: 150%;
  text-align: center;
  width: 100%;
  /*min-width: 1080px;*/
}
div.side_fx a {
  display: block;
}
.ivl {
  position: relative;
}
a.ivl {
  display:block;
}
*.ivl::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
img.np {
  pointer-events: none;
}
h1.cat01, h1.pn01 {
  color: #4D1F63;
  font-weight: 700;
  line-height: 1.2;
}
h1.cat01 {
  padding: 0 0 30px 0;
  margin: 0 0 45px;
  background: url("../img/common/bgi_h1.png") center bottom no-repeat;
  background-size: 120px 3px;
  display: flex;
}
body.feature h1.cat01 {
  padding-bottom: 40px;
}
body[class^="feature0"]  h1.cat01 {
  padding-bottom: 45px;
}
.cm h1.cat01, body[class^="present"] h1.cat01 {
  padding: 0 0 0 0;
  background: none;
}
h1.cat01 > span {
  font-size: 31px;
  margin: 0 auto;
  padding: 17px 0 0 75px;
  box-sizing: border-box;
  height: 64px;
}
body[class^="feature"] h1.cat01 > span {
  padding: 17px 0 0 0;
}
h1.cat01 > span.useful {
  background: url("../../assets/img/common/icon_useful.png") left center no-repeat;
  background-size: contain;
}
h1.cat01 > span.buy {
  background: url("../../assets/img/common/icon_buy.png") left center no-repeat;
  background-size: contain;
}
h1.cat01 > span.qanda {
  background: url("../../assets/img/common/icon_qanda.png") left center no-repeat;
  background-size: contain;
}
h1.cat01 > span.autumn {
  background: url("../../assets/img/common/icon_autumn.png") left center no-repeat;
  background-size: contain;
}
h1.cat01 > span.cm {
  background: url("../../assets/img/common/icon_cm.png") left center no-repeat;
  background-size: contain;
}
h1.cat01 > span.present {
  background: url("../../assets/img/common/icon_present.png") left center no-repeat;
  background-size: contain;
}
h1.pn01 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}
body.feature h1.pn01 {
  font-size: 26px;
}
body[class^="feature0"] h1.pn01, body[class^="feature0"] h1.pn01 span.posR {
  font-size: 47px;
}
body[class^="feature0"] h1.pn01 em {
  font-size: 96px;
  color: #B8A5C1;
  display: inline-block;
  margin-right: 0.25em;
  font-weight: 400;
}
body[class^="feature0"] h1.pn01 strong {
  font-size: 96px;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
body[class^="feature0"] h1.pn01, body[class^="feature0"] h1.pn01 span.posR {
  font-size: 4.351852vw;
}
body[class^="feature0"] h1.pn01 em {
  font-size: 8.888889vw;
}
body[class^="feature0"] h1.pn01 strong {
  font-size:  8.888889vw;
}
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
}
a:link, a:visited {
  text-decoration: none;
  color: #5a2781;
}
a:hover, a:active {
  text-decoration: underline;
  color: #5a2781;
}
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form {
  margin: 0;
  padding: 0;
}
h1 {
  font-weight: bold;
  color: #4D1F63;
  text-align: center;
}
h1 span:not(.orange){
  font-size: 31px;
}
h1 span.orange {
  color: #e67f12;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}
a img {
  border: none;
  vertical-align: bottom;
}
a img:hover {
  opacity: 0.75;
}
/* List_group */
ul, ol, li {
  list-style: none;
}
.cf {
  zoom: 1;
}
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}
.fwB {
  font-weight: bold;
}
/* inline-style */
address {
  font-style: normal;
  font-size: 13px;
  color: #666666;
}
address a {
  text-decoration: none;
  color: #666666;
}
address a:link, address a:visited {
  text-decoration: none;
  color: #666666;
}
address a:hover, address a:active {
  text-decoration: underline;
  color: #666666;
}
/* table */
table {
  width: 100%;
}
/*=============================
    Old Header ( ./layout_header.css へ移動)
===============================*/

/* breadcrumb
-------------------------*/
#breadcrumb {
  text-align: left;
  width: 1080px;
  margin: 0 auto;
  font-weight: bold;
  margin-top: 5px;
}
#breadcrumb li {
  color: #505050;
  font-size: 16px;
  display: inline;
  line-height: 35px;
  font-weight: bold;
  /*position: relative;*/
  /*z-index: 11;*/
}
#breadcrumb li:last-of-type {
  font-weight: bold;
}
#breadcrumb li.new_line{
    line-height: 1;
    display: block;
}
#breadcrumb li a {
  color: #505050;
  margin-right: 6px;
  font-weight: normal;
  text-decoration: underline;
}
#breadcrumb li a:link, #breadcrumb li a:visited, #breadcrumb li a:hover, #breadcrumb li a:active {
  color: #3e3a39;
}
/* sidenav
-------------------------*/
#sidenav {
  clear: both;
  position: fixed;
  top: 50%;
  right: 0;
  width: 150px;
  z-index: 120;
}
#sidenav li {
  display: block;
  background-color: #5a2781;
  padding: 3px 0;
  margin-bottom: 4px;
}
#sidenav li.go2top {
  margin-top: 30px;
  background: none !important;
}
#sidenav li.go2top img {
  width: 70px;
  height: 70px;
}
#sidenav li:first-of-type {
  width: 150px;
  z-index: 120;
  background: none;
}
/* footer
-------------------------*/
footer {}
#footer {
  width: 1080px;
  margin: 0 auto;
}
.jr_banner {
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 44px;
  margin-bottom: 44px;
}
.ft_info {
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 22px;
}
.ft_nav {
  width: 600px;
  float: left;
}
.ft_nav ul {
  margin-top: 20px;
}
.ft_nav li {
  font-size: 16px;
  float: left;
  line-height: 25px;
  margin-right: 8px;
}
.ft_nav li:last-child {
  float: right;
  border-left: 1px solid #dbdbdb;
  padding-left: 18px;
  width: 125px;
  box-sizing: content-box;
}
.ft_right {
  width: 468px;
  float: right;
}
.ft_icon {
  float: left;
  margin-top: 20px;
  width: 178px;
}
.ft_icon li {
  float: left;
  margin-right: 12px;
}
.ft_icon li:last-child {
  margin-right: 0;
}
.ft_bnr {
  float: right;
}
.local_nav {
  float: left;
  padding-top: 10px;
  text-align: left;
}
.local_nav .update {
  font-size: 12px;
  text-align: left;
}
.local_nav li {
  display: inline;
  margin-right: 25px;
  font-size: 13px;
  line-height: 1.4;
}
.local_nav li a:link, .local_nav li a:visited, .local_nav li a:hover, .local_nav li a:active {
  color: #666666;
}
.ft_lnk {
  width: 88.88888889%;
  margin: 0 auto 20px;
  height: 420px;
}
.ft_lnk div p a:hover {
  color: #5d2d83;
}
.ft_lnk .ft_lnk_left {
  float: left;
  width: 50%;
  text-align: left;
}
.ft_lnk .ft_lnk_right {
  float: right;
  width: 50%;
  text-align: left;
}
.ft_lnk .mB20 {
  margin-bottom: 20px;
}
.ft_lnk .category01 {
  position: relative;
  padding-left: 25px;
  line-height: 1.4;
}
.ft_lnk .category01::before {
  content: '→';
  position: absolute;
  left: 0;
  top: 2.5px;
}
.ft_lnk .category01.category01_01::before {
  top: 2.7px;
}
.ft_lnk .category01 a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.ft_lnk .category02 {
  padding-left: 45px;
  position: relative;
  line-height: 1.4;
}
.ft_lnk .category02::before {
  position: absolute;
  top: 2px;
  left: 25px;
  content: '・';
}
.ft_lnk .category02 a {
  line-height: 1.4;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.ft_lnk .category02 a:hover {
  text-decoration: underline;
}
.copyright {
  width: 500px;
  text-align: right;
  float: right;
}
.copyright address {
  line-height: 30px;
}
@media screen and (max-width: 1200px) {
header ul li p.hisamitsu_msg {
  width: 320px;
}
  footer .pc .local_nav ul {
    width: 370px;
  }
}
@media screen and (max-width: 1080px) {
  #breadcrumb {
    width: 100%;
    margin-top: 0.462962963vw;
  }
  .performance02 .inner02 {
    width: 100%
  }
  .performance02 .inner02 {
    width: 100% !important;
  }
  .performance02 .inner02 .contents.pr {
    padding: 7.407407407vw 0 !important;
    width: 88.88888889vw;
    width: 98%;
  }
}
/*=============================
    Common-class
===============================*/
/* float */
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
/* float-clear */
.clear {
  clear: both;
}
br.clear {
  height: 0;
  line-height: 0;
  font-size: 0;
}
/* image-layout */
.imgleft {
  float: left;
}
.imgleft img {
  display: block;
}
.imgright {
  float: right;
}
.imgright img {
  display: block;
}
/* table-default-style */
/* Bread_crumb_List */
.bcList {
  text-align: right;
  margin: 20px 8px 5px 0;
}
.bcList li {
  display: inline;
}
.bcList li a {
  padding-right: 15px;
}
.bcList li em {
  font-weight: bold;
  font-style: normal;
}
section.ttl {
  padding: 60px 0 40px;
}
.wrap-content {
  padding: 0 50px 50px;
  /*  background: url(../images/common/body_bg.png) repeat-y;
  background-size: 100% 100%;*/
  background-clip: padding-box;
  overflow: hidden;
  background: #ebebf0;
  background: -moz-linear-gradient(-14.5deg, #ebebf0 0%, #a5a5c8 100%);
  background: -webkit-linear-gradient(-14.5deg, #ebebf0 0%, #a5a5c8 100%);
  background: linear-gradient(135deg, #ebebf0 0%, #a5a5c8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebf0', endColorstr='#a5a5c8', GradientType=1);
}
.wrap-content #breadcrumb {}
.wrap-content #breadcrumb ul {
  margin-left: 0;
  width: 1080px;
  margin: 0 auto;
}
.pagebody2 {}
.pagebody2 .inner .h2, .pagebody2 .inner h2 {
  font-size: 39px;
  line-height: 1.7;
  border-bottom: 1px solid #4D1F63;
  padding-bottom: 30px;
  margin-bottom: 50px;
  color: #4D1F63;
  text-align: center;
}
.pagebody2 .inner h2.txt01 {
  font-size: 29px;
  text-align: left;
  color: #000;
  margin-top: 0;
  margin-bottom: 1em;
  padding-bottom: 0;
  border-bottom: 0 none;
  line-height: 40px;
}

.pagebody2 .inner h2 span {
  color: #FF7D00;
}
.pagebody2 .inner h2.no_border {
  border-bottom: none;
  padding-bottom: 0;
  text-align: left;
  padding-left: 140px;
  background: url(../../assets/img/hayfever/selfcheck/selfcheck_img.svg) no-repeat;
  background-position: left 50%;
  background-size: 123px;
  font-size: 38px;
  max-width: 1080px;
  margin-left: -60px;
  margin-bottom: 20px;
}
/*.pagebody2 .inner h2.h2_01{
  line-height: 1.7;
}
.pagebody2 .inner h2.h2_02{
  line-height: 1.7;
}*/
.pagebody2 .inner .h2:not(:first-of-type) {
  margin-top: 80px;
}
.pagebody2 .inner .cap {
  margin-top: -20px;
  color: #4D1F63;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0 !important;
}
.pagebody2 .inner {
  width: 100%;
  margin: 0 auto;
  /*min-width: 1200px;*/
  background: #FFF;
}
.pagebody2 .inner_mb {
  margin-bottom: 80px;
}
.inner_mt {
  margin-top: 100px;
}
.pagebody2 .inner .contents01 {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 120px;
  line-height: 1.7;
  text-align: left;
}
.pagebody2 .inner .contents01 p {
  margin-bottom: 1em;
}
.pagebody2 .bnr {
  padding: 70px 0 80px;
}
.pagebody2 #feature_list {
  width: 100%;
  background: url(../images/common/list_bg01.png) no-repeat;
  background-size: 100% 100%;
  background-clip: padding-box;
  min-width: 1080px;
  padding-top: 52px;
  padding-bottom: 85px;
  box-sizing: content;
}
.pagebody2 .bnr2 {
  padding: 70px 0;
}
.pagebody2 .bnr2 h3 {
  margin-bottom: 25px;
}
.pagebody2 .bnr2 ul {
  width: 960px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pagebody2 .bnr2 li {
  width: 474px;
  margin-bottom: 15px;
  position:relative;
}
.pagebody2 .bnr2 li span.new {
	display:block;
	position:absolute;
  top: -15px;
  left: -22px;
	z-index:5;
	width:52px;
}
@media screen and (max-width:1080px) {
  .pagebody2 .inner .contents01 {
    max-width: 960px;
    padding: 5.555555556vw 2.777777778vw;
  }
  .pagebody2 #feature_list {
    min-width: 100%;
    padding-top: 4.814814815vw;
    padding-bottom: 7.87037037vw;
  }
  .pagebody2 .bnr2 {
    padding: 6.481481481vw 0;
  }
  .pagebody2 .bnr2 h3 {
    margin-bottom: 2.314814815vw;
  }
  .pagebody2 .bnr2 ul {
    width: 88.88888889vw;
    background: none;
  }
  .pagebody2 .bnr2 li {
    width: 43.88888889vw !important;
    margin-bottom: 1.388888889vw;
  }
  .pagebody2 .useful_list {
    margin-left: -4.62962963vw;
  }
  .pagebody2 .useful_list {
    width: 88.88888889vw;
    min-width: 88.88888889vw;
    padding: 9.259259259vw 0 5.555555556vw;
  }
  .pagebody2 .useful_list.bnr2 li {
    width: 43.05555556vw;
  }
.pagebody2 .bnr2 li span.new {
	display:block;
	position:absolute;
	top:-10px;
	right:-12px;
	z-index:5;
	width:46px;
}
  #footer {
    width: 95%;
  }
}
@media screen and (min-width:769px) {
  .pagebody2 #feature_list {
    margin-left: -50px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width:1080px) {
  .pagebody2 #feature_list {
    /*margin-left: calc( 50% - 50vw );*/
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    box-sizing: content-box;
    margin-left: -50px;
  }
}
.pagebody2 #feature_list .h2 {
  margin-bottom: 40px;
}
.pagebody2 #feature_list h3 {
  margin-bottom: 40px;
}

#feature_list ul {
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
#feature_list ul li {
  margin: 0 10px !important;
}
#feature_list .blk01 {
  flex-wrap: wrap;
  justify-content: center;
  margin: 45px auto 0;
  background-color: transparent!important;
  max-width:1593px;
}
#feature_list .blk01 p {
  margin-bottom: 20px;
}
@media screen and (max-width:1080px) {
#feature_list .blk01 p {
  width:47%;
}
}
#feature_list .blk01 p:nth-of-type(2n) {
  margin-left: 20px;
}
body.feature05 #feature_list ul li:nth-of-type(5) a img, body.feature04 #feature_list ul li:nth-of-type(4) a img, body.feature03 #feature_list ul li:nth-of-type(3) a img, body.feature02 #feature_list ul li:nth-of-type(2) a img, body.feature01 #feature_list ul li:first-of-type a img {
  opacity: 0.75;
}
.pagebody2 .contents01 img {
  margin: 0 auto;
  margin-top: 40px;
}
.rhinitis .pagebody2 .contents01 img {
  margin-top: 0;
}
.pagebody2 .contents01 img.right {
  float: right;
  margin-left: 60px;
}
.tC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bg1 {
  background: #98659d;
  background: -moz-linear-gradient(-45deg, #98659d 0%, #6a1f71 100%);
  background: -webkit-linear-gradient(-45deg, #98659d 0%, #6a1f71 100%);
  background: linear-gradient(135deg, #98659d 0%, #6a1f71 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98659d', endColorstr='#6a1f71', GradientType=1);
  /*  background: #99669e;
  background: -moz-linear-gradient(left,  #99669e 0%, #6a1f71 100%);
  background: -webkit-linear-gradient(left,  #99669e 0%,#6a1f71 100%);
  background: linear-gradient(to right,  #99669e 0%,#6a1f71 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99669e', endColorstr='#6a1f71',GradientType=1 );*/
}
.pagebody2 .contents01 .r_seller {
  background: #EDE8EF;
  margin: 0 auto 68px;
  width: 100%;
  padding: 40px 115px;
  box-sizing: border-box;
  margin-bottom: 0;
}
table.no_border {
  border: none;
}
table.no_border th, table.no_border td {
  font-weight: normal;
  border: noen;
  color: #000;
  font-size: 22px;
}
table.no_border th {
  width: 4em;
  vertical-align: top;
}
ol.kakko {
  list-style-type: none;
}
ol.kakko li {
  counter-increment: cnt;
  padding-left: 40px;
  position: relative;
}
ol.kakko li:before {
  content: "("counter(cnt) ") ";
  position: absolute;
  left: 0;
}
ol.dot {
  list-style-type: none;
}
ol.dot li {
  counter-increment: cnt;
  padding-left: 40px;
  position: relative;
}
ol.dot li:before {
  content: counter(cnt) ". ";
  position: absolute;
  left: 0;
}
.bg1 th, .bg1 td {
  background: none !important;
}
/*=============================
    TopPage setting
===============================*/
/* feature01
-------------------------*/
.feature01 #pagebody {
  /*background: url(../images/feature/bg_pbody.jpg) no-repeat center top #4D1E62;*/
  height: auto;
  margin-bottom: 40px;
  padding-bottom: 70px;
}
/*.feature01 #breadcrumb ul {
  margin-left: 60px;
}*/
.feature01 .about {
  width: 1080px;
  margin: 0 auto;
  height: auto; /*padding-top: 72px;*/
}
.feature01 .about .a_txt01 {
  /*float: left;*/ /*margin: 40px 0 0 30px;*/
}
.feature01 .about .a_img {
  float: right;
  margin: 0 162px 48px 0;
}
.feature01 .inner {
  /*width: 1080px;*/
  margin: 0 auto;
  /*background-color: #a5a5c8;*/
  /*background: url(../images/feature01/bg_btm.jpg) no-repeat center bottom, url(../images/feature01/bg_pbody.jpg) repeat center top;*/
  overflow: hidden;
  min-height: 1080px;
}
.feature01 .contents01 {
  padding: 54px 120px 0;
  margin-bottom: 52px;
}
.feature01 .contents01 h2 {
  margin-bottom: 50px;
}
.feature01 .contents01 p {
  text-align: left;
  line-height: 40px;
}
.feature01 .contents01 .txt01 {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 1em;
}
.feature01 .contents01 p.txt01 span {
  color: #8c3fc5;
}
.feature01 .contents01 .a_txt02 {
  /*  width: 418px;
  float: left;*/
  margin-top: 24px;
}
.feature01 .contents01 .a_txt02 p {
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.feature01 .contents01 .a_img02 {
  float: right;
}
.feature01 .contents01 .a_txt02 a {
  text-decoration: underline;
}
.feature01 .contents01 .a_txt02 a:hover {
  text-decoration: none;
}
.feature01 .contents02 {
  padding-top: 52px;
  padding-bottom: 85px;
  background: url(../images/feature/bg_inner_bottom.jpg) 50% bottom no-repeat, url(../images/feature/bg_inner_body.jpg) 50% top repeat-y;
}
#n_txtbtn {
  color: #5a2781;
  cursor: pointer;
}
#n_txt {
  display: none;
  width: 840px;
  margin-top: 20px;
  padding-top: 50px;
}
.feature01 .contents02 h3 {
  margin-bottom: 12px;
}
.feature01 .contents02 ul {
  width: 648px;
  margin: 0 auto;
}
.feature01 .contents02 li {
  float: left;
  margin: 36px 15px 0 0;
}
.feature01 .contents02 li:last-child {
  margin: 36px 0px 0 0;
}
.feature01 .contents02 #buy {
  margin-top: 60px;
}
/* buy
-------------------------*/
.wrap-content.buy {
  background: url(../images/buy/bg_contents.jpg) repeat;
}
.buy #pagebody {
  background: #420052;
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 56px;
  margin-bottom: 40px;
}
.buy .inner {
  /*width: 960px;*/
  margin: 0 auto;
  background: #fff;
  padding-bottom: 74px;
}
/*.buy #breadcrumb {
  text-align: left;
  width: 1081px;
  margin: 0 auto;
  background: #ffffff;
}*/
.buy .contents01 {
  padding-top: 32px;
}
.buy .contents01 h2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: bold;
  color: #5b2680;
}
.buy .inner p {
  text-align: left;
  line-height: 40px;
}
.buy .contents01 p {
  margin: 0 0 30px 78px;
  letter-spacing: 1px;
}
.buy .contents01 p.txt01 {
  line-height: 30px;
  /*font-weight: bold;*/
  width: 847px;
}
.buy .contents01 p.txt01 span {
  font-size: 11px;
  vertical-align: super;
}
.buy .contents01 .r_seller {
  background: #EDE8EF;
  width: 812px;
  margin: 0 auto 68px;
  padding: 32px 0 6px;
}
.buy h4 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px;
}
.buy .contents01 .r_seller p {
  margin-left: 28px;
}
.buy .contents02 h3 {
  margin-bottom: 24px;
}
.buy .contents02 p {
  margin: 0 0 50px 68px;
  width: 870px;
}
.buy .contents02 p.txt02 {
  margin: 0 0 30px 54px;
}
.buy .contents02 p span {
  font-size: 11px;
}
.buy .contents02 p a {
  text-decoration: underline;
}
.buy .contents02 p a:hover {
  text-decoration: none;
}
.buy .contents03 {
  background: #b3a2c7;
  padding: 26px 0 40px;
}
.buy .contents03 h3 {
  margin-bottom: 26px;
}
.buy .contents03 ul {
  margin: 0 auto;
  width: 892px;
}
.buy .contents03 li {
  float: left;
  margin-right: 17px;
}
.buy .contents03 li:last-child {
  margin-right: 0;
}
.buy .contents04 h3 {
  margin-bottom: 12px;
  margin-top: 50px;
}
.buy .contents04 ul {
  width: 680px;
  margin: 0 auto;
}
.buy .contents04 li {
  float: left;
  margin: 36px 15px 0 0;
}
.buy .contents04 li:nth-child(3), .buy .contents04 li:nth-child(4) {
  margin: 72px 15px 0 0;
}
.buy .contents04 li:last-child {
  margin: 72px 0px 0 0;
}
.buy #sidenav ul li:first-child {
  margin-bottom: 4px;
}
.buy #sidenav ul li:nth-child(2) {
  padding-top: 3px;
}
/* evening
-------------------------*/
/*.evening #breadcrumb {
  background: #fff;
}
.evening #breadcrumb ul {
  margin-left: 60px;
}*/
.evening #pagebody {
  background: url(../images/evening/bg_contents.jpg) 50% top repeat-y #000;
  padding-bottom: 54px;
  margin-bottom: 40px;
}
.evening .container {
  border: 5px solid #5a2781;
  background: #ffffff;
  width: 1070px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.evening .inner_line {
  width: 960px;
  margin: 0 auto 68px;
  background: #fff;
  padding-bottom: 70px;
}
.evening .inner {
  /*width: 960px;*/
  margin: 0 auto;
  background: #fff;
}
.evening #sidenav li:first-child {
  margin-bottom: 4px;
}
.evening #sidenav li:nth-child(2) {
  padding-top: 3px;
}
.evening .contents01 {
  margin-bottom: 15px;
}
.evening .contents01 h2 {
  margin-bottom: 37px;
}
.evening .contents01 h3 {
  margin-bottom: 30px;
}
.evening .contents01 p {
  text-align: left;
  line-height: 40px;
  width: 880px;
  margin: 0 auto;
}
.evening .contents01 .e_img01 {
  margin-bottom: 30px;
}
.evening .contents01 .e_img01 li {
  float: left;
  text-align: left;
}
.evening .contents01 .e_img01 li:first-child {
  margin-left: 50px;
  width: 434px;
}
.evening .contents01 .e_img01 li:last-child {
  margin: 110px 0 0 10px;
  width: 438px;
}
.evening .contents01 .e_img01 p {
  line-height: 14px;
  font-size: 12px;
  margin-top: 10px;
  width: 438px;
}
.evening .contents01 .e_img01 p.fig01, .evening .contents02 .e_img02 p.fig01 {
  line-height: 14px;
  font-size: 12px;
  margin: 10px 0 30px 0;
  width: 100%;
  text-align: center;
}
.evening .contents01 .e_img01 p.txt04, .evening .contents01 .e_img01 p.txt05, .evening .contents02 .e_img02 p.txt04, .evening .contents02 .e_img02 p.txt05 {
  width: 880px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 25px;
}
.evening .contents02 .e_img02 p.txt06 {
  margin-bottom: 55px;
}
.evening .contents02 .e_img02 p.txt04 {
  padding-left: 1em;
  text-indent: -1em;
}
.evening .contents01 .e_img01 p.txt05, .evening .contents02 .e_img02 p.txt05 {
  text-align: right;
  margin-bottom: 60px;
}
.evening .contents01 ul li p.txt03 {
  text-indent: -1em;
}
.evening .contents02 h3 {
  margin-bottom: 35px;
}
.evening .contents03 {
  background: #b3a2c7;
  padding: 30px 0 40px;
}
.evening .contents03 h3 {
  margin-bottom: 25px;
}
.evening .contents03 ul {
  width: 960px;
  margin: 0 auto;
}
.evening .contents03 li {
  float: left;
  margin-right: 17px;
}
.evening .contents03 li:last-child {
  margin-right: 0;
}
.evening .contents04 {
  padding-top: 54px;
}
.evening .contents04 h3 {
  margin-bottom: 36px;
}
.evening .contents04 li {
  float: left;
}
.evening .contents04 li:last-child {
  float: right;
}
.evening .contents04 .bnr01 {
  margin-top: 30px;
}
/*ul li .txt03 .useful #breadcrumb {
  background: #fff;
}
.useful #breadcrumb ul {
  margin-left: 60px;
}*/
.useful .visual {
  background: url(../images/amatatsu_q1/bg_h1.jpg) no-repeat center top;
  height: 255px;
}
.useful #sidenav li:first-child {
  margin-bottom: 4px;
}
.useful .contents01 {
  background: url(../images/amatatsu_q1/bg_h2.jpg) repeat;
  padding: 17px 0 30px;
  border-top: 6px solid #411363;
}
.useful .contents01 p {
  font-size: 24px;
  color: #fff;
  line-height: 50px;
}
.useful .contents02 {
  background: url(../images/amatatsu_q1/bg_contents01.jpg) no-repeat center top;
  height: 693px;
  padding-top: 62px;
}
.useful .contents02 .question {
  width: 1080px;
  margin: 0 auto;
  background: url(../images/amatatsu_q1/bg_monitor.png) no-repeat center top;
  height: 660px;
  padding-top: 33px;
  position: relative;
  z-index: 70;
}
.useful .contents02 .question .q_box {
  width: 965px;
  margin: 0px auto;
  height: 450px;
  color: #963690;
  padding-top: 30px;
}
.useful .contents02 .question .q_icon {
  display: block;
}
.useful .contents02 .question .q_icon img {
  float: left;
  margin-left: 120px;
  margin-right: 10px;
  margin-top: 0px;
}
.useful .contents02 .question .q_icon img:nth-child(2n) {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -10px;
  display: block;
}
.useful .contents02 .question .q_icon p {
  font-size: 32px;
  margin-top: 5px;
  text-align: left;
  width: 700px;
  margin-left: 240px;
  line-height: 120%;
}
.useful .contents02 .question .q_icon p.cen {
  font-size: 32px;
  margin-top: 5px;
  text-align: center;
  width: 100%;
  margin-left: 0px;
  line-height: 180%;
}
.useful .contents02 .question .q_box ul.answer {
  font-size: 34px;
  text-align: left;
  /*width: 965px;*/
  line-height: 170%;
  /*margin-top: 30px;
    margin-left: 320px;*/
  top: 156px;
  left: 350px;
}
.pagebody2 .useful_list h3 {
  font-size: 30px;
  color: #4D1F63;
  text-align: center;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #4D1F63;
  margin: 0 auto 50px;
}
.pagebody2 .useful_list {
  width: 100vw;
  background: #FFF;
  /*min-width: 1080px;*/
  padding: 100px 0 60px;
  text-align: center;
}
.useful_blk01, .useful_blk02, .useful_blk03 {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 3em;
}
.useful_blk03.related_blk03 > div ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.useful_blk03.related_blk03 > div li {
  width: 50%;
  margin: 0;
  padding-left: 2em;
  box-sizing: border-box;
}
.useful_blk01 {
  background: #4D1F63;
  color: #ffffff !important;
  margin: 2em 0 4em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.useful_blk01 a {
  color: #ffffff !important;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.useful_blk01 a:hover {
  opacity: 0.5;
}
.pagebody2 .contents01 .useful_blk01 img {
  width: 100%;
  margin-top: 0;
}
.pagebody2 .inner .contents01 .useful_blk01 a > div p {
  margin: 0 0 30px 0;
}
.useful_blk01 a > div.img01 {
  width: 25%;
}
.useful_blk02 h3 {
  background: #6E4199;
  padding: 0 1em;
  color: #ffffff !important;
  margin-bottom: 0.5em;
  line-height: 1.7;
}
.useful_blk02>div{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.blk01>a>div {
  width: 70%;
}
.useful_blk01>a>div.img01 img{
  width: 100%;
}
.useful_blk02 p {
  width: 70%;
  line-height: 1.7;
}
.useful_blk02 p.img01 {
  margin-bottom: 0;
  width: 27.5%;
}
.useful_blk01>a>div.img01 img, .useful_blk02 p.img01 img{
  margin-top: 0 !important;
}
hr.useful_line01 {
  margin-bottom: 1em;
  border: solid 1px #6E4199;
}
.useful_blk03 {

}
.useful_blk03 h3 {
  background: #E6E6E6;
  padding: 0 1em !important;
  color: #000000 !important;
  font-weight: 400;
  margin-bottom: 0.5em;
  line-height: 1.7;
}
.useful_blk03 > div {
  display: flex;
}
.useful_blk03 > div ul {
  width: 50%;
}
.useful_blk03 > div ul li {
  font-size: 18px;
  margin: 0 1em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2;
}
.useful_blk03 > div ul li a {
  text-decoration: underline;
}
.kafun_btn01 {
  margin: 0 auto;
  width: 680px;
}
.kafun_btn01 a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 1em;
  background-color: #6E4497;
  color: #ffffff !important;
  font-size: 24px;
  text-align: center;
  line-height: 1.1;
}

.kafun_btn01 a:hover {
  color: #fff;
  text-decoration: underline;
}

.kafun_btn01 a .word02 {
  font-size: 34px;
  font-weight: 700;
}
.kafun_btn01.kafun_btn02 a, .kafun_btn01.kafun_btn02 a .word02 {
  font-size: 28px;
}
@media screen and (max-width:1080px){
  .useful_blk03 > div ul li {
  font-size: 1.666666vw;
  }
  .kafun_btn01 {
    width: 62.962963vw;
  }
  .kafun_btn01 a {
  font-size: 2.222222vw;
}
  .kafun_btn01 a .word02{
    font-size: 3.148148vw;
  }
}
@media screen and (min-width:769px) {
  .pagebody2 .useful_list {
    margin-left: -50px;
  }
}
@media screen and (min-width:1081px) {
  .pagebody2 .useful_list {
    margin-left: calc(50% - 50vw);
  }
}
.pagebody2 .useful_list.bnr2 li {
  width: 465px;
}
.radio {
  display: none;
}
.radio + .radio-icon:before {
  content: "\f3a6";
  font-family: "Ionicons";
  color: #ffffff;
  font-size: 10px;
  padding: 2px;
  border: 6px solid #000;
  vertical-align: top;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.radio:checked + .radio-icon:before {
  content: "\f3a7";
  background: #888;
  color: #000;
}
.useful .contents02 .question .q_box a {
  cursor: pointer;
}
.useful .contents02 .question .q_box ul.answer li {
  color: #de0000;
}
.useful .contents02 .question .q_box ul.answer li:nth-child(2) {
  color: #00acfc;
}
.useful .contents02 .question .q_box ul.answer li:nth-child(3) {
  color: #f0a401;
}
.useful .contents02 .question .q_box a {
  display: inline-block;
  top: 368px;
  left: 400px;
}
.useful .contents02 .question .q_box .commentary {
  margin-top: 20px;
}
.useful .contents02 .question .q_box .commentary a {
  cursor: pointer;
}
.useful .contents02 .question .q_box .commentary span {
  display: block;
  float: left;
  color: #d10010;
  font-weight: bold;
  font-size: 26px;
  margin-left: 200px;
  text-align: left;
  padding-left: 0px;
}
.useful .contents02 .question .q_box .commentary p {
  margin-top: 10px;
  color: #111;
  font-weight: normal;
  width: 620px;
  margin-left: 300px;
  text-align: left;
  line-height: 140%;
}
.useful .contents02 .question .h_img {
  position: absolute;
  /*z-index: 50;*/
  bottom: -180px;
  left: -70px;
}
.useful .contents02 .question .btn_profile {
  position: absolute;
  z-index: 50;
  bottom: 17px;
  left: 480px;
}
.useful .contents03 {
  padding: 60px 0;
}
.useful .contents03 h3 {
  margin-bottom: 36px;
}
.useful .contents03 ul {
  width: 960px;
  margin: 0 auto;
}
.useful .contents03 li {
  float: left;
  width: 438px;
  padding: 0px 0 40px;
}
.useful .contents03 li:last-child {
  float: right;
}
.useful .contents03 li p {
  color: #6d3398;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
}
.useful .contents03 li .u_btn {
  margin-top: 40px;
}
.useful .contents03 .bnr01 {
  margin-top: 0px;
}
.useful #modal-main {
  min-height: 400px;
}
.useful #modal-main .imgleft {
  margin: 0 20px 40px 20px;
}
/* amatatsu_a1
-------------------------*/
/*.result #breadcrumb {
  background: #fff;
}
.result #breadcrumb ul {
  margin-left: 60px;
}*/
.result .visual {
  background: url(../images/amatatsu_q1/bg_h1.jpg) no-repeat center top;
  height: 255px;
}
.result #sidenav li:first-child {
  margin-bottom: 4px;
}
.result .contents01 {
  background: url(../images/amatatsu_q1/bg_h2.jpg) repeat;
  padding: 17px 0 30px;
  border-top: 6px solid #411363;
}
.result .contents01 p {
  font-size: 24px;
  color: #fff;
  line-height: 50px;
}
.result .container {
  background: url(../images/amatatsu_a1/bg_pbody.jpg) no-repeat center top;
  height: 1680px;
}
.result .container02 {
  background: url(../images/amatatsu_a1/bg_pbody_02.jpg) no-repeat center top;
  height: 1680px;
}
.result .container03 {
  background: url(../images/amatatsu_a1/bg_pbody_03.jpg) no-repeat center top;
  height: 1680px;
}
.result .inner {
  width: 1080px;
  margin: 0 auto;
}
.result .contents02 {
  padding-top: 47px;
  position: relative;
  z-index: 0;
  height: 805px;
}
.result .contents02 .dept {
  background: url(../images/amatatsu_a1/bg_dept.png) no-repeat center top;
  width: 1080px;
  height: 380px;
  float: left;
  padding-top: 30px;
  margin-bottom: 20px;
}
.result .contents02 .dept p {
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
}
.result .contents02 .dept p img {
  margin-bottom: 15px;
}
.result .contents02 .dept p.txt01 {
  line-height: 80px;
  margin-top: 10px;
}
.result .contents02 .dept ul {
  width: 206px;
  text-align: left;
  margin: 0px 0 0 80px;
}
.result .contents02 .dept li {
  float: left;
  margin-left: 12px;
}
.result .contents02 .dept li:first-child {
  margin-left: 0;
}
.result .contents02 .dept li:last-child {
  /* float: right;*/
}
.result .contents02 .dept02 {
  background: url(../images/amatatsu_a1/bg_dept02.png) no-repeat center top;
  width: 1080px;
  height: 380px;
  float: left;
  padding-top: 50px;
}
.result .contents02 .dept02 p {
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
}
.result .contents02 .dept02 p img {
  margin-bottom: 15px;
}
.result .contents02 .dept02 p.txt01 {
  line-height: 80px;
  margin-top: 0px;
}
.result .contents02 .dept02 ul {
  width: 206px;
  text-align: left;
  margin: 0px 0 0 80px;
}
.result .contents02 .dept02 li {
  float: left;
  margin-left: 12px;
}
.result .contents02 .dept02 li:first-child {
  margin-left: 0px;
}
.result .contents02 .dept02 li:last-child {
  /*float: right;*/
}
.result .contents02 .dept03 {
  background: url(../images/amatatsu_a1/bg_dept03.png) no-repeat center top;
  width: 1080px;
  height: 380px;
  float: left;
  padding-top: 50px;
}
.result .contents02 .dept03 p {
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
}
.result .contents02 .dept03 p img {
  margin-bottom: 15px;
}
.result .contents02 .dept03 p.txt01 {
  line-height: 80px;
  margin-top: 10px;
}
.result .contents02 .dept03 ul {
  width: 206px;
  text-align: left;
  margin: 0px 0 0 80px;
}
.result .contents02 .dept03 li {
  float: left;
  margin-left: 12px;
}
.result .contents02 .dept03 li:first-child {
  margin-left: 0;
}
.result .contents02 .dept03 li:last-child {
  /*float: right;*/
}
.result .contents02 .r_txt01 {
  border: 10px solid #934fbf;
  width: 710px;
  padding-left: 50px;
  margin-right: 70px;
  height: 170px;
  float: right;
  background: #fffffe;
  padding-top: 28px;
}
.result .contents02 .r_txt01 p {
  font-size: 22px;
  color: #883887;
  width: 620px;
  text-align: left;
  font-weight: bold;
  line-height: 35px;
  margin-left: 28px;
}
.result .contents02 .r_img01 {
  position: absolute;
  z-index: 50;
  top: 500px;
  left: 60px;
  width: 378px;
}
.result .contents02 .r_img01 img {
  float: left;
}
.result .contents02 .r_img01 p {
  font-size: 28px;
  font-weight: bold;
  margin-right: 20px;
  float: right;
  margin-top: 220px;
}
.result .contents02 .r_img01 p span {
  display: block;
  font-size: 18px;
}
.result .contents03 h3 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #4d1f63;
}
.result .contents03 ul {
  line-height: 230%;
  margin: auto 70px 20px;
}
.result .contents03 li a {
  margin-bottom: 18px;
  text-align: left;
  font-size: 32px;
  background: url(../images/amatatsu_a1/arw_contents03.png) no-repeat 910px center;
  display: block;
}
.result .contents03 .bnr01 {
  margin-top: 42px;
}
.result .contents03 .btn_more {
  margin-top: 80px;
}
.result .contents04 {
  padding: 42px 0 54px;
}
.result .contents04 ul {
  width: 960px;
  margin: 0 auto;
}
.result .contents04 li {
  float: left;
  margin-right: 20px;
}
.result .contents04 li:last-child {
  margin-right: 0;
}
/* amatatsu_a2
-------------------------*/
/* amatatsu_a3
-------------------------*/
/* modal
-------------------------*/
#modal-open {
  color: #cc0000;
}
/* モーダル コンテンツエリア */
#modal-main {
  display: none;
  width: 700px;
  height: auto;
  min-height: 600px;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #111;
  position: fixed;
  z-index: 9999;
  padding-bottom: 40px;
}
/* モーダル 背景エリア */
#modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(109, 51, 152, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  cursor: pointer;
}
#modal-main .modal_ttl {
  background: #6d3398;
  color: #ffffff;
  font-size: 20px;
  text-align: left;
  padding: 8px 10px 8px 20px;
  margin-bottom: 20px;
}
#modal-main p {
  font-size: 18px;
  margin-top: 5px;
  text-align: left;
  width: 600px;
  margin: 20px 50px;
  line-height: 150%;
  font-weight: normal;
}
/* useful
-------------------------*/
/*.amount #breadcrumb {
  background: #fff;
}
.amount #breadcrumb ul {
  margin-left: 60px;
}*/
.amount #pagebody {
  /*background: url(../images/forcast/bg_pbody.jpg) no-repeat center top;*/
  background: url(../images/index/bg04_gradation.jpg) 50% top no-repeat !important;
}
.amount02 #pagebody {
  /*background: url(../images/forcast/bg_pbody02.jpg) no-repeat center top;*/
  background: url(../images/index/bg04.png)50% top repeat-y;
}
.amount .inner {
  background: url(../images/forcast/bg_inner.png) repeat;
  width: 1080px;
  margin: 0 auto;
}
.amount .inner.mt50 {
  margin-top: 50px;
}
.amount #sidenav li:first-child {
  margin-bottom: 4px;
}
.amount #sidenav li:nth-child(2) {
  padding-top: 3px;
}
.amount .contents01 {
  padding: 50px 0 35px;
}
.amount .contents01 h2 {
  margin-bottom: 60px;
}
.amount .contents01 .map {
  position: relative;
  z-index: 10;
  height: 880px;
}
.amount .contents01 .map h3 {
  position: absolute;
  z-index: 100;
  top: 105px;
  left: 112px;
}
.amount .contents01 p {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  margin: 15px 0 0 60px;
}
.amount .contents01 p.txt01 {
  text-align: right;
  margin-right: 60px;
}
.amount .contents02 {
  padding-top: 60px;
  background: url(../images/forcast/bg_a_txt.png) no-repeat center 72px;
  height: 340px;
}
.amount .contents02 h3 {
  margin-bottom: 44px;
}
.amount .contents02 p {
  width: 900px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 40px;
  text-align: left;
}
.amount .contents03 {
  padding: 40px 0 82px;
}
.amount .contents03 h3 {
  margin-bottom: 28px;
  font-size: 40px;
  font-weight: bold;
  color: #4d1f63;
}
.amount .contents03 h3 span {
  color: #000000;
}
.amount .contents03 p {
  width: 950px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 40px;
  text-align: left;
  margin-bottom: 18px;
}
.amount .contents03 p.small {
  margin-left: 75px;
  text-indent: -1em;
}
.amount .contents03 p.tR {
  text-align: right;
}
.amount .contents03 p.txt01 {
  font-size: 14px;
  line-height: 24px;
}
.amount .contents03 .bnr01 {
  margin-top: 68px;
}
.amount .contents04 {
  padding: 28px 0 40px;
  background: #b3a2c7;
}
.amount .contents04 h3 {
  margin-bottom: 28px;
}
.amount .contents04 ul {
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
/*.amount .contents04 li {
  float: left;
  margin-right: 20px;
}
.amount .contents04 li:last-child {
  margin-right: 0;
}
.amount .contents04 li:first-child {
margin-left: 122px;
}*/
.amount .contents05 {
  padding: 84px 0 58px;
}
.amount .contents05 h3 {
  margin-bottom: 36px;
}
.amount .contents05 ul {
  width: 960px;
  margin: 0 auto;
}
.amount .contents05 li {
  float: left;
  width: 438px;
  padding: 0px 0 40px;
}
.amount .contents05 li:last-child {
  float: right;
}
.amount .contents05 li p {
  color: #6d3398;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
}
.amount .contents05 li .u_btn {
  margin-top: 40px;
}
.amount .contents05 .bnr01 {
  margin-top: 0px;
}
#forcast .amount .contents01 {
  padding-top: 0;
}
#forcast .amount .contents01 .bg_purple {
  background-color: #701f7c;
  padding: 30px 57px 0;
}
#forcast .amount .contents01 .bg_purple h2 {
  background-color: #fff;
  padding: 15px 0;
  margin-bottom: 0;
}
#calendar .amount .contents03 {
  padding-top: 0;
}
#calendar .amount .contents03 .bg_purple {
  background-color: #701f7c;
  padding: 30px 40px 0;
}
#calendar .amount .contents03 .bg_purple h2 {
  background-color: #fff;
  padding: 15px 0;
  margin-bottom: 0;
}
/* cm
-------------------------*/
/*.cm_gallery #breadcrumb {
  background: #fff;
}
.cm_gallery #breadcrumb ul {
  margin-left: 60px;
}*/
.cm_gallery .visual {
  background: url(../images/cm/bg_visual.jpg) no-repeat center top;
  height: 525px;
  padding-top: 160px;
}
.cm_gallery .visual h1 {
  margin-bottom: 34px;
}
.cm_gallery .visual h2 {
  margin-bottom: 10px;
  font-size: 25px;
  color: #701f7c;
}
.cm_gallery .visual p {
  width: 800px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}
.cm_gallery .container {
  background: url(../images/cm/bg_pbody.jpg) no-repeat center top;
}
.cm_gallery .inner {
  width: 960px;
  margin: 0 auto;
}
.cm_gallery #sidenav li:first-child {
  margin-bottom: 4px;
}
.cm_gallery .contents01 {
  padding-top: 78px;
  margin-bottom: 34px;
}
.cm_gallery .contents01 li {
  width: 450px;
  margin-bottom: 65px;
}
.cm_gallery .contents01 li:nth-child(1) {
  float: left;
}
.cm_gallery .contents01 li:nth-child(2) {
  float: right;
}
.cm_gallery .contents01 li:nth-child(3) {
  float: left;
}
.cm_gallery .contents01 li:nth-child(4) {
  float: right;
  padding-top: 50px;
}
.cm_gallery .contents01 h2 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 30px;
  color: #883887;
}
.cm_gallery .contents02 {
  border: 5px solid #883887;
  padding: 60px 0 54px;
  margin-bottom: 60px;
}
.cm_gallery h3 {
  color: #883887;
  font-size: 30px;
  line-height: 30px;
}
.cm_gallery h3 span {
  background: url(../images/cm/bg_h3.jpg) no-repeat left top, url(../images/cm/bg_h3.jpg) no-repeat right top;
  padding: 20px 45px;
}
.cm_gallery .contents02 h3 {
  margin-bottom: 52px;
}
.cm_gallery .contents02 ul {
  width: 876px;
  margin: 0 auto;
}
.cm_gallery .contents02 li {
  background: url(../images/cm/bg_line.gif) repeat-x bottom;
  padding-bottom: 24px;
  text-align: left;
  margin-bottom: 35px;
}
.cm_gallery .contents02 li:last-child {
  background: none;
  margin-bottom: 55px;
}
.cm_gallery .contents02 h4 {
  background: url(../images/cm/bg_h4.jpg) no-repeat 10px top;
  height: 33px;
  line-height: 33px;
  padding-left: 38px;
  font-size: 25px;
  color: #883887;
  margin-bottom: 10px;
}
.cm_gallery .contents02 p {
  font-size: 22px;
  line-height: 40px;
  text-align: left;
  margin: 0 auto;
  width: 853px;
  letter-spacing: 1px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.cm_gallery .contents03 {
  border: 5px solid #883887;
  padding-top: 60px;
  margin-bottom: 54px;
}
.cm_gallery .contents03 h3 {
  margin-bottom: 48px;
}
.cm_gallery #genba.contents03 {
  padding-top: 0;
}
.cm_gallery section#genba.contents03 h3.switch {
  cursor: pointer;
  background-color: #883887;
  color: #ffffff;
  padding: 7px 60px;
  margin-bottom: 0;
  position: relative;
  text-align: left;
}
.cm_gallery section#genba.contents03.open h3.switch {
  margin-bottom: 48px;
}
.cm_gallery section#genba.contents03 h3.switch::after {
  content: "＋";
  display: block;
  position: absolute;
  right: 60px;
  top: 7px;
}
.cm_gallery section#genba.contents03.open h3.switch::after {
  content: "＞";
  transform: rotate(90deg);
}
.cm_gallery section#genba.contents03 div.panel {
  display: none;
}
.cm_gallery section#genba.contents03.open div.panel {
  display: block;
}
.cm_gallery .contents03 p {
  width: 842px;
  margin: 0 auto 40px;
  font-size: 22px;
  text-align: left;
  line-height: 40px;
  letter-spacing: 1px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.cm_gallery .contents03 p.txt01 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.cm_gallery .contents03 p span {
  color: #7f4ba7;
  font-weight: bold;
}
.cm_gallery .contents03 p span.algr {
  color: #000000;
  font-weight: normal !important;
}
.cm_gallery .contents03 p span span {
  font-size: 11px;
  vertical-align: top;
  line-height: 25px;
}
.cm_gallery .contents04 {
  margin-bottom: 38px;
}
.cm_gallery .contents04 h3 {
  margin-bottom: 36px;
}
.cm_gallery .contents04 .list_bnr li {
  margin-bottom: 45px;
}
.cm_gallery .contents04 .list_bnr li:last-child {
  margin-bottom: 75px;
}
.cm_gallery .contents04 .list_menu {
  width: 960px;
  margin: 0 auto;
}
.cm_gallery .contents04 .list_menu li {
  float: left;
  width: 438px;
  padding: 0px 0 40px;
}
.cm_gallery .contents04 .list_menu li:last-child {
  float: right;
}
.cm_gallery .contents04 .list_menu li p {
  color: #6d3398;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
}
.cm_gallery .contents04 li .u_btn {
  margin-top: 40px;
}
.cm_gallery .contents04 ul, .cm_gallery .contents04 .bnr01 {
  margin-top: 0px;
}
/* present
-------------------------*/
/*.present #breadcrumb {
  background: #fff;
}
.present #breadcrumb ul {
  margin-left: 60px;
}*/
.present .visual {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  padding-top: 164px;
}
.present .visual h1 {
  margin-bottom: 80px;
}
.present .visual .quiz {
  background: url(../images/present/bg_quiz.png) no-repeat center top;
  height: 320px;
  text-align: left;
  letter-spacing: 1px;
  padding-top: 30px;
}
.present .visual .quiz h2 {
  line-height: 50px;
  font-size: 48px;
  color: #5a2781;
  margin: 0 0 10px 325px;
}
.present .visual .quiz p {
  font-size: 26px;
  line-height: 40px;
  margin-left: 145px;
}
.present .visual .quiz p.txt01 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 50px 325px;
  line-height: 50px;
}
.present .visual .quiz p span {
  color: #883887;
}
.present .visual .quiz .p_img01 {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 10;
}
.present .visual .quiz .p_txt01 {
  position: absolute;
  top: 330px;
  right: 35px;
  z-index: 10;
}
.present #pagebody {
  background: url(../images/present/bg_pbody.jpg) no-repeat center top;
  background-size: contain;
}
.present02 #pagebody {
  background: url(../images/present/bg_pbody.jpg) no-repeat center top; /*background-size:contain;*/
}
.present #sidenav li:first-child {
  margin-bottom: 4px;
}
.present .contents01 {
  padding-top: 54px;
  margin-bottom: 46px;
}
.present .contents01 h3 {
  color: #5a2781;
  font-size: 42px;
  /* line-height: 1px; */
  margin-bottom: 46px;
}
.present .contents01 h3 span {
  font-size: 84px;
  margin-right: 45px;
}
.present .contents01 ul {
  width: 960px;
  margin: 0 auto;
}
.present .contents01 li {
  margin-bottom: 24px;
}
.present .contents01 li:nth-child(odd) {
  float: left;
}
.present .contents01 li:nth-child(even) {
  float: right;
}
.present .contents02 h3 {
  margin-bottom: 36px;
}
.present .contents02 ul {
  width: 960px;
  margin: 0 auto;
}
.present .contents02 li {
  float: left;
}
.present .contents02 li:last-child {
  float: right;
}
.present .contents02 .bnr01 {
  margin: 30px 0 56px;
}
/* privacypolicy
-------------------------*/
.privacypolicy #pagebody {
  background: url(../images/feature/bg_pbody.jpg) repeat-y center top;
  height: 4500px;
  margin-bottom: 42px;
}
/* product
-------------------------*/
/* feature
-------------------------*/
.performance #pagebody {
  /*background: url(../images/feature/bg_pbody.jpg) no-repeat center top;*/
  height: 1900px;
  margin-bottom: 42px;
}
/*.performance #breadcrumb ul {
  margin-left: 0;
  color: #505050;
}
.performance #breadcrumb ul a{
  color: #505050;
}*/
.performance .inner {
  width: 1080px;
  margin: 0 auto;
  background: url(../images/feature/bg_inner.jpg) no-repeat center top;
  height: 1168px;
}
.performance .contents01 {
  padding: 50px 120px 0;
  margin-bottom: 80px;
  text-align: left;
}
.performance .contents01 h2 {
  margin-bottom: 30px;
}
.performance .contents01 p {
  line-height: 46px;
  font-size: 29px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.performance .contents01 p span {
  font-size: 14px;
  vertical-align: top;
  line-height: 29px;
}
.performance .contents01 p.txt01 {
  font-size: 13px;
  width: 505px;
  float: left;
}
.performance .contents01 .btn_detail {
  /*float: right;*/
  text-align: center;
  /*z-index: 5000;*/
  position: relative;
}
.performance .contents02 h3 {
  margin-bottom: 12px;
}
.performance .contents02 ul {
  width: 648px;
  margin: 0 auto;
}
.performance .contents02 li {
  float: left;
  margin: 36px 15px 0 0;
}
.performance .contents02 li:last-child {
  margin: 36px 0px 0 0;
}
.performance .contents02 table {
  border-collapse: collapse;
  width: 840px;
  margin: 54px auto;
  border: 2px solid #4d1f63;
  text-align: left;
}
.performance .contents02 tr {
  border-bottom: 1px solid #883887;
  letter-spacing: 1px;
}
.performance .contents02 th {
  background: #ab73aa;
  border-right: 1px solid #f3d1f3;
  font-size: 18px;
  color: #ffffff;
  line-height: 72px;
  /*padding-left: 24px;*/
  width: 150px;
  text-align: center !important;
}
.performance .contents02 td {
  color: #222;
  font-size: 17px;
  line-height: 25px;
  padding: 15px 30px;
}
.performance .contents02 .btn_pdf {
  text-align: right;
  margin-right: 118px;
}
/*=============================
    Sub(Lower)Page setting
===============================*/
/*   margin  */
.mt1 {
  margin-top: 1em !important;
}
.mt2 {
  margin-top: 2em !important;
}
.mt3 {
  margin-top: 3em !important;
}
.mt4 {
  margin-top: 4em !important;
}
.mt5 {
  margin-top: 5em !important;
}
.mb1 {
  margin-bottom: 1em !important;
}
.mb2 {
  margin-bottom: 2em !important;
}
.mb3 {
  margin-bottom: 3em !important;
}
.mb4 {
  margin-bottom: 4em !important;
}
.mb5 {
  margin-bottom: 5em !important;
}
.mt5 {
  margin-top: 5em !important;
}
.ml1 {
  margin-left: 1em !important;
}
.ml2 {
  margin-left: 2em !important;
}
.ml3 {
  margin-left: 3em !important;
}
.ml4 {
  margin-left: 4em !important;
}
.ml5 {
  margin-left: 5em !important;
}
.mr1 {
  margin-right: 1em !important;
}
.mr2 {
  margin-right: 2em !important;
}
.mr3 {
  margin-right: 3em !important;
}
.mr4 {
  margin-right: 4em !important;
}
.mr5 {
  margin-right: 5em !important;
}
/* feature01
-------------------------*/
.feature01 .contents02 li {
  display: inline-block;
  vertical-align: bottom;
  margin: 72px 15px 0 0;
}
.feature01 .contents02 li:last-child {
  margin: 72px 0px 0 0 !important;
}
.feature01 .contents02 li.current {
  margin-top: 36px !important;
}
.linkTxt {
  text-align: left;
  margin-top: 1em;
  margin-bottom: 1em;
}
.linkTxt li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 170%;
  font-size: 25px
}
.linkTxt li a {
  color: #000;
  /*text-decoration: none;*/
  font-weight: bold;
  text-decoration: underline;
}
.linkTxt li strong {
  font-weight: bold;
}
.onepointBox {
  margin: 50px auto 0;
  border: 2px solid #4D1F63;
  padding: 45px 60px;
}
.product .onepointBox {
  max-width: 960px;
  text-align: left;
}
.onepointBox img {
  margin: 0 !important;
  margin-right: 30px !important;
}
.onepointBox .fRight {
  /*width: 400px;*/
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  /*margin-top: 40px;*/
  /*margin-bottom: 50px;*/
}
.onepointBox .fRight span {
  display: block;
  border-bottom: #5a2781 solid 2px;
  color: #5a2781;
  padding-bottom: 5px;
  font-size: 28px;
  letter-spacing: 0.1em;
  margin: 0 0 15px;
}
.onepointBox p {
  margin-left: 15px;
  margin-bottom: 1em;
}
.onepointBox p small {
  /*display: block;*/
  font-size: 16px; /*margin-top: 15px;
line-height: 28px;*/
}
.onepointBox .flex {
  margin-bottom: 40px;
}
.onepointBox h4 {
  font-size: 39px;
  font-weight: bold;
  color: #4D1F63;
  margin-bottom: 40px;
  text-align: center;
}
.onepointBox h5 {
  font-size: 24px;
  color: #FFF;
  padding: 10px 35px;
  margin-bottom: 40px;
  line-height: 1;
}
.onepointBox .h6, .onepointBox h6 {
  font-size: 22px;
  font-weight: bold;
  color: #4D1F63;
  margin-bottom: 20px;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.flex-center {
  justify-content: center;
}
.flex-middle {
  align-items: center;
}
/* present
-------------------------*/
.presentBox {
  background: rgba(255, 255, 255, 0.9);
  border: 5px solid #572b8a;
  padding: 50px;
  margin-bottom: 90px;
}
.presentBox .midashi {
  color: #5a2781;
  font-size: 60px;
  font-weight: bold;
  margin-top: 50px;
  border-bottom: 3px solid #5a2781;
  padding: 0 0 50px;
}
.presentBox .midashi span {
  font-size: 80px;
}
.presentBox .a_txt {
  color: #5a2781;
  font-size: 38px;
  margin: 40px 0 0;
  line-height: 140%;
  padding: 0 0 40px;
  border-bottom: 3px dashed #5a2781;
}
.presentBox p.a_txt01 {
  text-align: left;
  margin-top: 30px;
  font-size: 26px;
  line-height: 40px;
}
.presentBox p.a_txt03 {
  text-align: left;
  margin-top: 10px;
  padding-left: 1em;
  font-size: 21px;
  line-height: 31.5px;
  text-indent: -1em;
}
.presentBox .btn_return {
  margin: 40px 0 0 170px;
}
.present .visual .answer {
  background: rgba(255, 255, 255, 0.9);
  border: 5px solid #572b8a;
  text-align: center;
  letter-spacing: 1px;
  padding: 50px 50px 80px;
}
.present .visual .answer .midashi {
  line-height: 50px;
  font-size: 60px;
  color: #5a2781;
  padding: 30px 0 30px 100px;
  margin-bottom: 30px;
  border-bottom: 3px solid #5a2781;
}
.present .visual .answer p {
  text-align: left;
  font-size: 26px;
  line-height: 40px;
  margin: 30px 0 0;
}
.present .visual .answer p.txt01 {
  font-size: 32px;
  text-align: left;
  color: #5a2781;
  font-weight: bold;
  padding: 0 0 38px 280px;
  line-height: 50px;
  border-bottom: 3px dashed #5a2781;
  margin: 0;
}
.present .visual .answer p span {
  color: #883887;
}
.present .visual .answer .p_img01 {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 10;
}
.present .visual .answer .p_txt01 {
  position: absolute;
  top: 330px;
  right: 35px;
  z-index: 10;
}
.present .contents03 {
  padding-top: 54px;
  margin-bottom: 46px;
}
.wallArea p.a_txt {
  color: #5a2781;
  font-size: 40px;
  line-height: 140%;
  margin: 0 0 20px;
}
.wall_pc {
  margin: 30px auto 0;
  width: 686px;
  overflow: hidden;
  text-align: center;
}
.wall_pc li {
  border: 2px solid #6b2e79;
  display: inline-block;
  width: 212px;
  margin-right: 16px;
  margin-top: 32px;
  /*float: left;*/
}
.wall_pc li a {
  display: block;
}
.wall_pc li a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.wall_pc li:last-child {
  /*float: left;*/
  margin-right: 0;
}
.wall_sp {
  border: 5px solid #6b2e79;
  width: 960px;
  margin: 80px auto;
  padding: 28px;
  overflow: hidden;
}
.wall_sp.pwp {
  background-color: #f3effa;
}
.wall_sp img.wall {
  float: left;
  margin-right: 38px;
}
.wall_sp img.sara {
  margin: 0 30px 40px 0;
}
.wall_sp img.qr {
  float: right;
}
.wall_sp .midashi {
  color: #5a2781;
  font-size: 34px;
  text-align: left;
  margin: 20px 0 0;
  font-weight: bold;
  line-height: 1.2;
}
.wall_sp .midashi span {
  font-size: 30px;
}
.wall_sp p {
  color: #5a2781;
  font-size: 34px;
  text-align: left;
  margin: 30px 0;
  line-height: 130%;
}
.configArea {}
.configContent {
  width: 1026px;
  margin: 0 auto;
  border-top: #5a2781 3px dotted;
  padding: 30px 0;
}
.configArea .midashi {
  color: #5a2781;
  font-size: 42px;
  margin: 20px 0 0;
  font-weight: bold;
}
.configArea ul {
  border: #5a2781 5px solid;
  margin-top: 15px;
}
.configArea li {
  width: 400px;
  float: left;
  margin-top: 30px;
  /*background: rgba(255,255,255,0.8);*/
  padding: 0 20px 20px 40px;
  /*border-top: 3px solid #703578;*/
  text-align: left;
}
.configArea li span {
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
  color: #883887;
}
.configArea li table td {
  vertical-align: top;
}
.attArea {
  border: 5px solid #6b2e79;
  width: 960px;
  margin: 80px auto;
  padding: 55px 28px;
}
.attArea .midashi {
  color: #5a2781;
  font-size: 36px;
  margin: 0 0 40px;
  font-weight: bold;
}
.attArea li {
  text-align: left;
  list-style-type: disc;
  margin-left: 25px;
  font-size: 22px;
  line-height: 40px;
}
/* Q&A
-------------------------*/
.dn {
  display: none;
}
.comArea {
  background: #e9e1ef;
  color: #fff;
  padding: 50px 35px 80px;
  overflow: hidden;
  text-align: left;
  width: 810px;
  margin: 80px auto 0;
}
.comArea p {
  color: #000;
}
.comArea img {
  float: right;
  margin-left: 100px;
}
.comArea .name {
  display: block;
  margin: 0 0 20px;
  line-height: 40px;
  color: #000;
}
.comArea .name span {
  font-size: 36px;
}
p.small {
  font-size: 16px !important;
  /*text-align: right;*/
  line-height: 130% !important;
}
span.cr_pur {
  color: #5a2781 !important;
}
.linkList {
  text-align: left;
  margin: 40px auto 0;
  width: 880px;
}
.qa_ttl01 {
  background-color: #56217b;
  ;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 20px;
}
.qa_ttl02 {
  color: #56217b;
  font-size: 42px;
  line-height: 1;
  width: 810px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding-bottom: 18px;
  border-bottom: solid 2px #56217b;
}
.qa_ttl03 {
  color: #ea5504;
  font-size: 45px;
  font-weight: bold;
  padding: 10px 0 20px;
  border-bottom: #ea5504 5px dotted;
  margin-bottom: 20px !important;
  line-height: 1.4 !important;
  text-align: center !important;
}
/* お役立ち情報
-------------------------*/
.jissekiBox {
  background: #fff;
  border: solid 5px #5a2781;
  width: 870px;
  margin: 60px auto 10px;
  padding: 40px;
}
.jissekiBox .midashi {
  text-align: left;
  color: #4d1f63;
  font-size: 36px;
  margin: 0 0 20px;
}
.jissekiBox p {
  width: auto !important;
  margin-bottom: 0 !important;
}
.trList li {
  max-width: 900px;
  margin-left: 100px;
  text-align: left;
  list-style-type: disc;
  line-height: 180%;
}
.txtleft {
  text-align: left !important;
}
.btn_pdf {
  max-width: 950px;
  margin: 0 auto;
}
.amout .contents {
  padding: 50px 0 0;
}
/* table */
table.checktbl {
  max-width: 960px;
  margin: 30px auto 0;
  color: #540286;
  border-collapse: collapse;
  border-spacing: 0;
}
table.checktbl .even {
  background: #EDE8EF;
}
table.checktbl .txtCenter {
  text-align: center;
  background: #8B4DAE;
  color: #FFF;
}
table.checktbl th {
  padding: 5px 15px;
  vertical-align: middle;
  text-align: left;
  white-space: nowrap;
  font-weight: bold;
  border: 1px solid #000;
  background: #FFF;
}
table.checktbl td {
  padding: 5px;
  font-size: 92%;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #000;
  background: #FFF;
}
p.caltxt {
  text-align: center !important;
}
.subtit h1 {
  color: #fff;
  font-size: 45px;
  text-align: center;
  padding: 80px 0;
}
.performance02 .inner02 {
  /*width: 1080px;*/
  margin: 0 auto;
  background: #ffffff;
}
.performance02 .inner02 .contents {
  text-align: left;
  width: 960px;
  margin: 0 auto;
  padding: 0 0 80px;
}
.performance02 .inner02 .contents.pr {
  padding: 80px 0 80px;
}
.performance02 .inner02 .contents p {
  padding: 0 20px;
  line-height: 180%;
  margin-bottom: 1em;
}
.performance02 .inner02 h2.hTitle02 {
  color: #5a2781;
  padding: 0 0 20px;
  border-bottom: 3px solid #5a2781;
  margin: 90px 0 40px;
  text-align: center;
  font-size: 40px;
}
.performance02 .inner02 h3.hTitle03 {
  border-left: 5px solid #5a2781;
  padding: 0 0 0 15px;
  margin: 40px 0 10px;
}
.performance02 #pagebody {
  margin-bottom: 42px;
  padding-bottom: 80px;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#2c0041', endColorstr='#8b418b');
  background-image: -moz-linear-gradient(left, #2c0041, #8b418b);
  background-image: -ms-linear-gradient(left, #2c0041, #8b418b);
  background-image: -o-linear-gradient(left, #2c0041, #8b418b);
  background-image: -webkit-gradient(linear, left top, right top, from(#2c0041), to(#8b418b));
  background-image: -webkit-linear-gradient(left, #2c0041, #8b418b);
  background-image: linear-gradient(left, #2c0041, #8b418b); /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
.performance02 .inner02 .contents p.fir {
  padding: 50px 0 20px;
}
.listStyleDecimal {
  margin-left: 30px;
  list-style-position: outside;
}
.listStyleDecimal li {
  list-style-type: decimal;
}
.txtSign {
  margin-bottom: 0 !important;
  text-align: right;
}
.prList {
  padding: 30px;
  background: #392763;
  background: url(../../assets/img/common/block_frame_bgi_lg.jpg) 50% 50% #392763;
  background-size: cover;
  border: 6px solid #B0A9C1;
  color: #FFF;
}
.prList li {
  background: url(../../assets/img/common/arw.png) no-repeat center right;
}
.prList li a {
  padding: 10px 0;
  _line-height: 1.2;
  display: block;
  color: #fff !important;
  border-top: 1px solid #615282;
}
.prList li:first-child a {
  border-top: none;
}
.blockCont ol, .listStyleNotice {
  margin-left: 18px;
}
.listStyleNotice + p,
.blockCont ol + p {
  margin-top: 20px;
}
.listStyleDecimal {
  padding-left: 30px;
}
@media screen and (max-width: 1080px) {
  .performance02 .inner02 h3.hTitle03 {
    border-left: 0.462962963vw solid #5a2781;
    padding: 0 0 0 1.388888889vw;
    margin: 3.703703704vw 0 0.925925926vw;
  }
}
/* product 購入にあたって
-------------------------*/
.btnr {
  text-align: right;
  margin-bottom: 80px;
}
table.product_table2, table.product_table {
  border: 2px solid #4d1f63;
  width: 100%;
  margin: 0 auto 68px;
  border-collapse: collapse;
}
table.product_table2 {
  margin-bottom: 40px;
}
table.product_table2 th, table.product_table th {
  /*background: #4d1f63;*/
  color: #fff;
  padding: 10px;
  text-align: center;
  border-right: 2px solid #000;
}
table.product_table2 th {
  text-align: left;
}
table.product_table2 th:last-child, table.product_table th:last-child {
  border-right: 2px solid #000;
}
table.product_table2 td, table.product_table td {
  text-align: center;
  color: #4d1f63;
  border: 2px solid #000;
  padding: 10px;
}
table.product_table2 td {
  text-align: left;
}
table.product_table tr td:nth-of-type(2) {
  background: #EDE8EF;
}
.product .pagebody2 .contents01 .r_seller {
  overflow: hidden;
  padding: 40px 50px;
}
.product .r_seller h4 {
  text-align: center;
  font-size: 28px;
}
.product .r_seller ul {
  padding: 25px;
}
.product .r_seller li {
  text-align: left;
  margin-bottom: 15px;
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.product .r_seller li:last-child {
  margin-bottom: 0;
}
.product .r_seller .fLeft ul {
  width: 605px;
  padding-top: 0;
}
.product .r_seller .fRight figure {
  margin: 0;
}
.product .point01 {
  color: #5a2781;
}
.product .contents02 ul {
  padding: 0 70px 20px 70px;
}
.product .contents02 li {
  /*  text-align: left;
  margin-bottom: 6px;
  text-indent: -2.5em;
  padding-left: 2.5em;*/
}
.product .contents02_02 {
  border: 3px solid #4d1f63;
  width: 860px;
  margin: 20px auto;
  padding: 20px;
}
.product .contents02_02 p {
  padding: 0 20px;
}
.product .contents02_02 dl {
  text-align: left;
  padding: 0 20px 20px 20px;
}
.product .contents02_02 dt {
  color: #4d1f63;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}
.product .contents02_02 dd {
  padding-left: 1em;
  margin-bottom: 20px;
}
.product .contents02_02 table {
  text-align: left;
}
.product .contents02_02 table th {
  text-align: center;
}
.product_sec {
  padding-bottom: 100px;
}
.buyfaq .contents01 table {
  margin: 0 auto 68px;
  border-collapse: collapse;
}
.buyfaq .contents01 table th {
  background: #4d1f63;
  color: #fff;
  padding: 10px 30px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #4d1f63;
}
.buyfaq .contents01 table th.th01 {
  border-bottom: 2px solid #4d1f63;
}
.buyfaq .contents01 table td {
  color: #4d1f63;
  border-top: 2px solid #4d1f63;
  border-bottom: 2px solid #4d1f63;
  padding: 10px;
}
.buyfaq .contents01 table tr:last-child td {
  border-bottom: 2px solid #4d1f63;
}
.buyfaq .contents01 table tr li {
  border-bottom: 1px dashed #4d1f63;
  text-align: left;
  background: url(../images/faq/arw.gif) no-repeat center right;
}
.buyfaq .contents01 table tr li a {
  display: block;
  padding: 2px;
  margin: 2px;
}
.buyfaq .contents01 table tr li:last-child {
  border-bottom: none;
}
.buyfaq .contents02 {
  margin-bottom: 80px;
}
.buyfaq .contents02 h3 {
  margin-top: 40px;
}
.buyfaq dl {
  width: 820px;
  margin: 0px auto 10px;
  text-align: left;
  border-bottom: 1px dashed #5a2781;
  padding-top: 30px;
}
.buyfaq dl.bdrnone {
  border-bottom: none;
}
.buyfaq dt {
  color: #4d1f63;
  background: url(../images/faq/icon_q.jpg) no-repeat 2px 2px;
  padding: 5px 0 10px 50px;
}
.buyfaq dd {
  background: url(../images/faq/icon_a.jpg) no-repeat 2px 2px;
  padding: 5px 0 15px 50px;
  overflow: hidden;
}
.buyfaq dd span, .buyfaq dd sup {
  font-size: 11px;
  vertical-align: super;
}
.buyfaq dd span.kome01 {
  font-size: 11px;
  line-height: 1.5;
  display: inline-block;
}
.buyfaq dd .fLeft {
  width: 440px;
  margin: 15px 0;
}
.buyfaq dd .fLeft strong {
  font-size: 24px;
  line-height: 150%;
  color: #5a2781;
  margin-bottom: 15px;
  display: inline-block;
}
.buyfaq .contents02 table {
  border: 2px solid #4d1f63;
  width: 812px;
  margin: 0 auto 68px;
  border-collapse: collapse;
}
.buyfaq .contents02 table th {
  background: #4d1f63;
  color: #fff;
  padding: 10px;
  border-right: 2px solid #fff;
}
.buyfaq .contents02 table th:last-child {
  border-right: 2px solid #4d1f63;
}
.buyfaq .contents02 table td {
  color: #4d1f63;
  border: 2px solid #4d1f63;
  padding: 10px;
  text-align: left;
}
.buyfaq .contents02 table .cen {
  text-align: center;
}
p.v_txt {
  /*width: 813px;*/
  margin: 0 auto 60px !important;
  font-size: 20px;
}
.vendorArea {
  overflow: hidden;
  width: 100%;
  max-width: 880px;
  margin: 0 auto 50px;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.vendorArea div {
  width: 40%;
  padding: 30px;
  border: 2px solid #5a2781;
}
.vendorArea p {
  text-align: center;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  font-size: 22px;
}
.vendorArea h3 {
  font-size: 33px;
  color: #5a2781;
  padding: 10px 0 0 0;
}
/*------*/
.posA {
  position: absolute;
}
.posR {
  position: relative;
}
.cvr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 354px;
}
.cvr2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cvr3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 513px;
}
.oyk {
  font-size: 32px;
  color: #5a2781;
  text-shadow: 2px 0px 0px #ffffff, 0px 2px 0px #ffffff, -2px 0px 0px #ffffff, 0px -2px 0px #ffffff;
}
.stt {
  color: #5a2781;
}
.stt span {
  border-bottom: solid 2px #5a2781;
}
.dspIB {
  display: inline-block;
}
.fL {
  float: left;
}
.fR {
  float: right;
}
a.da img, a:hover.da img {
  opacity: 0.5;
  cursor: default;
}
.invisible_layer {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/common/space.gif);
}
.bnr_area {
  margin: 30px auto 44px !important;
  padding-bottom: 44px;
  border-bottom: 2px solid #d9d9d9;
}
.bnr_area ul {
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.bnr_area li {
  display: block;
  width: 958px;
}
.bnr_area li:first-child {
  /*  float: left;*/
}
.bnr_area li:last-child {
  /*  float: right;*/
}
.pc {
  display: block;
}
.pc_inline, .pc_i {
  display: inline;
}
.sp {
  display: none;
}
.sp_inline, .sp_i {
  display: none;
}
.bnr_area {
  margin: 30px auto 44px !important;
  padding-bottom: 44px;
  border-bottom: 2px solid #d9d9d9;
}
.present .visual .quiz .p_txt01 {
  top: -20px;
}
body.autumn .qanda li:nth-child(1) a img {
  opacity: 0.5;
}
.topics a img:hover {
  opacity: 1;
}
.side_fx {
  position: fixed;
  left: 0;
  bottom: 20px;
  z-index: 1;
}

@media screen and (max-width: 1080px) {
  .bnr_area ul {
    width: 88.88888889vw;
  }
  .pagebody2 .inner h2.no_border {
    padding-left: 12.96296296vw;
    background: url(../images/selfcheck/selfcheck_img.svg) no-repeat;
    background-position: left 50%;
    background-size: 11.38888889vw;
    font-size: 3.518518519vw;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 1.851851852vw;
  }
}




/*-----------20200612---------------*/
.pc #header .siteTitle ul li:nth-of-type(2) {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pc #header .siteTitle .head_icon {
  margin-right: 30px;
}
.pc #header .siteTitle .head_icon ul {
  display: flex;
  align-items: center;
}
.pc #header .siteTitle .head_icon ul li {
  margin-top: 0;
}
.pc #header .siteTitle .head_icon ul li:not(:first-child) {
  margin-left: 12px;
}
.pc #header .siteTitle .head_icon ul li iframe {
  vertical-align: middle;
}





.cat01-hayfever > span {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 0 75px;
  color: #4D1F63;
  font-size: 26px;
  font-weight: 700;
  line-height: 60px;
}
.cat01-hayfever > span.useful {
  background: url("../../../assets/img/common/icon_useful.png") left center no-repeat;
  background-size: contain;
}

.product .logo02 {
  display: inline-block;
}
.product .logo02 a {
  display: inline-block;
  position: relative;
  top: 19px;
}