@charset "UTF-8";
/*
ベース色 : hsl(199.0, 91%, 38%) #0981b9
ベース色(2) : hsl(214.0, 91%, 38%) #0955b9
サブ色 : hsl(215.5, 91%, 38%) #0967b9
※Facebook hsl(214, 89%, 52%) #1877f2
※Tiffany hsl(178, 90%, 38%) #0abab5



※LP
[Blue]
199, 91%, 50% #0baaf4
214, 100%, 38% #0054c2

[Orange] 19, 91%, 50% #f4550b

[Yellow] 64, 91%, 50% #f2ff3d



[Red]
hsl(349, *%, *%);※女性限定相談のピンクに合う色
hsl(349, 100%, 44%);#e00029

[Yellow]
hsl(64, *%, *%)

[YellowOrange]
hsl(49, *%, *%)

[Blue]
hsl(214, *%, *%)

[BlueGreen]
hsl(199.0, *%, *%)
hsl(184, *%, *%)

[Green]
hsl(154, *%, *%);

[Orange]
hsl(19, 91%, 50%)

[Pink]
hsl(319.0, 100%, 50%);
*/
a {
	color: hsl(199.0, 62%, 50%);
	text-decoration: none;
}
a:hover {
	color: hsl(199.0, 85%, 50%);
	text-decoration: underline;
}
a.width-42px > img {
	border: solid 1px hsl(199.0, 100%, 85%);
}
a.memo {
	/*color: hsl(214, 100%, 76%);→ class='memo blue' を指定すること */
}
a.paragraph {
	color: hsl(0, 0%, 15%);/*hsl(0, 0%, 24%);*/
	line-height: 176%;
	word-break: break-all;
}
a.paragraph:hover {
	color: hsl(214, 62%, 62%);
	text-decoration: underline;
}
a.snslink4 img {
	filter: grayscale(100%);
	/*position: relative;
	top: 1px;*/
	width: 4px;
}
a.snslink24 img {
	width: 24px;
}
.background-grad {
	background: -webkit-gradient(linear, left top, left bottom, from(hsl(0, 0%, 99%)), to(hsl(0, 0%, 94%)));
	background: -moz-linear-gradient(top, hsl(0, 0%, 99%), hsl(0, 0%, 94%));
	background: -ms-linear-gradient(top, hsl(0, 0%, 99%), hsl(0, 0%, 94%));
	border-style: solid !important;
}
.background-lightyellow {background: hsl(64, 100%, 94%);}
.background-superlightyellow {background: hsl(64, 100%, 97%);}
.black {color: hsl(0, 0%, 15%) !important;}
.black:visited {
	color: hsl(0, 0%, 15%);
}

.blink {
	animation: blinkAnime 1.0s infinite alternate;
}
@keyframes blinkAnime {
   0% {opacity: 0.1;}
 100% {opacity: 1.0;}
}

.block_floating_message {
	background-color: rgba(255,255,255,0.97);/*値が大きいほど不透明になる*/
	border-color: hsl(0, 0%, 85%);
	border-style: solid;
	border-width: 1px;
	color: hsl(0, 0%, 15%);
	display: none;
	left: 50%;
	/*padding: 28px 0;*/
	position: fixed;
	text-align: center;
	top: 50%;
	z-index: 99;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.block_floating_message.background-red {
	background-color: rgba(128,0,0,0.94);/*値が大きいほど不透明になる*/
	color: #fff;
}
.block_floating_message.background-green {
	background-color: hsla(184, 76%, 55%, 0.94);/*値が大きいほど不透明になる*/
	color: #fff;
}
.block_message {
	border: solid 1px hsl(0, 0%, 85%);
	display: block;
	line-height: 224%;/* br タグ１つで改行する*/
	text-align: center;
	width: 100%;
}
.block_slideToggle {display: none;}
body {
	letter-spacing: 0.05em;
}
br.thick {
	display: block;
	content: "";
	margin-bottom: 12px;
}
.blue {
	color: hsl(199.0, 91%, 50%) !important;
}

.blur {
	filter: blur(2px);
	-ms-filter: blur(2px);
}
.blurL {
	filter: blur(4px);
	-ms-filter: blur(4px);
}
.border-blue {
	border-color: hsl(199, 62%, 50%) !important;
}
.border-color-gray {
	border-color: hsl(0, 0%, 50%);
}

.border-style-none {
	border-style: none !important;
}

.border-top-style-none {
	border-top-style: none !important;
}

br.margin-12px {
	content: "";
	display: block;
	margin: 12px 0;/*上下に12px*/
}

.btnGrad, .btnSubmit {
	border-color: hsl(0, 0%, 94%) hsl(0, 0%, 79.5%) hsl(0, 0%, 79.5%) hsl(0, 0%, 94%);
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 12px 12px -6px rgba(64, 64, 64, 19.5%);
	color: hsl(0, 0%, 24%);
	cursor: pointer;
	display: inline-block;
	font-size: inherit;
	line-height: 100%;
	padding: 10px 16px 8px 16px;/*9px 16px 7px 16px;*//* input[type="text"] の高さに大体一致するため */
	text-align: center;
	text-decoration: none;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsl(0, 0%, 88%)));
	background: -moz-linear-gradient(top, #fff, hsl(0, 0%, 88%));
	background: -ms-linear-gradient(top, #fff, hsl(0, 0%, 88%));
}
.btnGrad:hover, .btnSubmit:hover {
	border-color: hsl(0, 0%, 85%) hsl(0, 0%, 76%) hsl(0, 0%, 62%) hsl(0, 0%, 85%);
	box-shadow: 0 12px 12px -6px rgba(64, 64, 64, 24%);
	color: hsl(0, 0%, 15%);
	position: relative;
	top: -1px;
}
.btnGrad.background-blue {
	/*border-color: hsl(0, 0%, 76%) hsl(0, 0%, 62%) hsl(0, 0%, 62%) hsl(0, 0%, 76%);*/
	border-color: hsl(199.0, 100%, 76%) hsl(199.0, 100%, 38%) hsl(199.0, 100%, 38%) hsl(199.0, 100%, 76%);
	color: #fff;
	
	background: -webkit-gradient(linear, left top, left bottom, from(hsl(199.0, 91%, 62%)), to(hsl(199.0, 91%, 44%)));
	background: -moz-linear-gradient(top, hsl(199.0, 91%, 62%), hsl(199.0, 91%, 44%));
	background: -ms-linear-gradient(top, hsl(199.0, 91%, 62%), hsl(199.0, 91%, 44%));
}
.btnGrad.background-blue.twitter {
	background-color: hsl(199.0, 91%, 50%);
	background-image: url('/images/icon64_twitter_white.png');
	background-position: 8px 5px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	padding: 8px 22px 7px 36px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.btnGrad.background-blue:hover {
	color: hsl(0, 0%, 94%);
}
.btnGrad.background-darkred {
	border-color: hsl(0, 0%, 76%) hsl(0, 0%, 62%) hsl(0, 0%, 62%) hsl(0, 0%, 76%);
	color: hsl(0, 0%, 94%);
	
	background: -webkit-gradient(linear, left top, left bottom, from(hsl(349, 85%, 44%)), to(hsl(349, 85%, 24%)));
	background: -moz-linear-gradient(top, hsl(349, 85%, 44%), hsl(349, 85%, 24%));
	background: -ms-linear-gradient(top, hsl(349, 85%, 44%), hsl(349, 85%, 24%));
}
.btnGrad.background-darkred:hover {
	color: #fff;
}
.btnGrad.background-gray {
	color: #fff;
	
	background: -webkit-gradient(linear, left top, left bottom, from(hsl(0, 0%, 62%)), to(hsl(0, 0%, 44%)));
	background: -moz-linear-gradient(top, hsl(0, 0%, 62%), hsl(0, 0%, 44%));
	background: -ms-linear-gradient(top, hsl(0, 0%, 62%), hsl(0, 0%, 44%));
}
.btnGrad.background-green {
	border-color: hsl(184, 100%, 76%) hsl(184, 100%, 38%) hsl(184, 100%, 38%) hsl(184, 100%, 76%);
	color: #fff;
	
	background: -webkit-gradient(linear, left top, left bottom, from(hsl(184, 100%, 50%)), to(hsl(184, 100%, 44%)));
	background: -moz-linear-gradient(top, hsl(184, 100%, 50%), hsl(184, 100%, 44%));
	background: -ms-linear-gradient(top, hsl(184, 100%, 50%), hsl(184, 100%, 44%));
}
.btnGrad.background-red {
	border-color: hsl(4, 94%, 76%) hsl(4, 94%, 38%) hsl(4, 94%, 38%) hsl(4, 94%, 76%);
	color: #fff;
	
	background: -webkit-gradient(linear, left top, left bottom, from(hsl(4, 94%, 62%)), to(hsl(4, 94%, 50%)));
	background: -moz-linear-gradient(top, hsl(4, 94%, 62%), hsl(4, 94%, 50%));
	background: -ms-linear-gradient(top, hsl(4, 94%, 62%), hsl(4, 94%, 50%));
}
.btnGrad.circle {
	height: 30px;
	
	/*角を丸くする*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.btnGrad.disabled {
	border-color: hsl(0, 0%, 94%) hsl(0, 0%, 91%) hsl(0, 0%, 85%) hsl(0, 0%, 94%);
	color: hsl(0, 0%, 85%);
	cursor: not-allowed;
}
.btnGrad.larger {
	font-size: 115% !important;
	height: 51px;
	line-height: 52px;
	padding: 0;
}
.btnGrad.like:after {
	content: url("/images/star16.png");
	position: relative;
	top: 2px;
}
.btnGrad.like.disabled:after {
	content: url("/images/star16_mono.png");
}
.btnGrad.narrow {
	font-size: 91%;
	padding: 6px 12px 5px 12px;
}
.btnGrad.smaller {
	font-size: 85%;
	padding: 4px 8px;
}
.btnGrad.x-narrow {
	box-shadow: none;
	font-size: 85%;
	padding: 6px 8px;
}
.btnGrad.yellow:hover {
	color: #fff;
}
.btnGrad.xlarge {
	font-size: 2.0em;
	font-weight: bold;
	height: 72px;
	padding-top: 16px;
}

#btnHamburger {
	cursor: pointer;
	display: block;
	height: 100%;
}
#btnHamburger span {
	border-color: hsl(0, 0%, 15%);
	border-style: solid;
	border-width: 1px 0;
	display: block;
	margin: 0 auto 8px auto;
}

.btnRect {
	background: #fff;
	border-color: hsl(0, 0%, 85%);
	border-style: solid;/*double;*/
	border-width: 1px;
	box-shadow: 0 12px 12px -6px rgba(64, 64, 64, 19.5%);
	/*color: #fff;*/
	display: inline-block;
	height: 42px;/*padding: 8px 16px 7px 16px;*//* input[type="text"] の高さに大体一致するため */
	line-height: 41px;
	padding: 0 16px;
	text-align: center;
	text-decoration: none;
}
.btnRect:hover {
	box-shadow: 0 12px 12px -6px rgba(64, 64, 64, 24%);
	position: relative;
	text-decoration: none;
	top: -1px;
}
.btnRect.background-black {
	background: hsl(0, 0%, 24%);/*hsl(0, 0%, 24%);*/
	color: #fff;
}
.btnRect.background-blue {
	background: hsl(199, 91%, 50%);
	color: #fff;
}
.btnRect.background-pink {
	background: hsl(319.0, 100%, 50%);
	color: #fff;
}
.btnRect.background-red {
	background: hsl(4.0, 85%, 44%);
	color: #fff;
}
.btnRect.circle {
	/*角を丸くする*/
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
}
.btnRect.email {
	background-image: url('/images/icon20_email.png');
	background-position: 16px 50%;
	background-repeat: no-repeat;
}
.btnRect.larger {
	font-size: 115% !important;
	padding-top: 12px;
	padding-bottom: 12px;
}
.btnRect.larger img {
	position: relative;
	top: -2px;
}
.btnRect.pink {
	border-color: hsl(319.0, 100%, 50%);
}

.circle {
	overflow: hidden;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.circle img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.color-concept {
	color: hsl(199.0, 91%, 38%);
	font-family: 'ＭＳ ゴシック';
}
.cursor-auto {cursor: auto !important;}
.cursor-pointer {cursor: pointer;}
.darkgray {
	color: hsl(0, 0%, 50%);
}

.defaultcolor {
	color: hsl(0, 0%, 38%);
}
.display-inline {
	display: inline;
}
.display-none {
	display: none;
}
div.background-lightgray {
	background: hsl(0, 0%, 97%);
}
.divAccess {
	background: hsl(184, 100%, 50%);
	border: solid 2px #fff;
	height: 12px; 
	left: 37px; 
	position: relative; 
	top: -14px; 
	width: 12px;
	
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%; 
}
.divAccess.lightgreen {
	background: hsl(184, 62%, 62%);/*hsl(184, 100%, 41%);*/
}
.divAccess.superlightgreen {
	background: hsl(184, 38%, 76%); 
}
/*
.divAccess.yellow {
	background: hsl(64, 100%, 50%); 
}
.divAccess.darkyellow {
	background: hsl(64, 100%, 41%); 
}
.divAccess.orange {
	background: hsl(19, 100%, 50%); 
}
.divAccess.darkorange {
	background: hsl(19, 100%, 41%); 
}
*/
.div_container {
	margin: 0 auto;
	width: 100%;
}
.div_container.help {
	background-color: hsl(64, 100%, 85%); 
	border: solid 1px hsl(64, 100%, 76%); 
	font-size: 85%; 
	line-height: 176%;
	padding: 22px;
	
	background: -webkit-gradient(linear, left top, left bottom, from(hsl(64, 100%, 94%)), to(hsl(64, 100%, 85%)));
	background: -moz-linear-gradient(top, hsl(64, 100%, 94%), hsl(64, 100%, 85%));
	background: -ms-linear-gradient(top, hsl(64, 100%, 94%), hsl(64, 100%, 85%));
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; 
}
.div_container.help hr {
	margin: 12px 0 18px 0;
}
.div_container.help strong {
	color: hsl(0, 0%, 24%);
	font-size: 1.15em;
}
.div_container.help.online {
	background: -webkit-gradient(linear, left top, left bottom, from(hsl(64, 100%, 91%)), to(hsl(64, 100%, 91%)));
	background: -moz-linear-gradient(top, hsl(64, 100%, 91%), hsl(64, 100%, 91%));
	background: -ms-linear-gradient(top, hsl(64, 100%, 91%), hsl(64, 100%, 91%));
}
.div_container .margin-top {
	margin-top: 12px;
}
.div_container.padding-top-0 {
	padding-top: 0;
}
#div_footer_fixed {
	margin-top: 0;
	padding: 12px 30px 8px 30px;
}
#div_footer_fixed_wrapper {
	background: rgba(64, 64, 64, 0.50);
	bottom: 0;
	color: #fff;
	position: fixed;
	text-align: center;
	width: 100%;
}
#div_footer_fixed_wrapper a.btnGrad {
	box-shadow: none;
}
#div_footer_fixed_wrapper a.smaller {
	color: #fff;
}
#div_pagetitle {
	font-size: 76%;
	margin: 0 auto;
	max-width: 960px;
	padding: 8px 16px 0 16px;
}
#div_pagetitle h1 {
	border-style: none;
	display: inline;
	color: hsl(0, 0%, 50%);
	font-size: inherit;
	padding: 0;
}
div.half {
	display: flex;
}
div.half > div {
	white-space: nowrap;
	width: 50%;
}
div.half > div:last-child {
	text-align: right;
}

.female {
	color: hsl(311, 62%, 62%);
}
.font-size-76 {
	font-size: 76%;
}
.font-style-italic {
	font-style: italic;
}
.font-weight-bold {
	font-weight: bold;
}

footer {
	background-color: #000;/*hsl(0, 0%, 15%);*/
	width: 100%;
}
footer a {
	text-decoration: none;
}

#footer_inner {
	color: #fff;
	font-size: 94%;
	line-height: 200%;
	margin: 0 auto;
	max-width: 960px;
	padding: 30px;
	text-align: center;
}
#footer_inner a {
	color: #fff;
}
#footer_inner a:hover {
	text-decoration: underline;
}

form {
	display: inline;
}
form, hr, ol {
	margin: 0;
}

.gray {
	color: hsl(0, 0%, 50%);
}
.grayscale {
	filter: grayscale(100%);
}
.grayscale-15 {
	filter: grayscale(15%);
}

.gt {
	font-family: "Arial", "MS UI GOTHIC";
	font-weight: normal;
}

h4 {
	font-size: 162%;
	font-weight: bold;
	/*margin: 0 auto;*/
	max-width: 960px;
}

h5 {
	color: hsl(0, 0%, 15%);
	font-size: 138%;
	margin: 12px 8px;
}

h6 {
	color: #000;
	font-size: 150%;/*162%;*/
}
#HamburgerMenu {
	left: 0;
	margin-left: 100%;
	position: absolute;
	top: 0;
	transition: 0.3s;
}
#HamburgerMenu ul li {
	background: hsl(0, 0%, 0%);
	border-color: hsl(0, 0%, 38%) hsl(199.0, 91%, 38%);
	border-style: solid;
	border-width: 0 0 1px 8px;
	color: #fff;
	line-height: 60px;
}
#HamburgerMenu ul li a {
	color: #fff;
	display: block;
	padding-left: 16px;
	transition: 0.2s;
	width: 100%;
}
#HamburgerMenu ul li a:hover {
	background: hsl(0, 0%, 38%);
	padding-left: 28px;
	text-decoration: none;
}
#HamburgerMenu ul li a img {
	position: relative;
	top: -1px;
}
#HamburgerMenu ul li span {
	cursor: pointer;
	display: block;
	padding-left: 16px;
	transition: 0.2s;
	width: 100%;
}
#HamburgerMenu ul li span:hover {
	background: hsl(0, 0%, 38%);
	padding-left: 28px;
}
#header_globalmenu {
	background-color: #fff;
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
}
#header_globalmenu li {
	line-height: 150%;
	width: 20%;/*25%;*/
}
#header_globalmenu ul {
	display: flex;
}
#header_globalmenu a {
	border-color: hsl(0, 0%, 76%);
	border-style: solid;
	border-width: 0 1px 0 0;
	color: hsl(0, 0%, 15%);
	display: block;
	text-align: center;
	text-decoration: none;
	
	background: -webkit-gradient(linear, left top, left bottom, from(hsl(0, 0%, 100%)), to(hsl(0, 0%, 91%)));
	background: -moz-linear-gradient(top, hsl(0, 0%, 100%), hsl(0, 0%, 91%));
	background: -ms-linear-gradient(top, hsl(0, 0%, 100%), hsl(0, 0%, 91%));
}
#header_globalmenu a:hover {
	color: #fff;
	text-decoration: none;
	
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(76%,76%,76%)), to(hsl(0, 0%, 50%)));
	background: -moz-linear-gradient(top, rgb(76%,76%,76%), hsl(0, 0%, 50%));
	background: -ms-linear-gradient(top, rgb(76%,76%,76%), hsl(0, 0%, 50%));
}
#header_globalmenu a:hover img {
	opacity: 1.0;
}
#header_globalmenu a.selected {
	border-color: rgb(62%,62%,62%) hsl(0, 0%, 85%) hsl(0, 0%, 38%) hsl(0, 0%, 38%);
	color: #fff;
	/*text-shadow: -1px -1px 0px rgb(62%,62%,62%);*/
	
	background: -webkit-gradient(linear, left top, left bottom, from(hsl(199.0, 100%, 85%)), to(hsl(199.0, 100%, 44%)));
	background: -moz-linear-gradient(top, hsl(199.0, 100%, 85%), hsl(199.0, 100%, 44%));
	background: -ms-linear-gradient(top, hsl(199.0, 100%, 85%), hsl(199.0, 100%, 44%));
}
#header_globalmenu a.selected img {
	opacity: 1.0;
}
#header_globalmenu a img {
	opacity: 0.76;
	max-width: 48px;
	min-width: 24px;
	width: 25%;
}
#header_globalmenu_wrapper {
	border-color: hsl(0, 0%, 85%);
	border-style: solid;
	border-width: 0 0 1px 0;
	box-shadow: 0 12px 12px -6px rgba(64, 64, 64, 12%);
	position:fixed;
	z-index: 3;
	width: 100%;
	
	background: -webkit-gradient(linear, left top, left bottom, from(hsl(0, 0%, 100%)), to(hsl(0, 0%, 91%)));
	background: -moz-linear-gradient(top, hsl(0, 0%, 100%), hsl(0, 0%, 91%));
	background: -ms-linear-gradient(top, hsl(0, 0%, 100%), hsl(0, 0%, 91%));
}
#header_globalmenu_container {
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
}
#header_subtitle {
	background: #fff;
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
}
#header_subtitle_h1 {
	height: 16px;
	margin-left: 12px;
	padding-top: 2px;
}
#header_subtitle_wrapper {
	background: #fff;
	border-color: hsl(0, 0%, 91%);
	border-style: solid;
	border-width: 0 0 1px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
}
#header_subtitle_container {
	display: flex;
	height: 100%;
}
#header_subtitle_container > div {
	width: 20%;/*25%;*/
}
#header_subtitle_container > div:last-child {
	font-size: 76%;
	text-align: right;
	width: 80%;/*75%;*/
}
#header_subtitle_container > div:last-child a {
	text-decoration: none;
}
#header_subtitle_container > div:last-child strong {
	font-weight: normal;
	margin-right: 12px;
	position: relative;
}
.heading2 {
	border-color: hsl(199.0, 100%, 44%);
	border-style: solid;
	border-width: 0 0 0 8px;
	color: hsl(0, 0%, 15%);
	font-size: 150%;/*スマホで「フリーランスと趣味でつながるモニター募集」が２行でおさまるサイズ*/
	padding: 10px 22px;/*12px 22px;*/
}
.heading3 {
	border-color: #000;
	border-style: solid;
	border-width: 0 0 0 6px;/*0 0 1px 8px;*/
	color: #000;/*hsl(0, 0%, 15%);*/
	font-size: 138%;/*109%;*/
	/*font-weight: bold;*/
	margin: 60px 0 30px 0;
	padding: 4px 22px;/*12px 22px;*/
}

.heading6 {
	color: #000;
	font-size: 150%;
}

.height8{height: 120px;}
.height9{height: 84px;}
.help_q{
	border: solid 1px hsl(214, 50%, 38%);
	color: #fff;
	font-weight: bold;
	margin-right: 12px;
	padding: 1px 4px 2px 4px;
	position: relative;
	top: -3px;
	
	background: -webkit-gradient(linear, left top, left bottom, from(hsl(199.0, 85%, 50%)), to(hsl(199.0, 85%, 44%)));
	background: -moz-linear-gradient(top, hsl(199.0, 85%, 50%), hsl(199.0, 85%, 44%));
	background: -ms-linear-gradient(top, hsl(199.0, 85%, 50%), hsl(199.0, 85%, 44%));
	
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
hr {
	border-color: hsl(0, 0%, 85%);
	border-style: solid;
	border-width: 0 0 1px 0;
}
hr.dashed {
	border-style: dashed;
}
hr.dotted {
	border-style: dotted;
}

img {
	vertical-align: middle;
}
img.circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
img.star {
	vertical-align: bottom;
}
img.top--1px {
	position: relative;
	top: -1px;
}
img.profile_thumb{
	/*width: 68px;*//*Twitterと同じ ※borderをつけたら70px*/
	width: 100%;
}
img.recent {
	width: 49px;
}
img.star {
	margin-right: 2px;
	position: relative;
	top: -2px;
	vertical-align: middle;
}
img.user {
	/*height: 145px;*/
	height: 100%;
	width: 100%;
}
.imgBox {
	border-color: hsl(0, 0%, 85%);
	border-style: dashed;/*solid;*/
	border-width: 0 0 1px 0;
	color: hsl(0, 0%, 38%);
	display: flex;
	transition: 0.1s;
}
.imgBox > div {
	display: inline;
}
.imgBox > div:first-child a {
	border: solid 1px hsl(199.0, 100%, 85%);
	display: block;
}
.imgBox > div:last-child {
	line-height: 185%;
	width: 100%;/*calc(100% - 54px);*/
}
input[type="number"]:focus, 
input[type="tel"]:focus, 
input[type="password"]:focus, 
input[type="text"]:focus, 
select:focus, 
textarea:focus {
	background: hsl(199, 85%, 98.5%);
	border: solid 1px hsl(199, 85%, 62%);
}
.large {
	font-size: 150%;/*適当*/
}
.larger {
	font-size: 115% !important;/*初回お試し無料が改行されないギリギリ 読めない場合は .large で対応する 134%*//*138%;*//*150%;*/
}
.lightgray {
	color: hsl(0, 0%, 62%) !important;/*hsl(0, 0%, 85%) !important;*/
}
.like {
	opacity: 0.5;
}
.like img {
	width: 16px;
}
.like:hover {
	cursor: pointer;
	opacity: 1.0;
}
.like.liked {
	/*content: url('/images/liked.png');*/
	opacity: 1.0;
}

.likeBox {
	display: flex;/*縦方向にセンタリングする場合は "table"*/
}
.likeBox > div {
	/*display: table-cell;*/
	width: calc(100% - 60px);/*縦方向にセンタリングする場合 "100%"*/
}
.likeBox > div:nth-child(2) {
	font-size: 85%;/*76%;*/
	line-height: 150%;
	padding-top: 8px;/*見た目で*/
	text-align: right;
	white-space: nowrap;
	width: 60px;
}
.likeBox > div:nth-child(2) img {
	margin-right: 8px;
	position: relative;
	top: -1px;
	vertical-align: baseline;
}
.line-height-185 {
	line-height: 185%;
}

.link {
	color: hsl(199.0, 62%, 50%);
	cursor: pointer;
}

main {
	background-color: #fff;
	display: none;
	width: 100%;
}
main a:hover img {
	filter:alpha(opacity=62);
	-moz-opacity: 0.62;
	opacity: 0.62;
	transition: 0.3s;
}

.male {
	color: hsl(214, 62%, 62%);
}
.margin-bottom-0 {margin-bottom: 0 !important;}
.margin-bottom-2px {margin-bottom: 2px !important;}
.margin-bottom-8px {margin-bottom: 8px !important;}
.margin-left-12px {
	margin-left: 12px;
}
.margin-left-16px {
	margin-left: 16px;
}
.margin-left-30px {
	margin-left: 30px;
}
.margin-top-0 {margin-top: 0 !important;}
.margin-top-1px {margin-top: 1px;}
.margin-top-2px {margin-top: 2px;}
.margin-top-4px {margin-top: 4px;}
.margin-top-6px {margin-top: 6px;}
.margin-top-8px {margin-top: 8px;}
.margin-top-12px {margin-top: 12px !important;}
.margin-top-16px {margin-top: 16px !important;}
.margin-top-22px {margin-top: 22px !important;}
.margin-top-30px {margin-top: 30px !important;}
.margin-top-42px {margin-top: 42px;}
.margin-top-60px {margin-top: 60px !important;}
.margin-top-84px {margin-top: 84px !important;}
.margin2 {
	display: block;
	margin-bottom: 2px;
}
.margin3 {
	display: block;
	margin-bottom: 3px;
}
.margin4 {
	display: block;
	margin-bottom: 4px;
}
.margin6 {
	display: block;
	margin-bottom: 6px;
}
.margin8 {
	display: block;
	margin-bottom: 8px;
}
.margin12 {
	display: block;
	margin-bottom: 12px;
}
.margin16 {
	display: block;
	margin-bottom: 16px;
}
.margin22 {
	display: block;
	margin-bottom: 22px;
}

.mark {
	background: #fff;
	border: solid 1px hsl(0, 0%, 85%);
	color: hsl(0, 0%, 44%);
	display: inline-block;
	text-align: center;/*justify;*/
	line-height: 162%;
	width: auto;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.mark.background {
	background: hsl(0, 0%, 38%);
	color: #fff;
}
.mark.background-blue {
	background: hsl(199.0, 100%, 44%);
	border-color: hsl(199.0, 100%, 50%);
	color: #fff;
}
.mark.background-lightblue {
	background: hsl(199, 62%, 62%);
	border-color: hsl(199, 62%, 50%);
	color: #fff;
}
.mark.background-lightgray {
	background: hsl(0, 0%, 94%);
}
.mark.background-pink {
	background: hsl(319.0, 100%, 50%);
	border-color: hsl(319.0, 100%, 56%);
	color: #fff;
}
.mark.background-red {
	background: hsl(349, 100%, 44%);
	border-color: hsl(349, 100%, 50%);
	color: #fff;
}
.mark.background-redpink {
	background: hsl(334, 100%, 50%);
	border-color: hsl(334, 100%, 56%);
	color: #fff;
}
.mark.border-green {
	/*background: hsl(154, 62%, 47%);*/
	border-color: hsl(154, 62%, 47%);
	/*color: #fff;*/
	color: hsl(154, 62%, 47%);
}
.mark.lightgray {
	box-shadow: 0 2px 2px -1px rgba(64, 64, 64, 15%);
}
.memo{
	color: hsl(0, 0%, 62%);
	font-size: 85%;/* .small と揃えること */
}
.memo a:hover {
	text-decoration: underline;
}
.memo.margin-top {
	margin-top: 4px;
}

.min-width-60px {min-width: 60px;}
.min-width-170px {min-width: 170px;}

ol.BreadcrumbList {
	display: inline;
	padding: 0;
}
ol.BreadcrumbList li {
	display: inline;
}
ol.BreadcrumbList li:after {
	content: " > ";
}
ol.BreadcrumbList li:last-child:after {
	content: "";
}
.padding-top-0 {padding-top: 0 !important;}
.padding-top-4px {padding-top: 2px !important;}
.padding-top-16px {padding-top: 16px !important;}
.padding-top-6px {padding-top: 6px !important;}
.pink {
	color: hsl(319.0, 100%, 50%) !important;
}

.r6 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.red {
	color: hsl(349, 100%, 38%);
}
.red:hover {
	color: hsl(349, 100%, 50%);
}

.small {
	font-size: 85%;/* .memo と揃えること */
}
.smaller {font-size: 85%;}/*91%*/
span.like img {width: 18px;/*16pxと22pxの1/3*/}
span.width-42px > img {border: solid 1px hsl(0, 0%, 85%);}
strong.keyword {
	color: #000;
	font-size: 103%;/*100%;*/
	margin: 0 3px;
}
.superlightgray {
	color: hsl(0, 0%, 80.5%);
}
.tabBox {
	display: flex;
	flex-wrap: wrap;
}
.tabBox a, .tabBox span {
	border-color: hsl(0, 0%, 85%) hsl(0, 0%, 76%) hsl(184, 91%, 44%) hsl(0, 0%, 85%);
	border-style: solid;
	border-width: 1px;
	color: hsl(0, 0%, 50%);
	margin: 8px 0 0 0;
	padding: 8px 12px 7px 12px;
	
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
.tabBox a.selected, .tabBox span.selected {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(hsl(184, 91%, 56%)), to(hsl(184, 91%, 44%)));
	background: -moz-linear-gradient(top, hsl(184, 91%, 56%), hsl(184, 91%, 44%));
	background: -ms-linear-gradient(top, hsl(184, 91%, 56%), hsl(184, 91%, 44%));
}
.tabBox.width-100 {
	border-color: hsl(0, 0%, 91%) hsl(0, 0%, 85%) hsl(184, 85%, 44%) hsl(0, 0%, 91%);
	border-style: solid;
	border-width: 0 0 1px 0;
}
.tabBox.width-100 a {
	border-bottom-style: none;
}

/*
table tr.background-lightgray td {
	background: hsl(0, 0%, 97%);
}
*/
table.form th {
	text-align: left;
}
table.view td.border-style-none {
	padding-bottom: 0;
}
table.view {
	border-color: hsl(0, 0%, 91%);
	border-style: solid;
	border-width: 1px 0 0 0;
}
/*table.view.border th {
	border-width: 0 1px 1px 0;
}
table.view.border td {
	border-width: 0 1px 1px 0;
}*/
table.view th a {
	color: #fff;
	text-decoration: underline;
}
table.view tr.background-lightblue td {background: hsl(199.0, 85%, 94%);}
.text-align-center {text-align: center !important;}
.text-align-left {text-align: left;}
.text-align-right {
	text-align: right;
}

.text-decoration-line-through {
	text-decoration: line-through;
}
.text-decoration-underline {
	text-decoration: underline;
}

.thumb{
	height: 48px;/*Twitterと同じ*/ /*54px;*//*320px / 6*/
	width: 48px;/*Twitterと同じ*/ /*54px;*//*320px / 6*/
}
.thumb img {
	border: solid 1px hsl(0, 0%, 85%);
	height: 46px;/*Twitterと同じ*/ /*54px;*//*320px / 6*/
	width: 46px;/*Twitterと同じ*/ /*54px;*//*320px / 6*/
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.thumb.circle img {
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
}
.thumb.smaller {
	height: 42px;
	width: 42px;
}
.thumb.smaller img {
	height: 42px;
	width: 42px;
}

.top--1px {
	position: relative;
	top: -1px;
}
.top--2px {
	position: relative;
	top: -2px;
}
.top-+2px {
	position: relative;
	top: +2px;
}
img.transform-blink {
	-webkit-animation: transform-blink 1.0s infinite;
	animation: transform-blink 1.0s infinite;
}
.trueblack {
	color: #000;
}

ul.decimal {
	list-style-type: decimal;
}
ul.disc {
	list-style-type: disc;
}
ul.onlineList li {
	background: #fff;
	border: solid 1px hsl(0, 0%, 85%);
	display: flex;
	list-style-type: none;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsl(0, 0%, 99%)));
	background: -moz-linear-gradient(top, #fff, hsl(0, 0%, 99%));
	background: -ms-linear-gradient(top, #fff, hsl(0, 0%, 99%));
}
ul.onlineList li > div {
	padding: 16px;
	width: 84px;/*60px + 12px + 12px*/
}
ul.onlineList li > div:last-child {
	/*margin-left: 16px;*/
	line-height: 124%;
	padding-left: 0;
	width: calc(100% - 60px - 12px - 12px);
}
ul.onlineList li > div p {
	line-height: 162%;
}
ul.onlineList li.background-blue {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsl(199.0, 100%, 99%)));
	background: -moz-linear-gradient(top, #fff, hsl(199.0, 100%, 99%));
	background: -ms-linear-gradient(top, #fff, hsl(199.0, 100%, 99%));
}
ul.onlineList li.background-blue .OnlineCategoryColor {
	color: hsl(199.0, 62%, 50%);
}
ul.onlineList li.background-green {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsl(109, 100%, 99%)));
	background: -moz-linear-gradient(top, #fff, hsl(109, 100%, 99%));
	background: -ms-linear-gradient(top, #fff, hsl(109, 100%, 99%));
}
ul.onlineList li.background-green .OnlineCategoryColor {
	color: hsl(109, 62%, 44%);
}
ul.onlineList li.background-pink {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsl(319, 100%, 99%)));
	background: -moz-linear-gradient(top, #fff, hsl(319, 100%, 99%));
	background: -ms-linear-gradient(top, #fff, hsl(319, 100%, 99%));
}
ul.onlineList li.background-pink .OnlineCategoryColor {
	color: hsl(319, 62%, 50%);
}
ul.onlineList li.background-purple {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsl(289, 100%, 99%)));
	background: -moz-linear-gradient(top, #fff, hsl(289, 100%, 99%));
	background: -ms-linear-gradient(top, #fff, hsl(289, 100%, 99%));
}
ul.onlineList li.background-purple .OnlineCategoryColor {
	color: hsl(289, 62%, 50%);
}
ul.onlineList li.background-redorange {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsl(19, 100%, 99%)));
	background: -moz-linear-gradient(top, #fff, hsl(19, 100%, 99%));
	background: -ms-linear-gradient(top, #fff, hsl(19, 100%, 99%));
}
ul.onlineList li.background-redorange .OnlineCategoryColor {
	color: hsl(19, 62%, 50%);
}
.vertical-align-top {
	vertical-align:top;
}
.white {
	color: #fff !important;
}

.width-100 > img {
	border: solid 1px hsl(199.0, 100%, 85%);
	width: calc(100% - 2px);
}

.width-12px {width: 12px;}
.width-12px > img {
	width: 10px;
}
.width-120px {width: 120px;}
.width-120px > img {
	border: solid 1px hsl(199.0, 100%, 85%);
	width: 118px;
}
.width-16px {width: 16px;}
.width-16px > img {
	/*border: solid 1px hsl(199.0, 100%, 85%);*/
	width: 14px;
}
.width-30px {width: 30px !important;}
.width-42px {width: 42px;}
.width-42px > img {
	width: 40px;
}
.width-50 {width: 50% !important;}
.width-50px {width: 50px;}
.width-50px img {
	width: 48px;
}
.width-60px {width: 60px;}
.width-60px > img {
	border: solid 1px hsl(199.0, 100%, 85%);
	width: 58px;
}
.width-84px {width: 84px;}
.width-84px > img {
	border: solid 1px hsl(199.0, 100%, 85%);
	width: 82px;
}
.width-120px {width: 120px;}
.width1 {width: 70.71%;}
.width2 {width: 50.00%;}
.width3{width: 35.36% !important;}
.width4{width: 25.00%;}
.width5{width: 17.68%;}
.width6 {width: 12.50%;}
.width7{width: 8.84%;}
.width8{width: 6.25%;}
.width9{width: 4.42%;}
.width10{width: 3.13%;}
.width11 {width: 2.21%;}
.width12 {width: 1.56%;}
.width13{width: 1.10%;}
.width-query {width: calc(100% - 72px);}
.x-small {
	font-size: 62%;/*適当*/
}
.x-large {
	font-size: 250%;/*電話番号*/
}
.yellow {
	color: #d99400;
}



@media only screen and (min-width:768px){/*PC*/
	body {
		font-size: 13.5px;
	}
	.btnGrad.larger.circle {
		height: 60px;
		line-height: 60px;
		padding: 0;
		
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}
	#btnHamburger {
		margin-left: calc(100% - 25%);/*33.33%*/
		padding-top: 16px;/*34px;*/
		width: 25%;/*33.33%;*/
	}
	#btnHamburger span {
		margin: 0 auto 8px auto;/*8pxは適当*/
		width: 30px;
	}
	.btnSubmit {
		height: 60px;
		margin-top: 16px;
		width: 25%;
	}
	.btnSubmit.reset {
		margin: 16px 0 0 2px;
	}
	.div_container {
		max-width: 960px;
		padding: 45px 30px;
	}
	#HamburgerMenu {
		max-width: 480px;
		width: 50%;
	}
	#HamburgerMenu.open {
		margin-left: 50%;
	}
	#header_globalmenu a {
		font-size: 85%;
		height: 120px;/*→ main.logged-in に転記する*/
		padding-top: 26px;
	}
	#header_globalmenu a img {
		margin-bottom: 4.5%;
	}
	#header_globalmenu_wrapper {
		top: 73px;/*#header_subtitle = 72px (+ 1px) の高さ*/
		width: 100%;
	}
	#header_subtitle {
		height: 72px;/*→ #header_globalmenu_contaier: top、main: margin-top へコピーする*/
	}
	#header_subtitle img {
		width: 100px;
	}
	#header_subtitle_h1 {
		font-size: 6px;
	}
	#header_subtitle_container > div:first-child {
		padding: 12px 0 0 12px;/*28px 0 0 12px;*/
	}
	.heading2 {
		margin: 84px 0 42px 0;
	}
	.imgBox > div {
		padding: 16px 0;
	}
	.imgBox > div:last-child {
		padding: 16px;
	}
	main {
		margin-top: 73px;/*72px + 1px*//*52px;*//*30px;*/
		padding-bottom: 45px;
	}
	main.logged-in {
		margin-top: 192px;/*72px + 120px*/
	}
	.mark {
		font-size: 9.5px;
		padding: 2px 6px 1px 6px;
	}
	.mark.thick {
		padding: 3px 4px 2px 4px;
	}
	.mark.thin {
		padding: 1px 6px 0 6px;
		position: relative;
		top: -1px;
	}
	.sp-only {
		display: none; 
	}
	table.form {
		border-color: hsl(0, 0%, 85%);
		border-style: solid;
		border-width: 1px 0 0 1px;
	}
	table.form td {
		border-color: hsl(0, 0%, 85%);
		border-style: solid;
		border-width: 0 1px 1px 0;
		display:table-cell;
		padding: 16px;
	}
	table.form th {
		background: hsl(0, 0%, 85%);
		border-color: #fff;
		border-style: solid;
		border-width: 0 1px 1px 0;
		display:table-cell;
		padding: 16px;
		width: 25%;
	}
	table.view th {
		background-color: hsl(0, 0%, 50%);
		border-color: hsl(0, 0%, 91%);
		border-style: solid;
		border-width: 0 0 1px 0;
		color: #fff;
		padding: 16px;
	}
	table.view td {
		border-color: hsl(0, 0%, 91%);
		border-style: solid;
		border-width: 0 0 1px 0;
		padding: 16px;
	}
}

@media only screen and (max-width:767px){/*SP*/
	body {
		font-size: 12.5px;/*12.0px;*/
	}
	.btnGrad.larger.circle {
		height: 42px;
		line-height: 42px;
		padding: 0;
		
		-webkit-border-radius: 21px;
		-moz-border-radius: 21px;
		border-radius: 21px;
	}
	#btnHamburger {
		margin-left: calc(100% - 20vw);
		padding-top: 8px;
		width: 20vw;
	}
	#btnHamburger span {
		margin: 0 auto 6px auto;/*8pxは適当*/
		width: 22px;
	}
	.btnSubmit {
		display: block;
		height: 48px;/* 42px + 6px */
		margin-top: 16px;
		width: 100%;
	}
	.btnSubmit.reset {
		margin-top: 2px;
	}
	.div_container {
		padding: 4.5%;
	}
	#HamburgerMenu {
		width: calc(80% - 1px);
	}
	#HamburgerMenu.open {
		margin-left: calc(20% + 1px);
	}
	#header_globalmenu a {
		font-size: 62%;
		height: 66px;/*→ main.logged-in に転記する*/
		padding-top: 15px;
	}
	#header_globalmenu a img {
		margin-bottom: 2px;
	}
	#header_globalmenu_wrapper {
		top: calc(56px + 1px);
		width: 100%;
	}
	#header_subtitle {
		height: 56px;/*スマホのヘッダー基準値*//*→ #header_globalmenu_contaier: top, main: margin-top, main.logged-in: margin-top へコピーする*/
	}
	#header_subtitle img {
		width: 72px;
	}
	#header_subtitle_h1 {
		font-size: 7px;
	}
	#header_subtitle_container > div:first-child {
		padding: 9px 0 0 12px;/*18px 0 0 12px;*/
	}
	.heading2 {
		margin: 42px 0 21px 0;
	}
	.imgBox > div {
		padding: 3.75vw 0;
	}
	.imgBox > div:last-child {
		padding: 3.75vw;
	}
	main {
		margin-top: calc(56px + 1px);
		padding-bottom: 4.5%;
	}
	main.logged-in {
		margin-top: 124px;/*56px + 1px + 67px*/
	}
	.mark {
		font-size: 9.5px;
		padding: 2px 4px 1px 4px;
	}
	.mark.thick {
		padding: 3px 4px 2px 4px;
	}
	.mark.thin {
		padding: 1px 4px 0 4px;
		position: relative;
		top: -2px;
	}
	.sp-hide {
		display: none !important;
	}
	table.form td {
		border-style: none;
		display: block;
		padding: 2px 0 0 0;
	}
	table.form th {
		border-style: none;
		color:hsl(0, 0%, 15%);
		display: block;
		font-weight: bold;
		padding: 16px 0 6px 0;
	}
	table.view th {
		background-color: hsl(0, 0%, 50%);
		border-color: hsl(0, 0%, 91%);
		border-style: solid;
		border-width: 0 0 1px 0;
		color: #fff;
		padding: 12px;
	}
	table.view td {
		border-color: hsl(0, 0%, 91%);
		border-style: solid;
		border-width: 0 0 1px 0;
		padding: 12px;
	}
}

@keyframes transform-blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.24;
	}
}
