@charset "utf-8";

/* reset */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
.none_border_table,
.product_option_table table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset,
img {
  border: 0;
}
address, caption, cite, code,
dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
 
ol, ul {
  list-style: none;
}
 
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
q:before,
q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}

/* font size */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small; /* for IE */
  *font: x-small; /* for IE in quirks mode */
}
select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}
table {
  font: 100%;
  font-size: inherit;
}
pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
  *font-size: 108%;
}

/* common */
body {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  min-width: 1040px;
}
a {
	color: #3E89D1;
}
input[type="text"],
textarea,
select {
  border: 1px solid #888;
}
/* clearfix */
.clearfix {
  *zoom: 1;
}
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }
  .clearfix:after {
    clear: both;
  }
/* ヘッダー */
header {
	text-align: center;
	padding-bottom: 20px;
}
header h1 {
	background: #3EA8FF;
	color: #fff;
	font-size: 12px;
	font-family: "メイリオ", Meiryo;
	padding: 10px 0;
	margin-bottom: 30px;
}
header h2 {
	padding-bottom: 30px;
}
header ul li {
	display: inline-block;
	font-size: 14px;
	padding: 0 20px;
}
header ul li a {
	font-weight: bold;
	color: #222;
	text-decoration: none;
}
/* フッター */
footer {
	border-bottom: #3EA8FF 4px solid;
	padding-top: 40px;
	padding-bottom: 20px;
}
footer .inner {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
footer dl {
	display: block;
	width: 290px;
}
footer dl dt {
	width: 120px;
	padding-bottom: 10px;
}
footer dl dd {
	font-family: "メイリオ", Meiryo;
	line-height: 1.8em;
}
footer ul {
	display: block;
	width: 200px;
}
footer ul li {
	font-family: "メイリオ", Meiryo;
	line-height: 2.6em;
	padding-left: 15px;
	position: relative;
}
footer ul li::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #2299E1;
}
footer ul li a {
	color: #222;
	text-decoration: none;
}
footer ul li a:hover {
	text-decoration: underline;
}
footer p {
	width: 100%;
	text-align: right;
	font-size: 12px;
	color: #555;
}
.pagetop {
	position: fixed;
	right: 3%;
	bottom: 5%;
	display: block;
	width: 53px;
	height: 53px;
}
/* 共通 */
img {
	max-width: 100%;
}
.inner {
	width: 1000px;
	margin: auto;
}
p {
	font-family: "メイリオ", Meiryo;
	font-size: 14px;
	line-height: 2.14em;
}
.btn {
	display: block;
	margin: auto;
	width: 200px;
	line-height: 50px;
	color: #fff;
	font-family: "メイリオ", Meiryo;
	background: #3EA8FF;
	text-align: center;
	border-radius: 34px;
	text-decoration: none;
	box-sizing: border-box;
	transition:all 0.3s;
	font-weight: bold;
	border: #3EA8FF 2px solid;
}
.btn:hover {
	background: #fff;
	color: #3EA8FF;
}
.ttl {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 40px;
}
.ttl.page {
	padding-top: 50px;
}
.subttl {
	font-size: 30px;
	font-weight: bold;
	border-bottom: #3EA8FF 2px solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.mainv {
	display: block;
	margin-bottom: 40px;
}
/* ご注文・お支払いの期限について */
.topdate {
	border: #FD7B21 2px solid;
	border-radius: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #FD7B21;
	margin-bottom: 30px;
}
.topdate h3 {
	background: #FD7B21;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 300px;
	box-sizing: border-box;
	text-align: center;
}
.topdate ul {
	background: #fff;
	width: calc(100% - 300px);
	border-radius: 0 10px 10px 0;
	box-sizing: border-box;
	padding: 15px 0 15px 23px;
}
.topdate ul li {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.75em;
}
.topdate ul li::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #FD7B21;
	margin-right: 5px;
}
/* ご利用の流れ */
.flow {
	text-align: center;
	padding-bottom: 100px;
}
.flow ul {
	display: flex;
	justify-content: center;
	padding-bottom: 60px;
}
.flow ul li {
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	padding-top: 120px;
	margin: 0 66px;
}
.flow ul li img {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -25px;
}
.flow ul li:nth-child(n + 3) img {
	margin-left: -20px;
}
.flow ul li:first-child {
	margin-left: 0;
}
.flow ul li:last-child {
	margin-right: 0;
}
.flow ul li::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -60px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border-top: 4px solid #999;
	border-right: 4px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.flow ul li:last-child::after {
	content: none;
}
.flow dl {
	border: #3EA8FF 2px solid;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}
.flow dl dt,.flow dl dd {
	display: block;
}
.flow dl dt {
	font-size: 18px;
	font-weight: bold;
	padding-right: 20px;
}
.flow dl dd {
	font-size: 16px;
	font-weight: bold;
	padding-right: 44px;
	position: relative;
}
.flow dl dd:last-child {
	padding-right: 0;
}
.flow dl dd img {
	vertical-align: middle;
	margin-right: 10px;
}
.flow dl dd::after {
	content: "";
	display: block;
	width: 1px;
	height: 24px;
	background: #ccc;
	transform: rotate(20deg);
	position: absolute;
	top: 0;
	right: 30px;
}
.bnrbtn {
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
}
.bnrbtn.ct {
	justify-content: center;
}
.bnrbtn li {
	display: block;
	width: 480px;
}
/* フッター特定商取引 */
.fnav {
	background: #F1F5F9;
	padding-top: 60px;
	padding-bottom: 45px;
}
.fnav .inner {
	display: flex;
	justify-content: space-between;
}
.fnav .box {
	width: 306px;
}
.fnav h2 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: #3EA8FF 2px solid;
	margin-bottom: 20px;
	padding-bottom: 6px;
}
.fnav h2.pt {
	padding-top: 25px;
}
.fnav dl {
	padding-bottom: 35px;
}
.fnav dl dt,.fnav dl dd {
	line-height: 2.14em;
}
.fnav dl dt {
	font-family: "メイリオ", Meiryo;
	font-weight: bold;
}
.fnav dl dd img {
	vertical-align: middle;
}
/* 各トップページ */
.main li img {
	display: block;
	width: 100%;
	height: auto;
}
.main .slick-dots {
	bottom: -35px;
}
.main .slick-dots li button:before {
	font-family: "";
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	border: #ccc 1px solid;
	box-sizing: border-box;
	opacity: 1;
}
.main .slick-dots li.slick-active button:before {
	opacity: 1;
	background: #222;
	border: none;
}
.topabout {
	position: relative;
	padding-bottom: 100px;
}
.topabout img {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: auto;
	display: block;
}
.topabout .inner {
	padding-top: 40px;
}
.topabout .box {
	width: 540px;
	background: #EAF4FF;
	border-radius: 10px;
	padding: 60px 80px 60px 40px;
	box-sizing: border-box;
}
.topabout .box h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 30px;
}
.topabout .btn {
	margin-top: 25px;
}
/* オプションページ */
.option {
	padding-top: 40px;
	padding-bottom: 100px;
}
.option h4 {
	border-left: #3EA8FF 6px solid;
	font-size: 18px;
	font-weight: bold;
	padding:5px 0 5px 16px;
	margin-bottom: 20px;
}
.option ul.fig li {
	padding-bottom: 30px;
}
.option ul.att {
	background: #FFFFD1;
	padding: 20px;
	margin-top: 30px;
	margin-left: 0;
	margin-bottom: 40px;
}
.option ul.att li {
	text-indent: -14px;
	margin-left: 14px;
	line-height: 2.14em;
}
.option ul.object {
	padding-bottom: 24px;
}
.option ul.object li {
	line-height: 2.14em;
}
.option ul.tbl {
	padding-bottom: 25px;
}
.option ul.tbl li {
	padding-bottom: 40px;
}
.option div.conbtx {
	padding: 30px;
	display: flex;
	justify-content: space-between;
	background: #FFFFD1;
}
.option div.conbtx .box {
	width: 50%;
	box-sizing: border-box;
}
.option div.conbtx .box p.tel {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4em;
}
.option div.conbtx .box a.btn {
	margin-left: 0;
}
/* 理想沖縄について */
.outline {
	display: flex;
	justify-content: space-between;
	padding-bottom: 80px;
	align-items: flex-start;
}
.outline table {
	width: 560px;
	border-top: #ccc 1px solid;
	border-collapse: collapse;
}
.outline table th,.outline table td {
	border-bottom: #ccc 1px solid;
	padding: 13px 0;
	font-size: 14px;
	line-height: 1.7em;
	vertical-align: top;
}
.outline table th {
	width: 200px;
	padding-left: 18px;
	background: #F1F5F9;
}
.outline table td {
	padding-left: 13px;
}
.outline img {
	display: block;
}
.history {
	padding-bottom: 80px;
}
.history h4 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	color: #222;
}
.history table {
	width: 100%;
}
.history table th,.history table td {
	border-bottom: #ccc 1px solid;
	padding: 13px 0;
	text-align: left;
	font-size: 14px;
}
.history table th {
	width: 225px;
}
.greeting {
	padding-bottom: 90px;
}
.greeting p {
	line-height: 1.875em;
	font-size: 16px;
}
.greeting p.pb {
	padding-bottom: 40px;
}
/* 一般・法人様向け販売 */
.catnav {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 40px;
}
.catnav::before,.catnav::after {
	content: "";
	display: block;
	width: 235px;
}
.catnav::before {
	order: 1;
}
.catnav li {
	display: block;
	width: 235px;
	border: #3EA8FF 3px solid;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 20px;
}
.catnav li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 15px 22px;
	color: #333;
	text-decoration: none;
	transition: .3s;
}
.catnav li a:hover {
	background: #3EA8FF;
	color: #fff;
	transition: .3s;
}
.list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 35px;
}
.list::before{
  content:"";
  display: block;
  width:220px;
  order:1;
}
.list::after{
  content:"";
  display: block;
  width:23%;
}
.list li {
	display: block;
	width: 220px;
	font-family: "メイリオ", Meiryo;
	font-size: 16px;
	padding-bottom: 40px;
}
.list li a {
	color: #222;
	text-decoration: none;
}
.list li a:hover {
	text-decoration: underline;
}
.list li img {
	display: block;
	margin-bottom: 20px;
}
.list li span {
	display: block;
	margin-top: 10px;
	font-family: "メイリオ", Meiryo;
	font-weight: bold;
}
.list.line::before,.list.line::after {
	display: block;
	width: 235px;
	content: "";
}
.list.line::before {
	order: 1;
}
.list.line li {
	width: 235px;
}
.list.line li .img {
	border: #707070 1px solid;
	box-sizing: border-box;
	width: 100%;
	height: 235px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.list.line li .img img {
	margin-bottom: 0;
	max-height: 80%;
}
@media screen and (max-width:768px) {
/* common */
body {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  min-width: 100%;
}
a {
	color: #3E89D1;
}
input[type="text"],
textarea,
select {
  border: 1px solid #888;
}
/* clearfix */
.clearfix {
  *zoom: 1;
}
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }
  .clearfix:after {
    clear: both;
  }
/* ツールバー */
.toolbar {
  border-bottom: solid 1px #e0e0e0;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  top: 0;
  left: 0;
}
.toolbar__inner {
  margin: 0;
  padding: 0;
}
.toolbar__item {
  list-style: none;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toolbar__item a {
  color: #212121;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.toolbar__item a .u-wrap {
  display: table-cell;
}
.toolbar__item a i {
  vertical-align: middle;
  color: #3EA8FF;
}
.toolbar__item--menu {
}
.toolbar__item--menu span {
  margin: 0 0 0 8px;
  vertical-align: middle;
  font-size: 85.71429%;
  font-weight: bold;
}
.toolbar__item--cart .toolbar__item__count {
  font-weight: bold;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
.toolbar__item--cart .toolbar__item__count--in {
  color: #ff5722;
}
/* ドロワー */
.drawer.open {
  left: 0;
}

.drawer {
  position: fixed;
  top: 0;
  left: -280px;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 280px;
  height: 100%;
  background: #fff;
  color: #212121;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.drawer__item--close {
  padding: 20px;
  text-align: right;
}
.drawer__item--close a {
  color: #212121;
}
.drawer__item {
  border-bottom: 1px solid #e0e0e0;
}
.drawer__item__name {
  font-size: 16px;
  font-weight: normal;
  display: table;
  line-height: 1;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 30px 20px;
  color: #212121;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
.drawer__item__name__text {
  width: 70%;
  vertical-align: middle;
}
.drawer__item__name__icon--left {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
}
.drawer__item__name__icon--right {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.drawer__item--accordion ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}
.drawer__item--accordion .linklist__item {
  border: none;
}
.drawer__item--accordion .linklist__item a {
  padding: 10px 20px;
}
.u-ac--active {
  border-bottom: 1px solid #e0e0e0;
}
/* モーダル */
.modal__content {
  position: absolute;
  z-index: 9999;
  display: none;
  width: 75%;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
}
.overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}
.modal__close {
  font-size: 114.28571%;
  display: block;
  width: 100%;
  text-align: right;
  color: #212121;
}
/* ヘッダー */
header {
	padding-bottom: 20px;
	display: block;
}
header h1 {
	background: #3EA8FF;
	color: #fff;
	font-size: 12px;
	font-family: "メイリオ", Meiryo;
	padding: 10px 0;
	margin-bottom: 30px;
	line-height: 1.5em;
	margin-top: 60px;
}
header h1 span {
	display: block;
	width: 90%;
	margin: auto;
}
header h2 {
	width: 180px;
	margin: auto;
}
header ul li {
	display: inline-block;
	font-size: 14px;
	padding: 0 20px;
}
header ul li a {
	font-weight: bold;
	color: #222;
	text-decoration: none;
}
/* フッター */
.footer {
  margin: 1px 0 0;
  border-top: 1px solid #e0e0e0;
}

.linklist {
  padding: 0;
  margin: 0;
}

.linklist__item {
  border-bottom: solid 1px #e0e0e0;
  list-style: none;
}
.linklist__item a {
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 20px;
  color: #222;
  font-size: 16px;
  text-decoration: none;
}
.linklist__item a span {
  display: table-cell;
  vertical-align: middle;
}

.linklist__item--point {
  background: #212121;
}
.linklist__item--point a {
  color: #fff;
}

.linklist__item__text {
  width: 80%;
  height: auto;
}
.linklist__item__icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.section--sns {
  text-align: center;
}
.snslink {
  text-align: center;
  margin: 0 3px 0;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-table;
  width: 44px;
  height: 44px;
}
.snslink i {
  display: table-cell;
  vertical-align: middle;
}
.snslink--twitter {
  background: #00acee;
}

.snslink--facebook {
  background: #3b579d;
}

.snslink--instagram {
  background: #393939;
}

.snslink--google {
  background: #d95333;
}

.snslink--pinterest {
  background: #c9232d;
}

.section--address {
  text-align: center;
}

.copyright {
  font-size: 14px;
  width: 90%;
  margin: auto;
  padding: 20px 0;
  text-align: left;
  line-height: 1.7em;
}

.powered {
  font-size: 85.71429%;
  color: #212121;
}
.powered img {
  width: 190px;
  margin: 0 0 -3px 3px;
}
/* 共通 */
img {
	max-width: 100%;
}
.inner {
	width: 90%;
	margin: auto;
}
p {
	font-family: "メイリオ", Meiryo;
	font-size: 14px;
	line-height: 2.14em;
}
.btn {
	display: block;
	margin: auto;
	width: 200px;
	line-height: 50px;
	color: #fff;
	font-family: "メイリオ", Meiryo;
	background: #3EA8FF;
	text-align: center;
	border-radius: 34px;
	text-decoration: none;
	box-sizing: border-box;
	transition:all 0.3s;
	font-weight: bold;
	border: #3EA8FF 2px solid;
}
.btn:hover {
	background: #fff;
	color: #3EA8FF;
}
.ttl {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}
.ttl.page {
	padding-top: 20px;
}
.subttl {
	font-size: 16px;
	font-weight: bold;
	border-bottom: #3EA8FF 2px solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.mainv {
	display: block;
	margin-bottom: 40px;
}
/* トップページ */
.main li img {
	display: block;
	width: 100%;
	height: auto;
}
.main .slick-dots {
	bottom: -35px;
}
.main .slick-dots li button:before,.itemmain .slick-dots li button:before {
	font-family: "";
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	border: #ccc 1px solid;
	box-sizing: border-box;
	opacity: 1;
}
.main .slick-dots li.slick-active button:before,.itemmain .slick-dots li.slick-active button:before {
	opacity: 1;
	background: #222;
	border: none;
}
.topnews {
	border-bottom: #ccc 1px solid;
	margin-bottom: 40px;
	overflow: hidden;
}
.showmore_list {
	transition: all .3s ease-in;
}
 .list_toggle {
 	text-align: center;
	background: #fff;
	position: relative;
	z-index: 1;
	padding-top: 20px;
	padding-bottom: 10px;
 }
  .list_toggle a {
  	color: #333;
	position: relative;
	padding-right: 20px;
  }
 .list_toggle a.open_link::before {
    content: "もっと見る";
    display: inline-block;
}
.list_toggle a.close_link::before {
    content: "閉じる";
    display: inline-block;
}
.list_toggle a.open_link::after,.list_toggle a.close_link::after {
 	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 5px;
	height: 5px;
	border-top: 2px solid #222;
	border-right: 2px solid #222;
}
.list_toggle a.open_link::after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg); 
}
.list_toggle a.close_link::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.topnews ul li {
  margin-bottom:30px;
  text-indent: -100px;
  margin-left: 100px;
  line-height:1.8;
}
.topnews h2 {
	font-size: 18px;
	margin-bottom: 20px;
}
.topnews h2 span {
	font-weight: bold;
	position: relative;
}
.topnews h2 span::after {
	content: "";
	width: 72px;
	height: 2px;
	background: #3EA8FF;
	display: block;
	position: absolute;
	bottom: -7px;
	left: 0;
}
.topnews .newstxt {
	height: 80px;
	overflow: hidden;
}
.topnews .newstxt.open {
	height: 100%;
}
.newsmore {
	text-align: center;
	padding-top: 11px;
	font-size: 16px;
}
.newsmore.non {
	display: none;
}
.newsmore span {
	position: relative;
	padding-right: 20px;
}
.newsmore span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 2px solid #222;
	border-right: 2px solid #222;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.topabout {
	position: relative;
	padding-bottom: 60px;
}
.topabout img {
	position: absolute;
	top: 0;
	right: 0;
	width: 90%;
	height: auto;
	display: block;
}
.topabout .inner {
	padding-top: 45%;
}
.topabout .box {
	background: #EAF4FF;
	border-radius: 10px;
	padding: 60px 20px 40px 20px;
	box-sizing: border-box;
}
.topabout .box h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 30px;
}
.topabout .btn {
	margin-top: 25px;
}
.topnav {
	padding-bottom: 20px;
}
.topnav .box {
	width: 100%;
	padding-bottom: 40px;
}
.topnav .box a {
	margin-bottom: 20px;
	display: block;
}
.topnav .box h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4em;
	padding-bottom: 20px;
}
.strength {
	background: #EAF4FF;
	padding-top: 40px;
	padding-bottom: 20px;
}
.strength .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.strength .inner .box {
	width: 158px;
	text-align: center;
	padding-bottom: 40px;
}
.strength img {
	display: block;
	margin-bottom: 10px;
}
.strength h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 10px;
}
.strength p {
	line-height: 1.7em;
	text-align: left;
}
.pickup {
	border-bottom: #ccc 1px solid;
}
.pickup .inner {
}
.pickup .box {
	width: 100%;
	padding-bottom: 40px;
}
.pickup img {
	display: block;
	margin-bottom: 20px;
}
.pickup h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 20px;
}
.btmnav {
	padding-top: 40px;
	padding-bottom: 10px;
}
.btmnav ul {
	width: 90%;
	margin: auto;
}
.btmnav ul li {
	display: block;
	margin-bottom: 30px;
}
.btmnav ul li a {
	display: block;
	line-height: 60px;
	text-align: center;
	color: #fff;
	border-radius: 34px;
	font-size: 16px;
	font-weight: bold;
	background: #3EA8FF;
	text-decoration: none;
	position: relative;
	border: #3EA8FF 2px solid;
	transition: .3s;
}
.btmnav ul li a:hover {
	background: #fff;
	color: #3EA8FF;
	transition: .3s;
}
.btmnav ul li a::before,.btmnav ul li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.btmnav ul li a::before {
	width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}
.btmnav ul li a:hover::before {
	background: #3EA8FF;
}
.btmnav ul li a::after {
	right: 27px;
	width: 4px;
    height: 4px;
    border-top: 2px solid #3EA8FF;
    border-right: 2px solid #3EA8FF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btmnav ul li a:hover::after {
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
/* ご注文・お支払いの期限について */
.topdate {
	border: #FD7B21 2px solid;
	border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.topdate h3 {
	background: #FD7B21;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 12px 0;
}
.topdate ul {
	box-sizing: border-box;
	padding: 20px;
}
.topdate ul li {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.75em;
}
.topdate ul li::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #FD7B21;
	margin-right: 5px;
}
/* ご利用の流れ */
.flow {
	padding-bottom: 40px;
}
.flow ul {
	padding-bottom: 30px;
}
.flow ul li {
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	border-bottom: #ccc 1px solid;
	padding: 14px 0;
}
.flow ul li img {
	margin-right: 20px;
	vertical-align: middle;
}
.flow dl {
	border: #3EA8FF 2px solid;
	border-radius: 10px;
	padding: 15px 20px 5px 20px;
}
.flow dl dt,.flow dl dd {
	display: block;
}
.flow dl dt {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}
.flow dl dd {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
}
.flow dl dd img {
	vertical-align: middle;
	margin-right: 10px;
}
.bnrbtn {
	padding-bottom: 20px;
}
.bnrbtn li {
	display: block;
	padding-bottom: 40px;
}
/* フッター特定商取引 */
.fnav {
	background: #F1F5F9;
	padding-top: 40px;
	padding-bottom: 30px;
}
.fnav .box {
	padding-bottom: 30px;
}
.fnav h2 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: #3EA8FF 2px solid;
	margin-bottom: 20px;
	padding-bottom: 6px;
}
.fnav h2.pt {
	padding-top: 25px;
}
.fnav dl {
	padding-bottom: 35px;
}
.fnav dl dt,.fnav dl dd {
	line-height: 2.14em;
}
.fnav dl dt {
	font-family: "メイリオ", Meiryo;
	font-weight: bold;
}
.fnav dl dd img {
	vertical-align: middle;
}
/* 商品一覧 */
.itemnav {
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
}
.itemnav li {
	display: block;
	width: 98px;
	line-height: 40px;
	box-sizing: border-box;
	background: #E5E5E5;
	color: #999;
	text-align: center;
	border-radius: 10px;
}
.itemnav li a {
	display: block;
	width: 100%;
	line-height: 40px;
	box-sizing: border-box;
	background: #fff;
	border: #3EA8FF 2px solid;
	border-radius: 10px;
	text-decoration: none;
}
.list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 35px;
}
.list li {
	display: block;
	width: 45%;
	font-family: "メイリオ", Meiryo;
	font-size: 16px;
	padding-bottom: 40px;
	line-height: 1.5em;
}
.list li a {
	color: #222;
	text-decoration: none;
}
.list li a:hover {
	text-decoration: underline;
}
.list li img {
	display: block;
	margin-bottom: 20px;
}
.list li span {
	display: block;
	margin-top: 10px;
	font-family: "メイリオ", Meiryo;
	font-weight: bold;
}
.pnav {
	text-align: center;
	border-bottom: #ccc 1px solid;
	padding-bottom: 40px;
	padding-top: 45px;
	position: relative;
	overflow: hidden;
	width: 90%;
	margin:0 auto 40px auto;
}
.pnav li {
	display: inline-block;
	font-family: "メイリオ", Meiryo;
}
.pnav li.current {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.pnav li.current b {
	font-size: 24px;
	font-weight: normal;
}
.pnav li a {
	color: #999;
	text-decoration: none;
}
.pnav li a:hover {
	text-decoration: underline;
	position: relative;
}
.pnav li.prev {
	padding-left: 20px;
	position: relative;
	float: left;
}
.pnav li.next {
	padding-right: 20px;
	position: relative;
	float: right;
}
.pnav li.prev::before,.pnav li.next::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.pnav li.prev::before {
	left: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.pnav li.next::after {
	right: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}  
  /* 商品詳細 */
.item {
	padding-top: 20px;
	padding-bottom: 70px;
}
.item .ttl {
	font-size: 22px;
	text-align: left;
	line-height: 1.6em;
	padding-bottom: 20px;
}
.itemmain {
	width: 80%;
	margin: auto;
}
.itemmain .slick-prev {
	left: -25px;
}
.itemmain .slick-next {
	right: -25px;
}
.itemmain .slick-prev::before, .itemmain .slick-next::before {
	color: #000;
}
.itemmain .slick-dots {
	bottom: -25px;
}
.itemimg {
	padding-bottom: 30px;
}
.itemimg.pt {
	padding-top: 40px;
	padding-bottom: 60px;
	border-bottom: #ccc 1px solid;
	margin-bottom: 30px;
}
.itemimg .tbl {
	padding-bottom: 40px;
}
.itemimg .tbl table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
	border-bottom: #ccc 1px solid;
}
.itemimg .tbl th,.itemimg .tbl td {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 8px 18px;
	text-align: left;
	font-family: "メイリオ", Meiryo;
}
.itemimg .tbl th {
	background: #F1F5F9;
}
.itemimg .tbl td {
	padding: 20px 0;
}
.itemimg .tbl td.price {
	font-size: 20px;
	font-weight: bold;
}
.itemimg .tbl td input[type=text] {
	width: 50px;
	line-height: 30px;
	font-size: 14px;
	padding-right: 14px;
	box-sizing: border-box;
	border: #ccc 1px solid;
	text-align: right;
}
.itemimg .tbl td select {
	width: 300px;
	padding: 10px;
	box-sizing: border-box;
	border: #ccc 1px solid;
}
.itemimg .tbl .btn {
	width: 100%;
	line-height: 67px;
	font-size: 16px;
}
.itemimg .links ul.txt {
	padding-bottom: 20px;
}
.itemimg .links ul.txt li {
	text-align: center;
	padding-bottom: 20px;
	font-size: 16px;
}
.itemimg .links ul.txt li a {
	text-decoration: none;
	display: block;
	line-height: 50px;
	box-sizing: border-box;
	border: #3EA8FF 2px solid;
	border-radius: 10px;
}
.item p.ilink {
	text-align: center;
	width: 100%;
}
.ilink a {
	text-decoration: none;
}
.ilink a:hover {
	text-decoration: underline;
}
.links ul.social_share li::before {
	content: none;
}
.social_share li {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
/* 特定商取引 */
.def_lst dt {
	font-size: 18px;
	font-weight: bold;
	border-bottom: #3EA8FF 2px solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.def_lst dd {
	font-size: 14px;
	line-height: 1.85em;
}
.def_lst dt:nth-child(n + 2) {
	padding-top: 34px;
}
/* オプションページ */
.option {
	padding-top: 40px;
	padding-bottom: 100px;
}
.option h4 {
	border-left: #3EA8FF 6px solid;
	font-size: 15px;
	font-weight: bold;
	padding:5px 0 5px 16px;
	margin-bottom: 20px;
}
.option ul.fig li {
	padding-bottom: 15px;
}
.option ul.att {
	background: #FFFFD1;
	padding: 20px;
	margin-top: 30px;
	margin-left: 0;
	margin-bottom: 40px;
}
.option ul.att li {
	text-indent: -14px;
	margin-left: 14px;
	line-height: 2.14em;
}
.option ul.object {
	padding-bottom: 24px;
}
.option ul.object li {
	line-height: 2.14em;
	text-indent: -14px;
	margin-left: 14px;
}
.option ul.tbl {
	padding-bottom: 25px;
}
.option ul.tbl li {
	padding-bottom: 20px;
	overflow-x: scroll;
}
.option ul.tbl li img.img1 {
	display: block;
	max-width: 1000px;
}
.option ul.tbl li img.img2 {
	display: block;
	max-width: 637px;
}
.option div.conbtx {
	padding: 20px;
	background: #FFFFD1;
}
.option div.conbtx .box {
padding-bottom: 20px;
}
.option div.conbtx .box p.tel {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4em;
}
.option br {
	display: none;
}
/* 理想沖縄について */
.outline {
	padding-bottom: 40px;
}
.outline table {
	width: 100%;
	border-top: #ccc 1px solid;
	border-collapse: collapse;
}
.outline table th,.outline table td {
	border-bottom: #ccc 1px solid;
	padding: 13px 0;
	font-size: 14px;
	line-height: 1.7em;
	vertical-align: top;
	display: block;
}
.outline table th {
	padding-left: 10px;
	background: #F1F5F9;
}
.outline table td {
	padding-left: 10px;
}
.outline img {
	display: block;
	margin-bottom: 30px;
}
.history {
	padding-bottom:40px;
}
.history h4 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	color: #222;
}
.history table {
	width: 100%;
}
.history table th,.history table td {
	border-bottom: #ccc 1px solid;
	padding: 13px 0;
	text-align: left;
	font-size: 14px;
	display: block;
}
.history table th {
	border-bottom: 0;
	padding-bottom: 0;
}
.greeting {
	padding-bottom: 40px;
}
.greeting p {
	line-height: 1.875em;
	font-size: 16px;
}
.greeting p.pb {
	padding-bottom: 20px;
}
.greeting p br {
	display: none;
}
/* 一般・法人様向け販売 */
.catnav {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 60px;
}
.catnav li {
	display: block;
	width: 48%;
	border: #3EA8FF 3px solid;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 10px;
}
.catnav li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 10px 22px;
	color: #333;
	text-decoration: none;
	transition: .3s;
}
.list.line li {
	width: 162px;
}
.list.line li .img {
	border: #707070 1px solid;
	box-sizing: border-box;
	width: 100%;
	height: 152px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.list.line li .img img {
	margin-bottom: 0;
	height: 100%;
}
}