﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');


.purchaseContentBox {
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .purchaseContentBox {
    margin-bottom: 140px;
  }
}
.secPurchase {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .secPurchase {
    margin-bottom: 56px;
  }
}

.secPurchaseTop {
	font-size: 14px;
  margin-bottom: 56px;
}


.secPurchaseItem .PurchaseItemTxt {
  font-size: 13px;
	margin-bottom: 16px;
}

.secPurchaseAtt {
  margin: 60px 0;
}
@media screen and (min-width: 769px) {
  .secPurchaseAtt {
    margin: 80px 0;
  }
}

.secPurchaseItem h2,
.secPurchaseAtt h2 {
  position: relative;
    padding-bottom: 15px;
    color: #2466af;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 12px;
}
.secPurchaseItem h2::after,
.secPurchaseAtt h2::after {
  display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #2466af;
    content: "";
}

.secPurchaseAttList {
  font-size: 10px;
}
.secPurchaseAttList li + li {
  margin-top: 24px;
}
.secPurchaseAttList li a {
  color: #2466af;
  text-decoration: underline;
  -webkit-transition: .3s;
          transition: .3s;
}
.secPurchaseAttList li a:hover {
  opacity: .6;
}
.secPurchaseAtt .inList li {
  margin-top: 0;
}

.secPurchaseDay .PurchaseDayTxt{
	font-size: 14px;
	text-align: right;
}


.PurchaseGuideTxt {
  text-align: center;
}
.secPurchaseGuide .PurchaseGuideBtn {
  margin: 32px 0;
	width: 100%;
}
@media screen and (min-width: 769px){
	.secPurchaseGuide .PurchaseGuideBtn{
		width: 600px;
		margin:32px auto;
	}
}
.secPurchaseGuide .PurchaseGuideBtn a {
  position: relative;
	padding:8px 0;
  display: block;
  border: 1px solid #2466af;
  border-radius: 40px;
  background: #fff;
  color: #2466af;
  text-align: center;
  font-weight: 500;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media screen and (min-width: 769px) {
	.secPurchaseGuide .PurchaseGuideBtn a{
		padding:16px 0;
	}
}
.secPurchaseGuide .PurchaseGuideBtn a:after {
  position: absolute;
  top: 50%;
  right: 25px;
  content: '\e900';
  font-size: 10px;
  font-family: ico;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.secPurchaseGuide .PurchaseGuideBtn a:hover {
  background: #2466af;
  color: #fff;
;
}
.secPurchaseGuide .PurchaseGuideBtn a:hover:after {
  right: 15px;
}

.PurchaseGuideBtnPdf {
  margin-left: 8px;
  padding: 0 8px;
  border-radius: 8px;
  background: #fd504d;
  color: #fff;
  font-size: 13px;
}
