@charset "utf-8";
/* CSS Document */
/*カームロゴ*****************************************************************************************/
h1#company{margin:0; padding:0}
h1#company a{
	background: url(../img/icon/calm_logo.png) no-repeat;
padding-left:80px; 
line-height:47px; 
font-size:14px;
color:#0070c0; 
font-weight:bold;
display:block;
text-decoration:none;}


/*スライダー*****************************************************************************************/
#slider {
    margin:0;
    padding:0 0 0.5em 0; 
}
ul.slider{list-style-type:none; margin:0; padding:0;}
ul.slider li{margin:0 5px; padding:0;}
/*ul.slider li img {border: #000 solid 1px;}*/
ul.slider li img:hover {opacity:0.7;}

@media screen and (max-width:480px){
	ul.slider li{margin:0; width: 20px;}
	.slick-prev
{
    left: 10%;
}
[dir='rtl'] .slick-prev
{
    right: 10%;
    left: auto;
}

.slick-next
{
    right: 10%;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 10%;
}
}

/*最新ニュース・耳より情報********************************************************************/
div.news_toiawase_box{
	width:1080px;
	margin:1em auto;
	line-height: 50px;
	}
	
div.news_toiawase {
	padding-left: 50px;
	background-image: url(../img/index/news_mimi.png);
	background-repeat: no-repeat;
}

div.news_toiawase strong {
	font-size: 18px;
	color: #0070c0;
	border-bottom: #0070c0 solid 1px;
}
div.ichiran{
	width:300px;
}
div.ichiran a{
	color:#0070c0;
	text-decoration:none;
	font-size: 14px;
	font-weight:bold;
	position: relative;
}
div.ichiran ::after{
	position: absolute;
	top: 6px;
	right:-1em;
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #0070c0;
	border-right: 1px solid #0070c0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
div.ichiran :hover::after {
  right: -1.5em;
  transition: 0.2s ease-out;
}
div.ichiran :hover{
	border-bottom:#0070c0 solid 2px;
	padding-bottom:3px;
}

/*ニュースリスト**********************************/
div.news_box {
	width:1080px;
	margin:0 auto;
}
div.news_list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	/*width: 1380px;*/
	width: 100%;
	margin: 1em auto;
}
dl.news_list {
	width:300px;
}
dl.news_list img:hover{
	opacity:0.7;}
	
dl.news_list dt{
	font-size:16px;
	margin:0.8em 0;
	font-weight:bold;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
}
dl.news_list dd{
	font-size:0.9em;
	margin-right:1em;
	line-height:1.5em;
	color:#666;
}
dl.news_list dd p{
	margin:2em 0;
}
dl.news_list p a{
	color:#0070c0;
	text-decoration:none;
	font-weight:bold;
	position: relative;
}
dl.news_list p ::after {
	position: absolute;
	top: 6px;
	right:-1em;
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #0070c0;
	border-right: 1px solid #0070c0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
dl.news_list p :hover::after {
  right: -1.5em;
  transition: 0.2s ease-out;
}
dl.news_list p a:hover{
	border-bottom:#0070c0 solid 2px;
	padding-bottom:3px;
}
/*youtube用*****************************/
.youtube{
position:relative;
width:100%;
height:0;
padding-top:57%;
}
.youtube iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

/*一覧用*********************************/
#news_top  {
	font-size: 14px ;
}
#news_top ul{
	list-style: none;
	overflow: hidden;
	width: 540px;
}

#news_top li{
	float:left;
	line-height: 20px;
	margin:8px 0 15px 3px; 
}

#news_top li.dan1{
	width: 90px;
	background-image: url(../img/index/date.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
#news_top li.dan2_news{
	width: 60px;
	background-image: url(../img/index/mark_news.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
}
#news_top li.dan2_info{
	width: 60px;
	background-image: url(../img/index/mark_info.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
}

#news_top li a{
    color: #333;
    text-decoration: none;
}
#news_top li a:hover{
	text-decoration: underline;
	color:#09F;
}
.bloglink {
	margin-top: 10px;
}
.bloglink a{
	color:#0070c0;
	text-decoration:none;
	font-size: 14px;
	font-weight:bold;
	position: relative;
}
.bloglink ::after{
	position: absolute;
	top: 6px;
	right:-1em;
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #0070c0;
	border-right: 1px solid #0070c0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.bloglink :hover::after {
  right: -1.5em;
  transition: 0.2s ease-out;
}
.bloglink :hover{
	border-bottom:#0070c0 solid 2px;
	padding-bottom:3px;
}
	

/*一覧用*********************************/

/*電子帳簿保存法とインボイス*********************************/

div.e_box {
	width:100%;
	text-align:center;
	margin-bottom:20px;
	font-size:1.7em;
}
div.e_box:before{
	content: "";
    display: inline-block;
	width: 50px;
	height: 50px;
    background: url(../img/tool/tool_icon.png) center center no-repeat;
    background-size: contain;
    transform: translate(0,40%);
}
.e_box a {
	text-decoration:none;
	color:#000;
}
.e_box a:hover {
	border-bottom:#39F 1px solid;
	color: #39F;
}
.e_box a span.dencho {
	color:#FFF;
	background-color:#67DBD8;
	border: none;
	text-shadow: 1px 2px 3px #808080;
	padding:0 30px;
	margin-right:10px;
	font-size:0.9em;
}
.e_box a span.invoice {
	color:#FFF;
	background-color:#75A4DD;
	border: none;
	text-shadow: 1px 2px 3px #808080;
	padding:0 30px;
	margin:0 10px;
	font-size:0.9em;
}

/**********************************/


@media screen and (max-width:1080px){
div.news_toiawase_box,div.news_box {
	width:95%;
}
div.ichiran{
	display:none;
	}
div.news_list{
	width:95%;
	justify-content: flex-start;
}
dl.news_list{
	margin-left:0.5em;
	margin-right:0.5em;
}
}
@media screen and (max-width:700px){
div.news_toiawase strong {
	font-size: 16px;
	}
dl.news_list{
	width:95%;
}
dl.news_list dd{
	margin-right:0;
}
dl.news_list p ::after{
	top:4px;
}
dl.news_list img{
	width:100%;
	height:auto;
}
div.e_box {
	width:95%;
	margin:auto;}
.e_box a span.dencho,.e_box a span.invoice {
	padding: 0 10px;}
}
@media screen and (max-width:480px){
div.news_toiawase {
    line-height: 30px;
    width: 90%;}
#news_top ul {
	width: 100% ;}
#news_top li{
	margin:8px 0 5px 3px; 
}
div.e_box {
	font-size: 1em;}
div.e_box:before{
	display: none;}
}
/*ニュースリスト　ここまで**********************************/
/*最新ニュース・耳より情報　ここまで********************************************************************/

/*製品一覧**************************************/
p.service {text-align:center;}
p.service a{
	color:#0070c0;
	text-decoration:none;
	font-weight:bold;
}
p.service a:hover {
	border-bottom:#0070c0 solid 2px;
	padding-bottom:3px;
}
div.product_ue {
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
	width:1290px;
	margin:3em auto;
}
dl.product_ue {
	width:415px;
}
dl.product_ue img{
	border:#000 1px solid;}
dl.product_ue img:hover{
	opacity:0.7;}
	
dl.product_ue dt{
	font-size:18px;
	margin:0.8em 0;
	font-weight:bold;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
}
dl.product_ue dd{
	font-size:0.9em;
	margin-right:2em;
	line-height:1.3em;
	color:#666;
}
dl.product_ue dd p{margin:2em 0;}
dl.product_ue p a{
	color:#0070c0;
	text-decoration:none;
	font-weight:bold;
	position: relative;
}
dl.product_ue p ::after {
  position: absolute;
  top: 6px;
  right:-1em;
  content: '';
display: block;
width: 7px;
height: 7px;
border-top: 1px solid #0070c0;
border-right: 1px solid #0070c0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
dl.product_ue p :hover::after {
  right: -1.5em;
  transition: 0.2s ease-out;
}
dl.product_ue p a:hover{ border-bottom:#0070c0 solid 2px; padding-bottom:3px;}

@media screen and (max-width:1290px){
div.product_ue{width:95%;justify-content:center; margin-top: 2em;}
dl.product_ue{margin-left:0.5em; margin-right:0.5em;}
}
@media screen and (max-width:700px){
dl.product_ue{width:95%;}
dl.product_ue dd{font-size:0.8em; margin-right:0;}
dl.product_ue p ::after{top:4px;}
dl.product_ue img{width:100%; height:auto;}
}

/*製品一覧ここまで****************************************************/

/*お客様の声**********************************************************/
div.voice_index {
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
	width:1332px;
	margin:4em auto;
}
dl.voice_index{
	width: 300px;
	margin-top: 2em;
}

dl.voice_index dt {
	font-size:18px;
	font-weight:bold;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	margin-bottom: 1em;
}
dl.voice_index dt a{
	color:#0070c0;
	text-decoration:none;
	font-weight:bold;
}
dl.voice_index dt a:hover {
	border-bottom:#0070c0 solid 2px;
	padding-bottom:3px;
}
dl.voice_index img:hover {
	opacity: 0.5;
}

@media screen and (max-width:1290px){
div.voice_index{width:95%;justify-content:center; margin-top: 2em;}
dl.voice_index{margin-left:0.5em; margin-right:0.5em;}
}
@media screen and (max-width:700px){
dl.voice_index{width:95%;}
dl.voice_index dd{font-size:0.8em; margin-right:0;}
dl.voice_index img{width:100%; height:auto;}
}
/*お客様の声　ここまで************************************************/



/*サポート****************************************************************************************************/

dl.support_list {
	display:flex;
	justify-content:space-between;
	width:1174px;
	margin:3em auto;
}
dl.support_list div span{
	font-size: 0.6em;
}

dl.support_list div{min-width:180px; text-align:center;}
dl.support_list dt{font-size:30px; line-height:0.8em; margin:0.8em 0 1.8em 0;font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;}
dl.support_list dd{font-size:14px;}
dl.support_list dd p{margin:2em 0;}
dl.support_list p a{ color:#0070c0; text-decoration:none; font-weight:bold; position:relative;}
dl.support_list p a:hover{ border-bottom:#0070c0 solid 2px; padding-bottom:3px;}
dl.support_list p ::after {
  position: absolute;
  top: 4px;
  right:-1em;
  content: '';
display: block;
width: 7px;
height: 7px;
border-top: 1px solid #0070c0;
border-right: 1px solid #0070c0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
dl.support_list p :hover::after {
  right: -1.5em;
  transition: 0.2s ease-out;
}
@media screen and (max-width:1180px){
dl.support_list{width:100%;flex-wrap: wrap;justify-content:center;}	
dl.support_list div{min-width:40%;}
}
@media screen and (max-width:480px){
dl.support_list{width:95%;}
dl.support_list dd{font-size:0.8em; margin-right:0;}
dl.support_list dt{font-size:1.3em;}
dl.support_list div{ border-bottom:#CCC dashed 1px;}
dl.support_list div img{width:80%; height:auto;}
p.read_support{font-size:0.8em;}
}

div.refferal a {
	text-decoration:none;
	display:block;
	background: #FFF8A0;
	width:450px;
	border-radius:50px;
	text-align:center;
	padding: 5px 0;
	margin: 0 auto;
	color:#000;
}
div.refferal a:hover{
	opacity:0.7;
}
div.refferal p.service {
	font-size: 2em;
	font-weight:bold;
	line-height:1em;
}
div.refferal p.small {
	font-size:0.8em;
}
div.import {
	text-align:center;
	margin-bottom:2em;
}
div.import p{
	font-size:0.8em;
}
@media screen and (max-width:480px){
	div.refferal a {
		width: 95%;
		margin-bottom: 10px;
		}
	div.refferal p.middle,div .refferal p.small {
		font-size: 0.5em;
		}
	div.refferal p.service {
		font-size: 1em;}
	div.import {
		width: 95%;
	}
	div.import img{
		width: 100%;
		height:auto;
	}
}
div.download {
	width: 480px;
	margin: 0 auto 2em;
}
div.download a.taiken {
	width:100%;
	letter-spacing: 0.1em;
	line-height: 3em;
	display: block;
	text-decoration: none;
	color: #FFF;
	background-color: #E00612;
	font-weight: bold;
	border: #E60012 solid 1px;
	border-radius: 50px;
	position: relative;
	transition: 0.2s ease-out;
	padding-left: 25px;
}

div.download a.taiken::after {
	position: absolute;
	top: 40%;
	right: 1.5em;
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

div.download a.taiken:hover::after {
	right: 1em;
	transition: 0.2s ease-out;
	border-top: 1px solid #E00612;
	border-right: 1px solid #E00612;
}

div.download a.taiken:hover {
	background-color: #FFF;
	color: #E00612;
}
div.product_ue a.taiken {
	width:100%;
	letter-spacing: 0.1em;
	line-height: 2em;
	display: block;
	text-decoration: none;
	color: #FFF;
	background: #dce6f2;
	background-image: linear-gradient(165deg,rgba(199, 216, 255, 1) 0%, rgba(0, 112, 192, 1) 80%);
	font-weight: bold;
	border-radius: 50px;
	position: relative;
	transition: 0.2s ease-out;
	text-align:center;
}
div.product_ue a.taiken::after{
	display: none;
}
div.product_ue a.taiken:hover {
	background-image: none;
	color: #0070c0;
	padding-bottom: 0;
	border: none;
}
@media screen and (max-width:480px){
	div.download,div.product_ue a.taiken { 
	display:none;
	}
}
	