@charset "utf-8";
/* CSS Document */

/*-----------------reset--------------------*/
html, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike,  tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-family:inherit;
}
a, a:link, a:visited, a:hover, a:active{text-decoration:none}
table{border-collapse:separate; border-spacing:0;}
th, td {text-align:left; font-weight:normal;}
img, iframe {border:none; text-decoration:none;}
hr{margin:0; padding:0; border:0; color:#000; height:1px;}

h1,h2,h3,h4{
	clear:both;
	}
img.ico{
	vertical-align:middle;
	}
img {
	image-rendering: -webkit-optimize-contrast;
}
/*-----------------アクセシビリティ設定--------------------*/
.speak{
	position:absolute;
	left:-9999em;
	top:0;
}
/*-----------------body設定--------------------*/
body {
	margin: 0;
	padding: 0;
	font-size:0.9em;
	line-height: 1.7;
	color:#333333;
	font-family:'Open Sans', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background: url(../img/bg.jpg) no-repeat center 0;
	width: 100%;
}
body.en_body {
	font-family: 'Open Sans', sans-serif !important;
}
	* html body {font-family:"ＭＳ Ｐゴシック", sans-serif; }/* for IE6 */
	*+html body {font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック"; }/* for IE7 */
	html>/**/body {font-family:'Open Sans', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; }/* for IE8 */
	html:not(:target) body {font-family:'Open Sans', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}/* for modern browser not IE8(FF,safari,chrome,opera) */

/*-----------------リンク設定--------------------*/
a:link, a:visited { color: #20419A; text-decoration: none;}
a:hover { color: #e01f00; text-decoration: underline;}
a:active { color: #20419A;}
a.ov img{
	display: inline-block;
	}
a.none{
	background:none !important;
	padding:0 !important;
	display:inline !important;
	}
/*-----------------フロート設定--------------------*/

.fl_l{
	float:left;
	margin:0 10px 0 0;
	}
.fl_r{
	float:right;
	}
.talignc{
	text-align:center !important;
	}
/*-----------------マージン設定--------------------*/

.mt-5{
	margin-top:5px !important;
	}
.mt-10{
	margin-top:10px !important;
	}
.mt-15{
	margin-top:15px !important;
	}
.mt-20{
	margin-top:20px !important;
	}
.mt-25{
	margin-top:25px !important;
	}
.mt-30{
	margin-top:30px !important;
	}

.mr-5{
	margin-right:5px !important;
	}
.mr-10{
	margin-right:10px !important;
	}
.mr-15{
	margin-right:15px !important;
	}
.mr-20{
	margin-right:20px !important;
	}
.mr-25{
	margin-right:25px !important;
	}
.mr-30{
	margin-right:30px !important;
	}

.ml-5{
	margin-left:5px !important;
	}
.ml-10{
	margin-left:10px !important;
	}
.ml-15{
	margin-left:15px !important;
	}
.ml-20{
	margin-left:20px !important;
	}
.ml-25{
	margin-left:25px !important;
	}
.ml-30{
	margin-left:30px !important;
	}

.mb-5{
	margin-bottom:5px !important;
	}
.mb-10{
	margin-bottom:10px !important;
	}
.mb-15{
	margin-bottom:15px !important;
	}
.mb-20{
	margin-bottom:20px !important;
	}
.mb-25{
	margin-bottom:25px !important;
	}
.mb-30{
	margin-bottom:30px !important;
	}

/*-----------------width設定--------------------*/
.w-1em{width:1em;}
.w-50{width:50px;}
.w-60{width:60px;}
.w-70{width:70px;}
.w-80{width:80px;}
.w-90{width:90px;}
.w-100{width:100px;}
.w-110{width:110px;}
.w-120{width:120px;}
.w-130{width:130px;}
.w-140{width:140px;}
.w-150{width:150px;}
.w-160{width:160px;}
.w-170{width:170px;}
.w-180{width:180px;}
.w-190{width:190px;}
.w-200{width:200px;}
.w-210{width:210px;}
.w-220{width:220px;}
.w-230{width:230px;}
.w-240{width:240px;}
.w-250{width:250px;}
.w-260{width:260px;}
.w-270{width:270px;}
.w-280{width:280px;}
.w-290{width:290px;}
.w-300{width:300px;}
.w-310{width:310px;}
.w-320{width:320px;}
.w-330{width:330px;}
.w-340{width:340px;}
.w-350{width:350px;}
.w-360{width:360px;}
.w-370{width:370px;}
.w-380{width:380px;}
.w-390{width:390px;}
.w-400{width:400px;}
.w-410{width:410px;}
.w-420{width:420px;}
.w-430{width:430px;}
.w-440{width:440px;}
.w-450{width:450px;}
.w-460{width:460px;}
.w-470{width:470px;}
.w-480{width:480px;}
.w-490{width:490px;}
.w-500{width:500px;}


/* page-top */
#page-top {
	position:fixed;
	bottom:25px;
	right:25px;
	z-index:1000;
}
#page-top a {
}
#page-top a:hover {
}

.form_table{
	margin:0 auto 1em auto;
	padding:0;
	border:1px solid #6f9ee6;
	width:90%;
	}
.form_table th{
	width:18%;
	text-align:right;
	font-weight:bold;
	padding:10px 20px;
	background:#6f9ee6;
	border-bottom:1px solid #e2e2e2;
	color:#FFF;
	margin:0;
	}
.form_table td{
	padding:10px;
	border-bottom:1px solid #e2e2e2;
	margin:0;
	}

/* Button */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 8px;
  margin-top: 0.5em;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 100%;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}


.btn_search {
	position:absolute;
	right:0;
	top:2px;
  display: inline-block;
  *display: inline;
  padding: 1px 10px;
  font-size:10px;
  line-height: 20px;
  color: #1b1b1b !important;
  text-decoration:none !important;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #d8dcc1;
  background-image: -moz-linear-gradient(top, #fcfee6, #d8dcc1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfee6), to(#d8dcc1));
  background-image: -webkit-linear-gradient(top, #fcfee6, #d8dcc1);
  background-image: -o-linear-gradient(top, #fcfee6, #d8dcc1);
  background-image: linear-gradient(to bottom, #fcfee6, #d8dcc1);
  background-repeat: repeat-x;
  border: 1px solid #bdc1a3;
  *border: 0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfee6ff', endColorstr='#ffd8dcc1', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn_search:hover,
.btn_search:focus,
.btn_search:active,
.btn_search.active,
.btn_search.disabled,
.btn_search[disabled] {
  color: #333333;
  background-color: #d8dcc1;
  *background-color: #d9d9d9;
}

.btn_search:active,
.btn_search.active {
  background-color: #cccccc \9;
}

.btn_search:first-child {
  *margin-left: 0;
}

.btn_search:hover,
.btn_search:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn_search:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn_search.active,
.btn_search:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
table.tabel_login{
	width:300px;
	margin:30px 0 40px 50px;
	border-top:2px solid #c8e5f3;
	border-left:2px solid #c8e5f3;
	border-right:2px solid #c8e5f3;
	border-bottom:1px solid #c8e5f3;
	}
table.tabel_login th{
	background:#3aa3dc;
	color:#FFF;
	font-weight:bold;
	text-align:right;
	padding:5px;
	border-bottom:1px solid #c8e5f3;
	}
table.tabel_login td{
	padding:5px;
	border-bottom:1px solid #c8e5f3;
	}
.userid , .userpw{
	width:170px;
	}
table.outer{
	width:100%;
	margin:1em 0 !important;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #6aba50;
	}
table.outer .head{
	background:#eff2f0;
	font-weight:bold;
	text-align:right;
	padding:5px;
	font-size:14px;
	border-bottom:1px solid #707070;
	width: 60px;
	}
table.outer td{
	padding:5px;
	border-bottom:1px solid #707070;
	font-size:14px;
	}
table.outer .even{
	}
.ck_help{
	text-align:right;
	margin-bottom:5px;
	}
.ck_help a{
	background:none !important;
	padding-right:0px !important;
	}

.loginat {
	clear: both;
	margin-top: 1.5em;
	margin-left: 162px;
	padding: 1em 1.5em;
	width: 640px;
	background-color: #fafafa;
	border: 1px #cccccc solid;
}

ul.admin_menu{
	margin:15px 0;
	padding:0;
	list-style:none;
	border-left:1px solid #c2ddf2;
	border-right:1px solid #c2ddf2;
	border-top:1px solid #c2ddf2;
	width:230px;
	}
ul.admin_menu li{
	list-style:none;
	margin:0;
	padding:0;
	}
ul.admin_menu li a{
	display:block;
	background:url(../img/ico_sub_off.gif) no-repeat 10px center #eff8ff;
	padding:5px 10px 5px 20px;
	line-height:1.2;
	text-decoration:none;
	color:#333;
	border-bottom:1px solid #c2ddf2;
	}
ul.admin_menu li a:hover{
	background:url(../img/ico_sub_on.gif) no-repeat 10px center #1571ba;
	color:#FFF;
	}
#login_form {
	margin: 0 auto 1em;
	padding: 2em 2em 1em 2em;
	background-color: #e3e3e3;
	border-radius: 6px;
	border: 1px #ddd solid;
	text-align: center;
}
#login_form h3 {
	border: none !important;
}
#login_input {
	margin: 0 auto;
	text-align: right;
	width: 400px;
}
.userid, .userpw {
	padding:6px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	color:#666;
	border: 1px #ccc solid;
	margin:0 4px 10px;
	width:250px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

.required{
	font-weight:bold;
	color:#EC0003;
	}
.attention{
	font-weight:bold;
	color:#EC0003;
	}
.pico_controllers{
	clear:both;
	}
.new1{
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	background-color: #ea2a4e;
	margin-right: 3px;
	margin-left: 3px;
	padding: 1px 3px;
	}
.new2{
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #ea2a4e;
	margin-right: 3px;
	margin-left: 3px;
	}
.lastupdate .new1{
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-left: 3px;
	}
.lastupdate .new2{
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #ea2a4e;
	margin-left: 3px;
	}

/* tags */
.tag {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 1.2;
    padding: 2px 5px;
    display: inline-block;
    font-size: 11px;
    color: #fff;
}
.others {
	background-color: #049ed6;
}
.research {
	background-color: #0b3ea3;
}
.teigen {
	background-color: #3fcc5d;
}
.ncd {
	background-color: #984de2;
}
.senmoni {
	background-color: #0eb8b7;
}
.yobi {
	background-color: #2cc9b9;
}
.publicity {
	background-color: #8c8c8c;
}
.important {
	background-color: #d4483b;
	padding: 2px 9px;
}

.box_btn {
	text-align: center;
}
.pt_right, .pt_left {
	position: relative;
}
.pt_right::before {
    position: absolute;
    z-index: 10;
    top: -135px;
    right: 0;
    display: block;
    width: 315px;
    height: 195px;
    content: '';
    background-image: url(../img/pt_hem.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.pt_left::before {
    position: absolute;
    z-index: 10;
    top: -135px;
    left: 0;
    display: block;
    width: 315px;
    height: 195px;
    content: '';
    background-image: url(../img/pt_hem.png);
    background-repeat: no-repeat;
    background-position: -315px 0;
}

table.deftable{
	padding:0;
	border-collapse:collapse;
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	width:100%;
	}
.deftable th {
	padding:4px 5px;
	text-align:center;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	background-color: #e9e9e9;
	font-weight: bold;
	}
.deftable td{
	padding:4px 5px;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	}
.deftable tr:nth-child(odd) {
  background-color: #fafafa;
}
.half {
	width: 48% !important;
	margin-left: 10px !important;
	float: left;
}
table.deftable2{margin:0 1em; padding:0;  width:95%; border-collapse:collapse; border:1px solid #666666; }
.deftable2 th {margin:0; padding:4px 5px 4px 0.5em; width:100px; text-align:center; letter-spacing: 0.5em; border:1px solid #666666; background-color:#DDDDDD;}
.deftable2 td{margin:0; padding:4px 5px; border:1px solid #666666;}

table.deftable80{margin:0; padding:0;  width:80%; border-collapse:collapse; border:1px solid #666666; }
.deftable80 th {margin:0; padding:2px 5px 2px 0.5em; width:100px; text-align:center; border:1px solid #666666; background-color:#DDDDDD;}
.deftable80 td{margin:0; padding:2px 5px; border:1px solid #666666; text-align:left;}

.endai_box {
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(252, 252, 252);
    padding: 5px 15px;
    width: 70%;
    margin: 0px auto;
}

.button1 {
    display: inline-block;
    padding: 2px 8px;
    font-size: 90%;
    text-decoration: none !important;
    line-height: 20px;
    color: rgb(255, 255, 255) !important;
    text-align: center;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    cursor: pointer;
    background-color: rgb(91, 183, 91) !important;
    background-image: linear-gradient(to bottom, rgb(98, 196, 98), rgb(81, 163, 81)) !important;
    background-repeat: repeat-x;
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}
a.button1:hover {
    color: rgb(255, 255, 255);
	background-color: rgb(81, 163, 81) !important;
}
.button1:hover, .button1:focus {
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-position: 0px -15px;
    transition: background-position 0.1s linear 0s;
}
.button1:hover, .button1:focus, .button1:active, .button1.active, .button1.disabled, .button1[disabled] {
    color: rgb(255, 255, 255);
	background-color: rgb(81, 163, 81) !important;
}
a.button_us {
	display: inline-block !important;
	border: 1px solid #15aeec;
	background-color: #49c0f0 !important;
	background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3) !important;
	background-image: linear-gradient(to bottom, #49c0f0, #2cafe3) !important;
	border-radius: 4px;
	color: #fff;
	line-height: 30px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	padding: 6px 12px 6px 12px !important;
	text-decoration: none;
}
a.button_us:nth-child(even) {
	margin-left: 5px;
}
a.button_us:hover {
	border:1px solid #1090c3;
	background-color: #1ab0ec !important;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2) !important;
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2) !important;
}
a.button_us:active {
	background: #1a92c2 !important;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}
a.wide {
	-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;border-radius: 3px !important;font-size:1em !important;
text-decoration:none !important;
display:inline-block !important;text-shadow: -1px -1px 0 rgba(0,0,0,0.3) !important;font-weight:bold !important;
color: #FFFFFF !important;
}
a.wide:hover{
}
a.fullwdh {
	margin-top: 6px !important;
	padding-right: 65px !important;
	padding-left: 65px !important;
}
#usermenu {
	font-size: 0.86em;
	margin-bottom: -1em;
	/* margin-left: -700px; */
}

.ico_tag{
	font-size:11px;
	line-height:1;
	padding: 2px 0;
	color:#FFF;
	background:#6582bd;
	display:inline-block;
	width:72px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-align:center;
	margin: 0 0 0 5px;
	}
.ico_tag_i{
	font-size:11px;
	line-height:1;
	padding: 2px 0;
	color:#d21d00;
	border:1px solid #d21d00;
	background:#FFF;
	display:inline-block;
	width:72px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-align:center;
	margin: 0 0 0 5px;
	}
/* Gradient */
.grad_grey {
	background: rgb(63,76,107);
	background: linear-gradient(90deg, rgba(63,76,107,1) 0%, rgba(96,108,136,1) 100%); 
}
/* AOS */
[data-aos][data-aos-easing="new-easing"] {
    transition-timing-function: cubic-bezier(.250, .250, .750, .750);
}
