@charset "UTF-8";
/*!
Theme Name: bosthema
Author: SkycafeD.
Description: 2017-2018

Create base URI: http://underscores.me/ Version 1.0.0
Normalizing styles URI: https://necolas.github.io/normalize.css/
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bosthema
*/
/*--------------------------------------------------------------
# Settings-color
--------------------------------------------------------------*/
/*colors*/
/*テキストリンクカラー*/
/*薄黄緑_テキストマーカー*/
/*フッター薄青緑*/
/*三角など青緑*/
/*緑*/
/*濃緑*/
/*アイコン黄緑*/
/*BOS-SHOP限定　背景　黄緑*/
/*テキスト濃緑*/
/*薄緑_テキストマーカー*/
/*商品名称*/
/*faq*/
/*薄緑*/
/*袋薄ピンク*/
/*袋ピンク*/
/*袋薄紫*/
/*ボタンピンク*/
/*Small背景　薄ブルー*/
/*ボタン枠さわやかブルー*/
/*ボタンamazonブルー*/
/*薄ブルー_テキストマーカー*/
/*ボタン楽天レッド*/
/*問い合わせ赤*/
/*ヘッド枠*/
/*商品カテゴリナビ*/
/*商品ナビ背景*/
/*ボタンYahooイエロー*/
/*General*/
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  color: #333333;
  font-size: 1.4rem;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #494350;
}

h2 {
  font-size: 2rem;
}

p {
  line-height: 1.6em;
}

em {
  color: #e75a24;
  font-style: normal;
}

h1.sitename {
  margin: 0 auto;
}

/*Links*/
a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  opacity: 0.85;
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
  cursor: pointer;
}

@-webkit-keyframes flash {
  0% {
    opacity: .6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: .6;
  }
  100% {
    opacity: 1;
  }
}

a:visited {
  color: #000000;
}

a:hover, a:focus, a:active {
  color: #3d84e6;
}

a:focus, a:hover, a:active {
  outline: 0;
}

.entry-content a {
  text-decoration: underline;
  color: #3d84e6;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
}

header, footer {
  font-size: 1.4rem;
}

h1 {
  margin: 0.5em 0;
}

.fa {
  margin-right: 0px;
  font-size: 120%;
  vertical-align: baseline;
}

a > .fa-lg {
  font-size: 160%;
}

span.no-wrap {
  display: inline-block;
  white-space: nowrap;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*layout*/
.wrap {
  overflow: hidden;
}

.main_wrap {
  max-width: 830px;
  margin: auto;
}

.l-container {
  max-width: 100%;
  padding: 0 20px;
  margin: auto;
}

.l-container-fluid {
  width: 100%;
  margin: 0;
}

.left-box {
  float: left;
}

.right-box {
  float: right;
}

/*--------------------------------------------------------------
# list
--------------------------------------------------------------*/
/*List*/
dl {
  margin: 0;
  padding: 0;
}

dl.faq dt {
  background-color: #ebf5ec;
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding: 20px 20px 20px 4em;
  position: relative;
}

dl.faq dt span {
  font-size: 2.8rem;
  line-height: 2.8rem;
  color: #f4c118;
  display: block;
  position: absolute;
  padding-right: 20px;
  top: calc(50% - 1.4rem);
  left: 1em;
}

dl.faq dd {
  background-color: #efefef;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin: 20px 20px 20px 20px;
  padding: 20px 20px 20px 4em;
  position: relative;
}

dl.faq dd span {
  font-size: 2.8rem;
  line-height: 2.8rem;
  color: #f54c18;
  display: block;
  position: absolute;
  padding-right: 20px;
  top: calc(50% - 1.4rem);
  left: 1em;
}

dl.mailform dt {
  clear: both;
  width: calc(100% - 40px);
  padding: 20px 20px 0 20px;
  margin: 0 0 0 0;
}

dl.mailform dd {
  width: calc(100% - 40px);
  padding: 5px 20px 20px 20px;
  margin: 0 0 0 0;
}

dl.mailform dd span {
  display: block;
}

dl.mailform dd input {
  width: 100%;
  margin: auto;
  border: 1px solid #8dbd9c;
}

dl.mailform dd textarea {
  width: 100%;
  margin: auto;
  height: 80px;
}

.send-last {
  height: auto;
}

.send {
  text-align: center;
  padding: 40px 10px;
}

.bggreen {
  background-color: #ebf5ec;
}

@media screen and (min-width: 62em) {
  dl.faq dt {
    background-color: #ebf5ec;
    font-size: 1.8rem;
    line-height: 2.6rem;
    padding: 20px 20px 20px 4em;
    position: relative;
  }
  dl.faq dt span {
    font-size: 2.8rem;
    line-height: 2.8rem;
    color: #f4c118;
    display: block;
    position: absolute;
    padding-right: 20px;
    top: calc(50% - 1.4rem);
    left: 1em;
  }
  dl.faq dd {
    background-color: #efefef;
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin: 20px 20px 20px 50px;
    padding: 20px 20px 20px 4em;
    position: relative;
  }
  dl.faq dd span {
    font-size: 2.8rem;
    line-height: 2.8rem;
    color: #f54c18;
    display: block;
    position: absolute;
    padding-right: 20px;
    top: calc(50% - 1.4rem);
    left: 1em;
  }
  dl.mailform dt {
    clear: both;
    float: left;
    width: calc(30% - 40px);
    padding: 20px;
    margin: 0 0 0 0;
  }
  dl.mailform dd {
    float: right;
    width: calc(70% - 40px);
    padding: 20px;
    margin: 0 0 0 0;
  }
  dl.mailform dd span {
    display: block;
  }
  dl.mailform dd input {
    width: 90%;
    margin: auto;
  }
  dl.mailform dd textarea {
    width: 90%;
    margin: auto;
    height: 80px;
  }
  .send-last {
    height: 120px;
  }
  .send {
    text-align: center;
    padding: 40px;
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  margin: auto;
  width: 100%;
  padding: 1px;
}

.main-navigation ul {
  display: none;
  list-style: none;
  padding-left: 0;
}

.main-navigation ul li {
  display: block;
  float: none;
  width: 100%;
}

.main-navigation ul li a {
  display: block;
  text-decoration: none;
  padding: 0 0 5px;
  color: #333;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.external-navigation ul, .purchase-navigation ul {
  display: inline-block;
  clear: left;
  padding: 0;
  margin: 10px 0;
  list-style: none;
  text-align: right;
}

.external-navigation ul li, .purchase-navigation ul li {
  float: left;
  padding: 0 10px;
  margin: 0;
}

.external-navigation ul li a, .purchase-navigation ul li a {
  text-decoration: none;
  font-weight: bold;
}

.purchase-navigation {
  position: relative;
  margin-top: 20px;
}

/* sub menu. */
.leftnav {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #fff;
  margin-bottom: 10px;
}

.leftnav .leftnav_title {
  background-color: #d4ecee;
  color: #fff;
  padding: 6px;
  text-align: center;
}

.leftnav ul {
  padding: 0;
  list-style: none;
}

.leftnav ul li {
  margin: 0;
}

.leftnav ul li a {
  display: block;
  padding: 8px 10px;
  margin: 0;
  color: #313131;
  font-size: 1.4rem;
  border-bottom: 1px solid #ddd;
}

.leftnav ul li a:after {
  display: block;
  content: "";
  position: absolute;
  right: 10px;
  width: 6px;
  height: 6px;
  margin: -12px 12px 0 0;
  border-top: solid 2px #093;
  border-right: solid 2px #093;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-links {
  padding-bottom: 30px;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.entry_nav {
  padding: 20px;
}

@media screen and (min-width: 48em) {
  .menu-grobalnav-container {
    display: table;
    text-align: center;
    margin-top: 100px;
  }
  .main-navigation ul {
    margin: 0;
    padding: 0;
    display: block;
  }
  .main-navigation ul li {
    float: left;
    position: relative;
    width: auto;
    text-align: center;
    border-top: none;
    margin: 5px 0;
  }
  .main-navigation ul li a {
    border-top: none;
    display: block;
    text-decoration: none;
    padding: 10px 3px;
    margin: 0;
    color: #333;
  }
  /* sub menu. */
  .leftnav {
    border: 1px solid #fff;
    margin-bottom: 10px;
  }
  .leftnav .leftnav_title {
    background-color: #d4ecee;
    color: #fff;
    border-radius: 8px 8px 0px 0px;
    padding: 6px;
    text-align: center;
  }
  .leftnav ul {
    padding: 0;
    list-style: none;
  }
  .leftnav ul li {
    margin: 0;
  }
  .leftnav ul li a {
    display: block;
    position: relative;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    font-size: 1.2rem;
    border-bottom: 1px solid #ddd;
  }
  .leftnav ul li a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #093;
    border-right: solid 2px #093;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
.menu-container ul li.current a, .menu-container ul li.current a {
  position: relative;
  background-color: #fff;
}

.menu-container {
  clear: both;
  position: relative;
  text-align: center;
  font-weight: bold;
  left: -50%;
}

.menu-container ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.menu-container ul li {
  float: left;
  width: 24%;
  list-style: none;
  margin: 0 0.5%;
}

.menu-container ul li a {
  display: block;
  padding: 10px 5px;
  background: #ecf2c9;
  height: 20px;
  font-size: x-small;
  line-height: 1em;
}

.menu-container ul li a :hover {
  background-blend-mode: none;
  opacity: none;
}

/*タブのセレクト部分のCSS*/
.tab_select {
  text-align: center;
}

.tab_select li {
  position: relative;
}

.tab_select li:last-child {
  border-right: none;
}

/*タブのコンテンツ部分のCSS*/
.tab_body section h1.size_comment {
  font-weight: bold;
  text-align: center;
  padding: 40px;
}

.tab_body .tab_hidden {
  display: none;
}

.menu-sub-container {
  clear: both;
  position: relative;
  text-align: center;
  font-weight: bold;
}

.menu-sub-container ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-sub-container ul li {
  width: 24%;
  list-style: none;
  margin: 0 0.5%;
}

.menu-sub-container ul li a {
  display: block;
  padding: 10px 5px;
  background: #E0EDDE;
  font-size: x-small;
  line-height: 1em;
  border-radius: 8px;
}

.menu-sub-container ul li a :hover {
  background-blend-mode: none;
  opacity: none;
}

.pc_hide {
  display: inline;
}

@media screen and (min-width: 48em) {
  .menu-container ul {
    max-width: 800px;
  }
  .menu-container ul li {
    width: 24%;
  }
  .menu-container ul li a {
    height: auto;
    font-size: small;
    padding: 20px 20px;
  }
  ul.menu-sub {
    max-width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  ul.menu-sub li {
    width: 24%;
    list-style: none;
  }
  ul.menu-sub li a {
    display: block;
    height: auto;
    font-size: small;
    padding: 20px 20px;
    margin: 5px;
    background: #E0EDDE;
  }
  .pc_hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
body {
  background: url(images/header_bg.png) repeat-x center top;
  background-size: 280%;
}

.site-branding {
  padding: 0 0 0 10px;
}

.site-branding h1 {
  margin: 0;
}

.site-branding .logo {
  margin: 0;
  width: 120px;
  margin: 0;
}

.external-navigation {
  text-align: right;
  font-weight: bold;
  margin-top: 5px;
}

.mainvisual-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
  background: -webkit-linear-gradient(#fff, #efefef);
  background: -o-linear-gradient(#fff, #efefef);
  background: linear-gradient(#fff, #efefef);
}

.mainvisual {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
}

.mainvisual img {
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 0;
  overflow: hidden;
}

.grobal-navigation {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
}

@media screen and (min-width: 48em) {
  body {
    background-size: auto;
  }
  .site-branding {
    padding: 0 0 0 30px;
  }
  .mainvisual {
    margin: 0 auto;
    padding: 0;
    line-height: 0;
  }
  .mainvisual img {
    width: 100%;
    margin: 0;
    line-height: 0;
  }
  .grobal-navigation {
    width: 100%;
    max-width: 800px;
  }
}

@media screen and (min-width: 64em) {
  .mainvisual {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    line-height: 0;
  }
  .mainvisual img {
    width: 80%;
    margin: 0;
    line-height: 0;
    max-width: 800px;
  }
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
/* ---------------------------------------------------------------------- */
/*  Footer
/* ---------------------------------------------------------------------- */
.site-footer {
  clear: both;
  position: relative;
}

.page-top {
  text-align: center;
  background: url(images/footer_bg.png) no-repeat center bottom;
  margin-top: 50px;
  width: 100%;
  height: 220px;
}

.page-top a {
  position: relative;
  top: 120px;
  margin: auto;
  padding: 90px 50px 50px 50px;
  font-weight: bold;
}

.footer_wrap {
  width: 100%;
  background-color: #dceedc;
}

.footernav {
  padding: 20px auto 30px auto;
  font-weight: bold;
}

.footernav ul {
  margin: 0;
  padding: 10px 10px 30px;
}

.footernav ul li {
  margin-bottom: 5px;
  list-style: none;
}

.footernav ul li a {
  text-decoration: none;
}

.site-info {
  padding: 30px;
  background-color: #5a7c7d;
  text-align: center;
  color: #fff;
}

.logo {
  text-align: right;
}

.logo img {
  margin: 30px 0 20px;
  width: 200px;
}

#page-top {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  width: 40px;
  height: 40px;
  bottom: 30px;
  right: 30px;
  border-radius: 10%;
}

.arrow::before,
.arrow::after {
  position: fixed;
  bottom: 35px;
  right: 40px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.type1::before {
  width: 20px;
  height: 20px;
  border-top: 2px solid #899;
  border-right: 2px solid #899;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  #page-top {
    right: 10px;
  }
  .arrow::before,
  .arrow::after {
    right: 20px;
  }
}

/*--------------------------------------------------------------
# buttons
--------------------------------------------------------------*/
/* -----button ----- */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.btn {
  display: inline-block;
  letter-spacing: 0;
}

.btn-action, .btn-primary {
  color: #FFEFD7;
  background-image: -webkit-linear-gradient(top, #0ecfec 0%, #09bed9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0ecfec), to(#09bed9));
  background-image: -o-linear-gradient(top, #0ecfec 0%, #09bed9 100%);
  background-image: linear-gradient(to bottom, #0ecfec 0%, #09bed9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ecfec22', endColorstr='#09bed900', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border: 0 none;
}

.btn-action:hover, .btn-primary:hover {
  background: #04a0b7;
}

.btn:hover, .btn:active {
  color: #c0c0c0;
}

.btn_bg_oblique {
  background-color: #fff;
  background: url(images/oblique.png);
}

.btn_blue {
  border: 5px solid #80b7e4;
}

.btn_red {
  border: 5px solid #d2724f;
}

.btn_yellow {
  border: 5px solid #f8b62d;
}

.btn_pink {
  border: 5px solid #f8d1e2;
}

.btn_size-s {
  min-width: 63px;
}

.btn_size-m {
  min-width: 120px;
  padding: 5px 10px;
}

.btn_size-l {
  min-width: 180px;
}

.font-bold {
  font-weight: bold;
}

/* -----外部SHOPリンク ----- */
.shoplink {
  clear: both;
  width: 100%;
  display: block;
}

.shoplink span {
  float: left;
  margin-right: 2px;
}

.shoplink span a {
  display: block;
  text-align: center;
  letter-spacing: 0;
}

/*--------------------------------------------------------------
# elements
--------------------------------------------------------------*/
/* -----付箋付きグレー枠 ----- */
.frame_fusen-box {
  border: 10px solid #e0e1e1;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  margin: 25px auto 50px;
  padding: 15px 15px 0px 15px;
  display: table;
}

/* -----セロテープ ----- */
.tape {
  position: relative;
  /*テープの表示位置の基準となる*/
  display: inline-block;
  /*内容に合わせて幅も伸縮させる*/
}

.tape::before, .tape::after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(162, 171, 60, 0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.tape::before {
  left: 30px;
  top: -10px;
  width: 50px;
  height: 20px;
  -webkit-transform: rotate(-105deg);
  -ms-transform: rotate(-105deg);
  transform: rotate(-105deg);
}

.tape::after {
  right: 30px;
  top: -10px;
  width: 50px;
  height: 20px;
  -webkit-transform: rotate(-80deg);
  -ms-transform: rotate(-80deg);
  transform: rotate(-80deg);
}

/* -----袋色アイコン ----- */
.icon_product-color {
  vertical-align: middle;
  margin-bottom: 10px;
  width: 58px;
}

.w_s {
  width: 58px;
}

.w_m {
  width: 80px;
}

@media screen and (min-width: 48em) {
  .frame_fusen-box {
    border: 25px solid #e0e1e1;
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
    margin: 25px auto 50px;
    padding: 35px 35px 0px 35px;
    display: table;
  }
  .tape::before {
    top: -30px;
    width: 90px;
    height: 36px;
  }
  .tape::after {
    top: -30px;
    width: 90px;
    height: 36px;
  }
}

/*--------------------------------------------------------------
# utility
--------------------------------------------------------------*/
/* clearfix */
.clear {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* micro clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* micro micro clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* float */
.floatcontainer {
  display: inline-block;
  position: relative;
  margin: auto;
}

.floatcontainer:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac \*/
* html .floatcontainer {
  height: 1%;
}

.floatcontainer {
  display: block;
}

/* End Hack */
.fl_left {
  float: none;
}

.fl_right {
  float: none;
}

@media screen {
  .fl_left {
    float: left;
  }
  .fl_right {
    float: right;
  }
}

/* Utility */
.hide {
  display: none;
}

@media screen {
  .moni_hidden {
    display: none;
  }
}

.al_left {
  text-align: left;
}

.al_center {
  text-align: center;
}

.al_right {
  text-align: right;
}

.txt_20 {
  font-size: 2rem;
}

.txt_18 {
  font-size: 1.8rem;
}

.txt_16 {
  font-size: 1.6rem;
}

.txt_15 {
  font-size: 1.5rem;
}

.txt_14 {
  font-size: 1.4rem;
}

.txt_13 {
  font-size: 1.3rem;
}

.txt_11 {
  font-size: 1.1rem;
}

.ptb_ll {
  padding: 50px 0;
}

.ptb_l {
  padding: 40px 0;
}

.ptb_m {
  padding: 30px 0;
}

.ptb_s {
  padding: 20px 0;
}

.ptb_ss {
  padding: 10px 0;
}

.plr_ll {
  padding: 0 50px;
}

.plr_l {
  padding: 0 40px;
}

.plr_m {
  padding: 0 30px;
}

.plr_s {
  padding: 0 20px;
}

.plr_ss {
  padding: 0 10px;
}

.pl_ll {
  padding-left: 50px;
}

.pl_l {
  padding-left: 40px;
}

.pl_m {
  padding-left: 30px;
}

.pl_s {
  padding-left: 20px;
}

.pl_ss {
  padding-left: 10px;
}

.pr_ll {
  padding-right: 50px;
}

.pr_l {
  padding-right: 40px;
}

.pr_m {
  padding-right: 30px;
}

.pr_s {
  padding-right: 20px;
}

.pr_ss {
  padding-right: 10px;
}

.mlr_ll {
  margin: 0 50px;
}

.mlr_l {
  margin: 0 40px;
}

.mlr_m {
  margin: 0 30px;
}

.mlr_s {
  margin: 0 20px;
}

.mlr_ss {
  margin: 0 10px;
}

.mtb_ll {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mtb_l {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mtb_m {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mtb_s {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mtb_ss {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mt_ll {
  margin-top: 50px;
}

.mt_l {
  margin-top: 40px;
}

.mt_m {
  margin-top: 30px;
}

.mt_s {
  margin-top: 20px;
}

.mt_ss {
  margin-top: 10px;
}

.mb_ll {
  margin-bottom: 50px;
}

.mb_l {
  margin-bottom: 40px;
}

.mb_m {
  margin-bottom: 30px;
}

.mb_s {
  margin-bottom: 20px;
}

.mb_ss {
  margin-bottom: 10px;
}

.ml_ll {
  margin-left: 50px;
}

.ml_l {
  margin-left: 40px;
}

.ml_m {
  margin-left: 30px;
}

.ml_s {
  margin-left: 20px;
}

.ml_ss {
  margin-left: 10px;
}

.mr_ll {
  margin-right: 50px;
}

.mr_l {
  margin-right: 40px;
}

.mr_m {
  margin-right: 30px;
}

.mr_s {
  margin-right: 20px;
}

.mr_ss {
  margin-right: 10px;
}

/*--------------------------------------------------------------
# BOS
--------------------------------------------------------------*/
/* -----BOS ----- */
.section {
  margin: 20px auto;
}

h1.pagetitle {
  text-align: right;
  font-size: 1.2rem;
}

.pagetitle_top {
  font-size: 3rem;
}

h2 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

strong {
  text-decoration: underline;
}

svg {
  width: 100%;
  height: 20px;
}

svg line {
  fill: none;
  stroke: #c0b5b5;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-dasharray: 0.0, 17;
}

/* -----images ----- */
.about .site-main img {
  width: 100%;
  margin: 20px auto;
}

.item_lineup {
  text-align: center;
}

.item_lineup img {
  margin: auto;
  width: 90%;
}

.news {
  background: #ebf5ec;
  padding: 40px;
  margin: auto;
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #5989cf;
  background: #ebf5ec;
  border-bottom: solid 6px #abdebb;
  border-radius: 9px;
  margin-bottom: 70px;
}

.news h2 {
  padding-bottom: 0;
}

.news ul {
  margin: 0;
  padding: 0;
}

.news ul li {
  border-bottom: 1px solid #abdebb;
  padding: 10px;
  list-style: none;
}

.news span {
  display: inline-block;
  padding: 2px 5px;
  margin-right: 10px;
  background: #ebf5ec;
}

.news p a {
  text-decoration: underline;
  color: #5989cf;
}

.article {
  padding: 20px 40px;
  margin: auto;
}

.article h2 {
  padding-bottom: 0;
}

.article p {
  color: black;
  font-size: 1.8rem;
}

.article p.small {
  font-size: 1.4rem;
}

.article .date {
  font-size: 1.4rem;
}

.article ul {
  margin: 0;
  padding: 20px;
}

.article ul li {
  padding: 5px;
  list-style: none;
  border-bottom: none;
}

.article span {
  display: inline-block;
  padding: 2px 5px;
  margin-right: 10px;
  background: #ebf5ec;
}

@media screen and (min-width: 48em) {
  h2 {
    font-size: 2.6rem;
    font-weight: bold;
    margin-top: 40px;
    padding-bottom: 10px;
  }
  .section {
    margin: 40px auto;
  }
  .about .site-main img {
    width: 90%;
    margin: 10px auto 30px auto;
  }
  .patent {
    max-width: 500px;
  }
  .use {
    max-width: 680px;
    margin: 40px auto;
  }
  .scean {
    max-width: 680px;
  }
  .ska-graph {
    max-width: 600px;
    margin: 30px auto;
  }
  .time-graph {
    max-width: 600px;
    margin: 30px auto;
  }
  .story {
    max-width: 640px;
    margin-bottom: 20px;
  }
  .comments {
    max-width: 700px;
    margin-bottom: 20px;
  }
  /* -----フロート ----- */
  .flr img {
    max-width: 320px;
  }
  .flr .fl_left {
    float: left;
    margin: 0 30px auto 0;
  }
  .flr .fl_left img {
    margin: 0 0 auto 30px;
  }
  .flr .fl_right {
    float: right;
    margin-top: 0;
  }
  .flr .fl_right img {
    margin: 0 0 auto 30px;
  }
}

/* -----Product ----- */
.product table {
  width: 100%;
  text-align: center;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 20px auto;
  font-size: small;
}

.product table th {
  padding: 10px 1px;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  font-size: x-small;
}

.product table td {
  padding: 10px 1px;
  vertical-align: middle;
  border-left: 1px solid #eee;
}

.product table td a {
  display: block;
  padding: 3px;
  background-color: #7ecef4;
  border-radius: 15px;
  line-height: 1.3em;
}

.item {
  width: 70px;
}

.fa-circle-thin.white {
  display: block;
  font-size: 2em;
  color: #ddd;
}

.fa-circle.pink {
  display: block;
  font-size: 2em;
  color: #f4b1b8;
}

.fa-circle.blue {
  display: block;
  font-size: 2em;
  color: #d1ecfb;
}

.fa-circle.black {
  display: block;
  font-size: 2em;
  color: #444;
}

.fa-circle.yellow {
  display: block;
  font-size: 2em;
  color: #ffffaa;
}

.fa-circle.green {
  display: block;
  font-size: 2em;
  color: #86f9c5;
}

@media screen and (min-width: 48em) {
  /* -----Product ----- */
  .product table {
    margin: 40px auto;
  }
  .product table th {
    padding: 10px;
  }
  .product table td {
    padding: 10px;
  }
  .product table td a {
    padding: 3px 10px;
  }
  .item {
    width: 150px;
  }
}

/* -----FAQ ----- */
.faq dl {
  padding: 20px auto;
}

.faq ul {
  margin-bottom: 50px;
}

/* -----Contact ----- */
.contact ul {
  margin-bottom: 50px;
}

.contact em {
  color: #ea5514;
}

.btn {
  display: block;
  padding: 15px;
  width: 100%;
  font-size: 1.6rem;
  margin: 30px auto 0;
  border: 8px solid #e7efb8;
  background: url(images/oblique.png) repeat center;
}

@media screen and (min-width: 48em) {
  .btn {
    display: block;
    padding: 15px;
    width: 300px;
    font-size: 1.8rem;
    margin: 30px auto;
    border: 8px solid #e7efb8;
    background: url(images/oblique.png) repeat center;
  }
}

@media screen and (min-width: 62em) {
  svg {
    max-width: 830px;
    height: 20px;
  }
  svg line {
    fill: none;
    stroke: #c0b5b5;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-dasharray: 0.0, 17;
  }
}
