@charset "UTF-8";
/* CSS Document */

html{
	font-size: 100%;
}
body{
	font-family: NOW-GM;
}
a,
a:hover{
	color: #7997d3;
}
ol,li{
	list-style: none;
}
strong{
	font-family: UD Shin Go Medium;
	font-size: 1.1rem;
}
table:first-child{
	margin-top: 0;
}
table{
	width: 100%;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
table th{
	padding: 2.5rem 1rem .5rem;
}
table td{
	padding: .5rem 1rem 2.5rem;
}
table th,
dl dt{
	font-size: 1.2rem;
	font-family: UD Shin Go Medium;
	text-align: center;
}
dl dt,
dl dd{
	padding: 1rem;
}
dl dd{
	margin-bottom: 1rem;
}
dl dd dl dt{
	text-align: left;
	padding: 1rem 1rem 0;
}
table.b-bottom th,
table.b-bottom td{
	border-bottom: #000 1px solid;
}
table.b-bottom td{
	padding: 1rem;
}
div.container{
	width: 94%;
}
ul.row{
	padding: 0;
}
.red{
	color: #c1272d;
}
.border-red{
	border: #c1272d 1px solid;
	padding: 1rem 2rem;
	text-align: center;
	color: #c1272d;
	font-size: 1.25rem;
	background: #fff;
	margin: 0 2rem 2rem;
}
.t-center,
.t-right{
	text-align: left;
}
.bg{
	background: #e6e6e6;
}
.btn{
	display: block;
	font-weight: 700;
	text-align: center;
	background: #ccc;
	padding: 6px 0;
	font-size:1.1rem;
	color: #000;
	border-radius: 20px;
}
.larger-lg,
.larger-md{
	display: none;
}

@media (min-width: 480px) {
	.larger-lg,
	.larger-md{
		display: none;
	}
}

@media (min-width: 768px) {
	table th,
	table td{
		text-align: center;
	}
	dl dd dl dt{
		padding-left: 6rem;
	}
	dl dd dl dd{
		padding-left: 8rem;
	}
	.t-center{
		text-align: center;
	}
	.t-right{
		text-align: right;
	}
	.only-xm,
	.smaller-md,
	.larger-lg{
		display: none;
	}
	.larger-md{
		display: block;
	}
}

@media (min-width: 960px) {
	.smaller-lg{
		display: none;
	}
	.larger-lg{
		display: block;
	}
}

/*-------------------------------------
  header
-------------------------------------*/
header{
	background:#000 url(../images/header-bg-md.png) no-repeat center top;
	background-size:100% auto;
	overflow: hidden;
}
.header-logo img{
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
}
.header-tel{
	display: none;
}
h1.entry-title{
	font-family: NOW-GM;
	font-weight: 400;
	color: #fff;
	font-size: 1.25rem;
	text-align: center;
	padding: 1rem 0;
}
h1.entry-title img{
	width: 100%;
	height: auto;
}
a.header-contact,
header .gnav{
	display: none;
}

@media (min-width: 480px) {
	.header-logo img{
		display: block;
		width: 100%;
		padding: 14px 0;
	}
	.header-right{
		margin-top: 30px;
	}
	.header-tel{
	    display: block;
		font-family: futura, "Century Gothic", NOW-GM;
		color: #fff;
		text-align: center;
		font-size: 1rem;
	}
	.header-tel span{
		display: block;
		border: #fff 1px solid;
		padding: 2px;
		border-radius: 1rem;
		font-size: .6rem;
	}
}

@media (min-width: 768px) {
	header{
		background:#000 url(../images/header-bg-md.png) no-repeat center top;
		background-size:100% auto;
		overflow: hidden;
	}
	a.header-contact{
		display: block;
		margin-top: 1rem;
	}
	.header-tel{
		font-size: 1.25rem;
	}
	.header-tel span{
		font-size: .8rem;
	}
	header .gnav{
		display: block;
	}
}

@media (min-width: 960px) {
	header{
		background:#000 url(../images/header-bg-lg.png) no-repeat center top;
		background-size: auto;
	}
	h1.entry-title{
		padding: 0 0 1rem;
	}
}

@media (min-width: 1200px) {
	.header-tel{
		font-size: 1.5rem;
	}
	.header-tel span{
		font-size: 1rem;
	}
}

/*-------------------------------------
  gnavi
-------------------------------------*/
.navbar{
	padding: 0 1rem;
}
.navbar-light .navbar-toggler{
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 101;
}
.navbar-nav{
	padding: 50px 0 1.5rem;
}
.navbar-light .navbar-nav .nav-link{
	color: #fff;
	border-bottom: #fff 1px solid;
	overflow: hidden;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus{
	color: #ccc;
}
.navbar-light .navbar-nav .nav-link img{
	width: auto;
	height: 30px;
}
.navbar-light .navbar-nav .nav-link span{
	display: block;
	width: 80%;
	float:right;
}
.navbar-light .navbar-nav .btn-item{
	display: block;
	text-align: center;
	margin-top: 1.5rem;
	border-radius: 25px;
	border: 2px solid #fff;
}
.navbar-light .navbar-nav .btn-item .nav-link{
	display: block;
	text-align: center;
	background: #fff;
	font-size:1.1rem;
	color: #242e47;
	border-radius: 25px;
	border: 1px solid #242e47;
}
.navbar-light .navbar-nav .btn-item .nav-link:hover{
	text-decoration: none;
}
.bg-navy {
  background-color: #242e47 !important; }

a.bg-navy:hover,
a.bg-navy:focus,
button.bg-navy:hover,
button.bg-navy:focus {
  background-color: #333 !important; }

.gnav{
	width: 100%;
}
.gnav ul{
	max-width: 1200px;
	width: 100%;
	margin: 1rem auto;
	padding: 0;
}
.gnav li.col-xs-4{
	width: 33.3333333333%;
	padding: 0;
}
.gnav li a{
	display: block;
	background-color: rgba(255, 255, 255, 0.3);
	padding: .5rem 1rem;
	margin: .5rem;
	text-align: center;
}
.gnav li a img{
	width: auto;
	height: 70px;
	margin: 0 auto;
}

@media (min-width: 480px) {
	.gnav li a img{
		width: auto;
		height: 90px;
	}
}

@media (min-width: 768px) {
	.navbar{
		display: none;
	}
	.gnav{
		background-color: rgba(255, 255, 255, 0.3);
	}
	.gnav li a{
		background: none;
		margin: 0;
	}
	.gnav li a:hover{
		text-decoration: none;
		position: relative;
		top: 2px;
	}
}

@media (min-width: 960px) {
	.gnav li a img{
		width: auto;
		height: 70px;
	}
}

/*-------------------------------------
  main
-------------------------------------*/

main{
	overflow: hidden;
}
main .breadcrumb{
	background: none;
	border-radius: 0;
	padding: .25rem 0;
	margin: 0;
	font-size: .9rem;
	text-shadow: 1px 1px 0px #fff;
}

/*-------------------------------------
  footer
-------------------------------------*/
footer{
	background:#000 url(../images/footer-bg.png) no-repeat top center;
	color: #fff;
	overflow: hidden;
	padding-top: 40px;
}
footer .footer-logo img{
	display: block;
	max-width: 144px;
	width: 50%;
	margin:0 auto;
}
footer .container{
	text-align: center;
}
footer .benefit ul li{
	margin-bottom: 1rem;
}
footer .benefit ul li.col-xs-6{
	width: 50%;
}
footer .benefit ul li span{
	display: block;
	border:1px solid #fff;
	padding: 4px;
	color: #fff;
	text-align: center;
}
.footer-sp-tel,
.footer-sp-tel a{
	display: block;
}
.footer-sp-tel a.btn,
.footer-contact.btn{
	width: 80%;
	font-size:1.4rem;
	border-radius: 30px;
	margin:0 auto 1rem;
}
.footer-contact.btn{
		font-size: 1.4rem;
	}
.footer-24h{
	font-size: 1.4rem;
}
.footer-pc-tel-left,
.footer-pc-tel-right,
.footer-pc-fax{
	display: none;
}
.snav{
	width: 100%;
}
.snav ul.row{
	max-width: 1200px;
	width: 100%;
	padding: 1rem 0;
	margin: 0 auto;
}
.snav ul li{
	padding: 0;
	text-align: center;
}
.snav ul li a{
	color: #fff;
}
.copyright{
	text-align: center;
	font-size: .8rem;
}
.floating-btn{
	width: 100%;
	background-color: #242e47;
	overflow: hidden;
	position: fixed;
	bottom:0;
	z-index: 100;
}
.floating-btn .nav-link{
	color: #fff;
	border-bottom: #fff 1px solid;
	overflow: hidden;
}
.floating-btn .nav-link:hover,
.floating-btn .nav-link:focus{
	color: #ccc;
}
.floating-btn .btn-item{
	display: block;
	text-align: center;
	margin: 1rem auto 0;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 80%;
}
.floating-btn .nav-link{
	display: block;
	text-align: center;
	background: #fff;
	font-size:1.1rem;
	color: #242e47;
	border-radius: 25px;
	border: 1px solid #242e47;
}
.floating-btn .btn-item .nav-link:hover{
	text-decoration: none;
}

@media (min-width: 768px) {
	.footer-pc-tel-left,
	.footer-pc-tel-right,
	.footer-pc-fax{
		display: block;
	}
	.footer-sp-tel{
		display: none;
	}
	.footer-24h{
		font-size: 1rem;
		padding: .8rem 0;
	}
	.footer-contact.btn{
		width: 100%;
	}
	.footer-pc-tel-left{
		border: #fff 2px solid;
		border-radius: 40px;
		font-size: 1.1em;
		padding: 5px;
		line-height: 3rem;
		margin-bottom: 2rem;
	}
	.footer-pc-tel-right span{
		display: block;
		font-family: futura, "Century Gothic", NOW-GM;
		font-size: 1.75rem;
		line-height: 3rem;
	}
	.footer-pc-fax{
		font-family: futura, "Century Gothic", NOW-GM;
		font-size: 1.1rem;
		text-align: left;
		line-height: 3rem;
	}
	.floating-btn{
		visibility: hidden;
	}
}

@media (min-width: 960px) {
	.footer-24h{
		font-size: .8rem;
	}
	.footer-contact.btn{
		font-size: 1rem;
	}
	.snav ul li{
		font-size: .9rem;
	}
}

@media (min-width: 1200px) {
	.footer-pc-tel-right span{
		font-size: 2.25rem;
	}
	.footer-24h{
		font-size: 1rem;
		padding: 1rem 0;
	}
	.footer-pc-fax{
		font-size: 1.25rem;
	}
	.footer-contact.btn{
		font-size: 1.4rem;
	}
}

/*-------------------------------------
  home トップページ
-------------------------------------*/
.home header{
	background: #000;
	position: relative;
	padding-bottom: 1rem;
	overflow: visible;
}
.home h1{
	max-width: 864px;
	width: 92%;
	margin: 0 auto;
}
.home .header-right{
	display: none;
}
.home a.header-contact,
.home header .gnav{
	display: block;
}
.home .header-tel{
	font-size: 1.5rem;
}
.home a.header-sp-tel,
.home a.header-contact{
	width: 80%;
	margin: 1rem auto 0;
}
.home header .benefit{
	background: url(../images/benefit-bg.png) repeat;
	overflow: hidden;
	margin: .5rem 0 1rem;
}
.home header .benefit ul.row{
	padding: 0;
	margin-top: 1.5rem;
}
.home header .benefit ul li{
	color: #242e47;
	font-size: 1.6rem;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 1.5rem;
}
.home header::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: 0 auto;
  border-top: 40px solid #000;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
}
.home header .benefit h2{
	font-size: 1rem;
	color: #fff;
	background:#242e47;
	background: linear-gradient(#242e47, #000);
	background: -ms-linear-gradient(#242e47, #000);
	border-radius: 40px;
	text-align: center;
	padding: 1rem;
	margin-bottom: 2rem;
}
.home header .benefit .price-box{
	background: #fff;
	padding: 0 0 1rem;
}
.home-mainimg ul {
	padding: 0;
	margin-bottom: 0;
}
.home-mainimg ul li{
	margin-top: 1rem;
	padding-left: 7px;
	padding-right: 7px;
}
.home-mainimg ul li.col-xs-6{
	width: 50%;
}
.home-mainimg li img{
	width: 100%;
}
.home-flow{
	background: url(../images/home-flow-bg.png) repeat-y center top;
	overflow: hidden;
	padding-top: 40px;
}
.home-flow p:first-child{
	margin-top: 2rem;
}
.home-flow h2{
	font-size: 2.5rem;
	text-align: center;
}
.home-flow > div{
	text-align: center;
}
.home-case{
	background: url(../images/home-case-bg.png) no-repeat center top;
	background-size: auto 100%; 
	overflow: hidden;
}
.home-case h2{
	color: #fff;
	font-size: 2.5rem;
	margin: 3rem 0 1.5rem;
	text-align: center;
}
.home-case ul li{
	color: #fff;
	border-bottom: #fff 1px dashed;
}
.home-case ul li span{
	display: block;
	font-size: 1.25rem;
	padding: .5rem 0;
	text-align: left;
}
.home-reason{
	background: #dcdfe4 url(../images/home-reason-bg.png) no-repeat center top;
	background-size: 100% auto;
	overflow: hidden;
}
.home-reason h2{
	font-size: 2.5rem;
	margin: 3rem 0 1.5rem;
	text-align: center;
}
.home-reason ul li{
	color: #242e47;
	font-size: 1.25rem;
	margin-bottom: 1rem;
	min-height: 70px;
	padding-left: 80px;
}
.home-reason ul li.one{
	background: url(../images/home-reason-01-sm.svg) no-repeat left;
	background-size: 70px auto;
}
.home-reason ul li.two{
	background: url(../images/home-reason-02-sm.svg) no-repeat left;
	background-size: 70px auto;
}
.home-reason ul li.three{
	background: url(../images/home-reason-03-sm.svg) no-repeat left;
	background-size: 70px auto;
}
.home-reason ul li.four{
	background: url(../images/home-reason-04-sm.svg) no-repeat left;
	background-size: 70px auto;
}
.home-reason ul li.five{
	background: url(../images/home-reason-05-sm.svg) no-repeat left;
	background-size: 70px auto;
}
.home-voice{
	background: #242e47;
	overflow: hidden;
}
.home-voice h2{
	color: #fff;
	margin: 3rem 0 1.5rem;
	text-align: center;
}
ul li.voice-one,
ul li.voice-two,
ul li.voice-three{
	color: #fff;
	max-height: 320px;
	height: auto;
	text-align: center;
	margin-bottom: 1rem;
}
ul li.voice-one a,
ul li.voice-two a,
ul li.voice-three a{
	color: #fff;
	display: block;
	border: #fff 1px solid;
	width: 90%;
	padding: 3rem 1rem;
	margin: 1rem auto;
}
ul li.voice-one a:hover,
ul li.voice-two a:hover,
ul li.voice-three a:hover{
	color: #242e47;
	text-decoration: none;
	background: #ccc;
}
ul li.voice-one span,
ul li.voice-two span,
ul li.voice-three span{
	display: block;
	margin-bottom: 2rem;
}
ul li.voice-one{
	background: url(../images/home-voice-01-bg.png) no-repeat right;
	background-size: cover;
}
ul li.voice-two{
	background: url(../images/home-voice-02-bg.png) no-repeat left;
	background-size: cover;
}
ul li.voice-three{
	background: url(../images/home-voice-03-bg.png) no-repeat center;
	background-size: cover;
}

@media (min-width: 480px) {
	.home .header-logo.col-lg-3{
		max-width: 426px;
		flex: none;
		margin: 50px auto;
	}
	.home a.header-sp-tel{
		display: none;
	}
	.home .header-tel span{
		font-size: 1rem;
	}
}

@media (min-width: 768px) {
	.home header{
		background:#000 url(../images/home-header-bg-md.png) no-repeat center top;
	}
    .home header .benefit .price-box{
        padding: 0 2rem 1rem;
    }
	.home a.header-contact{
		margin: 1rem auto;
	}
	.home-flow p:first-child{
		font-size: 1.25rem;
		margin-top: 60px;
	}
	.home-flow h2{
		font-size: 3rem;
	}
	.home-case ul li{
		margin-bottom: 1rem;
		border-bottom: none;
	}
	.home-case ul li span{
		display: none;
	}
	.home-case h2{
		margin: 60px 0;
	}
	.home-reason h2{
		margin: 60px 0;
	}
	.home-reason p{
		font-size: 1.25rem;
		margin-bottom: 3rem;
	}
	.home-reason ul li{
		padding-left: 0;
	}
	.home-reason ul li.one,
	.home-reason ul li.two,
	.home-reason ul li.three,
	.home-reason ul li.four,
	.home-reason ul li.five{
		background: none;
	}
	.home-voice h2{
		font-size: 2.5rem;
		margin: 60px 0;
	}
	ul li.voice-one,
	ul li.voice-two,
	ul li.voice-three{
		font-size: .8rem;
	}
	ul li.voice-three a{
		padding: 4rem 1rem 5rem;
	}
	ul li.voice-one span,
	ul li.voice-two span,
	ul li.voice-three span{
		margin-bottom: 1rem;
	}
}

@media (min-width: 960px) {
	.home header{
		background:#000 url(../images/home-header-bg-lg.png) no-repeat center top;
	}
	.home-case{
		background-size: 100% auto; 
	}
	.home-reason ul li{
		flex: 0 0 20%;
		max-width: 20%;
		margin-left: 0;
	}
	.home-reason ul li.two,
	.home-reason ul li.four{
		padding-top: 114px;
	}
}

@media (min-width: 1200px) {
	ul li.voice-one,
	ul li.voice-two,
	ul li.voice-three{
		margin-bottom: 3rem;
		font-size: 1rem;
	}
	ul li.voice-one span,
	ul li.voice-two span,
	ul li.voice-three span{
		margin-bottom: 2rem;
	}
}

/*-------------------------------------
  contents 下層ページ
-------------------------------------*/
main .contents p:first-child{
	margin-top: 1rem;
}
main .contents{
	width: 100%;
	padding: 1rem 0;
}
h2.bg{
	font-family: UD Shin Go Medium;
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding: 1rem;
	text-align: center;
	font-size: 1.25rem;
}
h2.bg:first-child{
	margin-top: 0;
}

/* 付け替え価格 */
.sewing-sample{
	text-align: center;
	background: #e6e6e6;
	padding: 2rem 1rem 0;
	margin-top: 2rem;
}
.sewing-sample h2{
	font-size: 1.2rem;
	font-family: UD Shin Go Medium;
}
.sewing-sample ul li{
	margin-bottom: 2rem;
	padding: 0 1rem;
}

/* 洗濯絵表示とは */
.about-label-list{
	margin: 2rem auto 1rem;
}
.about-label-list li{
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
	padding-left: 15px;
	padding-right: 15px;
}
.details .details-img{
	margin: 0 6rem;
}
.details-list{
	width: 100%;
	border:#000 1px solid;
	border-radius: 10px;
	padding: 1rem;
}
.details-list li{
	margin: 1.5rem 0 .5rem;
}

/* お客様の声 */
.voice-introduction{
	padding: 2rem 0;
}
.voice .lead{
	text-align: center;
	border: #000 1px solid;
	padding: 2rem 1rem 1rem;
	margin-bottom: 1rem;
}
.voice .lead h2{
	font-size: 1.5rem;
	margin-bottom: 1rem;
	line-height: 2.25rem;
}
.voice .profile{
	margin-bottom: 1rem;
	text-align: center;
}
.voice-sns{
	padding: 0;
}
.voice-sns li{
	display: inline-block;
}
.voice-sns li a img{
	width: 30px;
	height: auto;
	vertical-align: bottom;
	position: relative;
	bottom: 2px;
}
.voice-sns li i.fa-twitter{
	color: #55acee;
}
.voice .t-center{
	font-size: 1.25rem;
}
.voice-interview .container{
		margin: 1rem auto;
	}
.voice-interview p{
	font-size: 1.25rem;
	margin-top: 2rem;
	padding-bottom: .5rem;
}
.voice-interview .q{
	border-bottom: #242e47 1px solid;
}
.voice-interview .a p{
	background: url(../images/voice-rule.png) repeat top left;
	font-size: 1rem;
	line-height: 40px;
	padding: 0 1rem;
}
.pink-bg{
	background: #d4b1c3;
	overflow: hidden;
}
.yellow-bg{
	background: #f6e4b9;
	overflow: hidden;
}
.gray-bg{
	background: #a7abb5;
	overflow: hidden;
}
.voice-product{
	text-align: center;
	font-size: 1.25rem;
	margin: 2rem auto;
}
.voice-product li{
	margin-bottom: 2rem;
}
.voice-product img{
	width: 100%;
	height: auto;
	max-width: 600px;
    margin-bottom: .5rem;
}
.voice-price{
	margin: 2rem auto;
}
.voice-price h2{
	background:#e6e6e6;
	text-align: center;
	padding: 1rem;
	margin-bottom: 2rem;
	font-size: 1.2rem;
	font-family: UD Shin Go Medium;
}
.price-box,
.notes{
	margin: 0 0 2rem;
}
.price-box > p{
	padding: 2rem 1rem 0;
}
.price-box table{
    margin-top: 1rem;
}
.price-box table th,
.price-box table td{
    display: block;
	padding: .5rem 1rem;
    border-bottom: #ccc 1px solid;
}
.price-box table th{
    background: #f2f2f2;
    font-size: .9rem;
    text-align: left;
}
.price-box table td{
    font-size: .7rem;
}
.price-box table td strong{
    font-size: .9rem;
}
.price-box table tr.smaller-md td{
    padding: 0;
}
.price-box table tr.smaller-md td span{
    display: inline-block;
	padding: .5rem 1rem;
    vertical-align: middle;
}
.price-box table tr.smaller-md td span:first-child{
    border-right: #ccc 1px solid;
    width: 65%;
}
.price-box table tr.smaller-md td span.price{
    width: 35%;
}
.price-box table tr.smaller-md td.padding-05rem{
	padding: .5rem 1rem;
}
.price-box table .price{
	font-family: UD Shin Go Medium;
    font-size: .9rem;
    text-align: right;
}
.price-notes{
    width: 100%;
    padding: .5rem 1rem;
    box-sizing: border-box;
}
.price-notes h3{
    font-size: 1.2rem; 
}
.price-notes p{
    font-size: .7rem;
}
.voice-other{
	background: #242e47;
	overflow: hidden;
}
.voice-other h2{
	color: #fff;
	margin: 3rem 0 1.5rem;
	text-align: center;
}

/* 会社概要 */
.company table.b-bottom td{
	text-align: left;
}
.company .company-sample{
	text-align: center;
}
.company .company-sample img{
	width: 100%;
	max-width: 500px;
}
.company .sample-ex{
	position: relative;
}
.company .sample-ex p{
	font-size: .8rem;
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
	padding: 1rem;
	box-sizing: border-box;
}

/* お問い合わせ完了 */
.thanks-tel{
	display: none;
}

@media (min-width: 768px) {
	main{
		background:#000 url(../images/main-bg-md.png) no-repeat center top;
	}
	main .contents{
		background: #fff;
		margin-top: 280px;
		margin-bottom: 50px;
		padding: 50px;
	}
	
	/* 印刷価格 */
	.print-price main{
		background:#000 url(../images/print-price-bg-md.png) no-repeat center top;
	}
	
	/* 付け替え価格 */
	.sewing-price main{
		background:#000 url(../images/sewing-price-bg-md.png) no-repeat center top;
	}
	.sewing-sample{
		padding: 40px 30px 0;
		margin-top: 50px;
	}
	.sewing-sample ul li{
		margin-bottom: 40px;
		padding: 0 20px;
	}
	
	/* 洗濯絵表示とは */
	.about main{
		background:#000 url(../images/about-bg-md.png) no-repeat center top;
	}
	.about-label-list li{
		flex: 0 0 14.2857142857%;
		max-width: 14.2857142857%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.details{
		padding: 0 50px;
	}
	.details .details-img{
		margin: 0 50px 50px 0;
	}
	.details-list{
		width: auto;
		padding: 30px 50px;
		margin: 0 50px;
	}
	.details-list li img{
		max-width: 330px;
	}
	
	/* 種類・名称・縫製方法 */
	.howto-sew main{
		background:#000 url(../images/howto-sew-bg-md.png) no-repeat center top;
	}
	
	/* 海外の洗濯絵表示一覧 */
	.foreign main{
		background:#000 url(../images/foreign-bg-md.png) no-repeat center top;
	}
	
	/* お客様の声 */
	.voice main{
		background:none;
	}
	.voice-introduction{
		padding: 50px 0;
	}
	.voice .lead{
		max-width: 780px;
		margin: 0 auto 50px;
		padding: 50px 30px 30px;
	}
	.voice .lead h2{
		font-size: 2rem;
	}
	.voice-interview .container{
		margin: 60px auto;
	}
	.voice-price .notes{
		padding-top: 2.5rem;
	}
	.price-box,
	.notes{
		margin: 0 0 2rem;
	}
	.notes{
		margin-left: 0;
	}
    .price-box table{
        border: #ccc 1px solid;
    }
    .price-box > p{
        text-align: center;
        font-size: 1.1rem;
    }
    .price-box table th{
        width: 8em;
        text-align: center;
    }
    .price-box table tr.larger-md{
        display: table-row;
    }
    .price-box table th,
    .price-box table td{
        display: table-cell;
        padding: 1rem;
    }
    .price-box table td{
        border-right: #ccc 1px solid;
        border-top: #ccc 1px solid;
        text-align: left;
        font-size: .9rem;
    }
    .price-box table .price{
        width: 8em;
    }
    .price-notes p{
        font-size: .9rem;
    }
	.voice-other h2{
		margin: 60px 0;
	}
	
	/* お問い合わせ完了 */
	.thanks-sp-tel{
		display: none;
	}
	.thanks-tel{
		display: block;
		font-family: futura, "Century Gothic", NOW-GM;
		font-size: 1.75rem;
		text-align: center;
	}
	.thanks-tel span{
		display: block;
		border: #000 1px solid;
		padding: 2px;
		border-radius: 1rem;
		font-size:.6rem;
	}
}

@media (min-width: 960px) {
    
    .price-box table th{
        width: 12em;
    }
    .price-notes{
        max-width: 1000px;
        margin: 0 auto;
    }
    .price-notes h3,
    .price-notes p{
        display: inline-block;
    }
    .price-notes h3{
        width: 20%;
        text-align: center;
    }
    .price-notes p{
        width: 75%;
        vertical-align: top;
    }
	
	/* 洗濯絵表示とは */
	.about-label-list li{
		padding-right: 25px;
		padding-left: 25px;
	}
	
	/* お客様の声 */
	.voice-interview .container{
		max-width: 780px;
	}
	
	/* お問い合わせ完了 */
	.thanks-tel span{
		font-size:1rem;
	}

}