.maintitle{
font-size:30px;
margin-top:60px;
margin-bottom:60px;
}
.subtitle{
font-size:26px;
margin-top:120px;
margin-bottom:50px;
}
.subtitle2{
  font-size:22px;
  margin-top:50px;
  margin-bottom:30px;
  }
.article{
  line-height:200%;
}
.btn-cdjapan {
  display: inline-block;
  position: relative;
  padding: 0.5em 1.4em;
  text-decoration: none;
  background: #668ad8; /* ボタン色 */
  color: #FFF;
  border-bottom: solid 5px #36528c; /* ボタン色より暗めに */
  border-right: solid 5px #5375bd; /* ボタン色より暗めに */
  font-size: 18px;
}

.btn-cdjapan a {
  color: #ffffff !important;
  font-weight: bold;
  text-decoration: none;
}

.btn-cdjapan a:hover {
  color: blue !important;
  text-decoration: underline;
}

.btn-cdjapan:before {
  content: " ";
  position: absolute;
  bottom: -5px;
  left: -1px;
  width: 0;
  height: 0;
  border-width: 0 10px 10px 0px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #FFF;
}

.btn-cdjapan:after {
  content: " ";
  position: absolute;
  top: -1px;
  right: -5px;
  width: 0;
  height: 0;
  border-width: 0px 6px 6px 0px;
  border-style: solid;
  border-color: #FFF;
  border-bottom-color: transparent;
}

.price-date{font-size:24px;padding-bottom:10px;padding-top:10px;text-align: center;}
.price-price{font-size:28px;text-align: center;font-weight:bold;}

blockquote {
  position: relative;
  padding: 7px 16px;
  box-sizing: border-box;
  color: #464646;
  border: solid 3px #72ccf4;
}

blockquote:before{
  display: inline-block;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  content: "\f10d";
  font-family: FontAwesome;
  background: #72ccf4;
  color: #FFF;
  font-size: 22px;
  font-weight: 900;
}

blockquote:after{
  display: inline-block;
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  content: "\f10e";
  font-family: FontAwesome;
  background: #72ccf4;
  color: #FFF;
  font-size: 22px;
  font-weight: 900;
}

blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.tips{
	font-weight:normal;
	font-size: 16px;
 margin:20px 40px 30px 40px;
 padding:20px 40px 20px 30px;
 border:1px dashed #ffa500;
}
.tips a{
	color:#dc143c;
	text-decoration:underline;
}
.tips .tips-title{
    font-size: 24px;
    background: #FFF;
    color: #dc143c;
    font-weight: bold;
    margin-top:10px;
    margin-bottom:20px;
}