body{
    font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
	overflow: hidden;
background: #e4e9ed;
}
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
line-height: 100%;
}
a{
	color: #333;
	text-decoration: none;
    outline: none;
}
a:hover{
	color:#FF6600;
}
/*
img{
    width:100%;
	height: auto;
	vertical-align:top;
}
*/
.target_blank {
  width: 12px;
  height: auto;
  vertical-align: middle;
margin-left:6px;
}
*{
    box-sizing: border-box;
  margin:0;
  padding: 0;
}
.clear {
	clear: both;
}
hr {
    color: #e5ddcb;
    margin: 24px 0;
}
.clearfix {
  display: block;
}
.sma{
	display:none;
}
@media (max-width:767px) {
.sma{
    display: block;
	}
}
.link-color{
	color:#333;
}
/* header */

/*****header *****/
header{
  width: 1200px;
z-index: 100;
	align-items: center;
  font-weight: 500;
	font-style: normal;
	box-sizing:border-box;
margin: 0 auto;
padding: 0px 0px 20px;
background: #e4e9ed;
position: relative;
}
.e-header{
	background-color: #00233D;
}
header h1 img{
	height:50px;
}
header a{
color:#333;
}
header a:hover{
	color : #ff7043;
}
@media screen and (max-width: 1280px) {
	header{
		  width: 100%;
		height: auto;
		position: fixed;
		display: block;


	}
	header h1{	
		margin:0;
	}
}
	
@media screen and (max-width: 768px) {
header{
		height: auto;
		position: fixed;
				text-align:left;
width:100%;
padding:10px;
	}
header h1 img{
	width:80%;
	}
header h1{
	width:100%;
text-align:center;
	}
}
.switch a {
    background: #eee;
    border-radius: 8px;
    position:absolute;
    display:block;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 0.5em 2em 0.5em 0.5em;
    color: #313131;
    transition: 0.3s ease-in-out;
top:10px;
	right:0px;
}
.switch a:hover {
    background: #34465e;
    color: #FFF;
}
.switch a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.switch a:hover:after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
@media screen and (max-width: 768px) {
.switch a {
		position:relative;
		width:30%;
		margin: 0 10px 10px auto;
right:50px;

	}
}

/* navi-pc */
.navi-pc{
	display: block;
text-align:center;
padding:0;
background-color:#34465e;

}
.navi-pc ul{
font-weight: bold;
text-align:center;
    margin: 0;
padding:0;
}
.navi-sma ul{
font-weight: bold;
text-align:center;
    margin: 0;
	padding:0;
	list-style:none;
}
.navi-pc li{
    display: inline-block;
width:15%;
padding: 0;
margin:0;
}
.navi-pc li a{
display:block;
color:#fff;
width:100%;
padding:1em 0;
}
.navi-sma li a{
display:block;
color:#333;
width:100%;
padding:1em 0;
}
.navi-pc a:hover{
color:#34465e;
background-color:#c2d0d9;
}
.navi-sma a:hover{
color:#34465e;
background-color:#c2d0d9;
}
.navi-sma{
display:none;
}
@media screen and (max-width: 1280px) {
	.navi-pc li{
width:18%;
	}
}
@media screen and (max-width: 768px) {
.navi-pc{
display:none;
}
nav ul li:not(:last-child):after{
    content: none;
}
.navi-sma{
		display:block;
		text-align:right;
		margin:-30px 10px 20px 0;
}
}
.uk-navbar-nav > li > a{
  padding: 0 0;
  color: #fff;
}
.uk-navbar-toggle {
  color: #fff;
}
.uk-navbar-toggle:hover {
  color: #fff;
}

.e-navi-pc a {
  color: #fff;
}
.e-navi-pc ul li:not(:last-child)::after {
  color: #fff;
}
	.uk-navbar-dropdown{
		padding:0 !important;
	}
/*****footer *****/
#page-top {
  margin: 40px 0px;
  text-align: center;
	font-size:1em;
}
#page-top a {
	color:#333;
}
#footer {
  clear: both;
  margin-top: 60px;
  padding: 40px 0 20px;
  background-color: #c2d0d9;
color:#333;
}
.copy{
  text-align: center;
  margin: 20px 0px;
}

.f-box{
    display: flex;
margin: 0px auto 0px;
    justify-content: space-around;
    flex-wrap: wrap;
width:1000px;

}
.f-box article{
     width:30%;
margin-bottom:20px;
}
.f-box ul{
    font-weight: 400;
    letter-spacing: 0.1em;
    margin: 0 0 0 60px;
}
.f-box a{
color:#333;
}
@media (max-width:992px) {
	.f-box{
		width:100%;
	}
}
@media (max-width:767px) {
	.f-box{
		width:100%;
	}
.f-box article{
width: calc(100% - 40px);
		padding:20px;
margin-bottom:0px;
	}
.f-box ul{
		margin: 0 0 0 20px;
	}
}

/***** コンテンツ *****/
.all{
  width: 1200px;
  margin: 0px auto 0px;
  padding: 0px;
background: #e4e9ed;
}
.all a{
	color:#333;
}
.con-wp{
  width: 1200px;
  margin: 0px auto 0px;
  padding: 0px 0px 40px;
background: #e4e9ed;
}
.con-block{
  margin: 60px 0;
padding:40px 40px;
  background-color: #fff;
}


#index_news{
  margin: 80px 0px 0px;
  padding: 0px;
			}
@media (max-width:992px) {
.con-wp{
width:100% !important;
  margin: 0px auto 40px;
  padding: 0px;
			}
}
@media screen and (max-width: 1280px) {
.con-wp{
  padding:120px 0 40px;

	}
	.con-block{
display: block;
width: 100%;
vertical-align:top;
}
}
.con-wp h2 {
  border-bottom: solid 3px #e4e9ed;
  position: relative;
  margin: 0px 0 40px;
}

.con-wp h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #f3bd4e;
  bottom: -3px;
  width: 20%;
}
.con-wp h3 {
  font-size: 1.4em;
  font-weight: 500;
  text-shadow: 2px 2px 3px #7494a9;
  margin: 20px 0 20px;
}
.con-wp h4 {
font-size: 1.2em;
  font-weight: 600;
color:#34465e;
}
.con-wp p {
  margin: 0px 0 1em;
}
.heading {
  background: url("/iq_control/img/bar.png") no-repeat bottom center;
background-size: cover;
  position: relative;
  width: 100%;
  padding: 50px 0px;
  font-size: 26px;
  text-align: center;
  margin: 0px 0px 40px;
  color: #fff;
margin-bottom:40px;
}
.font-bold{
  font-weight: 600;
}
@media (max-width:1280px) {
	.all{
  width: 100%;
padding:0;
	}
	}
	.achi-tab {
    display: flex;
    flex-wrap: wrap;
    max-width: 100％;
}
	
/***** Research results *****/
	
.achi-tab > label {
    flex: 1 1;
    order: -1;
    position: relative;
    min-width: 70px;
    padding: .7em 1em;
    background-color: #c2d0d9;
    color: #333;
    font-size: 1.2em;
    text-align: center;
    cursor: pointer;
font-weight:600;
}

.achi-tab > label:hover,
.achi-tab label:has(:checked) {
    background-color: #7494a9;
    color: #fff;
}

.achi-tab label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #7494a9;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.achi-tab input {
    display: none;
}

.achi-tab > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
}

.achi-tab label:has(:checked) + div {
    display: block;
}
.achi-ul{
margin:40px 0px 40px 2em;
}
.achi-ul li{
margin:0px 0px 0.5em;
border-bottom:1px dotted #c8c8c8;
}
.achi-ul a{
color:blue;
}
.achi-ul img{
width:0.8em;
vertical-align: middle;
}
.jour {
  font-style: italic;
  font-weight: 600;
}
.asterisk{
  font-weight: 600;
vertical-align: super;
}
@media screen and (max-width: 767px){
.achi-ul{
margin:40px 0px 40px 0;
}
}.p {
}
