@charset "UTF-8";

/*-----------------------------------------------------	*/
/*	基本設定					                         */
/*-----------------------------------------------------	*/

html {
  -webkit-overflow-scrolling: touch; /* iosバグ回避　スマホスクロールスムーズにする */
  scroll-behavior: smooth; /* スムーススクロール */
}

body {
  font-family: 'Noto Sans JP',"游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin: 0px;
  font-size: 1.05em;
  font-weight: 600;
  line-height: 1.8em;
  letter-spacing: 0.05em;
    font-feature-settings:"palt";
    background: #eef1f9;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
	letter-spacing: -.40em; /* inline-block隙間除去 文字間を詰めて隙間を削除する */
}

ol {
    list-style-type: none;
    padding: 0px;
    margin: 0px;    
}

ul li {
	list-style-type: none;
	letter-spacing: normal; /* inline-block隙間除去 文字間を通常に戻す */
}

h1,h2,h3,h4,h5 {
    font-weight: 600;
}

h1,h2,h3,h4,h5,p {
  margin: 0px; /* 初期化 */
}

img {
	width:100%;
	max-width: 100%;
	height: auto;
	vertical-align:bottom; /* img隙間をなくす */
	border: 0px; /* IE10以下で画像周りの青い線を非表示 */
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
}

/* テーブル */
table {
    width: 100%;
}

table th {
    font-weight: 400;
}

table th,table td {
    line-height: 1.4em;
}

/* リンク設定
a:link		{ color:#333333; text-decoration: none; }
a:visited	{ color:#333333; }
a:hover		{ color:#5a5758; }
a:active	{ color:#333333; }

 */

/* フォーカスした際に線が入るのを消す処理 */
*:focus {
  outline: none;
}

/* float 解除 Clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* 改行 */
.sp-br {
 display: none;   
}

.br767 {
    display: none;
}

.br480 {
    display: none;
}

@media screen and (max-width: 767px) {
    .br767 {
        display: inline;
    }
}

@media screen and (max-width: 480px) {
    .br480 {
        display: inline;
    }
}


/* 中央揃え */
.text-align-out {
    text-align: center;
}

/*
.br480 {
    display: none;
}

@media screen and (max-width: 1199px) {
    body {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 900px) {
    body {
        font-size: 1em;
    }    
}

@media screen and (max-width: 480px) {
    .sp-br {
     display: inline;   
    }
    
    .br480 {
        display: inline;
    }
}
*/

/* タブレットスマホメニューボタン */
#side-menu-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10001;
}

#side-menu-btn.active {
    position: fixed;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 38px;
  height: 31px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1d4294;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 14px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

/* メニューボタン　アニメーション */
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(14px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-14px) rotate(45deg);
}

.menu-trigger.active span {
    background-color: #1d4294;
}

/* 大見出し01 */
.big-title01-out {
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
}

.big-title01-out h2 {
    font-family: "BIZ UDPMincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-weight: 700;
    letter-spacing: 0.2em;
    display: inline-block;
    font-size: 170%;
    line-height: 1.3em;
    color: #1d4294;
}

/* 中見出し */
.middle-title01 {
    font-size: 102%;
    margin-top: 30px;
    margin-bottom: 5px;
	padding-left:1em;
	text-indent:-1em;
}

/* 改行 */
.br767 {
    display: none;
}

/* 字間 */
.letter-space-s {
   letter-spacing: 0.04em !important; 
}

.letter-space01 {
    display: inline-block;
    margin-left: -0.1em;
}

.letter-space02 {
    display: inline-block;
    margin-left: -0.2em;
}

.letter-space03 {
    display: inline-block;
    margin-left: -0.3em;
}

.letter-space04 {
    display: inline-block;
    margin-left: -0.4em;
}

.letter-space05 {
    display: inline-block;
    margin-left: -0.5em;
}

/*　文字サイズ */
.font-s {
    font-size: 70%;
}

/* マージン設定 */
.mt0 {
    margin-top: 0px !important; 
}

.mb0 {
    margin-bottom: 0px !important; 
}

.mt10 {
   margin-top: 10px !important;  
}

.mt20 {
   margin-top: 20px !important;  
}

.mt30 {
   margin-top: 30px !important;  
}

/* ブロックレベル要素 */
.dispaly-block {
    display: block;
}

/* リスト数字 */
.seihin-ol01 li {
	padding-left:1.7em;
	text-indent:-1.7em;
}

.seihin-ol02 li {
	padding-left:1.3em;
	text-indent:-1.3em;
}

.seihin-ol03 {
    margin-left: 0.75em;
}

.seihin-ol03 li {
 	padding-left:1.7em;
	text-indent:-1.7em;   
}

/* リスト内テーブル用 */
.seihin-ol-table {
 	padding-left:0em !important;
	text-indent:0em !important;
    margin-top: 15px;
}

.seihin-ol-table th {
    text-align: center;
}

/* 税制マークリスト部分 */
#tax-li-text {
    display: inline-block;
    margin-top: 10px;
    margin-right: 100px;
}

#seihin-tax-mark {
    display: inline-block;
    vertical-align: middle;
}

#seihin-tax-mark img {
    vertical-align: middle;
    max-width: 78px;
    padding-bottom: 6px;
}

/* youtubeレスポンシブ */
.youtube-out {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube-out iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
    .br767 {
        display: inline;
    }
    
    .big-title01-out h2 {
        font-size: 130%;
    }
    
    #side-menu-btn {
        top: 20px;
        right: 20px;
    }
}

@media screen and (max-width: 550px) {
     #tax-li-text {
        display: block;
        margin-right: 0px;
    }
}

/* カラーピンク */
.color-pink {
    color: #eb8388;
}

/* ブルー */
.color-blue {
    color: #1d4294;
}

/*-----------------------------------------------------	*/
/*	共通					                               */
/*-----------------------------------------------------	*/

.inner-width {
    max-width: 900px;
    margin: 0px auto;
}

.inline-block {
    display: inline-block;
}

/* 中央揃え */
.align-center {
    text-align: center;   
}

/* テーブル01　*/
.table01 {
    border-spacing: 0;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-spacing: 0px;
}

.table01 table {
    background: #e8e7e6;
    border-spacing: 0;
}

.table01 th {
    background: #1d4294;
    color: white;
    border-left: 1px solid white;
    padding: 9px 5px;
    letter-spacing: 0.1em;
}

.table01 tr > *:first-child {
    border-left: none;
}

.table01 td {
    text-align: center;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    padding: 10px 5px;
}

.table01 .td-l td {
    padding: 20px 5px;
}

.table01 .td-left {
    text-align: left;
    padding-left: 15px !important;
    padding-right: 7px !important;
}

@media screen and (max-width: 767px) {
    .table01 td {
        padding-left: 10px;
    } 
    
    .sp-text-left-table {
        text-align: left !important;
    }
}

/* ヘッダーメニューリンク */
#header-link-menu {
    position: absolute;
    top: 30px;
    right: 80px;
}

#header-link-menu li {
    float: right;
    margin-right: 40px;
}

#header-link-menu li a {
    color: #1d4294;
    text-decoration: none;
    font-size: 100%;
}

/* 注意書き */
.cation-text01 {
    line-height: 1.5em;
  /*
  padding-left: 1em;
  text-indent: -1em;
  */
}

/*** フッター ***/
#footer-out {
    background: #1d4294;
    margin-top: 120px;
    padding-bottom: 2px;
}

#arax-footer-logo {
    padding-top: 40px;
    margin: 0px auto;
}

#arax-footer-logo a {
    display: block;
    background: url(../images/common/arax-logo.png) top center no-repeat;
    background-size: contain;
    width: 186px;
    height: 88px;
    margin: 0px auto;
    text-indent: -9999px;
}

#x-share-btn-out {
    text-align: center;
    margin-top: 20px;
}

#x-share-btn-out a {
    position: relative;
    display: inline-block;
    background: #1a1a1a;
    color: white;
    text-decoration: none;
    padding: 8px 52px 8px 33px;
    border-radius: 60px;
    font-size: 70%;
    line-height: 1.4em;
    letter-spacing: 0.1em;
}

#x-icon {
    max-width: 23px;
    vertical-align: middle;
    margin-right: 12px;
}

#x-share-btn-out .arrow-icon01 {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 25px;
    max-width: 6px;
    margin: auto;
    vertical-align: middle;
}

#footer-bottom-link-out {
    margin-top: 20px;
    text-align: center;
}

#footer-bottom-link-out a {
    color: white;
    font-size: 90%;
    line-height: 1.2em;
    text-decoration: none;
}

#footer-bottom-link-out .sp-link {
    display: none;
}

#footer-link img {
    max-width: 6px;
    margin-left: 7px;
    vertical-align: middle;
}

#footer-link {
    margin-top: 7px;
}

#footer-link li {
    display: inline-block;
    margin: 0px 10px;
}

#copyright {
    color: white;
    font-size: 70%;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    #footer-bottom-link-out .pc-link {
        display: none;
    }  
    
    #footer-bottom-link-out .sp-link {
        display: inline;
    }    
}

/* ボタン */
.basic-btn01 {
    text-align: center;
}

.basic-btn01 a {
    color: white;
    font-size: 110%;
    padding: 13px 30px;
    line-height: 1.1em;
    border-radius: 60px;
    text-decoration: none;
    background: #1d4294;
    display: inline-block;
}

.basic-btn01 a:hover {
    opacity: 0.9;
}

@media screen and (max-width: 1199px) {
    #header-link-menu {
        display: none;
    }
    
    #side-menu-btn {
        position: fixed;
    }
}

@media screen and (max-width: 940px) {
    .inner-width {
        max-width: 900px;
        margin: 0px 20px;
    }    
}

@media screen and (max-width: 767px) {
    #footer-out {
        margin-top: 80px;
    }
    
    #arax-footer-logo {
        padding-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    #footer-link li {
        margin: 0px;
    }
    
    #footer-out {
        margin-top: 60px;
    }
}

/*-----------------------------------------------------	*/
/*	LP　トップ			                               */
/*-----------------------------------------------------	*/

#acetaminophen-wrapper {
    position: relative;
}

/*** メインイメージ ***/
#main-img-out {
    background: #eef1f9;
}

#main-img-out {
    text-align: center;
    padding: 50px 20px 20px 20px;
}

#main-img-out img {
    vertical-align: middle;
}

#main-catch {
    max-width: 443px;
    margin: 0px auto;
}

#catch01 {
    display: block;
    background: url(../images/top/catch01.png) top center no-repeat;
    background-size: contain;
    width: 424px;
    height: 134px;
    text-indent: -9999px;
    margin: 0px auto;
}

#catch02 {
    display: block;
    background: url(../images/top/catch02.png) top center no-repeat;
    background-size: contain;
    width: 443px;
    height: 38px;
    text-indent: -9999px;
    margin-top: 20px;
}



#kono-img img {
    max-width: 183px;
    margin-top: 4px;
}

#main-product {
    max-width: 415px;
    margin: 20px auto 0px;
}

#main-product-sub-img {
    display: block;
    text-align: right;
    margin-top: 15px;
}

#main-product-sub-img01 {
    max-width: 112px;
    margin-right: 7px;
}

#main-product-sub-img02 {
    max-width: 73px;
}

#class-tax-out {
    margin-top:
}

#class-tax-out {
    margin-top: 20px;
}

.class-second {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 9px 5px;
    border: 1px solid #173163;
    color: #173163;
    font-size: 90%;
    line-height: 1em;
    margin-right: 12px;
}

#tax-mark {
    max-width: 140px;
    vertical-align: middle;
    margin-left: 12px;
}

@media screen and (max-width: 1000px) {
    #kono-img img {
        max-width:18vw;
    }
}

@media screen and (max-width: 767px) {
    #main-product #main-img {
        max-width: 70vw;
    }
    
    #tax-mark {
        max-width: 110px;
    }
    
    #catch01 {
        width: 72vw;
        height: 130px;
        margin: 0px auto;
    }
    
    #catch02 {
        width: 72vw;
        height: 37px;
        margin: 18px auto 0px;
    }
    
    #main-catch {
        max-width: none;
    }
}

@media screen and (max-width: 600px) {
    #main-img-out {
        padding: 40px 10px 20px 10px;
    }
    
    #main-product {
        margin-top: 15px;
        margin-bottom: 0px;
    }
    
    #main-product-sub-img {
        max-width: 70vw;
        margin: 5px auto 0px;
    }
    
    #kono-img {
        margin-top: 10px;
        display: block;
    }
    
    #kono-img img {
        max-width:140px;
    }
    
    .class-second {
        font-size: 80%;
    }
}

@media screen and (max-width: 550px) {
    #catch01 {
        height: 115px;
    }
}

@media screen and (max-width: 480px) {
    #main-img-out {
        padding: 37px 10px 15px 10px;
    }
    
    #kono-img img {
        max-width: 30vw;
    }
    
    main-product-sub-img {
        margin-top: 0px;
    }
    
    #main-product-sub-img01 {
        max-width: 18vw;
    }
    
    #main-product-sub-img02 {
        max-width: 12vw;
    }
    
    .class-second {
        font-size: 70%;
        margin-right: 8px;
    }

    #tax-mark {
        margin-left: 8px;
    }
    
    #tax-mark {
        max-width: 28vw;
    }
    
    #catch01 {
        height: 110px;
    }
    
    #catch02 {
        height: 30px;
        margin-top: 10px;
    }
    
    #main-product-sub-img {
        margin-top: 0px;
    }
}

@media screen and (max-width: 400px) {  
    #main-product {
        margin-top: 5px;
    }  
    #catch01 {
        height: 80px;
    }
    
    #catch02 {
        margin-top: 10px;
    }
    
    #main-product {
        margin-top: 8px;
    }
}

/*** スクロールメニュー ***/
#scroll-menu-out {
    border-top: 1px solid #1d4294;
    border-bottom: 1px solid #1d4294;
}

#scroll-menu-inner {
    max-width: 900px;
    margin: 0px auto;
}

#scroll-menu {
    display: table;
    width: 100%;
}

#scroll-menu li {
    width: 25%;
    display: table-cell;
    text-align: center;
    border-right: 1px solid #1d4294;
}

#scroll-menu > *:first-child {
    border-left: 1px solid #1d4294;
}

#scroll-menu li a {
    display: block;
    padding: 20px 17px 20px 5px;
    color: #1d4294;
    text-decoration: none;
    font-weight: 600;
    font-size: 120%;
    letter-spacing: 0.05em;
    background: url("../images/common/scroll-arrow.png") no-repeat center right 15px;
    background-size: 15px auto;
}

.link-arrow01 {
    max-width: 7px;
    margin-right: 8px;
    vertical-align: middle;
}

@media screen and (max-width: 900px) {
    #scroll-menu {
        display: flex;
        flex-wrap: wrap;
    }
    
    #scroll-menu li {
        display: block;
        width: 50%;
    }
    
    #scroll-menu  > *:first-child {
        border-left: none;
        border-bottom: 1px solid #1d4294; 
    }
    
    #scroll-menu  > *:first-child+* {
        border-left: none;
        border-bottom: 1px solid #1d4294; 
    }
    
    #scroll-menu  > *:first-child+*,
    #scroll-menu  > *:first-child+*+*+*
    {
        border-right: none;
    }
}

@media screen and (max-width: 480px) {
    #scroll-menu li a {
        font-size: 100%;
        letter-spacing: 0em;
        padding: 10px 30px 10px 5px !important;
        background: url(../images/common/scroll-arrow.png) no-repeat center right 12px;
        background-size: 12px auto;
    }
}

/* 商品のポイント */
#point-out {
    position: relative;
    margin: 50px auto;
    max-width: 730px;
}

#point-inner {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 4;
    margin: auto;
    gap: 0px 3%;
}

.point {
    display: inline-block;
    text-align: center;
    color: #1d4294;
}

#point02 {
    margin: 0px 3%;
}

.point p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

.point p .text-line {
    background-image: linear-gradient(#fff8a8, #fff8a8);
    background-repeat: no-repeat;
    background-size: 100% 22px;
    background-position: 0 100%;
    padding-left: 3px;
    padding-right: 3px;
}

.point img {
    max-width: 195px;
}

/* ポイントキャッチ */
#point-catch-out {
    margin-top: 210px;
    padding-top: 130px;
    padding-bottom: 100px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+10,83c3eb+37,e4b2b9+67,d78797+99 */
background: linear-gradient(10deg,  #7db9e8 10%,#83c3eb 37%,#e4b2b9 67%,#d78797 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#point-catch-inner {
    text-align: center;
}

#point-catch-out #point-catch {
    display: block;
    background: url(../images/top/point-catch.png) no-repeat;
    background-size: contain;
    display: block;
    width: 420px;
    height: 94px;
    margin: 0px auto;
    text-indent: -9999px;
}

#point-blue-area-out01 {
    position: relative;
}

#point-blue-area-out02 {
  position: absolute;
  top: -120px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 3;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1d4294+10,087ac9+50,087ac9+50,1d4294+90,1d4294+90 */
background: linear-gradient(to right,  #1d4294 10%,#087ac9 50%,#087ac9 50%,#1d4294 90%,#1d4294 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding-top:120px;
  padding-bottom: 60px;
  clip-path: polygon(
    0 0,
    50% 80px,
    100% 0,
    100% 100%,
    0 100%
  );
}

#point-seihin-title {
    display: block;
    background: url(../images/top/point-seihin-title.png) no-repeat;
    background-size: contain;
    display: block;
    width: 855px;
    height: 70px;
    margin: 0px auto;
    text-indent: -9999px;    
}

#point-seihin-img {
    margin-top: 30px;
}

#point-blue-area-inner {
    max-width: 860px;
    margin: 0px auto;
}

#point-seihin-img {
    max-width: 800px;
}

@media screen and (min-width: 1024px) {
    #point-seihin-img {
        position: relative;
        left: 2vw;
    }
}

@media screen and (max-width: 940px) {
    #point-seihin-title {
        width: 90vw;
        margin: 0px auto;
        height: 70px;
    }
}

@media screen and (max-width: 900px) {
    #point-blue-area-inner {
        margin-left: 5vw;
        margin-right: 3vw;
    }
}

@media screen and (max-width: 767px) {
    #point-seihin-title {
        width: 74vw;
        height: 22vw;
        background: url(../images/top/point-seihin-title-sp.png) no-repeat;
        background-size: contain;
        background-position: top center;
        margin: 0px auto;
    }    
    
    #point-out {
        margin-top: 20px;
    }
    
    #point-con {
        position: relative;
        text-align: center;
    }
    
    .point p {
        line-height: 1.4em;
    }
    
    #point01 {
        margin-left: 10px;
        margin-right: 30px;
    }
    
    #point01 img {
        position: relative;
        left: 1vw; 
    }
    
    #point01 p {
        position: relative;
        left: 1vw; 
    }
    
    #point03 {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -220px;
        margin: auto;
        display: flex;
        flex-flow: column;
    }
    
    #point03 img {
        order: 1;
        margin: 0px auto;
    }
    
    #point03 p {
        order: 2;
        margin-top: 5px;
    }
    
    #point02 {
        margin-right: 10px;
        margin-left: 30px;
    }
    
    #point-catch-out {
        padding-top: 350px;
        padding-bottom: 60px;
    }
    
    #point-catch-out #point-catch {
        max-width: 70vw;
    }
    
    #point-blue-area-out02 {
        padding-top: 60px;
        padding-bottom: 40px;
        top: -60px;
        clip-path: polygon(0 0, 50% 30px, 100% 0, 100% 100%, 0 100%);
    }
    
    #point-catch-inner {
        margin-bottom: 0px;
    }
    
    #point-seihin-img {
        margin-top: 30px;
    }
}

@media screen and (max-width: 600px) {
    #point-seihin-img {
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .point img {
        max-width: 30vw;
    }
    
    .point p {
        font-size: 0.9em;
        line-height: 1.3em;
        letter-spacing: 0em;
    }
    
    #point03 {
        bottom: -140px;
    }
    
    #point01 {
        margin-right: 35px;
        margin-left: 0;
    }
    
    #point01 img {
        left:3vw; 
    }
    
    #point-seihin-img {
        margin-top: 20px;
    }
    
    #point01 p {
        left: 3vw;
    }
    
    #point02 {
        margin-left: 35px;
        margin-right: 0;
    }
    
    .point p .text-line {
        background-size: 100% 20px;
    }
    
    #point-catch-out {
        padding-top: 230px;
        padding-bottom: 40px;
    }
    
    #point-catch-out {
        margin-top: 155px;
    }
}


@media screen and (max-width: 430px) {  
    .point img {
        max-width: 115px;
    }    
    
    #point01 {
        margin-right: 20px;
    }
    
    #point02 {
        margin-left: 20px;
    }
    
    #point01 img {
        left:4.5vw; 
    }
    
    #point01 p {
        left: 4.5vw;
    }
    
    #point03 {
        bottom: -135px;
    }
    
    #point-catch-out {
        margin-top: 150px;
    }
}

@media screen and (max-width: 400px) {  
    #point01 {
        margin-right: 17px;
    }
    
    #point02 {
        margin-left: 17px;
    }
    
    #point-catch-out {
        padding-top: 230px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 345px) {  
    .point p {
        font-size: 0.8em;
    }  
    
    .point p .text-line {
        background-size: 100% 18px;
    }
}

/*** 特長 ***/
#features {
    margin-top: 540px;   
}

.feature-con-out {
    border: 2px solid #194ea1;
    border-radius: 22px;
    margin-bottom: 30px;
    background: white;
    padding: 0px 60px 25px 60px;
}

.dot-line01 {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

.dot-line01 span {
    display: block;
    height: 4px;
    width: 100%;
    background: url("../images/common/dot-line01.png") repeat-x left center;
    background-size: auto 4px;
}

.feature-con-title {
    font-size: 100%;
    color: #1d4294;
    margin-top: 13px;
    margin-bottom: 13px;
    padding-bottom: 9px;
    line-height: 1.4em;
    vertical-align: middle;
    border-bottom: 1px solid #1d4294;
}

.feature-con-title h3 {
    display: inline-block;
    margin-left: 5vw;
}

.con-title {
    font-family: "BIZ UDPMincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.4rem;
    display: inline-block;
    letter-spacing: 0.01em;
    padding-top: 3px;
    line-height: 1.3em;
} 

.feature-icon {
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    font-family: 'Noto Sans JP',"游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.feature-icon span {
    font-size: 1.1rem;
    display: inline;
    background: #fdf15b;
    vertical-align: top;
    white-space: nowrap;
    padding: 2px 22px 3px;
}


.feature-con-section {
    display: table;
    width: 100%;
    margin-top: 20px;
}

.feature-con-section .cation-text01 {
    font-size: 0.9rem;
}

.feature-con-section sup {
    font-size: 50%;
    vertical-align: 5.5px;
}

.feature-con-section .table01 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.feature-con-section .table01 .first-th {
    width: 42%;
}

.feature-con-left,.feature-con-right {
    display: table-cell;
    vertical-align: middle;
}

.feature-con-left {
    width: 70%;
    padding-right: 2%;
    vertical-align: top;
}

.feature-con-right {
    width: 28%;
    text-align: center;
}

.feature-link01 {
    text-align: center;
    margin-top: 10px;
}

.feature-link01 a {
    color: #173163;
}

.feature-link01 a:hover {
    text-decoration: none;
}

#feature-link-sp {
    display: none;
}

#feature-cation-text {
    position: relative;
    top: -5px;
    vertical-align: top;
}

#kozoshiki {
    max-width: 213px;
}

#features-illust02 {
    max-width: 207px;
}

#features-illust03 {
    max-width: 203px;
}

#features-illust04 {
    max-width: 137px;
}

#tablet-img {
    margin-top: 20px;
    margin-bottom: 10px;
}


#tablet-img img {
    max-width: 155px;
    margin-left: 30%;
}

#woman-tablet {
    max-width: 135px;
}

#hokai {
    max-width: 190px;
}

#kaigi {
    max-width: 190px;
}

#sleep {
    max-width: 190px;
}

#stomach {
    max-width: 140px;
}

/* 特長注意書き */
.feature-cation {
    margin-top: 2em;
    margin-right: 2em;
    padding-left:1em;
    text-indent:-1em;
    font-size: 80%;
    line-height: 1.4em;
}

/* 動画部分 */
#feature-movie {
    margin-top: 20px;
    max-width: 546px;
}

/* pdfボタン */
#pdf-btn {
    margin-top: 50px;
}

#pdf-btn a {
    padding: 13px 36px 13px 24px;
}

#pdf-btn-icon {
    max-width: 62px;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 1px;
}

#features04 .cation-text01 {
    font-size: 0.75rem;
    margin-top: 10px;
}

@media screen and (max-width: 850px) {
    .feature-con-section {
        display: block;
        width: 100%;
    }

    .feature-con-left,.feature-con-right {
        display: block;
        width: 100%;
    }
    
    .feature-con-left {
        margin-right: 0px;
    }
    
    .feature-con-right {
        margin-top: 0px;
    }
    
    .feature-cation {
        margin-right: 0px;
    }
    
    #tablet-img {
        text-align: center;
    }
    
    #tablet-img img {
        margin-left: 0px;
    }
    
    #feature-movie {
        max-width: none;
    }
    
    /* 順番入れ替え 
    #feature04 .feature-con-section {
        display: flex;
        flex-direction:column;
    }
    
    #feature04 .feature-con-section .feature-con-right {
        order: 0;
    }
    
    #feature04 .feature-con-section .feature-con-left {
        order: 1;
    }*/
}

@media screen and (max-width: 767px) {
    #features {
        margin-top: 73vw;
    }
    
    .feature-con-out {
        padding: 10px 15px 25px 15px;
    } 
    
    #features01 .first-th {
        width: 45%;
    }
    
    #features01 .table01 td {
        font-size: 0.95rem;
        text-align: left;
    }
    
    #feature {
        margin-bottom: 20px;
    }
    
    .feature-con-section .table01 {
        margin-top: 10px;
        margin-bottom: 0px;
    }    
    
    .feature-con-title {
        text-align: center;
    }
    
    .feature-con-title h3 {
        margin-left: 0px;
    }
    
    .feature-con-section {
        padding: 0px 5px;
        margin-top: 0px;
        line-height: 1.5em;
    }
    
    .feature-con-section .cation-text01 {
    font-size: 0.8rem;
    }
    
    #feature-link-pc {
        display: none;
    }
    
    #feature-link-sp {
        display: inline;
    }
    
    #pdf-btn {
        margin-top: 30px;
    }
    
    .feature-icon {
        display: block;
        text-align: center;
        margin-right: 0px;
    }
    
    .feature-icon span {
        max-width: 73px;
        padding: 1px 22px 2px;
    }
    
    .con-title {
        margin-top: 10px;
    }
    
    #features01 .cation-text01 {
        margin-top: 5px;
    }
    
    #features04 .cation-text01 {
        margin-top: 0px;
        font-size: 0.85rem;
    }
    
    #features-illust03 {
        margin-top: 5px;
    }
    
    #features-illust04 {
        margin-top: 15px;
    }
    
    .feature-con-section .table01 td {
        line-height: 1.3em;
    }
    
    #outline-table01-th-small-text {
        display: block;
        font-size: 0.7rem;
    }
}

@media screen and (max-width: 600px) {
    #feature {
        margin-top: 10px;
    }
    
    .con-title {
        margin-bottom:0px;
    }
    
    .feature-con-left {
        float: none;
        width: 100%;
        margin-right: 0px;
    }
    .feature-con-right {
        float: none;
        width: 100%;
        text-align: center;
    }
    
    #features-illust02 {
        max-width: 230px;
    }
}

@media screen and (max-width: 550px) {
    #seihin-tax-mark {
        display: block;
        margin-top: 5px;
    }
}

@media screen and (max-width: 480px) {
    .con-title {
        font-size: 110%;
    }
    
    .feature-icon span {
        font-size: 1rem;
    }
    
    #features {
        margin-top: 76vw;
        margin-bottom: 25px;
    }    
    
    .table01 th {
        padding: 7px 2px;
    }
    
    #pdf-btn {
        margin-top: 20px;
    }
    
    #outline-table01 .first-th {
        width: 60%;
    }
}

@media screen and (max-width: 380px) {
    #features {
        margin-top: 79vw;
    }    
}

/*** 使用上の注意 ***/
#more-table02 {
    margin-top: 15px;
    margin-bottom: 20px;
}

/* もっと読むボタン */
.more-btn01 {
    display: inline-block;
    color: white;
    text-align: center;
    font-size: 1rem;
    line-height: 1.1em;
    padding: 13px 52px 15px 36px;
    cursor: pointer;
    border-radius: 60px;
    background: url("../images/common/more-arrow.png") no-repeat center right 25px #1d4294;
    background-size: 19px auto;
}

.more-btn01:hover {
    opacity: 0.9;
}

/* 既存 */
.more-wrapper {
  position: relative;
  margin-bottom: 70px;
}
.more-con {
  height: 500px;
  overflow: hidden;
}
.show-more {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  padding-top: 230px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(
    180deg,
    rgb(238, 241, 249, 0) 0%,
    rgb(238, 241, 249, 1) 100%
  );
  transition: bottom 0.2s;
}
.more-active {
  background: none;
  bottom: -30px;
}

.more-left-text {
    margin-left: 1.5em;
}

#more-table01 .first-th {
    width: 32%;
}

#more-table02 .first-th {
   width: 32%;
}
    
@media screen and (max-width: 767px) {
    .more-wrapper .table01 th,
    .more-wrapper .table01 td
    {
        padding: 10px 5px !important;
        font-size: 1rem;
    }
    
    .more-wrapper .table01 td {
        padding-left: 10px !important;
    }
    
    #more-table02 td {
        padding-right: 10px !important;
    }
    
    .more-left-text {
        margin-left: 1em;
    }
    
    #more-table01 .first-th {
        width: 38%;
    }

    #more-table02 .first-th {
       width: 44%;
    }
}

@media screen and (max-width: 350px) {
    .more-btn01 {
        background: url("../images/common/more-arrow.png") no-repeat center right 15px #1d4294;
        padding: 13px 56px 15px 26px;
        background-size: 26px auto;
    }    
}

/*** 製品概要 ***/
#outline-out p {
    line-height: 1.6em;
}

#outline-table01,#outline-table02 {
    margin-top: 13px;
}

#outline-table01-sub-text {
    font-size: 0.8rem;
    padding-left: 0.5em;
    margin-top: 5px;
}

.more-pink-text {
    color: #d78797;
}

@media screen and (min-width: 768px) {
    #pdf-btn a {
        padding: 10px 36px 10px 34px;
        font-size: 1rem;
        letter-spacing: 0.1em;
    }
}

@media screen and (max-width: 767px) {
    #outline-out th {
        font-size: 0.9rem;
        padding: 10px 5px;
        line-height: 1.3em;
    }
    
    #pdf-btn a {
        padding: 10px 36px 10px 24px;
        font-size: 1rem;
    }
    
    #outline-out .table01 td {
        font-size: 0.95rem;
        line-height: 1.3em;
        padding: 20px 5px 20px 10px;
    }
    
    #outline-table01-sub-text {
        font-size: 0.95rem;
    }
}

/*** よくあるご質問 ***/
/*
.q-contents.active {
    border-radius: 8px 8px 0 0;
}
*/

.q-contents-inner {
    position: relative;
}

.qa-contents-out {
    margin-bottom: 20px;
}

.q-contents {
    position: relative;
    z-index: 3;
    color: white;
    font-size: 1em;
    background: #1d4294;
    border-radius: 8px;
    /*
    background: url(../images/qa/down-arrow-icon.png) no-repeat center right 20px #ae9133;
    */
    background-size: 18px auto;
    padding: 20px 60px 20px 15px;
    cursor: pointer;
}

.q-contents span {
    display: block;
    padding-left:1.5em;
    text-indent:-1.5em;
    line-height: 1.4em;
}

.q-icon {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%) translateX(-50%);
    max-width: 44px;
    vertical-align: middle;
    margin-right: 15px;
}

.a-icon {
    max-width: 18px;
    vertical-align: -2px;
    margin-right: 15px;
}

/*
.q-close {
    background: url(../images/qa/up-arrow-icon.png) no-repeat center right 20px #ae9133;
    background-size: 18px auto;
}
*/

.a-contents {
    position: relative;
    z-index: 2;
    top: -5px;
    display: none;
    background: white;
    padding: 15px 20px 10px;
    border: 1px solid #1d4294;
}

.q-contents-text {
    padding-left: 55px !important;
    text-indent: 0em !important;
}

.a-contents-text {
    padding-left:2em;
	text-indent:-2em;
}

/* プラスマイナスアイコン */ 
.plus-minus-icon {
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%) translateX(-50%);
}

.plus-minus-icon:before,.plus-minus-icon:after {
    content: "";
    display: block;
}   

.plus-minus-icon:before,
.plus-minus-icon:after {
background-color: white;
position: absolute;
width: 20px;
}

.plus-minus-icon:before {
transform: rotate(90deg);
height: 2px;
}
    
.plus-minus-icon:after {
    height: 2px;
}
    
.q-contents.active .plus-minus-icon:before {
transform: rotate(180deg);
transition: .2s
}

.q-contents.active .plus-minus-icon:after {
opacity: 0;
transition: .1s
}

#qa-tablet {
    margin-top: 30px;
    margin-left: 15%;
}

#qa-tablet img {
    max-width: 155px;
}

.qa-sub-text01 {
    margin-top: 10px;
    text-indent: 0em !important;
}

@media screen and (max-width: 767px) {
    #qa {
        margin-top: 0px;
    }
    
    .a-contents {
        padding: 15px 20px 12px;
    }
}

@media screen and (max-width: 600px) {
    .q-contents {
        padding: 12px 40px 12px 15px;
    }
    .q-icon {
        left: 12px;
        max-width: 34px;
        margin-right: 10px;
    }
    
    .q-contents-text {
        padding-left: 38px !important;
    }
    
    .plus-minus-icon {
        right: -20px;
    }
    
    #qa-tablet {
        text-align: center;
        margin-left: 0px;
    }
}
