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

/*_______________________________

            SP
_______________________________*/





/*     共通
____________________*/


/* フォント　Sawarabi Mincho*/
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css);

/* アイコン　Font Awesome*/
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);

/* アイコン　icomoon*/
@import url(../icomoon/style.css);


body{
	font-size: 12px;
	color: #555;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.pc_only{
	display: none !important;
}
main {
	padding-top: 80px;
}
main img {
	width: 100%;
	vertical-align: bottom;
}
.inner{
	padding:0 15px;
}
.wrapper article > section{
	margin: 0 15px;
}
.btn.cv a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    display: block;
    height: 55px;
    width:100%;
    text-align: center;
    font-size: 16px;
    line-height: 55px;
    box-sizing: border-box;
    position: relative;
    font-family: serif;
	margin: 0 auto;
    background: #ea4863;
    cursor: pointer;
}
.btn.cv a::after {
	font-family: "icomoon";
    content: "\ea3c";
	position: absolute;
	right: 15px;
}
.icon-freedial:before {
    color: #b09172 !important;
}
h2{
	font-family:'Sawarabi Mincho';
	text-align: center;
	font-size: 15px;
	padding: 10px 0;
	color: #fff;
	background: #422510;
}
h3{
	color: #422510;
	font-family:'Sawarabi Mincho';
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	letter-spacing: -0.05em;
}
p{
	font-size: 12px;
	color: #555;
}


/*     header
____________________*/

header {
	height: 80px;
	background: #fff;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
    z-index: 100;
	box-shadow:0px 0px 16px -2px rgba(0,0,0,0.18);
    -moz-box-shadow:0px 0px 16px -2px rgba(0,0,0,0.18);
    -webkit-box-shadow:0px 0px 16px -2px rgba(0,0,0,0.18);
}
header .inner {
    padding: 0 10px;
}
header .rogo {
    width: 80px;
    float: left;
	margin: 5px 0 10px;
}
header .rogo img{
	width: 100%;
}
header .rogo strong {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    background: #422511;
    font-size: 10px;
    padding: 1px;
}

header .tel{
	float: right;
	width: auto;
	box-sizing: border-box;
	padding: 13px 0;
} 
header .tel strong {
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1;
    display: block;
    color: #422510;
    font-weight: bold;
}
header .tel a {
    display: block;
    font-size: 21px;
    color: #b09172;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
}
header .tel a span{
	margin-right: 2px;
	box-sizing: border-box;
	position: relative;
	top:2px;
	
}
header .tel small {
    font-size: 10px;
    line-height: 1.2;
    display: block;
	letter-spacing: -0.1em;
	color: #422510;
}




/*     area01
____________________*/

.area01 {
    padding: 25px 0;
    background: url(../img/cellcheck/key_bg_02.png) repeat-x;
    background-size: auto 100%;
}
.area01 img{
	margin-bottom: 20px;
}


/*     area02
____________________*/

.area02 h2{
	color: #b09172;
	font-size: 16px;
	padding: 25px 0;
	background: none;
}
.area02 section{
	background: #ede7e2;
	padding:25px 15px;
	margin-bottom: 15px!important;
}
.area02 section h3{
	margin-bottom: 25px;
}
.area02 section em{
	color: #ea4863;
}
.area02 section.box01 img{
    width: 34%;
    float: left;
    margin-right: 15px;
}
.area02 section.box02 li {
    padding-left: 15px;
    background: url(../img/cellcheck/icon01_sp.png) no-repeat left 1px;
    background-size: 12px;
	margin-bottom: 15px;
}
.area02 section.box02 li:last-of-type{
	margin-bottom: 0;
}





/*     area03
____________________*/

.area03 .inner{
	padding:0; 
}

.area03 h2{
	background: #b09172;
}
.area03 section{
	position: relative;
	padding: 0 0 35px;
}
.area03 section::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    left: 0;
    border-style: solid;
    border-width: 15px 35px 0 35px;
    border-color: #b8a794 transparent transparent transparent;
    margin: 20px auto 0;
}
.area03 section:last-of-type{
	margin-bottom: 15px;
	padding-bottom: 0;
}
.area03 section:last-of-type::after{
	display: none;
}
.area03 section h3 {
    padding: 15px 0 10px;
    text-align: left;
    padding-left: 4.5em;
    text-indent: -4.5em;
}
.area03 section.box03 h3 {
    padding-bottom: 5px;
}
.area03 section h3 span {
    font-size: 11px;
    background: #422510;
    color: #fff;
    padding: 0px 10px;
    font-family: sans-serif;
    vertical-align: top;
    font-weight: normal;
}
.area03 section img{
	margin-bottom: 10px
}
.area03 section.box04 > p,
.area03 section.box05 > p{
	margin-bottom: 10px;
}
.area03 section.box04 > p strong,
.area03 section.box05 > p strong{
	font-size: 14px;
	color: #b09172;
	font-weight: bold;
}
.area03 section.box04 > p em,
.area03 section.box05 > p em{
	font-size: 14px;
	font-weight: bold;
}
.area03 section.box04 ul,
.area03 section.box05 ul{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
}
.area03 section.box04 li,
.area03 section.box05 li{
	margin:0 10px 0 0;
	background: #ede7e2;
}


.area03 section.box04 li img,
.area03 section.box05 li img{
	margin-bottom: 0;
}
.area03 section.box04 li p,
.area03 section.box05 li p {
    padding: 20px 15px;
    padding-left: 35px;
    text-indent: -1.5em;
	font-size: 12px!important;
	-webkit-text-size-adjust: 100%;
}
.area03 section.box04 li p span,
.area03 section.box05 li p span{
	font-weight: bold;
}
.area03 section.box06{
	margin-bottom: 20px;
}
.area03 section.box06 dl {
    margin-top: 15px;
}
.area03 section.box06 dt {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 5px;
}
.area03 section.box06 dt img{
	margin-bottom: 0;
}
.area03 section.box06 dd {
    float: left;
    width: 50%;
    padding-left: 5px;
    box-sizing: border-box;
    color: #ea4863;
}

/*     area04
____________________*/
.area04 .inner{
	padding: 15px;
}
.area04 section{
	border: 2px solid #ede7e2;
	padding: 15px;
	margin-bottom: 5px;
}
.area04 section img{
	width: 40%;
}
.area04 section.box01 img{
	float: right;
	margin-left: 10px;
}
.area04 section.box02 img{
	float: left;
	margin-right: 10px;
}
.area04 small {
    margin-top: 5px;
    font-size: 10px;
    display: block;
}

/*     area05
____________________*/
.area05 .inner{
	padding: 15px;
}
.area05 small{
	margin-top: 5px;
	font-size: 10px;
	display: block;
}
.area05 section img{
	width: 60%;
	float: left;
}
.area05 section div{
	width:40%;
	float: left;
	padding-left: 10px;
	box-sizing: border-box;
}
.area05 section div strong {
    font-size: 13px;
    color: #ea4863;
    line-height: 1.5;
    margin-bottom: 20px;
    display: block;
}
.area05 section div strong span{
	font-size: 16px;
	font-weight: bold;
}
.area05 section dl{
	padding:10px 15px;
	clear: both;
	font-weight: bold;
}
.area05 section dt{
	float: left;
	clear: both;
	width: 40px
}
.area05 section dd{
	float: left;
}
.area05 section .comment{
    background: #ede8e2;
    padding: 15px;
}
.area05 section .comment span{
	text-align: left;
	font-family:sans-serif;
	color: #555;
	font-weight: bold;
}
.area05 section.box01{
	margin-bottom: 20px;
}

/*     area06
____________________*/
.area06 {
	padding-bottom: 15px;
}
.area06 h2 span,
.area06 h2 em{
	display: block;
}
.area06 section h3{
	margin: 15px 0;
	text-align: left;
	font-size: 13px;
}
.area06 section > p{
	margin-bottom: 5px;
}
.area06 section li{
	width: 50%;
	box-sizing: border-box;
	float: left;
}
.area06 section li:nth-of-type(odd){
	padding-right: 5px;
}
.area06 section li:nth-of-type(even){
	padding-left: 5px;
}
.area06 section li p{
	margin-top: 5px;
	font-size: 10px;
	color: #b09172;
}


/*     area07
____________________*/
.area07 .inner{
	padding: 15px;
}
.area07 .tel strong{
	color: #422510;
	font-weight: bold;
	display: block;
	text-align: center;
}
.area07 .tel strong::before {
    font-family:"fontawesome";
    content: "\f095";
	margin-right: 5px;
}
.area07 .tel a {
    color: #b09172;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 1.2;
}
.area07 .tel a span{
	margin-right: 15px;
}
.area07 .tel a span {
    margin-right: 10px;
    font-size: 38px;
    top: 5px;
    position: relative;
}
.area07 .tel small {
    text-align: center;
    display: block;
    margin-bottom: 15px;
    color: #422510;
}
.area07 .btn.cv a::after {
    font-family: "icomoon";
    content: "\ea3c";
    position: initial;
    margin-left: 10px;
}
.area07 .search a::before {
    font-family:"fontawesome";
    content: "\f002";
	margin-right: 10px;
}
.area07 .search a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    display: block;
    height: 55px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 55px;
    box-sizing: border-box;
    position: relative;
    font-family: serif;
    margin: 0 auto;
    background: #b09172;
    cursor: pointer;
	margin-top: 10px;
}
.area07 .search a::after {
    font-family: "icomoon";
    content: "\ea3c";
    margin-left: 10px;
}






/*     footer
____________________*/

footer .inner{
	padding:0;
}
footer .footer_nav{
	border-top: 1px solid #ccc;
}
footer .footer_nav li{
	width: 50%;
	float: left;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}
footer .footer_nav li:nth-of-type(odd){
	clear: both;
	border-right: 1px solid #ccc;
}
footer .footer_nav li a{
	text-decoration: none;
	display: block;
	color: #555;
	line-height: 34px;
	height: 34px;
	padding: 0 15px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: -0.01em;
}
footer .footer_nav li a::before{
	font-family:"fontawesome";
    content: "\f0da";
	margin-right: 5px;
	color: #b09172;
}
footer .affiliation li{
	margin: 15px;
}
 footer .affiliation img{
    width: 90%;
    margin: 0 auto 5px;
    display: block;
}
footer .affiliation p{
	font-size: 10px;
	text-align: center;
}
footer small {
    display: block;
    line-height: 30px;
    color: #fff;
    background: #422510;
    font-size: 10px;
    text-align: center;
}




/*  bxslider 設定　*/

.bx-wrapper {
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important; 
    background: none!important;
	margin: 0 auto!important;
}

.slider {
		overflow: hidden;
	}
.slider .bxslider {
	max-width: 88%;
	width: 100%;
	margin: 0 auto;
}
.slider ul li img {
	width: 100%;
	height: auto;
	padding: 0px 5px;
    box-sizing: border-box;
}
.slider ul li {
	opacity: 0.5;
	}
.slider ul li.active {
	opacity: 1;
	}
/*  bxslider カーソル */
.slider .bx-viewport {
	overflow: visible !important;
	}
.bx-wrapper .bx-prev {
    left: -15px!important;
    background: none;
}
.bx-wrapper .bx-next {
    right: -15px!important;
    background: none;
}
.bx-wrapper .bx-controls-direction a {
    z-index: auto !important;
    background: rgba(256, 256, 256, 0.8) !important;
    border-radius: 50%;
    border: 2px solid #8e7f7a;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 30%!important;
    margin-top: -16px;
    outline: 0;
    width: 34px;
    height: 34px;
    text-indent: -9999px;
    z-index: 99;
}
.bx-wrapper .bx-controls-direction a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #8e7f7a;
    border-right: 3px solid #8e7f7a;
}
.bx-wrapper .bx-controls-direction a.bx-next:after {
    right: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bx-wrapper .bx-controls-direction a.bx-prev:after {
    right: 8px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
/*  bxslider ページャー */
.bx-wrapper .bx-pager{
    bottom: -20px!important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(136, 109, 77, 0.5)!important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	background:rgba(136, 109, 77, 1)!important;
}



