/*
*	common css
*	1.accessories ( text margin padding button etc )
*	2.wrapper
*	3.header
*	4.footer
*	5.sidebar
*	6.contents
*	7.title
============================*/


/*	1.accessories
--------------------------------------------------------*/

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

a:visited {
  text-decoration: none;
}

p,
div {
  word-break: break-all;
}

.btn {
  white-space: normal !important;
}


/* font-size */

.text-xxsmall {
  font-size: 0.6rem !important
}

.text-xsmall {
  font-size: 0.75rem !important
}

.text-small {
  font-size: 0.8rem !important
}

.text-medium {
  font-size: 1rem !important
}

.text-large {
  font-size: 1.3rem !important
}

.text-xlarge {
  font-size: 1.5rem !important
}

.text-bold {
  font-weight: bold;
}


/* letter-spacing */

.letter-space1 {
  letter-spacing: 1px
}

.letter-space2 {
  letter-spacing: 2px
}

.letter-space3 {
  letter-spacing: 3px
}

.text-required {
  padding: 2px 5px;
  background: #ca0909;
  color: #fff;
  margin: 5px;
  font-weight: normal;
  font-size: 0.8rem;
  border-radius: 4px;
}

.text-norequired {
  padding: 2px 5px;
  background: #0275d8;
  color: #fff;
  margin: 5px;
  font-weight: normal;
  font-size: 0.8rem;
  border-radius: 4px;
}


/* margin-bottom */

.mb0 {
  margin-bottom: 0 !important
}

.mb05 {
  margin-bottom: 0.5rem !important
}

.mb1 {
  margin-bottom: 1rem !important
}

.mb2 {
  margin-bottom: 2rem !important
}

.mb3 {
  margin-bottom: 3rem !important
}

.mb4 {
  margin-bottom: 4rem !important
}

.mb5 {
  margin-bottom: 5rem !important
}


/* margin-left */

.ml0 {
  margin-left: 0 !important
}

.ml1 {
  margin-left: 1rem !important
}

.ml2 {
  margin-left: 2rem !important
}

.ml3 {
  margin-left: 3rem !important
}

.ml4 {
  margin-left: 4rem !important
}

.ml5 {
  margin-left: 5rem !important
}


/* margin-right */

.mr0 {
  margin-right: 0 !important
}

.mr1 {
  margin-right: 1rem !important
}

.mr2 {
  margin-right: 2rem !important
}

.mr3 {
  margin-right: 3rem !important
}

.mr4 {
  margin-right: 4rem !important
}

.mr5 {
  margin-right: 5rem !important
}


/* margin-top */

.mt0 {
  margin-top: 0 !important
}

.mt1 {
  margin-top: 1rem !important
}

.mt2 {
  margin-top: 2rem !important
}

.mt3 {
  margin-top: 3rem !important
}

.mt4 {
  margin-top: 4rem !important
}

.mt5 {
  margin-top: 5rem !important
}


/* padding-bottom */

.pb0 {
  padding-bottom: 0 !important
}

.pb1 {
  padding-bottom: 1rem !important
}

.pb2 {
  padding-bottom: 2rem !important
}

.pb3 {
  padding-bottom: 3rem !important
}

.pb4 {
  padding-bottom: 4rem !important
}

.pb5 {
  padding-bottom: 5rem !important
}


/* padding-left */

.pl0 {
  padding-left: 0 !important
}

.pl1 {
  padding-left: 1rem !important
}

.pl2 {
  padding-left: 2rem !important
}

.pl3 {
  padding-left: 3rem !important
}

.pl4 {
  padding-left: 4rem !important
}

.pl5 {
  padding-left: 5rem !important
}


/* padding-right */

.pr0 {
  padding-right: 0 !important
}

.pr1 {
  padding-right: 1rem !important
}

.pr2 {
  padding-right: 2rem !important
}

.pr3 {
  padding-right: 3rem !important
}

.pr4 {
  padding-right: 4rem !important
}

.pr5 {
  padding-right: 5rem !important
}


/* padding-top */

.pt0 {
  padding-top: 0 !important
}

.pt1 {
  padding-top: 1rem !important
}

.pt2 {
  padding-top: 2rem !important
}

.pt3 {
  padding-top: 3rem !important
}

.pt4 {
  padding-top: 4rem !important
}

.pt5 {
  padding-top: 5rem !important
}

.p1 { padding: 1rem; }


/* For modern browsers */

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

.clearfix:after {
  clear: both;
}


/* For IE 6/7 (trigger hasLayout) */

.clearfix {
  zoom: 1;
}

.both {
  clear: both;
}


/* 角丸 */

.radius {
  border-radius: 4px;
}

.radius-r-b {
  border-radius: 0 0 4px 0;
}

.radius-l-b {
  border-radius: 0 0 0 4px;
}


/* color */

.c-01 {
  color: #77a90a !important;
}

.c-02 {
  color: #FF9531 !important;
}

.c-03 {
  color: #F3FDDC !important;
}

.c-03-back {
  background: #fcf8f1 !important;
}

.c-04-back {
  background: #E7E7E7 !important;
}

.c-05 {
  color: #ffff00 !important;
}


/* background-color */

.bg-color01 {
  background-color: #ffffe2 !important;
  color: #FF9531 !important;
}

.bg-color02 {
  background-color: #efefef !important;
}

.bg-color03 {
  background-color: #f6aeae !important;
}


/* position */

.posision-r {
  position: relative;
}


/* form common style */

button {
  cursor: pointer;
}


/* required field */

input.required,
select.required {
  background-color: #f8e5e5;
}

.subtitle {
  background: #c7e5ae !important;
}


/* ボタン */
.btn-default {
    background: #ccc;
}
.btn-box,
.btn-box-02,
.btn-box-03 {
  display: table;
  width: 100%;
}

.btn-keep,
.btn-entry,
.btn-detail,
.btn-tel,
.keeped {
  font-weight: bold;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  cursor: pointer;
  /*padding: 16px 0 14px;*/
}

.btn-entry:hover,
.btn-detail:hover,
.btn-tel:hover {
  opacity: 0.8;
  color: #fff;
}

.btn-keep:hover {
  color: #333;
}

.btn-keep {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  box-shadow: 0 3px 0 #dadada;
  color: #333;
}

.btn-keep:active {
  box-shadow: 0 3px 0 #f9f9f9;
}
.btn-keep i {
  color: #eeea38;
}

a.keeped {
  background-color: #ccc;
  border: 1px solid #bbb;
  box-shadow: 0 3px 0 #aaa;
  color: #888;
}

.btn-box-02 a.keeped{
  display: table-cell;
}

a.keeped i {
  color: #888;
}

.btn-entry {
  color: #fff;
  background-color: #FF6666;
  box-shadow: 0 3px 0 #B44848;
}

.btn-entry {
  color: #fff;
  background-color: #FF6666;
  box-shadow: 0 3px 0 #B44848;
}

.btn-entry:active {
  box-shadow: 0 3px 0 #FF6666;
}

.btn-entry.disabled {
  color: #bbb;
  background-color: #ccc;
  box-shadow: 0 3px 0 #bbb;
}

.btn-tel {
  color: #fff;
  background-color: #538AFF;
  box-shadow: 0 3px 0 #3B61B4;
}

.btn-tel:active {
  box-shadow: 0 3px 0 #538AFF;
}

.btn-detail {
  color: #fff;
  background-color: #538AFF;
  box-shadow: 0 3px 0 #3B61B4;
}

.btn-detail:active {
  box-shadow: 0 3px 0 #538AFF;
}

.btn-width-2 {
  width: 50%;
}

.btn-width-3 {
  width: 33%;
}

.btn-box .btn-keep,
.btn-box .btn-entry,
.btn-box .btn-detail,
.btn-box .btn-tel,
.btn-box .keeped {
  padding: 1rem 0;
}

.btn-box-small {
  text-align: center;
  padding: 0 0 0.6rem;
}

.btn-box-small a {
  text-align: center;
  width: 6rem;
  display: inline-block;
}

.btn-box-small .btn-keep,
.btn-box-small .btn-entry,
.btn-box-small .btn-detail,
.btn-box-small .btn-tel,
.btn-box-small .keeped {
  padding: 0.2rem 0.5rem;
  margin-bottom: 0.4rem;
}

.btn-box-big {
  background: #F0FFDF;
  text-align: center;
  padding: 3rem 0 3rem;
  margin: 3rem 0;
}

.btn-box-big a {
  text-align: center;
  display: inline-block;
}


}
.btn-box-small .btn-entry {
  display: inline;
  padding: 1rem 1rem;
  position: relative;
}
.btn-box-big .btn-keep,
.btn-box-big .keeped {
  margin: 0 2rem 0 0;
  display: inline;
  padding: 1rem 4rem;
}
.btn-box-big .btn-entry {
  display: inline;
  padding: 1rem 11rem;
  position: relative;
}
.keep-btn-circle {
  width: 60px;
  height: 60px;
  background-color: #A0D02B;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
}
.keep-btn-circle {
  top: -12px;
  right: 7px;
}
.list-box .keep-btn-circle {
  top: -8px;
  right: -5px;
}
.keep-btn-circle-inner {
  padding-top: 2px;
}
.keep-btn-circle h1,
.keep-btn-circle p {
  text-align: center;
  color: #fff;
  margin: 0;
}
.keep-btn-circle .star {
  font-size: 30px;
  margin-right: -9px;
}
.keep-btn-circle .star-txt {
  font-size: 10px;
  font-weight: bold;
  margin-top: -13px;
  margin-right: -3px;
}
.keep-btn-circle {
  box-shadow: rgba(120, 155, 35, .8) 2px 2px 0px 2px;
}

/* PRE LOADER */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    background-color: rgba(0,0,0,0.8);
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}
.status {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	//background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -50px 0 0 -50px;
}

#progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    background-color: rgba(0,0,0,0.8);
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}
#progressbox {
	border           : 1px solid #CCC;
	border-radius    : 3px;
	padding          : 1px;
	text-align       : left;
	width: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -150px;
}
#progress_bar {
 background-color : #EFEFEF;
 border-radius    : 3px;
 width            : 1%;
}
#statustxt {
 color            : #333;
 display          : inline-block;
 font-size        : 12px;
 left             : 45%;
 position         : absolute;
 top              : 3px;
}

@media screen and (max-width: 992px) {
  .btn-box-big .btn-entry {
    padding: 1rem 9rem;
  }
  
  .btn-box-big .btn-keep {
    margin: 0 1rem 0 0;
  }
  
  .btn-box-big {
    padding: 2rem 0 2rem;
  }
  
  .button_illust {
    position: absolute;
    top: -45px;
    left: -13px;
  }
  
  .button_illust img {
    width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .sm-btn-area {
    margin: 1rem 0 1rem;
    border-radius: 2px;
    padding: 1rem 2rem;
    clear: both;
  }
  .btn-fix{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 9999;
  }
  .btn-fix .fixB{
    border-radius: 0 !important;
  }
  .btn-fix .btn-entry{
    position: relative;
  }
  .btn-fix .btn-entry::before{
    content: '1分で\A完了';
    white-space: pre;
    position: absolute;
    top: -25px;
    right: 1px;
    width: 50px;
    height: 50px;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    border-radius: 50%;
    background: #FABE10;
    color: #fff;
    z-index: 100;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-shadow: none;
  }
  .btn-keep,
  .btn-entry,
  .btn-detail,
  .keeped {
    display: block;
    margin: 0 0 .8rem;
  }
  
  .btn-box-02 .btn-keep,
  .btn-box-02 .btn-entry,
  .btn-box-02 .btn-detail,
  .btn-box-02 .btn-tel,
  .btn-box-03 .btn-keep,
  .btn-box-03 .btn-entry,
  .btn-box-03 .btn-detail,
  .btn-box-03 .btn-tel {
    display: table-cell;
    font-size: 1rem;
    padding: 1rem 0;
  }
  
  .btn-box-small {
    padding-bottom: 0;
    padding-top: 0 !important;
  }
  
  .btn-box-small a {
    width: 9rem;
  }
  
  .contents-box .btn-box-small a.btn-keep {
    position: absolute;
    top: -25px;
    left: -10px;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 30px;
    text-align: center;
    font-size: 0.5rem;
    background-color: #14981f;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
  }
  
  .contents-box .btn-box-small a.btn-keep i {
    padding-top: 0.2rem;
    display: block;
    font-size: 1.8rem;
  }
  
  .contents-box .btn-box-small a.keeped {
    position: absolute;
    top: -25px;
    left: -10px;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 30px;
    text-align: center;
    font-size: 0.5rem;
    font-weight: bold;
    background-color: #e70b0b;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
  }
  
  .contents-box .btn-box-small a.keeped i {
    padding-top: 0.2rem;
    display: block;
    font-size: 1.8rem;
    color: #eeea38;
  }
}

/* title other */
.title-other {
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 20px 0;
  position: relative;
  padding: 6px;
  border-radius: 4px;
}
.title-other:before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  content: "";
  display: inline-block;
  line-height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
}
.other01 {
  background: #F5B063;
}
.other01:before {
  border-top: 15px solid #F5B063;
}
.other01-border {
  border-color: #F5B063 !important;
}
.other02 {
  background: #89AACF;
}
.other02:before {
  border-top: 15px solid #89AACF;
}
.other02-border {
  border-color: #89AACF !important;
}
.other03 {
  background: #B09CBC;
}
.other03:before {
  border-top: 15px solid #B09CBC;
}
.other03-border {
  border-color: #B09CBC !important;
}

/* common title */
#common-title {
  font-size: 20px;
}
#common-title h2 {
  font-size: 30px;
  border-bottom: 2px solid #77a90a;
}
.fa-caret-right {
  color: #7bad00;
}

/*	2.#wrapper & .container
--------------------------------------------------------*/
#wrapper {
  background: url(../img/common/bg_footer.png) repeat-x center bottom;
  padding: 0 0 210px;
}
@media screen and (max-width:992px) {
  #wrapper {
    background: none;
    padding: 0;
    overflow: hidden;
  }
}

/*	3.header
--------------------------------------------------------*/
header {
  background: url(../img/common/bg_header.png) repeat-x center top;
  padding: 0.4rem 0 0.8rem;
  margin: 0 0 1rem;
  position: relative;
}
header h2 {
  display: inline-block;
}

/* area */
header .box-area {
  position: absolute;
  top: 18px;
  left: 27%;
  background: url(../img/top/board02.png) 0 0 no-repeat;
  width: 341px;
  height: 96px;
}
header .box-area .inner {
  width: 300px;
  padding: 1rem 0.5rem;
  color: #fff;
}
header .box-area .inner .area-top {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.8rem;
}
header .box-area .inner .pref-name {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.8rem;
  width: 55%;
  float: right;
  letter-spacing: 0.2rem;
  padding-top: 0.2rem;
}
header .box-area .inner .area-name {
  letter-spacing: 0;
  width: 45%;
  margin: 0;
  padding: 0.4rem 0 0;
  font-weight: bold;
}
header .box-area .inner .area-name a.btn-change-area {
  font-size: 0.8rem;
  margin: 0.1rem 0 0;
  padding: 0.2rem 0.8rem;
  background-color: #fff;
  color: #333;
}

/* link */
header ul.header-signup {
  position: absolute;
  top: 0;
  right: 1rem;
}
header ul.header-signup li {
  font-size: 12px;
  float: left;
  margin: 0 0 0 20px;
}

/**/
header .header-published {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.2;
  position: absolute;
  top: 28px;
  right: 30%;
}
header .header-published .update {
  font-size: 0.75rem;
  font-weight: normal;
}
header .header-published .header-published-num {
  font-size: 20px;
  font-weight: bold;
}
header .header-contact {
  float: right;
}
header .header-contact ul li {
  background: #fff;
  width: 113px;
  height: 80px;
  float: left;
  text-align: center;
  margin: 0 2px 0 10px;
  padding: 0;
  border: 2px solid #bdddad;
  position: relative;
}
.header-published-update {
  font-size: 10px;
}
header .header-contact ul li .header-inner-link-txt {
  font-size: 10px;
}
header .header-contact ul li .header-inner-link-txt a {
  color: #333;
}
.notice-num {
    background: #d64541 none repeat scroll 0 0;
    border-radius: 14px;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    width: 26px;
    height: 26px;
    line-height: 16px;
    padding: 5px;
    position: absolute;
    right: 21px;
    top: 4px;
    text-align: center;
}
@media screen and (max-width:1200px) {
  header .header-contact ul li {
    width: 100px;
  }
  
  header .header-published {
    font-size: 1rem;
    right: 25%;
  }
}


/* smart phone */
@media screen and (max-width:992px) {
    
    .col-0-gutter {
      margin: 0;
      padding: 0;
    }

  header {
    border-top: 5px solid #093;
    background: none;
    padding: 0rem;
    position: relative;
    box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.2);
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
  }
  
  header h2 {
    display: inline-block;
    width: 50%;
    margin-bottom: 0;
  }
  
  header .box-area {
    background: none;
    height: auto;
    color: #333;
    position: relative;
    top: -5px;
    left: auto;
    text-align: center;
  }
  
  header .box-area .inner {
    width: 300px;
    color: #333;
    font-weight: bold;
    padding: 0;
  }
  
  header .box-area .inner .area-top {
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.8rem;
    padding: 0.1rem 0.8rem;
    border: 1px solid #333;
    border-radius: 4px;
    width: 55%;
    }
  
  header .box-area .inner .pref-name {
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.5rem;
    width: 40%;
    float: left;
    letter-spacing: 0;
    padding: 0.1rem 0.3rem;
    border: 1px solid #333;
    border-radius: 4px;
  }
  
  header .box-area .inner .area-name {
    letter-spacing: 0;
    width: 32%;
    margin: 0;
    padding: 0;
    font-weight: bold;
    margin-left: 35%;
  }
  
  header .box-area .inner .area-name a.btn-change-area {
    font-size: 0.75rem;
    margin: 0;
    padding: 0;
    background-color: #fff;
    position: relative;
    top: -2px;
    color: #0275d8;
  }
  header .header-contact {
    float: right;
    margin-top: 1rem;
  }
  
  /* link */
  
  ul.header-signup {
    position: static !important;
    top:auto;
    left: auto;
    text-align: center;
    border-bottom: 1px solid #ccc;
    background-color: #093;
    margin-bottom: 0;
    padding: 0.2rem;
    margin: 1rem -15px 0;
  }
  
  ul.header-signup li:first-child {
    display: inline-block;
    color: #fff;
  }
  
  ul.header-signup li {
    font-size: 0.8rem;
    display: inline-block;
    letter-spacing: 0;
    float: none !important;
  }
  
  ul.header-signup li:first-child {
    margin-right: 0.5rem;
  }
  
  ul.header-signup li a {
    color: #fff;
  }
  
  ul.header-signup li a i {
    color: #FF9531;
    font-size: 1rem;
    position: relative;
    top: 1px;
    margin-right: 0.2rem;
  }  
  header .header-published {
      right: 32%;
  }
}

@media screen and (max-width:768px) {
    
  header .box-area .inner .pref-name {
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.5rem;
    width: 55%;
    float: left;
    letter-spacing: 0;
    padding: 0.1rem 0.3rem;
    border: 1px solid #333;
    border-radius: 4px;
  }
  
  header .box-area .inner .area-name {
    letter-spacing: 0;
    width: 45%;
    margin: 0;
    padding: 0;
    font-weight: bold;
    margin-left: 40%;
  }

  .header-published {
    padding: 1rem 0 0;
    text-align: center;
    font-weight: bold;
    position: static !important;
    font-size: 80%;
  } 
  .header-published br {
    display: none;
  }
  .header-published .update {
    font-size: 0.75rem;
    font-weight: normal;
  }
  
  .header-published .header-published-num {
    font-size: 1.2rem;
    font-weight: bold;
  }
    
}

@media screen and (max-width:640px) {

  header .header-contact ul {
    margin-bottom: 0 !important;
  }
  
  header .header-contact ul li {
    background: #fff;
    width: 34px;
    height: auto;
    float: left;
    text-align: center;
    margin: 0 2px 0 10px;
    padding: 0;
    border: none;
    position: relative;
  }
  
  header .header-contact ul li .header-inner-link-txt {
    font-size: 10px;
  }
  
  header .header-contact ul li .header-inner-link-txt a {
    color: #333;
  }
  
  header .header-contact ul li span.notice-num {
    background: #d64541 none repeat ;
    border-radius: 10px;
    color: #fff;
    font-size: 0.6rem;
    font-weight: normal;
    width: 18px;
    height: 18px;
    line-height: 10px;
    padding: 4px 0 0 2px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
  }
  header .box-area .inner .pref-name {
    width: 5rem;
  }
  header .box-area .inner .area-name {
    margin-left: 1.2rem;
  }
  
  .header-published br.show-sp {
    display: block;
  }
   header .header-contact {
    margin-top: 0.4rem;
  }
  .header-published {
      letter-spacing: 0;
  }

}

/* headline */
.headline-inner {
  border: 1px solid #d5d5d5;
  margin-bottom: 1rem;
  padding: 8px 20px;
}
.headline-inner h2 {
  float: left;
  font-size: 1rem;
  margin-bottom: 0;
  padding-top: 0.1rem;
}
.headline-inner a {
  font-size: 0.9rem;
  margin-left: 20px;
  line-height: 1.2;
}
@media screen and (max-width:1200px) {
  .headline-inner {
    white-space: nowrap;
    overflow-x: scroll;
  }
}
@media screen and (max-width:992px) {
  
  .headline-inner {
    border: none;
    border-top: 1px solid #d5d5d5;
    border-bottom: none;
    margin-bottom: 0;
    padding: 8px 20px;
    border-radius: 0 !important;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  
  .headline-inner h2 {
    font-size: 1rem;
    line-height: 1 !important;
    margin-bottom: 0;
    padding-top: 0.3rem;
  }
  
  .headline-inner a {
    margin-left: 0.5rem;
    font-size: 0.8rem;
  }
}

/* breadcrumb */
ul.breadcrumb {
  background: none;
  padding: 0;
}
ul.breadcrumb li {
  display: inline-block;
}
ul.breadcrumb li:before {
  content: ">";
  position: relative;
  top: -1px;
}
ul.breadcrumb li:first-child:before {
  content: "";
}

/*	4.footer
--------------------------------------------------------*/
footer {
  width: 100%;
  background: #F3F0DF;
  color: #666;
  padding: 20px 0 0;
}
footer .footer-navi {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
footer .footer-navi a {
  display: block;
  padding: 0.5rem;
  background-color: #ffffe2;
  text-align: center;
  border-right: 1px solid #ccc;
  font-size: 0.8rem;
  color: #333;
}
footer .footer-navi a.last {
  border-right: 0;
}
footer .footer-navi a i {
  font-size: 2.2rem;
}
footer h3 {
  font-size: 0.8rem;
  position: relative;
  padding-bottom: 0.3rem;
  margin-bottom: 0.6rem;
  box-shadow: 0 1px 0 0 #fbfaf3;
  border-bottom: 1px solid #dddac9;
}

/*
		footer h3:after {
		    position: absolute;
		    left: 0;
		    bottom: 0;
		    height: 1px;
		    width: 30%;
		    background: #aaa794;
		    content: "";
		}
		*/
footer .logo {
  width: 8rem;
}
footer .conpany-list{
  margin-top: 0.3rem;
}

footer ul li {}
footer ul li a {
  font-size: 0.8rem;
  padding: 0.3rem 0.8rem 0 0;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  transition: color .3s ease;
}
footer .footer-menu li {
  display: inline-block;
  margin-bottom: 0.2rem;
}
footer ul li a i {
  font-size: 0.8rem;
}
footer ul li a:hover {
  color: #e4a30a;
  text-decoration: none;
}
footer .under-border {
  box-shadow: 0 1px 0 0 #fbfaf3;
  border-bottom: 1px solid #dddac9;
  padding-bottom: 0.8rem;
  margin-bottom: 0.6rem;
}
footer .logo img {
  max-width: 6rem;
}
footer .copy {
  font-size: 0.75rem;
  background: #fff;
  border-top: 1px solid #CCC;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width:992px) {
  footer {
    width: 100%;
    background: #FFF;
    color: #666;
    padding: 20px 0 0;
  }
  
  footer ul.breadcrumb {
    background: #093;
    border: none;
    border-top: 1px solid #d5d5d5;
    border-bottom: none;
    margin-bottom: 0;
    padding: 8px;
    border-radius: 0 !important;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  
  footer ul.breadcrumb li {
    display: inline-block;
    margin-left: 0.2rem;
    color: #fff;
  }
  
  footer ul.breadcrumb li:first-child {
    margin-left: 0;
  }
  
  footer ul.breadcrumb li a {
    margin-left: 0.5rem;
    font-size: 0.8rem;
    display: inline-block !important;
    border: none;
    color: #fff;
  }
  
  footer ul.footer-link {
    text-align: center;
    margin: 0 auto;
  }
  
  footer ul.footer-link li {
    display: inline-block;
    line-height: 1;
  }
  
  footer ul.footer-link li a {
    color: #333;
    font-size: 0.75rem;
    background: none;
    border: none;
    padding: 0 0.2rem;
  }
  
  footer .copy {
    background-color: #093;
    font-size: 0.75rem;
    color: #fff;
  }
}
@media screen and (max-width:480px) {
  footer {
    text-align: center;
    font-size: 0.6rem;
  }
}

/*	5.sidebar
--------------------------------------------------------*/
#sidebar p:first-child {
  margin: 0;
}
#sidebar .celebration01 {
  margin: 20px 0 0;
  text-align: center;
}

/* 会員登録 */
#signup-box {
  border: 5px solid #FFE1AE;
  border-radius: 4px;
}
.signup-box-head {
  background: #FCF8F1;
  text-align: center;
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #538AFF;
}
.btn-signup {
  text-align: center;
}
.signup-box-content {
  padding: 10px 10px;
}
.signup-box-content li {
  margin: 0 0 6px;
  color: #666;
  font-weight: bold;
}
.signup-num {
  color: #fff;
  background: #FF6666;
  width: 20px;
  border-radius: 4px;
  display: block;
  text-align: center;
  float: left;
  margin: 0 5px 0 0;
}
.btn-signup {
  background-color: #F1A626;
  box-shadow: 0 3px 0 #B07B20;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  cursor: pointer;
  border-radius: 4px;
}
.btn-signup a {
  color: #fff;
  display: block;
  padding: 1rem 2rem;
}
@media screen and (max-width: 1200px) {
  .signup-box-head {
    font-size: 1rem;
    padding: 0.5rem;
  }
  
  .btn-signup a {
    padding: 1rem 0;
  }
}

/*	6.contents
--------------------------------------------------------*/

/* contents-box */
.contents-box {
  border-radius: 4px;
  border:1px solid #d5d5d5;
}
.contents-box h2 {
  background: #FF9999;
  border-bottom: 1px solid #FF9999;
  font-size: 1.3rem;
  padding: 10px;
  text-align: center;
  border-radius: 4px 4px 0 0;
  color: #fff;
}
.contents-inner {
  padding: 1rem 1rem 0;
}
.contents-inner h3 {
  border-bottom: 1px solid #FF9531;
}
.contents-inner h3 img {
  position: relative;
  top: -3px;
  margin-right: 0.5rem;
}
.contents-inner ul li {
  float: left;
  margin-right: 4px;
  margin-bottom: 0.4rem;
  padding: 0;
  white-space: nowrap;
  margin-right: 0.5rem;
}
.contents-inner ul.w-size01 li {
  width: 32%;
}
.contents-inner ul.w-size02 li {
  width: 24%;
}
.contents-inner ul.w-size03 li {
  width: 10%;
}
.list-wrap .contents-list-photo {
  float: left;
  width: 80px;
  height: 60px;
  overflow: hidden;
}
.list-wrap .contents-list-photo img {
  border-radius: 4px;
}
.list-wrap .contents-list-txt {
  padding: 0 0 0 90px;
}
.contents-list-small {
  font-weight: bold;
  color: #3DAD62;
}
.list-wrap p {
  margin-top: 5px;
}
.list-wrap p,
.list-wrap ul {
  font-size: 0.75rem
}

/* border-box */
.border-box {
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  padding: 0.8rem;
  position: relative;
}
ul.list-conditions li {
  font-size: 0.6rem;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  text-align: center;
  margin: 5px 5px 0 0;
  text-align: center;
  background: none;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .contents-inner ul.w-size01 li,
  .contents-inner ul.w-size02 li,
  .contents-inner ul.w-size03 li {
    width: 48%;
  }
}
@media screen and (max-width: 992px) {
  .contents-box {
    border: none;
    border-radius: 0;
  }
  
  .contents-box h2 {
    background: #FF9999 none repeat scroll 0 0;
    border-bottom: none;
    font-size: 1rem;
    padding: 0.5rem;
    text-align: center;
    border-radius: 0;
  }
  
  .contents-inner {
    padding: 1rem 1rem 0;
  }
  
  .contents-list-small {
    color: #14981f;
  }
}

/* service-copy */
#service-copy h2 {
  text-align: center;
}
#service-copy {
  font-size: 0.75rem;
  border: 1px solid #d5d5d5;
  padding: 20px;
  margin: 0;
}

/*	7.title
--------------------------------------------------------*/
.masthead {
  font-size: 1.4rem;
  color: #78aa0f;
  border-bottom: 3px solid #78aa0f;
  position: relative;
  vertical-align: bottom;
}
.masthead span.pull-right {
  color: #333;
  position: absolute;
  bottom: 0;
  right: 5px;
}
.masthead span.num {
  color: #FF9531;
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  .masthead {
    font-size: 1.3rem;
    margin: 0.5rem 0
  }
  
  .masthead span.pull-right {
    color: #333;
    position: static !important;
    display: block;
    float: none;
  }
  
  .masthead span.num {
    color: #FF9531;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 992px) {
    .masthead {
      font-size: 1.6rem;
      color: #78aa0f;
      border-bottom: 3px solid #78aa0f;
      position: relative;
      vertical-align: bottom;
    }
    .masthead span.pull-right {
      color: #333;
      position: absolute;
      bottom: 0;
      right: 5px;
    }
    .masthead span.num {
      color: #FF9531;
      font-size: 1.4rem;
    }
}