@charset "utf-8";

/*
tenugui_naire
名入れ手ぬぐい
*/

/* #Sec01
-----------------------------------------------------------------*/
.tenugui_naire #Sec01{
	margin-top: 40px;
	padding: 0 80px;
}
.tenugui_naire #Sec01 .inner{
	max-width: 960px;
	margin: 0 auto;
}
.tenugui_naire #Sec01 .txt span{
	font-weight: 700;
}
.tenugui_naire #Sec01 h2.ttl{
	margin-top: 60px;
}
.tenugui_naire #Sec01 .point{
	font-weight: 700;
	font-size: 2rem;
	margin-top: 60px;
	margin-bottom: 10px;
}

.tenugui_naire #Sec01 .part{
	margin-top: 80px;
}

.tenugui_naire #Sec01 .box_01 .flex_box .txt_box .info{
	margin-top: 10px;
}
.tenugui_naire #Sec01 .box_01 .flex_box .txt_box .info.fl{
	display: flex;
}
.tenugui_naire #Sec01 .box_01 .flex_box .txt_box .info li{
	margin-right: 20px;
	font-weight: 700;
}
.tenugui_naire #Sec01 .box_01 .flex_box .txt_box .info li span{
	background: #000033;
	color: #ffffff;
	padding: 0 5px;
	border-radius: 5px;
}
.tenugui_naire #Sec01 .box_01 .img img{
	width: 100%;
	height: auto;
	max-width: 99px;
}
.tenugui_naire #Sec01 .box_01 .flex_02{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tenugui_naire #Sec01 .box_01 .flex_02 .flex_box{
	width: 48%;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.tenugui_naire #Sec01 .box_01 .flex_02 .img{
	width: 40%;
}
.tenugui_naire #Sec01 .box_01 .flex_02 .txt_box{
	width: 57%;
}




.table{
	margin-top: 30px;
	width: 100%!important;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  display: block;
}
table.temp02{
	width: 960px;
  white-space: normal;
}
table.temp02 th{
	background: #000033;
	color: #ffffff;
	font-weight: 500;
	vertical-align: middle;
	padding: 15px;
	border-bottom: 1px solid #fff;
	width: 150px;
}
table.temp02 tr:first-child th{
	background-image: linear-gradient(37deg, /*角度*/ transparent 49%, white 49%, /*斜線の色*/ white 50%, /*斜線の色*/ transparent 50%, transparent);
	position: relative;
}
table.temp02 tr:first-child th .left {
    position: absolute;
    left: 25px;
    bottom: 20px;
}
table.temp02  tr:first-child th .right {
    position: absolute;
    right: 25px;
    top: 20px;
}
table.temp02 tr:first-child td{
	font-weight: 700;
}
table.temp02 td{
	text-align: center;
	vertical-align: middle;
	padding: 15px 5px;
	border-bottom: 1px dashed #000033;
	border-left: solid 8px #ffffff;
	letter-spacing: 0;
	font-weight: 500;
	width: 200px;
}
table.temp02 td span{
	font-size: 1.2rem;
}
table.temp02 tr.head td{
	border-bottom: 1px solid #000033;
	border-top: 1px solid #000033;
}
table.temp02  tr.lf td{
	text-align: left;
}
table.temp02  tr td.ce{
	text-align: center;
}

/* #Sec02
-----------------------------------------------------------------*/
.tenugui_naire #Sec02{
	margin-top: 40px;
	padding: 0 80px;
}
.tenugui_naire #Sec02 .inner{
	max-width: 960px;
	margin: 0 auto;
}
.tenugui_naire #Sec02 .txt span{
	font-weight: 700;
}
.tenugui_naire #Sec02 h2.ttl{
	margin-top: 120px;
	margin-bottom: 40px;
}

.tenugui_naire #Sec02 .part{
	margin-top: 80px;
}

.tenugui_naire #Sec02 .btn_flex{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.tenugui_naire #Sec02 .btn_flex .link_btn_gr{
	width: 48.5%;
}

.tenugui_naire #Sec02 .box_01 .img_flex{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	margin-bottom: 60px;
}
.tenugui_naire #Sec02 .box_01 .img_flex li{
	width: 20%;
}
.tenugui_naire #Sec02 .box_01 .img_flex li img{
	width: 100%;
	height: auto;
	max-width: 173px;
}
.tenugui_naire #Sec02 .box_01 .img_flex li .txt{
	font-weight: 700;
}

.tel_box_small{
	margin-top: 30px;
}

.tel_box_small .info{
	background: #E4E4E4;
	margin-top: 10px;
	padding: 20px;
	display: flex;
	justify-content: space-between;
}

.tel_box_small .info .txt_box{
	margin-right: 40px;
}
.tel_box_small .info .txt_box .name{
	font-weight: 700;
}
.tel_box_small .info .tel .num{
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 4rem;
}
.tel_box_small .info .tel{
	margin-left: auto;
}
.tel_box_small .info .tel .num span{
	font-size: 2rem;
}
.tel_box_small .info .tel .time{
	font-size: 1.4rem;
}
.tel_box_small .info .fax{
	margin-left: 40px;
}
.tel_box_small .info .fax .num{
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 4rem;
}
.tel_box_small .info .fax .num span{
	font-size: 2rem;
}
.tel_box_small .info .fax .time{
	font-size: 1.4rem;
}

.con_box{
	margin-top: 40px;
}
.con_box .link_btn{
	margin-top: 10px;
}

.tenugui_naire #Sec02 .box_02 .flex{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.tenugui_naire #Sec02 .box_02 .flex .txt{
	width: 28%;
}
.tenugui_naire #Sec02 .box_02 .flex .txt span{
	display: block;
	padding-bottom: 10px;
}
.tenugui_naire #Sec02 .box_02 .flex .img_box{
	width: 69%;
	display: flex;
	justify-content: space-between;
}
.tenugui_naire #Sec02 .box_02 .flex .img_box .img{
	width: 48%;
}
.tenugui_naire #Sec02 .box_02 .flex .img_box .img img{
	width: 100%;
	height: auto;
}

.tenugui_naire #Sec02 .box_02 .tel_area{
	margin-top: 40px;
}

@media screen and (max-width: 1020px) {
/* 1020pxまでの幅の場合に適応される */


/* 1020pxまでの幅の場合に適応される */
}

@media screen and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */


/* #Sec01
-----------------------------------------------------------------*/
.tenugui_naire #Sec01{
	padding: 0 50px;
}
.tenugui_naire #Sec01 .point{
	font-size: 1.4rem;
	margin-top: 40px;
}
.tenugui_naire #Sec01 .txt{
}
.tenugui_naire #Sec01 .txt span{
	font-weight: 700;
}
.tenugui_naire #Sec01 h2.ttl{
	margin-top: 60px;
}

.tenugui_naire #Sec01 .box_01 .img img{
	width: 100%;
	height: auto;
	max-width: 99px;
}
.tenugui_naire #Sec01 .box_01 .flex_02{
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tenugui_naire #Sec01 .box_01 .flex_02 .flex_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.tenugui_naire #Sec01 .box_01 .flex_02 .img{
	width: 100%;
	text-align: center;
}
.tenugui_naire #Sec01 .box_01 .flex_02 .txt_box{
	width: 100%;
}


/* #Sec02
-----------------------------------------------------------------*/
.tenugui_naire #Sec02{
	margin-top: 40px;
	padding: 0 50px;
}
.tenugui_naire #Sec02 .btn_flex{
	display: block;
	margin-top: 20px;
}
.tenugui_naire #Sec02 .btn_flex .link_btn_gr{
	width: 100%;
	margin-top: 20px;
}

.tenugui_naire #Sec02 .box_01 .img_flex{
	flex-wrap: wrap;
	margin-top: 20px;
}
.tenugui_naire #Sec02 .box_01 .img_flex li{
	width: 43%;
	margin-top: 20px;
}

.tel_box_small{
	margin-top: 30px;
}

.tel_box_small .info{
	display: block;
}
.tel_box_small .info .tel{
	margin-left: 0;
	margin-top: 10px;
}
.tel_box_small .info .fax{
	margin-left: 0;
	margin-top: 10px;
}

.tenugui_naire #Sec02 .box_02 .flex{
	display: block;
	margin-top: 30px;
}
.tenugui_naire #Sec02 .box_02 .flex .txt{
	width: 100%;
}
.tenugui_naire #Sec02 .box_02 .flex .img_box{
	width: 100%;
	margin-top: 30px;
}

/* 767pxまでの幅の場合に適応される */
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */


/* 640pxまでの幅の場合に適応される */
}