@charset "utf-8";
@import url(style.css) screen and (min-width: 769px); /* 769以上 */
@import url(tablet.css) screen and (max-width: 768px); /* 768以下 */
@import url(smart.css) screen and (max-width: 320px); /*320以下 */
/**/
a, a link {
  color: #2c6262;
  text-decoration: underline;
}
a:hover {
  color: #2c6262;
  /*text-decoration: underline;*/
}
/* body */
* {
  box-sizing: border-box;
}
html {
  font-size: 90%;
  height: 100%;

}
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 1.4rem;
  font-weight: normal;
  color: #222;
}
#wrapper {
  text-align: left;
  font-weight: 300;
  font-family: sans-serif;
  /*text-shadow:0px 0px 1px #111;*/
  margin: 0 auto;
  line-height: 1.25;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
.close {
  color: #f00;
  padding-left: 1em;
}
/*footer*/
footer {
  position: relative;
}
footer#footer {
  border-top: 1px solid #cccccc;
  background-color: #7e7a6c;
  position: relative;
}
footer #footer_in {
  margin: 0 auto;
  position: relative;
}
a.kahakutop_footer {}
a .footerLogo {
  background-color: none;
}
.totop a {
  display: block;
  background: #7e7a6c url(../images/btn_totop.svg) no-repeat 13px 11px;
	background-size: 73%;
  border-bottom-color: rgb(18, 58, 36);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
  width: 110px;
  height: 0;
  padding: 35px 5px 0px 28px;
  position: absolute;
  right: 10px;
  top: -35px;
  overflow: hidden;
  font-size: 0px;
}
.cr {
  color: #fff;
  font-size: .8rem;
}
/*btn*/
a.dlBtn {
  text-decoration: none;
  border-radius: 20px;
  padding: 12px 10px 10px;
  margin: .5em auto 0;
  text-align: center;
  -ms-flex-align: center;
  -ms-flex-flow: column;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  align-items: center;
  background: #c1e0ff;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  font-size: 1.2rem;
  font-weight: 600;
  justify-content: center;
}
a.dlBtn:hover {
  background: #daecff;
}
a.dlBtn span {
  font-weight: 400;
}
 /* cal_print */
.cal_print {
  display: flex;
  flex-wrap: wrap;
}
.cal_print a.dlBtn {
  background: #cfc2ff;
}
.cal_print a.dlBtn:hover {
  background: #dcd9ff;
}

/**/
h4 {
  color: #5a5743;
  font-size: 1.2em;
}
/* section.screen */
section.screen {
  background-color: #f0eee2;
}
section.print {
  background-color: #e0ebf6;
}