/*--------------------------------------
 新LP　集配クリーニング用　2024.06
----------------------------------------*/
/*---------------
基本設定
----------------*/
body {
  font-family: "Noto Sans JP", sans-serif,“ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”!important;
  line-height:1.4!important;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
p {
  font-size: 20px;
  text-align: center;

}
img {
  display: block;
}
.under-yellow {
  background: linear-gradient(transparent 60%, #ffff1e 60%);
}
.mobi {
  display: none;
}
.pc {
  display: block;
}
h2 {
  line-height: 1.4!important;
	font-weight:bold!important;
}
/*---------------
header
----------------*/
.header {
  display: flex;
  justify-content: space-between;
  width: 910px;
  margin: auto;
}
/*---------------
main
----------------*/
.main {
  position: relative;
  max-width: 910px;
  margin: 0 auto 50px;
}
.main a {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
}
/*---------------
about
----------------*/
.about p {
  font-weight: bold;
}
.about p:first-of-type{
	font-size:25px;
}
.about > img {
  margin: 40px auto;
	width:max-content;
}
.line-img {
  margin: 60px auto 60px;
}
.line-img img {
  margin: auto;
	width:max-content;
}
.kantan {
  font-size: 27px;
  margin: auto;
  background: url(./images/deco.png);
  width: 436px;
  background-repeat: no-repeat;
  background-position: bottom;
}
.about ul {
  background: rgb(217, 0, 1, 0.2);
  border-radius: 25px;
  margin: 30px auto 50px;
  width: 670px;
  padding: 30px 60px;
	box-sizing:border-box;
}
.about ul li::before {
  content: "";
  background: url(./images/checkmark.png);
  width: 41px;
  height: 36px;
  display: inline-block;
  top: 5px;
  left: 0;
  position: absolute;
}
.about ul li {
  font-size: 30px;
  color: #d90001;
  padding-left: 50px;
  position: relative;
  font-weight: bold;
	margin-bottom:10px;
}
.about ul li:last-of-type{
	margin-bottom:0;
}

.about .kantan{
	margin-top:40px;
}

.form-link{
	text-align:center;
	display:block;
	margin-bottom:30px;
}

.form-link img{
	margin:0 auto;
}
/*---------------
4step
----------------*/
.step {
  background: #eff4f4;
  padding: 60px;
}
.step h2 {
  margin: 0 auto 50px;
  text-align: center;
  font-size: 26px;
  background: url(./images/deco01.png);
  background-repeat: no-repeat;
  width: 266px;
}
.step h2 .under-yellow {
  line-height: 37px;
}
.step h2 .t-big {
  font-size: 39px;
}
.step-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 750px;
  margin: 60px auto 0;
}
.step-wrap div {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.step-wrap div span:first-of-type {
  font-size: 23px;
}
.step-wrap div span:last-of-type {
  font-size: 35px;
}
.step-wrap div:last-child {
  width: 100%;
  margin: 50px auto 0;
}
.step-wrap div:last-child a img {
  margin: auto;
	width:max-content;
}
/*---------------
日々の洗濯をもっとラクに point
----------------*/
.points {
  padding: 80px 0 80px 0;
}
.ttl-shirt {
  text-align: center;
  font-size: 40px;
  position: relative;
  margin: 100px auto 40px;
}
.ttl-shirt:before {
  content: "";
  background: url(./images/icon01.png);
  display: block;
  position: absolute;
  width: 62px;
  height: 71px;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.ttl-shirt:after {
  content: "";
  background: #d90001;
  display: block;
  position: absolute;
  width: 104px;
  height: 7px;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.point-wrap {
  display: flex;
	align-items:center;
  justify-content: space-between;
  width: 828px;
  margin: 0 auto 50px;
}
.point-wrap:first-of-type {
  margin-top: 120px;
}
.point-txt{
	width:401px;
}
.point-txt p {
  font-weight: bold;
  margin: 30px 0;
  display: inline-block;
  font-size: 30px;
}
.point-txt .t-small {
  font-size: 12px;
  margin: 0;
}
.point-txt ul {
  background: rgb(217, 0, 1, 0.2);
  border-radius: 25px;
  padding: 15px 100px 15px 20px;
  position: relative;
	box-sizing:border-box;

}
.point-txt ul::after {
  content: "";
  background: url(./images/good.png);
  display: block;
  width: 77px;
  height: 77px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.point-txt ul li {
  font-size: 16px;
  color: #d90001;
  padding-left: 30px;
  position: relative;
  font-weight: bold;
  margin-bottom: 10px;
}
.point-txt ul li::before {
  content: "";
  background: url(./images/checkmark2.png);
  width: 21px;
  height: 19px;
  display: inline-block;
  top: 5px;
  left: 0;
  position: absolute;
}
.point-txt ul li:last-of-type{
	margin-bottom:0;
}
/*---------------
料金表
----------------*/
.price {
  background: #eff4f4;
  padding: 80px 0 0;
}
.price-ttl {
  position: relative;
  width: max-content;
  margin: auto;
}
.price-ttl::after {
  position: absolute;
  content: "※価格は税込表示です";
  bottom: 0;
  right: -185px;/*-170px*/
  font-weight: bold;
}
.price h2 {
  text-align: center;
  font-size: 40px;
  position: relative;
  margin: 100px auto;
	line-height:1;
}
.price h2:before {
  content: "";
  background: url(./images/icon02.png);
  display: block;
  position: absolute;
  width: 62px;
  height: 71px;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.price h2:after {
  content: "";
  background: #d90001;
  display: block;
  position: absolute;
  width: 104px;
  height: 7px;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.price-table {
  width: 828px;
  margin: 0 auto 50px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 20px;
}
.price-table tr th {
  background: #fff;
	font-weight:bold;
}
.price-table tr th,
.price-table tr td {
  padding: 13px;
  font-size: 21px;
  text-align: left;
  border: 1px solid #a5a5a5;
  box-sizing: border-box;
}
.price-table tr td {
  border-bottom: 1px solid #a5a5a5;
  background: #eff0f0;
  text-align: center;
  font-weight: bold;
	vertical-align:middle;
}

.price-table tr td.osusume{
	position:relative;
	color:red;
	font-weight:700;	
}

.price-table tr td.osusume:before{
    content: "";
    background: url(images/osusume.png) no-repeat;
    width: 171px;
    height: 56px;
    background-size: contain;
    position: absolute;
    left: -145px;
    top: -4px;	
}

.price-table .t-small {
  font-size: 12px;
}
.price-table tr:first-child th {
  color: #fff;
  background: #d90001;
  text-align: center !important;
  font-size: 23px !important;
  border-bottom: 0;
}
.price-table tr .last-left {
  border-radius: 0 0 0 20px;
}
.price-table tr .last-right {
  border-radius: 0 0 20px 0;
}
.price-table:last-of-type{
}
.table-gold {
  background: #d8b670 !important;
  text-align: center !important;
}
.table-gold span {
  color: #fff;
  font-size: 15px;
  margin-left: 5px;
}
.table-pink {
  background: rgb(217, 0, 1, 0.2) !important;
  text-align: center;
  font-weight: bold;
  text-align: center !important;
}
.t-gold {
  color: #b88e6d;
  border-radius: 25px;
  border: 1px solid #b88e6d;
  font-size: 17px;
  padding: 0px 10px;
  margin-right: 5px;
  line-height: 1;
  vertical-align: baseline;
  font-weight: normal;
}
.t-gold:first-of-type {
  margin-left: 20px;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  width: 828px;
  margin: auto;
}
.flex .price-table {
  width: 405px;
}
.flex .price-table .table-gold {
  padding: 10px 5px;
  text-align: left;
	white-space:nowrap;
}
.flex .price-table:last-of-type {
  height: max-content;
}
.flex .table-gold {
  font-size: 20px;
}
.flex .table-gold span {
  font-size: 14px;
}
.grid {
  display: grid;
  width: 828px;
  margin: auto;
  grid-template-columns: repeat(2, max-content);
  grid-template-rows: repeat(3, max-content);
  justify-content: space-between;
}
.grid .price-table {
  width: 405px;
  height: max-content;
  margin-bottom: 0;
}
.grid .price-table th {
  width: 123px;
  padding: 10px 5px;
}
.grid .price-table td {
  padding: 10px 5px;
  font-size: 18px;
}
.grid .price-table:first-of-type {
  grid-area: 1 / 1 / 3 / 2;
}
.grid .price-table:first-of-type th,
.grid .price-table:first-of-type td {
  font-size: 18px;
}
.grid .price-table:nth-of-type(2) {
  grid-area: 1 / 2 / 2 / 3;
  margin-bottom: 20px;
}
.grid .price-table:nth-of-type(3) {
  grid-area: 2 / 2 / 3 / 3;
}
.grid div {
  grid-area: 3 / 1 / 4 / 3;
}
.table-attention {
  margin-bottom: 30px;
}
.table-attention p {
  font-size: 12px;
  text-align: left;
}
/*---------------
他社と名鉄クリーニングの違いは？
----------------*/
.diff {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 910px;
  margin: 80px auto 100px;
}
.diff h2 {
  width: 100%;
}
.diff div p {
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 auto 30px;
  width: max-content;
  font-size: 30px;
}
/*---------------
こんなにお得!!
----------------*/
.otoku {
  background: #eff4f4;
  padding: 80px 0;
}

.otoku > img:first-of-type {
  margin: 80px auto 30px;
}
.otoku a img {
  margin: auto;
}
.other-service {
  background: rgb(217, 0, 1, 0.2);
  border-radius: 20px;
  width: 847px;
  margin: -60px auto 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 100px 35px 65px;
  box-sizing:border-box;
}
.service {
  position: relative;
}
.service h2 {
  position: relative;
  top: 20px;
  text-align: center;
  font-size: 40px;
  width: 100%;
}
.service h2::before {
  content: "";
  position: absolute;
  display: block;
  background: url(./images/service-bg.png);
  width: 840px;
  height: 176px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.service-wrap {
  width: max-content;
}
.service-wrap:last-of-type {
  width: 100%;
}
.baloon {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(./images/service-baloon.png);
  width: 367px;
  height: 147px;
  margin: 20px auto;
  font-size: 25px !important;
}
.baloon span {
  display: block;
  margin-top: -14px;
  text-align: center;
  font-weight: bold;
}
.service-wrap img {
	margin:0 auto 20px;
}
.service-wrap:last-of-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.service-wrap:last-of-type img {
  margin-bottom: 0;
}
.service-wrap:last-of-type p:last-of-type {
  font-size: 12px;
  text-align: left;
}

/*----------------------------------------
reset
----------------------------------------*/

html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------
全体
----------------------------------------*/

body {
	font-family: Arial, Roboto, “Droid Sans”, “メイリオ”, Meiryo,“ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	word-break: break-word;
	text-size-adjust: none;
}

.wrapper {
	box-sizing: border-box;
	height: 100%;
	margin: 0 auto;
	width: 970px;
}

.sp-wrapper {
	overflow: hidden;
}

.center {
	display: block;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pc-left {
	float: left;
}

.pc-right {
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.t-center {
	text-align: center !important;
}

.t-left {
	text-align: left !important;
}

.t-right {
	text-align: right !important;
}

.pc-t-center {
	text-align: center !important;
}

.clear {
	clear: both;
}

.inline {
	display: inline !important;
}

.inline-b {
	display: inline-block !important;
}

.block {
	display: block !important;
}

.of {
	overflow: hidden;
}

.pc-of {
	overflow: hidden;
}

img,iframe {
	display: block;
}

a:hover img {
	opacity: 0.6;
}

.img-banner {
	background-size: 100% !important;
	box-sizing: border-box;
	height: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}

a:hover .img-banner {
	opacity: 0.6;
}

a.bo {
	text-decoration: underline;
}

a.bo:hover {
	text-decoration: none;
}

a.no-bo {
	text-decoration: none;
}

a.no-bo:hover {
	text-decoration: underline;
}

.full {
	height: auto;
	width: 100%;
}

.list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.list li {
	box-sizing: border-box;
	list-style: disc !important;
	margin-left: 19px !important;
}

_::-webkit-full-page-media, _:future, :root .list li {
	margin-left: 23px !important;
}

.num-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.num-list li {
	box-sizing: border-box;
	list-style: decimal !important;
	margin-left: 20px !important;
}

.num-list li:nth-child(n+10) {
	margin-left: 28px !important;
}

.num-list-2 {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.num-list-2 li {
	box-sizing: border-box;
	padding-left: 33px;
}

.num-in {
	left: 0;
	position: absolute;
}

.check-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.check-list li {
	box-sizing: border-box;
	margin-bottom: 10px;
	min-height: 25px;
	padding-left: 37.5px;
	position: relative;
}

.check-list li:last-child {
	margin-bottom: 0;
}

.check-list li::before {
	background: #fff;
	box-sizing: border-box;
	border: 3px solid #000;
	content: "";
	left: 0;
	height: 25px;
	position: absolute;
	top: 3px;
	width: 25px;
}

.check-list li::after {
	box-sizing: border-box;
	border-right: 4px solid #ff0000;
	border-bottom: 4px solid #ff0000;
	content: "";
	left: 12px;
	height: 22px;
	position: absolute;
	top: -1px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 14px;
}

.douga {
	margin: 0 auto;
}

.douga iframe {
	margin: 0 auto;
}

.text-base {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 18px;
	position: relative;
}

.text-base-2 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 36px;
	position: relative;
}

.text-base-3 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 54px;
	position: relative;
}

.text-base-4 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 72px;
	position: relative;
}

.text-base-5 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 90px;
	position: relative;
}

.text-in {
	left: 0;
	position: absolute;
	top: 0;
}

.pc {
	display: block;
}

.pc.tab {
	display: block;
}

.pc.tab.mobi {
	display: block;
}

.tab {
	display: none;
}

.tab.mobi {
	display: none;
}

.pc.mobi {
	display: block;
}

.mobi {
	display: none;
}

.first {
	margin-top: 0 !important;
}

.last {
	margin-bottom: 0 !important;
}

.m20 {
	margin: 20px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.no-mt20 {
	margin-top: -20px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.m40 {
	margin: 40px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.m60 {
	margin: 60px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.m80 {
	margin: 80px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.m100 {
	margin: 100px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.p20 {
	padding: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.p40 {
	padding: 40px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.p60 {
	padding: 60px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.p80 {
	padding: 80px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.p100 {
	padding: 100px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pl100 {
	padding-left: 100px !important;
}

.pr100 {
	padding-right: 100px !important;
}

/*----------------------------------------
文字スタイル
----------------------------------------*/

.gothic {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.minchou {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.sans {
	font-family: 'Noto Sans JP', sans-serif;
}

.serif {
	font-family: 'Noto Serif JP', serif;
}

.arial-bold {
  font-family: 'arial-bold';
  font-weight: 700;
}

.arial-italic {
  font-family: 'arial-italic';
  font-weight: 400;
}

strong,b,.strong {
	font-weight: 700;
}

.red {
	color: #ff0000;
}

.pink{
	color:#f5e3e3;
}

.blue {
	color: #0000ff;
}

.yellow {
	color: #ffff00;
}

.green {
	color: #008800;
}

.orange {
	color: #ff8800;
}

.magenta {
	color: #F37C92;
}

.cyan {
	color: #5DBFF2;
}

.y-b {
	background: linear-gradient(transparent 50%, #ffff00 50%);
}

.fs15 {
	font-size: 15px !important;
	line-height: 25px !important;
}

.fs23 {
	font-size: 23px !important;
	line-height: 33px !important;
}

.fs30 {
	font-size: 30px !important;
	line-height: 40px !important;
}

.fs40 {
	font-size: 40px !important;
	line-height: 50px !important;
}

.fs50 {
	font-size: 50px !important;
	line-height: 60px !important;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* > */
.icon-cheveron-up::before {
	content: "\e001";
}

/* ▲ */
.icon-triangle-right::before {
	content: "\e002";
}

/* 正三角形な▲ */
.icon-triangle-1::before {
	content: "\e003";
}

/* 短めの▲ */
.icon-triangle-2::before {
	content: "\e004";
}

/* ○ */
.icon-maru-1::before {
	content: "\e005";
}

/* ● */
.icon-maru-2::before {
	content: "\e006";
}

/* ◎ */
.icon-maru-3::before {
	content: "\e007";
}

/* ◎の中の丸が黒 */
.icon-maru-4::before {
	content: "\e008";
}

/* □ */
.icon-shikaku-1::before {
	content: "\e009";
}

/* ■ */
.icon-shikaku-2::before {
	content: "\e010";
}

/* → */
.icon-yazirushi-1::before {
	content: "\e011";
}

/* 短めの→ */
.icon-yazirushi-2::before {
	content: "\e012";
}

/* かなり短めの→ */
.icon-yazirushi-3::before {
	content: "\e013";
}

/* 線だけの→ */
.icon-yazirushi-4::before {
	content: "\e014";
}

/* 本体ありの電話 */
.icon-old-phone::before {
	content: "\e015";
}

/* 受話器のみの電話 */
.icon-phone::before {
	content: "\e016";
}

/* 背景ありの手紙アイコン(簡易なデザイン) */
.icon-mail-envelope-closed2::before {
	content: "\e017";
}

/* 背景なしの手紙アイコン(簡易なデザイン) */
.icon-mail-envelope-closed3::before {
	content: "\e018";
}

/* 背景ありの手紙アイコン(複雑なデザイン) */
.icon-mail-envelope-closed::before {
	content: "\e019";
}

/* 背景なしの手紙アイコン(複雑なデザイン) */
.icon-mail-envelope-closed1::before {
	content: "\e020";
}

/* ＋ */
.icon-plus::before {
	content: "\e021";
}

/* － */
.icon-minus::before {
	content: "\e022";
}

/* × */
.icon-batsu::before {
	content: "\e023";
}

/*----------------------------------------
画像関連
----------------------------------------*/

/*----------------------------------------
header
----------------------------------------*/

header {
	background: #fff;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	height: 80px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.customize-support header {
	margin-top: 32px;
}

.head-logo {
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 23px 0 0 0;
    width: 416px;
}

.head-logo .img-banner {
	background: url(images/logo.png) no-repeat;
	padding-bottom: 9.6153%;
}

@media (max-width: 1126px) {

	.head-logo {
		margin-top: 25px;
		width: 300px;
	}

}

.head-info {
    box-sizing: border-box;
    float: right;
}

.head-info-tel {
    box-sizing: border-box;
    color: #2b2b2b;
    float: left;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.05vw;
    margin-top: 31px;
    position: relative;
}

.head-info-tel::before {
    background: url(images/icon-tel.png) no-repeat;
    background-size: 100%;
    content: "";
    left: 0;
    height: 31px;
    position: absolute;
    top: 2px;
    width: 37px;
}

.head-info-btn-list {
    box-sizing: border-box;
    float: left;
    margin: 29px 0 0 26px;
}

.head-info-btn-list li {
    box-sizing: border-box;
    float: left;
    margin-right: 23px;
    width: 157px;
}

.head-info-btn-list li:last-child {
	margin-right: 0;
}

.head-info-btn-list li a {
    background: #000;
    box-sizing: border-box;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding-top: 13px;
    text-align: center;
    text-decoration: none;
}

.head-info-btn-list li a:hover {
	opacity: 0.6;
}

.head-info-btn-list li a span {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

.head-info-btn-list li a span::before {
	background-size: 100% !important;
	content: "";
	position: absolute;
}

.head-info-btn-list li.mail a {
	background: #e60000;
}


.head-info-btn-list li.track a {
	background: #1657aa;
}
/*----------------------------------------
集荷依頼フォーム
----------------------------------------*/

.form-content {
	background: #f7f7f7;
	box-sizing: border-box;
}

.form-content .wrapper {
    padding: 72px 0 74px;
}

.form-content-title {
    box-sizing: border-box;
    color: #333;
    display: inline-block;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
}

.form-content-text {
    box-sizing: border-box;
    font-size: 20px;
    line-height: 30px;
    margin-top: 41px;
}

.form-content-tb {
    box-sizing: border-box;
    margin-top: 27px;
    width: 100%;
}

.form-content-tb th {
	background: #eee;
	box-sizing: border-box;
	border: 1px solid #ccc;
	font-weight: 700;
    padding: 18px 15px;
	vertical-align: middle;
	text-align: left;
	width: 277px;
}

.form-content-tb th .mini {
    box-sizing: border-box;
    font-size: 15px;
    line-height: 25px;
}

.form-content-tb th .required {
	box-sizing: border-box;
	color: #ff0000;
}

.form-content-tb td {
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 18px 14px;
    vertical-align: middle;
}

.form-content-tb td input[type="text"],
.form-content-tb td input[type="tel"],
.form-content-tb td input[type="email"] {
    background: #ffc;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 0;
    display: block;
    font-size: 18px;
    line-height: 28px;
    padding: 7px 10px;
    width: 100%;
    -webkit-appearance: none;
	background:#fff;
}

.form-content-tb-td-post-text {
    box-sizing: border-box;
    font-size: 16px;
    line-height: 25px;
    margin-top: 11px;
}

.zipcode_message {
	box-sizing: border-box;
	color: #ff0000;
	font-weight: 700;
}

.form-content-tb td select {
    box-sizing: border-box;
    font-size: 18px;
    line-height: 28px;
    margin: 5px 0;
    padding: 8px 12px;
}

.form-content-tb td select.kibou-year {
	margin-right: 12px;
}

.form-content-tb td select.kibou-month {
    margin-left: 7px;
    margin-right: 10px;
    padding: 8px 10px;
}

.form-content-tb td select.kibou-day {
    margin-left: 5px;
    margin-right: 11px;
    padding: 8px 10px;
}

.form-content-tb td select.kibou-time {
    margin-left: 36px;
    padding: 8px 13px;
}

.form-content-tb td textarea {
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 0;
    display: block;
    font-size: 18px;
    line-height: 28px;
    height: 176px;
    padding: 7px 10px;
    width: 100%;
    -webkit-appearance: none;
}

.check-text {
	box-sizing: border-box;
	margin-top: 30px;
	text-align: center;
}

.check-text a {
	color: #000;
}

.check-text a:hover {
	text-decoration: none;
}

.check-text input[type="checkbox"] {
	display: none;
}

.check-text .text {
	box-sizing: border-box;
	display: block;
	position: relative;
}

.check-text label {
	box-sizing: border-box;
	display: inline-block;
	min-height: 35px;
	padding: 3px 0;
	padding-left: 45px;
	position: relative;
}

.check-text label::before {
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;
	content: "";
	left: 0;
	height: 35px;
	position: absolute;
	top: 0;
	width: 35px;
}

.check-text label::after {
	background: #eee;
	box-sizing: border-box;
	border-radius: 3px;
	content: "";
	left: 5px;
	height: 25px;
	position: absolute;
	top: 5px;
	width: 25px;
}

.check-text input[type="checkbox"]:checked + label::after {
	background: #70c8ea; /* Old browsers */
	background: -moz-linear-gradient(45deg, #70c8ea 0%, #333fbf 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #70c8ea 0%,#333fbf 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #70c8ea 0%,#333fbf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70c8ea', endColorstr='#333fbf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.check-text input[type="checkbox"]:checked + label .text::before {
	box-sizing: border-box;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	content: "";
	left: -32.5px;
	height: 16px;
	position: absolute;
	top: 5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 10px;
	z-index: 2;
}

.soushin-btn {
    background: #e60000;
    box-sizing: border-box;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    height: 61px;
    margin-top: 30px;
    width: 305px;
    -webkit-appearance: none;
}

.soushin-btn:hover {
	opacity: 0.6 !important;
}

.grecaptcha-badge {
	margin-bottom: 101px;
}

.hokan-naiyou{
	font-size:.95em;
	margin-top:5px;
	margin-bottom:20px;
    background: cornsilk;
}

#hokan-date{
	display:none;
	padding-bottom:2em;
}

#hokan-date-select{
	max-width:200px;
	background:#fff !important;
}

input#hokan-date-select{
	font-size:16px;
	max-width:150px;
	margin-right:9px;
	display:inline-block !important;
}
.form-apply-attention{
	border:solid 1px #e60000;
	padding:20px 10px;
	margin-top:40px;
	background:#fff;
	
}
.form-apply-attention p{
	text-align:left;
}

/*----------------------------------------
名鉄クリーニングが選ばれる5つの理由
----------------------------------------*/

.reason-content {
	box-sizing: border-box;
}

.reason-content .wrapper {
    padding: 46px 0 70px;
}

.reason-content-title {
    box-sizing: border-box;
    color: #333;
	position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 36px;
    line-height: 65px;
}

.reason-content-title::after {
    box-sizing: border-box;
    border-color: #e60000 !important;
    border-top: 5px solid;
    bottom: -15px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 120px;
}

.reason-content-title strong {
	box-sizing: border-box;
	font-size: 48px;
	line-height: 58px;
}

.reason-content-in {
    box-sizing: border-box;
    margin-top: 31px;
}

.reason-content-in section {
    box-sizing: border-box;
    margin-bottom: 47px;
    padding-top: 13px;
    position: relative;
}

.reason-content-in section:last-child {
	margin-bottom: 0;
}

.reason-content-in-num {
    background: url(images/reason-ribon-img.png) no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    color: #fff;
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    left: 23px;
    height: 56px;
    padding: 1px 0 0 12px;
    position: absolute;
    top: 0;
    width: 151px;
    z-index: 2;
}

.reason-content-in-num strong {
	box-sizing: border-box;
	font-weight: 400;
	font-size: 36px;
	line-height: 46px;
}

.reason-content-in-box {
    background: #fffdf5;
    box-sizing: border-box;
    padding: 10px 6px;
}

.reason-content-in-box-in {
    box-sizing: border-box;
    border: 3px dotted #ff8600;
    min-height: 364px;
    padding: 56px 20px;
    padding-right: 370px;
    position: relative;
}

.reason-content-in-box-in-title {
	box-sizing: border-box;
	border-bottom: 3px dotted #ff8600;
	color: #ff8600;
	font-weight: 700;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 0.01vw;
	padding-bottom: 12px;
}

.reason-content-in-box-in-img {
    box-sizing: border-box;
    position: absolute;
    right: 17px;
    top: 44px;
    width: 338px;
}

.reason-content-in-box-in-img img {
	height: auto;
	width: 100%;
}

.reason-content-in-box-in-text {
    box-sizing: border-box;
    font-size: 20px;
    line-height: 30px;
    margin-top: 13px;
}

.reason-content-in-box-in-text p {
	margin-bottom: 20px;
}

.reason-content-in-box-in-text p:last-child {
	margin-bottom: 0;
}

.reason-content-in-box-in-text p{
	text-align:left;
}

.reason-content .contact-banner {
	margin-top: 67px;
}

.reason-content-in-box-in {
    border: 3px dotted #ccc;
}

.reason-content-in-box-in-title {
    border-bottom: 3px dotted #ccc;
    color: #e60000;
}

.reason-content-in-num {
    background: url(../futon-lp/images/reason-ribon-img-new.png) no-repeat;
}

.waku-attention{
	border:solid 2px #ddd;
	padding:10px;
	margin-top:2em;
	background:#fff;
}

.waku-attention .tx-l{
	font-size:1.3em;
}

.waku-attention p{
	margin-bottom:15px;
}

/*フォーム固定サイド*/
.kotei-side{
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 9999;
    background: #f7f7f7;
    padding: 20px;
}

.kotei-side .close {
    top: 28%;
    position: fixed;
    right: 5px;
    box-sizing: border-box;
}

.kotei-side .close button {
    color: #fff;
    background: #666;
    border-radius: 20px;
    font-size: 21px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    border: none;
}

.kotei-side .annai{
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

.kotei-side-in .line{
    background: #fff;
    color: #00c200;
    text-decoration: none;
    font-size: 14px;
    display: block;
	font-weight:bold;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 41px;
    border: solid 2px #00c200;
}

.kotei-side-in .line:before{
	position:absolute;
	content:"";
	background:url(../images-sp/line-icon.png) no-repeat;
	background-size:contain;
    width: 20px;
    height: 20px;
    top: 9px;
    left: 9px;
    z-index: 9000;
}

.kotei-side-in .line:after{
	position:absolute;
	content:"";
	background:#00c200;
    width: 30px;
    height: 30px;
    top: 4px;
    left: 4px;
    z-index: 8888;
    border-radius: 30px;
}

.kotei-side-in .form{
    background: #fff;
    color: #003E92;
    text-decoration: none;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    display: block;
    position: relative;
    padding-left: 41px;
    border: solid 2px #003E92;
}

.kotei-side-in .form:before{
	position:absolute;
	content:"";
	background:url(../images-sp/email-icon.png) no-repeat;
	background-size:contain;
    width: 18px;
    height: 17px;
    top: 11px;
    left: 12px;
	z-index:9000;
}

.kotei-side-in .form:after{
	position:absolute;
	content:"";
	background:#003E92;
    width: 30px;
    height: 30px;
    top: 5px;
    left: 5px;
    z-index: 8888;
    border-radius: 30px;
}
