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

/*_______________________________

            PC
_______________________________*/




/*     共通
____________________*/


/* フォント　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);



/* 　-------　ipad 用　-------　*/
@media screen and (min-width:768px) and ( max-width:768px) {
body{
	width: 1100px;
}
 /*　---　*/
}
/* --------　ここまで　-------　*/

body{
	font-size: 16px;
	color: #555;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	overflow-x: hidden;
}
main {
	padding-top: 100px;
}
.sp_only{
	display: none !important;
}
h2{
	color: #8c6446;
	font-family:'Sawarabi Mincho';
	font-size: 30px;
	text-align: center;
	padding: 20px 0;
	color: #fff;
	background: #422510;
}
h2 em{
	font-size: 35px;
}
h2 span{
	font-size: 25px;
}
h3{
	color: #422510;
	font-family:'Sawarabi Mincho';
	font-size: 24px;
	font-weight: bold;
}


.btn.cv a {
    text-decoration: none;
    color: #fff;
    display: block;
    height: 110px;
    width: 640px;
    text-align: center;
    font-size: 32px;
    line-height: 110px;
    box-sizing: border-box;
    position: relative;
    font-family:'Sawarabi Mincho';
	margin: 0 auto;
    background: #eb4c68;
    cursor: pointer;
}
.btn.cv a::after {
	font-family: "icomoon";
    content: "\ea3c";
	position: absolute;
	right: 30px;
}
.btn.cv a:hover{
	opacity: 0.8;
}

.wrapper,.inner{
	max-width: 1000px;
	margin: 0 auto;
}
.icon-freedial:before {
    color: #b09172;
}




/*     header
____________________*/

header {
	height: 100px;
	background: #fff;
	position: fixed;
	padding: 10px 0;
	width: 100%;
	box-sizing: border-box;
    z-index: 1;
	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 .rogo{
	width: 105px;
	float: left;
}
header .rogo img{
	width: 100%;
	float: left;
	box-sizing: border-box;
	display: block;
}
header .rogo strong {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    background: #422511;
    font-size: 10px;
    padding: 1px;
    margin-top: 5px;
}
header .tel{
	float: right;
	width: auto;
	box-sizing: border-box;
} 
header .tel strong {
    font-size: 14px;
    letter-spacing: 4px;
	line-height: 1;
	color: #422510;
	font-weight: bold;
}
header .tel a {
    display: block;
    font-size: 28px;
    color: #b09172;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: bold;
    line-height: 40px;
	pointer-events:none;
}
header .tel a span{
	margin-right: 5px;
	box-sizing: border-box;
	position: relative;
	top:2px;
}
header .tel small {
    font-size: 11px;
    line-height: 1.3;
    display: block;
	color: #422510;
}






/*     area01
____________________*/

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


/*     area02
____________________*/

.area02 h2{
	color: #b09172;
	padding: 60px 0;
	background: none;
}
.area02 section {
    background: #ede7e2;
    padding: 50px;
    margin-bottom: 60px;
}
.area02 section h3{
	margin-bottom: 50px;
	text-align: center;
}
.area02 section em{
	color: #ea4863;
}
.area02 section.box01 img {
    float: left;
    margin-right: 20px;
}
.area02 section.box02 {
	position: relative;
}
.area02 section.box02 li {
    padding-left: 40px;
    background: url(../img/cellcheck/icon01_sp.png) no-repeat left 1px;
    background-size: 22px;
    margin-bottom: 15px;
    font-size: 20px;
	width: calc(100% - 180px);
}
.area02 section.box02 li:last-of-type{
	margin-bottom: 0;
}





/*     area03
____________________*/



.area03 h2{
	background: #b09172;
}
.area03 section {
    position: relative;
    padding: 0px 0 70px;
}
.area03 section::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    left: 0;
    border-style: solid;
    border-width: 30px 100px 0 100px;
    border-color: #b8a794 transparent transparent transparent;
    margin: 30px 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: 50px 0 30px;
    text-align: left;
}
.area03 section.box03 h3 {
    padding-bottom: 10px;
}
.area03 section h3 span {
    font-size: 18px;
    background: #422510;
    color: #fff;
    padding: 0px 30px;
    font-family: sans-serif;
    font-weight: normal;
    margin-left: 10px;
    position: relative;
    top: -4px;
}
.area03 section img {
    float: right;
    width: 45%;
    margin-left: 20px;
}
.area03 section p{
	font-size: 20px;
}
.area03 section.box03 p{
    padding-top: 20px;
}
.area03 section.box04 > p, .area03 section.box05 > p {
    margin-bottom: 20px;
    font-size: 20px;
}
.area03 section.box04 > p strong,
.area03 section.box05 > p strong {
    font-size: 24px;
    color: #b09172;
    font-weight: bold;
}
.area03 section.box04 > p em,
.area03 section.box05 > p em {
    font-size: 26px;
    font-weight: bold;
}

.area03 section.box04 .inner,
.area03 section.box05 .inner{
	margin: 0 auto;
	max-width:950px;
}
.area03 section.box04 li,
.area03 section.box05 li{
	margin:0 30px 0 0;
	background: #ede7e2;
	box-sizing: border-box
}


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

/*     area04
____________________*/

.area04 .inner{
	margin: 60px 0 ;
}
.area04 section {
    padding: 30px;
    font-size: 18px;
    width: 50%;
    box-sizing: border-box;
	float: left;
}
.area04 section:first-of-type{
    border-right: 1px solid #ede7e2;
	border: 2px solid #ede7e2;
}
.area04 section:last-of-type{
	border: 2px solid #ede7e2;
	border-left: none;
}
.area04 section img{
	width: 35%;
	float: left;
	margin-right: 10px;
}
.area04 section p{
	float: right;
	width: 60%;
}
.area04 small {
    padding-top: 20px;
    font-size: 12px;
    display: block;
    clear: both;
}

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

/*     area06
____________________*/
.area06 {
	padding-bottom: 60px;
}
.area06 section h3{
	margin: 60px 0 30px;
	text-align: left;
}
.area06 section > p {
    float: left;
    padding-right: 30px;
    box-sizing: border-box;
    font-size: 18px;
}
.area06 section.box01 > p {
	width: 55%;
}
.area06 section.box02 > p {
	width: 65%;
}
.area06 section.box02 img{
    float: right;
    width: 35%;
}
.area06 section ul{
	float: right;
	width: 45%;
}
.area06 section li img{
	width: 100%;
}
.area06 section li{
	box-sizing: border-box;
	float: left;
	width: 50%;
}
.area06 section li:nth-of-type(odd){
	padding-right: 10px;
}
.area06 section li:nth-of-type(even){
	padding-left: 10px;
}
.area06 section li p{
	margin-top: 5px;
	font-size: 18px;
	color: #b09172;
}


/*     area07
____________________*/
.area07 .inner{
	padding: 60px 0;
}
.area07 .tel strong{
	color: #422510;
	font-weight: bold;
	display: block;
	text-align: center;
	font-size: 22px;
}
.area07 .tel strong::before {
    font-family:"fontawesome";
    content: "\f095";
	margin-right: 5px;
}
.area07 .tel a {
    color: #b09172;
    font-size: 60px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 1.2;
	pointer-events: none;
}
.area07 .icon-freedial:before {
	font-size: 64px;
}
.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: 30px;
    color: #422510;
	font-size: 18px;
}

.area07 .btn.cv{
	box-sizing: border-box;
	padding-right: 15px;
	width: 50%;
	float: left;
}
.area07 .btn.cv a{
	width: 100%;
	font-size: 26px;
}
.area07 .btn.cv a::after {
    font-family: "icomoon";
    content: "\ea3c";
    position: initial;
    margin-left: 10px;
}
.area07 .btn.search a::before {
    font-family:"fontawesome";
    content: "\f002";
	margin-right: 10px;
}
.area07 .btn.search{
	box-sizing: border-box;
	padding-left: 15px;
	width: 50%;
	float: left;
}
.area07 .btn.search a {
    text-decoration: none;
    color: #fff;
    display: block;
    height: 110px;
    width: 100%;
    text-align: center;
    font-size: 26px;
    line-height: 110px;
    box-sizing: border-box;
    position: relative;
    font-family: serif;
    margin: 0 auto;
    background: #b09172;
    cursor: pointer;
}
.area07 .btn.search a::after {
    font-family: "icomoon";
    content: "\ea3c";
    margin-left: 15px;
}
.area07 .btn.search a:hover{
	opacity: 0.8;
}





/*     footer
____________________*/

footer .inner{
	padding:0;
}
footer .footer_nav {
    margin-bottom: 50px;
}
footer .footer_nav li {
    float: left;
    box-sizing: border-box;
    position: relative;
    padding-left: 20px;
    margin-right: 40px;
    margin-bottom: 10px;
}
footer .footer_nav li:last-of-type{
	margin-right: 0;
}
footer .footer_nav li a {
    display: block;
    color: #555;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #b09172;
    line-height: 1.2;
}
footer .footer_nav li::before{
	font-family:"fontawesome";
    content: "\f0da";
	margin-right: 5px;
	color: #b09172;
	font-size: 20px;
	position: absolute;
	top: 2px;
	left: 0;
}
footer .footer_nav li a:hover{
	border-bottom: 1px solid #fff0;
}
footer .affiliation{
	width: auto;
	margin: 0 auto;
	max-width: 790px;
}
footer .affiliation li{
	margin: 0 15px;
	float:left;
}
 footer .affiliation img{
    max-width: 365px;
    margin: 0 auto 5px;
    display: block;
}
footer .affiliation p{
	font-size: 10px;
	text-align: center;
}
footer small {
    display: block;
    line-height: 40px;
    color: #fff;
    background: #422510;
    font-size: 12px;
    text-align: center;
	margin-top: 60px;
}



/*  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: -25px!important;
    background: none;
}
.bx-wrapper .bx-next {
    right: -25px!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: 50%;
    margin-top: -16px;
    outline: 0;
    width: 50px!important;
    height: 50px!important;
    box-sizing: border-box;
    text-indent: -9999px;
    z-index: 99;
}
.bx-wrapper .bx-controls-direction a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 13px;
    width: 15px;
    height: 15px;
    border-top: 3px solid #8e7f7a;
    border-right: 3px solid #8e7f7a;
}
.bx-wrapper .bx-controls-direction a.bx-next:after {
    right: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bx-wrapper .bx-controls-direction a.bx-prev:after {
    right: 11px;
    -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;
}



