@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 897px) {
	.sp {
		display: none;
	}
}
@media screen and (max-width: 896px) {
	.pc {
		display: none;
	}
	img {
		max-width: 100%;
	}
}
* {
	box-sizing: border-box;
}
.txt {
	float: none;
}
p {
	font-size: 16px!important;
}
.teiki_guide {
	font-size: 16px!important;
	font-family: "Kiwi Maru", serif;
	margin: 0;
	line-height: 160%!important;
	color: #005a8d;
	letter-spacing: -1px;
}
.teiki_guide h1 {
	margin: 0;
}
.teiki_guide h2 {
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 42px;
}
@media screen and (max-width: 896px) {
	.teiki_guide h2 {
		margin: 0 auto 30px auto;
	}
	.teiki_guide .inner {
		margin: auto 5%;
	}
}
.teiki_guide ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.teiki_guide img {
	vertical-align: bottom;
}

/* benefit */
.teiki_guide .benefit {
	background: url("../../img/contents/teiki_guide/benefit_bg.jpg") no-repeat 0 0;
	background-size: cover;
	padding-top: 30px;
}
@media screen and (max-width: 896px) {
	.teiki_guide .benefit .inner {
		margin: auto 2%;
	}
}
.teiki_guide .benefit h2 {
	margin-bottom: 20px;
}
.teiki_guide .benefit ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.teiki_guide .benefit ul li {
	width: 207px;
	height: 207px;
	border-radius: 50%;
	border: solid 2px #005a8d;
	background: #FFF;
	-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
	margin: 0 15px;
	text-align: center;
	display: flex;
    flex-direction: column; /* 縦並び */
    justify-content: center; /* 縦方向の中央揃え */
    align-items: center;
	position: relative;
}
.teiki_guide .benefit ul li::before {
	position: absolute;
	content: "";
	width: 54px;
	height: 54px;
	top: 0;
	left: 0;
}
@media screen and (max-width: 896px) {
	.teiki_guide .benefit ul {
		justify-content: space-around;
	}
	.teiki_guide .benefit ul li {
		width: 160px;
		height: 160px;
		margin: 0;
	}
	.teiki_guide .benefit ul li::before {
		width: 40px;
		height: 40px;
	}
}
.teiki_guide .benefit ul li.no1::before {
	background: url("../../img/contents/teiki_guide/no1.png") no-repeat 0 0;
	background-size: 100%;
}
.teiki_guide .benefit ul li.no2::before {
	background: url("../../img/contents/teiki_guide/no2.png") no-repeat 0 0;
	background-size: 100%;
}
.teiki_guide .benefit ul li.no3::before {
	background: url("../../img/contents/teiki_guide/no3.png") no-repeat 0 0;
	background-size: 100%;
}
.teiki_guide .benefit ul li p.txt {
	font-size: 24px!important;
	width: 100%;
	margin: 15px 0;
	text-align: center;
	line-height: 120%;
}
.teiki_guide .benefit ul li p.txt strong {
	font-size: 28px;
	background: linear-gradient(transparent 75%, #ffe066 25%);
}
.teiki_guide .benefit ul li p.txt span {
	font-size: 18px;
	color: #FFF;
	background: #005a8d;
	padding: 2px 10px;
	border-radius: 15px;
	display: inline-block;
    margin-bottom: 3px;
}
@media screen and (max-width: 896px) {
	.teiki_guide .benefit ul li p.txt {
		font-size: 18px!important;
		margin: 10px 0;
	}
	.teiki_guide .benefit ul li p.txt strong {
		font-size: 24px;
		background: linear-gradient(transparent 75%, #ffe066 25%);
	}
	.teiki_guide .benefit ul li p.txt span {
		font-size: 14px;
		padding: 5px 10px;
		border-radius: 15px;
		margin-bottom: 2px;
		line-height: 100%;
	}
}
.teiki_guide .benefit ul li .img {
	width: 40%;
	margin: 0 auto;
	text-align: center;
}
.teiki_guide .benefit .annotation {
	line-height: 160%;
	margin: 20px 0;
}
@media screen and (min-width: 897px) {
	.teiki_guide .benefit ul li .img {
		width: 100%;
	}
	.teiki_guide .benefit .annotation {
		text-align: center;
		margin: 30px 0;
	}
}

.teiki_guide .renewal_cp {
	text-align: center;
	margin: 30px 0 40px 0;
}
@media screen and (max-width: 896px) {
	.teiki_guide .renewal_cp {
		margin: 20px 2% 30px 2%;
	}
}

/* point */
.teiki_guide .point {
	background: url("../../img/contents/teiki_guide/point_bg.jpg") no-repeat 0 0;
	background-size: cover;
	padding: 30px 0 65px 0;
	position: relative;
}
.teiki_guide .point::after {
	content: "";
	position: absolute;
	background: url("../../img/contents/teiki_guide/wave-t.png") no-repeat 0 100%;
	background-size: 100%;
	width: 100%;
	height: 15px;
	bottom: 0;
	left: 0;
}
.teiki_guide .point ul li {
	background: #FFF;
	border-radius: 15px;
	align-items: center;
	padding: 15px;
	margin-bottom: 20px;
}
@media screen and (min-width: 897px) {
	.teiki_guide .point ul {
		width: 740px;
		margin: auto;
	}
	.teiki_guide .point ul li {
		display: flex;
		padding: 25px!important;
	}
}
.teiki_guide .point ul li .icon {
	display: block;
	text-align: center;
	width: 20%;
	margin: auto;
}
.teiki_guide .point ul li h3 {
	font-size: 21px;
	margin: 10px 0;
	text-align: center;
}
.teiki_guide .point ul li p {
	margin: 0;
}
@media screen and (min-width: 897px) {
	.teiki_guide .point ul li .icon {
		width: 60px;
		margin: 0 10px 0 0;
	}
	.teiki_guide .point ul li h3 {
		font-size: 21px;
		margin: 0 10px 0 0;
		width: 250px;
		text-align: left;
	}
	.teiki_guide .point ul li p {
		width: 380px;
	}
}
.teiki_guide .point .annotation {
	margin: 30px 0 0 0;
	text-align: center;
}
.teiki_guide .point .annotation .txt_link {
	color: #ff8c00;
}
.teiki_guide .point .annotation .txt_link:hover {
	text-decoration: none;
}

/* voice */
.teiki_guide .voice {
	padding: 40px 0;
	text-align: center;
}
@media screen and (max-width: 896px) {
	.teiki_guide .voice {
		padding: 30px 0;
	}
}

/* flow */
.teiki_guide .flow {
	padding: 45px 0;
	background: url("../../img/contents/teiki_guide/flow_bg.jpg") no-repeat 0 0;
	background-size: cover;
	position: relative;
}
.teiki_guide .flow::before {
	content: "";
	position: absolute;
	background: url("../../img/contents/teiki_guide/wave-b.png") no-repeat 0 0;
	background-size: 100%;
	width: 100%;
	height: 15px;
	top: 0;
	left: 0;
}
.teiki_guide .flow h2 {
	margin: 0 auto 20px auto;
}
.teiki_guide .flow .explanation {
	margin: 20px 0 30px 0;
	text-align: center;
}
@media screen and (max-width: 896px) {
	.teiki_guide .flow h2 {
		margin: 0 auto 10px auto;
	}
	.teiki_guide .flow .explanation {
		margin: 10px 0 20px 0;
		line-height: 140%;
	}
}
.teiki_guide .flow ul li {
	background: #FFF;
	border-radius: 20px;
	padding: 15px;
	margin: 35px 0 15px 0;
}
@media screen and (min-width: 897px) {
	.teiki_guide .flow ul {
		display: flex;
		margin: auto;
		flex-wrap: wrap;
		width: 750px;
	}
	.teiki_guide .flow ul li {
		width: 240px;
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
		margin: 20px 5px 15px 5px;
	}
}
.teiki_guide .flow ul li .head {
	padding: 0 0 15px 0;
	background: url("../../img/contents/teiki_guide/dot_yellow.png") repeat-x 0 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.teiki_guide .flow ul li .head .no {
	display: block;
	text-align: center;
	width: 54px;
	margin: -35px auto 0 auto;
}
.teiki_guide .flow ul li .head .icon {
	display: block;
	text-align: center;
	width: 87px;
	margin: 10px auto;
}
.teiki_guide .flow ul li .head h3 {
	font-size: 21px;
	margin: auto 0;
	text-align: center;
}
.teiki_guide .flow ul li p {
	margin: 15px 0 0 0;
}

/* item_select */
.teiki_guide .item_select {
	padding: 0 0 60px 0;
	position: relative;
}
@media screen and (max-width: 896px) {
	.teiki_guide .item_select {
		padding: 0 0 30px 0;
	}
}
.teiki_guide .item_select h2 {
	margin-top: -30px;
}
@media screen and (max-width: 896px) {
	.teiki_guide .item_select h2 {
		margin-bottom: 10px;
	}
}
.teiki_guide .item_select ul {
	margin: 0 auto;
}
@media screen and (min-width: 897px) {
	.teiki_guide .item_select ul {
		width: 750px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
	}
}
.teiki_guide .item_select ul li {
	margin: 5px;
}
@media screen and (max-width: 896px) {
	.teiki_guide .item_select ul {
		margin: 0 5%;
	}
	.teiki_guide .item_select ul li {
		margin: 5px 0;
	}
}

/* contact */
.teiki_guide .contact {
	position: relative;
	background: url("../../img/contents/teiki_guide/flow_bg.jpg") no-repeat 0 0;
	background-size: cover;
	padding: 60px 0;
	text-align: center;
}
@media screen and (max-width: 896px) {
	.teiki_guide .contact {
		padding: 30px 0;
	}
}
.teiki_guide .contact::before {
	content: "";
	position: absolute;
	background: url("../../img/contents/teiki_guide/wave-b.png") no-repeat 0 0;
	background-size: 100%;
	width: 100%;
	height: 15px;
	top: 0;
	left: 0;
}
.teiki_guide .contact::after {
	content: "";
	position: absolute;
	background: url("../../img/contents/teiki_guide/wave-t.png") no-repeat 0 100%;
	background-size: 100%;
	width: 100%;
	height: 15px;
	bottom: 0;
	left: 0;
}
.teiki_guide .contact h2 {
	font-size: 32px;
	line-height: 140%;
}
@media screen and (max-width: 896px) {
	.teiki_guide .contact .inner {
		margin: 0 5%;
	}
	.teiki_guide .contact h2 {
		font-size: 21px;
	}
}
.teiki_guide .contact .tel_box {
	text-align: center;
	margin: 20px 0;
    line-height: 140%;
}
.teiki_guide .contact .tel_box small {
	font-size: 18px;
}
@media screen and (max-width: 896px) {
	.teiki_guide .contact .tel_box {
		margin: 15px 0;
	}
	.teiki_guide .contact .tel_box a {
		width: 45%;
		display: inline-block;
	}
	.teiki_guide .contact .tel_box small {
		font-size: 14px;
	}
}

/* note */
.teiki_guide .note {
	padding: 30px 0;
}
@media screen and (min-width: 897px) {
	.teiki_guide .note .inner {
		width: 740px;
		margin: auto;
	}
}
.teiki_guide .note h3 {
	font-size: 21px;
	margin: 0 0 15px 0;
	padding-left: 30px;
	background: url("../../img/contents/teiki_guide/list_dot.png") no-repeat 0 50%;
}
.teiki_guide .note p {
	padding-left: 30px;
	margin: 15px 0 20px 0;
}
.teiki_guide .note p strong {
	font-size: 18px;
}
.teiki_guide .note .img {
	margin: 30px 0;
	text-align: center;
}
.teiki_guide .note p .txt_link {
	color: #005a8d;
}
.teiki_guide .note p .txt_link:hover {
	text-decoration: none;
}






