@charset "utf-8";

/* ---------------------------------
  _01 スタイルリセット
------------------------------------*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	color: #434343;
	background-image:url(../images/background.png);
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 90%;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 0;
	padding: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

hr {
	display: none;
}

a {
	text-decoration: inherit; /* 必要に応じて「none」に */
}

a:link {
	color: #00c;
}

a:visited {
	color: #999;
}

a:hover {
	color: #fc3;
}


/* ---------------------------------
  _02 共通クラス
------------------------------------*/
@media screen and (min-width: 641px){

.supplement { /* 補助的にいれる見出しを表示しないようにするクラス */
	position: absolute;
	left: -10000em;
}

header .container{
	width: 1100px;
    height: 100px;
	margin: 0 auto;
	padding-top: 30px;
}

header .container h1.siteName {
    width: 276px;
    height: 28px;
    background-image: url(../images/header_rogo.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -10000px;
    float: left;
}

header .container nav dl {
    width: 540px;
    height: auto;
    float: left;
    padding: 0 0 0 60px;
}
	
header .container nav dl dd {
    float: left;
    margin: 0 36px 0 0;
	
}	

header .container nav dd a {
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    text-indent: -10000px;
}

header .container nav dd.news a {
    width: 66px;
    height: 56px;
    background-image: url(../images/nav_news.png);
}

header .container nav dd.company a {
    width: 67px;
    height: 56px;
    background-image: url(../images/nav_company.png);
}

header .container nav dd.product a {
    width: 66px;
    height: 56px;
    background-image: url(../images/nav_product.png);
}

header .container nav dd.example a {
    width: 81px;
    height: 56px;
    background-image: url(../images/nav_voice.png);
}

header .container nav dd.inquiry a {
    width: 70px;
    height: 56px;
    background-image: url(../images/nav_inquiry.png);
}

header .container .tel a{
	width: 222px;
    height: 100px;
    background-image: url(../images/header_tel.png);
	background-repeat: no-repeat;
    background-position: 0 0;
	float: right;
	text-indent: -10000px;
}
	
.hide_pc{
		display: none;
	}
	
header .hidden_pc{
		display: none;
	}
/* ---------------------------------
  メインコンテンツ
------------------------------------*/
section .container{
	width: 1100px;
    height: auto;
	margin: 0 auto 80px;
}

#precut h2{
	width: 1100px;
    height: 146px;
    background-image: url(../images/hl_precut.png);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -10000px;
	margin-bottom: 10px;
	}

#precut p.hl_sentence{
	width: 1100px;
    height: 54px;
    background-image: url(../images/p_precut.png);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -10000px;
	}

#precut li h3{
	text-indent: -10000px;	
}

#precut li p{
	text-align: center;
	font-size: 1.2em;
	margin: -30px;
}

#precut li{
	margin-bottom: 60px;
}

#tel2 p{
	width: 1100px;
	height: 210px;
	background-image: url(../images/btn_soudan.png);
	background-position: 0 0;
	text-indent: -10000px;
	}

#tel2 a{
	text-indent: -10000px;
	}

#tel2{
	margin-bottom: 90px;
}

#Product{
	background-color: rgba(0,177,169,0.2);
	position: relative;
}

#Product .container{
	width: 1100px;
	height: auto;
	position: relative;
	padding: 40px 0 30px;
}

#Product h2{
	width: 1100px;
    height: 142px;
    background-image: url(../images/hl_product.png);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -10000px;
	margin-bottom: 70px;
	}

#Product ul{
	width: 1100px;
	height: auto;
	position: relative;
	margin-bottom: 40px;
}

#Product li{
	width: 308px;
	float: left;
	margin-right: 24px;
}

#Product li:last-child{
	margin-right: 0;
}

#Product .clerk{
	width: 153px;
    height: 492px;
    background-image: url(../images/chara_product.png);
	text-indent: -10000px;
	position: absolute;
	top: 170px;
	left: 1000px;
}

#Product dl{
	position: relative;
	padding-top: 208px;
}

#Product dd.photo{
	position: absolute;
	top: 0;
}

#Product dt{
	font-size: 1.5em;
	text-align: center;
}

#Product .btn{
	text-align: center;
}

#Voice{
	background-color: rgba(255,236,63,0.2);
}

#Voice .container{
	width: 1100px;
	height: auto;
	position: relative;
	padding: 40px 0 30px;
}

#Voice h2{
	width: 1100px;
    height: 144px;
    background-image: url(../images/hl_voice.png);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -10000px;
	margin-bottom: 70px;
	}

#Voice li{
	width: 970px;
	height: 240px;
	margin-right: 24px;
	margin-bottom: 40px;
}


#Voice dl{
	position: relative;
	padding-left: 330px;
}

#Voice dd.photo{
	position: absolute;
	top: 0;
	left: 0;
}

#Voice dd.text{
	position: absolute;
	top: 50px;
	left: 380px;
}

#Voice dt{
	position: absolute;
	left: 380px;
	font-size: 1.5em;
}

#Voice .clerk{
	width: 153px;
    height: 590px;
    background-image: url(../images/chara_voice.png);
	text-indent: -10000px;
	position: absolute;
	top: 290px;
	left: 1000px;
}

#Voice .btn{
	text-align: center;
}

#snuggle .container{
	height: auto;
}

#snuggle h2{
	width: 1100px;
    height: 92px;
    background-image: url(../images/hl_snuggle.png);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -10000px;
	margin-bottom: 40px;
	}

#snuggle .area{
	width: 550px;
	float: left;
}

#snuggle .area h3{
	width: 550px;
    height: 60px;
    background-image: url(../images/hl_area.png);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -10000px;
	margin-bottom: 40px;
	}
	
#snuggle .area p{
	width: 550px;
    height: 515px;
    background-image: url(../images/ph_area.png);
	background-repeat: no-repeat;
    background-position: 0 0;
	text-indent: -10000px;
	}	

#snuggle .support{
	width: 550px;
	float: left;
	position: relative;
}
	
#snuggle .support h3{
	width: 550px;
    height: 62px;
    background-image: url(../images/hl_support.png);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -10000px;
	}	

#snuggle .support li{
	width: 550px;
    height: auto;
	background-repeat: no-repeat;
	display: inline-block;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 1.7em;
	font-weight: 600;
	padding-left: 70px;
	line-height: 1.2em;
	text-indent: -10000px;
}
	
#snuggle .support li.sup1{
	width: 530px;
    height: 123px;
	background-image: url(../images/support1.png);
	position: absolute;
	top: 102px;
	left: 0;
	}
	
#snuggle .support li.sup2{
	width: 533px;
    height: 346px;
	background-image: url(../images/support2.png);
	position: absolute;
	top: 165px;
	left: 0;
	}

#Contact{
margin-bottom: 70px;
}

#Contact .linktel a{
	float: left;
	width: 524px;
    height: 154px;
	background-image: url(../images/btn_tel.png);
	text-indent: -10000px;
}

#Contact .linkmail a{
	float: right;
	width: 524px;
    height: 152px;
	background-image: url(../images/btn_mail.png);
	text-indent: -10000px;
}

#linkbox{
margin-bottom: 0px;
	}

#linkbox .example{
	float: left;	
}

#linkbox .example h2{
	width: 550px;
    height: 140px;
    background-image: url(../images/hl_voice_link.png);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -10000px;
	}

#linkbox .company{
	float: right;	
}

#linkbox .company h2{
	width: 550px;
    height: 140px;
    background-image: url(../images/hl_company.png);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -10000px;
	}

#News{
	position: relative;
	margin-bottom: 80px;
}

#News .container{
	width: 1100px;
	height: auto;
	margin: 0 auto;
}

#News h2{
	width: 1100px;
    height: 182px;
    background-image: url(../images/hl_news.png);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -10000px;
	}

#News .colorbox{
	width: 1020px;
	height: auto;
	background-color: #aacf52;
	padding: 40px;
}

#News .inner_colorbox{
	width: 940px;
	height: auto;
	background-color: white;
	border-radius: 10px;
	padding: 60px 40px 40px; 
}

#News li {
	float: left;
	margin-right: 46px;
	width: 446px;
}

#News li:last-child{
	margin-right: 0;
}
#News li dt { color: #00b1a9; }
#News li dd {font-size: 1.5em; }
#News li dd.photo img { width: 100%; }

#News .btn{
	float: right;
}

/* ---------------------------------
  _02 フッター
------------------------------------*/

footer p.copyright {
	text-align: center;
	margin-bottom: 80px;
}

footer dl{
	text-align: center;
	margin-bottom: 80px;
}

footer dd{
	font-size: 1.6em;
}}

/* ---------------------------------
  _02 共通クラス
------------------------------------*/
@media screen and (max-width: 640px){
	
body{
	font-size: 26px;	
	}	

.supplement { /* 補助的にいれる見出しを表示しないようにするクラス */
	position: absolute;
	left: -10000em;
}

header .container {
    margin: 0 auto;
    padding: 20px 15px 0 15px;
    width: auto;
    height: auto;
    margin-bottom: 20px;
}

header .container h1.siteName {
    width: 300px;
    height: 72px;
    background-image: url(../images/header_rogo.png);
    background-repeat: no-repeat;
    background-position: 10px 30px;
    text-indent: -10000px;
    float: left;
}
	
header .container nav .navControl {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 70px;
    height: 70px;
    background-image: url(../images/sp/tub_menu.png);
    text-indent: -10000em;
	z-index: 2;
}
	
header .container nav dl{	
    padding: 20px;
    position: fixed;
    top: 110px;
    left: 20px;
    width: 560px;
    height: auto;
    border-radius: 10px;
    z-index: 200;
    display: none;
    background-color: rgba(255,255,255,0.5);
}	
	
header .container nav dl dd {
    margin: 0 0 10px 0 !important;
    float: none;
    width: 100%;
    line-height: 60px;
    background-color: #009bc0;
    text-align: center;
    border-radius: 5px;
    color: white;
}	

header .container nav dd a {
    color: white;
}	

header .container nav dd.news a { 
}

header .container nav dd.company a {
}

header .container nav dd.product a {
}

header .container nav dd.example a {
}

header .container nav dd.inquiry a {
}
	
header .container .tel {
	position: absolute;
	top: 30px;
	right: 90px;
	}	

header .container .tel a{
	width: 230px;
    height: 100px;
    background-image: url(../images/header_tel.png);
	background-repeat: no-repeat;
    background-position: 0 0;
	float: left;
	text-indent: -10000px;
}
	
.hide_sp{
		display: none;
	}	

/* ---------------------------------
  メインコンテンツ
------------------------------------*/
section .container{
	width: auto;
    height: auto;
	margin: 0 auto;
	padding: 0 0;
}

#precut h2{
	width: auto;
    height: 146px;
    background-image: url(../images/hl_precut.png);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -10000px;
	margin-bottom: 10px;
	}

#precut p.hl_sentence{
	width: auto;
    height: 50px;
    background-image: url(../images/sp/p_precut.png);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -10000px;
	}

#precut li h3{
	text-indent: -10000px;	
}

#precut li p{
	text-align: left;
	font-size: 1.0em;
	margin: 10px auto 0;
	line-height: 1.2em;
}
	
#precut ul{
	padding: 0 30px;
}	

#precut li{
	margin-bottom: 0;
}
	
#precut .photo img{
	width: 100%;
	height: auto;
}

#tel2 p{
	width: auto;
	height: 210px;
	background-image: url(../images/sp/btn_soudan.png);
	background-position: 48% 0;
	text-indent: -10000px;
	}

#tel2 a{
	text-indent: -10000px;
	}

#tel2{
	margin-bottom: 90px;
}
	
#tel2 .container img{
	width: 100%;
	height: auto;	
}	

#Product{
	background-color: rgba(0,177,169,0.2);
	position: relative;
}

#Product .container{
	width: auto;
	height: auto;
	position: relative;
	padding: 40px 30px 30px;
}

#Product h2{
	width: auto;
    height: 142px;
    background-image: url(../images/hl_product.png);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -10000px;
	margin-bottom: 70px;
	}

#Product ul{
	width: 580px;
	height: auto;
	position: relative;
	margin-bottom: 40px;
}

#Product li{
	width: 270px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#Product li:last-child{
	margin-right: 0;
}
	
#Product li:nth-child(2){
	margin-right: 0;
}
	
#Product .photo img{
	width: 100%;
	float: left;
	margin-right: 0;
}	

#Product .clerk{
	width: 153px;
    height: 488px;
    background-image: url(../images/chara_product.png);
	text-indent: -10000px;
	position: absolute;
	top: 650px;
	left: 400px;
}

#Product dl{
	position: relative;
	padding-top: 208px;
}

#Product dd.photo{
	position: absolute;
	top: 0;
}

#Product dt{
	font-size: 1.2em;
	text-align: center;
}

#Product .btn{
	text-align: center;
}

#Voice{
	background-color: rgba(255,236,63,0.2);
}

#Voice .container{
	width: auto;
	height: 2100px;
	position: relative;
	padding: 40px 30px 30px;
}

#Voice h2{
	width: auto;
    height: 144px;
    background-image: url(../images/hl_voice.png);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -10000px;
	margin-bottom: 70px;
	}

#Voice li{
	width: auto;
	height: auto;
	margin-bottom: 40px;
}


#Voice dl{
	width: auto;
	height: auto;	
	margin: 0 auto;
}

#Voice dd.photo{
	text-align: center;
	margin-bottom: 20px;
}	

#Voice dd.text{
}

#Voice dt{
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 10px;
}

#Voice .clerk{
	width: 369px;
    height: 340px;
    background-image: url(../images/sp/chara_voice.png);
	text-indent: -10000px;
	position: absolute;
	top: 1750px;
	left: 100px;
}

#Voice .btn{
	text-align: center;
}

#snuggle .container{
	height: auto;
	padding: 40px 30px 30px;
}

#snuggle h2{
	width: auto;
    height: 92px;
    background-image: url(../images/hl_snuggle.png);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -10000px;
	margin-bottom: 40px;
	}

#snuggle .area{
	width: auto;
	margin: 0 auto 40px;
}

#snuggle .area h3{
	width: auto;
    height: 60px;
    background-image: url(../images/hl_area.png);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -10000px;
	margin-bottom: 30px;
	}
	
#snuggle .area p{
	width: 550px;
    height: 515px;
    background-image: url(../images/ph_area.png);
	background-repeat: no-repeat;
    background-position: 0 0;
	text-indent: -10000px;
	}	
	
#snuggle .area img{
	width: 486px;
	height: auto;
	margin: 0 auto;
}	

#snuggle .support{
	width: auto;
}

#snuggle .support h3{
	width: 550px;
    height: 62px;
    background-image: url(../images/hl_support.png);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -10000px;
	}

#snuggle .support{
	width: 550px;
	 height: 500px;
	float: left;
	position: relative;
}
	
#snuggle .support h3{
	width: 550px;
    height: 62px;
    background-image: url(../images/hl_support.png);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -10000px;
	margin-bottom: 30px;
	}	

#snuggle .support li{
	width: 550px;
    height: auto;
	background-repeat: no-repeat;
	display: inline-block;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 1.7em;
	font-weight: 600;
	padding-left: 70px;
	line-height: 1.2em;
	text-indent: -10000px;
}
	
#snuggle .support li.sup1{
	width: 520px;
    height: 123px;
	background-image: url(../images/support1.png);
	}
	
#snuggle .support li.sup2{
	width: 520px;
    height: 346px;
	background-image: url(../images/support2.png);
	position: absolute;
	top: 155px;
	left: 0;
	}

#Contact{
	margin-bottom: 70px;
}

#Contact .linktel a{
	float: left;
	width: 290px;
    height: 140px;
	background-image: url(../images/sp/btn_tel.png);
	text-indent: -10000px;
	display: inline-block;
	position: fixed;
	bottom: 30px;
	left: 30px;
	z-index: 3;
}

#Contact .linkmail a{
	float: right;
	width: 290px;
    height: 140px;
	background-image: url(../images/sp/btn_mail.png);
	text-indent: -10000px;
	display: inline-block;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 3;
}	

#linkbox{
	text-align: center;
	margin:0 auto 70px;
	}

#linkbox .example{
	margin-bottom: 50px;
}

#linkbox .example h2{
	width: auto;
    height: 140px;
    background-image: url(../images/hl_voice.png);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -10000px;
	margin-bottom: 20px;
	}
	
#linkbox .example img{
	width: 100%;
	height: auto;
}	

#linkbox .company{	
}

#linkbox .company h2{
	width: auto;
    height: 140px;
    background-image: url(../images/hl_company.png);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -10000px;
	margin-bottom: 20px;
	}
	
#linkbox .company img{
	width: 100%;
	height: auto;
}	

#News{
	position: relative;
	margin-bottom: 80px;
}

#News .container{
	width: auto;
	height: auto;
	margin: 0 auto;
}

#News h2{
	width: auto;
    height: 182px;
    background-image: url(../images/hl_news.png);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -10000px;
	}

#News .colorbox{
	width: auto;
	height: auto;
	background-color: #aacf52;
	padding: 40px 40px;
}

#News .inner_colorbox{
	width: auto;
	height: auto;
	background-color: white;
	border-radius: 10px;
	padding: 60px 30px 40px; 
}

#News li dt{
	color: #00b1a9;
	font-size: 0.8em;
}

#News li dd{
	font-size: 1.1em;
}
	
#News li dd.photo{
	width: auto;
	height: auto;
}	
	
#News li dd.photo img{
	width: 100%;
	height: auto;
}	

#News .btn{
	float: right;
}

/* ---------------------------------
  _02 フッター
------------------------------------*/

footer p.copyright {
	text-align: center;
	margin-bottom: 180px;
	font-size: 0.8em;
}

footer dl{
	text-align: center;
	margin-bottom: 80px;
	padding: 0 30px;
}

footer dd{
	font-size: 0.8em;
}}


/* ---------------------------------
  _ clearfix
------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
