@charset "euc-jp";
/*-----------------------------
common
-------------------------------
reset
base
header
gnavi
footer
-------------------------------
2nd layer 
-------------------------------
tit_bar
-------------------------------
3rd layer 
-------------------------------
contents-wrap
contents
main
detail-area
side
-----------------------------*/
/*reset
-----------------------------*/
* {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
li {
  list-style: none;
}
ul.style-disc li {
  list-style-type: disc;
  margin: 0 0 0 10px;
}
label {
  cursor: pointer;
}
/*base
-----------------------------*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 1.0em;
  color: #333333;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #336699;
}
#header, .gnavi_wrap {
  margin: 0 auto;
  width: 900px;
}
#gnavi {}
/*clearfix
-----------------------------*/
.clearfix:after {
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
  height: 0;
}
* html .clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
*:first-child + html .clearfix {
  zoom: 1;
}
/*Layout
-----------------------------*/
.left {
  float: left
}
.right {
  float: right
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
/*header
-----------------------------*/
#headerarea {
  min-width: 912px;
  padding: 0 0 10px;
}
#headerarea #header .right {
  width: auto;
}
/*いずれ削除*/
#header a.logo_kddi {
  display: block;
  float: right;
  margin-top: 22px;
}
#header a.logo_kddi img {
  margin-right: 5px;
}
#header .logo {
  float: left;
  padding: 0 10px 0 5px;
  height: 80px;
}
#header .header_description {
  float: left;
  margin-top: 25px;
  padding-right: 128px;
  width: 220px;
  line-height: 14px;
  font-size: 80%;
}
#header .logo img {
  padding-top: 0;
}
/*いずれ削除ここまで*/
/*add 2016.7.11 okayama*/
#header .logoCPI {
  float: left;
  padding: 17px 10px 0 5px;
  height: 60px;
}
#header a.logoKWC {
  display: block;
  float: right;
  margin-top: 22px;
}
#header .headerDescription {
  float: left;
  margin-top: 30px;
  padding-right: 90px;
  width: 260px;
  line-height: 14px;
  font-size: 10px;
}
/*--------------------*/
#header .search {
  padding-top: 15px;
  padding-left: 0;
  width: 290px;
  margin: 0 0 10px 40px;
  height: 31px;
}
#header .search-link-box {
  float: left;
}
#header ul.header-link {
  position: relative;
  padding: 7px 0px 0 0;
}
#header ul.header-link li {
  background: url(../images/ico_hedder_arrow.gif) no-repeat left center;
  display: inline;
  padding: 0 0 0 20px;
  margin: 0 10px 0 0;
}
#header ul.header-link li.support {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  padding: 0 0;
  margin: 0 0;
}
#header ul.header-link a {
  color: #1479cc;
  text-decoration: underline;
}
#header ul.header-link a:hover {
  color: #1479cc;
  text-decoration: none;
}
.search form {
  padding-top: 6px;
}
#top h1 {
  font-weight: normal;
  font-size: 10px;
}
#top h2 {
  margin: 0;
}
#top #header .header_description {
  font-size: 100%;
}
/* googleカスタム検索内容変更 20151002 tezuka */
#header input.gsc-input {
  float: left;
  height: 1.5em !important;
  font-size: 12px;
}
#header .gsc-input-box {
  height: 22px;
}
#header input.gsc-search-button {
  height: 22px;
  width: 43px;
  padding: 4px 15px;
  margin-top: 0;
  box-sizing: border-box;
}
.gsib_a {
  padding-top: 2px !important;
}
#header .search table {
  margin: 0 auto;
  border: none;
  height: 22px;
}
#header .search table td {
  border: none;
  padding: 0;
  text-align: left;
}
/* searchChange 20170911 koizumi */
#header .search {
  padding-top: 15px;
  padding-left: 0;
  margin: 0px 0 10px 40px;
  height: 31px;
  text-align: right;
}
.search #q {
  width: 200px;
  border: 1px solid #dbdbdb;
  font-size: 12px;
  padding: 3px 10px;
  margin: 0 5px 0 0;
  background: linear-gradient(to bottom, rgba(239, 239, 239, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
.search input[type="submit"] {
  padding: 3px 8px 3px 10px;
  font-size: 12px;
  letter-spacing: 0.1em;
  background: linear-gradient(to bottom, rgba(19, 120, 203, 1) 0%, rgba(0, 63, 157, 1) 100%);
  border: none;
  color: #FFF;
  border-radius: 3px;
  line-height: 1.5;
  position: relative;
  top: -1px;
}
/* 20170911 end */
/*gnavi
change 20170928 koizumi
-----------------------------*/
#gnavi {
  width: 100%;
}
body.is-fixed #gnavi {
  position: fixed;
  top: 0;
  left: 0;
}
#gnavi {
  clear: both;
  height: 67px;
  background: url(../images/bg_gnavi.gif) repeat-x;
  /* font-size: 80%; */
  font-size: 12px;
}
#gnavi .gnavi_wrap {
  position: relative;
}
#gnavi .gnavi_wrap ul {
  margin: 0 auto;
}
#gnavi .gnavi_wrap ul li {
  float: left;
  font-family: "新ゴ R", "Shin Go Regula";
}
#gnavi .gnavi_wrap ul li.firstNav {
  /* margin: 0 0 0 10px; */
}
#gnavi .gnavi_wrap ul li.lastNav {
  border-right: 1px solid #004173;
  box-shadow: 1px 0 2px -1px #a7c0d9;
}
#gnavi .gnavi_wrap ul li a {
  display: block;
  width: 158px;
  padding: 11px 10px 12px;
  border-left: 1px solid #004173;
  box-shadow: 1px 0 1px -1px #a7c0d9 inset;
  background: linear-gradient(to bottom, #157dce 0%, #003ea2 100%);
  color: #fff;
  font-family: "新ゴ R", "Shin Go Regula";
  text-align: center;
  text-decoration: none;
}
#gnavi .gnavi_wrap ul li a:hover {
  background: linear-gradient(to bottom, #0e53a5 0%, #002979 100%);
}
#gnavi .gnavi_wrap ul li.firstNav a {
  border-left: 1px solid #00315b;
}
#gnavi .gnavi_wrap ul li .current, #gnavi .gnavi_wrap ul li .current:hover {
  padding: 11px 10px 13px;
  border: none;
  border-left: 1px solid #00315b;
  box-shadow: none;
  background: linear-gradient(to bottom, #030303 0%, #1e1e1e 100%);
}
#gnavi .gnavi_wrap ul.gnavi_details {
  width: 790px;
  position: absolute;
  top: 45px;
  /* left: 10px; */
}
#gnavi .gnavi_wrap ul.gnavi_details li {
  margin-right: 15px;
  padding-left: 15px;
  background: url(../images/gnavi_shadow.gif) 0 -9px no-repeat;
}
#gnavi .gnavi_wrap ul.gnavi_details li:-moz-read-only {
  background: url(../images/gnavi_shadow.gif) 0 -9px no-repeat;
}
body:first-of-type #gnavi .gnavi_wrap ul.gnavi_details li {
  width: auto;
  margin: 0 15px 0 0;
  padding: 0 0 0 15px;
  border: none;
  box-shadow: none;
  background: url(../images/gnavi_shadow.gif) 0 center no-repeat;
  font-family: inherit;
}
#gnavi .gnavi_wrap ul.gnavi_details li.navi-sub {
  margin-right: 15px !important;
  padding-left: 5px !important;
  background: url(../images/gnavi_shadow_02.gif) 0 -9px no-repeat !important;
}
#gnavi .gnavi_wrap ul.gnavi_details li.navi-line-none {
  margin-right: 15px !important;
  padding-left: 0px !important;
  background: none !important;
}
#gnavi .gnavi_wrap ul.gnavi_details li a {
  width: auto;
  height: auto;
  padding: 0 0 0 10px;
  border: none;
  box-shadow: none;
  background: none;
  color: #fff;
  font-size: 80%;
  text-decoration: underline;
}
#gnavi .gnavi_wrap ul.gnavi_details li a:hover {
  padding-left: 10px;
  color: #e3e3e3;
  text-decoration: underline;
}
#gnavi .request {
  float: right;
}
#gnavi .request img {
  margin: 2px 7px 0 0;
}
head ~ /* */ body #gnavi .request img {
  margin: 4px 7px 0 0;
}
html:not(:target) #gnavi .request img {
  margin: 3px 7px 0 0;
}
#topic-path_wrap {
  min-width: 900px;
}
#topic-path {
  width: 900px;
  margin: 0 auto;
  padding: 10px 0 9px 0;
}
#topic-path a {
  color: #03a0db;
}
#topic-path ul {
  margin-left: 7px;
  font-size: 80%;
}
#topic-path ul li {
  display: inline;
}

/*footer 20170428 koizumi
  change 20200106 hertz
-----------------------------*/
#footerBnr {
  margin: 30px auto 0;
  /*padding: 0 0 20px;*/
  width: 900px;
  clear: both;
}
#footerBnr li {
  float: left;
  padding: 10px 0 0 22px;
}
#footerBnr li:first-child {
  padding: 10px 0 0 0px;
}
/*reason page only*/
#reason #footerBnr {
  margin: 40px auto 0 auto;
}

/* footerBnr-single 20210701 hertz
----------------------------- */
.footerBnr-single {
  margin: 20px auto 0;
  text-align: center;
}

/* footContactArea 20200323 hertz
----------------------------- */
#footContactArea {
  background: #f1f1f1;
  padding: 0 0 45px;
  margin: 50px auto 0;
  overflow: hidden;
}
#footContactArea h3.contact {
  color: #333;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.0;
  text-align: center;
  padding: 60px 0 50px;
  margin: 0;
  border: none;
  background: none;
}
#footContactArea .contact-wrap {
  margin: 0 auto;
  width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footContactArea .contact-wrap .item {
  width: 430px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 40px 30px 28px;
}
#footContactArea .contact-wrap div:first-child {
  margin-right: 40px;
}
#footContactArea .contact-wrap .item h4.title {
  color: #333;
  font-size: 24px;
  text-align: center;
  margin-bottom: 36px;
  padding: 0;
  letter-spacing: 0.05em;
  border: 0;
}
#footContactArea .contact-wrap .item .txt {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
#footContactArea .contact-wrap .btn-contact {
  margin: 20px 0;
  padding-bottom: 22px;
  border-bottom: 1px solid #ededed;
}
/* 新型コロナ対応　202020330 koizumi */
#footContactArea .contact-wrap .consider {
  margin: 20px 0 33px 0;
}
/* ここまで */
#footContactArea .contact-wrap .btn-contact .contact {
  display: block;
  box-sizing: border-box;
  background: url(/images/icon_contact@2x.png) no-repeat 30px center #257ae4;
  background-size: 30px auto;
  width: 370px;
  height: 76px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 27px 10px 27px 50px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: 0.01em;
  border-radius: 10px;
}
#footContactArea .contact-wrap .btn-contact .contact:hover {
  background-color: #1b67dd;
}
#footContactArea .contact-wrap .btn-contact .contact-s {
  display: block;
  box-sizing: border-box;
  background: #257ae4;
  width: 370px;
  height: 76px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 16px 10px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.01em;
  border-radius: 10px;
}
#footContactArea .contact-wrap .btn-contact .contact-s span {
  font-size: 16px;
  font-weight: 500;
}
#footContactArea .contact-wrap .btn-contact .contact-s:hover {
  background: #1b67dd;
}
#footContactArea .contact-wrap .box-tel {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#footContactArea .contact-wrap .box-tel .tel {
  background: url(/images/icon_fc.png) no-repeat left 3px;
  background-size: 34px auto;
  color: #0c0975;
  font-family: Helvetica, "sans-serif";
  font-size: 32px;
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: 0.02em;
  padding: 0 0 0 40px;
  margin-right: 0;
}
#footContactArea .contact-wrap .box-tel .time {
  font-size: 11px;
  line-height: 1.2;
}
#footContactArea .contact-wrap .btn-list {
  margin: 0 auto;
  max-width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footContactArea .contact-wrap .btn-list li {
  padding-bottom: 10px;
}
#footContactArea .contact-wrap .btn-list a {
  display: inline-block;
  box-sizing: border-box;
  width: 180px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  font-weight: bold;
  font-size: 15px;
  border-radius: 5px;
}
/* 新型コロナ対応　202020330 koizumi */
#footContactArea .contact-wrap .btn-list a {
  padding: 15px 0;
}
/* ここまで */
#footContactArea .contact-wrap .btn-list a.apply {
  background: #f97d11;
}
#footContactArea .contact-wrap .btn-list a.apply:hover {
  background: #e56c02;
}
#footContactArea .contact-wrap .btn-list a.free {
  background: #257ae4;
}
#footContactArea .contact-wrap .btn-list a.free:hover {
  background: #1b67dd;
}
#footContactArea .contact-wrap .btn-list a.estimate {
  background: #9dce57;
}
#footContactArea .contact-wrap .btn-list a.estimate:hover {
  background: #90c348;
}
#footContactArea .contact-wrap .btn-list a.dl {
  background: #59baf2;
  letter-spacing: -0.05em;
}
#footContactArea .contact-wrap .btn-list a.dl:hover {
  background: #4bade6;
}
#footContactArea .contact-wrap .contact-list li {
  float: left;
  width: 180px;
  padding: 10px 0 15px;
}
#footContactArea .contact-wrap .contact-list li a {
  background: url(/images/ico_bnrarea.png) no-repeat 0 center;
  background-size: 16px 16px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding: 2px 0 2px 24px;
  text-decoration: none;
}
#footContactArea .contact-wrap .contact-list li a span {
  letter-spacing: -0.06em;
}
#footContactArea .contact-wrap .contact-list li a:hover {
  color: #04A0DB;
}
/* ----------------------------- */
.pagetop {
  width: 900px;
  margin: 0 auto;
  /*margin: -40px auto 0;*/
  text-align: right;
  padding: 50px 0 0;
}
#footer {
  background: #0550a9 url(/images/footer/bg_footer.gif) repeat-x;
  padding: 40px 0;
  color: #fff;
  font-size: 12px;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  color: #fff;
  text-decoration: underline;
}
#footerIn {
  width: 900px;
  margin: 0 auto;
}
#footer ul#companyLink {
  padding: 0 0 20px 10px;
}
#footer ul#companyLink li {
  float: left;
  background: url(/images/footer/blt_link.gif) 0 0.3em no-repeat;
  padding: 0 19px 0 18px;
  white-space: nowrap;
}
#footer #footerSitemap {
  background: url(/images/footer/line_double_color.gif) repeat-x;
  padding: 0 0 30px 23px;
}
#footer #footerSitemap dl {
  float: left;
  width: 290px;
}
#footer #footerSitemap dl dt {
  font-weight: bold;
  padding: 30px 0 0.8em;
}
#footer #footerSitemap dl dd {
  background: url(/images/footer/blt_link.gif) 0 0.3em no-repeat;
  padding: 0 0 0.6em 18px;
}
#footer #footerSitemap dl dd.mrTop {
  margin-top: 30px;
}
#footer #otherService {
  background: url(/images/footer/line_double_color.gif) repeat-x;
  padding: 30px 0 0 23px;
}
#footer #otherService dl {
  clear: both;
}
#footer #otherService dl dt {
  float: left;
  padding: 0 19px 0 0;
  white-space: nowrap;
}
#footer #otherService dl dd {
  float: left;
  background: url(/images/footer/blt_blank.gif) 0 0.2em no-repeat;
  padding: 0 19px 0.6em 18px;
  white-space: nowrap;
}
#footerBtm {
  padding: 0 0 10px;
}
#footerBtm #footerBtmIn {
  margin: 0 auto;
  padding: 10px 0 0;
  width: 912px;
}
#footerBtm #footerBtmIn div.logoBox {
  margin: 20px 0 5px;
  width: auto !important;
}
#footerBtm #footerBtmIn div.labelsBox {
  float: right;
  width: 275px !important;
}
/*#footerBtm #footerBtmIn .truste {
	margin: 28px 20px 0 0;
	width: 115px !important;
}*/
#footerBtm #footerBtmIn .isms {
  margin: 14px 20px 0 0;
  width: 120px !important;
}
#footerBtm #footerBtmIn .syssl {
  float: right;
  margin: 0;
  width: 135px !important;
}
#footerBtm #footerBtmIn address {
  font-size: 9px;
  font-style: normal;
  margin: 10px 0 0;
}
#footerBtm #snsBtn {
  padding: 20px 0 0;
}
#footerBtm #snsBtn li {
  float: left;
}
#footerBtm #snsBtn li.facebook {
  width: 120px;
}
#footerBtm #snsBtn li.twitter {
  width: 120px;
}
#footerBtm #snsBtn li.googlePlus {}
/*2nd layer tit_bar
-----------------------------*/
h2, h3 {
  margin: 20px 0 10px 0;
}
.tit_bar {
  background: url(../images/tit_bg_rep.gif) repeat-y top left;
  width: 621px;
  margin: 20px 0 10px 0;
}
.tit_bar .tit_bg {
  background: url(../images/tit_bg_top.gif) no-repeat top left;
  width: 621px;
}
.tit_bar .tit_bg h2, .tit_bar .tit_bg h3 {
  background: url(../images/tit_bg_bot.gif) no-repeat bottom left;
  width: 601px;
  min-height: 20px;
  _height: 20px;
  font-size: 100%;
  color: #fff;
  padding: 6px 0 5px 20px;
  _padding: 13px 0 5px 20px;
  margin: 0;
  margin-top: 0;
}
*:first-child + html .tit_bar .tit_bg h2, *:first-child + html .tit_bar .tit_bg h3 {
  padding: 13px 0 5px 20px;
}
.tit_bar02 {
  background: url(../images/tit_bgb_rep.gif) repeat-y top left;
  width: 830px;
  margin: 20px 0 10px 0;
}
.tit_bar02 .tit_bg02 {
  background: url(../images/tit_bgb_top.gif) no-repeat top left;
  width: 830px;
}
.tit_bar02 .tit_bg02 h2, .tit_bar02 .tit_bg02 h3 {
  background: url(../images/tit_bgb_bot.gif) no-repeat bottom left;
  width: 830px;
  min-height: 20px;
  _height: 20px;
  font-size: 100%;
  color: #fff;
  padding: 10px 0 5px 20px;
  _padding: 13px 0 5px 20px;
  margin: 0;
}
*:first-child + html .tit_bar .tit_bg h2, *:first-child + html .tit_bar .tit_bg h3 {
  padding: 13px 0 5px 20px;
}
.tit_bar_comment {
  background: url(../images/tit_bg_com.gif) no-repeat;
  margin: 0 0px 15px 0;
  padding-left: 22px;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #2670cf;
}
/*2nd layer detailarea
-----------------------------*/
.bg_gray {
  background: #f3f3f3;
  margin: 10px 0 0 0;
  padding: 10px 0;
}
/*3rd layer contents-wrap
-----------------------------*/
#contents-wrap {
  background: url(../images/contents-wrap_bg.gif) repeat-x top left;
  min-width: 912px;
  padding: 50px 0 0 0;
}
/*3rd layer contents
-----------------------------*/
#contents-wrap #contents {
  width: 912px;
  margin: 0 auto;
}
#contents-wrap #contents h1 {
  margin-left: 4px;
}
#contents-wrap #contents h1 img {
  vertical-align: bottom;
  margin-bottom: 31px;
}
#contents-wrap #contents h1.bp, #contents-wrap #contents p.bp_intro {
  margin-left: 5px;
}
/*3rd layer main
-----------------------------*/
.main {
  line-height: 1.5;
}
#contents-wrap #contents .main {
  width: 707px;
  float: left;
  background: url(../images/main_bg_top.gif) no-repeat 0 30px;
}
/*#contents-wrap #contents .main_one {
	width: 872px;
}*/
#contents-wrap #contents .main-inner {
  min-height: 1000px;
  width: 707px;
  background: url(../images/main_bg_btm.gif) no-repeat left bottom;
}
#contents-wrap #contents .main02 {
  width: 912px;
  float: left;
  padding-bottom: 18px;
  background: url(../images/main_bgb_top.gif) no-repeat 0 30px;
}
/*#contents-wrap #contents .main02_one {
	width: 912px;
}
#contents-wrap #contents .main02-inner {
	min-height: 1000px;
	width: 912px;
	background: url(../images/main_bg_btm.gif) no-repeat left bottom;
}*/
ul.tab-navi-btm, ul.tab-navi-top {
  text-align: right;
  height: 30px;
  margin-right: 22px;
}
ul.tab-navi-btm li, ul.tab-navi-top li {
  display: inline;
}
ul.tab-navi-top li, ul.tab-navi-btm li {
  padding-left: 4px;
}
ul.tab-navi-top li.tab_act, ul.tab-navi-btm li.tab_act {
  margin-right: -4px;
}
#contents-wrap #contents .main a, #contents-wrap #contents .main02 a {
  color: #03a1db;
}
ul.attention, ul.attention li {
  margin: 0 10px 0 20px;
  padding: 0;
}
ul.attention /*, ul.attention li ul.caution*/ {
  margin: 5px 0 5px 10px;
}
ul.attention /*, ul.attention li ul.caution li*/ {
  color: #666666;
  font-size: 12px;
  padding: 0;
}
ul.attention {
  margin-left: 12px;
}
ul.attention li {
  list-style-type: disc;
  padding: 4px 0px 4px 0px;
  color: #666666;
  line-height: 160%;
}
ul.attention li.list {
  list-style-type: none;
  padding: 0 0 4px 0;
  color: #444;
  font-size: 10px;
  line-height: 16px;
}
ul.attention li.none {
  list-style-type: none;
  padding: 0 0 4px 0;
  color: #444;
  line-height: 16px;
}
/*ul.flow, ul.flow li {
	margin: 0 10px 0 20px;
	padding: 0;
}
ul.flow {
	margin-left: 12px;
}
ul.flow li {
	list-style-type: decimal;
	padding: 4px 0px 4px 0px;
	color: #444;
	line-height: 20px;
}*/
ul.function, ul.function li {
  margin: 0 5px 0 0px;
  padding: 0;
}
ul.function {
  margin-left: 5px;
}
ul.function li {
  list-style-type: disc;
  padding: 4px 0px 4px 0px;
  color: #444;
  line-height: 20px;
}
ul.function li.list {
  list-style-type: none;
  padding: 0 0 4px 0;
  color: #444;
  font-size: 10px;
  line-height: 16px;
}
/*3rd layer detail-area
-----------------------------*/
.detail-area {
  padding: 32px 27px 0 27px;
  _padding: 30px 27px 0 27px;
}
/*3rd layer side
-----------------------------*/
/* Layout chang 20200720 koizumi */
#contents-wrap #contents .side {
    width: 195px;
    float: right;
}
#contents-wrap #contents .order_side {
  width: 202px;
  float: right;
}
.order_side .btn-list {
  background: #f1f1f1;
  text-align: center;
  margin: 28px 0 20px 0;
  padding: 22px 0 10px;
  border: none;
  border-radius: 5px;
}
.order_side .btn-list ul li {
  margin: 0 0 8px;
}
.order_side .btn-list ul li a {
  display: block;
  width: 177px;
  margin: 0 auto 10px auto;
  padding: 14px 10px 14px 0;
  border-radius: 5px;
  background: #257ae4;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  box-sizing: border-box;
}
.order_side .btn-list .contact a:hover, .order_side .btn-list ul li a:hover {
  background: #1b67dd;
}
.order_side .btn-list ul .apply a {
  background: #f97d11;
}
.order_side .btn-list ul .apply a:hover {
  background: #e56c02;
}
.order_side .btn-list ul .estimate a {
  background: #9dce57;
}
.order_side .btn-list ul .estimate a:hover {
  background: #90c348;
}
.order_side .btn-list ul .dl a {
  background: #59baf2;
}
.order_side .btn-list ul .dl a:hover {
  background: #4bade6;
}
.order_side .btn-list ul li:before {
  right: 22px;
    width: 14px;
    height: 14px;
  border-radius: 50%;
  background: #ffffff;
}
.order_side .btn-list ul li:after {
  right: 27px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #257ae4;
  border-right: 2px solid #257ae4;
  transform: rotate(45deg);
}
.order_side .btn-list ul .estimate:after {
  border-top: 2px solid #9dce57;
  border-right: 2px solid #9dce57;
}
.order_side .btn-list ul .dl:after {
  border-top: 2px solid #59baf2;
  border-right: 2px solid #59baf2;
}
.order_side .btn-list ul .apply:after {
  border-top: 2px solid #f97d11;
  border-right: 2px solid #f97d11;
}
.order_side .btn-list ul .arrow {
  position: relative;
}
.order_side .btn-list ul .arrow:before, .order_side .btn-list ul .arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}
.order_side .btn-list dt {
  margin: 15px 15px 0;
  padding: 15px 0 15px;
  border-top: 1px solid #bbbbbb;
  font-size: 14px;
  font-weight: bold;
}
.order_side .btn-list dd {
  margin: 10px 0 0 0;
}
.order_side .btn-list .contact {
  width: 177px;
  padding: 0 0 10px 0;
  margin: 0 auto;
}
.order_side .btn-list .contact a {
  display: block;
  width: 177px;
  padding: 14px 5px 14px 0;
  border-radius: 5px;
  background: #257ae4;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  box-sizing: border-box;
}
.order_side .btn-list .mail {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 10px;
  margin: 0 9px 0 0;
  padding: 0;
  background: #ffffff;
  border-radius: 2px;
}
.order_side .btn-list .mail:before, .mail:after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.order_side .btn-list .mail:before {
  top: -1px;
  left: -2px;
  border: 9px solid transparent;
  border-top-color: #257ae4;
}
.order_side .btn-list .mail:after {
  top: 0px;
  left: 1px;
  border: 6px solid transparent;
  border-top-color: #ffffff;
  border-radius: 2px;
}
.order_side ul.sub {
  margin: 0 10px 14px;
  border-top: 1px solid #d5ddd9;
}
.order_side ul.sub li {
  padding: 12px 0 12px 10px;
  border-bottom: 1px solid #d5ddd9;
}
.order_side ul.sub li.sub-list {
  padding: 12px 0 12px 20px;
  font-size: 90%;
}
.arrow_underline {
  padding: 0 0 0 10px;
  background: url(../images/arrow.gif) no-repeat 0 5px;
}
/*.arrow, */ .order_side ul.sub li a {
  color: #212323;
  text-decoration: none;
  padding: 0 0 0 10px;
  background: url(../images/arrow.gif) no-repeat 0 3px;
}
head ~ /* */ body .order_side ul.sub li a {
  background: url(../images/arrow.gif) no-repeat 0 5px;
}
html:not(:target) .order_side ul.sub li a {
  background: url(../images/arrow.gif) no-repeat 0 5px;
}
.order_side ul.sub li a:hover {
  text-decoration: underline;
}
/*a.back-none {
	background: none!important;
	padding: 0px!important;
}*/
.sub-side-link {
  font-size: 90%;
  padding: 0 0 0 20px;
  display: block;
  line-height: 1.4em;
}
.sub-side-link a {
  display: inline-block;
  text-decoration: none;
}
.sub-side-link a:hover {
  text-decoration: underline;
}
.sub-side-link a.width {
  width: 55px;
}
/*3rd layer col2
-----------------------------*/
.col2_left {
  float: left;
  width: 203px;
}
.col2_left dl.accordion {
  width: 183px;
  border-top: 1px solid #69716f;
  border-left: 1px solid #d7dbd9;
  border-right: 1px solid #d7dbd9;
}
.col2_left dl.accordion dt {
  background: #ecedee;
  border-bottom: 1px solid #d7dbd9;
  padding: 15px 0 15px 10px;
}
.col2_left dl.accordion dd dl dt.tit {
  background: #fafafa;
  border-bottom: 1px solid #d7dbd9;
  padding: 10px 0 10px 10px;
}
.col2_left dl.accordion dd dl dt.tit a {
  font-weight: bold;
  font-size: 90%;
  _font-size: 80%;
  padding: 3px 0 5px 20px;
  _padding: 3px 0 5px 20px;
}
.col2_left dl.accordion dd dl dt.tit a:-moz-read-only {
  font-size: 80%;
  padding: 1px 0 5px 20px;
}
*:first-child + html .col2_left dl.accordion dd dl dt.tit a {
  font-size: 80%;
  padding: 3px 0 5px 20px;
}
body:first-of-type .col2_left dl.accordion dd dl dt.tit a {
  font-size: 80%;
  padding: 1px 0 5px 20px;
}
.col2_left dl.accordion dd dl dt.tit a.minus {
  background: url(../images/icon_minus.gif) no-repeat left top;
  _background: url(../images/icon_minus.gif) no-repeat left 1px;
}
.col2_left dl.accordion dd dl dt.tit a.plus {
  background: url(../images/icon_plus.gif) no-repeat left top;
  _background: url(../images/icon_plus.gif) no-repeat left 1px;
}
*:first-child + html .col2_left dl.accordion dd dl dt.tit a.minus {
  background: url(../images/icon_minus.gif) no-repeat left 1px;
}
*:first-child + html .col2_left dl.accordion dd dl dt.tit a.plus {
  background: url(../images/icon_plus.gif) no-repeat left 1px;
}
html > /**/ body .col2_left dl.accordion dd dl dt.tit a.minus {
  background /*\**/ : url(../images/icon_minus.gif) no-repeat left 2px\9;
}
html > /**/ body .col2_left dl.accordion dd dl dt.tit a.plus {
  background /*\**/ : url(../images/icon_plus.gif) no-repeat left 2px\9;
}
#contents-wrap #contents .col2_left dl.accordion dd dl dt.tit a:link, #contents-wrap #contents .col2_left dl.accordion dd dl dt.tit a:active, #contents-wrap #contents .col2_left dl.accordion dd dl dt.tit a:visited, #contents-wrap #contents .col2_left dl.accordion dd dl dt.tit a:hover {
  color: #666;
}
.col2_left dl.accordion dd dl dd ul {
  border-bottom: 1px solid #d7dbd9;
  padding: 10px 0 10px 20px;
}
.col2_left dl.accordion dd dl dd ul li {
  margin: 0 0 10px 0;
  font-size: 80%;
}
*:first-child + html .col2_left dl.accordion dd dl dd ul li {
  font-size: 80%;
}
.col2_left dl.accordion dd dl dd ul li.last {
  margin: 0;
}
/*.col2_right {
	float: left;
	width: 451px;
}*/
/*テキスト装飾
----------------------------------------------------------*/
.link-text {
  background: url(../images/icon_arrow.gif) no-repeat left center;
  margin: 5px 0 3px 0;
  padding: 0 0 0 10px;
}
.text-block {
  display: block;
}
.large-text {
  font-size: 120%;
}
.small-text {
  font-size: 90%;
}
.red-text {
  color: #F00;
}
.blue-text {
  color: #03a1db;
}
.orange-text {
  color: #f97d0f;
}
.gray-text {
  color: #888888;
}
.right-text {
  text-align: right !important;
}
.left-text {
  text-align: left !important;
}
.center-text {
  text-align: center !important;
  margin: 0 auto !important;
}
.valign-middle-text {
  vertical-align: middle !important;
}
.through-text {
  text-decoration: line-through;
}
/*マージン調整
-------------------------------------------------*/
.top-zero {
  margin: 0px !important;
}
.top-10px {
  margin-top: 10px !important;
}
.top-20px {
  margin-top: 20px !important;
}
.top-30px {
  margin-top: 30px !important;
}
.top-40px {
  margin-top: 40px !important;
}
/*パディング調整
-------------------------------------------------*/
.top-padding-zero {
  padding: 0px !important;
}
.bottom-60px {
  margin-bottom: 60px !important;
}
.bottom-30px {
  margin-bottom: 30px !important;
}
.bottom-20px {
  margin-bottom: 20px !important;
}
.bottom-10px {
  margin-bottom: 10px !important;
}
/*ボタンボックス
-----------------------------*/
/*.bt-box {
	text-align: center;
	margin: 0 auto;
}
.bt-box-padding25px {
	padding: 0 20px;
}*/
/*サイドメニュー用　専用サーバ　バナー表示切替
----------------------------------------------------------*/
.side-bn-box p {
  padding: 10px 5px 0px;
}
/*複数台 20110309コメントアウト
#private_multi .bn-side02{ display:none;}*/
.side_tease_tit {
  margin: 0 auto;
  table-layout: fixed;
  text-align: center;
}
.side_tease_box {
  border: 1px solid #d0d0d0;
  background: #f3f3f3;
  width: 183px;
  text-align: center;
  padding: 20px 0 10px;
  margin: 0 auto;
}
.side_tease_box .btn-list li {
  margin: 20px 0 0;
}
/*--MGシリーズ
----------------------------------------------------------*/
.mg-sidemenu {
  border: none !important;
}
.mg-sidemenu dt {
  background: url(../images/mg_sidemenu_dt_bg.gif) center top no-repeat !important;
  padding: 5px 0 3px 0;
  border: none !important;
}
.mg-sidemenu dd {
  padding: 0px !important;
  margin: 0px !important;
  overflow: hidden !important;
}
/*ソーシャルメディアボタンリスト
----------------------------------------------------------*/
#social_btn {
  margin: 20px 0 0 0;
  padding: 10px 0 0px 0;
  display: block;
}
#social_btn_dot {
  border-top: 1px #ccc dotted;
  margin: 20px 0 0 0;
  padding: 10px 0 0px 0;
  display: block;
}
#social_btn ul.social {
  margin: 0;
  padding: 0;
  float: right;
}
#social_btn ul.social li {
  margin: 0 5px 0 0 !important;
  padding: 0 !important;
  float: left;
  background: none !important;
}
#social_btn ul.social .evernote {
  margin: 0 0 0 5px;
}
#social_btn ul.social .hatena {
  margin: 0 0 0 5px;
  padding: 3px 5px 0 0;
}
/*ページ内　キャンペーンバナー配置ボックス
----------------------------------------------------------*/
dl.bnrarea-box {
  width: 619px;
  margin: 20px auto 0;
}
dl.bnrarea-box dt {
  line-height: 0px;
  font-size: 0px;
}
dl.bnrarea-box dd {
  width: 617px;
  margin: 0 0 0 2px;
  background-color: #f2f2f2;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0 9px;
}
dl.bnrarea-box dd ul {
  margin: 0 0 10px 20px;
}
dl.bnrarea-box dd ul li {
  display: inline;
  margin: 0 7px 0 0;
}
/*注意書きタイトルレイアウト　2013.04.09
--------------------------------*/
p.tit_attention {
  margin-left: 12px;
  padding-top: 15px;
}
p.tit_attention_first {
  margin-left: 12px;
  padding-top: 0;
}
/* 緊急対応 20141010 岡山
--------------------------------*/
.kinkyu {
  width: 900px;
  margin: -10px auto 15px;
  border: 1px solid #DF7D7F;
  font-size: 12px;
  line-height: 1.5;
  background: #f8f6e1;
  color: #EE0003;
}
.kinkyu p {
  padding: 10px 20px;
}
.kinkyu p a {
  color: #EE0003;
  text-decoration: underline;
}
/*EC CUBE アイコン表示　2015.2.19
--------------------------------*/
.eccicon {
  font: normal 9px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #000000;
}
.eccicon li {
  margin: 0 0 2px 0;
}
/*テーブル境界線*/
th.boundary, td.boundary {
  border-left: #d8dad9 double 3px !important;
}
/* symantecシールgif化による追加 2015.8.6
-------------------------------------*/
#footerBtm #footerBtmIn .syssl table {
  width: 135px;
  border: none;
  margin: 0;
}
#footerBtm #footerBtmIn .syssl table td {
  border: none;
  padding: 0;
}
/* footer_ace対応2015.8.20 */
#footContactAreaAce {
  background: rgba(0, 0, 0, 0) url(/images/footer/bg_footer_contact_short.png) no-repeat scroll 0 0;
  height: 199px;
  margin: 15px auto 40px;
  padding: 0 16px 0 21px;
  width: 677px;
}
#footContactAreaAce ul {
  list-style: outside none none;
  margin: 0;
  padding: 14px 0 0;
  width: 660px;
}
#footContactAreaAce ul li {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 13px 15px 0 0;
  position: relative;
}
#footContactAreaAce .bottom {
  background: url(/images/footer/txt_footer_voice.png) no-repeat left center;
  margin: 25px 0 0 0;
  padding: 0 0 0 32px;
  height: 24px;
  font-weight: bold;
  vertical-align: central;
}
#footContactAreaAce .bottom a {
  color: #0e0d6a;
  line-height: 1.6;
  font-size: 14px;
}
#voice_guide {
  background: url(/images/side/side_voice.gif) no-repeat left center;
  font-size: 10px;
  padding: 0 0 0 18px;
  height: 14px;
  margin: 10px 0 0 18px;
}
#voice_guide a {
  color: #03a0db;
}
/*ロールオーバー表示　2016.4.26
--------------------------------*/
.hoverImage img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/* managed・private ContactArea add 20171115 koizumi
change 20200106 hertz
change 20200604 koizumi
--------------------------------*/
/*contactLarge*/
#mainArea .contactLarge {
  margin: 0 0 20px 0;
}
#mainArea .contactLarge dl {
  padding: 0 0;
  text-align: center;
}
#mainArea .contactLarge dl dt {
  margin: 0 0;
  padding: 14px 0 11px 19px;
  letter-spacing: 1.4px;
  background: #0550a9;
  border-left: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  font-size: 28px;
}
#mainArea .contactLarge dl dd {
  margin: 0 0;
  padding: 32px 45px 12px;
  border: 1px solid #cdcfcf;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#mainArea .contactLarge dl dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#contents-wrap #contents .contactLarge dl dd ul li a {
  display: block;
  width: 350px;
  margin: 0 auto 23px auto;
  background: #1484db;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  padding: 19px 0px;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
}
#contents-wrap #contents .contactLarge dl dd ul .inquiry a {
  width: 345px;
  padding: 19px 0 19px 5px;
}
#contents-wrap #contents .contactLarge dl dd ul .inquiry a:hover {
  background: #0674ca;
}
#contents-wrap #contents .contactLarge dl dd ul .inquiry .mail {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 16px;
  margin: 0 14px 0 0;
  padding: 0;
  background: #ffffff;
  border-radius: 2px;
}
#contents-wrap #contents .contactLarge dl dd ul .inquiry .mail:before, #contents-wrap #contents .contactLarge dl dd ul .inquiry .mail:after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#contents-wrap #contents .contactLarge dl dd ul .inquiry .mail:before {
  top: 0px;
  left: 1px;
  border: 12px solid transparent;
  border-top-color: #1484db;
}
#contents-wrap #contents .contactLarge dl dd ul .inquiry .mail:after {
  top: 0px;
  left: 3px;
  border: 10px solid transparent;
  border-top-color: #ffffff;
  border-radius: 2px;
}
#contents-wrap #contents .contactLarge dl dd ul .application a {
  background: #f97d11;
}
#contents-wrap #contents .contactLarge dl dd ul .application a:hover {
  background: #e56c02;
}
#contents-wrap #contents .contactLarge dl dd ul .quote a {
  background: #9dce58;
}
#contents-wrap #contents .contactLarge dl dd ul .quote a:hover {
  background: #90c348;
}
#contents-wrap #contents .contactLarge dl dd ul .downLoaf a {
  background: #59baf2;
}
#contents-wrap #contents .contactLarge dl dd ul .downLoaf a:hover {
  background: #48abe4;
}
/*contactSmall*/
#mainCont .contactSmall {
  margin: 30px 0 20px 0;
}
#mainCont .contactSmall dl {
  padding: 0 0;
  text-align: center;
}
#mainCont .contactSmall dl dt {
  margin: 0 0;
  padding: 7px 0 9px 19px;
  letter-spacing: 1.4px;
  background: #0550a9;
  border-left: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  font-size: 19px;
}
#mainCont .contactSmall dl dd {
  margin: 0 0;
  padding: 25px 30px 10px;
  border: 1px solid #cdcfcf;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#mainCont .contactSmall dl dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#contents-wrap #contents .contactSmall dl dd ul li a {
  display: block;
  width: 250px;
  margin: 0 auto 15px auto;
  background: #1484db;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  padding: 12px 0px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
}
#contents-wrap #contents .contactSmall dl dd ul .inquiry a:hover {
  background: #0674ca;
}
#contents-wrap #contents .contactSmall dl dd ul .inquiry .mail {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 12px;
  margin: 0 9px 0 0;
  padding: 0;
  background: #ffffff;
  border-radius: 2px;
}
#contents-wrap #contents .contactSmall dl dd ul .inquiry .mail:before, #contents-wrap #contents .contactSmall dl dd ul .inquiry .mail:after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#contents-wrap #contents .contactSmall dl dd ul .inquiry .mail:before {
  top: -1px;
  left: -1px;
  border: 10px solid transparent;
  border-top-color: #1484db;
}
#contents-wrap #contents .contactSmall dl dd ul .inquiry .mail:after {
  top: 0px;
  left: 2px;
  border: 7px solid transparent;
  border-top-color: #ffffff;
  border-radius: 2px;
}
#contents-wrap #contents .contactSmall dl dd ul .application a {
  background: #f97d11;
}
#contents-wrap #contents .contactSmall dl dd ul .application a:hover {
  background: #e56c02;
}
#contents-wrap #contents .contactSmall dl dd ul .quote a {
  background: #9dce58;
}
#contents-wrap #contents .contactSmall dl dd ul .quote a:hover {
  background: #90c348;
}
#contents-wrap #contents .contactSmall dl dd ul .downLoaf a {
  background: #59baf2;
}
#contents-wrap #contents .contactSmall dl dd ul .downLoaf a:hover {
  background: #48abe4;
}
/** キャンペーン用の赤字リンク 20190116 kaneko **/
.camp_link a, .camp_link a:hover, .camp_link a:active {
  color: #f00 !important;
}
/* サポートサイト新設にともない/support/右ナビから移行 20190627 koizumi */
.side .support_contact_bg {
  background: url(/images/side_contactbg_rep.gif) repeat-y left top;
}
.side dl.support_contact {
  width: 183px;
  background: url(/images/side_contactbg_btm.gif) no-repeat left bottom;
}
.side dl.support_contact dt.title {
  background: url(/images/side_contact_titbg.gif) no-repeat left top #efefef;
  ;
  min-height: 15px;
  _height: 15px;
  font-size: 90%;
  _font-size: 80%;
  padding: 10px 0 5px 15px;
  _padding-left: 21px;
  border-bottom: 1px solid #e4e4e4;
}
/* footer notice add 20200326 koizumi*/
#footContactArea .notice, #mainArea .contactLarge .notice, #mainCont .contactSmall .notice {
  background: none;
  font-size: 14px;
  text-align: center;
}
#mainArea .contactLarge .notice, #mainCont .contactSmall .notice {
  padding-top: 15px;
}
#footContactArea .notice span, #mainArea .contactLarge .notice span, #mainCont .contactSmall .notice span {
  margin-right: 15px;
  padding: 6px 7px;
  background: #ff0000;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
#footContactArea .notice a, #contents-wrap #contents .main #mainArea .contactLarge .notice a, #contents-wrap #contents .main #mainCont .contactSmall .noticeWrap dd a {
  color: #333333;
  font-size: 14px;
}
#footContactArea .notice {
  height: 60px;
  line-height: 60px;
}
#contents-wrap #contents .main #mainCont .contactSmall .noticeWrap dd a {
  font-size: 13px;
}
#mainArea .contactLarge .notice, #mainCont .contactSmall .notice {
  padding-top: 15px;
}
#mainCont .contactSmall .noticeWrap {
  display: flex;
  padding: 0 5px 10px 5px;
  text-align: left;
}
#mainCont .contactSmall .noticeWrap {
  font-size: 12px;
}
#mainCont .contactSmall .noticeWrap dt {
  padding: 15px 0 0 0;
}
#mainCont .contactSmall .noticeWrap dd {
  padding: 15px 0 0;
  border: none;
}
#mainCont .contactSmall .noticeWrap dt span {
  display: block;
  width: 88px;
  font-size: 11px;
}