@charset "utf-8";

/*===================================================
タイトル
===================================================*/
#other .titBox {
	margin: 50px auto 15px auto;
}

#other h1 {
	font-size: 300%;
	line-height: 1;
	color: #396aa5;
	font-weight: 400;
	text-align: center;
	border: none;
	padding	: 0;
}
#other h1 span {
	display: inline;
	font-size: 100%;
	background-image: none;
	padding: 0;
	margin: 0 0 0 -0.3em;
}

#other h2 {
	font-size: 250%;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 30px;
}

#other h2 span {
    background: linear-gradient(transparent 60%, #ffff66 20%);
	padding: 0 10px 0 3px;
}

#renewalSub {
	font-size: 120%;
	text-align: center;
	line-height: 1.7;
}

.renewalCopy {
	font-size: 110%;
	line-height: 1.7;
	margin-bottom: 10px;
}

@media screen and ( max-width:665px ) {
#other .titBox {
	margin: 30px auto 10px auto;
}

#other h1 {
	font-size: 200%;
}

#other h2 {
	font-size: 200%;
	margin-bottom: 15px;
}

#renewalSub,
.renewalCopy {
	font-size: 100%;
	text-align: left !important;
}
}


/*===================================================
コンテンツ
===================================================*/
#other #contents {
	margin-top: 0;
}

#other #contentsMain {
	float: none;
	width: 100%;
}

.renewal_Box {
	border-bottom: 1px solid #396aa5;
	padding-bottom: 50px;
	margin: 50px auto;
}

.renewal_list ul {
	margin-left: 1em;
}

.renewal_list li {
	font-size: 110%;
	line-height: 1.7;
	text-indent: -1em;
	margin-top: 7px;
}
.renewal_list li::before {
  content: "・";
}
.renewal_list li:first-child {
	margin-top: 0;
}

.renewal_list li b {
	font-weight: normal;
    background: linear-gradient(transparent 50%, #ffff66 40%);
}

@media screen and ( max-width:665px ) {
.renewal_Box {
	padding-bottom: 30px;
	margin: 30px auto;
}

.renewal_list li {
	font-size: 100%;
}
}


/*===================================================
スマートフォンに対応
===================================================*/
#renewal_spInfo dl {
	display: table;
	width: 100%;
	margin: 0 auto 0 0;
}

#renewal_spInfo dt,
#renewal_spInfo dd {
	display: table-cell;
	vertical-align: bottom;
}

#renewal_spInfo dt {
}

#renewal_spInfo dd {
	width: 300px;
	padding-left: 30px;
}

@media screen and ( max-width:665px ) {
#renewal_spInfo dt,
#renewal_spInfo dd {
	display: block;
	width: 100%;
}

#renewal_spInfo dd {
	text-align: center;
	padding-left: 0;
}
#renewal_spInfo dd img {
	width: 80%;
}
}


/*===================================================
画像
===================================================*/
.renewal_imgBox {
	width: 90%;
	margin: 30px auto 0 auto;
}

.renewal_imgBox li {
	box-sizing: border-box;
	float: right;
	width: 50%;
	text-align: center;
	padding-left: 15px;
}
.renewal_imgBox li:first-child {
	float: left;
	padding: 0 15px 0 0;
}

.renewal_imgBox li img {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ccc;
}

@media screen and ( max-width:665px ) {
.renewal_imgBox {
	margin-top: 15px;
}

.renewal_imgBox li {
	float: none !important;
	width: 100%;
	padding: 0 !important;
}
.renewal_imgBox li:first-child {
	margin-bottom: 10px;
}

.renewal_imgBox li img {
	width: 90%;
}
}


/*===================================================
フッター
===================================================*/
#footLinkBoxOut {
    margin-bottom: 0;
}

/*===================================================
ページトップ
===================================================*/
@media screen and ( max-width:665px ) {
#bt_to_top {
	bottom: 15px;
}
}