@charset "UTF-8";
/* リンクの設定 */
a {
  border: none;
  color: #006DD9;
  text-decoration: none;
}
a:visited {
  color: #7F5AD7;
  text-decoration: none;
}
a:active {
  color: #006DD9;
  text-decoration: none;
}
a:hover {
  color: #006DD9;
  text-decoration: underline;
}

.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}

b, strong {
	font-weight: bold;
	color: #F00;
}

/* header */
@media screen and (min-width: 1024px) {
.header {
    padding-top: 16px;
    padding-bottom: 4px;
}
.header-logo {
    max-width: 400px;
	max-height: 70px;
}
}
@media screen and (max-width: 1023px) {
.header-logo {
    max-width: 180px;
	max-height: 40px;
}
}

/* デスクトップ：最大360pxボタン 色付き */
.btnAttentionBlockLarge {
  width: 100%;
  background: #ff9a00;
  font-weight: bold;
  color: #FFF;
  line-height: 1.2;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.btnAttentionBlockLarge:hover,
.btnAttentionBlockLarge:visited {
  color: #FFF;
  text-decoration: none;
}
.btnAttentionBlockLarge:focus,
.btnAttentionBlockLarge:active {
  color: #FFF;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.btnAttentionBlockLarge:hover {
  background: #ff7e00;
}
.btnAttentionBlockLarge:active,
.btnAttentionBlockLarge:focus {
  background: #eda800;
}
@media (min-width: 768px) {
  .btnBlockLarge {
    max-width: 360px;
  }
  .btnAttentionBlockLarge {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .btnSearchBlock {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 15px 20px;
    font-size: 20px;
  }
}
/* nav */
@media screen and (min-width: 1024px){
.nav {
    display: block;
    margin-bottom: 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.nav-item a {
    position: relative;
    display: block;
    margin: -15px -10px;
    padding: 15px 10px;
    color: var(--color-text-base);
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
	.nav-item {
    display: block;
    padding: 15px 10px;
    margin-right: 4px;
    font-size: 14px;
    font-size: .875rem;
}
	.nav-item a:hover::before, .nav-item.stay a::before {
    border-color: #F70307;
}
}

/* top image*/
.hero_V3 {
  background-image: url(/themes/square/images/mainBG.jpg);
  padding-bottom: 0px;
  margin-bottom: 24px;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}

.hero_V3:after {
        position: absolute;
        content: '';
        height: 670px;
        width: 840px;
        background-image: none;
        background-size: 100% 100%;
        bottom: -10px;
        right: 0;
    }

.hero_V3 .acms-admin-container {
  padding: 0px;
}
.hero_V3 .hero1-carousel {
  margin: 25px 0px 0px;
}
.hero_V3 .hero1-carousel .item {
  margin-bottom: 0px;
}
.hero_V3 .hero-content {
  position: relative;
}
.hero_V3 .hero-content .hero-text {
  max-width: 535px;
  margin-right: 5px;
  margin-left: auto;
  text-align: left;
  margin-top: 10px;
}
.hero_V3 .hero-content .hero-text h3 {
  font-size: 60px;
  text-transform: capitalize;
  line-height: 80px;
}
.hero_V3 .hero-content .hero-text p {
  font-size: 45px;
  line-height: 50px;
  text-transform: capitalize;
  font-weight: 600;
  margin: 10px auto 20px;
}

.hero1-carousel .owl-dots {
  left: 25px;
}

#mv {
	text-align: center;
}

@media screen and (max-width:768px){
	#mv {
		padding: 0 5px;
	}
	.mv_img {
		max-width: 100%;
		height: auto;
	}
}

/*pc*/
@media screen and (min-width: 601px) {
.sp {display:none!important;}
}
@media screen and (min-width: 481px) {
.sp480 {display:none!important;}
}

/*sp*/
@media screen and (max-width: 600px) {
.pc {display:none!important;}
}
}


/* フッター内会社情報 */
.footWrapper {
  padding: 30px 0;
  background: #2c4194;
}
.companyAbout {
  margin: 0 0 30px 0;
  color: #000000;
}
.companyName {
  margin: 0 0 15px 0;
  color: #000000;
  font-size: 20px;
  font-style: normal;
}
.companyDetail {
  margin: 0 0 5px 0;
  padding: 0;
  color: #000000;
  font-size: 14px;
  font-style: normal;
}
.companyDetail a {
  color: #000000;
}
.companyDetail a:hover {
  text-decoration: underline;
}
/* ページの上に戻るボタン */
.pageTopBtn {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/marker/btn_pageTop.png) no-repeat center;
  transform: translateZ(0);
  z-index: 1000;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.no-js .pageTopBtn {
  /* jsが無効の環境のとき */
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.pageTopBtnAppear {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media screen and (max-width: 767px) {
  .pageTopBtn {
    
  }
}
@media screen and (min-width: 768px) {
  .pageTopBtn:hover {
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
  }
}
/* フッター内各SNSアカウントのリンク集 */
.snsList {
  list-style: none;
  margin: 0 -5px 30px 15px;
  padding: 0;
}
.snsListItem {
  float: left;
  margin: 0 5px;
}
.snsListItem a:hover,
.snsListItem a:visited,
.snsListItem a:active,
.snsListItem a:focus {
  text-decoration: none;
}
/* 各種SNSボタン */
.snsListItem .snsListFacebook {
  /* Facebook */
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 19px;
  color: #FFF;
  border-radius: 4px;
  background: #3b5999;
}
.snsListItem .snsListFacebook:before {
  vertical-align: middle;
}
.snsListItem .snsListTwitter {
  /* Twitter */
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 19px;
  color: #FFF;
  border-radius: 4px;
  background: #55acee;
}
.snsListItem .snsListTwitter:before {
  vertical-align: middle;
}
.snsListItem .snsListGplus {
  /* Google + */
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 19px;
  color: #FFF;
  border-radius: 4px;
  background: #dd4b39;
}
.snsListItem .snsListGplus:before {
  vertical-align: middle;
}
.snsListItem .snsListYoutube {
  /* YouTube */
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 19px;
  color: #FFF;
  border-radius: 4px;
  background: #cd201f;
}
.snsListItem .snsListYoutube:before {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .snsList {
    float: right;
    margin: 0 -10px;
  }
  .snsListItem {
    margin: 10px;
  }
  .snsListItem a:hover {
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
  }
}
/* 著作権表示 */
.copyright {
	margin: 0;
	color: #FFF;
	padding-top: 40px;
	padding-bottom: 10px;
}
.copyrightText {
  margin: 0 auto;
}
.copryrightLogo {
  vertical-align: middle;
}

/* チェックエリア */

.checkArea {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 40px;
	margin-top: 0px;
	background-color: #bce2e8;
}


.headTitle {
	font-family: 'I-OTF-UDゴ表示Pro E', 'IwaUDGoDspPro-Eb';
	font-size: 36px;
	color: #333;
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-right: 20px;
	padding-left: 0px;
	line-height: 1.5;
}

.bg_checkbox {
	list-style-type: none;
}

.bg_checkboxLine {
	padding-left: 28px;
	padding-bottom: 16px;
	font-size: 24px;
	line-height: 1.5;
	background-image: url(../images/bg_checkbox_on.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	font-family: 'I-OTF-UDゴ表示Pro B', 'IwaUDGoDspPro-Bd';
}
@media (max-width: 768px) {
	.headTitle {
	font-family: 'I-OTF-UDゴ表示Pro E', 'IwaUDGoDspPro-Eb';
	font-size: 20px;
	color: #333;
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 0px;
	line-height: 1.5;
}
.bg_checkbox {
	list-style-type: none;
	padding-left:0px !important;
}
.bg_checkboxLine {
	padding-left: 28px;
	padding-bottom: 16px;
	font-size: 16px;
	line-height: 1.5;
	background-image: url(../images/bg_checkbox_on.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	font-family: 'I-OTF-UDゴ表示Pro B', 'IwaUDGoDspPro-Bd';
}
}

/* アンサーエリア */

.ansArea {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 40px;
	margin-top: 0px;
}

h2.ansTitle {
	color: #FFF;
	font-size: 20px;
	line-height: 1.5;
	background: #2492cc;
	font-family: 'I-OTF-UDゴ表示Pro B', 'IwaUDGoDspPro-Bd';
	padding: 8px;
	margin-top: 16px;
	margin-bottom: 16px;
}

h2.ansTitle strong {
    display: inline-block;
    width: 40px;
    background: url(../images/head.png) no-repeat;
    text-align: center;
    margin-right: 10px;
	font-family: 'I-OTF-UDゴ表示Pro B', 'IwaUDGoDspPro-Bd';
}

h3.ansTitle2 {
	font-size: 20px;
	display: block;
	margin-top: 16px;
	margin-bottom: 16px;
}

.ansText {
	font-size: 16px;
	line-height: 1.7;
	color: #333;
	margin-bottom: 20px;
}

.ichiranBTNansafter {
	margin-bottom: 24px;
}

@media (max-width: 768px) {
	h2.ansTitle {
	color: #FFF;
	font-size: 18px;
	line-height: 1.5;
	background: #2492cc;
	font-family: 'I-OTF-UDゴ表示Pro B', 'IwaUDGoDspPro-Bd';
	padding: 5px;
}
h3.ansTitle2 {
	font-size: 18px;
	display: block;
	margin-top: 16px;
	margin-bottom: 8px;
}
}

/* ポイントエリア */

.pointArea {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 40px;
	margin-top: 0px;
	background-color: #990000;
}

.maruImage {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}

.maruImage img {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.titleShiro {
	color: #FFF;
}

.anshinTitle {
	font-size: 28px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}

.anshinTitle a {
	color: #FFFFFF;
	text-decoration: none;
}

.anshinTitle a:hover {
	text-decoration: underline;
}

.anshinText {
	font-size: 16px;
	line-height: 24px;
	color: #C96;
	text-align: center;
	margin-top: 0px;
}

@media (max-width: 768px) {
	.anshinTitle {
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}
}

/* お試し購入誘導エリア */
.narrow-container {
  margin: 0 auto;
  max-width: 960px;
  padding-left: 20px;
  padding-right: 20px;
}
*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
@media (max-width: 1170px) {
  .acms-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sp-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .acms-grid-r .sp-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sp-container .sp-container {
    padding: 0;
  }
  .sp-container .acms-container .sp-container {
    padding: 0;
  }
}
/* 購入誘導エリア */
.buyBox {
  background: url(../images/buy01.jpg) center center / cover no-repeat fixed;
  height: 280px;
}
.buyInner {
  display: table;
  width: 100%;
  padding: 15px 0;
}
.buyItem {
	width: 100%;
	padding: 0;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.buyText {
  margin: 0 0 10px 0;
  line-height: 1.5;
  font-size: 14px;
}
.buyTel {
	margin: 0 0 10px 0;
	font-size: 36px;
	font-weight: bold;
	color: #F00;
}
.buyTel a {
  color: inherit;
}
.buyBtn {
  margin: 0;
}

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

@media screen and (min-width: 768px) {
  .buyBox {
	background: url(../images/buy01.jpg) center center cover no-repeat fixed;
	height: 400px;
}
  .buyInner {
    padding: 0;
  }
  .buyItem {
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
  }
  .buyTel {
    margin: 0;
  }
  .buyHalf {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  .buyTelArea {
	max-width: 360px;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
  }
}


@media screen and (max-width: 767px) {
.buyBoxOtameshi {
	background-image: url(../images/buyOtameshi.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-origin: inherit;
	background-color: inherit;
	background-clip: inherit;
	height: 300px;
}
}

@media screen and (min-width: 768px) {
.buyBoxOtameshi {
	background-image: url(../images/buyOtameshi.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-origin: inherit;
	background-color: inherit;
	background-clip: inherit;
	height: 500px;
}
}

/* 購入誘導エリア */
.buyBox2 {
  background: url(../images/buy02.jpg) center center / cover no-repeat fixed;
  height: 280px;
}

@media screen and (min-width: 768px) {
  .buyBox2 {
	background: url(../images/buy02.jpg) center center cover no-repeat fixed;
	height: 400px;
}
}

/* 購入誘導エリア */
.buyBox3 {
  background: url(../images/buy03.jpg) center center / cover no-repeat fixed;
  height: 280px;
}

@media screen and (min-width: 768px) {
  .buyBox3 {
	background: url(../images/buy03.jpg) center center cover no-repeat fixed;
	height: 400px;
}
}


/* 支持ポイントエリア */

.supportArea {
  background: url(../images/point2.jpg) center center / cover no-repeat fixed;
}

.supportAreaInner {
	position: relative;
	background: rgba(0, 167, 221, 0.70);
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

.supportTitle {
	font-size: 48px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 24px;
	font-family: '筑紫A丸ゴシック Std E', 'TsukuARdGothicStd-E';
}

.supportTitle a {
	color: #FFFFFF;
	text-decoration: none;
}

.supportTitle a:hover {
	text-decoration: underline;
}

.supportText {
	font-size: 16px;
	line-height: 28px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 36px;
}

.supportText a {
	color: #FFFFFF;
	text-decoration: none;
}

.supportText a:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.supportTitle {
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 8px;
	font-family: '筑紫A丸ゴシック Std E', 'TsukuARdGothicStd-E';
}
}


/* 使用用途エリア */

.caseArea {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 40px;
	margin-top: 0px;
}

h2.caseCategoryTitle  {
	position: relative;
	padding: 1em 0;
	text-align: center;
	font-family: "筑紫A丸ゴシック Std E", TsukuARdGothicStd-E;
	font-size: 24px;
}
h2.caseCategoryTitle::before,
h2.caseCategoryTitle::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
h2.caseCategoryTitle::before {
	top: 0;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
}
h2.caseCategoryTitle::after {
	bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}

h2.caseTitle,
h2.caseTitle a {
	color: #FFF;
	font-size: 20px;
	line-height: 1.5;
	background: #2492cc;
	font-family: 'I-OTF-UDゴ表示Pro M', 'IwaUDGoDspPro-Md';
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 12px !important;
}

.caseText {
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 26px;
}

@media (max-width: 768px) {
	h2.caseCategoryTitle  {
	position: relative;
	padding: 1em 0;
	text-align: center;
	font-family: "筑紫A丸ゴシック Std E", TsukuARdGothicStd-E;
	font-size: 18px;
}
	h2.caseTitle,
	h2.caseTitle a {
	color: #FFF;
	font-size: 18px;
	line-height: 1.5;
	background: #2492cc;
	font-family: 'I-OTF-UDゴ表示Pro M', 'IwaUDGoDspPro-Md';
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 12px !important;
}
}

/* 簡単エリア */

.kantanArea {
	background-image: url(../images/bgKantan.png);
	background-repeat: repeat;
}

.kantanAreaInner {
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}

/* 購入誘導エリア */
.buyBox2 {
  background: url(../images/buy02.jpg) center center / cover no-repeat fixed;
  height: 280px;
}

@media screen and (min-width: 768px) {
  .buyBox2 {
	background: url(../images/buy02.jpg) center center cover no-repeat fixed;
	height: 400px;
}
}

/* お客様の声のエリア */

.voiceArea {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 40px;
	margin-top: 0px;
}

/* エコエリア */

.ecoArea {
  background: url(../images/ecoBg.jpg) center center / cover no-repeat fixed;
  margin-bottom: 44px;
}

.ecoAreaInner {
	position: relative;
	background: rgba(0, 167, 221, 0.70);
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

.ecoAreaTitle {
	font-size: 28px;
	color: #FFFFFF;
	text-align: left;
	margin-top: 24px;
	margin-bottom: 24px;
	font-family: "筑紫A丸ゴシック Std E", TsukuARdGothicStd-E;
	line-height: 1.5;
}

.ecoAreaText {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 36px;
}

.ecoBanner {
	padding-top: 0px;
	padding-bottom: 20px;
}

@media (max-width: 768px) {
	.ecoAreaTitle {
	font-size: 20px;
	color: #FFFFFF;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 8px;
	font-family: "筑紫A丸ゴシック Std E", TsukuARdGothicStd-E;
	line-height: 1.5;
}
}


/*contents*/
.topicpath {
  height: 28px;
  margin-bottom: 48px;
  margin-top: 16px !important;
  overflow: hidden;
}



/*cart*/
.chuui {
	margin-bottom: 36px;
	margin-top: 24px;
	padding-top: 16px;
	border-top: 1px solid #cccccc;
}

.chuui p {
    line-height: 1.7;
}


