﻿/*------------------------------------------------------------
  font
------------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:700');

/*------------------------------------------------------------
  body
------------------------------------------------------------ */
html {
  font-size: 88%;
}
body {
  margin: 0;
  padding: 0;
  border:0;
  -webkit-text-size-adjust: 100%;
  font-size: 88%;
  line-height: 1.5;
  font-family: "Open Sans", "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
  color: #333;
}
html:not(:target) body {
  font-size: 14px;
}

@media screen and (min-width:769px) {
  body {
    min-width: 1260px;
  }
}

@media screen and (max-width:768px) {
  html.noScll, body.noScll {
    overflow: hidden;
  }
  html {
    font-size: 75%;
  }

 body {
    margin: 0;
    padding: 0;
    border:0;
    font-size: 75%;
    line-height: 1.8;
    font-family: "Open Sans", "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    color: #333;
  }
  html:not(:target) body {
    font-size: 12px;
  }
}


.pdTop0{
  padding-top: 0px!important;
}





/*------------------------------------------------------------
  reset
------------------------------------------------------------ */
* {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  vertical-align:baseline;
  background:transparent;
  list-style: none;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  word-break: break-all;
}
a {
  margin:0;
  padding:0;
  vertical-align:baseline;
  background:transparent;
  text-decoration: none;
  color: #004098;
}
img {
  width: 100%;
  vertical-align: top;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
th{
font-weight:normal;
}

@media screen and (min-width:769px) {
  a:hover {
    text-decoration: underline;
  }
}

/* clearfix
-------------------------------------*/
.clearfix:before,
.clearfix:after {
	display:table;
	content:"";
}

.clearfix:after {
	clear:both;
}

.clearfix {
	zoom:1;
}

@media screen and (min-width:769px) {
  .spCnt {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .pcCnt {
    display: none;
  }
}
/*------------------------------------------------------------
  header
------------------------------------------------------------ */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  font-family: 'Open Sans', "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}
#headerArea {
  background: #fff;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
}
#headerArea .headerAreaInner {
  width: 1260px;
  margin: 0 auto;
  padding-top: 15px;
}
#headerArea #headerLogo {
  width: 158px;
  margin-top: 20px;
  float: left;
}
#gnavArea {
  width: 957px;
  float: right;
  overflow: hidden;
}
#gnavArea .gnavBox01 {
  margin-bottom: 26px;
  float: right;
}

/* #monte_common_hd_hd #hd_search_box
-------------------------------------------------- */
#hd_search_box{
  width: 260px;
  float: left;
  padding: 7px 20px;
	background: #eef5fd;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
#hd_search_box * {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  list-style: none;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
#hd_search_box .gsc-input{
  width: 203px;
  padding: 0 15px 0 0;
	border: none;
  font-size: 110%;
  background-color: #eef5fd !important;
}
#hd_search_box .gsc-input .gsc-input-box,
#hd_search_box .gsc-input #gsc-iw-id1{
  border:none;
  padding-top: 2px;
}
#hd_search_box .gsc-search-box .gsc-input>input:hover,
#hd_search_box .gsc-input-box-hover {
  box-shadow:none;
  outline:none;
}
#hd_search_box .gsc-search-box .gsc-input>input:focus,
#hd_search_box .gsc-input-box-focus {
  box-shadow:none;
  outline:none;
}
#hd_search_box td.gsc-search-button{
  width: 20px;
  height: 20px;
  border: none;
	font-size: 100%;
	background: url(/monte/cmn/images/ico_search.png) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
  display: inline-block;
}
#hd_search_box td.gsc-search-button input.gsc-search-button{
  width: 100%;
  height: 100%;
  vertical-align: top;
  opacity: 0;
  cursor: pointer;
}
#hd_search_box #gs_cb50 {
  font-size: 170%;
  vertical-align: middle;
}
#hd_search_box #gsc-i-id1.gsc-input {
  height: auto !important;
}
.gsc-search-button-v2 svg {
  opacity: 0;
}

#gnavArea .gnavBox01 .headerInquiry {
  width: 179px;
  margin-left: 16px;
  font-size: 93%;
  font-weight: bold;
  float: left;
}
#gnavArea .gnavBox01 .headerInquiry p a {
  color: #004098;
  padding: 8px 5px;
  display: block;
  border: 1px solid #004098;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#gnavArea .gnavBox01 .headerInquiry p a span {
  padding-right: 30px;
	position: relative;
}
#gnavArea .gnavBox01 .headerInquiry p a span::after {
  width: 5px;
	height: 10px;
	margin-top: -5px;
  content: '';
  background: url(/monte/cmn/images/link_arrow01.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
  right: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#gnavArea .gnavBox01 .headerFaq {
  width: 153px;
  margin-left: 16px;
  font-size: 93%;
  font-weight: bold;
  float: left;
}
#gnavArea .gnavBox01 .headerFaq p a {
  color: #004098;
  padding: 9px 5px;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#gnavArea .gnavBox01 .headerFaq p a span {
  padding-right: 30px;
	position: relative;
}
#gnavArea .gnavBox01 .headerFaq p a span::after {
  width: 5px;
	height: 10px;
	margin-top: -5px;
  content: '';
  background: url(/monte/cmn/images/link_arrow01.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
  right: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#gnavArea .gnavBox02 {
  clear: both;
}
#gnavArea .gnavBox02 .headerMenu ul {
  letter-spacing: -0.5em;
  text-align: right;
}
#gnavArea .gnavBox02 .headerMenu li {
  height: 51px;
  display: inline-block;
  letter-spacing: normal;
}
#gnavArea .gnavBox02 .headerMenu li a {
  padding-bottom: 18px;
  display: block;
}
#headerArea .spCnt {
  display: none !important;
}

@media screen and (min-width:769px) {
  header a:hover {
    text-decoration: none;
  }
  #gnavArea .gnavBox01 .headerInquiry p a:hover {
    color: #fff;
    background: #004098;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #gnavArea .gnavBox01 .headerInquiry p a:hover span::after {
    background: url(/monte/cmn/images/link_arrow02.png);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #gnavArea .gnavBox01 .headerFaq p a:hover {
    color: #fff;
    background: #004098;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #gnavArea .gnavBox01 .headerFaq p a:hover span::after {
    background: url(/monte/cmn/images/link_arrow02.png);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #gnavArea .gnavBox02 .headerMenu li a:hover {
    border-bottom: 1px solid #e85762;
  }
}

@media screen and (max-width:768px) {
  header {
    z-index: 994;
  }
  #headerArea .headerAreaInner {
    width: 100%;
    margin: 0;
    padding: 2% 3%;
    position: relative;
  }
  #headerArea #headerLogo {
    width: 26%;
    margin-top: 1%;
    float: left;
  }
  #headerArea #gnavBtn.gnavClose + #gnavArea {
    top: 0;
    display: block;
  }
  #headerArea #gnavBtn.gnavClose + #gnavArea .gnavLayer {
    display: block;
  }
  #gnavArea .gnavLayer {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: -2;
  }
  #headerArea #gnavBtn {
    width: 7%;
    margin: 2% 0;
    float: right;
  }
  #gnavArea {
    width: 100%;
    padding: 20% 6% 40%;
    float: none;
    position: absolute;
    top: -100%;
    left: 0;
    display: none;
    overflow: auto;
    z-index: -1;
  }
  #gnavArea .gnavBox01 {
    margin: 6% 0 0;
    float: none;
  }

  #hd_search_box{
    width: 100%;
    float: none;
    padding:  2% 4% 0 0;
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #004098;
  }
  #hd_search_box .gsc-input{
    width: 88%;
    padding: 0;
    display: block;
    float: right;
    font-size: 110%;
    background-color: rgba(255, 255, 255, 0) !important;
  }
  #hd_search_box .gsc-input .gsc-input-box,
  #hd_search_box .gsc-input #gsc-iw-id1{
    padding-top: 1%;
  }
  #hd_search_box td.gsc-search-button{
    margin: 0 0 2% 0;
    float: left;
  }
  #hd_search_box #gs_cb50 {
    font-size: 170%;
    vertical-align: top;
  }

  #gnavArea .gnavBox02 .headerMenu ul {
    margin-top: 10%;
    letter-spacing: normal;
    text-align: center;
  }
  #gnavArea .gnavBox02 .headerMenu li {
    width: 100%;
    height: auto;
    margin-top: 8%;
    display: block;
  }
  #gnavArea .gnavBox02 .headerMenu li:first-child {
    margin-top: 0;
  }
  #gnavArea .gnavBox02 .headerMenu li a {
    width: 100%;
    padding-bottom: 0;
    display: inline-block;
    text-align: center;
  }
  #gnavArea .gnavBox02 .headerMenu li a img {
    width: 43%;
  }
  #gnavArea .headerInquiry {
    width: 80%;
    margin: 6% auto 0;
    font-size: 100%;
    font-weight: bold;
  }
  #gnavArea .headerInquiry p a {
    color: #004098;
    padding: 6% 12% 6% 12%;
    display: block;
    border: 1px solid #004098;
    text-align: center;
    position: relative;
  }
  #gnavArea .headerInquiry p a::after {
    width: 6px;
    height: 11px;
    margin-top: -4px;
    content: '';
    background: url(/monte/cmn/images/sp_link_arrow02.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 4%;
  }
  #gnavArea .headerFaq {
    width: 80%;
    margin: 10% auto 0;
    font-size: 100%;
    font-weight: bold;
  }
  #gnavArea .headerFaq p a {
    color: #004098;
    padding: 6% 12% 6% 12%;
    display: block;
    border: 1px solid #004098;
    text-align: center;
    position: relative;
  }
  #gnavArea .headerFaq p a::after {
    width: 6px;
    height: 11px;
    margin-top: -4px;
    content: '';
    background: url(/monte/cmn/images/sp_link_arrow02.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 4%;
  }
  #gnavArea .gnavBox02 {
    clear: both;
  }
  #headerArea .pcCnt {
    display: none;
  }
  #headerArea .spCnt {
    display: block !important;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  #headerArea .headerAreaInner {
    padding: 1% 3%;
  }
}

/*------------------------------------------------------------
  snsLinkArea
------------------------------------------------------------ */
#snsLinkArea {
  position: fixed;
  bottom: 36%;
  right: 0;
  z-index: 1;
}
#snsLinkArea .snsLink .fbLink a {
  width: 110px;
  height: 173px;
  display: block;
}
#snsLinkArea .snsLink .instaLink {
  width: 110px;
  margin-top: 11px;
  display: inline-block;
  text-align: right;
}
#snsLinkArea .snsLink .instaLink a {
  width: 48px;
  height: 54px;
  display: inline-block;
  vertical-align: middle;
}
#snsLinkArea .snsLink .instaLink a img {
  width: auto;
}
#snsLinkArea .snsLink .spSnsTxt {
  display: none;
}
#snsLinkArea .snsLink .spCnt {
  display: none;
}

@media screen and (min-width:769px) {
  #snsLinkArea .snsLink .fbLink a:hover {
    background: url(/monte/cmn/images/page_btn_fb_on.png) top left no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  #snsLinkArea .snsLink .fbLink a:hover img {
    display: none;
  }
  #snsLinkArea .snsLink .instaLink a:hover {
    background: url(/monte/cmn/images/page_btn_insta_on.png) bottom right no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  #snsLinkArea .snsLink .instaLink a:hover img {
    display: none;
  }
}

@media screen and (max-width:768px) {
  #snsLinkArea {
    width: 100%;
    background: #004098;
    bottom: 0;
  }
  #snsLinkArea .snsLink {
    width: 94%;
    margin: 0 auto;
  }
  #snsLinkArea .snsLink .spSnsTxt {
    width: 22%;
    height: auto;
    display: inline-block;
  }
  #snsLinkArea .snsLink .fbLink {
    width: 27%;
    margin-left: 5%;
    display: inline-block;
    text-align: center;
  }
  #snsLinkArea .snsLink .fbLink a {
    width: auto;
    height: auto;
    display: block;
  }
  #snsLinkArea .snsLink .fbLink img {
    width: 100%;
  }
  #snsLinkArea .snsLink .instaLink {
    width: 36%;
    margin: 0 0 0 2%;
    padding-left: 9%;
    display: inline-block;
    text-align: center;
    position: relative;
  }
  #snsLinkArea .snsLink .instaLink:before {
    width: 2px;
    height: 20px;
    margin-top: -10px;
    content: '';
    background: url(/monte/cmn/images/sp_bd_sns01.gif);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0;
  }
  #snsLinkArea .snsLink .instaLink a {
    width: auto;
    height: auto;
    display: block;
  }
  #snsLinkArea .snsLink .instaLink a img {
    width: 100%;
  }
  #snsLinkArea .snsLink .spSnsTxt {
    display: inline-block;
  }
  #snsLinkArea .snsLink .pcCnt {
    display: none;
  }
  #snsLinkArea .spCnt {
    display: block;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  #snsLinkArea .snsLink .spSnsTxt {
    width: 13%;
    margin-left: 5%;
  }
  #snsLinkArea .snsLink .fbLink {
    width: 16%;
    margin-left: 14%;
  }
  #snsLinkArea .snsLink .instaLink {
    width: 32%;
    margin: 0 0 0 11%;
    padding-left: 16%;
  }
}

/*------------------------------------------------------------
  footer
------------------------------------------------------------ */
#footerArea img {
  width: auto;
}
#footerArea {
  padding: 60px 0;
  background: #333;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
#footerArea .footerAreaInner {
  width: 1260px;
  margin: 0 auto;
  position: relative;
}
#pageTop {
  position: absolute;
  top: 0;
  right: -45px;
}
#pageTop > p {
  width: 40px;
  text-align: center;
}
#pageTop > p > a {
  display: block;
}
#footerArea .footerTopCnt #footerLogo {
  width: 180px;
  float: left;
}
#footerArea .footerTopCnt .footLogoBlock {
  margin: 14px 0 0 120px;
  float: left;
  letter-spacing: -0.5em;
}
#footerArea .footerTopCnt .footLogoBlock > p {
  display: inline-block;
  letter-spacing: normal;
  margin-left: 20px;
}
#footerArea .footerTopCnt .footLogoBlock > p:first-child {
  margin-left: 0;
}
#footerArea .footerTopCnt .footInquiry {
  width: 430px;
  float: left;
  margin-left: 90px;
  color: #fff;
  display: table;
}
#footerArea .footerTopCnt .footInquiry .footInqBox {
  display: table-cell;
  vertical-align: middle;
}
#footerArea .footerTopCnt .footInquiry .footInqBox .inqTxt01 {
  text-align: center;
  font-size: 172%;
}
#footerArea .footerTopCnt .footInquiry .footInqBox .inqTxt02 {
  font-size: 93%;
  text-align: center;
}
#footerArea .footerTopCnt .footInquiry .footInqBtn {
  width: 225px;
  padding-left: 18px;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}
#footerArea .footerTopCnt .footInquiry .footInqBtn p a {
  color: #fff;
  padding: 15px;
  display: block;
  border: 1px solid #fff;
  text-align: center;
}
#footerArea .footerTopCnt .footInquiry .footInqBtn p a span {
  padding-right: 30px;
	position: relative;
}
#footerArea .footerTopCnt .footInquiry .footInqBtn p a span::after {
  width: 5px;
	height: 10px;
	margin-top: -4px;
  content: '';
  background: url(/monte/cmn/images/link_arrow02.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
  right: 0;
}
#footerArea .footerBtmCnt {
  margin-top: 50px;
}
#footerArea .footerBtmCnt .footLinkBlock {
  width: 1045px;
  margin: 0 auto;
  padding: 1.3em 0;
  position: relative;
  display: flex;
  justify-content: center;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}
#footerArea .footerBtmCnt .footLinkBlock:after {
  content: "";
  width: 1045px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/monte/cmn/images/bg_border01.png);
  background-size: 100%;
}
#footerArea .footerBtmCnt .footLinkBlock:before {
  content: "";
  width: 1045px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/monte/cmn/images/bg_border01.png);
  background-size: 100%;
}
#footerArea .footerBtmCnt .footLinkBlock .footLink:after {
content: "/";
    position: absolute;
    top: 0;
    right: -25px;
    color: #fff;
    font-size: 1.3em;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

#footerArea .footerBtmCnt .footLinkBlock:first-child {
  margin-top: 0;
}

#footerArea .footerBtmCnt .footLinkBlock .footLink {
  position: relative;
  margin: 0 20px;
}

#footerArea .footerBtmCnt .footLinkBlock .footLink:after {
  content: "/";
  position: absolute;
  top: 0;
  right: -25px;
  color: #fff;
  font-size: 1.3em;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

#footerArea .footerBtmCnt .footLinkBlock .footLinkCnt01 {
  width: 400px;
  margin-left: 30px;
  float: left;
}
#footerArea .footerBtmCnt .footLinkBlock .footLinkCnt01:first-child,
#footerArea .footerBtmCnt .footLinkBlock .footLinkCnt02:first-child,
#footerArea .footerBtmCnt .footLinkBlock .footLinkCnt03:first-child {
  margin-left: 0;
}
#footerArea .footerBtmCnt .footLinkBlock .footLink:nth-child(6)::after {display: none;}
#footerArea .footerBtmCnt .footLinkBlock .footLinkTit {
  position: relative;
  font-size: 120%;
}
#footerArea .footerBtmCnt .footLinkBlock .footLinkTit a {
  color: #fff;
}
#footerArea .footerBtmCnt .footLinkBlock .footLinkList {
  margin-top: 10px;
}
#footerArea .footerBtmCnt .footLinkBlock .footLinkList ul li {
  margin-top: 6px;
  padding-left: 17px;
  font-size: 93%;
  position: relative;
}
#footerArea .footerBtmCnt .footLinkBlock .footLinkList ul li::before {
  width: 7px;
	height: 18px;
	margin-top: -9px;
  content: '-';
  color: #fff;
	position: absolute;
	top: 50%;
  left: 5px;
}
#footerArea .footerBtmCnt .footLinkBlock .footLinkList ul li:first-child {
  margin-top: 0;
}
#footerArea .footerBtmCnt .footLinkBlock .footLinkList ul li a {
  color: #fff;
}
#footerArea .footerBtmCnt .footLinkBlock .footLinkCnt02 {
  width: 830px;
  margin-left: 30px;
  float: left;
}
#footerArea .footerBtmCnt .footLinkBlock .footLinkCnt02 .footLinkTit::after {
  width: 725px;
}
#footerArea .footerBtmCnt .footLinkBlock .footLinkCnt02 .footLinkList > ul {
  width: 400px;
  margin-left: 30px;
  float: left;
}
#footerArea .footerBtmCnt .footLinkBlock .footLinkCnt02 .footLinkList > ul:first-child {
  margin-left: 0;
}
#footerArea .footerBtmCnt .footLinkBlock .footLinkCnt03 {
  width: 400px;
  margin-left: 30px;
  float: left;
}
#footerArea .footerBtmCnt .footLinkBlock .footLinkCnt03 .footLinkList > ul {
  width: 185px;
  margin-left: 30px;
  float: left;
}
#footerArea .footerBtmCnt .footLinkBlock .footLinkCnt03 .footLinkList > ul:first-child {
  margin-left: 0;
}
#footerBtmArea {
  margin: 23px;
}
#footerBtmArea .footerBtmAreaInner {
  width: 1214px;
  margin: 0 auto;
}
#footerBtmArea .footerBtmAreaInner .footBtmLeft {
  width: 700px;
  float: left;
}
#footerBtmArea .footerBtmAreaInner .footBtmLeft ul {
  letter-spacing: -0.5em;
}
#footerBtmArea .footerBtmAreaInner .footBtmLeft ul li {
  display: inline-block;
  letter-spacing: normal;
  margin-left: 20px;
  font-size: 93%;
}
#footerBtmArea .footerBtmAreaInner .footBtmLeft ul li a {
  color: #333;
  position: relative;
}
#footerBtmArea .footerBtmAreaInner .footBtmLeft ul li:first-child {
  margin-left: 0;
}
#footerBtmArea #coryright {
  width: 500px;
  float: right;
}
#footerBtmArea #coryright p {
  font-size: 86%;
  text-align: right;
}
#footerArea .spCnt,
#footerArea .footerTopCnt .footLogoBlock .spCnt {
  display: none;
}

@media screen and (min-width:769px) {
  #pageTop > p > a:hover {
    background: url(/monte/cmn/images/btn_pageTop_on.png) top center no-repeat;
    -webkit-background-size: 12px 108px;
    background-size: 12px 108px;
  }
  #pageTop > p > a:hover img {
    opacity: 0;
  }
  footer a:hover {
    text-decoration: none;
  }
  #footerArea .footerTopCnt .footLogoBlock > p a:hover {
    opacity: 0.5;
  }
  #footerArea .footerTopCnt .footInquiry .footInqBtn p a:hover {
    opacity: 0.5;
  }
  #footerArea .footerBtmCnt .footLinkBlock .footLinkTit a:hover {
    opacity: 0.5;
  }
  #footerArea .footerBtmCnt .footLinkBlock .footLinkList ul li a:hover {
    opacity: 0.5;
  }
  #footerBtmArea .footerBtmAreaInner .footBtmLeft ul li a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width:768px) {
  #footerArea img {
    width: auto;
  }
  #footerArea {
    padding: 0;
  }
  #footerArea .footerAreaInner {
    width: 100%;
    margin: 0;
  }
  #pageTop {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    background: #5c5c5c;
  }
  #pageTop > p {
    width: 100%;
  }
  #pageTop > p a {
    width: 100%;
    padding: 4% 3%;
    display: inline-block;;
  }
  #pageTop > p a img {
    width: 29%;
  }
  #footerArea .footerTopCnt #footerLogo {
    width: 100%;
    padding: 8% 6% 7%;
    float: none;
  }
  #footerArea .footerTopCnt #footerLogo p {
    width: 34%;
    margin: 0 auto;
    text-align: center;
  }
  #footerArea .footerTopCnt #footerLogo p a img {
    width: 100%;
  }
  #footerArea .footerTopCnt > div {
    border-top: 1px solid #555;
  }
  #footerArea .footerTopCnt > div:first-child {
    border-top: none;
  }
  #footerArea .footerTopCnt > div:last-child {
    border-bottom: 1px solid #555;
  }
  #footerArea .footerTopCnt .footLogoBlock {
    width: 100%;
    margin: 0;
    float: none;
    letter-spacing: -0.5em;
    display: table;
  }
  #footerArea .footerTopCnt .footLogoBlock > p {
    width: 50%;
    display: table-cell;
    letter-spacing: normal;
    margin-left: 0;
  }
  #footerArea .footerTopCnt .footLogoBlock > p a {
    padding: 14% 13%;
    display: block;
  }
  #footerArea .footerTopCnt .footLogoBlock .footLogoImg01 {
    border-right: 1px solid #555;
  }
  #footerArea .footerTopCnt .footLogoBlock .footLogoImg01 a img {
    width: 100%;
  }
  #footerArea .footerTopCnt .footLogoBlock .footLogoImg02 a img {
    width: 100%;
  }
  #footerArea .footerTopCnt .footInquiry {
    width: 100%;
    margin-left: 0;
    padding: 6%;
    float: none;
    color: #fff;
    display: block;
  }
  #footerArea .footerTopCnt .footInquiry .footInqBox {
    width: 100%;
    display: block;
    vertical-align: top;
  }
  #footerArea .footerTopCnt .footInquiry .footInqBox .inqTxt01 {
    text-align: left;
    color: #fff;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  #footerArea .footerTopCnt .footInquiry .footInqBox .inqTxt02 {
    text-align: left;
    letter-spacing: 0.05em;
  }
  #footerArea .footerTopCnt .footInquiry .footInqBtn {
    width: 100%;
    margin-top: 8%;
    padding-left: 0;
    display: block;
  }
  #footerArea .footerTopCnt .footInquiry .footInqBtn p a {
    padding: 4% 12% 4% 12%;
    display: block;
    position: relative;
  }
  #footerArea .footerTopCnt .footInquiry .footInqBtn p a span {
    margin-right: -13%;
    padding-right: 13%;
  }
  #footerArea .footerTopCnt .footInquiry .footInqBtn p a span::after {
    width: 25px;
    height: 8px;
    margin-top: -5px;
    content: '';
    background: url(/monte/cmn/images/btn_arrow02.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0;
  }
  #footerArea .footerBtmCnt {
    margin-top: 0;
  }
  #footerArea .footerBtmCnt .footLinkBlock {
    width: 100%;
    margin-top: 0;
    padding: 0;
    flex-direction: column;
  }
  #footerArea .footerBtmCnt .footLinkBlock:before,
  #footerArea .footerBtmCnt .footLinkBlock:after {
    display: none;
  }
  #footerArea .footerBtmCnt .footLinkBlock .footLink {
    width: 100%;
    margin-left: 0;
    float: none;
    border-bottom: 1px solid #555;
  }
  #footerArea .footerBtmCnt .footLinkBlock .footLink:after {
    display: none;
  }
  #footerArea .footerBtmCnt .footLinkBlock .footLinkTit {
    width: 100%;
    padding-right: 0;
    position: relative;
    font-size: 100%;
  }
  #footerArea .footerBtmCnt .footLinkBlock .footLinkTit::after {
    display: none;
  }
  #footerArea .footerBtmCnt .footLinkBlock .footLinkTit a {
    padding: 6% 12% 6% 6%;
    display: block;
    position: relative;
  }
  #footerArea .footerBtmCnt .footLinkBlock .footLinkTit a::after {
    width: 6px;
    height: 11px;
    margin-top: -5px;
    content: '';
    background: url(/monte/cmn/images/sp_link_arrow01.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 4%;
  }
  #footerArea .footerBtmCnt .footLinkBlock .footLink {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  #footerBtmArea {
    margin: 0 0 15% 0;
  }
  #footerBtmArea .footerBtmAreaInner {
    width: 100%;
    margin: 0;
  }
  #footerBtmArea .footerBtmAreaInner .footBtmLeft {
    width: 100%;
    float: none;
    background: #333;
  }
  #footerBtmArea .footerBtmAreaInner .footBtmLeft ul {
    letter-spacing: -0.5em;
  }
  #footerBtmArea .footerBtmAreaInner .footBtmLeft ul li {
    width: 50%;
    display: table;
    float: left;
    letter-spacing: normal;
    margin-left: 0;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
    position: relative;
  }
  #footerBtmArea .footerBtmAreaInner .footBtmLeft ul li:nth-of-type(2n) {
    border-right: none;
  }
  #footerBtmArea .footerBtmAreaInner .footBtmLeft ul li a {
    width: 100%;
    padding: 12% 24% 12% 12%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  #footerBtmArea .footerBtmAreaInner .footBtmLeft ul li a::after {
    width: 6px;
    height: 11px;
    margin-top: -5px;
    content: '';
    background: url(/monte/cmn/images/sp_link_arrow01.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 8%;
  }
  #footerBtmArea .footerBtmAreaInner .footBtmLeft ul li a {
    color: #fff;
  }
  #footerBtmArea #coryright {
    width: 100%;
    padding: 2%;
    float: none;
  }
  #footerBtmArea #coryright p {
    text-align: center;
  }
  #footerArea .pcCnt {
    display: none !important;
  }
  #footerArea .spCnt {
    display: block !important;
  }
  #footerArea .footerTopCnt .footLogoBlock .spCnt {
    display: inline-block !important;
  }
  /*------------------------------------------------------------
    mimaiWrap
  ------------------------------------------------------------ */
  #topCnt .mimaiWrap{
    width: 80%;
    margin: 35px auto;
    padding: 25px 25px;
    text-align: justify;
  }
  #topCnt .mimaiWrap .title{
    font-size: 17px;
    line-height: 1.6;
  }
  #topCnt .mimaiWrap .text{
    font-size: 15px;
  }
}

/*------------------------------------------------------------
  parts
------------------------------------------------------------ */
#mainArea {
  margin-bottom: 60px;
}
.inner {
  width: 76%;
  margin: 0 auto;
}
.wideInner {
  width: 87.5%;
  margin: 0 auto;
}
.inner > div,
.wideInner > div {
  margin-top: 40px;
}
.inner > div:first-child,
.wideInner > div:first-child {
  margin-top: 0;
}

.secHeadInner {
  width: 76%;
  margin: 60px auto 80px;
}
.textBlock01 .icon::after{
  content: url(/monte/cmn/images/img_icon01.jpg);
  position: relative;

}

.fqa_nwfa{
  padding-left:1em;
  text-indent:-1em;
}

.required{
  padding: 2px 5px;
  color: #fff;
  background: #b9305a;
}

.faqTell{
  color: #2dac80;
  font-size: 32px;
}

@media screen and (min-width:769px) {
  .inner {
    max-width: 1100px;
    min-width: 1100px;
  }
  .wideInner {
    max-width: 1260px;
    min-width: 1260px;
  }
  .secHeadInner {
    max-width: 1100px;
    min-width: 1100px;
  }
}

@media screen and (max-width:768px) {
  #mainArea {
    margin-bottom: 40px;
  }

  .inner {
    width: 88%;
  }
  .newsWrap .inner{
    width:100%;
  }
  .newsWrap .col{
    width: 88%;
    margin: 0 auto;
  }




  .wideInner {
    width: 94%;
  }
  .inner > div,
  .wideInner > div {
    margin-top: 40px;
  }
  .inner > div:first-child,
  .wideInner > div:first-child {
    margin-top: 0;
  }

  .secHeadInner {
    width: 88%;
    margin: 30px auto 30px;
  }
}

/* topicpath */
#topicpath ul {
  letter-spacing: -0.5em;
}
#topicpath ul li {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  letter-spacing: normal;
  color: #fff;
  position: relative;
}
#topicpath ul li:before {
  content: '';
  width: 5px;
  height: 9px;
  margin-top: -4px;
  background: url(http://www.montebussan.co.jp/cmn/images/ico_topicpath01.png) no-repeat left center;
  position: absolute;
  top: 50%;
  left: 0;
}
#topicpath ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}
#topicpath ul li:first-child:before {
  display: none;
}
#topicpath ul li a {
  color: #fff;
}
#topicpath ul li a:hover {
  text-decoration: underline;
}

/*------------------------------------------------------------
  MV
------------------------------------------------------------ */
#mvArea {
  margin-bottom: 60px;
  position: relative;
}
#mvArea .mvCnt {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#mvArea .mvCnt .mvCntInner {
  width: 1260px;
  margin: 0 auto;
  padding: 10px 0;
}

@media screen and (max-width:768px) {
  #mvArea {
    margin-bottom: 30px;
  }
  #mvArea .mvCnt {
    display: none;
  }
}

/*------------------------------------------------------------
  headding
------------------------------------------------------------ */
.headingA01 {
  margin-bottom: 40px;
  color: #004098;
  font-weight: normal;
  text-align: center;
  font-family: 'Playfair Display', "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", serif;
}
.headingA01:last-child {
  margin-bottom: 0;
}
.headingA01 > * {
  font-size: 2.8rem;
}
.headingA01 h1 > span {
  font-size: 1rem;
  color: #000;
  display: block;
  font-weight: normal;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}

.headingA01.langBox {
  position: relative;
}
.headingA01.langBox .langBtn01 {
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
.headingA01.langBox .langBtn01 ul {
  letter-spacing: -0.5em;
}
.headingA01.langBox .langBtn01 ul li {
  display: inline-block;
  width: 50px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
  letter-spacing: normal;
  background: #fff;
  border: 1px solid #004098;
}
.headingA01.langBox .langBtn01 ul li a {
  display: block;
  padding: 6px;
  color: #004098;
}
.headingA01.langBox .langBtn01 ul li span {
  display: block;
  padding: 6px;
  color: #fff;
  background: #004098;
}

.headingB01 {
  width: 76%;
  margin: 80px auto 40px;
  font-weight: bold;
}
.headingB01 > * {
  font-size: 2rem;
}

.headingC01 {
  width: 76%;
  margin: 80px auto 30px;
  padding: 9px 22px 9px 1px;
  font-weight: bold;
  background: #f5f5f5;
}
.headingC01 .headingInner {
  font-size: 1.6rem;
}
.headingC01 .headingInner {
  padding: 12px 0 12px 22px;
  border-left: 3px solid #004098;
}
.headingC01 .headingInner > .headingCap {
  display: inline-block;
  margin-left: 18px;
  font-size: 1rem;
}

.headingCap .textLink{
  margin-left: 10px;
}




.headingD01 {
  width: 76%;
  margin: 25px auto 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  color: #004098;
  font-weight: bold;
}
.headingD01 > * {
  font-size: 1.4rem;
}

.headingE01 {
  width: 76%;
  margin: 40px auto 30px;
  font-weight: bold;
}
.headingE01 > * {
  font-size: 1.14rem;
}

/* ledeBlock */
.ledeBlock01 {
  margin-bottom: 70px;
  font-size: 1rem;
  line-height: 1.5;
}
.ledeBlock01:last-child {
  margin-bottom: 0;
}
.headingA01 + .ledeBlock01 {
  text-align: center;
}
.colTxt .title{
  font-size: 1.4rem;
  margin: 25px auto 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  color: #004098;
  font-weight: bold;
}
.jikoTitle{
    margin-top: 40px!important;
}
.jikoTitle::after {
  content: url(/monte/cmn/images/img_icon01.jpg);
  position: relative;
  padding-left: 8px;
}

.colTxt .photo{
  padding: 3%;
  border: 1px solid #ddd;
  width: 80%;
  margin-top: -10px;
}
.recruitTitle,
.profileTitle{
  margin-bottom: -40px
}

@media screen and (min-width:769px) {
  .headingB01 {
    max-width: 1100px;
    min-width: 1100px;
  }
  .headingC01 {
    max-width: 1100px;
    min-width: 1100px;
  }
  .headingD01 {
    max-width: 1100px;
    min-width: 1100px;
  }
  .headingE01 {
    max-width: 1100px;
    min-width: 1100px;
  }
  .headingCapBr br{
    display: none;
  }

}

@media screen and (max-width:768px) {
  .headingA01 {
    margin-bottom: 20px;
    line-height: 1.7;
  }
  .headingA01 > * {
    font-size: 1.8rem;
  }
  .headingA01 h1 > span {
    font-size: 0.8rem;
  }

  .headingA01.langBox {
    padding-top: 40px;
  }
  .headingA01.langBox .langBtn01 {
    right: 3%;
  }
  .headingA01.langBox .langBtn01 ul li {
    width: 45px;
  }
  .headingA01.langBox .langBtn01 ul li a {
    padding: 4px 6px;
  }
  .headingA01.langBox .langBtn01 ul li span {
    padding: 4px 6px;
  }

  .headingB01 {
    width: 88%;
    margin: 35px auto 20px;
  }
  .headingB01 > * {
    font-size: 1.7rem;
  }
  .recruitTitle{
      margin-bottom: -20px;
  }
  .profileTitle{
        width: 100%;
      margin-bottom: -20px;
  }

  .headingC01 {
    width: 88%;
    margin: 40px auto 20px;
    padding: 5px 5% 5px 1px;
  }
  .headingC01 .headingInner {
    padding: 10px 0 10px 5%;
    font-size: 1.3rem;
  }
  .headingC01 .headingInner > .headingCap {
    margin-left: 12px;
  }

  .headingD01 {
    width: 88%;
    margin: 20px auto 20px;
    padding-bottom: 12px;
    line-height: 1.75;
  }
  .headingD01 > * {
    font-size: 1.3rem;
  }

  .headingE01 {
    width: 88%;
    margin: 25px auto 20px;
    font-weight: bold;
  }
  .headingE01 > * {
    font-size: 1.2rem;
  }

  .ledeBlock01 {
    margin-bottom: 30px;
    line-height: 2;
  }
  .headingA01 + .ledeBlock01 {
    text-align: left;
  }
  .colTxt .title{
    margin: 20px auto 5px;
    padding-bottom: 12px;
    line-height: 1.75;
  }
  .headingCapBr{
    display: block!important;
    margin-left: 0!important;
    margin-top: -20px!important;
  }
  .headingCapBr br{
    display: block;
  }
  .headingCap .textLink{
    margin-left: 0;
  }
  .colTxt .photo {
    width: 100%;
    margin-top: 10px;
}
}

/*------------------------------------------------------------
  image
------------------------------------------------------------ */
.txtImgIco01 {
  margin-left: 5px;
}
.txtImgIco01 img {
  width: auto;
  vertical-align: middle;
}

.imgBlock01 img {
  width: 100%;
}

.imgBlock02 > * {
  text-align: center;
}
.imgBlock02 img {
  width: auto;
  max-width: 100%;
}

/*------------------------------------------------------------
  text
------------------------------------------------------------ */
.textBlock01 {
  line-height: 1.7;
}
.textBlock01 > * {
  margin-top: 15px;
}
.textBlock01 > *:first-child {
  margin-top: 0;
}
.textBlock01 .text{
  height: 47px;
}
.caption01 {
  display: block;
  margin-top: 5px;
}

.icoTxt01 {
  display: inline-block;
  padding: 7px 24px;
  font-size: 0.85rem;
  color: #fff;
}
.icoTxt01,
.titCnt01{
  float: left;
}
.titCnt01{
  padding-left: 3%;
  width: 423px;
}



.dateTxt01 {
  font-family: 'Open Sans', "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

@media screen and (max-width:768px) {
  .textBlock01 {
    line-height: 1.79;
  }
  .textBlock01 > * {
    margin-top: 7px;
  }
  .icoTxt01 {
    padding: 3px 15px;
    font-size: 0.7rem;
  }
  .textBlock01 .text{
    height: auto;
  }
  .icoTxt01{
    width: 90px;
    display: block;
    float: none;
    margin-bottom: 5px;
  }
  .titCnt01{
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .profileWrap .titCnt01 br{
    display: none;
  }

}

/*------------------------------------------------------------
  list
------------------------------------------------------------ */
.listDisc01 ul li {
  margin-top: 10px;
  padding-left: 24px;
  line-height: 1.3;
  position: relative;
}
.listDisc01 ul li:first-child {
  margin-top: 0;
}
.listDisc01 ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: 4px;
  display: inline-block;
	border-radius: 100%;
  background: #004098;
  position: absolute;
  top: 0;
  left: 0;
}
.newsTitle{
	margin-bottom: -50px!important;
}
.listNum01 ul li {
  margin-top: 10px;
  padding-left: 24px;
  line-height: 1.3;
  position: relative;
}
.listNum01 ul li:first-child {
  margin-top: 0;
}
.listNum01 ul li > span.num {
  font-weight: bold;
  color: #004098;
  position: absolute;
  top: 0;
  left: 0;
}

.txtFormBlock01 dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.txtFormBlock01 dl:first-child {
  border-top: 1px solid #ddd;
}
.txtFormBlock01 dl dt {
  display: table-cell;
  width: 27%;
  padding: 30px 3% 30px 0;
}
.txtFormBlock01 dl dd {
  display: table-cell;
  width: 73%;
  padding: 30px 3% 30px 0;
}

.listCom01 ul li {
  margin-top: 10px;
  padding-left: 20px;
  line-height: 1.3;
  position: relative;
}
.listCom01 ul li:first-child {
  margin-top: 0;
}
.listCom01 ul li:before {
  content: '※';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
}

.txtIcoBlock01 dl {
  position: relative;
}
.txtIcoBlock01 dl dt {
  width: 120px;
  padding: 8px 12px;
  background: #aaa;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.txtIcoBlock01 dl dd {
  padding-left: 130px;
}
.txtIcoBlock01 dl dd > * {
  margin-top: 5px;
}

.listBlock01 {
  display: table;
  width: 100%;
}
.listBlock01 > dt,
.listBlock01 > dd {
  display: table-cell;
}
.listBlock01 > dd {
  padding-left: 30px;
}

@media screen and (max-width:768px) {
  .listDisc01 ul li {
    padding-left: 14px;
    line-height: 1.79;
  }
  .listDisc01 ul li:before {
    width: 6px;
    height: 6px;
    margin-top: 7px;
  }

  .listNum01 ul li {
    padding-left: 20px;
    line-height: 1.79;
  }

  .txtFormBlock01 dl {
    display: block;
  }
  .txtFormBlock01 dl dt {
    display: block;
    width: 100%;
    padding: 13px 15px;
    background: #f5f5f5;
    font-weight: bold;
  }
  .txtFormBlock01 dl dd {
    display: block;
    width: 100%;
    padding: 14px 15px;
    font-size: 1.2rem;
  }

  .listCom01 ul li {
    padding-left: 16px;
    line-height: 1.79;
  }
  .listCom01 ul li:before {
    width: 11px;
    height: 14px;
  }

  .txtIcoBlock01 dl dt {
    display: inline-block;
    width: auto;
    padding: 5px 5%;
    position: static;
  }
  .txtIcoBlock01 dl dd {
    margin-top: 15px;
    padding-left: 0;
  }
  .txtIcoBlock01 dl dd > * {
    margin-top: 3px;
  }

  .listBlock01 {
    display: block;
  }
  .listBlock01 > dt,
  .listBlock01 > dd {
    display: block;
  }
  .listBlock01 > dd {
    margin-top: 5px;
    padding-left: 0;
  }
  .newsTitle{
		margin-bottom: -40px!important;
	}
}

/*------------------------------------------------------------
  link
------------------------------------------------------------ */
/* text link */
.telLink01 {
  font-size: 1.9rem;
  font-weight: bold;
}
.telLink01 > p {
  padding-left: 40px;
  position: relative;
  line-height: 1;
  color: #35b16f;
}
.telLink01 > p:before {
  content: '';
  width: 30px;
  height: 20px;
  margin-top: 3px;
  background: url(/montebussan/common/images/ico_tel01.gif) no-repeat center right;
  position: absolute;
  top: 0;
  left: 0;
}
.telLink01 > p > a {
  display: block;
  color: #35b16f;
}

/* button link */
.btnLink01 {
  width: 420px;
  margin: 0 auto;
  font-family: 'Playfair Display', "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", serif;
}
.btnLink01 p {
  font-size: 1.14rem;
  text-align: center;
}
.btnLink02 {
  width: 420px;
  margin: 0 auto;
}
.btnLink02 p {
  font-weight: bold;
  text-align: center;
}
.btnLink01 p > a,
.btnLink01 p > span,
.btnLink02 p > a,
.btnLink02 p > span {
  padding: 10px;
  display: block;
  color: #000;
  border: 1px solid #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btnLink01 p > a span,
.btnLink01 p > span span,
.btnLink02 p > a span,
.btnLink02 p > span span {
  padding-right: 40px;
	position: relative;
	display: inline-block;
}

.btnLink01 p > a span:after,
.btnLink01 p > span span:after,
.btnLink02 p > a span:after,
.btnLink02 p > span span:after {
  width: 25px;
	height: 8px;
	margin-top: -5px;
	content: '';
	background: url(/monte/cmn/images/btn_arrow01.png) no-repeat center right;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
  right: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btnLink01 p a span.blankIco01,
.btnLink02 p a span.blankIco01 {
  padding-right: 30px;
}
.btnLink01 p a span.blankIco01:after,
.btnLink02 p a span.blankIco01:after {
  width: 14px;
	height: 14px;
	margin-top: -6px;
	content: '';
	background: url(/monte/cmn/images/btn_blank01.png) no-repeat center right;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
  right: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btnLink03 {
  text-align: center;
}
.btnLink03 p {
  display: inline-block;
  font-weight: bold;
  text-align: center;
}
.btnLink03 p a {
  padding: 10px 35px;
  display: block;
  color: #fff;
  background: #aa0033;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btnLink03 p a span {
  padding-right: 31px;
	position: relative;
	display: inline-block;
}
.btnLink03 p a span:after {
  width: 19px;
	height: 7px;
	margin-top: -4px;
	content: '';
	background: url(/monte/cmn/images/btn_arrow02.png) no-repeat center right;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
  right: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btnLink03 p a span.blankIco01 {
  padding-right: 19px;
}
.btnLink03 p a span.blankIco01:after {
  width: 14px;
	height: 14px;
	margin-top: -6px;
	content: '';
	background: url(/monte/cmn/images/btn_blank01.png) no-repeat center right;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
  right: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width:769px) {
  .btnLink01 p a:hover,
  .btnLink02 p a:hover {
    color: #35b16f;
    border-color: #35b16f;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .btnLink01 p a:hover span:after,
  .btnLink02 p a:hover span:after {
    background: url(/monte/cmn/images/btn_arrow01_on.png) no-repeat center right;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .btnLink01 p a:hover span.blankIco01:after,
  .btnLink02 p a:hover span.blankIco01:after {
    background: url(/monte/cmn/images/btn_blank01_on.png) no-repeat center right;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (max-width:768px) {
  .btnLink01 {
    width: 100%;
  }
  .btnLink01 p {
    font-size: 1.2rem;
  }
  .btnLink02 {
    width: 100%;
  }
  .btnLink02 {
    font-size: 1.2rem;
  }
  .btnLink01 p > a span,
  .btnLink01 p > span span,
  .btnLink02 p > a span,
  .btnLink02 p > span span {
    padding-right: 30px;
  }
  .btnLink01 p > a span:after,
  .btnLink01 p > span span:after {
    width: 20px;
    height: 6px;
    margin-top: -3px;
  }
  .btnLink02 p > a span:after,
  .btnLink02 p > span span:after {
    width: 20px;
    height: 6px;
    margin-top: -4px;
  }
  .btnLink01 p a span.blankIco01,
  .btnLink02 p a span.blankIco01 {
    padding-right: 24px;
  }
  .btnLink01 p a span.blankIco01:after,
  .btnLink02 p a span.blankIco01:after {
    width: 12px;
    height: 12px;
    margin-top: -5px;
  }

  .btnLink03 {
    text-align: center;
  }
  .btnLink03 p {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }
  .btnLink03 p a {
    padding: 10px 22px 10px 35px;
  }
  .btnLink03 p a span.blankIco01:after {
    width: 12px;
    height: 12px;
    margin-top: -5px;
  }
}

/* box link */
.boxLink01 {
  padding-bottom: 1px;
  background: url(/montebussan/common/images/bg_border01.gif) no-repeat bottom center;
  -webkit-background-size: 100%;
	background-size: 100%;
}
.boxLink01 > a {
  display: block;
  position: relative;
}
.boxLink01 > a .boxLayer {
  width: 100%;
  height: 100%;
  background: url(/monte/cmn/images/top_bg_layer01.png) top center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.boxLink01 > a .boxCntOuter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.boxLink01 > a .boxCnt {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.boxLink01 > a .boxCntInner {
  display: table-cell;
  width: 92%;
  padding: 10px 4%;
  vertical-align: middle;
}
.boxLink01 > a .boxCntInner > * {
  margin-top: 25px;
}
.boxLink01 > a .boxCntInner > *:first-child {
  margin-top: 0;
}
.boxLink01 > a .boxCnt .boxTit {
  font-size: 2rem;
  font-weight: normal;
  font-family: 'Playfair Display', "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", serif;
  color: #fff;
}
.boxLink01 > a .boxCnt .boxTit span {
  display: block;
  font-size: 1rem;
}
.boxLink01 > a .boxCnt .boxTxt {
  color: #fff;
}
.boxLink01 > a .boxCnt .btnLink01 {
  width: 82%;
  margin-top: 35px;
}
.boxLink01 > a .boxCnt .btnLink01 p > span {
  color: #fff;
  border: 1px solid #fff;
}
.boxLink01 > a .boxCnt .btnLink01 p > span span:after {
  background: url(/monte/cmn/images/btn_arrow02.png) no-repeat center right;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

@media screen and (max-width:768px) {
  .boxLink01 > a .boxLayer {
    display: none;
  }
  .boxLink01 > a .boxCntInner {
    width: 80%;
    padding: 10px 10%;
  }
  .boxLink01 > a .boxCntInner > * {
    margin-top: 3%;
  }
  .boxLink01 > a .boxCnt .boxTit {
    font-size: 1.8rem;
  }
  .boxLink01 > a .boxCnt .boxTit span {
    display: block;
    font-size: 0.8rem;
  }
  .boxLink01 > a .boxCnt .boxTxt {
    font-size: 0.8rem;
  }
  .boxLink01 > a .boxCnt .btnLink01 {
    width: 100%;
    margin-top: 6%;
  }
}


/* anchor link */
.ancLink01 {
  text-align: center;
}
.ancLink01 .linkInner {
  display: inline-block;
}
.ancLink01 ul {
  display: table;
}
.ancLink01 ul li {
  display: table-cell;
  border-left: 1px solid #004098;
  text-align: center;
  vertical-align: middle;
}
.ancLink01 ul li a {
  display: block;
  padding: 4px 27px 4px 17px;
  letter-spacing: normal;
}
.ancLink01 ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.ancLink01 ul li a span {
  padding-left: 25px;
  position: relative;
}
.ancLink01 ul li a span:before {
  content: '';
  width: 14px;
  height: 8px;
  margin-top: -4px;
	background: url(/montebussan/common/images/ico_anc01.png) no-repeat center left;
  -webkit-background-size: 100% 100%;
	background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
}
.ancLink01 ul li:first-child a {
  padding-left: 0;
}
.ancLink01 ul li:last-child a {
  padding-right: 0;
}

.ancBlock01 dl {
  display: table;
  width: 100%;
  margin-top: 20px;
}
.ancBlock01 dl:first-child {
  margin-top: 0;
}
.ancBlock01 dl dt.ancTit,
.ancBlock01 dl dd.ancCnt {
  display: table-cell;
  vertical-align: top;
}
.ancBlock01 dl dt.ancTit {
  padding-top: 3px;
  font-size: 1.14rem;
  font-weight: bold;
}
.ancBlock01 dl dd.ancCnt {
  padding-left: 4%;
}
.ancBlock01 dl dd.ancCnt > ul {
  letter-spacing: -0.5em;
  margin-top: 13px;
}
.ancBlock01 dl dd.ancCnt > ul:first-child {
  margin-top: 0;
}
.ancBlock01 dl dd.ancCnt > ul li {
  display: inline-block;
  letter-spacing: normal;
  border-left: 1px solid #004098;
  text-align: center;
}
.ancBlock01 dl dd.ancCnt > ul li:first-child {
  border-left: none;
}
.ancBlock01 dl dd.ancCnt > ul li a {
  display: block;
  padding: 4px 27px 4px 17px;
}
.ancBlock01 dl dd.ancCnt > ul li a span {
  padding-left: 25px;
  position: relative;
}
.ancBlock01 dl dd.ancCnt > ul li a span:before {
  content: '';
  width: 14px;
  height: 8px;
  margin-top: -4px;
	background: url(/montebussan/common/images/ico_anc01.png) no-repeat center left;
  -webkit-background-size: 100% 100%;
	background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
}
.ancBlock01 dl dd.ancCnt > ul li:first-child a {
  padding-left: 0;
}
.ancBlock01 dl dd.ancCnt > ul li:last-child a {
  padding-right: 0;
}

/* list link */
.listLink01 {
  text-align: center;
}
.listLink01 .linkInner {
  display: inline-block;
}
.listLink01 ul {
  display: table;
  margin-top: 13px;
}
.listLink01 ul:first-child {
  margin-top: 0;
}
.listLink01 ul li {
  display: table-cell;
  border-left: 1px solid #004098;
  text-align: center;
  vertical-align: middle;
}
.listLink01 ul li a,
.listLink01 ul li span {
  display: block;
  padding: 4px 27px 4px 27px;
}
.listLink01 ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.listLink01 ul li:first-child a,
.listLink01 ul li:first-child span {
  padding-left: 0;
}
.listLink01 ul li:last-child a,
.listLink01 ul li:last-child span {
  padding-right: 0;
}

@media screen and (min-width:769px) {
  .boxLink01 > a:hover .boxLayer {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (max-width:768px) {
  .ancLink01 {
    text-align: center;
  }
  .ancLink01 .linkInner {
    display: block;
  }
  .ancLink01 ul {
    display: block;
  }
  .ancLink01 ul li {
    display: block;
    margin-top: 10px;
    border-left: none;
    border-bottom: 1px solid #004098;
    font-size: 1.2rem;
    text-align: left;
  }
  .ancLink01 ul li a {
    padding: 5px 7px;
  }
  .ancLink01 ul li a span {
    padding-left: 20px;
  }
  .ancLink01 ul li a span:before {
    width: 9px;
    height: 5px;
    margin-top: -3px;
  }
  .ancLink01 ul li:first-child {
    margin-top: 0;
  }
  .ancLink01 ul li:first-child a {
    padding-left: 7px;
  }
  .ancLink01 ul li:last-child a {
    padding-right: 7px;
  }

  .listLink01 {
    text-align: center;
  }
  .listLink01 .linkInner {
    display: block;
  }
  .listLink01 ul {
    display: block;
    margin-top: 0;
  }
  .listLink01 ul li {
    display: block;
    margin-top: 10px;
    border-left: none;
    border-bottom: 1px solid #004098;
    font-size: 1.2rem;
    text-align: left;
  }
  .listLink01 ul li a,
  .listLink01 ul li span {
    padding: 5px 7px;
  }
  .listLink01 ul li a span:before {
    width: 9px;
    height: 5px;
    margin-top: -3px;
  }
  .listLink01 ul:first-child li:first-child {
    margin-top: 0;
  }
  .listLink01 ul li:first-child a,
  .listLink01 ul li:first-child span {
    padding-left: 7px;
  }
  .listLink01 ul li:last-child a,
  .listLink01 ul li:last-child span {
    padding-right: 7px;
  }

  .ancBlock01 dl {
    display: block;
    margin-top: 35px;
  }
  .ancBlock01 dl dt.ancTit,
  .ancBlock01 dl dd.ancCnt {
    display: block;
  }
  .ancBlock01 dl dt.ancTit {
    padding-top: 0;
    font-size: 1.2rem;
  }
  .ancBlock01 dl dd.ancCnt {
    margin-top: 4%;
    padding-left: 0;
  }
  .ancBlock01 dl dd.ancCnt > ul {
    letter-spacing: normal;
    margin-top: 0;
  }
  .ancBlock01 dl dd.ancCnt > ul:first-child {
    margin-top: 0;
  }
  .ancBlock01 dl dd.ancCnt > ul li {
    display: block;
    margin-top: 10px;
    border-left: none;
    border-bottom: 1px solid #004098;
    font-size: 1.2rem;
    text-align: left;
  }
  .ancBlock01 dl dd.ancCnt > ul:first-child li:first-child {
    margin-top: 0;
  }
  .ancBlock01 dl dd.ancCnt > ul li a {
    padding: 5px 7px;
  }
  .ancBlock01 dl dd.ancCnt > ul li a span {
    padding-left: 20px;
  }
  .ancBlock01 dl dd.ancCnt > ul li a span:before {
    width: 9px;
    height: 5px;
    margin-top: -3px;
  }
  .ancBlock01 dl dd.ancCnt > ul li:first-child a {
    padding-left: 7px;
  }
  .ancBlock01 dl dd.ancCnt > ul li:last-child a {
    padding-right: 7px;
  }
  .newsWrap .tableBlock02 table{
    width: 88%;
    margin: 0 auto;
  }
  .newsWrap .icoCell .icoTxt01{
    margin-left: 0!important;
    margin-top: 5px!important;
  }

}

/* block link */
.mapBtnBlock01 {
  display: table;
  width: 100%;
}
.mapBtnBlock01 > .colCnt {
  display: table-cell;
  width: 58%;
  text-align: left;
  vertical-align: middle;
}
.mapBtnBlock01 > .colCnt + .colCnt {
    width: 25%;
  text-align: right;
  padding-left: 3%;
}
.mapBtnBlock01 .colCnt .titCnt01 > .icoTxt01 {
  margin-right: 15px;
  display: block;
  width: 115px;
  text-align: center;
  padding: 7px 0;
  font-size: 0.85rem;
  color: #fff;
}
.mapBtnBlock01 .colCnt .btnLink02 {
  display: inline-block;
  width: auto;
}
.mapBtnBlock01 .colCnt .btnLink02 p a {
  padding: 10px 20px 10px 69px;
}
.mapBtnBlock01 .colCnt .btnLink02 p a > span {
  padding-right: 57px;
}

.linkBlock02 > .colCnt01 {
  width: 33%;
  float: left;
}
.linkBlock02 > .colCnt02 {
  width: 63%;
  margin-left: 4%;
  float: left;
}
.linkBlock02 > .colCnt03 {
  width: 63%;
  margin: 20px 0 0 4%;
  float: left;
}
.linkBlock02 > .colCnt01 > *,
.linkBlock02 > .colCnt02 > *,
.linkBlock02 > .colCnt03 > * {
  margin-top: 15px;
}
.linkBlock02 > .colCnt01 > *:first-child,
.linkBlock02 > .colCnt02 > *:first-child,
.linkBlock02 > .colCnt03 > *:first-child {
  margin-top: 0;
}
.newsWrap .icoTxt01{
  width: 110px!important;
  text-align: center!important;
}

@media screen and (max-width:768px) {
  .mapBtnBlock01 {
    display: block;
  }
  .mapBtnBlock01 > .colCnt {
    display: block;
    width: 100%;
  }
  .mapBtnBlock01 > .colCnt + .colCnt {
    width: 100%;
    text-align: left;
    margin-top: 20px;
    padding-left: 0;
  }
  .mapBtnBlock01 .colCnt .btnLink02 {
    width: 100%;
  }
  .mapBtnBlock01 .colCnt .btnLink02 p a {
    padding: 10px 10px 10px 30px;
  }
  .mapBtnBlock01 .colCnt .btnLink02 p a > span {
    padding-right: 30px;
  }

  .linkBlock02 > .colCnt01 {
    width: 32%;
    margin-bottom: 15px;
  }
  .linkBlock02 > .colCnt02 {
    width: 64%;
    margin-bottom: 15px;
  }
  .linkBlock02 > .colCnt03 {
    width: 100%;
    margin: 0;
    float: none;
    clear: both;
  }
  .linkBlock02 .btnLink03 p {
    width: 100%;
  }
}


/*------------------------------------------------------------
  table
------------------------------------------------------------ */
.tableBlock01 table {
  width: 100%;
}
.tableBlock01 tr {
  border-bottom: 1px solid #ddd;
}
.tableBlock01 tr:first-child {
  border-top: 1px solid #ddd;
}
.tableBlock01 tr th {
  width: 22%;
  padding: 30px 4%;
  background: #f5f5f5;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}
.tableBlock01 tr td {
  width: 78%;
  padding: 30px 4%;
  background: #fff;
}
.tableBlock01 tr td > * {
  margin-top: 20px;
}
.tableBlock01 tr td > *:first-child {
  margin-top: 0;
}

.tableBlock02 table {
  width: 100%;
}
.tableBlock02 tr {
  border-bottom: 1px solid #ddd;
}
.tableBlock02 tr:first-child {
  border-top: 1px solid #ddd;
}
.tableBlock02 tr th {
  width: 200px;
  padding: 30px 4%;
  font-weight: bold;
  text-align: left;
}
.tableBlock02 tr td {
  padding: 30px 4% 30px 2%;
}
.tableBlock02 tr td > * {
  margin-top: 20px;
}
.tableBlock02 tr td > *:first-child {
  margin-top: 0;
}

.tableBlock02 table tr th.icoCell {
  width: 150px;
  padding: 30px 0 30px 0%;
}
.tableBlock02 table tr th.icoCell .icoTxt01 {
  margin-left: 30px;
}
.tableBlock02 .col .dateCell{
  margin-right: 0px;
}
.newsWrap .icoTxt01{
  width: 130px;
  margin-left: 0!important;
  margin-right: 20px;
  text-align: center;
  }
@media screen and (max-width:768px) {
  .tableBlock01 table {
    width: 100%;
  }
  .tableBlock01 tr th {
    display: block;
    width: 100%;
    padding: 13px 3%;
  }
  .tableBlock01 tr td {
    display: block;
    width: 100%;
    padding: 13px 3%;
    font-size: 1.2rem;
  }
  .tableBlock01 tr td > * {
    margin-top: 15px;
  }

  .tableBlock02 table {
    width: 100%;
  }
  .tableBlock02 tr{
    display: block;
    padding: 20px 10px;
  }
  .tableBlock02 tr th {
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
    text-align: left;
    font-size: 0.7rem;
  }
  .tableBlock02 tr td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .tableBlock02 tr td > * {
    margin-top: 15px;
  }

  .tableBlock02 table tr th.icoCell {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .tableBlock02 table tr th.icoCell .icoTxt01 {
    margin-left: 13px;
  }
}

/*------------------------------------------------------------
  box
------------------------------------------------------------ */
.boxBg01 {
  padding: 33px;
  background: #eef5fd;
}

.boxBd01 {
  padding: 33px;
  border: 1px solid #ddd;
}

.boxBd02 {
  padding: 40px;
  border: 1px solid #ddd;
}

.boxBlock01 {
  border: 1px solid #ddd;
}
.boxBlock01 dl dt {
  padding: 28px 40px;
  background: #eef5fd;
  font-weight: bold;
  letter-spacing: -0.5em;
}
.boxBlock01 dl dt > span {
  display: inline-block;
  margin-left: 30px;
  font-weight: bold;
  letter-spacing: normal;
}
.boxBlock01 dl dt > span:first-child {
  margin-left: 0;
}
.boxBlock01 dl dd {
  padding: 28px 40px;
}
.boxBlock01 dl dd ul li > a {
  font-weight: bold;
}

.boxBlock02 > ul.boxCntBd01 > li {
  padding-left: 10px;
  padding-right: 10px;
}
.boxBlock02 > ul.boxCntBd01 li dl > dd {
  margin: 25px 0 0 3%;
}
.boxBlock02 > ul.boxCntBd01 li dl > dd > table tr > td {
  white-space: nowrap;
  padding: 12px 0 12px 60px;
}
.boxBlock02 > ul.boxCntBd01 li dl > dd > table tr:first-child > td {
  padding: 0 0 12px 60px;
}
.boxBlock02 > ul.boxCntBd01 li dl > dd > table tr:last-child > td {
  padding: 12px 0 0 60px;
}
.boxBlock02 > ul.boxCntBd01 li dl > dd > table tr > td:first-child {
  padding-left: 0;
}

.boxCntBd01 > * {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #ddd;
}
.boxCntBd01 > *:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.boxQA01 > dl {
  margin-top: 40px;
}
.boxQA01 > dl:first-child {
  margin-top: 0;
}
.boxQA01 dl dt {
  padding: 28px 40px;
  background: #eef5fd;
  font-weight: bold;
  cursor: pointer;
}
.boxQA01 dl dt span.queIco01 {
  display: block;
  padding-left: 33px;
  position: relative;
}
.boxQA01 dl dt span.queIco01:before {
  content: '';
  width: 16px;
  height: 19px;
  background: url(http://www.montebussan.co.jp/faq/images/ico_question01.png) no-repeat left center;
  position: absolute;
  top: 0;
  left: 0;
}
.boxQA01 dl dd .answerCnt01 {
  padding-left: 33px;
  position: relative;
}
.boxQA01 dl dd .answerCnt01 > * {
  margin-top: 25px;
}
.boxQA01 dl dd .answerCnt01 > *:first-child {
  margin-top: 0;
}
.boxQA01 dl dd {
  margin-top: 20px;
  padding: 40px;
  border: 1px solid #ddd;
}
.boxQA01 dl dd .answerCnt01:before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(http://www.montebussan.co.jp/faq/images/ico_answer01.png) no-repeat left center;
  position: absolute;
  top: 3px;
  left: 0;
}

.boxContact01 {
  width: 78%;
  margin: 0 auto;
  padding: 40px;
  background: #eef5fd;
}
.boxContact01 > .titCnt01 {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.boxContact01 > * {
  margin-top: 25px;
}
.boxContact01 > *:first-child {
  margin-top: 0;
}
.boxContact01 > .col2Block01 > .colCnt {
  width: 45%;
  margin-left: 10%;
}
.boxContact01 > .col2Block01 > .colCnt:first-child {
  margin-left: 0;
}
.boxContact01 > .col2Block01 > .colCnt > * {
  margin-top: 10px;
}
.boxContact01 > .col2Block01 > .colCnt > *:first-child {
  margin-top: 0;
}
.boxContact01 > .col2Block01 > .colCnt > .listDisc01 {
  margin-left: 10px;
}
.boxContact01 > .col2Block01 > .colCnt > .btnLink02 {
  width: 290px;
  margin: 10px 0 0;
}
.boxContact01 > .col2Block01 > .colCnt > .btnLink02 p > a {
  background: #fff;
}

@media screen and (max-width:768px) {
  .boxBg01 {
    padding: 15px 20px;
  }

  .boxBd01 {
    padding: 15px 20px;
  }

  .boxBd02 {
    padding: 20px;
    border: 1px solid #ddd;
  }

  .boxBlock01 dl dt {
    padding: 15px 18px;
  }
  .boxBlock01 dl dt > span {
    margin-left: 15px;
  }
  .boxBlock01 dl dd {
    padding: 15px 18px;
  }

  .boxBlock02 > ul.boxCntBd01 > li {
    padding-left: 4%;
    padding-right: 4%;
  }
  .boxBlock02 > ul.boxCntBd01 li dl > dd {
    margin: 15px 0 0 4%;
  }
  .boxBlock02 > ul.boxCntBd01 li dl > dd > table tr > td {
    display: block;
    padding: 12px 0 0 0;
  }
  .boxBlock02 > ul.boxCntBd01 li dl > dd > table tr:first-child > td {
    padding: 12px 0 0 0;
  }
  .boxBlock02 > ul.boxCntBd01 li dl > dd > table tr:first-child > td:first-child {
    padding: 0;
  }
  .boxBlock02 > ul.boxCntBd01 li dl > dd > table tr:last-child > td {
    padding: 12px 0 0 0;
  }

  .boxCntBd01 > * {
    padding-top: 15px;
    margin-top: 15px;
  }

  .boxQA01 > dl {
    margin-top: 20px;
  }
  .boxQA01 dl dt {
    padding: 15px 18px;
  }
  .boxQA01 dl dt span.queIco01 {
    padding-left: 28px;
  }
  .boxQA01 dl dt span.queIco01:before {
    width: 15px;
    height: 20px;
  }
  .boxQA01 dl dd {
    margin-top: 15px;
    padding: 15px 18px;
  }
  .boxQA01 dl dd .answerCnt01 {
    padding-left: 28px;
  }
  .boxQA01 dl dd .answerCnt01:before {
    width: 15px;
    height: 15px;
    top: 0;
  }
  .boxQA01 dl dd .answerCnt01 > * {
    margin-top: 15px;
  }

  .boxContact01 {
    width: 78%;
    margin: 0 auto;
    padding: 40px;
    background: #eef5fd;
  }
  .boxContact01 > .titCnt01 {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  }
  .boxContact01 > * {
    margin-top: 25px;
  }
  .boxContact01 > *:first-child {
    margin-top: 0;
  }
  .boxContact01 > .col2Block01 > .colCnt {
    width: 45%;
    margin-left: 10%;
  }
  .boxContact01 > .col2Block01 > .colCnt:first-child {
    margin-left: 0;
  }
  .boxContact01 > .col2Block01 > .colCnt > * {
    margin-top: 10px;
  }
  .boxContact01 > .col2Block01 > .colCnt > *:first-child {
    margin-top: 0;
  }
  .boxContact01 > .col2Block01 > .colCnt > .listDisc01 {
    margin-left: 10px;
  }
  .boxContact01 > .col2Block01 > .colCnt > .btnLink02 {
    width: 290px;
    margin: 10px 0 0;
  }
  .boxContact01 > .col2Block01 > .colCnt > .btnLink02 p > a {
    background: #fff;
  }
}

/*------------------------------------------------------------
  column
------------------------------------------------------------ */
/* 2column */
.col2Block01 > .colCnt {
  width: 47%;
  margin-left: 6%;
  float: left;
}
.col2Block02 > .colCnt {
  width: 48%;
  margin-left: 4%;
  float: left;
}
.col2Block01 > .colCnt:first-child,
.col2Block02 > .colCnt:first-child {
  margin-left: 0;
}
.col2Block01 > .colCnt > *,
.col2Block02 > .colCnt > * {
  margin-top: 30px;
}
.col2Block01 > .colCnt > *:first-child,
.col2Block02 > .colCnt > *:first-child {
  margin-top: 0;
}

.col2Block01 > .colCnt > .headingC01 {
  width: 100%;
  margin: 0;
}
.col2Block03 > .colImg {
  width: 33%;
  float: left;
}
.col2Block03 > .colTxt {
  width: 63%;
  float: left;
}
.col2Block03 > .colTxt + .colImg,
.col2Block03 > .colImg + .colTxt {
  margin-left: 4%;
}
.col2Block03 > .colTxt > * {
  margin-top: 20px;
}
.col2Block03 > .colTxt > *:first-child {
  margin-top: 0;
}

.col2Block04 {
  display: table;
  width: 100%;
}
.col2Block04 > .colImg {
  display: table-cell;
  width: 33%;
}
.col2Block04 > .colTxt {
  display: table-cell;
  width: 67%;
  vertical-align: middle;
}
.col2Block04 > .colImg + .colTxt {
  padding-left: 4%;
}
.col2Block04 > .colTxt:first-child {
  padding-right: 4%;
}
.col2Block04 > .colTxt > .headingE01 {
  width: 100%;
  margin: 0;
}
.col2Block04 > .colTxt > * {
  margin-top: 20px;
}
.col2Block04 > .colTxt > *:first-child {
  margin-top: 0;
}
/* 3column */
.col3Block01 > .colCnt {
  width: 32%;
  margin-left: 2%;
  float: left;
}
.col3Block02 > .colCnt {
  width: 31%;
  margin-left: 3.5%;
    float: left;
}
.col3Block01 > .colCnt:first-child,
.col3Block02 > .colCnt:first-child {
  margin-left: 0;
}
.col3Block01 > .colCnt > *,
.col3Block02 > .colCnt > * {
  margin-top: 20px;
}
.col3Block01 > .colCnt > *:first-child,
.col3Block02 > .colCnt > *:first-child {
  margin-top: 0;
}

.col3Block01 > .colCnt > .titCnt01 {
  font-size: 1.14rem;
  font-weight: bold;
}
.col3Block01 > .colCnt > .titCnt01 + * {
  margin-top: 25px;
}

.col3Block02 > .colCnt > .headingC01 {
  width: 100%;
  margin: 0;
}
.col3Block02 > .colCnt > .boxLink01 {
  margin-top: 10px;
}

@media screen and (min-width:769px) {
  .col2Block01 > .colCnt > .headingC01 {
    max-width: 100%;
    min-width: 100%;
  }
  .col2Block04 > .colTxt > .headingE01 {
    max-width: 100%;
    min-width: 100%;
  }
  .col3Block02 > .colCnt > .headingC01 {
    max-width: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width:768px) {
  .col2Block01 > .colCnt {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    float: none;
  }
  .col2Block01 > .colCnt:first-child {
    margin-top: 0;
  }
  .col2Block02 > .colCnt {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
    float: none;
  }
  .col2Block02 > .colCnt:first-child {
    margin-top: 0;
  }
  .col2Block01 > .colCnt > *,
  .col2Block02 > .colCnt > * {
    margin-top: 20px;
  }

  .col2Block03 > .colImg {
    width: 100%;
    float: none;
  }
  .col2Block03 > .colTxt {
    width: 100%;
    float: none;
  }
  .col2Block03 > .colTxt + .colImg,
  .col2Block03 > .colImg + .colTxt {
    margin-top: 10px;
    margin-left: 0;
  }
  .col2Block03 > .colTxt > * {
    margin-top: 10px;
  }

  .col2Block04 {
    display: block;
  }
  .col2Block04 > .colImg {
    display: block;
    width: 100%;
  }
  .col2Block04 > .colTxt {
    display: block;
    width: 100%;
  }
  .col2Block04 > .colImg + .colTxt {
    margin-top: 15px;
    padding-left: 0;
  }
  .col2Block04 > .colTxt + .colImg {
    margin-top: 15px;
  }
  .col2Block04 > .colTxt:first-child {
    padding-right: 0;
  }
  .col2Block04 > .colTxt > * {
    margin-top: 10px;
  }

  /* 3column */
  .col3Block01 + .col3Block01 {
    margin-top: 20px;
  }
  .col3Block02 + .col3Block02 {
    margin-top: 30px;
  }
  .col3Block01 > .colCnt {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    float: none;
  }
  .col3Block01 > .colCnt:first-child {
    margin-top: 0;
  }
  .col3Block02 > .colCnt {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    float: none;
  }
  .col3Block02 > .colCnt:first-child {
    margin-top: 0;
  }
  .col3Block01 > .colCnt > *,
  .col3Block02 > .colCnt > * {
    margin-top: 15px;
  }

  .col3Block01 > .colCnt > .titCnt01 {
    font-size: 1.14rem;
    font-weight: bold;
  }
  .col3Block01 > .colCnt > .titCnt01 + * {
    margin-top: 25px;
  }

  .col3Block02 > .colCnt > .boxLink01 {
    margin-top: 10px;
  }



}

/*------------------------------------------------------------
  google map
------------------------------------------------------------ */
.mapBlock01 {
  width: 87%;
  margin: 0 auto;
}
.mapBlock01 .mapLink01 {
  margin-top: 5px;
  text-align: right;
  font-weight: bold;
}

#map iframe {
 width: 100%;
 height: 540px;
}

@media screen and (max-width:768px) {
  .mapBlock01 {
    width: 100%;
  }
  .mapBlock01 .mapLink01 {
    margin-top: 10px;
    font-size: 0.8rem;
  }
  #map iframe {
    width: 100%;
    height: 317px;
  }
}

/*------------------------------------------------------------
  general
------------------------------------------------------------ */
/* display */
.dBlock { display: block !important; }
.dIBlock { display: inline-block !important; }
.dInline { display: inline !important; }

/* font size */
@media screen and (min-width:769px) {
  .fs20-16 { font-size: 1.4rem !important; }
}

@media screen and (max-width:768px) {
  .fs20-16 { font-size: 1.3rem !important; }
}

/* font weight */
.fwBd { font-weight: bold !important; }
.fwNml { font-weight: normal !important; }

/* font color */
.fcRed01 { color: #e85762 !important; }

/* text align */
.txtL { text-align: left !important; }
.txtC { text-align: center !important; }
.txtR { text-align: right !important; }

/* background color */
.bgBlue01 { background-color: #004098 !important; }
.bgGreen01 { background-color: #35b16f !important; }
.bgRed01 { background-color: #a90036 !important; }
.bgGray01 { background-color: #858585 !important; }

/* width */
@media screen and (min-width:769px) {
  .pcW5p { width: 5% !important; }
  .pcW10p { width: 10% !important; }
  .pcW15p { width: 15% !important; }
  .pcW20p { width: 20% !important; }
  .pcW25p { width: 25% !important; }
  .pcW30p { width: 30% !important; }
  .pcW35p { width: 35% !important; }
  .pcW40p { width: 40% !important; }
  .pcW45p { width: 45% !important; }
  .pcW50p { width: 50% !important; }
  .pcW55p { width: 55% !important; }
  .pcW60p { width: 60% !important; }
  .pcW65p { width: 65% !important; }
  .pcW70p { width: 70% !important; }
  .pcW75p { width: 75% !important; }
  .pcW80p { width: 80% !important; }
  .pcW85p { width: 85% !important; }
  .pcW90p { width: 90% !important; }
  .pcW95p { width: 95% !important; }
  .pcW100p { width: 100% !important; }
}

@media screen and (max-width:768px) {
  .spW5p { width: 5% !important; }
  .spW10p { width: 10% !important; }
  .spW15p { width: 15% !important; }
  .spW20p { width: 20% !important; }
  .spW25p { width: 25% !important; }
  .spW30p { width: 30% !important; }
  .spW35p { width: 35% !important; }
  .spW40p { width: 40% !important; }
  .spW45p { width: 45% !important; }
  .spW50p { width: 50% !important; }
  .spW55p { width: 55% !important; }
  .spW60p { width: 60% !important; }
  .spW65p { width: 65% !important; }
  .spW70p { width: 70% !important; }
  .spW75p { width: 75% !important; }
  .spW80p { width: 80% !important; }
  .spW85p { width: 85% !important; }
  .spW90p { width: 90% !important; }
  .spW95p { width: 95% !important; }
  .spW100p { width: 100% !important; }
}

/* margin */
@media screen and (min-width:769px) {
  .mt110-40 { margin-top: 110px !important; }
}
@media screen and (max-width:768px) {
  .mt110-40 { margin-top: 40px !important; }
}
