@charset "UTF-8";
/* CSS Document */
#contents.frontline { font-size: 16px; }
#contents.frontline img, #contents.frontline object, #contents.frontline embed { max-width: 100%; }
#contents.frontline figure { margin: 0; padding: 0; }
#contents.frontline figcaption { width: 100%; margin-top: 10px; font-size: .9em; background-color: #FAFAFA; padding: 5px 10px; }
@media screen and (max-width: 767px) { #contents.frontline figcaption { margin-top: 3vw; padding: 2vw 3vw; } }
@media screen and (min-width: 768px) { #contents.frontline .sp { display: none !important; }
  #contents.frontline .pc { display: block; } }
@media screen and (max-width: 767px) { #contents.frontline { font-size: 3.4vw; }
  #contents.frontline .pc { display: none !important; }
  #contents.frontline .sp { display: block; }
  #contents.frontline .mt70 { margin-top: 10vw !important; }
  #contents.frontline .mt30 { margin-top: 5vw !important; } }
#contents.frontline *, #contents.frontline *::before, #contents.frontline *::after { box-sizing: border-box; }
#contents.frontline .headSection .innerBlock { width: 1240px; }
@media screen and (max-width: 767px) { #contents.frontline .headSection .innerBlock { width: 100%; } }
#contents.frontline .headSection .innerBlock .title { font-weight: bold; font-size: 1.2em; }
@media screen and (max-width: 767px) { #contents.frontline .headSection .leftArea { float: none; width: 100%; }
  #contents.frontline .headSection .leftArea .logo { width: 40%; padding-right: 3vw; }
  #contents.frontline .headSection .leftArea .logo img { width: 100%; height: auto; }
  #contents.frontline .headSection .leftArea .title { padding-left: 3vw; } }
#contents.frontline .txt { font-size: 1.2em; line-height: 2; }
@media screen and (max-width: 767px) { #contents.frontline .txt { line-height: 1.8; } }

.heading_main_inner, .container_inner { max-width: 1240px; margin: 0 auto; width: 100%; position: relative; }

.heading_main_wrap { width: 100%; background-color: #051571; background: linear-gradient(135deg, #143ea0, #0a5bc4, #143ea0); margin: 0 auto; }
.heading_main_wrap .heading_main_inner { padding: 0 15px; }
@media screen and (max-width: 767px) { .heading_main_wrap .heading_main_inner { width: auto; padding: 0; } }
.heading_main_wrap .heading_main { text-align: center; padding: 0px 0px; position: relative; color: #FFF; font-size: 1.8em; }
@media screen and (max-width: 767px) { .heading_main_wrap .heading_main { padding: 0; } }
.heading_main_wrap .heading_main img { position: relative; z-index: 1; margin: 0 auto; }

.column_heading { display: block; font-weight: normal; font-size: 1.6em; margin: 0 auto; text-align: center; color: #143ea0; }
@media screen and (max-width: 767px) { .column_heading { width: 100%; } }
.column_heading span { display: inline-block; padding: 5px 30px; position: relative; }
@media screen and (max-width: 767px) { .column_heading span { padding: 1vw 3vw; width: 100%; } }
.column_heading span::before, .column_heading span::after { content: ""; display: inline-block; width: 12px; height: 100%; border-left: 4px solid #143ea0; border-right: 2px solid #143ea0; position: absolute; top: 0; }
.column_heading span::before { left: 0; }
.column_heading span::after { right: 0; transform: scale(-1, 1); }

.column_credit { border-top: 1px solid #333; border-bottom: 1px solid #333; color: #999; text-align: center; padding: 25px; font-size: .9em; }
@media screen and (max-width: 767px) { .column_credit { padding: 3vw; } }

/*--------------------------------------------------
	移植
--------------------------------------------------*/
.listCaution > li { position: relative; padding-left: 4em; font-size: .75em; line-height: 1.6; }
.listCaution > li .listCaution_firstLetter { position: absolute; left: 0; top: 0.03em; }

@media screen and (min-width: 768px) { .box_col_2 { display: flex; flex-wrap: wrap; margin-top: 24px; } }
@media screen and (max-width: 767px) { .box_col_2 { margin: 7vw 0; } }
@media screen and (min-width: 768px) { .box_col_2 .col { width: calc((100% - 56px) / 2); }
  .box_col_2 .col + .col:not(:nth-child(2n+1)) { margin-left: 56px; } }
@media screen and (max-width: 767px) { .box_col_2 .col { width: 100%; }
  .box_col_2 .col + .col:not(:nth-child(2n+1)) { margin-top: 24px; } }

.border_gray { padding: 30px 2.4% 28.93px; border: 1px solid #333; }
@media screen and (max-width: 767px) { .border_gray { padding: 16px; } }

.bg_gray { padding: 16px 2.4% 16.47px; background: #FAFAFA; }
@media screen and (max-width: 767px) { .bg_gray { padding: 3vw; } }

.txt_link_in { display: inline-block; position: relative; padding-left: 23px; color: #005ab4; text-decoration: none; }
.txt_link_in:hover { color: #E60009; text-decoration: underline; }
.txt_link_in::before { content: ''; display: block; position: absolute; top: 0.2em; left: 0; width: 15px; height: 15px; background: url(/common/img/ico_img_01.svg) no-repeat; background-size: cover; }

.txt_bold { font-weight: bold; }

[class*="img_col"] { margin: 32px 0; }
@media screen and (max-width: 767px) { [class*="img_col"] { margin: 7vw 0; } }
[class*="img_col"] figure { text-align: center; }
[class*="img_col"] figure figcaption { text-align: center; }
[class*="img_col"] figure figcaption + img { margin-top: 25px; }
[class*="img_col"] figure img + figcaption { margin-top: 25px; }

@media screen and (min-width: 768px) { .img_col2 { display: flex; flex-wrap: wrap; justify-content: space-between; } }
@media screen and (min-width: 768px) { .img_col2 figure { width: calc((100% - 3.8%) / 2); } }
@media screen and (max-width: 767px) { .img_col2 figure + figure { margin-top: 5vw !important; } }

@media screen and (min-width: 768px) { .img_col3 { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0 50px; } }
@media screen and (min-width: 768px) { .img_col3 figure { width: calc((100% - 100px) / 3); } }
@media screen and (max-width: 767px) { .img_col3 figure + figure { margin-top: 5vw !important; } }

.contactbtn_wrapper { background: #EBEBEB; padding: 25px 0; margin-top: 60px; }
@media screen and (max-width: 767px) { .contactbtn_wrapper { width: 104%; transform: translateX(-2%); padding: 5vw 3vw; margin-top: 10vw; } }
.contactbtn_wrapper .contactbtn_text { font-weight: bold; color: #555555; text-align: center; }
.contactbtn_wrapper .contactbtn_text span { display: inline-block; position: relative; padding: 5px 15px; font-weight: bold; text-align: center; }
.contactbtn_wrapper .contactbtn_text span::before, .contactbtn_wrapper .contactbtn_text span::after { position: absolute; top: 50%; height: 20px; content: ''; }
.contactbtn_wrapper .contactbtn_text span::before { border-left: solid 1px #555555; left: 0; transform: translateY(-50%) rotate(-30deg); }
.contactbtn_wrapper .contactbtn_text span::after { border-right: solid 1px #555555; right: 0; transform: translateY(-50%) rotate(30deg); }

@media screen and (max-width: 767px) { .contactbtn { padding: 0 5vw; } }
.contactbtn a { color: #ffffff; text-align: center; display: block; padding: 15px; font-size: 22px; line-height: 1.4; position: relative; background: linear-gradient(-45deg, #1B9823, #1B9823, #1B9823, #1B9823, #1B9823, #A7E5AB); margin: 15px auto; width: 100%; max-width: 960px; font-weight: bold; text-decoration: none; border-radius: 9999px; }
@media screen and (max-width: 767px) { .contactbtn a { padding: 3vw 10vw; font-size: 5vw; margin: 0; } }
.contactbtn a:hover { opacity: 0.8; }
.contactbtn span { position: relative; }
@media screen and (max-width: 767px) { .contactbtn span { display: inline-block; margin-right: -10px; text-align: start; line-height: 1.4; } }
.contactbtn span img { vertical-align: inherit; margin-left: 5px; }
@media screen and (max-width: 767px) { .contactbtn span img { width: 4vw; } }
.contactbtn span::before { display: inline-block; content: " "; position: absolute; top: 50%; transform: translateY(-50%); left: -34px; width: 26px; height: 26px; background: url(../images/icon5.png) no-repeat right center; background-size: contain; }

.follow_button { position: fixed; z-index: 100; bottom: 107px; right: 0; writing-mode: vertical-rl; }
@media screen and (max-width: 767px) { .follow_button { bottom: 16px; left: 6vw; writing-mode: horizontal-tb; } }
.follow_button a { box-sizing: border-box; position: relative; display: inline-block; padding: 24px 16px; color: #ffffff; background: linear-gradient(-45deg, #1B9823, #1B9823, #1B9823, #1B9823, #1B9823, #A7E5AB); line-height: 1.4; letter-spacing: 0.2rem; font-weight: bold; writing-mode: vertical-rl; text-decoration: none; border-radius: 5px 0 0 5px; }
@media screen and (max-width: 767px) { .follow_button a { padding: 10px 24px; writing-mode: horizontal-tb; border-radius: 64px; } }
.follow_button a:hover { opacity: 0.8; }
.follow_button span { position: relative; display: inline-block; padding-top: 36px; }
@media screen and (max-width: 767px) { .follow_button span { padding-top: 0; padding-left: 38px; line-height: 1.4; } }
.follow_button span img { width: 15px; margin-top: 5px; margin-right: 5px; }
@media screen and (max-width: 767px) { .follow_button span img { margin-right: 0; margin-left: 5px; } }
.follow_button span::before { display: inline-block; content: " "; position: absolute; width: 26px; height: 26px; background: url(../images/icon5.png) no-repeat right center; background-size: contain; }
@media screen and (min-width: 768px) { .follow_button span::before { top: 0; left: 50%; transform: translateX(-50%); } }
@media screen and (max-width: 767px) { .follow_button span::before { top: calc(50% - 1.2rem); left: 0; } }

#footer { margin-top: 0; }

#contents .detailSection .ttl h3 {
  font-size: 24px;
  text-align: center;
  padding: 40px 0 20px 0;
}
.tbl .tbl-cell {
  display: table-cell;
  vertical-align: top;
}
.purchase.tbl {
  margin-left: auto;
  margin-right: auto;
  max-width: 812px;
  width: 100%
}
  
.purchase .tbl-cell {
  width: 50%;
}
  
.purchase .tbl-cell:nth-of-type(1) {
  padding-right: 6px;
}
  
.purchase .tbl-cell:nth-of-type(2) {
  padding-left: 6px;
}
  
.purchase .ico-box {
  box-sizing: border-box;
  min-height: 140px;
  max-width: 400px;
  position: relative;
  width: 100%;
}
  
.purchase .ico-box.bg-gry {
  background-color: #e7e7e7;
}
  
.purchase .ico-box.bg-line1 {
  border: 1px solid #000;
}
  
.purchase .btn-dl .ico-box {
  background-image: url(/products/common/images/ico_dl.gif);
  background-position: left 55px center;
  background-repeat: no-repeat;
  background-size: 15%;
}
  
.purchase .btn-tel .ico-box {
  background-image: url(/products/common/images/ico_ph_calling.gif);
  background-position: left 25px center;
  background-repeat: no-repeat;
  background-size: 15%;
}
  
.purchase .ico-box .ico-space {
  padding: 38px 12px 30px 98px;
}
  
.purchase .btn-dl .ico-box .ico-space {
  padding: 13px 12px 13px 138px;
}
  
.purchase .txt-cmmt {
  font-size: 10px;
  margin-top: 10px;
}
  
.purchase .ico-box a,
.purchase .ico-box a:hover {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
  
.purchase .btn-dl a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
  
.purchase .btn-dl .ico-box.bg-gry:hover {
  opacity: .7;
}
  
.purchase .btn-dl a > span {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
  
.purchase .btn-tel .ico-box p:nth-of-type(2) {
  margin-top: 5px;
}
  
.purchase .btn-tel .txt-deco {
  font-size: 13px;
}
  
.purchase .btn-tel .txt-small {
  font-size: 12px;
  font-weight: normal;
}
  
.purchase .btn-tel .txt-small a {
  font-size: 12px;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #contents .detailSection {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .tbl .tbl-cell{
	display: block;
  }
  .purchase .tbl-cell{
	width: 100%;
  }
  #contents.responsive .detailSection .purchase .ico-box {
	display: table;
	max-width: 100%;
	border: none;
	empty-cells: show;
	border-collapse: collapse;
	background-image: none;
  }
  #contents.responsive .detailSection .purchase .btn-dl .ico-box a {
	display: table-cell;
	height: 120px;
	vertical-align: middle;
	background-image: url(/products/common/images/ico_dl.gif);
	background-position: left 10% center;
	background-repeat: no-repeat;
	background-size: 12%;
	text-align: center;
	text-indent: 25px;
	font-size: 18px;
	position: unset;
  }
  #contents.responsive .detailSection .purchase .btn-dl .ico-box .ico-space {
	  padding: 0;
  }
  #contents.responsive .detailSection .purchase .btn-dl a > span {
	  position: unset;
  }
  #contents.responsive .detailSection .purchase .tbl-cell:nth-of-type(1), #contents.responsive .detailSection .purchase .tbl-cell:nth-of-type(2) {
	  padding: 0;
  }
  #contents.responsive .detailSection .purchase .tbl-cell.btn-tel {
	  margin-top: 1.2em;
  }
  .purchase .btn-tel .ico-box {
	  background-image: url(/products/common/images/ico_ph_calling.gif);
	  background-position: left 40px center;
	  background-repeat: no-repeat;
	  background-size: 15%;
  }
  #contents.responsive .detailSection .purchase .btn-tel .ico-box .ico-space {
	display: table-cell;
	height: 120px;
	vertical-align: middle;
	border: 1px solid #000;
	background-image: url(/products/common/images/ico_ph_calling.gif);
	background-position: left 20px center;
	background-repeat: no-repeat;
	background-size: 12%;
	padding: 0;
	text-align: left;
	padding-left: 22%;
  }
  #contents.responsive .detailSection .purchase .btn-tel .ico-box .ico-space p a {
	  font-size: 16px;
  }
  #contents.responsive .detailSection .purchase .btn-tel .ico-box .ico-space span.txt-small a {
	font-size: 12px !important;
  }
}
