html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
}
.clear{
    clear:both;
}
body {
    background-color: #ffffff;
    font-family: "Meiryo UI","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ＭＳ Ｐゴシック","MS PGothic",Arial,sans-serif;
	color: #333333;
}
a {
    color:#333333;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
    opacity: 0.7;
}

input,textarea{
     font-size:14px;
     border: 1px solid #B9C9CE;
     border-radius:5px;
     padding: 5px 0.8em;
     box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
}

.input_90{
     width: 90%;
}

.input_30{
     width: 30%;
}

table {
     width: 95%;
     border-spacing: 0;
     border-top:1px solid #aaaaaa;
     border-right:1px solid #aaaaaa;
     border-collapse: collapse;
     margin: 30px auto;
}

table th {
     padding: 12px;
     background: #eeeeee;
     border-left:1px solid #aaaaaa;
     border-bottom:1px solid #aaaaaa;
     line-height: 1.8;
     white-space: nowrap;
     font-weight:normal;
     vertical-align:top;
     width: 20%;
}

table tr td {
     padding: 12px;
     border-bottom: 1px solid #aaaaaa;
     border-left: 1px solid #aaaaaa;
     vertical-align:top;
     line-height: 1.8;
}

table tr {
     background: #fff;
}

.wrapper {
    width:1000px;
    margin:0 auto;
    position:relative;
}

.center {
    text-align: center;
}

.red{
    color: #9a359a;
}

#header {
    position:relative;
	margin-top: 8px;
}

#header_left {
	float: left;
	margin-left: 20px;
	width: 355px;
}

#header_left img{
	margin-right: 20px;
}

#header_right {
	float: right;
	width: 250px;
}

#header_txt{
	font-size: 12px;
	width: 100%;
	text-align: center;
}

#header_smenu {
	font-size: 12px;
}

#header_a03 {
	visibility:hidden;
}

#navi {
	width: 100%;
	height: 40px;
	background-color: #eeeeee;
	text-align: center;
	margin-top: 12px;
}

#navi ul {
    list-style-type:none;
	display: inline-block;
	line-height: 40px;
}

#navi li {
	font-size: 14px;
	color: #BABABA;
	margin-right: 20px;
	float: left;
}

#navi p:nth-child(5n) {
    margin-right: 0;
}

#navi li:nth-child(6n) {
    margin-right: 0;
	clear: both;
}

#vis {
	width: 1000px;
	margin-top: 11px;
}

#v01 {
	width: 960px;
	margin: 12px auto 0 auto;
}

#v01_l {
	width: 460px;
	float: left;
}

.v01_st01 {
	width: 460px;
	height: 27px;
	text-align: center;
	font-size: 20px;
	color: #1F58A9;
	border-bottom: 1px solid #939091;
	margin-bottom: 14px;
}

.v01_st01 a{
	float: right;
}

#v01_l_v01 {
	width: 180px;
	float: left;
}

#v01_l_v02 {
	width: 269px;
	float: right;
}

#v01_r {
	width: 460px;
	float: right;
}

#v01_r ul {
    list-style-type:none;
}

#v01_r li{
    float: left;
    margin-right:26px;
	font-size: 14px;
	width: 136px;
}

.v01_r_li_img img{
	width: 136px;
	height: 136px;
	object-fit: cover;
}

#v01_r li:nth-child(3n) {
    margin-right: 0;
}

#v01_r li:nth-child(3n+1) {
    clear: both;
}

.v01_r_b01{
	width: 72px;
	margin-top: 6px;
	margin-left: auto;
	display: block;
}

#v02 {
	width: 1000px;
	background-color: #ebebeb;
	margin-top: 25px;
}

#v02_con {
	width: 960px;
	margin: 0 auto;
	padding: 18px 0;
}

.v02_st01 {
	width: 460px;
	height: 27px;
	text-align: center;
	font-size: 20px;
	color: #1F58A9;
	border-bottom: 1px solid #939091;
	margin-bottom: 14px;
}

#v02_l {
	width: 460px;
	float: left;
}

#v02_r {
	width: 460px;
	float: right;
}

#v02_l ul {
    list-style-type:none;
}

#v02_l li{
    float: left;
    margin: 0 30px;
	font-size: 13px;
	width: 200px;
}

#v02_l li:nth-child(even) {
    margin: 0;
}

#v02_l li:nth-child(odd) {
    clear: both;
}

#v02_r ul {
    list-style-type:none;
}

#v02_r li{
    margin-bottom: 10px;
	font-size: 13px;
}

#v02_r li span{
    margin-right: 20px;
}

.v02_r_b01{
	width: 102px;
	margin-top: 6px;
	margin-left: auto;
	display: block;
}

#footer {
	width: 100%;
	background-color: #2967c4;
	margin-top: 25px;
	font-size: 13px;
	height: 220px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url("/web/20240228150332im_/https://mc.maxnt.jp/image-analysis/images/footer_back.png");
	background-position: 0 bottom;
}

#footer a{
	color: #FFFFFF;
}

#footer_a01{
	padding: 26px 0 0 20px;
	text-align: center;
	width: 355px;
	float: left;
}

#footer_a01 img{
	margin-right: 20px;
}

#footer_a01 p{
	margin-top: 2px;
}

#footer_txt{
	margin-top: 40px;
	text-align: left;
	width: 500px;
}

#footer_smenu {
	font-size: 14px;
	float: right;
	width: 370px;
	padding-top: 60px;
}

#footer_f01 {
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #ffffff;
	font-size: 12px;
	background-color: #555555;
}

#footer_f01 p{
	width: 1000px;
	margin: 0 auto;
}

#vis00{
	width: 1000px;
	height: 105px;
	margin-top: 11px;
	background-repeat: no-repeat;
	background-image: url("/web/20240228150332im_/https://mc.maxnt.jp/image-analysis/images/format_vis_back.png");
	background-position: left bottom;
}

#vis00 h1{
	color: #ffffff;
	font-size: 24px;
	margin-left: 50px;
	padding-top: 47px;
}

#main00{
	width: 960px;
	margin: 0 auto;
}

#main00 p{
	margin: 15px 28px;
	line-height: 1.8;
	text-align: justify;
}

.main_img00{
	margin: 20px auto 50px auto;
	display: block;
	padding:4px;
}

.main_img01{
	margin: 20px auto 50px auto;
	display: block;
	border:1px solid #dddddd;
	padding:4px;
}

.main_img02{
	margin: 20px auto 5px auto;
	display: block;
	border:1px solid #dddddd;
	padding:4px;
}

.main00_st01{
	width: 960px;
	height: 43px;
	background-repeat: no-repeat;
	background-image: url("/web/20240228150332im_/https://mc.maxnt.jp/image-analysis/images/format_st01_back.png");
	background-position: 0 0;
	margin: 30px 0 8px 0;
	color: #ffffff;
	line-height: 43px;
	text-indent: 43px;
	font-size: 18px;
}

.main00_sst01{
	width: 960px;
	margin: 30px 0 8px 0;
	color: #2866c4;
	font-size: 16px;
	border-bottom: 1px solid #939091;
	padding-bottom: 3px;
	text-indent: 28px;
}

.main00_ssst01{
	margin: 30px 0 8px 0;
	font-size: 15px;
	font-weight: bold;
	display: block;
}

.main00_sssst01{
	border: 1px solid #2866c4;
	margin: 20px 0 3px 0;
	color: #2866c4;
	font-size: 14px;
	text-indent: 5px;
	display: block;
	width: 95%;
	height: 25px;
	line-height: 25px;
}

.main00_left{
	float: left;
	width: 450px;
	margin-left: 25px;
}

.main00_right{
	float: right;
	width: 450px;
	margin-right: 25px;
}

.main00_3{
	float: left;
	width: 250px;
	margin-left: 50px;
}

.main00_3 img{
	width: 100%;
	height: auto;
}

.main00_b01{
	width: 250px;
	height: 43px;
	background-repeat: no-repeat;
	background-image: url("/web/20240228150332im_/https://mc.maxnt.jp/image-analysis/images/format_b01_back.png");
	background-position: 0 0;
	line-height: 43px;
	color: #ffffff;
	text-indent: 15px;
	margin-top: 20px;
	margin-left: auto;
	display: block;
}

.main00_b02{
	width: 250px;
	height: 43px;
	background-repeat: no-repeat;
	background-image: url("/web/20240228150332im_/https://mc.maxnt.jp/image-analysis/images/format_b02_back.png");
	background-position: 0 0;
	line-height: 43px;
	color: #ffffff;
	text-indent: 15px;
	margin-top: 20px;
	margin-left: auto;
	display: block;
}

.main00_b02_bis{
	width: 250px;
	height: 43px;
	background-repeat: no-repeat;
	background-image: url("/web/20240228150332im_/https://mc.maxnt.jp/image-analysis/images/format_b02_back_bis.png");
	background-position: 0 0;
	line-height: 43px;
	color: #ffffff;
	text-indent: 40px;
	margin-top: 20px;
	margin-right: auto;
	display: block;
}

.main00_b03{
	width: 430px;
	height: 43px;
	background-repeat: no-repeat;
	background-image: url("/web/20240228150332im_/https://mc.maxnt.jp/image-analysis/images/format_b02_back.png");
	background-position: right 0;
	background-color: #ca80b9;
	line-height: 41px;
	color: #ffffff;
	text-indent: 15px;
	margin-top: 20px;
	margin-left: auto;
	display: block;
	font-size: 13px;
}

.main00_b03_bis{
	width: 430px;
	height: 43px;
	background-repeat: no-repeat;
	background-image: url("/web/20240228150332im_/https://mc.maxnt.jp/image-analysis/images/format_b02_back_bis.png");
	background-position: 0 0;
	background-color: #ca80b9;
	line-height: 41px;
	color: #ffffff;
	text-indent: 40px;
	margin-top: 20px;
	margin-right: auto;
	display: block;
	font-size: 13px;
}

ul.main00_ul_b02{
    list-style-type:none;
    margin: 10px 0;
}

ul.main00_ul_b02 li{
    background:url(/web/20240228150332im_/https://mc.maxnt.jp/image-analysis/images/format_b02.png)no-repeat 0px 2px;
    text-indent:20px;
    margin:5px 0 5px 28px;
}

ul.main00_ul_b03{
    list-style-type:none;
    margin: 10px 0;
}

ul.main00_ul_b03 li{
    background:url(/web/20240228150332im_/https://mc.maxnt.jp/image-analysis/images/format_b03.png)no-repeat 0px 2px;
    text-indent:20px;
    margin:5px 0 5px 28px;
}

#main00 ol li{
    background:none;
    text-indent:0;
    margin:5px 0 5px 40px;
}

#bread{
    font-size: 12px;
    margin: 10px 0 5px 0;
    color: #949292;
}

#bread a{
    color: #949292;
}

#bread img{
    margin-right: 5px;
    width: 13px;
    height: auto;
}

.case img{
	margin: 20px auto 5px auto;
	display: block;
	border:1px solid #dddddd;
	padding:4px;
	width: 100%;
	height: auto;
}

.case_soft{
    width: 80%;
	border: 1px solid #2866c4;
	padding: 5px 20px;
	margin: 20px auto;
	color: #2866c4;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 10px;
}

#case_3 {
	margin: 30px 0;
}

#case_3 ul {
    list-style-type:none;
}

#case_3 li{
    float: left;
	width: 250px;
	margin-left: 50px;
}

#case_3_single {
	margin: 150px 0 30px 0;
}

#case_3_single ul {
    list-style-type:none;
}

#case_3_single li{
    float: left;
	width: 250px;
	margin-left: 50px;
}

.newsevents ul {
    list-style-type:none;
	margin: 30px 0;
}

.newsevents li{
    margin-bottom: 10px;
	font-size: 13px;
}

.newsevents li span{
    margin-right: 20px;
}


a.link01{
	color: #2866c4;
    text-decoration:underline;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}

.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#study_b01{
    float: left;
    margin: 20px 3px 30px 0;
}

#study_b02{
    float: right;
    margin: 20px 0px 30px 3px;
}

#study_b01_st{
	width: 470px;
	height: 80px;
	line-height: 80px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background-color: #59bdba;
}

#study_b01 a{
    display: block;
	width: 470px;
	height: 80px;
	line-height: 80px;
    text-align: left;
    text-indent: 10px;
    font-size: 20px;
    color: #37a19e;
    background-color: #bcf5f3;
    background-image: url(/web/20240228150332im_/https://mc.maxnt.jp/image-analysis/images/study_b01.png);
    background-repeat: no-repeat;
    background-position: right top;
    margin: 5px 0;
}

#study_b02_st{
	width: 470px;
	height: 80px;
	line-height: 80px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background-color: #ca80b9;
}

#study_b02 a{
    display: block;
	width: 470px;
	height: 80px;
	line-height: 80px;
    text-align: left;
    text-indent: 10px;
    font-size: 20px;
    color: #bd67a9;
    background-color: #f4d6ed;
    background-image: url(/web/20240228150332im_/https://mc.maxnt.jp/image-analysis/images/study_b02.png);
    background-repeat: no-repeat;
    background-position: right top;
    margin: 5px 0;
}


/*
     FILE ARCHIVED ON 15:03:32 Feb 28, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:11:14 May 03, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 3.321
  exclusion.robots: 0.021
  exclusion.robots.policy: 0.009
  esindex: 0.01
  cdx.remote: 14.109
  LoadShardBlock: 119.559 (3)
  PetaboxLoader3.datanode: 147.028 (5)
  load_resource: 366.836
  PetaboxLoader3.resolve: 316.055
  loaddict: 29.751
*/