@charset 'utf-8';

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


/* ------------------------------------------------------------ COMMON ------------------------------------------------------------ */

/* 基本 */

body {
	-webkit-text-size-adjust: 100%;
	margin: 50px auto 0;
}

.inner {
	width:100%;
	min-width: 0 !important;
	padding:0 5%;
}

section {
	min-width: 0;
}

header + section {
	margin-top:52px !important;
}

/* googleカスタム検索 */

.gsc-results-wrapper-overlay {
	width: 96% !important;
	height: 96% !important;
	top:2% !important;
	left:2% !important;
}

/* ヘッダー */

header .inner {
	padding: 0;
	height: 52px;
}

header {
	width: 100%;
	padding: 0 0 10px;
	height: 52px;
	position: fixed;
	top: 0;
	z-index: 99999;
}

header h1 {
	width:100%;
	height:52px;
	line-height: 52px;
	padding: 8px 10px 0;
	float: none;
}

header h1 img {
	display: inline-block;
	width: 120px;
	height: auto;
	margin: 0;
}

header h1 img:nth-of-type(2) {
	display: none;
}

header nav {
	font-size: 13px;
	width: 100%;
	margin: 0;
	background: #fff;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.05); /* CSS3 */
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.05);/* Firefox */
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.05); /* Safari and Chrome */
}

header nav ul {
	display: none;
	margin: 0 auto;
	height: auto;
}

header nav ul.nav_main {
	float: none;
}

header nav ul.nav_icon {
	float: none;
	height: auto;
	line-height: 0;
	padding: 15px 0;
}

header nav ul li {
	display: block;
	width: 100%;
	margin: 0;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ddd;
}

header nav ul.nav_icon li {
	font-size: 18px;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 10px;
	border: none;
}

header nav ul li a {
	display: block;
	width:100%;
	height:100%;
}

header nav ul li.nav_sp_blog,
header nav ul li.nav_sp_buy {
	width: 100%;
	margin: 0;
	line-height: 30px;
	display: block;
}

header nav ul li.nav_sp_blog a,
header nav ul li.nav_sp_buy a {
	display: block;
	border: none;
	border-radius: 0; /* CSS3 */
	-moz-border-radius: 0; /* Firefox */
	-webkit-border-radius: 0; /* Safari and Chrome */
}


/* ナビボタン */

header #nav_btnwrapper {
	display: block;
	position: absolute;
	top: 6px;
	right: 6px;
	width: 40px;
	height: 40px;
}

header nav #nav_btn {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
}

#nav_btn_icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: rgb(55, 173, 100);
  transition: .2s;
}

#nav_btn_icon:before, #nav_btn_icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: rgb(55, 173, 100);
  transition: .3s;
}
#nav_btn_icon:before{
  margin-top: -6px;
}
#nav_btn_icon:after{
  margin-top: 4px;
}
#nav_btn .close{
  background: transparent;
}
#nav_btn .close:before, #nav_btn .close:after{
  margin-top: 0;
}
#nav_btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#nav_btn .close:after{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


/* 「購入する」ボタン */

section#buy,
section#buy2{
	padding: 30px 0;
}

section#buy h2,
section#buy2 h2{
	margin: 0 0 20px;
	font-size: 14px;
}

/* フッター */

footer .inner {
	padding: 30px 0 0;
}

footer .inner .footer_sns {
	max-width: 323px;
	width: 90%;
	max-height: 84px;
}

footer .inner .footer_contact {
	margin: 30px auto 20px;
}

footer .inner .footer_contact a {
	margin: 0 auto 10px;
	font-size: 14px;
	padding: 0;
	width: 90%;
	height: 32px;
	line-height: 32px;
	border-radius: 16px; /* CSS3 */
	-moz-border-radius: 16px; /* Firefox */
	-webkit-border-radius: 16px; /* Safari and Chrome */
}

footer .inner ul {
	font-size: 11px;
	margin: 0 0 10px 5%;
}

footer .inner ul li {
	margin: 0 10px 0 0;
}

footer .copyright {
	margin: 0 auto 10px 5%;
	float: left;
	clear: both;
}

footer .pagetop {
	/* right: 5%; */
	display: none !important;
}

/*--------------------------------
	ボタン
--------------------------------*/

.btn_green {
	width: 30%;
	max-width: 130px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

/* ------------------------------------------------------------ TOPPAGE ------------------------------------------------------------ */

#top_concept {
	width: 100%;
	max-height: none;
	min-height: auto;
	background: url(/images/top_concept_sp.jpg) no-repeat center center;
	background-size: cover;
}

#top_concept h2 {
	position: absolute;
	top:5%;
	left: auto;
	width: 100%;
}

#top_concept h2 img {
	width: 85%;
	max-width: 250px;
	margin: 0 auto 10px;
}

#top_concept .top_scroll {
	display: none;
}

#top_case {
	padding: 15px 0;
}

#top_case h2 {
	font-size: 16px;
	margin: 0 0 10px;
}

#top_case h2 + p {
	font-size: 13px;
}

#top_case h2 span {
	font-size: 14px;
	margin: 0 10px 0 0;
}

#top_case ul {
	margin: 15px 0 0;
}

#top_case ul li {
	width: 100%;
	height: 150px;
	margin: 0 0 10px 0;
}

#top_news {
	padding: 15px 0;
}

#top_news .inner a.top_news_sp {
	font-size: 15px;
}

#top_news h2 {
	font-size: 14px;
	padding: 10px 0 0;
	width: 100%;
	font-family:'TBゴシック M';
}

#top_news dl {
	width: 90%;
	margin: 5px auto 0 auto;
	padding: 0;
	font-size: 12px;
}

#top_news dl dt {
	width: 100%;
	clear: none;
	margin: 0 0 5px;
}

#top_news dl dd {
	margin: 0 0 10px;
}

#top_news dl + a {
	margin: 0 5% 0 0;
	font-size: 10px;
}

#top_video {
	padding: 30px 0;
}

#top_video h2 {
	margin: 0 5% 20px;
	font-size: 15px;
	font-family:'TBゴシック M';
}

#top_video h2 br {
	display: none;
}

#top_video h2 ruby rt {
	padding: 0;
}

#top_video .top_video {
  width: 90%;
  height: auto;
  padding-top: 56.25%;
}

#top_video .top_video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#top_feature1,
#top_feature2,
#top_feature3,
#top_feature4 {
	min-height: 0 !important;
	text-align: center;
	text-shadow: none;
}

#top_feature1 h2,
#top_feature2 h2,
#top_feature3 h2,
#top_feature4 h2 {
	font-size: 15px;
	font-family:'TBゴシック M';
	margin: 20px 0 10px;
	color: rgb(55, 173, 100);
}

#top_feature1 p,
#top_feature2 p,
#top_feature3 p,
#top_feature4 p {
	font-size: 13px;
	line-height: 1.5;
}

#top_feature1 a.btn_green,
#top_feature2 a.btn_green,
#top_feature3 a.btn_green,
#top_feature4 a.btn_green {
	width: 150px;
	height: 30px;
	line-height: 30px;
	margin: 20px 0;
}

#top_feature1:before {
	content: "";
	background: url(/images/top_feature1_sp.jpg) no-repeat center center;
	background-size: cover;
	display: block;
	width: 100%;
	height: 150px;
}

#top_feature2:before {
	content: "";
	background: url(/images/top_feature2_sp.jpg) no-repeat center center;
	background-size: cover;
	display: block;
	width: 100%;
	height: 150px;
}

#top_feature3:before {
	content: "";
	background: url(/images/top_feature3_sp.jpg) no-repeat center center;
	background-size: cover;
	display: block;
	width: 100%;
	height: 150px;
}

#top_feature4:before {
	content: "";
	background: url(/images/top_feature4_sp.jpg) no-repeat center center;
	background-size: cover;
	display: block;
	width: 100%;
	height: 150px;
}

#top_feature1 {
	padding: 0;
	background: none;
}

#top_feature2 {
	text-align: center;
	padding: 0;
	background: none;
}

#top_feature2 h2 {
	width: 100%;
	float: none;
}

#top_feature2 p {
	width: auto;
	float: none;
}

#top_feature2 .inner div {
	float: none;
	width: 100%;
	margin: 0 0 20px;
}

#top_feature2 a.top_app_btn {
	display: block;
	margin: 0 auto 0;
}

#top_feature3 {
	padding: 0;
	background: none;
}

#top_feature4 {
	text-align: center;
	padding: 0;
	background: none;
}

#top_feature4 h2 {
	width: 100%;
	float: none;
}

#top_feature4 p {
	width: auto;
	float: none;
}

#top_feature4 .inner div {
	float: none;
	width: 100%;
	margin: 0 0 20px;
}

#top_feature4 a.top_app_btn {
	display: block;
	margin: 0 auto 0;
}

#top_slide {
	margin: 30px auto 0;
}

#top_slide a.btn_green {
	margin: 30px 5px;
}

#top_case2,
#top_history {
	min-height: initial;
	min-height: auto;
	padding: 0 0 30px;
}

#top_case2 h2,
#top_history h2 {
	padding: 30px 0;
	font-size: 15px;
	font-family:'TBゴシック M';
}

#top_case2 p,
#top_history p {
	font-size: 14px;
	letter-spacing: 0;
	margin: 0 0 30px;
}

#top_media {
	padding: 30px 0;
}

#top_media h2 {
	font-size: 15px;
	font-family:'TBゴシック M';
}

#top_media ul {
	width: 80%;
	padding: 0;
	margin: 30px auto 0;
	overflow: visible;
}

#top_media ul li {
	display: block;
	margin: 0 auto 20px;
	line-height: 1.4;
}

#top_media ul li {
	margin-right: 0 !important;
	font-size: 14px !important;
}

#top_media ul li blockquote {
	text-align: center;
}

#top_media ul li blockquote:before {
    font-size: 30px;
    left: -15px;
    top: -5px;
}

#top_media ul li blockquote:after {
    font-size: 30px;
    right: -15px;
    top: -5px;
}

#top_media ul li blockquote span {
	text-align: center;
	letter-spacing: 0;
	font-size: 11px;
}


/* ------------------------------------------------------------ SECONDPAGE ------------------------------------------------------------ */

.second_ttl h2 {
	font-size: 20px;
	font-family:'TBゴシック M';
}

.second_detail {
	text-align: center;
}

.second_detail h3 {
	font-size: 15px;
	font-family:'TBゴシック M';
	padding: 0 10px;
	margin: 30px auto 0;
 	width: 100%;
	height: 32px;
	line-height: 28px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

.second_detail h4 {
	font-size: 15px;
	margin: 20px 0 0;
}

.second_detail p {
	margin: 20px 0;
	font-size: 13px;
	text-align: left;
}

.second_detail p a {
	display: block;
	margin: 10px 0 0;
	text-align: center;
}

.second_detail p br {
	display: none;
}


.second_detail p.p_ex {
	font-size: 11px;
	text-align: left;
}

.second_detail img {
	width: 100%;
	height: auto;
}

.second_detail h4 + p {
	margin: 25px 0 50px;
}

.second_detail p span {
	text-align: left;
}

.feature_wscan p {
	line-height: 1.3;
	font-size: 11px;
	width: 32%;
	margin: 0 0 0 2%;
}

.feature_wscan p:first-child {
	width: 32%;
	margin: 0;
}

/*--------------------------------
	特徴
--------------------------------*/

.feature_ttl1,
.feature_ttl2 {
	background: none;
	padding: 0;
	height: auto !important;
	min-height: 0 !important;
	max-height: none;
	text-align: center;
}

.feature_ttl2 {
	margin: 40px auto 0;
}

.feature_ttl1:before {
	content: "";
	background: url(/feature/images/feature_ttl1_sp.jpg) no-repeat center center;
	background-size: cover;
	display: block;
	width: 100%;
	height: 150px;
}

.feature_ttl2:before {
	content: "";
	background: url(/feature/images/feature_ttl2_sp.jpg) no-repeat center center;
	background-size: cover;
	display: block;
	width: 100%;
	height: 150px;
}

.feature_ttl1 h2,
.feature_ttl2 h2 {
	width: 100%;
	margin: 20px 0 10px;
	font-size: 15px;
	font-family:'TBゴシック M';
	color: rgb(55, 173, 100);
}

.feature_ttl1 p,
.feature_ttl2 p {
	width: 100%;
	font-size: 13px;
	line-height: 1.5;
}


/*--------------------------------
	楽しみ方
--------------------------------*/

.fun_scene_ttl,
.fun_ttl1 {
	background: none;
	padding: 0;
	height: auto !important;
	min-height: 0 !important;
	max-height: none;
	text-align: center;
}


.fun_ttl1:before {
	content: "";
	background: url(/fun/images/fun_ttl_sp.jpg) no-repeat center center;
	background-size: cover;
	display: block;
	width: 100%;
	height: 150px;
}

.fun_scene_ttl:before {
	content: "";
	background: url(/fun/scene/images/fun_ttl_sp.jpg) no-repeat center center;
	background-size: cover;
	display: block;
	width: 100%;
	height: 150px;
}


.fun_ttl1 h2,
.fun_scene_ttl h2 {
	width: 100%;
	margin: 20px 0 10px;
	font-size: 15px;
	font-family:'TBゴシック M';
	color: rgb(55, 173, 100);
}

.fun_ttl1 p,
.fun_scene_ttl p{
	width: 100%;
	font-size: 13px;
	line-height: 1.5;
	margin: 20px 0 10px;
}

.fun_ttl1 p br,
.fun_scene_ttl p br {
	display: none;
}

.fun_detail {
	width:100%;
	padding: 0 5%;
}

.fun_detail .fun_detail_top {
	margin: 0;
	padding: 30px 0 50px;
	font-size: 14px;
}

.fun_detail .fun_detail_top br {
	display: none;
}

.fun_detail h3 {
	padding: 0;
	width: 100%;
	margin: 30px auto 0;
	color: rgb(55, 173, 100);
	font-size: 15px;
	font-family:'TBゴシック M';
	height: 32px;
	line-height: 28px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

.fun_detail h4 {
	font-size: 14px;
	margin: 20px 0 0;
}

.fun_detail p {
	font-size: 13px;
	text-align: left;
	margin: 20px 0;
}

.fun_detail p br {
	display: none;
}

.fun_detail p.b {
	text-align: center;
}

.fun_detail a + img,
.fun_detail p + img {
	width: 100%;
	height: auto;
}

.fun_detail a {
	margin: 0 0 20px;
}

.fun_detail > div:first-child a {
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.fun_detail ul {
	margin: 15px auto 50px;
	border-top: 1px solid #ccc;	
}

.fun_detail ul li {
	width: 100%;
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	text-align: left;
}

.fun_detail ul li a {
	margin: 0;
}

.fun_detail ul li a br {
	display: none;
}

.fun_detail ul li a img {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin: 2px 0 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
}

.fun_detail ul li a p {
	padding: 0 0 0 50px;
	margin: 0;
}

.fun_detail ul li a b {
	margin: 0;
	font-size: 13px;
}

.fun_detail ul.fun_strage li {
	width: 100%;
}

.fun_detail ul.fun_strage li img {
	width: 100px;
	height: auto;
}

.fun_detail ul.fun_strage li a p {
	padding: 0 0 0 110px;
}

.fun_detail .fun_ex {
	margin: 60px auto 0;
}


/*--------------------------------
	使いかた
--------------------------------*/

.manual_navi {
	width: 100%;
	padding: 30px 5% 0;
	margin: 0 auto;
}

.manual_contents + .manual_navi {
	padding: 0 5% 30px 5%;
}

.manual_navi ul li {
	margin: 0 0 5px;
	text-align: left;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	width: 100%;
	float: left;
}

.manual_navi ul li a {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.manual_navi ul li span,
.manual_navi ul li span img {
	width: 30px;
	height: auto;
	display: inline-block;
	margin: 0 5px -10px 0;
}

.manual h2 {
	margin: 0 auto 20px;
	width: 100%;
	padding: 3px;
	color: rgb(55, 173, 100);
	height: auto;
	line-height: 1.3;
	font-size: 15px;
	font-family:'TBゴシック M';

	line-height: 28px;
	min-height: 32px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

.manual_contents {
	width: 100%;
	min-width: inherit;
	padding: 30px 5%;
}

.manual_contents br {
	display: none;
}

.manual_contents .manual_next p br {
	display: block;
}

.manual_contents .large_top {
	font-size: 13px;
	margin: 0 0 30px;
}

.manual_contents .large_top img {
	float: none;
	width: 100%;
	height: auto;
	margin: 0;
}

.manual_contents .large_video {
	margin: 0 auto 30px;
}

.large_video {
  width: 90%;
  height: auto;
  padding-top: 56.25%;
}

.large_video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.manual_contents div {
	margin: 0 auto 40px;
}

.manual_contents .manual_flow h3 {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 10px;
	line-height: inherit;
	float: none;
	font-size: 15px;
	border: none;
}

.manual_contents .manual_flow h3 span {
	display: inline-block;
	margin: 0 5px 0 0;
	position: relative;
	width: auto;
}

.manual_contents .manual_flow h3 span:after,
.manual_contents .print_flow h3 span:after {
	content: ".";
}

.manual_contents .manual_flow img {
	width: 100%;
	height: auto;
	float: none;
}

.manual_contents .print_top + .print_flow p + img {
	margin: 0 auto;
}

.manual_contents .manual_flow p {
	float: none;
	font-size: 13px;
	margin: 20px 0;
	line-height: 1.5;
}

.manual_contents .manual_ex {
	padding: 15px 10px;
	margin: 0 auto 30px;
}

.manual_contents .manual_ex > div img {
	margin: 0 0 10px 10px;
}

.manual_ex p {
	text-align: left;
}

.manual_ex ul > li {
	width: 100%;
	margin: 0 auto 10px;
}

.manual_ex ul > li img {
	max-width: 45%;
	min-width: 100px;
	height: auto;
}

.manual_ex ul ol.manuel_ex_img li {
	width: 100%;
	float: none;
}

.manual_contents .manual_ex > div {
	width: 100%;
}

.manual_next p {
	font-size: 13px;
}

.manual_contents .manual_edit h3 {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 20px;
	line-height: inherit;
	float: none;
	font-size: 14px;
	border: none;
}

.manual_contents .manual_edit h3 img {
	display: inline-block;
	float: none;
	margin: 0 10px -7px 0;
	width: 25px;
}

.manual_contents .manual_edit img {
	float: none;
	margin: 0 auto;
	width: 80%;
	max-width: 250px;
	height: auto;
}

.manual_contents .manual_edit p {
	float: none;
	font-size: 13px;
	margin: 20px 0;
	line-height: 1.5;
}

.manual_contents .manual_edit p img {
	margin: 20px auto 0;
}

.manual_contents .print_top {
	margin: 0 0 30px;
}

.manual_contents .print_top img {
	width: 100%;
	height: auto;
}

.manual_contents .print_top p {
	font-size: 13px;
	margin: 10px 0;
	line-height: 1.5;
}

.manual_contents .print_top p a {
	margin: 0;
}

.manual_contents .print_top img {
	float: none;
	margin: 0 auto;
	max-width: 100%;
}

.manual_contents .print_flow h3 {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 10px;
	line-height: inherit;
	float: none;
	font-size: 15px;
	border: none;
}

.manual_contents .print_flow h3 span {
	display: inline-block;
	position: relative;
	margin: 0 5px 0 0;
	width: auto;
}

.manual_contents .print_flow img {
	float: none;
	max-width: 100%;
	height: auto;
	margin: 10px auto;
}

.manual_contents .print_flow p {
	float: none;
	font-size: 13px;
	width: 100%;
	margin: 0 0 20px;
	line-height: 1.5;
}

.manual_contents .print_flow h4 {
	float: none;
	font-size: 14px;
	margin: 20px 0 0;
}

#print_detail h3 {
	font-size: 14px;
	margin: 30px 0 10px;
}

#print_detail table {
	width: 100%;
	margin: 0 0 20px;
	font-size: 93%;
	line-height: 1.4;
}

#print_detail table th,
#print_detail table td {
	padding: 5px;
}

#print_detail h3 + p {
	border: 2px solid rgb(55, 173, 100);
	padding: 5px 10px;
	font-size: 13px;
}

.manual_contents #print_detail table + p {
	font-size: 11px;
}

.manual_contents #print_detail table + p br {
	display: inherit;
}


/*--------------------------------
	仕様
--------------------------------*/

.spec {
	padding: 0 5%;
}

.spec > img {
	width: 100%;
	height: auto;
	margin: 10px 0 0;
}

.spec h2 {
	font-size: 15px;
	font-family:'TBゴシック M';
	margin: 20px 0 15px;
	width: 100%;
	height: 32px;
	line-height: 28px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

.spec table {
	font-size: 12px;
	margin: 0 auto 30px;
}

.spec table td {
	padding: 3px;
}

.spec table tr:last-child td:last-child a img {
	margin: 5px;
}

.spec table tr:last-child td:last-child a:nth-of-type(1) img {
	margin: 0px;
}

.spec table tr:last-child td:last-child p {
	display: block;
	margin: 10px 10px 0;
}

.spec_app {
	margin: 10px auto;
}

.spec_option {
	width: 100%;
	text-align: left;
	font-size: 13px;
}

.spec_option img {
	float: none;
	width: 100%;
	height: auto;
}

.spec h2 + img {
	margin: 0 0 10px;
}

.spec_ex {
	margin: 10px 0 0;
}

.award {
	margin: 15px auto 0;
}

.award li {
	width: 100%;
	margin: 0 0 30px 0;
}

.award li:nth-of-type(3n){
	margin: 0 0 30px;
}

.award li h3 {
	font-size: 15px;
}

/*--------------------------------
	活用事例
--------------------------------*/

.case_slide ul li a p {
	position: absolute;
	top: auto;
	bottom: 10px;
	left: 5%;
	width: 100%;
	margin: 0;
	font-size: 15px;
}

.case_slide ul li a p span {
	margin: 5px 0 0;
	font-size: 13px;
}

.case_slide ul li a p span small {
	font-size: 11px;
}

.case_slide .bx-wrapper .bx-prev {
	display: none;
}

.case_slide .bx-wrapper .bx-next {
	display: none;
}

.case_slide .bx-wrapper .bx-pager {
	bottom: 10px;
	right: 10px; 
}

.case_slide .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	width: 8px;
	height: 8px;
	margin: 0 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.case_ttl {
	height: auto;
	padding: 15px 0;
}

.case_ttl .inner > h2 {
	font-size: 15px;
	margin: 0 auto 5px;
}

.case_ttl .inner > p {
	font-size: 13px;
	margin: 0 0 10px;
}

.case_ttl .case_top_sp {
	position: relative;
	right: auto;
	top: auto;
	width: 100%;
	height: auto;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.case_ttl .case_top_sp h3 {
	font-size: 15px;
}

.case_ttl .case_top_sp h3 small {
	font-size: 11px;
}

.case_ttl .case_top_sp p {
	margin: 5px 0;
	text-align: left;
}

.case_ttl .case_top_sp h3 br,
.case_ttl .case_top_sp p br {
	display: none;
}

.case_top .case_library ul li {
	float: none;
	width: 100%;
	margin: 0 auto 20px;
}

.case_top .case_library ul li:nth-of-type(3n) {
	margin: 0 auto 20px;
}

.case_top .case_library ul li a {
	position: relative;
	display: block;
	background: #fff;
	overflow: hidden;
	text-align: left;
	line-height: 0;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.case_top .case_library ul li a:hover {
	opacity: 1;
}

.case_top .case_library ul li.case_new a:before {
	width: 40px;
	height: 40px;
}

.case_top .case_library ul li a h3 {
	height: auto;
	font-size: 15px;
	line-height: 1.6;
}

.case_top .case_library ul li a h3 br {
	display: none;
}

.case_top .case_library ul li a div {
	padding: 5px 10px;
	line-height: 1.6;
}

.case_top .case_library ul li a div p {
	font-size: 13px;
}

.case_top .case_library ul li a div p em {
	font-size: 12px;
}

.case_top .case_library ul li a div p small {
	font-size: 11px;
}

.case_top .case_library ul li > p {
	font-size: 12px;
}

.case_top > p {
	padding: 30px 0;
	font-size: 15px;
}

.case_top > p {
	width: 90%;
	padding: 30px 0;
	margin: 0 auto;
	font-size: 15px;
}

.case_top > p br {
	display: none;
}

.case_top > p img {
	width: 100%;
	height: auto;
	margin: 30px auto 0;
}


.case_detail_top {
	width: 100%;
	min-height: 250px;
	max-height: 250px;
}

.case_detail_top h2 {
	width: 100%;
	padding: 70px 0 0;
	font-size: 18px;
	color:#fff;
}

.case_detail_top.case_2 h2 {
	padding: 50px 0 0;
}

.case_detail_top.case_3 h2 {
	padding: 80px 0 0;
}

.case_detail_top h2 br {
	display: none;
}

.case_detail_top h2 span {
	margin: 10px 0 0;
	font-size: 13px;
}

.case_detail_top h2 span small {
	font-size: 12px;
}

.case_detail_txt {
	width: 90%;
	padding: 30px 0;
	margin: 0 auto;
}

.case_detail_txt h3 {
	font-size: 15px;
	text-align: left;
	margin: 0 0 15px;
}

.case_detail_txt p {
	font-size: 13px;
}

.case_detail_txt p span {
	font-size: 12px;
	margin: 10px 0 0;
}

.case_detail_person,
.case_detail_link {
	padding: 15px 0;
}

.case_detail_link .inner > div,
.case_detail_person .inner > div {
	float: none;
	width: 100%;
	margin: 0 0 20px !important;
}

.case_detail_person .inner > div:nth-of-type(2) {
	margin: 0;
}

.case_detail_person .inner > div p {
	font-size: 13px;
	margin: 0 0 10px;
}

.case_detail_person .inner > div p:nth-of-type(2) {
	font-size: 13px;
	margin: 0;
}

.case_detail_link .inner > div a {
	display: block;
	float: none;
	margin: 0 auto;
	text-align: center;
}

.case_detail_person .inner > div img {
	margin: 0 10px 0 0;
}

.case_detail_person .inner > div img {
	width: 110px;
	height: auto;
}

.case_detail_link h3 {
	font-size: 15px;
	margin: 0 0 15px;
}

.case_detail_link p {
	display: block;
	font-size: 13px;
	text-align: center;
}

.case_detail_link p span {
	display: block;
	color: #000;
	margin: 0 !important;
}

.case_detail_person br,
.case_detail_link br {
	display: none;
}

.case_detail_person .inner > div p:nth-of-type(1) br {
	display: block;
}


.case_detail .case_library {
	padding: 30px 0 15px;
}

.case_detail .case_library .inner > h3 {
	font-size: 18px;
	margin: 0 auto 20px;
}

.case_detail .case_library ul li {
	float: left;
	width: 100%;
	margin: 0 auto 15px;
}

.case_detail .case_library ul li:nth-of-type(4n) {
	margin: 0 auto 15px;
}

.case_detail .case_library ul li a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.case_detail .case_library ul li a:hover {
	opacity: 1;
}

.case_detail .case_library ul li a img {
	max-width: 150px;
	margin: 0 10px 0 0;
	float: left;
}

.case_detail .case_library ul li p {
	overflow: visible;
}

.case_detail .case_library ul li p small {
	font-size: 11px;
}

.case_detail .case_library h3 br {
	display: none;
}


/*--------------------------------
	 ヒストリー
--------------------------------*/

.history .his_img {
	min-height: 200px;
	max-height: 300px;
	position: relative;
}

.history h2 {
	font-size: 15px;
	bottom: 20px;
}

.history > div span {
	font-size: 13px;
	color: rgb(55, 173, 100);
	width: 50px;
	height: 50px;
	line-height: 50px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background: #fff !important;
	background-image: none;
	overflow: visible;
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 990;
}

.history .history_next span {
	display: none;
}

.history .his_txt {
	max-width: auto;
	font-size: 13px;
	line-height: 1.6;
	padding: 30px 5%;
}

.history .his_txt h3 {
	margin: 0 0 20px;
	font-size: 14px;
}

.history .his_txt p {
	text-align: left;
}

.history div p br {
	display: none;
}


/*--------------------------------
	購入する
--------------------------------*/

.second_buy {
	padding: 25px 0 0;
}

.second_buy .inner {
	margin: 0 auto 0;
}

.second_buy h2 {
	font-size: 15px;
	font-family:'TBゴシック M';
	padding: 0 10px;
	margin: 60px auto 20px;
 	width: 100%;
	height: 32px;
	line-height: 28px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

.second_buy h2 span {
	float: none;
	margin: 0 0 0 10px;
}

.second_buy h2 + p {
	margin: 0 0 20px;
	font-size: 13px;
}

.second_buy .second_buy_shop {
	width: 100%;
	margin: 10px auto 0;
	text-align: center;
}


.second_buy .second_buy_shop + h3 {
	font-size: 15px !important;
}

.second_buy .second_buy_shop + h3 + h3 {
	font-size: 15px !important;
}

.second_buy .second_buy_slide {
	width: 100%;
	float: none;
}

.second_buy .second_buy_spec {
	width: 100%;
	float: none;
}

.second_buy .second_buy_spec h2 {
	font-size: 24px;
	margin: 20px auto 5px;
}

.second_buy .second_buy_spec h2 + p {
	font-size: 13px;
}

.second_buy .second_buy_spec h3 {
	margin: 10px 0 10px;
	font-size: 13px;
	text-align: center;
}

.second_buy .second_buy_spec ul li h4,
.second_buy .second_buy_spec ul li p {
	font-size: 12px;
}

.second_buy .second_buy_spec .second_buy_shop a img {
	width: 100%;
	height: auto;
}

.second_buy .second_buy_doukon ul {
	margin: 30px 0 0;
}

.second_buy #option {
	text-align: left;
}

.second_buy #option #option_presser {
	margin: 0;
	padding: 0;
}

.second_buy #option #option_presser .second_buy_shop {
	width: 100%;
	float: none;
	margin: 20px auto 0;
}

.second_buy #option h3 {
	font-size: 14px;
}

.second_buy #option p {
	font-size: 13px;
	margin: 5px 0 10px;
}

.second_buy #option p br {
	display: none;
}

.second_buy .second_buy_shop a img {
	width: 100%;
	height: auto;
}

.second_buy #option #option_presser .option_product,
.second_buy #option #option_case .option_product {
	width: 100%;
	margin: 0 auto 10px;
	float: none;
	text-align: center;
}

.second_buy #option #option_presser .option_product img,
.second_buy #option #option_case .option_product img {
	float: none;
	margin: 0;
}

.second_buy #option #option_presser .option_spec,
.second_buy #option #option_case .option_spec {
	width: 100%;
	margin: 0 auto;
	float: none;
}

/* 展示販売店舗 */

.second_buy #buy_shoplist h3 {
	margin: 0 0 15px;
	padding: 3px 10px 3px 45px;
	font-size: 16px;
}

.second_buy #buy_shoplist h3:before {
	top: 4px;
}

.second_buy #buy_shoplist h3 + div table th {
	display: none;
}

.second_buy #buy_shoplist h3 + div table tr {
	display: block;
	padding: 0 0 5px;
}

.second_buy #buy_shoplist h3 + div table tr td {
	display: block;
	padding: 0 5px;
	margin: 0;
	font-size: 12px;
}

.second_buy #buy_shoplist h3 + div table tr td.table_area {
	color: #fff;
	text-align: center;
	padding: 2px;
	background: rgb(55, 173, 100);
	border-bottom: none;
	width: 100%;
	margin-top: 20px;
}

.second_buy #buy_shoplist h3 + div table tr td:last-child {
	width:100%;
	text-align: left;
}

.second_buy #buy_shoplist h3 + div table tr td a {
	display: block;
	padding: 5px 0 0;
}

.second_buy #buy_shoplist h4 {
	margin: 0 0 15px;
	padding: 3px 10px 3px 45px;
	font-size: 16px;
}
.second_buy #buy_shoplist h4 + div table tr td.table_area {
	display: none;
}

.second_buy ul.second_buy_webshop {
	margin: 0 0 30px 0;
}

.second_buy ul.second_buy_webshop li {
	width: 100%;
	padding: 10px 0 0 0;
	float: none;
	clear: both;
	margin: 0 0 10px 0;
	height: auto;
	min-height:1px;
	zoom:1;
}

.second_buy ul.second_buy_webshop li:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}


.second_buy ul.second_buy_webshop li a {
	margin: 0;
}

.second_buy ul.second_buy_webshop li:nth-child(3n) {
	margin: 0 0 10px 0;
}

.second_buy ul.second_buy_webshop li img {
	margin: 0 10px 0 0;
}


/*--------------------------------
	サポート
--------------------------------*/

.support h2 {
	font-size: 15px;
	font-family:'TBゴシック M';
	margin: 0 0 20px;
	width: 100%;
	height: 32px;
	line-height: 28px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

.support h2 + p {
	text-align: left;
	font-size: 14px;
}

.support h2 + p br {
	display: none;
}

.support_navi {
	width: 100%;
	margin: 30px auto 0;
	padding: 30px 5% 0;
}

#guide + .support_navi {
	padding: 0 5% 30px;
}

.support_navi ul,
#guide + .support_navi ul {
	padding: 0;
}

.support_navi ul li {
	margin: 0 0 5px;
	text-align: left;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	width: 100%;
	float: left;
	letter-spacing: -0.1em;
}

.support_navi ul li a {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.support_navi ul li span,
.support_navi ul li span img {
	width: 30px;
	height: auto;
	display: inline-block;
	margin: 0 5px -10px 0;
}

/* faq */

#faq {
	margin: 0 auto;
	padding: 60px 5% 0 !important;
}

.faq_nav {
	width: 100%;
	margin: 10px auto 20px;
	float: none;
}

.faq_nav ul li {
	margin: 0 0 10px;
	font-size: 13px;
	padding: 3px 0 3px 17px;
	height: 19px;
	line-height: 13px;
	background-size: 13px;
}

.faq_nav .support_search {
	margin: 30px 0 0;
}

#faq .faq_contents {
	float: none;
	width: 100%;
}

#faq .faq_contents h3 {
	font-size: 14px;
	padding: 0 0 10px;
	margin: 20px 0 5px;
}

#faq .faq_contents dl {
	margin: 0;
}

#faq .faq_contents dl dt {
	margin: 0 0 10px;
	font-size: 13px;
}

#faq .faq_contents dl dd {
	margin: 0 0 30px;
	font-size: 13px;
}

/* contact */

#contact {
	margin: 0 auto;
	padding: 60px 5% 0 !important
}

#contact ul {
	margin: 20px auto;
	padding: 20px 10px 0;
}

#contact ul li {
	width: 100%;
	float: none;
	margin: 0 0 20px;
}

#contact ul li i {
	font-size: 30px;
}

#contact ul li h3 {
	font-size: 13px;
	margin: 0;
}

#contact ul li a {
	font-size: 18px;
}

#contact ul + p {
	text-align: left;
}

/* download */

#download {
	margin: 0 auto;
	padding: 60px 5% 0 !important;
}

#download .dl_app {
	margin: 20px auto;
	vertical-align: middle;
}

#download .dl_app a {
	display: inline-block;
}

#download .dl_app a:first-child img {
	width: 60px;
	height: 60px;
}

#download .dl_app a:nth-child(2) img {
	width: 135px;
	height: auto;
}

#download .dl_update {
	margin: 20px auto;
	padding: 10px 15px;
	width: 100%;
	line-height: 1.5;
}

#download h3 {
	font-size: 14px;
	margin: 10px auto;
}

#download dt {
	width: 100%;
	margin: 0;
	float: none;
	color: rgb(55, 173, 100);
}

#download dd {
	margin: 0 0 10px;
}

/* guide */

#guide {
	margin: 0 auto 50px;
	padding: 60px 5% 0 !important;
}

#guide p {
	font-size: 13px;
}

#guide a {
	margin: 30px auto 0;
	font-size: 14px;
}

#guide a img {
	margin: 20px auto 10px;
	max-width: 300px;
	width: 90%;
	height: auto;
}

/*--------------------------------
	ニュース
--------------------------------*/

.news {
	padding: 30px 15px;
}

.news h2 {
	font-size: 18px;
	margin: 0 0 30px;
}

.news .news_list {
	margin: 0 auto 30px;
	width: 90%;
}

.news .news_list dt {
	width: 100%;
	clear: none;
	margin: 0 0 5px;
}

.news .news_list dd {
	margin: 0 0 15px;
}

.news .news_list + a {
	margin: 0 5% 0 0;
	font-size: 10px;
}

.news .news_contents {
	margin: 0;
}

.news .news_contents h3 {
	font-size: 15px;
	margin: 0 0 10px;
}

.news .news_contents .news_text p {
	margin: 0 0 20px;
	font-size: 13px;
}

.news .news_link {
	padding: 10px 0 0;
	margin: 30px auto 0;
}

/* NEWS新モデル */

.news .news_contents.newmodel h3 {
	margin: 20px auto;
}

.news .news_contents.newmodel .news_date {
	margin: 5px 0 0;
}

.news .news_contents.newmodel h4 {
	margin: 40px 0 20px;
}

.news .news_contents.newmodel .newmodel_top {
	margin: 20px auto;
	text-align: left;
}

.news .news_contents.newmodel ul.newmodel_shop li {
	width: 100%;
	margin: 0;
	display: block;
	float: none;
	font-size: 13px;
}

.news .news_contents.newmodel .newmodel_top br {
	display: none;
}

.news .news_contents.newmodel .newmodel_link a {
	margin: 20px auto 0;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	max-width: 100%;
}

.news .news_contents.newmodel dl {
	margin: 20px auto;
	font-size:13px;
}

.news .news_contents.newmodel dl dt {
	width: 70px;
	float: left;
	clear: left;
	margin: 0 0 10px;
}

.news .news_contents.newmodel dl dd {
	width: auto;
	margin: 0 0 10px 80px;
}

.news .news_contents.newmodel table {
	font-size: 13px;
}

.news .news_contents.newmodel table th,
.news .news_contents.newmodel table td {
	padding: 3px;
}

.news .news_contents.newmodel p.excuse {
	font-size: 13px;
	text-align: left;
}

.news .news_contents.newmodel .newmodel_contact {
	margin: 60px auto 0;
	text-align: center;
}

.news .news_contents.newmodel .newmodel_contact h5 {
	font-size: 15px;
	margin: 0 0 20px;
	border-top: 1px solid rgb(55, 173, 100);
	border-bottom: 1px solid rgb(55, 173, 100);
}

.news .news_contents.newmodel .newmodel_contact h5:before,
.news .news_contents.newmodel .newmodel_contact h5:after {
	display: none;
}

.news .news_contents.newmodel .newmodel_contact ul {
	border-bottom: 1px solid rgb(55, 173, 100);
	padding: 0;
}

.news .news_contents.newmodel .newmodel_contact ul li {
	display: block;
	width: 100%;
	float: none;
	margin: 0 0 25px;
}

.news .news_contents.newmodel .newmodel_contact ul li h6 {
	font-size: 13px;
	font-weight: bold;
}

.news .news_contents.newmodel .newmodel_contact ul li:first-child p {
	font-size: 13px;
}

.news .news_contents.newmodel .newmodel_contact ul li p {
	display: block;
	margin: 5px 0 0;
}

.news .news_contents.newmodel .newmodel_contact p.excuse2 {
	padding: 10px 10px;
	font-size: 12px;
	text-align: left;
}


/* ------------------------------------------------------------ jQuery ------------------------------------------------------------ */

/* bx-slider */

.bx-wrapper .bx-prev {
	left: 0;
	background: url(/common/images/slides_left.png) no-repeat;
	background-size: 50%;
	background-position: center center;
}

.bx-wrapper .bx-next {
	right: 0;
	background: url(/common/images/slides_right.png) no-repeat;
	background-size: 50%;
	background-position: center center;
}

}/* @media終了 */


