@charset "UTF-8";









 



/***********************************************/
/*リンクカラー		                       */
/***********************************************/
a:link		{ color:#003894; text-decoration: none; }
a:visited	{ color:#003894; text-decoration: none; }
a:hover		{ color: #003894; text-decoration: underline; opacity: 0.8; }

/***********************************************/
/*特集		                       */
/***********************************************/

html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    margin: 0;
    color: #333;
    font-family: '游ゴシック Medium','Yu Gothic Medium',游ゴシック, YuGothic,'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro',メイリオ,Meiryo, sans-serif;;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 980px;
    margin: 0 auto;
}

.page-center {
    text-align: center;
}

h1 { font-size: 48px; line-height: 1.4; }
h2 { font-size: 33px; }

p { line-height: 1.8; }

/***********************************************/
/*メインビジュアル		                       */
/***********************************************/

.keyvisual-background-image {
    display: none !important;
}

#keyvisual-image {
    position: relative;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
    margin-bottom: 40px;
}


#keyvisual-image:before {
    background-color: rgba(0,0,0,.1);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#keyvisual-image .header-text {
    margin-top: 80px;
    text-align: center;
    position: relative;
}

#keyvisual-image h1 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    margin-bottom: 40px;
/*     padding: 5px 5px 5px 10px; */
}

@media screen and (max-width: 768px) {
    #keyvisual-image {
        min-height: 300px;   
    }
    #keyvisual-image h1 {
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0,0,0,.5);
        font-size: 24px;
    }
}


/***********************************************/
/*コンテンツエリア		                       */
/***********************************************/

h2.ac-headline {
  font-size: 250%;
	font-weight: bold;
	color: #02397a;
	margin-bottom: 40px !important;
}

.contents-image img {
    margin: 0 auto 40px;
    height: auto;
}

.contents-text {
    width: 600px;
    text-align: left;
    margin: 0 auto 40px !important;
    font-size: 16px;
}

.image-left dl,
.image-right dl {
	display: flex;
	list-style: none;
	margin: 0 auto 40px;
	width: 90%;
}

.image-right dl {
	flex-direction: row-reverse;
}

.image-left dt,
.image-right dt {
	width: 60%;
}

.image-left dd,
.image-right dd {
  width: 40%;
	margin: 0;
}

.image-left dt img,
.image-right dt img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.image-left dd h3,
.image-right dd h3 {
	margin: 40px 17%;
	font-size: 26px;
}

.image-left dd p,
.image-right dd p {
	margin: 40px 17%;
}

.point {
	width: 800px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	background: #04a7e8	;
	border-radius: 20px;
	color: #fff;
}

.point h3{
	width: 170px;
	font-size: 1.3em;
	text-align: center;
}

.point p {
	font-size: 20px;
}

@media screen and (max-width: 768px) {
    h2.ac-headline {
      font-size: 20px;
    }
  
    .contents-image img {
        width: 90%;
    }
  
    .contents-text {
        width: 90%;
        text-align: left;
        margin: 40px auto 0;
    }
  
	.image-left dl,
	.image-right dl {
		display: flex;
		flex-direction: column;
		margin: 0 auto 40px;
		width: 90%;
	}
  
	.image-left dt,
	.image-right dt {
		width: 100%;
	}
  
	.image-left dd,
	.image-right dd {
		width: 100%;
	}
  
	.image-left dt img,
	.image-right dt img {
		margin-bottom: 20px;
	}
  
	.image-left dd h3,
	.image-right dd h3 {
		margin: 0 0 10px 0;
		font-size: 20px;
	}
  
	.image-left dd p,
	.image-right dd p {
		margin: 0;
	}
  
  .point {
    width: 90%;
    flex-wrap: wrap;
  }
  
  .point h3 {
    width: 100%;
    margin: 0;
    padding-top: 10px;
  }
  
  .point p {
    margin: 0;
    padding: 0 10px 10px;
    text-align: center;
  }
}

/***********************************************/
/*CTA・その他ボタン		                       */
/***********************************************/

.cta-btn a {
    width: 270px;
    margin: 0 auto 40px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.25em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 18px;
    transition: background-color .1s linear;
    background-color: #f08300;
}

.cta-btn a:link,
.cta-btn a:visited {
    color: #fff;
    text-decoration: none;
}

.cta-btn a:hover {
    background-color: #ffeed9;
    color: #f08300;
    text-decoration: none;
}

.cta-btn a.\+arrow {
    position: relative;
}

.cta-btn a.\+arrow::after {
    content: "";
    width: 16px;
    height: 16px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: rotate(45deg);
    box-sizing: border-box;
    margin-top: -8px;
}

.other-btn a {
    width: 270px;
    margin: 0 auto 40px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.25em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 18px;
    transition: background-color .1s linear;
    background-color: #003894;
}

.other-btn a:link,
.other-btn a:visited {
    color: #fff;
    text-decoration: none;
}

.other-btn a:hover {
    background-color: #D9E7FF;
    color: #003894;
    text-decoration: none;
}

.other-btn a.\+arrow {
    position: relative;
}

.other-btn a.\+arrow::after {
    content: "";
    width: 16px;
    height: 16px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: rotate(45deg);
    box-sizing: border-box;
    margin-top: -8px;
}

/***********************************************/
/*シェアボタン		                       */
/***********************************************/

.sns-share-buttons {
  width: 310px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}

.twitter-share {
  width: 150px;
  padding: 15px 0;
  background: #1da1f2;
  text-align: center;
  font-size: 18px;
}

.twitter-share:link,.twitter-share:visited {
  color: #fff;
}

.fa-twitter {
  color: #fff;
  margin-right: 5px;
}

.facebook-share {
  width: 150px;
  padding: 15px 0;
  background: #3b5998;
  text-align: center;
  font-size: 18px;
}

.facebook-share:link,.facebook-share:visited {
  color: #fff;
}

.fa-facebook-f {
  color: #fff;
  margin-right: 5px;
}

/***********************************************/
/*商品枠		                       */
/***********************************************/
.product {
  background: #d5ebe7;
  margin-bottom: 40px;
  padding: 40px 0 20px;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
  align-content: stretch;
}

.item1,.item2,.item3,.item4,.item5,.item6 {
	width: 314px;
	text-align: left;
  background: #fff;
}

.item1,.item2,.item4,.item5 {
	margin: 0 19px 20px 0;
}

.item3,.item6 {
  margin: 0 0 20px 0;
}

.item1 img,.item2 img,.item3 img,.item4 img,.item5 img,.item6 img {
	width: 314px;
	height: 175px;
  object-fit: cover;
  margin-bottom: 10px;
}

.item1 p,.item2 p,.item3 p,.item4 p,.item5 p,.item6 p {
  width: 285px;
  margin: auto;
}

.star-orange {
  color: #f08300;
}

.price {
  color: red;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .product {
    width: 90%;
    margin: 0 auto 40px;
    padding: 0;
    background: #fff;
  }

  .item1,.item2,.item3,.item4,.item5,.item6 {
    width: 49%;
    max-width: 380px;
    text-align: left;
  }

  .item1,.item3,.item5 {
    margin: 0 2% 0 0;
  }

  .item2,.item4,.item6 {
    margin: 0;
  }

  .item1 img,.item2 img,.item3 img,.item4 img,.item5 img,.item6 img {
    width: 100%;
    max-width: 380px;
    height: 180px;
    object-fit: cover;
    margin-bottom: 10px;
  }

  .item1 p,.item2 p,.item3 p,.item4 p,.item5 p,.item6 p {
    width: 100%;
    margin: 0;
  }

  .star-orange {
    color: #f08300;
  }

  .price {
    color: red;
    font-weight: bold;
    font-size: 18px;
  }
}





.product-top {
  margin-bottom: 40px;
}

.product-top .flex-container {
    display: flex;
    justify-content: space-between;
}

.itema,.itemb,.itemc,.itemd {
  width: 210px;
  border: 1px solid #003894;
  border-top: 5px solid #003894;
  padding: 0 9px 10px;
  display: grid;
}

.itema img,.itemb img,.itemc img,.itemd img {
  width: 210px;
  height: 174px;
  object-fit: cover;
}

.itema p,.itemb p,.itemc p,.itemd p {
  text-align: left;
  margin: 0;
}

.product-top .star-orange {
  color: #f08300;
}

.product-top .price {
  color: red;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .product-top {
    width: 90%;
    margin: 0 auto 40px;
    padding: 0;
    background: #fff;
  }

  .itema,.itemb,.itemc,.itemd {
    width: 100%;
    text-align: left;
  }

  .itema,.itemc {
    margin: 0 2% 0 0;
  }

  .itemb,.itemd {
    margin: 0 0 10px;
  }

  .itema img,.itemb img,.itemc img,.itemd img {
    width: 45%;
    max-width: 380px;
    height: auto;
    object-fit: cover;
    margin-bottom: 10px;
  }

  .itema p,.itemb p,.itemc p,.itemd p {
    margin: 14px 0 0;
  }

  .star-orange {
    color: #f08300;
  }

  .price {
    color: red;
    font-weight: bold;
    font-size: 18px;
  }
  br.pc_br {