@charset "UTF-8";
/*--------------------------------------------
	HTML5 Reset ::style.css
	-------------------------
	We have learned much from/been inspired by/taken code where offered from:
	Eric Meyer:http://ericmeyer.com
	HTML5 Doctor:http://html5doctor.com
	and the HTML5 Boilerplate:http://html5boilerplate.com
---------------------------------------------*/
/* Let's default this puppy out
--------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd,
q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}


article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}


/* Responsive images and other embedded objects
   Note:keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {
  max-width: 100%;
}

.sp_device main{
    padding-bottom: 57px;
}
html {
  overflow-y: scroll;
}


ul {
  list-style: none;
}


blockquote, q {
  quotes: none;
}


blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}


a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}


del {
  text-decoration: line-through;
}


abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}


th {
  font-weight: bold;
  vertical-align: top;
}


td {
  font-weight: normal;
  vertical-align: top;
}


hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}


input, select {
  vertical-align: top;
}


pre {
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}


input[type="radio"] {
  vertical-align: text-bottom;
}


input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}


select, input, textarea {
  font: 99% sans-serif;
}


table {
  font-size: inherit;
  font: 100%;
}


a:hover, a:active {
  outline: none;
}


td, td img {
  vertical-align: top;
}


sub, sup {
  font-size: 85%;
  line-height: 0;
  position: relative;
}


sup {
  top: -0.5em;
}


sub {
  bottom: -0.25em;
}


pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}


.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}


button, input, select, textarea {
  margin: 0;
}


button {
  width: auto;
  overflow: visible;
}


h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}


img {
  vertical-align: bottom;
}


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


.clear:after {
  clear: both;
}


.clear {
  *zoom: 1;
}


/*-------------------------------------------

Base Scss

-------------------------------------------*/
/*-------------------------------------------
Base Setting
-------------------------------------------*/
html {
  font-size: 62.5%;
}




body {
  width: 100%;
  background: #F3E9D0!important;
  min-width: 990px;
}


body.sp_device {
  min-width: inherit;
}


body, select, input, textarea, button {
    font-size: 1.4rem;
    font-family: "メイリオ", "Meiryo", "Meiryo UI", "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif;
    line-height: 1.5;
    color: #000000;
    font-size-adjust: none;
    -webkit-font-size-adjust: none;
    -webkit-text-size-adjust: none;
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


a {
    color: #0D6883;
    cursor: pointer;
}


a:link {
  text-decoration: none;
}


a:visited {
  text-decoration: none;
}


a:hover, a:active {
  text-decoration: underline;
}


img {
    vertical-align: middle;
    width: auto;
    bottom: auto;
}


input, button, textarea, select {
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


textarea {
  resize: vertical;
}


address {
  font-style: normal;
}


em {
  font-style: normal;
}


strong {
  font-weight: normal;
}


legend {
  display: none;
}


table {
  text-align: left;
  font-weight: normal;
}


th, td {
  font-weight: normal;
}


body {
  word-break: break-all;
  position: relative;
}


p > img {
  vertical-align: middle;
}


ol, li {
  list-style: none;
}

.bgCol01{
    background-color: #F5F5F5!important;
}

.bgCol02{
    background-color: #0D6883!important;
}

.bgCol03{
    background-color: #277B40!important;
}




/*-------------------------------------------
Footer
-------------------------------------------*/

#footer .footerCnt {
    width: 1150px;
    margin: 0 auto;
    padding-top: 36px;
    margin-bottom: 40px;
    position: relative;
}

#footer .coInfoLogo img{
    width: 280px;
}

#footer .footerNavBlock {
  display: table;
  margin-bottom: 30px;
}

#footer .footerNavWrap2 {
    display: table-cell;
    width: 480px;
    color: #FFFFFF;
    position: relative;
}

.kdGroupLogo{
    margin-bottom: 3px;
}
#footer .footerAdBlock{
    margin-top: 20px;
}
#footer .footerBtnBlock{
    margin-top: 15px;
}

#footer .snsBtn{
    float: left;
    margin-right: 10px;
}

#footer .snsBtn a:hover{
    opacity: 0.5;
}
#footer .footerAdBlock .kdGroupLogo{
    margin-bottom: 3px;
}

#footer h3{
    font-weight: bold;
}


#footer .footerNavWrap {
    display: table-cell;
    width: 210px;
}

#footer .footerNavWrap + .footerNavWrap {
  
  padding-left: 20px;
}

#footer .footerNav+.footerNav{
  margin-top: 28px;
}

#footer .footerNavTtl {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 5px;
    color: #FFFFFF;
}

#footer .footerNavTtl a {
    color: #FFFFFF;
}

#footer .footerNavCnt {
    padding-left: 20px;
    color: #FFFFFF;
}

#footer .footerNavCnt a {
    color: #FFFFFF;
}

#footer .footerNavLink .footerNavCnt {
  padding-left: 0;
}

#footer .footerCoInfoWrap {
  background: #f3f3f3;
  text-align: center;
}

#footer .footerCoInfoCnt{
  display: inline-block;
}

#footer .footerCoInfo {
  width: 100%;
  display: table;
}

#footer .footerCoInfo > * {
  display: table-cell;
  padding: 18px 0;
  vertical-align: middle;
}

#footer .coInfo {
  padding-left: 16px;
  font-size: 1.2rem;
  text-align: left;
}

#footer .topBtn{
  position: absolute;
  right: 0;
  bottom: -78px;
  display: block;
  width: 44px;
  height: 38px;
  background: #164ea7 url(../images/ico_arrow_pageTopBtn_01.png) no-repeat center;
  background-size: 22px 14px;
}

/*sp
----------------------------*/
#footer .spTopBtn {
  padding: 15px 17px;
  background: #fff;
}

#footer .spTopBtn a {
  display: block;
  background: #2e59a9;
  color: #fff;
  padding: 14px 0;
  text-align: center;
}

#footer .spTopBtn a span {
  padding-left: 26px;
  background: url(../images/ico_arrow_pageTopBtn_01.png) no-repeat left center;
  background-size: 16.5px auto;
}

#footer .spFooterLink {
  padding-top: 2px;
  background: #ededed;
  font-size: 0;
}

#footer .spFooterLink > * {
  display: inline-block;
  width: 49.5%;
  font-size: 1.2rem;
  background: #fff;
  padding: 16px 0;
  text-align: center;
  margin-bottom: 2px;
}

#footer .spFooterLink > * + *:not(.w100p) {
  margin-left: 2px;
}

/*copy rights
-----------------------------*/

#footer .copyBlock {
    padding: 10px 0;
    text-align: center;
    background-color: #F5F5F5;
}

#footer .copyRights {
    font-size: 1.2rem;
}

/*sp
----------------------------*/

#footer .sp_device .copyBlock {
  padding-left: 25px;
  padding-right: 25px;
}


/*js_back-top
----------------------------*/
#js_back-top{
  opacity: 0;
  position: fixed;
  bottom: 56px;
  right: 0;
  margin-top: -20px;
  z-index: 2;
  transition: opacity .5s;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  pointer-events: none;
}
#js_back-top.active{
  opacity: 1;
  pointer-events: auto;
}
#js_back-top a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #0D6883;
    text-align: center;
}

#js_back-top a img{
  position: relative;
  top: 50%;
  width: 25px;
  margin-top: -25px;
}



/*js_back-top
----------------------------*/
.js_back-top{
    opacity: 1;
    position: fixed;
    bottom: 56px;
    right: 0;
    margin-top: -20px;
    z-index: 10;
    pointer-events: none;
}
.js_back-top.active{
  opacity: 1;
  pointer-events: auto;
}
.js_back-top a{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
}

.js_back-top a img{
  position: relative;
  top: 50%;
  width: 60px;
  margin-top: -25px;
}

/*modal
----------------------------*/
.modalWindow{
  display:none;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0,0,0,0.75);
  overflow: hidden;
}
#cboxLoadedContent {
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxBottomCenter {
  display: none;
}
#cboxContent {
  position: relative;
  padding: 15px 15px 70px 15px;
  background: #FFF;
  border-radius: 5px;
  overflow: hidden;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxClose {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  width: 50%;
  max-width: 164px;
  margin: 0 auto;
  border: 1px solid #CCC;
  border-radius: 4px;
  padding: 8px 1em;
  white-space: nowrap;
  background: #FFF;
  cursor: pointer;
}
#cboxClose:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 8px;
  background: url(../images/ico_close_02.png) center center no-repeat;
  background-size: contain;
}
#cboxClose:active {
  outline: 0;
}
#cboxClose:hover {
  text-decoration:underline;
}
#cboxWrapper .closeIcon{
  position: absolute;
  top: -30px;
  right: 0;
}
#cboxWrapper .closeIcon a {
  display: block;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 1px solid #FFF;
  border-radius: 12px;
  text-indent: -9999px;
  background: url(../images/ico_close_01.png) center center no-repeat;
  background-size: 12px;
  overflow: hidden;
  z-index: 1;
}
.sp_device #cboxContent {
  padding: 10px 10px 60px 10px;
}
.sp_device #cboxClose {
  bottom: 10px;
}



.rBtnBlock{
    width: 60px;
    display: block;
    float: right;
    position: fixed;
    right: -1px;
    bottom: 157px;
}
.bgCol01 #header_inc #header {
}
.rBtnBlock ul li {
    margin-bottom: 10px;
    text-align: center;
}

.rBtnBlock .koteiBtnImg {
    width: 50px;
}

.sp_device .rBtnBlock{
    bottom: 80px;
}

.sp_device .rBtnBlock img{
    width: 44px;
    margin-right: 14px;
}
