@charset "UTF-8";

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.scroll:hover {
  background: #009933 !important;
}

#form_send:hover img {
  opacity: 0.7;
}

img {
  width:100%;
  height: auto;
}

p {
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  max-width:1400px;
  min-width: 1080px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.4em;
  padding-bottom: 103px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

h2 {
  margin: 0;
}

.inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.point-red {
  color: #FF1212;
}

.point-green {
  color: #009933;
}

.required {
  color: #fff;
  background: #FF0000;
  padding: 3px;
  border-radius: 3px;
  float: right;
  margin-right: 10px;
}

.alert {
  font-size: 12px;
}

.alert_line {
  display: inline-block;
}

input[type="text"] {
  padding: 0 10px;
}

/* トラッキング  */
#tracking .tracking-box {
  position: fixed;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,0.8);
  z-index: 100;
}
#tracking .tracking-box h2 {
  display: inline-block;
}

#tracking .tracking-box h2 img {
  padding: 17px 0;
}

#tracking .tracking-box button {
  width: 272px;
  background: #FF0000;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  border-bottom: 3px #666 solid;
  border-right: 3px #666 solid;
}

#tracking .tracking-box ul {
  overflow: hidden;
  text-align: center;
  padding: 0;
  display: inline-block;
}

#tracking .tracking-box ul li {
  padding-top: 10px;
  float: left;
  margin-right: 10px;
}

#tracking .tracking-box h3 {
  display: inline-block;
}

#tracking .tracking-box p {
  display: inline-block;
}

/*ヘッダー*/
header #header-top {
  height: 550px;
  background-image: url(../img/header_top2.jpg);
}

header #header-button {
  height: 190px;
  background-image: url(../img/button_bg.jpg);
  margin: 0 auto;
  padding: 40px;
}

header #header-button button {
  max-width: 900px;
  width: 100%;
  height: 100px;
  background: #FF0000;
  color: #fff;
  border-radius: 45px;
  display: block;
  margin: 0 auto;
  font-size: 25px;
  border-bottom: 4px solid #666;
  border-right: 3px solid #666;
}

header #header-top h1 {
  font-size: 14px;
  text-align: right;
  padding: 20px 90px 0 0;
}

/*block01*/
#block_01 .block_01_wrap01 {
  background-image: url(../img/block_01_bg01.jpg);
  padding-bottom: 50px;
}

#block_01 .block_01_wrap01 .block_01_mv {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

#block_01 .block_01_wrap01 img {
  max-width: 1075px;
  display: block;
  margin: 0 auto;
}

#block_01 .block_01_wrap01 .block_01_mv video {
  max-width: 854px;
  width: 100%;
}

#block_01 .block_01_wrap02 {
  background-image: url(../img/block_01_bg02.jpg);
}


#block_01 .block_01_wrap02 ul {
  margin: 0;
  padding: 80px 0 50px;
}

#block_01 .block_01_wrap02 ul li {
  background-color: #fff;
  display: block;
  margin: 0 auto 30px;
  max-width: 980px;
  width: 100%;
  height: 290px;
  border: 2px dotted #FF6969;
  border-radius: 50px;
  padding: 10px 15px 10px 30px;
}

#block_01 .block_01_wrap02 ul li h3 img {
  max-width: 280px;
}

#block_01 .block_01_wrap02 ul li .left-contents {
  float: left;
}

#block_01 .block_01_wrap02 ul li p {
  margin: 0 0 0 7px;
  font-size: 18px;
  line-height: 1.8;
  max-width: 610px;
  width: 100%;
  text-align: justify;
}

#block_01 .block_01_wrap02 ul li h3 {
  float: right;
}

#block_01 .block_01_wrap02 ul li:nth-of-type(1) .left-contents h1 img {
  max-width: 594px;
}

#block_01 .block_01_wrap02 ul li:nth-of-type(2) .left-contents h1 img {
  max-width: 525px;
}

#block_01 .block_01_wrap02 ul li:nth-of-type(3) .left-contents h1 img {
  max-width: 530px;
}

#block_01 .block_01_wrap02 ul li:nth-of-type(4) .left-contents h1 img {
  max-width: 632px;
}

#block_01 .block_01_wrap02 ul li:nth-of-type(5) .left-contents h1 img {
  max-width: 600px;
}

#block_01 .block_01_wrap02 ul li:nth-of-type(6) .left-contents h1 img {
  max-width: 354px;
}

/*block_02*/
#block_02 .inner {
  padding: 20px 0 50px;
}

#block_02 .inner p img {
  max-width: 980px;
}

#block_02 .inner p {
  margin: 0;
}


/*block_03*/
#block_03 p {
  padding-bottom: 70px;
}

#block_03 p {
  max-width: 1400px;
}


/*block_04*/
#block_04 p {
  margin-bottom: 50px;
}

/*block_05*/
#block_05 {
  background-image: url(../img/block_05_bg01.jpg);
}

#block_05 .inner {
  padding: 70px 0 70px 0;
  max-width: 980px;
}

#block_05 .inner img {
  max-width: 980px;

}

/*block_06*/
#block_06 .inner {
  padding: 60px 0 60px 0;
}

/*block_07*/
#block_07 .block_07_wrap {
  width: 980px;
  margin: 80px auto;
}

#block_07 .block_07_wrap .block_07_head {
  height: 80px;
  background-color: #FF812C;
  border-radius: 10px 10px 0 0;
}

#block_07 .block_07_wrap .block_07_head img {
  max-width: 832px;
}

#block_07 .block_07_wrap .block_07_bottom {
  border: 2px solid #FF812C;
  border-radius: 0 0 10px 10px;
}

#block_07 .block_07_head p {
  text-align: center;
  padding-top: 20px;
}

#block_07 .block_07_wrap .block_07_bottom .talk_box {
  margin: 25px 15px;
  overflow: hidden;
}

/* 吹き出し左 */
#block_07 .block_07_wrap .block_07_bottom .talk_box .talk_balloon_left {
  border: 3px solid #C6C6C6;
  border-radius: 20px;
  width: 660px;
  float: left;
  font-size: 18px;
  padding: 20px;
  color: #333333;
  line-height: 1.6;
  text-align: justify;
  position: relative;
}

#block_07 .block_07_wrap .block_07_bottom .talk_box .talk_balloon_left::after {
  content: url(../img/balloon_01.png);
  position: absolute;
  right: -59px;
  top: 172px;
}

#block_07 .block_07_wrap .block_07_bottom .talk_box .block_07_img_right {
  float: right;
  margin-top: 10px ;
}

#block_07 .block_07_wrap .block_07_bottom .talk_box .block_07_img_right p {
  text-align: center;
  font-size: 22px;
  line-height: 1.3;
}

/* 吹き出し右 */

#block_07 .block_07_wrap .block_07_bottom .talk_box .talk_balloon_right {
  border: 3px solid #C6C6C6;
  border-radius: 20px;
  width: 660px;
  float: right;
  font-size: 18px;
  padding: 20px;
  color: #333333;
  line-height: 1.6;
  text-align: justify;
  position: relative;
}

#block_07 .block_07_wrap .block_07_bottom .talk_box .talk_balloon_right::after {
  content: url(../img/balloon_02.png);
  position: absolute;
  left: -66px;
  top: 147px;
}

#block_07 .block_07_wrap .block_07_bottom .talk_box .talk_balloon_right .indent {
  margin-top: 15px;
}
#block_07 .block_07_wrap .block_07_bottom .talk_box .block_07_img_left {
  float: left;
  margin-top: 10px;
}

/* 3段め以降調整 */
#block_07 .block_07_wrap .block_07_bottom .talk_box .img_04 {
  margin-top: 70px;
}

#block_07 .block_07_wrap .block_07_bottom .talk_box .img_05 {
  margin-top: 80px;
}

#block_07 .block_07_wrap .block_07_bottom .talk_box .block_07_img_left p {
  text-align: center;
  font-size: 22px;
  line-height: 1.3;
}

#block_07 .block_07_wrap .block_07_bottom .talk_bottom_margin {
  margin-bottom: 70px;
}

/* block_07_wrap02 */
#block_07_wrap02 {
  background-image: url(../img/block_07_bg01.jpg);
  padding: 40px 0;
}

/* block_08 */
#block_08 .inner {
  text-align: center;
  padding: 60px 0;
}

#block_08 .inner h2 img {
  max-width: 560px;
}

#block_08 .inner .block_08_wrap01 {
  margin-top: 10px;
  background-image: url(../img/block_08_img02.png) ;
  height: 360px;
  padding: 240px 0 0 15px;
}

#block_08 .inner button {
  width: 170px;
  height: 80px;
  font-size: 16px;
  background: #FF0000;
  color: #fff;
  border-radius: 45px;
  display: block;
  border-bottom: 3px #666 solid;
  border-right: 3px #666 solid;
}

/*block_09*/
#block_09 {
  background-image: url(../img/block_09_bg01.jpg) ;
  padding: 0 0 80px;
}

#block_09 .inner .block_09_header {
  padding: 25px 0 20px;
}

#block_09 .inner .block_09_header img {
  max-width: 940px;
}

#block_09 .inner .block_09_wrap {
  border: #fff;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 40px 60px;
}

#block_09 .inner .block_09_wrap .block_09_box01 dl:first-child {
  overflow: hidden;
  margin: 15px 0 15px;
}
#block_09 .inner .block_09_wrap .block_09_box01 dl:nth-of-type(2) {
  overflow: hidden;
  margin: 0;
}

#block_09 .inner .block_09_wrap .block_09_box01 dl dt {
  float: left;
  clear: both;
  width: 80px;
}

#block_09 .inner .block_09_wrap .block_09_box01 dl dt img {
  max-width: 50px;
}

#block_09 .inner .block_09_wrap .block_09_box01 dl:first-child dd {
  float: left;
  margin: 0;
  font-size: 18px;
  padding: 10px 0 10px;
}

#block_09 .inner .block_09_wrap .block_09_box01 dl:nth-of-type(2) dd {
  float: left;
  width: 810px;
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}

#block_09 .inner .block_09_wrap .block_09_box01 p img {
  display: block;
  margin: 30px auto 30px;
}

/*フォーム*/
#contact h2 {
  text-align: center;
  background-color: #009933;
  padding: 25px 0;
  color: #fff;
}

#contact h2 img {
  max-width: 512px;
}

#form1 table {
  font-size: 16px;
  border-collapse: separate;
  border-spacing: 10px 30px;
  margin-bottom: 20px;
}

#form1 table tbody tr {
  margin: 10px;
}

#form1 table tbody tr th {
  width: 200px;
  background-color: #EDEDED;
  padding: 10px 0 10px 15px;
  text-align: left;
}

#form1 table tbody tr td {
  width: 680px;
}

#form1 table tbody tr th p {
  padding-top: 4px;
  display: inline-block;
}

#form1 table tbody tr td input[type="text"] {
  padding: 10px 10px;
  width: 100%;
  border: 1px solid #B5B5B5;
  font-size: 100%;
}

#form1 .personal_info {
  padding: 20px;
}

#form1 .personal_info p {
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #E6E6E6;
  padding: 10px;
  line-height: 1.5;
  margin-bottom: 20px;
}

#form1 .personal_info p span:first-child {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

#form1 .personal_info p span {
  margin: 10px 0;
  display: block;
}

#form1 .personal_info label {
  text-align: center;
  font-size: 18px;
  display: block;
  margin: 30px 0 40px 0;
}

.contact_tel {
  text-align: center;
  margin: 70px 0 50px;
}

.contact_tel img {
  max-width: 820px;
}

#form_send {
  display: block;
  margin: 0 auto;
}

/* footer */
footer {
  background-color: #009933;
  overflow: hidden;
  padding: 20px 0;
}

footer .footer-left {
  float: left;
}

footer .footer-left p a:first-child {
  text-decoration: none;
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 22px;
}

footer .footer-left p a:nth-of-type(2) {
  padding-left: 17px;
  color: #fff;
  text-decoration: none;
}

footer .footer-right p {
  color: #fff;
}

.footer-right {
  float: right;
}
