@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* CSS Document */
body {
  margin: 0;
  padding: 0;
  color: #333333;
  text-align: center;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  font-size: 16px;
  line-height: 30px;
  min-width: 1250px;
}

.red {
  color: #FF5800;
}

.orange {
  color: #FE6C01;
}

.blue {
  color: #008DD8;
}

.green {
  color: #4CA242;
}

.bg_gr {
  width: 100%;
  background-color: #F5F5F5;
}

.bg_lg {
  width: 100%;
  background-color: #F8FFEB;
}

.bg_g {
  width: 100%;
  background-color: #4CA242;
}

.font_small {
  font-size: 10px;
}

ul, dl {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  padding: 0px;
}

h1 {
  font-size: 48px;
  color: #00A460;
  margin-bottom: 0px;
  line-height: 72px;
  text-align: center;
}

h4 {
  font-size: 24px;
  color: #1B8C49;
  margin-bottom: 20px;
}

h5 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 20px;
}

p {
  margin-bottom: 15px;
}

a img {
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: middle;
}

tr {
  vertical-align: top;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.m5 {
  margin-top: 5px;
}

.m10 {
  margin-top: 10px;
}

.m15 {
  margin-top: 15px;
}

.m20 {
  margin-top: 20px;
}

.m25 {
  margin-top: 25px;
}

.m30 {
  margin-top: 30px;
}

.m40 {
  margin-top: 40px;
}

header {
  width: 100%;
  text-align: center;
  top: 0px;
  margin-bottom: 20px;
  padding: 0;
  margin: 0;
}

#header_area, .footer_area {
  width: 1200px;
  overflow: hidden;
  text-align: left;
  margin: 0 auto;
  padding: 20px 0;
}

#logo_area {
  float: left;
}

#logo_area p {
  font-weight: bold;
  margin-bottom: 0;
}

#header_side {
  float: right;
  width: 680px;
}

#header_side h1 {
  font-size: 12px;
  line-height:14px;
  padding:0 0 10px 0;
  margin:0;
  color:#333333;
  margin-bottom: 0;
  text-align:right;
}

#globalnavigation {
  background-color: #09347b;
  border-bottom: 5px solid #4CA242;
  padding: 0 5%;
}

#globalnavigation ul {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  overflow: hidden;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#globalnavigation li {
  list-style: none;
  text-align: left;
  line-height: 17px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

#globalnavigation li:first-child a span img {
  width: 12%;
  margin-right: 5px;
  margin-top: 1px;
  vertical-align: top;
}

#globalnavigation li a {
  text-decoration: none;
  display: block;
  color: inherit;
  text-align: center;
}

#globalnavigation li a span img {
  width: 7%;
  margin-right: 5px;
  margin-top: 1px;
  vertical-align: top;
}

#localnavigation ul {
  text-align: right;
  margin-top: 0;
}

#localnavigation li {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  margin-left: 15px;
}

#localnavigation li:first-child {
  margin-left: 0;
  padding-left: 35px;
  background-image: url(images/icon_mail.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 27px;
}

#localnavigation li:nth-child(2) {
  padding-left: 35px;
  background-image: url(images/icon_text.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 27px;
}

#localnavigation li:last-child {
  width: 276.5px;
}

#localnavigation li:last-child img {
  width: 100%;
}

#container {
  width: 100%;
}

.content {
  width: 1200px;
  text-align: left;
  padding: 50px 0;
  overflow: hidden;
  margin: 0 auto;
}

.top_content {
  padding-top: 100px;
}

#mainvisual {
  background-image: url(images/pc_main.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 560px;
}

.title {
  font-size: 36px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
  text-align: center;
  line-height: 61px;
  padding-bottom: 20px;
  border-bottom: 4px solid #4CA242;
  position: relative;
  margin-bottom: 60px;
}

.title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #003399;
  bottom: -4px;
  width: 50%;
}

.top_message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_message div:first-of-type {
  width: 58%;
}

.top_message div:first-of-type h4 {
  font-size: 24px;
  color: #000;
  text-align: center;
  line-height: 46px;
}

.top_message div:first-of-type h4 .green {
  color: #4CA242;
  font-size: 32px;
}

.top_message div:first-of-type h4 .red {
  font-size: 32px;
}

.top_message div:last-of-type {
  width: 40%;
}

.top_message div:last-of-type img {
  width: 100%;
  height: auto;
}

.message_list {
  margin-top: 50px;
}

.message_list li {
  padding-left: 100px;
  background-image: url(images/icon_check.png);
  background-repeat: no-repeat;
  background-position: left 3px;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 46px;
}

.message_list li:last-child {
  margin-bottom: 0;
}

.icon_title {
  background-image: url(images/icon_book.png);
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  font-size: 32px;
  margin-left: 17%;
  margin-right: 17%;
  line-height: 50px;
  padding-left: 50px;
}

.text_img_area {
  background-color: #fff;
  width: 1050px;
  margin: 0 auto;
  border: 4px solid #103399;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px;
}

.text_img_area div:first-of-type {
  width: 40%;
}

.text_img_area div:first-of-type img {
  width: 100%;
  height: auto;
}

.text_img_area div:last-of-type {
  width: 56%;
}

.text_img_area div:last-of-type ul {
  margin-top: 40px;
}

.text_img_area div:last-of-type ul li {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 60px;
  line-height: 46px;
}

.text_img_area div:last-of-type ul li:last-child {
  margin-bottom: 0;
}

.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 60px;
  font-size: 32px;
}

.step li {
  width: 320px;
  position: relative;
}

.step li h4 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 0;
}

.step li h4 span {
  display: block;
  font-size: 18px;
}

.step li:first-child h4 {
  background-color: #4CA242;
}

.step li:nth-child(2) h4 {
  background-color: #0E347B;
}

.step li:last-child h4 {
  background-color: #F59600;
}

.step li .step_detail {
  padding: 20px 0;
  background-color: #FFFCE3;
  height: 200px;
}

.step li .step_detail p {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  line-height: 2;
}

.step li:last-child .step_detail {
  padding: 20px;
}

.step li:last-child .step_detail p {
  font-size: 20px;
  text-align: left;
}

.step li::after {
  content: "";
  background-image: url(images/navi_arrow.png);
  position: absolute;
  top: 42%;
  right: -28%;
  width: 51.5px;
  height: 59px;
}

.step li:last-child::after {
  display: none;
}

.price_area {
  padding: 25px 0;
  margin: 0;
  background-color: #0E347B;
}

.price_area .price_area_inner {
  background-color: #fff;
  padding: 20px 30px;
  width: 985px;
  margin: 0 auto;
  border-radius: 15px;
}

.price_area .price_area_inner h4 {
  background-color: #ECF5FA;
  font-size: 26px;
  color: #000;
  padding: 5px 0;
}

.price_area .price_area_inner h4 .red {
  font-size: 20px;
  color: #FF0000;
}

.price_area .price_area_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.price_area .price_area_inner ul li:first-child {
  width: 590px;
  text-align: left;
}

.price_area .price_area_inner ul li:last-child {
  margin-top: 15px;
}

.price_area .price_area_inner ul li:last-child a {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  background-color: #9B8A08;
  padding: 13px 60px;
  background-image: url(images/arrow.png);
  background-position: 280px center;
  background-repeat: no-repeat;
  background-size: 12px;
}

.price_area .price_area_inner ul li:last-child a:hover {
  opacity: 0.7;
}

.note {
  padding: 30px 0;
}

.note h5 {
  font-size: 24px;
  color: #0E347B;
}

.note .note_b {
  font-weight: bold;
  font-size: 20px;
}

.schedule ul {
  margin-top: 100px;
}

.schedule ul li {
  margin-bottom: 60px;
}

.schedule ul li table {
  border-spacing: 5px;
}

.schedule ul li td {
  border: 1px solid #C4C4C4;
}

.schedule ul li td, .schedule ul li th {
  padding: 10px 20px;
}

.schedule ul li th {
  background: #FFFCE3;
  width: 320px;
  font-weight: normal;
}

.schedule ul li .schedule_detail {
  width: 865px;
}

.schedule ul li h4 {
  font-size: 24px;
  color: #fff;
  padding: 15px 30px;
  margin-bottom: 5px;
}

.schedule ul li:first-child h4 {
  background-color: #4CA242;
}

.schedule ul li:nth-child(2) h4 {
  background-color: #0E347B;
}

.schedule ul li:last-child h4 {
  background-color: #F5962A;
}

.btn {
  text-align: center;
}

.btn a {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  background-color: #9B8A08;
  padding: 13px 0;
  background-image: url(images/arrow.png);
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 12px;
  width: 310px;
  display: inline-block;
}

.btn a:hover {
  opacity: 0.7;
}

.bg_lg .note {
  padding: 100px 0;
}

.voice_area {
  margin: 40px 0;
}

.voice_area li {
  position: relative;
  border-bottom: 1px dotted #707070;
  padding-bottom: 60px;
  margin-bottom: 40px;
}

.voice_area li .mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
  height: 78px;
  font-size: 12px;
  color: #707070;
  text-align: center;
  background-image: url(images/bg_number.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding-top: 7px;
}

.voice_area li .mark .number {
  font-size: 24px;
}

.voice_area li h4 {
  font-size: 24px;
  color: #000;
  padding: 25px 0 0 100px;
}

.voice_area li p {
  padding-left: 110px;
}

.voice_area li .cir {
  padding-left: 140px;
}

.voice_area li .cir img {
  vertical-align: bottom;
}

.voice_area li .voice {
  margin: 0 0 0 100px;
  padding: 40px;
  border-radius: 12px;
  background-color: #F8F8F8;
}

.voice_area li .voice p {
  padding-left: 0;
}

.message p {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}

.message p span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}

.message p .red {
  color: #FF5800;
  font-size: 32px;
  font-weight: bold;
  display: inline-block;
}

.footer_contact_area {
  padding: 50px 0;
}

.footer_contact_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_contact_area ul li {
  width: 40%;
  color: #fff;
  text-align: center;
}

.footer_contact_area ul li p {
  margin-bottom: 0;
  font-weight: bold;
}

.footer_contact_area ul li .contact_tel {
  border: 4px solid #fff;
  border-radius: 6px;
  padding: 26px 0;
  margin-top: 10px;
  font-size: 30px;
  background-image: url(images/tel_icon.png);
  background-repeat: no-repeat;
  background-position: 10% center;
}

.footer_contact_area ul li .contact_mail {
  border: 4px solid #fff;
  border-radius: 6px;
  margin-top: 10px;
  font-size: 30px;
}

.footer_contact_area ul li .contact_mail a {
  padding: 26px 0;
  display: block;
  background-image: url(images/mail.png);
  background-repeat: no-repeat;
  background-position: 5% center;
  padding-left: 32px;
}

.footer_contact_area ul li .contact_mail a:hover {
  background-color: #fff;
  color: #4CA242;
}

.footer_area {
  float:left;
  width:600px;
  padding:0;
}

footer {
   padding: 10px 5%;
  background-color: #09347b;
  color: #fff;
}

#footerlogo_area {
  text-align: center;
}

.copylight {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}

#smnavigation, #menu, .br-sp {
  display: none;
}
/*# sourceMappingURL=style.css.map */

.td_right {
    background-color: rgba(255,255,255,1);
    text-align: right
}
#price_1 {
    width: 70%;
    background-color: #ccc
}
.td_left {
    width: 250px;
    background-color: #f7f7f7;
    text-align: center
}
.td_left2 {
    width: 300px;
    background-color: #f7f7f7;
}

.td_mid {
    background-color: #ffffff;
}

.tr_line {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ccc;
    margin-bottom: 5px
}
.price_table {
    width: 70%
}

.input_height {
height:40px;
}

.formlong {
width: 70%;
}

.input_long{
width: 70%;
					}
					
					.top_lead{
						font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
						font-size:20px;
						line-height:46px;
}