@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}
body {
  font-size: 62.5%;
}

body, table, input, textarea, select, option {
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
a:link {
  color: #111;
  text-decoration: none;
}
a:visited {
  color: #111;
  text-decoration: none;
}
a:hover {
  color: #111;
  text-decoration: underline;
}
a:active {
  color: #111;
  text-decoration: underline;
}
/*------------------------------------------------------------
	追加
------------------------------------------------------------*/
.fimgBoxleft .fimgItem_center,
.fimgBoxright .fimgItem_center,
.fimgBox .fimgItem_center,
.fimgBoxcenter .fimgItem,
.fimgBox .fimgItem {
    display: none;
}
.fimgBoxleft .fimgItem {
  float: left;
  margin: 0 20px 20px 0;
}
.fleft {
  float: left;
}
.fimgBoxright .fimgItem {
  float: right;
  margin: 0 0 20px 20px;
}
.fright {
  float: right;
}
.clear {
  clear: both;
}
.fimgBoxcenter .fimgItem_center {
  text-align: center;
  display: block;
}
.center {
  text-align: center;
}
/* margin
--------------------------*/
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
.mr90 {
  margin-right: 90px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1000px;
  color: #111;
  text-align: center;
  line-height: 1.5;
}
#container {
  background-color: #fff;
  text-align: left;
  overflow: hidden;
}
#main {
  margin: 0 auto 95px;
  width: 1000px;
}
* html #main {
  zoom: 1;
}
*+html #main {
  zoom: 1;
}
#main:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
  border-top: 3px solid #f3990f;
}
#header h1 {
  padding: 18px 0 0;
  float: left;
}
#header .hBox {
  width: 1000px;
  margin: 0 auto 10px;
}
#header .hLink {
  position: relative;
  float: right;
  width: 420px;
  height: 70px;
}
#header .hLink li {
  position: absolute;
}
#header .hLink li.link01 {
  top: 2px;
  right: 0;
}
#header .hLink li.link02 {
  top: 20px;
  right: 0;
}
#header .hLink li.link03 {
  left: 0;
  bottom: -1px;
}
#header .hLink li.link04 {
  right: 0;
  bottom: -6px;
}
#header .hLink li a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.heaaderMenu {
  float: right;
  clear: both;
  margin-bottom: 10px;
}
.heaaderMenu li {
  float: right;
  padding-left: 18px;
  background: url(../../img_tt/common/icon_box.png) no-repeat 0 2px;
  font-weight: bold;
  font-size: 12px;
}
.heaaderMenu li + li {
  margin-right: 20px;
}
/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
  background-color: #f3990f;
}
#gNavi ul {
  margin: 0 auto;
  width: 1000px;
}
#gNavi li {
  float: left;
}
#gNavi li a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.dropli {
  position: relative;
}
.dropMenu {
  width: 110px !important;
  position: absolute;
  left: 0;
  top: 60px;
  border: 1px solid #52B847;
  display: none;
  z-index: 100;
}
.dropMenu.dropMenuService {
  width: 116px !important;
}
.dropMenu.dropMenuService li a {
  width: 116px !important;
}
.dropMenu li {
  float: none !important;
  background: #FFF;
}
.dropMenu li a {
  padding: 20px 0 16px;
  width: 110px;
  text-align: center;
  display: inline-block;
}
.dropMenu li + li {
  border-top: 1px dotted #52B847;
}
.dropMenu li img {
  margin: 0 auto;
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
  margin: 0 auto 25px;
  width: 996px;
}
#pagePath li {
  margin-right: 2px;
  display: inline;
  font-size: 1.2em;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
  border-bottom: 1px solid #CCC;
}
#footer .fBox {
  padding: 52px 0;
  background: url(../../img_tt/common/f_bg.gif) repeat left top;
}
#footer .fBox .sub {
  margin: 0 auto;
  width: 1000px;
}
#footer .fBox .title {
  margin-bottom: 28px;
  text-align: center;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
#footer .fBox li {
  float: left;
}
#footer .fBox .btn {
  margin-top: 2px;
  float: right;
}
#footer .fBox .btn a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#footer .fInner {
  padding: 10px 0 9px;
  background-color: #f3990f;
}
#footer .fInner .sub {
  margin: 0 auto;
  width: 1000px;
}
#footer .fInner .fLogo {
  float: left;
  margin-right: 100px;
}
#footer .fInner .fNavi {
  overflow: hidden;
  margin-top: 5px;
}
#footer .fInner .fNavi li {
  display: inline;
  color: #FFF;
  font-size: 1.4em;
  line-height: 1.8;
}
#footer .fInner .fNavi li a {
  color: #FFF;
}
#footer .copyright {
  margin: 0 auto;
  padding: 11px 0;
  width: 1000px;
  color: #000;
  font-size: 1.2em;
  text-align: center;
}
/*2016.4.4追加CSS -----------------------------------------------------------*/

#main .pTtl {
  margin-bottom: 10px;
  font-size: 1.8em;
  line-height: 1.6;
  font-weight: bold;
}
.marke_ttl_bg1 {
  background: url(../../img/marketing/marke_ttl_bg1.png) no-repeat;
  padding-left: 40px;
}
#main .pTxt {
  margin-bottom: 31px;
  font-size: 1.4em;
  line-height: 1.6;
}
.marketeing_bg2 li {
  width: 314px;
  float: left;
  text-align: center;
}
.marketeing_bg2 dl dt {
  background: #f3990f;
  color: #fff;
  font-size: 18px;
  font-weigth: bold;
  text-align: center;
  border-radius: 1px 1px 0 0;
  line-height: 50px;
}
.marketeing_bg2 dl dd {
  padding: 20px 10px;
  background: url(../../img/marketing/marke_ttl_bg2.png) no-repeat;
  width: 294px;
  height: 107px;
  font-size: 14px;
}
#main .imgBoxR .title {
  margin-bottom: 19px;
  padding: 2px 0 0 15px;
  font-size: 1.8em;
  line-height: 1.2;
  font-weight: bold;
  border-left: 6px solid #03BD34;
}
#main .imgBoxR .textBox {
  margin-top: 5px;
  float: left;
  width: 580px;
}
#main .imgBoxR .photoBox {
  float: right;
}
.marke_resultbox dt {
  background-color: #f3990f;
  color: #fff;
  font-size: 18px;
  font-weigth: bold;
  border-radius: 1px 1px 0 0;
  line-height: 50px;
  background-image: url(../../img/marketing/marke_ttl_bg3.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 60px;
}
#main .marke_resultbox dd {
  margin-bottom: 40px;
  font-size: 1.4em;
  line-height: 1.6;
  padding: 20px;
  background: #F6F6F6;
  font-weight: bold;
}
.marke_ttl_bg2 {
  background: url(../../img/marketing/marke_ttl_bg4.png) no-repeat;
  padding-left: 30px;
  background-position: left center;
}
.marke_target li {
  width: 125px;
  text-align: center;
  float: left;
}
.marke_target li dd {
  font-size: 18px;
  color: #75C321;
  font-weight: bold;
}
.marke_target_comment li {
  line-height: 50px;
  float: left;
}
.marke_target_comment li dt {
  width: 60px;
  line-height: 50px;
  float: left;
}
.marke_target_comment dd {
  font-size: 18px;
  color: #75C321;
  font-weight: bold;
  float: left;
}
.marketeing_bg2 li.wide {
  width: 1000px;
}
.marketeing_bg2 li.wide dl dd {
  background: url(../../img/marketing/marke_ttl_bg5.png) no-repeat;
  width: 1000px;
  height: 105px;
}
.marke_target.ver6 li {
  width: 160px;
}
.marke_target.ver6 li.first {
  width: 170px;
}
table.marke_tbl {
  display: table;
  width: 1000px;
  border-collapse: collapse;
}
.marke_tbl td, .marke_tbl th {
  font-size: 14px;
  text-align: center;
  border: 1px solid #EEEEEE;
}
.marke_tbl th {
  padding: 15px 10px;
  color: #FFFFFF;
  background: #9DD562;
}
.marke_tbl td {
  padding: 15px 10px;
  color: #666;
  background: #fff;
}
.marke_flow li {
  float: left;
  width: 200px;
}
.marke_ttl_bg3 {
  background: url(../../img/offline/img03.png) no-repeat;
  padding-left: 40px;
  background-position: left center;
}
.marke_ttl_bg4 {
  background: url(../../img/offline/img04.png) no-repeat;
  padding-left: 45px;
  background-position: left center;
}
.contentMenu {
  text-align: center;
  display: block;
  width: 100%;
  padding: 20px 0;
  margin: 80px 0 0 0;
  background: #F3F3F3;
}
.contentMenu li {
  display: inline-block;
}
.contentMenu li + li {
  margin-left: 20px;
}
.contentMenu li a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
/*　161216　改善
--------------*/
.f_relation {
  margin-top: 10px;
}
.f_relation dt {
  float: left;
}
.f_relation dd {
  padding-left: 70px;
}
#footer .fInner .fNavi dt {
  display: inline;
  color: #FFF;
  font-size: 1.4em;
  line-height: 1.8;
}
#footer .fInner .fNavi li a:after {
  color: #FFF;
  content:"|";
  margin: 0 14px 0 3px;
}
#footer .fInner .fNavi .f_relation li a:before {
  content:"|";
  margin: 0 3px 0 14px;
}
#footer .fInner .fNavi .f_relation li a:after {
  display: none;
}
#columnList {
  margin-bottom: 40px;
}
#columnList .coltext {
  width: 880px;
  float: right;
  font-size: 14px;
  padding-top: 6px;
}
#columnList .coltext span {
  display: block;
  font-weight: bold;
}
#columnList .coltext h4 {
  font-weight: normal;
}
#columnList li {
  border-bottom: 1px dotted #CCC;
  padding: 8px 10px;
}
#columnList img {
  width: 80px;
}
#columnList a:hover img {
  opacity: 0.7;
}
#columnList a:hover .coltext h4 {
  text-decoration: underline;
}
input.imgHover:hover, a.imgHover:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/*  WeChat Pay 170412
-------------------------*/

.meritTtl {
  background-color: #EDF8EC;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
}
.grayBox {
  background-color: #F6F6F6;
  padding: 30px;
}
.grayBox2 {
  background-color: #F6F6F6;
  padding: 20px 20px 20px 20px;
}
.greenTtl {
  background-color: #f3990f;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  color: #FFFFFF;
  text-align: center
}
.subTtl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #52B846;
  margin-bottom: 10px;
}
.p_txt {
  font-size: 14px;
  line-height: 1.6;
}
.useBox {
  position: relative;
}
.useBoxIn {
  width: 270px;
  height: 620px;
  float: left;
  background-color: #F6F6F6;
}
.yajirushi1 {
  position: absolute;
  left: 287px;
  top: 240px;
}
.yajirushi2 {
  position: absolute;
  left: 650px;
  top: 240px;
}
h3.h3Ttl {
  margin-bottom: 19px;
  padding: 2px 0 0 15px;
  font-size: 1.8em;
  line-height: 30px;
  font-weight: bold;
  border-left: 6px solid #03BD34;
}
.fig li {
  float: left;
  width: 333px;
  text-align: center;
}
.fig li img {
  display: block;
  margin: 0 auto 20px;
}
.telbnr {
  position: relative;
}
.contact_btn {
  position: absolute;
  left: 590px;
  top: 30px;
}
.pay_case {
}
.pay_case .paycaseIn {
  width: 480px;
  height: 430px;
  float: left;
  background-color: #f6f6f6;
  padding-bottom: 20px;
}
.pay_caseTtl {
  background-color: #f3990f;
  height: 50px;
}
.pay_caseTtl p {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 14px;
}
.pay_caseTtl p span {
  display: inline-block;
  background-color: #ffffff;
  color: #f3990f;
  padding: 1px 12px;
  border-radius: 10px;
  margin: 0 7px 0 20px;
}
.pay_case .paycaseIn h4 {
  margin: 5px 20px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #52B847;
  border-bottom: 1px dotted #f3990f;
  line-height: 50px;
}
.pay_case .paycaseIn .paycaseTxt {
  margin: 0 20px;
  font-size: 14px;
  line-height: 1.6;
  width: 310px;
  float: left;
}
.pay_case .paycaseIn .paycaseImg {
  width: 100px;
  float: right;
  margin-right: 20px;
}
.pagenav ul li {
  float: left;
}
.pagenav ul li a {
  display: block;
}
.pagenav ul li a:hover img {
  opacity: 0.9;
}
/*  セミナーページ　170608　
----------------------------------------*/
.seminarTable {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  width: 100%;
  box-sizing: border-box;
}
.seminarTable {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  width: 100%;
  box-sizing: border-box;
}
.seminarTable th {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  background: #f3990f;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.seminarTable.semiinfo th {
  width: 20%;
}
.seminarTable.semiform th {
  width: 150px;
}
.seminarTable td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  padding: 20px;
}
.seminarTable td a {
  text-decoration: underline;
}
.seminarTable td a:hover {
  text-decoration: none;
}
.seminarTtl h2 {
  color: #52B846;
  font-size: 30px;
  font-weight: bold;
  padding-top: 20px;
}
/*.seminarTtl{
    border: 1px solid #ccc;
    padding: 30px;
}
*/
.seminarBox {
  margin-bottom: 80px;
}
.contentMenu.semilist {
  background-color: #FFF;
}
#main .pTxt_L {
  margin-bottom: 31px;
  font-size: 16px;
  line-height: 1.6;
}
.semi_formlist li {
  float: left;
  width: 330px;
  margin: 2px;
}
.yes_no label {
  margin-right: 20px;
  line-height: 30px;
}
.yes_no {
  vertical-align: middle !important;
}

a.imgHover:hover img{
	opacity:0.75;
	filter: alpha(opacity=75);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.section {
    margin-top: 30px;
}
.section h3 {
    font-size: 30px;
    color: #f3990f;
    text-align: center;
}
.newbox {
}
.newbox dl {
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
    padding: 15px 10px;
    margin: 15px 0;
}
.newbox dl + dl {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
.newbox dl dt {
    float: left;
    font-weight: bold;
    font-size: 14px;
}
.newbox dl dd {
    float: right;
    width: 870px;
    font-size: 14px;
}
.newbox dl.new dd {
    background: url(../../img_tt/index/icon_new.png) no-repeat 0 0;
    padding-left: 50px;
}

/*180508追加css-----------------------------------*/
#header .hLink li.link03 {
    right: 300px;
    bottom: -1px;
}
#header .hLink li.link05 {
    right: 205px;
    bottom: -6px;
}
#header .hLink {
    width: 610px;
}

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


li.link03 dl {
    width: 200px;
    display: block;
    text-align: center;
    margin: auto;
}
li.link03 dd img, li.link04 dd img {
    margin: auto;
    padding: 3px 0;
}

li.link03 dt img, li.link04 dt img {
    margin: auto;
    padding: 0px 0 4px;
}

/*#header .hLink {
    width: 700px;
}*/
#header .hLink li.link01 {
  top: 6px;
  right: 0;
  width: 148px;
}
#header .hLink li.link02 {
  top: 30px;
  right:0;
}
#header .hLink li.link03 {
    right: -73px;
    top: 26px;
}
#header .hLink li.link04 {
  right: 393px;
  top: 30px;
}
#footer .fBox dl {
	color: #f3990f;
}
#footer .fBox dt.footer_tel {
	font-size: 50px;
	font-weight: bold;
}
#footer .fBox dt.footer_tel:before {
    content: url(../../img_tt/common/icon_f-tel.png);
    margin: 10px;
    position: relative;
    top: 8px;
}
#footer .fBox dd.footer_hours {
	font-size: 16px;
    text-align: right;
    font-weight: bold;
	margin-top: -10px;
}
#footer .fBox .title {
	margin-bottom: 10px;
}
#footer .fBox .footer_txt {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}
#footer .fBox .sub {
	margin-bottom: 30px;
}
#footer .fBox .sub.partner {
	width: 800px;
	margin-bottom: 0;
}
#footer .fBox .partner dt.footer_tel {
	font-size: 40px;
}
#footer .fBox .partner li.btn img {
	width: 400px;
}





/*------------------------------------------------------------
	190819追記　サイトsp化
------------------------------------------------------------*/
  #footer .fBox dl a {
    color:#f3990f;
  }
#footer .fBox dl a{
 pointer-events: none;
}
#gNavi,
.pc_only{
    display: block !important;
    margin: 0 auto;
  }  
#gNavi-sp,
.sp_only{
  display: none !important;
}
@media screen and (max-width:767px) {
  #gNavi,
  .pc_only {
    display:none !important;
  }
  #gNavi-sp,
  .sp_only {
    display: block !important;
  }
  body {
    width: 100%;
    min-width: inherit;
    margin: 0 auto;
  }
  #main {
    padding: 0 10px;
    min-width:inherit;
    width:95%;
    margin-bottom:59px;
  }
  #header h1 {
    padding:9px 0 0 4%;
    
  }
  #header .hLink {
    width: 100%;
    height:47px;
  }
  #header .hLink li {
    position:static;
  }
  #header .hLink li.link01 {
    width: 100%;
      margin-top: 0;
      text-align: center;
  }
  #header .hLink li.link02 {
    text-align:center;
  }
  #header .hLink li.link02 img{
    margin: 0 auto;
  }
  #header .hLink li.link03,
  #header .hLink li.link04 {
    display: none;
  }
  #header .hBox {
    width: 100%;
    min-width: inherit;
    margin:0;
  }
    #gNavi {
      display: none;
    } 

    #gNavi-sp {
    position:fixed;
    top:13px;
    right:13px;
    z-index: 5;
    padding:10px;
    background: skyblue;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    background-color: #f3990f;
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
  }

  #nav-drawer {
    position: relative;
  }
  .nav-unshown {
    display:none;
  }
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #fff;
    display: block;
    content: '';
    cursor: pointer;
  margin-top: 3px;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 83%;
    max-width: 330px;
    height: 100%;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }
  #nav-content li {
      width: 80%;
      font-size: 16px;
      text-align: left;
      line-height: 3em;
      padding-left: 30px;
      border-bottom: 1px dotted #fff;
      margin-left: 5%;
  }
  #nav-content li a {
      text-decoration: none;
      color: #fff;
  }
  #nav-content .link03,
  #nav-content .link04 {
    border: none; 
    padding-top:10px;
    padding-bottom: 10px;
  }
  #nav-content .contact_box {
    background-color: #fdefd9;
    margin-top: 25px;
    width: 90%;
    margin: 25px auto 0;
    border-radius: 5px;
  }
  #nav-content .contact_box li {
    width: 96%;
    padding: 10px 0;
    margin: 0 auto;
  }

  #nav-content .contact_box li.link03 dl {
    width: 100%;
  }
  #nav-content .contact_box li dl dt p {
      line-height: 1.2em;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
  }
  #nav-content .contact_box li dl dt p span {
    color:#ec1003;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
    background-color: #f3990f;
  }
  #pagePath {
      width: 93%;
  }
  .pageTitle > .inner, .pageTitle .title, .pageTitle .text, .pageTitle .text {
    width: 96%; 
    margin: 0 auto;
  }
  .pageTitle .mainImg img.sp_only{
    width: 100%;
  }
  .newbox dl {
    padding: 15px 0;
  }
  .newbox dl dd {
    width: 100%;
  }
  .newbox dl dd p{
      word-break: break-all;
  }

  #footer .fBox .sub {
    width: 100%;
  }
  #footer .fBox .sub.partner {
    width: 100%;
  }
  #footer .fBox {
    padding: 52px 2%;
  }
  #footer .fBox li {
    float: none;
    width: 100%;
  }
  #footer .fBox dd.footer_hours {
    text-align: center;
  }
  #footer .fBox dt.footer_tel {
    font-size: 31px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    float: none;
  }
  #footer .fBox .partner dt.footer_tel {
    font-size: 31px;
  }
  #footer .fBox .title {
    margin-bottom: 0;
    line-height: 1.2em;
    font-size: 22px;
  }
  #footer .fBox dt.footer_tel:before {
    content:"";
    background-image:url(../../img_tt/common/icon_f-tel.png);
    background-repeat: no-repeat;
    width:27px;
    height:27px;
    display: inline-block;
    background-size: contain;
    vertical-align: top;
    margin: 0;
  }
  #footer .fBox dl a{
 pointer-events: auto !important;
}
  #footer .fBox .btn a img,
  #footer .fBox .partner li.btn img,
  #footer .fBox ul li img{
    width: 95%;
    margin:0 auto;
  }
  
  #footer .fInner .fLogo {
    float: none;
    margin: 10px;
  }
  #footer .fInner .sub {
    width: 100%;
  }
  .f_relation dt {
    float: none;
  }
  .f_relation dd {
    padding-left: 0;
  }
  #footer .fInner .fNavi {
    width: 93%;
    margin: 0 auto;
  }
  #footer .fInner .fNavi dt {
    display: block;
  }
  #footer .fInner .fNavi ul:nth-of-type(1) {
    float: left;
    margin-right:40px;
  }
    #footer .fInner .fNavi ul:nth-of-type(1):after {
    display: block;
    clear: both;
    content: "";
  }
  #footer .fInner .fNavi li {
    display: block;
    margin: 7px 0px;
  }
  #footer .fInner .fNavi li a {
    text-indent: -1em;
    padding-left: 1em;
    display: block;
    line-height: 1.4;
  }
  #footer .fInner .fNavi li a:after {
    display: none;
    }
  #footer .fInner .fNavi li a:before {
    content:"—";  
    margin-right:6px;
  }
  #footer .fInner .fNavi .f_relation {
    clear:both;
    padding-top:30px;
  }
  #footer .fInner .fNavi .f_relation ul {
    margin-right: 0;
  }
  #footer .fInner .fNavi .f_relation li a:before {
    content:"—";  
    margin:0 6px 0 0;
  }
  #footer .copyright {
    width: 100%; 
  }
  .f_relation {
    margin-top:30px;
  }
  .caseDetail .pageTitle .inner .image {
    position:static;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .caseDetail .pageTitle .inner .image img{
    width: 100%;  
  }
  .caseDetail .pageTitle .inner {
    height:auto;
  }
  .caseDetail .caseBox p {
    margin-top:7px;
  }
  .caseDetail #main {
    padding: 0;
  }
  .caseDetail #main .headLine01 {
    font-size: 19px;
    line-height:1.3em;
  }

}
