@charset "UTF-8";
/*-------------------------------------------
Component Parts
-------------------------------------------*/
/*-------------------------------------------
セクション余白、背景色など
-------------------------------------------*/
.clearText {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.contactBlock {
    text-align: center;
    margin-bottom: 20px;
}
.contactBlock a:hover{
    opacity: 0.5;
}

.md_sectionBlock_01{
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.md_sectionBlock_01.md_sectionLeadWrap{
  padding: 0;
}

.md_sectionBlock_01+.md_sectionBlock_01{
  padding-top: 0px;
}

.md_sectionBlock_02{
    padding: 60px 0;
}


.md_sectionBlock_03{
    padding-top: 60px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    margin-top: -80px;
    margin-bottom: 80px;
}

.md_sectionBlock_04{
	margin-top: -60px;
    margin-bottom: 60px;
}

.md_sectionBlock_04.md_sectionLeadWrap{
  padding: 0;
}

.md_sectionBlock_04+.md_sectionBlock_04{
  padding-top: 0px;
}

.md_sectionBlock_05{
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.md_sectionBlock_06{
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.zk_sectionBlock_01{
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.zk_sectionBlock_01.md_sectionLeadWrap{
  padding: 0;
}

.zk_sectionBlock_01+.md_sectionBlock_01{
  padding-top: 0px;
}

.zk_sectionBlock_02{
    padding: 60px 0;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.zk_sectionBlock_02.md_sectionLeadWrap{
  padding: 0;
}

.zk_sectionBlock_02+.md_sectionBlock_02{
  padding-top: 0px;
}

/*-- md_sectionBg ------*/

.md_sectionBg_00{
  background-color: #604c3f!important;
}

.md_sectionBg_01{
  background-color: #f2f2f2!important;
}

.md_sectionBg_02{
    background-color: #D5D5D5!important;
}

.md_sectionBg_03{
  background-color: #ffffff!important;
}


.Bg_alfa01{
    background-color: rgba(224,224,224,0.70)!important
}

[class*="md_section"].md_sectionBorder{
  padding-top: 60px;
  border-top: solid 1px #dcdcdc;
}

[class*="md_section"].md_sectionBorder02{
  padding-top: 20px;
  border-top: solid 1px #dcdcdc;
}

[class*="md_section"].md_sectionBorder03{
  padding-top: 5px;
  border-top: solid 1px #dcdcdc;
}
[class*="md_section"].md_sectionBorder85{
    padding-top: 5px;
    border-top: solid 1px #dcdcdc;
    margin-top: 85px;
}
.md_sectionBlockInner{
    width: 1080px;
    margin: 0 auto;
}

.md_sectionBlockNarrowInner_01{
  width: 1000px;
  margin: 0 auto;
}

.md_sectionBlockNarrowInner_02{
  width: 800px;
  margin: 0 auto;
}

*+.md_contentsBlock_01{
	margin-top: 119px;
}

*+.md_contentsBlock_02{
  margin-top: 80px;
}

.md_contentsBlock_04{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;    
}

.md_contentsBox_01{
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    border-radius: 20px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.ImageBlock00{
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.sp_device .ImageBlock00{
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: block;
}


.ImageBlock{
    padding-right: 20px;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.sp_device .ImageBlock{
    padding-right: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: block;
}

.gText {
}

.ttlh3 {
margin-bottom: 20px;
}

.h3Small {
    display: block;
    text-align: center;
    font-size: 1.5rem;
}
.sp_device .ttlh3 {
text-align: center;
}
.imageLeft {
float: left;
margin-right: 10px;
width: 250px;
}
.sp_device .imageLeft {
float: none;
width: 70%;
display: block;
margin-right: auto;
margin-left: auto;
padding-bottom: 20px;
margin-top: 20px;
}

/*.contetsTtl01 {
display: inline-block;
font-size: 2.2rem;
font-weight: bold;
border-bottom: 4px solid #F8DD02;
}*/

.contetsTtl01 {
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    color: #604C3F;
    width: 100%;
    text-align: center;
    margin-top: 100px;
}
.contetsTtl01:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e74340;
  border-radius: 2px;
}
.sp_device .contetsTtl01 {
    margin-top: 50px;
}

.contetsTtl02 {
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-left: 15px;
    padding-bottom: 10px;
}


.whiteBlock {
    display: inline-block;
    padding-top: 16px;
    padding-bottom: 43px;
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 50px;
    padding-left: 50px;
    min-height: 250px;
    margin-bottom: 60px;
    border-radius: 10px;
}
.sp_device .whiteBlock {
    margin-top: 20px;
    padding-top: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    margin-bottom: 20px;
    min-height: 190px;
    width: 70%;
}
.noKvimgBlock {
}
.sp_device .noKvimgBlock {
    margin-top: 95px;
}
.denchuBlockStyle01 .Picimg {
    border-radius: 10px;
    margin-bottom: 15px;
}
.sp_device .recommendBlock .PU_OsusumeBlock img {
    width: 90%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.sp_taC  {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

.sp_taL {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.headIco {
    width: 50px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}
.ls01 {
    letter-spacing: 10px;
}
.sp_device *+ .md_contentsTtl_06 {
    margin-top: 30px;
}
.newicon {
    background-repeat: no-repeat;
    position: absolute;
    z-index: 3;
    width: 50px;
    border-radius: 0px!important;
    height: auto;
    left: 10px;
    top: 10px;
}

.sp_device .newicon {
    left: 7%;
    width: 60px;
}
.newicon img {
    width: 100%;
}
.PU_OsusumeBlock {
    position: relative;
}
.recommendAddress {
    font-size: 2rem;
    padding-top: 20px;
}
.spNavListWrap2 {
    width: 100%;
}
.spNavList2  {
    font-size: 1.5rem;
    font-weight: bold;
    width: 100%;
    display: block;
    text-indent: 15px;
    background-image: url(../images/arrowstyle02@2x.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 20px auto;
}


.spNavList2 a {
    width: 100%!important;
    display: block;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    border-top: 1px solid #604c3f;
}
.sp_device .md_columAddGutterSmall {
    width: 99%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.sp_device .btnBlock01 {
    width: 90%!important;
}
.md_sectionBlockInner .md_accoCnt.jsAccoCnt p {
    padding-top: 20px;
}

/*tablet
---------------------------*/
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .md_sectionBlockInner{
    
  }
}

/*sp
---------------------------*/

/*-- sectionBlock ----------------*/
.sp_device .md_sectionBlock_01{
    padding: 15px 0;
    margin-top: 0px;
    margin-bottom: 0px;
}

.sp_device .md_sectionBlock_01.md_sectionLeadWrap{
  padding: 0;
}

.sp_device .md_sectionBlock_01+.md_sectionBlock_01{
  padding-top: 0px;
}

.sp_device .md_sectionBlock_02{
    padding: 30px 0;
    margin-top: -50px;
}

.sp_device .md_sectionBlock_03{
    padding: 30px 0;
    margin-top: 0px;
}

.sp_device .md_sectionBlock_05{
    margin-top: 80px;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    overflow: hidden;
    zoom: 1;
}

.sp_device .md_sectionBlock_05 p {
    overflow: hidden;
    zoom: 1;
}

.sp_device .md_sectionBlock_05 Img {
    float: left;
    margin-top: 0;
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 5px;
}

.sp_device .md_sectionBlock_06{
    margin-top: 10px;
    margin-bottom: 0px;
    zoom: 1;
}

.sp_device .md_sectionBlock_06 p {
    zoom: 1;
}

.sp_device .md_sectionBlock_06 Img {
    margin-top: 0;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    float: none;
    width: 90%;
}


.sp_device .zk_sectionBlock_01{
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.sp_device .zk_sectionBlock_02{
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

/*sectionBorder
------------------*/

.sp_device [class*="md_section"].md_sectionBorder{
  padding-top: 30px;
}

.sp_device [class*="md_section"].md_sectionBorder02{
  padding-top: 30px;
}

.sp_device [class*="md_section"].md_sectionBorder03{
  padding-top: 5px;
}
.sp_device [class*="md_section"].md_sectionBorder85{
    padding-top: 0px;
    border-top: solid 0px;
}

.sp_device .md_sectionBlockInner,
.sp_device .md_sectionBlockNarrowInner_01,
.sp_device .md_sectionBlockNarrowInner_02{
  width: 100%;
  padding: 0 15px;
}

.sp_device .md_sectionBlockInner,
.sp_device .md_sectionBlockInner .md_sectionBlockNarrowInner_02{
  padding: 0;
}

.sp_device .md_sectionBlockNarrowInner_01{
    padding: 0;
    margin-top: 50px;
    width: 90%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.sp_device *+.md_contentsBlock_01{
  margin-top: 30px;
}

.sp_device *+.md_contentsBlock_02{
  margin-top: 40px;
}

.sp_device *+.md_contentsBlock_03{
  margin-top: 25px;
}

.sp_device *+.md_contentsBlock_04{
  margin-top: 40px;
}

.sp_device .md_contentsBox_01{
    padding-top: 20px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 20px;
    width: 100%;
}

/*-------------------------------------------
topicPath（パンくず）
-------------------------------------------*/

.breadcrumb {
    margin-top: 80px;
    list-style: none;
    padding-left: 15px;
    padding-top: 5px;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  /*font-weight: bold;*/ /*太字*/
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #604c3f;/*色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

/*-------------------------------------------
kvBlock（下層ページH１及びキービジュアル）
-------------------------------------------*/
.md_kvBlock{
    width: 100%;
    height: 550px;
    z-index: 1;
    margin-top: -130px;
    background-color: #CCCCCC;
}

.md_kvBlock_2{
    width: 100%;
    z-index: 1;
    margin-top: -130px;
}

.md_kvBlock_3{
    width: 100%;
    z-index: 1;
    margin-top: 20px;
    margin-bottom: 45px;
}

.sp_device .kvTtlBlock,.sp_device .kvTtlBlock_2{
    margin-top: 56px;
    padding-left: 0px;
    padding-right: 0px;
}

.md_kvImg img{
  width: 100%;
}

.md_kvTxtBlock{
  position: relative;
  padding: 20px 15px;
  background:url(../images/bg_heading_01.gif) left top;
  color: #fff;
  min-height: 130px;
}

.md_kvTxtBlock:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left:0;
  right: 0;
  margin: 0 auto;
  width: 385px;
  height: 100%;
  background: url(../images/bg_heading_02.png) no-repeat center top;
  background-size: contain;
}

.md_kvTtl{
	line-height: 1;
	margin-bottom: 0px;
	font-size: 0;
}

.md_kvTtlIco{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-bottom: 8px;
}

.md_kvTtlIco>img{
  vertical-align: top;
}

.md_kvTtlIco2{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-bottom: 8px;
}

.md_kvTtlIco2>img{
  vertical-align: top;
}

.md_kvTtlTxt{
  font-size: 1.6rem;
  color: #003596;
  display: block;
  font-weight: bold;
}

.md_kvLead{
	font-size: 2.8rem;
	font-weight: bold;
	min-height: 84px;
}
.md_kvLead2{
	font-size: 2.8rem;
	font-weight: bold;
	min-height: 69px;
	margin-top: 15px;
}

.kvTtlBlock{
    padding-top: 56px;
    width: 1080px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.topKvT {
    padding-top: 230px;
}

.kvTtlBlock h2{
    font-size: 4.75rem;
    font-weight: bold;
    color: #604c3f;
    border-top-right-radius: 0px;
}

.kvTtlBlock h3{
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: -9px;
}

.sp_device .kvTtlBlock{
    padding-top: 169px;
    text-align: center;
    width: 100%;
}

.sp_device .kvTtlBlock h2{
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0px;
}

.sp_device .kvTtlBlock h3{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0px;
}

.md_kvBlock_2 .kvTtlBlock{
    padding-top: 174px;
}

.md_kvBlock_2 h3{
    font-size: 1.75rem;
    padding-bottom: 6px;
    color: #383838;
}
.md_ttl_para{
    margin-top: 12px;
    font-size: 1.75rem;
}

.sp_device .md_ttl_para{
    width: 90%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    text-align: left;
}

.sp_device .md_kvBlock,.sp_device .md_kvBlock_2 {
}



.sp_device .md_kvBlock .kvTtlBlock, .sp_device .md_kvBlock_2 .kvTtlBlock{
    padding-top: 151px;
}

.sp_device .md_kvBlock .kvTtlBlock h2,.sp_device .md_kvBlock_2 .kvTtlBlock h2{
    font-size: 2rem;
}

.sp_device .md_kvBlock .kvTtlBlock h3, .sp_device .md_kvBlock_2 .kvTtlBlock h3{
    font-size: 1.25rem;
}

.sp_device .md_kvBlock .kvTtlBlock p, .sp_device .md_kvBlock_2 .kvTtlBlock p{
    font-size: 1.25rem;
}



/*sp
---------------------------*/
.sp_device .md_kvTxtBlock{
  padding: 10px 15px;
  min-height: 72.5px;
}

.sp_device .md_kvTtl{
  margin-bottom: 5px;
}

.sp_device .md_kvTtlTxt{
  font-size: 1.2rem;
}

.sp_device .md_kvTtlIco{
  width: 15px;
  height: 15px;
  margin-bottom: 4px;
}
.sp_device .md_kvTtlIco2{
  width: 15px;
  height: 15px;
  margin-bottom: 4px;
}

.sp_device .md_kvTxtBlock:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right: 0;
  margin: 0 auto;
  width: 192px;
  background: url(../images/bg_heading_02.png) no-repeat center top;
  background-size: contain;
}

.sp_device .md_kvLead{
  font-size: 1.6rem;
  min-height: 48px;
}

.sp_device .md_kvBlock_3{
    width: auto;
    margin-top: 130px!important;
    display:flex;
    align-items: center;
    justify-content: center;
}


/*-------------------------------------------
kvBlockイメージ（下層ページH１及びキービジュアル）
-------------------------------------------*/
.kvImg_test{
    background-image: url(/common/images/2nd_keyimage@2x.png);
    background-position: center center;
    background-size: auto 100%;
}


.kvImg_billboards{
    background-image: url(../images/kv_bill.jpg);
    background-position: center center;
    background-size: auto 100%;
}

.kvImg_ad{
    background-image: url(../../ad_services/images/ktv2imgad.jpg);
    background-position: center center;
    background-size: auto 100%;
}

.kvImg_community{
    background-image: url(/communuty_services/images/ktv2img_community.jpg);
    background-position: center center;
    background-size: auto 100%;
}

.kvImg_denchu{
    background-image: url(../../denchu_koukoku/images/ktv2img.jpg);
    background-position: center center;
    background-size: auto 100%;
}

.kvImg_public{
    background-image: url(../../denchu_koukoku/images/ktv2imgpublic.jpg);
    background-position: center center;
    background-size: auto 100%;
}

.kvImg_collabo{
    background-image: url(../../denchu_koukoku/images/ktv2imgcollabo.jpg);
    background-position: center center;
    background-size: auto 100%;
}

/*-------------------------------------------
md_cautionBlock(重要なお知らせ)
-------------------------------------------*/
.md_cautionBlock{
  padding: 62px 0 36px 0;
  border-bottom: solid 1px #dcdcdc;
}

.md_cautionBlockInner{
  width: 827px;
  margin: 0 auto;
}

.md_cautionTtl{
  margin-bottom: 20px;
  color: #cc0000;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 1.5px;
}

.md_cautionTtl span{
  padding-left: 35px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: url(../images/ico_caution_01.png) no-repeat left center;
  background-size: 24px auto;
}

/*sp
---------------------------*/
.sp_device .md_cautionBlock{
  padding: 52px 8px 26px 8px;
  border-bottom: none;
}

.sp_device .md_cautionBlockInner{
  width: auto;
  margin: 0 auto;
}

.sp_device .md_cautionTtl{
  margin-bottom: 8px;
  font-size: 1.5rem;
}

.sp_device .md_cautionTtl span{
  padding-left: 18px;
  background-size: 15px auto;
}

/*-------------------------------------------
md_kvSliderWrap(キービジュアルスライダー)
-------------------------------------------*/

.md_pickUpSliderTtl{
    margin-bottom: 60px;
    position: relative;
}

.md_pickUpSliderTtl:before{
    content: "";
    width: 130px;
    background-image: url(/images/icon_osusume@3x.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    left: -120px;
    z-index: 2;
    top: -70px;
    height: 130px;
}

.sp_device .md_pickUpSliderTtl{
    margin-bottom: 144px;
}

.sp_device .md_pickUpSliderTtl:before{
    content: "";
    width: 100px;
    background-image: url(/images/icon_osusume@3x.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    z-index: 2;
    top: -79px;
    height: 100px;
    left: -28%;
}

.md_kvSliderWrap{
  position: relative;
}

.md_kvSliderArrowWrap{
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 80px;
  padding: 0%;
}

.md_kvSliderArrowPrev,.md_kvSliderArrowNext{
  position: absolute;
}

.md_kvSliderArrowPrev{
  z-index: 1;
  left: 24.9%;
  margin: 9.5% 0;
  margin-left: -46px;
}

.md_kvSliderArrowNext{
  z-index: 1;
  right: 24.9%;
  margin: 9.5% 0;
  margin-right: -46px;
}

.md_kvSlide img{
  width: 100%;
  opacity: 0.5;
}

.md_kvSlide.slick-center img{
  opacity:11;
}

.md_kvSliderWrap .slick-dots{
  display: block;
  position: absolute;
  bottom: -20px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
}

.md_kvSliderWrap .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}

.md_kvSliderWrap .slick-dots li button{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: solid 1px #fff;
  outline: none;
  background: #ccc;
}

.md_kvSliderWrap .slick-dots li.slick-active button{
  background: #0077db;
}

/*sp
---------------------------*/
.sp_device .md_kvSliderArrowWrap{
  height: 80px;
}

.sp_device .md_kvSliderArrowPrev,.sp_device .md_kvSliderArrowNext{
display: none !important;
}

.sp_device .md_kvSliderArrowPrev img,.sp_device .md_kvSliderArrowNext img{
  height: 100%;
}

.sp_device .md_kvSliderWrap .slick-dots li button{
  padding: 3px;
}


/*-------------------------------------------
md_pickUpSlider(ピックアップ部分スライダー)
-------------------------------------------*/
.md_pickUpSliderWrap{
    position: relative;
}

.md_pickUpSlideCnt{
  position: relative;
}

.md_pickUpSlideTxt{
  width: 100%;
  text-align: center;
  display: table;
  position: absolute;
  bottom: 0;
  left: 0;
}

.md_pickUpSlideTxt p{
  display: table-cell;
  vertical-align: middle;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  padding: 8px 5px;
}

.md_pickUpSlide:nth-child(odd) .md_pickUpSlideTxt p{
  background: rgba(27,141,236,0.7);
}

.md_pickUpSlide:nth-child(even) .md_pickUpSlideTxt p{
  background: rgba(0,93,198,0.7);
}

.md_pickUpSliderArrowWrap{
    position: relative;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    z-index: 2;
    opacity: 1;
}


.md_pickUpSliderArrowPrev,.md_pickUpSliderArrowNext{
    position: absolute;
    top: 70%;
}

.md_pickUpSliderArrowPrev{
    z-index: 1;
    left: 40px;
    /*margin: 9.5% 0;*/
    margin-left: -46px;
    opacity: 0.75;
}

.md_pickUpSliderArrowNext{
  z-index:1;
  right: 40px;
  /*margin: 9.5% 0;*/
  margin-right: -46px;
  opacity: 0.75;
}

/*sp
---------------------------*/
.sp_device .md_pickUpSliderWrap{
  margin-top: 110px;
}

.sp_device .md_pickUpSlideTxt{
  min-height: 32px;
}

.sp_device .md_pickUpSlideTxt p{
  font-size: 1.2em;
}
.sp_device .md_pickUpSliderArrowPrev{
  left: 10px;
  margin: 30% 0;
}

.sp_device .md_pickUpSliderArrowNext{
  right: 10px;
  margin: 30% 0;
}

.sp_device .md_pickUpSliderArrowPrev,.sp_device .md_pickUpSliderArrowNext{
    top: -106px;
}

/*-------------------------------------------
md_panel(カテゴリーリンク)
-------------------------------------------*/
.md_panel>*+*{
  margin-top: 20px;
}

.md_panelTtl{
  margin-bottom: 8px;
  font-size: 1.8rem;
  padding-left: 24px;
  background: url(../images/ico_arrow_01.png) no-repeat center left;
  background-size: 15px auto;
}

.md_panelTtl_01{
  margin-bottom: 8px;
  font-size: 1.8rem;
  background-size: 15px auto;
}

.md_panelTtl strong,
.md_panelTtl_01 strong{
  font-weight: bold;
}

.md_panelLead{
  font-size: 1.3rem;
}

.md_panelLinkListWrap{
  padding-top: 20px;
  border-top: dotted 1px #030000;
}

.md_panelLinkList{
  margin-bottom: -12px;
}

.md_panelLinkList>*{
  margin-bottom: 12px;
}

.md_panelLinkList a{
  padding-left: 13px;
  background: url(../images/ico_arrow_04.png) no-repeat center left;
  background-size: 7px 11px;
}

/*sp
---------------------------*/
.sp_device .md_panel>*+*{
  margin-top: 10px;
}

.sp_device .md_panelTtl,
.sp_device .md_panelTtl_01{
  margin-bottom: 8px;
  font-size: 1.4rem;
}

.sp_device .md_panelLead{
  font-size: 1.2rem;
}

/*-------------------------------------------
md_mediaBlock_01(詳細ページコンテンツ)
-------------------------------------------*/

.md_mediaBlock_01 .md_mediaImg img{
    border-radius: 20px;
}
.md_mediaBlock_01+.md_mediaBlock_01{
    margin-top: 40px;
}
.md_mediaBlock_01:before,.md_mediaBlock_01:after{
  content: " ";
  display: table;
}

.md_mediaBlock_01:after{
  clear: both;
}

.md_mediaBlock_01.md_ImgLeft>*{
  float: left;
}

.md_mediaBlock_01.md_ImgRight .md_mediaImg{
  float: right;
}

.md_mediaBlock_01 .md_mediaImg{
  width: 55%;
  text-align: center;
  display: table;
  table-layout: fixed;
}

.md_mediaBlock_01 .md_mediaTxt{
  max-width: 45%;
  display: table;
  table-layout: fixed;
}

.md_mediaBlock_01 .md_mediaImgInner,.md_mediaBlock_01 .md_mediaTxtInner{
  display: table-cell;
  vertical-align: middle;
}

.md_mediaBlock_01.md_ImgLeft .md_mediaTxt{
  padding-left: 30px;
}

.md_mediaBlock_01.md_ImgRight .md_mediaTxt{
  padding-right: 30px;
}

/*sp
---------------------------*/
.sp_device .md_mediaBlock_01+.md_mediaBlock_01{
  margin-top: 30px;
}

.sp_device .md_mediaBlock_01.md_ImgLeft>*,
.sp_device .md_mediaBlock_01.md_ImgRight>*{
  float: none;
}

.sp_device .md_mediaBlock_01 .md_mediaImg,
.sp_device .md_mediaBlock_01 .md_mediaTxt,
.sp_device .md_mediaBlock_01 .md_mediaTxtInner{
  display: block;
}

.sp_device .md_mediaBlock_01 .md_mediaImg{
  width: auto;
}

.sp_device .md_mediaBlock_01 .md_mediaImgInner{
  display: inline-block;
  width: 68%;
}

.sp_device .md_mediaBlock_01 .md_mediaTxt{
  max-width: none;
}

.sp_device .md_mediaBlock_01.md_ImgLeft .md_mediaTxt{
  padding-left: 0;
}

.sp_device .md_mediaBlock_01.md_ImgRight .md_mediaTxt{
  padding-right: 0;
}

.sp_device .md_mediaBlock_01 *+.md_mediaTxt{
  margin-top: 21px;
}
/*-------------------------------------------
md_contactSection(お問い合わせ)
-------------------------------------------*/
.md_contactBlock+.md_contactBlock{
  margin-top: 40px;
}
.md_contactSectionTtl{
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.md_contactSectionTtl.withBorder{
  border-bottom: solid 1px #666666;
  padding-bottom: 8px;
}

.md_contactPanel{
  border: solid 1px #cccccc;
  background: #fff;
}

.md_contactPanelTtl{
  display: table;
  width: 100%;
  background: #3abaaf;
  color: #fff;
  font-size: 1.6rem;
}

.md_contactPanelTtl>*{
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  text-align: center;
}

.md_contactPanelTtlIco{
  display: inline-block;
  position: relative;

}

.md_ttlWebIco{
  padding-left: 57px;
  background: url(../images/ico_contact_01.png) no-repeat left center;
}

.md_ttlTelIco{
  padding-left: 40px;
  line-height: 30px;
  background: url(../images/ico_contact_02.png) no-repeat left center;
}

.md_contactPanelTxtWrap{
  padding:20px 18px;
  text-align: center;
  min-height: 156px;
}

.md_contactPanelTxt{
  margin-bottom: 29px;
}

.md_contactPanelTelLink{
	text-align: center;
	background-color: #FFFFFF;
}

.md_contactPanelTelLink a{
  display: inline-block;
  pointer-events: none;
}

.md_contactPanelTelLink a span{
  font-size: 2.8rem;
  font-weight: bold;
  display: inline-block;
  cursor: default;
}

.md_contactPanelTelLink.md_telLinkIco a span{
  padding-left: 46px;
  background: url(../images/ico_contact_03.png) no-repeat left center;
  background-size: 38px auto;
}

.md_contactPanelTelLink.md_telLinkIco_01 a span{
  padding-left: 46px;
  background: url(../images/ico_contact_04.png) no-repeat left center;
  background-size: 38px auto;
}
.md_contactPanelTelLink.md_telLinkIco_01 a span{
  padding-left: 46px;
  background: url(../images/ico_contact_04.png) no-repeat left center;
  background-size: 38px auto;
}
.md_contactPanelTelLink a:hover{
  text-decoration: none;
}

/*sp
-------------------------------------------*/
.sp_device .md_contactBlock+.md_contactBlock{
  margin-top: 20px;
}

.sp_device .md_contactSectionTtl{
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 7px;
}

.sp_device .md_contactSectionTtl.withBorder{
  padding-bottom: 7px;
}

.sp_device .md_contactPanelTtl{
  display: block;
}

.sp_device .md_contactPanelTtl>*{
  display: block;
  height: auto;
  padding: 10px 0;
  font-size: 1.3rem;
}

.sp_device .md_ttlWebIco{
  padding-left: 32px;
  background-size: 21px auto;
}

.sp_device .md_ttlTelIco{
  padding-left: 19px;
  line-height: inherit;
  background-size: 13px auto;
}

.sp_device .md_contactPanelTxtWrap{
  padding:14px 18px;
  min-height: unset;
}

.sp_device .md_contactPanelTxt{
  margin-bottom: 15px;
}

.sp_device .md_contactPanelBtn a{
  padding: 13px 0;
  width: 100%;
}

.sp_device .md_contactPanelTelLink a{
  display: block;
  padding: 10px 0;
  border: solid 1px #cccccc;
  border-radius: 4px;
  pointer-events: auto;
}

.sp_device .md_contactPanelTelLink a span{
  font-size: 2.2rem;
}

.sp_device .md_contactPanelTelLink.md_telLinkIco a span{
  padding-left: 32.5px;
  background-size: 28.5px auto;
}

.sp_device .md_contactPanelTelLink.md_telLinkIco_01 a span
{
  padding-left: 32.5px;
  background-size: 28.5px auto;
}

/*-------------------------------------------
newsBlock（お知らせ）
-------------------------------------------*/
.md_newsWrap{
    margin-bottom: 12px;
}

.md_newsList{
    border-top: dotted 1px #cccccc;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.md_newsList:last-child{
  border-bottom: dotted 1px #cccccc;
}

.md_newsList a{
    display: block;
    padding-right: 0;
    padding-left: 0;
    position: relative;;
}

.md_newsList a:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right:0;
  width: 11px;
  height: 16px;
  margin: auto 0;
  /*background: url(/common/images/arrowstyle01@2x.png) no-repeat center;*/
  background-size: contain;
}

.md_newsList a:hover .md_newsTxt{
    text-decoration: underline;    
}

.md_newsItem{
  display: table;
  width: 100%;
}

.md_newsItem>*{
  display: table-cell;
  vertical-align: middle;
}

.md_newsTtl{
  padding-right: 19px;
  width: 230px;
}

.md_newsDate{
  color: #604c3f;
  margin-right: 16px;
  display: inline-block;
}

.md_newsLabel{
  display: inline-block;
  min-width: 100px;
  padding: 5px;
  border-radius: 4px;
  text-align: center;
  font-size: 1.2rem;
}

.md_newsLabel+.md_newsLabel{
  margin-left: 8px;
}

.md_coInfoLabel{
    background-color: #7bbee9;
    color: #fff;
}

.md_adLabel{
    background-color: #e74340;
    color: #fff;
}

.md_prLabel{
  background: #77b60a;
  color: #fff;
}

.md_cpLabel{
  background: #f0a236;
  color: #fff;
}

.md_conLabel{
  background: #604c3f;
  color: #fff;
}

.md_newLabel{
  display: none;
}

.md_newsBtn{
  text-align: right;
}

.md_newsBtn a{
    display: inline-block;
    padding-left: 10px;
    color: #604c3f;
    background: url(/common/images/arrowstyle01@2x.png) no-repeat left center;
    background-size: 7px 11px;
}

/*sp
---------------------------*/
.sp_device .md_newsBlock{
  width: 100%;
}

.sp_device .md_newsWrap{
  margin-bottom: 22px;
}

.sp_device .md_newsList{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.sp_device .md_newsList a{
  padding: 9px 22px 9px 10px;
}

.sp_device .md_newsList a:after{
  right: 10px;
  width: 8px;
  height: 12px;
}

.sp_device .md_newsItem{
  display: block;
  width: 100%;
}

.sp_device .md_newsItem>*{
  display: block;
}

.sp_device .md_newsTtl{
  padding-right: 0;
  width: auto;
  margin-bottom: 4px;
}

.sp_device .md_newsDate{
  margin-right: 8px;
}

.sp_device .md_newsLabel{
  min-width: 70px;
}

.sp_device .md_newsNewLabel{
  display: inline-block;
  background: #cc0000;
  color: #fff;
}

.sp_device .md_newsBtn{
  text-align: center;
}

.sp_device .md_newsBtn a{
    display: inline-block;
    width: 245px;
    padding: 12px 0;
    border: solid 1px #1b8dec;
    color: #1b8dec;
    background-repeat: no-repeat;
    background-position: 225px center;
    background-image: url(/common/images/arrowstyle01@2x.png);
    background-size: 8px 12px;
}

/*-------------------------------------------
md_tableBlock（表組）
-------------------------------------------*/
.md_tableBlock_01{
    width: 80%;
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
}

.md_tableBlock_01 .md_tableRow>*{
  vertical-align: middle;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px #fff;
}

.md_tableBlock_01 .md_tableTtl{
    color: #fff;
    font-weight: bold;
    background-color: #604c3f;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    width: 180px;
}

.md_tableBlock_01 .md_tableCnt{
    width: 100%;
    background-color: #CFCFCF;
    padding-left: 34px;
    padding-right: 10px;
    border-left: solid 1px #fff;
}

.md_tableBlock_01 .md_tableCnt>*+*{
  margin-top: 10px;
}

/*sp
---------------------------*/
.sp_device .md_tableBlock_01 .md_tableRow>*{
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.sp_device .md_tableBlock_01 .md_tableTtl{
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.sp_device .md_tableBlock_01 .md_tableCnt{
  padding-left: 15px;
  padding-right: 15px;
  border-left: none;
}

.sp_device .md_tableBlock_01 .md_tableCnt>*+*{
  margin-top: 6px;
}

/*-------------------------------------------
Colum（カラムレイアウト）
-------------------------------------------*/
.md_colum{
  font-size: 0;
  margin-bottom: -20px;
}

.md_colum>*{
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  margin-bottom: 20px;
  max-width: 100%;
}

.md_col_s>*{

  margin-bottom: 7px!important;

}

.md_colum~*.md_colum{
    margin-top: 40px;
}

.md_col_12 {
  width: 100%;
}

.md_col_11 {
  width: 91.66666667%;
}

.md_col_10 {
  width: 83.33333333%;
}

.md_col_9 {
  width: 75%;
}


.md_col_8 {
  width: 66.66666667%;
}

.md_col_7 {
  width: 58.33333333%;
}

.md_col_6 {
  width: 50%;
}

.md_col_5 {
  width: 41.66666667%;
}

.md_col_4 {
  width: 33.33333333%;
}

.md_col_3 {
  width: 25%;
}

.md_col_2 {
    width: 16%;
}

.md_col_1 {
  width: 8%;
}


/*sp
-------------------------------------------*/
.sp_device .md_sp_col_12 {
  width: 100%;
}

.sp_device .md_sp_col_11 {
  width: 91.66666667%;
}

.sp_device .md_sp_col_10 {
  width: 83.33333333%;
}

.sp_device .md_sp_col_9 {
  width: 75%;
}

.sp_device .md_sp_col_8 {
  width: 66.66666667%;
}

.sp_device .md_sp_col_7 {
  width: 58.33333333%;
}

.sp_device .md_sp_col_6 {
  width: 50%;
}

.sp_device .md_sp_col_5 {
  width: 41.66666667%;
}

.sp_device .md_sp_col_4 {
  width: 33.33333333%;
}

.sp_device .md_sp_col_3 {
  width: 25%;
}

.sp_device .md_sp_col_2 {
  width: 16.66666667%;
}

.sp_device .md_sp_col_1 {
  width: 8.33333333%;
}

/*左右余白追加
-------------------------------------------*/

.md_columAddGutter{
  margin-left: -20px;
  margin-right: -20px;
}

.md_columAddGutter>*{
  padding-left: 20px;
  padding-right: 20px;
}

.md_columAddGutterSmall{
  margin-left: -10px;
  margin-right: -10px;
}

.md_columAddGutterSmall>*{
  padding-left: 10px;
  padding-right: 10px;
}

/*上下余白を広くとる
-------------------------------------------*/
.md_columAddGutterBtmLarge{
  margin-bottom: -60px;
}

.md_columAddGutterBtmLarge>*{
  margin-bottom: 60px;
}

/*sp
-------------------------------------------*/
.sp_device .md_columAddGutterBtmLarge{
  margin-bottom: -30px;
}

.sp_device .md_columAddGutterBtmLarge>*{
  margin-bottom: 30px;
}

/*画像などタブレット時に幅が足りない場合にセンタリングする際に使用
-------------------------------------------*/
.sp_device .md_columCenter{
  text-align: center;
}

.sp_device .md_columCenter>*{
  width: auto;
  text-align: left;
}

/*sp
-------------------------------------------*/

.sp_device [class*="md_colum"]>*{
  font-size: 1.2rem;
}

.sp_device [class*="md_colum"]{
  margin-bottom: -15px;
}

.sp_device [class*="md_colum"]>*{
  margin-bottom: 15px;
}

.sp_device .md_columAddGutter{
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
}

.sp_device .md_columAddGutter>*{
  padding-left: 5px;
  padding-right: 5px;
}

.sp_device .md_columAddGutterBtmLarge{
  margin-bottom: -30px;
}

.sp_device .md_columAddGutterBtmLarge>*{
  margin-bottom: 30px;
}


/*-------------------------------------------
Title
-------------------------------------------*/
.TextStyle01{
    font-size: 3rem;
    font-weight: bold;
    color: #E30101;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    background: linear-gradient(transparent 60%, #EDB9B9 30%);
    text-indent: 7px;
}

.sp_device .TextStyle01{
    font-size: 1.5rem;
    margin-bottom: 10px;
    margin-top: 2px;
}

.sp_device .sptaIndent01{
}



/*-------------------------------------------
Title
-------------------------------------------*/
.md_sectionHeading_01{
    text-align: center;
    width: 100%;
    margin-top: -37px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
}

.md_sectionHeading_02{
	text-align: center;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -60px;
}

.md_sectionTtl_01{
    display: inline-block;
    padding: 0 5px 8px;
    border-bottom: 3px solid #e74340;
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #604c3f;
}

.md_sectionTtl_01 img{
    width: 84px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 15px;
}

.sp_device .md_sectionTtl_01 img{
    width: 50px;
}

.md_sectionTtl_01-2{
    display: inline-block!important;
    padding-top: 0;
    border-bottom: 3px solid #604c3f;
    padding-bottom: 0px;
    position: relative
}

.md_sectionTtl_01-2::after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 3px solid #FFDD00;
    bottom: -6px;
    width: 90%;
    padding-left: 10%;
}
.sp_device .md_sectionTtl_01-2{
  font-size: 2.5rem!important;
}

.sp_device .md_sectionTtl_01-2::after{
    
}

.md_sectionTtl_01-3{
    display: inline-block;
    padding-top: 0;
    border-bottom: 3px solid #604c3f;
    padding-bottom: 0px;
    position: relative;
    font-size: 7rem!important;
}

.md_sectionTtl_01-3::after{
position: absolute;
    content: " ";
    display: block;
    border-bottom: 3px solid #FFDD00;
    bottom: -6px;
    width: 90%;
}

.md_contentsTtl_01{
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  background: #1b8dec;
  padding: 10px 0 10px 30px;
}

*+.md_contentsTtl_01{
  margin-top: 50px;
}

.md_contentsTtl_01+*{
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 30px;
}

.md_contentsTtl_02{
    /*font-size: 3.5rem;*/
    font-size: 1.8rem;
    color: #7bbee9;
    font-weight: bold;
    /*line-height: 4.25rem;*/
    padding-bottom: 5px;
}

*+.md_contentsTtl_02{
    margin-top: 15px;
    border-top-right-radius: 0px;
}

.md_contentsTtl_02+*{
  margin-top: 15px;
}

.md_contentsTtl_03{
    font-size: 2.25rem;
    font-weight: bold;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    border-bottom: 3px solid #000000;
}

*+.md_contentsTtl_03{
  margin-top: 50px;
}

.md_contentsTtl_03+*{
    margin-top: 20px;
}


.md_contentsTtl_04{
    font-size: 2.25rem;
    font-weight: bold;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    border-bottom: 3px solid #000000;
}

*+.md_contentsTtl_04{
margin-top: 20px;
}

.md_contentsTtl_04+*{
    margin-top: 20px;
}

.md_contentsTtl_05{
    font-size: 2.5rem;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    background-color: #604c3f;
    color: #F5F5F5;
    text-align: center;
    width: 70%;
}

*+.md_contentsTtl_05{
  margin-top: 50px;
}

.md_contentsTtl_05+*{
    margin-top: 20px;
}

.sp_device .md_contentsTtl_05{
    font-size: 2rem;
    width: 90%;
}

.md_contentsTtl_06{
font-size: 2.25rem;
font-weight: bold;
padding-top: 8px;
padding-bottom: 8px;
display: block;
color: #266883;
text-align: center;
width: 70%;
border: thin solid #266883;
margin-right: auto;
margin-left: auto;
}

*+.md_contentsTtl_06{
    margin-top: 70px;
}

.md_contentsTtl_06+*{
    margin-top: 20px;
}

.sp_device .md_contentsTtl_06{
    font-size: 2rem;
    width: 90%;
}

.md_contentsTtl_07{
    font-size: 2rem;
    color: #604c3f;
    font-weight: bold;
    line-height: 4.25rem;
    padding-bottom: 11px;
    padding-left: 50px;
    padding-right: 50px;
}

*+.md_contentsTtl_07{
    margin-top: 60px;
    border-top-right-radius: 0px;
}

.md_contentsTtl_07+*{
    margin-top: 5px; 
}

.md_contentsTtl_07 p {
   line-height: 150%;
}
.sp_device .md_contentsTtl_07{
    font-size: 2rem;
    width: 90%;
    margin-top: 10px;
}

.md_contentsTtl_08{
    font-size: 2.5rem;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    background-color: #FFDD00;
    color: #604c3f;
    text-align: center;
    width: 70%;
}

*+.md_contentsTtl_08{
  margin-top: 50px;
}

.md_contentsTtl_08+*{
    margin-top: 20px;
}

.md_contentsTtl_09{
    font-size: 1.75rem;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    color: #266883;
    text-align: center;
    width: 100%;
    border: thin solid #266883;
    margin-right: auto;
    margin-left: auto;
}

*+.md_contentsTtl_09{
    margin-top: 70px;
}

.md_contentsTtl_09+*{
    margin-top: 20px;
}



.md_contentsTtl_10{
    font-size: 1.8rem;
	color: #333333;
    font-weight: bold;
    line-height: 4.25rem;
    padding-left: 50px;
    padding-right: 50px;
}

*+.md_contentsTtl_10{
    margin-top: 60px;
    border-top-right-radius: 0px;
}

.md_contentsTtl_10+*{
    margin-top: 5px; 
}

.md_contentsTtl_10 p {
   line-height: 150%;
}


.md_headingLead_01{
    font-size: 2rem;
    margin-top: 20px;
    text-align: center;
}

/*-------------------------------------------
Title
-------------------------------------------*/
.locationinfo_h1 {
    border-bottom: solid 3px #FFDD00;
    position: relative;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.locationinfo_h1:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #604c3f;
    bottom: -3px;
    width: 10%;
    margin-left: auto;
    margin-right: auto;
}

.sp_device .locationinfo_h1{
    width: 90%;
    border-bottom: solid 3px #FFDD00;
    position: relative;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.sp_device .locationinfo_h1:after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #604c3f;
    bottom: -3px;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
}




/*sp
-------------------------------------------*/

.sp_device .md_sectionHeading_01{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 15px;
}
.sp_device .md_sectionHeading_02{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 15px;
}

.sp_device .md_headingLead_01{
  font-size: 1.3rem;
  margin-top: 15px;
}

.sp_device .md_sectionTtl_01{
  font-size: 2.5rem;
}



.sp_device .md_sectionTtl_01-3{
  font-size: 2rem!important;
}


.sp_device .md_sectionTtlIco{
  padding-left: 23px;
  border-bottom: none;
}

.sp_device .md_sectionTtlIco.md_worksIco{
  background: url(../images/ico_ttl_01.png) no-repeat left center;
  background-size: 18px auto;
}

.sp_device .md_sectionTtlIco.md_serviceIco{
  background: url(../images/ico_ttl_02.png) no-repeat left center;
  background-size: 18px auto;
}

.sp_device .md_sectionTtlIco.md_newsIco{
  background: url(../images/ico_ttl_03.png) no-repeat left center;
  background-size: 18px auto;
}

.sp_device .md_contentsTtl_01{
  font-size: 1.4rem;
  padding-left: 14px;
  margin-left: -15px;
  margin-right: -15px;
}

.sp_device *+.md_contentsTtl_01{
  margin-top: 25px;
}

.sp_device .md_sp_accoCnt+.md_contentsTtl_01{
  margin-top: 2px;
}

.sp_device .md_contentsTtl_01+*{
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.sp_device .md_contentsTtl_02{
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 11px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.sp_device .md_contentsTtl_02+*{
  padding: 0 10px;
}

.sp_device .md_contentsTtl_03{
  font-size: 1.4rem;
  padding-left: 14px;
  margin-left: -15px;
  margin-right: -15px;
}

.sp_device *+.md_contentsTtl_03{
  margin-top: 25px;
}

.sp_device .md_sp_accoCnt+.md_contentsTtl_03{
  margin-top: 2px;
}

.sp_device .md_contentsTtl_03+*{
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}


.sp_device .md_contentsTtl_04{
font-size: 1.75rem;
padding-left: 14px;
margin-left: -15px;
margin-right: -15px;
text-align: center;
padding-bottom: 5px;
}

.sp_device *+.md_contentsTtl_04{
  margin-top: 25px;
}

.sp_device .md_sp_accoCnt+.md_contentsTtl_04{
  margin-top: 2px;
}

.sp_device .md_contentsTtl_04+*{
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.sp_device .md_contentsTtl_07{
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 10px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.sp_device .md_contentsTtl_07+*{
  padding: 0 20px;
}

.sp_device .md_contentsTtl_08{
    font-size: 2rem;
    width: 90%;
}

.sp_device .md_contentsTtl_09{
    font-size: 1.5rem;
    width: 90%;
}

.sp_device .md_contentsTtl_10{
    font-size: 2rem;
    width: 90%;
    margin-top: 10px;
}

.sp_device .md_contentsTtl_10{
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 10px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.sp_device .md_contentsTtl_10+*{
  padding: 0 20px;
}


/*md_contentsTtl_01
SP時アコーディオン
-------------------------------------------*/
.sp_device .md_contentsTtl_01+.md_sp_accoCnt{
  margin-top: 0;
  padding: 10px 0 15px
}

.sp_device .md_contentsTtl_01.md_sp_ttlAccoBtn{
  position: relative;
  margin-top: 2px;
}

.sp_device .md_contentsTtl_01.md_sp_ttlAccoBtn:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right:17px;
  width: 18px;
  height: 18px;
  margin: auto 0;
  background: url(../images/ico_acco_open_01.png) no-repeat center;
  background-size:contain;
}

.sp_device .md_contentsTtl_01.md_sp_ttlAccoBtn.active:after{
  background: url(../images/ico_acco_close_01.png) no-repeat center;
  background-size:contain;
}

/*-------------------------------------------
Lead
-------------------------------------------*/
.md_sectionLead_01{
  font-size: 1.6rem;
  text-align: center;
}

.md_sectionLeadWrap .md_sectionLead_01{
  margin-top: 60px;
  margin-bottom: 60px;
}

/*sp
-------------------------------------------*/
.sp_device .md_sectionLead_01{
  font-size: 1.3rem;
  text-align: left;
}

.sp_device .md_sectionLeadWrap .md_sectionLead_01{
  margin-top: 30px;
  margin-bottom: 30px;
}

/*-------------------------------------------
Textスタイル
-------------------------------------------*/
.md_txtBlock >*+*{
  margin-top: 18px;
}

.md_smallTxt{
  font-size:  1.2rem;
}


.textStyle01{

}

/*sp
-------------------------------------------*/
.sp_device .md_smallTxt{
  font-size:  1.1rem;
}

.sp_device .md_txtBlock >*+*{
  margin-top: 10px;
}

/*-------------------------------------------
Link
-------------------------------------------*/
.md_linkType_01{
  color: #1b8dec;
  padding-left: 13px;
  background: url(../images/ico_arrow_04.png) no-repeat center left;
  background-size: 7px 11px;
}

/*-------------------------------------------
Button
-------------------------------------------*/
[class*="md_btn"]:hover{
  text-decoration: none;
}

.md_btnCenter{
  text-align: center;
}

.md_btnRight{
  text-align: right;
}

/*sp
-------------------------------------------*/
.md_btn_Full{
  width: 100%;
}

.sp_device .md_btn_sp_Full{
  width: 100%;
}

/*ボタンブロック
-------------------------------------------*/

.contactBtnBlock{

    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
}

.btnW01{
    width: 400px;
}

.sp_device .btnW01{
    width: 80%!important;
}

.btnW02{
    width: 480px;
}

.sp_device .btnW02{
    width: 80%!important;
}

.btnW03{
    width: 80%!important;
}

.sp_device .btnW03{
    width: 80%!important;
}

.contactBtnBlock img{
    width: 100%!important;
}

.contactBtnBlock img:hover{
    opacity: 0.5;    
}


.btnBlock01{
    width: 30%;
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.sp_device .btnBlock01{
    width: 70%;
}

.btnBlock02{  
text-align: center;
}


.sp_device .btnBlock02{
    text-align: center;
    width: 100%;
}

.sp_device .btnBlock02 img{
    padding-right: 25px;
    padding-left: 25px;
}

.btnBlock03{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.sp_device .btnBlock03{
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.btnBlock04{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sp_device .btnBlock04{
    width: 95%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}



.generalBtnBlock{
    margin-bottom: 13px;
    text-align: center;
    margin-top: 23px;
    width: 530px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.generalBtnBlock p{
    margin-top: 10px;
    margin-right: 0px;
}

.generalBtnBlock img:hover{
    opacity: 0.5;
}


.sp_device .generalBtnBlock{
    
    margin-bottom: 13px;
    text-align: left;
    width: 100%;
}


/*md_btn_01
-------------------------------------------*/
.md_btn_01{
    display: inline-block;
    position: relative;
    color: #fff;
    border-radius: 40px;
    background-color: #604c3f;
    text-align: center;
    font-weight: bold;
    width: 100%;
}


.md_btn_01:after{
    content: '';
    display: block;
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/common/images/arrowstyle02white@3x.png);
    background-size: 100% auto;
}

.md_btn_01.md_btn_altWin >span{
  padding-left: 33px;
  background: url(../images/ico_alt_win_01.png) no-repeat left 5px;
  background-size: 14px 12px;
}

.md_btn_01:hover{
    opacity: 0.5;    
}

.md_btn_01_Small{
  padding: 8px 6%;
  min-width: 140px;
}

.md_btn_01_Mid{
    padding: 14px 20px;
    min-width: 230px;
    max-width: 400px;
    margin-top: 50px;
    font-size: 2rem;
}

/*sp
-------------------------------------------*/
.sp_device .md_btn_01{
    width: 100%;
    font-size: 1.25rem;
}

/*md_btn_02
-------------------------------------------*/

.md_btn_02{
    display: inline-block;
    position: relative;
    color: #fff;
    border-radius: 40px;
    background-color: #eb6100;
    text-align: center;
    font-weight: bold;
    width: 100%;
}

.md_btn_02:after{    
    content: '';
    display: block;
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/common/images/arrowstyle02white@3x.png);
    background-size: 100% auto;
}

.md_btn_02.md_btn_altWin >span{
  padding-left: 30px;
  background: url(../images/ico_alt_win_01.png) no-repeat left 0px;
  background-size: 14px 12px;
}

.md_btn_02:hover{
    opacity: 0.5;    
}

.md_btn_02_Small{
    padding-top: 5px;
    padding-bottom: 5px;
    min-width: 140px;
    font-size: 1rem;
}

.md_btn_02_Mid{
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 80%;
}

/*sp
-------------------------------------------*/
.sp_device .md_btn_02{
    width: 95%;
    font-size: 0.8rem;
    margin-left: auto;
    margin-right: auto;
}
.sp_device .md_btn_02.md_btn_altWin >span{
  padding-left: 20px;
  background: url(../images/ico_alt_win_01.png) no-repeat left 0px;
  background-size: 13px 11px;
}


/*md_btn_03
-------------------------------------------*/
.md_btn_03{
    display: block;
    width: 500px;
    height: 94px;
    background-image: url(/common/images/contact_button_l@2x.png);
    margin-right: auto;
    margin-left: auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}


.md_btn_03:hover{
    opacity: 0.5;  
}

.md_btn_03_inner{
  display: table;
  width: 100%;
  table-layout: fixed;
}

.md_btn_03_inner>*{
  display: table-cell;
  vertical-align: middle;
}

.md_btn_03_ico{
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.md_btn_03_ico.md_btnIcoBook{
  background-image: url(../images/ico_btn_03_01.gif);
}

.md_btn_03_ico.md_btnIcoPaper{
  background-image: url(../images/ico_btn_03_02.gif)
}

.md_btn_03_ico.md_btnIcoChat{
  background-image: url(../images/ico_btn_03_03.gif)
}

.md_btn_03_ico.md_btnIcoMedal{
  background-image: url(../images/ico_btn_03_04.gif)
}

.md_btn_03_ico.md_btnIcoHome{
  background-image: url(../images/ico_btn_03_05.gif)
}

.md_btn_03_ico.md_btnIcoPencil{
  background-image: url(../images/ico_btn_03_06.gif)
}

.md_btn_03_ico.md_btnIcoYen{
  background-image: url(../images/ico_btn_03_07.gif)
}

.md_btn_03_ico.md_btnIcoPerson{
  background-image: url(../images/ico_btn_03_08.gif)
}

.md_btn_03_ico.md_btnIcoSample{
  background-image: url(../images/ico_btn_03_sample.gif)
}

.md_btn_03_txt{
  padding-left: 30px;
  font-size: 2rem;
}

/*sp
-------------------------------------------*/
.sp_device .md_btn_03{
  padding: 11px 12px;
}

.sp_device .md_btn_03:after{
  width: 8px;
  height: 12px;
  right: 10px;
}

.sp_device .md_btn_03_ico{
  width: 43px;
  height: 43px;
}

.sp_device .md_btn_03_txt{
  padding-left: 14px;
  font-size: 1.4rem;
}

/*md_btn_04
-------------------------------------------*/
.md_btn_04_wrap{
  margin: 0 -8px -16px;
}

.md_sectionLeadWrap .md_btn_04_wrap{
  margin: 60px -8px 64px;
}

.md_sectionLeadWrap *+.md_btn_04_wrap{
  margin-top: 0;
}

.md_btn_04_wrap+*{
  margin-top: 80px;
}

.md_btn_04_wrap>*{
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
    min-height: 50px;
}

.md_btn_04:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    min-height: 60px;
}

.md_btn_04{
    position: relative;
    display: table;
    table-layout: fixed;
    width: 101%;
    height: 100%;
    background-color: #FFFFFF;
}
.md_sectionBg_03 .md_btn_04 {
    background-color: #F5F5F5;
}

.md_btn_04>*{
  display: table-cell;
  vertical-align: middle;
  padding: 0 34px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  width: 103%;

}

.md_btn_04:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 10px;
    height: 15px;
    margin: auto 0;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url(/common/images/arrowstyle01@2x.png);
    background-size: contain;
}

.md_btn_04.md_btn_04_anchor:after{
  transform: rotate(90deg);
}

.md_btn_04.md_btn_04_anchor2:after{
  transform: rotate(270deg);
}

.md_btn_04:hover{
    background: #dcf4ff;
    text-decoration: none;
}

.anchor180{

}
/*sp
-------------------------------------------*/
.sp_device .md_btn_04_wrap{
    margin-right: auto;
    margin-left: auto;
    border-top: solid 1px #cccccc;
    width: 90%;
    display: block;
}

.sp_device .md_sectionLeadWrap .md_btn_04_wrap{
  margin: 30px 0 40px;
}

.sp_device .md_btn_04_wrap>*{
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    min-height: 45px;
}

.sp_device .md_btn_04{
}


.sp_device .md_btn_04:before{
  min-height: 45px;
  border-right: solid 1px #cccccc;
  
}

.sp_device .md_btn_04>*{
    padding-top: 0;
    padding-right: 20px;
    padding-left: 7%;
    padding-bottom: 0;
    text-align: left;
    font-size: 1rem;
    border-left: none;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}

.sp_device .md_btn_04_wrap>*.md_sp_col_6:nth-child(2n+1) .md_btn_04>*{
  border-left: solid 1px #cccccc;
  
}

.sp_device .md_btn_04_wrap>*.md_col_4:not(.md_sp_col_6):nth-child(3n+1) .md_btn_04>*{
  border-left: solid 1px #cccccc;
}

.sp_device .md_btn_04:after{
    right: 5%;
    width: 10px;
    height: 15px;
}

/*md_btn_05
-------------------------------------------*/
.md_btn_05{
    position: relative;
    color: #604c3f;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #604c3f;
    padding-left: 28px;
    padding-right: 28px;
    background-color: #FFFFFF;
}

.md_btn_05_Mid{
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 290px;
}

.md_btn_05:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 19px;
    width: 9px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../images/arrowstyle02@3x.png);
    background-size: contain;
}

.md_btn_05:hover{
    background-color: #B9D0D7;
}

/*sp
-------------------------------------------*/
.sp_device .md_btn_05_Mid{
  min-width: auto;
  width: 100%;
}

/*md_btn_06
-------------------------------------------*/
.md_btn_06{
  position: relative;
  display: block;
  padding: 0 20px;
  border: solid 1px #e1e1e1;
  font-weight: bold;
  width: 100%;
}


.md_btn_06:after{
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 16px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../images/ico_arrow_04.png) no-repeat center;
  background-size: contain;
}

.md_btn_06:hover{
  background: #dcf4ff;
  text-decoration: none;
}

.md_btn_06_inner{
  display: table;
  width: 100%;
  height: 88px;
  table-layout: fixed;
}

.md_btn_06_inner>*{
  display: table-cell;
  vertical-align: middle;
}

.md_btn_06_ico{
  width: 51px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.md_btn_06_ico.md_btnIcoOverview{
  background-image: url(../images/ico_btn_06_01.png);
}

.md_btn_06_ico.md_btnIcoOrg{
  background-image: url(../images/ico_btn_06_02.png)
}

.md_btn_06_ico.md_btnIcoOffice{
  background-image: url(../images/ico_btn_06_03.png)
}

.md_btn_06_ico.md_btnIcoSettle{
  background-image: url(../images/ico_btn_06_04.png)
}

.md_btn_06_ico.md_btnIcoMap{
  background-image: url(../images/ico_btn_06_05.png)
}

.md_btn_06_txt{
  padding-left: 38px;
  font-size: 1.6rem;
}

/*sp
-------------------------------------------*/
.sp_device .md_btn_06{
  padding: 11px 20px;
  font-size: 1.4rem;
}

.sp_device .md_btn_06:after{
  width: 8px;
  height: 12px;
  right: 10px;
}

.sp_device .md_btn_06_inner{
  height: 63px;
}

.sp_device .md_btn_06_ico{
  width: 31px;
}

.sp_device .md_btn_06_txt{
  padding-left: 20px;
}


/*md_btn_07
-------------------------------------------*/
.md_btn_07{
    display: inline-block;
    position: relative;
    color: #604c3f;
    
    background-color: #FFFFFF;
    text-align: center;
    font-weight: bold;
}

.md_btn_07:after{
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/common/images/arrowstyle01@2x.png);
    background-size: 10px auto;
}

.md_btn_07.md_btn_altWin >span{
    padding-left: 20px;
    background: url(../images/ico_alt_win_01.png) no-repeat left 5px;
    background-size: 14px 12px;
}

.md_btn_07:hover{
    opacity: 0.5;
}

.md_btn_07_Small{
    padding-right: 30px;
    min-width: 140px;
    border-radius: 15px;
    margin-right: 10px;
    line-height: 20px;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.md_btn_07_Mid{
  padding: 14px 58px;
  min-width: 230px;
}

/*sp
-------------------------------------------*/
.sp_device .md_btn_07{
  width: 100%;
}





/*md_btn_08
-------------------------------------------*/

.md_btn_08{
    color: #fff!important;
    border-radius: 20px;
    background-color: #604c3f;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}



.md_btn_08_Mid{
    padding-top: 5px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 5px;
    font-size: 1.1rem;
    width: 95%;
}




.md_btn_08:hover{
    background-color: #FFDD00;
    color: #604c3f!important;
}

/*sp
-------------------------------------------*/
.sp_device .md_btn_08{
  display: block;
  min-width: inherit;
}




/*md_btn_09
-------------------------------------------*/

.md_btn_09{
    display: inline-block;
    position: relative;
    color: #FFFFFF;
    border-radius: 40px;
    background-color: #604c3f;
    text-align: center;
    font-weight: bold;
}


.md_btn_09:after{
    content: '';
    display: block;
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/arrowstyle02white@2x.png);
    background-size: 100% auto;
}

.md_btn_09.md_btn_altWin >span{
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left 2px;
    background-image: url(../images/ico_alt_win_01.png);
    background-size: 14px 12px;
}

.md_btn_09:hover{
    opacity: 0.5;    
}

.md_btn_09_Small{
    padding-top: 5px;
    padding-bottom: 5px;
    min-width: 140px;
    font-size: 1rem;
}

.md_btn_09_Mid{
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    width: auto;
    padding-right: 30px;
    padding-left: 12px;
}

/*sp
-------------------------------------------*/
.sp_device .md_btn_09{
    width: 90%;
    font-size: 1.25rem;
    padding-top: 15px;
    padding-bottom: 15px;
}



/*md_btn_acco_01
-------------------------------------------*/
.md_btn_acco_01{
    display: block;
    padding-top: 13px;
    padding-right: 57px;
    padding-bottom: 13px;
    position: relative;
    cursor: pointer;
    font-size: 2rem;
    line-height: 34px;
    background-image: url(/common/images/Q@3x.png);
    background-size: 34px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 42px;
    border-bottom: thin dotted #A7A7A7;
}

.md_btn_acco_01.md_accoOnly_sp{
  display: none;
}

.md_btn_acco_01:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 16px;
    width: 34px;
    height: 34px;
    background-image: url(/common/images/ico_plus@3x.png);
    background-size: contain;
}



.md_btn_acco_01.active:after{
  background-image: url("/common/images/ico_minus@3x.png");
}


.answerBlock{
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    background-color: #FFFFFF;
    border-radius: 10px;
    background-image: url(/common/images/A@3x.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 30px auto;
}

.answerBlock p{
    padding-left: 40px;
}


/*sp
-------------------------------------------*/
.sp_device .md_btn_acco_01.md_accoOnly_sp{
  display: block;
  
}

.sp_device .md_btn_acco_01{
font-size: 1.5rem;
    line-height: 34px;
}



/*md_btn_acco_02
-------------------------------------------*/
.md_btn_acco_02{
    display: block;
    padding-top: 13px;
    padding-right: 57px;
    padding-bottom: 13px;
    position: relative;
    cursor: pointer;
    font-size: 2rem;
    line-height: 34px;
    padding-left: 42px;
    background-color: #604c3f;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 5px;
}

.md_btn_acco_02.md_accoOnly_sp{
  display: none;
}

.md_btn_acco_02:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 16px;
    width: 34px;
    height: 34px;
    background-image: url(/common/images/ico_plus@3x.png);
    background-size: contain;
}



.md_btn_acco_02.active:after{
  background-image: url("/common/images/ico_minus@3x.png");
}



/*sp
-------------------------------------------*/
.sp_device .md_btn_acco_02.md_accoOnly_sp{
  display: block;
  
}

.sp_device .md_btn_acco_02{
font-size: 1.5rem;
    line-height: 34px;
}

/*お知らせ一覧
-------------------------------------------*/

.md_newsBtn2{
 text-align: right;
}

.md_newsBtn2 a{
    display: inline-block;
    padding-left: 10px;
    color: #604C3F;
    background: url(/common/images/ico_arrow_04.png) no-repeat left center;
    background-size: 7px 11px;
}

/*sp
-------------------------------------------*/

.sp_device .md_newsBtn2{
 text-align: center;
}

.sp_device .md_newsBtn2 a{
 display: inline-block;
 width: 245px;
 padding:12px 0;
 border: solid 1px #604c3f;
 color: #604c3f;
 background: url(/common/images/ico_arrow_04.png) no-repeat 225px center;
 background-size: 8px 12px;
}
 
/*
topと問い合わせのボタンのホバー ---------------------*/ 
.top_Btn1 {
  display: flex;
  justify-content: center;
}

.top_Btn1 li a {
  /*background: #B49C8D;*/
}
.top_Btn1 li a:hover {
  opacity: 0.7;
}

/*
イベント概要、出店申し込みなどの縦並びにしたボタン ---------*/
.btn_wrap01 {
    display: flex;
    flex-flow: column;
    margin: 0 0 1em;
}

.btn_content01 {
    padding: 1em;
    background-color: #604c3f;
    margin: 0.5em auto;
    width: 50%;
}

.btn_content02 {
    padding: 1em;
    background-color: #e74340;
    margin: 0.5em auto;
    width: 50%;
}

.btn_content03 {
    padding: 1em;
    background-color: #7bbee9;
    margin: 0.5em auto;
    width: 50%;
}

.btn_content04 {
    padding: 1em;
    background-color: #EE869A;
    margin: 0.5em auto;
    width: 50%;
}

.btn_content05 {
    padding: 1em;
    background-color: #ABC836;
    margin: 0.5em auto;
    width: 50%;
}

/*
別で開くグーグルマップのボタン ---------------------*/

/*まずはお決まりのボックスサイズ算出をborer-boxに */
/**,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;rem算出をしやすくするために
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

.sp_device .btn btn--orange{
    margin-left: auto;
    margin-right: auto;
}
*/

/*-------------------------------------------
Icon
-------------------------------------------*/
.md_arrowIco_01{
  line-height: 1em;
  padding-left: 20px;
  background: url("../images/arrowstyle03.png") no-repeat center left;
  background-size: 14px auto;
}

/*-------------------------------------------
List
-------------------------------------------*/
.md_list_01 li{
  padding-left: 1em;
  position: relative;
}

.md_list_01 li:after{
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
}

/*-------------------------------------------

js Style

-------------------------------------------*/

/*-------------------------------------------

General

-------------------------------------------*/
/*-------------------------------------------
Display
-------------------------------------------*/
.db {
  display: block !important;
}

.di,
.diC > * {
  display: inline !important;
}

.dib,
.dibC > * {
  display: inline-block !important;
}

.dt {
  display: table !important;
  width: 100%;
}
.dt > * {
  display: table-cell;
  vertical-align: middle;
}

/*SP
-------------------------------------------*/
.sp_device .sp_db {
  display: block !important;
}

.sp_device .sp_di,
.sp_device .sp_diC > * {
  display: inline !important;
}

.sp_device .sp_dib,
.sp_device .sp_dibC > * {
  display: inline-block !important;
}

.sp_device .sp_dt {
  display: table !important;
  width: 100%;
}
.sp_device .sp_dt > * {
  display: table-cell;
  vertical-align: middle;
}

/*-------------------------------------------
Device　Content
-------------------------------------------*/
br.pcContent,
span.pcContent {
  display: inline !important;
}

table.pcContent {
  display: table !important;
}

table > *.pcContent {
  display: table-cell !important;
}

.spContent {
  display: none !important;
}

.sp_device .spContent {
  display: block !important;
}

.sp_device br.spContent,
.sp_device span.spContent {
  display: inline !important;
}

.sp_device table.pcContent {
  display: table !important;
}

.sp_device table > *.spContent {
  display: table-cell !important;
}

.sp_device .pcContent,
.sp_device br.pcContent,
.sp_device span.pcContent {
  display: none !important;
}

@media screen and (min-width: 680px){   
  .pcC { display:block; }
  .spC { display:none; }
}
@media screen and (max-width: 680px){   
  .pcC { display:none; }
  .spC { display:block; }
}

/*-------------------------------------------
Float
-------------------------------------------*/
.fL {
  float: left !important;
}

.fR {
  float: right !important;
}

.fN {
  float: none !important;
}

.sp_device .sp_fL {
  float: left !important;
}

.sp_device .sp_fR {
  float: right !important;
}

.sp_device .sp_fN {
  float: none !important;
}

/*-------------------------------------------
clear
-------------------------------------------*/
.clB {
  clear: both;
}

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

/*-------------------------------------------
Align
-------------------------------------------*/
.taC {
  text-align: center !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.vaT {
  vertical-align: top !important;
}

.vaM {
  vertical-align: middle !important;
}

.vaB {
  vertical-align: bottom !important;
}

.sp_device .sptaC {
  text-align: center !important;
}

.sp_device .sptaL {
  text-align: left !important;
}

.sp_device .sptaR {
  text-align: right !important;
}

.sp_device .spvaT {
  vertical-align: top !important;
}

.sp_device .spvaM {
  vertical-align: middle !important;
}

.sp_device .spvaB {
  vertical-align: bottom !important;
}
/*-------------------------------------------
width
-------------------------------------------*/
/* em */
.w01em {
  width: 1em !important;
}

.w02em {
  width: 2em !important;
}

.w03em {
  width: 3em !important;
}

.w04em {
  width: 4em !important;
}

.w05em {
  width: 5em !important;
}

.w06em {
  width: 6em !important;
}

.w07em {
  width: 7em !important;
}

.w08em {
  width: 8em !important;
}

.w09em {
  width: 9em !important;
}

.w10em {
  width: 10em !important;
}

.w11em {
  width: 11em !important;
}

.w12em {
  width: 12em !important;
}

.w13em {
  width: 13em !important;
}

.w14em {
  width: 14em !important;
}

.w15em {
  width: 15em !important;
}

.w16em {
  width: 16em !important;
}

.w17em {
  width: 17em !important;
}

.w18em {
  width: 18em !important;
}

.w19em {
  width: 19em !important;
}

.w20em {
  width: 20em !important;
}

.w21em {
  width: 21em !important;
}

.w22em {
  width: 22em !important;
}

.w23em {
  width: 23em !important;
}

.w24em {
  width: 24em !important;
}

.w25em {
  width: 25em !important;
}

.w26em {
  width: 26em !important;
}

.w27em {
  width: 27em !important;
}

.w28em {
  width: 28em !important;
}

.w29em {
  width: 29em !important;
}

.w30em {
  width: 30em !important;
}

.w31em {
  width: 31em !important;
}

.w32em {
  width: 32em !important;
}

.w33em {
  width: 33em !important;
}

.w34em {
  width: 34em !important;
}

.w35em {
  width: 35em !important;
}

.w36em {
  width: 36em !important;
}

.w37em {
  width: 37em !important;
}

.w38em {
  width: 38em !important;
}

.w39em {
  width: 39em !important;
}

.w40em {
  width: 40em !important;
}

.sp_device .sp_w01em {
  width: 1em !important;
}

.sp_device .sp_w02em {
  width: 2em !important;
}

.sp_device .sp_w03em {
  width: 3em !important;
}

.sp_device .sp_w04em {
  width: 4em !important;
}

.sp_device .sp_w05em {
  width: 5em !important;
}

.sp_device .sp_w06em {
  width: 6em !important;
}

.sp_device .sp_w07em {
  width: 7em !important;
}

.sp_device .sp_w08em {
  width: 8em !important;
}

.sp_device .sp_w09em {
  width: 9em !important;
}

.sp_device .sp_w10em {
  width: 10em !important;
}

.sp_device .sp_w11em {
  width: 11em !important;
}

.sp_device .sp_w12em {
  width: 12em !important;
}

.sp_device .sp_w13em {
  width: 13em !important;
}

.sp_device .sp_w14em {
  width: 14em !important;
}

.sp_device .sp_w15em {
  width: 15em !important;
}

.sp_device .sp_w16em {
  width: 16em !important;
}

.sp_device .sp_w17em {
  width: 17em !important;
}

.sp_device .sp_w18em {
  width: 18em !important;
}

.sp_device .sp_w19em {
  width: 19em !important;
}

.sp_device .sp_w20em {
  width: 20em !important;
}

.sp_device .sp_w21em {
  width: 21em !important;
}

.sp_device .sp_w22em {
  width: 22em !important;
}

.sp_device .sp_w23em {
  width: 23em !important;
}

.sp_device .sp_w24em {
  width: 24em !important;
}

.sp_device .sp_w25em {
  width: 25em !important;
}

.sp_device .sp_w26em {
  width: 26em !important;
}

.sp_device .sp_w27em {
  width: 27em !important;
}

.sp_device .sp_w28em {
  width: 28em !important;
}

.sp_device .sp_w29em {
  width: 29em !important;
}

.sp_device .sp_w30em {
  width: 30em !important;
}

.sp_device .sp_w31em {
  width: 31em !important;
}

.sp_device .sp_w32em {
  width: 32em !important;
}

.sp_device .sp_w33em {
  width: 33em !important;
}

.sp_device .sp_w34em {
  width: 34em !important;
}

.sp_device .sp_w35em {
  width: 35em !important;
}

.sp_device .sp_w36em {
  width: 36em !important;
}

.sp_device .sp_w37em {
  width: 37em !important;
}

.sp_device .sp_w38em {
  width: 38em !important;
}

.sp_device .sp_w39em {
  width: 39em !important;
}

.sp_device .sp_w40em {
  width: 40em !important;
}
/* percent */
.w01p {
  width: 1% !important;
}

.w02p {
  width: 2% !important;
}

.w03p {
  width: 3% !important;
}

.w04p {
  width: 4% !important;
}

.w05p {
  width: 5% !important;
}

.w06p {
  width: 6% !important;
}

.w07p {
  width: 7% !important;
}

.w08p {
  width: 8% !important;
}

.w09p {
  width: 9% !important;
}

.w10p {
  width: 10% !important;
}

.w11p {
  width: 11% !important;
}

.w12p {
  width: 12% !important;
}

.w13p {
  width: 13% !important;
}

.w14p {
  width: 14% !important;
}

.w15p {
  width: 15% !important;
}

.w16p {
  width: 16% !important;
}

.w17p {
  width: 17% !important;
}

.w18p {
  width: 18% !important;
}

.w19p {
  width: 19% !important;
}

.w20p {
  width: 20% !important;
}

.w21p {
  width: 21% !important;
}

.w22p {
  width: 22% !important;
}

.w23p {
  width: 23% !important;
}

.w24p {
  width: 24% !important;
}

.w25p {
  width: 25% !important;
}

.w26p {
  width: 26% !important;
}

.w27p {
  width: 27% !important;
}

.w28p {
  width: 28% !important;
}

.w29p {
  width: 29% !important;
}

.w30p {
  width: 30% !important;
}

.w31p {
  width: 31% !important;
}

.w32p {
  width: 32% !important;
}

.w33p {
  width: 33% !important;
}

.w34p {
  width: 34% !important;
}

.w35p {
  width: 35% !important;
}

.w36p {
  width: 36% !important;
}

.w37p {
  width: 37% !important;
}

.w38p {
  width: 38% !important;
}

.w39p {
  width: 39% !important;
}

.w40p {
  width: 40% !important;
}

.w41p {
  width: 41% !important;
}

.w42p {
  width: 42% !important;
}

.w43p {
  width: 43% !important;
}

.w44p {
  width: 44% !important;
}

.w45p {
  width: 45% !important;
}

.w46p {
  width: 46% !important;
}

.w47p {
  width: 47% !important;
}

.w48p {
  width: 48% !important;
}

.w49p {
  width: 49% !important;
}

.w50p {
  width: 50% !important;
}

.w51p {
  width: 51% !important;
}

.w52p {
  width: 52% !important;
}

.w53p {
  width: 53% !important;
}

.w54p {
  width: 54% !important;
}

.w55p {
  width: 55% !important;
}

.w56p {
  width: 56% !important;
}

.w57p {
  width: 57% !important;
}

.w58p {
  width: 58% !important;
}

.w59p {
  width: 59% !important;
}

.w60p {
  width: 60% !important;
}

.w61p {
  width: 61% !important;
}

.w62p {
  width: 62% !important;
}

.w63p {
  width: 63% !important;
}

.w64p {
  width: 64% !important;
}

.w65p {
  width: 65% !important;
}

.w66p {
  width: 66% !important;
}

.w67p {
  width: 67% !important;
}

.w68p {
  width: 68% !important;
}

.w69p {
  width: 69% !important;
}

.w70p {
  width: 70% !important;
}

.w71p {
  width: 71% !important;
}

.w72p {
  width: 72% !important;
}

.w73p {
  width: 73% !important;
}

.w74p {
  width: 74% !important;
}

.w75p {
  width: 75% !important;
}

.w76p {
  width: 76% !important;
}

.w77p {
  width: 77% !important;
}

.w78p {
  width: 78% !important;
}

.w79p {
  width: 79% !important;
}

.w80p {
  width: 80% !important;
}

.w81p {
  width: 81% !important;
}

.w82p {
  width: 82% !important;
}

.w83p {
  width: 83% !important;
}

.w84p {
  width: 84% !important;
}

.w85p {
  width: 85% !important;
}

.w86p {
  width: 86% !important;
}

.w87p {
  width: 87% !important;
}

.w88p {
  width: 88% !important;
}

.w89p {
  width: 89% !important;
}

.w90p {
  width: 90% !important;
}

.w91p {
  width: 91% !important;
}

.w92p {
  width: 92% !important;
}

.w93p {
  width: 93% !important;
}

.w94p {
  width: 94% !important;
}

.w95p {
  width: 95% !important;
}

.w96p {
  width: 96% !important;
}

.w97p {
  width: 97% !important;
}

.w98p {
  width: 98% !important;
}

.w99p {
  width: 99% !important;
}

.w100p {
  width: 100% !important;
}


.sp_device .sp_w01p {
  width: 1% !important;
}

.sp_device .sp_w02p {
  width: 2% !important;
}

.sp_device .sp_w03p {
  width: 3% !important;
}

.sp_device .sp_w04p {
  width: 4% !important;
}

.sp_device .sp_w05p {
  width: 5% !important;
}

.sp_device .sp_w06p {
  width: 6% !important;
}

.sp_device .sp_w07p {
  width: 7% !important;
}

.sp_device .sp_w08p {
  width: 8% !important;
}

.sp_device .sp_w09p {
  width: 9% !important;
}

.sp_device .sp_w10p {
  width: 10% !important;
}

.sp_device .sp_w11p {
  width: 11% !important;
}

.sp_device .sp_w12p {
  width: 12% !important;
}

.sp_device .sp_w13p {
  width: 13% !important;
}

.sp_device .sp_w14p {
  width: 14% !important;
}

.sp_device .sp_w15p {
  width: 15% !important;
}

.sp_device .sp_w16p {
  width: 16% !important;
}

.sp_device .sp_w17p {
  width: 17% !important;
}

.sp_device .sp_w18p {
  width: 18% !important;
}

.sp_device .sp_w19p {
  width: 19% !important;
}

.sp_device .sp_w20p {
  width: 20% !important;
}

.sp_device .sp_w21p {
  width: 21% !important;
}

.sp_device .sp_w22p {
  width: 22% !important;
}

.sp_device .sp_w23p {
  width: 23% !important;
}

.sp_device .sp_w24p {
  width: 24% !important;
}

.sp_device .sp_w25p {
  width: 25% !important;
}

.sp_device .sp_w26p {
  width: 26% !important;
}

.sp_device .sp_w27p {
  width: 27% !important;
}

.sp_device .sp_w28p {
  width: 28% !important;
}

.sp_device .sp_w29p {
  width: 29% !important;
}

.sp_device .sp_w30p {
  width: 30% !important;
}

.sp_device .sp_w31p {
  width: 31% !important;
}

.sp_device .sp_w32p {
  width: 32% !important;
}

.sp_device .sp_w33p {
  width: 33% !important;
}

.sp_device .sp_w34p {
  width: 34% !important;
}

.sp_device .sp_w35p {
  width: 35% !important;
}

.sp_device .sp_w36p {
  width: 36% !important;
}

.sp_device .sp_w37p {
  width: 37% !important;
}

.sp_device .sp_w38p {
  width: 38% !important;
}

.sp_device .sp_w39p {
  width: 39% !important;
}

.sp_device .sp_w40p {
  width: 40% !important;
}

.sp_device .sp_w41p {
  width: 41% !important;
}

.sp_device .sp_w42p {
  width: 42% !important;
}

.sp_device .sp_w43p {
  width: 43% !important;
}

.sp_device .sp_w44p {
  width: 44% !important;
}

.sp_device .sp_w45p {
  width: 45% !important;
}

.sp_device .sp_w46p {
  width: 46% !important;
}

.sp_device .sp_w47p {
  width: 47% !important;
}

.sp_device .sp_w48p {
  width: 48% !important;
}

.sp_device .sp_w49p {
  width: 49% !important;
}

.sp_device .sp_w50p {
  width: 50% !important;
}

.sp_device .sp_w51p {
  width: 51% !important;
}

.sp_device .sp_w52p {
  width: 52% !important;
}

.sp_device .sp_w53p {
  width: 53% !important;
}

.sp_device .sp_w54p {
  width: 54% !important;
}

.sp_device .sp_w55p {
  width: 55% !important;
}

.sp_device .sp_w56p {
  width: 56% !important;
}

.sp_device .sp_w57p {
  width: 57% !important;
}

.sp_device .sp_w58p {
  width: 58% !important;
}

.sp_device .sp_w59p {
  width: 59% !important;
}

.sp_device .sp_w60p {
  width: 60% !important;
}

.sp_device .sp_w61p {
  width: 61% !important;
}

.sp_device .sp_w62p {
  width: 62% !important;
}

.sp_device .sp_w63p {
  width: 63% !important;
}

.sp_device .sp_w64p {
  width: 64% !important;
}

.sp_device .sp_w65p {
  width: 65% !important;
}

.sp_device .sp_w66p {
  width: 66% !important;
}

.sp_device .sp_w67p {
  width: 67% !important;
}

.sp_device .sp_w68p {
  width: 68% !important;
}

.sp_device .sp_w69p {
  width: 69% !important;
}

.sp_device .sp_w70p {
  width: 70% !important;
}

.sp_device .sp_w71p {
  width: 71% !important;
}

.sp_device .sp_w72p {
  width: 72% !important;
}

.sp_device .sp_w73p {
  width: 73% !important;
}

.sp_device .sp_w74p {
  width: 74% !important;
}

.sp_device .sp_w75p {
  width: 75% !important;
}

.sp_device .sp_w76p {
  width: 76% !important;
}

.sp_device .sp_w77p {
  width: 77% !important;
}

.sp_device .sp_w78p {
  width: 78% !important;
}

.sp_device .sp_w79p {
  width: 79% !important;
}

.sp_device .sp_w80p {
  width: 80% !important;
}

.sp_device .sp_w81p {
  width: 81% !important;
}

.sp_device .sp_w82p {
  width: 82% !important;
}

.sp_device .sp_w83p {
  width: 83% !important;
}

.sp_device .sp_w84p {
  width: 84% !important;
}

.sp_device .sp_w85p {
  width: 85% !important;
}

.sp_device .sp_w86p {
  width: 86% !important;
}

.sp_device .sp_w87p {
  width: 87% !important;
}

.sp_device .sp_w88p {
  width: 88% !important;
}

.sp_device .sp_w89p {
  width: 89% !important;
}

.sp_device .sp_w90p {
  width: 90% !important;
}

.sp_device .sp_w91p {
  width: 91% !important;
}

.sp_device .sp_w92p {
  width: 92% !important;
}

.sp_device .sp_w93p {
  width: 93% !important;
}

.sp_device .sp_w94p {
  width: 94% !important;
}

.sp_device .sp_w95p {
  width: 95% !important;
}

.sp_device .sp_w96p {
  width: 96% !important;
}

.sp_device .sp_w97p {
  width: 97% !important;
}

.sp_device .sp_w98p {
  width: 98% !important;
}

.sp_device .sp_w99p {
  width: 99% !important;
}

.sp_device .sp_w100p {
  width: 100% !important;
}

/* margin-all*/
.m00 {
  margin: 0px !important;
}

.m05 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

/* margin-top*/
.mt00 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}
.mt80 {
  margin-top: 80px !important;
}

.mt_5 {
  margin-top: -5px !important;
}

.mt_10 {
  margin-top: -10px !important;
}

.mt_20 {
  margin-top: -20px !important;
}

.mt_30 {
  margin-top: -30px !important;
}

.mt_50 {
  margin-top: -50px !important;
}

.mt_80 {
  margin-top: -80px !important;
}

/* margin-right*/
.mr00 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 5 !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

/* margin-bottom*/
.mb00 {
  margin-bottom: 0px !important;
}

.mb02 {
  margin-bottom: 2px !important;
}

.mb03 {
  margin-bottom: 3px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb08 {
  margin-bottom: 8px !important;
}


.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

/* margin-left*/
.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}
/* margin-left/margin-right*/
.mlr10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.mlr15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.mlr20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.mlr25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}
.mlr30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}
.mlr35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
}
.mlr40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}
.mlr45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
}
.mlr50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

/* margin-all*/
.sp_device .sp_m00 {
  margin: 0 !important;
}

.sp_device .sp_m05 {
  margin: 5 !important;
}

.sp_device .sp_m10 {
  margin: 10px !important;
}

.sp_device .sp_m15 {
  margin: 15px !important;
}

.sp_device .sp_m20 {
  margin: 20px !important;
}

.sp_device .sp_m25 {
  margin: 25px !important;
}

.sp_device .sp_m30 {
  margin: 30px !important;
}

.sp_device .sp_m35 {
  margin: 35px !important;
}

.sp_device .sp_m40 {
  margin: 40px !important;
}

.sp_device .sp_m45 {
  margin: 45px !important;
}

.sp_device .sp_m50 {
  margin: 50px !important;
}

/* margin-top*/
.sp_device .sp_mt_30 {
    margin-top: -30px !important;
}
.sp_device .sp_mt_50 {
    margin-top: -50px !important;
}

.sp_device .sp_mt_80 {
  margin-top: -80px !important;
}

.sp_device .sp_mt00 {
    margin-top: 0px !important;
}

.sp_device .sp_mt05 {
  margin-top: 5 !important;
}

.sp_device .sp_mt10 {
  margin-top: 10px !important;
}

.sp_device .sp_mt15 {
  margin-top: 15px !important;
}

.sp_device .sp_mt20 {
  margin-top: 20px !important;
}

.sp_device .sp_mt25 {
  margin-top: 25px !important;
}

.sp_device .sp_mt30 {
  margin-top: 30px !important;
}

.sp_device .sp_mt35 {
  margin-top: 35px !important;
}

.sp_device .sp_mt40 {
  margin-top: 40px !important;
}

.sp_device .sp_mt45 {
  margin-top: 45px !important;
}

.sp_device .sp_mt50 {
  margin-top: 50px !important;
}

.sp_device .sp_mt100 {
  margin-top: 100px !important;
}
.sp_device .sp_mt130 {
  margin-top: 130px !important;
}
.sp_device .sp_mt150 {
  margin-top: 150px !important;
}
.sp_device .sp_mt200 {
  margin-top: 200px !important;
}

/* margin-right*/
.sp_device .sp_mr00 {
  margin-right: 0 !important;
}

.sp_device .sp_mr05 {
  margin-right: 5 !important;
}

.sp_device .sp_mr10 {
  margin-right: 10px !important;
}

.sp_device .sp_mr15 {
  margin-right: 15px !important;
}

.sp_device .sp_mr20 {
  margin-right: 20px !important;
}

.sp_device .sp_mr25 {
  margin-right: 25px !important;
}

.sp_device .sp_mr30 {
  margin-right: 30px !important;
}

.sp_device .sp_mr35 {
  margin-right: 35px !important;
}

.sp_device .sp_mr40 {
  margin-right: 40px !important;
}

.sp_device .sp_mr45 {
  margin-right: 45px !important;
}

.sp_device .sp_mr50 {
  margin-right: 50px !important;
}

/* margin-bottom*/

.sp_device .sp_mb00 {
  margin-bottom: 0px !important;
}

.sp_device .sp_mb05 {
  margin-bottom: 5px !important;
}

.sp_device .sp_mb10 {
  margin-bottom: 10px !important;
}

.sp_device .sp_mb15 {
  margin-bottom: 15px !important;
}

.sp_device .sp_mb20 {
  margin-bottom: 20px !important;
}

.sp_device .sp_mb25 {
  margin-bottom: 25px !important;
}

.sp_device .sp_mb30 {
  margin-bottom: 30px !important;
}

.sp_device .sp_mb35 {
  margin-bottom: 35px !important;
}

.sp_device .sp_mb40 {
  margin-bottom: 40px !important;
}

.sp_device .sp_mb45 {
  margin-bottom: 45px !important;
}

.sp_device .sp_mb50 {
  margin-bottom: 50px !important;
}

.sp_device .sp_mb-50 {
  margin-bottom: -50px !important;
}
.sp_device .sp_mb-60 {
  margin-bottom: -60px !important;
}
.sp_device .sp_mb-70 {
  margin-bottom: -70px !important;
}
/* margin-left*/
.sp_device .sp_ml40_ {
    margin-left: -40px!important;
}


.sp_device .sp_ml00 {
  margin-left: 0 !important;
}

.sp_device .sp_ml05 {
  margin-left: 5 !important;
}

.sp_device .sp_ml10 {
  margin-left: 10px !important;
}

.sp_device .sp_ml15 {
  margin-left: 15px !important;
}

.sp_device .sp_ml20 {
  margin-left: 20px !important;
}

.sp_device .sp_ml25 {
  margin-left: 25px !important;
}

.sp_device .sp_ml30 {
  margin-left: 30px !important;
}

.sp_device .sp_ml35 {
  margin-left: 35px !important;
}

.sp_device .sp_ml40 {
  margin-left: 40px !important;
}

.sp_device .sp_ml45 {
  margin-left: 45px !important;
}

.sp_device .sp_ml50 {
  margin-left: 50px !important;
}

/*-------------------------------------------
padding
-------------------------------------------*/
/* padding-all*/
.p00 {
  padding: 0 !important;
}

.p05 {
  padding: 5 !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

/* padding-top*/
.pt00 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 5 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}
.pt80 {
  padding-top: 80px !important;
}

/* padding-right*/
.pr00 {
  padding-right: 0 !important;
}

.pr05 {
  padding-right: 5 !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

/* padding-bottom*/
.pb00 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5 !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

/* padding-left*/
.pl00 {
  padding-left: 0 !important;
}

.pl05 {
  padding-left: 5 !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* padding-all*/
.sp_device .sp_p00 {
  padding: 0 !important;
}

.sp_device .sp_p05 {
  padding: 5 !important;
}

.sp_device .sp_p10 {
  padding: 10px !important;
}

.sp_device .sp_p15 {
  padding: 15px !important;
}

.sp_device .sp_p20 {
  padding: 20px !important;
}

.sp_device .sp_p25 {
  padding: 25px !important;
}

.sp_device .sp_p30 {
  padding: 30px !important;
}

.sp_device .sp_p35 {
  padding: 35px !important;
}

.sp_device .sp_p40 {
  padding: 40px !important;
}

.sp_device .sp_p45 {
  padding: 45px !important;
}

.sp_device .sp_p50 {
  padding: 50px !important;
}

/* padding-top*/
.sp_device .sp_pt00 {
  padding-top: 0 !important;
}

.sp_device .sp_pt05 {
  padding-top: 5 !important;
}

.sp_device .sp_pt10 {
  padding-top: 10px !important;
}

.sp_device .sp_pt15 {
  padding-top: 15px !important;
}

.sp_device .sp_pt20 {
  padding-top: 20px !important;
}

.sp_device .sp_pt25 {
  padding-top: 25px !important;
}

.sp_device .sp_pt30 {
  padding-top: 30px !important;
}

.sp_device .sp_pt35 {
  padding-top: 35px !important;
}

.sp_device .sp_pt40 {
  padding-top: 40px !important;
}

.sp_device .sp_pt45 {
  padding-top: 45px !important;
}

.sp_device .sp_pt50 {
  padding-top: 50px !important;
}

/* padding-right*/
.sp_device .sp_pr00 {
  padding-right: 0 !important;
}

.sp_device .sp_pr05 {
  padding-right: 5 !important;
}

.sp_device .sp_pr10 {
  padding-right: 10px !important;
}

.sp_device .sp_pr15 {
  padding-right: 15px !important;
}

.sp_device .sp_pr20 {
  padding-right: 20px !important;
}

.sp_device .sp_pr25 {
  padding-right: 25px !important;
}

.sp_device .sp_pr30 {
  padding-right: 30px !important;
}

.sp_device .sp_pr35 {
  padding-right: 35px !important;
}

.sp_device .sp_pr40 {
  padding-right: 40px !important;
}

.sp_device .sp_pr45 {
  padding-right: 45px !important;
}

.sp_device .sp_pr50 {
  padding-right: 50px !important;
}

/* padding-bottom*/
.sp_device .sp_pb00 {
  padding-bottom: 0 !important;
}

.sp_device .sp_pb05 {
  padding-bottom: 5 !important;
}

.sp_device .sp_pb10 {
  padding-bottom: 10px !important;
}

.sp_device .sp_pb15 {
  padding-bottom: 15px !important;
}

.sp_device .sp_pb20 {
  padding-bottom: 20px !important;
}

.sp_device .sp_pb25 {
  padding-bottom: 25px !important;
}

.sp_device .sp_pb30 {
  padding-bottom: 30px !important;
}

.sp_device .sp_pb35 {
  padding-bottom: 35px !important;
}

.sp_device .sp_pb40 {
  padding-bottom: 40px !important;
}

.sp_device .sp_pb45 {
  padding-bottom: 45px !important;
}

.sp_device .sp_pb50 {
  padding-bottom: 50px !important;
}

/* padding-left*/
.sp_device .sp_pl00 {
  padding-left: 0 !important;
}

.sp_device .sp_pl05 {
  padding-left: 5 !important;
}

.sp_device .sp_pl10 {
  padding-left: 10px !important;
}

.sp_device .sp_pl15 {
  padding-left: 15px !important;
}

.sp_device .sp_pl20 {
  padding-left: 20px !important;
}

.sp_device .sp_pl25 {
  padding-left: 25px !important;
}

.sp_device .sp_pl30 {
  padding-left: 30px !important;
}

.sp_device .sp_pl35 {
  padding-left: 35px !important;
}

.sp_device .sp_pl40 {
  padding-left: 40px !important;
}

.sp_device .sp_pl45 {
  padding-left: 45px !important;
}

.sp_device .sp_pl50 {
  padding-left: 50px !important;
}

/*-------------------------------------------
Border
-------------------------------------------*/
.border_01 {
  border: 1px solid #ddd;
}

.borderTop_01 {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 20px;
}

.borderBottom_01 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.borderLeft_01 {
  border-left: 1px solid #ddd;
}

.borderRight_01 {
  border-right: 1px solid #ddd;
}

.borderTb_01 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.borderRl_01 {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.noBorder {
  border: none !important;
}

.noBorderTop {
  border-top: none !important;
}

.noBorderBottom {
  border-bottom: none !important;
}

.noBorderLeft {
  border-left: none !important;
}

.noBorderRight {
  border-right: none !important;
}

.borderBottom_dashed01 {
    border-bottom: 2px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/*-------------------------------------------
Font
-------------------------------------------*/
/* size*/
.fz10 {
  font-size: 1rem !important;
}

.fz11 {
  font-size: 1.1rem !important;
}

.fz12 {
  font-size: 1.2rem !important;
}

.fz13 {
  font-size: 1.3rem !important;
}

.fz14 {
  font-size: 1.4rem !important;
}

.fz15 {
  font-size: 1.5rem !important;
}

.fz16 {
  font-size: 1.6rem !important;
}

.fz17 {
  font-size: 1.7rem !important;
}

.fz18 {
  font-size: 1.8rem !important;
}

.fz19 {
  font-size: 1.9rem !important;
}

.fz20 {
  font-size: 2rem !important;
}

.fz21 {
  font-size: 2.1rem !important;
}

.fz22 {
  font-size: 2.2rem !important;
}

.fz23 {
  font-size: 2.3rem !important;
}

.fz24 {
  font-size: 2.4rem !important;
}

.fz25 {
  font-size: 2.5rem !important;
}

.fz26 {
  font-size: 2.6rem !important;
}

.fz27 {
  font-size: 2.7rem !important;
}

.fz28 {
  font-size: 2.8rem !important;
}

.fz29 {
  font-size: 2.9rem !important;
}

.fz30 {
  font-size: 3rem !important;
}

.fz31 {
  font-size: 3.1rem !important;
}

.fz32 {
  font-size: 3.2rem !important;
}

.fz33 {
  font-size: 3.3rem !important;
}

.fz34 {
  font-size: 3.4rem !important;
}

.fz35 {
  font-size: 3.5rem !important;
}

.fz36 {
  font-size: 3.6rem !important;
}

.fz37 {
  font-size: 3.7rem !important;
}

.fz38 {
  font-size: 3.8rem !important;
}

.fz39 {
  font-size: 3.9rem !important;
}

.fz40 {
  font-size: 4rem !important;
}

.sp_device .spfz10 {
  font-size: 1rem !important;
}

.sp_device .spfz11 {
  font-size: 1.1rem !important;
}

.sp_device .spfz12 {
  font-size: 1.2rem !important;
}

.sp_device .spfz13 {
  font-size: 1.3rem !important;
}

.sp_device .spfz14 {
  font-size: 1.4rem !important;
}

.sp_device .spfz15 {
  font-size: 1.5rem !important;
}

.sp_device .spfz16 {
  font-size: 1.6rem !important;
}

.sp_device .spfz17 {
  font-size: 1.7rem !important;
}

.sp_device .spfz18 {
  font-size: 1.8rem !important;
}

.sp_device .spfz19 {
  font-size: 1.9rem !important;
}

.sp_device .spfz20 {
  font-size: 2rem !important;
}

.sp_device .spfz21 {
  font-size: 2.1rem !important;
}

.sp_device .spfz22 {
  font-size: 2.2rem !important;
}

.sp_device .spfz23 {
  font-size: 2.3rem !important;
}

.sp_device .spfz24 {
  font-size: 2.4rem !important;
}

.sp_device .spfz25 {
  font-size: 2.5rem !important;
}

.sp_device .spfz26 {
  font-size: 2.6rem !important;
}

.sp_device .spfz27 {
  font-size: 2.7rem !important;
}

.sp_device .spfz28 {
  font-size: 2.8rem !important;
}

.sp_device .spfz29 {
  font-size: 2.9rem !important;
}

.sp_device .spfz30 {
  font-size: 3rem !important;
}

/* weight*/
.fwB {
  font-weight: bold !important;
}

.fwN {
  font-weight: normal !important;
}

.sp_device .sp_fwB {
  font-weight: bold !important;
}

.sp_device .sp_fwN {
  font-weight: normal !important;
}

/* color*/
.tBlue01 {
    color: #7bbee9!important;
}

.tBlue02 {
  color: #007cdc!important;
}

.tBrown01 {
    color: #604c3f!important;
}

.tRed01 {
  color: #cc0000!important;
}

.tRed02 {
  color: #e74340!important;
}

.tPink01{
  color: #EE869A!important;
}

.tGreen01 {
  color: #ABC836!important;
}

.tGray01 {
  color: #c8c8c8!important;
}

/*
line-height 行の高さ -----------------*/
.li-hefz10

.sp_device .spfz10 {
  font-size: 1rem !important;
}

.sp_device .spfz11 {
  font-size: 1.1rem !important;
}

/*font-family*/

/*アンドロイド・コピーライトマーク対応*/
.sp_device .copyRightsFont{
  font-family: "Verdana","Roboto","Droid Sans"," Arial";
  color: #fff;
}

/*任意*/

.txt_tel{
    display: inline-block;
    font-size: 42px;
    font-weight: bold;
    line-height: 42px;
    margin-top: 7px;
}
.txt_tel img {
    padding-right: 0px;
}


/*-------------------------------------------
新しいmediaBlock
-------------------------------------------*/

.mediaBlock001{
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: left;
}

.mediaBlock001 .imgRight{
    width: 60%;
    float: right;
    clear: both;
}

.mediaBlock001 .txtLeft{

}




/*-コンテンツ説明ブロック----------------------------*/
.picBlock{
    margin-top: 40px;
}


.picBlockTxt {
    padding-top: 30px;
}


.picBlockTxt .btnBlock {
    width: 80%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 20px;
}
.picBlockTxt .btnBlock img {
    width: 100%;
}
.picBlockTxt .btnBlock .imgBtn:hover {
    opacity: 0.5;    
}


.picRightBlock {
    width: 100%;
    display: block;
    float: left;
}

.picRightBlock img {
    border-radius: 10px;
}
.picRightBlock img {
    float: right;
    width: 50%;
}

.picRightBlock .picBlockTxt {
    width: 48%;
    float: left;
}

.picRightBlock2 {
    width: 100%;
    display: block;
    float: left;
}

.picRightBlock2 img {
    border-radius: 10px;
}
.picRightBlock2 img {
    float: right;
    width: 50%;
}

.picRightBlock2 .picBlockTxt {
    width: 48%;
    float: left;
}




.picLeftBlock {
    width: 100%;
    display: block;
    float: right;
}

.picLeftBlock img {
    border-radius: 10px;
}
.picLeftBlock img {
    float: left;
    width: 50%;
}

.picLeftBlock .picBlockTxt {
    width: 48%;
    float: right;
}

.picLeftBlock2 {
    width: 100%;
    display: block;
    float: right;
}

.picLeftBlock2 img {
    border-radius: 10px;
}
.picLeftBlock2 img {
    float: left;
    width: 45%;
}

.picLeftBlock2 .picBlockTxt {
    width: 49%;
    float: right;
}

.picLeftBlock3 {
    width: 100%;
    display: block;
    float: right;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    margin-top: 35px;
    padding-left: 100px;
}

.picLeftBlock3 .picBlockTxt {
    float: right;
}


.imgC_Block01{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 30px;
}

.imgC_Block02{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}

.imgC_Block03{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 50px;
}



/*--コンテンツ説明ブロックsp----------------------------*/

.sp_device .picRightBlock {
    width: 100%;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
}
.sp_device .picRightBlock img {
    float: none;
    width: 80%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.sp_device .picBlock {
    margin-top: 20px;
}

.sp_device .picBlockTxt {
    padding-top: 10px;
}
.sp_device .picRightBlock .picBlockTxt {
    width: 90%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.sp_device .picRightBlock2 {
    width: 100%;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
}
.sp_device .picRightBlock2 img {
    float: none;
    width: 80%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.sp_device .picBlockTxt2 {
    padding-top: 10px;
}
.sp_device .picRightBlock .picBlockTxt {
    width: 90%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.sp_device .picLeftBlock {
    width: 100%;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
}
.sp_device .picLeftBlock img {
    float: none;
    width: 80%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.sp_device .picBlockTxt {
    padding-top: 10px;
}
.sp_device .picLeftBlock .picBlockTxt {
    width: 90%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.sp_device .picLeftBlock2 {
    width: 100%;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
}
.sp_device .picLeftBlock2 img {
    float: none;
    width: 80%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.sp_device .picLeftBlock2 .picBlockTxt {
    width: 90%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
}


.sp_device .picBlockTxt .btnBlock {
    width: 80%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 20px;
}
.sp_device .picBlockTxt .btnBlock img {
    width: 100%;
}


.sp_device .imgC_Block02{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}




.ico_01 {
    background-image: url(/common/images/icon01.png);
    background-position: center 0%;
    background-repeat: no-repeat;
}
.ico_02 {
    background-image: url(/common/images/icon02.png);
    background-position: center 0%;
    background-repeat: no-repeat;
}
.ico_03 {
    background-image: url(/common/images/icon03.png);
    background-position: center 0%;
    background-repeat: no-repeat;
}
.ico_04 {
    background-image: url(/common/images/icon04.png);
    background-position: center 0%;
    background-repeat: no-repeat;
}
.ico_05 {
    background-image: url(/common/images/icon05.png);
    background-position: center 0%;
    background-repeat: no-repeat;
}
.ico_06 {
    background-image: url(/common/images/icon06.png);
    background-position: center 0%;
    background-repeat: no-repeat;
}



.priceBlock dt  {
    margin-left: 10px;
    float: left;
    display: inline-block;
    text-align: left;
    font-size: 2rem;
    line-height: 2rem;
    width: auto;
}

.taPrice01   {
    float: left;
    font-weight: bold;
    font-size: 4rem;
    line-height: 4.1rem;
}

.sp_device .taPrice01  {

    font-size: 3rem;
    line-height: 3.1rem;
}
.taPrice02 {
    font-size: 2.5rem;
    font-weight: bold;
}
.Price_tableBlock {
    width: 100%;
    margin-top: 8px;
}
.Price_tableBlock td  {
    padding-top: 10px;
    padding-bottom: 10px;
}
.Price_tableBlock .td01 {
    text-align: center;
    background-color: #604c3f;
    color: #FAFAFA;
    font-weight: bold;
    border-bottom: 2px solid #FFFFFF;
    font-size: 1.75rem;
}
.Price_tableBlock .td02 {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #DFDFDF;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    text-align: center;
}
.Price_tableBlock .td03 {
    text-align: right;
    padding-right: 15px;
    background-color: #DFDFDF;
    font-size: 1.7rem;
    border-bottom: 2px solid #FFFFFF;
}

.Price_tableBlock .td02-2 {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #BCBCBC;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
}
.Price_tableBlock .td03-2 {
    text-align: right;
    padding-right: 15px;
    background-color: #ACACAC;
    border-bottom: 2px solid #FFFFFF;
    font-weight: bold;
    font-size: 1.8rem;
}
.contentsTtlBlock {
    display: block;
  align-items: center;
  width: 100%;
  height: 450px;
}

.sp_device .contentsTtlBlock {
    display: block;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 29px;
    padding-bottom: 30px;
    margin-bottom: 41px;
}



.contentsTxtLeft {
    float: left;
}
.sp_device .contentsTxtLeft {
    float: none;
}


.contentsTxtRight {
    float: right;
}
.sp_device .contentsTxtRight {
    float: none;
}


.contentsTx01 {
    padding-top: 45px;
    width: 470px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height:30px;
    letter-spacing: 0.05em
}

.sp_device .contentsTx01 {
    padding-top: 20px;
    width: 100%;
    font-size: 1.2rem;
}

.contentsTx02 {
    padding-top: 20px;
    width: 470px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #604C3F;
    font-size: 2rem;
    font-family: "MS Serif", "New York", serif;
}

.sp_device .contentsTx02 {
    padding-top: 20px;
    width: 100%;
}

.bgR{
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: contain;
}

.sp_device .bgR{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.bgL{
    background-repeat: no-repeat;
    background-position: 5% center;
    background-size: contain;
}

.sp_device .bgL{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}


.contentsTxtBlock {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    background-color: rgba(255,255,255,0.70);
    width: 560px;
    border-radius: 10px;
}
.sp_device .contentsTxtBlock {
    max-width: 90%;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.contentsBg_public {
    background-image: url(../../denchu_koukoku/images/publictop.jpg);    
}

.contentsBg_collabo {
    background-image: url("../../denchu_koukoku/images/denchu_Collab.jpg");    
}

.contentsBg_wraping {
    display: flex;
    background-image: url(/communuty_services/images/denchu_wrp.png);
    
}

.contentsBg_kogata {
    background-image: url("/communuty_services/images/kogatakanban_800_450.png");
    
}

.contentsBg_jidouhanbaiki {
display: flex;
    background-image: url("/communuty_services/images/jidoouhanbaiki_top.png");
    
}

.contentsBg_kaigyou {
    display: flex;
    background-image: url(../../ad_services/images/bgimage_kaigyou.jpg);    
}

.contentsBg_design {
    display: flex;
    background-image: url(../../ad_services/images/bgimage.jpg);    
    
}

.contentsBg_inbound {
    display: flex;
    background-image: url(../../ad_services/images/bgimage_inbound.jpg);    
    
}


.contentsBg_data {
    display: flex;
    background-image: url(../../ad_services/images/ktv2imgad_data02.jpg);    
}

.CTTLbgR {
    position: absolute;
    left: 50%;
    height: 450px;
    display: block;
    width: 1600px;
}



/* ローディング画面 */
#loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #7bbee9;
    /* 以下のコードを追加 */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.spinner {
    width: 100px;
    height: 100px;
    margin-top: 200px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}
.loadingtxt{
    text-align: center;
    color: #FFFFFF;
    font-size: 2rem;
    margin-bottom: 200px;
    font-weight: bold;
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}
 
/* コンテンツ部分の装飾 */
.gallery {
display: grid;
gap: .5rem;
grid-template-columns: repeat(auto-fit,minmax(200px 1fr));
}

.gallery img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.CampaignBanner{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 70px;
    
}

.CampaignBanner_sp{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

.CampaignBanner02{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    margin-top: 50px;    
}

.CampaignBanner02_sp{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

/*商談中*/
.Syoudan{/*親div*/
    position: relative;/*相対配置*/
}
.Syoudan p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #0076FF;/*文字*/
    text-align: center;
    font-weight: bold!important; /*太字に*/
    font-size: 2em;/*サイズ2倍*/
    width: 100%;
	background: white;/*帯は白に*/
	filter: Alpha(opacity=70);
	opacity: 0.8;
}

.Syoudan img {
    width: 100%;
  }

/*契約中*/
.Keiyaku{/*親div*/
    position: relative;/*相対配置*/
}
.Keiyaku p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #F30000;/*文字*/
    text-align: center;
    font-weight: bold!important; /*太字に*/
    font-size: 2em;/*サイズ2倍*/
    width: 100%;
	background: white;/*帯は白に*/
	filter: Alpha(opacity=70);
	opacity: 0.8;
}

.Keiyaku img {
    width: 100%;
  }

#list .frame {
width: 100%;
}
.list_pd_style {
width: 387px;
display: block;
margin-right: auto;
margin-left: auto;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 12px;
padding-left: 20px;
border: 2px solid #8DBACD;
font-style: normal;
font-size: 22px;
}

/*プルダウン*/

.big {
  font-size: 1.2em;
}
.pulldownBox   {
margin-right: auto;
margin-left: auto;
display: block;
width: auto;
text-align: center;
margin-bottom: 30px;
}

.sp_device .pulldownBox {
margin-top: 10px;
margin-bottom: 0px;
}

/* Custom dropdown */
.custom-dropdown {
position: relative;
display: inline-block;
vertical-align: middle;
margin-top: 10px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}

.custom-dropdown select {
    background-color: #604c3f;
    color: #fff;
    font-size: inherit;
    padding-top: 1em;
    padding-right: 10em;
    padding-left: 1.5em;
    padding-bottom: 1em;
    border: 0;
    margin: 0;
    border-radius: 10px;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: button; /* hide default arrow in chrome OSX */
}


.custom-dropdown select{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
 
.custom-dropdown select::-ms-expand{
display: none;
}


.sp_device .custom-dropdown select {
background-color: #604c3f;
color: #fff;
font-size: inherit;
padding-top: 1em;
padding-right: 5em;
padding-left: 1.5em;
padding-bottom: 1em;
border: 0;
margin: 0;
border-radius: 3px;
text-indent: 0.01px;
text-overflow: '';
-webkit-appearance: button; /* hide default arrow in chrome OSX */
}


.sp_device .custom-dropdown select{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
 
.sp_device .custom-dropdown select::-ms-expand{
display: none;
}


.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}


.custom-dropdown::after { /*  Custom dropdown arrow */
  content: "\25BC";
  height: 1em;
  font-size: 1.25em;
  line-height: 1;
  right: 0.7em;
  top: 50%;
  margin-top: -.5em;
}

.custom-dropdown::before { /*  Custom dropdown arrow cover */
width: 3em;
right: 0;
top: 0;
bottom: 0;
border-radius: 0 3px 3px 0;
}

.custom-dropdown select[disabled] {
  color: rgba(0,0,0,.3);
}

.custom-dropdown select[disabled]::after {
  color: rgba(0,0,0,.1);
}

.custom-dropdown::before {
  background-color: rgba(0,0,0,.15);
}

.custom-dropdown::after {
  color: rgba(0,0,0,.4);
}
.sp_keyV {
width: 100%;
display: block;
margin-right: auto;
margin-left: auto;
margin-top: -100px;
clear: both;
margin-bottom: 90px;
}

.MapTtl{
    font-size: 2.3rem;
    color: #604c3f;
    font-weight: bold;
    text-align: center;
    margin-top: -30px;
    margin-bottom: -20px;
	letter-spacing: 0.25em;
}

.sp_device .MapTtl{
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.newTtlBlock{
    width: 1080px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 100px;
}

.sp_device .newTtlBlock{
    margin-top: 50px!important;
    padding-top: 30px;
    text-align: center;
    width: 70%;
    
}

.newTtlBlock02{
    width: 1080px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;    
}

.sp_device .newTtlBlock02{
    margin-top: 10px!important;
    padding-top: 0px!important;
    text-align: center;
    width: 70%;
    
}

.newTtlBlock03{
    width: 1080px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: -100px!important;
    margin-bottom: 50px!important;    
}

.sp_device .newTtlBlock03{
    margin-top: 10px!important;
    padding-top: 0px!important;
    text-align: center;
    width: 70%;
    
}


.newBlockApp{
    padding-bottom: 80px;
}

.sp_device .newBlockApp{
    margin-top: 50px!important;
    padding-top: 30px;
    text-align: center;
    width: 100%;
    
}

.CorpTl{
    text-align: center!important;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: -30px!important;
}

.sp_device .CorpTl{
    text-align: center;
    font-size: 1.7rem;
    padding-bottom: 10px;
}

.TxMin{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.Fw_Black{
    color: #000000!important;    
}


/*-------
募集締め切りました-------*/

.closingBox{
    margin-top: 80px!important;    

}

.ribbon2 {
    display: inline-block;
    position: relative;
    height: 60px;
    line-height: 60px;
    padding: 7px 7px;
    font-size: 1.8rem;/*フォントサイズ*/
    background: #e74340;/*背景色*/
    color: #FFF;/*文字色*/
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ribbon2 h3 {
  margin: 0;
  padding: 0 30px;
  border-top: dashed 1px #FFF;/*上の破線*/
  border-bottom: dashed 1px #FFF;/*下の破線*/
  line-height: 46px;
}

.ribbon2:before, .ribbon2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon2:before {
  /*左端の山形*/
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon2:after {
  /*右端の山形*/
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.sp_device .ribbon2 {
    font-size: 1.2rem;/*フォントサイズ*/
}

/*
取り消し線一重-----------------*/
.textdecoration{
    text-decoration: line-through;    
}




/*
DLボタンの動作-----------------*/

.DL-parts {
  display: inline-block;
  padding: .6em 2em;
  margin: 0 0 1em;
  color: #fff;
  font-size: 0px;
  cursor: pointer;
}

.DL-parts:hover {
  opacity: .6;
}

/*
ページネーション ---------------------*/
.example3 li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border: 1px #ccc solid;
    color: #000053;
    border-radius: 5px / 5px;
    margin-top: 20px;
    margin-bottom: 50px;
 }

.example3 .pre {
    background-color: #ccc;
    color: #604c3f;
}
.example3 .this {
	background-color:#604c3f;
	color:#fff;
}
.example3 li a{
	display:block;
	text-decoration: none;
}
.example3 li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #7bbee9;
	border-radius: 5px / 5px;
}

.sp_device .example3 li {
    margin-bottom: 20px;
 }

/*
お知らせ ----------------*/

.partsTtl{
        margin: 0 -900px;
        background: #585858;
        color: #fff;
        text-align: center;
        padding: 15px;
        margin-bottom: 30px;
        margin-top: 30px;
        font-size: 2.4rem;
    }
    .sp_device .partsTtl{
        margin-top: 25px;
        margin-bottom: 25px;
    }
    
/*textBlock01
雑貨市とは　などなどで使用　-------*/ 
.textBlock01 {
    width: 635px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 35px;
    font-size: 1.5rem;
    line-height: 2.5rem;
    text-align: left;
}

.sp_device .textBlock01 {
    width: 90%;
}

/*textBlock02
-------------------------------------------*/

.textBlock02 {
    width: 635px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 35px;
    font-size: 1.5rem;
    line-height: 2.5rem;
    text-align: left;
}


/*textBlock02 sp
-------------------------------------------*/
.sp_device .textBlock02 {
    width: 90%;
}


/*textBlock03
-------------------------------------------*/
.textBlock03{
    margin-top: 40px;
    padding-left: 200px;
    padding-right: 200px;
}

/*textBlock03 sp
-------------------------------------------*/
.sp_device .textBlock01{
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

/*textBlock04
雑貨市とは　などなどで使用　-------*/ 
.textBlock04 {
    width: 610px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 35px;
    font-size: 1.5rem;
    line-height: 2.5rem;
    text-align: left;
}

.sp_device .textBlock04 {
    width: 80%;
}


/*news用小見出し*/
.md_contentsTtl_NW01{
  	font-size: 1.7rem;
  	color: #7bbee9;
  	font-weight: bold;
	padding: 0.1em 0.5em;/*上下 左右の余白*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #7bbee9;/*左線*/
}

*+.md_contentsTtl_NW01{
    margin-top: 30px;
}

.md_contentsTtl_NW01+*{
    margin-top: 10px;

}

.sp_device .md_contentsTtl_NW01{
    font-size: 1.6rem;
    margin-bottom: 11px;
    text-align: left;	
}

.sp_device .md_contentsTtl_NW01+*{
  padding: 0 10px;
}

/*　▼開催地選択ボタン▼ */
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.sp_device .btn-borderSP{
    text-align: center;
}



.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  border-radius: 0.5rem;
}

/*主な共通部分は省略*/
/*　btn-border */
a.btn-border {
  padding: 1.5rem 4rem;
  border: 2px solid #604c3f;
  border-radius: 0;
  background: #7bbee9;
}

a.btn-border:before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border-top: 3px dotted #604c3f;
}

a.btn-border:after {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border-top: 3px dotted #604c3f;
}

a.btn-border:hover:before {
  top: -2px;
  background: #604c3f;
}

a.btn-border:hover:after {
  bottom: -2px;
  background: #604c3f;
}

/*　btn-border2 */
a.btn-border2 {
  padding: 1.5rem 4rem;
  border: 2px solid #604c3f;
  border-radius: 0;
  background: #d9423f;
}

a.btn-border2:before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;

  border-top: 3px dotted #604c3f;
}

a.btn-border2:after {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border-top: 3px dotted #604c3f;
}

a.btn-border2:hover:before {
  top: -2px;
  background: #604c3f;
}

a.btn-border2:hover:after {
  bottom: -2px;
  background: #604c3f;
}
/*　▲開催地選択ボタン▲ */
