@charset "UTF-8";
/*! ========================================
このCSSファイルはSassから生成しております。
編集する際はSassファイルより編集を行ってください。
========================================= */
/*===========================================
	pointBox
=============================================*/
.pointBox {
  font-size: 24px;
  padding: 50px 30px 40px;
  background: #ECEEF8;
  border: 3px solid #15405B;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 1000px;
  height: auto;
  margin-left: auto;
  margin-right: auto; }
  .pointBox ul li {
    color: #454545; }
  .pointBox .pointBoxTitle {
    position: absolute;
    display: inline-block;
    top: -18px;
    left: 25px;
    padding: 9px 0;
    line-height: 18px;
    font-size: 18px;
    background: #114660;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #114660;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .pointBox .pointBoxImg {
    position: absolute;
    bottom: -20px;
    right: -45px; }

.underlineYellow {
  font-weight: 700;
  background: linear-gradient(transparent 45%, #ffd700 65%); }

/*===========================================
	blueTxtBox
=============================================*/
.icoBlueLine {
  border-left: 5px solid #114660;
  padding: 2px 0 0 10px; }

/*===========================================
	offerImgArea
=============================================*/
.offerImgArea {
  width: 1240px;
  height: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .offerImgArea ul {
    width: 1300px;
    height: 256px; }
  .offerImgArea ul li.offerService01 {
    position: absolute;
    top: 350px;
    left: 0;
    z-index: 90;
    width: 287px;
    padding: 75px 15px 25px; }
  .offerImgArea ul li.offerService02 {
    position: absolute;
    top: 309px;
    left: 310px;
    z-index: 90;
    width: 287px;
    padding: 75px 15px 25px; }
  .offerImgArea ul li.offerService03 {
    position: absolute;
    top: 350px;
    right: 310px;
    z-index: 90;
    width: 287px;
    padding: 75px 15px 25px; }
  .offerImgArea ul li.offerService04 {
    position: absolute;
    top: 309px;
    right: 0;
    z-index: 90;
    width: 287px;
    padding: 75px 15px 25px; }
  .offerImgArea ul li.offerService05 {
    position: absolute;
    top: 700px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 90;
    width: 725px;
    padding: 20px 25px 25px; }
  .offerImgArea ul li {
    background: #eaf0e7;
    border: 3px solid #6fa751;
    border-radius: 11px;
    box-sizing: border-box;
    position: relative; }
    .offerImgArea ul li .offerServiceImgL1 {
      position: absolute;
      top: -25px;
      left: 10px; }
    .offerImgArea ul li .offerServiceImgL2 {
      position: absolute;
      top: -25px;
      left: 0; }
    .offerImgArea ul li .offerServiceImgR1 {
      position: absolute;
      top: -28px;
      right: 25px; }
    .offerImgArea ul li .offerServiceImgR2 {
      position: absolute;
      top: -15px;
      right: 25px; }
    .offerImgArea ul li .offerServiceImgR3 {
      position: absolute;
      top: -35px;
      right: 8px; }

/*===========================================
	priceTable
=============================================*/
table.priceTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-left: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  font-size: 16px;
  color: #646464; }
  table.priceTable th {
    padding: 14px 13px;
    font-weight: 400;
    line-height: 120%;
    white-space: nowrap;
    border-bottom: solid 1px #CCCCCC;
    vertical-align: middle;
    border-right: solid 1px #CCCCCC;
    font-size: 18px;
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  table.priceTable td {
    padding: 14px 13px;
    border-bottom: solid 1px #CCCCCC;
    vertical-align: middle;
    border-right: solid 1px #CCCCCC; }
  table.priceTable td span.priceNum {
    font-size: 30px; }

.tdGray {
  background: #e8e8e8; }

.tdBlue {
  color: #fff;
  background: #15405b; }

.tdRed {
  color: #fff;
  background: #9A262D; }

.w30p {
  width: 30%; }

.w25p {
  width: 25%; }

.w75p {
  width: 75%; }
