@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600');

html {
  background-color: #fff;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 10px;
}
body {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #4d4d4d;
  letter-spacing:0.1em;
  background: url(../images/header_bg.png) center top no-repeat;
  word-break: break-all;
}

@media (max-width: 830px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}


/*----*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.eng{
	font-family: 'Montserrat', sans-serif;
}
a{
	text-decoration:none;
  	color: #4d4d4d;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
*{
  padding: 0;
  margin: 0;
}
.mini{
    font-size: 79%;
}

/* for desctop ---*/
.for-pc {
  display: block;
}
.for-sp {
  display: none;
}

/* for sp ---*/
@media (max-width: 767px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
}
@media (max-width: 600px) {
br{
	display:none;
}
}


/*===========================================
HEADER
===========================================*/
#header {
  width: 100%;
}
#header .innerblock {
  width: 96%;
  padding:42px 0 45px;
}
#sitetitle{
	float: left;
}
nav{
	float: right;
}
nav #gNav li{
	display:inline-block;
	font-size: 78%;
	margin-left: 28px;
}
nav #gNav li a{
	display:block;
	padding-top: 8px;
	color:#999999;
}
#top nav #gNav li.nav_top a,
#works nav #gNav li.nav_works a,
#appraise nav #gNav li.nav_appraise a,
#news nav #gNav li.nav_news a,
#contact nav #gNav li.nav_contact a{
	border-top:1px solid #4d4d4d;
	padding-top: 7px;
}
nav #gNav li .eng{
	display:block;
	font-size: 119%;
	font-weight:600;
	letter-spacing: 2px;
	color:#333333;
}
#togglebtn {
    display: none;
	position: absolute;
    top: 25px;
    right: 15px;
    width: 40px;
    background-color: #f00;
    height: 40px;
    background: url(../images/togglebtn.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

/* for sp ---*/
@media (max-width: 775px) {
#header .innerblock {
    padding: 20px 0 20px;
}
#sitetitle {
    float: none;
    text-align: center;
	margin-bottom: 20px;
}
nav {
    float: none;
	text-align: center;
}
nav #gNav li {
    margin-left: 12px;
    margin-right: 12px;
}
}

/* for sp ---*/
@media (max-width: 600px) {
#header {
    position: fixed;
    z-index: 100;
    background: #fff url(../images/header_bg.png) no-repeat;
    background-position: -147px 0;
    -webkit-background-size: auto 55px;
    background-size: auto 55px;
    border-bottom: 1px solid #ddd;
	padding: 0 2%;
	box-sizing: border-box;
}
#header .innerblock {
	width: 100%;
}
#togglebtn {
    display: block;
}
#togglebtn.open {
    background-image: url(../images/togglebtn_close.png);
}
nav {
    position: absolute;
    width: 100%;
    display: none;
    height: auto;
	background-color: #d1e3e9;
	top: 100px;
    left: 0;
}
nav.open {
    display: block;
}
#sitetitle {
	margin-bottom: 0;
	text-align:left;
}
nav #gNav li {
    width: 100%;
    margin: 0;
}
nav #gNav li a {
    padding-bottom: 8px;
    border-bottom: 1px solid #b7c5cc;
}
}



/*===========================================
MAIN
===========================================*/

/*---------------------------
Detail
++++++++++++++++++++++++++++
- basic
- top
- works
---------------------------*/

/* ---- basic ------ */

.innerblock{
	width:96%;
	max-width:1000px;
	margin:0 auto;
}

#mainarea h1{
	text-align: center;
    font-size: 93%;
    font-weight: normal;
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
	padding: 60px 0 0;
}
#mainarea h1 .eng{
	font-size: 200%;
    display: block;
    font-weight: normal;
    letter-spacing: 0.2em;
    line-height: 1.3em;
}

#contents{
	margin-bottom:90px;
}
#contents .innerblock{
	padding-top: 160px;
}
#contents h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
    font-size: 186%;
    text-align: center;
    letter-spacing: 0.2em;
}
#contents .linkbnr{
	width: 30.6%;
    float: left;
    margin-right: 4%;
	margin-top: 20px;
}
#contents .linkbnr:last-child{
    margin-right: 0;
}
#contents .linkbnr a{
	display:block;
	text-align:center;
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
}
#contents .linkbnr img{
	width:100%;
}

#links{
	background:#f9f9f9;
	padding:50px 0;
}
#links h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
    font-size: 107%;
    text-align: center;
    letter-spacing: 0.2em;
}
#links .linkbnr{
	width: 30.6%;
    float: left;
    margin-right: 4%;
	margin-top: 40px;
}
#links .linkbnr:nth-child(3n){
    margin-right: 0;
}
#links .linkbnr img{
	width:100%;
}

.linkbtn_blc{
	text-align:center;
	padding:50px 0 0 0;
}
.linkbtn{
	display: inline-block;
    position: relative;
    padding: 2px;
    text-decoration: none;
    background: #3d464f;
    color: #FFF;
    border-bottom: solid 5px #3d464f;
    border-right: solid 5px #3d464f;
}
.linkbtn:before{    
    content: " ";
    position: absolute;
    bottom: -5px;
    left: -1px;
    width: 0;
    height: 0;
    border-width: 0 6px 6px 0px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #FFF;
}
.linkbtn:after{   
    content: " ";
    position: absolute;
    top: -1px;
    right: -5px;
    width: 0;
    height: 0;
    border-width: 0px 6px 6px 0px;
    border-style: solid;
    border-color: #FFF;
    border-bottom-color: transparent;
}
.linkbtn a{
	display: block;
    background: #fff;
    padding: 18px 65px;
    position: relative;
    font-size: 114%;
    font-weight: bold;
}
.linkbtn a:after{   
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-right: 1px solid #3d464f;
    border-bottom: 1px solid #3d464f;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#credit {
    display: table;
    margin: 0 auto;
    padding: 15px 5% 15px;
    border-bottom: 1px solid #f0f0f0;
    /*background: #f9f9f9;*/
    font-family: 'Montserrat', sans-serif;
    color: #666;
    font-size: 65%;
    text-align: center;
}
#credit a {
    color: #666;
    text-decoration: underline;
    font-style: oblique;
}

address{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 71%;
    text-align: center;
    padding: 35px 0 35px;
    font-style: normal;

}

@media (max-width: 600px) {
#mainarea {
    padding-top: 100px;
}
#links .linkbnr,
#links .linkbnr:nth-child(3n) {
    float: left;
    width: 48%;
    margin-right: 0;
    margin-top: 20px;
}
#links .linkbnr:nth-child(2n) {
    float: right;
    margin-right: 0;
}
#links .linkbnr:nth-child(2n + 1) {
    clear: both;
}
#contents .linkbnr {
    width: 100%;
    float: none;
    max-width: 300px;
    margin: 20px auto 0;
}
#contents .linkbnr:last-child {
    margin: 20px auto 0;
}
.linkbtn a {
    padding: 18px 35px;
}
}


/* ---- top ------ */

#top #main_img{
	display:table;
	width:100%;
}
#top #main_img .main_blc{
	height:100%;
	width:33.33%;
	display:table-cell;
	position:relative;
}
#top #mainarea .main_blc a{
	display:block;
}
#top #mainarea .main_blc a img{
	width:100%;
	vertical-align:top;
}
#top #mainarea .main_blc .link{
	position: absolute;
    bottom: 46px;
    left: 0;
    margin: 0;
    width: 100%;
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
}
#top #mainarea .main_blc .link .inner{
    width: 70%;
	margin:0 auto;
	border-bottom:1px solid #333333;
	position:relative;
}
#top #mainarea .main_blc .link .inner .eng{
    font-size: 93%;
    font-weight: 700;
    float: right;
    padding-right: 8%;
}
#top #mainarea .main_blc .link .inner:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-right: 1px solid #8c847d;
    border-bottom: 1px solid #8c847d;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#top #mainarea .main02 .link .inner{
	border-bottom:1px solid #fff;
	color:#fff;
}
#top #mainarea .main02 .link .inner:after{
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#top #lead{
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
	padding:65px 0 100px;
}
#top #lead p{
	font-size: 115%;
	text-align:center;
	margin-bottom: 1.5em;
}

#top #news{
	margin-bottom:40px;
}
#top #news .innerblock{
	border:1px solid #333333;
	position:relative;
}
#top #news .innerblock dl{
  background: url(../../images/news.svg) center top no-repeat;
  margin-top: -44px;
  padding:85px 0 20px 70px;
}
#top #news .innerblock dt{
	display: block;
	width: 14%;
	clear: left;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	font-size: 86%;
	letter-spacing: 2px;
	margin-bottom: 1.2em;
	margin-right: 1em;
	padding-top: 2px;
	border-bottom: 1px solid #b3b3b3;
	line-height: 1em;
}
#top #news .innerblock dt span{
	background: #fff;
	padding-right: 1em;
}
#top #news .innerblock dd{
	display: block;
	width: 65%;
	float: left;
	margin-bottom: 1.2em;
	line-height: 1em;
}
#top #news .innerblock .link{
	position: absolute;
    right: 35px;
    bottom: 30px;
    font-size: 93%;
    border-bottom: 1px solid #8c847d;
}
#top #news .innerblock .link a{
	display: block;
	padding-right: 35px;
}
#top #news .innerblock .link a:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-right: 1px solid #8c847d;
    border-bottom: 1px solid #8c847d;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#top #books{
	background:#f6f5f2;
	max-width: 1000px;
    margin: 0 auto;
	padding:6px;
	box-sizing: border-box;
	width: 96%;
}
#top #books .innerblock{
	border:1px dotted #333333;
	padding:25px 5px;
	display:table;
	width: 100%;
    box-sizing: border-box;
}
#top #books .book{
	width:33.33%;
	display:table-cell;
	padding:0 20px;
	vertical-align: top;
}
#top #books .book .img{
	width:34%;
	float:left;
}
#top #books .book .img img{
	width:100%;
}
#top #books .book .txt{
	width:62%;
	float:right;
}
#top #books .book .txt p{
	font-size: 86%;
    line-height: 1.5em;
	margin-top:1em;
}
#top #books .book .txt .link{
	border:1px solid #999999;
	margin-top:8px;
}
#top #books .book .txt .link a{
	position: relative;
	padding: 3px 10px;
	display: block;
	text-align: center;
}
#top #books .book .txt .link a:before{
	content:"";
	background: url(../images/icon_buy.png) no-repeat;
	background-size: 16px auto;
    width: 16px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 11px;
    margin: auto;
}
#top #books .book .txt .link a:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-right: 1px solid #8c847d;
    border-bottom: 1px solid #8c847d;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#top #profile{
	background: #f6f5f2 url(../../images/bg01.png) no-repeat top;
	background-size: 100% auto;
	padding-bottom: 50px;
}
#top #profile .innerblock{
	margin-top: 140px;
}
#top #profile h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
    font-size: 186%;
    text-align: center;
    letter-spacing: 0.2em;
}
#top #profile .txt{
	width:53%;
	float:left;
	text-align:center;
	padding-top: 100px;
}
#top #profile .txt .name{
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
	font-size: 164%;
    letter-spacing: 0.3em;
}
#top #profile .txt .job{
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
	border-bottom: dashed 2px #4d4d4d;
	display: inline-block;
    margin: 15px auto 50px;
}
#top #profile .txt p{
	text-align:left;
	font-size: 93%;
    margin-bottom: 1.4em;
    line-height: 1.6em;
}
#top #profile .txt p.last{
	padding-top:2em;
}
#top #profile .txt p.last a{
	display: inline-block;
    border: 1px solid #8c847d;
    padding: 4px 14px 4px 8px;
	position:relative;
	margin-left: 13px;
}
#top #profile .txt p.last a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-right: 1px solid #8c847d;
    border-bottom: 1px solid #8c847d;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#top #profile .img{
	width:40.8%;
	float:right;
	padding-top: 100px;
}
#top #profile .img .ph{
	margin-bottom:30px;
}
#top #profile .img .ph img{
	width:100%;
}
#top #profile .links .link01{
	display: table-cell;
	padding-right:20px;
	/*width: 33%;*/
    width: 55%;
    box-sizing: border-box;
}
#top #profile .links .link01 a{
	height: 50%;
    display: block;
    border-bottom: 1px solid #333333;
	line-height: 1.2em;
	padding-bottom: 5px;
	margin-top: 7px;
    position:relative;
}
#top #profile .links .link01 a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-right: 1px solid #8c847d;
    border-bottom: 1px solid #8c847d;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#top #profile .links .link01 a span{
    display: block;
	font-size: 71%;
}
#top #profile .links .link02{
	display: table-cell;
	/*border: 1px solid #8c847d;*/
	border-right: none;
}
#top #profile .links .link02 a{
	display: table-cell;
	width:33.33%;
    max-width: 90px;
	border: 1px solid #8c847d;
    border-left: 0;
    line-height: 0;
}
#top #profile .links .link02 a:first-child {
    border-left: 1px solid #8c847d;
}
#top #profile .links .link02 a img{
	width:100%;
	vertical-align: top;
}

#top #recommendation{
	margin-bottom:100px;
}
#top #recommendation .innerblock{
	background:#d1e3e8;
	padding:10px;
	box-sizing:border-box;
}
#top #recommendation .innerblock a{
	display:block;
	background:#f6f5f2;
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
	text-align: center;
	padding: 23px 0;
	position:relative;
}
#top #recommendation .innerblock a:before{
    content: '';
    display: inline-block;
	vertical-align: middle;
    width: 50px;
    height: 55px;
	background: url(../../images/icon_comment.svg) no-repeat;
	background-size: 100% auto;
}
#top #recommendation .innerblock a:after{
    content: '';
    display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #d1e3e8 transparent;
	position:absolute;
	right:0;
	bottom:0;
}
#top #recommendation .innerblock a h2{
	display:inline-block;
	vertical-align: middle;
	font-size: 143%;
	padding: 0 2em 0 0;
}
#top #recommendation .innerblock a p{
	display:inline-block;
	vertical-align: middle;
	font-size: 86%;
	text-align: left;
}

#top #contents{
	background: url(../../images/bg02.png) no-repeat top;
	background-size: 100% auto;
}

@media (max-width: 1000px) {
#top #books .book .img {
    width: 100%;
    float: none;
	text-align:center;
}
#top #books .book .img img {
    width: 40%;
}
#top #books .book .txt {
    width: 100%;
    float: none;
}
#top #profile .txt {
    width: 100%;
    float: none;
    padding-top: 50px;
}
#top #profile .img {
    width: 100%;
    float: none;
    padding-top: 30px;
}
#top #profile .img .ph {
    text-align: center;
}
#top #profile .img .ph img {
    width: 50%;
}
#top #profile .links {
    max-width: 440px;
    margin: 0 auto;
}
}

/* for sp ---*/
@media (max-width: 600px) {
#top #mainarea .main_blc .link {
    bottom: 15px;
    font-size: 80%;
}
#top #mainarea .main_blc .link .inner {
    padding-right: 10px;
}
#top #mainarea .main_blc .link .inner:after {
    right: 0;
}
#top #mainarea .main_blc .link .inner .eng {
	display:none;
}
#top #lead p {
    text-align: left;
}
#top #news .innerblock dl {
    padding: 75px 30px 60px 30px;
}
#top #news .innerblock dt {
    width: 100%;
    float: none;
    margin-right:0;
	border:none;
}
#top #news .innerblock dd {
    width: 100%;
    float: none;
}
#top #books .book {
    width: 100%;
    display: block;
    box-sizing: border-box;
	clear: both;
}
#top #books .book .img {
    width: 34%;
    float: left;
}
#top #books .book .img img {
	width: 100%;
}
#top #books .book .txt {
    width: 62%;
    float: right;
	padding-bottom: 20px;
}
#top #recommendation .innerblock a p {
    padding: 0 5%;
}
#top #profile .txt p br {
    display: inline;
}
}

/* for sp ---*/
@media (max-width: 400px) {
#top #profile .links .link01 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
}
#top #profile .links .link02 {
    display: block;
}
#top #profile .links .link02 a {
    display: inline-block;
    max-width: 70px;
}
}

/* ---- works ------ */

#works #worksmenu{
	text-align:center;
	padding-top: 50px;
	margin-bottom: 20px;
    
}
#works #worksmenu ul{
    margin: auto;
    padding: 0;
    list-style: none;
}
#works #worksmenu li{
	background: url(../../work/images/line.svg) no-repeat bottom;
    display: inline-block;
    float: left;
    width: 23%;
	margin: 0 0.7%;
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
	font-size: 107%;
}
#works #worksmenu li a{
	display: block;
    padding: 10px 0 15px;
}

#works .work_blc h2{
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
	text-align: center;
    font-size: 186%;
    font-weight: normal;
	padding-top: 40px;
}
#works .work_blc h2 .mini{
    font-size: 57%;
	display:block;
	line-height: 0.5em;
}
#works .work_blc .leadtxt{
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
	padding:55px 125px 65px;
    font-size: 107%;
}
#works #work01{
	background: #f6f5f2 url(../../work/images/bg01.png) no-repeat top;
	background-size: 100% auto;
}
#works #work02{
	background: url(../../work/images/bg02.png) no-repeat top;
	background-size: 100% auto;
}
#works #work03{
	background: #f6f5f2 url(../../work/images/bg03.png) no-repeat top;
	background-size: 100% auto;
}
#works #work04{
	background: url(../../work/images/bg04.png) no-repeat top;
	background-size: 100% auto;
}
#works #work01 .innerblock{
	padding: 120px 0 30px;
}
#works #work02 .innerblock{
	padding: 70px 0 0;
}
#works #work03 .innerblock{
	padding: 125px 0 20px;
}
#works #work04 .innerblock{
	padding: 60px 0 30px;
}
#works #work01 h2{
	background: url(../../work/images/work01.png) no-repeat top;
	background-size:123px auto;
}
#works #work02 h2{
	background: url(../../work/images/work02.png) no-repeat top;
	background-size:123px auto;
}
#works #work03 h2,#works #work04 h2{
	background: url(../../work/images/work03.png) no-repeat top;
	background-size:123px auto;
}
#works .work_blc .left{
	float:left;
}
#works .work_blc .right{
	float:right;
}
#works .work_blc .img{
	width: 48%;
}
#works .work_blc .img img{
	width: 100%;
}
#works .work_blc .img .linkbtn{
	margin-top:30px;
}
#works .work_blc .img .linkbtn a{
    padding: 6px 135px 6px 13px;
	line-height: 1.3;
}
#works .work_blc .img .linkbtn a .eng{
	font-size:80%;
	display:block;
}

#works .work_blc .txt{
	width: 48%;
}
#works .work_blc .txt dt{
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
    font-size: 93%;
    display: inline-block;
    border: 1px solid #999999;
    padding: 0 9px;
    color: #1a1a1a;
}
#works .work_blc .txt dt.pickup{
	background: #3d464e;
    color: #fff;
    border: 1px solid #3d464d;
}
#works .work_blc .txt dd{
    padding: 5px 0 15px;
}
#works .work_blc .txt dd li{
    margin-left: 2em;
    line-height: 1.5em;
    padding-top: 0.5em;
}

#works #client{
	background: #f6f5f2;
	padding:40px 0;
}
#works #client h2{
	font-size: 93%;
	float:left;
	width: 10%;
	line-height: 3em;
}
#works #client p{
	float:right;
	width: 86%;
	line-height: 3em;
}
@media (max-width: 767px) {
#works #worksmenu ul {
    display: table;
}
#works #worksmenu li {
    width: 47%;
}
}
@media (max-width: 600px) {
#works .work_blc .leadtxt {
    padding: 35px 5% 45px;
}
#works .work_blc .img {
    width: 100%;
	margin-bottom:20px;
}
#works .work_blc .txt {
    width: 100%;
}
#works .work_blc .txt dd br {
	display:block;
}
#works #client h2 {
    float: none;
    width: 100%;
}
#works #client p {
    float: none;
    width: 100%;
    line-height: 2em;
}
}


/* ---- appraise ------ */

#appraise #appraise_lead .innerblock{
	background: url(../../appraise/images/mainimg.jpg) no-repeat top left;
	padding:235px 0 0 440px;
	box-sizing:border-box;
	margin-top: 70px;
}
#appraise #appraise_lead .txt{
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
    background: #fff;
    padding: 20px 0 0 25px;
	font-size: 107%;
}
#appraise #appraise_lead .txt p{
	margin-bottom:1.5em;
}

#appraise #flow{
	padding:140px 0 0 0;
}
#appraise #flow .innerblock{
	max-width:100%;
	width: 100%;
}
#appraise #flow h2{
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
	text-align:center;
	font-weight:normal;
}
#appraise #flow h2 span{
	border-bottom: dashed 2px #4d4d4d;
	padding: 0 0 8px 0;
}

#appraise #flow .flow_blc01 {
  background: #d0e2e7 url(../../appraise/images/bg01.png) no-repeat top;
  background-size:100% auto;
  margin-top:20px;
}
#appraise #flow .flow_blc02 {
  background: #f5f4f1 url(../../appraise/images/bg02.png) no-repeat top;
  background-size:100% auto;
}
#appraise #flow .flow_blc03 {
  background: #d0e2e7 url(../../appraise/images/bg03.png) no-repeat top;
  background-size:100% auto;
}
#appraise #flow .flow_blc04 {
  background: #f5f4f1 url(../../appraise/images/bg04.png) no-repeat top;
  background-size:100% auto;
  padding: 20px 0 40px 0;
}
#appraise #flow .flow_blc .inner {
  max-width: 1000px;
  margin:0 auto;
  padding: 90px 0 0;
  width: 96%;
}
#appraise #flow .flow_blc .inner .txt {
    width: 52%;
}
#appraise #flow .flow_blc .inner .img {
	width: 43%;
}
#appraise #flow .flow_blc .inner .img img {
	width: 100%;
}
#appraise #flow .flow_blc .inner .left {
	float:left;
}
#appraise #flow .flow_blc .inner .right {
	float:right;
}

#appraise #flow .flow_blc01 .inner .txt {
  background: url(../../appraise/images/step01.png) no-repeat top center;
  background-size:83px auto;
  padding:75px 0 0 0;
  margin-top:7%;
}
#appraise #flow .flow_blc02 .inner .txt {
  background: url(../../appraise/images/step02.png) no-repeat top center;
  background-size:83px auto;
  padding:75px 0 0 0;
  margin-top:1%;
}
#appraise #flow .flow_blc03 .inner .txt {
  background: url(../../appraise/images/step03.png) no-repeat top center;
  background-size:83px auto;
  padding:75px 0 0 0;
  margin-top:6%;
}
#appraise #flow .flow_blc04 .price {
	float:left;
	width:30%;
}
#appraise #flow .flow_blc04 .mail {
	float:right;
	width:64%;
}
#appraise #flow .flow_blc04 h3 {
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
	font-weight:normal;
	border-bottom: dashed 2px #4d4d4d;
	padding: 0;
	margin-bottom:20px;
}
#appraise #flow .flow_blc04 .price dt{
	display: block;
	width: 25%;
	clear: left;
	float: left;
	margin-right: 1em;
}
#appraise #flow .flow_blc04 .price dd{
	display: block;
	/*width: 70%;*/
	float: left;
}
#appraise #flow .flow_blc04 .mail dt{
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
    display: block;
    font-size: 86%;
    border: 1px solid #666;
    width: 11%;
    padding: 0 2%;
    clear: left;
    float: left;
    margin-right: 1em;
	margin-bottom: 1em;
	text-align: center;
}
#appraise #flow .flow_blc04 .mail dd{
	display: block;
	width: 82%;
	float: left;
	margin-bottom: 1em;
}
#appraise #flow .flow_blc04 .mail dd .link{
	padding:5px 0 0 0;
}
#appraise #flow .flow_blc04 .mail dd .link a{
	border-bottom:1px solid #666;
	padding:7px 30px 7px 0;
	font-weight:bold;
	position:relative;
}
#appraise #flow .flow_blc04 .mail dd .link a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-right: 1px solid #8c847d;
    border-bottom: 1px solid #8c847d;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#appraise #recommendation .innerblock{
	border:2px solid #333333;
	margin:200px auto 0;
	position: relative;
}
#appraise #recommendation h2{
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
    font-size: 143%;
	font-weight:normal;
	position: absolute;
	text-align: center;
	width: 100%;
    top: -56px;
}
#appraise #recommendation h2 span{
    background: #fff url(../../images/icon_comment.svg) no-repeat top center;
    background-size: 31px auto;
    padding: 36px 20px 0;
    display: inline-block;
}
#appraise #recommendation .commentlist{
	text-align:center;
	padding: 40px 20px;
}
#appraise #recommendation .commentlist li{
    background: url(../../appraise/images/fukidashi.png) no-repeat;
    background-size: 100% 100%; 
	display: inline-block;
    width: 30%;
    margin: 1%;
	text-align:left;
	vertical-align:top;
}
#appraise #recommendation .commentlist li a{
	display: block;
    padding: 30px;
	height: 7em;
	position:relative;
}
#appraise #recommendation .commentlist li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    margin: auto;
    width: 7px;
    height: 7px;
    border-right: 2px solid #3d464f;
    border-bottom: 2px solid #3d464f;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#appraise #recommendation .commentlist li a .tit{
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
    font-weight: normal;
	font-size: 87%;
}
#appraise #recommendation .commentlist li a .name{
	font-size: 114%;
	margin-bottom: 0.5em;
	line-height: 1.3em;
}
#appraise #recommendation .commentlist li a .name .mini {
    display: block;
    line-height: 1.3em;
    margin-bottom: 0.3em;
}
#appraise .recommendation_comment{
	padding: 50px;
}
#appraise .recommendation_comment .txt p{
    padding: 20px;
	font-size: 93%;
}
#appraise .recommendation_comment .txt p img{
    float: right;
    width: 170px;
    margin-left: 40px;
    margin-bottom: 30px;
}
#appraise .recommendation_comment .txt p strong{
	font-size: 123%;
	display:block;
	margin-bottom:1em;
}
#appraise .recommendation_comment .txt ol {
    padding: 20px;
    font-size: 93%;
}
#appraise .recommendation_comment .txt ol li {
    margin-left: 2em;
}
#appraise .recommendation_comment .name p{
    padding: 20px;
	font-size: 110%;
    text-align: right;
}

#appraise #faq{
	padding:140px 0 0 0;
}
#appraise #faq h2{
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
	text-align:center;
	font-weight:normal;
}
#appraise #faq h2 span{
	border-bottom: dashed 2px #4d4d4d;
	padding: 0 0 8px 0;
}
#appraise #faq .qa{
	padding: 50px 70px 0;
}
#appraise #faq .qa .q{
	font-weight: bold;
    font-size: 108%;
}
#appraise #faq .qa .a{
	margin: 10px 0 0 40px;
	padding: 20px 35px;
	position: relative;
}
#appraise #faq .qa .a:before{
	content: "";
	background: url(../../appraise/images/qa_l.png) no-repeat;
    background-size: 10px 100%;
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#appraise #faq .qa .a:after{
	content: "";
	background: url(../../appraise/images/qa_r.png) no-repeat;
    background-size: 10px 100%;
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

#appraise #form{
	background: #f5f4f1;
	margin: 140px 0 0;
	padding: 80px 0;
}
#appraise #form .innerblock{
	text-align:center;
}
#appraise #form h2{
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
	text-align:center;
	font-weight:normal;
	margin-bottom: 50px;
}
#form table{
	width: 100%;
}
#form table th{
	width: 25%;
	text-align: right;
	vertical-align: top;
	padding: 24px 20px 0 0;
}
#form table td{
	width: 75%;
	vertical-align: top;
	padding: 14px 0;
	text-align:left;
}
#form .confirm table{
	border-bottom: 1px solid #d6d5d1;
	margin-bottom: 2em;
}
#form .confirm table th{
	border-top: 1px solid #d6d5d1;
}
#form .confirm table td{
	border-top: 1px solid #d6d5d1;
}
#form .confirm form {
    display: inline-block;
    width: 40%;
}
#form table td .mini{
	text-align: right;
	display: block;
	font-size: 80%;
}
#form table .required{
    background: #cb5a5a;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    padding: 4px 5px;
    margin-left: 10px;
}
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 10px;
}
#form input[type="text"]{
	width: 100%;
	border: none;
	background: #fff;
	padding: 12px;
	box-sizing: border-box;
}
#form textarea{
	width: 100%;
	border: none;
	background: #fff;
	padding: 12px;
    height: 20em;
	box-sizing: border-box;
}

#form input[type="radio"]:checked,
#form input[type="radio"]:not(:checked) {
  display: none;
}
#form input[type="radio"]:checked + label,
#form input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 24px;
  display: inline-block;
  margin-top: 11px;
}
#form input[type="radio"]:checked + label:before,
#form input[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
    width: 17px;
    height: 17px;
    border: 3px solid #474747;
    border-radius: 100%;
}
#form input[type="radio"]:checked + label:after,
#form input[type="radio"]:not(:checked) + label:after {
  content: '';
    width: 9px;
    height: 9px;
    background: #474747;
    position: absolute;
    top: 7px;
    left: 7px;
    border-radius: 100%;
}
#form input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
#form input[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	background: #fff url("../images/select.png") no-repeat;
	background-size: 10px 18px;
	background-position: right 10px center;
	width: 210px;
	border: none;
	padding: 10px;
}
#form .error{
	line-height:1.5em;
}
#form .error em{
	color: #cb5959;
    font-size: 80%;
}
#form input[type="checkbox"] {
  display: none;
}
#form input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 32px;
  cursor: pointer;
  margin-bottom: 7px;
  margin-top: 7px;
}
#form input[type="checkbox"] + label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: #fff;
}
#form input[type="checkbox"]:checked + label::after {
  position: absolute;
  content: '';
  top: 8px;
  left: 3px;
  width: 15px;
  height: 7px;
  border-left: 4px solid #474747;
  border-bottom: 4px solid #474747;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#form input.time{
	width: 24%;
}
#form input.tel{
	width: 24%;
}
#form #submit,
#form #back_input{
	border: 1px solid #989898;
    background: none;
    text-align: center;
    margin: 60px auto 0;
    font-size: 114%;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
	width: 90%;
	max-width: 400px;
}
#form #submit:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-right: 1px solid #8c847d;
    border-bottom: 1px solid #8c847d;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#form #back_input:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-right: 1px solid #8c847d;
    border-bottom: 1px solid #8c847d;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#form #submit input,
#form #back_input input{
	border: none;
    background: none;
    padding: 15px 0;
	width: 100%;
    margin: 0;
}
#form .mailcontact {
    margin: 80px 0 0 0;
    background: #fff;
    padding: 40px 0;
}
#form .mailcontact h3 {
    margin: 0 0 2em 0;
}
#form .mailcontact a {
	text-decoration:underline;
}

@media (max-width: 1000px) {
#appraise #appraise_lead .innerblock {
    padding: 235px 0 0 20%;
}
}

@media (max-width: 600px) {
#appraise #flow .flow_blc .inner {
    padding: 30px 0 30px;
}
#appraise #flow .flow_blc .inner .txt {
    width: 100%;
	margin-bottom:20px;
}
#appraise #flow .flow_blc .inner .img {
    width: 100%;
}
#appraise #flow .flow_blc .inner .left {
    float: none;
}
#appraise #flow .flow_blc .inner .right {
    float: none;
}
#appraise #flow .flow_blc04 .price {
    float: none;
    width: 100%;
}
#appraise #flow .flow_blc04 .mail {
    float: none;
    width: 100%;
    clear: both;
	padding-top: 40px;
}
#appraise #flow .flow_blc04 .price dd br {
    display: block;
}
#appraise #flow .flow_blc04 .mail dt {
    width: 28%;
}
#appraise #recommendation .commentlist li {
    /*width: 47%;*/
    width: 86%;
}
#appraise #recommendation .commentlist li a {
    height: auto;
    padding: 20px 30px;
}
#appraise #faq .qa {
    padding: 50px 20px 0;
}
#form table th {
    width: 100%;
    display: block;
    text-align: left;
    padding: 14px 0 0px 0;
}
#form table td {
    width: 100%;
    display: block;
    padding: 14px 0 30px;
}
#form .confirm table td {
    border-top: none;
}
#form .confirm form {
    width: 100%;
}
#form #submit, #form #back_input {
    margin: 30px auto 0;
}
}


/* ---- contact ------ */

#contact #contact_lead{
	padding: 70px 0 0;
	text-align: right;
}
#contact #contact_lead p{
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
}
#contact #contact_lead .link{
	position: relative;
    display: inline-block;
    padding: 10px 30px 5px 0;
    border-bottom: 1px solid #333;
    margin-top: 35px;
}
#contact #contact_lead .link:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-right: 1px solid #8c847d;
    border-bottom: 1px solid #8c847d;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#contact #form{
	background: #f5f4f1;
	margin: 40px 0 0;
	padding: 80px 0;
}
#contact #form .innerblock{
	text-align:center;
}
#contact #form h2{
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
	text-align:center;
	font-weight:normal;
	margin-bottom: 50px;
}


/* ---- news ------ */

#news #news_main .innerblock {
    margin-top: 70px;
}
#news #mainarea .news_title{
	text-align: center;
    font-size: 93%;
    font-weight: normal;
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
	padding: 60px 0 0;
}
#news #mainarea .news_title a {
    display: block;
}
#news #mainarea .news_title h1{
    font-size: 100%;
	padding: 0;
	margin:0;
}
#news #mainarea .news_title .eng{
	font-size: 200%;
    display: block;
    font-weight: normal;
    letter-spacing: 0.2em;
    line-height: 1.3em;
}

#news #mainarea .blc_kiji h1{
	text-align: left;
    font-size: 100%;
    font-weight: normal;
}

#news #sidebar{
	width: 20%;
	float: left;
}
#news #news_side .widget{
    margin: 0 0 25px 0;
}
#news #news_side p{
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 5px;
    font-size: 71%;
}
#news #news_side .widget_archive label{
    display:none;
}
#news #news_side select{
	background-color: #f6f6f6;
	width: 100%;
}
#news #news_side ul{
	border-top: dashed 1px #bebebe;
}
#news #news_side li{
	list-style: none;
	border-bottom: dashed 1px #bebebe;
}
#news #news_side li a{
	padding: 1em;
	display: block;
	position: relative;
}
#news #news_side li a:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-right: 1px solid #8c847d;
    border-bottom: 1px solid #8c847d;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#news #news_side .linkblog{
	border: 1px solid #666;
	padding: 10px;
}
#news #news_side .linkblog a{
	position: relative;
	display: block;
}
#news #news_side .linkblog a:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-right: 1px solid #8c847d;
    border-bottom: 1px solid #8c847d;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#news #news_contents{
	width: 72%;
	float: right;
}
#news #news_contents .blc_index,
#news #news_contents .blc_kiji{
	padding: 0 0 100px 0;
}
#news #news_contents .blc_index h2,
#news #news_contents .blc_kiji h1{
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
	padding: 1em 0;
	font-size: 1.5em;
	font-weight: normal;
	
}
#news #news_contents .blc_index .text a {
    display: block;
}
#news #news_contents .date{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
#news #news_contents .category{
	font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
    border: 1px solid #666;
    padding: 3px 6px;
    font-size: 88%;
}
#news #news_contents .blc_kiji p {
    margin-bottom: 1em;
}
#news #news_contents .blc_kiji p a,
#news #news_contents .blc_kiji li a,
#news #news_contents .blc_kiji dt a,
#news #news_contents .blc_kiji dd a,
#news #news_contents .blc_kiji h2 a,
#news #news_contents .blc_kiji h3 a,
#news #news_contents .blc_kiji h4 a,
#news #news_contents .blc_kiji h5 a {
    text-decoration: underline;
    color: #5a9bad;
}
#news #news_contents .pagination .page-numbers {
    text-align: center;
}
#news #news_contents .pagination li {
    list-style: none;
    display: inline-block;
    margin: 0 0.7em;
    font-size: 93%;
	font-family: 'Montserrat', sans-serif;
}
#news #news_contents .pagination li .page-numbers {
    padding: 5px 9px;
}
#news #news_contents .pagination li .current {
    color: #fff;
    background: #3d464f;
}
#news #news_contents .pagination li .next,
#news #news_contents .pagination li .prev {
    border: 1px solid #999999;
}

@media (max-width: 600px) {
#news #news_contents {
    width: 100%;
    float: none;
	margin-bottom: 60px;
}
#news #sidebar {
    width: 100%;
    float: none;
}
#news #news_contents .blc_index, #news #news_contents .blc_kiji {
    padding-bottom: 50px;
}
}
