@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;
}
/* トップに戻るボタン */

#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

#page_top a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #00101d;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 10px;
  padding-top: 10px;
}

#page_top a::before{
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #00101d;
}

/*フォントサイズ*/
.dect p, .mriqa p, .ggo p, .cardiac 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;
}

.dect ul, .mriqa ul, .cardiac ul, .ggo ul{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}

.dect ul li, .mriqa ul li, .cardiac ul li, .ggo ul li{
  list-style: none;
  color: #fff;
  text-align: left;
  width: 100%;
  padding: 10px 20px;
  line-height: 1.8;
}

.s-title {
	padding-top: 30px;
	padding-bottom: 0px;
}

.s-note p{
	font-size: 0.8em;
	text-align: center;
}

.memo p{
	font-size: 0.8em;
}
/*ヘッダー*/

.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: 20%;
	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: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 20px;
	margin: 0;
	padding:0;
	list-style: none;
}

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


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

/* スマホで2列 */
@media screen and (max-width: 768px) {
	.intro_menu ul{
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

    .dect ul,
    .mriqa ul,
    .cardiac ul,
    .ggo ul{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
	
	.dect ul li, .mriqa ul li, .cardiac ul li, .ggo ul li{
	font-size: 0.8em;
    padding: 10px 8px;
}
}

.phantom_name{
	background: none;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 0;
}



/*製品枠*/
.b-box {
	padding-top: 30px;
    padding-bottom: 30px;
}

.dect, .mriqa, .ggo, .cardiac
{
	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, .ggo p, .cardiac p{
	font-size: 1em;
	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;
	margin: 15px;
}
	
}
@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;
}

.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;
    }
   .dect ul li,
   .mriqa ul li,
   .cardiac ul li,
   .ggo ul li {
    font-size: 0.9em;
    padding: 10px 8px;
    margin: 0 auto;
	line-height: 1.2;
  }
		
	}

/* ########### 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%;
}

/*実習項目の概要部分*/
.term_wrapper{
	margin-bottom: 30px;
	padding-left: 0;
	border-collapse: separate;  /* セルの間隔を空ける */
 border-spacing: 5px 0;  /* 左右 上下で記述 */
	display: table;
	width: 100%;
}

.term01, .term02, .term03, .term04{
	list-style: none;
	width: 30%;
	display: table-cell;
}

.term_wrapper img {
	    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    display: block;
    width: 30%;
    height: auto;
}

.term_wrapper ul{
	text-align: left;
	list-style: none;
	padding-left:20px;
	margin-top:16px;
}

.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;
}


.term01 ul li::before{
	content: "• ";
	color: #00101d;
}


.term02 ul li::before{
	content: "• ";
	color: #00101d;
}

.term03 ul li::before{
	content: "• ";
	color:#00101d;
}

.term04 ul li::before{
	content: "• ";
	color: #00101d;
}




.term01 p, .term02 p, .term03 p, .term04 p{
	padding: 10px;
	margin-bottom: 7px;
	text-align: center;
	border-radius: 10px 10px 0px 0px ;
	font-size: 1.2em;
}


.term01 p, .term02 p, .term03 p{
	background-color:#fff;
	color:#00101d;
}


.feature01 p{
	color: #fff;
}

/*比較表*/

.compari{
	background-color:#fff;
	padding-top: 30px;
	padding-bottom: 30px;
}

.compari h2{
	background-color: #00101d;
	color: #fff;
	margin-top: 50px;
	padding-top: 15px;
	padding-bottom: 15px
}

.compari h4{
	color: #00101d;
}


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

.term_inner table th, .term_inner table td{
  padding: 15px;
  text-align: center;
}

.term_inner table th{
	width: 12%;
}

.x02{
	background-color: #FF6700;
	color: #fff;
}

.ct02{
	background-color:#00BAC3;
	color: #fff;
}


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

.term_inner table td{
	width: 27%;
	border-bottom:1px solid #979797;
}

.lineup{
  background-color: #ededed;
  padding: 40px 0;
  margin-bottom: -30px;
}

.lineup_wrapper{
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.lineup h2{
  color: #000;
  margin-bottom: 30px;
}

.lineup_wrapper p{
 color: #000;
 margin-bottom: 30px;
}

.lineup_list{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lineup_list li{
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  border-radius: 8px;
  overflow: hidden;
}

.lineup_list li a{
  display: block;
  text-decoration: none;
  color: #000;
  padding: 20px 15px;
  height: 100%;
}

.lineup_list li img{
  display: block;
  width: 100%;
  max-width: 140px;
  margin: 0 auto 15px;
  height: auto;
}

.lineup_list li p{
  color: #000;
  font-size: 1em;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
}

@media (max-width: 991px){
  .lineup_list{
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 599px){
  .lineup_list{
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .lineup_list li a{
    padding: 15px 10px;
  }

  .lineup_list li p{
    font-size: 0.9em;
  }
}


