@charset "UTF-8";

/*----------------------------------------
  default setting
-----------------------------------------*/

html {
  background-color: transparent;
  background-image: none;
  overflow-y: scroll;
}

em {
  font-weight: bold;
}

a img {
  border: 0;
}

h1 {
  font-weight: bold;
}

/*----------------------------------------
  common setting
-----------------------------------------*/

a.alphaover:hover img {
  zoom: 1.0;
  opacity: 0.70;
  filter:alpha(opacity=70); /* IE6/7 */
}

.indent01 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent02 {
  padding-left: 2em;
}

.b {
  font-weight: bold;
}

.align_r {
  text-align: right;
}

.align_c {
  text-align: center;
}

.l-align-center {
  text-align: center;
}

.arrow_gy_size12 {
  padding-left: 16px;
  background: url(/img/cmn_bg_pic.png) no-repeat left -61px;
  display:inline-block;
}

.arrow_next_gy_size12 {
  padding-right: 16px;
  background: url(/img/cmn_bg_pic.png) no-repeat right -1281px;

}

.arrow_prev_gy_size12 {
  padding-left: 16px;
  background: url(/img/cmn_bg_pic.png) no-repeat left -126px;
}

.arrow_top_gy_size12 {
  padding-left: 16px;
  background: url(/img/cmn_bg_pic.png) no-repeat left -862px;
}

.arrow_btm_gy_size12 {
  padding-left: 16px;
  background: url(/img/cmn_bg_pic.png) no-repeat left -189px;
}

.size12_arrow01 {
  padding-left: 16px;
  background: url(/img/cmn_arrow01.png) no-repeat left 3px;
}

.size12_arrow02 {
  padding-left: 16px;
  background: url(/img/cmn_arrow02.png) no-repeat left 3px;
}

.size12_arrow03 {
  padding-left: 16px;
  background: url(/img/cmn_arrow03.png) no-repeat left 3px;
}

.size12_arrow04 {
  padding-left: 16px;
  background: url(/img/cmn_arrow04.png) no-repeat left 3px;
}

.size13_arrow01 {
  padding-left: 16px;
  background: url(/img/cmn_arrow01.png) no-repeat left 5px;
}

.size13_arrow02 {
  padding-left: 16px;
  background: url(/img/cmn_arrow02.png) no-repeat left 5px;
}

.size13_arrow03 {
  padding-left: 16px;
  background: url(/img/cmn_arrow03.png) no-repeat left 5px;
}

.size13_arrow04 {
  padding-left: 16px;
  background: url(/img/cmn_arrow04.png) no-repeat left 5px;
}

#btn01_spmode {
  width: 100%;
}

#btn01_spmode p {
  width: 965px;
  margin: 20px auto 10px;
}

/*----------------------------------------
  color setting
-----------------------------------------*/

body {
  color: #333;
}

.white01 {
  color: #ffffff;
}

.orange01 {
  color: #fa720c;
}

.red01 {
  color: #6c0009;
}

.red02 {
  color: #dd171f;
}

.blue01 {
  color: #00a2c4;
}

.blue02 {
  color: #0d79e5;
}

.green01 {
  color: #63a40b;
}

.green02 {
  color: #608f1e;
}

.pink01 {
  color: #fa5c58;
}

.pink02 {
  color: #f252a0;
}

.brown01 {
  color: #602a08;
}

.gray01 {
  color: #999999;
}

.gray02 {
  color: #666666;
}

/*----------------------------------------
  link setting
-----------------------------------------*/

a:link,
a:visited {
  color: #245FBB;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #245FBB;
  text-decoration: none;
}

a.blue_link01 {
  color: #00a2c4;
}

a.blue_link02 {
  color: #2093D7;
}

a.red_link01 {
  color: #dd171f;
}

a.green_link01 {
  color: #63a40b;
}

a.green_link02 {
  color: #008d84;
}

a.orange_link01 {
  color: #fa720c;
}

a.brown_link01 {
  color: #5a1501;
}

a.white_link01 {
  color: #ffffff;
}

a.purple_link01 {
  color: #7F7FFF;
}

a.gray_link01 {
  color: #777777;
}

a.pink_link01 {
  color: #f75874;
}

/*----------------------------------------
  margin setting
-----------------------------------------*/

.mt50 {
  margin-top: 50px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb35 {
  margin-bottom: 35px;
}

/*----------------------------------------
  layout setting
-----------------------------------------*/
.full {
  width: 100%;
}

.l-half > * {
  width: 48%;
  float: left;
  margin-left: 4%;
}

.l-half > *:first-child {
  margin: 0;
}

.l-left {
  float: left;
}

.l-right {
  float: right;
}

.l-vertical {
  display: table;
}

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

.l-display-block {
  display: inline-block;
}

/*----------------------------------------
  clearfix
-----------------------------------------*/

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*----------------------------------------
  wrapper
-----------------------------------------*/

#wrapper {
  width: 100%;
  min-width: 1000px;
}

/*----------------------------------------
  pagetop_form01
-----------------------------------------*/
.pagetop_form01 {
  top: -70px;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 150;
  -webkit-box-shadow: 0 0 7px rgba(8,1,3,.7), inset 0 0 0 1px #fff;
  -moz-box-shadow: 0 0 7px rgba(8,1,3,.7), inset 0 0 0 1px #fff;
  box-shadow: 0 0 7px rgba(8,1,3,.7), inset 0 0 0 1px #fff;
  border-bottom: solid 1px #dcd7cd;
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, #f5f5f5, #fff 47%);
  background-image: -moz-linear-gradient(bottom, #f5f5f5, #fff 47%);
  background-image: -o-linear-gradient(bottom, #f5f5f5, #fff 47%);
  background-image: -ms-linear-gradient(bottom, #f5f5f5, #fff 47%);
  background-image: linear-gradient(to top, #f5f5f5, #fff 47%);
  _display: none;
}

.pagetop_form01_content {
  width: 1004px;
  margin: 0 auto;
  padding: 12px 0;
}

.pagetop_form01_content.pagetop-form-estimate {
  width: 950px;
}

.pagetop_form01 .pagetop_form01_search {
  float: left;
  margin-top: -2px;
}

.pagetop_form01 ul {
  float: left;

}

.pagetop_form01 li {
  float: left;
}

.pagetop_form01 li p.tit_txt {
  float: left;
  margin-right: 4px;
}

.pagetop_form01 .pagetop_form01_day {
  background: url(/img/cmn_topform_txt02_bg.png) right bottom no-repeat;
  min-height: 36px;
  width: 222px;
  padding: 9px 0 0 7px;
}

.pagetop_form01 .pagetop_form01_number {
  background: url(/img/cmn_topform_txt03_bg.png) left bottom no-repeat;
  width: 186px;
  padding: 9px 0 0 10px;
  min-height: 36px;
}

.pagetop_form01 .pagetop_form01_number input {
  padding-right: 5px;
  width: 100px;
}

.pagetop_form01 .pagetop_form01_prefecture {
  background: url(/img/cmn_topform_txt04_bg.png) -11px bottom no-repeat;
  width: 181px;
  padding: 9px 0 0 8px;
  min-height: 36px;
}

.pagetop_form01 .pagetop_form01_type {
  background: url(/img/cmn_topform_txt05_bg.png) left bottom no-repeat;
  width: 150px;
  padding: 9px 0 0 10px;
  min-height: 36px;
}

.pagetop_form01 .pagetop_form01_btn {
  background: url(/img/cmn_topform_btn_bg.png) left top no-repeat ;
  float: left;
  padding-left: 6px;
}

.pagetop_form01 .pagetop_form02_btn {
  background: url(/img/cmn_topform_btn_bg.png) left top no-repeat ;
  float: left;
  padding-left: 20px;
}

.pagetop_form01 .pagetop_form01_btn a,
.pagetop_form01 .pagetop_form02_btn a {
  display: block;
  cursor: pointer;
}

.pagetop_form01 .pagetop_form01_r {
  float: left;
  margin-top: 2px;
}

.pagetop_form01 .fl {
  float: left;
  margin: 4px 0 0 3px;
}

.pagetop_form01 input,
.pagetop_form01 select{
  padding: 3px 0 3px 3px;
  -webkit-box-shadow: inset 1px 1px #999;
  -moz-box-shadow: inset 1px 1px #999;
  box-shadow: inset 1px 1px #999;
  border: solid 1px #d1d1d2;
}

.pagetop_form01 input{
  padding: 3px 0 3px 7px;
}

.pagetop_form01 .pagetop_form01_r .current_zip_code {
  width: 100px;
}

.pagetop_form01 .pagetop_fixed {
    top: 0 !important;
}


/*----------------------------------------
  header
-----------------------------------------*/

#header {
  width: 100%;
  background: #dd171f;
}

.header_inner {
  box-sizing: border-box;
  position: relative;
  width: 958px;
  min-height: 58px;
  margin: 0 auto;
  padding: 4px 0 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_left_inner,
.header_right_inner
 {
  display: flex;
  align-items: flex-end;
  align-items: center;
}

/*----------------------------------------
  header_left_inner
-----------------------------------------*/

.header_logo_container {
  display: inline-flex;
  align-items: flex-end;
  margin-right: 24px;
}

#head_logo01 {
  margin-right: 12px;
  line-height: 1;
}

.corporate_name {
  line-height: 1;
}

h1#head_headline,
p#head_headline {
  font-weight: normal;
}

/*----------------------------------------
  header_right_inner
-----------------------------------------*/

ul#snav_box01 {
  width: 160px;
  text-align: right;
}

ul#snav_box01 li {
  display: inline-block;
  padding: 0;
  font-size: 11px;
}

ul#snav_box01 li a {
  color: #fff;
}

.header-galleryBtn {
  padding: 8px 4px 0;
}

.header-no1Btn {
  display: flex;
  align-items: center;
  margin-left: 12px;
}

.header-mypageButton {
  margin-left: 12px;
  box-sizing: border-box;
  min-width: 115px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px 4px 8px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .24);
}

.header-mypageButton:hover {
  opacity: 0.8;
}

a.header-mypageButton {
  text-decoration: none;
}

.header-mypageButton-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 22px;
}

.header-mypageButton-text {
  margin-left: 4px;
  font-weight: bold;
  color: #dd171f;
  font-size: 15px;
  line-height: 1.2;
}

/*----------------------------------------
  header > head_box01 > snav_box02
-----------------------------------------*/

ul#snav_box02 {
  float: right;
  padding: 13px 95px 0 0;
  text-align: right;
}

ul#snav_box02 li {
  display: inline-block;
  margin-left: 5px;
  padding: 0;
  font-size: 11px;
  *display: inline;
  *zoom: 1;
}

ul#snav_box02 li a {
  color: #fff;
}

/*----------------------------------------
  header > head_box01 > head_chara01
-----------------------------------------*/

#head_chara01 {
  position:absolute;
  left: 822px;
}

/*----------------------------------------
  gnav_box01
-----------------------------------------*/

#gnav_box01 {
  width: 100%;
  height: auto;
  padding-bottom: 6px;
  border-bottom: 3px solid #dd171f;
}

/*  gnav_box01 > dropdown
-----------------------------------------*/

ul#dropdown {
  margin: 0 auto;
  padding-top: 6px;
  display: table;
}

ul#dropdown li.nav01 {
  position: relative;
  display: table-cell;
  padding: 0 3px;
  border-left: 1px dashed #999;
  z-index: 50;
}

ul#dropdown li.boder_right {
  border-right: 1px dashed #999;
}

ul#dropdown li.nav01 a.label01,
ul#dropdown li.nav01 a.label02 {
  display: inline-block;
  width: auto;
  padding: 5px 8px 3px;
  border-radius: 3px;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

ul#dropdown li.nav01 a.label01 {
  color: #dd171f;
}

ul#dropdown li.nav01 a.label02 {
  color: #591300;
}

ul#dropdown li.nav01 a.company {
  width: 140px;
}

ul#dropdown li.nav01 a.ranking {
  width: 173px;
}

ul#dropdown li.nav01 a.price {
  width: 100px;
}

ul#dropdown li.nav01 a.useful {
  width: 120px;
}

ul#dropdown li.nav01 a.now01,
ul#dropdown li.nav01 a.on01 {
  background: #dd171f;
  color: #fff;
}

ul#dropdown li.nav01 a.now02,
ul#dropdown li.nav01 a.on02 {
  background: #dd171f;
  color: #fff;
}

ul#dropdown li.nav01 a img {
  padding-top: 2px;
}

ul#dropdown li.nav01 div.hidden_nav01,
ul#dropdown li.nav01 div.hidden_nav02 {
  position:absolute;
  top: 28px;
  left: 9px;
  width: 164px;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  visibility: hidden;
}

ul#dropdown li.nav01 div.hidden_nav01 {
  border: 4px solid #dd171f;
}

ul#dropdown li.nav01 div.hidden_nav02 {
  border: 4px solid #591300;
}

ul#dropdown li.nav01 div.hidden_nav01 ul li,
ul#dropdown li.nav01 div.hidden_nav02 ul li {
  border-left: none;
}

ul#dropdown li.nav01 div.hidden_nav01 ul li {
  border-bottom: 1px dashed #dd171f;
}

ul#dropdown li.nav01 div.hidden_nav02 ul li {
  border-bottom: 1px dashed #591300;
}

ul#dropdown li.nav01 div.hidden_nav01 ul li.last,
ul#dropdown li.nav01 div.hidden_nav02 ul li.last {
  border-bottom: none;
}

ul#dropdown li.nav01 div.hidden_nav01 ul li a,
ul#dropdown li.nav01 div.hidden_nav02 ul li a {
  display: inline-block;
  width: 148px;
  padding: 8px;
  text-decoration: none;
  text-align: center;
}

ul#dropdown li.nav01 div.hidden_nav01 ul li a {
  color: #dd171f;
}

ul#dropdown li.nav01 div.hidden_nav02 ul li a {
  color: #591300;
}

ul#dropdown li.nav01 div.hidden_nav01 ul li a:hover {
  background: #ffe1e2;
}

ul#dropdown li.nav01 div.hidden_nav02 ul li a:hover {
  background: #f1dad4;
}


/*----------------------------------------
  main
-----------------------------------------*/

#main {
  width: 100%;
  background: url(/img/cmn_main_bg01.jpg) repeat;
}


#main #main_bg_btm {
  width: 100%;
  background: url(/img/cmn_main_bg01_btm.jpg) repeat-x bottom;
}

#main #main_bg_btm #search_main_tit01 {
  width: 958px;
  padding: 56px 0 80px;
  margin: 0 auto;
  background: url(/img/cmn_main_search_bg01.png) no-repeat left top;
}

#main #main_bg_btm #useful_main_tit01 {
  width: 958px;
  padding: 56px 0 80px;
  margin: 0 auto;
  background: url(/img/cmn_main_useful_bg01.png) no-repeat left top;
}

#main #main_bg_btm #room_main_tit01 {
  width: 958px;
  padding: 56px 0 80px;
  margin: 0 auto;
  background: url(/img/cmn_main_room_bg01.png) no-repeat left top;
}

#main #main_bg_btm #mypage_main_tit01 {
  width: 958px;
  padding: 56px 0 80px;
  margin: 0 auto;
  background: url(/img/cmn_main_mypage_bg01.png) no-repeat left top;
}

/*----------------------------------------
  contents
-----------------------------------------*/

#contents {
  width: 956px;
  padding-bottom: 100px;
  margin: 0 auto;
}

#contents #pankuzu,
#contents .pankuzu {
  margin: 20px 0;
}
/* TODO(morishima): ネガティブマージンを使っていますが、後日修正予定です。 */
#contents .pankuzu+.pankuzu {
  margin: -15px 0 20px;
}

#contents #pankuzu li,
#contents .pankuzu li {
  float: left;
}

/*----------------------------------------
  cmn_ctop_form01
-----------------------------------------*/

.cmn_ctop_form01 {
  margin: 30px 0;
  text-align: center;
}

.cmn_last_form01 {
  text-align: center;
}

/*----------------------------------------
  contents_form
-----------------------------------------*/

#contents_form {
  background: url(/img/cmn_form_btn02_bg.png) repeat-y left bottom;
}

#contents_form #contents_form_bg_top {
  width: 685px;
  background: url(/img/cmn_form_btn02_bg_top.png) no-repeat left top;
}

#contents_form #contents_form_bg_btm {
  position: relative;
  width: 655px;
  padding: 15px;
  background: url(/img/cmn_form_btn02_bg_btm.png) no-repeat left bottom;
}

#contents_form #contents_form_bg_btm p#contents_form_btn {
  text-align: right;
}

#contents_form #contents_form_bg_btm p#contents_form_1st {
  position:absolute;
  top: 15px;
  left: -7px;
}

#contents_oc {
  margin-top: 15px;
  background: url(/img/cmn_form_btn03_bg.png) repeat-y left bottom;
}

#contents_oc #contents_oc_bg_top {
  width: 685px;
  background: url(/img/cmn_form_btn03_bg_top.png) no-repeat left top;
}

#contents_oc #contents_oc_bg_btm {
  width: 640px;
  padding: 15px 20px 15px 25px;
  background: url(/img/cmn_form_btn03_bg_btm.png) no-repeat left bottom;
}

#contents_oc #contents_oc_bg_btm #contents_oc_l {
  float: left;
  padding: 2px 0;
}

#contents_oc #contents_oc_bg_btm #contents_oc_r {
  float: right;
}

#contents_oc #contents_oc_bg_btm #contents_oc_r #tel_box01_oc_office_btn {
  padding-right: 8px;
}

#contents_other {
  padding-top: 10px;
  text-align: center;
}

/*----------------------------------------
  content_l
-----------------------------------------*/

#content_l {
  float: left;
  width: 685px;
}

#content_l p#form_tit01 {
  padding: 30px 0 12px;
  text-align: center;
  margin-top: 30px;
}

/*----------------------------------------
  contents_l > contents_box01_icon01
-----------------------------------------*/

.contents_box01_icon01 {
  margin-bottom: 3px !important;
  padding:0 0 8px 24px;
  background: url(/img/cmn_related_ic01.png) no-repeat left top;
  font-weight: bold;
  line-height: 1;
}

/*----------------------------------------
  content_l > cmn_form
-----------------------------------------*/

.cmn_form {
  padding: 10px 0 0 168px;
}

.cmn_form .cmn_form_step {
}

.cmn_form .cmn_form_step .cmn_form_step1 {
  float: left;
  padding: 5px 25px 0 0;
  background: url(/img/cmn_form_bg_arw.png) no-repeat 158px 60px;
}

.cmn_form .cmn_form_step .cmn_form_step2 {
  float: left;
  padding: 0 25px 0 0;
  background: url(/img/cmn_form_bg_arw.png) no-repeat 158px 60px;
}

.cmn_form .cmn_form_step .cmn_form_step3 {
  float: left;
  padding: 5px 0 0 0;
}

.cmn_form p.cmn_form_svc {
  margin-top: -5px;
  padding: 0 20px 5px 0;
  font-size:12px !important;
}

.cmn_form_samurai {
  position:absolute;
  top: 24px;
  left: -45px;
}

.cmn_form_samurai_b {
  position:absolute;
  top: 0;
  left: -90px;
}

.cmn_form_1st {
  position:absolute;
  top: 180px;
  left: -5px;
}

/*----------------------------------------
  content_l > cmn_form_sp
-----------------------------------------*/

.cmn_form_sp {
  padding: 15px 0 0 158px;
}

.cmn_form_sp dl {
  width: 500px;
  padding: 5px 0;
  border-bottom: 1px dashed #ccc;
}

.cmn_form_sp dt {
  float: left;
  width: 195px;
  padding-left: 35px;
}

.cmn_form_sp dd {
  float: left;
  width: 270px;
}

.cmn_form_sp dd p.i_number_box01 {
  float: left;
  width: 150px;
}

.cmn_form_sp dd p.i_number_box02 {
  float: left;
  width: 100px;
  margin-top: 3px;
}

.cmn_form_sp dd input.i_number00 {
  width: 92px;
  padding: 3px 0 3px 5px;
  vertical-align: top;
  border: 1px solid #7f9db9;
}

.cmn_form_sp dd input.i_number01 {
  width: 36px;
  padding: 3px 0 3px 5px;
  vertical-align: top;
  border: 1px solid #7f9db9;
}

.cmn_form_sp dd input.i_number02 {
  width: 56px;
  padding: 3px 0 3px 5px;
  vertical-align: top;
  border: 1px solid #7f9db9;
}

.cmn_form_sp dd select {
  float: left;
  margin: 0 17px 0 0;
  padding: 2px 0;
  border: 1px solid #7f9db9;
}

.cmn_form_sp p.cmn_form_btn_sp {
  margin-top: 20px;
  padding-left: 35px;
}

.cmn_form_sp_samurai {
  position:absolute;
  bottom: -1px;
  left: -55px;
}

/*----------------------------------------
  contents_form_mitsumori
-----------------------------------------*/

.contents_form_mitsumori {
  height: 105px;
  background: url(/img/cmn_form_btn02_bg02.png) no-repeat left bottom;
}

.contents_form_mitsumori .contents_form_bg_top {
  position: relative;
  width: 685px;
  background: url(/img/cmn_form_btn02_bg03.png) no-repeat left top;
}

.contents_form_mitsumori .contents_form_bg_top p.contents_form_pic01 {
  position:absolute;
  left: 35px;
  top: -22px;
}

.contents_form_mitsumori .contents_form_bg_top p.contents_form_btn01 {
  text-align: right;
  margin-right: 35px;
  padding-top: 22px;
}


/*----------------------------------------
  content_l > cmn_btn_box01
-----------------------------------------*/

#cmn_btn_box01 {
  width: 684px;
  margin-top: 33px;
  background: url(/img/cmn_mitsumori_bg01.png) repeat-y;
}

#cmn_btn_box01 #cmn_btn_box01_bg_top {
  background: url(/img/cmn_mitsumori_bg01_top.png) no-repeat top;
}

#cmn_btn_box01 #cmn_btn_box01_bg_top #cmn_btn_box01_bg_btm {
  padding: 13px 20px 14px 28px;
  background: url(/img/cmn_mitsumori_bg01_btm.png) no-repeat bottom;
}

#cmn_btn_box01 #cmn_btn_box01_bg_top #cmn_btn_box01_bg_btm p#mitsumori_txt01 {
  float: left;
  width: 267px;
  margin-top: 10px;
  padding-left: 23px;
  background: url(/img/cmn_mitsumori_ic01.png) repeat-y left top;
  color: #665915;
}

#cmn_btn_box01 #cmn_btn_box01_bg_top #cmn_btn_box01_bg_btm p#mitsumori_btn01 {
  float: right;
 /* background: url(../img/cmn_mitsumori_ic01m.png) repeat-y left top;*/
}




/*----------------------------------------
  content_l > cmn_btn_box01_new01
-----------------------------------------*/

#cmn_btn_box01_new01 {
  width: 654px;
  margin: 20px 0;
  border-radius: 5px;
  font-size:15px;
  font-weight:bold;
  color:#665915;
  border: 2px solid #e2dbc9;
  padding:13px;
  background:url(/img/cmn_form_btn_bg01.png) #fffdef no-repeat left center;
}

#mitsumori_txt01_new01{
  width: 280px;
  float:left;
  padding-top: 5px;
}

#mitsumori_btn01_new01 a{
  width: 370px;
  float:right;
  font-size: 21px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 0 1px rgba(0,0,0,.1), inset 0 1px 0 1px rgba(255,255,255,.5);
  -moz-box-shadow: 0 2px 0 1px rgba(0,0,0,.1), inset 0 1px 0 1px rgba(255,255,255,.5);
  box-shadow: 0 2px 0 1px rgba(0,0,0,.1), inset 0 1px 0 1px rgba(255,255,255,.5);
  border: solid 1px #FF5A00;
  background-image:-moz-linear-gradient(50% 0%,#FCA565 0%,#FF5A00 100%);
  background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, #FCA565),color-stop(1, #FF5A00 ));
  background-image:-webkit-linear-gradient(#FCA565 0%,#FF5A00 100%);
  background-image:linear-gradient(180deg,#FCA565 0%,#FF5A00 100%);
  background-color:#FF5A00;
  color:#fff;
  text-shadow: -1px -1px 1px rgba(0,0,0,.3);
  text-align:center;
  box-sizing:border-box;
  display:block;
  color:#fff;
  text-decoration:none;
  padding-right: 25px;
  position:relative;
}

#mitsumori_btn01_new01 a:before {
  display: block;
  content: url("/img/cmn_form_btn_arrow01.png");
  position: absolute;
  top: 27%;
  right: 25px;
  width: 10px;
  height: 10px;
}

.mitsumori_btn01_txt01{
  display:inline-block;
  margin:10px 0 10px 0px;
  padding: 1px 5px;
  background:#fffae4;
  border-radius: 5px;
  color:#dd171f;
  text-shadow:none;
}

.mitsumori_btn01_txt02{
  padding: 0 10px;
}


#mitsumori_btn01_new01 a:hover {
  background-image: -moz-linear-gradient( 90deg,#FF7226 0%,#FF5A00 100%);
  background-image: -webkit-linear-gradient( 90deg,#FF7226 0%,#FF5A00 100%);
  background-image: -ms-linear-gradient( 90deg, #FF7226 0%,#FF5A00 100%);
  background-color:#EA5200;
}


/*----------------------------------------
  content_l > form_box01
-----------------------------------------*/

#form_box01 {
  position: relative;
  display: inline;
  float: left;
  width: 675px;
  margin: 0 0 15px;
  padding:10px 0 15px;
  border:5px solid #602A08;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
}

#form_box01 .cmn_form {
  padding-left: 162px;
}

#form_box01 #form_box01_step {
  padding-left: 126px;
}

#form_box01 .cmn_form_samurai {
  top: 10px;
  left: -45px;
}

#form_box01 .cmn_form_1st {
  top: 181px;
  left: -12px;
}

#form_box01 .cmn_form_btn {
  margin-top: 20px;
}

#form_box01 .cmn_form_txt01 {
  font-size:12px;
  padding:10px 15px 0;
}

/*----------------------------------------
  content_l > form_box02
-----------------------------------------*/

#form_box02 {
  background: url(/img/cmn_form_btn02_bg02.png) no-repeat center bottom;
}

#form_box02 #form_box02_inner {
  background: url(/img/cmn_form_btn02_bg01.png) no-repeat center top;
}

#form_box02 #form_box02_inner #form_box02_inner_l {
  width: 290px;
  float: left;
  padding: 60px 0px 20px 25px;
}

#form_box02 #form_box02_inner #form_box02_inner_l p {
  line-height: 1.3;
  padding-bottom: 5px;
}

#form_box02 #form_box02_inner #form_box02_inner_r {
  width: 335px;
  float: right;
  padding: 58px 20px 25px 0px;
}

/*----------------------------------------
  content_l > form_box03
-----------------------------------------*/

#form_box03 {
  position: relative;
  display: inline;
  float: left;
  width: 689px;
  margin-bottom: 20px;
  background: url(/img/cmn_form_bg_sp.png) repeat-y right top;
}

#form_box03 #form_box03_step {
  padding-left: 126px;
}

#form_box03 #form_box03_bg_top {
  background: url(/img/cmn_form_bg_top_sp.png) no-repeat right top;
}

#form_box03 #form_box03_bg_btm {
  width: 689px;
  padding-bottom: 36px;
  background: url(/img/cmn_form_bg_btm_sp.png) no-repeat right bottom;
}

/*----------------------------------------
  content_l > card
-----------------------------------------*/

.card-wrapper {
  padding: 130px 17px 17px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #ddd;
  background-color: #fafafa;
  line-height: 1.8;
}

.card {
  position: relative;
  padding: 36px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(180,180,180,.5);
}

.card-title.layout-header-position {
  position: absolute;
  top: -152px;
  left: -19px;
}

.card-title .img-sizing {
  width: 685px;
  height: 152px;
}

.card-list {
  margin: 20px 0;
  padding: 20px;
  background: #fefbed;
}

.card-list dt {
  position: relative;
  padding: 0 20px !important;
  font-weight: bold;
  display: inline-block;
  background-image: none !important;
}

.card-list dt:after {
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border: 3px solid #dd171f;
  border-radius: 50%;
  content: "";
}

.card-list dd {
  display: inline-block;
}

.card-text-list {
  position: relative;
  padding-left: 20px;
}

.card-text-list:after {
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border: 3px solid #dd171f;
  border-radius: 50%;
  content: "";
}

.card-contents-left {
  float: left;
  display: inline-block;
  margin-right: 20px;
}

.card-contents-right {
  float: right;
  display: inline-block;
  margin-left: 20px;
}

.card-contents:first-child {
  padding-right: 20px;
}

.positive-text {
  font-weight: bold;
  color: #2196f3;
}

.mark-yellow {
  font-weight: bold;
  background: -moz-linear-gradient(transparent 80%, #ffcc33 0%);
  background: -webkit-linear-gradient(transparent 80%, #ffcc33 0%);
  background: -ms-linear-gradient(transparent 80%, #ffcc33 0%);
  background: -o-linear-gradient(transparent 80%, #ffcc33 0%);
  background: linear-gradient(transparent 80%, #ffcc33 0%);
  margin-bottom: 20px;
}

.text-attention {
  color: #3ebb67;
  font-size: 130%;
}

.text-link {
  color: #245FBB;
  text-decoration: underline;
  cursor: pointer;
}

.text-link-arrow {
  padding-left: 16px;
  background: url(/img/cmn_bg_pic.png) no-repeat left -61px;
}

/*----------------------------------------
 ctop_contents_box01
----------------------------------- */
.company-logo {
  overflow: hidden;
  text-align: center;
  display: table;
}

.company-logo li {
  display: table-cell;
  padding: 5px;
  margin-bottom: 10px;
}

.company-logo.small-logo li.last {
  padding-left: 7px;
}

.company-logo li img {
  border: 1px solid #bfbfbf;
}

/*----------------------------------------
  content_l > tel_box01
-----------------------------------------*/

#tel_box01 {
  width: 685px;
  margin: 0 2px;
}

#tel_box01 ul {
  float: left;
  width: 430px;
}

#tel_box01 li {
  float: left;
  padding-right: 5px;
}

#tel_box01 p {
  float: right;
  width: 250px;
  background:
}

/*----------------------------------------
  content_l > tel_box01 > contact_box01
-----------------------------------------*/

#contact_box01 {
  padding-top: 15px;
  text-align: center;
  background: #F0F0F0 url(/img/cmn_cs_bg_top.png) no-repeat left top;
}

#contact_box01_bg_btm {
  padding-bottom: 15px;
  background: url(/img/cmn_cs_bg_btm.png) no-repeat left bottom;
}

/*----------------------------------------
  content_r
-----------------------------------------*/

#content_r {
  float: right;
  width: 244px;
}

.fixed {
  width: 244px;
  position: fixed;
  top: 0px;
  z-index: 9999;
}

/*----------------------------------------
  content_r > lnav
-----------------------------------------*/

#lnav,
.lnav,
#lnav_area {
  width: 230px;
  margin: 0 auto;
  margin-bottom: 15px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e6e0da;
}

#lnav p,
.lnav p,
#lnav_area p {
  background-color: #f2e7d1;
}

#lnav p a span,
.lnav p a span,
#lnav_area p a span {
  display:block;
  padding: 16px 15px;
  color:#5f2a0e;
  text-decoration:none;
  font-weight:bold;
  font-size: 15px;
}

#lnav #lnav_bg_btm,
.lnav #lnav_bg_btm {
  padding-bottom: 5px;
  background: url(/img/cmn_lnav_bg_btm.png) no-repeat left bottom;
}

#lnav .title,
.lnav .title,
#lnav_area .title {
  display: block;
  padding: 16px 10px 16px 15px;
  color:#5f2a0e;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

#lnav p a:link,
#lnav p a:visited,
.lnav p a:link,
.lnav p a:visited,
#lnav_area p a:link,
#lnav_area p a:visited {
  text-decoration:none !important;
}

#lnav ul,
.lnav ul,
#lnav_area ul {
  width: 230px;
  margin: 0 auto;
}

#lnav ul li,
.lnav ul li,
#lnav_area ul li {
  border-bottom: 1px dashed #e6e0da;
  background-color: #fff;
}

#lnav ul li.last,
.lnav ul li.last,
#lnav_area ul li.last {
  border-bottom: none;
}

#lnav ul li.now,
.lnav ul li.now,
#lnav_area ul li.now {
  background-color: #FDF5C3;
}

#lnav ul li a,
.lnav ul li a,
#lnav_area ul li a {
  display: block;
  position: relative;
  padding: 14px 10px 14px 30px;
  color: #245FBB;
  text-decoration: underline;
  font-weight: normal;
}

#lnav ul li a:hover,
.lnav ul li a:hover,
#lnav_area ul li a:hover {
  background-color: #FDF5C3;
}

#lnav ul li a span.arrow_gy_size12,
.lnav ul li a span.arrow_gy_size12,
#lnav_area ul li a span.arrow_gy_size12 {
  padding-left: 20px;
}

#lnav .lnav_sub,
.lnav .lnav_sub,
#lnav_area .lnav_sub {
  display:none;
}

#lnav .lnav_open .lnav_sub,
.lnav .lnav_open .lnav_sub,
#lnav_area .lnav_open .lnav_sub {
  display:block;
  margin:0;
}

#lnav .lnav_sub li,
.lnav .lnav_sub li,
#lnav_area .lnav_sub li {
  border-top:1px dashed #bc805a;
  border-bottom: none;
  font-weight:normal;
}

#lnav .lnav_sub li a,
.lnav .lnav_sub li a,
#lnav_area .lnav_sub li a {
  padding: 14px 10px 14px 50px;
  position: relative;
}

#lnav .lnav_sub li a:before,
#lnav .lnav_sub li a:after,
.lnav .lnav_sub li a:before,
.lnav .lnav_sub li a:after,
#lnav_area .lnav_sub li a:before,
#lnav_area .lnav_sub li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#lnav .lnav_sub li a:before,
.lnav .lnav_sub li a:before,
#lnav_area .lnav_sub li a:before {
  left: 30px;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #602A08;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#lnav .lnav_sub li a:after,
.lnav .lnav_sub li a:after,
#lnav_area .lnav_sub li a:after {
  left: 33px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #602A08;
  border-right: 1px solid #602A08;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#lnav ul li a:before,
.lnav ul li a:before,
#lnav_area ul li a:before,
#lnav ul li a:after,
.lnav ul li a:after,
#lnav_area ul li a:after {
  position: absolute;
  content: '';
  vertical-align: middle;
}

#lnav_area ul li a:before,
.lnav ul li a:before,
#lnav ul li a:before {
  width: 14px;
  height: 14px;
  top: 15px;
  left: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #d0d0cd;
  cotnent: "";
}

#lnav ul li a:after,
.lnav ul li a:after,
#lnav_area ul li a:after {
  top: 19px;
  left: 13px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}



#lnav .children li a:before {
  background-color: #fff;
}


/*----------------------------------------
  content_r > said_howto
-----------------------------------------*/

#said_howto {
  border:5px solid #ddd;
  margin: 0 auto 15px;
  width: 230px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
}

#said_howto_box01 {
  padding: 13px 0 ;
  margin: 0 auto;
  width: 220px;
  background-color: #fff;
}

#said_howto_box01 p {
  padding-left: 9px;
}

#said_howto_box01 #howto_img {
  padding-top: 5px;
  margin: 0 auto 20px;
}

/*----------------------------------------
  content_r > side_type
-----------------------------------------*/
#side_type .arrow_gy_size12 {
  padding-top: 1px;
}

#side_type p {
  padding-left: 15px;
}

#side_type p.side_type_txt01 {
  padding: 10px 15px;
}

#side_type span {
  border-left: 6px solid #DFCEA3;
  padding-left: 4px;
}

#side_type #side_type_bg_btm {
  padding-bottom: 20px;
  background: url(/img/cmn_side_rank_bg_btm.png) no-repeat left bottom;
}

#side_type .side_box01_tit01 {
  margin-bottom: 8px;
}
#side_type .side_box01_bg_btm {
  padding: 0 4px 4px;
}

#side_type .side_rank_stit01 {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #fffef0;
  border-bottom: 1px solid #dfcea3;
  border-top: 1px solid #dfcea3;
}

ul.side_link_last {
  margin: 12px 0 !important;
}

ul.side_link_last li a {
  float: none !important;
  background: url("/img/cmn_bg_pic.png") no-repeat left -58px !important;
}


#side_type .side_rank_stit_bg_btm p {
  text-align: center;
}

#side_type ul {
  width: 200px;
  margin: 8px 0;
  padding: 0 10px;
}

#side_type ul li img {
  display: block;
  float: left;
  width: 22px;
  margin: -2px 8px 0 0;
}

#side_type ul li a {
  display: block;
  float: left;
  width: 170px;
  padding-top: 3px;
}

#side_type #side_rank_txt01 {
  width: 210px;
  margin-right: 100px;
  padding: 8px 15px 13px;
  border-top: 1px dashed #DFCEA3;
}

/*----------------------------------------
  content_r > side_form_box
-----------------------------------------*/

#side_form_box {
  width: 240px;
  margin: 0 auto 15px;
  background: url(/img/cmn_side_form_bg.png) repeat-y left;
}

#side_form_box #side_form_box_bg_top {
  background: url(/img/cmn_side_form_bg_top.png) no-repeat left top;
}

#side_form_box #side_form_box_bg_btm {
  padding: 15px 15px 20px;
  background: url(/img/cmn_side_form_bg_btm.png) no-repeat left bottom;
}

#side_form_box #side_form_tit01 {
  padding: 0 0 5px;
  text-align: center;
}

#side_form_box #side_cmn_form_btn {
  margin: 0 0 11px;
  padding: 0 0 11px;
  border-bottom: #CCC dashed 1px;
  text-align: center;
}

#side_form_box #side_form_tel_box01_tit {
  margin: 0 0 5px;
  text-align: center;
}

#side_form_box #side_form_tel_box01_oc_btn {
  margin: 0 0 11px 0;
  padding: 0 0 11px;
  border-bottom: #CCC dashed 1px;
}

#side_form_box #side_form_tel_box01_oc_office_btn {
  margin: 0 10px 0 0;
}

/*----------------------------------------
  content_r > side_form01 > side_form01_box01
-----------------------------------------*/

#side_form01_box01 {
  width: 200px;
  margin: 0 0 10px 20px;
  padding-bottom: 11px;
  border-bottom: #cccccc solid 1px;
}

#side_form01_box01 h3 {
  padding-bottom: 5px;
}

#side_form01_box01 p#side_form01_box01_l {
  float: left;
  width: 130px;
}

html > body #side_form01_box01 p#side_form01_box01_l input {
  height: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}

#side_form01_box01 p#side_form01_box01_l input {
  padding: 4px 0;
  vertical-align: top;
  border: 1px solid #7f9db9;
}

#side_form01_box01 p#side_form01_box01_l input#number01 {
  width: 39px;
  padding-left: 3px;
}

#side_form01_box01 p#side_form01_box01_l input#number02 {
  width: 59px;
  padding-left: 3px;
}

#side_form01_box01 p#side_form01_box01_r {
  float: right;
  width: 49px;
  margin-top: 2px;
}

/*----------------------------------------
  content_r > side_form01 > side_form01_box02
-----------------------------------------*/

#side_form01_box02 {
  width: 200px;
  margin: 0 0 10px 20px;
  padding-bottom: 10px;
  border-bottom: #cccccc solid 1px;
}

#side_form01_box02 h3 {
  padding-bottom: 4px;
}

#side_form01_box02 select {
  height: 22px;
}

/*----------------------------------------
  content_r > side_form01 > side_form01_box03
-----------------------------------------*/

#side_form01_box03 {
  width: 200px;
  margin: 0 0 6px 20px;
}

#side_form01_box03 h3 {
  padding-bottom: 3px;
}

#side_form01_box03 p label {
  margin-right: 8px;
}

#side_form01_box03 p label input {
  vertical-align: -0.12em;
}

/*----------------------------------------
  content_r > side_box01
-----------------------------------------*/

.side_box01 {
  /*width: 238px;*/
  margin-bottom: 15px;
  /*border-left: 1px #dfcea3 solid;
  border-right: 1px #dfcea3 solid;*/
  background: url(/img/cmn_side_box01_bg.png) repeat-y center top;
}

.side_box01_bg_top {
  padding-top: 10px;
  background: url(/img/cmn_side_tit01_bg.png) no-repeat left top;
}

.side_box01_bg_btm {
  padding: 0 15px 15px;
  background: url(/img/cmn_side_box01_bg_btm.png) no-repeat center bottom;
}

.side_box01 .side_box01_tit01 {
  margin-bottom: 22px;
}

.side_box01 .side_box01_txt_tit01 {
  margin: -4px 0 22px 0;
  color:#ffffff;
  font-size:14px;
  font-weight:bold;
}


/*----------------------------------------
  content_r > side_box02
-----------------------------------------*/

.side_box02 {
  margin-bottom: 15px;
  background: url(/img/cmn_side_box02_bg.png) repeat-y center top;
}

.side_box02_bg_top {
  padding-top: 15px;
  background: url(/img/cmn_side_box02_bg_top.png) no-repeat center top;
}

.side_box02_bg_btm {
  padding: 0 15px 15px;
  background: url(/img/cmn_side_box02_bg_btm.png) no-repeat center bottom;
}

/*----------------------------------------
  content_r > side_link
-----------------------------------------*/

.side_link li {
  padding-bottom: 8px;
}

.side_link li.last {
  padding-bottom: 0;
}

.side_link li.last ul {
  margin: 8px 0 0 20px;
}


/*----------------------------------------
  content_r > side_bnr_box01
-----------------------------------------*/

.side_bnr_box01 {
  margin: 0 2px 15px;
}

.side_bnr_box01 p img {
  margin-bottom: 3px;
}

/*----------------------------------------
  content_r > side_user
-----------------------------------------*/

#side_user {
  position: relative;
}

#side_user #side_user_pic01 {
  position:absolute;
  right: -20px;
  top: -23px;
}

#side_user .spyWrapper {
  position: relative;
  overflow:hidden;
}

#side_user ul {
  position: relative;
}

#side_user li {
  overflow:hidden;
}

#side_user li p.side_user_line {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}

#side_user .side_box01_bg_btm {
  padding: 0 2px 2px;
}


/*----------------------------------------
  content_r > side_news
-----------------------------------------*/

#side_news dl dd {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #ccc;
}

#side_news dl dd.noline {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/*----------------------------------------
  content_r > side_useful
-----------------------------------------*/


#side_useful ul li {
  border-bottom: 1px dashed #dfcea3;
}

#side_useful ul li ul li {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #ccc;
}

#side_useful ul li.noline {
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: none;
}

#side_useful ul li.topline {
  border-bottom: none;
  /*border-bottom: 1px dashed #723c2c;*/
}

#side_useful p {
  padding: 0px 15px 0;
}

#side_useful span {
  border-left: 6px solid #dfcea3;
  padding-left: 4px;
}

#side_useful ul.side_useful_li01 {
}

#side_useful ul.side_useful_ul_top {
  padding: 8px 15px 10px;
  border-top: 1px dashed #dfcea3;
}

#side_useful .side_useful_stit01 {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #fffef0;
  border-bottom: 1px solid #dfcea3;
  border-top: 1px solid #dfcea3;
  /*background: #FFF8D8;*/
}

#side_useful .side_box01_tit01 {
  margin-bottom: 8px;
}

#side_useful p.side_useful_li_tit01_bg {
  padding-top: 8px;
  padding-bottom: 8px;

  color: #723c2c;
  background: url("/img/side_useful_accordion_btn01.png") no-repeat 208px center;
}

#side_useful p.useful_btn01_on {
  background: url("/img/side_useful_accordion_btn01_on.png") no-repeat 208px center #FFF8D8 !important;
}

#side_useful .arrow_gy_size12 {
  background: url("/img/cmn_bg_pic.png") no-repeat left -63px;
  padding-left: 16px;
}

#side_useful .side_box01_bg_btm {
  padding: 0 4px 4px;
}

#side_useful .side_useful_link01 {
  margin: 10px 0;
}

/*----------------------------------------
  content_r > side_teikei
-----------------------------------------*/
#side_teikei_btn {
  margin-bottom: 15px;
}

/*----------------------------------------
  content_r > side_about
-----------------------------------------*/

#side_about .side_box01_bg_top {
  padding: 10px 15px 0;
}

#side_about ul li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #ccc;
}

#side_about ul li.last {
  margin-bottom: 5px;
  padding-bottom: 0;
  border-bottom: 0;
}

#side_about ul li p {
  display: inline;
  float: left;
  width: 50px;
  margin-right: 8px;
}

#side_about ul li dl {
  display: inline;
  float: left;
  width: 156px;
}

#side_about .side_box01_bg_btm {
  padding: 0 0 10px;
}

#side_about .side_box01_bg_btm p {
  padding-left: 3px;
}

#side_about .side_box01_bg_btm dl {
  padding: 8px 15px 0;
}

#side_about .side_box01_bg_btm dl dd {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}

#side_about .side_box01_bg_btm dl dd.last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/*----------------------------------------
  content_r > side_rank
-----------------------------------------*/

#side_rank .arrow_gy_size12 {
  padding-top: 1px;
}

#side_rank p {
  padding-left: 15px;
}

#side_rank span {
  border-left: 6px solid #DFCEA3;
  padding-left: 4px;
}

#side_rank #side_rank_bg_btm {
  padding-bottom: 20px;
  background: url(/img/cmn_side_rank_bg_btm.png) no-repeat left bottom;
}

#side_rank .side_box01_tit01 {
  margin-bottom: 8px;
}
#side_rank .side_box01_bg_btm {
  padding: 0 4px 4px;
}

#side_rank .side_rank_stit01 {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #fffef0;
  border-bottom: 1px solid #dfcea3;
  border-top: 1px solid #dfcea3;
}

ul.side_link_last {
  margin: 12px 0 !important;
}

ul.side_link_last li a {
  float: none !important;
  background: url("/img/cmn_bg_pic.png") no-repeat left -58px !important;
}

#side_rank .side_rank_stit_bg_btm p {
  text-align: center;
}

#side_rank ul {
  width: 200px;
  margin: 8px 0;
  padding: 0 20px;
}

#side_rank ul li img {
  display: block;
  float: left;
  width: 22px;
  margin: -2px 8px 0 0;
}

#side_rank ul li a {
  display: block;
  float: left;
  width: 170px;
  padding-top: 3px;
}

#side_rank #side_rank_txt01 {
  width: 210px;
  margin-right: 100px;
  padding: 8px 15px 13px;
  border-top: 1px dashed #DFCEA3;
}

#side_rank #side_rank_txt01 a {
  background: url("/img/cmn_bg_pic.png") no-repeat left -62px !important;
}

/*----------------------------------------
  content_r > side_intv
-----------------------------------------*/

#side_intv {
  margin: 0 2px 15px;
  padding-bottom: 10px;
  background: url(/img/cmn_side_intv_bg.png) no-repeat left bottom;
}

#side_intv .side_intv_li_bg {
  width: 222px;
  margin: 0 auto;
  padding-top: 8px;
  background: url(/img/cmn_side_intv_li_bg.png) no-repeat left top;
}

#side_intv .side_intv_li_bg_btm {
  padding: 0 11px 8px;
  background: url(/img/cmn_side_intv_li_bg_btm.png) no-repeat left bottom;
}

#side_intv .side_intv_li_bg_btm dl dd {
  margin-top: 5px;
}

#side_intv .side_intv_li_bg_btm dl dd img {
  float: left;
  margin-right: 8px;
}

#side_intv #side_intv_txt01 {
  width: 220px;
  margin: 8px auto 0;
}

/*----------------------------------------
  content_r > side_qa
-----------------------------------------*/

#side_qa ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

#side_qa ul li .question {
  width: 175px;
  padding-left: 25px;
  background: url(/img/cmn_side_qa_ic01.png) no-repeat 0 3px;
}

#side_qa ul li .answer {
  width: 175px;
  padding-left: 25px;
  background: url(/img/cmn_side_qa_ic02.png) no-repeat 0 3px;
}

/*----------------------------------------
  content_r > side_report
-----------------------------------------*/

#side_report ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

#side_report ul li p {
  float: right;
  width: 211px;
}

/*----------------------------------------
  content_r > side_cp
-----------------------------------------*/

#side_cp {
//  margin: 0 2px 20px;
//  padding: 0 0 15px;
  background: url(/img/cmn_side_campaign_bdr.png) no-repeat left bottom;
}

#side_cp #side_cp_tit {
  padding: 0 0 15px;
}

#side_cp ul#side_cp_bnr li {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: #591400 dashed 1px;
}

#side_cp ul#side_cp_bnr li p.txt01 {
  padding-top: 3px;
  line-height: 1.2;
}

#side_cp ul#side_cp_bnr li.last {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

/*----------------------------------------
  content_r > side_cm
-----------------------------------------*/

#side_cm {
  margin: 0 2px 15px;
  background: url(/img/cmn_side_cm_bg.png) repeat-y left bottom;
}

#side_cm dl dd {
  width: 200px;
  margin: 0 auto;
  padding:0 0 40px;
  text-align: center;
}

#side_cm dl dd img {
  float: left;
  margin-bottom: 5px;
}


/*----------------------------------------
  content_r > side_cm02
-----------------------------------------*/

#side_cm02 {
  margin: 0 2px 15px;
  background: url(/img/cmn_side_cm02_bg.png) repeat-y left top;
}

#side_cm02 #side_cm02_bg_btm {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align:center;
  background: url(/img/cmn_side_cm02_bg_btm.png) no-repeat left bottom;
}

.side_cm02_box01 {
  width: 218px;
  margin: 0 auto;
  padding: 5px 0;
  background:#fff;
  border: 1px solid #ffe6cc;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.side_cm02_box01 img {
  margin-bottom: 5px;
}

.side_cm02_btn01{
  padding: 2px 0 6px 0;

}


/*----------------------------------------
  content_r > side_sm
-----------------------------------------*/

#side_sm {
  position: relative;
  padding-top: 14px;
  background: url(/img/cmn_side_bg01_top.png) no-repeat 2px top;
}

#side_sm #side_sm_tit01 {
  padding: 0 0 30px 3px;
}

#side_sm ul li {
  margin: 0 0 5px 3px;
  font-weight: bold;
}

#side_sm ul li.side_sm_box01_last {
  margin-bottom: 0;
}

#side_sm ul li a img {
  float: left;
  margin-right: 10px;
}

#side_sm ul li a {
  display: block;
  cursor: pointer;
}

#side_sm ul li a span {
  display: block;
  float: left;
  width: 150px;
  margin-top: 4px;
  text-decoration: underline;
}

#side_sm ul li a:hover span {
  text-decoration: none;
}

#side_sm p#side_sm_pic01 {
  position:absolute;
  z-index: 1;
  bottom: 1px;
  _bottom: 0;
  right: -20px;
}

/*----------------------------------------
  content_r > side_twitter
-----------------------------------------*/

#side_twitter {
  margin: 0 0 15px 2px;
}

/*----------------------------------------
  content_r > side_btn_box01
-----------------------------------------*/

.side_btn_box01 {
  width: 230px;
  margin: 0 0 15px 2px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border:5px solid #ddd;
}

.side_btn_box01 p#side_btn_box01_tit01 {
  padding: 8px 0 0 3px;
}

.side_btn_box01 .side_content_box01 {
  padding:0 10px 0;
}

.side_btn_box01 div dl {
  padding-top: 11px;
  margin-bottom: 5px;
}

.side_btn_box01 div dl dt {
  padding-bottom: 7px;
}

.side_btn_box01 div dl dd {
  float: left;
  padding: 0 7px 0 0;
}

.side_btn_box01 div dd {
}

.side_btn_box01 p#side_btn_box01_txt01 {
  padding: 6px 0 8px 0;
}

.side_btn_box01 .side_other_servicebox {
  padding:5px 0 10px;
}

.side_btn_box01 .side_other_servicebox .side_other_tit01 {
  border-top:1px dotted #999;
  border-bottom:1px dotted #999;
  margin:10px 0 0;
  padding:10px 0;
  text-align:center;
  font-weight:bold;
  font-size:15px;
  color:#602A08;
}

.side_btn_box01 .side_other_servicebox dl dt {
  font-weight:bold;
  border-left:5px solid #dd171f;
  padding-bottom: 0;
  padding-left:10px;
  margin-bottom: 7px;
  color:#602A08;
}

.side_btn_box01 .side_other_servicebox dl dd {
  float: none;
  font-size:11px;
  padding-right: 0;
}

.side_btn_box01 .side_other_servicebox dl dd.btn {
  margin:5px 0 0;
}

.side_btn_box01 .side_other_servicebox dl .side_btn {
  margin: 5px 0 0;
  padding: 12px 5px 18px 7px;
  background-image: url(/img/cmn_side_mitsumori_btn_bg.png);
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
  display: block;
}

.side_btn_box01 .side_other_servicebox dl .side_btn_switch {
  width: 100%;
  height: 56px;
  position: relative;
  padding: 8px 8px 12px 8px;
  box-sizing: border-box;
  background: url(/img/side-btn-switch.png) no-repeat;
  color: #fff;
  text-decoration: none;
}

.side_btn_box01 .side_other_servicebox dl .side_btn:hover {
  opacity: .8;
}

.side_btn_icon {
  background-color: #fff;
  color: #0b640a;
  position: absolute;
  width: 16px;
  box-sizing: border-box;
  border-radius: 3px;
  font-weight: bold;
  font-size: 12px;
  padding: 7px 0;
  line-height: 1.2;
  text-align: center;
}

.side_btn_icon_switch {
  width: 16px;
  padding: 4px 0;
  box-sizing: border-box;
  border-radius: 3px;
  color: #07436e;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  background-color: #fff;
}

.side_btn_ttl {
  margin-left: 21px;
  color: #fff;
  padding-top: 4px;
  display: block;
  line-height: 1;
}


.side_btn_title {
  margin-left: 6px;
  color: #fff;
  line-height: 1;
  font-size: 17px;
  font-weight: bold;
  text-shadow: 1px 2px 0px rgba(14, 73, 115, .7);
}

.side_btn_subTtl {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

.side_btn_mainTtl {
  font-size: 16px;
  text-shadow: 1px 2px 0px rgba(8, 78, 8, .7);
  font-weight: bold;
  display: block;
}

/*----------------------------------------
  content_r > side_cm_banner01
-----------------------------------------*/

.side_cm_banner01 {
  margin: 0 2px;
}

/*----------------------------------------
  infomation
-----------------------------------------*/

.l-infomation-inner {
  width: 960px;
  margin: 0 auto;
  display: table;
}

.l-infomation-inner > * {
  width: 274px;
  padding-right: 20px;
  box-sizing: border-box;
}

.l-infomation-company {
  padding-right: 0;
}

.infomation {
  border-top: 5px solid #f6f6f6;
  padding: 26px 0 34px;
}

.infomation-text {
  padding-left: 15px;
  font-size: 11px;
}

.infomation-company {
  padding-left: 16px;
  border-left: 1px solid #aaa;
}

.infomation-company-text {
  font-size: 11px;
  padding-left: 14px;
  line-height: 1.6;
}

/*----------------------------------------
  footer
-----------------------------------------*/

#footer {
  width: 100%;
  padding-bottom: 0;
  background: #dd171f;
  text-align: center;
}

#footer ul {
  width: 960px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
}

#footer ul li {
  display: inline-block;
  margin: 0 7px 7px 0;
  padding-right: 10px;
  border-right: #ffffff solid 1px;
  line-height: 1;
}

#footer ul li#footer_link_last {
  display: inline;
  border: none;
  margin: 0;
  padding: 0;
}

#footer ul li a {
  color: #fff;
}

#footer p a {
  color: #fff;
}
#footer .footer_linkmenu01 {
  width:954px;
  margin:0 auto;
}

#footer .footer_block01 {
  float: left;
  width: 238px;
}

#footer .footer_block01:first-child {
  margin-left:0;
}

#footer .footer_block01 li {
  display: block;
  border: none;
  line-height: 1.6;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  font-size: 12px;
}

#footer .footer_block01 li ul {
  margin: 5px 0 0 10px;
  padding: 0;
  width: auto;
}

#footer .footer_block01 li ul li {
  margin-top: 5px;
  position: relative;
  padding-left: 13px;
  color: #fff;
  font-size: 11px;
}

#footer .footer_block01 li ul li:before {
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid #DD171F;
  border-left: 4px solid #fff;
  content:"";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: 4px auto auto;
  vertical-align: middle;
}

#footer .footer_sublink01 {
  background:#333;
}

#footer .footer_copylight {
  padding: 20px 0;
}

/*----------------------------------------
  social
-----------------------------------------*/

#social {
  width: 956px;
  margin: 0 auto 20px;
  /margin-bottom: 10px;
}

.social_box01 {
  margin: 15px 0 10px;
}

.social_box01 .twitter_box01 {
  float: left;
  padding-right: 5px;
}

.social_box01 .facebook_box01 {
  float: left;
  padding-right: 5px;
}

.social_box01 .hatena_box01 {
  float: left;
  padding-right: 5px;
}

.social_box01 .mixi_box01 {
  float: left;
  padding-right: 5px;
}

.social_box01 .google_box01 {
  float: left;
  width: 80px;
}
.social_box01 .pocket_box01 {
  float: left;
}

#attention_txt01 {
  width: 956px;
  margin: 0 auto 20px;
}

/*----------------------------------------
  ranking
-----------------------------------------*/
.stit_bg01 {
  height: 24px;
  padding: 8px 0 0 18px;
  background: url('/ranking/img/ranking_box02_title01.png') no-repeat top;
  line-height: 1em;
}

.stit_bg01 span {
  border-left: 5px solid #ffffff;
  padding-left: 7px;
}

 /*----------------------------------------
   content_l > mitsumori_form_box01(2014/06 出し分けLP用 負ければ下記指定を削除)
 -----------------------------------------*/

#mitsumori_form_box01 {
  position: relative;
  display: inline;
  float: left;
  width: 689px;
  margin-bottom: 20px;
  background: url(/img/mlp/cmn_form_bg.png) repeat-y right top;
}

#mitsumori_form_box01 #mitsumori_form_box01_step {
  padding-left: 126px;
}

#mitsumori_form_box01 #mitsumori_form_box01_bg_top {
  background: url(/img/mlp/cmn_form_bg_top.png) no-repeat right top;
}

#mitsumori_form_box01 #mitsumori_form_box01_bg_btm {
  width: 689px;
  padding-bottom: 36px;
  background: url(/img/mlp/cmn_form_bg_btm.png) no-repeat right bottom;
}


 /*----------------------------------------
  cmn_form(2014/06 出し分けLP用 負ければ下記指定を削除)
-----------------------------------------*/

.cmn_form_mitsumori {
  padding: 15px 0 0 158px;
}

.cmn_form_mitsumori dl {
  width: 500px;
  padding: 5px 0;
  border-bottom: 1px dashed #ccc;
}

.cmn_form_mitsumori dt {
  float: left;
  width: 195px;
  padding-left: 35px;
}

.cmn_form_mitsumori dd {
  float: left;
  width: 270px;
}

.cmn_form_mitsumori dd p.i_number_box01 {
  float: left;
  width: 138px;
}

.cmn_form_mitsumori dd p.i_number_box02 {
  float: left;
  width: 100px;
  margin-top: 3px;
}

.cmn_form_mitsumori dd input.i_number00 {
  width: 113px;
  padding: 3px 0 3px 5px;
  vertical-align: top;
  border: 1px solid #7f9db9;
}

.cmn_form_mitsumori dd input.i_number01 {
  width: 36px;
  padding: 3px 0 3px 5px;
  vertical-align: top;
  border: 1px solid #7f9db9;
}

.cmn_form_mitsumori dd input.i_number02 {
  width: 56px;
  padding: 3px 0 3px 5px;
  vertical-align: top;
  border: 1px solid #7f9db9;
}

.cmn_form_mitsumori dd select {
  float: left;
  width: 120px;
  margin: 0 17px 0 0;
  padding: 2px 0;
  border: 1px solid #7f9db9;
}

.cmn_form_mitsumori p.cmn_form_btn {
  margin-top: 20px;
  padding-left: 35px;
}

#mitsumori_form_box01 .cmn_form_samurai {
  position:absolute;
  top:auto;
  bottom: -1px;
  left: -55px;
}

/*----------------------------------------
  green_table
-----------------------------------------*/

table.green_table {
  width: 100%;
  margin: 10px 0 30px;
  border: 1px solid #cccccc;
}

table.green_table th,
table.green_table td {
  border: 1px dotted #cccccc;
  padding: 8px;
}

table.green_table th {
  background: none repeat 0 0 #e0edce;
}

table.green_table .align_c {
  color: #5ea200;
}

table.green_table .green_line01 {
  border-right: 1px dotted #70bb09;
}

/*----------------------------------------
  price-souba-table
-----------------------------------------*/
/* 記事ページにあわせたデザインのため、article_table01と組み合わせる想定で記載しています */

.article_table01.price-souba-table th,
.article_table01.price-souba-table td {
  padding: 8px 5px ;
}

.article_table01.price-souba-table thead th {
  font-size: 103% !important;
}

.article_table01.price-souba-table tbody th {
  font-size: 13px !important;
  text-align: center;
  font-weight: bold;
}

.article_table01.price-souba-table td {
  text-align: center;
}

.article_table01.price-souba-table td:hover {
  background-color: #fffcd9;
}


/*----------------------------------------
  related_box01
-----------------------------------------*/

#related_box01 h2 {
  margin-bottom: 20px;
  background: url(/img/cmn_content_l_line02.png) no-repeat -1px bottom #edfcd9;
  border-left: 1px solid #70bb09;
  border-right: 1px solid #70bb09;
  border-top: 1px solid #70bb09;
  margin-bottom: 20px;
  padding: 5px 15px 8px;
}

#related_box01 h2.bg_pink01 {
  background: #edfcd9 url(/event/wedding/img/wedding_stit01_bg.png) no-repeat left bottom;
  border-left: 1px solid #ffa6cb;
  border-right: 1px solid #ffa6cb;
  border-top: 1px solid #ffa6cb;
}

#related_box01 p {
  margin-bottom: 20px;
}

#related_box01 li {
  width: 657px;
  margin-bottom: 16px !important;
  padding-left: 28px;
  padding-bottom: 15px !important;
  background: url(/img/cmn_related_ic01.png) no-repeat left 2px;
  border-bottom: 1px dashed #cccccc;
}

#related_box01 li.last {
  margin-bottom:0;
}


/*----------------------------------------
  simulator_box01
-----------------------------------------*/
.simulator_box01 {
  background: url(/img/cmn_simulator_box_bg.png) bottom center no-repeat;
  padding-bottom: 44px;
  margin:50px 0 20px;
}

.simulator_box02 {/*シミュレーターのみのスタイル*/
  padding-bottom: 20px;
  margin: 50px 0 20px;
}

.simulator_box02 .comments {
  display: inline-block;
  margin: 10px 0;
}

.simulator_box01_01 {
  border:1px solid #dddddd;
  background-color: #fafafa;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#content_l .simulator_box01 h2,
#content_l .simulator_box01 p {
  margin: 0;
  font-weight: bold;
  background: url(/img/cmn_simulator_tit_bg01.png) 18px center no-repeat #602a08;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  color: #fff;
  padding: 6px 17px 6px 63px;
  font-size: 17px !important;
}

.article-content .simulator_box01 {
  padding-bottom: 0 !important;
}
.article-content .simulator_box01 h2,
.article-content .simulator_box01 p {
  margin: 0;
  font-weight: bold;
  background: url(/img/cmn_simulator_tit_bg01.png) 18px center no-repeat #602a08;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  color: #fff;
  padding: 9px 17px 9px 63px;
  font-size: 17px !important;
}
.article-content .card-title {
  padding: 0;
}

.article-content .card p {
  margin-bottom: 25px;
  font-size: 108%;
}

#content_l .simulator_box02 h2,
#content_l .simulator_box02 p {
  margin: 0;
  font-weight: bold;
  background: url(/img/cmn_simulator_tit_bg01.png) 18px center no-repeat #602a08;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  color: #fff;
  padding: 6px 17px 6px 63px;
  font-size: 17px !important;
}

.simulator_box01 p.simulator_voice_tit01 {
  padding: 10px 17px 10px 63px;
  font-size: 15px;
}

.simulator_box02 p.simulator_voice_tit01 {
  padding: 10px 17px 10px 63px;
  font-size: 15px;
}

.simulator_box01 h2 span,
.simulator_box01 p span {
    font-weight:normal;
  float:right;
  font-size:12px;
  margin-top: 7px;
}

.simulator_box02 h2 span,
.simulator_box02 p span {
  font-weight: normal;
  float: right;
  font-size: 12px;
  margin-top: 7px;
}

.simulator_box01 p.simulator_voice_tit01 span {
  margin-top: 3px;
}

.simulator_box02 p.simulator_voice_tit01 span {
  margin-top: 3px;
}

#content_l .simulator_box01 p.simulator_lead_txt01 {
  margin: 0;
  padding: 15px 15px 5px;
  font-size: 11px !important;
  font-weight: normal;
  color: #333;
  background: none;
  border-radius: none;
}

.simulator_box01 .simulator_flow_box {
  overflow:hidden;
  border:1px solid #d2d2d2;
  background-color: #fff;
  margin:8px auto 0;
  width:650px;
}

.simulator_box02 .simulator_flow_box {
  overflow: hidden;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  margin: 8px auto 0;
  width: 650px;
}

.simulator_flow_box li {
  background: url(/img/cmn_simulator_flow_bg.png) left center no-repeat;
  float: left;
  width: 179px;
  padding: 10px 18px;
}

.simulator_flow_box li:first-child {
  background:none;
  float: left;
}

.simulator_flow_box .flow_tit {
  margin-bottom: 12px;
}

.simulator_flow_box select {
  padding:4px 0;
  width:100%;
}

.simulator_box01 .simulator_price_box {
  background-color: #ffecec;
  -webkit-box-shadow: 0 0 5px rgba(180,180,180,.5);
  -moz-box-shadow: 0 0 5px rgba(180,180,180,.5);
  box-shadow: 0 0 5px rgba(180,180,180,.5);
  border: solid 1px #fff;
  margin:10px 17px 15px;
  overflow:hidden;
  width:647px;
  text-align:center;
  padding:10px 0 0;
}

.simulator_box02 .simulator_price_box {
  background-color: #ffecec;
  -webkit-box-shadow: 0 0 5px rgba(180, 180, 180, .5);
  -moz-box-shadow: 0 0 5px rgba(180, 180, 180, .5);
  box-shadow: 0 0 5px rgba(180, 180, 180, .5);
  border: solid 1px #fff;
  margin: 10px auto 15px;
  overflow: hidden;
  width: 647px;
  text-align: center;
  padding: 10px 0 0;
}

.simulator_price_box .price_average,
.simulator_price_box .price_row,
.simulator_price_box .price_high {
  display:inline-block;
  position:relative;
}

.simulator_price_box .price_average div,
.simulator_price_box .price_row div,
.simulator_price_box .price_high div {
  display:table-cell;
  vertical-align:text-bottom;
}

.simulator_price_box .price_average {
  padding:0 20px 0 0;
}

.simulator_price_box .price_txt {
  padding-right: 5px;
}

.simulator_price_box .price {
  color:#333;
  font-size:18px;
}

.simulator_price_box .price span {
  color:#e70000;
}

.price_average .price {
  font-size:24px;
}

.price_average .price span {
  font-size:33px;
}

.simulator_price_box .price_row,
.simulator_price_box .price_high {
  padding:0 0 5px;
}

.price_row .price span,
.price_high .price span {
  font-size:26px;
}

.simulator_price_box .price_row .price:after {
  content:"～";
  padding:0 7px;
}

.footer_simulator .simulator_box01 {
  background:none;
  padding-bottom:0;
  margin:50px 0 20px;
}

.footer_simulator .simulator_price_arrow {
  margin:0 auto;
  width:340px;
}
/*----------------------------------------
  company_form01
-----------------------------------------*/

.company_form01 {
  background:url(/img/cmn_form_one_box_bg.png) top center no-repeat;
  padding:54px 0 25px;
}

.company_form01_bgnone {
  background:none !important;
  padding:20px 0 25px;
}
.company_form01_top {
  padding:0 0 25px;
}

.company_form01 .company_form_box01,
.company_form01_top .company_form_box01 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #efefef;
  border: solid 1px #ddd;
  padding:12px 0 0;
}

#content_l .company_form01 .company_form_tit01,
#content_l .company_form01_top .company_form_tit01 {
  text-align:center;
  font-size:22px;
  font-weight:bold;
  color:#5a5a5a;
  margin-top: 0;
}

.company_form01 .form_box01_01,
.company_form01_top .form_box01_01 {
  background-color: #fff;
  margin:10px 6px 6px;
  padding:18px 12px 12px;
}

.company_form01 .company_form01_l,
.company_form01_top .company_form01_l {
  float: left;
}

/*----------------------------------------
  company_form01 > cmn_form01_02
-----------------------------------------*/
.company_form01 .cmn_form01_02 {
  float:right;
  margin: -7px 0 0 0;
}

.company_form01 #cmn_form01_02_dt {
  width: 100px;
}

.company_form01 #cmn_form01_02_dd {
  float: left;
  width: auto;
}
.company_form01 .cmn_form01_02 dd {
    float: left;
    width: auto;
}

.company_form01 .cmn_form01_02 dd .fl{
  float: left;
  margin: 2px 4px 0 0;
}

.company_form01 .cmn_form01_02_dd_img01 img {
  margin: 0 0 0 10px;
}

.company_form01 .cmn_form01_02 dl {
    border-bottom: 1px dashed #CCCCCC;
    padding: 6px 0 4px;
}
.company_form01 .form01_02_dl_last {
    border-bottom: none !important;
}

.company_form01 .cmn_form01_02 dt {
    float: left;
    width: 165px;
}
.company_form01 .cmn_form01_02 dt img{
    margin-top: 2px;
}
.company_form01 .cmn_form01_02 dd {
    float: left;
    width: auto;
}
.company_form01 .cmn_form01_02 dd p.i_number_box01 {
    float: left;
    width: 100px;
}
.company_form01 .cmn_form01_02 dd p.i_number_box02 {
    float: left;
    margin-top: 3px;
  margin-left: 13px;
    width: 100px;
}
.company_form01 .cmn_form01_02 dd input.i_number01 {
    border: 1px solid #7F9DB9;
    padding: 3px 0 3px 5px;
    vertical-align: top;
    width: 100px;
    font-size:93%;
}
.company_form01 .cmn_form01_02 dd input.i_number02 {
    border: 1px solid #7F9DB9;
    padding: 3px 0 3px 5px;
    vertical-align: top;
    width: 100px;
}
.company_form01 .cmn_form01_02 dd select {
    border: 1px solid #7F9DB9;
    float: left;
    margin: 0 4px 0 0;
    padding: 2px 0;
    font-size:93%;
}
.company_form01 .cmn_form01_02 p.cmn_form01_02_btn {
    margin-top: 20px;
    padding-left: 35px;
}

.company_form01 .price_form_btn01{
  margin-top: 12px
}



/*----------------------------------------
  one_company_form01
-----------------------------------------*/

.one_company_form01 {
  background:url(/img/cmn_form_one_box_bg.png) top center no-repeat;
  padding:54px 0 25px;
}

.one_company_form01_bgnone {
  background:none !important;
  padding:10px 0 25px;
}

.one_company_form01 .one_company_form_box01{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #efefef;
  border: solid 1px #ddd;
  padding:12px 0 0;
}

.one_company_form01 .one_company_form_tit01{
  text-align:center;
  font-size:22px;
  font-weight:bold;
  color:#5a5a5a;
}

.one_form_box01_01{
  background: #fff url(/img/cmn_one_company_form_bg01.png) center right no-repeat;
  margin:10px 6px 6px;
  padding:15px 18px 3px;
}


/*----------------------------------------
  one_company_form01_02
-----------------------------------------*/
.one_company_form01_02 {
  float:left;
  margin: -7px 0 0 0;
}

#one_company_form01_02_dt {
  width: 100px;
}

#one_company_form01_02_dd {
  float: left;
  width: auto;
}
.one_company_form01_02 dd {
    float: left;
    width: auto;
}

.one_company_form01_02 dd .fl{
  float: left;
  margin: 2px 4px 0 0;
}

.one_company_form01_02_dd_img01 img {
  margin: 0 0 0 10px;
}

.one_company_form01_02 dl {
    border-bottom: 1px dashed #CCCCCC;
    padding: 6px 0 4px;
}
.form01_02_dl_last {
    border-bottom: none !important;
}

.one_company_form01_02 dt {
    float: left;
    width: 165px;
}
.one_company_form01_02 dt img{
    margin-top: 2px;
}
.one_company_form01_02 dd {
    float: left;
    width: auto;
}
.one_company_form01_02 dd p.i_number_box01 {
    float: left;
    width: 100px;
}
.one_company_form01_02 dd p.i_number_box02 {
    float: left;
    margin-top: 3px;
  margin-left: 13px;
    width: 100px;
}
.one_company_form01_02 dd input.i_number01 {
    border: 1px solid #7F9DB9;
    padding: 3px 0 3px 5px;
    vertical-align: top;
    width: 100px;
}
.one_company_form01_02 dd input.i_number02 {
    border: 1px solid #7F9DB9;
    padding: 3px 0 3px 5px;
    vertical-align: top;
    width: 100px;
}
.one_company_form01_02 dd select {
    border: 1px solid #7F9DB9;
    float: left;
    margin: 0 4px 0 0;
    padding: 2px 0;
    font-size:93%;
}

.one_company_form01_btn01 {
  float: right;
  padding-bottom:5px;
}

/*----------------------------------------
  before_footer
-----------------------------------------*/

.before_footer {
  width: 956px;
  margin: 0 auto 20px;
}

/*---------------------------
 * use for compnay page
----------------------------*/
.attention_box {
  margin-top: 5px;
  text-align: center;
  font-size: 10px;
}

/*---------------------------
 * 追加
----------------------------*/

.layout-space-small {
  padding: 20px;
}

.layout-space-middle {
  padding: 40px;
}

.layout-top-large {
  margin-top: 60px;
}

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

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

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

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

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

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

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

.layout-bottom-section-large {
  margin-bottom: 60px !important;
}

.layout-center {
  text-align: center;
}

.text-normal {
  margin-bottom: 20px;
}

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

.text-positive {
  color: #2196f3;
  font-weight: bold;
}

.text-negative {
  color: #dd171f;
  font-weight: bold;
}

.card-container {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.card-home-link {
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 5px rgba(180,180,180,.5);
}

.heading-title-container {
  position: relative;
}

.media-heading-title {
  position: absolute;
  top: -37px;
  right: -26px;
}

/*---------------------------
 * section-attention
----------------------------*/

.section-attention {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  padding: 12px 0 11px;
  background: #ffed71;
  border: 3px solid #ffba00;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.l-section-attention-bottom {
  margin-bottom: 16px;
}

/* <hr> タグのstyle */
.section-separate {
  border: 0;
  border-top: 1px solid #ccc;
}

/*---------------------------
 * media
----------------------------*/

.l-media .l-media-thumbnail {
  width: 25%;
  float: left;
  margin-right: 5%;
}

.l-media .l-media-text {
  width: 70%;
  float: left;
}

/*----------------------------------------
  toc
-----------------------------------------*/
.toc {
  padding: 15px;
  border: 1px dashed #ccc;
}

.toc-title {
  padding: 5px 10px;
  background: #f3f3f3;
}

.toc-list {
  counter-reset: item;
  list-style: none;
}

.toc-list li {
  display: block;
  font-size: 14px;
  padding: 4px 0 4px 10px;
}

.toc-list.prefix-number li:before {
  content: counters(item, "-")". ";
  counter-increment: item;
}

.toc-list-anchor {
  color: #245FBB;
  text-decoration: underline;
}

/*----------------------------------------
  balloon
-----------------------------------------*/

.balloon-container {
  position: relative;
  min-height: 88px;
}

.l-balloon-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
}

.l-balloon-thumbnail-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
}

.l-balloon-thumbnail-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 78px;
}

.l-balloon-left {
  margin-left: 100px;
  float: left;
}

.l-balloon-right {
  margin-right: 100px;
  float: right;
}

.balloon {
  position: relative;
  padding: 20px;
  min-width: 115px;
  border-radius: 4px;
  background: #fff;
  border: 2px solid #eee;
  z-index: 0;
}

.balloon-left:after,
.balloon-left:before {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}

.balloon-left:before {
  left: -8px;
  margin-top: -9px;
  border-width: 9px 9px 9px 0;
  border-color: transparent #fff transparent transparent;
  z-index: 0;
}

.balloon-left:after {
  left: -12px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-color: transparent #eee transparent transparent;
  z-index: -1;
}

.balloon-right:after,
.balloon-right:before {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}

.balloon-right:before {
  right: -8px;
  margin-top: -9px;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #fff;
  z-index: 0;
}

.balloon-right:after {
  right: -12px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #eee;
  z-index: -1;
}

/*----------------------------------------
  relatedContens
-----------------------------------------*/

.relatedContents {
  border: 3px solid #ECE0C2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4x;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 16px 20px 16px;
  margin-bottom: 25px;
}

.relatedContents dt {
  padding: 11px 0 2px 30px;
  font-weight: 700;
  background: url(/img/red/detail_list01_icon.gif) left 12px no-repeat;
}

.relatedContents dd {
  padding: 0 0 0 36px;
}

.l-bottom-medium {
  margin-bottom: 16px !important;
}

.l-bottom-large {
  margin-bottom: 24px !important;
}

.l-bottom-xsmall {
  margin-bottom: 5px;
}

.l-right-medium {
  margin-right: 16px !important;
}

/*----------------------------------------
  content-form-button
-----------------------------------------*/
.button-home-link {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 504px;
  height: 80px;
  margin: 0 auto;
  border-radius: 6px;
  border: solid 1px #2a4776;
  background: #fff;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none !important;
  padding: 17px 65px 17px 25px;
  font-size: 28px;
  font-weight: bold;
  color: #365b90 !important;
  background: linear-gradient(to bottom, #fff 49%, #f1f1f1 51%, #e6e6e6 100%);
  box-shadow: 1px 5px 6px -4px rgba(0, 0, 0, .6);
  overflow: hidden;
  word-wrap: break-word;
}

.button-home-link-2line {
  font-size: 24px;
  line-height: 1.2;
  padding: 11px 52px 11px 12px;
}

.button-home-link:hover {
  opacity: .7;
}

.button-home-link::after {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 40px;
    background: linear-gradient(to bottom, #3a72c4 49%, #29589b 51%, #2a4676 100%);
    z-index: 2;
}

.button-home-link::before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    top: 34px;
    right: 16px;
    margin: auto;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotateZ(45deg);
    z-index: 3;
}

/*----------------------------------------
  status
-----------------------------------------*/
.is-hide {
  display: none !important;
}

/*----------------------------------------
  stickyFooter
-----------------------------------------*/

.stickyFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #dbdbdb;
  background: rgba(0, 0, 0, .7);
  z-index: 99;
  display: none;
}

.stickyFooter-close {
  position: absolute;
  padding: 3px 5px;
  background-color: #eee;
  top: -29px;
  right: 188px;
  color: #666;
  border: 1px solid #4c4c4c;
  border-bottom: none;
  border-radius:  4px 4px 0 0;
  cursor: pointer;
}

.stickyFooter-close-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}

.stickyFooter-close-icon {
  vertical-align: middle;
  margin-left: 3px;
}

.stickyFooter-inner  {
  width: 960px;
  padding: 7px 0 9px;
  margin: 0 auto;
  position: relative;
}

.stickyFooter-inner-switch {
  padding: 14px 0 14px 95px;
  box-sizing: border-box;
}

.stickyFooter-title {
  width: 358px;
  padding-right: 30px;
  padding-left: 4px;
  color: #fff;
  font-size: 16px;
  position: relative;
}

.stickyFooter-title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  border-width: 15px 12px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  transform: translateY(-50%);
}

.stickyFooter-title-emphasis {
  font-size: 20px;
  font-weight: bold;
}

.stickyFooter-samurai {
  position: absolute;
  bottom: 0;
  left: 0;
}

.stickyFooter-companyLogo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.stickyFooter-text {
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
}

.stickyFooter-text:before {
  position: absolute;
  content: '';
  height: 20px;
  top: 18px;
  left: 165px;
  bottom: 2px;
  border: 1px solid #fff;
  transform: rotate(-45deg);
}

.stickyFooter-text:after {
  position: absolute;
  content: '';
  height: 20px;
  top: 18px;
  right: 170px;
  bottom: 2px;
  border: 1px solid #fff;
  transform: rotate(45deg);
}

.stickyFooter-text-emphasis {
  color: #fce733;
}

.stickyFooter-btn > * {
  width: 49%;
  float: left;
  margin-left: 2%;
}

.stickyFooter-btn > *:first-child {
  margin: 0;
}

.footer_sublink_company01 {
  background-color: #333;
}

.stickyFooter-fork-btn {
  cursor: pointer;
}

#stickyFooter-fork.alphaover:hover img {
  zoom: 1.0;
  opacity: 0.70;
  filter:alpha(opacity=70); /* IE6/7 */
}

.l-stickyFooter-company > *:first-child {
  width: 76%;
  float: left;
  margin-right: 1%;
}

.l-stickyFooter-company > *:last-child {
  width: 23%;
  float: right;
}

.l-stickyFooter-company .stickyFooter-text {
  font-size: 18px;
}

.l-stickyFooter-company .stickyFooter-text:before {
  left: 110px;
}

.l-stickyFooter-company .stickyFooter-text:after {
  right: 345px;
}

.stickyFooter-tel {
  text-align: center;
  padding-top: 35px;
}

.stickyFooter-tel-title {
  color: #fff;
  margin-bottom: 5px;
}

/*---------------------------
記事内前だしform articleForm
----------------------------*/

.articleForm {
  margin: 0 auto;
  background-color: #efefef;
  border: 1px #ddd solid;
  padding: 10px;
  border-radius: 4px;
}

.articleForm dl dt {
  padding: 0;
  font-weight: normal;
  background: none;
}

/*既存スタイル .article pを上書きするためのstyle*/
.articleForm p {
  margin-bottom: 0 !important;
}

.articleForm-title {
  text-align: center;
  font-weight: bold;
  font-size: 23.5px;
}

.articleForm-title.articleForm-title-single {
  font-size: 21px;
}

.articleForm-title-accent {
  color: #dc1720;
}

.articleForm-body {
  background-color: #fff;
  padding: 10px 20px 20px;
  position: relative;
}

.articleForm-body-left {
  position: absolute;
  top: 13px;
  left: 0;
}

.articleForm-body-right {
  float: right;
  width: 420px;
}

.articleForm-item {
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}

.articleForm-item:last-child {
  border-bottom: none;
}

.articleForm-item dt,
.articleForm-item dd {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
}

.articleForm-item dt {
  width: 140px;
}

.articleForm-footer {
  background-color: #fff;
  padding: 8px 4px 0;
}

.articleForm-footer > * {
  display: inline-block;
  vertical-align: middle;
}

.articleForm-logo-list li {
  display: inline-block;
  margin-right: 10px;
}

.articleForm-logo-list li:last-child {
  margin-right: 0;
}

.articleForm-footer-title {
  color: #5a5a5a;
  font-weight: bold;
  line-height: 1.2;
  font-size: 15px;
  padding: 0 14px;
}

.articleForm-footer-title-accent {
  color: #7bbe16;
  font-size: 21px;
}

.articleForm-input-zipcode {
  width: 125px;
}

.articleForm-input-radio {
  margin-right: 5px;
}

.articleForm-btn-estimate {
  background: url(/img/btn-articleForm-estimate.png) no-repeat;
}

.articleForm-btn {
  display: block;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  color:#fff !important;
  text-decoration: none !important;
  background: url(/img/btn-articleForm-estimate.png) no-repeat;
  padding: 20px 15px 20px 66px;
  box-sizing: border-box;
  font-size: 22px;
}

.articleForm-btn:hover {
  opacity: .8;
}

.text-post {
  font-size: 12px;
  padding-left: 30px;
  position: relative;
}

.text-post:before {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 2px;
  left: 10px;
  border-radius: 50%;
  background: #d0d0cd;
  content:'';
}

.text-post:after {
  position: absolute;
  content: '';
  top: 7px;
  left: 14px;
  width: 3px;
  height: 3px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/*---------------------------
  btn
----------------------------*/

.btn-entry {
  cursor: pointer;
}

.btn-entry:hover {
  opacity: .8;
}

.btn-form-text {
  font-size: 22px !important;
  letter-spacing: 1px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 90px;
  transform: translateY(-50%);
  line-height: 1.2;
}

.btn-form-description {
  font-size: 16px;
  font-weight:  normal;
}

.btn-estimate,
.btn-reserve {
  position: relative;
  width: 516px;
  margin: 0 auto
}

/* TODO tanimoto 画像実装のボタン いずれCSSで対応したい */
.btn-reserve-image {
  height: 96px;
  font-size: 24px;
  background: url(/img/btn-form-reservation.png) no-repeat;
}

.text-accent {
  font-weight: 700;
  margin-left: 15px;
}

.btn-text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 100px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.2
}