@charset "UTF-8";
/* studio Den-Katsu, 15, feb, 2019.*/

#MainCont.page .wrap {
  width: 950px;
  margin: 0 auto;
}

#MainCont.page .breadcrumb {
  border-top: 2px solid #bcbcbc;
}
.kokuyo-st-container .pagetop {
  max-width: 950px;
}
#MainCont.page .ftiImage {
	width: 100%;
}
a.anchor {
  
}
@media screen and (max-width: 750px) {
body {
  min-width: inherit;
}
#MainCont.page .wrap {
  width: auto;
  padding: 0 15px;
}
.kokuyo-st-container .pagetop {
  width: 100%;
}
a.anchor {
}
}
#MainCont.page a:hover {
  opacity: .7;
	-webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#MainCont.page .boxShadow01 {
  -webkit-box-shadow: 3px 3px 3px 0px #BDBDBD;
  box-shadow: 3px 3px 3px 0px #BDBDBD;
}
/*  キービジュアル
-----------------------------------------*/
#MainCont.page .kv {
  background-image: url(../img/denTopImg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 520px;
  margin-bottom: 0px;
  text-align: center;
}
#MainCont.page .kv .kv_title {
  max-width: 525px;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
#MainCont.page .kv .kv_title img {
}

@media screen and (max-width: 750px) {
#MainCont.page .kv {
  background-image: none;
	width: 100%;
	height: auto;
}
#MainCont.page .kv .kv_title {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
#MainCont.page .kv .kv_title img {
	width: 100%;
}
}
/*  コンテンツブロック
-----------------------------------------*/
.bgc01 {
  background-color: #fcfbf4;  
}
#MainCont.page .border01 {
  background-color: #ffffff;
  border: 2px solid #CCCCCC;
}
#MainCont.page .round01 {
  border-radius: 15px;	
}
#MainCont.page .boxShadow01 {
  -webkit-box-shadow:  3px 3px 3px rgba(0,0,0,0.4);
  box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}
#MainCont.page .boxShadow02 {
  -webkit-box-shadow:  2px 2px 2px rgba(0,0,0,0.4);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
#MainCont.page .contentsBlock01 {
	margin: 0;
	padding: 55px 0;
}
#MainCont.page .itemHorizon01 {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#MainCont.page .itemHorizon02 {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#MainCont.page .itemHorizon03 {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#MainCont.page .link_btn_01 {
	width: 445px;
	margin: 0;
	padding: 0;
}
#MainCont.page .linBtnBox01 {
	margin: 0 0 55px 0;
}
#MainCont.page .topLinkBox01 {
  max-width: 950px;
  margin: 0;
  padding: 20px;
  background-color: #FFFFFF;
}
#MainCont.page .topLinkSubBox01 {
	margin-top: 15px;
	width: 445px;
}
#MainCont.page .topLinkWrap01 {
	width: 215px;
}
@media screen and (max-width: 750px) {
#MainCont.page .contentsBlock01 {
}
#MainCont.page .itemHorizon01 {
	display: block;
	text-align: center;
	padding: 0 15px;
}
#MainCont.page .itemHorizon02 {
	display: block;
	text-align: center;
}
#MainCont.page .itemHorizon03 {
}
#MainCont.page .linBtnBox01 {
	margin: 0 0 15px 0;
}
#MainCont.page .link_btn_01 {
	width: 100%;
	margin: 0 0 40px 0;
	padding: 0;
}
#MainCont.page .topLinkBox01 {
  max-width: 750px;
}
#MainCont.page .topLinkSubBox01 {
	margin-top: 20px;
	width: 100%;
}
#MainCont.page .topLinkWrap01 {
	width: 50%;
}
#MainCont.page .topLinkWrap01:first-child {
	margin-right: 20px;
}
}
/*  ボタン
-----------------------------------------*/
#MainCont.page .s07 {
  padding: 55px 0;
  margin-bottom: 0px;
}
#MainCont.page .s_type01 {
  background: #ffffff;
  border: 2px solid #ff6e00;
  border-left: none;
  border-right: none;
}
#MainCont.page .s_type02 {
  background: #fcfbf3;
  border: 2px solid #ff6e00;
  border-left: none;
  border-right: none;
}
#MainCont.page .s07 .btnBox02 .leadTxt {
  margin-bottom: 40px;
  font-size: 20px;
}
#MainCont.page .s07 .btnBox02 .btn02 a {
  width: 380px;
  height: 98px;
  box-sizing: border-box;
  display: block;
  border: 2px solid #333333;
  background: #fff;
  box-shadow: 2px 2px 0 0 #333333;
  text-decoration: none;
  color: #333333;
  text-align: center;
  position: relative;
  font-size: 16px;
  margin: 0 auto 50px;
}
#MainCont.page .s07 .btnBox02 .btn02 a:hover {
  opacity: .7;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#MainCont.page .s07 .btnBox02 .btn02 a .btnInner {
  border-right: 28px solid #fe6e00;
  padding: 12px;
  height: 98px;
  height: 94px;
  box-sizing: border-box;
}
#MainCont.page .s07 .btnBox02 .btn02 a .btnInner .img {
  display: inline-block;
  margin-top: 7px;
}
#MainCont.page .s07 .btnBox02 .btn02 a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  margin: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transform: rotate(45deg);
}
#MainCont.page .s07 .btnBox02 .btn02 a:before {
  content: "";
  width: 0;
  height: 0;
  border-width: 8px;
  border-color: #333333 transparent transparent #333333;
  border-style: solid;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#MainCont .top_item_logo {
  margin: 0;
}

@media screen and (max-width: 750px) {
#MainCont.page .s07 {
  padding: 35px 0 0;
  margin-bottom: 0px;
}
#MainCont.page .s07 .btnBox02 .leadTxt {
  margin-bottom: 20px;
  font-size: 18px;
}
#MainCont.page .s07 .btnBox02 .btn02 a {
  width: 90%;
  height: auto;
  border: 2px solid #333333;
  font-size: 13px;
  margin: 0 auto 25px;
}
#MainCont.page .s07 .btnBox02 .btn02 a .btnInner {
  border-right: 20px solid #fe6e00;
  padding: 11px 9px;
  height: auto;
  box-sizing: border-box;
}
#MainCont.page .s07 .btnBox02 .btn02 a .btnInner .img img {
  width: 190px;
  height: auto;
}
}