@charset "UTF-8";
/*
** common
*/

/*
** 01 font variable
** フォントを定義しています。
*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-RegularSubset.eot");
  src: url("../fonts/NotoSansCJKjp-RegularSubset.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-RegularSubset.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-MediumSubset.eot");
  src: url("../fonts/NotoSansCJKjp-MediumSubset.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-MediumSubset.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/NotoSansCJKjp-BoldSubset.eot");
  src: url("../fonts/NotoSansCJKjp-BoldSubset.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-BoldSubset.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff");
}

/*
** 01 reset
** サイト共通のリセットファイルです。
*/
* {
  font-family: "Noto Sans Japanese";
}

html, body, header, footer, h1, h2, h3, h4, h5, p, b, span, small, img, ol, ul, li, dl, dt, dd, time, figcaption, figure, picture {
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6, p, li, td {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJBQkFGRUZFOTIyMTFFMEJDRDNEQzkxOTVGOTNBODAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJBQkFGRjBFOTIyMTFFMEJDRDNEQzkxOTVGOTNBODAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkFCQUZFREU5MjIxMUUwQkNEM0RDOTE5NUY5M0E4MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkFCQUZFRUU5MjIxMUUwQkNEM0RDOTE5NUY5M0E4MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtrV+I8AAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC',sizingMethod=crop);
  zoom: 1;
}

/* To disable smoothing applied elsewhere, add this class to the element: */
.do-not-smooth {
  -webkit-filter: none;
          filter: none;
}

ul, ol, li {
  list-style: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  outline: none;
  border: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button, input, select {
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

/*
** main
*/

main {
  display: block;
  padding-top: 10px;
  padding-bottom: 50px;
}

/*
** footer
*/

#footer .l-footer_inner {
  margin: auto;
  font-size: 0;
}

@media screen and (max-width: 747px) {
  #footer .l-footer_inner {
    width: 100%;
  margin:0;
  }
}

#footer .l-footer_inner .l-footer_branch {
  margin: auto;
  max-width: 560px;
}
@media screen and (max-width: 747px) {
  #footer .l-footer_inner .l-footer_branch {
    width: 92%;
  }
}

#footer .l-footer_sharelist {
  margin: auto;
  text-align: center;
  background-color: #f0f1f3;
  padding: 30px 0;
}

#footer .l-footer_sharelist p {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.3em;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 747px) {
  #footer .l-footer_sharelist p {
    display: block;
  }
}

#footer .l-footer_sharelist ul {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}

@media screen and (max-width: 747px) {
  #footer .l-footer_sharelist ul {
    display: block;
    margin: 17px 0 0 0;
  }
}

#footer .l-footer_sharelist li {
  margin-right: 24px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

#footer .l-footer_sharelist li:last-child {
  margin-right: 0;
  margin-left: 5px;
}

#footer .l-footer_sharelist li:hover {
  opacity: 0.8;
}

#footer .l-footer_sharelist img {
  max-height: 100%;
}

#footer_copyright {
  padding: 20px;
  max-width: 960px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 747px) {
  #footer_copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#footer_copyright address {
  font-size: 12px;
  line-height: 1.3;
  color: #333;
  font-style: normal;
}

@media screen and (min-width: 747px) and (max-width: 959px) {
  #footer_copyright address {
    font-size: 10px;
  }
}

@media screen and (max-width: 747px) {
  #footer_copyright address {
    text-align:center;
    display: block;
    font-size: 10px;
    margin-top: 10px;
  }
}

#footer_copyright ul {
  position: absolute;
  right: 0;
  top: 17px;
}

@media screen and (min-width: 747px) and (max-width: 959px) {
  #footer_copyright ul {
    top: 20px;
  }
}

@media screen and (max-width: 747px) {
  #footer_copyright ul {
    position: static;
    text-align: center;
  }
}

#footer_copyright ul li {
  font-size: 12px;
  display: inline-block;
  padding-right: 17px;
  margin-right: 17px;
  position: relative;
}

@media screen and (min-width: 747px) and (max-width: 959px) {
  #footer_copyright ul li {
    font-size:10px;
  }
}

@media screen and (max-width: 747px) {
  #footer_copyright ul li {
    font-size: 10px;
    padding-right: 10px;
    margin-right: 10px;
  }
}


#footer_copyright ul li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background: #bdbdbd;
}

#footer_copyright ul li:last-child:after {
  display: none;
}

@media screen and (max-width: 747px) {
  #footer_copyright {
    padding: 20px 10px;
  }
  #footer_copyright ul li:after {
    height: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#footer_copyright ul li a {
  color: black;
}

#footer_copyright ul li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

/*
** header
*/

#header {
  height: 100px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 747px) {
  #header {
    position: relative;
    height: 50px;
  }
}

@media screen and (min-width: 747px) and (max-width: 959px) {
  #header {
    height: auto;
  }
}

#header .l-header_inner {
  margin: auto;
  max-width: 1200px;
  max-width: 960px;
  padding-top: 18px;
  margin-bottom: 18px;
  text-align: center;
  font-size: 0;
}

@media screen and (max-width: 747px) {
  #header .l-header_inner {
    width: 92%;
    padding-top: 3px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 747px) and (max-width: 959px) {
  #header .l-header_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px 10px 10px;
    margin-bottom: 0;
  }
}

#header .l-header_logo {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
  height: auto;
  padding-top: 6px;

}

#header .l-header_logo img {
  width: 160px;
}

@media screen and (max-width: 747px) {
  #header .l-header_logo img {
    width: 130px;
  }
}

/*
** grid
*/

.p-grid_container {
  font-size: 0;
  width: 100%;
  margin-top: 40px;
}

.p-grid_item-02 {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 747px) {
  .p-grid_item-02 {
    width: 100%;
    margin-bottom:16px;
  }
  .p-grid_container.p-grid_item-02:last-child {
    margin-bottom:0;
  }
}


/*
** text
*/

[class*="p-text_01"] {
  font-size: 15px;
  color: #333;
  text-align: left;
}

.p-text_01-bold {
  font-weight: bold;
}

.p-text_01-small {
  font-size: 12px;
}

.p-text_01-center {
  text-align: center;
}

.p-text_01-footer {
  margin: 25px 0;
}

.p-text_01-footer span{
  line-height: 1.8;
}
.p-text_01-footer span:first-child{
  padding-right:12px;
}
@media screen and (max-width: 747px) {
  .p-text_01-footer span{
    display:inline-block;
  }
  .p-text_01-footer span:first-child{
    padding-right:0;
  }
}

.p-text_01-tel {
  color: #e6111f;
  font-size: 28px;
  font-weight: bold;
}
.p-text_01-tel a {
  color: #e6111f;
  display: none;
}

.p-text_01-tel img {
  vertical-align: baseline;
  margin-right: 10px;
}
@media screen and (max-width: 747px) {
  .p-text_01-tel span {
    display: none;
  }
  .p-text_01-tel a {
    display: inline;
  }
}

.p-text_astcaution {
  font-size: 14px;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
  color: #333;
  margin-bottom: 22px;
  text-align: left;
  word-wrap: break-word;
}

.p-text_01-small .p-text_astcaution {
  font-size: 12px;
}

.p-text_astcaution + .p-text_astcaution {
  margin-top: 0;
}

@media screen and (max-width: 747px) {
  .p-text_astcaution {
    margin-bottom: 22px;
  }
}

.p-text_astcaution:before {
  content: '※';
}

.p-text_astcaution a {
  color: #0277bd;
  text-decoration: underline;
}

.p-text_astcaution a:hover {
  opacity: 0.8;
  text-decoration: none;
}
