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

/*-------------------------------------------------
	基本設定
-------------------------------------------------*/
html{
	background:#fff;
	font-size: 62.5%;
}
body{
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color: #000000;
}

.gothic {
	font-family: 'Verdana','Arial','ヒラギノ角ゴシック','Hiragino Sans','Meiryo UI',YuGothic,'Yu Gothic',sans-serif;
}
.mincho {
	font-family: 'Times New Roman','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
}

.pc{display: block;}
.sp{display: none!important;;}
.wrapper{
	margin: 0 auto;
	font-size: 1.6rem;
}
a{
	text-decoration:none;
	color: #000000;
}
img{
	vertical-align:bottom;
	max-width: 100%;
	height:auto;
}

/*==============================
	icon font
===============================*/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?s2botd');
  src:  url('../fonts/icomoon.eot?s2botd#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?s2botd') format('truetype'),
    url('../fonts/icomoon.woff?s2botd') format('woff'),
    url('../fonts/icomoon.svg?s2botd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*==============================
	// icon font
===============================*/



.inner{
	max-width: 1160px;
    padding: 0 3%;
	margin: 0 auto;
}

.anime{
	-webkit-transition: all 2s ease;
    transition: all 2s ease;
	opacity: 0;
}
.anime.effect{
	opacity: 1;
}
.right{
	text-align: right;
}
.contents{
	background: #fff;
}
.main_contents{
	float: right;
	width: 75%;
	margin-bottom: 120px;
}
.side_contents{
	float: left;
	width: 20%;
	margin-bottom: 60px;
}

.contents p{
	padding: 0 10px 15px;
}

.contents img.alignleft{
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}
.contents img.alignright{
	float: right;
	margin-left: 15px;
	margin-bottom: 20px;
}
.contents img.aligncenter{
	display: block;
	margin: 0 auto 20px;
}
.contents img.alignnone{
	display: block;
	margin-bottom: 20px;
}

.content_box{
	clear: left;
	padding: 3% 5%;
	border: 3px solid #4b4b4b;
	margin-bottom: 30px;
}


.left_box{
	float: left;
	width: 48%;
}
.right_box{
	float: right;
	width: 48%;
}

.pan_list li{
	display: inline-block;
	font-size: 1.4rem;
	margin-bottom: 15px;
	color: #BB121B;
}
.pan_list li a{
	color: #4D4D4D;
}
.pan_list li a:after{
	content: "＞";
	display: inline-block;
	padding-left: 5px;
}

.radius{
	border-radius: 5px;
}
a.btn_red{
	display: block;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	background: #BB121B;
}
a.btn_white{
	display: block;
	text-align: center;
	padding: 10px 0;
	color: #BB121B;
	background: #fff;
	border:1px solid #BB121B;
	font-size: 1.8rem;
}
a.btn_link{
	display: block;
	text-align: center;
	padding: 6px 0 6px 10px;
	border: 1px solid #4d4d4d;
	color: #4d4d4d;
	border-radius: 5px;
	max-width: 180px;
}
a.btn_link:after{
	display: inline-block;
	content: "";
	background: url(../img/common/link_arrow_gray.jpg) no-repeat right 2px;
	width: 10px;
	height: 14px;
	padding-left: 15px;
}

.contents h2.page_title{
	color: #BB121B;
	font-size: 3rem;
	border-bottom: 5px solid #BB121B;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
}
.contents h3{
	color: #666666;
	font-size: 2.4rem;
	font-weight: bold;
	padding-bottom: 20px;
}
.contents h3.color{
	color: #BB121B;
}

.contents h4{
	color: #fff;
	background: #808080;
	font-size: 130%;
	padding: 10px 20px;
	margin-bottom: 40px;
	margin-top: 60px;
}
.contents h5{
	font-size: 1.8rem;
	font-weight: bold;
	padding: 10px ;
	margin-bottom: 20px;
}

ul.dot_line{
	margin-bottom: 30px;
}
ul.dot_line li{
	padding: 10px 0;
}
ul.dot_line li:nth-child(odd){
	border-bottom: 1px dotted #666;
}
ul.dot_line li:nth-child(even){
	border-bottom: 1px dotted #ccc;
}

.mb60{
	margin-bottom: 60px;
}
.padding_10{
	padding-left: 10px;
	padding-right: 10px;
}
.contents p.padding_0{
	padding-left: 0;
	padding-right: 0;
}

/* PC・マウスホバー時 */
@media screen and (min-width:769px) {
	.wrapper,footer{
		min-width: 980px;
	}
	a:hover{
		opacity: 0.7;
	}
	a.op1:hover{
		opacity: 1;
	}
}

/* スマホ */
@media screen and (max-width:768px) {
	.pc{display: none!important;}
	.sp{display: block!important;}
	.left_box,.right_box{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.main_contents,.side_contents{
		float: none;
		width: 100%;
	}
	.main_contents{
		margin-bottom: 60px;
	}
	.contents p,.padding_10{
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width:630px) {
	.content_box {
		padding: 20px 5%;
	}
}

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

.page header{
    background: #fff;
}
.logo{
	float: left;
	width: 360px;
	max-width: 70%;
	margin-top: 16px;
	margin-bottom: 18px;
}
.nav,.nav .search,.nav .lang_menu,.gnav,.sns_icon{
	float: right;
}
.nav .search img{
	vertical-align: top;
}
.sns_icon{
	padding-right: 20px;
}

.sns_icon .icon-twitter:before {
  content: "\ea96";
  color: #4d4d4d;
  font-size: 2.4rem;
}
.sns_icon .icon-facebook:before {
  content: "\ea90";
  color: #4d4d4d;
  font-size: 2.4rem;
}
.sns_icon .icon-line .path1:before {
  content: "\e900";
  color: #4d4d4d;
  font-size: 2.4rem;
}
.sns_icon .icon-line .path2:before {
  content: "\e901";
  margin-left: -1.0498046875em;
  color: #FFFFFF;
  font-size: 2.4rem;
}


/* search */
.search {
	margin: 0;
	padding: 0;
	width: 200px;
	position: relative;
}
.search #searchform {
	margin: 0 ;
	padding: 0;
}
.search #searchform input[type="text"] {
	margin: 0;
	padding: 5px 40px 5px 5px;
	width: 100%;
	border: 1px solid #a9a9a9;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0; 
}
.search #searchform input[type="submit"] {
	margin: 0;
	padding: 0;
	width: 20px;
	height: 22px;
	background: url(../img/common/icon_search.png) no-repeat center center;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	top: 2px;
	right: 5px;
}



.nav{
	padding: 15px 0;
}
.nav .lang_menu .lang{
	background: #CDCDCD;
	width: 130px;
	border-top: 1px solid #fff;
	margin-right: 20px;
}
.nav .lang_menu .lang a{
	display: block;
	background: url(../img/common/pull_down.png) no-repeat 115px center;
	color: #000;
	width: 100%;
	padding: 3px 10px;
	font-size: 1.2rem;
}
.nav .lang_menu li.ja{
	position: relative;
}
.nav .lang_menu li ul{
	display: none;
	position: absolute;
	z-index: 999;
}
.gnav{
	clear: right;
	text-align: right;
	margin-top: 10px;
	z-index: 9999;
}
.gnav li{
	display: inline;
}
.gnav li a{
	padding-left: 20px;
	color: #000;
	font-size: 1.6rem;
}
.gnav li.menu_1 a{
	padding-left: 0;
}
.sp_btn{
	display: none;
}
.gnav li.sns_nav{
	display: none;
}


/* PC・マウスホバー時 */
@media screen and (min-width:769px) {
	.gnav li a:hover{
		text-decoration: underline;
		opacity: 1;
	}
	.gnav{
		display: block!important;
	}	
}
/* スマホ */
@media screen and (max-width:768px) {
	header{
		width: 100%;
		box-sizing: border-box;
		z-index: 9999;
		height: 88px;
	}
	#hnavi .search { display: none; }
	.sp_btn{
		display: block;
		width:50px;
		float:right;
		clear: right;
		padding:5px 0 3px;
		font-size: 1rem;
		color: #fff;
		background: #4b4b4b;
		text-align:center;
		cursor: pointer;
		margin-top: 12px;
	}
	.gnav{
		display: none;
		float: none;
		clear: both;
		text-align: center;
		position: absolute;
		width: 100%;
		right: 0;
		top: 88px;
		background: #4d4d4d;
		z-index: 9999;
		margin-top: 0;
	}	
	.gnav > li{
		display: block;
    	border-bottom: 1px solid #fff;
	}
	.gnav > li.sns_nav{
		display: none;
	}
	.gnav > li a {
		display: block;
		padding: 20px 10px;
		color: #fff;
	}
	.nav .lang_menu .lang.lang_icon{
		background: #fff;
		width: 20px;
		border-top: none;
		margin-right: 10px;
	}
	.nav .lang_menu .lang.lang_icon>a{
		background: none;
		padding: 0px;
	}
	.nav .lang_menu li ul{
		right: 0;
	}
	.nav .lang_menu .lang{
		margin-right: 0;
	}
	.sns_icon {
		padding-right: 10px;
	}
}
@media screen and (max-width:630px) {
	.sns_icon {
		display: none;
	}
	.gnav li.sns_nav{
		display: block;
		background: #fff;
    	border-bottom: 2px solid #4d4d4d;
	}
	.gnav li.sns_nav ul li{
		display: inline-block;
		width: 20%;
	}
	.gnav li.sns_nav .icon-twitter:before {
	  content: "\ea96";
	  color: #4d4d4d;
	  font-size: 2.4rem;
	}
	.gnav li.sns_nav .icon-facebook:before {
	  content: "\ea90";
	  color: #4d4d4d;
	  font-size: 2.4rem;
	}
	.gnav li.sns_nav .icon-line .path1:before {
	  content: "\e900";
	  color: #4d4d4d;
	  font-size: 2.4rem;
	}
	.gnav li.sns_nav .icon-line .path2:before {
	  content: "\e901";
	  margin-left: -1.0498046875em;
	  color: #FFFFFF;
	  font-size: 2.4rem;
	}
}
@media screen and (max-width:480px) {
	.logo {
		max-width: 78%;
		padding-top: 10px;
	}
}


.item_nav {
	margin: 0 auto;
	padding: 0;
	max-width: 840px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.item_nav li {
	font-size: 1.8rem;
	text-align: center;
	min-width: 280px;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	flex: 1 1 auto;
}

.item_nav > li + li { border-left: 1px solid #ccc; }

.item_nav li a {
	padding: 10px;
	color: #BB121B;
	font-weight: 600;
	width: 100%;
	display: block;
	box-sizing: border-box;
}

.item_nav li a span { margin-right: 20px; }

.icon-division:before {
  content: "\e902";
  color: #bb121b;
  font-size: 2.4rem;
}
.icon-use:before {
  content: "\e904";
  color: #bb121b;
  font-size: 2.4rem;
}
.icon-itemlist:before {
  content: "\e905";
  color: #bb121b;
}


@media (max-width: 768px) {
	.item_nav {
		margin: 0 auto;
		padding: 0;
		max-width: auto;
		width: 100%;
		border-left: none;
		border-right: none;
		background: #bb121b;
	}
	.item_nav li {
		width: auto;
		min-width: auto;
		flex-grow: 1 1 auto;
	}
	.item_nav li a {
		padding: 10px 0px;
		width: 100%;
		color: #FFFFFF;
	}
	.icon-division:before, .icon-use:before, .icon-itemlist:before {
	  color: #FFFFFF;
	  font-size: 2.0rem;
	}
}
@media (max-width: 630px) {
	.item_nav {
		margin: 0 auto;
		padding: 0;
		max-width: auto;
		width: 100%;
		border-left: none;
		border-right: none;
		background: #bb121b;
	}
	.item_nav li {
		width: auto;
		min-width: auto;
		flex-grow: 1 1 auto;
	}
	.item_nav li a {
		padding: 10px 0px;
		width: 100%;
		color: #FFFFFF;
		font-size: 1.4rem;
	}
	.item_nav li a span { margin-right: 10px; }
	.icon-division:before, .icon-use:before, .icon-itemlist:before {
		font-size: 1.4rem;
	}
}


/*==================================
	dropdown
===================================*/
.item_nav li.menu_1 {
	position: relative;
}

.item_nav .level1 {
	width: calc(100% + 1px);
	min-width: 100%;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #ffffff;
	box-sizing: border-box;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
}
.item_nav .level1 .active {
	color: #FFFFFF;
	background: #BB121B;
}
.item_nav .level1 a {
  padding: 10px 0;
  width: 100%;
  box-sizing: border-box;
}


.item_nav .level1 li, .item_nav .level2 li {
	transition: 0.5s;
}


.item_nav .level2 {
	color: #FFFFFF;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	background: #BB121B;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 9;
}
.item_nav .level2 .active {
	color: #BB121B;
	background: #FFFFFF;
}
.item_nav .level2 a {
	color: #FFFFFF;
	padding: 10px 0;
	font-size: 16px;
	box-sizing: border-box;
	transition: 0.5s;
}

.item_nav a.submenu {
	position: relative;
	transition: 0.5s;
}
.item_nav a.submenu:after {
  content: "";
  position: absolute;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  border-color: #BB121B;
}
.item_nav .level1 a.submenu.active:after {
  border-color: #FFFFFF;
}

@media (max-width: 630px) {
	.item_nav .level1 {
		width: auto;
		min-width: 120%;
	}
	.item_nav .level1 a {
	  padding: 10px 0;
	  color: #BB121B;
	  width: 100%;
	  box-sizing: border-box;
	}
	.item_nav .level2 {
		color: #FFFFFF;
		min-width: 130%;
		border-right: 1px solid #ccc;
		box-sizing: border-box;
		background: #BB121B;
		position: absolute;
		top: 0;
		left: 100%;
		z-index: 9;
	}
	.item_nav .level2 a {
		color: #FFFFFF;
		padding: 10px 0;
		font-size: 1.4rem;
		box-sizing: border-box;
		transition: 0.5s;
	}
}




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


footer{
	background: #EEEFF1;
}
footer a{
	color: #4D4D4D;
}
	
footer .footer_sitemap{
	max-width: 900px;
	margin: 0 auto 30px;
	color: #fff;
	padding: 60px 0 30px;
}
footer .footer_sitemap ul{
	float: left;
	width: 25%;
}
footer .footer_sitemap ul li.category a{
	font-size: 1.6rem;
	color: #BB121B;
	font-weight: bold;
}
footer .footer_sitemap ul li.menu a{
	font-size: 1.4rem;
	padding-left: 20px;
	position: relative;
	display: block;
}
footer .footer_sitemap ul li.menu a::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -8px;
	margin: 8px;
	content: "";
	width: 4px;
	height: 4px;
	border-top: 1px solid #4b4b4b;
	border-right: 1px solid #4b4b4b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer .footer_menu{
	background: #4D4D4D;
	color: #fff;
	text-align: center;
	padding: 15px;
}
footer .footer_menu a{
	color: #fff;
}
footer .footer_menu ul{
	margin-bottom: 20px;
}
footer .footer_menu ul li{
	display: inline-block;
	padding: 0 15px;
	font-size: 1.4rem;
}

footer .copy{
	font-size: 1.2rem;
}

.under_link .pickup_block{
	width: 25%;
	float: left;
}
.under_link .pickup_block a{
	display: block;
	padding: 5%;
	min-height: 120px;
}
/* スマホ */
@media screen and (max-width:768px) {
	footer .footer_sitemap ul {
		width: 50%;
		margin-bottom: 20px;
	}
	footer .footer_menu,footer .footer_menu .inner {
		padding: 0;
	}
	footer .footer_menu ul li {
		display: block;
		width: 50%;
		float: left;
		box-sizing: border-box;
		border-bottom: 1px solid #fff;
	}
	footer .footer_menu ul li a{
		display: block;
		width: 100%;
		height: 100%;
		padding: 15px 0;
	}
	footer .footer_menu ul li:nth-child(odd) {
		border-right: 1px solid #fff;
	}
	footer .copy{
		padding-bottom: 20px;
	}
	.under_link .pickup_block{
		width: 50%;
	}
}
@media screen and (max-width:480px) {
	footer .footer_sitemap {
		max-width: 900px;
		margin: 0 auto 30px;
		color: #fff;
		padding: 40px 0 0;
	}
	footer .footer_sitemap ul {
		width: 100%;
		max-width: 300px;
		float: none;
		margin: 0 auto 20px;
	}
	footer .footer_menu ul li, footer .copy{
		font-size: 1.2rem;
	}
	.under_link .pickup_block {
		width: 100%;
	}
}

/*-------------------------------------------------
	サイドバー
-------------------------------------------------*/
.contents .side_contents p{
	padding: 0 0 15px;
}
.side_contents .user_info .login_cat{
	padding: 20px;
	background: #4d4d4d;
	color: #fff;
	margin-bottom: 20px;
}
.side_contents a.btn_red:after{
	display: inline-block;
	content: "";
	background: url(../img/common/link_arrow_white.png) no-repeat right 2px;
	width: 10px;
	height: 14px;
	padding-left: 10px;
}
.side_contents a.btn_red .icon{
	background: #fff;
	border-radius: 5px;
	color: #BB121B;
	padding: 4px 6px 2px;
	font-size: 1.2rem;
}


.side_contents .user_info .user_name .big{
	font-size: 1.8rem;
	font-weight: bold;
}
.side_contents .user_info .login_cat .big{
	font-size: 2.4rem;
	font-weight: bold;
}
.side_contents .user_info .logout a{
	background: #979797;
	color: #fff;
	padding: 8px 10px;
	border-radius: 5px;
}
.side_contents .user_info .info a{
	padding: 15px 0;
	display: block;
	background: url(../img/common/side_arrow.png) no-repeat right center;
}
.side_contents h2 a{
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	border-top: 5px solid #BB121B;
	border-bottom: 5px solid #BB121B;
	padding: 30px 0;
	margin-bottom: 30px;
}

.contents .side_contents h3 a{
	display: block;
	font-size: 1.2rem;
	color: #BB121B;
	padding-left: 50px;
	line-height: 2;
}
.side_contents .dot_line li{
	padding: 0;
}
.side_contents .dot_line a{
	padding: 15px 0;
	display: block;
	background: url(../img/common/side_arrow.png) no-repeat right center;
}

.side_contents .banList { margin: 40px 0 0; }
.side_contents .banList li + li { margin-top: 20px;}
@media only screen and (max-width: 768px) {
	.side_contents .banList li { text-align: center; }
}



/*-------------------------------------------------
	共通パーツ
-------------------------------------------------*/

.pickup{
	margin-bottom: 30px;
}
.pickup .pickup_block{
	float: left;
	width: 50%;
	position: relative;
	padding: 9% 25%;
	box-sizing: border-box;
}

.pickup a{
	position: absolute;
	top:0;
	left: 0;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 5% 5%;
	min-height: 230px;
	text-shadow: 0px 0px 2px #fff ;
}
/*.pickup_block.pim a{
	color: #fff;
	text-shadow: 0px 0px 2px #000 ;
}*/
.pickup_block .semiconductor .big{
	padding-bottom: 0;
}
.pickup_block a img.arrow{
	vertical-align: text-bottom;
	padding-left: 15px;
}

.pickup_block a .big{
	font-size: 2rem;
	font-weight: bold;
}
.pickup_block.pim{
	background: url(../img/common/pickup_pim.jpg) no-repeat;
	background-size: cover;

}
.pickup_block.full-steri{
	background: url(../img/common/pickup_full-steri.jpg) no-repeat;
	background-size: cover;
}
.pickup_block.semiconductor{
	background: url(../img/common/pickup_semicon.jpg) no-repeat;
	background-size: cover;
}
.pickup_block.about_atect{
	background: url(../img/common/pickup_about_atect.jpg) no-repeat;
	background-size: cover;
}

.page_img{
	height: 251px;
	margin-bottom: 20px;
}

.news_list ul li{
	padding: 10px;
}
.news_list ul li .date{
	float: left;
	width: 30%;
}
.news_list ul li .title{
	float: left;
	width: 70%;
}

/*下層ページ*/

.page_img .page_title{
	font-size: 3rem;
	font-weight: bold;
	padding-top: 100px;
	padding-left: 50px;
}
.page_img .page_title .small{
	font-size: 1.4rem;
	font-weight: normal;
	vertical-align: middle;
}

.item_list li{
    width: 32.6%;
    margin-right: 1%;
	position: relative;
	margin-bottom: 30px;
	float: left;
}
.item_list li:nth-child(3n){
    margin-right: 0;
}
.item_list li a{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.item_list li table{
    width: 100%;
	text-align: left;
}
.item_list li table td.text {
	padding: 15px;
	width: auto;
}

body.subpage .item_list li table td.img {
	width: 100px;
	height: 100px;
}

body.subpage .item_list li table td.img img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	object-position: top center;
}

/* PC・マウスホバー時 */
@media screen and (min-width:769px) {
	.item_list li:hover{
		opacity: 0.7;
	}
}
/* スマホ */
@media screen and (max-width:768px) {
	.pickup .pickup_block {
		float: none;
		width: 100%;
		padding: 18% 50%;
	}
}
@media screen and (max-width:630px) {
	.page_img .page_title .small{
		display: block;
	}
	.item_list li{
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:480px) {
	.contents h3 {
		font-size: 1.8rem;
	}
	.pickup .pickup_block a {
		padding: 15px 0 0 15px;
		line-height: 1.2;
		font-size: 1.4rem;
	}
	.news_list ul li .date,.news_list ul li .title{
		float: none;
		width: 100%;
	}
	.page_img {
		height: 150px;
	}
	.page_img .page_title {
		font-size: 1.8rem;
		font-weight: bold;
		padding-top: 50px;
		padding-left: 3%;
	}
	
}

a.underLine {
	background: linear-gradient(transparent 80%, rgba(255,198,0,0.6) 80%, rgba(255,198,0,0.6) 100%, transparent 100%, transparent);
}



.subpageNavi {
	margin: 80px auto;
}
.subpageNavi ul li {
	margin: 0 1% 0 0;
	flex: 1 1 auto;
}
.subpageNavi ul li:last-of-type { margin: 0; }

.subpageNavi ul li a {
	padding: 10px 0;
	text-align: center;
	width: 100%;
	border: 1px solid #4d4d4d;
	display: block;
	box-sizing: border-box;
}
.subpageNavi ul li a:hover {
	color: #ffffff;
	background: #BB121B;
}

.subpageNavi ul li.current a {
	color: #ffffff;
	background: #BB121B;
	border: 1px solid #BB121B;
}
@media screen and (max-width:630px) {
	.subpageNavi ul li {
		margin: 0 0 10px 0;
		width: 100%;
	}
}



/* privacy */
#privacy .page_img{
	background: url(../img/privacy/title_bg_privacy.jpg) no-repeat center center;
	background-size: cover;
}

#privacy .main_contents ul {
	margin: 0 auto 20px;
}
#privacy .main_contents ul li:before {
	content: '';
	margin-right: 10px;
	width: 5px;
	height: 5px;
	background: #888888;
	display: inline-block;
	vertical-align: middle;
}


#privacy .main_contents ol {
	margin: 0 auto 20px;
	counter-reset: number;
}
#privacy .main_contents ul li {
	padding-left: 10px;
}

#privacy .main_contents ol li {
	padding-left: 50px;
	position: relative;
}
#privacy .main_contents ol li:before {
	counter-increment: number;
	content: "（"counter(number)"）";
	margin-right: 5px;
	color: #000000;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
#privacy .main_contents ul li + li, 
#privacy .main_contents ol li + li { margin-top: 15px; }



/* search */
#search .page_img {
	background: url(../img/info/title_bg_info.jpg) no-repeat center center;
	background-size: cover;
}

#search #searchRsl {
	padding: 0 0 60px;
}


#search #searchRsl ul {
	margin-left: 1em;
}
#search #searchRsl ul li {
	list-style: square;
}
#search #searchRsl ul li + li { margin-top: 15px; }




/*---------------------------------
	調整用
---------------------------------*/
.fl, .fl-smp {
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
}

.fl-jst {
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
}

.fl-cen {
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
}

.fl-end {
	-webkit-justify-content:flex-end;
	-moz-justify-content:flex-end;
	justify-content:flex-end;
}

.fl-wrap {
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.fl-col {
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	flex-direction:column;
}


@media (max-width: 768px) {
	.fl-smp {
		-webkit-flex-direction:column;
		-moz-flex-direction:column;
		flex-direction:column;
	}
}

.mt0 { margin-top: 0!important; }
.mt5 { margin-top: 5px!important; }
.mt10 { margin-top: 10px!important; }
.mt15 { margin-top: 15px!important; }
.mt20 { margin-top: 20px!important; }
.mt30 { margin-top: 30px!important; }
.mt35 { margin-top: 35px!important; }
.mt40 { margin-top: 40px!important; }
.mt50 { margin-top: 50px!important; }
.mt100 { margin-top: 100px!important; }
.mr0 { margin-right: 0!important; }
.mr5 { margin-right: 5px!important; }
.mr10 { margin-right: 10px!important; }
.mr15 { margin-right: 15px!important; }
.mr20 { margin-right: 20px!important; }
.mr25 { margin-right: 25px!important; }
.mb0 { margin-bottom: 0!important; }
.mb5 { margin-bottom: 5px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb12 { margin-bottom: 12px!important; }
.mb15 { margin-bottom: 15px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb25 { margin-bottom: 25px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb35 { margin-bottom: 35px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb50 { margin-bottom: 50px!important; }
.mb60 { margin-bottom: 60px!important; }
.mb80 { margin-bottom: 80px!important; }
.ml0 { margin-left: 0!important; }
.ml5 { margin-left: 5px!important; }
.ml10 { margin-left: 10px!important; }
.ml15 { margin-left: 15px!important; }
.ml20 { margin-left: 20px!important; }
.ml25 { margin-left: 25px!important; }
.ml30 { margin-left: 30px!important; }


.ls5 { letter-spacing: 5px; text-indent: 5px; }
.ls10 { letter-spacing: 10px; text-indent: 10px; }
.ls15 { letter-spacing: 15px; text-indent: 15px; }


.smp_hdn { display: block;}
.pc_hdn { display: none; }
@media (max-width: 768px) {
	.smp_hdn { display: none;}
	.pc_hdn { display: block; }
}

.ta_cnt { text-align: center; }
.ta_right { text-align: right; }

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