@charset "UTF-8";
/*  -------------------------------------------------------------
  #  フォント読み込み
----------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*  -------------------------------------------------------------
  #  567px以下で電話発信を有効にする
----------------------------------------------------------------- */
@media (min-width: 576px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*  -------------------------------------------------------------
  #  カラー設定
----------------------------------------------------------------- */
/*  -------------------------------------------------------------
  #  font設定
----------------------------------------------------------------- */
.fs-12 {
  font-size: 1.2rem !important;
  font-size: 12px !important;
}
.fs-14 {
  font-size: 1.4rem !important;
  font-size: 14px !important;
}
.fs-16 {
  font-size: 1.6rem !important;
  font-size: 16px !important;
}
.fs-18 {
  font-size: 1.8rem !important;
  font-size: 18px !important;
}
.fs-20 {
  font-size: 2.0rem !important;
  font-size: 20px !important;
}
.fs-24 {
  font-size: 2.4rem !important;
  font-size: 24px !important;
}
.fs-26 {
  font-size: 2.6rem !important;
  font-size: 26px !important;
}
.fs-28 {
  font-size: 2.8rem !important;
  font-size: 28px !important;
}
.fs-30 {
  font-size: 3.0rem !important;
  font-size: 30px !important;
}
.fs-32 {
  font-size: 3.2rem !important;
  font-size: 32px !important;
}
.fs-34 {
  font-size: 3.4rem !important;
  font-size: 34px !important;
}
.fs-36 {
  font-size: 3.6rem !important;
  font-size: 36px !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-12 {
  line-height: 1.2 !important;
}
.lh-15 {
  line-height: 1.5 !important;
}
.lh-2 {
  line-height: 2 !important;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
@media (max-width: 768px) {
  .text-left-xs {
    text-align: left !important;
  }
}
.text-right {
  text-align: right !important;
}
.fw-bold {
  font-weight: bold !important;
}
.fw-nomal {
  font-weight: normal !important;
}
.text-link{color: #036eb8}
.text-link:hover{text-decoration: underline}
/*  -------------------------------------------------------------
  #  サイズ設定
----------------------------------------------------------------- */
/*  -------------------------------------------------------------
  #  余白
----------------------------------------------------------------- */
.all-0 {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}
.m-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.m-0 {
  margin: 0 !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-40 {
  margin: 40px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-40 {
  padding: 40px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-3 {
  padding-top: 3px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
/*  -------------------------------------------------------------
  #  共有スタイル
----------------------------------------------------------------- */
a {
  color: #3e4e57;
  text-decoration: none;
}
a:hover {
  color: #036eb8;
}
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  display: block;
}
.img-responsive {
  width: 100%;
  height: auto !important;
}
@media (min-width: 981px) {
  .visible-md, .visible-sm, .visible-xs {
    display: none !important;
  }
}
@media (max-width: 980px) {
  .visible-md {
    display: block !important;
  }
  .visible-sm, .visible-xs {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .visible-md, .visible-sm {
    display: block !important;
  }
  .visible-xs {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .visible-md, .visible-sm, .visible-xs {
    display: block !important;
  }
}
/*  -------------------------------------------------------------
  #  ここからスタイル
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  font-size: 10px;
}
body {
  font-size: 1.6em;
  font-family: 'M PLUS 1p', sans-serif;
  line-height: 1.5;
  color: #3e4e57;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
}
/*  -------------------------------------------------------------
  #  共有レイアウト
----------------------------------------------------------------- */
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
.title01 {
  background: #036eb8;
  background-size: 40px auto;
  color: #FFF;
  text-align: center;
  font-size: 2.8rem;
  font-size: 28px;
  padding: 35px 10px;
  letter-spacing: 1.5px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .title01 {
    font-size: 1.8rem;
    font-size: 18px;
  }
}
.marker {
  color: #036eb8;
  background: linear-gradient(transparent 60%, #ffe450 60%);
}
.title02 {
  color: #036eb8;
  text-align: center;
  font-size: 2.6rem;
  font-size: 26px;
  letter-spacing: 1.4px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .title02 {
    font-size: 1.8rem;
    font-size: 18px;
  }
}
.title03 {
  font-weight: 700;
  text-align: center;
  font-size: 2.8rem;
  font-size: 28px;
  letter-spacing: 1.2px;
}
@media (max-width: 576px) {
  .title03 {
    font-size: 1.8rem;
    font-size: 18px;
  }
}
.title04 {
  font-size: 2.0rem;
  font-size: 20px;
  color: #036EB3;
}
/*接続詞　　 ****/
.conjunction {
  text-align: center;
  font-size: 6.0rem;
  font-size: 60px;
  font-weight: bold;
  font-style: italic;
  color: #036EB3; /*非対応のブラウザでの文字色を設定*/
  background: -webkit-linear-gradient(0deg, #036EB3, #e74c9b); /*背景色にグラデーションを指定*/
  -webkit-background-clip: text; /*テキストでくり抜く*/
  -webkit-text-fill-color: transparent; /*くり抜いた部分は背景を表示	*/
}
@media (max-width: 768px) {
  .conjunction {
    font-size: 3.6rem;
    font-size: 36px;
  }
}
/*お問い合わせバナー　　 ****/
.info-bnr {
  width: 100%;
  background: url(../images/info_bg.jpg) no-repeat center center;
  background-size: cover;
}
.info-bnr-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 10px;
}
.info-bnr p {
  font-size: 2.0rem;
  font-size: 20px;
  text-align: center;
  color: #FFF;
  margin-bottom: 20px;
}
.info-bnr .info-btns {
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.info-btns .tel-btn, .info-btns .contact-btn {
  display: flex;
  align-items: center;
  width: calc((100% - 30px * 1) / 2);
}
@media (max-width: 768px) {
  .info-bnr .info-btns {
    display: block;
  }
  .info-btns .tel-btn, .info-btns .contact-btn {
    display: block;
    width: 100%;
  }
  .info-btns .tel-btn {
    margin-bottom: 20px;
  }
}
.info-btns .tel-btn a {
  display: block;
  width: 100%;
  background: #3e4e57;
  position: relative;
  padding: 10px 20px 10px 20px;
  border: 4px solid #FFF;
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.4));
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: bold;
}
.info-btns .tel-btn img {
  width: 240px;
  height: 59px;
  margin: 0 auto;
  display: block;
}
.info-btns .contact-btn {
  padding-left: 30px;
}
.info-btns .contact-btn a {
  display: block;
  width: 100%;
  background: #036eb8;
  font-size: 2.2rem;
  font-size: 22px;
  position: relative;
  padding: 25px 40px 25px 15px;
  border: 4px solid #FFF;
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.4));
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
  text-align: center;
}
.info-btns .contact-btn a::after {
  color: #FFF;
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: 10px;
  left: auto;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: bold;
}
.info-btns .contact-btn {
  padding-left: 0;
}
@media (max-width: 768px) {
  .info-btns .contact-btn a {
    font-size: 1.6rem;
    font-size: 16px;
    padding: 25px 30px 25px 10px;
  }
}
.info-btns .contact-btn a:hover::after {
  right: 0;
}


.col2-box{
	background: #fff;
	  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;	
padding: 20px;
	    border: 4px solid #036eb8;
}

.col2-box .image {
  flex: 2 1 0%;
}

.col2-box .text {
  flex: 4 1 0%;
	margin-right:20px;

  font-size: 1.6rem;
  font-size: 16px;
}


.col2-box .title{
color: #036EB3;
  font-size: 2.0rem;
  font-size: 20px;
letter-spacing: 3px;
	margin-bottom: 10px;
}
@media (max-width: 768px) {
	
	.col2-box .title{ 
		font-size: 1.8rem;
  font-size: 18px;
letter-spacing: 2px;
	}
 .col2-box {
    display: block;
  }
  .col2-box .text {
    margin-left: 0;
    font-size: 1.4rem;
    font-size: 14px;
  }
}

.w860px{
max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 768px) {
	.w860px{
		width: 100%;}
}


/*  -------------------------------------------------------------
  #  header
----------------------------------------------------------------- */
header {
  width: 100%;
}
.header-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .header-inner {
    margin-bottom: 10px;
  }
}
.h-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  padding-left: 10px;
}
.h-logo img {
  width: 320px;
  height: 29.42px;
}
.h-logo h1 {
  font-size: 1.8rem;
  font-size: 18px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .h-logo img {
    width: 260px;
    height: 25px;
  }
}
.h-info {
  display: table;
}
@media (max-width: 990px) {
  .h-info {
    display: none;
  }
}
.h-info .h-tel {
  display: table-cell;
  line-height: 1;
  vertical-align: middle;
}
.h-info .h-tel img {
  width: 200px;
  height: 40px;
}
.h-info .h-contact {
  display: table-cell;
  padding-left: 30px;
  vertical-align: middle;
}
.h-contact img {
  width: 145px;
  height: 23px;
}
.h-contact a {
  background: #036eb8;
  display: block;
  padding: 18px 30px;
  transition: all .2s ease-in-out;
}
.h-contact a:hover {
  background: #e74c9b;
  color: #3e4e57;
}
/*  -------------------------------------------------------------
  #  mainvisual
----------------------------------------------------------------- */
.mainvisual {
  width: 100%;
  background: url("../images/mainvisual_bg_xl.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 990px) {
  .mainvisual {
    width: 100%;
    background: url("../images/mainvisual_bg.jpg") no-repeat center center;
  }
}
@media (max-width: 768px) {
  .mainvisual {
    width: 100%;
    background: url("../images/mainvisual_bg_md.jpg") center bottom no-repeat #68A9D3;
    background-size: 100% auto;
  }
}
.main-copy {
  /* ブロック化              */
  max-width: 1200px;
  padding-top: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  font-size: 3.6rem;
  font-size: 36px;
  text-shadow: 0.02em 0.02em 0.02em rgba(0, 0, 0, 1);
  color: #FFF;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 1.0rem;
  letter-spacing: 1px;
  font-weight: 600;
}
.main-copy span {
  font-size: 5.2rem;
  font-size: 52px;

}
@media (max-width: 768px) {
  .main-copy {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 2.4rem;
    font-size: 24px;
    line-height: 1.4;
  }
  .main-copy span {
    font-size: 4.2rem;
    font-size: 42px;
  }
}
@media (max-width: 576px) {
  .main-copy {
    font-size: 1.8rem;
    font-size: 18px;
  }
  .main-copy span {
    font-size: 3.2rem;
    font-size: 32px;
  }
}
.mainvisual-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 2;
}
@media (max-width: 768px) {
  .mainvisual-inner {
    display: block;
  }
}
.main-left {
  position: absolute;
  width: 48%;
  left: 10px;
  bottom: -34%;
}
.main-left img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .main-left {
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
  }
  .main-left img {
    width: 86%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-right {
  width: 49%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .main-right {
    width: 100%;
    margin-left: 0;
  }
}
.main-campaign-box {
  background: #fff;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.main-campaign-title {
  background: -moz-linear-gradient(left, #036eb8, #e74c9b);
  background: -webkit-linear-gradient(left, #036eb8, #e74c9b);
  background: linear-gradient(to right, #036eb8, #e74c9b);
  /*background: #3e4e57;*/
  text-align: center;
  margin-bottom: 20px;
}
.main-campaign-title h2 {
  font-size: 2.0rem;
  font-size: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  position: relative;
  display: inline-block;
  padding: 5px 45px 10px 45px;
  line-height: 1.2;
}



.main-campaign-title h2:before, .main-campaign-title h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background: #fff;
}
.main-campaign-title h2:before {
  transform: rotate(-120deg);
}
.main-campaign-title h2:after {
  transform: rotate(-60deg);
}
.main-campaign-title h2:before {
  left: 0;
}
.main-campaign-title h2:after {
  right: 0;
}
.main-campaign-title h2 span {
  font-size: 3.6rem;
  font-size: 36px;
  margin-right: 4px;
}
@media (max-width: 768px) {
  .main-campaign-title h2 {
    font-size: 1.6rem;
    font-size: 16px;
	    letter-spacing: 2px;
  }
  .main-campaign-title h2 span {
    font-size: 2.4rem;
    font-size: 24px;
  }
}
.main-campaign-box ol {
  counter-reset: list;
  list-style-type: none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding: 0;
  margin: 15px 10px 0 20px;
}
.main-campaign-box li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 10px 0 15px 0px;
  font-weight: bold;
  font-size: 2.2rem;
  font-size: 22px;
  line-height: 29px;
  color: #e74c9b;
  border: dashed 1px transparent;
}
.main-campaign-box li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -10px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  background: #3e4e57;
  border-radius: 50%;
}
.main-contact-btn {
  padding-bottom: 40px;
}
.main-contact-btn a {
  display: block;
  width: 100%;
  background: #036eb8;
  font-size: 2.2rem;
  font-size: 22px;
  position: relative;
  padding: 30px 40px 30px 15px;
  border: 4px solid #FFF;
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.4));
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
  text-align: center;
}
.main-contact-btn a::after {
  color: #FFF;
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: 10px;
  left: auto;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (max-width: 576px) {
  .main-contact-btn a {
    font-size: 1.6rem;
    font-size: 16px;
    padding: 15px 30px 15px 10px;
  }
}
.main-contact-btn a:hover::after {
  right: 0;
}
/*キャンペーン ****/
.campaign {
  padding-top: 120px;
  width: 100%;
  position: relative;
  z-index: 0;
  padding-bottom: 60px;
}
.campaign h2, .campaign-caption {
  text-align: center;
  color: #3e4e57; /*非対応のブラウザでの文字色を設定*/
  background: -webkit-linear-gradient(0deg, #036EB3, #e74c9b); /*背景色にグラデーションを指定*/
  -webkit-background-clip: text; /*テキストでくり抜く*/
  -webkit-text-fill-color: transparent; /*くり抜いた部分は背景を表示	*/
}
.campaign h2 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 6.0rem;
  font-size: 60px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 3px;
}
.campaign-caption {
  margin-bottom: 100px;
  text-align: center;
  font-size: 2.0rem;
  font-size: 20px;
  letter-spacing: 2px;
}
.campaign-caption span {
  font-size: 3.0rem;
  font-size: 30px;
}
.campaign .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.campaign .flexbox .flex-item {
  width: calc((100% - 30px * 2) / 3);
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0%;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .campaign .flexbox .flex-item {
    display: block;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  .campaign .flexbox {
    width: 100%;
  }
  .campaign .flexbox .flex-item {
    width: 100%;
  }
}
.campaign .about-box h3 {
  font-size: 2.0rem;
  font-size: 20px;
  color: #036EB3; /*非対応のブラウザでの文字色を設定*/
  background: -webkit-linear-gradient(0deg, #036EB3, #e74c9b); /*背景色にグラデーションを指定*/
  -webkit-background-clip: text; /*テキストでくり抜く*/
  -webkit-text-fill-color: transparent; /*くり抜いた部分は背景を表示	*/
  text-align: center;
  margin-bottom: 10px;
  padding: 0 10px
}
.campaign .about-box {
  border: 4px solid #3e4e57;
  background: #FFF;
  position: relative;
}
.campaign .about-img {
  margin-bottom: 10px;
  min-height: 0%;
}
.campaign .step-no img {
  width: 100px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: -50px auto 0 auto;
}
.campaign .about-box p {
  font-size: 1.6rem;
  font-size: 16px;
}
.campaign-period {
  text-align: center;
  margin: 0 20px;
  font-size: 2.6rem;
  font-size: 26px;
}
@media (max-width: 768px) {
  .campaign-period {
    font-size: 1.6rem;
    font-size: 16px;
  }
}
/*このような企業様におすすめです ****/
.symptoms {
  padding-top: 60px;
  background: #e8eaf1;
}
@media (max-width: 768px) {
  .symptoms {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.lead-tex01 {
  font-size: 2.6rem;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .lead-tex01 {
    font-size: 1.6rem;
    font-size: 16px;
  }
}
.symptoms-list-box {
  width: 100%;
  background: url(../images/gridme.png);
  border: 4px solid #036eb8;
  padding: 20px;
}
.symptoms .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -26px;
}
@media (max-width: 768px) {
  .symptoms .flexbox {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.symptoms-list-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .symptoms-list-box {
    margin-bottom: 0;
  }
}
.symptoms-list-box ul {
  list-style: none;
}
.symptoms-list-box ul li {
  list-style: none;
  font-size: 2.0rem;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-weight: 600;
}
@media all and (-ms-high-contrast: none) {
  .symptoms-list-box ul li {
    display: table;
    width: 100%; /* IE10 以降にのみ適用される */
  }
}
.symptoms-list-box ul li:last-child {
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .symptoms-list-box ul li {
    font-size: 1.6rem;
    font-size: 16px;
  }
}
.symptoms-list-box ul li i {
  margin-right: 10px;
  color: #036eb8;
}
.symptoms-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 2 auto;
  flex: 0 2 auto;
  align-self: flex-end;
}
.symptoms-img img {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .symptoms-list-box, .symptoms-img {
    width: 100%;
    align-self: flex-start;
  }
  .symptoms-list-box {
    order: 2;
  }
  .symptoms-img {
    order: 1;
    min-height: 0%;
  }
  .symptoms-img img {
    width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
  }
}
/*ちょうどいいサイト制作とは ****/
.about {
  background: #e8eaf1;
  padding: 60px 0 60px 0;
}
.point3col-box p {
  font-size: 1.6rem;
  font-size: 16px;
  padding: 0 10px 10px 10px;
}
.about .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about .flexbox .flex-item {
  width: calc((100% - 30px * 2) / 3);
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0%;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .about .flexbox .flex-item {
    display: block;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  .about .flexbox {
    width: 100%;
  }
  .about .flexbox .flex-item {
    width: 100%;
  }
}
.about .about-box h3 {
  font-size: 2.0rem;
  font-size: 20px;
  color: #147ac8;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 10px
}
.about .about-box {
  border: 4px solid #036eb8;
  background: #FFF;
  position: relative;
}
.about .about-img {
  margin-bottom: 10px;
  min-height: 0%;
}
.about .step-no img {
  width: 100px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: -50px auto 0 auto;
}
.about .about-box p {
  font-size: 1.6rem;
  font-size: 16px;
}
/* 選ばれる理由　　 ****/
.reason-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.reason-img {
  flex: 2 1 0%;
}
.reason-text {
  flex: 3 1 0%;
  background: #e8eaf1;
  margin-left: 30px;
  padding: 20px;
  font-size: 1.6rem;
  font-size: 16px;
}
@media (max-width: 768px) {
  .reason-box {
    display: block;
  }
  .reason-text {
    margin-left: 0;
    font-size: 1.4rem;
    font-size: 14px;
  }
}
.reason-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.2rem;
  font-size: 22px;
  margin-top: -56px;
  font-weiht: 300;
}
.reason-title h3 {
  color: #036eb8;
}
.reason-no {
  font-weight: bold;
  font-style: italic;
  font-size: 4.6rem;
  font-size: 46px;
  margin-right: 10px;
  color: #036eb8;
}
@media (max-width: 768px) {
  .reason-box {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .reason-img {
    margin-bottom: 0;
    width: 100%;
    min-height: 0%;
  }
  .reason-text {
    width: 100%;
    margin-left: 0;
    font-size: 1.4rem;
    font-size: 14px;
  }
  .reason-title {
    font-size: 1.6rem;
    font-size: 16px;
    margin-top: 0;
  }
  .reason-no {
    font-size: 2.6rem;
    font-size: 26px;
  }
}
.odd-box .reason-text {
  order: 1;
  margin-left: 0;
}
.odd-box .reason-img {
  order: 2;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .odd-box .reason-text {
    order: 2;
  }
  .odd-box .reason-img {
    order: 2;
    margin-left: 0;
  }
}
/* 2020-01-27追加　比較表　　 ****/
.service-box-warp {
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.service-box {
  width: calc((100% - 30px * 1) / 2);
  background: #fff;
  margin-bottom: 30px;
  padding: 0 0 10px;
}
@media (max-width: 768px) {
  .service-box-warp {
    display: block;
  }
  .service-box {
    width: 100%;
  }
}
.service-box h3 {
  background: #036eb8;
  color: #fff;
  font-size: 1.8rem;
  font-size: 18px;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.service-box ul{position: relative;margin: 0 10px;}
.service-box ul li {
  font-size: 1.4rem;
  font-size: 14px;
  margin-left: 30px;
  padding: 5px 10px;
  list-style-type: none!important;/*ポチ消す*/
}


.service-box ul li:before {
font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 10px; /*左端からのアイコンまで*/
  color: #036eb8; /*アイコン色*/
	font-weight:bold;
  font-size: 1.6rem;
  font-size: 16px;

}
/* 制作実績　　 ****/
.results {
  padding-bottom: 20px;
}
.results .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.results .results-box {
  width: calc((100% - 30px * 2) / 3);
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .results .results-box {
    width: calc((100% - 30px * 1) / 2);
  }
}
.results .results-img {
  margin-bottom: 10px;
  min-height: 0%;
  overflow: hidden;
  cursor: pointer;
}
.results .results-img img {
  width: 100%;
  transition-duration: 0.5s;
}
.results .results-img:hover img {
  transform: scale(1.2);
  transition-duration: 0.5s;
}
.results .results-title {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-size: 16px;
}
.results .results-url {
  color: #036eb8;
  font-size: 1.2rem;
  font-size: 12px;
}
.results .results-url i {
  margin-right: 5px;
}
/*プラン ****/
.plan-title {
  width: 100%;
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-size: 16px;
  text-align: center;
}
.plan-title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}
.plan-title h3 {
  margin: 0;
  padding: 0;
}



.plan .c1 .plan-title {
  background: #e74c9b;
}
.plan .c1 .plan-title:before {
  border-top: 15px solid #e74c9b;
}
.plan .c2 .plan-title {
  background: #734ba4;
}
.plan .c2 .plan-title:before {
  border-top: 15px solid #734ba4;
}
.plan .c3 .plan-title {
  background: #036eb8;
}
.plan .c3 .plan-title:before {
  border-top: 15px solid #036eb8;
}


.plan-sub-title{
	  font-size: 1.8rem;
  font-size: 18px;
	line-height: 1.2;;
	margin-bottom: 10px;
}

.plan .c1 .plan-sub-title {
    color: #e74c9b;
}

.plan .c2 .plan-sub-title {
    color: #734ba4;
}

.plan .c3 .plan-sub-title {
    color: #036eb8;
}


.plan .plan-lead {
  width: 100%;
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
}
.plan .plan-img {
  width: 100%;
  margin-bottom: 20px;
  min-height: 0%;
}
@media (max-width: 768px) {
  .plan .plan-lead {
    text-align: center;
  }
  .plan .plan-img img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.plan .plan-explain {
  width: 100%;
  font-size: 1.4rem;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.plan .price {
  width: 100%;
  margin-top: auto;
  font-size: 1.8rem;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .plan .price {
    margin-top: 0;
  }
}
.plan .price span {
  font-size: 3.6rem;
  font-size: 36px;
  padding-right: 5px;
}
.plan .c1 .price span {
  color: #e74c9b;
}
.plan .c2 .price span {
  color: #734ba4;
}
.plan .c3 .price span {
  color: #036eb8;
}
.plan .flexbox {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
.plan .flexbox .flex-item {
  align-items: center;
  width: calc((100% - 30px * 2) / 3);
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0%;
}
@media (max-width: 768px) {
  .plan .flexbox {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .plan .flexbox .flex-item {
    width: 100%;
  }
}
/* よくあるご質問　　 ****/
.faq {
  padding-bottom: 40px;
}
.faq .faqbox {
  margin-bottom: 20px;
}
.faq .q-title {
  font-size: 1.6rem;
  font-size: 16px;
  color: #036eb8;
  font-weight: bold;
  margin-bottom: 10px;
}
.faq .q-title span {
  margin-right: 6px;
  font-size: 2.2rem;
  font-size: 22px;
}
.faq .ans-text {
  background: #e8eaf1;
  padding: 20px;
  font-size: 1.4rem;
  font-size: 14px;
}
.faq .ans-text span {
  margin-right: 10px;
  font-size: 2.0rem;
  font-size: 20px;
  color: #e74c9b;
  font-weight: bold;
}
/* お問い合わせ　　 ****/
.contact {
  padding-top: 40px;
  padding-bottom: 40px;
}
.required {
  color: #e74c9b;
  margin-left: 6px;
}
.anyitem {
  color: #036eb8;
  margin-left: 6px;
}
.form-text {
  font-size: 1.6rem;
  font-size: 16px;
  margin-bottom: 40px;
  text-align: center;
}
.contact form {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.contact table {
  width: 100%;
  margin-bottom: 30px;
}
.input {
  background: #e8eaf1;
  width: 100%;
  padding: 10px
}
.contact table tr th {
  text-align: left;
  width: 30%;
}
.contact table tr th, .contact table tr td {
  padding: 15px 0;
  font-size: 1.6rem;
  font-size: 16px;
}
@media (max-width: 768px) {
  .contact table tr th, .contact table tr td {
    display: block;
    width: 100%;
  }
  .contact table tr th {
    padding: 0;
  }
}
.form-btns {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-btns input {
  width: calc((100% - 30px * 1) / 2);
  padding: 10px;
  cursor: pointer;
  font-size: 1.8rem;
  font-size: 18px;
  margin: 0 10px;
  transition: all .2s ease-in-out;
}
.form-btns .btn01 {
  border: 2px solid #036eb8;
  background: #036eb8;
  color: #fff;
}
.form-btns .btn01:hover {
  border: 2px solid #036eb8;
  color: #036eb8;
  background: #fff;
}
.form-btns .btn02 {
  color: #fff;
  background: #3e4e57;
}
.form-btns .btn02:hover {
  border: 2px solid #3e4e57;
  color: #3e4e57;
  background: #fff;
}
/* 確認画面　　 ****/
.formTable {
  font-size: 1.4rem;
  font-size: 14px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.formTable p {
  margin-bottom: 20px
}
.form-btn {
  background: #ddd;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.form-btn .btn01 {
  width: 100%;
  padding: 10px;
  cursor: pointer;
  font-size: 1.8rem;
  font-size: 18px;
  transition: all .2s ease-in-out;
  background: #036eb8;
  border: 2px solid #036eb8;
  color: #fff;
  display: block;
}
.form-btn .btn01:hover {
  border: 2px solid #036eb8;
  color: #036eb8;
  background: #fff;
}
.form-btn .btn02 {
  width: 100%;
  padding: 10px;
  cursor: pointer;
  font-size: 1.8rem;
  font-size: 18px;
  transition: all .2s ease-in-out;
  background: #3e4e57;
  border: 2px solid #3e4e57;
  color: #fff;
  display: block;
}
.form-btn .btn02:hover {
  border: 2px solid #3e4e57;
  color: #3e4e57;
  background: #fff;
}
/* 個人情報保護方針　　 ****/
.policy {
  margin-bottom: 80px;
}
.policy p {
  font-size: 1.4rem;
  font-size: 14px;
  margin-bottom: 30px;
}
.policy ul {
  margin-bottom: 40px;
}
.policy ul li {
  list-style-type: decimal;
  margin-left: 20px;
  font-size: 1.4rem;
  font-size: 14px;
  margin-bottom: 20px;
}
.error_messe {
  color: crimson;
}
/* 会社概要　　 ****/
.company {
  margin-bottom: 80px;
}
.company-table {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.company table {
  width: 100%;
  font-size: 1.4rem;
  font-size: 14px;
  border: 4px solid #036eb8;
  border-collapse: collapse;
  border-spacing: 0;
}
.company table tr th {
  text-align: left;
  width: 30%;
  background: #036eb8;
  color: #fff;
}
.company table tr th, .company table tr td {
  padding: 15px;
}
@media (max-width: 768px) {
  .company table tr th, .company table tr td {
    display: block;
    width: 100%;
  }
}
footer {
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #3e4e57;
  font-size: 1.2rem;
  font-size: 12px;
}