@charset "UTF-8";
/*共通*/
#breadcrumb {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 12px;
	color: #555555;
	line-height: 20px;
	font-weight: 300;
	padding-top:15px;
}
#breadcrumb ul li{
	display:inline;
}
#breadcrumb ul li:after{
	content:" > "
}
#breadcrumb ul li:last-child:after{
	content:none;
}
/*header*/
img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
header#PC {
	position: fixed;
	z-index: 10000;
	background-color: #FEFC60;
	height: 120px;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
}
header#PC h1{
	font-size:13px;
	line-height:25px;
	width:1300px;
	position:relative;
	margin:auto;
}
header#PC #Hmenu {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	position: relative;
	height: 100px;
}
header#PC #Hmenu > * {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
header#PC #Hmenu #towelfesta {
	width: 130px;
	padding-right: 0px;
	margin-right: 35px;
}
header#PC #Hmenu #towelfesta img {
	width: 130px;
	height: auto;
}
header#PC #Hmenu #towelfesta small {
	font-size: 14px;
	display: block;
	color: #023B7E;
	padding-left: 15px;
}
header#PC #Hmenu #home {
	font-size: 35px;
	color: #023B7E;
	margin-left: 0px;
	padding-right:10px;
}
header#PC #Hmenu #home a {
	color: #023B7E;
}
header#PC #Hmenu dl {
	position: relative;
	text-align: right;
	color: #000;
	line-height: 1.5em;
	width: 235px;
}
header#PC #Hmenu dl dt {
	font-size: 15px;
	font-weight: 500;
}
header#PC #Hmenu dl dd {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 27px;
}
header#PC #Hmenu dl dd a{
	color:#000;
}
header#PC #Hmenu dl dd span {
	padding-right: 7px;
}
header#PC #Hmenu dl p  {
	font-size: 14px;
	font-weight: 400;
}
/*PC navigation*/
header#PC #Hmenu nav{
	position: relative;
	z-index: 9999;
}
header#PC #Hmenu nav ul.nav{
	width: 890px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-left:1px dotted #000;
}
header#PC #Hmenu nav ul.nav li  {
	position: relative;
	float: left;
	width: 125px;
	text-align: center;
}
header#PC #Hmenu nav ul.nav li i{
	display: block;
	text-align: center;
	color: #242424;
	font-size: 18px;
}
header#PC #Hmenu nav ul.nav li a {
	margin: 0px;
	padding: 0px;
	display: block;
	color: #555;
		height:90px;
}
header#PC #Hmenu nav ul.nav li a:hover {
}
header#PC #Hmenu nav ul.nav li img  {
	margin-top:10px;
}
header#PC #Hmenu nav ul.nav li span  {
	display: table-cell;
	width: 130px;
	font-size: 13px;
	font-weight: 500;
	height: 45px;
	vertical-align: middle;
	position: relative;
	line-height: 1.1em;
}
header#PC #Hmenu nav ul.nav li ul li  {
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	text-align: left;
	float: none;
	color: #FFFFFF;
	border-right: none;
	width: 200px;
	background-color: #EA7800;
	text-indent: 10px;
}
header#PC #Hmenu nav ul.nav li ul li a{
	color: #FFFFFF;
	text-align: left;
	text-indent: 15px;
	height: 35px;
	background-color: #1E1E1B;
}
header#PC #Hmenu nav ul.nav li ul li a:hover {
	background-color: #3F3F3F;
}
/*ドロップダウン*/
.nav li{
	border-right:1px dotted #000;
}
.nav > li:hover > a {/*layer-1*/
  background: #FFD15F;
}
.nav > li li:hover > a {/*layer-2*/
  color: #FFF;
  background: #3F3F3F;
	height: 35px;
}
.nav li ul {
	top: 90px;
	left: 0px;
	position: absolute;
	background-color: #1E1E1B;
	width: 200px;
}
.nav li ul li {
	overflow: hidden;
	height: 0;
	transition: 0.2s;
	float: none;
	background-color: #1E1E1B;
	width: 215px;
	color: #FFFFFF;
	border-right: none;
	display: block;
}
.nav li ul li small {
	color: #FF1418;
	font-size: 10px;
	font-weight: 400;
}
.nav li ul li a {
	width: 200px;
	color: #FFFFFF;
	float: none;
}
.nav li:hover > ul > li {
  overflow: visible;
  height: 35px;
		border-right:none;
}
.nav li ul li:first-child a{
	border-style: none;
}
  .nav li ul li ul {
    top: 0;
  }
  .nav li ul li ul:before {/*layer-2▷*/
    position: absolute;
    content: "";
    top: 15px;
    left: 30px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
  }
  .nav li ul li ul li:hover > a {/*layer-3*/
    background: #EDEFF1;
	  height: 35px;
  }
/*Footer*/
footer {
	position: relative;
	background-color: #FEFC60;
	width: 100%;
}
footer #Footer {
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    padding-bottom: 35px;
    display: table;
    color: #444440;
}
footer #Footer a{
	color:#444440;
}
footer #Footer > * {
	position: relative;
	display: table-cell;
	vertical-align: top;
}
footer #Footer #Fleft {
    width: 90%;
    margin: 0 auto;
}
footer #Footer #FRight {
    left: auto;
    position: relative;
    padding-left: 60px;
    display: none;
}
#Fleft #FName {
    position: relative;
    display: table;
    padding-bottom: 15px;
    margin: 0 auto;
}
#Fleft #FName > * {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
#Fleft #FName #Blogo {
    width: 110px;
    padding-right: 15px;
}
#Fleft #FName #Bhome {
	width: 36px;
}
#Fleft #FName h1  {
	position: relative;
	padding-right: 15px;
	font-size: 17px;
	font-weight: 500;
}
#Fleft #FName h1 small  {
	display: block;
	font-size: 14px;
}
#Fleft ul {
    /* position: relative; */
    margin: 0 auto;
    width: 100%;
    /* text-align: center; */
}
#Fleft ul li {
    text-indent: 40px;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
    margin: 0 auto;
    width: 70%;
    /* width: 49%; */
}
#Fleft ul li#tel  {
	background-image: url(../img/img/black_tel.svg);
	background-repeat: no-repeat;
	font-size: 25px;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-top: 7px;
	background-size: 35px 35px;
}
#Fleft ul li#mail  {
	background-image: url(../img/img/black_mail.svg);
	background-repeat: no-repeat;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 7px;
	background-size: 35px 35px;
}
#Fleft #caution {
    font-size: 15px;
    text-align: center;
}
#Fleft #caution small {
    font-size: 10px;
    display: block;
}
#FRight dl{
	position: relative;
	display: table;
	padding-bottom: 10px;
}#FRight dl > * {
	display: table-cell;
	vertical-align: middle;

}
#FRight dl dt {
	font-size: 15px;
	font-weight: 500;
	width: 190px;
}
#FRight dl dd {
	font-size: 14px;
	font-weight: 400;
}
#FRight dl dd li {
	position: relative;
	float: left;
}
#FRight dl dd li:after{
	content:'｜';
}
#FRight small {
	text-align: right;
	font-size: 13px;
	display:block;
	padding-top:15px;
}
/*Content*/
#Content {
    position: relative;
    /* padding-top: 120px; */
    width: 94%;
    margin: 0 auto;
}
/*TopPage*/
/*.TopInfoBX {
	background: -moz-linear-gradient(top, #363D42 0%, #3F6D97 50%, #ffffff 50%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #363D42 0%,#3F6D97 50%,#ffffff 50%,#ffffff 100%);
	background-position: bottom;
	background-color: #3F6D97;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1b', endColorstr='#ffffff',GradientType=0 );
	position: relative;
	padding-bottom: 50px;
}*/
.TopInfoBX {
    position: relative;
    /* padding-bottom: 50px; */
    background-image: url(../img/img/bg_myu4.png);
    /* background-repeat: repeat-x; */
    /* width: 100%; */
    margin-bottom: 30px;
}
.TopInfoBX h2 {
	text-align: center;
	position: relative;
	padding-top: 40px;
	padding-bottom: 15px;
}
.TPorderAR article h3 {
    position: relative;
    padding-top: 10px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.TPorderAR article .ItImg {
    width: 80%;
    /* margin-left: auto; */
    /* margin-right: auto; */
    position: relative;
    margin: 0px auto;
    padding: 0 0 20px;
}
.TPorderAR article ul {
    position: relative;
    padding-top: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.TPorderAR article ul li {
    position: relative;
    float: left;
    font-size: 16px;
    margin-right: 2px;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 5px;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 300;
}
.TPorderAR article ul li a {
	color: #FFFFFF;
}
 .OrderBtn {
    background-color: #D00900;
    text-align: center;
    color: #FFFFFF;
    line-height: 60px;
    font-size: 18px;
    /* position: absolute; */
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.OrderBtn {
    background-color: #D00900;
    text-align: center;
    color: #FFFFFF;
    line-height: 60px;
    font-size: 18px;
    /* position: absolute; */
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.OrderBtn i {
	padding-right: 15px;
}
.OrderBtn a {
	color: #FFFFFF;
	display: block;
}
.OrderBtn a:hover {
	background-color: #E3534D;
}
.OrderBtn3 {
	background-color: #D00900;
	text-align: center;
	color: #FFFFFF;
	line-height: 60px;
	font-size: 18px;
	position: relative;
	width: 100%;
	margin-top:10px;
}
.OrderBtn3 i {
	padding-right: 15px;
}
.OrderBtn3 a {
	color: #FFFFFF;
	display: block;
}
.OrderBtn3 a:hover {
	background-color: #E3534D;
}
.OrderBtn4 {
    background-color: #D00900;
    text-align: center;
    color: #FFFFFF;
    line-height: 60px;
    font-size: 18px;
    position: relative;
    width: 90%;
    margin-top: 10px;
    margin: 0 auto;
}
.OrderBtn4 i {
	padding-right: 15px;
}
.OrderBtn4 a {
	color: #FFFFFF;
	display: block;
}
.OrderBtn4 a:hover {
	background-color: #E3534D;
}
.TPorderAR article {
    background: #fefc60;
    background: -moz-linear-gradient(top, #fefc60 0%, #fefc60 65%, #ede9e4 65%, #ede9e4 100%);
    background: -webkit-linear-gradient(top, #fefc60 0%,#fefc60 65%,#ede9e4 65%,#ede9e4 100%);
    background: linear-gradient(to bottom, #fefc60 0%,#fefc60 70%,#ede9e4 65%,#ede9e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefc60', endColorstr='#ede9e4',GradientType=0 );
    position: relative;
    /* float: left; */
}
#TPorderAR1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}
#TPorderAR1 article {
    width: 90%;
    /* margin-right: 15px; */
    position: relative;
    margin: 20px auto;
}
#TPorderAR1 article:last-child {
    /* margin-right: 0px; */
}
#TPorderAR2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}
#TPorderAR2 article {
    width: 90%;
    /* margin-right: 45px; */
    /* height: 465px; */
    position: relative;
    margin: 20px auto;
}
#TPorderAR2 article:last-child {
    /* margin-right: 0px; */
}
#TPorderAR1 article .measure {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#TPorderAR1 article .measure p {
	border-radius: 25px;
	background-color: #00A9B9;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 30px;
}
#TPorderAR1 article .measure p small {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}
#TPorderAR1 article .Float2 p{
	float:left;
	width:48%;
}
#TPorderAR1 article .Float2 p:last-child{
	margin-left:4%;
	background-color: #E7A000;
}
#TPorderAR2 article .colinfo {
    text-align: center;
    position: relative;
    width: 70%;
    margin: 0 auto;
}
#TPorderAR2 article .Color {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 20%;
}
.BnnAR {
    width: 94%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    /* display: table; */
    /* padding-bottom: 20px; */
}
.BnnAR > * {
    /* display: table-cell; */
    position: relative;
    vertical-align: top;
    margin: 10px 0;
}
#TPtabAR {
    /* position: relative; */
    background-color: #FEFC60;
    /* margin-top: 120px; */
    /* padding-top: 15px; */
    float: none;
    border-top: 1px solid #FEFC60;
    /* padding-bottom: 25px; */
    /* width: 90%; */
    margin: 0 auto;
    /* text-align: center; */
}
#TPtabAR article {
    background-color: #FFFFFF;
    position: relative;
    width: 100%;
    margin-left: auto;
    /* padding: 25px; */
    /* margin-right: auto; */
}
#TPtabAR article#design1 {
	position: relative;
}
#TPtabAR article#design2 {
}
#TPtabAR article#design1 #Adobe {
    position: relative;
    display: table;
    padding-bottom: 15px;
    padding-top: 15px;
}
#TPtabAR article#design1 #Adobe > * {
    /* display: table-cell; */
    position: relative;
    vertical-align: middle;
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
#TPtabAR article#design1 #Adobe #adb {
    position: relative;
    /* padding-left: 15px; */
    font-size: 20px;
    font-weight: 500;
    width: 80%;
}
#TPtabAR article#design1 #tx {
    position: relative;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    width: 90%;
    margin: 0 auto;
}
#TPtabAR article#design1 #DG1 {
	position: relative;
	display: table;
	width: 100%;
}
#TPtabAR article#design1 #DG1 > * {
    /* display: table-cell; */
    position: relative;
    vertical-align: top;
    /* width: 50%; */
}
#TPtabAR article#design1 #DG1 #DGleft {
}
.DLbtn {
    background-color: #E8442B;
    /* height: 58px; */
    line-height: 58px;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    margin: 0 auto 20px;
}
.DLbtn i  {
	padding-right:10px;
}
.DLbtn a  {
	display:block;
	color:#FFF;
}
.DLbtn a:hover{
	background-color: #EE7562;
}
#DG1 #DGleft ul {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
#DG1 #DGleft ul li {
    position: relative;
    float: left;
    padding-right: 25px;
    font-size: 16px;
    padding-bottom: 15px;
    color: #00348B;
}
#DG1 #DGleft ul li a {
	color: #00348B;
}
#TPtabAR article#design1 #DG1 #DGright {
}
#DGright p {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-bottom: 15px;
}
#DGright ul {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
#DGright ul li {
    position: relative;
    height: 54px;
    line-height: 54px;
    color: #FFFFFF;
    border-radius: 8px;
    font-size: 17px;
    /* text-indent: 25px; */
    margin-bottom: 10px;
    text-align: center;
}
#DGright ul li a {
	display: block;
	color: #FFFFFF;
}
#TPtabAR article h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    line-height: 1.3em;
    color: #000;
    text-align: left;
    padding-top: 15px;
}
#TPtabAR article h3 span{
	display: block;
	color: rgba(64,64,64,1.00);
	font-size:15px;
}
#TPtabAR article#design2 p {
    font-size: 16px;
    /* line-height: 1.8em; */
    /* padding-bottom: 25px; */
    width: 90%;
    margin: 0 auto;
}
#TPtabAR article#design2 section{
	position: relative;
	display: table;
	width: 100%;
}
#TPtabAR article#design2 section > * {
    /* display: table-cell; */
    vertical-align: top;
}
#TPtabAR article#design2 section dl {
    /* width: 350px; */
    padding: 15px;
}
#TPtabAR article#design2 section dl dt{
	font-size:20px;
	font-weight:500;
	padding-bottom:10px;
}
#TPtabAR article#design2 section dl dt span{
	padding-right:10px;
	font-size:25px;
}
#TPtabAR article#design2 section dl dt span small{
	font-size:14px;
}
#TPtabAR article#design2 section dl dd{
	font-size:15px;
	font-weight:300;
}
#TPtabAR article#design2 section #BtnAR{
	position:relative;
}
#TPtabAR article#design2 section #BtnAR div {
    font-size: 18px;
    text-indent: 15px;
    line-height: 45px;
    color: #FFF;
    margin-bottom: 5px;
    width: 90%;
    margin: 0 auto;
}
#TPtabAR article#design2 section #BtnAR div a{
	display:block;
	color:#FFF;
}
#TPtabAR article#design2 section #BtnAR span {
	padding-bottom: 15px;
	position: relative;
	font-size: 14px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
#OrderSample {
	position: relative;
	padding-bottom:20px;
}
#OrderSample h2 {
    background-color: rgba(30,30,27,1.00);
    /* height: 120px; */
    color: #FFFFFF;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    background-image: url(../img/img/yellow_line.png);
    background-repeat: repeat-x;
    background-position: 0% 8px;
    letter-spacing: 1em;
}
#Recommend {
	height: 180px;
	position: relative;
	padding-top: 45px;
}
#Recommend dl {
	position: relative;
}
#Recommend dl dt {
	overflow-y: hidden;
	height: 100px;
	display: block;
}
#Recommend dl dt img {
	width: 100%;
	height: auto;
}
#Recommend dl dd {
	padding: 5px;
	font-size: 15px;
}
#Recommend dl dd span {
	display: block;
	font-size: 12px;
}
#OrderSample #Bnn {
    position: relative;
    text-align: center;
    padding-top: 50px;
    width: 94%;
    margin: 0 auto;
}
#InformationAR {
    border-top: 8px solid #444440;
    position: relative;
    padding-top: 50px;
    padding-bottom: 80px;
    width: 90%;
    margin: 0 auto;
}
#InformationAR #Infom2C {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
#InformationAR #Infom2C > * {
    /* display: table-cell; */
    position: relative;
    vertical-align: top;
    /* width: 50%; */
}
#InformationAR h2 {
	font-size: 30px;
	font-weight: 600;
	position: relative;
	padding-bottom: 50px;
}
#Infom2C #IFleft {
}
#Infom2C #IFleft div {
	position: relative;
}
#Infom2C #IFleft div dl {
	display: table;
	position: relative;
	padding-bottom: 25px;
}
#Infom2C #IFleft div dl > * {
	position: relative;
	display: table-cell;
	vertical-align: top;
}
#Infom2C #IFleft div dl dt {
	font-size: 13px;
	font-weight: 300;
	width: 100px;
}
#Infom2C #IFleft div dl dd {
	font-size: 15px;
}
#Infom2C #IFleft div p {
	text-align: right;
	font-size: 14px;
	font-weight: 300;
}
#Infom2C #IFright {
    display: none;
}
.TabCalm {
    display: table;
    text-align: center;
}
.TabCalm > * {
    /* display: table-cell; */
}
.PriceArea {
    position: relative;
    padding-bottom: 30px;
}
.PriceArea h2 {
	background-color: #515143;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	color: #D3D3D3;
}
.PriceArea h3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 20px;
    padding-top: 20px;
    font-weight: 600;
    padding-bottom: 30px;
}
.PriceArea h3 small {
	position: relative;
	display: block;
}
.PriceArea table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/*追加190620*/
#TPNcont1{
	position: relative;
	/* width: 1200px; */
	margin-right: auto;
	margin-left: auto;
	display: table;
	margin-top: 10px;
}
#TPNcont1 > * {
	/* display: table-cell; */
	position: relative;
	vertical-align: top;
	width: 300px;
	height: 220px;
	background-size: contain;
}
#TPNcont1 #BG1 {
	background-image: url(../img/img/slide/topcont_bg1.jpg);
  background-repeat: no-repeat;
}
#TPNcont1 #BG1 #TCN-BtnArea {
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 35px;
}
#TPNcont1 #BG1 #TCN-BtnArea li {
	height: 45px;
	width: 100%;
	line-height: 45px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
}
#TPNcont1 #BG1 #TCN-BtnArea li a {
	color: #000000;
	display: block;
}
#TPNcont1 #BG2 {
	background-image: url(../img/img/slide/topcont_bg2.jpg);
  background-repeat: no-repeat;
	position: relative;
	padding-top: 30px;
}
.BtnBlu-sp2{
	background: rgba(0,140,255,1);
background: -moz-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,140,255,1)), color-stop(50%, rgba(0,140,255,1)), color-stop(50%, rgba(0,126,229,1)), color-stop(100%, rgba(0,126,229,1)));
background: -webkit-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
background: -o-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
background: -ms-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
background: linear-gradient(to bottom, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#007ee5', GradientType=0 );
}
.BtnRed-sp2{
	background: rgba(241,91,36,1);
background: -moz-linear-gradient(top, rgba(241,91,36,1) 0%, rgba(241,91,36,1) 49%, rgba(215,61,5,1) 49%, rgba(215,61,5,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,91,36,1)), color-stop(49%, rgba(241,91,36,1)), color-stop(49%, rgba(215,61,5,1)), color-stop(100%, rgba(215,61,5,1)));
background: -webkit-linear-gradient(top, rgba(241,91,36,1) 0%, rgba(241,91,36,1) 49%, rgba(215,61,5,1) 49%, rgba(215,61,5,1) 100%);
background: -o-linear-gradient(top, rgba(241,91,36,1) 0%, rgba(241,91,36,1) 49%, rgba(215,61,5,1) 49%, rgba(215,61,5,1) 100%);
background: -ms-linear-gradient(top, rgba(241,91,36,1) 0%, rgba(241,91,36,1) 49%, rgba(215,61,5,1) 49%, rgba(215,61,5,1) 100%);
background: linear-gradient(to bottom, rgba(241,91,36,1) 0%, rgba(241,91,36,1) 49%, rgba(215,61,5,1) 49%, rgba(215,61,5,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15b24', endColorstr='#d73d05', GradientType=0 );
}
.Btnyellw-sp2{
	background: rgba(255,255,0,1);
background: -moz-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 48%, rgba(229,229,0,1) 48%, rgba(229,229,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,0,1)), color-stop(48%, rgba(255,255,0,1)), color-stop(48%, rgba(229,229,0,1)), color-stop(100%, rgba(229,229,0,1)));
background: -webkit-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 48%, rgba(229,229,0,1) 48%, rgba(229,229,0,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 48%, rgba(229,229,0,1) 48%, rgba(229,229,0,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 48%, rgba(229,229,0,1) 48%, rgba(229,229,0,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 48%, rgba(229,229,0,1) 48%, rgba(229,229,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#e5e500', GradientType=0 );

}
.TBleft {
  padding-top: 20px;
}
.Btnbage1-sp2{
	background: rgba(213,200,186,1);
background: -moz-linear-gradient(top, rgba(213,200,186,1) 0%, rgba(213,200,186,1) 50%, rgba(202,181,158,1) 50%, rgba(202,181,158,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(213,200,186,1)), color-stop(50%, rgba(213,200,186,1)), color-stop(50%, rgba(202,181,158,1)), color-stop(100%, rgba(202,181,158,1)));
background: -webkit-linear-gradient(top, rgba(213,200,186,1) 0%, rgba(213,200,186,1) 50%, rgba(202,181,158,1) 50%, rgba(202,181,158,1) 100%);
background: -o-linear-gradient(top, rgba(213,200,186,1) 0%, rgba(213,200,186,1) 50%, rgba(202,181,158,1) 50%, rgba(202,181,158,1) 100%);
background: -ms-linear-gradient(top, rgba(213,200,186,1) 0%, rgba(213,200,186,1) 50%, rgba(202,181,158,1) 50%, rgba(202,181,158,1) 100%);
background: linear-gradient(to bottom, rgba(213,200,186,1) 0%, rgba(213,200,186,1) 50%, rgba(202,181,158,1) 50%, rgba(202,181,158,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5c8ba', endColorstr='#cab59e', GradientType=0 );
line-height: 50px;
width: 45%;
text-align: center;
margin-right: 20px;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
}
.Btnbage2-sp2{
	background: rgba(149,117,82,1);
	background: -moz-linear-gradient(top, rgba(149,117,82,1) 0%, rgba(149,117,82,1) 49%, rgba(150,107,60,1) 50%, rgba(150,107,60,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(149,117,82,1)), color-stop(49%, rgba(149,117,82,1)), color-stop(50%, rgba(150,107,60,1)), color-stop(100%, rgba(150,107,60,1)));
	background: -webkit-linear-gradient(top, rgba(149,117,82,1) 0%, rgba(149,117,82,1) 49%, rgba(150,107,60,1) 50%, rgba(150,107,60,1) 100%);
	background: -o-linear-gradient(top, rgba(149,117,82,1) 0%, rgba(149,117,82,1) 49%, rgba(150,107,60,1) 50%, rgba(150,107,60,1) 100%);
	background: -ms-linear-gradient(top, rgba(149,117,82,1) 0%, rgba(149,117,82,1) 49%, rgba(150,107,60,1) 50%, rgba(150,107,60,1) 100%);
	background: linear-gradient(to bottom, rgba(149,117,82,1) 0%, rgba(149,117,82,1) 49%, rgba(150,107,60,1) 50%, rgba(150,107,60,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#957552', endColorstr='#966b3c', GradientType=0 );
	color: #FFFFFF;
  line-height: 50px;
  width: 45%;
  text-align: center;
	float:right;
	margin-top:15px;
	margin-bottom:15px;
}
.Btnbage1-sp2 a {
  display: inline-block;
  color: #000;
}
.Btnbage2-sp2 a {
  display: inline-block;
  color: #fff;
}
#TPNcont1 #BG2 div {
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 25px;
	padding-bottom: 10px;
	line-height: 1.5em;
	font-weight: 600;
	text-shadow:
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
}
#TPNcont1 #BG2 div span {
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #282828;
}
.FontC-blue {
	color: #008CFF;
}
.FontC-blue a {
	color: #008CFF;
}
/*選ばれる理由*/
#ReasonAR {
	background-color: #8CC32A;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	position: relative;
	padding-bottom: 25px;
}
#ReasonAR h2 {
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}
#ReasonAR #RScont {
	position: relative;
	/* width: 1040px; */
	margin-left: auto;
	margin-right: auto;
	/* display: table; */
}
#ReasonAR #RScont > * {
	/* display: table-cell;*/
	background-color: #FFFFFF;
	border-right: 10px solid #8CC32A;
	border-left: 10px solid #8CC32A;
	padding: 20px;
	margin-bottom: 20px
	/* width: 200px;*/
}
#ReasonAR #RScont dl dt {
	width: 50%;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	margin-bottom: 20px
	/* height: 180px; */
}
#ReasonAR #RScont dl dd {
	font-size: 16px;
	line-height: 1.4em;
}
#ReasonAR #RScont dl dd span {
	display: block;
	font-size: 14px;
	position: relative;
	padding-top: 15px;
}
#USceanAR2 {
	position: relative;
	/* width: 1100px; */
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}
#USceanAR2 h2 {
	font-size: 25px;
	line-height: 1.3em;
	font-weight: 800;
	color: #48A2DB;
	text-align: center;
	padding-bottom: 15px;
}
#USceanAR2 .Useful {

}
#USceanAR2 .Useful p {
	width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
	/* padding: 10px; */
	position: relative;
}
.TableHD {
	position: relative;
	/* display: table; */
}
.TableHD > * {
	/* display: table-cell; */
	position: relative;

/*プリント方法から探す*/
}.TPmidashi {
    color: #957552;
    font-size: 28px;
    text-align: center;
    position: relative;
    padding-top: 60px;
    padding-bottom: 30px;
    font-weight: 600;
}
#HandyPrice {
    position: relative;
    padding-top: 50px;
}
#HandyPrice h2 {
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    font-size: 55px;
    font-weight: 600;
    padding-bottom: 50px;
    color: #FF0000;
    text-align: center;
}
#HandyPrice h2 span {
    display: block;
    font-size: 25px;
    line-height: 3em;
    color: #202020;
}
#HandyPrice article {
    background-color: #E8D7C5;
    padding-top: 50px;
    padding-right: 35px;
    padding-left: 35px;
    position: relative;
    padding-bottom: 25px;
}
#HandyPrice article div {
    width: 100%;
	line-height: 2em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#HandyPrice article div p {
    font-size: 25px;
    font-weight: 600;
    position: relative;
    padding-bottom: 35px;
}
#HandyPrice article div dl {
    position: relative;
    padding-bottom: 35px;
}
#HandyPrice article div dl dt {
    position: relative;
    font-size: 23px;
    font-weight: 500;
    padding-bottom: 15px;
}
#HandyPrice article div dl dd {
    font-size: 16px;
    line-height: 1.5em;
}
#TPNinfo {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    /* display: table;*/
    padding-bottom: 50px;
}
#TPNinfo > * {
    position: relative;
    /* display: table-cell; */
    vertical-align: top;
    /* width: 360px; */
    /* padding-left: 20px; */
    /* padding-right: 20px; */
}
#TPNinfo article h2 {
    color: #957552;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    padding-bottom: 25px;
	text-align: center;
}
#TPNinfo article#info1 {
	margin-bottom: 50px;
}
#TPNinfo article#info1 div {
	width: 70%;
    position: relative;
	margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
}
#TPNinfo article#info1 p {
    font-size: 15px;
    line-height: 1.6em;
}
#TPNinfo article#info2 {
	margin-bottom: 50px;
}
#TPNinfo article#info2 ul#Link1 {
    position: relative;
    padding-bottom: 15px;
}
#TPNinfo article#info2 ul#Link1 li {
    position: relative;
    padding-bottom: 10px;
}
#TPNinfo article#info2 ul#Link2 {
}
#TPNinfo article#info2 ul#Link2 li {
    font-size: 17px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 500;
}
#TWsize  {
	position: relative;
	padding-bottom: 50px;
	text-align: center;
}
.NSendBTN {
}
#TWLsizeChoice {
	width: 1210px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #E8D7C5;
	padding-top: 25px;
	padding-bottom: 25px;
}
#TWLsizeChoice h2 {
	text-align: center;
	font-size: 20px;
	position: relative;
	padding-bottom: 15px;
	color: #494337;
	font-weight: 500;
}
#TWLsizeChoice h2 span {
	display: block;
	color: #EE891C;
}
#RN-PriceHD {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#RN-PriceHD article {
    position: relative;
    background-color: #E6E6E6;
    margin-bottom: 18px;
    padding-bottom: 20px;
}
#RN-PriceHD article:nth-child(even) {
}
#RN-PriceHD article h2 {
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	line-height: 45px;
}
#RN-PriceHD article p.Explain {
	padding: 15px;
	position: relative;
}
#RN-PriceHD article p.Explain small{
	display:block;
	padding-top:10px;
}
#RN-PriceHD article p.Explain small strong{
	display:block;
	font-weight:500;
}
#RN-PriceHD article p.Nouki {
	position: relative;
	background-color: #3388C8;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 400;
	line-height: 35px;
	border-radius: 50px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	width: 85%;
}
#RN-PriceHD article dl {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #FFFFFF;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 85%;
    margin-bottom: 20px;
}
#RN-PriceHD article dl dt {
	font-size: 14px;
	font-weight: 600;
	position: relative;
	padding-bottom: 5px;
}
#RN-PriceHD article dl dd {
	font-size: 15px;
	font-weight: 300;
}
#RN-PriceHD article ol {
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding: 0px;
	position: relative;
	width: 90%;
}
#RN-PriceHD article ol li {
	position: relative;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 35px;
}
#RN-PriceHD article ol li span {
    margin-left: 7px;
    margin-right: 7px;
    font-size: 14px;
    padding-left: 7px;
    border-radius: 50px;
    padding-right: 7px;
    background-color: #3cd4b1;
    font-weight: 300;
    display: block;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}
#RN-PriceHD article ol li span a {
	display: inline-block;
	color: #FFFFFF;
}
#GuideCont8{
	position:relative;
}
#GuideCont8 #AgreeCont{
	position: relative;
	margin: auto;
	padding-top: 50px;
}
#GuideCont8 #AgreeCont dl {
	position: relative;
	padding-bottom: 80px;
}
#GuideCont8 #AgreeCont dl dt {
	font-size: 20px;
	font-weight: 500;
	position: relative;
	padding-bottom: 20px;
}
#GuideCont8 #AgreeCont dl dd {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7em;
}
#GuideCont8 #AgreeCont dl ul {
	position: relative;
	padding-top: 20px;
	padding-left: 20px;
}
#GuideCont8 #AgreeCont dl ul li {
	position: relative;
	padding-bottom: 10px;
	font-size: 15px;
	color: #43576F;
	font-weight: 300;
	line-height: 1.5em;
}
/*新しいスライダー用*/
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.slider{
    margin:0px auto;
    width: 100%;
	z-index:1;
}
.slider img{
	height: auto;
	width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before{
    color: #000;
}
.slick-dots{
	display:none;
}
/*追加ページ*/
div#tu_tab {
    margin: 20px auto;
    /* text-align: left; */
    /* position: relative; */
    /* display: inline-block; */
    text-align: center;
    /* margin-bottom: 30px; */
    /* width: 100%; */
}
div#tu_tab ul#tab-t {
    /* margin: auto; */
    /* padding: 0; */
    /* position: absolute; */
    /* top: -74px; */
    /* width: 1095px; */
    /* left: 0px; */
    /* right: 0px; */
    display: inline-block;
}
div#tu_tab ul li {
    margin-bottom: 10px;
}
div#tu_tab ul#tab-t a {
    color: #fff;
}
.tu-btn {
    text-align: center;
    /* padding: 10px; */
    
    width: 180px;
    line-height: 30px;
    background: rgba(213,200,186,1);
    background: -moz-linear-gradient(top, rgba(213,200,186,1) 0%, rgba(213,200,186,1) 50%, rgba(202,181,158,1) 50%, rgba(202,181,158,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(213,200,186,1)), color-stop(50%, rgba(213,200,186,1)), color-stop(50%, rgba(202,181,158,1)), color-stop(100%, rgba(202,181,158,1)));
    background: -webkit-linear-gradient(top, rgba(213,200,186,1) 0%, rgba(213,200,186,1) 50%, rgba(202,181,158,1) 50%, rgba(202,181,158,1) 100%);
    background: -o-linear-gradient(top, rgba(213,200,186,1) 0%, rgba(213,200,186,1) 50%, rgba(202,181,158,1) 50%, rgba(202,181,158,1) 100%);
    background: -ms-linear-gradient(top, rgba(213,200,186,1) 0%, rgba(213,200,186,1) 50%, rgba(202,181,158,1) 50%, rgba(202,181,158,1) 100%);
    background: linear-gradient(to bottom, rgba(213,200,186,1) 0%, rgba(213,200,186,1) 50%, rgba(202,181,158,1) 50%, rgba(202,181,158,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5c8ba', endColorstr='#cab59e', GradientType=0 );
    border-radius: 10px;
	color: #fff;
}
.panels33 {
    /* position: relative; */
    /* background-color: #E8D7C5; */
    /* margin-top: 80px; */
    /* padding-top: 15px; */
    /* float: none; */
    padding-bottom: 25px;
}
.TbTyp2-tu {
    position: relative;
    width: 100%;
    margin-left: auto;
    padding: 10px;
    margin-right: auto;
    display: table;
    margin-bottom: 20px;
}
.bg-tu {
	background-color: #E8D7C5;
	width: 100%;
}
.TbTyp2-tu .TBleft {
    width: 100%;
}
.TbTyp2-tu > * {
    /* display: table-cell; */
    position: relative;
    vertical-align: top;
}
.TbTyp2-tu h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4em;
    position: relative;
    padding-bottom: 10px;
    color: #957552;
    /* padding-right: 35px; */
}
.TbTyp2-tu h3 span {
    display: block;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
	line-height: 1.4em;
}
.TbTyp2-tu .TBleft p {
    font-size: 15px;
    line-height: 1.5em;
    /* padding-right: 20px; */
    position: relative;
    padding-bottom: 14px;
}
.TbTyp2-tu .TBleft ul {
    position: relative;
}
.TbTyp2-tu .TBleft ul li {
    position: relative;
    float: left;
    width: 130px;
    margin-right: 4px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    /* margin-bottom: 10px; */
    border-radius: 10px;
	margin-top: 0px !important;
    margin-bottom: 10px !important;
}
.TbTyp2-tu .TBleft ul li a {
    display: block;
}
#TWsize-tu {
    position: relative;
    padding-bottom: 50px;
    text-align: center;
}
#TWsize-tu p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.tutu {
    text-align: center;
}
.tutu img {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: auto;
}
.tutu ul {
    position: relative;
    text-align: center;
    /* display: inline-block; */
    margin: 20px auto;
}
.tutu ul li {
    position: relative;
    /* float: left; */
    width: 100%;
    /* margin-right: 20px; */
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}
.tutu ul li:last-child {
    margin-right: 0px;
}
.tutu ul li a {
    display: block;
}
.tubtn01 {
    text-align: center;
    float: left;
    padding: 10px;
    margin-right: 20px;
    width: 180px;
    line-height: 30px;
    background: rgba(0,140,255,1);
    background: -moz-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,140,255,1)), color-stop(50%, rgba(0,140,255,1)), color-stop(50%, rgba(0,126,229,1)), color-stop(100%, rgba(0,126,229,1)));
    background: -webkit-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
    background: -o-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
    background: linear-gradient(to bottom, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#007ee5', GradientType=0 );
}
.tubtn01 a {
	color: #fff;
}
.tubtn02 {
    text-align: center;
    float: left;
    padding: 10px;
    margin-right: 20px;
    width: 180px;
    line-height: 30px;
    background: rgba(255,255,0,1);
    background: -moz-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 50%, rgba(229,229,0,1) 50%, rgba(229,229,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,0,1)), color-stop(50%, rgba(255,255,0,1)), color-stop(50%, rgba(229,229,0,1)), color-stop(100%, rgba(229,229,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 50%, rgba(229,229,0,1) 50%, rgba(229,229,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 50%, rgba(229,229,0,1) 50%, rgba(229,229,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 50%, rgba(229,229,0,1) 50%, rgba(229,229,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 50%, rgba(229,229,0,1) 50%, rgba(229,229,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#e5e500', GradientType=0 );
}
.tubtn02 a {
	color: #70583e;
}
.tuh3 {
    text-align: center;
    font-size: 14px;
    padding: 0 10px;
    text-align: left;
}
.TPmidashi-tu {
    color: #957552;
    font-size: 22px;
    text-align: center;
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
    font-weight: 600;
}
/*.TPmidashi-tu:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../img/img/tu-lo.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}*/
.tu-txt1 {
    text-align: left;
    margin: 20px auto 0;
    display: inline-block;
}
.tubtn03 {
    width: 180px;
    text-align: center !important;
    float: none !important;
    padding: 10px;
    font-size: 18px !important;
    margin-right: 20px;
    width: 100% !important;
    line-height: 30px !important;
    background: rgba(0,140,255,1);
    background: -moz-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,140,255,1)), color-stop(50%, rgba(0,140,255,1)), color-stop(50%, rgba(0,126,229,1)), color-stop(100%, rgba(0,126,229,1)));
    background: -webkit-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
    background: -o-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
    background: linear-gradient(to bottom, rgba(0,140,255,1) 0%, rgba(0,140,255,1) 50%, rgba(0,126,229,1) 50%, rgba(0,126,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#007ee5', GradientType=0 );
    border-radius: 0 !important;
}
.tubtn03 a {
	color: #fff;
}
.tubtn04 {
    text-align: center !important;
    float: none !important;
    padding: 10px;
    font-size: 18px !important;
    margin-right: 20px;
    width: 100% !important;
    line-height: 30px !important;
    background: rgba(255,255,0,1);
    background: -moz-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 50%, rgba(229,229,0,1) 50%, rgba(229,229,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,0,1)), color-stop(50%, rgba(255,255,0,1)), color-stop(50%, rgba(229,229,0,1)), color-stop(100%, rgba(229,229,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 50%, rgba(229,229,0,1) 50%, rgba(229,229,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 50%, rgba(229,229,0,1) 50%, rgba(229,229,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 50%, rgba(229,229,0,1) 50%, rgba(229,229,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,0,1) 0%, rgba(255,255,0,1) 50%, rgba(229,229,0,1) 50%, rgba(229,229,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#e5e500', GradientType=0 );
    border-radius: 0 !important;
}
.tubtn04 a {
	color: #70583e;
}
.tuul {
    margin-bottom: 20px;
}
.tu-flex {
    /* padding: 10px; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.tu-fi {
    color: #fff;
    margin: 10px;
    /* width: 40%; */
}
.tu-fi2 {
    color: #fff;
    margin: 10px;
    /* width: 40%; */
}
.tu-fi3 {
    color: #fff;
    margin: 10px;
    /* width: 40%; */
}
.tu-fi4 {
    color: #fff;
    margin: 10px;
    /* width: 40%; */
}
.tu-fi5 {
    color: #fff;
    margin: 10px;
    /* width: 40%; */
}
.tu-fi img {
	/* width: 350px; */
	width: 100%;
}
.TWsize-tu p span {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
}
.TWsize-tu {
    position: relative;
    padding-bottom: 50px;
    text-align: center;
}
.TWsize-tu p {
    text-align: left !important;
    padding: 0 10px;
}
.linebana {
	margin-top: 50px;
	text-align: center;
}

/*2022.6追加*/
.SnGn-intro{
	position:relative;
	text-align:left;
}
.SnGn-intro dt{
	font-size:14px;
	font-weight:500;
	padding-bottom:5px;
}
.SnGn-intro dd{
	font-size:14px;
	font-weight:300;
	padding-bottom:15px;
}