@charset "UTF-8";
/* 冒頭でimport */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body	{padding-top: 0;
	margin: 0;
	font-size: 1em;
  font-family: 'Noto Sans JP';
	background-color:#262626;
}

*{zoom: 1; }

*, *::before, *::after {
  box-sizing: border-box;
}

h2{
	color: #fff;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size:1.5em;
}

h3{
	font-weight: 500;
	text-align: center;
	color: #fff;
	margin-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #fff;
}

.img_wrapper h3{
	color:#191919;
	font-size: 1.8em;
	margin-bottom: 0px;
}
h4{
	color:#fff;
}

p{
color: #fff;
}

/*フォントサイズ*/
.dect p, .mriqa p, .scinti p{
	font-size: 1.2em;
}

.button{
	display: inline-block;
	background-color: #fff;
	padding-top:15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	color: #000;
	border-radius: 30px;
	font-size: 1.2em;
}

.contents{
	margin-bottom: 30px;
}

.contents_wrapper a{
	text-decoration: none;
}

/*ヘッダー*/

.top{
	display: block;
	top:0;
}
.top::after{
	content: "";
	display: block;
	clear: both;
}

.header{
	width: 100%;
	top: 0;
	padding:20px;
}

.logo{
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

/*メニューの設定*/
.menu{
	margin-top: 0;
	display: block;
	width: 100%;
	float: right;
	text-align: center;
}

.menu ul{
	display: table;
	width: 100%;
	padding: 0;
}

.menu ul li{
	display: table-cell;
	border-bottom: 1px solid #fff;
	width: 24%;
	color: #fff;
	list-style: none;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.2em;
}
.menu .active{
	color: #000;
	background-color: #fff;
	border-bottom: none;
}

.menu ul li:hover{
	color: #fff;
	background-color:#5C5C5C
}

.menu ul li a{
	text-decoration: none;
	color: #fff;
}


/*製品情報へとぶメニュー*/


.intro_menu img{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
.intro_menu h3{
	color: #fff;
	border-bottom: none;
	margin-top: 20px;
	padding-bottom: 0px;
}

.intro{
	background-color:#EDEDED;
	padding-top: 30px;
}

.intro h2{
	color: #000000;
	font-weight: 500;
}

.intro_menu{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.intro_menu ul{
	display: table;
	width: 100%;
	border-collapse: separate;  /* セルの間隔を空ける */
 border-spacing: 10px 0;  /* 左右 上下で記述 */
	padding:0;
}

.intro_menu ul li{
	display: table-cell;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
	width: 30%;
	border: 1px solid #fff;
	list-style: none;
	text-decoration: none;
	padding-top:25px;
	background-color: #000;
	vertical-align: bottom;
}


.intro_menu ul li a{
	list-style: none;
	text-decoration: none;
	color: #000000;
}

.menu_img{
	
}

.phantom_name{
	  background: -moz-linear-gradient(top, #000 3%, #FFF);
  background: -webkit-linear-gradient(top, #000 3%, #FFF);
  background: linear-gradient(to bottom, #000 3%, #FFF);
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 0;
}


/*製品枠*/


.dect, .mriqa, .scinti
{
	border: 1px solid #fff;
	border-radius:10px;
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

/*特長のスライド*/
.features::after{
	content: "";
	display: block;
	clear: both;
}

.container {
  margin: 0 auto;
  padding: 40px;
  width: 80%;
  color: #333;
  background: #419be0;
}

.thumbnail { 
	margin:0 auto;
	padding: 0;
}
.thumbnail img,.thumbnail-nav img{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.thumbnail-thumb { 
	width: 90%;
	margin: 0 auto;}
.thumbnail-thumb li { margin: 5px;}
.thumbnial-thumb .slick-next { right: 20px; z-index: 100;}
.thumbnail-thumb .slick-prev { left: 0px; z-index: 100;}
.thumbnail-thumb .slick-current { opacity: 0.5;}
.thumbnail-thumb div div div { cursor: pointer;}



/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}

/*監修の設定*/
.supervision{
	width: auto;
	font-size: 1.2em;
	background-color: rgba(237,237,237,0.8);
	padding: 10px;
	display: inline-block;
	margin-bottom: 30px;
}

.supervision p{
	color: #000;
	margin: 0;
}

.supervision::after{
	content: "";
	display: block;
	clear: both;
}


/*線量計*/
.dosimeter{
	background-color: #ededed;
	padding-top: 30px;
	padding-bottom: 30px;
}

.dosimeter p{
	color: #000;
	font-size: 1.1em
}

.dosimeter h4{
	color: #000;
}

.note p{
	width: auto;
	background-color:#CECECE;
	color: #000;
	padding: 10px;
	display: inline-block;
	margin-bottom: 30px;
}
/*タームごとの線量測定*/
/*実習項目の概要部分*/
.inner ul{
	display: table;
	vertical-align: middle;
	width: 100%;
	text-align: left;
	list-style: none;
	border-collapse: separate;  /* セルの間隔を空ける */
 border-spacing: 5px 0;  /* 左右 上下で記述 */
	padding-left: 0;
}

.inner ul li{
	display: table-cell;
	width: 30%;
}



.term_inner {
    background-color:rgba(255,255,255,0.8);
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-top: 10px;
    border-radius: 0px 0px 10px 10px;
}

.term_inner th{
	text-align: center;
}

.term_inner a{
	text-decoration: none;
	color:#000;
	border-bottom: 1px solid #000;
}

.inner p{
	padding: 10px;
	margin-bottom: 7px;
	text-align: center;
	border-radius: 10px 10px 0px 0px ;
	font-size: 1.2em;
	background-color:#484848;
	color:#fff;
}

/*ラインナップ表*/
.term_inner table{
	width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
	margin-top: 0px;
}

.term_inner table td{
  text-align: left;
}

.term_inner table th, .th_right{
	width: 10%;
}

.term_inner table tr:nth-child(even){
  background:none;
}

.term_inner table td{
	width: 27%;
}

/*問い合わせ*/
.con_wrapper{
	margin-top: 30px;
	border-bottom: 1px solid #fff;
}

.con_wrapper a{
	text-decoration: none;
}

/*footer*/
.copyright{
	margin-top:20px;
	margin-bottom: 20px;
}

.copyright p{
	color: #fff;
}

.copyright a{
	text-decoration: none;
	color: #fff;
}

/* SNSメニュー */
.follow ul	{margin: 0;
	padding: 0;
	list-style: none}

.follow li a	{display: block;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none}

.follow li a:hover	{opacity: 0.8}

.follow-tw	{background-color: #63bafb}
.follow-fb	{background-color: #5288f7}
.follow-line	{background-color: #24ad3b}

.follow i	{margin-right: 10px;
	font-size: 24px;
	vertical-align: middle}


/* 補足説明 */
.follow-info	{margin-top: 0;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #fff;
	font-size: 14px;
	text-align: center;
position: relative;}

.follow-info:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}



/* ########### 359px以下 ########### */
@media (max-width: 359px) {

/* サイト名 */
.site img	{width: 225px;
	height: auto}

}


/* ########### 599px以下 ########### */
@media (max-width: 599px) {
.intro_manu{
		display: block;
		width: 100%;
	}

	.intro_menu ul{
	border-collapse: separate;  /* セルの間隔を空ける */
 border-spacing: 0;  /* 左右 上下で記述 */
}
	
	.phantom_name{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0;
}
	
	.dosi_wrapper{
		text-align: center;
		margin-left: 15px;
		margin-right: 15px;
		font-size: 0.8em;
	}
	
	h3{
		margin-top: 10px;
		margin-bottom: 5px;
		text-align: center;
		font-size: 0.9em;
	}
	
		h2 {
text-align: center;
	color: #fff;
	font-size:1em;
}

	/*フォントサイズ*/
.dect p, .mriqa p, .scinti p{
	font-size: 0.8em;
	font-weight: 400;
}
.menu ul li{
	font-size: 0.8em;
}	
	.dosi-wrapper{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.button{
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1em;
}
	
}
@media screen and (max-width: 640px) {
    .br-sp { display:none; }
}


/* ########### 767px以下 ########### */
@media (max-width: 767px) {

	.header, .contents_wrapper, .thumbnail, .thumbnail-thumb, .intro_menu, .img_wrapper, .con_wrapper, .copyright
	{
		text-align: center;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.dosi-wrapper{
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.intro_manu{
		display: block;
		width: 100%;
	}

.balloon1-top p {
	font-family: 'Noto Sans JP';
	font-weight: 300;
	font-size: 0.8em;
}
	#page_top{
 width: 50px;
  height: 50px;
  position: fixed;
		z-index: 1;
  right: 0;
  bottom: 0;
  background:#fff;
  border-radius: 50%;
	box-shadow: 2px 2px 4px #898989;
}
	
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  content: 'TOP';
  font-size: 12px;
  color: #00101d;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.dosimeter h3{
	font-size: 1.2em;
	color: #000;
	border-bottom: none;
}
	
	.logo{
		width: 100%;
		height: auto;
		max-width: 300px;
	}
}

	/* ########### 768px以上 ########### */
	@media(min-width:768px){
		.header, .contents_wrapper, .thumbnail, .thumbnail-thumb, .dosi_wrapper, .intro_menu, .img_wrapper, .con_wrapper,.copyright
	{
		max-width: 768px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	
		.dosimeter h3{
	font-size: 1.5em;
	color: #000;
	border-bottom: none;
}
		
	}

/* ########### 1190px以上 ########### */
@media (min-width: 1190px) {

	/* 全体の横幅を固定 */
.header, .contents_wrapper, .thumbnail, .thumbnail-thumb, .dosi_wrapper, .intro_menu, .img_wrapper, .con_wrapper, .copyright
	{
		max-width: 1190px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	
}

.copyright {
	text-align: center;
}


/*YouTube*/

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}