@charset "utf-8";
/* CSS Document */
html, body, div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, p, blockquote, table, th, td, address {
	margin: 0;
	padding: 0;
}
body {
	color : #666666;
	background-position : center top;
	background-repeat : no-repeat;
	font-size: 18px;
	min-width : 980px;
	background-color: #FFF;
	font-family: "小塚ゴシック Pro", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
section {
	margin: 0 auto;
	padding: 0;
	clear: both;
	width: 980px;
	text-align: center;
	font-size: 1em;
}
section h2, h3 {
	margin: 30px auto;
}
section p {
	margin: 20px;
}
a {
	color: #333;
	vertical-align: middle;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img, a img {
	vertical-align: bottom;
	border: none;
	background: transparent;
}
a img {
	border-style: none;
	vertical-align: middle;
}
a img:hover {
	opacity: 0.8;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mr30 {
	margin-right: 30px;
}
.red_b {
	color: #e7161a;
	font-weight: bold;
	font-size: larger;
}
.blue_b {
	color: #29a7e1;
	font-weight: bold;
	font-size: larger;
}
.pink_b {
	color: #eb6877;
	font-weight: bold;
	font-size: larger;
}
.orange_b {
	color: #e48313;
	font-weight: bold;
	font-size: larger;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
	margin-left: 10px;
}
.fLarge {
	font-size: large;
	font-weight: bold;
}
.fSmall {
	font-size: small;
}
.fxSmall {
	font-size: x-small;
}
.tCenter {
	text-align: center;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
/* header */
header {
	height: 120px;
	background: #149b8b;
	padding: 10px 0 0;
	box-sizing: border-box;
}
header h1 {
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 5px;
	width: 510px;
	text-align: left;
}
header .logo {
	float: left;
}
hader .top_tel {
	float: right;
	margin-top: -20px;
}
.bgimg {
	background:#f5f5f3;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	height: 490px;
}
.backImg {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.topBtn {
	position: absolute;
	bottom: 30px;
	left: 50px;
}

/* menu */
.menu li {
	list-style-type: none;
	margin:0 2px;
	padding:10px 0;
	display: inline-block;
	width: 135px;
	height: auto;
}
.menu a{
	color:#ffffff;
	position: relative;
	display: inline-block;
	transition: .3s;
}
a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #ffaa32;
	transition: .3s;
}
a:hover::after {
	width: 100%;
}
.black_back {
	background: #005e4f;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding:5px 0;
	color:#ffffff;
	font-size:14px;
}

/* trouble */
.yel_back {
	background: #fdf6e8;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
}
.gray_back {
	background: #f5f5f3;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
}
.blue_back {
	background: #29a7e1;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 60px;
}
.waterblue_back {
	background: #29a7e1;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 40px 0;
	box-sizing: border-box;
}
.comment {
	background: url(img/comment_back.png) no-repeat top center;
	width: 980px;
	height: 245px;
	margin: 20px 0;
	padding: 8px 0 0 20px;
	box-sizing: border-box;
}
.comment p {
	width: 710px;
	box-sizing: border-box;
	font-size: 28px;
	text-align: left;
	line-height: 1.4em;
}
.list li {
	list-style-type: none;
	margin: 4px;
	display: inline-block;
	width: 230px;
	height: auto;
}
.list_big li {
	list-style-type: none;
	margin: 5px;
	display: inline-block;
	width: 300px;
	height: auto;
}
/* form */

.form {
	width: 950px;
	background: #f8f8f5;
	margin: 40px auto;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
}
/* support */
#support1 {
	margin: 10px 0;
	padding: 0;
}
#support1 h3 {
	background: #29a7e1;
	display: block;
	width: 100%;
	padding: .5em 1em;
	text-align: left;
	font-size: 34px;
	font-weight: bold;
	color: #ffffff;
}
.support1_box {
	margin: 10px 0;
	padding: 20px 0;
	border-bottom: #29a7e1 1px solid;
	box-sizing: border-box;
	display: block;
}
.support1_box p {
	text-align: left;
	line-height: 1.6em;
	letter-spacing:0.05em;
}
.ttl_blue {
	color: #29a7e1;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
}
.number_blue {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #29a7e1;
	color: #ffffff;
	font-size: 40px;
	font-family: 'Century Gothic';
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	box-sizing: border-box;
	margin-top:-5px;
}
#support2 {
	margin: 10px 0;
	padding: 0;
}
#support2 h3 {
	background: #eb6877;
	display: block;
	width: 100%;
	padding: .5em 1em;
	text-align: left;
	font-size: 34px;
	font-weight: bold;
	color: #ffffff;
}
.support2_box {
	margin: 10px 0;
	padding: 20px 0;
	border-bottom: #eb6877 1px solid;
	box-sizing: border-box;
	display: block;
}
.support2_box p {
	text-align: left;
	line-height: 1.6em;
	letter-spacing:0.05em;
}
.ttl_pink {
	color: #eb6877;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
}
.number_pink {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #eb6877;
	color: #ffffff;
	font-size: 40px;
	font-family: 'Century Gothic';
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	box-sizing: border-box;
	margin-top:-5px;
}
#support3 {
	margin: 10px 0;
	padding: 0;
}
#support3 h3 {
	background: #018675;
	display: block;
	width: 100%;
	padding: .5em 1em;
	text-align: left;
	font-size: 34px;
	font-weight: bold;
	color: #ffffff;
}
.support3_box {
	margin: 10px 0;
	padding: 20px 0;
	border-bottom: #018675 1px solid;
	box-sizing: border-box;
	display: block;
}
.support3_box p {
	text-align: left;
	line-height: 1.6em;
	letter-spacing:0.05em;
}
.ttl_orange {
	color: #018675;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
}
.number_orange {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #018675;
	color: #ffffff;
	font-size: 40px;
	font-family: 'Century Gothic';
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	box-sizing: border-box;
	margin-top:-5px;
}
/* data */
.yellow_back {
	background: linear-gradient(to bottom, #f5f5f3 0%, #fff8da 60%);
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 40px 0;
}
.machine {
	background: #ffffff;
	width: 980px;
	height: auto;
	margin: 20px auto;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}
.machine img {
	margin: 10px auto;
}
.machine p {
	text-align: left;
	line-height: 1.6em;
}
.maker {
	background: #ffffff;
	padding: 10px;
	margin: 20px 0;
	box-sizing: border-box;
}
/* CAUTION */
#caution {
	margin: 10px auto;
	padding: 0;
	background:#f5f5f3;
}
#caution h2 {
	background: #404040;
	display: block;
	width: 100%;
	padding: .5em 1em;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	color: #ffcd00;
	box-sizing:border-box;
}
#caution h3{
	background:#ffcd00;
	font-weight:bold;
	margin:10px 0;
	padding:10px 0 10px 30px;
	color:#404040;
}
#caution dl {
	width: 980px;
	margin: 40px 0;
	line-height: 1.6em;
	overflow: hidden;
	_zoom: 1;
	text-align: left;
}
#caution dl dd, dl dt {
	text-indent: -2.6em;
	padding: 0 20px 0px 50px;
}
#caution dt {
	font-weight:bold;
}
#caution dl dt {
	margin: 20px 20px 0 0;
}
#caution dl dd:first-letter, dl dt:first-letter {
	font-size: 1.6em;
	font-weight: bold;
	margin-right: 10px;
	padding: 5px;
	font-family: 'Century Gothic';
}
#caution dl dd {
	margin: 20px 0 -1px 0;
	padding-bottom: 15px;
}
#caution dl dt:first-letter {
	color: #29a7e1;
}
#caution dl dd:first-letter {
	color: #eb6877;
}

/* FAQ */
dl {
	width: 980px;
	margin: 40px 0;
	line-height: 1.6em;
	overflow: hidden;
	_zoom: 1;
	text-align: left;
}
dl dd, dl dt {
	text-indent: -2.6em;
	padding: 0 20px 0px 50px;
}
dt {
	font-weight:bold;
}
dl dt {
	margin: 20px 20px 0 0;
}
dl dd:first-letter, dl dt:first-letter {
	font-size: 1.6em;
	font-weight: bold;
	margin-right: 10px;
	padding: 5px;
	font-family: 'Century Gothic';
}
dl dd {
	margin: 20px 0 -1px 0;
	padding-bottom: 15px;
	border-bottom: 1px #666666 dotted;
}
dl dt:first-letter {
	color: #29a7e1;
}
dl dd:first-letter {
	color: #eb6877;
}
/* footer */

footer {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0 100px;
	background: #29a7e1;
	box-sizing: border-box;
}
footer p {
	color: #ffffff;
	text-align: left;
	line-height: 1.4em;
}
footer img {
	margin-bottom: 10px;
}
#page-top {
	position: fixed;
	bottom: 100px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #29a7e1;
	text-decoration: none;
	color: #ffffff;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 4px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999999;
}

/* Add:202408
---------------------------------------------------- */
.row_side {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fixed_contact {
  display: block;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 4px 15px 0 rgba(12, 54, 117, .5);
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  z-index: 100;
  .inner{
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
  }
  ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
    &.row_center {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }
    li {
      &:nth-child(1) {
        margin: 0 0 0 auto;
      }
      &:nth-child(2) {
        margin: 0 40px auto;
      }
      &:last-child {
        margin-right: auto;
      }
      &.fixed_contact_button a {
        display: block;
        color: #FFF;
        padding: 15px 25px 15px 15px;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
        position: relative;
        z-index: 10;
        width: 250px;
        &::after {
          content: "";
          display: block;
          width: 0;
          height: 100%;
          z-index: -1;
          position: absolute;
          top: 0;
          right: 0;
          transition: .3s;
          background: #001f41;
        }
        &::before {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: -2;
          background: #0c3675;
        }
        &:hover::after {
          width: 100%;
        }
        i {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 10px;
          z-index: 10;
        }
      }
      &.fixed_contact_button.fixed_contact_button_blue a::after {
        background: #ff5200;
      }
      &.fixed_contact_button.fixed_contact_button_blue a::before {
        background: #f08200;
      }
      .tel_link {
        pointer-events: none;
        .tel {
          width: 290px;
          .row_middle {
            align-items: center;
          }
          a {
            color: #323232;
            text-decoration: none;
          }
          .tel_dial_icon {
            width: 50px;
          }
          a img {
            display: block;
            width: 100%;
          }
          .tel_dial_num {
            font-family: 'Montserrat', sans-serif;
            font-size: 35px;
            font-weight: 700;
          }
          .tel_dial_txt {
            font-size: 14px;
            letter-spacing: 0.04em;
            display: block;
            margin-top: 5px;
          }
        }
      }
    }
  }
}
