@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Zen+Maru+Gothic:wght@500;700;900&display=swap');
/* Global theme styles. Page-specific company styles are loaded separately. */


@font-face{
  font-family: 'flopdesign';
  src: url("../font/FlopDesignFONT.eot");
  src: url("../font/FlopDesignFONT.eot?#iefix") format('embedded-opentype'),
       url("../font/FlopDesignFONT.woff") format('woff'),
       url("../font/FlopDesignFONT.ttf") format('truetype'),
       url("../font/FlopDesignFONT.svg#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon.eot");
  src: url("../font/icomoon.eot?#iefix") format('embedded-opentype'),
       url("../font/icomoon.woff") format('woff'),
       url("../font/icomoon.ttf") format('truetype'),
       url("../font/icomoon.svg#typicons") format('svg');
  font-weight: normal;
  font-style: normal;
}

@keyframes rumble {
	0% {
		transform:rotate(0deg) translate(0, 0);
	}
	12.5% {
		transform:rotate(0.4deg) translate(2px, -2px);
	}
	25% {
		transform:rotate(0.8deg) translate(0px, 2px);
	}
	37.5% {
		transform:rotate(0.4deg) translate(-2px, 0);
	}
	50% {
		transform:rotate(0deg) translate(0, 0);
	}
	62.5% {
		transform:rotate(-0.4deg) translate(2px, 0);
	}
	75% {
		transform:rotate(-0.8deg) translate(0, 2px);
	}
	87.5% {
		transform:rotate(-0.4deg) translate(-2px, -2px);
	}
	100% {
		transform:rotate(0deg) translate(0, 0);
	}
}


@keyframes cloudmove {
	0% {background-position: 100% 0;}
	25% {background-position: 75% 0;}
	50% {background-position: 50% 0;}
	75% {background-position: 25% 0;}
	100% {background-position: 0 0;}
}


@-webkit-keyframes cloudmove {0%{background-position: 100% 0;}25%{background-position: 75% 0;}50%{background-position: 50% 0;}75%{background-position: 25% 0;}100%{background-position: 0 0;}
}


@-moz-keyframes cloudmove {0%{background-position: 100% 0;}25%{background-position: 75% 0;}50%{background-position: 50% 0;}75%{background-position: 25% 0;}100%{background-position: 0 0;}
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: 0;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	font-weight: normal;
	height: auto;
	max-width: 100%!important;
}

html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 16px;
	vertical-align: baseline;
	background: var(--tsuku-bg);
	font-weight: normal;
	line-height: 1.85;
	font-family: 'Noto Sans JP', sans-serif !important;
	color: var(--tsuku-ink);
	letter-spacing: 0;
	overflow-x: hidden;
}

div {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

span {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

object {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

iframe {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

h1 {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 24px;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.45;
	text-shadow: 1px 1px 2px #ccc;
}

h2 {
	margin: 60px 0 30px;
	padding: 18px 20px 18px;
	border: 0;
	outline: 0;
	font-size: 22px;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	color: #fff;
	background-color: #F39800;
	line-height: 1.4;
	border-radius: 5px;
}

h3 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 22px;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	line-height: 1.4;
	margin-top: 50px;
	margin-bottom: 30px;
	border-bottom: solid 2px #F39800;
	padding-bottom: 8px;
	color: #333;
	position: relative;
}

h4 {
	margin: 30px 0 25px;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 18px;
	vertical-align: baseline;
	background: transparent;
	font-weight: bold;
}

h5 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

p {
	margin: 0 0 30px;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	quotes: none;
}

pre {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

abbr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

address {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

cite {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

code {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

del {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	text-decoration: line-through;
}

dfn {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

em {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

ins {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

kbd {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

q {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	quotes: none;
}

samp {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

small {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

strong {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: bold;
}

sub {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

sup {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

var {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

b {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

i {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

dl {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

dt {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

dd {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

ol {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	list-style: none;
}

li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 35px;
	width: 100%;
}

caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

tbody {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

tfoot {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

tr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

article {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	display: block;
}

aside {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	display: block;
}

canvas {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

details {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	display: block;
}

figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	display: block;
}

figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	display: block;
}

footer {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	display: block;
}

header {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	display: block;
}

hgroup {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	display: block;
}

menu {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	display: block;
}

nav {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	display: block;
}

section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	display: block;
}

summary {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

time {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

mark {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

audio {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

blockquote:before {
	content: none;
}

blockquote:after {
	content: none;
}

q:before {
	content: none;
}

q:after {
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #e70;
	text-decoration: none;
	transition: 0.5s;
}

abbr[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input {
	vertical-align: middle;
	font-family: 'ヒラギノ角ゴ ProN W3',Hiragino Sans,'ヒラギノ角ゴ ProN W3',Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,sans-serif;
	color: #444;
}

select {
	vertical-align: middle;
	font-family: 'ヒラギノ角ゴ ProN W3',Hiragino Sans,'ヒラギノ角ゴ ProN W3',Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,sans-serif;
	color: #444;
}

textarea {
	font-family: 'ヒラギノ角ゴ ProN W3',Hiragino Sans,'ヒラギノ角ゴ ProN W3',Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,sans-serif;
	color: #444;
}

button {
	font-family: 'ヒラギノ角ゴ ProN W3',Hiragino Sans,'ヒラギノ角ゴ ProN W3',Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,sans-serif;
	color: #444;
}

input:read-only {
	background-color: #eee!important;
}

textarea:read-only {
	background-color: #eee!important;
}

::placeholder {
	color: #aaa!important;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:hover img {
	opacity: 0.7;
}

.key-color {
	color: #e70;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.s {
	font-size: 75%;
}

.ss {
	font-size: 60%;
}

.l {
	font-size: 150%;
	line-height: 1.35;
}

.ll {
	font-size: 200%;
	line-height: 1.35;
}

.b {
	font-weight: bold;
}

.red {
	color: #f00;
}

.table {
	display: table;
	width: 100%;
}

.table-cell {
	display: table-cell!important;
	vertical-align: middle;
}

.webfont {
	font-family: 'flopdesign';
}

.margin-bottom0 {
	margin-bottom: 0!important;
}

.margin-bottom10 {
	margin-bottom: 0;
}

.article blockquote {
	background: url(/wp-content/themes/tsukuriba/lib/images/m2.png),url(/wp-content/themes/tsukuriba/lib/images/m1.png);
	background-repeat: no-repeat,no-repeat;
	background-position: top left,bottom right;
	margin: 40px 0;
	padding: 40px 25px;
	background-color: #eee;
	border-radius: 8px;
}

.article blockquote p:last-of-type {
	margin-bottom: 0;
}

.h1 {
	margin: 0 0 20px;
	padding: 0;
	font-weight: normal;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 1.45;
	text-shadow: 1px 1px 2px #ccc;
}

.home h1 {
	margin: 0;
	padding: 0;
	text-shadow: none;
}

.h2 {
	font-size: 22px;
	color: #fff;
	background-color: #F39800;
	font-weight: normal;
	margin: 60px 0 30px;
	padding: 18px 20px 18px;
	line-height: 1.4;
	border-radius: 5px;
}

.h3 {
	font-size: 22px;
	line-height: 1.4;
	margin-top: 50px;
	margin-bottom: 30px;
	border-bottom: solid 2px #F39800;
	padding-bottom: 8px;
	color: #333;
	position: relative;
}

.h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0 25px;
}

#header {
	font-family: 'flopdesign';
	padding-top: 35px;
	padding-bottom: 15px;
	padding: 24px 0 12px;
}

#sidebar h4 {
	font-family: 'flopdesign';
	margin: 0 0 15px;
	padding: 0;
	font-size: 16px;
	color: #555;
	font-weight: normal;
}

#container {
	overflow: hidden;
	background: #fbf7ef;
}

.content-range {
	width: min(1120px, calc(100% - 48px));
	margin: 0 auto;
	padding: 0;
	box-shadow: none;
}

#wrap {
	margin-top: 20px;
	padding-bottom: 84px;
	display: block;
	flex-wrap: wrap;
}

#sidebar {
	width: 330px;
	font-size: 14px;
	line-height: 1.46;
	letter-spacing: 0;
}

#main {
	width: 100%;
	padding-right: 0;
	box-sizing: border-box;
	max-width: 100%;
}

#header .content-range {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#head-title {
	width: 220px;
}

#head-title a {
	display: block;
}

#head-title img {
	display: block;
	width: 190px;
}

#head-menu {
	display: none;
}

#menu-global-navi {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

#menu-global-navi li {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}

#menu-global-navi li .title {
	display: block;
	margin: 0;
	color: #444;
	font-weight: normal;
	font-size: 14px;
	padding: 10px 12px;
	letter-spacing: 1px;
	line-height: 1;
	text-decoration: none;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

#menu-global-navi li a {
	position: relative;
}

#menu-global-navi li a i {
	display: inline-block;
	position: relative;
	top: 0;
	color: #666;
}

#menu-global-navi li a span {
	display: inline-block;
}

#menu-global-navi li .spacing-0 {
	letter-spacing: 0;
}

#menu-global-navi li a:after {
	content: "";
	position: absolute;
	left: 5%;
	bottom: 0px;
	width: 90%;
	height: 2px;
	transform: scaleX(0);
	transition: .5s;
	opacity: 0;
}

#menu-global-navi li a:hover:after {
	content: "";
	position: absolute;
	left: 5%;
	bottom: 0;
	width: 90%;
	height: 2px;
	background: #F39800;
	transition: .5s;
	opacity: 1;
	transform: scaleX(1);
}

#menu-global-navi > li ul {
	display: none;
	width: 200px;
	padding: 20px 30px;
	box-sizing: border-box;
	background-color: #fffdf0;
	position: absolute;
	top: 100%;
	text-align: left;
	left: calc(50% - 100px);
	box-shadow: 1px 1px 6px #f80;
	border-radius: 10px;
	z-index: 5;
}

#menu-global-navi > li:hover ul {
	display: block;
}

#menu-global-navi > li ul li {
	text-align: left;
	margin-bottom: 5px;
}

#menu-global-navi > li ul li:last-child {
	margin-bottom: 0;
}

#menu-global-navi > li ul .title {
	display: inline-block;
	margin: 0;
	font-size: 14px;
	padding: 5px;
	color: #444;
	text-align: left;
}

#menu-global-navi > li ul li a:hover {
	color: #f80;
}

#kuzu {
	font-size: 12px;
	letter-spacing: 0;
}

#kuzu a {
	color: #777;
	letter-spacing: 1px;
	text-decoration: underline;
}

div#breadcrumb {
	margin-top: 17px;
}

div#breadcrumb ul {
	margin: 0;
	padding: 0;
}

div#breadcrumb li {
	margin: 0;
	padding: 0;
	background: none;
	float: left;
	display: inline;
	margin-right: 8px;
}

div#breadcrumb li span {
	margin-right: 8px;
}

#sidebar .item-box-wrap {
	margin-bottom: 25px;
	border-radius: 6px;
	box-shadow: 0px 0px 3px #ddd;
	padding: 30px;
}

#sidebar #searchform {
	position: relative;
}

#sidebar #s {
	display: block;
	color: #555;
	font-size: 13px;
	width: 100%;
	padding: 11px 5px 10px 50px;
	box-sizing: border-box;
	background-color: #eee;
	border: none;
	border-radius: 30px;
}

#sidebar #searchsubmit {
	position: absolute;
	top: 8px;
	left: 10px;
	background: none;
	border: none;
}

#sidebar .item-box-wrap.profile .img {
	text-align: center;
}

#sidebar .item-box-wrap.profile .img img {
	width: 100px;
	height: 100px;
	display: inline-block;
	border-radius: 50%;
}

#sidebar .item-box-wrap.profile .content {
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 1.65;
}

#sidebar .item-box-wrap.profile .content .name {
	font-size: 18px;
	margin: 8px 0 5px;
	text-align: center;
	line-height: 1.4;
	color: #F39800;
	font-weight: bold;
}

#sidebar .item-box-wrap.profile .content .sub {
	font-size: 11px;
	color: #555;
}

#sidebar .item-box-wrap.profile .content .role {
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

#sidebar .item-box-wrap.profile .content p {
	margin-bottom: 15px;
}

#sidebar .item-box-wrap.profile .content .more-btn {
	text-align: center;
}

#sidebar .item-box-wrap.profile .content .more-btn a {
	color: #fff;
	background-color: #F39800;
	border: solid 1px #F39800;
	display: inline-block;
	padding: 7px 0 5px;
	border-radius: 30px;
	font-size: 12px;
	width: 210px;
	margin-bottom: 9px;
	text-align: center;
}

#sidebar .item-box-wrap.profile .content .more-btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#sidebar .item-box-wrap.profile .content .more-btn.work a {
	color: #e70;
	background-color: #fff;
	border: solid 1px #F39800;
}

#sidebar .item-box-wrap.profile .content .more-btn.work a:last-child {
	margin-bottom: 0;
}

#sidebar .pickup-banner-list {
	margin-top: 20px;
}

#sidebar .pickup-banner-list li {
	margin-bottom: 10px;
}

#sidebar .pickup-banner-list li:last-child {
	margin-bottom: 0;
}

#sidebar .pickup-banner-list li a {
	display: block;
}

#sidebar .pickup-banner-list li img {
	display: block;
	border-radius: 10px;
}

#sidebar .article-list {
	margin: 0;
	padding: 0;
}

#sidebar .article-list li {
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-bottom: solid 1px #e5e5e5;
}

#sidebar .article-list li:first-child {
	border-top: solid 1px #e5e5e5;
}

#sidebar .article-list li a {
	display: block;
	padding: 15px 0;
	color: #000;
	overflow: hidden;
	position: relative;
}

#sidebar .article-list li a:before {
	content: "→";
	position: absolute;
	line-height: 1;
	bottom: 5px;
	right: 5px;
	color: #F39800;
	font-size: 18px;
	font-weight: bold;
}

#sidebar .article-list li a:hover:before {
	right: 2px;
}

#sidebar .article-list li a:hover {
	text-decoration: none;
	background-color: #f5f5f5;
}

#sidebar .article-list li .img {
	float: left;
	width: 80px;
	margin-right: 15px;
	position: relative;
}

#sidebar .article-list li .img img {
	display: block;
	width: 80px;
	height: 80px;
	object-fit: cover;
}

#sidebar .article-list li .content {
	padding-left: 90px;
}

#sidebar .article-list li .content .title {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	font-size: 13px;
	line-height: 1.5;
	color: #000;
}

#sidebar .ranking .article-list li .img {
	position: relative;
}

#sidebar .ranking .article-list li .img:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(243, 152, 0, 0.9);
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	z-index: 3;
	display: inline-block;
	width: 32px;
	height: 30px;
}

#sidebar .ranking .article-list li .img:after {
	position: absolute;
	font-size: 14px;
	line-height: 1;
	letter-spacing: -2px;
	color: #fff;
	bottom: 7px;
	left: 12px;
	z-index: 4;
}

#sidebar .ranking .article-list li:nth-child(1) .img:after {
	content: "1";
}

#sidebar .ranking .article-list li:nth-child(2) .img:after {
	content: "2";
}

#sidebar .ranking .article-list li:nth-child(3) .img:after {
	content: "3";
}

#sidebar .ranking .article-list li:nth-child(4) .img:after {
	content: "4";
}

#sidebar .ranking .article-list li:nth-child(5) .img:after {
	content: "5";
}

#sidebar .ranking .article-list li:nth-child(6) .img:after {
	content: "6";
}

#sidebar .ranking .article-list li:nth-child(7) .img:after {
	content: "7";
}

#sidebar .ranking .article-list li:nth-child(8) .img:after {
	content: "8";
}

#sidebar .ranking .article-list li:nth-child(9) .img:after {
	content: "9";
}

#sidebar .ranking .article-list li:nth-child(10) .img:after {
	content: "10";
	left: 8px;
}

#sidebar .item-box-wrap.recent .more-btn {
	margin-top: 15px;
	text-align: center;
}

#sidebar .item-box-wrap.recent .more-btn a {
	color: #fff;
	background-color: #F39800;
	display: inline-block;
	padding: 10px 32px 8px;
	border-radius: 30px;
	font-size: 13px;
}

#sidebar .item-box-wrap.recent .more-btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#sidebar #tab-area .tab-nav {
	display: flex;
	margin-bottom: 15px;
}

#sidebar #tab-area-sidebar-pickup .tab-nav {
	display: flex;
	margin-bottom: 15px;
}

#sidebar #tab-area .tab-nav a {
	display: inline-block;
	width: calc(100% / 3);
	box-sizing: border-box;
	padding: 5px 0 3px;
	text-align: center;
	position: relative;
	color: #F39800;
	border: solid 1px #F39800;
	font-size: 13px;
}

#sidebar #tab-area-sidebar-pickup .tab-nav a {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	padding: 5px 0 3px;
	text-align: center;
	position: relative;
	color: #F39800;
	border: solid 1px #F39800;
	font-size: 13px;
}

#sidebar #tab-area .tab-nav a.current {
	color: #fff;
	background-color: #F39800;
	position: relative;
}

#sidebar #tab-area-sidebar-pickup .tab-nav a.current {
	color: #fff;
	background-color: #F39800;
	position: relative;
}

#sidebar #tab-area .tab-nav a.current:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #F39800;
}

#sidebar #tab-area-sidebar-pickup .tab-nav a.current:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #F39800;
}

#sidebar #tab-area .tab-nav a:first-child {
	border-radius: 5px 0 0 5px;
	border-right: none;
}

#sidebar #tab-area-sidebar-pickup .tab-nav a:first-child {
	border-radius: 5px 0 0 5px;
	border-right: none;
}

#sidebar #tab-area .tab-nav a:last-child {
	border-radius: 0 5px 5px 0;
	border-left: none;
}

#sidebar #tab-area-sidebar-pickup .tab-nav a:last-child {
	border-radius: 0 5px 5px 0;
	border-left: none;
}

#sidebar #tab-area .tab-contents > div {
	display: none;
}

#sidebar #tab-area-sidebar-pickup .tab-contents > div {
	display: none;
}

#sidebar #tab-area .tab-contents > div:first-child {
	display: block;
}

#sidebar #tab-area-sidebar-pickup .tab-contents > div:first-child {
	display: block;
}

#sidebar .item-box-wrap.sns a.btn {
	color: #fff;
	background-color: #55acee;
	display: block;
	margin: 10px auto 0;
	padding: 15px 0;
	text-align: center;
	font-size: 15px;
	box-shadow: none;
}

#sidebar .item-box-wrap.sns a.btn:hover {
	text-decoration: none;
	opacity: 0.7;
}

#sidebar .result-list li {
	margin-bottom: 22px;
}

#sidebar .result-list li a {
	display: block;
}

#sidebar .result-list li img {
	display: block;
}

#sidebar .item-box-wrap.pr .item-box {
	text-align: center;
}

#sidebar .item-box-wrap.pr .fukidasi {
	font-size: 11px;
	background-color: #f7f7f7;
	border-color: #ddd;
	margin-top: 12px;
	letter-spacing: 0;
	padding-top: 6px;
}

#sidebar .item-box-wrap.pr .fukidasi:before {
	border: 8px solid transparent;
	border-bottom-color: #f7f7f7;
	border-top-width: 0;
	top: -8px;
	content: "";
	display: block;
	left: 30px;
	position: absolute;
	width: 0;
	z-index: 1;
}

#sidebar .item-box-wrap.pr .fukidasi:after {
	border: 8px solid transparent;
	border-bottom-color: #ddd;
	border-top-width: 0;
	top: -9px;
}

#footer {
	position: relative;
	background-color: #Fdf8ee;
	overflow: hidden;
	margin-top: 0;
	background: transparent !important;
	color: #18272d !important;
}

#footer:before {
	position: absolute;
	content: "";
	display: none !important;
	width: 160%;
	height: 100px;
	top: 0px;
	right: -40%;
	background-color: #fff;
	border-bottom-right-radius: 47% 100px;
	border-bottom-left-radius: 50% 100px;
}

#footer #footer-in {
	overflow: hidden;
}

.footer-content {
	padding: 48px 0 18px !important;
	text-align: center;
}

.footer-content .logo img {
	width: 240px;
}

.footer-content .description p {
	font-size: 13px;
	color: #333;
	line-height: 1.8;
	margin: 15px 0 0;
}

.footer-sub-menu {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-sub-menu > li {
	padding: 0 10px;
}

.footer-sub-menu > li a {
	color: #444;
	font-size: 12px;
	text-decoration: underline;
}

#copyright {
	padding: 8px 0;
	text-align: center;
	background-color: #F39800;
	background: transparent !important;
}

#copyright .copy {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0.5px;
}

#footer .copy a {
	color: #fff;
	line-height: 1;
}

.article p img {
	display: inline-block;
}

.article dl {
	margin: 0;
	padding: 25px;
	margin-bottom: 35px;
	background-color: #fffef5;
	border: solid 1px #ffd557;
	border-radius: 5px;
}

.article dl dt {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 25px;
	color: #662222;
}


.article dl dd .btn {
	line-height: 1;
	padding: 20px 30px 18px 34px;
	background-color: #2ea7e0;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 0px;
	border-radius: 5px;
	position: relative;
	box-shadow: none;
	font-weight: normal;
}

.article dl dd .btn:after {
	position: relative;
	content: "》";
	padding-left: 6px;
	font-size: 14px;
}

.article dl dd .btn:hover {
	text-decoration: none;
}

.article dl.special {
	border: dotted 3px #555;
	padding: 35px;
	margin-top: 10px;
	background-color: #f5f5f5;
}

.article dl.special dt {
	margin-bottom: 30px;
	font-size: 130%;
	line-height: 130%;
	border-left: solid 6px #F39800;
	color: #F39800;
	padding: 15px 20px 12px;
	font-weight: bold;
}

.article .article_content {
	margin-bottom: 80px;
}

.article dl.pr {
	margin: 50px 0 -20px;
}

.article dl.pr dt {
	font-weight: weight;
	color: #7f4e20;
	padding-bottom: 10px;
	border-bottom: solid 1px #F39800;
	position: relative;
	padding-top: 18px;
	padding-left: 50px;
}

.article dl.pr dt:before {
	position: absolute;
	content: "";
	display: inline-block;
	background: url(images/common/logo_mark.png) no-repeat;
	width: 35px;
	height: 40px;
	background-size: 35px 40px;
	left: 0;
	top: 0;
}

.article dl.pr dt:after {
	position: absolute;
	content: "ＰＲ";
	display: inline-block;
	color: #fff;
	background-color: #F39800;
	padding: 4px 12px 3px;
	font-size: 10px;
	border-radius: 30px;
	line-height: 1;
	left: 50px;
	top: 0;
}

.article dl.pr dd {
	overflow: hidden;
}

.article dl.pr dd .img {
	width: 210px;
	float: left;
}

.article dl.pr dd .img a {
	display: block;
}

.article dl.pr dd .img img {
	display: block;
	width: 210px;
	height: 140px;
	object-fit: cover;
}

.article dl.pr dd .text {
	padding-left: 225px;
}

.article dl.pr dd .text p {
	font-size: 14px;
	margin: 0;
	line-height: 1.8;
}

.article dl.pr dd .text .btn {
	font-size: 13px;
	border-radius: 30px;
	box-shadow: none;
	margin: 11px 0 0!important;
	padding: 9px 23px 9px 30px!important;
	line-height: 1;
}

.article dl.pr dd .text .btn:before {
	display: none;
}


.archive h1 {
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 0 3px #ddd;
	border-radius: 6px;
}

.search h1 {
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 0 3px #ddd;
	border-radius: 6px;
}

.article-list-front-title {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 18px;
}

.article-list-front-title span {
	display: inline-block;
	padding: 0 15px 3px;
	border-bottom: solid 2px #F39800;
	width: 120px;
}

.pr-archive-banner-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.pr-archive-banner-list li {
	width: 49%;
}

.pr-archive-banner-list li:nth-child(2n) {
	padding-left: 2%;
}

.pr-archive-banner-list li img {
	border-radius: 10px;
}

.archive #main .article-list {
	margin: 0;
	width: 100%;
}

.search #main .article-list {
	margin: 0;
	width: 100%;
}

#main .article-list {
	margin: 0;
	padding: 0;
}

#main .article-list li {
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-bottom: solid 1px #e5e5e5;
	width: auto;
}

#main .article-list li:first-child {
	border-top: solid 1px #e5e5e5;
}

#main .article-list li:before {
	display: none;
}

#main .article-list li a {
	display: block;
	padding: 25px 0;
	color: #000;
	overflow: hidden;
}

#main .article-list li a:hover {
	color: #ea5500;
	text-decoration: none;
	background-color: #f5f5f5;
}

#main .article-list li .img {
	float: left;
	width: 240px;
	margin-right: 25px;
	position: relative;
}

#main .article-list li .img img {
	display: block;
	width: 240px;
	height: 160px;
	object-fit: cover;
}

#main .article-list li .img .article-category {
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 12px;
	padding: 7px 13px 6px 15px;
	margin: 0;
	color: #fff;
	font-size: 10px;
	background-color: rgba(243, 152, 0, 0.9);
	border-radius: 30px;
	line-height: 1;
}

#main .article-list li .mask p {
	display: none;
	color: #fff;
}

#main .article-list li a:hover .mask {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	width: 240px;
	height: 160px;
	text-align: center;
	top: 0;
	left: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

#main .article-list li a:hover .mask p.mask_more {
	display: inline-block;
	padding-top: 68px;
	margin: 0;
}

#main .article-list li .content {
	padding-left: 265px;
}

#main .article-list li .article-info {
	color: #666;
	font-size: 12px;
	margin-bottom: 10px;
}

#main .article-list li .article-info i {
	position: relative;
	font-size: 17px;
	padding-right: 5px;
	top: 4px;
}

#main .article-list li .content .title {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	font-size: 19px;
	line-height: 1.6;
	color: #000;
}

#main .article-list__first_pr li:first-child {
	position: relative;
	border-top: none;
}

#main .article-list__first_pr li:first-child a {
	padding-top: 0;
}

#main .article-list__first_pr li:first-child a:hover {
	background-color: #fff;
}

#main .article-list__first_pr li:first-child .content {
	float: none;
	width: 100%;
	padding-left: 0;
	position: absolute;
	display: block;
	bottom: 25px;
	left: 0;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.9);
}

#main .article-list__first_pr li:first-child .content .article-info {
	color: #e60;
	font-weight: bold;
}

#main .article-list__first_pr li:first-child .content .title {
	color: #e60;
	font-weight: bold;
}

#main .article-list__first_pr li:first-child .img {
	float: none;
	width: 100%;
	margin-right: 0;
	position: static;
}

#main .article-list__first_pr li:first-child .img img {
	display: block;
	width: 100%;
	height: 400px;
}

#main .article-list__first_pr li:first-child a:hover .mask {
	display: none;
}

#main .article-list__first_pr li:first-child a:hover .content .article-info {
	color: #e60;
}

#main .article-list__first_pr li:first-child a:hover .content .title {
	color: #e60;
}

#main .article-list__first_pr li:first-child a .img .article-category {
	top: 20px;
	left: 20px;
	padding: 10px 18px;
	font-size: 11px;
}

.tag.single #main .article-list {
	margin-top: 30px;
}

#tab-area-main .tab-nav {
	overflow-y: hidden;
	padding-bottom: 30px;
}

#tab-area-main .tab-nav a {
	display: inline-block;
	float: left;
	width: 24.5%;
	margin-right: calc(2% / 3);
	padding: 9px 0 8px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	font-family: 'flopdesign';
	color: #333;
	background: #eee;
	font-size: 13.5px;
	border-radius: 5px;
}

#tab-area-main .tab-nav a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#tab-area-main .tab-nav a:last-of-type {
	margin-right: 0;
}

#tab-area-main .tab-nav a.current {
	color: #fff;
	background-color: #F39800;
	position: relative;
}

#tab-area-main .tab-nav a.current:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #F39800;
}

#tab-area-main .tab-contents > div {
	display: none;
}

#tab-area-main .tab-contents > div:first-child {
	display: block;
}

.article {
	padding: 30px;
	box-shadow: 0px 0px 3px #ddd;
	border-radius: 6px;
}

.article .article-header-info {
	overflow: hidden;
	margin-bottom: 15px;
}

.article .article-header-info .cat {
	float: left;
}

.article .article-header-info .cat span {
	color: #fff;
	background-color: #F39800;
	font-size: 11px;
	display: inline-block;
	line-height: 1;
	padding: 10px 24px 9px;
	border-radius: 30px;
}

.article .article-header-info .cat a {
	color: #fff;
	background-color: #F39800;
	font-size: 11px;
	display: inline-block;
	line-height: 1;
	padding: 10px 24px 9px;
	border-radius: 30px;
}

.article .article-header-info .cat a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.single-post .article .date {
	float: right;
	overflow: hidden;
	padding-top: 5px;
	font-size: 12px;
}

.single-post .article .date span {
	font-weight: bold;
	color: #bbb;
	letter-spacing: 1px;
}

.single-post .article .date i {
	font-size: 17px;
	position: relative;
	top: 3px;
	margin-right: 3px;
}

.article .date .release I {
	top: 4px;
}

.article-aside {
	margin-top: 65px;
}

.article .adsense {
	overflow: hidden;
	margin-bottom: 10px;
}

.article .adsense .adsense-item:first-of-type {
	float: left;
}

.article .adsense .adsense-item:last-of-type {
	float: right;
}

.sns-bar .sns-list li:before {
	display: none;
}

.sns-bar .sns-list {
	margin: 0 0 25px;
	overflow: hidden;
}

.article .sns-bar:last-of-type .sns-list {
	margin-bottom: 0;
}

.sns-bar .sns-list li {
	padding: 0;
	float: left;
	display: inline-block;
	width: 19%;
	margin-bottom: 0;
	margin-right: 1.25%;
	text-align: center;
}

.sns-bar .sns-list li:last-child {
	margin-right: 0;
}

.sns-bar .sns-list li a {
	display: block;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0 6px;
	padding-right: 5px;
	box-sizing: border-box;
	border: solid 1px;
	border-radius: 4px;
	line-height: 1;
	letter-spacing: 0.5px;
}

.sns-bar .sns-list li a:hover {
	text-decoration: none;
	background-color: #f5f5f5;
}

.sns-bar .sns-list li.twitter a {
	border-color: #00acee;
	color: #00acee;
}

.sns-bar .sns-list li.twitter a:hover {
	border-color: #0092ca;
	color: #0092ca;
}

.sns-bar .sns-list li.facebook a {
	border-color: #3b5998;
	color: #3b5998;
}

.sns-bar .sns-list li.facebook a:hover {
	border-color: #2c4373;
	color: #2c4373;
}

.sns-bar .sns-list li.hatebu a {
	border-color: #5d8ac1;
	color: #5d8ac1;
}

.sns-bar .sns-list li.hatebu a:hover {
	border-color: #43638b;
	color: #43638b;
}

.sns-bar .sns-list li.pocket a {
	border-color: #f03e51;
	color: #f03e51;
}

.sns-bar .sns-list li.pocket a:hover {
	border-color: #c0392b;
	color: #c0392b;
}

.sns-bar .sns-list li.line a {
	border-color: #25af00;
	color: #25af00;
}

.sns-bar .sns-list li.line a:hover {
	border-color: #219900;
	color: #219900;
}

.sns-bar .sns-list li a:before {
	font-family: 'icomoon';
	margin-right: 5px;
	font-size: 13px;
	position: relative;
	top: 1px;
}

.sns-bar .sns-list li.twitter a:before {
	content: '\ea93';
}

.sns-bar .sns-list li.facebook a:before {
	content: '\ea90';
}

.sns-bar .sns-list li.hatebu a:before {
	content: '\e601';
}

.sns-bar .sns-list li.pocket a:before {
	content: '\e603';
}

.sns-bar .sns-list li.line a:before {
	content: '\e602';
}

.related-pickup .pickup-banner-list {
	display: flex;
	flex-wrap: wrap;
}

.related-pickup .pickup-banner-list li {
	width: 49%;
}

.related-pickup .pickup-banner-list li:first-child {
	padding-right: 2%;
}

.related-pickup .pickup-banner-list li a {
	display: block;
}

.related-pickup .pickup-banner-list li img {
	display: block;
	border-radius: 10px;
}

.related-article h4 {
	margin-top: 50px;
}

.related-article-list {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	display: flex;
	flex-wrap: wrap;
}

.related-article-list li {
	margin: 0;
	padding: 0;
	background: none;
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.related-article-list li:before {
	display: none;
}

.related-article-list li:nth-child(odd) {
	padding-right: 12.5px;
}

.related-article-list li:nth-child(even) {
	padding-left: 12.5px;
}

.related-article-list li .table-cell {
	vertical-align: top;
}

.related-article-list .img {
	width: 100px;
	padding-right: 10px;
}

.related-article-list.img img {
	height: 66.6px;
	object-fit: cover;
	display: block;
}


.related-article-list .content .title {
	font-size: 13px;
	margin: 0;
	padding: 0px;
	border: none;
	line-height: 1.45;
	color: #000;
}

.related-article .btn {
	margin: 20px 0 0;
}

#respond {
	margin-bottom: 30px;
}

.comments {
	margin-top: 80px;
}


.comment-form {
	margin-top: 1em;
	line-height: 1.7;
}

.comment-form p {
	margin-bottom: 1em;
}

.comment-form p.form-submit {
	text-align: center;
	margin-top: 25px;
}

.comment-form label {
	display: block;
}

.comment-form textarea {
	font-size: 16px;
	border-radius: 8px;
	border: solid 1px #aaa;
	padding: 0.2em 0.4em;
	width: 97%;
	height: 8em;
}

.comment-form input {
	font-size: 16px;
	border-radius: 8px;
	border: solid 1px #aaa;
	padding: 0.2em 0.4em;
}

.comment-form #submit {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #F39800;
	padding: 0.9em 2em 0.8em;
	border-radius: 30px;
	box-shadow: 1px 1px 3px #777;
	letter-spacing: 2px;
}

.comment-form #submit:hover {
	cursor: pointer;
	text-decoration: underline;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.comment-form-email {
	display: none;
}

.comment-form-url {
	display: none;
}

.comment-notes {
	display: none;
}

.form-allowed-tags {
	display: none;
}

.comments-list {
	border: solid 1px #ddd;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.article .comments-list ol {
	margin: 0;
	padding: 0;
}

.article .comments-list ol li {
	margin: 0;
	padding: 20px;
	padding-left: 30px;
	border-top: dashed 1px #ddd;
}

.article .comments-list ol li:before {
	display: none;
}

.comments-list ol li:first-child {
	border: none;
}

.article .comments-list ol li dl {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	box-shadow: none;
}

.comments-list ol p {
	margin: 0;
}

.comment-author {
	font-weight: bold;
}

.comment-date {
	color: #999;
	font-size: 12px;
}

.pagination {
	overflow: hidden;
	display: table;
	font-size: 15px;
	line-height: 1;
	margin: 35px auto 0;
	color: #555;
}

.pagination span {
	display: block;
	float: left;
	margin: 0 3px;
	padding: 13px 15px;
	text-decoration: none;
	width: auto;
	background-color: #F39800;
	border-radius: 6px;
	color: #fff;
}

.pagination a {
	display: block;
	float: left;
	margin: 0 3px;
	padding: 13px 15px;
	text-decoration: none;
	width: auto;
	background-color: #F39800;
	border-radius: 6px;
	color: #fff;
}

.pagination a:hover {
	opacity: 0.7;
}

.pagination .current {
	padding: 13px 15px;
	color: #F39800;
	background-color: #fdf2e2;
	border-radius: 6px;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	font-size: 10px;
}


#page-top a:hover img {
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}

.article ul {
	margin: 0;
	padding: 0;
	margin-bottom: 35px;
	margin-left: 0.5em;
}

.article ul > li {
	margin: 0;
	padding: 0;
	color: inherit;
	padding-left: 22px;
	line-height: 1.45;
	margin-bottom: 10px;
	position: relative;
}

.article ul > li:before {
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	border: 7px solid transparent;
	border-left: solid 8px #F39800;
	content: "";
}

.article ul > li a {
	position: relative;
}

.article ul ul {
	margin-left: 3em;
}

.article ul ul ul {
	margin-bottom: 0;
}

.article ol {
	margin: 0;
	padding: 0;
	margin-bottom: 1.8em;
	margin-left: 2em;
	counter-reset: number;
}

.article ol > li {
	position: relative;
	margin-left: 0.5em;
	line-height: 1.5;
	margin-bottom: 10px;
}

.article ol > li:before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	background: #F39800;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 1;
	letter-spacing: -1px;
	font-size: 13px;
	top: 0;
	left: -35px;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	padding-top: 4px;
	padding-right: 1.5px;
}

.article .step-list {
	counter-reset: number;
	margin: 40px 0 0;
	padding: 0 15px;
}

.article .step-list li {
	border: none;
	box-shadow: 2px 2px 5px #ccc;
	border-radius: 8px;
	padding: 30px;
	box-sizing: border-box;
	margin: 0 auto 50px;
	background-color: #fff;
	position: relative;
}

.article .step-list li:before {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	color: #fff;
	font-size: 18px;
	padding: 11px 15px 10px;
	border-radius: 50%;
	background-color: #F39800;
	top: -15px;
	left: -15px;
	width: auto;
	height: auto;
}

.article .step-list li .title {
	margin: 0 0 20px;
	font-size: 20px;
}

.article .step-list li  p {
	margin-bottom: 0;
}

.rink-color {
	color: #F39800;
}

table th {
	border: solid 1px #e5e5e5;
	padding: 25px 20px;
	vertical-align: middle;
	color: #622;
	background-color: #fffded;
}

table td {
	border: solid 1px #e5e5e5;
	padding: 25px 20px;
	vertical-align: middle;
	background-color: #fff;
}

#main .article .new-table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}

#main .article .new-table tr {
	border: none;
	border-bottom: solid 2px white;
}

#main .article .new-table tr:last-child {
	border-bottom: none;
}

#main .article .new-table th {
	border: none;
	position: relative;
	text-align: center;
	width: 35%;
	background-color: #F39800;
	color: white;
	padding: 15px 10px;
	font-size: 15px;
	font-weight: bold;
}

#main .article .new-table th:after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: calc(50% - 10px);
	right: -10px;
	border-left: 10px solid #F39800;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

#main .article .new-table td {
	border: none;
	text-align: center;
	width: 65%;
	background-color: #f3f3f3;
	padding: 15px 10px;
	font-size: 15px;
}

.wpcf7 dl {
	margin: 0 0 20px;
	padding: 0;
	background: none;
	border: none;
	box-shadow: none;
}

.wpcf7 dl dt {
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 5px;
}

.wpcf7-text {
	font-size: 14px;
	color: #777;
	padding: 8px 10px;
	letter-spacing: 1px;
	background-color: #f3f3f3;
	border: none;
	width: 300px;
}

.wpcf7-select {
	font-size: 14px;
	color: #777;
	padding: 8px 10px;
	letter-spacing: 1px;
	background-color: #f3f3f3;
	border: none;
	width: 320px;
}

.wpcf7-textarea {
	font-size: 14px;
	color: #777;
	padding: 8px 10px;
	letter-spacing: 1px;
	background-color: #f3f3f3;
	border: none;
	width: 600px;
	height: 10em;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","sans-serif","ＭＳ Ｐゴシック";
}

.wpcf7-submit {
	line-height: 1;
	display: inline-block;
	padding: 18px 40px 16px;
	background-color: #666;
	color: #fff;
	font-size: 14px;
	box-shadow: 1px 1px 3px #777;
	border: none;
	margin-top: 5px;
}

.wpcf7-submit:hover {
	cursor: pointer;
	text-decoration: underline;
	opacity: 0.7;
}

.form_contact {
	padding: 20px;
	border-radius: 8px;
	background-color: #fffbe9;
	padding-top: 2em;
	box-shadow: 0px 0px 1px #999;
}

.article .form_contact h3 {
	margin-bottom: 1.8em;
}

.form_contact h4 {
	margin-top: 1em;
}

.form_contact .caution {
	background-color: #fff;
	border: dashed 1px #999;
	padding: 10px;
}

.form_contact .caution dl {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 12px;
}

.form_contact .caution dl dt {
	margin: 0;
	padding: 0;
	color: #f00;
	float: none;
	width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

.form_contact .caution dd {
	margin: 0;
	padding: 0;
}

.form_contact .caution dd p {
	margin: 0;
	padding: 0;
}

.form_contact h2 {
	margin: 0;
	padding: 0;
	border: none;
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
	background: none;
	margin-bottom: 20px;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}

.form_contact h3 {
	margin: 0;
	padding: 0;
	border: none;
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
	background: none;
	margin-bottom: 20px;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}

.form_contact h3:before {
	background: none;
}

.form_contact h3:after {
	background: none;
}

.form_contact dl {
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
	margin-bottom: 5px;
	background: none;
}

.form_contact dl dt {
	font-weight: normal;
	float: left;
	width: 9em;
}

.form_contact dl dd {
	padding-left: 9em;
}

.wordpress-form {
	margin-top: 75px;
	padding: 30px 30px 20px;
	border: solid 1px #F39800;
	border-radius: 5px;
	text-align: center;
}

.wordpress-form p {
	margin-bottom: 0;
}

.wordpress-form .title {
	font-family: 'flopdesign';
	font-size: 26px;
	color: #F39800;
	display: inline-block;
	margin: -50px auto 5px;
	padding: 0 30px;
	background-color: #fff;
	line-height: 1.4;
	position: relative;
	top: -20px;
}

.wordpress-form .description {
	font-size: 14px;
	text-align: left;
	margin-bottom: 15px;
}

.wordpress-form .wpcf7-text {
	box-sizing: border-box;
	padding: 12px;
	width: 100%;
}

.wordpress-form .wpcf7-select {
	box-sizing: border-box;
	padding: 12px;
	width: 100%;
}

.wordpress-form .wpcf7-textarea {
	box-sizing: border-box;
	padding: 12px;
	width: 100%;
	height: 14em;
}

.wordpress-form .wpcf7-submit {
	box-sizing: border-box;
	padding: 16px 0 14px;
	width: 100%;
	margin-top: 0;
	box-shadow: none;
	letter-spacing: 1px;
	background-color: #F39800;
	border-radius: 4px;
}

.wpcf7 .wordpress-form dl {
	margin-bottom: 10px;
}

.btn-wrap__center {
	text-align: center;
}

.btn-wrap__right {
	text-align: right;
}

.btn-wrap__margin-top {
	margin-top: 35px;
}

.btn-wrap__margin-top-s {
	margin-top: 15px;
}

.btn-wrap__margin-top-ss {
	margin-top: 5px;
}

.btn-wrap__margin-top-l {
	margin-top: 80px;
}

.btn-wrap__margin-bottom {
	margin-bottom: 30px;
}

.btn-wrap__margin-bottom-s {
	margin-bottom: 15px;
}

.btn-wrap__margin-bottom-l {
	margin-bottom: 80px;
}

.btn-wrap__add-subbtn {
	position: relative;
}

div.btn {
	text-align: center;
	margin-bottom: 35px;
}

.btn-wrap .btn {
	position: relative;
	display: inline-block;
	color: #fff;
	background-color: #f80;
	padding: 18px 70px;
	border-radius: 30px;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	border: none;
}

div.btn a {
	position: relative;
	display: inline-block;
	color: #fff;
	background-color: #f80;
	padding: 18px 70px;
	border-radius: 30px;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	border: none;
}

.btn-wrap .btn:after {
	position: absolute;
	content: "〉";
	font-size: 14px;
	top: 18px;
	right: 10px;
}

div.btn a:after {
	position: absolute;
	content: "〉";
	font-size: 14px;
	top: 18px;
	right: 10px;
}

.btn-wrap .btn:hover {
	color: #fff;
	opacity: 0.7;
	text-decoration: none;
	cursor: pointer;
}

div.btn a:hover {
	color: #fff;
	opacity: 0.7;
	text-decoration: none;
	cursor: pointer;
}

.btn__more:after {
	transform: rotate(90deg);
	top: 24px;
	right: 20px;
}

.btn__arrow-bottom:after {
	transform: rotate(90deg);
	top: 24px;
	right: 20px;
}

.btn__back {
	padding: 12px 40px;
	background: #eee;
	color: #333;
	border: solid 1px #999;
	font-size: 13px;
}

.btn__back:after {
	content: "〈";
	right: auto;
	left: 10px;
	top: 13px;
	font-size: 12px;
}

.btn__draft {
	padding: 10px 30px;
	background-color: #eee;
	color: #333;
	border: solid 1px #999;
	font-size: 13px;
}

.btn__draft:after {
	display: none;
}

.btn__draft:hover {
	color: #333;
	opacity: 0.7;
}

.btn__wide {
	padding-left: 150px;
	padding-right: 150px;
	box-sizing: border-box;
}

.btn__tite {
	padding-left: 40px;
	padding-right: 40px;
}

.btn__block {
	display: block;
	padding-left: 0;
	padding-right: 0;
}

.btn__middle {
	font-size: 16px;
	padding: 20px 100px;
	border-radius: 60px;
}

.btn__middle:after {
	font-size: 15px;
	top: 20px;
	right: 15px;
}

.btn__large {
	font-size: 187.5%;
	padding: 20px 180px;
	border-radius: 60px;
}

.btn__large:after {
	font-size: 15px;
	top: 28px;
	right: 20px;
}

.btn__white {
	background-color: #fff;
	color: #f80;
	border: solid 1px #f80;
}

.btn__green:hover {
	opacity: 0.7;
}

.btn__hover-yellow:hover {
	opacity: 1;
	color: #05615a;
	background-color: #ff0;
}

.btn__spacewide {
	letter-spacing: 2px;
}

.btn__sub {
	position: absolute;
	top: 0;
}

.btn__sub-left {
	left: 0;
}

.btn__sub-middle {
	top: 10px;
}

.btn__square {
	border-radius: 5px;
}

.btn__form-post-square {
	width: 100%;
	box-sizing: border-box;
	border-radius: 5px;
}

.btn__icon {
	padding-top: 12px;
}

.btn__icon i {
	position: relative;
	top: 4px;
	font-size: 20px;
	margin-right: 5px;
}

.btn__create-post {
	display: block;
	width: 70%;
	text-align: center;
	padding: 8px 0 10px;
	margin: 0 auto;
	border-radius: 5px;
	color: #fff;
	background-color: #f80;
}

.btn__create-post:hover {
	color: #fff;
	opacity: 0.7;
	text-decoration: none;
}

.btn__create-post i {
	position: relative;
	top: 5px;
	margin-right: 8px;
}

.btn__create-post i img {
	width: 30px;
}

.btn__create-topic {
	margin-bottom: 40px;
}

.btn__create-reply {
	margin-top: 30px;
	margin-bottom: 22px;
}

.double-btn-wrap {
	margin-top: 80px;
	text-align: center;
}

.double-btn-wrap .btn {
	margin: 0 20px;
}

.double-btn-flex {
	display: flex;
	margin-top: 150px;
	justify-content: center;
}

.double-btn-flex .flex-item {
	padding: 0 20px;
	text-align: center;
}

.double-btn-flex .flex-item .caption {
	margin-bottom: 25px;
}

.double_btn {
	margin-top: 40px;
	margin-bottom: 70px;
	text-align: center;
}

.double_btn a {
	width: 270px;
	padding: 11px 20px;
	display: inline-block;
	margin: 0 10px;
	border-radius: 40px;
	border: solid 1px #f80;
	line-height: 1.5;
}

.double_btn a:hover {
	text-decoration: none;
	background-color: #f80;
	color: #fff;
}

.conv-btn {
	display: inline-block;
	color: #fff;
	background-color: #f70;
	border: none;
	font-size: 16px;
	padding: 22px 40px 18px 40px;
	box-sizing: border-box;
	box-shadow: 3px 3px 0 #777;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 45px;
	margin-top: 15px;
}

.conv-btn:after {
	content: "》";
	padding-left: 10px;
}

.conv-btn:hover {
	text-decoration: none;
	opacity: 0.7;
	color: #fff;
}

.accordion-btn {
	display: block;
	margin: 0 auto;
}

.accordion-btn.selected.btn__more:after {
	transform: rotate(-90deg);
	top: 6px;
}

.accordion-contents {
	display: none;
}

.fukidasi {
	background-color: #fff;
	border: solid 1px #ccc;
	margin: 0;
	padding: 8px 1em 5px;
	border-radius: 10px;
	position: relative;
	margin-top: 15px;
	text-align: center;
}

.fukidasi:before {
	border: 12px solid transparent;
	border-bottom-color: #fff;
	border-top-width: 0;
	top: -12px;
	content: "";
	display: block;
	left: 30px;
	position: absolute;
	width: 0;
	z-index: 1;
}

.fukidasi:after {
	border: 12px solid transparent;
	border-bottom-color: #ccc;
	border-top-width: 0;
	top: -13px;
	content: "";
	display: block;
	left: 30px;
	position: absolute;
	width: 0;
}

.amazonjs_item {
	padding: 20px!important;
	margin-bottom: 30px!important;
}


.article .amazonjs_item h4 {
	font-family: Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.article .amazonjs_item h4 a {
	text-decoration: underline;
}

.amazonjs_item ul li:before {
	display: none!important;
}

.amazonjs_item a {
	color: #F39800!important;
}

.logo-box {
	margin-bottom: 20px;
	padding: 100px 0;
	text-align: center;
	box-shadow: 0 0 4px #e5e5e5;
}

.logo-box img {
	width: 320px;
}

.home .welcome {
	background-color: #dbeff2;
	padding: 30px;
	text-align: center;
}

#main-profile-photo {
	border-radius: 200px;
}

#page-webcreate {
	font-size: 15px;
}

#page-webcreate #header {
	padding-top: 15px;
}

#page-webcreate #head-title {
	padding-bottom: 0;
}

#page-webcreate #wrap {
	width: 100%;
	margin: 0;
	padding: 0;
}

#page-webcreate #wrap #main {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	float: none;
}

#web_create_scroll {
	width: 100%;
	height: 700px;
	background: url(/wp-content/themes/tsukuriba/lib/images/webcreate/top_image_back.jpg) no-repeat;
	animation: cloudmove 20s linear infinite;
	-webkit-animation: cloudmove 20s linear infinite;
	-moz-animation: cloudmove 20s linear infinite;
}

#web_create_mask {
	background-color: rgba(0,0,0,0.2);
	height: 700px;
	width: 100%;
}

#web_create_img {
	width: 100%;
	height: 700px;
	background: url(/wp-content/themes/tsukuriba/lib/images/webcreate/top_image.png) no-repeat 47% 93px;
	background-size: 520px 521px;
}

.advantage-list-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 70px;
}

.advantage-list-item:nth-child(even) {
	flex-direction: row-reverse;
}

.advantage-list-item__img {
	width: 40%;
}

.advantage-list-item__content {
	width: 54%;
}

.advantage-list-item img {
	width: 100%;
	height: 300px;
	border-radius: 8px;
	object-fit: cover;
}

#webcreate-form-table {
	border: none!important;
	width: 100%;
	margin-bottom: 0!important;
}

#webcreate-form-table tr {
	display: block;
	margin-bottom: 10px;
}

#webcreate-form-table td {
	border: none;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 15px;
	color: #333;
}

#webcreate-form-table td:first-child {
	border-left: solid 5px #28adad;
	background-color: #f3f3f3;
	width: 250px;
	padding: 20px 25px;
}

#webcreate-form-table td:last-child {
	background-color: #fff;
	width: 550px;
	padding: 0;
}

#webcreate-form-table td .wpcf7-select {
	padding: 20px 25px;
	box-sizing: border-box;
	width: 100%;
	font-size: 15px;
	color: #333;
	background-color: #fff;
	position: relative;
}

#webcreate-form-table td .wpcf7-text {
	padding: 20px 25px;
	box-sizing: border-box;
	width: 100%;
	font-size: 15px;
	color: #333;
	background-color: #fff;
	position: relative;
}

#webcreate-form-table td .wpcf7-textarea {
	padding: 20px 25px;
	box-sizing: border-box;
	width: 100%;
	font-size: 15px;
	color: #333;
	background-color: #fff;
	position: relative;
	height: 14em;
}

#webcreate-form-table tr:first-child td .wpcf7-form-control-wrap:after {
	position: absolute;
	top: 0;
	right: 2px;
	content: "▼";
	display: inline-block;
	font-size: 14px;
	color: #555;
}

#webcreate-form-table tr:nth-child(4n) td .wpcf7-form-control-wrap:after {
	position: absolute;
	top: 0;
	right: 2px;
	content: "▼";
	display: inline-block;
	font-size: 14px;
	color: #555;
}

#webcreate-form p {
	margin-bottom: 0;
}

#webcreate-form .wpcf7-submit {
	display: block;
	background-color: #28adad!important;
	font-size: 18px;
	padding: 30px 0 28px;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 5px 5px 0px #127f80;
	letter-spacing: 2px;
}

#webcreate-form .wpcf7-submit:hover {
	text-decoration: none;
}

#webcreate-form .caution {
	font-size: 13px;
	margin-top: 5px;
}

.talk {
	margin-bottom: 40px;
	display: table;
	width: 100%;
}

.talk .talk-img {
	display: table-cell;
	vertical-align: top;
	width: 60px;
	text-align: center;
}

.talk .talk-message {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
}

.talk .talk-img .talk-img-caption {
	padding: 5px 0 0;
	white-space: nowrap;
	font-size: 12px;
}

.talk .talk-message br:first-child {
	display: none;
}

.talk .talk-message br:last-child {
	display: none;
}

.talk .talk-message .talk p {
	margin: 0 0 20px;
}

.talk p:last-child {
	margin-bottom: 0;
}

.insert-post {
	border: 2px solid #F39800;
	margin-bottom: 10px;
	background-color: #fff;
}

.insert-post a {
	padding: 15px;
	display: block;
	overflow: hidden;
	position: relative;
}

.insert-post .img {
	width: 180px;
	float: left;
	margin-right: 15px;
}

.insert-post .img img {
	width: 180px;
	height: 120px;
	object-fit: cover;
}

.insert-post .text {
	padding-left: 195px;
}

.insert-post .text p {
	line-height: 1.55;
}

.insert-post .text .title {
	color: #000;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 10px;
}

.insert-post .text .content {
	color: #555;
	font-size: 13px;
	margin-bottom: 0;
}

.insert-post .text .go {
	position: absolute;
	bottom: 10px;
	right: 10px;
	line-height: 1;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
}

.insert-post a:hover {
	text-decoration: none;
	background-color: #eee;
}

.insert-post a:hover .text .go {
	text-decoration: underline;
}

.slick-slide {
	margin: 5px!important;
}

.slick-slide img {
	width: 100%!important;
	height: 350px!important;
	object-fit: cover!important;
}

.slick-prev {
	top: auto!important;
	bottom: 53px!important;
	left: 15px!important;
	z-index: 4!important;
}

.slick-next {
	top: auto!important;
	bottom: 53px!important;
	right: 35px!important;
	z-index: 4!important;
}

.slick-prev:before {
	content: "〈"!important;
}

.slick-next:before {
	content: "〉"!important;
}

.slick-arrow:before {
	font-size: 40px!important;
	color: #242f65!important;
	display: inline-block!important;
}

.slider {
	margin-left: 0!important;
}

.slider li {
	margin: 5px!important;
	padding: 0!important;
	position: relative;
}

.slider li:before {
	display: none!important;
}

.slider li a {
	display: block;
}

.slider li .title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 20px;
	line-height: 1.45;
	margin-bottom: 0;
	padding: 30px 50px;
	font-weight: bold;
	box-sizing: border-box;
	color: #242f65;
	background-color: rgba(256, 256, 256, 0.8);
}

.slider .category {
	position: absolute;
	left: -3px;
	top: -3px;
	margin: 0;
	color: #333;
	font-size: 14px;
	text-align: center;
	width: 120px;
	padding: 12px 0 10px;
	border: 1px solid #fff;
	box-shadow: 0 3px 3px #999;
}

.articleid-1067 .wordpress-form .title {
	font-family: inherit;
	font-size: 28px;
	line-height: 1.4;
	margin-top: -63px;
}

.articleid-3229 .wordpress-form .title {
	font-family: inherit;
	font-size: 32px;
	line-height: 1.4;
	margin-top: -63px;
}

.articleid-1067 .wordpress-form .title .s {
	font-size: 17px;
}

.articleid-3229 .wordpress-form .title .s {
	font-size: 15px;
}

.article .result-list {
	margin: 0 0 15px;
	padding: 3px;
	overflow: hidden;
}

.article .result-list li {
	margin: 0;
	padding: 20px 15px;
	width: 48.5%;
	box-sizing: border-box;
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
	text-align: center;
	box-shadow: 0 0 3px #ccc;
	border-radius: 6px;
}

.article .result-list li:before {
	display: none;
}

.article .result-list li:nth-child(2n) {
	margin-right: 0;
}

.article .result-list li p {
	margin-bottom: 0;
}

.article .result-list li p br {
	display: none;
}

.article .result-list li .title {
	font-size: 14px;
	margin-bottom: 12px;
	letter-spacing: 0;
	font-weight: bold;
}

.article .result-list li img {
	display: block;
	margin-bottom: 10px;
}

.article .result-list li .link-btn {
	display: block;
	background-color: #666;
	color: #fff;
	padding: 6px 0 6px;
	text-align: center;
	font-size: 12px;
}

.article .result-list li .link-btn i {
	font-size: 14px;
	padding-left: 10px;
	position: relative;
	top: 3px;
	line-height: 0;
}

.article .result-list li .link-btn:hover {
	opacity: 0.7;
	text-decoration: none;
}

#article-ad {
	overflow: hidden;
	margin-bottom: 30px;
}

#article-ad ins:first-of-type {
	float: left!important;
}

#article-ad ins:last-of-type {
	float: right!important;
}


#main .article .cree-table th {
	border: solid 2px #eee;
	padding: 18px 20px;
	font-size: 15px;
	line-height: 1.55;
	width: 200px;
	text-align: center;
	background: #fff;
	color: #666;
	font-weight: bold;
}

#main .article .cree-table td {
	border: solid 2px #eee;
	padding: 18px 20px;
	font-size: 15px;
	line-height: 1.55;
	text-align: center;
	vertical-align: middle;
}

#main .article .cree-table tr:first-child td {
	border-radius: 6px;
	color: #fff;
	background-color: #777;
}

#main .article .cree-table tr:nth-child(2) td:last-child {
	color: #f28500;
	font-weight: bold;
	font-size: 18px;
}

#main .article .cree-table tr:nth-child(3) td:last-child {
	color: #f28500;
	font-weight: bold;
	font-size: 18px;
}

.c-ratingSummary[data-v-16a44a62] {
	padding-bottom: 16px;
}

.c-overAll[data-v-16a44a62] {
	display: flex;
	font-size: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-overAll_heading[data-v-16a44a62] {
	margin-right: 20px;
	-ms-flex-item-align: center;
	align-self: center;
}

.c-overAll_star[data-v-16a44a62] {
	-ms-flex-item-align: center;
	align-self: center;
	margin-right: 8px;
}

.c-ratingStars[data-score="5"][data-size="21"] {
	position: relative;
	display: inline-block;
	width: 115px;
	height: 21px;
	letter-spacing: 0;
	font-size: 21px;
}

.c-ratingStars[data-score="5"][data-size="21"]:after {
	position: absolute;
	top: 4.5px;
	left: 0;
	display: inline-block;
	height: 21px;
	content: "★" "★" "★" "★" "★";
	text-transform: none;
	font-weight: 400;
	font-style: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	line-height: 21px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
	overflow: hidden;
	color: #ffda0f;
	white-space: nowrap;
	width: 113px;
}

.c-ratingStars[data-score="5"][data-size="21"]:before {
	position: absolute;
	top: 4.5px;
	left: 0;
	display: inline-block;
	height: 21px;
	content: "★" "★" "★" "★" "★";
	text-transform: none;
	font-weight: 400;
	font-style: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	line-height: 21px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
	color: #ccc;
}

.c-overAll_count[data-v-16a44a62] {
	font-size: 20px;
	line-height: 1;
	padding-bottom: 0;
}

.c-indicators[data-v-16a44a62] {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 12px;
	line-height: 1.65;
}

.c-indicators_item[data-v-16a44a62] {
	-ms-flex-preferred-size: 325px;
	flex-basis: 325px;
	padding: 0;
}

.c-indicator[data-v-16a44a62] {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-indicators_item[data-v-16a44a62]:nth-child(odd) {
	margin-right: 40px;
}

.c-indicator_heading[data-v-16a44a62] {
	font-size: 13px;
	line-height: 22px;
}

.c-tooltip[data-v-16a44a62] {
	display: inline;
}

.c-ratingTooltip_balloon[data-v-23808f35] {
	text-align: left;
	display: inline;
}

.c-ratingTooltip_balloon[data-v-23808f35] .c-balloonDropdown {
	text-align: left;
	display: inline;
}

.c-indicator_star[data-v-16a44a62] {
	text-align: right;
}

.c-ratingStars[data-score="5"][data-size="16"] {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 16px;
	letter-spacing: 0;
	font-size: 16px;
}

.c-ratingStars[data-score="5"][data-size="16"]:after {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	height: 16px;
	content: "★" "★" "★" "★" "★";
	text-transform: none;
	font-weight: 400;
	font-style: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	line-height: 16px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
	overflow: hidden;
	color: #ffda0f;
	white-space: nowrap;
}

.c-ratingStars[data-score="5"][data-size="16"]:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	height: 16px;
	content: "★" "★" "★" "★" "★";
	text-transform: none;
	font-weight: 400;
	font-style: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	line-height: 16px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
	color: #ccc;
}

.article .voice-list {
	margin: 0 0 35px;
	padding: 0;
}

.article .voice-list li {
	margin: 0;
	padding: 22px 18px;
	font-size: 14px;
	border-bottom: solid 1px #ddd;
	line-height: 1.6;
}

.article .voice-list li:first-child {
	border-top: solid 1px #ddd;
}

.article .voice-list li:before {
	display: none;
}

.article .voice-list li .by {
	display: inline-block;
	margin-bottom: 12px;
}

.page-payment-wp-error-recovery .stripe-button-el {
	background: none!important;
	background-color: #55acee!important;
	border: none!important;
	padding: 15px 50px!important;
	border-bottom: solid 5px #226687!important;
}

.page-payment-wp-error-recovery .stripe-button-el:hover {
	opacity: 0.7;
}

.page-payment-wp-error-recovery .stripe-button-el span {
	background: none!important;
	border: none!important;
	box-shadow: none!important;
}

#payjp_checkout_box input[type=button] {
	padding: 15px 50px!important;
	border: none!important;
	border-bottom: solid 5px #11507C!important;
	border-radius: 4px!important;
	font-size: 15px!important;
}

#payjp_checkout_box input[type=button]:hover {
	opacity: 0.7!important;
}

.youtube {
	margin-bottom: 30px;
}

.article .maintenance-service-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 45px 0 0;
	padding: 0;
}

.article .maintenance-service-list > li {
	margin: 0;
	padding: 40px 20px;
	width: 48.5%;
	box-shadow: 0 0 5px #aaa;
	box-sizing: border-box;
}

.article .maintenance-service-list > li:before {
	display: none;
}

.article .maintenance-service-list > li:first-child {
	border-right: none;
}

.maintenance-service-list .title-box {
	text-align: center;
	padding-bottom: 30px;
	border-bottom: solid 1px #ccc;
}

.maintenance-service-list .plan .title {
	margin: 0 0 5px;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	border: none;
}

.maintenance-service-list .plan .price {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
}

.maintenance-service-list .plan .price .sub {
	margin-left: 4px;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0;
}

.maintenance-service-list .plan__light .title {
	color: #80bb38;
}

.maintenance-service-list .plan__light .price {
	color: #80bb38;
}

.maintenance-service-list .plan__basic .title {
	color: #0087CD;
}

.maintenance-service-list .plan__basic .price {
	color: #0087CD;
}

.maintenance-service-list .caution {
	font-size: 12px;
	color: #666;
	letter-spacing: 0.5px;
	margin-bottom: 0;
}

.maintenance-service-list .sub-title {
	font-size: 16px;
}

.article .maintenance-can-list {
	margin-bottom: 0;
	margin-left: 28px;
}

.article .maintenance-can-list > li {
	margin-bottom: 12px;
	letter-spacing: 0.5px;
}

.article .maintenance-can-list > li:last-child {
	margin-bottom: 0;
}

.article .maintenance-can-list > li:before {
	left: -32px;
}

.article .maintenance-can-list > li.not {
	color: #aaa;
}

.article .maintenance-can-list > li.not:before {
	visibility: hidden;
}

.article .plan__light .maintenance-can-list > li:before {
	background-color: #80bb38;
}

.article .plan__basic .maintenance-can-list > li:before {
	background-color: #0087CD;
}

.wp-mentenance-service-item {
	padding: 30px;
	margin-bottom: 20px;
	border: solid 2px #F39800;
	border-radius: 10px;
	background-color: #fffef5;
}

.wp-mentenance-service-item .accordion-btn {
	margin: 0;
	padding: 0;
	border: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 22px;
	position: relative;
	cursor: pointer;
}

.wp-mentenance-service-item .accordion-btn:after {
	position: absolute;
	content: "＋";
	color: #F39800;
	font-size: 30px;
	right: 9px;
	top: calc(50% - 15px);
	line-height: 1;
}

.wp-mentenance-service-item .accordion-btn.open:after {
	content: "－";
}

.wp-mentenance-service-item .accordion-btn .num {
	color: #F39800;
	font-size: 40px;
}

.wp-mentenance-service-item .accordion-btn .num:after {
	content: ".";
	margin-right: 10px;
}

.wp-mentenance-service-item .accordion-contents {
	margin-top: 20px;
}

.wp-mentenance-service-item .accordion-contents p {
	margin-bottom: 20px;
	letter-spacing: 0.5px;
}

.wp-mentenance-service-item .accordion-contents p:last-of-type {
	margin-bottom: 0;
}

.wp-mentenance-service-item .accordion-contents dl {
	margin: 25px 0 0;
	background-color: #fff;
	border: solid 1px #ccc;
	font-size: 14px;
}

.wp-mentenance-service-item .accordion-contents dl dt {
	margin: 0 0 15px;
	color: #f00;
}

.wp-maintenance-message {
	padding: 40px 30px;
	color: #444;
	background-color: #fffef5;
}

.wp-maintenance-message .message-item {
	margin: 0 auto;
	padding: 0 10px;
	background-image: linear-gradient( #ddd 1px, transparent 1px );
	background-size: auto 2.4rem;
	line-height: 2.4rem;
	overflow: hidden;
	background-position: 0 32px;
}

.wp-maintenance-message .message-item p {
	line-height: 2.4rem;
	margin-bottom: 2.4rem;
}

.article .client-list {
	margin: 0 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.article .client-list > li {
	margin: 0 0 2%;
	padding: 20px 0;
	width: 49%;
	box-sizing: border-box;
	background-color: #Fdf8ee;
	box-shadow: 0 0 3px #F39800;
	text-align: center;
	font-size: 14px;
}

.article .client-list > li:before {
	display: none;
}

.article-author-info dl {
	margin-top: 50px;
	padding: 30px;
	letter-spacing: 0.5px;
	background-color: #FFF7E3;
	border-radius: 8px;
	box-shadow: 0px 0px 4px #ffc7a3;
	margin: 0;
}

.article-author-info dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--tsuku-coral) !important;
}

.article-author-info dt i {
	position: relative;
	display: inline-block;
	top: 9px;
	margin-right: 5px;
	width: 28px;
	height: 28px;
}

.article-author-info dd {
	display: grid;
	flex-wrap: wrap;
	margin: 0;
	grid-template-columns: 96px 1fr;
	gap: 18px;
	align-items: center;
}

.article-author-info dd .img {
	width: 90px;
}

.article-author-info dd .img img {
	display: block;
	width: 90px;
	height: 90px;
	box-sizing: border-box;
	object-fit: cover;
	border: 2px solid #FFF;
	border-radius: 50%;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
}

.article-author-info dd .content {
	width: calc(100% - 90px);
	padding-left: 20px;
	box-sizing: border-box;
}

.article-author-info dd .content .name {
	font-size: 17px;
	margin-bottom: 10px;
	line-height: 1.3;
}

.article-author-info dd .content .profile {
	font-size: 14px;
	margin-bottom: 15px;
}

.article-author-info dd .content .more-btn {
	text-align: center;
}

.article-author-info dd .content .more-btn a {
	display: inline-block;
	line-height: 1;
	margin: 0 6px;
	padding: 8px 0 10px;
	width: 220px;
	border-radius: 30px;
	font-size: 13px;
	color: #fff;
	background-color: #F39800;
	box-shadow: 0px 0px 15px rgba(245, 130, 0, 0.32);
}

.article-author-info dd .content .more-btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.form__bg-yellow {
	padding: 35px 50px;
	border-radius: 20px;
	background-color: #FFFBF0;
}

.form-item {
	margin-bottom: 20px;
}

.form-item__center {
	text-align: center;
}

.form-item label {
	display: block;
	margin-bottom: 5px;
}

.form-item .label {
	display: block;
	margin-bottom: 5px;
}

.form-item label.h2 {
	margin-bottom: 20px;
}

.form-item .caution {
	color: #f00;
	font-size: 12px;
	margin-left: 10px;
}

.form-item .password-caution {
	color: #f00;
	font-size: 12px;
	margin-bottom: 10px;
}

.form-description {
	display: block;
	font-size: 13px;
	margin-bottom: 8px;
}

.checkbox-wrap {
	display: flex;
	align-items: center;
	line-height: 1.45;
	margin-bottom: 5px;
}

.checkbox-wrap input {
	transform: scale(1.3);
}

.checkbox-wrap label {
	margin-left: 8px;
	margin-bottom: 3px;
}

.form-item__withdraw-caution .checkbox-wrap {
	justify-content: center;
}

.form-item input[type="text"] {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	border: 2px solid #EAE7E7;
	border-radius: 8px;
	background: #fff;
}

.form-item input[type="email"] {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	border: 2px solid #EAE7E7;
	border-radius: 8px;
	background: #fff;
}

.form-item input[type="url"] {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	border: 2px solid #EAE7E7;
	border-radius: 8px;
	background: #fff;
}

.form-item input[type="password"] {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	border: 2px solid #EAE7E7;
	border-radius: 8px;
	background: #fff;
}

.form-item select {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	border: 2px solid #EAE7E7;
	border-radius: 8px;
	background: #fff;
}

.form-item textarea {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	border: 2px solid #EAE7E7;
	border-radius: 8px;
	background: #fff;
	height: 15em;
}

.form-item button:hover {
	opacity: 0.7;
}

.form h3:first-of-type {
	margin-top: 0;
}

.form-item-description {
	font-size: 12px;
	line-height: 1.45;
	margin-bottom: 12px;
}

.form-item .height100 {
	height: 100px;
}

.home #wrap {
	display: block;
	margin-top: 0;
	padding-bottom: 0;
}

.home #main {
	width: 100%;
	padding-right: 0;
}

.company-news {
	padding: 72px 0;
	border-top: none;
	padding-top: 0;
}

.company-news-list {
	border-top: 1px solid #e2e8e7;
}

.company-news-list li {
	border-bottom: 1px solid #e2e8e7;
}

.company-news-list a {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 20px;
	padding: 18px 0;
	color: #172b30;
}

.company-news-list span {
	color: #607174;
	font-size: 13px;
}

.company-news-list strong {
	font-weight: bold;
	line-height: 1.6;
}

:root {
	--tsuku-bg: #fbf7ef;
	--tsuku-bg-soft: #fffaf2;
	--tsuku-paper: #fffaf2;
	--tsuku-paper-strong: #ffffff;
	--tsuku-ink: #22282b;
	--tsuku-text: #555f63;
	--tsuku-muted: #85827a;
	--tsuku-green: #df7b35;
	--tsuku-green-soft: #fff0df;
	--tsuku-coral: #e77735;
	--tsuku-yellow: #f4b642;
	--tsuku-border: #eadfce;
	--tsuku-pink: #e85c86;
	--tsuku-blue: #16a7d8;
	--tsuku-fresh-green: #41b883;
}

#menu-global-navi > li > a.title {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 14px;
	border-radius: 999px;
	color: #405055;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
}

#menu-global-navi > li > a.title:hover {
	background: rgba(231, 119, 53, 0.12);
	color: var(--tsuku-coral);
	text-decoration: none;
}

#menu-global-navi > li.contact > a.title {
	min-width: 44px;
	justify-content: center;
	background: #fff;
	box-shadow: 0 10px 24px rgba(85, 68, 38, 0.08);
}

#footer .content-range {
	padding: 0 0 36px !important;
}

#footer .footer-sub-menu a {
	color: #314044 !important;
}

#copyright .copy a {
	color: #314044 !important;
}

.company-page {
	max-width: 100%;
}

.company-archive {
	max-width: 860px;
	margin: 0 auto;
	padding: 34px 0 20px;
}

.single .article {
	max-width: 860px;
	margin: 0 auto;
	padding: 46px;
	border: 1px solid var(--tsuku-border);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.74);
	box-shadow: 0 18px 42px rgba(87, 67, 39, 0.08);
}

.company-page p {
	margin-bottom: 0;
}

.company-place-card {
	position: relative;
	overflow: hidden;
	padding: 42px;
	border: 1px solid rgba(47, 125, 115, 0.16);
	border-radius: 24px;
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(255, 245, 225, 0.96)),
		repeating-linear-gradient(135deg, rgba(244, 201, 107, 0.18) 0, rgba(244, 201, 107, 0.18) 1px, transparent 1px, transparent 18px);
	box-shadow: 0 24px 56px rgba(87, 67, 39, 0.13);
}

.company-place-card:before {
	content: "";
	display: block;
	width: 74px;
	height: 74px;
	margin-bottom: 56px;
	border: 18px solid var(--tsuku-yellow);
	border-right-color: var(--tsuku-green);
	border-bottom-color: #ef9b74;
	border-radius: 26px;
	transform: rotate(-8deg);
}

.company-place-card__label {
	margin-bottom: 10px;
	color: var(--tsuku-green);
	font-size: 14px;
	font-weight: bold;
}

.company-place-card__copy {
	color: var(--tsuku-ink);
	font-size: 29px;
	font-weight: bold;
	line-height: 1.55;
}

.company-place-card ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.company-place-card li {
	padding: 8px 12px;
	border-radius: 999px;
	background: #fff;
	color: #526065;
	font-size: 13px;
	font-weight: bold;
	box-shadow: 0 8px 18px rgba(87, 67, 39, 0.08);
}

.page .company-page {
	max-width: 1040px;
}

.single .article h1 {
	margin: 0 0 28px;
	color: var(--tsuku-ink);
	font-size: 34px;
	font-weight: bold;
	line-height: 1.45;
	letter-spacing: 0;
}

.page .article h1 {
	margin: 0 0 28px;
	color: var(--tsuku-ink);
	font-size: 34px;
	font-weight: bold;
	line-height: 1.45;
	letter-spacing: 0;
}

.company-archive h1 {
	margin: 0 0 28px;
	color: var(--tsuku-ink);
	font-size: 34px;
	font-weight: bold;
	line-height: 1.45;
	letter-spacing: 0;
}

.article-header-info {
	margin-bottom: 14px;
}

.article-author-info {
	margin-top: 56px;
	padding: 26px;
	border-radius: 22px;
	background: #f7f1e7;
}

.article-author-info dt img {
	width: 28px;
	height: 28px;
}

.article-author-info .img img {
	border-radius: 50%;
}

.article-author-info .name {
	margin: 0 0 6px;
	font-weight: bold;
}

.article-author-info .profile {
	margin: 0 0 12px;
	color: var(--tsuku-text);
	font-size: 14px;
	line-height: 1.8;
}

.article-author-info .more-btn a {
	color: var(--tsuku-coral) !important;
	font-weight: bold;
}

.company-archive .article-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 24px;
}

.company-archive #main .article-list {
	width: 100%;
}

.company-archive .article-list li {
	width: auto;
	margin: 0;
}

.company-archive .article-list li a {
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(87, 67, 39, 0.08);
}

#menu-global-navi > li.contact > a.title:hover {
	background: #fff4e8;
	color: var(--tsuku-coral);
}

@media screen and (max-width: 1100px) {
	.company-archive .article-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 820px) {
	.company-archive .article-list {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 600px) {
	.content-range {
		width: calc(100% - 32px) !important;
	}

	#header {
		padding: 16px 0 10px;
	}

	#header .content-range {
		display: block;
	}

	#head-title {
		text-align: center;
	}

	#head-title img {
		width: 156px;
	}

	#menu-global-navi {
		justify-content: center;
		flex-wrap: wrap;
		gap: 4px 8px;
		margin-top: 12px;
	}

	#menu-global-navi > li > a.title {
		min-height: 34px;
		padding: 0 8px;
		font-size: 13px;
	}

	#menu-global-navi > li.contact {
		display: none;
	}

	.company-place-card {
		margin-top: 26px;
		padding: 28px;
		border-radius: 22px;
	}

	.company-place-card:before {
		width: 58px;
		height: 58px;
		margin-bottom: 34px;
		border-width: 14px;
		border-radius: 22px;
	}

	.company-place-card__copy {
		font-size: 24px;
	}

	.company-archive .article-list {
		grid-template-columns: 1fr;
	}

	.single .article {
		max-width: 100%;
		padding: 24px 20px;
		border-radius: 22px;
	}

	.company-archive {
		max-width: 100%;
		padding: 24px 0 14px;
	}

	.single .article h1 {
		font-size: 25px;
	}

	.page .article h1 {
		font-size: 25px;
	}

	.company-archive h1 {
		font-size: 25px;
	}

	.article-author-info dd {
		display: grid;
		grid-template-columns: 1fr;
		gap: 14px;
	}

	#container {
		background: radial-gradient(circle at 24px 120px, rgba(232, 92, 134, 0.08), transparent 170px),
			radial-gradient(circle at 100% 160px, rgba(22, 167, 216, 0.10), transparent 190px),
			linear-gradient(180deg, #fffaf2 0, #fffaf2 38%, #ffffff 38%, #ffffff 100%);
	}

	#wrap {
		overflow: hidden;
	}

}

/* Shared mobile styles. */
@media screen and (max-width: 600px) {
	ul,
	ol {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	img {
		border: 0;
		vertical-align: baseline;
		margin: 0;
		padding: 0;
		outline: 0;
		font-size: 100%;
		background: transparent;
		font-weight: normal;
		max-width: 100%!important;
		height: auto;
	}

	html {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
		overflow-x: hidden;
		width: 100%;
		max-width: 100%;
	}

	body {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 15px;
		vertical-align: baseline;
		background: var(--tsuku-bg);
		font-weight: normal;
		line-height: 1.8;
		font-family: 'Noto Sans JP', Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
		color: var(--tsuku-ink);
		letter-spacing: 0;
		box-sizing: border-box;
		overflow-x: hidden;
		width: 100%;
		max-width: 100%;
	}

	div {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	span {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	object {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	iframe {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	h1 {
		margin: 0;
		padding: 0;
		border: none;
		outline: 0;
		font-size: 20px;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
		letter-spacing: 0;
		line-height: 1.5;
		margin-bottom: 20px;
		text-shadow: 1px 1px 2px #ccc;
	}

	h2 {
		margin: 45px 0 20px;
		padding: 15px;
		border: 0;
		outline: 0;
		font-size: 18px;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
		color: #fff;
		background-color: #F39800;
		line-height: 1.4;
		border-radius: 5px;
	}

	h3 {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 18px;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
		line-height: 1.4;
		margin-top: 40px;
		margin-bottom: 20px;
		border-bottom: solid 2px #F39800;
		padding-bottom: 5px;
		color: #333;
		position: relative;
	}

	h4 {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 16px;
		vertical-align: baseline;
		background: transparent;
		font-weight: bold;
		margin-top: 30px;
		margin-bottom: 20px;
		line-height: 1.4;
	}

	h5 {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	h6 {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	p {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
		margin-bottom: 25px;
	}

	blockquote {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
		quotes: none;
	}

	pre {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	abbr {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	address {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	cite {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	code {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	del {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
		text-decoration: line-through;
	}

	dfn {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	em {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	ins {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	kbd {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	q {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
		quotes: none;
	}

	samp {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	small {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	strong {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: bold;
	}

	sub {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	sup {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	var {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	b {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	i {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	dl {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	dt {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	dd {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	ol {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	ul {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
		list-style: none;
	}

	li {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	fieldset {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	form {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	label {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	legend {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	table {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
		border-collapse: collapse;
		border-spacing: 0;
		margin-top: 10px;
		margin-bottom: 30px;
		width: 100%;
	}

	caption {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	tbody {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	tfoot {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	thead {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	tr {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	th {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	article {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
		display: block;
	}

	aside {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
		display: block;
	}

	canvas {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	details {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
		display: block;
	}

	figcaption {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
		display: block;
	}

	figure {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
		display: block;
	}

	footer {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
		display: block;
	}

	header {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
		display: block;
	}

	hgroup {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
		display: block;
	}

	menu {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
		display: block;
	}

	nav {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
		display: block;
	}

	section {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
		display: block;
	}

	summary {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	time {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	mark {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	audio {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	video {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		font-weight: normal;
	}

	blockquote:before {
		content: none;
	}

	blockquote:after {
		content: none;
	}

	q:before {
		content: none;
	}

	q:after {
		content: none;
	}

	a {
		margin: 0;
		padding: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		color: #F39800;
		text-decoration: none;
	}

	abbr[title] {
		border-bottom: 1px dotted;
		cursor: help;
	}

	dfn[title] {
		border-bottom: 1px dotted;
		cursor: help;
	}

	hr {
		display: block;
		height: 1px;
		border: 0;
		border-top: 1px solid #ccc;
		margin: 1em 0;
		padding: 0;
	}

	input {
		vertical-align: middle;
		font-family: 'Noto Sans JP', sans-serif;
		color: #444;
	}

	select {
		vertical-align: middle;
		font-family: 'Noto Sans JP', sans-serif;
		color: #444;
	}

	textarea {
		font-family: 'Noto Sans JP', sans-serif;
		color: #444;
	}

	button {
		font-family: 'Noto Sans JP', sans-serif;
		color: #444;
	}

	input:read-only {
		background-color: #eee!important;
	}

	textarea:read-only {
		background-color: #eee!important;
	}

	::placeholder {
		color: #aaa!important;
	}

	a:hover {
		color: #F39800;
	}

	a:hover img {
		opacity: 0.7;
	}

	.key-color {
		color: #e70;
	}

	.clear {
		clear: both;
	}

	.center {
		text-align: center;
	}

	.right {
		text-align: right;
	}

	.left {
		text-align: left;
	}

	.s {
		font-size: 75%;
	}

	.ss {
		font-size: 50%;
	}

	.l {
		font-size: 20px;
	}

	.ll {
		font-size: 24px;
	}

	.b {
		font-weight: bold;
	}

	.red {
		color: #f00;
	}

	.table {
		display: table;
		width: 100%;
	}

	.table-cell {
		display: table-cell!important;
		vertical-align: middle;
	}

	.margin-bottom0 {
		margin-bottom: 0!important;
	}

	.margin-bottom10 {
		margin-bottom: 0;
	}

	.webfont {
		font-family: 'flopdesign';
	}

	.article blockquote {
		background: url(/wp-content/themes/tsukuriba/lib/images/m2.png),url(/wp-content/themes/tsukuriba/lib/images/m1.png);
		background-repeat: no-repeat,no-repeat;
		background-position: top left,bottom right;
		margin: 40px 0;
		padding: 40px 10px;
		background-color: #eee;
		border-radius: 8px;
	}

	.article blockquote p:last-of-type {
		margin-bottom: 0;
	}

	.h1 {
		margin: 0;
		padding: 0;
		font-size: 20px;
		font-weight: normal;
		letter-spacing: 0;
		line-height: 1.5;
		margin-bottom: 20px;
		text-shadow: 1px 1px 2px #ccc;
		border: none;
	}

	.home h1 {
		margin: 0;
		padding: 0;
		text-shadow: none;
	}

	.h2 {
		font-size: 18px;
		color: #fff;
		background-color: #F39800;
		font-weight: normal;
		margin: 45px 0 20px;
		padding: 15px;
		line-height: 1.4;
		border-radius: 5px;
	}

	h4.author {
		font-size: 18px;
		color: #fff;
		background-color: #F39800;
		font-weight: normal;
		margin: 45px 0 20px;
		padding: 15px;
		line-height: 1.4;
		border-radius: 5px;
	}

	h4.kanren {
		font-size: 18px;
		color: #fff;
		background-color: #F39800;
		font-weight: normal;
		margin: 45px 0 20px;
		padding: 15px;
		line-height: 1.4;
		border-radius: 5px;
	}

	h3.comment-reply-title {
		font-size: 18px;
		color: #fff;
		background-color: #F39800;
		font-weight: normal;
		margin: 45px 0 20px;
		padding: 15px;
		line-height: 1.4;
		border-radius: 5px;
	}

	.h3 {
		font-size: 18px;
		line-height: 1.4;
		margin-top: 40px;
		margin-bottom: 20px;
		border-bottom: solid 2px #F39800;
		padding-bottom: 5px;
		color: #333;
		position: relative;
	}

	.h4 {
		font-size: 16px;
		font-weight: bold;
		margin-top: 30px;
		margin-bottom: 20px;
		line-height: 1.4;
	}

	#header {
		font-family: 'flopdesign';
		width: 100%;
		box-shadow: 1px 1px 5px #eee;
		position: fixed;
		z-index: 9999;
		background-color: #fff;
		top: 0;
		padding: 0 !important;
		display: flex !important;
		align-items: center !important;
		height: 62px !important;
	}

	#sidebar h4 {
		font-family: 'flopdesign';
		margin: 0 0 18px;
		padding: 0;
		font-size: 17px;
		color: #555;
		font-weight: normal;
	}

	#navi {
		width: 100%;
		display: none !important;
	}

	#head-menu {
		display: block;
	}

	#container {
		width: 100%;
		padding-top: 62px !important;
		overflow: hidden;
		background: #fbf7ef;
		max-width: 100%;
	}

	#footer {
		width: 100%;
		position: relative;
		background-color: #Fdf8ee;
		overflow: hidden;
		margin-top: 0;
		background: transparent !important;
		color: #18272d !important;
	}

	.content-range {
		padding: 0;
		width: 100%;
		max-width: 100%;
	}

	#wrap {
		padding-top: 15px;
		display: block;
		margin-top: 14px;
		padding-bottom: 58px;
		width: 100%;
		max-width: 100%;
	}

	#main {
		word-wrap: break-word;
		width: 100%;
		padding-right: 0;
		max-width: 100%;
	}

	#header .content-range {
		padding-top: 10px;
		display: flex !important;
		align-items: center !important;
		width: 100% !important;
		max-width: none !important;
		height: 62px !important;
		padding: 0 20px !important;
		box-sizing: border-box !important;
	}

	#head-title {
		display: flex !important;
		width: 150px !important;
		align-items: center !important;
		margin: 0 !important;
	}

	.hamburger-menu {
		position: fixed;
		right: auto !important;
		top: 0;
		width: 100%;
		height: 100vh;
		box-sizing: border-box;
		background-color: #Fdf8ee;
		transition: all .6s;
		z-index: 200;
		overflow-y: auto;
		left: 0;
		transform: translateX(100%);
		max-width: 100%;
		overflow-x: hidden;
	}

	.hamburger {
		position: absolute;
		right: 18px !important;
		top: 50% !important;
		width: 42px !important;
		height: 42px !important;
		cursor: pointer;
		z-index: 300;
		transform: translateY(-50%) !important;
	}

	.hamburger__line {
		position: absolute;
		right: 5px !important;
		top: 5px;
		width: 32px !important;
		height: 3px !important;
		background-color: #F39800;
		transition: all .6s;
		border-radius: 2px;
	}

	.hamburger__line--1 {
		top: 10px !important;
	}

	.hamburger__line--2 {
		top: 20px !important;
	}

	.hamburger__line--3 {
		top: 30px !important;
	}

	.black-bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		z-index: 100;
		background-color: #000;
		opacity: 0;
		visibility: hidden;
		transition: all .6s;
		cursor: pointer;
		max-width: 100%;
	}

	.nav-open .hamburger-menu {
		right: auto !important;
		transform: translateX(0);
	}

	.nav-open .black-bg {
		opacity: .8;
		visibility: visible;
	}

	.nav-open .hamburger__line--1 {
		transform: rotate(45deg) !important;
		top: 20px !important;
	}

	.nav-open .hamburger__line--2 {
		width: 0;
		left: 50%;
		opacity: 0 !important;
		transform: scaleX(0) !important;
	}

	.nav-open .hamburger__line--3 {
		transform: rotate(-45deg) !important;
		top: 20px !important;
	}

	#global-navi {
		padding: 65px 5px 20px 26px;
		box-sizing: border-box;
	}


	#global-navi #global-navi-list a {
		color: #333;
		position: relative;
		padding: 13px 0;
		padding-left: 38px;
		font-size: 14px;
		display: block;
		line-height: 1.4;
		text-align: left;
	}

	#global-navi #global-navi-list a i {
		color: #F39800;
		position: absolute;
		top: 8.5px;
		left: 0;
	}

	#global-navi #global-navi-list li.wordpress-customize a i {
		font-size: 20px;
		top: 13px;
		left: 2px;
	}

	#global-navi #global-navi-list li.wordpress-customize a .spacing {
		letter-spacing: -1px;
	}

	#global-navi #global-navi-list li.management a i {
		font-size: 22px;
		top: 11px;
		left: 1.5px;
	}

	#global-navi #global-navi-list li.cree a i {
		top: 11px;
	}

	#header .search {
		position: absolute;
		right: 66px;
		top: 16px;
		display: none !important;
	}

	#header .open_button {
		color: #666;
		cursor: pointer;
		display: none !important;
		line-height: 1 !important;
	}

	#header .open_button i {
		font-size: 30px;
		color: #F39800;
		display: none !important;
		line-height: 1 !important;
	}

	#header .modal_wrap input {
		display: none;
	}

	#header .modal_overlay {
		display: block;
		justify-content: center;
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.7);
		opacity: 0;
		transition: opacity 0.5s, transform 0s 0.5s;
		transform: scale(0);
	}

	#header .modal_trigger {
		position: absolute;
		width: 100%;
		height: 100%;
	}

	#header .modal_content {
		position: relative;
		align-self: center;
		width: 90%;
		max-width: 800px;
		padding: 60px 15px 40px;
		box-sizing: border-box;
		background: #fff;
		line-height: 1.4em;
		transition: 0.5s;
		margin-left: 5%;
		margin-top: 20%;
		border-radius: 10px;
	}

	#header .close_button {
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 20px;
		cursor: pointer;
	}

	#header .modal_wrap input:checked ~ .modal_overlay {
		opacity: 1;
		transform: scale(1);
		transition: opacity 0.5s;
	}

	#header #s {
		width: 90%;
		border: none;
		color: #555;
		font-size: 14px;
		border-bottom: solid 1px #F39800;
		padding: 8px 4px;
		display: block;
		box-sizing: border-box;
		text-align: center;
		margin: 0 auto;
	}

	#header #searchsubmit {
		margin: 15px auto 0;
		border-radius: 8px;
		background-color: #F39800!important;
		color: #fff;
		width: 200px;
		font-size: 14px;
		padding: 5px 10px 4px;
		letter-spacing: 1px;
		text-align: center;
		display: block;
		border: none;
	}

	#header #searchform #search-input {
		background-color: #ebf2fa;
		border: none;
		border-radius: 5px;
		padding: 14px 25px 14px 12px;
		font-size: 13px;
		width: 235px;
		box-sizing: border-box;
		margin-right: -21px;
	}

	#header #searchform #search-submit {
		width: 42px;
		height: 42px;
		border-radius: 50%;
		background-color: #ff657e;
		color: #fff;
		border: none;
		position: relative;
	}

	#header #searchform #search-submit i {
		font-size: 30px;
		position: relative;
		top: 1px;
	}

	#header #searchform #search-submit:hover {
		opacity: 0.7;
	}

	#kuzu {
		font-size: 12px;
		letter-spacing: 0;
	}

	#kuzu a {
		color: #777;
		letter-spacing: 1px;
		text-decoration: underline;
	}

	div#breadcrumb {
		margin-top: 17px;
	}

	div#breadcrumb ul {
		margin: 0;
		padding: 0;
	}

	div#breadcrumb li {
		margin: 0;
		padding: 0;
		background: none;
		float: left;
		display: inline;
		margin-right: 8px;
	}

	div#breadcrumb li span {
		margin-right: 8px;
	}

	#sidebar {
		font-size: 14px;
		line-height: 1.46;
		letter-spacing: 0;
		margin-top: 60px;
	}

	#sidebar .adsense {
		margin-bottom: 55px;
	}

	#sidebar .item-box-wrap {
		margin-bottom: 25px;
		border-radius: 6px;
		box-shadow: 0px 0px 3px #ddd;
		padding: 30px 20px;
	}

	#sidebar .item-box-wrap.profile .img {
		text-align: center;
		margin-bottom: 8px;
	}

	#sidebar .item-box-wrap.profile .img img {
		width: 140px;
		height: 140px;
		display: inline-block;
		border-radius: 50%;
	}

	#sidebar .item-box-wrap.profile .content {
		font-size: 13px;
		letter-spacing: 0.5px;
		line-height: 1.65;
	}

	#sidebar .item-box-wrap.profile .content .name {
		font-size: 18px;
		margin: 8px 0 5px;
		text-align: center;
	}

	#sidebar .item-box-wrap.profile .content .role {
		font-weight: bold;
		margin-bottom: 10px;
		text-align: center;
	}

	#sidebar .item-box-wrap.profile .content p {
		margin-bottom: 15px;
	}

	#sidebar .item-box-wrap.profile .content .more-btn {
		text-align: center;
	}

	#sidebar .item-box-wrap.profile .content .more-btn a {
		color: #fff;
		background-color: #F39800;
		border: solid 1px #F39800;
		display: inline-block;
		padding: 5px 0px 3px;
		border-radius: 30px;
		font-size: 12px;
		width: 220px;
		margin-bottom: 10px;
	}

	#sidebar .item-box-wrap.profile .content .more-btn.work a {
		color: #e70;
		background-color: #fff;
		border: solid 1px #F39800;
	}

	#sidebar .item-box-wrap.profile .content .more-btn.work a:last-child {
		margin-bottom: 0;
	}

	#sidebar .item-box-wrap.profile .content .more-btn a:hover {
		text-decoration: none;
		opacity: 0.7;
	}

	#sidebar .pickup-banner-list {
		margin-top: 20px;
	}

	#sidebar .pickup-banner-list li {
		margin-bottom: 10px;
	}

	#sidebar .pickup-banner-list li:last-child {
		margin-bottom: 0;
	}

	#sidebar .pickup-banner-list li a {
		display: block;
	}

	#sidebar .pickup-banner-list li img {
		display: block;
		border-radius: 10px;
	}

	#sidebar .article-list {
		margin: 0;
		padding: 0;
	}

	#sidebar .article-list li {
		margin: 0;
		padding: 0;
		overflow: hidden;
		border-bottom: solid 1px #e5e5e5;
	}

	#sidebar .article-list li:first-child {
		border-top: solid 1px #e5e5e5;
	}

	#sidebar .article-list li a {
		display: block;
		padding: 15px 0;
		color: #000;
		overflow: hidden;
		position: relative;
	}

	#sidebar .article-list li a:before {
		content: "→";
		position: absolute;
		line-height: 1;
		bottom: 5px;
		right: 5px;
		color: #F39800;
		font-size: 18px;
		font-weight: bold;
	}

	#sidebar .article-list li a:hover:before {
		right: 2px;
	}

	#sidebar .article-list li a:hover {
		text-decoration: none;
		background-color: #f5f5f5;
	}

	#sidebar .article-list li .img {
		float: left;
		width: 80px;
		margin-right: 15px;
		position: relative;
	}

	#sidebar .article-list li .img img {
		display: block;
		width: 80px;
		height: 80px;
		object-fit: cover;
	}

	#sidebar .article-list li .content {
		padding-left: 95px;
	}

	#sidebar .article-list li .content .title {
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		font-size: 13px;
		line-height: 1.5;
		color: #000;
	}

	#sidebar .ranking .article-list li .img {
		position: relative;
	}

	#sidebar .ranking .article-list li .img:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: rgba(243, 152, 0, 0.9);
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		z-index: 3;
		display: inline-block;
		width: 32px;
		height: 30px;
	}

	#sidebar .ranking .article-list li .img:after {
		position: absolute;
		font-size: 14px;
		line-height: 1;
		letter-spacing: -2px;
		color: #fff;
		bottom: 7px;
		left: 12px;
		z-index: 4;
	}

	#sidebar .ranking .article-list li:nth-child(1) .img:after {
		content: "1";
	}

	#sidebar .ranking .article-list li:nth-child(2) .img:after {
		content: "2";
	}

	#sidebar .ranking .article-list li:nth-child(3) .img:after {
		content: "3";
	}

	#sidebar .ranking .article-list li:nth-child(4) .img:after {
		content: "4";
	}

	#sidebar .ranking .article-list li:nth-child(5) .img:after {
		content: "5";
	}

	#sidebar .ranking .article-list li:nth-child(6) .img:after {
		content: "6";
	}

	#sidebar .ranking .article-list li:nth-child(7) .img:after {
		content: "7";
	}

	#sidebar .ranking .article-list li:nth-child(8) .img:after {
		content: "8";
	}

	#sidebar .ranking .article-list li:nth-child(9) .img:after {
		content: "9";
	}

	#sidebar .ranking .article-list li:nth-child(10) .img:after {
		content: "10";
		left: 8px;
	}

	#sidebar .item-box-wrap.recent .more-btn {
		margin-top: 15px;
		text-align: center;
	}

	#sidebar .item-box-wrap.recent .more-btn a {
		color: #fff;
		background-color: #F39800;
		display: inline-block;
		padding: 10px 32px 8px;
		border-radius: 30px;
		font-size: 13px;
	}

	#sidebar .item-box-wrap.recent .more-btn a:hover {
		text-decoration: none;
		opacity: 0.7;
	}

	#sidebar #tab-area .tab-nav {
		display: flex;
		margin-bottom: 15px;
	}

	#sidebar #tab-area-sidebar-pickup .tab-nav {
		display: flex;
		margin-bottom: 15px;
	}

	#sidebar #tab-area .tab-nav a {
		display: inline-block;
		width: calc(100% / 3);
		box-sizing: border-box;
		padding: 6px 0 6px;
		text-align: center;
		position: relative;
		color: #F39800;
		border: solid 1px #F39800;
		font-size: 12px;
	}

	#sidebar #tab-area-sidebar-pickup .tab-nav a {
		display: inline-block;
		width: 50%;
		box-sizing: border-box;
		padding: 6px 0 6px;
		text-align: center;
		position: relative;
		color: #F39800;
		border: solid 1px #F39800;
		font-size: 12px;
	}

	#sidebar #tab-area .tab-nav a.current {
		color: #fff;
		background-color: #F39800;
		position: relative;
	}

	#sidebar #tab-area-sidebar-pickup .tab-nav a.current {
		color: #fff;
		background-color: #F39800;
		position: relative;
	}

	#sidebar #tab-area .tab-nav a.current:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -10px;
		border: 10px solid transparent;
		border-top: 10px solid #F39800;
	}

	#sidebar #tab-area-sidebar-pickup .tab-nav a.current:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -10px;
		border: 10px solid transparent;
		border-top: 10px solid #F39800;
	}

	#sidebar #tab-area .tab-nav a:first-child {
		border-radius: 5px 0 0 5px;
		border-right: none;
	}

	#sidebar #tab-area-sidebar-pickup .tab-nav a:first-child {
		border-radius: 5px 0 0 5px;
		border-right: none;
	}

	#sidebar #tab-area .tab-nav a:last-child {
		border-radius: 0 5px 5px 0;
		border-left: none;
	}

	#sidebar #tab-area-sidebar-pickup .tab-nav a:last-child {
		border-radius: 0 5px 5px 0;
		border-left: none;
	}

	#sidebar #tab-area .tab-contents > div {
		display: none;
	}

	#sidebar #tab-area-sidebar-pickup .tab-contents > div {
		display: none;
	}

	#sidebar #tab-area .tab-contents > div:first-child {
		display: block;
	}

	#sidebar #tab-area-sidebar-pickup .tab-contents > div:first-child {
		display: block;
	}

	#sidebar .item-box-wrap.sns a.btn {
		color: #fff;
		background-color: #55acee;
		display: block;
		margin: 10px auto 0;
		padding: 15px 0;
		text-align: center;
		font-size: 15px;
		box-shadow: none;
	}

	#sidebar .item-box-wrap.sns a.btn:hover {
		text-decoration: none;
		opacity: 0.7;
	}


	#sidebar .item-box-wrap.mu-chan .profile {
		overflow: hidden;
		padding: 0;
	}

	#sidebar .item-box-wrap.mu-chan .profile img {
		width: 85px;
		float: left;
	}

	#sidebar .item-box-wrap.mu-chan .profile .content {
		padding-left: 105px;
		margin-bottom: 0;
		padding-top: 7px;
		font-size: 13px;
	}

	#sidebar .item-box-wrap.mu-chan .profile .content .name {
		display: block;
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 13px;
	}

	#sidebar .item-box-wrap.mu-chan .fukidasi {
		font-size: 13px;
		text-align: left;
		margin-top: 16px;
		padding: 15px;
		border-radius: 5px;
	}

	#sidebar .result-list {
		max-width: 320px;
		margin: 0 auto;
	}

	#sidebar .result-list li {
		margin-bottom: 22px;
	}

	#sidebar .result-list li a {
		display: block;
	}

	#sidebar .result-list li img {
		display: block;
	}

	#sidebar .item-box-wrap.pr .item-box {
		text-align: center;
	}

	#sidebar .item-box-wrap.pr .fukidasi {
		font-size: 11px;
		background-color: #f7f7f7;
		border-color: #ddd;
		margin-top: 12px;
		letter-spacing: 0;
		padding-top: 6px;
	}

	#sidebar .item-box-wrap.pr .fukidasi:before {
		border: 8px solid transparent;
		border-bottom-color: #f7f7f7;
		border-top-width: 0;
		top: -8px;
		content: "";
		display: block;
		left: 30px;
		position: absolute;
		width: 0;
		z-index: 1;
	}

	#sidebar .item-box-wrap.pr .fukidasi:after {
		border: 8px solid transparent;
		border-bottom-color: #ddd;
		border-top-width: 0;
		top: -9px;
	}

	#footer:before {
		position: absolute;
		content: "";
		display: none !important;
		width: 160%;
		height: 100px;
		top: 0px;
		right: -40%;
		background-color: #fff;
		border-bottom-right-radius: 47% 100px;
		border-bottom-left-radius: 50% 100px;
	}

	#footer #footer-in {
		overflow: hidden;
		padding: 0 20px;
	}

	.footer-content {
		padding: 40px 0 16px !important;
		text-align: center;
	}

	.footer-content .logo img {
		width: 200px;
	}

	.footer-sub-menu {
		margin-bottom: 8px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer-sub-menu > li {
		padding: 0 10px;
	}

	.footer-sub-menu > li a {
		color: #333;
		font-size: 10px;
		text-decoration: underline;
	}

	#copyright {
		padding: 8px 0;
		text-align: center;
		background-color: #F39800;
		background: transparent !important;
	}

	#copyright .copy {
		padding: 0;
		margin: 0;
		font-weight: normal;
		font-size: 10px;
		letter-spacing: 0.5px;
	}

	#footer .copy a {
		color: #fff;
		line-height: 1;
	}

	.article p img {
		display: inline-block;
	}

	.article dl {
		margin: 0;
		padding: 25px;
		margin-bottom: 35px;
		background-color: #fffef5;
		border: solid 1px #ffd557;
		border-radius: 5px;
	}

	.article dl dt {
		font-weight: bold;
		margin-top: 5px;
		margin-bottom: 20px;
		color: #662222;
	}


	.article dl dd .btn {
		line-height: 1.4;
		padding: 20px 20px 18px 24px;
		background-color: #2ea7e0;
		color: #fff;
		display: inline-block;
		font-size: 14px;
		margin-top: 20px;
		margin-bottom: 0px;
		border-radius: 5px;
		position: relative;
		box-shadow: none;
		font-weight: normal;
	}

	.article dl dd .btn:after {
		position: relative;
		content: "》";
		padding-left: 6px;
		font-size: 14px;
	}

	.article dl.special {
		border: dotted 3px #555;
		padding: 35px;
		margin-top: 10px;
		background-color: #f5f5f5;
	}

	.article dl.special dt {
		margin-bottom: 30px;
		font-size: 130%;
		line-height: 130%;
		border-left: solid 6px #F39800;
		color: #F39800;
		padding: 15px 20px 12px;
		font-weight: bold;
	}

	.article dl.pr {
		padding: 15px 15px 20px;
		margin: 45px 0 -20px;
	}

	.article dl.pr dt {
		font-weight: normal;
		color: #7f4e20;
		padding-bottom: 10px;
		border-bottom: solid 1px #F39800;
		position: relative;
		padding-top: 20px;
		padding-left: 46px;
		font-size: 15px;
		line-height: 1.45;
	}

	.article dl.pr dt:before {
		position: absolute;
		content: "";
		display: inline-block;
		background: url(images/common/logo_mark.png) no-repeat;
		width: 35px;
		height: 40px;
		background-size: 35px 40px;
		left: 0;
		bottom: 15px;
	}

	.article dl.pr dt:after {
		position: absolute;
		content: "ＰＲ";
		display: inline-block;
		color: #fff;
		background-color: #F39800;
		padding: 3px 12px 3px;
		line-height: 1;
		font-size: 9px;
		border-radius: 30px;
		top: 0;
		left: 46px;
	}

	.article dl.pr dd {
		overflow: hidden;
	}

	.article dl.pr dd .img {
		margin-bottom: 12px;
	}

	.article dl.pr dd .img a {
		display: block;
	}

	.article dl.pr dd .img img {
		display: block;
	}

	.article dl.pr dd .text {
		text-align: center;
		overflow: hidden;
	}

	.article dl.pr dd .text p {
		font-size: 13px;
		margin: 0;
		line-height: 1.7;
		text-align: left;
	}

	.article dl.pr dd .text .btn {
		font-size: 12px;
		border-radius: 30px;
		box-shadow: none;
		margin: 11px auto 0!important;
		padding: 9px 25px!important;
		float: none;
		display: inline-block;
	}

	.article dl.pr dd .text .btn:before {
		display: none;
	}

	.archive h1 {
		font-size: 17px;
		padding: 20px;
		margin-bottom: 20px;
		box-shadow: 0 0 3px #ddd;
		border-radius: 6px;
	}

	.search h1 {
		font-size: 17px;
		padding: 20px;
		margin-bottom: 20px;
		box-shadow: 0 0 3px #ddd;
		border-radius: 6px;
	}

	.article-list-front-title {
		text-align: center;
		margin-top: 0;
		margin-bottom: 17px;
		font-size: 17px;
	}

	.article-list-front-title span {
		display: inline-block;
		padding: 0 15px 3px;
		border-bottom: solid 2px #F39800;
		width: 120px;
	}

	.pr-archive-banner-list {
		margin-bottom: 30px;
	}

	.pr-archive-banner-list li {
		margin-bottom: 10px;
	}

	.pr-archive-banner-list li a {
		display: block;
	}

	.pr-archive-banner-list li:last-child {
		margin-bottom: 0;
	}

	.pr-archive-banner-list li img {
		display: block;
		border-radius: 10px;
	}

	#main .article-list {
		margin: 0;
		padding: 0;
	}

	#main .article-list li {
		margin: 0;
		padding: 0;
		overflow: hidden;
		border-bottom: solid 1px #e5e5e5;
		width: auto;
	}

	#main .article-list li:first-child {
		border-top: solid 1px #e5e5e5;
	}

	#main .article-list li:before {
		display: none;
	}

	#main .article-list li a {
		display: block;
		padding: 20px 0;
		color: #000;
		overflow: hidden;
	}

	#main .article-list li a:hover {
		color: #F39800;
		text-decoration: none;
		background-color: #f5f5f5;
	}

	#main .article-list li .img {
		float: left;
		width: 120px;
		margin-right: 15px;
		position: relative;
	}

	#main .article-list li .img img {
		display: block;
		width: 120px;
		height: 90px;
		object-fit: cover;
	}

	#main .article-list li .img .article-category {
		display: inline-block;
		position: absolute;
		top: 8px;
		left: 8px;
		padding: 5px 8px 4px 10px;
		margin: 0;
		color: #fff;
		font-size: 8px;
		background-color: rgba(243, 152, 0, 0.9);
		border-radius: 30px;
		line-height: 1;
	}

	#main .article-list li .mask p {
		display: none;
		color: #fff;
	}

	#main .article-list li a:hover .mask {
		display: none;
	}

	#main .article-list li .content {
		padding-left: 135px;
	}

	#main .article-list li .article-info {
		color: #666;
		font-size: 11px;
		margin-bottom: 5px;
		margin-top: -4px;
	}

	#main .article-list li .article-info i {
		position: relative;
		font-size: 15px;
		padding-right: 5px;
		top: 4px;
	}

	#main .article-list li .content .title {
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		font-size: 15px;
		line-height: 1.5;
		color: #000;
	}

	#main .article-list__first_pr li:first-child {
		position: relative;
	}

	#main .article-list__first_pr li:first-child a {
		padding-top: 0;
	}

	#main .article-list__first_pr li:first-child .content {
		float: none;
		width: 100%;
		padding-left: 0;
		position: absolute;
		display: block;
		bottom: 20px;
		left: 0;
		padding: 15px;
		box-sizing: border-box;
		background-color: rgba(255, 255, 255, 0.8);
	}

	#main .article-list__first_pr li:first-child .content .article-info {
		color: #e60;
		font-weight: bold;
	}

	#main .article-list__first_pr li:first-child .content .title {
		color: #e60;
		font-weight: bold;
	}

	#main .article-list__first_pr li:first-child .img {
		float: none;
		width: 100%;
		margin-right: 0;
		position: static;
	}

	#main .article-list__first_pr li:first-child .img img {
		display: block;
		width: 100%;
		height: auto;
	}

	#main .article-list__first_pr li:first-child a:hover .mask {
		display: none;
	}

	#main .article-list__first_pr li:first-child a:hover .content .article-info {
		color: #e60;
	}

	#main .article-list__first_pr li:first-child a:hover .content .title {
		color: #e60;
	}

	#main .article-list__first_pr li:first-child a .img .article-category {
		top: 15px;
		left: 15px;
		padding: 10px 18px 9px 20px;
		font-size: 9px;
	}

	.tag.single #main .article-list {
		margin-top: 8px;
	}

	#tab-area-main .tab-nav {
		overflow-y: auto;
		padding-top: 5px;
		padding-bottom: 25px;
		overflow-x: scroll;
		white-space: nowrap;
	}

	#tab-area-main .tab-nav a {
		display: inline-block;
		padding: 6px 10px;
		box-sizing: border-box;
		min-width: 90px;
		text-align: center;
		position: relative;
		font-family: 'flopdesign';
		color: #333;
		background: #eee;
		font-size: 11px;
		border-radius: 5px;
	}

	#tab-area-main .tab-nav a:hover {
		text-decoration: none;
		opacity: 0.7;
	}

	#tab-area-main .tab-nav a:last-of-type {
		margin-right: 0;
	}

	#tab-area-main .tab-nav a.current {
		color: #fff;
		background-color: #F39800;
		position: relative;
	}

	#tab-area-main .tab-nav a.current:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -10px;
		border: 10px solid transparent;
		border-top: 10px solid #F39800;
	}

	#tab-area-main .tab-contents > div {
		display: none;
	}

	#tab-area-main .tab-contents > div:first-child {
		display: block;
	}

	.article .article-header-info {
		overflow: hidden;
		margin-bottom: 12px;
	}

	.article .article-header-info .cat {
		float: left;
	}

	.article .article-header-info .cat span {
		color: #fff;
		background-color: #F39800;
		font-size: 10px;
		display: inline-block;
		line-height: 1;
		padding: 7px 12px 7px;
		min-width: 34px;
		text-align: center;
		border-radius: 30px;
	}

	.article .article-header-info .cat a {
		color: #fff;
		background-color: #F39800;
		font-size: 10px;
		display: inline-block;
		line-height: 1;
		padding: 7px 12px 7px;
		min-width: 34px;
		text-align: center;
		border-radius: 30px;
	}

	.single-post .article .date {
		float: right;
		overflow: hidden;
		padding-top: 2px;
		font-size: 11px;
	}

	.single-post .article .date span {
		font-weight: bold;
		color: #bbb;
		letter-spacing: 1px;
	}

	.single-post .article .date i {
		font-size: 16px;
		position: relative;
		top: 4px;
		margin-right: 3px;
	}

	.single-post .article .date .release I {
		top: 4px;
	}

	.single .article-aside {
		margin-top: 60px;
	}

	.sns-bar .sns-list li:before {
		display: none;
	}

	.sns-bar .sns-list {
		margin: 0;
		overflow: hidden;
		padding-bottom: 20px;
	}

	.sns-bar .sns-list li {
		padding: 0;
		float: left;
		display: inline-block;
		width: 19%;
		margin-right: 1.25%;
		margin-bottom: 0;
		text-align: center;
	}

	.sns-bar .sns-list li:last-child {
		margin-right: 0;
	}

	.sns-bar .sns-list li a {
		display: block;
		color: #fff;
		font-size: 17px!important;
		padding: 1px 0 1px;
		box-sizing: border-box;
		border: solid 1px;
		border-radius: 4px;
	}

	.sns-bar .sns-list li a span {
		display: none;
	}

	.sns-bar .sns-list li a:hover {
		text-decoration: none;
	}

	.sns-bar .sns-list li.twitter a {
		border-color: #00acee;
		color: #00acee;
	}

	.sns-bar .sns-list li.twitter a:hover {
		border-color: #0092ca;
		color: #0092ca;
	}

	.sns-bar .sns-list li.facebook a {
		border-color: #3b5998;
		color: #3b5998;
	}

	.sns-bar .sns-list li.facebook a:hover {
		border-color: #2c4373;
		color: #2c4373;
	}

	.sns-bar .sns-list li.hatebu a {
		border-color: #5d8ac1;
		color: #5d8ac1;
	}

	.sns-bar .sns-list li.hatebu a:hover {
		border-color: #43638b;
		color: #43638b;
	}

	.sns-bar .sns-list li.pocket a {
		border-color: #f03e51;
		color: #f03e51;
	}

	.sns-bar .sns-list li.pocket a:hover {
		border-color: #c0392b;
		color: #c0392b;
	}

	.sns-bar .sns-list li.line a {
		border-color: #25af00;
		color: #25af00;
	}

	.sns-bar .sns-list li.line a:hover {
		border-color: #219900;
		color: #219900;
	}

	.sns-bar .sns-list li a:before {
		font-family: 'icomoon';
		font-size: 14px;
		position: relative;
		top: 0;
	}

	.sns-bar .sns-list li.twitter a:before {
		content: '\ea93';
	}

	.sns-bar .sns-list li.facebook a:before {
		content: '\ea90';
	}

	.sns-bar .sns-list li.hatebu a:before {
		content: '\e601';
	}

	.sns-bar .sns-list li.pocket a:before {
		content: '\e603';
	}

	.sns-bar .sns-list li.line a:before {
		content: '\e602';
	}

	.author_info {
		padding: 20px;
		border: solid 1px #ddd;
		background-color: #fff;
		border-radius: 8px;
		overflow: hidden;
	}

	.author_info div.avatar {
		width: 170px;
		float: left;
		margin-right: 20px;
		margin-bottom: 10px;
	}

	.author_info div.avatar img.avatar {
		width: 170px!important;
		height: auto;
		-moz-box-shadow: 1px 1px 2px #575757;
		-webkit-box-shadow: 1px 1px 2px #575757;
		box-shadow: 1px 1px 2px #575757;
	}

	.author_info .profile {
		float: right;
		width: 438px;
	}

	.author_info .profile dl {
		margin: 0;
		padding: 0;
		border: none;
		overflow: hidden;
	}

	.author_info .profile dl dt {
		margin: 0;
		padding: 0;
		font-size: 20px;
	}

	.author_info .profile dl dd {
		margin: 0;
		padding: 0;
		font-size: 14px;
	}

	.author_info .profile dl dd p.prof-detail {
		margin: 1em 0;
		padding: 0;
		line-height: 1.6;
	}

	.author_info .profile dl dd a {
		text-align: right;
		float: right;
		font-size: 16px;
		font-weight: bold;
		text-decoration: underline;
	}

	.author_info .recent_entry {
		margin-top: 20px;
		border-radius: 8px;
	}

	.author_info .recent_entry h5 {
		margin: 0;
		padding: 0;
		font-size: 16px;
		text-shadow: 0px 0px 1px #f8e3ea,
	  0px 0px  5px #fce8f0,
	  0px 0px  10px #fce8f0,
	  0px 0px  15px #fce8f0,
	  0px 0px 20px #fce8f0;
		border-bottom: dashed 1px #aaa;
		padding-bottom: 4px;
		font-weight: bold;
	}

	.author_info .recent_entry ul.entry_list {
		margin: 0;
		padding: 0;
		overflow: hidden;
		margin-top: 15px;
	}

	.author_info .recent_entry ul.entry_list li {
		margin: 0;
		padding: 0;
		background: none;
		float: left;
		width: 148px;
		margin-right: 12px;
	}

	.author_info .recent_entry ul.entry_list li.last {
		margin-right: 0;
	}

	.author_info .recent_entry ul.entry_list img {
		max-width: 100%!important;
		max-height: 111px!important;
	}

	.author_info .recent_entry ul.entry_list li .rec_entry {
		margin: 0;
		font-size: 14px;
		line-height: 1.3;
		margin-top: 5px;
	}

	.text-over {
		position: relative;
		overflow: hidden;
	}

	.text-over img {
		z-index: 1;
		display: block;
	}

	.text-over p {
		position: absolute;
		display: inline-block;
		left: 0;
		top: 80px;
		padding: 3px 5px 2px;
		line-height: 1.3;
		font-size: 10px;
		color: #fff;
		background-color: #F39800;
		letter-spacing: 0;
		z-index: 2;
	}


	.related-pickup .pickup-banner-list li {
		width: 300px;
		margin: 0 auto 10px;
	}

	.related-pickup .pickup-banner-list li:last-child {
		margin-bottom: 0;
	}

	.related-pickup .pickup-banner-list li a {
		display: block;
	}

	.related-pickup .pickup-banner-list li img {
		display: block;
		border-radius: 10px;
	}

	.related-article-list {
		margin: 0;
		padding: 0;
		padding-top: 5px;
	}

	.related-article-list li {
		margin: 0;
		padding: 0;
		background: none;
		box-sizing: border-box;
		margin-bottom: 10px;
	}

	.related-article-list li:before {
		display: none;
	}

	.related-article-list li .table-cell {
		vertical-align: top;
	}

	.related-article-list .img {
		width: 100px;
		padding-right: 10px;
	}

	.related-article-list.img img {
		height: 66.6px;
		object-fit: cover;
		display: block;
	}


	.related-article-list .content .title {
		font-size: 13px;
		margin: 0;
		padding: 0px;
		border: none;
		line-height: 1.4;
		color: #000;
	}

	#respond {
		margin-bottom: 30px;
	}

	.comments {
		margin-top: 80px;
	}

	.comment-form {
		margin-top: 1em;
		line-height: 1.7;
	}

	.comment-form p {
		margin-bottom: 1em;
	}

	.comment-form p.form-submit {
		text-align: center;
		margin-top: 25px;
	}

	.comment-form label {
		display: block;
	}

	.comment-form textarea {
		font-size: 16px;
		border-radius: 8px;
		border: solid 1px #aaa;
		padding: 0.2em 0.4em;
		width: 97%;
		height: 8em;
	}

	.comment-form input {
		font-size: 16px;
		border-radius: 8px;
		border: solid 1px #aaa;
		padding: 0.2em 0.4em;
	}

	.comment-form #submit {
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		background-color: #F39800;
		padding: 0.9em 2em 0.8em;
		border-radius: 30px;
		box-shadow: 1px 1px 3px #777;
		letter-spacing: 2px;
	}

	.comment-form #submit:hover {
		cursor: pointer;
		text-decoration: underline;
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}

	.comment-form-email {
		display: none;
	}

	.comment-form-url {
		display: none;
	}

	.comment-notes {
		display: none;
	}

	.form-allowed-tags {
		display: none;
	}

	.comments-list {
		border: solid 1px #ddd;
		background-color: #fff;
		border-radius: 8px;
		overflow: hidden;
	}

	.article .comments-list ol {
		margin: 0;
		padding: 0;
	}

	.article .comments-list ol li {
		margin: 0;
		padding: 20px;
		padding-left: 30px;
		border-top: dashed 1px #ddd;
	}

	.article .comments-list ol li:before {
		display: none;
	}

	.comments-list ol li:first-child {
		border: none;
	}

	.comments-list ol li dl {
		margin: 0;
		padding: 0;
		border: none;
	}

	.comments-list ol p {
		margin: 0;
	}

	.comment-author {
		font-weight: bold;
		text-shadow: 0px 0px 1px #f8e3ea,
	  0px 0px  5px #fce8f0,
	  0px 0px  10px #fce8f0,
	  0px 0px  15px #fce8f0,
	  0px 0px 20px #fce8f0;
	}

	.comment-date {
		color: #999;
		font-size: 12px;
	}

	.pagination {
		overflow: hidden;
		display: table;
		font-size: 15px;
		line-height: 1;
		margin: 35px auto 0;
		color: #fff;
	}

	.pagination span {
		display: block;
		float: left;
		margin: 0 3px 6px;
		padding: 12px 14px;
		text-decoration: none;
		width: auto;
		background: #F39800;
		border-radius: 6px;
		color: #fff;
	}

	.pagination a {
		display: block;
		float: left;
		margin: 0 3px 6px;
		padding: 12px 14px;
		text-decoration: none;
		width: auto;
		background: #F39800;
		border-radius: 6px;
		color: #fff;
	}

	.pagination a:hover {
		opacity: 0.7;
	}

	.pagination .current {
		padding: 12px 14px;
		color: #F39800;
		background-color: #fdf2e2;
		border-radius: 6px;
	}

	#page-top {
		position: fixed;
		bottom: 20px;
		right: 10px;
		font-size: 10px;
	}


	#page-top a:hover img {
		-webkit-transform: scale(1.2,1.2);
		-moz-transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
		-o-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
	}

	.article ul {
		margin: 0;
		padding: 0;
		margin-bottom: 35px;
	}

	.article ul > li {
		margin: 0;
		padding: 0;
		color: inherit;
		padding-left: 20px;
		line-height: 1.45;
		margin-bottom: 10px;
		position: relative;
	}

	.article ul > li:before {
		display: block;
		position: absolute;
		top: 3px;
		left: 0;
		border: 6px solid transparent;
		border-left: solid 7px #F39800;
		border-radius: 2px;
		content: "";
	}

	.article ul > li a {
		position: relative;
	}

	.article ul ul {
		margin-left: 3em;
	}

	.article ul ul ul {
		margin-bottom: 0;
	}

	.article ol {
		margin: 0;
		padding: 0;
		margin-bottom: 1.8em;
		margin-left: 0;
		counter-reset: number;
	}

	.article ol > li {
		position: relative;
		margin-left: 28px;
		line-height: 1.45;
		margin-bottom: 10px;
	}

	.article ol > li:before {
		position: absolute;
		counter-increment: number;
		content: counter(number);
		background: #F39800;
		border-radius: 50%;
		color: #fff;
		text-align: center;
		line-height: 1;
		letter-spacing: -1px;
		font-size: 12px;
		top: 0;
		left: -28px;
		width: 18px;
		height: 18px;
		box-sizing: border-box;
		padding-top: 4px;
		padding-right: 1px;
	}

	.article .step-list {
		counter-reset: number;
		margin: 40px 0 0;
		padding: 0 15px;
	}

	.article .step-list li {
		border: none;
		border-radius: 8px;
		padding: 28px 20px 30px;
		box-sizing: border-box;
		margin: 0 auto 50px;
		background-color: #fff;
		position: relative;
		box-shadow: 2px 2px 5px #ccc;
	}

	.article .step-list li:before {
		counter-increment: number;
		content: counter(number);
		position: absolute;
		color: #fff;
		font-size: 16px;
		padding: 8px 12px 10px;
		border-radius: 50%;
		background-color: #F39800;
		top: -15px;
		left: -15px;
		width: auto;
		height: auto;
	}

	.article .step-list li .title {
		margin: 0 0 15px;
		font-size: 18px;
	}

	.article .step-list li p {
		margin-bottom: 0;
		line-height: 1.55;
	}

	.rink-color {
		color: #F39800;
	}

	.adsense {
		text-align: center;
	}

	table th {
		border: solid 1px #e5e5e5;
		padding: 15px 10px;
		vertical-align: middle;
		background-color: #fffded;
	}

	table td {
		border: solid 1px #e5e5e5;
		padding: 15px 10px;
		vertical-align: middle;
		background-color: #fff;
	}

	#main .article .new-table {
		width: 100%;
		border-collapse: collapse;
		border: none;
	}

	#main .article .new-table tr {
		border: none;
		border-bottom: solid 2px white;
	}

	#main .article .new-table tr:last-child {
		border-bottom: none;
	}

	#main .article .new-table th {
		border: none;
		position: relative;
		text-align: center;
		width: 38%;
		background-color: #F39800;
		color: white;
		padding: 15px 10px;
		font-size: 14px;
		font-weight: bold;
		vertical-align: middle;
	}

	#main .article .new-table th:after {
		display: block;
		content: "";
		width: 0px;
		height: 0px;
		position: absolute;
		top: calc(50% - 10px);
		right: -10px;
		border-left: 10px solid #F39800;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
	}

	#main .article .new-table td {
		border: none;
		text-align: center;
		width: 62%;
		background-color: #f3f3f3;
		padding: 15px 10px;
		font-size: 14px;
		vertical-align: middle;
	}

	.wpcf7 dl {
		margin: 0 0 15px;
		padding: 0;
		background: none;
		border: none;
	}

	.wpcf7 dl dt {
		font-weight: normal;
		font-size: 15px;
		margin-bottom: 5px;
	}

	.wpcf7 p {
		margin-bottom: 0;
	}

	.wpcf7-text {
		font-size: 16px;
		color: #777;
		padding: 8px 10px;
		letter-spacing: 1px;
		background-color: #f3f3f3;
		box-sizing: border-box;
		border: none;
		width: 100%;
	}

	.wpcf7-select {
		font-size: 16px;
		color: #777;
		padding: 8px 10px;
		letter-spacing: 1px;
		background-color: #f3f3f3;
		box-sizing: border-box;
		border: none;
		width: 100%;
	}

	.wpcf7-textarea {
		font-size: 16px;
		color: #777;
		padding: 8px 10px;
		letter-spacing: 1px;
		background-color: #f3f3f3;
		box-sizing: border-box;
		border: none;
		width: 100%;
		height: 10em;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","sans-serif","ＭＳ Ｐゴシック";
	}

	.wpcf7-submit {
		line-height: 1;
		display: inline-block;
		padding: 18px 40px 16px;
		background-color: #666;
		color: #fff;
		font-size: 14px;
		width: 100%;
		box-sizing: border-box;
		box-shadow: 1px 1px 3px #777;
		border: none;
	}

	.wpcf7-submit:hover {
		cursor: pointer;
		text-decoration: underline;
		opacity: 0.7;
	}

	.form_contact {
		padding: 20px;
		border-radius: 8px;
		background-color: #fffbe9;
		padding-top: 2em;
		box-shadow: 0px 0px 1px #999;
	}

	.article .form_contact h3 {
		margin-bottom: 1.8em;
	}

	.form_contact h4 {
		margin-top: 1em;
	}

	.form_contact .caution {
		background-color: #fff;
		border: dashed 1px #999;
		padding: 10px;
	}

	.form_contact .caution dl {
		margin: 0;
		padding: 0;
		border: none;
		font-size: 12px;
	}

	.form_contact .caution dl dt {
		margin: 0;
		padding: 0;
		color: #f00;
		float: none;
		width: 100%;
		margin-bottom: 5px;
		font-weight: bold;
	}

	.form_contact .caution dd {
		margin: 0;
		padding: 0;
	}

	.form_contact .caution dd p {
		margin: 0;
		padding: 0;
	}

	.form_contact h2 {
		margin: 0;
		padding: 0;
		border: none;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
		background: none;
		margin-bottom: 20px;
		font-size: 20px;
		color: #000;
		font-weight: bold;
	}

	.form_contact h3 {
		margin: 0;
		padding: 0;
		border: none;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
		background: none;
		margin-bottom: 20px;
		font-size: 20px;
		color: #000;
		font-weight: bold;
	}

	.form_contact h3:before {
		background: none;
	}

	.form_contact h3:after {
		background: none;
	}

	.form_contact dl {
		margin: 0;
		padding: 0;
		border: none;
		overflow: hidden;
		margin-bottom: 5px;
		background: none;
	}

	.form_contact dl dt {
		font-weight: normal;
		float: left;
		width: 9em;
	}

	.form_contact dl dd {
		padding-left: 9em;
	}

	.wordpress-form {
		margin-top: 50px;
		padding: 20px 18px 10px;
		border: solid 1px #F39800;
		border-radius: 5px;
		text-align: center;
	}

	.wordpress-form p {
		margin-bottom: 0;
	}

	.wordpress-form .title {
		font-family: 'flopdesign';
		font-size: 20px;
		line-height: 1.35;
		color: #F39800;
		display: inline-block;
		margin: -50px auto 15px;
		padding: 0 20px;
		background-color: #fff;
		position: relative;
		top: -10px;
	}

	.wordpress-form .description {
		font-size: 13px;
		text-align: left;
		margin-bottom: 15px;
	}

	.wordpress-form .wpcf7-text {
		box-sizing: border-box;
		padding: 10px;
		width: 100%;
	}

	.wordpress-form .wpcf7-textarea {
		box-sizing: border-box;
		padding: 10px;
		width: 100%;
		height: 12em;
	}

	.wordpress-form .wpcf7-submit {
		box-sizing: border-box;
		padding: 14px 0 12px;
		width: 100%;
		margin-top: 0;
		box-shadow: none;
		letter-spacing: 1px;
		background-color: #F39800;
		border-radius: 4px;
	}

	.wpcf7 .wordpress-form dl {
		margin-bottom: 8px;
	}

	.btn-wrap__center {
		text-align: center;
	}

	.btn-wrap__right {
		text-align: right;
	}

	.btn-wrap__margin-top {
		margin-top: 30px;
	}

	.btn-wrap__margin-top-s {
		margin-top: 15px;
	}

	.btn-wrap__margin-top-ss {
		margin-top: 5px;
	}

	.btn-wrap__margin-top-l {
		margin-top: 80px;
	}

	.btn-wrap__margin-bottom {
		margin-bottom: 30px;
	}

	.btn-wrap__margin-bottom-s {
		margin-bottom: 15px;
	}

	.btn-wrap__margin-bottom-l {
		margin-bottom: 80px;
	}

	.btn-wrap__add-subbtn {
		display: flex;
		flex-direction: column-reverse;
	}

	.btn-wrap__add-subbtn .btn__sub-middle {
		position: relative;
		width: 50%;
		margin-top: 10px;
	}

	.btn {
		position: relative;
		display: inline-block;
		color: #fff;
		background-color: #f80;
		width: 80%;
		text-align: center;
		padding: 18px 0;
		border-radius: 30px;
		font-size: 14px;
		line-height: 1;
		border: none;
	}

	.btn:after {
		position: absolute;
		content: "〉";
		font-size: 12px;
		top: 20px;
		right: 10px;
	}

	.btn:hover {
		color: #fff;
		opacity: 0.7;
		text-decoration: none;
		cursor: pointer;
	}

	.btn__more:after {
		transform: rotate(90deg);
		top: 24px;
		right: 20px;
	}

	.btn__arrow-bottom:after {
		transform: rotate(90deg);
		top: 24px;
		right: 20px;
	}

	.btn__back:after {
		content: "〈";
		right: auto;
		left: 10px;
		top: 13px;
		font-size: 12px;
	}

	.btn__draft {
		padding: 12px 0;
		background: #eee;
		color: #333;
		border: solid 1px #999;
	}

	.btn__draft:after {
		display: none;
	}

	.btn__wide {
		width: 100%;
		box-sizing: border-box;
	}

	.btn__tite {
		width: auto;
		padding-left: 40px;
		padding-right: 40px;
	}

	.btn__block {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}

	.btn__middle {
		width: 100%;
	}

	.btn__large {
		font-size: 187.5%;
		padding: 20px 180px;
		border-radius: 60px;
	}

	.btn__large:after {
		font-size: 14px;
		top: 28px;
		right: 20px;
	}

	.btn__white {
		background-color: #fff;
		color: #f80;
		border: solid 1px #f80;
	}

	.btn__green:hover {
		opacity: 0.7;
	}

	.btn__hover-yellow:hover {
		opacity: 1;
		color: #05615a;
		background-color: #ff0;
	}

	.btn__back {
		padding: 12px 40px;
		background: #eee;
		color: #333;
		border: solid 1px #999;
		font-size: 13px;
	}

	.btn__named {
		line-height: 1.4;
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 18px 20px;
		letter-spacing: 0;
		border-radius: 100px;
	}

	.btn__named:after {
		display: none;
	}

	.btn__spacewide {
		letter-spacing: 2px;
	}

	.btn__sub {
		position: absolute;
		top: 0;
	}

	.btn__sub-left {
		left: 0;
	}

	.btn__sub-middle {
		top: 10px;
	}

	.btn__square {
		border-radius: 5px;
	}

	.btn__form-post-square {
		width: 100%;
		box-sizing: border-box;
		border-radius: 5px;
	}

	.btn__icon {
		padding-top: 12px;
	}

	.btn__icon i {
		position: relative;
		top: 4px;
		font-size: 20px;
		margin-right: 5px;
	}

	.btn__icon:after {
		top: 22px;
	}

	.btn__create-post {
		display: block;
		width: 85%;
		text-align: center;
		padding: 8px 0 10px;
		margin: 0 auto;
		border-radius: 5px;
		color: #fff;
		background-color: #f80;
	}

	.btn__create-post:hover {
		color: #fff;
		opacity: 0.7;
		text-decoration: none;
	}

	.btn__create-post i {
		position: relative;
		top: 5px;
		margin-right: 8px;
	}

	.btn__create-post i img {
		width: 30px;
	}

	.btn__create-topic {
		margin-bottom: 40px;
	}

	.btn__create-reply {
		margin-top: 30px;
		margin-bottom: 25px;
	}

	.double_btn {
		margin-top: 60px;
		margin-bottom: 100px;
		text-align: center;
	}

	.double_btn a {
		width: 270px;
		padding: 11px 20px;
		display: inline-block;
		margin: 0 10px;
		border-radius: 40px;
		border: solid 1px #F39800;
		line-height: 1.5;
	}

	.double_btn a:hover {
		background-color: #F39800;
		color: #fff;
	}

	.conv-btn {
		display: block;
		color: #fff;
		background-color: #55acee;
		border: none;
		font-size: 14px;
		padding: 16px 0 15px;
		box-sizing: border-box;
		text-align: center;
		letter-spacing: 1px;
		font-weight: bold;
		margin: 0 auto;
		border-radius: 4px;
		border-bottom: solid 5px #3b5998;
	}

	.conv-btn:hover {
		color: #fff;
		text-decoration: none;
		opacity: 0.7;
	}

	p .conv-btn {
		margin-bottom: 12px;
	}

	.accordion-btn {
		display: block;
		margin: 0 auto;
	}

	.accordion-btn.selected.btn__more:after {
		transform: rotate(-90deg);
		top: 6px;
	}

	.accordion-contents {
		display: none;
	}

	.fukidasi {
		background-color: #fff;
		border: solid 1px #ccc;
		margin: 0;
		padding: 8px 1em 5px;
		border-radius: 10px;
		position: relative;
		margin-top: 15px;
		text-align: center;
	}

	.fukidasi:before {
		border: 12px solid transparent;
		border-bottom-color: #fff;
		border-top-width: 0;
		top: -12px;
		content: "";
		display: block;
		left: 30px;
		position: absolute;
		width: 0;
		z-index: 1;
	}

	.fukidasi:after {
		border: 12px solid transparent;
		border-bottom-color: #ccc;
		border-top-width: 0;
		top: -13px;
		content: "";
		display: block;
		left: 30px;
		position: absolute;
		width: 0;
	}

	.amazonjs_item {
		margin-bottom: 25px!important;
	}


	.article .amazonjs_item h4 {
		font-family: Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	}

	.article .amazonjs_item h4 a {
		text-decoration: underline;
	}

	.amazonjs_item ul li:before {
		display: none!important;
	}

	.amazonjs_item a {
		color: #F39800!important;
	}

	.logo-box {
		margin-bottom: 20px;
		padding: 60px 0;
		text-align: center;
		box-shadow: 0 0 4px #e5e5e5;
	}

	.logo-box img {
		width: 240px;
	}

	.page h1 {
		font-size: 22px;
		color: #444;
	}

	#main-profile-photo {
		border-radius: 180px;
	}

	#fav_muchan {
		width: 90px;
		margin-bottom: 8px;
	}

	.shake:hover {
		animation: rumble 0.12s linear infinite;
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha( opacity=100 )";
	}

	#page-webcreate {
		font-size: 15px;
	}

	#page-webcreate #wrap {
		margin: 0;
		padding: 0;
	}

	#page-webcreate #wrap-in {
		width: auto;
		padding: 0;
	}

	#page-webcreate #wrap #wrap-in #main {
		margin: 0 auto;
		padding: 0;
		float: none;
		width: auto;
	}

	#web_create_scroll {
		width: 100%;
		height: 300px;
		background: url(/wp-content/themes/tsukuriba/lib/images/webcreate/top_image_back_m.jpg) no-repeat;
		animation: cloudmove 20s linear infinite;
		-webkit-animation: cloudmove 20s linear infinite;
		-moz-animation: cloudmove 20s linear infinite;
	}

	#web_create_mask {
		background-color: rgba(0,0,0,0.2);
		height: 300px;
		width: 100%;
	}

	#web_create_img {
		text-align: center;
	}

	#web_create_img img {
		width: 270px;
		margin-top: 15px;
		padding-right: 20px;
	}


	.advantage-list {
		margin-bottom: 40px;
	}

	.advantage-list-item {
		margin-bottom: 45px;
	}

	.advantage-list-item img {
		width: 100%;
		margin-bottom: 15px;
		border-radius: 8px;
		object-fit: cover;
	}


	#webcreate-form-table {
		border: none!important;
		width: 100%;
		margin-bottom: 0!important;
	}

	#webcreate-form-table tr {
		display: block;
		margin-bottom: 10px;
	}

	#webcreate-form-table td {
		border: none;
		vertical-align: middle;
		box-sizing: border-box;
		font-size: 13px;
		color: #333;
		letter-spacing: 0;
		line-height: 1;
	}

	#webcreate-form-table td:first-child {
		border-left: solid 4px #28adad;
		background-color: #f3f3f3;
		width: 115px;
		padding: 20px 0 20px 10px;
	}

	#webcreate-form-table td:last-child {
		background-color: #fff;
		padding: 0;
	}

	#webcreate-form-table td .wpcf7-select {
		padding: 20px 10px;
		box-sizing: border-box;
		width: 100%;
		font-size: 13px;
		color: #333;
		background-color: #fff;
		position: relative;
	}

	#webcreate-form-table td .wpcf7-text {
		padding: 20px 10px;
		box-sizing: border-box;
		width: 100%;
		font-size: 13px;
		color: #333;
		background-color: #fff;
		position: relative;
	}

	#webcreate-form-table td .wpcf7-textarea {
		padding: 20px 10px;
		box-sizing: border-box;
		width: 100%;
		font-size: 13px;
		color: #333;
		background-color: #fff;
		position: relative;
		height: 10em;
	}

	#webcreate-form-table tr:first-child td .wpcf7-form-control-wrap:after {
		position: absolute;
		top: 5px;
		right: 3px;
		content: "▼";
		display: inline-block;
		font-size: 12px;
		color: #555;
	}

	#webcreate-form-table tr:nth-child(4n) td .wpcf7-form-control-wrap:after {
		position: absolute;
		top: 5px;
		right: 3px;
		content: "▼";
		display: inline-block;
		font-size: 12px;
		color: #555;
	}

	#webcreate-form p {
		margin-bottom: 0;
	}

	#webcreate-form .wpcf7-submit {
		display: block;
		background-color: #28adad;
		font-size: 15px;
		padding: 30px 0 28px;
		width: 100%;
		box-sizing: border-box;
		box-shadow: 5px 5px 0px #127f80;
		letter-spacing: 2px;
	}

	#webcreate-form .wpcf7-submit:hover {
		text-decoration: none;
	}

	#webcreate-form .caution {
		font-size: 11px;
		margin-top: 5px;
	}

	.talk {
		margin-bottom: 40px;
		display: table;
		width: 100%;
	}

	.talk .talk-img {
		display: table-cell;
		vertical-align: top;
		width: 60px;
		text-align: center;
	}

	.talk .talk-message {
		display: table-cell;
		vertical-align: top;
		padding-left: 15px;
	}

	.talk .talk-img .talk-img-caption {
		padding: 5px 0 0;
		white-space: nowrap;
		font-size: 12px;
	}

	.talk .talk-message br:first-child {
		display: none;
	}

	.talk .talk-message br:last-child {
		display: none;
	}

	.talk .talk-message .talk p {
		margin: 0 0 20px;
	}

	.talk p:last-child {
		margin-bottom: 0;
	}

	.insert-post {
		border: 2px solid #F39800;
		margin-bottom: 10px;
		background-color: #fff;
	}

	.insert-post a {
		padding: 12px;
		display: block;
		overflow: hidden;
		position: relative;
	}

	.insert-post .img {
		width: 120px;
		float: left;
	}

	.insert-post .img img {
		width: 120px;
		height: 80px;
		object-fit: cover;
	}

	.insert-post .text {
		padding-left: 130px;
	}

	.insert-post .text p {
		line-height: 1.5;
	}

	.insert-post .text .title {
		color: #444;
		font-weight: bold;
		margin-top: 2px;
		margin-bottom: 8px;
		line-height: 1.4;
		font-size: 14px;
	}

	.insert-post .text .go {
		float: right;
		line-height: 1;
		display: inline-block;
		font-size: 12px;
	}

	.insert-post a:hover {
		text-decoration: none;
		background-color: #eee;
	}

	.insert-post a:hover .text .go {
		text-decoration: underline;
	}

	.slick-slide {
		margin: 5px!important;
	}

	.slick-slide img {
		width: 100%!important;
		height: 240px!important;
		object-fit: cover!important;
	}

	.slick-prev {
		top: auto!important;
		bottom: 40px!important;
		left: -4px!important;
		z-index: 4!important;
	}

	.slick-next {
		top: auto!important;
		bottom: 40px!important;
		right: 10px!important;
		z-index: 4!important;
	}

	.slick-prev:before {
		content: "〈"!important;
	}

	.slick-next:before {
		content: "〉"!important;
	}

	.slick-arrow:before {
		font-size: 36px!important;
		color: #242f65!important;
		display: inline-block!important;
	}

	.slider {
		margin-left: 0!important;
	}

	.slider li {
		margin: 5px!important;
		padding: 0!important;
		position: relative;
	}

	.slider li:before {
		display: none!important;
	}

	.slider li a {
		display: block;
	}

	.slider li .title {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		font-size: 16px;
		line-height: 1.45;
		margin-bottom: 0;
		padding: 15px 30px 12px;
		font-weight: bold;
		box-sizing: border-box;
		color: #242f65;
		background-color: rgba(256, 256, 256, 0.8);
	}

	.slider .category {
		position: absolute;
		left: -3px;
		top: -3px;
		margin: 0;
		color: #333;
		font-size: 14px;
		text-align: center;
		width: 120px;
		padding: 12px 0 10px;
		border: 1px solid #fff;
		box-shadow: 0 3px 3px #999;
	}

	.articleid-1067 .wordpress-form .title {
		font-family: inherit;
		line-height: 1.4;
		font-size: 22px;
		padding: 0 10px;
	}

	.articleid-1067 .wordpress-form .title .s {
		font-size: 13px;
	}

	.article .result-list {
		margin: 0 0 15px;
		text-align: center;
	}

	.article .result-list li {
		margin: 0 0 15px;
		padding: 20px 15px;
		box-sizing: border-box;
		display: inline-block;
		text-align: center;
		box-shadow: 0 0 3px #ccc;
		border-radius: 6px;
		max-width: 340px;
	}

	.article .result-list li:before {
		display: none;
	}

	.article .result-list li p {
		margin-bottom: 0;
	}

	.article .result-list li p br {
		display: none;
	}

	.article .result-list li .title {
		font-size: 14px;
		margin-bottom: 12px;
		letter-spacing: 0;
		font-weight: bold;
	}

	.article .result-list li img {
		display: block;
		margin-bottom: 10px;
	}

	.article .result-list li .link-btn {
		display: block;
		background-color: #666;
		color: #fff;
		padding: 6px 0 6px;
		text-align: center;
		font-size: 12px;
	}

	.article .result-list li .link-btn i {
		font-size: 14px;
		padding-left: 10px;
		position: relative;
		top: 3px;
		line-height: 0;
	}

	.article .result-list li .link-btn:hover {
		opacity: 0.7;
		text-decoration: none;
	}

	#article-ad {
		overflow: hidden;
		text-align: center;
		margin-bottom: 25px;
	}


	#main .article .cree-table th {
		border: solid 2px #eee;
		padding: 15px 10px;
		font-size: 13px;
		line-height: 1.55;
		width: 130px;
		text-align: left;
		background: #fff;
		color: #666;
		font-weight: bold;
	}

	#main .article .cree-table td {
		border: solid 2px #eee;
		padding: 15px 10px;
		font-size: 13px;
		line-height: 1.55;
		text-align: center;
		vertical-align: middle;
	}

	#main .article .cree-table tr:first-child th {
		border-radius: 6px;
	}

	#main .article .cree-table tr:first-child td {
		border-radius: 6px;
		color: #fff;
		background-color: #777;
	}

	#main .article .cree-table tr:nth-child(2) td:last-child {
		color: #f28500;
		font-weight: bold;
		font-size: 17px;
	}

	#main .article .cree-table tr:nth-child(3) td:last-child {
		color: #f28500;
		font-weight: bold;
		font-size: 17px;
	}

	.c-ratingSummary[data-v-16a44a62] {
		padding-bottom: 16px;
	}

	.c-overAll[data-v-16a44a62] {
		display: flex;
		font-size: 16px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.c-overAll_heading[data-v-16a44a62] {
		margin-right: 20px;
		-ms-flex-item-align: center;
		align-self: center;
	}

	.c-overAll_star[data-v-16a44a62] {
		-ms-flex-item-align: center;
		align-self: center;
		margin-right: 8px;
	}

	.c-ratingStars[data-score="5"][data-size="21"] {
		position: relative;
		display: inline-block;
		width: 115px;
		height: 21px;
		letter-spacing: 0;
		font-size: 21px;
	}

	.c-ratingStars[data-score="5"][data-size="21"]:after {
		position: absolute;
		top: 4.5px;
		left: 0;
		display: inline-block;
		height: 21px;
		content: "★" "★" "★" "★" "★";
		text-transform: none;
		font-weight: 400;
		font-style: normal;
		-webkit-font-feature-settings: normal;
		font-feature-settings: normal;
		font-variant: normal;
		line-height: 21px;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		speak: none;
		overflow: hidden;
		color: #ffda0f;
		white-space: nowrap;
		width: 113px;
	}

	.c-ratingStars[data-score="5"][data-size="21"]:before {
		position: absolute;
		top: 4.5px;
		left: 0;
		display: inline-block;
		height: 21px;
		content: "★" "★" "★" "★" "★";
		text-transform: none;
		font-weight: 400;
		font-style: normal;
		-webkit-font-feature-settings: normal;
		font-feature-settings: normal;
		font-variant: normal;
		line-height: 21px;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		speak: none;
		color: #ccc;
	}

	.c-overAll_count[data-v-16a44a62] {
		font-size: 20px;
		line-height: 1;
		padding-bottom: 0;
	}

	.c-indicators[data-v-16a44a62] {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 12px;
		line-height: 1.65;
	}

	.c-indicators_item[data-v-16a44a62] {
		padding: 0;
	}

	.c-indicator[data-v-16a44a62] {
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}

	.c-indicator_heading[data-v-16a44a62] {
		font-size: 12px;
		line-height: 22px;
	}

	.c-tooltip[data-v-16a44a62] {
		display: inline;
	}

	.c-ratingTooltip_balloon[data-v-23808f35] {
		text-align: left;
		display: inline;
	}

	.c-ratingTooltip_balloon[data-v-23808f35] .c-balloonDropdown {
		text-align: left;
		display: inline;
	}

	.c-indicator_star[data-v-16a44a62] {
		text-align: right;
	}

	.c-ratingStars[data-score="5"][data-size="16"] {
		position: relative;
		display: inline-block;
		width: 90px;
		height: 16px;
		letter-spacing: 0;
		font-size: 16px;
	}

	.c-ratingStars[data-score="5"][data-size="16"]:after {
		position: absolute;
		top: 2px;
		left: 0;
		display: inline-block;
		height: 16px;
		content: "★" "★" "★" "★" "★";
		text-transform: none;
		font-weight: 400;
		font-style: normal;
		-webkit-font-feature-settings: normal;
		font-feature-settings: normal;
		font-variant: normal;
		line-height: 16px;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		speak: none;
		overflow: hidden;
		color: #ffda0f;
		white-space: nowrap;
	}

	.c-ratingStars[data-score="5"][data-size="16"]:before {
		position: absolute;
		top: 2px;
		left: 0;
		display: inline-block;
		height: 16px;
		content: "★" "★" "★" "★" "★";
		text-transform: none;
		font-weight: 400;
		font-style: normal;
		-webkit-font-feature-settings: normal;
		font-feature-settings: normal;
		font-variant: normal;
		line-height: 16px;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		speak: none;
		color: #ccc;
	}

	.article .voice-list {
		margin: 0 0 35px;
		padding: 0;
	}

	.article .voice-list li {
		margin: 0;
		padding: 22px 10px;
		font-size: 13px;
		border-bottom: solid 1px #ddd;
		line-height: 1.6;
	}

	.article .voice-list li:first-child {
		border-top: solid 1px #ddd;
	}

	.article .voice-list li:before {
		display: none;
	}

	.article .voice-list li .by {
		display: inline-block;
		margin-bottom: 12px;
	}

	#payjp_checkout_box input[type=button] {
		padding: 15px 50px!important;
		border: none!important;
		border-bottom: solid 5px #11507C!important;
		border-radius: 4px!important;
		font-size: 14px!important;
	}

	#payjp_checkout_box input[type=button]:hover {
		opacity: 0.7!important;
	}

	.fasetube {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 60%;
	}

	.fasetube iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		margin-bottom: 30px;
	}

	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

	.article .maintenance-service-list {
		margin: 45px 0 0;
		padding: 0;
	}

	.article .maintenance-service-list > li {
		margin: 0 5px 20px;
		padding: 40px 20px;
		box-sizing: border-box;
		box-shadow: 0 0 5px #aaa;
	}

	.article .maintenance-service-list > li:before {
		display: none;
	}

	.maintenance-service-list .title-box {
		text-align: center;
		padding-bottom: 30px;
		border-bottom: solid 1px #ccc;
	}

	.maintenance-service-list .plan .title {
		margin: 0 0 5px;
		padding: 0;
		font-size: 24px;
		font-weight: bold;
		border: none;
	}

	.maintenance-service-list .plan .price {
		margin-bottom: 15px;
		font-size: 22px;
		font-weight: bold;
	}

	.maintenance-service-list .plan .price .sub {
		margin-left: 4px;
		font-weight: bold;
		font-size: 12px;
		letter-spacing: 0;
	}

	.maintenance-service-list .plan__light .title {
		color: #80bb38;
	}

	.maintenance-service-list .plan__light .price {
		color: #80bb38;
	}

	.maintenance-service-list .plan__basic .title {
		color: #0087CD;
	}

	.maintenance-service-list .plan__basic .price {
		color: #0087CD;
	}

	.maintenance-service-list .caution {
		font-size: 12px;
		color: #666;
		letter-spacing: 0.5px;
		margin-bottom: 0;
	}

	.maintenance-service-list .sub-title {
		font-size: 16px;
	}

	.article .maintenance-can-list {
		margin-bottom: 0;
	}

	.article .maintenance-can-list > li {
		margin-bottom: 12px;
	}

	.article .maintenance-can-list > li:last-child {
		margin-bottom: 0;
	}

	.article .maintenance-can-list > li.not {
		color: #aaa;
	}

	.article .maintenance-can-list > li.not:before {
		visibility: hidden;
	}

	.article .plan__light .maintenance-can-list > li:before {
		background-color: #80bb38;
	}

	.article .plan__basic .maintenance-can-list > li:before {
		background-color: #0087CD;
	}

	.wp-mentenance-service-item {
		padding: 30px 20px;
		margin-bottom: 20px;
		border: solid 2px #F39800;
		border-radius: 10px;
		background-color: #fffef5;
	}

	.wp-mentenance-service-item .accordion-btn {
		margin: 0;
		padding: 0 30px 0 0;
		border: none;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		font-size: 18px;
		position: relative;
		cursor: pointer;
	}

	.wp-mentenance-service-item .accordion-btn:after {
		position: absolute;
		content: "＋";
		color: #F39800;
		font-size: 22px;
		right: 0;
		top: calc(50% - 11px);
		line-height: 1;
	}

	.wp-mentenance-service-item .accordion-btn.open:after {
		content: "－";
	}

	.wp-mentenance-service-item .accordion-btn .num {
		color: #F39800;
		font-size: 32px;
		width: 45px;
	}

	.wp-mentenance-service-item .accordion-btn .num:after {
		content: ".";
	}

	.wp-mentenance-service-item .accordion-btn .accordion-title {
		width: calc(100% - 45px);
	}

	.wp-mentenance-service-item .accordion-contents {
		margin-top: 20px;
	}

	.wp-mentenance-service-item .accordion-contents p {
		margin-bottom: 20px;
		letter-spacing: 0.5px;
	}

	.wp-mentenance-service-item .accordion-contents p:last-of-type {
		margin-bottom: 0;
	}

	.wp-mentenance-service-item .accordion-contents dl {
		margin: 25px 0 0;
		background-color: #fff;
		border: solid 1px #ccc;
		font-size: 13px;
	}

	.wp-mentenance-service-item .accordion-contents dl dt {
		margin: 0 0 15px;
		color: #f00;
	}

	.wp-maintenance-message {
		padding: 30px 15px;
		color: #444;
		background-color: #fffef5;
	}

	.wp-maintenance-message .message-item {
		margin: 0 auto;
		padding: 0 10px;
		background-image: linear-gradient( #ddd 1px, transparent 1px );
		background-size: auto 2.4rem;
		line-height: 2.4rem;
		overflow: hidden;
		background-position: 0 32px;
	}

	.wp-maintenance-message .message-item p {
		line-height: 2.4rem;
		margin-bottom: 2.4rem;
	}

	.article-author-info dl {
		margin-top: 25px;
		padding: 15px 20px 20px;
		background-color: #FFF7E3;
		border-radius: 8px;
		box-shadow: 0px 0px 4px #ffc7a3;
	}

	.article-author-info dt {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 16px;
		display: flex;
		align-items: center;
		gap: 8px;
		color: var(--tsuku-coral) !important;
	}

	.article-author-info dt i {
		position: relative;
		display: inline-block;
		top: 10px;
		margin-right: 6px;
		width: 26px;
		height: 26px;
	}

	.article-author-info dd {
		overflow: hidden;
		display: grid;
		gap: 14px;
	}

	.article-author-info .img {
		width: 60px;
		float: left;
	}

	.article-author-info .img img {
		width: 86px;
		height: 60px;
		object-fit: cover;
		border: 2px solid #FFF;
		box-sizing: border-box;
		border-radius: 50%;
		box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
	}

	.article-author-info .content {
		padding-left: 75px;
	}

	.article-author-info .name {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 1.3;
		margin: 0 0 6px;
		font-weight: bold;
	}

	.article-author-info .profile {
		font-size: 14px;
		margin-bottom: 15px;
		line-height: 1.8;
		margin: 0 0 12px;
		color: var(--tsuku-text);
	}

	.article-author-info .more-btn {
		text-align: center;
	}

	.article-author-info .more-btn a {
		display: block;
		line-height: 1;
		padding: 8px 0 10px;
		border-radius: 30px;
		font-size: 11px;
		letter-spacing: 0;
		color: var(--tsuku-coral) !important;
		background-color: #F39800;
		box-shadow: 0px 0px 15px rgba(245, 130, 0, 0.32);
		font-weight: bold;
	}

	.article-author-info .more-btn a:hover {
		text-decoration: none;
		opacity: 0.7;
	}

	.form__bg-yellow {
		padding: 35px 10px;
		border-radius: 20px;
		background-color: #FFFBF0;
	}

	.form-item {
		margin-bottom: 20px;
	}

	.form-item__center {
		text-align: center;
	}

	.form-item label {
		display: block;
		margin-bottom: 5px;
	}

	.form-item .label {
		display: block;
		margin-bottom: 5px;
	}

	.form-item label.h2 {
		margin-bottom: 18px;
	}

	.form-item .caution {
		color: #f00;
		font-size: 12px;
		margin-bottom: 10px;
	}

	.form-description {
		display: block;
		font-size: 12px;
		margin-bottom: 8px;
	}

	.checkbox-wrap {
		display: flex;
		align-items: center;
		margin-bottom: 5px;
		line-height: 1.45;
	}

	.checkbox-wrap input {
		transform: scale(1.3);
	}

	.checkbox-wrap label {
		font-size: 13px;
		margin-left: 8px;
		margin-bottom: 3px;
	}

	.form-item__withdraw-caution .checkbox-wrap {
		justify-content: center;
	}

	.form-item input[type="text"] {
		width: 100%;
		font-size: 14px;
		padding: 12px;
		box-sizing: border-box;
		border: 2px solid #EAE7E7;
		border-radius: 8px;
		background: #fff;
	}

	.form-item input[type="email"] {
		width: 100%;
		font-size: 14px;
		padding: 12px;
		box-sizing: border-box;
		border: 2px solid #EAE7E7;
		border-radius: 8px;
		background: #fff;
	}

	.form-item input[type="url"] {
		width: 100%;
		font-size: 14px;
		padding: 12px;
		box-sizing: border-box;
		border: 2px solid #EAE7E7;
		border-radius: 8px;
		background: #fff;
	}

	.form-item input[type="password"] {
		width: 100%;
		font-size: 14px;
		padding: 12px;
		box-sizing: border-box;
		border: 2px solid #EAE7E7;
		border-radius: 8px;
		background: #fff;
	}

	.form-item select {
		width: 100%;
		font-size: 14px;
		padding: 12px;
		box-sizing: border-box;
		border: 2px solid #EAE7E7;
		border-radius: 8px;
		background: #fff;
	}

	.form-item textarea {
		width: 100%;
		font-size: 14px;
		padding: 12px;
		box-sizing: border-box;
		border: 2px solid #EAE7E7;
		border-radius: 8px;
		background: #fff;
		height: 15em;
	}

	.form-item button:hover {
		opacity: 0.7;
	}

	.form h3:first-of-type {
		margin-top: 0;
	}

	.form-item-description {
		font-size: 12px;
		line-height: 1.45;
		margin-bottom: 12px;
	}

	.form-item .height100 {
		height: 100px;
	}

	.article .client-list > li {
		margin: 0 10px 10px;
		padding: 15px 0;
		background-color: #Fdf8ee;
		box-shadow: 0 0 3px #F39800;
		text-align: center;
		font-size: 13px;
	}

	.article .client-list > li:before {
		display: none;
	}

	.home #wrap {
		display: block;
		margin-top: 0;
		padding-bottom: 0;
	}

	.home #main {
		width: 100%;
		padding-right: 0;
	}
}
