@charset "utf-8";
/*
Theme Name:Sense It Smart
Theme URI:
Description:
Author:PLUSIDEA
Author URI:http://plusidea.co.jp/
Version:7.7
*/




/*----------------------------------------------------------------------
base
----------------------------------------------------------------------*/

html{ font-size: 16px;}

body{
/*	font-family:"YuGo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
    color: #000000;
    margin:0 auto;
    box-sizing: border-box;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	font-weight: 500;
}

.mb-10{ margin-bottom: 10px;}
.mb-20{ margin-bottom: 20px;}
.mb-30{ margin-bottom: 30px;}
.mb-40{ margin-bottom: 40px;}
.mb-50{ margin-bottom: 50px;}
.mb-60{ margin-bottom: 60px;}
.mb-80{ margin-bottom: 80px;}
.mb-100{ margin-bottom: 100px;}

.xsmall{ font-size: 8px;}
.fs_12 { font-size: 12px;}
.fs_14 { font-size: 14px;}
.large { font-size: 20px;}
.xlarge{ font-size: 21px;}

img {
	max-width: 100%;
	display: block;
	margin: auto;
}

.tac { text-align: center;}
.tar { text-align:right;}
.tal { text-align:left;}

.letter_5{ letter-spacing: 5px !important;}

a{
  text-decoration: none;
  color: #000;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
a:hover{
  opacity: 0.7;
}
.strong_point{
  background: linear-gradient(transparent 50%, #F8E300 40%);
  font-weight: bold;
  color: #FF2929;
  font-size: 105%;
}
span.big {
  font-size: 20px;
}
span.red{
  color: #ff3333;
  font-weight: bold;
}
.bold{
  font-weight: bold;
}
table{
  border-collapse: collapse;
}
dh{
  color: #555;
  font-size: 20px;
  font-weight: bold;
}
/* For modern browsers */
.clearfix:before,
.clearfix:after {
 content:"";
 display:block;
 overflow:hidden;
}
.clearfix:after {
 clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
 zoom:1;
}

/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge{
    margin-bottom: 1000px;
}


/*------------------パンくずリスト------------*/

.breadcrumg-area ul{
  padding-left: 0;
  margin-bottom: 30px;
}

.breadcrumg-area ul li{
  display: inline-block;
  padding-left: 15px;
  position: relative;
}

.breadcrumg-area ul li::before{
  position: absolute;
  left: 0;
  content:">";
  color: #333;
}

.breadcrumg-area ul li:first-child{
  padding-left: 5px;
}

.breadcrumg-area ul li:first-child::before{
  display: none;
}

/*----------------------BASE-------------------------------*/

.inner{
	width: 1100px;
	text-align:center;
}

/*----------------------------------------------------------------------
header
----------------------------------------------------------------------*/

header ul.top_gnav li{
  display: inline-block;
  margin:0 25px ;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}

header ul.top_gnav a{
  color: #fff;
}

header ul.top_gnav p {
  text-align: right;
  margin-right: 30px;
  font-size: 12px;
  margin-bottom: 20px;
  color: #fff;
}

/*-----------プルダウン--------------*/

.menu {
  position: relative;
  width: 100%;
  height: 50px;
  max-width: 1000px;
  margin: 0 auto;
}

.menu > li {
  float: left;
  width: 25%; /* グローバルナビ4つの場合 */
  height: 50px;
  line-height: 50px;
  background: rgb(29, 33, 19);
}

.menu > li a {
  display: block;
  color: #fff;
}

.menu > li a:hover {
  color: #999;
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
}

ul.menu__fourth-level {
  visibility: hidden;
  opacity: 0;
}

.menu > li:hover {
  background: #072A24;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#pulldown .menu__second-level li {
  float: none;
  display: block;
  height: 35px;
  margin: auto;
  line-height: 35px;
  text-align: center;
}

.menu__third-level li {
  border-top: 1px solid #111;
}

.menu__second-level li a:hover {
  background: #fff;
  color: #162d44;
}

.menu__third-level li a:hover {
  background: #2a1f1f;
}

.menu__fourth-level li a:hover {
  background: #1d0f0f;
}

/* 下矢印 */
.init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single#pulldown {
    position: relative;
}

li.menu__single#pulldown ul.menu__second-level {
  position: absolute;
  top: 50px;
  width: 300px;
  background: rgba(22, 45, 68,0.8);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  margin-top: 20px;
}

li.menu__single#pulldown:hover ul.menu__second-level {
  top: 55px;
  visibility: visible;
  opacity: 1;
}

#pulldown .menu__second-level li a{
  padding: 0;
}







/*----------------------------------------------------------------------
main
----------------------------------------------------------------------*/
#page1{
  background: url(./img/sec1.jpg) no-repeat;
  background-size: cover;
}
#page2{
  background: url(./img/sec2.jpg) no-repeat;
  background-size: cover;
}
#page3{
  background: url(./img/sec3.jpg) no-repeat;
  background-size: cover;
}
#page4{
  background: url(./img/sec4.jpg) no-repeat;
  background-size: cover;
}
#page5{
  background: url(./img/sec5.jpg) no-repeat;
  background-size: cover;
}
#page6{
  background: url(./img/sec6.jpg) no-repeat;
  background-size: cover;
  background-position: right bottom;
}
.switch {
  background-image: url(./img/side_btn.png);
}

@media screen and (min-width: 789px){
.pc-pt150{ padding-top:150px;}
.pc-pt100{ padding-top:100px;}
.pc-pt110{ padding-top:110px;}
.pc-pt50{ padding-top:50px;}
.pc-pt30{ padding-top:30px;}
}

/*-----------top-page1-------------*/

.page_content{
  z-index: 1;
}

.extra_bg{
  z-index: 2;
  position: relative;
}

.p1_top{
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

.top_page h2,.about_page h2{
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 25px;
  letter-spacing: 2px;
}

.section p{
  line-height: 2;
  color: #fff;
}

.p1_top p{
  margin-bottom: 30px;
}

.more_btn {
    max-width: 260px;
    height: 40px;
	padding: 0 10px;
    margin: 20px auto 20px;
    border: 1px solid #fff;
    line-height: 40px!important;
    background: rgba(22,45,68,0.8);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    color: #fff;
    font-size:14px;
    font-weight: bold;
    display: block;
}

.more_btn + .more_btn{ margin-top:15px;}

.top_page h2 a{ color: #fff;}

.more_btn a {
    color: #fff;
	line-height:40px;
    font-weight: bold;
    display: block;
}

.more_btn:hover{
  background: #fff;
  color: #143a5f;
  cursor: pointer;
}

.more_btn:hover a{
  color: #143a5f;
  opacity: 1;
}

#page1 .extra_bg{
  background: url(./img/sec1_2.jpg) no-repeat;
  background-size: cover;
}

#page1 div.extra.p1_topex {
	/*
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    top: 0;
    height: 600px;
    margin: auto;
    bottom: 0;
    padding-top: 0;
    width: 50% !important;
	*/
	color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    top: 0;
    margin: auto;
    bottom: auto;
    padding-top: 0;
    height: auto;
    width: 50% !important;
    top: 50%;
    transform: translateY(-50%);
}

.circle_area ul{ text-align: center;}

.circle_area li{
    background: rgba(22,45,68,0.8);
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin:8px;
	font-size:13px;
    width: 90px !important;
    box-sizing: border-box;
    height: 90px !important;
    vertical-align: top;
	padding:25px 5px;
	line-height:40px;
}

.circle_area li.bio{ line-height:20px;}
.circle_area li.bio2{
	line-height:20px;
	padding:20px 0;
}

.circle_area {
  width: 440px;
  margin: 10px auto 30px;
  position: relative;
  font-size:14px;
}

.circle_area span{
  position: absolute;
  right: 70px;
  bottom: 0px;
  font-weight: normal;
}

.extra .more_btn {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #314c7c;
}

.extra .more_btn.shiken {
  background: #142e45;
}

.extra .more_btn.shiken:hover a{
  color: #aaa;
}

.shiken_btn_box{
  text-align: center;
}

.shiken_btn_box .more_btn{
	display: inline-block;
	margin: 15px 10px 0;
}

/*-----------top-page2-------------*/

.page_content.p2_top {
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  letter-spacing: 2px;
}

#page2 .extra_bg{
  background: url(./img/sec2_2.jpg) no-repeat;
  background-size: cover;
}

div.extra {
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  top: 0;
  height: 600px;
  margin: auto;
  bottom: 0;
  padding-top: 0;
  width: 50% !important;
}

#page2 img.top_p2_ex_circle {
  position: static;
  display: block;
  transform: initial;
  margin: auto;
}

.page .extra.p2_topex {
  height: 780px;
}
.toppage.page .extra.p2_topex {
  height: 600px;
}
/*-----------top-page-3------------*/

.page_content.p3_top {
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
}

img.items3{
  margin: 20px auto 30px;
}

#page3 .extra_bg{
  background: url(./img/sec3_2.jpg) no-repeat;
  background-size: cover;
}

.page div.extra_inner img.items3_ex{
  margin-bottom: 30px;
}


@media screen and (min-width: 789px){
.page .extra.p3_topex ,
.page .extra.p2_topex {
/*  height: 780px;*/
	height: auto;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    padding-top: 0;
}
}
.page .extra.p3_topex img{ max-width:80%;}

/*-----------top-page4-------------*/

.page_content.p3_top {
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  letter-spacing: 2px;
}

#page4 img.items3 {
    margin: 40px auto;
}

.top_page #page4 img.items3 {
    width: 150px;
}

#page4 .extra_bg{
  background: url(./img/sec4_2.jpg) no-repeat;
  background-size: cover;
}

#page4 .inner{
  margin-top: 0 !important;
}

#page4 .extra_bg {
  position: absolute;
  top: 0;
  left: 0;
}

.page_content.p4_top {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  letter-spacing: 2px;
}

.right_box{
  float: right;
  width: 49%;
}

.left_box{
  float: left;
  width: 49%;
}

.p4_topex .extra_inner {
  box-sizing: border-box;
  width: 90%;
  margin: auto;
}

.shokuiku_text{
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
}

.p4_topex .right_box,
.p4_topex .left_box{
  box-sizing: border-box;
  padding:0 20px;
}

.app_box{

}

.section p.shokuiku_text {
  text-align: left;
  font-size: 12px;
  line-height: 1.6 !important;
  margin: 20px 0;
  box-sizing: border-box;
  padding: 0 20px;
}

.app_box {
  margin-top: 100px;
}

.app_box img {
  margin-bottom: 10px !important;
}

.left_box.phr_area {
  padding: 0 20px 0 40px;
}

img.shokuiku_pic {
    margin-bottom: 62px !important;
}

.p4_topex .extra_inner {
  box-sizing: border-box;
  width: 90%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 600px;
  left: 0;
  right: 0;
}

.img_box {
  margin-bottom: 40px;
}


/*------------top-page5-------------*/

.page_content.p5_top {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  letter-spacing: 2px;
}

.news_container article{
  margin-bottom: 20px;
}

.news_container article a{
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}


/*------------top-page6-------------*/

.page_content.p6_top {
	width:100%;
	max-width:800px;
	white-space:nowrap;
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	letter-spacing: 2px;
}

.sitemap ul{
  display: table-cell;
  box-sizing: border-box;
  padding: 0 20px;
  border-right: 1px solid #ffff;
  text-align: left;
  letter-spacing: 2px;
  vertical-align: top;
}

.info_text{
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.info_text a{
  color: #fff;
}

.info_text span{
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.sitemap ul li{
  font-size: 14px;
  margin-bottom: 15px;
}

.sitemap ul li.small_link{
  font-size: 12px;
}

.sitemap ul li a{
  color: #fff;
}

.sitemap .more_btn{
  text-align: center;
  width: 180px;
}

img.sm_logo {
  display: inline-block;
  width: 150px;
}

.sitemap ul span img {
  display: inline-block;
  margin-left: 20px;
}

.sitemap .logo_box{
  margin-bottom: 30px;
}

.sitemap {
  margin-top: 70px;
}




/*----------------------------------------------------------------------
footer
----------------------------------------------------------------------*/

footer{
    background: #162d44;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
	z-index:90;
}

footer p{
	color: #fff;
	text-align: center;
	font-size: 10px;
	line-height:16px;
}

.scroll_icon{
  background:#131e28;
  position: absolute;
  right: 0;
  top: 0;
  width: 47px;
  height: 51px;
}

.scroll_icon a {
  display: block;
  width: 100%;
  height: 100%;
}

.scroll_icon a img {
  padding-top: 16px;
}

.pagetop{
	width:56px;
	height:56px;
	position:fixed;
	bottom:0;
	right:0;
	z-index:100;
}

.pagetop a{
	display:block;
	width:100%;
	height:100%;
	padding:3px;
	background:#131E28;
	box-sizing:border-box;
}

.pagetop img{
	width:50px;
	height:50px;
}


/*-------------新着情報ページ------------*/

.mv_area{
  position: relative;
  height: 431px;
  margin-top: -120px;
}

.mv_text{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    height: 140px;
    text-align: center;
    color: #fff;
}

.mv_ttl{
  font-size: 46px;
  letter-spacing: 8px;
  font-family:HelveticaNeue,"Arial","YuGo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.mv_text p{
  font-size: 21px;
  letter-spacing: 5px;
}


.news_mv{
  background: url(./img/news_bg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom center;
}

main{
  background: #f2f2f2;
}

.loewr_inner{
	width:auto;
	max-width: 1080px;
	padding: 50px 15px;
	margin: auto;
}

.loewr_inner + .loewr_inner{ padding-top:0;}

.news_wrapper article{
  background:#fff;
  text-align: left;
  margin-bottom: 30px;
}

.news_wrapper article span.new_icon {
  background: #4f67a8;
  width: 50px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  margin-left: 20px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
}

.news_text{
  display: inline-block;
  line-height: 60px;
  padding-left: 40px;
}

.open_btn{
  display: inline-block;
  width: 116px;
  height: 57px;
  position: relative;
  background: #162d44;
  float: right;
  cursor: pointer;
}

.arrow2 {
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-color: transparent transparent #ffffff #ffffff;
  transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  right: 0;
  left: 0;
  margin: auto;
}

.news_date{
  display: inline-block;
  margin-right: 30px;
}

.news_wrapper h3{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.bassui{
  float: left;
  width: 70%;
}

.open_thumb{
  float: right;
  width: 28%;
  vertical-align: top;
}

div.target {
  box-sizing: border-box;
  padding: 30px;
  display: none;
}

body{
  overflow: initial;
  height: auto;
}

header{
  background: #112d52;
}

.loewr_inner .sitemap ul{
  width: 11%;
}

/*------------会社概要ページ-------------*/
.company_mv{
  background: url(./img/company_mv.jpg) no-repeat;
  background-size: cover;
  background-position: bottom center;
}

header.lower_header{
  background: none;
  position: absolute;
}

.lower_container{
  position: absolute;
  width: 100%;
  top: 0;
}

.loewr_inner p{
  margin:1em 0;
  font-size: 14px;
  line-height: 2;
}

.comp_history{
  background: url(./img/comp_prof_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
	margin-bottom:50px;
}

.daiyou_thumb{
  width: 38%;
  display: inline-block;
  vertical-align: bottom;
}

.hidtory_list{
  display: inline-block;
}

.hidtory_list dt{
	width:100px;
	vertical-align: top;
}

.hidtory_list dd{ width:calc(100% - 100px);}

.comp_history  .loewr_inner{
  padding-bottom: 35px;
}

.comp_history  dl {
    margin-bottom: 15px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.company_page h2{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 4px;
}

p.sub_title{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

table.gaiyou{
  border-collapse: collapse;
  width: 100%;
  margin: auto;
}

table.gaiyou th,table.gaiyou td{
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 15px 10px;
  box-sizing: border-box;
}

table.gaiyou th{
  font-weight: bold;
  width: 20%;
}

.map_area{
  position: relative;
  background-size: cover;
  background-position:center; 
}

.map_area iframe{
  width: 100%;
/*
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
*/
}

.map_area img{
  position: absolute;
  top: 7%;
  left: 0;
  right: 0;
  bottom: 0;
  margin:auto;
}

.g_map_link {
  background: #4f67a8;
  margin: 20px 0;
  width: 380px;
  box-sizing: border-box;
  text-align: center;
  height: 35px;
  line-height: 35px;
}

.g_map_link a{
  display: block;
  color: #fff;
}

.low_sitemap{
  background:url(./img/sec6.jpg) no-repeat;
  background-position:right 100%; 
  background-size: cover;
}

.loewr_inner .sitemap{
  margin-bottom: 70px;
}

/*-------------事業概要------------*/

.about_page #page1 {
    background: url(./img/about1_bg.jpg) no-repeat;
    background-size: cover;
}

.about_page #page2 {
    background: url(./img/sec3.jpg) no-repeat;
    background-size: cover;
}

.about_page #page2 .extra_bg {
    background: url(./img/sec3_2.jpg) no-repeat;
    background-size: cover;
}

.about_page #page3 {
    background: url(./img/sec4.jpg) no-repeat;
    background-size: cover;
}

.about_page #page3 .extra_bg {
    background: url(./img/sec4_2.jpg) no-repeat;
    background-size: cover;
}

.about_page #page1 img,.about_page #page2 img{
  position: static;
  width: auto;
  transform: initial;
  margin-bottom: 10px;
  animation-duration:initial;
}

.about_page #page1 .p1_top{
  top: 40%;
}

.about_page .p1_top p{
  margin-bottom: 15px;
  font-size: 14px;
}

header.one_scroll{
  background:none;
}

.about_page #page1 .extra_bg {
  background: url(./img/about1_extra.jpg) no-repeat;
  background-size: cover;
}

.extra_left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  margin: auto;
  height: 500px;
}

.about_page .page_content.p2_top {
  top: 40%;
}

.about_page .page .extra.p2_topex {
  height: 700px;
}

.about_page .page_content.p3_top {
  top: 47%;
}

.about_page .p3_topex .extra_inner {
  width: 90%;
  margin: auto;
}

.about_page .page .extra.p3_topex {
  height: 640px;
}

.about_page img.items3 {
    width: 150px;
}

/*-----------エビデンス--------------*/

.evi_page #page1 {
  background: url(./img/evi1_bg.jpg) no-repeat;
  background-size: cover;
}
.evi_page #page2 {
  background: url(./img/evi2_bg.jpg) no-repeat;
  background-size: cover;
}
.evi_page #page3 {
  background: url(./img/evi3_bg.jpg) no-repeat;
  background-size: cover;
}
.evi_page #page4 {
  background: url(./img/evi4_bg.jpg) no-repeat;
  background-size: cover;
}
.evi_page #page5 {
  background: url(./img/evi5_bg.jpg) no-repeat;
  background-size: cover;
}
.evi_page #page6 {
  background: url(./img/evi6_bg.jpg) no-repeat;
  background-size: cover;
}
.evi_page #page7 {
  background: url(./img/evi7_bg.jpg) no-repeat;
  background-size: cover;
}
.evi_page .extra_bg {
  background: url(./img/evidence_extra.jpg) no-repeat !important;
  background-size: cover !important;
}

.evi_page .p1_top{
  top: 38%;
}

p.ryumin{
  font-family: Ryumin Medium KL,"リュウミン M-KL",HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif;
  font-size: 32px;
  line-height: 1.6;
}

h2.evi_ttl{
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 2px;
  color: #fff;
}

.kaizen_box {
  position: relative;
  width: 150px;
  margin: 0 auto 40px;
}

.kaizen_box::before {
  position: absolute;
  content: "";
  background: url(./img/yellow_arroow.png) no-repeat;
  width: 125px;
  height: 135px;
  right: -120px;
  opacity: 0.85;
}

.evidence_inner{
	width: 75%;
	margin-left:15%;
}

h3.extra_evi{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}

table.evi_data{
  font-size: 14px;
  margin: 10px auto;
}

table.evi_data th,table.evi_data td{ padding:4px 5px;}

table.evi_data td{ font-size:12px;}

table.evi_data th{
  font-weight: bold;
  width: 32%;
  vertical-align: top;
	font-size: 13px;
}

.evi_page #page1 div.extra.p1_topex{
  height: 700px;
}

.evi_page .p2_top .kaizen_box{
  width: 350px;
}

.evi_page .page_content.p2_top {
  top: 40%;
}
/*
.evi_page .page .extra.p2_topex {
height: 890px;
}
*/
.evi_page .page_content.p4_top {
  top: 51%;
}

/*.p7_topex .evidence_inner */
.p4_topex .evidence_inner,
.p5_topex .evidence_inner,
.p6_topex .evidence_inner{
  height: 580px;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.page_content.p5_top {
  top: 48%;
}

.evi_page #page5 .inner,
.evi_page #page6 .inner{
  margin-top: 0 !important;
}

.evi_page .page_content.p6_top {
  top: 50%;
}

.page_content.p7_top{
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  letter-spacing: 2px;
  top: 50%;
}

/*-------------EBP------------*/

.ebp_page #page1 {
  background: url(./img/ebp1.jpg) no-repeat;
  background-size: cover;
}
.ebp_page #page2 {
  background: url(./img/ebp2.jpg) no-repeat;
  background-size: cover;
}
.ebp_page #page3 {
  background: url(./img/ebp3.jpg) no-repeat;
  background-size: cover;
}
.ebp_page #page4 {
  background: url(./img/ebp4.jpg) no-repeat;
  background-size: cover;
}
.ebp_page #page1 .extra_bg {
  background: url(./img/ebp_ex1.jpg) no-repeat !important;
  background-size: cover !important;
}
.ebp_page #page2 .extra_bg {
  background: url(./img/ebp_ex2.jpg) no-repeat !important;
  background-size: cover !important;
}
.ebp_page #page3 .extra_bg {
  background: url(./img/ebp_ex3.jpg) no-repeat !important;
  background-size: cover !important;
}
.ebp_page #page4 .extra_bg {
  background: url(./img/ebp_ex4.jpg) no-repeat !important;
  background-size: cover !important;
}

.ebp_page .p1_top ,.page_content.p2_top{
  top: 40%;
}
.ebp_page .page_content.p4_top {
  top: 52%;
}

.ebp_page .p4_topex .evidence_inner {
  height: 410px;
}

/*-------------ヘルスケア------------*/

.health_page #page1 {
  background: url(./img/health1.jpg) no-repeat;
  background-size: cover;
}
.health_page #page2 {
  background: url(./img/health2.jpg) no-repeat;
  background-size: cover;
  background-position: top;
}
.health_page #page3 {
  background: url(./img/health3.jpg) no-repeat;
  background-size: cover;
}
.health_page #page4 {
  background: url(./img/health4.jpg) no-repeat;
  background-size: cover;
}
.health_page #page1 .extra_bg {
  background: url(./img/health_ex1.jpg) no-repeat !important;
  background-size: cover !important;
}
.health_page #page2 .extra_bg {
  background: url(./img/health_ex2.jpg) no-repeat !important;
  background-size: cover !important;
}
.health_page #page3 .extra_bg {
  background: url(./img/health_ex3.jpg) no-repeat !important;
  background-size: cover !important;
}
.health_page #page4 .extra_bg {
  background: url(./img/health_ex4.jpg) no-repeat !important;
  background-size: cover !important;
}

.health_page .p1_top {
  top: 41%;
}

.health_page .p2_top {
  top: 40%;
}

.health_page #page1 h2{
  margin-bottom: 10px;
}

img.health_ex_jog{
  width: 200px;
  max-width: 100%;
}

img.jog_sumaho{
  width:150px;
  margin-bottom: 20px;
}

.health_app {
  text-align: center;
  margin: 15px auto 0;
}

.health_app a{
  display: inline-block;
  margin: 0 5px;
}

.health_page #page1 div.extra.p1_topex {
	/*
  height: 710px;
  box-sizing: border-box;
  padding: 0 90px;
	*/
}

.shokuiku_p {
  width: 84%;
  margin: 0 auto 20px;
}

.dis_inb{
  display: inline-block;
}

.shokuiku_box{
  text-align: center;
}

.shokuiku_box .shokuiku_text{
  background: #fff;
  padding: 10px 0;
  color: #4f67a8;
  font-size: 12px;
  border-radius: 20px;
  text-align: center;
  max-width: 155px;
  margin: 10px auto;
}

.health_page .page .extra.p3_topex {
/*  height: 850px;*/
	
}

.health_page .page .extra.p2_topex {
  height: auto;
}

.health_page .page .extra.p3_topex img{
  width: 200px;
}

p.algo{
  padding:0 10px;
  margin: 20px auto;
}

.health_page .p4_topex .evidence_inner {
	padding-top:40px;
}

.shokuiku_box .itchinichi{
  width: 32%;
}

.shokuiku_box .saitenrei{
  width: 65%;
}

.healthcare-txt{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	   -ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	max-width:230px;
	margin:0 auto;
	padding:10px 0;
}

.healthcare-txt p{
	width:90px;
	text-align:center;
}


/*-------------サプリメント------------*/

.sappli_page #page1{
  background: url(./img/suppli1.jpg) no-repeat !important;
  background-size: cover !important;
}
.sappli_page #page2{
  background: url(./img/suppli2.jpg) no-repeat !important;
  background-size: cover !important;
}
.sappli_page #page3{
  background: url(./img/suppli3.jpg) no-repeat !important;
  background-size: cover !important;
}

.sappli_page .extra{
  display: block;
}

.sappli_page .p1_top,.sappli_page .p2_top,
.sappli_page .p3_top {
	/*
  width: 50%;
  left: 75%;
  padding: 0 120px;
  box-sizing: border-box;
  top: 40%;
	*/
	width: 45%;
    right: 0%;
    left: auto;
    padding: 0 30px;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (min-width: 789px){
	.sappli_page .p1_top .lead12{ font-size:12px; line-height:1.5;}
	.sappli_page .p1_top{ margin-top:0!important;}
	.sappli_page .p1_top .more_btn2 a{ margin:10px auto;}
}

.sappli_page .p1_top p {
  margin-bottom: 15px;
}

.page div.extra_inner img.motiva_pic{
  margin: 30px auto;
}

.wh_btn{
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #314c7c;
}

/*------------お問い合わせ-------------*/

.contact_mv{
  background: url(./img/contact_mv.jpg) no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.loewr_inner h2{
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	font-size:16px;
}

.form_link{
  text-align: center;
  margin: 50px auto;
}

.form_link a{
  border:1px solid #7396ff;
  width: 370px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  background: #4f67a8;
  display: inline-block;
  margin:0 15px;
  max-width: 95%;
}

.form_link a.shiken_form_link{
  background: #fff;
  color: #4f67a8;
}

table.normal_form {
  width: 90%;
  margin: auto;
}

table.normal_form th,
table.normal_form td{
  border-top: 1px solid #cccccc;
  box-sizing: border-box;
  padding: 20px 10px;
}

table.normal_form th{
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  color: #142c44;
  width: 30%;
}

table.normal_form td{
  font-size: 14px;
}

span.hissu{
  color: #fff;
  background:#af2560;
  text-align: center;
  font-size: 12px;
  width: 50px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
	float:right;
}

input, select,textarea{
  background: #fff;
  border:1px solid #bababa;
  border-radius: 5px;
  height: 40px;
  margin: 0 10px;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  max-width: 95%;
  width: 90%;
}

.inp_380{
  width: 380px;
}
.inp_150{
  width: 150px;
}
select{
  width: 225px;
}

select.juusho{
  margin-top: 20px;
}

table.normal_form .sainyuryoku{
  border-top: none;
}

textarea{
  width: 90%;
  height: 200px;
}

input.doui_check {
    width: 20px;
}

.doui_area{
  background: #a0a0a0;
  color: #fff;
}

.doui_scroll {
  width: 90%;
  height: 150px;
  overflow-y: scroll;
  margin: 30px auto;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 0 10px;
}

.doui_scroll p{
  font-size: 12px;
  color: #201f1f;
}

input[type="submit"] {
  background: #162d44;
  color: #fff;
  width: 300px;
  height: 50px;
  border-radius: 0;
  letter-spacing: 1px;
  margin: 50px auto;
  display: block;
  cursor: pointer;
}

.doui_area label {
  margin: 0;
}





/*-------------ヒト試験------------*/

.human_mv{
  background: url(./img/h_text_mv.jpg) no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.human_mv .mv_text{
/*  width: 450px;*/
  max-width: 100%;
}

main.human_test{
  background: #0d80b0;
  color: #fff;
}

main.human_test h2{
  font-size: 21px;
  letter-spacing: 2px;
  font-weight: normal;
}

.wh_bar{
  position: relative;
  width: 120px;
  margin: auto;
  margin-top: 70px;
}
.wh_bar::before{
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  background: #fff;
  left: -40px;
  top: 12px;
}
.wh_bar::after{
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  background: #fff;
  right: -40px;
  top: 12px;
}

.ht_link_box{
  text-align: center;
  margin-bottom: 30px;
}

.ht_link_box a{
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #053346;
  width: 185px;
  height: 40px;
  margin:20px 10px 30px;
  border:1px solid #4a8ddf;
  line-height: 40px;
}

.ht_contents{
  margin-bottom: 30px;
  background: #fff;
  color: #1f1f1f;
  font-size: 14px;
}

.ht_contents h3{
  background: #162d44;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  letter-spacing: 1px;
}

.ht_contents p{
  box-sizing: border-box;
  padding:10px 20px;
}

.ht_images{
  box-sizing: border-box;
  padding: 15px 10px;
}

.ht_images img{
  display: inline-block;
  margin: 0 5px;
}

.ht_link_box.koumokurei a{
  font-size: 12px;
  width: 150px;
}

.example_content{
  border-bottom: 1px solid #cdd6e2;
  float: left;
  width: 50%;
  border-right: 1px solid #cdd6e2;
  vertical-align: top;
  box-sizing: border-box;
  min-height: 280px;
}

.example_content h4{
  font-size: 16px;
  color: #05336d;
  text-align: center;
  background: #cdd6e2;
  padding: 8px 0;
  border-right: 1px solid #fff;
}

.example_content p{
  box-sizing: border-box;
  padding: 0px 25px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 49%;
}

.example_content p.one_column{
  width: 100%;
  display: block;
}

.h160{
  min-height: 160px;
}

.h185 {
    min-height: 185px;
}

/*-----------プライバシーポリシー--------------*/

.privacy_mv{
  background: url(./img/privacy_mv.jpg) no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.privacy_mv .mv_text {
  width: 600px;
  max-width: 100%;
}

main.privacy_page h2{
  letter-spacing: 2px;
  color: #162d44;
}

main.privacy_page p{
  color: #1f1f1f;
}

/*-----------採用情報--------------*/

.recruit_mv{
  background: url(./img/recruit_mv.jpg) no-repeat;
  background-size: cover;
  background-position: bottom center;
}

/*-----------利用規約--------------*/

.kiyaku_mv{
  background: url(./img/riyoukiyaku_mv.jpg) no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.kiyaku_mv .mv_text{
  width: 550px;
  max-width: 100%;
}

/*-----------試験に関するお問合せ--------------*/

td input[type='checkbox']{
  width: 20px;
  height: 20px;
}

td.yuukousei .wpcf7-list-item{
  width: 32%;
  margin: 0;
}

label {
  display: inline-block;
  margin-bottom: 20px;
}

.inp_225{
  width: 225px;
}

td.taishousha p{
  margin-bottom: 20px;
}

td.mokuteki .wpcf7-list-item{
  width: 49%;
  margin: 0;
}

.jisshi input[type="radio"] {
  width: auto;
}

.jisshi select{
  margin-left: 20px;
}


/*-----------新着記事--------------*/

.single_post h1 {
  position: relative;
  color: #333333;
  display: block;
  margin: 47px 0;
  z-index: 1;
  text-align: center;
  font-size: 22px;
  margin-bottom: 60px;
  font-weight: bold;
  letter-spacing: 1px;
}

.single_post h1:before {
  content: "";
  position: absolute;
  background: rgb(38,127,173); /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgba(38,127,173,1) 0%, rgba(78,107,166,1) 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(38,127,173,1) 0%,rgba(78,107,166,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(38,127,173,1) 0%,rgba(78,107,166,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#267fad', endColorstr='#4e6ba6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */  
  width: 120px;
  height: 120px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
  opacity: 0.8;
}

.single_post h2 {
  position: relative;
  padding: 0.25em 0;
  display: inline-block;
  font-size: 20px;
  color: #333;
}

.single_post h2:after {
  content: "";
  display: block;
  height: 4px;
  background: -moz-linear-gradient(to right, rgb(46, 96,146), transparent);
  background: -webkit-linear-gradient(to right, rgb(46, 96,146), transparent);
  background: linear-gradient(to right, rgb(46, 96,146), transparent);
  bottom: -4px;
  position: absolute;
  width: 100%;
}

.single_post h3{
  position: relative;
  padding-left: 30px;
  line-height: 1.4;
  color: #333;
  margin: 1.5em 0;
  font-size: 18px;
  font-weight: bold;
}

.single_post h3:before{
  position: absolute;
  content: "";
  background: #a1ceff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
  top: 2px;
}

.single_post h4 {
  font-weight: bold;
  font-size: 16px;
  color: #08456e;
  box-sizing: border-box;
  padding: 5px 10px;
}

img.sec_image{
  width: 150px;
  height: auto;
  margin: 30px auto;
}




/*----------------------------------------------------------------------

media query

----------------------------------------------------------------------*/

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

@media screen and (max-width: 560px) {
	
	.shokuiku_box .saitenrei,
	.shokuiku_box .itchinichi{ width:100%;}
}

@media screen and (max-width: 788px) {
	
	.p4_topex .evidence_inner,
	.p5_topex .evidence_inner,
	.p6_topex .evidence_inner{
		height:auto;
		position:static;
	}
	
	
	
    .pc-only ,.onepage-pagination{
        display: none;
    }

    .sp-only {
        display: block;
    }
    .mmb-10 {
        margin-bottom: 10px;
    }
    .mmb-20 {
        margin-bottom: 20px;
    }
    .mmb-30 {
        margin-bottom: 30px;
    }
    .mmb-40 {
        margin-bottom: 40px;
    }
    .splogo {
        display: inline-block;
    }

    .pc_btn{
      display: none;
    }

    header, main, aside, footer, .inner{
      max-width: 100%;
      margin: auto;
      float: none;
    }

    footer {
      padding: 15px 0;
		height:46px;
		box-sizing:border-box;
    }

    .mean-container .mean-bar {
      top: 0;
      background: #112d52;
      position: fixed;
      padding-bottom: 0;
    }

    .mean-container a.meanmenu-reveal span {
      display: block;
      background: #ffffff!important;
      height: 2px;
      margin-top: 6px;
    }

    ul.menu__second-level {
        opacity: 1;
    }

/*------------トップページ-------------*/
    #contents {
		margin-top: 0px;
		transform:none!important;
    }

	.top_page #page4 img.items3,
	.about_page img.items3{ width:210px;}
	.left_box.phr_area{ margin-bottom:20px!important;}

	img.shokuiku_pic{ margin-bottom:0!important;}

	footer p{ padding:0 50px;}

	.pagetop{
		width:46px;
		height:46px;
	}

	.pagetop img{
		width:40px;
		height:40px;
	}

    header.one_scroll {
      background: #112d52;
      width: 85%;
      z-index: 9999999;
    }

    .extra, .switch{
      display: none;
    }

    .page{
      height: 100vh;
    }

    .page_content {
      width: 100%;
      box-sizing: border-box;
      padding: 0 10px;
    }

    .top_page #page1 {
      background-position: center;
    }    

    .top_page #page3 {
      height: 700px;
    }

    .top_page #page4 {
      height: 900px;
    }

    .top_page .page_content.p4_top {
      top: 50%;
    }

    .page_content.p5_top {
 /*     top: 5%;*/
      width: 100%;
    }

    .sitemap ul ,.loewr_inner .sitemap ul{
      display: block;
      border: none;
      width: 100%;
      text-align: center;
    }

    .sitemap {
        margin-top: 20px;
        margin-bottom: 120px;
    }

    .news_container article span{
      display: block;
    }

    .top_page #page6{
      height: 800px;
    }

    .top_page .page_content.p6_top {
      top: 55%;
    }

    .circle_area span {
      right: 40px;
    }

    .section p {
      line-height: 1.6;
    }

/*------------新着情報ページ-------------*/

    header.lower_header {
      z-index: 999999;
      position: fixed;
      top: 0;
      width: 85%;
    }

    header h1 {
      padding-top: 6px;
    }

    .loewr_inner {
      max-width: 100%;
    }

    ul.top_gnav {
      display: none;
    }

    header img {
      width: 115px;
    }

    .mv_area {
      margin-top: 0px;
    }

    .mean-container a.meanmenu-reveal {
      top: 0;
      opacity: initial;
      color: #ffffff!important;
    }

    .news_text {
      padding: 10px 10px 0 10px;
      width: 100%;
      box-sizing: border-box;
      line-height: 25px;
    }

    span.news_date {
      display: block;
      color: #666;
    }

    .open_btn {
      width: 58px;
		height:36px;
    }
	
	.arrow2{
		width:14px;
		height:14px;
		top:7px;
	}

    .open_thumb {
      float: none;
      width: 100%;
      vertical-align: top;
    }

    .bassui {
      float: none;
      width: 100%;
    }

    .single_post h2 {
      box-sizing: border-box;
      padding: 10px;
    }


.news_container article{ margin-bottom:0;}
.news_container article + article{ margin-top:20px;}

#page4 img.items3{ margin-bottom:0;}

.p1_top p,
.sitemap{ margin-bottom:0;}

.sitemap ul li:last-child{ margin-bottom:0;}
.sitemap ul + ul{ margin-top:15px;}

/*------------会社概要ページ-------------*/

    .g_map_link {
      max-width: 90%;
      margin: auto;
      height: auto;
    }

    p.sub_title {
      padding: 0 10px;
    }

    .loewr_inner p {
      box-sizing: border-box;
      padding: 0 7px;
		text-align:left;
    }

    .hidtory_list {
      width: 95%;
      display: block;
      margin: auto;
    }

    .daiyou_thumb {
      display: block;
      width: 100%;
      max-width: 400px;
      border-bottom: 1px solid #aaa;
      margin-bottom: 20px;
    }

    table.gaiyou th, table.gaiyou td {
      word-break: break-all;
    }

	table.gaiyou th{ width:30%;}

    table.gaiyou {
      width: 95%;
    }

    .map_area img {
      top: 8.5%;
    }

  /*-----------事業概要--------------*/

    .about_page #page1 {
      height: 900px;
    }
    .about_page #page1 .p1_top {
      top: 51%;
    }

    .about_page .page_content.p2_top {
      top: 50%;
    }

    .about_page #page3 {
      height: 950px;
    }

    .circle_area {
		width:100%;
        max-width: 440px;
		margin-bottom:30px;
    }

    .left_box.phr_area {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
    }

    .right_box {
        float: none;
        width: 100%;
    }

    p.shokuiku_text {
        margin: 20px auto;
        text-align: center;
    }

  /*-----------エビデンス--------------*/

    .evi_page .p1_top,
    .evi_page .p2_top,
    .evi_page .p3_top,
    .evi_page .p4_top,
    .evi_page .p5_top,
    .evi_page .p6_top,
    .evi_page .p7_top{
      max-width: 100%;
    }

	.kaizen_box{ margin-bottom:20px;}

	.evidence_inner{
		width:100%;
		margin-left:0;
	}

	table.evi_data th{
		width:100px;
		padding:4px 0;
		font-size:12px;
	}

	#page11{ position:static!important;}

    .kaizen_box::before {
      background-size: contain;
      width: 90px;
      right: -50%;
      bottom: -20px;
    }

    p.ryumin {
      font-size: 21px;
    }

    .evi_page .p2_top .kaizen_box {
      max-width: 90%;
    }

    .evi_page .p2_top .kaizen_box::before{
      display: none;
    }

    .evidence_inner.sp{
      background: url(./img/sp_extra_bg.jpg) no-repeat;
      background-size: cover;
      color: #fff;
      width: 100%;
      padding: 50px 10px;
      box-sizing: border-box;
    }

    .evi_page .page_content{
      position: relative;
    }
    /*
    .evi_page #page1, .evi_page #page2, .evi_page #page3, .evi_page #page4, .evi_page #page5, .evi_page #page6, .evi_page #page7{
      height: auto;
    }
    */

    .evi_page .page_content.p4_top,
    .evi_page .page_content.p6_top,
    .evi_page .page_content.p7_top {
      top: 280px;
    }

    .evi_page {
      padding-bottom: 45px;
    }

    .shiken_btn_box .more_btn {
      margin-bottom: 20px;
    }

	#page2 .extra_bg,
	#page2 .extra_bg,
	.evi_page .extra_bg{ background:none!important;}

	.io1{
		width:auto!important;
		margin:0!important;
		padding:0 50px;
	}

	.page div.extra_bg{ display:block;}

	.evi_page .page_content{ padding-bottom:0;}


    /*-----------onepagescroll-スマホ設定-------------*/

    ul#contents .extra_inner.sp {
        max-width: 100%;
        padding: 20px 10px;
        color: #fff;
        margin: auto;
        background: url(./img/sp_extra_bg.jpg) no-repeat;
        background-size: cover;
        box-sizing: border-box;
    }

    .p1_top,
    .p2_top,
    .p3_top,
    .p4_top,
    .p5_top,
    .p6_top,
    .p7_top{
/*      max-width: 95%;*/
    }

    .page_content{
		position: static!important;
		transform:none!important;
		margin-top:0!important;
		padding:60px 50px 30px;
    }
	
	.sp-inner{
		padding-left:40px;
		padding-right:40px;
	}

	.sp-inner2{
		padding-left:50px;
		padding-right:50px;
	}
	
	.page .extra.p3_topex{
		transform: none;
	}
	
	.p4_topex .extra_inner{
		height:auto;
		position:static;
		width:100%;
	}

	.section p.shokuiku_text{ text-align:center;}

    .page_content.p4_top,
    .page_content.p6_top,
    .page_content.p7_top {
      top: 280px;
    }

    #wrapper{
      padding-bottom: 45px;
    }

    /*-------------EBP------------*/

    img.sp_pic {
      width: 60%;
      max-width: 300px;
      margin: 50px auto;
    }

	.ebp_page h2.evi_ttl{ margin-bottom:0;}

	#io5{ max-width:173px;}

	.health_page .lead1{ margin-bottom:15px;}
	.health_page .lead7{ margin:10px 0;}
	.health_page #page1 div.extra.p1_topex{ padding:0 0 40px;}

	.health_page .page_content{ padding-bottom:0;}

    /*-------------ヘルスケア------------*/

    .health_page #page1 {
      height: 880px;
    }

    .health_page .p1_top {
      top: 50%;
      margin: 0;
    }

    .health_page #page2 {
      background-size: cover;
    }

	#page4 .extra_bg{ position:static;}
/*
    .shokuiku_box .itchinichi, .shokuiku_box .saitenrei{
      width: 100%;
      display: block;
    }
*/
    /*-------------サプリメント------------*/
/*
    .sappli_page #page1,
    .sappli_page #page2,
    .sappli_page #page3{
      display: none;
    }

    .sappli_page .p1_top .extra_inner,
    .sappli_page .p2_top .extra_inner,
    .sappli_page .p3_top .extra_inner{
      display: none;
    }
*/

.sappli_page .p1_top, .sappli_page .p2_top, .sappli_page .p3_top{
	width:auto;
	position:static;
	transform:none;
	padding:60px 50px 40px;
	margin-top:0!important;
}

.sappli_page .lead7{ margin:30px 0;}

    .suppli_bg1{
      background: url(./img/suppli_sp1.jpg) no-repeat;
      background-size: cover;
      width: 100%;
      height: 500px;
      background-position: center;
    }

    .suppli_bg2{
      background: url(./img/suppli_sp2.jpg) no-repeat;
      background-size: cover;
      width: 100%;
      height: 500px;
      background-position: center;
    }

    .suppli_bg3{
      background: url(./img/suppli_sp3.jpg) no-repeat;
      background-size: cover;
      width: 100%;
      height: 500px;
      background-position: center;
    }

    .sappli_page ul#contents .extra_inner.sp{
      padding:0;
    }

    .suppli_inner{
      padding: 20px 10px;
    }

    /*------------お問い合わせ-------------*/
	


    table.normal_form th, table.normal_form td {
      width: 100%;
      display: block;
    }

    table.normal_form {
      width: 100%;
    }

    table.normal_form td {
      border-top: none;
      padding-top: 5px;
    }

    .inp_380, .inp_150, input,textarea{
    max-width: 350px;
    width: 75%;
    }

    .form_link a {
      margin: 10px auto;
    }

    .mv_ttl {
      font-size: 40px;
    }

    .mv_text p {
      font-size: 18px;
    }

    /*-------------ヒト試験------------*/

    .human_mv .mv_text, .privacy_mv .mv_text {
      line-height: 1.4;
    }

    main.human_test h2 {
      font-size: 20px;
    }

    .wh_bar {
      margin-bottom: 20px;
    }

    .ht_link_box a {
      margin: 5px;
      width: 45%;
    }

    .ht_contents h3 {
      text-align: center;
    }

    .ht_images img {
      width: 46%;
    }

    .ht_contents {
      margin-bottom: 0;
      padding-bottom: 30px;
    }

    .example_content {
      float: none;
      width: 100%;
    }

    main#wrapper.human_test {
      padding-bottom: 0;
    }

    .human_test .loewr_inner {
      padding-bottom: 0;
    }

    /*-----------利用規約--------------*/
    .kiyaku_mv .mv_ttl{
      font-size: 26px;
    }

    /*-----------試験お問合せ--------------*/

    td.yuukousei label,td.mokuteki label{
      display: inline-block;
      width: auto;
    }

    td.yuukousei .wpcf7-list-item {
      width: 49%;
      margin: 0;
      vertical-align: top;
    }

    td.mokuteki .wpcf7-list-item {
      width: 100%;
    }


}
/*media queryここまで*/


.circle_area li{ box-shadow:0 0 8px #ffffff;}
.fonts{ font-size:11px;}
.pcenter{
	width:500px;
	margin:10px auto;
}

	
/*画面幅が768pxまでの時*/
@media screen and (max-width:788px){

.lead1{
	font-size:0.8em;
	text-align:left;
	display:inline-block;
}

.lead3{
	font-size: 0.8em !important;
	text-align:left;
	margin:10px 50px;
}

.pcenter{
	width:400px;
	margin:0 auto;
}

.lead10{ font-size:0.8em;}

h2{ font-size:0.8em; }
	
.right_box {
	float:none;
	margin-top:20px;
}

.left_box{
	float:none;
	text-align:center;
	 display:inline-block;
	margin-bottom:0;
}

.lead4{
	font-size:0.8em;
	text-align:center;
}

#idesk{ display:none;}
#iiphone{ display:block;}

.lead7{	margin:50px;}
#io5{width:100%;}

}


.more_btn2 a {
	color: #fff;
	font-weight: bold;
	display: block;
	width: 260px;
	height: 40px;
	margin: 20px auto;
	border: 1px solid #fff;
	line-height: 40px;
	text-align:center;
	 background: rgba(255, 255, 255, 0.2);
}

.more_btn2:hover a{
	background: #fff;
	color: #143a5f;
	opacity: 1;
	cursor: pointer;
}

.io21{
	margin-top:0 !important;
	display:block;
}

.io22{ width:20%;}
.io23{
	width:100%;
	text-align:center;
	display:block;
	margin:20px auto;
}
	
#io200{
	height:250px;
	width:100%;
}

/*画面幅が768px以上の時*/
@media screen and (min-width:789px){
	
.lead50{
	font-size:21px !important;
	text-align:left;
	line-height:1.5 !important;
	display:inline-block;
	width:50vw;
}

.lead30{
	font-size:21px!important;
	text-align:center;
	line-height:1.5 !important;
	display:inline-block;
	width:50vw;
}

.lead1.ebp-lead{
	display:block;
	width:100%;
	text-align:center;
}

.lead1{
	font-size:13px !important;
	text-align:left;
	line-height:1.6 !important;
	display:inline-block;
	width:50vw;
}

.lead2{
	font-size:13px;
	text-align:left;
	line-height:1.6 !important;
	display:block;
	width:30vw;
	margin:10px auto 20px;
}

.lead3{
	font-size:13px !important;
	text-align:left;
	display:inline-block;
	margin:0 50px !important;
}

.lead4{
	font-size:21px;
	text-align:center;
	display:inline-block;
}

.lead5{ font-size:21px;}
.lead6{
	font-size:11px;
	text-align:ceter !important;
	margin-top:20px;
}

.lead13{ font-size:1.3em;}
.lead7{
	font-size:13px !important;
	text-align:left;
	display:inline-block;
	line-height:1.6 !important;
	margin:0 auto;
}

.lead8{
	font-size:13px !important;
	text-align:left;
	display:inline-block;
}

.lead9{
	font-size:13px !important;
	margin-bottom:0;
	padding-bottom:0;
	display:block;
}

.lead12{
	font-size:13px;
	text-align:left;
	margin-top:0 !important;
	padding:0;
	display:block;
}

#ifooter{
	background: #162d44;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0;
	height:auto;
	background-size: auto;
	background-position: right bottom;
}

#idesk{ display:block;}
#iiphone{ display:none;}

}


.io1{
	/*
	color:#ffffff;
	width:500px;
	text-align:center;
	margin:300px 200px;
	*/
	color: #ffffff;
    width: calc(50% - 50px);
    text-align: center;
    margin: 200px 0 200px 60px;
}

#io4{ text-align:center;}

#io5{
	margin-top:0px;
	text-align:center;
	display:inline-block;
}

#page11{
	background: url(https://www.senseitsmart.com/wp2/wp-content/themes/senseitsmart/img/sec6.jpg) no-repeat;
	background-size: cover;
	background-position: right bottom;
}

.io7{ margin-top:80px;}

#pic50{ margin:30px auto;}
	

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

footer{ padding:7px 0;}

}
.grecaptcha-badge { visibility: hidden; }