@charset "utf-8";
/*
ベース色 : hsl(199, 100%, 50%);#4060bf
ベース色 : hsl(199, 44%, 44%);#3f58a2
ベース色 : hsl(199, 38%, 38%);#3c4e86

[Blue]
hsl(199, 100%, 97%)
hsl(199, 100%, 94%)
hsl(199, 100%, 62%)
hsl(199, 100%, 50%)
hsl(199, 76%, 50%)
hsl(199, 76%, 38%)
hsl(199, 62%, 62%)
hsl(199, 38%, 50%)

[LightBlue]
hsl(195, 85%, 62%)
hsl(180, ?, ?)

[BlueGreen]
hsl(199, 62%, 62%)

[Green]
hsl(109, ?, ?)

[Red]
hsl(349, ?, ?)

[Yellow]
hsl(45, 100%, 94%);
hsl(45, 100%, 50%);#ffbf00

*/

a {
	color: hsl(199.0, 94%, 50%);
	text-decoration: none;
}
a img {
	border-width: 0;
}
a.lightgray, 
a.lightgray:visited {
	color: hsl(0, 0%, 85%);
}
a.underline {
	text-decoration: underline;
}
a.underline:hover {
	text-decoration: none;
}
a:hover {
	color: hsl(199.0, 94%, 62%);
	text-decoration: underline;
}

.aboutus_president {
	color: rgb(15%,15%,15%);
	font-family: 'ＭＳ Ｐ明朝', 'MS PMincho';
	font-size: 124%;
	line-height: 200%;
	margin: 42px 0;
}
.background-black {
	background: #000 !important;
}
.background-circle-red {
	background: hsl(4, 100%, 50%);
	display: inline-block;
	position: relative;
	text-align: center;
}
.background-darkgray {
	color: #fff;
	
	background: -webkit-gradient(linear, left top, left bottom, from(hsl(0, 0%, 38%)), to(hsl(0, 0%, 31%)));
	background: -moz-linear-gradient(top, hsl(0, 0%, 38%), hsl(0, 0%, 31%));
	background: -ms-linear-gradient(top, hsl(0, 0%, 38%), hsl(0, 0%, 31%));
}
.background-darkgray h2 {
	border-color: #fff;
	color: #fff;
}
.background-darkgray h3 {
	border-color #fff;
	color: #fff;
}
.background-gray {
	background: #808080;
	
	background: -webkit-gradient(linear, left top, left bottom, from(hsl(0, 0%, 62%)), to(#808080));
	background: -moz-linear-gradient(top, hsl(0, 0%, 62%), #808080);
	background: -ms-linear-gradient(top, hsl(0, 0%, 62%), #808080);
}
.background-lightgray {
	background: hsl(0, 0%, 91%);
	
	background: -webkit-gradient(linear, left top, left bottom, from(hsl(0, 0%, 97%)), to(hsl(0, 0%, 94%)));
	background: -moz-linear-gradient(top, hsl(0, 0%, 97%), hsl(0, 0%, 94%));
	background: -ms-linear-gradient(top, hsl(0, 0%, 97%), hsl(0, 0%, 94%));
}
.background-superlightgray {background: hsl(0, 0%, 97%);}
.black {color: hsl(0, 0%, 24%) !important;}
.block-flow {
	border: solid 1px hsl(0, 0%, 85%);
	margin: 0 auto;
	padding: 8px;
	text-align: center;
	
	/*角を丸くする*/
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.block_linkcolor {
	border: double 3px hsl(0, 0%, 91%);
	display: block;
	height: 14px;
	margin-top: 2px;
	width: 14px;
}
.blue {
	color: hsl(199, 100%, 44%) !important;
}
.blue:hover {
	color: hsl(199, 100%, 38%) !important;
}
blockquote {
	font-style: italic;
	line-height: 176%;
	margin: 0;
}
blockquote cite {
	color: hsl(0, 0%, 50%);
}
body {
	background: #fff;
}
.border-bottom-none {border-bottom-style: none !important;}
.border-style-none {border-style: none;}
.box-shadow {
	border-color: hsl(0, 0%, 94%) hsl(0, 0%, 85%) hsl(0, 0%, 76%) hsl(0, 0%, 91%);
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 16px 16px -8px rgba(64, 64, 64, 31%);
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
a .box-shadow {
	border-color: hsl(199, 50%, 94%) hsl(199, 50%, 85%) hsl(199, 50%, 76%) hsl(199, 50%, 91%);
}
a .box-shadow:hover {
	box-shadow: 0 16px 16px -8px rgba(64, 64, 64, 44%);
	border-color: hsl(199.0, 94%, 50%);
	position: relative;
	top: -1px;
}
br.thick {
	display: block;
	content: "";
	margin-bottom: 12px;
}
.btnGrad, .btnSubmit {
	border-color: hsl(0, 0%, 91%) hsl(0, 0%, 85%) hsl(0, 0%, 76%) hsl(0, 0%, 91%);
	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;
	height: 36px;
	line-height: 34px;
	padding: 0 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.blue {
	color: #fff;
	
	/*グラデーション*/
	background: -webkit-gradient(linear, left top, left bottom, from(hsl(199.0, 94%, 62%)), to(hsl(199.0, 94%, 50%)));
	background: -moz-linear-gradient(top, hsl(199.0, 94%, 62%), hsl(199.0, 94%, 50%));
	background: -ms-linear-gradient(top, hsl(199.0, 94%, 62%), hsl(199.0, 94%, 50%));
}
.btnGrad.blue:link {
	color: #fff;
}
.btnGrad.blue:visited {
	color: #fff;
}
.btnGrad.larger {
	font-size: 115%;
}
.btnGrad.smaller {
	padding: 0 12px;
	width: auto;/*120px;*/
}
.btnGrad:hover {
	border-color: hsl(0, 0%, 85%) hsl(0, 0%, 76%) hsl(0, 0%, 62%) hsl(0, 0%, 85%);
	box-shadow: 2px 4px 8px 0px hsla(0, 0%, 76%, 0.38);
	color: hsl(0, 0%, 15%);
}
.btnHamburgermenu {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 84px;
	justify-content: center;/*センタリング*/
	width: 72px;
}
.btnHamburgermenu span, 
.btnHamburgermenu span:before, 
.btnHamburgermenu span:after {
	background: hsl(0, 0%, 24%);/*#fff;*/
	border-radius: 3px;
	content: '';
	display: block;
	height: 3px;
  position: absolute;
	width: 26px;
}
.btnHamburgermenu span:before {
	bottom: 9px;
}
.btnHamburgermenu span:after {
	top: 9px;
}
.btnHamburgermenu.open span {
	background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
.btnHamburgermenu.open span::before {
	bottom: 0;
	transform: rotate(45deg);
}
.btnHamburgermenu.open span::after {
	top: 0;
	transform: rotate(-45deg);
}
.btnLarge {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	color: hsl(199, 62%, 62%);
	float: left;
	font-size: 1.6em;
	padding: 16px 80px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	
	/*角を丸くする*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	/*グラデーション*/
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsl(0, 0%, 94%)));
	background: -moz-linear-gradient(top, #fff, hsl(0, 0%, 94%));
	background: -ms-linear-gradient(top, #fff, hsl(0, 0%, 94%));
}
.btnLarge:hover {
	color: hsl(199, 62%, 62%);
	text-decoration: none;
}
.btnLarge:visited {
	color: hsl(199, 62%, 62%);
}

.char_gt {
	font-family: "MS UI GOTHIC";
}
.cursor-pointer {
	cursor: pointer;
}
.discount {
	color: #D93814;
	font-size: 1.5em;
	font-weight: bold;
}
.discount:visited {
	color: #D93814;
}
.display-none {
	display: none;
}
#div_eyecatch {
	margin: 0 auto;
	max-height: 504px;/*1152px の 16:7*/
	max-width: 1152px;/*1280px;*/
	overflow: hidden; 
}
#div_eyecatch_wrapper {
	background-blend-mode: lighten;
	background-color: rgba(255,255,255,0.85);
	background-position: 50% 0;
	padding-top: 84px; 
	width: 100%;
}
#div_eyecatch img {
	width: 100%;
}
div.faq {
	background: #fff;
	box-shadow: 0 16px 16px -8px rgba(64, 64, 64, 31%);
	margin-top: 42px;
}
div.faq hr {
	border-color: #808080;
	border-style: solid;
	border-width: 0 0 1px 0;
	margin: 30px 0;
}
.div_main {
	margin: 0 auto;
}
.div_message {
	border: solid 1px hsl(0, 0%, 85%);
	display: block;
	line-height: 224%;/* br タグ１つで改行する*/
	padding: 102px 16px;/*102 = (84 + 120) / 2*/
	text-align: center;
	width: 100%;
}
.float {
	float: left;
	margin: 0 32px 0 0;
}
.float160 {
	float: left;
	margin: 0;
	width: 530px;
}
.float_note {
	float: left;
	line-height: 200%;
	margin: 0 0 16px 0;
	width: 650px;/*この幅は適当に決めた*/
}
footer {
	background: #585757;/*hsl(199.0, 94%, 15%);*/
}
footer .copyright {
	font-size: 62%;
	text-align: center;
	color: #fff;
	margin-top: 60px;
}
footer .logo {
	text-align: center;
}
footer .nav_contents > ul {
	list-style-type: none;
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
}
footer .nav_contents > ul > li a {
	color: #fff;
	font-size: 12px;
	font-size: 85%;
	position: relative;
	transition: .3s;
}
footer .nav_contents > ul > li a:before {
	width: 0;
	height: 1px;
	background: #fff;
	transition: .3s;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;	
	content: "";
}
footer .nav_contents > ul > li a:hover {
	text-decoration: none;
}
footer .nav_contents > ul > li a:hover:before {
	width: 100%;
}
footer .nav_contents > ul > li > a:before {
	width: 0;
	height: 1px;
	background: #fff;
	transition: .3s;
	position: absolute;
	left: 0;
	bottom: 0;
}
footer .nav_contents > ul > li > ul {
}
footer .nav_contents > ul > li > ul > li {
	
}
footer .nav_contents > ul > li > ul > li a {
	position: relative;
	padding-left: 20px;
}
footer .nav_contents > ul > li > ul > li a:before {
	position: absolute;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 10px;
	width: 10px;
	content: "";
	background: none;
	top: 4px;
}

form {
	display: inline;
}
.green {
	color: hsl(109, 100%, 31%);
}
.guide {
	float: left;
	margin: 32px;
	text-align: left;
}
.guide_dotted {
	border-color: hsl(0, 0%, 85%);
	border-style: dotted;
	border-width: 1px;
	padding: 32px;

	/*角を丸くする*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.guide_note {
	float: left;
	margin: 0 0 16px 0;
	text-align: center;
	width: 32px;
}
h1 {
	color: #000;
	font-weight: 600;
	margin: 0 0 42px 0;/*42px 0*/
}
h2 {
	/*background: hsl(199, 100%, 98.5%);*/
	border-color: hsl(4, 100%, 44%);/*hsl(199, 100%, 38%)*/
	border-width: 0 0 0 16px;
	border-style: solid;
	color: #000;
	padding: 16px 22px 10px 22px;
	margin: 0 0 30px 0;/*60px 0 30px 0;*/
}
h2.h2_authority {
	background: #fff;
	border-style: none;
	font-size: 109%;
	margin: 0 auto !important;

	/*角を丸くする*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
h2.text-align-center {
	border-style: none;
}
h3{
	/*
	color: #666666;
	font-size: 24px;
	font-size: 176%;
	margin-bottom: 20px;
	*/
	border-color: hsl(0, 0%, 50%);
	border-style: dotted;
	border-width: 0 0 1px 0;
	color: #000;
	font-size: 138%;
	line-height: 162%;
	margin: 0 0 30px 0;/*0 0 1.6rem 0;*//*2.6rem 0 1.6rem 0;*/
	padding: 8px 22px 6px 22px;
}
h3.border {
	border-color: #fff #fff hsl(0, 0%, 62%) #185B9E;
	border-style: solid;
	border-width: 0 0 1px 12px;
	margin: 42px 0 0 0;
	padding: 8px 24px;
}
h3.grad {
	border-color: hsl(0, 0%, 94%) hsl(0, 0%, 91%) hsl(0, 0%, 91%) hsl(0, 0%, 94%);
	border-style: solid;
	border-width: 1px;
	color: rgb(15%,15%,15%);
	font-size: 1.0em;
	/*height: 40px;*/
	padding: 14px;
	
	/*角を丸くする*/
	-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%, 91%)));
	background: -moz-linear-gradient(top, #fff, hsl(0, 0%, 91%));
	background: -ms-linear-gradient(top, #fff, hsl(0, 0%, 91%));
}
/*
h3 strong {
	background: hsl(0, 0%, 24%);
	color: #fff;
	font-size: 85%;
	width: 103px;
	height: 22px;
	text-align: center;
	font-weight: 100;
	display: inline-block;
	line-height: 22px;
	margin-right: 24px;
}
*/
h4 {
	/*
	border-bottom: 3px solid hsl(0,0%,31%);
	color: #666666;
	font-weight: 100;
	line-height: 1;
	font-size: 100%;
	*/
	background: hsl(0, 0%, 97%);
	border-color: hsl(199, 100%, 15%);
	border-width: 0 0 0 6px;
	border-style: none;
	color: #000;
	padding: 10px 22px 8px 22px;
	margin: 0 0 1.6rem 0;/*2.6rem 0 1.6rem 0*/
}
header {
	background: #fff;
}
#header_cta {
	display: flex;
	width: 100%;
}
#header_cta > div:last-child {
	text-align: right;
}
#header_fixed_wrapper {
	background: hsla(0, 0%, 100%, 0.85);
	height: 84px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}
#header_globalmenu a {
	letter-spacing:  -1px;
	display: block;
}
#header_globalmenu a:hover .menu-memo {
	color: hsl(0, 0%, 85%);
}
#header_logo a {
	transition: .3s;
}
#header_logo a:hover {
	opacity: .7;
}
#header_pc {
	display: flex;
}

/*幅960pxの場合*/
.height1 {height: 678px;}
.height2 {height: 480px;}
.height3 {height: 340px;}
.height4 {height: 240px;}
.height5 {height: 170px;}
.height6 {height: 120px;}
.height7{height: 84px;}
.height8 {height: 60px;}
.height9{height: 42px;}
.height10 {height: 30px;}
html {
	background: #585757;/*hsl(199.0, 94%, 15%);*/
}
.iconHP {
	background: hsl(0, 0%, 44%);
	/*box-shadow: 0 12px 12px -6px rgba(64, 64, 64, 19.5%);*/
	color: #fff;
	display: inline-block;
	font-size: 7px;
	line-height: 115%;
	margin: 12px 0 0 4px;
	padding: 8px 0;
	text-align: center;
	width: 60px;
	
	/*角を丸くする*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	/*グラデーション*/
	background: -webkit-gradient(linear, left top, left bottom, from(hsl(199, 76%, 69%)), to(hsl(199, 76%, 50%)));
	background: -moz-linear-gradient(top, hsl(199, 76%, 69%), hsl(199, 76%, 50%));
	background: -ms-linear-gradient(top, hsl(199, 76%, 69%), hsl(199, 76%, 50%));
}
.iconHP.gray {
	background: -webkit-gradient(linear, left top, left bottom, from(hsl(0, 0%, 76%)), to(hsl(0, 0%, 62%)));
	background: -moz-linear-gradient(top, hsl(0, 0%, 76%), hsl(0, 0%, 62%));
	background: -ms-linear-gradient(top, hsl(0, 0%, 76%), hsl(0, 0%, 62%));
}
.iconHP img {
	margin-bottom: 6px;
}
img {
	vertical-align: middle;
}
img.border3 {
	border: 3px double hsl(0, 0%, 85%);
}
img.border_right {
	border: solid 1px hsl(0, 0%, 62%);
	margin: 0 0 16px 16px;
}
img.border_right:hover {
	border: solid 1px hsl(199, 100%, 62%);
}
img.contact {
	width: 100%;
}
img.sidemenu {
	border: solid 1px hsl(0, 0%, 62%);
	width: 60px;
}
img.sidemenu:hover {
	border: solid 1px hsl(199, 100%, 62%);
}

img.thumbnail {
	border: solid 1px hsl(0, 0%, 62%);
	height: 60px;
	margin: 0 4px 4px 0;
	width: 60px;
}
img.thumbnail:hover {
	border: solid 1px hsl(199, 100%, 62%);
}
input[type="number"]:focus, 
input[type="password"]:focus, 
input[type="tel"]:focus, 
input[type="text"]:focus, 
select:focus, 
textarea:focus {
	background: hsl(199, 100%, 94%);
	border-color: hsl(199, 100%, 62%);
}
input.btnNormal {
	height: 54px;
	width: 160px;
}
input.code {
	ime-mode: disabled;
	text-align: center;
}
input.code:focus {
	text-align: left;
}
input.disabled {
	ime-mode: disabled;
}
input.inactive {
	ime-mode: inactive;
}
input.number {
	ime-mode: disabled;
	text-align: right;
}

.isHistory {
	background: hsl(0, 0%, 94%);
	color: rgb(76%,76%,76%);
}
.italic {
	font-style: italic;
}
.large {font-size: 185%;}
.larger {font-size: 138%;}
.lightgray {
	color: hsl(0, 0%, 62%);
}
.line-height-50 {line-height: 50%;}
main {
	background: #fff;
}
.margin-bottom-0 {margin-bottom: 0 !important;}
.margin-bottom-6px {margin-bottom: 6px;}
.margin-bottom-12px {margin-bottom: 12px;}
.margin-bottom-16px {margin-bottom: 16px;}
.margin-top-0 {margin-top: 0 !important;}
.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;}
.margin-top-16px {margin-top: 16px;}
.margin-top-22px {margin-top: 22px !important;}
.margin-top-30px {margin-top: 30px;}
.margin-top-42px {margin-top: 42px;}
.margin-top-60px {margin-top: 60px;}
.margin-top-84px {margin-top: 84px;}
.mark {
	background: #fff;
	border: solid 1px hsl(0, 0%, 85%);
	font-size: 85%;
	margin-right: 2px;
	padding: 0px 4px;
	position: relative;
	top: -2px;
	
	/*角を丸くする*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.marker-red {
    background: linear-gradient(transparent 91%, hsl(4, 100%, 50%) 0%) !important;
}
.marker-white {
    background: linear-gradient(transparent 91%, #fff 0%);
}
.marker-yellow {
    background: linear-gradient(transparent 60%, hsl(64, 100%, 50%) 0%) !important;
}
.media {
	display: none;
}

.memo {
	color: hsl(0, 0%, 62%);
	font-size: 0.85em;
}
.memo a {
	color: hsl(0, 0%, 62%);
	text-decoration: none;
}
.memo a:hover {
	text-decoration: underline;
}
.memo a:visited {
	color: hsl(0, 0%, 62%);
}
.memo.margin-top {
	margin-top: 6px;
}
.min-width-42px{min-width: 42px}
.min-width-60px{min-width: 60px}
.min-width-84px{min-width: 84px;}
.min-width-170px{min-width: 170px}

#mypage h5 {
	background: hsl(199.0, 94%, 44%);
	color: #fff;
	cursor: pointer;
	padding: 12px;
}
#mypage table th {
	text-align: left;
}

.note_column {
	background: hsl(0, 0%, 94%);
	border-color: hsl(0, 0%, 85%);
	border-style: solid;
	border-width: 4px;
	margin: 0 0 16px 0;
	padding: 16px 0 0 0;
	
	/*角を丸くする*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
ol {
	padding-inline-start: 30px;
}
.padding-bottom-0 {padding-bottom: 0 !important;}
.padding-bottom-30px {padding-bottom: 30px !important;}
.padding-top-0 {padding-top: 0 !important;}
.padding-top-30px {padding-top: 30px !important;}
.problemBox {
	display: flex;
	font-size: 109%;
	line-height: 176%;
	margin-top: 4px;
}
.problemBox > div:first-child {
	font-size: 138%;
	padding-top: 2px;
	width: 36px;
}
.problemBox > div:last-child {
	width: calc(100% - 36px);
}
.profileBox {
	display: flex;
}
.profileBox > div:first-child {
	width: 60px;
}
.profileBox > div img {
	width: 58px;
	
	/*角を丸くする*/
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.profileBox > div:last-child {
	margin-left: 30px;
	width: calc(100% - 60px - 30px);
}
.qanda {
	font-size: 30px;
}
.red {color: hsl(4, 100%, 50%) !important;}
.ruby {
	color: hsl(0, 0%, 62%);
	font-size: 85%;
	margin-bottom: 3px;
}
section.h2:nth-child(even){
	background: hsl(0, 0%, 97%);
}
#sidemenu #imap_view_inbox_lashotan, 
#sidemenu #imap_view_sent_lashotan {
	display: none;
}

#sidemenu a {
	border-bottom: dotted 1px hsl(0, 0%, 85%);
	color: rgb(38%,38%,38%);
	font-size: 76%;
	display: block;
	padding: 12px 0px 8px 12px;
	transition: 0.3s;
}
#sidemenu a img {
	margin-right: 6px;
	position: relative;
	top: -1px;
}
#sidemenu a:hover {
	background: hsl(0, 0%, 94%);
	padding-left: 22px;
	text-decoration: none;
}
#sidemenu h5 img {
	height: 100%;
}
#sidemenu h6 {
	background: hsl(199.0, 94%, 94%);
	border-color: hsl(0, 0%, 85%) hsl(199.0, 94%, 44%);
	border-style: dotted solid;
	border-width: 0 0 1px 6px;
	font-size: 76%;
	padding: 12px 0 8px 12px;
	text-align: left;
	transition: 0.3s;
}
/*
#sidemenu h6:hover {
	padding-left: 22px;
}
*/
#sidemenu ul {
	list-style-type: none;
	padding: 0;
}
.small {font-size: 7px;}
.smaller {font-size: 85%;}
.smaller08 {font-size: 0.8em;}
strong.red {color: hsl(349, 62%, 50%);}
strong.title {
	font-size: 1.6em;
	color: rgb(38%,38%,38%);
}
table.form tbody tr th {
	text-align: left;
}
table.view {
	background: #fff;
	border-color: hsl(0, 0%, 85%);
	border-style: solid;
	border-width: 1px 0 0 0;
}
table.view td {
	border-color: hsl(0, 0%, 85%);
	border-style: solid;
	border-width: 0 0 1px 0;
	padding: 8px;
}
table.view th {
	background: hsl(199.0, 94%, 44%);
	border-color: #fff;
	border-style: solid;
	border-width: 0 0 1px 0;
	color: #fff;
	padding: 8px;
	text-align: center;
}
table.view th a {
	color: #fff;
	text-decoration: underline;
}
table.view th a:hover {
	text-decoration: none;
}
table.view.border {
	border-width: 1px 0 0 1px;
}
table.view.border td {
	border-width: 0 1px 1px 0;
}
table.view.border th {
	border-width: 0 1px 1px 0;
}
table.view.smaller td {
	padding: 6px;
}
table.view.smaller th {
	padding: 6px;
}
table.view.text-align-left th {
	text-align: left;
}
.text-align-center {text-align: center;}
.text-align-right {text-align: right;}
.text-decoration-line-through {text-decoration: line-through;}
textarea.emailedit {
	padding: 30px;
}
.top--1px {
	position: relative;
	top: -1px;
}
tr.background-blue td {
	background: hsl(199, 100%, 97%);
}
tr.background-lightgray td {
	background: hsl(0, 0%, 91%);
	color: hsl(0, 0%, 62%);
}
.trueblack {color: #000 !important;}
ul {
	padding: 0 0 0 18px;
}
ul.list-style-type-none {
	list-style-type: none;
	padding-left: 6px;
}
ul.decimal {
	list-style-type: decimal;
}
ul.tags {
	padding: 0;
}
ul.tags li {
	border: 1px solid hsl(199, 19.5%, 50%);
	border-radius: 28px;
	color: hsl(199, 19.5%, 50%);
	display: inline;
	font-size: 62%;
	margin: 0 8px 8px 0;
	transition: .3s;
	white-space: nowrap;
}
.white {color: #fff;}
.width-22px {width: 22px;}
.width-100 {width: 100%;}
.width-120px {width: 120px;}
.width-170px {width: 170px;}
.width-60px {width: 60px;}
.width-84px {width: 84px;}
.width-search {width: calc(100% - 60px);}
.width1 {width: 70.71% !important;}
.width2 {width: 50.00% !important;}
.width3 {width: 35.36% !important;}
.width4 {width: 25.00% !important;}
.width5 {width: 17.68% !important;}
.width6 {width: 12.50% !important;}
.width7 {width: 8.84% !important;}
.width8 {width: 6.25% !important;}
.width9 {width: 4.42% !important;}
.width10 {width: 3.13% !important;}
.width11 {width: 2.21% !important;}
.width12 {width: 1.56% !important;}
.width13 {width: 1.10% !important;}
.work_view_title {
	font-size: 1.1em;
}
.workoption {
	background: hsl(199, 100%, 62%);
	color: #fff;
	float: left;
	font-size: 11px;
	height: 14px;
	margin-right: 2px;
	text-align: center;
	width: 57px;
	
	/*角を丸くする*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.workoption.coding {
	background: hsl(349, 85%, 62%);
}
.workoption.design {
	background: hsl(105, 62%, 62%);
}
.workoption.system {
	background: hsl(195, 85%, 62%);
}


@media only screen and (min-width:768px){/*PC*/
	.background-circle-red {
		font-size: 138%;
		height: 42px;
		padding-left: 4px;
		padding-top: 9px;
		width: 42px;
		
		-webkit-border-radius: 21px;
		-moz-border-radius: 21px;
		border-radius: 21px;
	}
	.btnHamburgermenu {
		display: none;
	}
	div.cols3 {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	div.cols3 > div {
		margin-left: 4.25%;
		margin-top: 42px;
		width: 30.5%;
	}
	div.cols3 > div:first-child {
		margin-top: 0;
	}
	div.cols3 > div:nth-child(2) {
		margin-top: 0;
	}
	div.cols3 > div:nth-child(3) {
		margin-top: 0;
	}
	div.cols3 > div:nth-of-type(3n + 1) {
		margin-left: 0;
	}
	div#div_main_wrapper {
		display: flex;
		justify-content: center;
		margin: 0 auto;
		max-width: 1152px;/*1280px;*/
	}
	div.faq {
		padding: 60px;
	}
	div.form {
		border-color:hsl(0, 0%, 85%);
		border-style: dotted;
		border-width: 1px 0 0 1px;
	}
	div.form > div {
		display: flex;
	}
	div.form > div > div {
		border-style: solid;
		border-width: 0 1px 1px 0;
		padding: 16px;
	}
	div.form > div > div:nth-child(odd) {
		background: hsl(199.0, 94%, 44%);
		border-color: #fff;
		color: #fff;
		padding-top: 26px;
		width: 25%;
	}
	div.form > div > div:nth-child(even) {
		border-color:hsl(0, 0%, 85%);
		width: 75%;
	}
	.div_main {
		max-width: 1152px;/*1280px;*/
		padding: 84px 30px;/*0 30px*/
	}
	.div_main_inner {
		padding: 0 0 0 30px;
	}
	h1 {
		font-size: 185%;
	}
	h2 {
		font-size: 162%;
	}
	h2.h2_authority {
		width: 76%;
	}
	/*
	h2.text-align-center {
		margin: 60px 0;
	}
	*/
	#header_cta {
		margin: 0 auto;
		max-width: 960px;
	}
	#header_cta > div:first-child {
		width: 72px;
	}
	#header_cta > div:last-child {
		font-size: 215%;
		width: calc(100% - 72px);
	}
	#header_cta > div:last-child img {
		height: 72px;
		/*width: calc((100% + 72px) / 2);*/
	}
	#header_cta > div:last-child a {
		color: hsl(0, 0%, 24%);
		font-family: Impact;
		letter-spacing: 2px;
	}
	#header_cta > div:last-child #header_cta_contactus_pc {
		padding-top: 8px;
	}
	#header_cta > div:last-child #header_cta_contactus_sp {
		display: none;
	}
	/*
	#div_eyecatch {
		clear: both;
		margin: 0 auto;
		max-width: 1366px;
		padding: 12px 3.75%;
		width: 100%;
		box-sizing:  border-box;
	}
	*/
	#header_globalmenu {
		font-size: 76%;
		padding: 34px 30px 0 0; 
		text-align: right; 
		width: calc(100% - 128px); 
	}
	#header_globalmenu a{
		position:relative;
		transition:.3s; 
	}
	#header_globalmenu a:hover{
		text-decoration: none; 
		}
	#header_globalmenu a .menu-memo{
		font-family:'Microsoft Sans Serif';
	}
	#header_globalmenu a span {
		display:block;
		line-height: 16px;
		transition: .3s;
		vertical-align: sub;
	}
	#header_globalmenu a span.globalmenu_en {
		font-size: 94%;
		left: 0;
		letter-spacing: 1px;
		margin: 0 auto;
		opacity: 0;
		position:absolute;
		right: 0;
		top: 0;
	}
	/*
	#header_globalmenu a:hover span.globalmenu_en {
		opacity: 1;
	}
	*/
	#header_globalmenu a:hover span.globalmenu_jp {
		/*opacity: 0;*/
		color: hsl(199.0, 94%, 50%);
	}
	#header_globalmenu ul{
		display: flex;
		justify-content: flex-end;
	}
	#header_globalmenu ul li{
		list-style-type: none;
		margin-left: 16px;
	}
	#header_globalmenu ul li a:hover:before {
		opacity: 1;
	}
	#header_hamburgermenu {
		display: none;
	}
	#header_logo {
		padding: 14px 22px; 
		width: 128px;/*84px + 22px + 22px*/
	}
	#header_logo img{
		width: 84px; 
	}
	html {
		font-size: 16px;
	}
	.imgBox {
		display: flex;
	}
	.imgBox > div {
		width: calc((100% - 72px) / 2);
	}
	.imgBox > div:last-child {
		margin-left: 72px;
	}
	.imgBox.row-reverse {
		flex-direction: row-reverse;
	}
	.imgBox.row-reverse > div:first-child {
		margin-left: 72px;
	}
	.imgBox.row-reverse > div:last-child {
		margin-left: 0;
	}
	#index_news h4 strong {
		color: #fff;
		background: hsl(199, 19.5%, 50%);
	}
	.marker1 {
		/*background: linear-gradient( transparent 94%, hsl(0, 0%, 38%) 0% ) !important;*/
		font-weight: bold;
		color: #000;
	}
	#section_BreadcrumbList {
		position: relative;
	}
	table.form {
		border-color:hsl(0, 0%, 85%);
		border-style: dotted;
		border-width: 1px 0 0 1px;
	}
	table.form tbody tr td {
		background: #fff;
		border-color:hsl(0, 0%, 85%);
		border-style: dotted;
		border-width: 0 1px 1px 0;
		display:table-cell;
		padding: 16px;
	}
	table.form th {
		background: hsl(199.0, 94%, 44%);
		border-color: #fff;
		border-style: solid;
		border-width: 0 1px 1px 0;
		color: #fff;
		display:table-cell;
		padding: 16px;
		width: 25%;
	}
	.text-decoration-underline-scanning {
		position: absolute;
		top: 15px;
	}
	.text-decoration-underline-scanning ol {
		padding: 0;
		list-style-type: none;
	}
	.text-decoration-underline-scanning ol a {
		color: #808080;
		font-size: 10px;
	}
	.text-decoration-underline-scanning ol a:hover {
		text-decoration: none;
	}
	.text-decoration-underline-scanning ol a:before {
		width: 0;
		height: 1px;
		background: #808080;
		transition:.3s;
		position: absolute;
		left: 0;
		bottom: 0;
		display:block;	
		content:"";
	}
	.text-decoration-underline-scanning ol a:hover:before {
		width: 100%;
	}
	ul.tags li {
		padding: 2px 8px;
	}
	ul.tags a:hover {
		background:hsl(199, 19.5%, 50%);
		color:#fff;
		text-decoration: none;
	}
}

@media only screen and (max-width:767px){/*SP*/
	.background-circle-red {
		font-size: 115%;
		height: 30px;
		padding-left: 2px;
		padding-top: 4px;
		width: 30px;
		
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
	}
	.btnSubmit {
		display: block;
		height: 48px;/* 42px + 6px */
		width: 100%;
	}
	.btnSubmit.reset {
		margin-top: 2px;
	}
	div.cols3 {
		flex-wrap: wrap;
		justify-content: space-around;
		width: 100%;
	}
	div.cols3 > div {
		margin-top: 12%;
	}
	div.faq {
		padding: 42px;
	}
	div.form > div > div:nth-child(odd) {
		color: hsl(0, 0%, 15%);
		font-weight: bold;
		margin-top: 16px;
	}
	div.form > div > div:nth-child(even) {
		margin-top: 8px;
	}
	/*
	#div_eyecatch {
		clear: both;
		margin:0 auto;
		max-width:1366px;
		padding: 12px 4.5%;
		width: 100%;
		box-sizing:  border-box;
	}
	*/
	.div_main {
		padding: 12% 6%;/*0 6%*/
	}
	.div_main h4 {
		width:100%;
		position: relative;
		font-size: 16px;
		font-size: 115%;
		padding-bottom: 5px;
	}
	/*
	.div_main h4 strong {
		display: inline-block;
		margin-bottom: 6px;
		width: auto;
		padding: 0 10px;
		font-size: 76%;
	}
	.div_main h4 span {
		display: block;
	}
	*/
	.div_main_inner {
		padding: 0 0 0 6%;
	}
	h1 {
		font-size: 162%;
	}
	h2 {
		font-size: 150%;
	}
	h2.h2_authority {
		width: 100%;
	}
	h2.text-align-center {
		margin: 6% 0;/*12% 0*/
	}
	#header_cta > div:first-child {
		width: 72px;/*60px;*/
	}
	#header_cta > div:last-child {
		font-size: 138%;
		width: calc(100% - 72px);/*calc(100% - 60px);*/
	}
	#header_cta > div:last-child img {
		height: 60px;
		width: calc((100% + 72px) / 2);
	}
	#header_cta > div:last-child #header_cta_contactus_pc {
		display: none;
	}
	#header_globalmenu {
		display: none;
		position: fixed;
		top: 72px;/*60px;*/
		z-index: 1;
		width: 100%;
		background: #000;
	}
	#header_globalmenu a {
		position: relative;
		transition: .3s;
	}
	#header_globalmenu a .menu-memo {
		font-family: 'Microsoft Sans Serif';
	}
	#header_globalmenu a span {
		display: block;
	}
	#header_globalmenu a span.globalmenu_en {
		display: none;
	}
	#header_globalmenu a span.globalmenu_jp {
		color: #fff;
		font-size: 85%;
		line-height: 1;
		letter-spacing: 0px;
		font-weight: 100;
		padding: 16px;
	}
	#header_globalmenu ul li {
		display: block;
		float: none;
		height: auto;
		z-index: 1;
		border-bottom: 1px solid #333;
	}
	#header_globalmenu ul li a {
		height: auto;
		display: block;
	}
	#header_globalmenu ul li a:visited {
		color: #fff;
	}
	#header_hamburgermenu {
		position: fixed;
	}
	#header_logo {
		margin: 16px auto 0 auto;
	}
	#header_logo img {
		width: 84px;/*26%;*/
	}
	html {
		font-size: 14px; 
	}
	#index_news h4 strong {
		color: #fff; 
		background: hsl(199, 19.5%, 50%); 
	}
	.marker1 {
		color: #000; 
	}
	.sp-smaller {
		font-size: 85%; 
	}
	#section_BreadcrumbList {
		box-shadow: 0px 5px 14px -8px #707070 inset; 
		padding-top: 40px; 
		position: relative;
	}
	table.form {
		border-style: none;
	}
	table.form tbody tr td {
		border-style: none;
		display: block;
		padding: 4px 0 0 0;
	}
	table.form tbody tr th {
		background: inherit;
		border-style: none;
		color: hsl(0, 0%, 15%);
		display: block;
		font-weight: bold;
		margin: 12px 0 6px 0;
	}
	.text-decoration-underline-scanning {
		position: absolute;
		top: 15px;
	}
	.text-decoration-underline-scanning ol {
		padding: 0;
		list-style-type: none;
	}
	.text-decoration-underline-scanning ol a {
		color: #808080;
		font-size: 10px;
	}
	.text-decoration-underline-scanning ol a:before {
		width: 0;
		height: 1px;
		background: #808080;
		transition: .3s;
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
		content: "";
	}
	ul.tags li {
		padding: 0px 8px;
	}
}
