@charset "utf-8";
@import url(jquery.bxslider.css);

/* reset */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0; }
object, embed { vertical-align:top; }
table { border-collapse:collapse;	border-spacing:0; }
fieldset, img {	border:0; }
img{ border:0; vertical-align:top; }
img a {	text-decoration:none; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; }
ol, ul { list-style:none; }
caption, th {	text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:bold; }
q:before, q:after {	content:''; }
abbr, acronym {	border:0; }
hr { display:none; }
em { font-style:normal; }
.clear { clear:both; float: none; margin:0; padding:0; }


/* link
------------------------- */
a{
	/*color: #448aca;*/
}
a:link,
a:active,
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
strong{
	font-weight: bold;
}

/* container
------------------------- */
#strMain img{
	max-width: inherit;
}
#container{
	width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#page_ttl {
  margin: 10px 0 0 0;
	text-align: center;
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 8px;
}
#page_subttl {
  margin: 0 0 10px;
}

/* menu
------------------------- */
#menu{
	border-bottom: 2px solid #666;
	padding: 5px 0;
}
#menu .main_menu{
	width: 930px;
	margin: 0 auto;
}
#menu .main_menu ul{
  display: flex;
  gap: 52px;
	width: fit-content;
	margin: 0 auto;
}
#menu .main_menu ul li{
	float: left;
	width: auto;
  padding: 0;
  text-indent: 0;
	line-height: 240%;
	text-align: center;
	font-size: 108%;
	font-weight: bold;
}
#menu .main_menu ul li a{
	color: #333;
	display: block;
}
#menu .main_menu ul li a:hover{
	text-decoration: none;
	background-color: #f2f2f2;
}
#sub_menu{
	width: 930px;
	margin: 0 auto;
}
#sub_menu ul{
	margin: 5px 0 10px auto;
	overflow: hidden;
	width: 210px;
}
#sub_menu ul li{
	float: left;
	padding: 5px 10px;
	font-size: 71%;
	text-align: right;
}
#sub_menu ul li a{
	color: #333;
	text-decoration: none;
}
#sub_menu ul li a:before {
  content: ">";
  margin-right: 4px;
}
#sp_menu {
  display: none;
}

/* contents
------------------------- */
#page{
	padding: 0;
}
#page .link_button a {
	display: inline-block;
	padding: 5px 30px;
	background: -moz-linear-gradient(top, #81d189, #58c463);
	background: -webkit-gradient(linear, left top, left bottom, from(#81d189), to(#58c463));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#81d189', endColorstr='#58c463', GradientType=0)";
	background: linear-gradient(to bottom, #81d189, #58c463);
	border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	color: #fff;
}
#page .link_button a:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 11px;
	margin: 0 8px 0 0;
	background: url(../images/pt_arrow_bt.png) no-repeat left center;

}

/* contents
------------------------- */
#content{
	line-height: 1.5;
}

/* side
------------------------- */
#side{
	float: right;
	width: 250px;
}
#side a {
	color: #000;
}
#side .side_box{
	margin-bottom: 30px;
}
#side .side_box h5{
	margin-bottom: 0px;
}
#side .side_box ul li{
	padding: 6px;
	border-bottom: dotted 1px #CCC;
	font-size: 87.5%;
}
#side .side_box ul.history li{
	padding: 0 0 10px 0;
	border-bottom: none;
}
#side_products ul {
	border: solid 1px #e8e8e8;
	overflow: hidden;
}
#side .side_box #side_products ul li {
	border-bottom: none;
	padding: 8px;
}
#side_products li:first-child {
	background: #f6f6f6;
	border-bottom: solid 1px #e8e8e8;
	font-weight: bold;
	text-align: center;
}
#side_products li a {
	display: block;
	border-bottom: solid 1px #e8e8e8;
}
#side_products li:last-child {
	text-align: center;
}
#side_products li:last-child a {
	border-bottom: none;
}
#side_products .link_button {
	margin-top: -1px;
}
#side .side_box strong {
	display: block;
	margin: 30px 0 10px;
	text-align: center;
	font-weight: bold;
}
#side_before img {
	display: block;
	margin: 0 auto;
}
#side .side_box #side_case ul li {
	border-bottom: none;
}
#side_case a {
	display: block;
}
#side_case a:hover {
	text-decoration: none;
}
#side_case span.text {
	display: block;
	width: 134px;
	height: 98px;
	padding: 5px 0;
	margin-left: auto;
}
#side_case span.img  {
	display: block;
	width: 98px;
	height: 98px;
	overflow: hidden;
	float: left;
}
#side_case img {
	width: 100%;
	height: 100%;
  object-fit: cover;
}
/* main
------------------------- */
#main{
	float: left;
	width: 670px;
}

/* clearFix
=================================*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-table;
	min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix{
	height:1px;
}
.clearfix{
	display:block;
}
/* End hide from IE-mac */
* html .clearfix {
        height: 1px;
        /*\*//*/
        height: auto;
        overflow: hidden;
        /**/
}
/* End hide from IE 6 */

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  #strContentsBody {
    padding: 0;
  }
  #strMain {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 200px;
  }
  #strMain img {
    max-width: 100%;
  }
  #page_ttl {
    width: 100%;
    margin: auto;
    padding-top: 5px;
  }
  #page_ttl img {
    max-width: 94%;
    height: auto;
  }
  #menu {
    position: absolute;
    bottom: 84px;
    padding: 0;
    width: 100%;
    border-bottom: none;
  }
  #menu .main_menu,
  #menu .main_menu ul {
    width: 100%;
  }
  #menu .main_menu ul {
    border-top: solid 1px #ccc;
  }
  #menu .main_menu ul li {
    width: 50%;
    font-weight: normal;
    font-size: 14px;
  }
  #menu .main_menu ul li:first-child {
    display: none;
  }
  #menu .main_menu ul li a {
    display: block;
    padding: 4px 0;
    box-sizing: border-box;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
  #menu .main_menu ul li:nth-child(2n) a {
    border-left: none;
  }
  #sub_menu {
    position: absolute;
    bottom: 42px;
    width: 100%;
  }
  #sub_menu ul {
    width: auto;
    margin: 0 auto;
  }
  #sub_menu ul li {
    width: 50%;
    padding: 0;
    text-align: center;
    line-height: 240%;
    font-size: 14px;
  }
  #sub_menu ul li a {
    display: block;
    padding: 4px 0;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
  #sub_menu ul li:first-child a {
    border-left: none;
  }
  #sub_menu ul li a:before {
    content: none;
  }
  #sp_menu {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  #sp_menu ul li {
    width: 50%;
    float: left;
    padding: 0;
    text-align: center;
    line-height: 240%;
    font-size: 14px;
  }
  #sp_menu ul li a {
    display: block;
    padding: 4px 0;
    background-color: #333;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    color: #fff;
  }
  #sp_menu ul li:first-child a {
    border-left: none;
  }
  #container {
    width: 100%;
    margin: 0 auto;
  }
  #main {
    float: none;
    width: 90%;
    margin: auto;
  }
  #side {
    float: none;
    width: 90%;
    margin: auto;
  }
  #side_before img {
    width: 100%;
    height: auto;
  }
  #side_case span.img {
    width: 30%;
  }

  #side_case span.text {
    width: 68%;
    padding-left: 2%;
  }
}
#slider .bxslider-none {
  text-align: center;
}

.weba-results {
  margin: 30px 0 0;
}

.weba-results a:hover {
  opacity: 0.8;
}
