/*
Theme Name: unimono
Theme URI: http://littlebirdjp.github.io/tsumugi/
Author: youthkee
Author URI: http://littlebird.mobi/
Description: tsumugi is a simple blog theme based on _s and Bootstrap. It consists of a single column layout which is suitable for mobile devices and tablets along with PCs. For it's readability and simplicity, this theme is user-friendly for everyone. (The name of "tsumugi" is inspired by the song of "Hatsune", a Japanese singer.)
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tsumugi
Tags: blog, one-column, custom-background, custom-colors, custom-menu, custom-header, custom-logo, footer-widgets, flexible-header, full-width-template, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

tsumugi is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1rem;
	padding: 0 1rem;
	border-left: 5px solid #429BBF;
}

address {
	margin: 0 0 1rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 1.25rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
background-image: url(https://unimono.jp//jp/wp-content/uploads/gb_pattern.png);
background-position: center top;
}

blockquote,
q {
	quotes: "" "";
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1rem 0;
padding:0;
}

ul,li {
	list-style-type: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1rem;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

#index_page img {
	width: 100%; /* Adhere to container width. */
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
	height: 2rem;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
max-width:100%;
}

input[type="password"],
input[type="search"] {
	padding: .5rem;
	margin-right: .5rem;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
	display: inline;
}

input[type="file"] {
	line-height: 1rem;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #e83929;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}
a:visited {
	color: #e83929;
}
a:hover,
a:focus,
a:active {
	color: #ef796e;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1.5;
}
@media (max-width: 767px) {
	.main-navigation {
		width: 100%;
	}
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
@media (min-width: 768px) {
	.main-navigation ul ul {
		background: #fff;
		float: left;
		text-align: left;
		position: absolute;
		top: 2.3rem;
		left: -999em;
		z-index: 99999;
	}
}
@media (min-width: 768px) {
	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}
}
@media (min-width: 768px) {
	.main-navigation ul ul li {
		background: #f7f7f9;
	}
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
@media (min-width: 768px) {
	.main-navigation ul ul a {
		width: 12rem;
	}
}
@media (min-width: 768px) {
	.main-navigation ul ul a:hover,
	.main-navigation ul ul a.focus {
		background: #eceeef;
	}
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
@media (max-width: 767px) {
	.main-navigation li {
		padding: 0 .8rem;
		width: 100%;
	}
}
.main-navigation a {
	color: #007BBB;
	display: block;
	text-decoration: none;
	padding: .5rem .8rem;
}
@media (max-width: 767px) {
	.main-navigation a {
		padding: .5rem 0;
		border-bottom: 1px solid #eceeef;
	}
}
.main-navigation a:hover {
	color: #009dee;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 100%;
}
.comment-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before,
.post-navigation .nav-previous a::before {
	content: "\003C";
	margin-right: .25rem;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.comment-navigation .nav-next a::after,
.posts-navigation .nav-next a::after,
.post-navigation .nav-next a::after {
	content: "\003E";
	margin-left: .25rem;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before::after,
.clear:after::after,
.entry-content:before::after,
.entry-content:after::after,
.comment-content:before::after,
.comment-content:after::after,
.site-header:before::after,
.site-header:after::after,
.site-content:before::after,
.site-content:after::after,
.site-footer:before::after,
.site-footer:after::after {
	content: "";
	display: table;
	clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	font-size: 0.875rem;
	text-align: left;
}
.widget select {
	max-width: 100%; /* Make sure select elements fit in widgets. */
}


.widget ul li:first-child::before {
	content: '';
}
.widget ul li li:first-child::before {
	content: ' | ';
}
.widget th {
	text-align: center;
}
.widget a {
	color: #373a3c;
}
.widget a:hover {
	color: #818a91;
}

.widget-area {
	border-top: 1px dashed #165E83;
	padding-top: 1.5rem;
}

.widget-title,
.widgettitle {
	font-size: 1.2rem;
border-bottom: 1px solid #000;
}

.widget_calendar tbody a {
	text-decoration: underline;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	word-wrap: break-word;
}
@media (min-width: 980px) {
	.site-header {
	     background-color: #fff100;
    height: 108px;
    box-shadow: 0px 0px 10px;
    margin-top: 0px;
    padding-top: 0px;
	}
#head ul#g_menu {
margin:0;
}

	ul#g_menu li {
float:left;
list-style-type:none;
}
#head {
width:980px;
max-width:100%;
margin:0 auto;
}
#head #logo {
float:left;
width: 25.487%;

}


}

.site-branding {
	text-align: center;
	
}
@media (min-width: 768px) {
	.site-branding {
		margin-top: -1rem;
	}
}

.site-title {
	margin: .5rem auto 1.5rem auto;
	line-height: .5;
	font-family: 'Annie Use Your Telescope', cursive;
	font-size: 2.5rem;
}
@media (min-width: 768px) {
	.site-title {
		font-size: 3.5rem;
		margin: 2rem auto 3rem;
	}
}
@media (min-width: 992px) {
	.site-title {
		font-size: 4.5rem;
	}
}

@media (min-width: 1200px) {
	.site-title {
		font-size: 5.5rem;
	}
}
.site-title a {
	color: #165E83;
}
.site-title a:hover {
	color: #165E83;
}
.site-title img {
	width: 136px;
	height: auto;
	margin: 0 0 .5rem 0;
	vertical-align: text-bottom;
}
@media (min-width: 768px) {
	.site-title img {
		margin: -1rem 1rem -2rem -5rem;
	}
}
@media (min-width: 992px) {
	.site-title img {
		width: 164px;
	}
}
@media (min-width: 1200px) {
	.site-title img {
		width: 190px;
	}
}

.site-description {
	margin-bottom: .5rem;
}
@media (min-width: 768px) {
	.site-description {
		margin-top: -.75rem;
	}
}
@media (min-width: 992px) {
	.site-description {
		font-size: 1.125rem;
	}
}

.custom-header {
	margin-bottom: 1rem;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site-content {
	word-wrap: break-word;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 2% 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-title {
	font-size: 2rem;
	border-bottom: 5px solid #429BBF;
	padding-bottom: .45rem;
	margin-bottom: 1.5rem;
}

.entry-title a {
	color: #373a3c;
}
.entry-title a:hover {
	color: #818a91;
}

.entry-meta {
	font-size: 0.875rem;
	color: #55595c;
}
.entry-meta a {
	color: #55595c;
}
.entry-meta a:hover {
	color: #818a91;
}
.entry-meta span {
	margin-right: .25rem;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1em 0 0;
}

.entry-content h1 {
	border-bottom: 5px solid #429BBF;
	padding-bottom: .45rem;
	margin-bottom: 1rem;
}
.entry-content h2 {
	border-bottom: 2px solid #c2c1c1;
	padding-bottom: .45rem;
	margin-bottom: 1rem;
}
.entry-content h3 {
	border-left: 4px solid #007BBB;
	padding: 0 .5rem;
	margin-bottom: 1rem;
}
.entry-content h4 {
	margin-bottom: 1rem;
}
.entry-content h5 {
	font-weight: 700;
	margin-bottom: 1rem;
}
.entry-content h6 {
	font-weight: 700;
	margin-bottom: 1rem;
}

.entry-footer {
	font-size: 0.875rem;
	color: #55595c;
}
.entry-footer a {
	color: #55595c;
}
.entry-footer a:hover {
	color: #818a91;
}
.entry-footer span {
	margin-right: .25rem;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-list {
	list-style: none;
	padding-left: 0;
}
.comment-list .children {
	list-style: none;
}

.comment-body {
	margin-bottom: .75rem;
}

.comment-meta a {
	color: #55595c;
}
.comment-meta a:hover {
	color: #818a91;
}

.says {
	display: none;
}

.comment-metadata {
	font-size: 0.875rem;
}

.comment-content a {
	word-wrap: break-word;
}
.comment-content p {
	margin-bottom: 0;
}

.bypostauthor {
	display: block;
}

.logged-in-as {
	font-size: 0.875rem;
}

.comment-notes {
	font-size: 0.875rem;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	padding-bottom: 0;
}
.site-footer a {
	color: #373a3c;
}
.site-footer a:hover {
	color: #818a91;
}

.site-info {
	font-size: 0.75rem;
	text-align: center;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	color: #818a91;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



#logo img {
    float: left;
}
.order {
    background-image: url(http://cance.xsrv.jp/unimono_sample/wp-content/uploads/order_bg.png);
    clear: both;
    position: fixed;
    margin-top: 100px;
margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

.pc {
display:block;
}
.sp {
display:none;
}

#navToggle {
    display:none; /*通常時は非表示にしておきます*/
    position:absolute; /*bodyに対しての絶対位置指定です*/
    right:10px;
    width:16%;

margin-top:1%;
    cursor:pointer}
#navToggle div {position:relative} /*spanの絶対位置指定の親にします*/
#navToggle span {
    display:block;
    position:absolute; /*#navToggle div に対して*/
    width:100%;
    border-bottom:solid 3px #999;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out}
#navToggle span:nth-child(1) {top:0}
#navToggle span:nth-child(2) {top:11px}
#navToggle span:nth-child(3) {top:22px}


#sp_menu {

    font-size:0; /*ul,liが親のfont-sizeを継承して隙間が空くのをリセット*/
    line-height:0}
#sp_menu h1, nav {
    display:table-cell}
nav {
    text-align:right;
    vertical-align:bottom}
#sp_menu h1 a img {
    height:40px;
    margin:10px}
#sp_menu ul {
    font-size:13px;
    line-height:1;
    margin:0 10px 10px 0}
#sp_menu ul li {
    margin-left:3px;
    display:inline-block}
#sp_menu ul li::after {content:' |'}
#sp_menu ul li:last-child::after {content:''}
#sp_menu ul li a {color:inherit}

nav.navigation {
display:block;
text-align:left;
}
.site-header {
    width: 100%;
    position: fixed;
    height: 108px;
z-index: 9999;
    padding-top: 0px;
}




.container {
padding-top:94px;
}
.container.item {
padding-top:170px;
}

.index_left {
    float: left;
    width: 50%;
    margin-bottom: 1%;
    margin-left: -0.5%;
}
.index_right {
float: right;
    width: 50%;
    margin-right: -1%;
    margin-bottom: 1%;
}
#topics {
margin-bottom:-100px;
font-size:16px;
width:75%;
margin: 2% 0% 0% 4%;
}

#topics ul{
margin-bottom:0;
}
#topics li{
list-style-type:none;
clear:both;
border-bottom:1px solid #c2c1c1;
}
#topics .news_date {
    width: 10em;
    float: left;
}
#topics .news_title{
padding-left: 1em;
    float: left;
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#foot_link {
width:650px;
max-width:100%;
margin:0 auto;
padding:20px 0;
}
.site-footer {
background-color: #fff;
    box-shadow: 0px 0px 10px;
clear: both;
z-index:9999;
}
.copyright {
    background-color: yellow;
    padding: 10px 0;
    text-align: center;
}

#kinchaku tr {
display:block;
margin:0.5% 0;
}
#kinchaku th {
background-color:#e1e1d9;
width:260px;
text-align:right;
}

#kinchaku td {

}
span.hissu {
background-color:orange;
padding:0em 1em;
float: right;
}
#order_form {
font-size:14px;
}
#order_form dl {
background-color:#e1e1d9;
clear:both;
margin-bottom: 2px;
min-height:3em;
}

#order_form dt {
float:left;
width:23%;
padding:10px 5px;
margin: 0;
}

#order_form dd {
    margin: 0px 0 0px 24%;
    background-color: #fff;
    padding: 5px 10px;
min-height:3em;
}

#order_form dl.full,#order_form dt.full,#order_form dd.full {
width:100%;
padding:10px 5px;
margin: 0;
clear:both;
}
.top_bg {
    background-image: url(https://unimono.cance-sample1.work/wp-content/uploads/index_pickup.png);
    width: 103%;
    padding: 36.9% 0 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0% 0% 0% -1.5%;
}


.nav-previous,.nav-next{
padding-left: 1em;
   vertical-align: middle;
    max-width: 100%;
    
}
#ukn_label label ,#uks_label label ,#ukn_uks_label label{
  padding: 3% 0% 15.6% 2%;
    width: 31.3333%;
    margin: 1%;
    float: left;
    background-size: contain;
}
#ukn_label .mwform-radio-field-text ,#uks_label .mwform-radio-field-text ,#ukn_uks_label .mwform-radio-field-text{
display:none;
}
#ukn_label label {
background-image:url(http://cance.xsrv.jp/unimono_sample/wp-content/uploads/f-bc-19k.png);
}
#uks_label label {
background-image:url(http://cance.xsrv.jp/unimono_sample/wp-content/uploads/f-bc-100.png);
}
#ukn_uks_label label {
background-image:url(http://cance.xsrv.jp/unimono_sample/wp-content/uploads/f-aa.png);
}


body .container{
    max-width: 980px;
background-color:#fff;
padding-right:0;
padding-left:0;
box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.3);
padding-bottom: 60px;
    margin-bottom: -60px;
}




.pink-bg{
	border:#f9d6bf 6px solid;
	background-color:#fefdec;
	border-radius: 5px;
	padding-bottom:2%;
}
.Product-pink{
	background-color:#fff1e3;
	padding:1% 2%;
	font-size:20px;
	width:94%;
	margin:0 3%;
}
.Product-pink span{
	background-color:#f2659e;
	color:#fff;
	padding:0 1%;
	border-radius: 3px;
}

.blue-bg{
	border:#98dbf5 6px solid;
	background-color:#f2fafe;
	border-radius: 5px;
	padding-bottom:2%;
}
.Product-blue{
	background-color:#cdeae6;
	padding:1% 2%;
	font-size:20px;
	width:94%;
	margin:0 3%;
}
.Product-blue span{
	background-color:#004e92;
	color:#fff;
	padding:0 1%;
	border-radius: 3px;
}

.purple-bg{
	border:#804289 6px solid;
	background-color:#efedf2;
	border-radius: 5px;
	padding-bottom:2%;
}
.Product-purple{
	background-color:#d7cae0;
	padding:1% 2%;
	font-size:20px;
	width:94%;
	margin:0 3%;
}
.Product-purple span{
	background-color:#d87ba6;
	color:#fff;
	padding:0 1%;
	border-radius: 3px;
}

.light-blue-bg{
	border:#34c2e3 6px solid;
	background-color:#e3f4fa;
	border-radius: 5px;
}
.Product-light-blue{
	background-color:#a7e0f5;
	padding:1% 2%;
	font-size:20px;
	width:94%;
	margin:0 3%;
}
.Product-light-blue span{
	background-color:#00b8e2;
	color:#fff;
	padding:0 1%;
	border-radius: 3px;
}

.orange-bg{
	border:#ff9b2c 6px solid;
	background-color:#f6f6d9;
	border-radius: 5px;
	padding-bottom:2%;
}
.Product-orange{
	background-color:#dbe9e7;
	padding:1% 2%;
	font-size:20px;
	width:94%;
	margin:0 3%;
}
.Product-orange span{
	background-color:#4fb3e0;
	color:#fff;
	padding:0 1%;
	border-radius: 3px;
}

.green-bg{
	border:#007f49 6px solid;
	background-color:#faf9e5;
	border-radius: 5px;
	padding-bottom:2%;
}
.Type-gray {
    font-size: 25px;
display:block;
width:100%;
}
.Type-gray img,.caution img{
width:100%;
}

.main-img{
	text-align:center;
	margin-top:10px;
}
.Product-text{
	padding:2% 4%;
	font-size:18px;
	line-height:1.3em;
}
.Product-green{
	background-color:#ddeaec;
	padding:1% 2%;
	font-size:20px;
	width:94%;
	margin:0 3%;
}
.Product-green span{
	background-color:#4fb3e0;
	color:#fff;
	padding:0 1%;
	border-radius: 3px;
}

.strap .Product-light-blue,.strap .Product-orange,.strap .Product-green{
	width:66%;
	float:right;
	margin:0 2%;
}

.price{
	padding:2% 6% 0 6%;
	font-size:20px;
}




table.type02,table.type08,table.type03 {
    border: #000 3px solid;
    text-align: center;
	width:86%;
	margin:0 7% 0% 7%;
	background-color:#fff;
    }

table.type02 th,table.type03 th{
	border: #000 3px solid;
	vertical-align: middle;
	text-align: center;
}

table.type02 td,table.type03 td{
	border-right: #000 2px solid;
	border-bottom: #000 3px solid;
}


table.type08 th{
	border-right: #000 2px dotted;
	border-bottom: #000 3px solid;
	vertical-align: middle;
	text-align: center;
	background-color:#fffad7;
	line-height:20px;
}

table.type08 td{
	border-right: #000 2px dotted;
	border-bottom: #000 2px solid;
}



td.free{
	color:#f00;
}

.mixture{
	border:#d1effa 6px solid;
	background-color:#f2f9fe;
	border-radius: 5px;
padding:15px;
}


.mixture-text{
	font-size:23px;
	line-height:30px;
	padding:2% 4%;
}

.upgrade{
	font-size:20px;
	padding:1% 7% 0% 7%;
	line-height:25px;
}

.caution h4{
	font-size:40px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:1% 0 1% 0;
}
.caution{
		line-height:25px;
}
.caution ul li {
list-style-type: disc;
    padding: 0;
    margin: 0 0 0.5em 2em;
}



/*クッション用CSS*/

/*巾着用CSS*/


.Packing span{
	background-color:#00b8e2;
	color:#fff;
	font-size:24px;
	margin:0 20%;
}





/*キーホルダー用CSS*/
.strap-img{
	font-size:25px;
	width:30%;
	height:auto;
	float:left;
}

.strap-catch{
	color:#f3629c;
	font-size:32px;
	margin:2% 0;
line-height:1.2em;
}

.strap .Product-text{
	width:70%;
	float:right;
	padding-bottom:0;
}


.jack-color{
	margin:2%;
}
.color-no{
	color:#fff;
	background-color:#542b82;
	border-radius: 10px;
	float:left;
	padding:0 2%;
	margin:2% 50% 0 2%; 
}
.color-left{
	float:left;
	width:33%;
	margin:1% 0 1% 2%;
}

.color-right{
	float:left;
	width:33%;
	margin:1% 0 1% 2%;
}

.color-left h5,.color-right h5{
	padding:2%;
	font-size:20px;
	text-align:center;
	border-radius: 10px;
}

.mixture-text.pink{
	color:#fff;
	background-color:#f57dac;
	margin:1% 3% 2% 3%;
	border-radius: 10px;
	padding:1%;
}

.figure{
	text-align:center;
	width:18%;
	float:left;
	margin:0.5% 1% 5% 1%;
}
.figure:nth-of-type(5n+2){
	clear:both;
}




p.blue{
	color:#006bad;
	line-height:5px;
}

P.number{
	line-height:5px;
}

p.red{
	line-height:5px;
	color:#d50023
}

.strap-page .figure .Type-gray{
	font-size:10px;
	border:#000 solid 1px;
	border-radius:3px;
}

.strap-page hr{
	clear:both;
	height: 2px;
}

span.att {
display:block;
background-color:#f00;
color:#fff;
font-size:120%;
	padding:0.5em 0;
text-align:center;
}

#QandA-1 {
	width: 100%;
	font-family: メイリオ;
}
#QandA-1 h3 {
font-size:160%;
background-color:#89C566;
border:none;
color:#fff;
padding:0.5em;
}
#QandA-1 dt {
background: #FFF21F;
    color: #000;
    padding: 8px 8px 8px 35px;
    font-size: 140%;
    border-radius: 2px;
    margin: 24px 16px 15px 0px;
    line-height: 120%;
    text-indent: -26px;
}
#QandA-1 dt:before {
	content: "Q.";
	font-weight: bold;

}
#QandA-1 dd {
	margin: 10px 16px 40px 44px;
    line-height: 140%;
    text-indent: -26px;
}
#QandA-1 dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
}


.infoot_img {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/index_footer.png);
    margin: 0 -2%;
    background-size: 100%;
}
.infoot_text {
width: 700px;
    padding: 128px 0px 40px 270px;
    font-size: 15px;
}
.ku02,.ku03,.ku04,.ku05,.ku06,ku07 {
    background-repeat: no-repeat;
float:left;
}
.ku03,.ku04,.ku05,.ku06,ku07 {
color:#fff;
}

.ku02 {
background-image: url(https://unimono.jp//jp/wp-content/uploads/kussyon-2.png);
    width: 940px;
    background-size: 100%;
    height: 360px;
padding: 170px 287px 0px 25px;
}

.ku03 {
        background-image: url(https://unimono.jp//jp/wp-content/uploads/kussyon-3.png);
    width: 520px;
    height: 450px;
    background-size: 100%;
padding: 320px 0px 0 26px;
}

.ku04 {
background-image: url(https://unimono.jp//jp/wp-content/uploads/kussyon-4.png);
    width: 410px;
    margin-left: 10px;
    background-size: 100%;
    height: 450px;
    padding: 320px 0 0 26px;

}

.ku05 {
background-image: url(https://unimono.jp//jp/wp-content/uploads/kussyon-5.png);
    width: 466px;
    background-size: 100%;
    height: 352px;
    padding: 265px 0 0 26px;
}

.ku06 {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/kussyon-6.png);
    width: 464px;
    height: 352px;
    margin-left: 10px;
    background-size: 100%;
    padding: 265px 0 0 26px;

}
ul.ku_dis {
margin:0;
padding:0;
}
ul.ku_dis li img{ 
width:100%;
}
ul.ku_dis li {
width:50%;
padding:1%;
float:left;
list-style-type:none;
}
ul.ku_dis li img{
padding-bottom:5%;
}
.ku07 {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/kussyon-2.jpg);
    width: 940px;
    background-size: 100%;
    height: 685px;
    line-height: 1.3em;
    padding: 160px 380px 0 26px;
}
.entry-content .ku07 p{
margin: 1em 1%;
}
ul.fasner li{
float:left;
width:20%;
text-align:center;
}
ul.kara li {
width:12.5%;
float:left;
text-align:center;
}
ul.himo li{
float:left;
width:20%;
text-align:center;
}
ul.himo li:nth-of-type(5n+1){
clear:both;
}

.order_btn {
position: fixed;
    right: 0;
    top: 160px;
}
ul.st_order li {
width: 14.25%;
    float: left;
    padding: 0.5%;
}
ul.st_order li img{
border:1px solid #666;
}

ul.st_order label {
display: block;
    position: relative;
    margin-top: -215px;
    padding-top: 215px;
}

ul.ku_order li {
width: 14.25%;
    float: left;
    padding: 0.5%;
}
ul.ku_order li img{
border:1px solid #666;
}

ul.ku_order label {
display: block;
    position: relative;
    margin-top: -130px;
    padding-top: 130px;
}

ul.kn_order li {
width: 33.3333%;
    float: left;
    padding: 0.5% 5%;
}
ul.kn_order li img{
border:1px solid #666;
}

ul.kn_order label {
display: block;
    position: relative;
    margin-top: -275px;
    padding-top: 275px;
}
#ku_order_form h6,#kn_order_form h6,#st_order_form h6{
color: orange;
    font-size: 13px;
    padding: 5px 0;
    line-height: 1.3em;
}
#ku_order_form p,#kn_order_form p,#st_order_form p{
    margin: 5px 0;
}

.entry-content .ku_order_form p {
margin:0;
}

.clearfix {
clear:both;
}
#howto_page,#payment_page,#form_page,#pp_page,#tos_page {
padding-top:25px;
}
#pp_page p{
margin:0 0 2% 0;
}
.entry-content p {
margin:1.5em 2%;
}
.entry-content img {
text-align:center;
}

.table1 td.text1 {
width:14em;
}

#howto_page p,#payment_page p{
margin:1% 1% 2%;
}
.fax_dl {
float:left;
width:25%;
}
.form-th-01 {
    line-height: 24px;
    background: #e5e5e5;
    text-align: right;
    padding: 0 15px 0 0;
    width: 280px;
    font-size: 16px;
    line-height: 28px;
}
.form-td-01 {
    font-size: 16px;
    padding: 15px 0 15px 20px;
    text-align: left;
    vertical-align: middle;
    line-height: 28px;
}
.form-th-02 {
    line-height: 24px;
    background: #e5e5e5;
    text-align: left;
    padding: 15px 15px 15px 115px;
    width: 332px;
    font-size: 18px;
    line-height: 28px;
}
img.hissu-01 {
width:20%;
}
.f11 {
font-size:11px;
}

body table th,body table td {
padding:0;
vertical-align: middle;
border:none;
}
body form table {
border-collapse: inherit;
}
.form-th-tt {
    background: #359cda;
    font-size: 24px;
    color: #FFFFFF;
    text-align: left;
    padding: 7px 0 7px 30px;
}

.top_bg a{
        position: absolute;
    width: 0;
    height: 0;
    padding: 200px 0 0 960px;
    text-indent: -9999px;
    margin-top: -200px;
}
.how_photo {
float:left;
padding:1%;
text-align:center;
}
.how_photo p:first-letter{
   font-size: 1.5em;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.how_photo:nth-of-type(1) {
width:30%;
}
.how_photo:nth-of-type(2) {
width:32%;
margin-left: 0.5%;
}
.how_photo:nth-of-type(3) {
width:37%;
}
.how_photo:nth-of-type(4) {
width:29.3%;
}
.how_photo:nth-of-type(5) {
width:39%;
clear:both;
margin-left: 0.2%;
}
.how_photo:nth-of-type(6) {
width:31%;
}
.how_photo:nth-of-type(7) {
width:29.7%;
}
.up_grade {
margin:0 2%;
}
.up_grade img {
float:right;
width:28%;
padding:0 2%;
}


#tos_page .table1 th ,#tos_page .table1 td {
padding:1em;
}
#tos_page .table1 tr {
border-bottom:1px dotted #ccc;
}

body {
font-size:14px;
font-family:'Meiryo UI',"メイリオ",'mairyo';
line-height:1.3em;

}
.container *{
background-repeat: no-repeat;
}





#kn_order_form .item {
margin:1em 0 2em;
}

#kn_order_form .item span.horizontal-item {
width: 29.333%;
    padding: 22% 0 0%;
    margin: 0% 2% 0%;
    float: left;
}

#kn_order_form .item .mwform-radio-field label {
width: 100%;
    padding-top: 105%;
    margin-top: -75%;
    text-align: center;
}

#kn_order_form .item .horizontal-item:nth-of-type(1) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/UKN.png);
    background-size: contain;
    background-position:top center;
    
}
#kn_order_form .item .horizontal-item:nth-of-type(2) {
background-image: url(https://unimono.jp//jp/wp-content/uploads/UKS.png);
    background-size: contain;
 background-position:top center;
   
}
#kn_order_form .item .horizontal-item:nth-of-type(3) {
background-image: url(https://unimono.jp//jp/wp-content/uploads/kongou.jpg);
    background-size: contain;
 background-position:top center;
   
}

#kn_order_form .horizontal-item {
margin:0;
}

#ku_order_form .item span.horizontal-item {
width: 13.2%;
margin: 0 0.5%;
    padding: 12% 0 6%;
font-size:12px;
    float: left;
    background-size: contain;
    background-position: top center;
}

#ku_order_form .item .mwform-radio-field label {
    width: 100%;
    padding-top: 105%;
    margin-top: -90%;
    text-align: left;
    padding-left: 2em;
    margin-left: 0em;
    text-indent: -1.5em;
}


#ku_order_form .item .reg .horizontal-item:nth-of-type(1) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/CUR.jpg);
}
#ku_order_form .item .reg .horizontal-item:nth-of-type(2) {
background-image: url(https://unimono.jp//jp/wp-content/uploads/CUMR.jpg);
}
#ku_order_form .item .reg .horizontal-item:nth-of-type(3) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/CUKR.jpg);
}
#ku_order_form .item .reg .horizontal-item:nth-of-type(4) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/CUPR.jpg);
}
#ku_order_form .item .reg .horizontal-item:nth-of-type(5) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/CUJR.jpg);
}
#ku_order_form .item .reg .horizontal-item:nth-of-type(6) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/CUBR.jpg);
}
#ku_order_form .item .reg .horizontal-item:nth-of-type(7) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/kongou.jpg);
}
#ku_order_form .item .full .horizontal-item:nth-of-type(1) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/CUF.jpg);
}

#ku_order_form .item .full .horizontal-item:nth-of-type(2) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/CUMF.jpg);
}

#ku_order_form .item .full .horizontal-item:nth-of-type(3) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/CUKF.jpg);
}

#ku_order_form .item .full .horizontal-item:nth-of-type(4) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/CUJF.jpg);
}

#ku_order_form .item .full .horizontal-item:nth-of-type(5) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/CUBF.jpg);
}
#ku_order_form .item .full .horizontal-item:nth-of-type(6) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/kongou.jpg);
}
#ku_order_form .item .tank .horizontal-item:nth-of-type(1) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/CUT.jpg);
}
#ku_order_form .item .tank .horizontal-item:nth-of-type(2) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/CUMT.jpg);
}
#ku_order_form .item .tank .horizontal-item:nth-of-type(3) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/CUKT.jpg);
}

#ku_order_form .item .tank .horizontal-item:nth-of-type(4) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/CUBT.jpg);
}

#ku_order_form .item .tank .horizontal-item:nth-of-type(5) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/kongou.jpg);
}

#ku_order_form .horizontal-item {
margin:0px;
}

#st_order_form .item span.horizontal-item {
width: 13.2%;
margin: 0 0.5%;
    padding: 13% 0 2%;
font-size:12px;
    float: left;
    background-size: contain;
    background-position: top center;
}

#st_order_form .item .mwform-radio-field label {
   width: 100%;
    padding-top: 180%;
    margin-top: -100%;
    text-align: center;
}

#st_order_form .item .reg .horizontal-item:nth-of-type(1) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/UMM-S.jpg);
    
}
#st_order_form .item .reg .horizontal-item:nth-of-type(2) {
background-image: url(https://unimono.jp//jp/wp-content/uploads/UMM-J.jpg);
   
}

#st_order_form .item .reg  .horizontal-item:nth-of-type(3) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/URM-S.jpg);

    
}
#st_order_form .item .reg  .horizontal-item:nth-of-type(4) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/URM-K.jpg);
        
}
#st_order_form .item .reg  .horizontal-item:nth-of-type(5) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/URBM-K.jpg);
   
}
#st_order_form .item .reg .horizontal-item:nth-of-type(6) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/URP-S.jpg);
 
    
}
#st_order_form .item .reg .horizontal-item:nth-of-type(7) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/URP-K.jpg);
 
    
}
#st_order_form .item .reg .horizontal-item:nth-of-type(8) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/URBP-K.jpg);

    
}
#st_order_form .item .reg .horizontal-item:nth-of-type(9) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/kongou.jpg);
    background-position: 0px 25%;
}


#st_order_form .item .full .horizontal-item:nth-of-type(1) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/UFM-S.jpg);

    
}
#st_order_form .item .full .horizontal-item:nth-of-type(2) {
background-image: url(https://unimono.jp//jp/wp-content/uploads/UFM-K.jpg);

   
}

#st_order_form .item .full .horizontal-item:nth-of-type(3) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/UFBM-K.jpg);
 
    
}
#st_order_form .item .full .horizontal-item:nth-of-type(4) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/UFP-S.jpg);

    
}
#st_order_form .item .full .horizontal-item:nth-of-type(5) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/UFP-K.jpg);

    
}
#st_order_form .item .full .horizontal-item:nth-of-type(6) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/UFBP-K.jpg);

    
}
#st_order_form .item .full .horizontal-item:nth-of-type(7) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/kongou.jpg);
    background-position: 0px 25%;
}

#st_order_form .item .tank .horizontal-item:nth-of-type(1) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/UTM-S.jpg);

}
#st_order_form .item .tank .horizontal-item:nth-of-type(2) {
background-image: url(https://unimono.jp//jp/wp-content/uploads/UTM-K.jpg);

   
}

#st_order_form .item .tank .horizontal-item:nth-of-type(3) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/UTBM-K.jpg);

    
}
#st_order_form .item .tank .horizontal-item:nth-of-type(4) {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/kongou.jpg);
    background-position: 0px 25%;
}


#st_order_form .horizontal-item {
margin:0;
}

.mw_wp_form_confirm .item h2 {
display:none;
}
.mw_wp_form_confirm .item  {
    font-size: 24px;
    text-align: center;
    padding: 15px;
    border: solid 1px #999;
}
.mw_wp_form_confirm .item:before { content: "ご注文商品"; }
.mw_wp_form_confirm .intex {display:none;}


#thanks_page {
        width: 100%;
    height: 45vh;
}
.thanks_text {
font-size: 26px;
    width: 65%;
    height: 20vh;
    margin: 22vh auto;
}
.thanks_text h3 {
font-size:36px;
}

#howto_page .users,#howto_page .unimonos{
width: 50%;
    padding: 0% 2% 2% 4%;
    float: left;
}


#st_order_form .item span.horizontal-item,#ku_order_form .item span.horizontal-item {
font-family:Archivo Black,"メイリオ";
}



#post_page {
padding-top:6%;
}
#post_page .entry-content p {
margin:1em 2%;
}
#post_page .content-area {
width:68%;
float:left;
}
.widget-area {
    width: 30%;
    float: right;
    margin-left: 2%;
    margin-top: -5%;
    border-top: none;
    padding: 3% 2%;
    min-height: 70vh;
    z-index: -20;
}
.widget ul li {
clear:both;
}

.entry-header,.entry-footer,.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
padding:0 2%;
}
.entry-header h1{
font-size:1.3em;
font-weight:bold;
}
.page-header {
padding:0 2%;
}

.page-title {
border:none;
}
.site-content article {
margin-bottom: 5%;
    padding-bottom: 5%;
border-bottom:1px dotted #999;
}

article .more-link {
float: right;
    margin: 0% 10% 4% 0%;

}

.thum {
margin:2%;
}

span.shoka {
font-size: 26px;
    color: red;
}





































@media (max-width: 991px) {
.site-header {
height:14%;
}
#topics .news_title {
max-width: 60%;
}
#topics {
margin-bottom:0;
margin-left:0;
width: 100%;
}

#topics .news_date {
width:100%;
clear:both;
}

#topics li:nth-of-type(3),#topics li:nth-of-type(4),#topics li:nth-of-type(5) {
display:none;
}
#topics .news_title {
max-width:90%;
clear:both;
padding:0;
border-bottom:1px solid #c1c1c1;
}

.site-header {
position:fixed;
width:100%;
padding-top:0;
}
#sp_menu nav {
    position: fixed;
    right: -460px;
    background: rgba(255,255,255,0.95);
    width: 50%;
    padding: 0px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .3s ease-in-out;
    text-align: left;
    margin-top: 2%;
    z-index: 9999;
}
#sp_menu ul {margin:0; padding:0;}
#sp_menu ul li {
    display:block;
    margin:0;
    border-bottom:dotted 1px #fff;
    line-height:3}
#sp_menu ul li a {display:block}
#sp_menu ul li::after {content:''}
#sp_menu ul li:last-child {border-bottom:none}
 
#navToggle {display:block}
#navToggle img {
padding:10%;
}
.openNav #navToggle span:nth-child(1) {
    top: 11px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg)}

.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
    top: 11px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg)}
 
.openNav nav {
    -moz-transform: translateX(-460px);
    -webkit-transform: translateX(-460px);
    transform: translateX(-460px)}
#sp_menu_bg {width:100%;
background-color:#fff100;
}


.openNav #navToggle {
display: block;
    height: 100vh;
    padding-left: 95vw;
    position: absolute;
}
.openNav #navToggle img{
width:auto;
}


#logo img {
width: 50%;
    padding: 0 4%;
}
.container {
padding-top:22%;
}
.container.item {
padding-top:30%;
}
.order {
margin-top:0;
}

#foot_link a img{
max-width:33%;
float:left;
}
.order_sp {
bottom: 0;
margin: 0 0% 0 -4%;
    position: fixed;
}
.ku02, .ku03, .ku04, .ku05, .ku06 {
width:100%;
padding:2%;
margin:0;
display:none;
}
.ku07 {
width:100%;
padding:2%;
margin:0;
}

.ku02 {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/ku_hsp01.jpg);
    background-size: 100%;
    border: 5px solid #000;
    background-color: #ede44b;
    padding: 20% 2% 5% 3%;
    height: auto;
    margin-bottom: 1em;

}
.ku02 img{
width: 40%;
    float: right;
margin-top:-20%;
}


.ku03 {
        background-image: url(https://unimono.jp//jp/wp-content/uploads/ku_hsp02.jpg);
background-size: 100%;
    border: 5px solid #000;
    background-color: #90bd54;
    padding: 18% 2% 5% 3%;
    height: auto;
    margin-bottom: 1em;
}
.ku03 img{
width: 45%;
    float: right;
margin-top:-20%;
}

.ku04 {
background-image: url(https://unimono.jp//jp/wp-content/uploads/ku_hsp03.jpg);
    background-size: 100%;
    border: 5px solid #000;
    background-color: #63a0cf;
    padding: 0% 2% 5% 3%;
    height: auto;
    margin-bottom: 1em;
}
.ku04 img{
width: 50%;
    float: right;
margin-top:0%;
}


.ku05 {
background-image: url(https://unimono.jp//jp/wp-content/uploads/ku_hsp04.jpg);
    background-size: 100%;
    border: 5px solid #000;
    background-color: #d27015;
    padding: 0% 0% 5% 3%;
    height: auto;
    margin-bottom: 1em;
}
.ku05 img{
width: 60%;
    float: right;
margin-top:0%;
}


.ku06 {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/ku_hsp05.jpg);
    background-size: 100%;
    border: 5px solid #000;
    background-color: #c2007b;
    padding: 20% 0% 5% 3%;
    height: auto;
    margin-bottom: 1em;

}
.ku06 img{
width: 40%;
    float: right;
margin-top:-20%;
}
.ku07 {
    background-image: url(https://unimono.jp//jp/wp-content/uploads/lu_sp_lu7.png);
    background-size: 100%;
    border: 2px solid #f6b675;
    background-color: #fff68c;
    padding: 55% 3% 5% 3%;
    height: auto;
font-size:100%;
    margin-bottom: 1em;

}

table.type02, table.type08, table.type03 {
margin:0;
width:100%;
overflow:scroll;
}

table.type02 th:first-child {

}

body table th,body table td {
padding:0;
vertical-align: middle;
border:none;
}
ul.himo li:nth-of-type(5n+1) {
clear:none;
}
ul.fasner li ,ul.himo li,ul.kara li{
    width: 31.333%;
    margin: 1%;
font-size:80%;
}
ul.fasner li:nth-of-type(3n+4),ul.himo li:nth-of-type(3n+4),ul.kara li:nth-of-type(3n+4){
    clear:both;
}

.figure:nth-of-type(5n+2) {
clear:none;
}
.figure:nth-of-type(2n) {
clear:both;
}

.Product-text,.mixture-text,.price,.upgrade {
font-size:13px;
line-height:1.3em;
}
.Product-purple ,.Product-blue,.Product-pink,.Product-light-blue,.Packing span,.Product-green,.Product-orange{
font-size:13px;
}
ul.ku_dis li {
float:none;
width:90%;
margin:0 auto;
}
.Packing span {
display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.strap-catch {
font-size:16px;
}
.color-left h5, .color-right h5 {
font-size:11px;
}

.jack-color {
clear:both;
}
.color-no {
margin:0;
width:100%;
text-align:center;
}
.color-left{
    width: 49%;
    margin: 1% 1% 1% 0%;
}
.color-right {
    width: 49%;
    margin: 1% 0% 1% 1%;
}
.strap-img {
width:60%;
float:none;
margin:0 auto;
}
.strap-img img {
width:100%;
}
.strap .Product-text,.strap .Product-light-blue, .strap .Product-orange, .strap .Product-green {
width:96%;
float:none;
}

.infoot_text {
width: 100%;
padding:0;
font-size: 15px;
}
#howto_page .step img {
height: 5.5vw;
    width: auto;
}

.entry-content p {
margin:0.5em 0%;
}

.page-content, .entry-content, .entry-summary {
    margin: 1em 0px 10%;
}

.form-th-01,.form-td-01  {
display:block;
clear:both;
background-color: #fff;
text-align:left;
width:100%;
margin:0 auto;
font-size:16px;
}

.form-th-01 {
padding:5px 0;
}
.form-td-01 {
padding:5px 0;
}
.form-th-02 {
padding:0;
width:auto;;
font-size:100%;
line-height: inherit;
}
input[type="text"], input[type="email"], input[type="url"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
width:100%;
}
img.hissu-01 {
width:auto;
}

#ku_order_form .item span.horizontal-item {
    width: 47%;
    margin: 0 1.5%;
    padding: 42% 0 5%;
}
#kn_order_form .item .horizontal-item:nth-of-type(3) {
clear:both;
}
#kn_order_form .item span.horizontal-item{
    width: 47%;
    margin: 0 1.5%;
    padding: 42% 0 5%;

}
#kn_order_form .item .mwform-radio-field label {
    width: 100%;
    padding-top: 105%;
    margin-top: -90%;
    text-align: center;
}

#st_order_form .item span.horizontal-item {
 width: 30.333333%;
    margin: 0 1.5%;
    padding: 30% 0 5%;
}

input[name="zip1"],input[name="数量"]
 {
width:6em;
}
input[name="zip2"] {
width:8em;
}
input[name="宛名"] {
width:80%;
float:left;
}
.mwform-radio-field input[name="領収書の発行"] {
margin-right:1.5em;
}


.how_photo {
width:80%;
float:none;
}
.widget-area,#post_page .content-area {
width:100%;
float:none;
}
.widget-area {
min-height:auto;
}
#howto_page .users, #howto_page .unimonos {
float:none;
width:100%;
font-size:90%;
margin:2% 0;
}
#howto_page .users img, #howto_page .unimonos img {
width:20%;
}
.figure {
width:48%;
margin:1%;
}
.figure p.blue,.figure p.red{
line-height:1.2em;
}

span.shoka {
font-size: 110%;
    color: red;
}

.how_photo:nth-of-type(2),
.how_photo:nth-of-type(3),
.how_photo:nth-of-type(4),
.how_photo:nth-of-type(5),
.how_photo:nth-of-type(6),
.how_photo:nth-of-type(7)
 {
width:80%;
margin:0 auto;
}
.how_photo:nth-of-type(7) p{
text-align:left;
text-indent:2em;
} 
.kusp img{
padding:1% 0;
}
.thanks_text {
width:22em;
font-size:100%;
margin:15vh auto;
height:auto;
}
.thanks_text h3 {
font-size:120%;
}
#post_page #main{
padding-bottom:10%;
}


#st_order_form .item .reg  .horizontal-item:nth-of-type(4),
#st_order_form .item .reg  .horizontal-item:nth-of-type(7),
#st_order_form .item .full .horizontal-item:nth-of-type(4),
#st_order_form .item .tank .horizontal-item:nth-of-type(4){
    clear:both;
}

#tos_page .table1 th ,#tos_page .table1 td {
display:block;
clear:both;
}
#tos_page .table1 th {
padding:0;
}
#tos_page .table1 td {
padding:0 0 5% 0;
}





body{
max-width: 101%;
    overflow-x: hidden;
background-image:none;
}
body .container {
padding:17% 2% 20%;
box-shadow: none;
}

.pc {
display:none;
}
.sp {
display:block;
}





}