@charset "utf-8";

body {
  font-size: 14px;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 2;
  background: #fff;
}

img {
  vertical-align: top;
}

p {
  margin-bottom: 1em;
}

th,td {
  vertical-align: top;
}

#header {
  border-bottom: solid 2px #A8AAA5;
}

#header_container {
  position: relative;
  margin: 0 auto;
  max-width: 860px;
  height: 156px;
  overflow: hidden;
}

#header h1 {
  position: absolute;
  top: 48px;
  left: 0;
}

#header h2 {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
  font-size: 11px;
  color: #999;
}

#header .mail {
  position: absolute;
  top: 0;
  right: 0;
}

#header .tel {
  position: absolute;
  top: 48px;
  right: 0;
}

#main_image {
  clear: both;
  margin: 0 auto 50px auto;
  max-width: 1280px;
  text-align: center;
}

#main_image img {
  width: 100%;
  max-width: 1280px;
  min-width: 
}

#main {
  margin: 0 auto;
  padding: 0 0 20px 0;
  max-width: 860px;
}


#main h3 {
  position: relative;
  margin-bottom: 18px;
  padding: 5px 0 5px 10px;
  min-height: 30px;
  color: #fff;
  font-size: 1.3em;
  font-weight: 800;
  line-height: 30px;
  background: #FF7A6B;
  border-radius: 8px;
  overflow: hidden;
}

#main h4 {
  margin-bottom: 10px;
  padding: 0 8px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
  background: #FF6759;
}



#main h5 {
  margin-bottom: 10px;
  font-size: 26px;
  color: #D22312;
  line-height: 1.4;
}

#main h5.pink {
  margin-bottom: 10px;
  font-size: 26px;
  color: #FF6B79;
  line-height: 1.4;
}

#main h5.orange {
  color: #FF5E00;
}

#main h5.blue {
  color: #00599F;
}

#main hr {
  margin: 20px 0;
  display: block;
  height: 1px;
  border: none;
  border-bottom: dotted #aaa 1px;
  vertical-align: top;
}

#main .inner {
  padding: 0 20px;
}

#main .box {
  margin-bottom: 18px;
  padding: 18px;
  border: solid 1px #B9B9B9;
  border-radius: 10px;
  overflow: hidden;
}



#footer {
  padding: 20px 0 0 0;
  text-align: center;
  background: url(../img/footer_bg.png) top repeat-x;
}

#footer_image{
    clear: both;
  margin: 0 auto 50px auto;
  max-width: 1280px;
  text-align: center;
}

#footer_content {
  margin: 0 auto;
  width: 880px;
  overflow: hidden;
}

#footer .copyright {
  margin-top: 20px;
  padding: 8px 0;
  color: #fff;
  font-size: 11px;
  background: #00283D;
}

.kensaku_more {
  position: relative;
  margin-bottom: 40px;
  height: 282px;
}

.kensaku_more a.yahoo {
  position: absolute;
  bottom: 20px;
  left: 16px;
  display: block;
  width: 380px;
  height: 90px;
  text-indent: -9999px;
  overflow: hidden;
}

.kensaku_more a.google {
  position: absolute;
  bottom: 20px;
  right: 16px;
  display: block;
  width: 380px;
  height: 90px;
  text-indent: -9999px;
  overflow: hidden;
}

.contact_buttons ul {
  margin: 20px 0 0 14px;
  overflow: hidden;
}

.contact_buttons ul li {
  float: left;
}

.oflow {
  overflow: hidden;
}

.mbottom {
  margin-bottom: 20px;
}

.mbottom_10{
  margin-bottom:10px;
  border-top: 1px dashed #ccc
}

.mbottom_40 {
  margin-bottom: 40px;
}

.padding-top{
  pading-top: 20px;
}

.padding-top_40{
  pading-top: 40px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.p_b_bottom {
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

.p_b_bottom_40 {
  padding-bottom: 40px;
  border-bottom: 1px dashed #ccc;
}

.border-bottom{
  border-bottom: 1px dashed #ccc;
}

.padding-right_10{
  padding-right: 10px;
}

.padding-top-bottom{
  padding: 40px 0px;
}

.alignright {
  float: right;
  display: inline;
  margin-left: 24px;
}

.alignleft {
  float: left;
  display: inline;
  margin-right: 24px;
}

.center {
  text-align: center;
}

.bold {
  margin-bottom: 10px;
  font-size: 14px;
  color: #D22312;
  font-weight: bold;
}

.red {
  color: #D22312;
}

.blue {
  color: #4F6DCF;
}

.pink {
  color: #FF6B79;
}

.big {
  font-size: 1.4em;
}

.box_black {
  margin-bottom: 18px;
  padding: 18px;
  border: solid 1px #B9B9B9;
  overflow: hidden;
}

.box_red {
  padding: 16px;
  border: solid 1px #DB6F74;
  overflow: hidden;
}

.box_red_radius {
  padding: 16px;
  overflow: hidden;
}

.box_blue {
  padding: 16px;
  border: solid 1px #637ECB;
  overflow: hidden;
}

.box_green {
  padding: 16px;
  border: solid 1px #00ADCE;
  overflow: hidden;
}

.box_purple {
  padding: 16px;
  border: solid 1px #A792D8;
  overflow: hidden;
}

.box_pink {
  padding: 16px;
  border: solid 1px #FF959E;
  overflow: hidden;
}

.border_orange{
  border-bottom: solid 4px #FF5E00;
}

#main .box_pink h5 {
  font-size: 24px;
  color: #FF5D6C;
}

ul.col_2 {
  overflow: hidden;
}

ul.col_2 li {
  float: left;
  width: 50%;
}

ul.col_3 {
  overflow: hidden;
}

ul.col_3 li {
  float: left;
  width: 33.33%;
}

.hide_pc {
  display: none;
}

ul.ensui_img_3 {
  overflow: hidden;
}

ul.ensui_img_3 li {
  float: left;
  width: 50%;
}

ul.ensui_point_2 {
  overflow: hidden;
}

ul.ensui_point_2 li {
  float: left;
  width: 33.33%;
}

#main .kiki h5 {
  color: #00599C;
  font-size: 24px;
}

.ensui_point_1_3 {
  padding: 20px 90px 10px 90px;
  background: #FFFFE7 url(../img/ensui_point_1_3_bg.png) top no-repeat;
  background-size: 100% auto;
  border-radius: 12px;
}

#main .ensui_point_1_3 h5 {
  margin: 0 0 20px 0;
  padding: 0 0 4px 0;
  font-size: 20px;
  text-align: center;
  border-bottom: solid 1px #D62000;
}

.ensui_profile {
  display: none;
}

ul.footer_info {
  margin: 0 auto;
  max-width: 880px;
  overflow: hidden;
}

ul.footer_info li {
  float: left;
  width: 50%;
}

/* -----------------------------------------------------------
	#sp
		スマホ用
----------------------------------------------------------- */


.iphone .topAdc .tel,
.ios .topAdc .tel,
.android .topAdc .tel {
	display:none;
}

.iphone .topAdc .tel2,
.ios .topAdc .tel2,
.android .topAdc .tel2 {
	display:block;
}


#sp{
	display:none;
}

.iphone #sp,
.ios #sp,
.android #sp {
	display:block;
}


#sp {
	position: fixed;
	z-index: 999;
	bottom:-14px;
	left:0;
	width:100%;
}
#sp p {
	float:left;
	width:50%;
}
.iphone .footCopy,
.ios .footCopy,
.android .footCopy {
	margin-bottom: 170px;	
}

.tomita-profile {
    position: relative;
    padding: 32px;
    font-size: 15px;
    color: #fff;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto, auto, auto;
    background-size: contain;
    background-color: #0C257F;
}

.tomita-profile h4 {
    margin-bottom: 15px;
    border: 1px solid;
    padding: 6px 16px;
    font-size: 20px;
    background: none !important;
}

.tomita-profile th {
  padding-right: 10px;
}

.buttons5 {
  padding: 20px;
  text-align: center;
}

.buttons5 a {
  display: inline-block;
  padding: 0 30px;
  height: 76px;
  line-height: 76px;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 18px;
  text-decoration: none;
  background: #EB5954;
  border: solid 3px #F08480;
  border-radius: 8px;
}

.floating {
  position: fixed;
  bottom: 10px;
  right: 10px;
  /*
  left: 0;
  right: 0;
  */
  z-index: 1;
}


.smacool {
  display: none;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  border-collapse: separate;
}

.smacool > * {
  width: 100%;
}

.smacool .smacool__item {
 width: 50% !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #B7943E), color-stop(0.49, #e2d2ab), color-stop(0.00, #B7943E));
background: -webkit-linear-gradient(top, #B7943E 0%, #e2d2ab 49%, #B7943E 100%);
background: -moz-linear-gradient(top, #B7943E 0%, #e2d2ab 49%, #B7943E 100%);
background: -o-linear-gradient(top, #B7943E 0%, #e2d2ab 49%, #B7943E 100%);
background: -ms-linear-gradient(top, #B7943E 0%, #e2d2ab 49%, #B7943E 100%);
background: linear-gradient(to bottom, #B7943E 0%, #e2d2ab 49%, #B7943E 100%);;
 border: 1px solid #ccc;
 text-align: center;
    display: block;
    float: left;
    box-sizing: border-box;
}
.smacool .smacool__item a {
  padding: 4px 20px;
  display: block;
    color: #311;
    font-size: 1.1em;
    font-weight: 700;
    text-decoration: none;
}

.smacool .smacool__item2 {
 width: 100% !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #B7943E), color-stop(0.49, #e2d2ab), color-stop(0.00, #B7943E));
background: -webkit-linear-gradient(top, #B7943E 0%, #e2d2ab 49%, #B7943E 100%);
background: -moz-linear-gradient(top, #B7943E 0%, #e2d2ab 49%, #B7943E 100%);
background: -o-linear-gradient(top, #B7943E 0%, #e2d2ab 49%, #B7943E 100%);
background: -ms-linear-gradient(top, #B7943E 0%, #e2d2ab 49%, #B7943E 100%);
background: linear-gradient(to bottom, #B7943E 0%, #e2d2ab 49%, #B7943E 100%);;
 border: 1px solid #ccc;
 text-align: center;
    display: block;
    float: left;
    box-sizing: border-box;
}
.smacool .smacool__item2 a {
  padding: 4px 20px;
  display: block;
    color: #311;
    font-size: 1.1em;
    font-weight: 700;
    text-decoration: none;
}


@media screen and (max-width: 500px){
.smacool {
  display: block;
  }
.buttons5 {
  display: none;
  }
}

table.yagou {
  margin: 10px 0;
}
  table.yagou tr th,
  table.yagou tr td {
    border: none;
    border-top: 1px solid;
    border-bottom: 1px solid;
    text-align: left;
    font-size: .9em;
    padding: 4px;
  }

  #formWrap {
    max-width:700px;
    margin:40px auto;
    color:#555;
    line-height:120%;
    font-size:90%;
  }

  #formWrap table.formTable{
    width:100%;
    margin:0 auto;
    border-collapse:collapse;
  }
  #formWrap table.formTable td,
  #formWrap table.formTable th{
    border:1px solid #ccc;
    padding:10px;
  }
  #formWrap table.formTable th{
    white-space: nowrap;
    font-weight:normal;
    background:#efefef;
    text-align:left;
  }

  #formWrap input[type="text"] {
    width: 60%;
  }

  #formWrap textarea {
    width: 90%;
  }

  #formWrap .list {
    margin-left: 1.5em;
    text-indent:-1.5em;
    font-size: 1.25em;
    line-height: 1.5em;
  }
  #formWrap .list li {
    color: #000000;
    list-style:none;
    margin-bottom: 4px;
  }
  #formWrap .list li:before { content:"◆ " }

  #formWrap .formTable input,
  #formWrap .formTable select {
    font-size: 16px;
    padding: 0.5em;
    margin-bottom: 0.25em;
  }
  #formWrap .formTable textarea {
    width: 100%;
  }
  #formWrap .formTable .hissu {
    color: red;
  }
  #formWrap .formTable input.submit {
    padding:10px 40px!important;
  }

  @media (max-width:640px){
    #formWrap .seal {
      width: auto!important;
    }

    #formWrap  {
      padding-right: 10px;
      padding-left: 10px;
    }

    #formWrap tr {
      display: block;
    }

    #formWrap th {
      display: list-item;
      padding: 4px;
      width: auto !important;
      list-style: none;
      border: none;
      border-radius: 6px;
      font-weight: 800;
    }

    #formWrap td {
      display: list-item;
      width: auto !important;
      list-style: none;
      border: none;
    }
  }
  #formWrap p {
    color: #000000;
    font-size: 1.15em;
    line-height:1.55em;
  }


.table_design03 {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.table_design03 th, .table_design03 td {
  border-bottom: 2px solid #c1c7c6;
  padding: 1em;
}
.table_design03 th {
  border-bottom: 2px solid #4d9bc1;;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}