@charset "utf-8";
/* CSS Document */

/******************************************************************/                        
/*			三重金属工業メディカルグループ				　　	　*/
/******************************************************************/


body {
	min-width: 310px;
	box-sizing: border-box;
	}
	



/* section */
/****************************************************************/

section h1 {
	display: block;
	padding: 30px 10px;
	font-size: 26px;
	font-family: "m+c2_Bold", sans-serif;
	font-weight: bold;
	}
	
section h1 span {
	display: block;
	font-family:  "m+c2_Bold", sans-serif;
	}	
	

	


/* メイン画像 */
/****************************************************************/

#branding {
	background: url(../images/index/sp/sp_main.png) center,linear-gradient(-45deg,#DC5334, #E37115,#DC5334);
	height:450px;
	background-size:100%;
	background-repeat:no-repeat
	}



#branding-1 {
	background: url(../images/index/sp/sp_main-1.png) center top,linear-gradient(-45deg,#DC5334, #E37115,#DC5334);
	height:450px;
	background-size:100%;
	background-repeat:no-repeat
	}

#branding-2 {
	background: url(../images/index/sp/sp_main-2.png) center top,linear-gradient(-45deg,#DC5334, #E37115,#DC5334);
	height:450px;
	background-size:100%;
	background-repeat:no-repeat
	}


#branding_box{
	width:100%;
	height:450px;
	margin: 0 auto;
	position:relative;
	}

#branding_box_inner{
	width:100%;
	padding:15px 15px;
	display:block;
	position:absolute;
	bottom:5%;
	left: 50%;
	-webkit-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
	}

#branding_box p{
	font-size:24px;
	font-family: "m+c2_Bold", sans-serif !important;
	text-align:center;
	color:#FFF;
	line-height: 150%;	
	margin-bottom:20px;
	letter-spacing:-2px;
	}

#branding_box_inner h2{
	max-width:576px;
	height:auto;
	}

#branding_box_inner h2 img{
	width:100%;
	height:auto;
	text-align: center;
	}

.font_ye{ color:#FFF798;}







	
	
/*-PRODUCT */
/****************************************************************/


#product {
	background:url(../images/index/product_bg.jpg) no-repeat center;
	padding-bottom: 35px;
	z-index: 0
	}

#product_box {
	max-width:768x;
	margin: 0 auto;
	box-sizing:border-box;
	}


#product_ttl {
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	flex-direction: row;
	-webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/

	align-items: center;
	}


#product_ttl >:last-child {
	margin-left: auto;
	}



#product_ttl h1 {		
	color: #E7380C;
	font-family: "m+c2_medium", sans-serif !important;
	font-weight: normal !important;
	font-size:3.5vmin;
	letter-spacing:0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding:30px 0;
	margin:5px 10px 5px 15px;
	}
	
#product_ttl h1 span {
    width: 145px;
    height: 25px;
    background-image: url(../images/parts/top_product.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    border-right: 1px solid #E7380C;
    margin-right:15px;
	}
		
/*#product_ttl h1 {		
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	
	font-family: "Bebas", sans-serif !important;
	font-weight: normal !important;
	color: #E7380C;
	text-align:left;
	letter-spacing:0;
	}
	
#product_ttl h1 span {
	color: #E7380C;
	font-family: "m+c2_medium", sans-serif !important;
	font-weight: normal !important;
	font-size:3.5vmin;
	border-left:1px solid #E7380C;
	padding:5px 20px;
	margin-left:20px;
	letter-spacing:0;	
	}*/


.search {
	display:none;
	}

	 

#product ul {
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	
	flex-direction: column;	
	
	-webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	
	max-width: 540px;
	width:95%;
	margin:0 auto;
	}
	
	
#product ul li {
	max-width: 540px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom:60px;
	}

#product ul li div.p_box_inner {
	margin: 0 auto;
	width: 100%;
	position:relative;
	}
	
#product ul li h2 {
	padding: 0;
	display: block;
	box-sizing: border-box;
	}

#product ul li h2 img {
	max-width:540px;
	width:100%;
	height:auto;
	border:1px solid #fff;
	}



#product ul li a h2 img:hover {
	max-width:540px;
	border:1px solid #E7380C;
	width:100%;
	height:auto;
	}
	
.product_text{
	width:90%;
	background-color: rgba(255,255,255,0.7);
	box-sizing: border-box;
	position:absolute;
	top:80%;
	left:5%;
	}

.product_text p{
	color:#000;
	padding:10px 15px;
	}
	
#product ul li p {
	font-family: "m+c2_Regular", sans-serif;
	font-size: 14px;
	transform: rotate(0.05deg);
	}


	


/*INFORMAION */
/****************************************************************/
	
#infomation {
	background-color:#FFF;
	z-index: 0
	}

#infomation_box {
	max-width:768px;
	margin: 0 auto;
	box-sizing:border-box;
	}


#info_ttl {
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	flex-direction: row;
	-webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	align-items: center;
	}


#info_ttl >:last-child{
	margin-left: auto;
	}


#info_ttl h1 {		
	color: #E7380C;
	font-family: "m+c2_medium", sans-serif !important;
	font-weight: normal !important;
	font-size:3.5vmin;
	letter-spacing:0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding:30px 0;
	margin:5px 10px 5px 15px;
	}
	
#info_ttl h1 span {
    width: 210px;
    height: 25px;
    background-image: url(../images/parts/top_infomation.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    border-right: 1px solid #E7380C;
    margin-right:15px;
	}
	
/*#info_ttl h1 {		
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	
	font-family: "Bebas", sans-serif !important;
	font-weight: normal !important;
	color: #E7380C;
	text-align:left;
	letter-spacing:0;
	}
	
#info_ttl h1 span {
	color: #E7380C;
	font-family: "m+c2_medium", sans-serif !important;
	font-weight: normal !important;
	font-size:3.5vmin;
	border-left:1px solid #E7380C;
	margin-left:20px;
	padding:5px 20px;
	letter-spacing:0;
	}*/




	
#info_box_inner {
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;

	-webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
		
	flex-direction: column;
	-ms-flex-direction: column; /*IE10*/
	-webkit-box-direction: column; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-flex-direction: column; /* Safari6.1以降 */
	}
	

	
.info_box_item {
	width: 95%;
	margin:0px auto 25px auto;
	box-sizing: border-box;
	
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	
	-webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content:  flex-start;/*--- safari（PC）用 ---*/
	
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	}


.info_photo{	
	 position: relative;
	 width: 100px;
	 height: 70px;
	 display: table-cell;
	 vertical-align: middle;
	 text-align: center;
	 margin-top:5px;
	}

.info_photo img{
	width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
	vertical-align: middle;
	}


.info_pagettl{
	width:65%;
	padding-left:20px;
	}


.info_date{
	color:#E7380C;
	font-size:12px!important;
	}


.info_box_item p {
	font-family: "m+c2_Regular", sans-serif;
	font-size: 14px;
	transform: rotate(0.05deg);
	}


.info_date a {
	color:#E7380C;
	}
	
.info_box_item a:hover {
	text-decoration: none;
	opacity: 0.7;
	}

.sp_info_search{
	display:block;

	border: 2px solid #F3A479;
	border-radius: 30px;
	max-width: 200px;
	width: 100%;
	background: url(../images/index/icon_search.png) no-repeat left;
	background-position : 20% 50%;
	background-color: #FFF;
	text-align: center;
	padding: 5px;
	margin:35px auto;
	 }

.search p {
	margin-left:25px;
	 }
.search p a{
	 }

.search p a:hover
,.search p span:hover {
	text-decoration: none;
	opacity: 0.7
	}







	
/* DEMO */
/****************************************************************/

#demo {
	background-color: #E7380C;
	}
	
#demo_box {
	background-color: #E7380C;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	
	padding:0 20px;	
	}
	
	
.demo_item {
	width: 100%;
	line-height: 100%;
	color:#FFF;	
	}
	
	
.demo_item:first-child {
	display:none;
	}



#demo_item_inner{
	font-family: "m+c2_Regular", sans-serif;
	line-height:130%;
	width:100%;
	margin:0 auto;
	}



#demo_ttl {
	}



#demo_ttl h1 {		
	color: #fff;
	font-family: "m+c2_medium", sans-serif !important;
	font-weight: normal !important;
	font-size:3.5vmin;
	letter-spacing:0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding:30px 0;
	margin:5px 0
	}
	
#demo_ttl h1 span {
    width: 95px;
    height: 25px;
    background-image: url(../images/parts/top_demo01.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    border-right: 1px solid #fff;
    margin-right:15px;
	}


	
/*#demo_ttl h1 {		
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	
	font-family: "Bebas", sans-serif !important;
	font-weight: normal !important;
	color: #fff;
	text-align:left;
	padding-left:0;
	letter-spacing:0;
	}
	
	
#demo_ttl h1 span {
	color: #fff;
	font-family: "m+c2_medium", sans-serif !important;
	font-weight: normal !important;
	font-size:3.5vmin;
	border-left:1px solid #fff;
	padding:5px 0 5px 10px;
	margin-left:20px;
	letter-spacing:-0.5px;
	transform: rotate(0.05deg);
	}*/


#demo_item_inner h2{
	font-family: "m+c2_medium", sans-serif !important;
	font-size:18px;
	margin:0 0 20px 0;	
	line-height:130%;
	transform: rotate(0.05deg);
	}

.demo_text{
	font-size:14px;
	}

.demo_con{
	max-width: 250px;
	border:1px solid #FFF;
	text-align:center;
	margin:40px auto;
	padding:5px 0;	
	}

.demo_con a{
	color:#fff;
	}

.demo_con a:visited {
	color: #fff;
	}
	

.demo_con a:hover {
	text-decoration: none;
	opacity: 0.7
	}




/**260105更新**/

#questionnaire{
  padding: 45px 15px 10px;
}

#questionnaire a{
  display: block;
  background: url("../images/index/sp/sp_banner.png") center center no-repeat;
  background-size: contain;
  aspect-ratio:779/443;
  width: 100%;
  max-width:1120px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  transition: .3s;
}

#questionnaire a:hover{
  opacity: 0.5
}

