@charset "utf-8";



body {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 2;
	background: #eee url(../images/bg.png);
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}
a {
	color: #666;
	transition: 0.5s;
}
a:hover {
	color: #0e36ca;
	text-decoration: none;
}
#container {
	border-top: 5px solid #0e36ca;
	margin: 0 auto;
	max-width: 1200px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

header {
	overflow: hidden;
	height: 100px;
}
header #logo img {
	width: 300px;
	float: left;
	margin-top: 36px;
	margin-left: 4%;
}

#menubar {
	overflow: hidden;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}
#menubar li {
	float: left;
	line-height: 1.6;
	width: 13.83%;
}
#menubar li a {
	display:  block;text-decoration: none;
	position: relative;
	text-align: center;
	padding: 12px 0px;
	border-left: 1px solid #d2d2d2;
	font-weight: bold;
}
#menubar li:first-child {
	width: 17%;
}
#menubar li:first-child a {
	border-left: none;
}
#menubar li a span {
	display: block;
	font-size: 9px;
	color: #bababa;
	font-weight: normal;
	letter-spacing: 0.2em;
}
#menubar li a:hover, #menubar li.current a {
	background: #e6ebfa;
}
#menubar li a:hover::before, #menubar li.current a::before {
	content: "";
	position: absolute;
	left: 5px;
	width: 3px;
	height: 40px;
	background: linear-gradient(#1244ff, #0e36ca);
}
#menubar-s {display: none;}
#menubar_hdr {display: none;}

#contents {
	clear: both;overflow: hidden;
	padding: 3%;
}
#main {
	float: left;
	width: 72%;
}
.c1 #main {
	float: left;
	width: 72%;
}
#main h2 {
	clear: both;
	margin-bottom: 20px;
	font-size: 18px;
	padding: 5px 20px;
	background: #0e36ca;
	background: linear-gradient(#1140ef, #0e36ca);
	box-shadow: 1px 2px 5px #ccc;
	color: #FFF;
	border-radius: 4px;
}
#main h2::first-letter {
	border-left: 3px solid rgba(255,255,255,0.5);
	padding-left: 20px;
}
#main h3 {
	clear: both;
	margin-bottom: 20px;
	font-size: 18px;
	padding: 6px 20px;
	background: linear-gradient(#fff, #eee);
	border: 1px solid #ccc;
	border-radius: 4px;
}
#main p {
	padding: 0px 20px 15px;
}
#main h2 + p,
#main h3 + p {
	margin-top: -10px;
}
#main section+section {
	margin-top: 50px;
}

#main .list {
	position: relative;overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 20px;
	background: linear-gradient(#FFF, #eee);
	box-shadow: 0px 2px 5px #ccc;
}
#main .list a {
	overflow: hidden;display: block;text-decoration: none;
	margin: -20px;
	padding: 20px;
	background: linear-gradient(#FFF, #eee);
}
#main .list a:hover {
	background: #fff;
}
#main .list a::before {
	content: "→";
	position: absolute;
	right: 20px;
	top: 20px;
	background: #999;
	background: rgba(0,0,0,0.5);
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	width: 30px;
	line-height: 30px;
	text-align: center;
}
#main .list a:hover::before {
	background: #000;
}
#main .list .img {
	width: 30%;
	float: left;
	margin-right: 10px;
}
#main .list h4 {
	font-size: 18px;
	color: #0e36ca;
}
#main .list p {
	padding: 0;
}

.product-image,
.section-image {
	margin: 0 0 20px;
}

.product-image img,
.section-image img {
	display: block;
	width: 100%;
	height: auto;
}

#sub {
	float: right;
	width: 24%;
}
.c1 #sub {
	display: block;
}
#sub h2 {
	padding: 15px 10px;
	background: #eee;
	border-bottom: 1px solid #d2d2d2;
	border-top: 5px solid #0e36ca;
	font-weight: bold;
}

#sub .box {
	border: 1px solid #d2d2d2;
	padding: 10px;
	margin-bottom: 20px;
	background: linear-gradient(#fff, #eaeaea);
	box-shadow: 0px 0px 0px 1px #FFF inset;
}

#sub ul.submenu {
	margin-bottom: 20px;
}
#sub ul.submenu li a {
	text-decoration: none;display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #d2d2d2;
}
#sub ul.submenu li a:hover {
	background: #fff;
}
#sub .box ul.submenu {
	margin-bottom:  0;
}

#sub .list {
	position: relative;overflow: hidden;
	font-size: 11px;
	line-height: 1.2;
}
#sub .list a {
	text-decoration: none;display: block;overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid #d2d2d2;
}
#sub .list a:hover {
	background: #fff;
}
#sub .list h4 {
	color: #0e36ca;
}
#sub .list figure img {
	float: left;
	width: 20%;
	margin-right: 5px;
}

footer {
	clear: both;
	text-align: center;
	padding: 10px 0;
	background: #0e36ca;
	color: #fff;
}
footer a {
	text-decoration: none;
	color: #fff;
}
footer .pr {
	display: block;
	font-size: 80%;
}

#new dl {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}
#new dt {
	float: left;
	width: 9em;
	color: #0e36ca;
	letter-spacing: 0.1em;
}
#new dd {
	padding-left: 9em;
	border-bottom: 1px solid #ccc;
}

.faq {
	padding: 0px 20px;
}
.faq dt {
	color: #0e36ca;
	padding-top: 15px;
}
.faq dt a {
	color: #0e36ca;
}
.faq dd {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding-bottom: 15px;
}

.ta1 {
	width: 100%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;
	padding: 10px 15px;
	word-break: break-all;
}
.ta1 th.tamidashi {
	width: auto;
	text-align: left;
}
.ta1 th {
	width: 140px;
	text-align: center;
	font-weight: normal;
}
.ta1 th img {
	width: 100%;
}

#main input[type="submit"].btn,
#main input[type="button"].btn,
#main input[type="reset"].btn {
	padding: 5px 10px;
	border: 1px solid #ccc;
	font-size: 15px;
	border-radius: 3px;
	background: linear-gradient(#fff, #eee);
}
#main input[type="submit"].btn:hover,
#main input[type="button"].btn:hover,
#main input[type="reset"].btn:hover {
	border: 1px solid #999;
	background: #fff;
}

.newicon {
	background: #F00;
	color: #FFF;
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

.button-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 12px 28px;
	border-radius: 4px;
	background: #0e36ca;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid #0e36ca;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.button-link:visited {
	color: #fff;
}
.button-link:hover {
	background: #1244ff;
	color: #fff;
	transform: translateY(-2px);
}
.button-link.button-link--outline {
	background: transparent;
	color: #0e36ca;
	border-color: #0e36ca;
}
.button-link.button-link--outline:visited {
	color: #0e36ca;
}
.button-link.button-link--outline:hover {
	background: #0e36ca;
	color: #fff;
}

.look {background: #ccc;color: #333;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.p0 {padding:0 !important;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #F00;}
.bg1 {background: #f6f5f2;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 20px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}



@media screen and (max-width:800px){

#contents {
	padding: 0 3% 30px;
}

@keyframes menu1 {
0% {opacity: 0;}
100% {opacity: 1;}
}
#menubar-s {
	display: block;overflow: hidden;
	position: absolute;
	top: 105px;
	border-top: 1px solid #fff;
	width: 100%;
	z-index: 10;
	animation-name: menu1;
	animation-duration: 0.5S;
	animation-fill-mode: both;
}
#menubar-s li a {
	display: block;text-decoration: none;
	padding: 15px 10px 15px 20px;
	border-bottom: 1px solid #fff;
	background: #000;
	background: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 20px;
}
#menubar-s li a span {
	display: block;
	font-size: 12px;
}
#menubar {
	display: none;
}

#menubar_hdr {
	display: block;
	position: absolute;
	top: 28px;
	right: 3%;
	border: 1px solid #000;
}
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;
	height: 50px;
}
#menubar_hdr.close {
	background: #fff url(../images/icon_menu.png) no-repeat center top/50px;
}
#menubar_hdr.open {
	background: #fff url(../images/icon_menu.png) no-repeat center bottom/50px;
}

#main, #sub {
	float: none;
	width: auto;
}

body.s-n #sub,body.s-n #footermenu,.m-n {display: none;}

#executive-flex-container {
    flex-direction: column;
}

}



@media screen and (max-width:480px){

header #logo img {
	width: 200px;
	margin-top: 40px;
}

body {
	font-size: 12px;
	line-height: 1.5;
}

#main h2, #main h3 {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
#main h2::first-letter {
	padding-left: 8px;
}
#main p {
	padding: 0px 10px 15px;
}

#main .list h4 {
	font-size: 14px;
}

#new dl {
	padding-left: 10px;
	padding-right: 10px;
}

.ta1, .ta1 td, .ta1 th {
	padding: 5px;
}
.ta1 th {
	width: 100px;
}

.ws,.wl {width: 94%;}
.big1 {font-size: 16px;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.sh {display:block;}
.pc {display:none;}

}
