/*:::::::::::::::::::::::::::
  COMMON
  :::::::::::::::::::::::::::*/
img {
  width: 100%;
  vertical-align: bottom;
}

.content {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.pc {
  display: none !important;
}

/*:::::::::::::::::::::::::::
	HEADER BNNER AREA
	:::::::::::::::::::::::::::*/
#head_bnr_area {
  width: 100%;
  height: 100%;
  padding: 0 0 30px 0;
  background: #448807;
  overflow: hidden;
  display: none;
}
#head_bnr_area .tit {
  width: 85%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 20px auto 0 auto;
}
#head_bnr_area .tit .ico {
  display: block;
  width: 6%;
  position: relative;
  float: left;
}
#head_bnr_area .bnr_cont {
  width: 95%;
  margin: 20px auto 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#head_bnr_area .box {
  width: 45%;
  text-align: center;
}
#head_bnr_area .box .txt {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  margin: 5px 0 0 0;
}

/*:::::::::::::::::::::::::::
	HEADER
	:::::::::::::::::::::::::::*/
#header {
  width: 100%;
  background-image: url(../images/common/head_bg.png);
  background-repeat: repeat-x;
  overflow: hidden;
}
#header h1 {
  width: 100%;
  height: 21px;
  line-height: 21px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  margin-left: 4%;
}
#header .logo_area {
  width: 35%;
  float: left;
  margin-top: 2.5%;
  margin-left: 4%;
  margin-bottom: 1%;
}
#header .sub_area {
  width: 60%;
  float: right;
}
#header .btn_area_m {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
#header .btn_area_m .shiryo_btn, #header .btn_area_m .program_btn, #header .btn_area_m .menu_btn {
  width: 30%;
}
#header .btn_area_m .shiryo_btn img, #header .btn_area_m .program_btn img, #header .btn_area_m .menu_btn img {
  vertical-align: top;
}
#header .btn_area {
  display: none;
}

/*20170124フッターリニューアル　町*/

#header .contact_area {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
}
#header .tel, #header .mail {
    display: none;
}



/*:::::::::::::::::::::::::::
	MENU
	:::::::::::::::::::::::::::*/
#menu {
  padding: 15px 5%;
  font-size: 14px;
  font-size: 0.875rem;
  display: none;
}
#menu p {
  border-bottom: 1px dotted #ddd;
}
#menu p a {
  display: block;
  padding: 10px 0 10px 5%;
}
#menu .sp_tel {
  text-align: center;
  margin: 20px auto;
  width: 85%;
  overflow: hidden;
}
#menu .sp_tel p {
  border: none;
  padding: 0;
  margin: 0;
}
#menu .sp_tel .tit {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#menu .sp_tel .time {
  font-size: 10px;
  font-size: 0.625rem;
  margin-bottom: 10px;
}
#menu .sp_tel .number {
  font-size: 18px;
  font-size: 1.125rem;
}
#menu .sp_tel .number span {
  font-weight: bold;
  display: block;
}
#menu .sp_mail {
  margin: 20px auto;
  width: 85%;
}
#menu .sp_mail img {
  width: 100%;
}

/*:::::::::::::::::::::::::::
  FOOTER
  :::::::::::::::::::::::::::*/
#footer {
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  overflow: hidden;
  margin-bottom: 30%;
}
#footer .program_bnr_area {
  width: 100%;
  color: #fff;
}
#footer .program_bnr_area .tit {
  display: none;
}
#footer .program_bnr_area .tit::before {
  margin: 0 10px 0 0;
  content: " ";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/common/book_icon.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
#footer .program_bnr_area .foot_bnr_tit .sp_bnr_btn {
  width: 20px;
  float: right;
}
#footer .program_bnr_area .bnr_column {
  display: none;
}
#footer .program_bnr_area .bnr_column .box {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
#footer .main {
  width: 100%;
  margin: 3% 0 0 0;
  overflow: hidden;
}
#footer .main .logo_area {
  margin: 0 auto;
  width: 70%;
}
#footer .main .contact_area {
  width: 90%;
  /* float: right; */
  margin: 15px auto;
  border-top: 1px dotted #333;
  padding-top: 10px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#footer .main .contact_area .tel {
  width: 55%;
  margin-top: 10px;
}
#footer .main .contact_area .tel .tit {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  margin-bottom: 5px;
}
#footer .main .contact_area .tel .time {
  font-size: 9px;
  font-size: 0.5625rem;
  margin-bottom: 5px;
}
#footer .main .contact_area .tel .time span {
  display: block;
}
#footer .main .contact_area .tel .number {
  font-size: 11px;
  font-size: 0.6875rem;
}
#footer .main .contact_area .tel .number span {
  font-weight: bold;
  display: block;
}
#footer .sub_area {
  margin: 10px 0 0 0;
}
#footer .btn_area {
  width: 100%;
}
#footer .trial_btn {
  width: 90%;
  margin: 0 auto 10px auto;
}
#footer .shiryo_btn {
  width: 90%;
  margin: 0 auto;
}
#footer .mail {
  width: 40%;
  float: right;
  margin: 17px 0 0 0;
}
#footer .min_foot {
  width: 100%;
  overflow: hidden;
}
#footer .min_foot .txt_link {
  font-size: 12px;
  font-size: 0.75rem;
  /* float: left; */
  color: #000;
  margin: 0 15px 0 0;
  width: 100%;
  text-align: center;
}
#footer .min_foot .txt_link a {
  color: #000;
}
#footer .min_foot .privacy {
  width: 90%;
  color: #000;
  overflow: hidden;
  margin: 5px auto;
}
#footer .min_foot .privacy .icon {
  float: left;
  width: 10%;
  margin: 0 10px 0 0;
}
#footer .min_foot .privacy .txt {
  width: 100%;
  font-size: 10px;
  font-size: 0.625rem;
  margin: 10px auto;
}
#footer .min_foot .privacy .icon {
  margin: 10px 10px 0 0;
}
#footer .min_foot .copy {
  width: 100%;
  text-align: center;
  color: #000;
  margin: 16px 0 10px 0;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 0 5px;
}

/*
  #footer .program_bnr_area .foot_bnr_tit::before{
    margin:0 10px 0 0;
    content:" ";
    display:inline-block;
    width:15px;
    height:15px;
    background:url(../img/common/book_icon.png);
    background-size:contain;
    vertical-align:middle;
    background-repeat: no-repeat;
}
*/
@-moz-document url-prefix() {
  #footer .min_foot {
    width: 100%;
    margin: 27px 0 0 0;
    overflow: hidden;
  }
}
/*:::::::::::::::::::::::::::
  FOOTER BNNER AREA
  :::::::::::::::::::::::::::*/
#sp_foot_bnr_area {
  width: 100%;
  height: 100%;
  padding: 0 0 30px 0;
  background: #a1c184;
  overflow: hidden;
  display: none;
}
#sp_foot_bnr_area .tit {
  width: 85%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 20px auto 0 auto;
}
#sp_foot_bnr_area .tit .ico {
  display: block;
  width: 6%;
  position: relative;
  float: left;
}
#sp_foot_bnr_area .bnr_cont {
  width: 95%;
  margin: 20px auto 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#sp_foot_bnr_area .box {
  width: 45%;
  text-align: center;
}
#sp_foot_bnr_area .box .txt {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  margin: 5px 0 0 0;
}

/*:::::::::::::::::::::::::::
  BACK_TO_TOP
  :::::::::::::::::::::::::::*/
#sp_back_to_top {
  width: 40px;
  display: none;
  position: fixed;
  bottom: 110px;
  right: 15px;
  z-index: 510;
}
#sp_back_to_top img {
  width: 100%;
}

#pc_back_to_top {
  display: none !important;
}

/*:::::::::::::::::::::::::::
FIXED FOOTER
:::::::::::::::::::::::::::*/
#cvr {
  background: rgba(237, 237, 237, 0.9);
  padding: 8px 12px;
  overflow: hidden;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 500;
}
#cvr .sp .tel1, #cvr .sp .tel2, #cvr .sp .contact {
  float: left;
}
#cvr .sp .tel1 img, #cvr .sp .tel2 img, #cvr .sp .contact img {
  vertical-align: middle;
}
#cvr .sp .tel1, #cvr .sp .tel2 {
  width: 50%;
  padding: 0 5px;
}
#cvr .sp .time {
  clear: both;
  width: 70%;
  margin: 0.5em auto;
  font-size: 0.75rem;
}
#cvr .sp .contact {
  width: 32%;
  padding-left: 3%;
}
#cvr .sp .buttons {
  clear: both;
}
#cvr .sp .buttons p {
  width: 33%;
  float: left;
  margin: 0;
}
#cvr .sp .buttons p img {
  vertical-align: bottom;
}
