@charset "utf-8";

.contents {
	color: #222;
	overflow-x: hidden;
	width: 100%;
}

.colorMain {
	color: #339802;
}
.colorCaution {
	color: #900;
}

#mainVisual {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	width: 1366px;
	margin: 0 auto;
}
#mainVisual .mvArea {
	flex: 1;
	min-width: 0;
	position: relative;
	z-index: 1;
}
#mainVisual .mvArea .sliderWrap .slider,
#mainVisual .mvArea .sliderWrap {
	width: 100%;
}
#mainVisual .mvArea .sliderWrap .slider {
	display: none;
}
#mainVisual .mvArea .sliderWrap .slider.slick-initialized {
	display: block;
}
#mainVisual .mvArea .sliderWrap .slider .slide img {
	width: 100%;
}
#mainVisual .mvArea .alert_urgent {
	background-color: #900;
	max-width: 100%;
	width: 100%;
}
#mainVisual .mvArea .alert_urgent dl {
	color: #fff;
	font-size: 16px;
}
#mainVisual .mvArea .alert_urgent dl dt {
	border-right: 2px solid #fff;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 166px;
}
#mainVisual .mvArea .alert_urgent dl dt .icon_alert {
	background: none;
	padding: 10px;
}
#mainVisual .mvArea .alert_urgent dl dd {
	padding: 10px 32px;
}
#mainVisual .mvArea .alert_urgent dl dd a {
	color: #fff !important;
	font-size: 16px;
}
#mainVisual .mvArea .alert_urgent dl dd .new {
	background: #fff;
	color: #900;
	padding: 2px 8px;
	margin-left: 8px;
	vertical-align: middle;
}
#mainVisual .mvArea #readspeaker_button1 {
	left: 10px;
	right: auto;
}
#mainVisual .mvArea #xp1 {
	left: 10px;
	right: auto;
}
#mainVisual .pcMvMenu {
	background-color: #fff;
	font-size: 16px;
	position: relative;
	width: 470px;
	z-index: 1;
}
#mainVisual .pcMvMenu .searchBox {
	padding: 19px 32px;
	height: 148px;
}
#mainVisual .pcMvMenu .ttl {
	font-size: 142.86%;
	font-weight: bold;
}

#mainVisual .pcMvMenu #SS_searchFormMV {
	border: 1px solid #ccc;
	border-radius: 30px;
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	margin-top: 16px;
	padding: 9px;
}
#mainVisual .pcMvMenu #SS_searchFormMV .searchInputArea {
	flex: 1;
	min-width: 0;
	padding: 0;
}
#mainVisual .pcMvMenu #SS_searchFormMV .searchInputArea input[type="text"] {
	background: none;
	width: 100%;
	height: 40px;
	padding: 0 14px;
}
#mainVisual .pcMvMenu #SS_searchFormMV .submitBtnWrap {
	background: #666 url(../images/icon_search_w.png) no-repeat center center / 16px auto;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	overflow: hidden;
	padding: 0;
	position: static;
	top: 0;
	margin-top: 0;
	margin-left: 9px;
	text-indent: -9999px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#mainVisual .pcMvMenu .historyBox {
	overflow: hidden;
	padding: 0 32px 19px;
	height: 145px;
}
#mainVisual .pcMvMenu .historyBox .show_page_list {
	margin-top: 8px;
	overflow: hidden;
	height: 86px;
}
#mainVisual .pcMvMenu .historyBox .show_page_list .col_1_2 {
	width: auto;
	max-width: 398px;
	margin: 8px 8px 0 0;
	min-height: 34px;
	overflow: hidden;
}
#mainVisual .pcMvMenu .historyBox .show_page_list .col_1_2 .colInner {
	overflow: hidden;
	width: 100%;
}
#mainVisual .pcMvMenu .historyBox .show_page_list .col_1_2 .colInner a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#mainVisual .pcMvMenu .historyBox .show_page_list a {
	background-color: #009e94;
	border-radius: 17px;
	color: #fff;
	display: inline-block;
	padding: 5px 16px;
}
#mainVisual .pcMvMenu .btnBoxWrap {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	height: 294px;
}
#mainVisual .pcMvMenu .btnBoxWrap .col {
	width: 234px;
}
#mainVisual .pcMvMenu .btnBoxWrap .personalWrap {
	background-color: #f78819;
	padding: 24px 24px 18px;
}
#mainVisual .pcMvMenu .btnBoxWrap .business {
	background-color: #48869a;
	padding: 24px 24px 18px;
}
#mainVisual .pcMvMenu .btnBoxWrap .bigAdvance {
	background-color: #13332c;
	margin-top: 2px;
	padding: 24px;
}
#mainVisual .pcMvMenu .btnBoxWrap .col .ttl {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 16px;
	text-align: center;
}
#mainVisual .pcMvMenu .btnBoxWrap .col .about + .btn {
	margin-top: 15px;
}
#mainVisual .pcMvMenu .btnBoxWrap .col .btn {
	background-color: #fff;
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 62px;
	padding: 8px;
	position: relative;
	text-align: center;
}
#mainVisual .pcMvMenu .btnBoxWrap .col .btn:after {
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-color: transparent transparent #fff transparent;
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 4px;
	bottom: 4px;
}
#mainVisual .pcMvMenu .btnBoxWrap .personalWrap .btn {
	color: #945110;
}
#mainVisual .pcMvMenu .btnBoxWrap .personalWrap .btn:after {
	border-color: transparent transparent #f78819 transparent;
}
#mainVisual .pcMvMenu .btnBoxWrap .business .btn {
	color: #2b505c;
}
#mainVisual .pcMvMenu .btnBoxWrap .business .btn:after {
	border-color: transparent transparent #48869a transparent;
}
#mainVisual .pcMvMenu .btnBoxWrap .bigAdvance .btn:after {
	border-color: transparent transparent #13332c transparent;
}
#mainVisual .pcMvMenu .btnBoxWrap .col .btn .sub {
	font-size: 12px;
}
#mainVisual .pcMvMenu .btnBoxWrap .bigAdvance .btn img {
	width: 100%;
}
#mainVisual .pcMvMenu .btnBoxWrap .col .about {
	margin-top: 10px;
}
#mainVisual .pcMvMenu .btnBoxWrap .col .about a {
	border-bottom: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 14px;
	padding-bottom: 3px;
	position: relative;
}
#mainVisual .pcMvMenu .btnBoxWrap .col .about a:after {
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-color: transparent transparent #fff transparent;
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	bottom: 2px;
}

.topCaution {
	padding: 40px 0;
}
.topCaution .cautionBtn {
	text-align: center;
}
.topCaution .cautionBtn .btn {
	background: url(../images/bg_alert_button_l.png) no-repeat 0 0, #fff url(../images/bg_alert_button_r.png) no-repeat right center / contain;
	border: 4px solid #900;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding: 22px 36px;
}
.topCaution .cautionBtn .btn:before {
	background: url(../images/icon_alert_02.png) no-repeat center center / contain;
	content: "";
	display: inline-block;
	width: 35px;
	height: 42px;
	margin-right: 16px;
	vertical-align: middle;
}
.topCaution .cautionBtn .btn .colorCaution {
	font-size: 24px;
}
.section_top_menu {
	padding: 32px 0 60px;
	position: relative;
}
.section_top_menu .wrapInner {
	overflow: visible;
	position: relative;
}
.section_top_menu .wrapInner:before {
	background: url(../images/bg_main_card_pc.png) no-repeat center center / contain;
	content: "";
	display: block;
	width: 399px;
	height: 479px;
	position: absolute;
	right: 0;
	top: -82px;
	z-index: 1;
}
.section_top_menu .wrapInner:after {
	background: url(../images/bg_main_menu_pc.png) no-repeat center center / contain;
	content: "";
	display: block;
	width: 1223px;
	height: 157px;
	position: absolute;
	left: 20px;
	top: -32px;
	z-index: 2;
}
.section_top_menu .menuList {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	position: relative;
	z-index: 3;
}
.section_top_menu .menuList li + li {
	margin-left: 40px;
}
.section_top_menu .menuList a {
	border-bottom: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 3px;
	position: relative;
	width: 140px;
}
.section_top_menu .menuList a:after {
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-color: transparent transparent #fff transparent;
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	bottom: 1px;
}
.section_top_menu .btnWrap {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	justify-content: center;
	margin-top: 40px;
	position: relative;
	z-index: 3;
}
.section_top_menu .btnWrap .btn {
	background-color: #339802;
	color: #fff;
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	text-align: center;
	width: 230px;
	height: 62px;
}
.section_top_menu .btnWrap .btn + .btn {
	margin-left: 40px;
}
.section_top_menu .btnWrap .btn:after {
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-color: transparent transparent #fff transparent;
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 4px;
	bottom: 4px;
}
.ttlWrap {
	color: #222;
	font-family: "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ttlWrap.h2Ttle {
	margin-bottom: 40px;
}
.ttlWrap.h2Ttle .ttl .jp {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.8;
}
.ttlWrap.h2Ttle .ttl .jp .main {
	font-size: 48px;
}
.ttlWrap.h2Ttle .ttl .en {
	font-size: 20px;
	font-weight: bold;
}
.section_trouble {
	padding: 36px 0 108px;
	position: relative;
	z-index: 2;
}
.section_trouble .wrapInner {
	overflow: visible;
	position: relative;
}
.section_trouble .wrapInner:before {
	background: url(../images/bg_stripe.png);
	content: "";
	display: block;
	width: 100vw;
	height: 600px;
	position: absolute;
	right: 20px;
	bottom: 0;
	z-index: 1;
}
.section_trouble .wrapInner:after {
	background: url(../images/bg_main_trouble_pc.png) no-repeat center bottom / 100% auto;
	content: "";
	display: block;
	width: 1080px;
	height: 466px;
	position: absolute;
	left: 20px;
	bottom: 0;
	z-index: 2;
}
.section_trouble .troubleBody {
	position: relative;
	z-index: 3;
}
.section_trouble .lead {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.75;
	position: absolute;
	left: 0;
	top: 0;
}
.section_recommend {
	padding: 36px 0 0;
	position: relative;
	z-index: 1;
}
.section_recommend .wrapInner {
	overflow: visible;
	position: relative;
}
.section_recommend .wrapInner:before {
	background: url(../images/bg_main_card_pc.png) no-repeat center center / contain;
	content: "";
	display: block;
	width: 399px;
	height: 479px;
	position: absolute;
	right: -60px;
	top: -220px;
	z-index: 1;
}
.section_recommend .carouselWrap {
	z-index: 2;
}
.section_recommend .withi_column4 .carouselArea {
	margin: 0;
}
.section_recommend .carouselWrap .carouselArea li.slick-slide {
	padding: 0;
}
.section_recommend .carouselWrap .box_link.bd1 {
	border: none;
	border-right: 1px solid #339802;
}
.section_recommend .carouselWrap .box_link:before {
	right: 4px;
	bottom: 4px;
}
.section_recommend .withi_column4 .carouselArea .box_link.bd1 .img {
	margin: 0;
}
.section_recommend .withi_column4 .carouselArea .box_link .inner {
	font-size: 16px;
	padding: 16px 20px;
}
.section_recommend .carouselWrap .box_link .inner .cat {
	margin-top: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.section_recommend .carouselWrap .box_link .inner .cat .bgRed,
.section_recommend .carouselWrap .box_link .inner .cat .bgPurple,
.section_recommend .carouselWrap .box_link .inner .cat .bgPink,
.section_recommend .carouselWrap .box_link .inner .cat .bgBlue,
.section_recommend .carouselWrap .box_link .inner .cat .bgPink,
.section_recommend .carouselWrap .box_link .inner .cat .bgOrange,
.section_recommend .carouselWrap .box_link .inner .cat .bgGreen,
.section_recommend .carouselWrap .box_link .inner .cat .bgBeige,
.section_recommend .carouselWrap .box_link .inner .cat .cat_cardloan,
.section_recommend .carouselWrap .box_link .inner .cat .cat_lifeplan,
.section_recommend .carouselWrap .box_link .inner .cat .cat_campaign,
.section_recommend .carouselWrap .box_link .inner .cat .bgTurquoise {
	background-color: #222;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	padding: 6px 8px;
}
.section_service {
	padding: 120px 0 80px;
	position: relative;
}
.section_service:before {
	background-color: #e9fae1;
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1;
}
.section_service .wrapInner {
	overflow: visible;
	position: relative;
	z-index: 2;
}
.section_lifeplan {
	background: none;
	padding: 16px 0 40px;
	position: relative;
}
.section_lifeplan:before {
	background: url(../images/bg_stripe.png);
	content: "";
	display: block;
	width: calc(50% + 146px);
	height: 520px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.section_lifeplan .wrapInner {
	overflow: visible;
	position: relative;
	z-index: 2;
}
.section_lifeplan-consult::before {
	content: none;
}

.section_first {
	background: url(../images/bg_main_first_guide_pc.png) no-repeat center center / cover;
	/* margin-top: 120px; */
	padding: 80px 0 100px;
}
.section_first .ttl {
	color: #222;
	font-family: "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
}
.section_first .ttl .icon {
	display: inline-block;
	width: 32px;
}
.section_first .ttl .icon img {
	max-width: 100%;
}
.section_first .btnWrap {
	margin-top: 48px;
}
.section_first .btnWrap .btn {
	background-color: #009e94;
	border-radius: 30px;
	color: #fff;
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	width: 300px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
}
.section_news {
	padding-top: 120px;
}
.section_news .infoTabWrap .toggleDisplayTab ul {
	border-spacing: 4px;
	height: auto;
}
.section_news .infoTabWrap .toggleDisplayTab ul li {
	background: none;
	border: none;
	border-bottom: 4px solid #222;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	position: relative;
}
.section_news .infoTabWrap .toggleDisplayTab ul li.cur {
	background: none;
	border-bottom-color: #009933;
	color: #009933;
}
.section_news .infoTabWrap .toggleDisplayTab ul li.cur:after {
	border-style: solid;
	border-width: 10px 8px 0 8px;
	border-color: #009933 transparent transparent transparent;
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: calc(50% - 8px);
	top: 100%;
}
.section_news .infoTabWrap .infoList {
	margin-top: 20px;
}
.section_news .infoTabWrap .infoList ul li {
	border: none;
	margin: 0;
}
.section_news .infoTabWrap .infoList ul li + li {
	border-top: 1px solid #ccc;
}
.section_news .infoTabWrap .infoList ul li dl {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	padding: 20px 0;
}
.section_news .infoTabWrap .infoList ul li dl .type {
	order: 1;
	padding-right: 20px;
	width: 138px;
}
.section_news .infoTabWrap .infoList ul li dl dd.type p {
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	padding: 2px 0;
	text-align: center;
}
.section_news .infoTabWrap .infoList ul li.tgl_cat01 dl dd.type p {
	background: #005399;
	color: #fff;
}
.section_news .infoTabWrap .infoList ul li.tgl_cat02 dl dd.type p {
	background: #c58b00;
	color: #fff;
}
.section_news .infoTabWrap .infoList ul li.tgl_cat03 dl dd.type p {
	background: #7434b0;
	color: #fff;
}
.section_news .infoTabWrap .infoList ul li.tgl_cat04 dl dd.type p {
	background: #009799;
	color: #fff;
}
.section_news .infoTabWrap .infoList ul li.tgl_cat05 dl dd.type p {
	background: #34388c;
	color: #fff;
}
.section_news .infoTabWrap .infoList ul li.tgl_cat06 dl dd.type p {
	background: #82c500;
	color: #fff;
}
.section_news .infoTabWrap .infoList ul li dl .date {
	font-size: 16px;
	font-weight: normal;
	order: 2;
	padding-right: 30px;
	width: 170px;
}
.section_news .infoTabWrap .infoList ul li dl .txt {
	font-size: 16px;
	font-weight: normal;
	order: 3;
}
.section_news .infoTabWrap .infoList ul li a:hover dl .txt {
	color: #009933;
}
.section_news .infoTabWrap .infoList ul li dl .txt .txtB {
	font-weight: normal;
}
.section_attention .borderList.attention ul li dl .txt .ext,
.section_news .infoTabWrap .infoList ul li dl .txt .ext {
	background-color: #fff;
	border: 1px solid #dc0000;
	border-radius: 0;
	color: #dc0000;
	font-size: 12px;
	padding: 2px 3px;
}
.section_news .infoTabWrap .infoList ul li dl .txt .new {
	color: #dc0000;
}
.rankingDownloadWrap {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	flex-direction: column;
	min-width: 1366px;
}
.section_viewed {
	background: none;
	padding: 36px 0 60px;
}
.section_viewed .wrapInner {
	overflow: visible;
}
.section_viewed .rankingList {
	padding: 40px 0;
	position: relative;
}
.section_viewed .rankingList:before {
	background: #222 url(../images/bg_main_ranking_pc.png) no-repeat left center / auto 100%;
	content: "";
	display: block;
	width: calc(100vw - ((100vw - 1120px)/2));
	min-width: 1243px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.section_viewed .rankingList .first {
	background-color: #fff;
	padding: 24px 0 16px 90px;
	position: relative;
	z-index: 2;
}
.section_viewed .rankingList .bcat_area {
	background-color: #fff;
	position: relative;
	z-index: 2;
	padding: 0 0 24px 90px;
}
.section_viewed .rankingList .bcat_area li + li {
	margin-top: 16px;
}
.section_viewed .rankingList .bcat_area li:last-of-type {
	display: none;
}
.section_viewed .rankingList .first a,
.section_viewed .rankingList .bcat_area li a {
	border-bottom: 1px solid #339802;
	display: block;
	font-size: 22px;
	font-weight: bold;
	padding: 0 16px 6px 16px;
	position: relative;
}
.section_viewed .rankingList .first a:hover,
.section_viewed .rankingList .bcat_area li a:hover {
	color: #339802;
}
.section_viewed .rankingList .first a:before,
.section_viewed .rankingList .bcat_area li a:before {
	color: #222;
	display: block;
	font-family: "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 26px;
	font-weight: bold;
	width: 2em;
	position: absolute;
	right: calc(100% + 16px);
	top: 50%;
	transform: translate(0,-50%);
}
.section_viewed .rankingList .first a:before {
	color: #339802;
	content: "01";
}
.section_viewed .rankingList .bcat_area li:nth-of-type(1) a:before {
	color: #339802;
	content: "02";
}
.section_viewed .rankingList .bcat_area li:nth-of-type(2) a:before {
	color: #339802;
	content: "03";
}
.section_viewed .rankingList .bcat_area li:nth-of-type(3) a:before {
	content: "04";
}
.section_viewed .rankingList .bcat_area li:nth-of-type(4) a:before {
	content: "05";
}
.section_viewed .rankingList .first a:after,
.section_viewed .rankingList .bcat_area li a:after {
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-color: transparent transparent #339802 transparent;
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	bottom: 1px;
}
.section_viewed .rankingList .bcat_area li a .con {
	display: none;
}
.section_download {
	background: none;
	padding: 36px 0 120px;
	position: relative;
}
.section_download .wrapInner {
	overflow: visible;
	position: relative;
	z-index: 2;
}
.section_download .ttlWrap {
	padding-left: 280px;
	position: relative;
}
.section_download .downloadWrap {
	padding: 32px 0 40px 280px;
	position: relative;
}
.section_download .downloadWrap:before {
	background-color: #339802;
	content: "";
	display: block;
	width: 100vw;
	min-width: 1366px;
	height: 100%;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
}
.section_download .downloadWrap .img {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.section_download .downloadWrap .downloadBtnWrap {
	position: relative;
	z-index: 2;
}
.section_download .downloadWrap .downloadBtnWrap .ttl {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.section_download .downloadWrap .downloadBtnWrap .boxWrap {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	margin-top: 24px;
}
.section_download .downloadWrap .downloadBtnWrap .boxWrap .downloadBox {
	width: 286px;
}
.section_download .downloadWrap .downloadBtnWrap .boxWrap .downloadBox + .downloadBox {
	margin-left: 48px;
}
.section_download .downloadWrap .downloadBtnWrap .boxWrap .downloadBox .subTtl {
	background-color: #fff;
	border-radius: 2px;
	color: #339802;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 4px 0;
	text-align: center;
}
.section_download .downloadWrap .downloadBtnWrap .boxWrap .downloadBox .btnWrap {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
}
.section_download .downloadWrap .downloadBtnWrap .boxWrap .downloadBox .btnWrap .qrImg {
	margin-left: 32px;
}
.section_attention {
	background: #eee;
}
.section_attention .ttlWrap {
	margin-bottom: 24px;
	text-align: center;
}
.section_attention .ttlWrap .ttl {
	color: #980202;
	font-family: "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 32px;
	font-weight: bold;
}
.section_attention .ttlWrap.safetyTtl .ttl {
	font-size: 24px;
}
.section_attention .ttlWrap .ttl .icon {
	display: inline-block;
	margin-bottom: 6px;
	width: 44px;
}
.section_attention .borderList.attention ul {
	background-color: #fff;
	border: 2px solid #980202;
	font-size: 16px;
	padding: 0 30px;
}
.section_attention .borderList.attention ul li dl dt {
	width: 165px;
	font-weight: normal;
}
.section_attention .borderList.attention ul li dl .type {
	display: none;
}
.section_attention .borderList.attention ul li dl .txt .txtB {
	font-weight: normal;
}
.section_news .moreLink,
.section_attention .moreLink {
	margin-top: 32px;
}
.section_news .moreLink .btn,
.section_attention .moreLink .btn {
	background-color: #339802;
	border-radius: 30px;
	color: #fff;
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	width: 300px;
	height: 60px;
	margin: 0 auto;
}
.section_attention .safetyTtl {
	margin-top: 60px;
}
.section_attention .safetyTtl .ttl span {
	display: inline-block;
	position: relative;
}
.section_attention .safetyTtl .ttl span:after,
.section_attention .safetyTtl .ttl span:before {
	background: #980202;
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	position: absolute;
	top: 50%;
}
.section_attention .safetyTtl .ttl span:before {
	right: calc(100% + 30px);
}
.section_attention .safetyTtl .ttl span:after {
	left: calc(100% + 30px);
}

/*==========================================================================================================
 PC Only
 ==========================================================================================================*/
@media screen and (min-width: 801px) {

/* hover */
.section_top_menu .menuList a:hover,
.section_lifeplan .lifeplanTabWrap .lifeplanDetailWrap .lifeplanDetail a:hover,
.troubleCaseWrap .troubleCase a:hover,
.mainBtn:hover,
.btn:hover,
#mainVisual .pcMvMenu .historyBox .show_page_list a:hover,
#mainVisual .pcMvMenu #SS_searchForm .submitBtnWrap:hover {
	opacity: .6;
}
.section_lifeplan .lifeplanTabWrap .lifeplanDetailWrap .lifeplanDetail a:hover img,
.troubleCaseWrap .troubleCase a:hover img,
.btn:hover img {
	opacity: 1;
}

.personalTop #wrap {
	min-width: 1366px;
}

#mainVisual .mvArea .sliderWrap .slider .slick-dots {
	background-color: rgba(0, 0, 0, .8);
	border-radius: 9px;
	padding: 16px 6px;
	right: 27px;
	bottom: 50%;
	width: 18px;
	transform: translate(0,50%);
}
#mainVisual .mvArea .sliderWrap .slider .slick-dots li {
	border-radius: 50%;
	display: block;
	width: 6px;
	height: 6px;
}
#mainVisual .mvArea .sliderWrap .slider .slick-dots li + li {
	margin-top: 6px;
}
#mainVisual .mvArea .sliderWrap .slider .slick-dots li button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
}
#mainVisual .mvArea .sliderWrap .slider .slick-dots li.slick-active button {
	background-color: #339802;
}
#mainVisual .mvArea .alert_urgent {
	overflow: hidden;
	max-height: 47px;
}

.troubleCaseWrap {
	padding-top: 12px;
	padding-left: 314px;
	position: relative;
	width: 100%;
}
.troubleCaseWrap .troubleCase {
	position: absolute;
}
.troubleCaseWrap #case01 {
	position: relative;
	width: 520px;
}
.troubleCaseWrap #case02 {
	width: 326px;
	right: -100px;
	top: 12px;
}
.troubleCaseWrap #case03 {
	width: 326px;
	right: -100px;
	bottom: 0;
}
.troubleCaseWrap #case04 {
	width: 400px;
	left: 180px;
	top: calc(100% + 20px);
}
.troubleCaseWrap .troubleCase a {
	display: block;
	position: relative;
}
.troubleCaseWrap .troubleCase a .img {
	position: relative;
	z-index: 1;
}
.troubleCaseWrap .troubleCase a .txtWrap {
	background-color: rgba(0, 0, 0, .8);
	padding: 36px 20px 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
}
.troubleCaseWrap .troubleCase a .txtWrap .catch {
	position: absolute;
	left: 0;
	bottom: calc(100% - 17px);
}
.troubleCaseWrap .troubleCase a .txtWrap .catch span {
	background-color: #fff;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.33;
	padding: 4px 20px;
}
.troubleCaseWrap .troubleCase a .txtWrap .txt {
	color: #fff;
}
.troubleCaseWrap #case04 a .txtWrap .txt,
.troubleCaseWrap #case01 a .txtWrap .txt {
	font-size: 16px;
}
.troubleCaseListWrap {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	justify-content: flex-end;
	padding: 32px 32px 40px;
}
.troubleCaseListWrap ul li + li {
	margin-top: 24px;
}
.troubleCaseListWrap ul li a {
	border-bottom: 1px solid #339802;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 3px;
	position: relative;
	width: 426px;
}
.troubleCaseListWrap ul li a:hover {
	opacity: .6;
}
.troubleCaseListWrap ul li a:after {
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-color: transparent transparent #339802 transparent;
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	bottom: 1px;
}
.section_service .serviceLineupWrap {
	position: relative;
}
.section_service .serviceLineupWrap .bg {
	background: url(../images/bg_main_service_pc.png) no-repeat center center / cover;
	position: absolute;
	left: 240px;
	bottom: 0;
	width: 983px;
	height: 100%;
	z-index: 1;
}
.section_service .serviceLineupWrap .serviceLineupTabWrap {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	position: relative;
	z-index: 2;
}
.section_service .serviceLineupWrap .serviceLineupTabWrap .serviceLineup {
	width: 240px;
}
.section_service .serviceLineupWrap .serviceLineupTabWrap .serviceLineup li a {
	border-top: 1px solid #339802;
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	width: 240px;
	height: 68px;
}
.section_service .serviceLineupWrap .serviceLineupTabWrap .serviceLineup li:first-of-type a {
	border-top: none;
}
.section_service .serviceLineupWrap .serviceLineupTabWrap .serviceLineup li a:hover,
.section_service .serviceLineupWrap .serviceLineupTabWrap .serviceLineup li a.cur {
	background-color: #339802;
	color: #fff;
}
.section_service .serviceLineupWrap .serviceLineupTabWrap .serviceLineupDetailWrap {
	flex: 1;
	min-width: 0;
}
.section_service .serviceLineupWrap .serviceLineupTabWrap .serviceLineupDetailWrap .serviceLineupDetail {
	background-color: rgba(0, 0, 0, .5);
	display: none;
	padding: 40px;
	height: 797px;
}
.section_service .serviceLineupWrap .serviceLineupTabWrap .serviceLineupDetailWrap .serviceLineupDetail.show {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
}
.section_service .serviceLineupWrap .serviceLineupTabWrap .serviceLineupDetailWrap .serviceLineupDetail .col {
	width: 360px;
}
.section_service .serviceLineupWrap .serviceLineupTabWrap .serviceLineupDetailWrap .serviceLineupDetail .col + .col {
	margin-left: 40px;
}
.section_service .serviceLineupWrap .serviceLineupTabWrap .serviceLineupDetailWrap .serviceLineupDetail .ttl {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 16px;
}
.section_service .serviceLineupWrap .serviceLineupTabWrap .serviceLineupDetailWrap .serviceLineupDetail  * + .ttl {
	margin-top: 24px;
}
.section_service .serviceLineupWrap .serviceLineupTabWrap .serviceLineupDetailWrap .serviceLineupDetail .col .mainBtnList li + li {
	margin-top: 12px;
}
.section_service .serviceLineupWrap .serviceLineupTabWrap .serviceLineupDetailWrap .serviceLineupDetail .mainBtn {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	width: 360px;
}
.section_service .serviceLineupWrap .serviceLineupTabWrap .serviceLineupDetailWrap .serviceLineupDetail .mainBtn .img {
	width: 174px;
}
.section_service .serviceLineupWrap .serviceLineupTabWrap .serviceLineupDetailWrap .serviceLineupDetail .mainBtn .img img {
	max-width: 100%;
}
.section_service .serviceLineupWrap .serviceLineupTabWrap .serviceLineupDetailWrap .serviceLineupDetail .mainBtn .txt {
	background-color: #fff;
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	flex: 1;
	min-width: 0;
	text-align: center;
}
.section_service .serviceLineupWrap .serviceLineupTabWrap .serviceLineupDetailWrap .serviceLineupDetail .mainBtn .txt .main {
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px;
}
.section_service .serviceLineupWrap .serviceLineupTabWrap .serviceLineupDetailWrap .serviceLineupDetail .col .gd_12 {
	margin-left: -12px;
	margin-bottom: -12px;
}
.section_service .serviceLineupWrap .serviceLineupTabWrap .serviceLineupDetailWrap .serviceLineupDetail .col .gd_12 .col_1_1,
.section_service .serviceLineupWrap .serviceLineupTabWrap .serviceLineupDetailWrap .serviceLineupDetail .col .gd_12 .col_1_2 {
	padding-left: 12px;
	margin-bottom: 12px;
}
.section_service .serviceLineupWrap .serviceLineupTabWrap .serviceLineupDetailWrap .serviceLineupDetail .col .btn {
	background-color: #fff;
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	width: 100%;
	height: 64px;
}
.section_service .serviceLineupWrap .serviceLineupTabWrap .serviceLineupDetailWrap .serviceLineupDetail .col .btn:after {
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-color: transparent transparent #339802 transparent;
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 4px;
	bottom: 4px;
}
.section_service .serviceLineupWrap .serviceLineupTabWrap .serviceLineupDetailWrap .serviceLineupDetail .col .btn.external:after {
	background: url(../images/icon_btn_target.png) no-repeat center center / contain;
	border: none;
	width: 12px;
	height: 12px;
	right: 4px;
	bottom: 4px;
}

.section_lifeplan .lifeplanTabWrap {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	padding-left: 43px;
}
.section_lifeplan .lifeplanTabWrap .lifeplanSelect {
	width: 314px;
	position: relative;
	z-index: 2;
}
.section_lifeplan .lifeplanTabWrap .lifeplanSelect a {
	background-color: #fff;
	border-bottom: 1px solid #339802;
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	padding-left: 40px;
	position: relative;
	width: 100%;
	height: 60px;
}
.section_lifeplan .lifeplanTabWrap .lifeplanSelect li:last-of-type a {
	border-bottom: none;
}
.section_lifeplan .lifeplanTabWrap .lifeplanSelect a:after {
	border-style: solid;
	border-width: 60px 0 0 40px;
	border-color: transparent transparent transparent #349802;
	content: "";
	display: block;
	width: 0;
	height: 0;
	opacity: 0;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 2;
}
.section_lifeplan .lifeplanTabWrap .lifeplanSelect a:hover,
.section_lifeplan .lifeplanTabWrap .lifeplanSelect a.cur {
	background-color: #339802;
	color: #fff;
}
.section_lifeplan .lifeplanTabWrap .lifeplanSelect a:hover:after,
.section_lifeplan .lifeplanTabWrap .lifeplanSelect a.cur:after {
	opacity: 1;
}
.section_lifeplan .lifeplanTabWrap .lifeplanDetailWrap {
	flex: 1;
	overflow: visible;
	min-width: 0;
	z-index: 1;
}
.section_lifeplan .lifeplanTabWrap .lifeplanDetailWrap .lifeplanDetail {
	display: none;
	width: 866px;
}
.section_lifeplan .lifeplanTabWrap .lifeplanDetailWrap .lifeplanDetail.show {
	display: block;
}
.section_lifeplan .lifeplanTabWrap .lifeplanDetailWrap .lifeplanDetail a {
	display: block;
	position: relative;
}
.section_lifeplan .lifeplanTabWrap .lifeplanDetailWrap .lifeplanDetail a .img {
	position: relative;
	z-index: 1;
}
.section_lifeplan .lifeplanTabWrap .lifeplanDetailWrap .lifeplanDetail a .img .label {
	display: none;
}
.section_lifeplan .lifeplanTabWrap .lifeplanDetailWrap .lifeplanDetail a .txt {
	background-color: rgba(0, 0, 0, .8);
	color: #fff;
	font-size: 16px;
	padding: 40px 20px 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
}
.section_news .infoTabWrap .infoList ul li dl .txt {
	flex: 1;
	min-width: 0;
}

.section_lifeplan-consult .wrapInner {
	max-width: 1366px;
	padding: 0;
}
	

}

/*==========================================================================================================
     SP Only
    ==========================================================================================================*/
@media screen and (max-width: 800px) {

#mainVisual {
	width: 100%;
}
#mainVisual .mvArea .sliderWrap {
	margin-bottom: 18px;
}
#mainVisual .mvArea .sliderWrap .slick-dots {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	justify-content: center;
	bottom: -12px;
}
#mainVisual .mvArea .sliderWrap .slick-dots li button,
#mainVisual .mvArea .sliderWrap .slick-dots li {
	border-radius: 50%;
	width: 6px;
	height: 6px;
}
#mainVisual .mvArea .sliderWrap .slick-dots li + li {
	margin-left: 8px;
}
#mainVisual .mvArea .sliderWrap .slick-dots li button {
	background-color: #222;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#mainVisual .mvArea .sliderWrap .slick-dots li.slick-active button {
	background-color: #339802;
}
#mainVisual .mvArea .alert_urgent dl {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	font-size: 12px;
}
#mainVisual .mvArea .alert_urgent dl dt {
	border-right-width: 1px;
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 108px;
	font-size: 12px;
	margin: 0;
}
#mainVisual .mvArea .alert_urgent dl dd {
	overflow: hidden;
	padding: 10px 12px;
	width: calc(100% - 108px);
	text-align: left;
}
#mainVisual .mvArea .alert_urgent dl dd a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 12px;
	overflow: hidden;
}
#mainVisual .mvArea .alert_urgent dl dd .new {
	font-size: 10px;
}
.topCaution {
	padding: 20px 0 0;
}
.topCaution .cautionBtn .btn {
	border: 2px solid #900;
	font-size: 16px;
	padding: 10px;
}
.topCaution .cautionBtn .btn:before {
	width: 39px;
	height: 36px;
	margin-right: 8px;
}
.topCaution .cautionBtn .btn .colorCaution {
	font-size: 18px;
}
.section_top_menu {
	background: url(../images/bg_main_card_sp.png) no-repeat right center / cover;
	padding: 30px 0;
}
.section_top_menu .wrapInner:after,
.section_top_menu .wrapInner:before {
	display: none;
}
.section_top_menu .menuList {
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -4px -16px;
}
.section_top_menu .menuList li {
	width: calc(33.33%);
	padding: 0 4px 16px;
}
.section_top_menu .menuList li + li {
	margin-left: 0;
}
.section_top_menu .menuList a {
	border-bottom-color: #339802;
	color: #222;
	font-size: 14px;
	line-height: 1.3;
	width: 100%;
}
.section_top_menu .menuList a:after {
	border-color: transparent transparent #339802 transparent;
}
.ttlWrap {
	text-align: center;
}
.ttlWrap.h2Ttle {
	margin-bottom: 24px;
}
.ttlWrap.h2Ttle .ttl .jp {
	font-size: 20px;
}
.ttlWrap.h2Ttle .ttl .jp .main {
	font-size: 32px;
}
.ttlWrap.h2Ttle .ttl .en {
	font-size: 15px;
}
.section_search {
	background: #eee;
	padding: 50px 0;
}
.section_search #SS_searchFormSP {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 25px;
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	padding: 4px;
}
.section_search #SS_searchFormSP .searchInputArea {
	background: none;
	flex: 1;
	min-width: 0;
	padding: 0;
}
.section_search #SS_searchFormSP .searchInputArea input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	outline: none;
	width: 100%;
	height: 40px;
	padding: 0 14px;
}
.section_search #SS_searchFormSP .submitBtnWrap {
	background: #666 url(../images/icon_search_w.png) no-repeat center center / 20px auto;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	overflow: hidden;
	padding: 0;
	position: static;
	top: 0;
	margin-top: 0;
	margin-left: 4px;
	text-indent: -9999px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section_search .historyBox {
	margin-top: 16px;
}
.section_search .historyBox .ttl {
	font-size: 14px;
	font-weight: bold;
}
.section_search .historyBox .keywordList {
	margin-top: 4px;
}
.section_search .historyBox .keywordList ul {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.section_search .historyBox .keywordList ul li {
	padding: 8px 4px 0 0;
	height: auto !important;
}
.section_search .historyBox .keywordList ul .col_1_2 {
	width: auto;
	max-width: 100%;
}
.section_search .historyBox .keywordList ul li a {
	background: #339802;
	border-radius: 14px;
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	line-height: 28px;
	padding: 0 12px;
}
.section_trouble {
	padding: 44px 0 50px;
}
.section_trouble .wrapInner:after,
.section_trouble .wrapInner:before {
	display: none;
}
.section_trouble .troubleBody .troubleCaseWrap {
	display: none;
	padding: 0 38px;
	position: relative;
	z-index: 3;
}
.section_trouble .troubleBody .troubleCaseWrap.slick-initialized {
	display: block;
}
.section_trouble .troubleBody .troubleCaseWrap:before {
	background: url(../images/bg_stripe.png);
	content: "";
	display: block;
	width: 100vw;
	height: 150px;
	position: absolute;
	right: -10px;
	bottom: calc(50% - 75px);
	z-index: 1;
}
.section_trouble .troubleBody .troubleCaseWrap:after {
	background: url(../images/bg_main_trouble_sp.png) no-repeat right center / auto 100%;
	content: "";
	width: 100vw;
	display: block;
	height: 269px;
	position: absolute;
	left: -10px;
	bottom: calc(50% - 22px);
	z-index: 2;
}
.section_attention .spSlideBanner .slick-next,
.section_attention .spSlideBanner .slick-prev,
.section_lifeplan .lifeplanTabWrap .lifeplanDetailWrap .slick-next,
.section_lifeplan .lifeplanTabWrap .lifeplanDetailWrap .slick-prev,
.section_recommend .carouselWrap .bb_area .slick-next,
.section_recommend .carouselWrap .bb_area .slick-prev,
.section_trouble .troubleBody .troubleCaseWrap .slick-prev,
.section_trouble .troubleBody .troubleCaseWrap .slick-next {
	width: 28px;
	height: 28px;
	margin-top: -14px;
	z-index: 5;
}
.section_attention .spSlideBanner .slick-next,
.section_lifeplan .lifeplanTabWrap .lifeplanDetailWrap .slick-next,
.section_recommend .carouselWrap .bb_area .slick-next,
.section_trouble .troubleBody .troubleCaseWrap .slick-next {
	background: url(../images/arrow_slide_r_green.png) no-repeat center center / contain;
	right: 0;
}
.section_attention .spSlideBanner .slick-prev,
.section_lifeplan .lifeplanTabWrap .lifeplanDetailWrap .slick-prev,
.section_recommend .carouselWrap .bb_area .slick-prev,
.section_trouble .troubleBody .troubleCaseWrap .slick-prev {
	background: url(../images/arrow_slide_l_green.png) no-repeat center center / contain;
	left: 0;
}
.section_trouble .troubleBody .troubleCaseWrap .slick-list {
	z-index: 3;
}
.section_trouble .troubleBody .troubleCaseWrap .slick-track {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
}
.section_trouble .troubleBody .troubleCaseWrap .slick-track:before,
.section_trouble .troubleBody .troubleCaseWrap .slick-track:after{
	display: none;
}
.section_trouble .troubleBody .troubleCaseWrap .troubleCase {
	background-color: rgba(34, 34, 34, .9);
	float: none;
	height: auto;
}
.section_trouble .troubleBody .troubleCaseWrap .troubleCase .img img {
	width: 100%;
	position: relative;
	z-index: 1;
}
.section_trouble .troubleBody .troubleCaseWrap .troubleCase .txtWrap {
	padding: 16px;
	position: relative;
	z-index: 2;
}
.section_trouble .troubleBody .troubleCaseWrap .troubleCase .txtWrap .catch {
	position: absolute;
	left: 0;
	bottom: 100%;
}
.section_trouble .troubleBody .troubleCaseWrap .troubleCase .txtWrap .catch span {
	background-color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.33;
	padding: 10px 12px 2px;
}
.section_trouble .troubleBody .troubleCaseWrap .troubleCase .txtWrap .catch span:last-of-type {
	padding-bottom: 10px;
}
.section_trouble .troubleBody .troubleCaseWrap .troubleCase .txtWrap .txt {
	color: #fff;
}
.section_recommend {
	padding: 44px 0 20px;
}
.section_recommend .wrapInner:before {
	display: none;
}
.section_recommend .carouselWrap {
	padding: 0 10px;
}
.section_recommend .carouselWrap .bb_area {
	padding: 0 41px;
}
.section_recommend .carouselWrap .bb_area .slick-list {
	overflow: visible;
}
.section_recommend .carouselWrap .bb_area .slick-slide {
	opacity: .5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section_recommend .carouselWrap .bb_area .slick-slide.slick-active {
	opacity: 1;
}
.section_service {
	padding: 44px 0 30px;
	position: relative;
}
.section_service:before {
	display: none;
}
.section_service .serviceLineupWrap {
	padding-top: 30px;
	position: relative;
}
.section_service .serviceLineupWrap .bg {
	background: url(../images/bg_main_service_sp.png) no-repeat center center / cover;
	position: absolute;
	left: -10px;
	top: 0;
	width: calc(100% + 20px);
	height: 234px;
	z-index: 1;
}
.section_service .serviceLineupWrap .serviceLineup {
	position: relative;
	z-index: 2;
}
.section_service .serviceLineupWrap .serviceLineup ul {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.section_service .serviceLineupWrap .serviceLineup ul li {
	width: calc((100% - 40px) / 3);
}
.section_service .serviceLineupWrap .serviceLineup ul li:nth-of-type(n+4) {
	margin-top: 32px;
}
.section_service .serviceLineupWrap .serviceLineup ul li a {
	background-color: #339802;
	color: #fff;
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	text-align: center;
	position: relative;
	width: 100%;
	height: 105px;
}
.section_service .serviceLineupWrap .serviceLineup ul li a .num {
	font-family: "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	font-weight: bold;
	display: block;
	position: absolute;
	left: 0;
	bottom: 100%;
	transform: translate(0,50%);
}
.section_service .serviceLineupWrap .serviceLineup ul li a .icon {
	width: 42px;
}
.section_service .serviceLineupWrap .serviceLineup ul li a .txt {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	font-size: 13px;
	margin-top: 4px;
	height: 3em;
}
.section_lifeplan {
	padding: 44px 0 60px;
}
.section_lifeplan:before {
	display: none;
}
.section_lifeplan .lifeplanTabWrap {
	position: relative;
}
.section_lifeplan .lifeplanTabWrap:before {
	background: url(../images/bg_stripe.png);
	content: "";
	display: block;
	width: calc(100% + 20px);
	height: 152px;
	position: absolute;
	left: -10px;
	top: calc(50% - 76px);
	z-index: 1;
}
.section_lifeplan .lifeplanTabWrap .lifeplanDetailWrap {
	display: none;
	padding: 0 38px;
	position: relative;
	z-index: 2;
}
.section_lifeplan .lifeplanTabWrap .lifeplanDetailWrap.slick-initialized {
	display: block;
}
.section_lifeplan .lifeplanTabWrap .lifeplanDetailWrap .slick-track {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
}
.section_lifeplan .lifeplanTabWrap .lifeplanDetailWrap .slick-track:after,
.section_lifeplan .lifeplanTabWrap .lifeplanDetailWrap .slick-track:before {
	display: none;
}
.section_lifeplan .lifeplanTabWrap .lifeplanDetailWrap .lifeplanDetail {
	background-color: rgba(34, 34, 34, .9);
	height: auto;
}
.section_lifeplan .lifeplanTabWrap .lifeplanDetailWrap .lifeplanDetail a {
	display: block;
	position: relative;
}
.section_lifeplan .lifeplanTabWrap .lifeplanDetailWrap .lifeplanDetail a .img {
	position: relative;
}
.section_lifeplan .lifeplanTabWrap .lifeplanDetailWrap .lifeplanDetail a .img img {
	width: 100%;
}
.section_lifeplan .lifeplanTabWrap .lifeplanDetailWrap .lifeplanDetail a .img .label {
	background-color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.33;
	padding: 4px 12px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.section_lifeplan .lifeplanTabWrap .lifeplanDetailWrap .lifeplanDetail a .txt {
	font-size: 14px;
	padding: 16px;
	color: #fff;
}

.section_lifeplan-consult .lifeplanTabWrap::before {
	content: none;
}	

.section_first {
	background: url(../images/bg_main_first_guide_sp.png) no-repeat center center / cover;
	margin-top: 0;
	padding: 60px 0;
}
.section_first .ttl {
	font-size: 32px;
}
.section_first .ttl .icon {
	display: inline-block;
	width: 24px;
}
.section_first .btnWrap {
	margin-top: 32px;
}
.section_first .btnWrap .btn {
	border-radius: 25px;
	font-size: 16px;
	width: 259px;
	height: 50px;
}
.section_news {
	padding: 44px 0 20px;
}
.section_news .infoTabWrap .toggleDisplayTab ul {
	border-spacing: 5px;
	height: auto;
}
.section_news .infoTabWrap .toggleDisplayTab ul li {
	font-size: 14px;
	padding: 8px;
}
.section_news .infoTabWrap .infoList {
	margin-top: 8px;
}
.section_news .infoTabWrap .infoList ul li dl {
	flex-wrap: wrap;
}
.section_news .infoTabWrap .infoList ul li dl .type {
	padding-right: 8px;
	width: 132px;
}
.section_news .infoTabWrap .infoList ul li dl .date {
	font-size: 13px;
	padding-right: 0;
	width: calc(100% - 132px);
}
.section_news .infoTabWrap .infoList ul li dl .txt {
	font-size: 15px;
	margin-top: 10px;
	width: 100%;
}
.rankingDownloadWrap {
	min-width: 100%;
}
.rankingDownloadWrap .section_viewed {
	order: 1;
}
.rankingDownloadWrap .section_download {
	order: 2;
}
.section_viewed {
	background: none;
	padding: 30px 0 30px;
}
.section_viewed .rankingList {
	padding: 80px 0 20px;
	position: relative;
}
.section_viewed .rankingList:before {
	background: url(../images/bg_main_ranking_sp.png) no-repeat center center / cover;
	right: -10px;
	width: 100vw;
	min-width: 100vw;
}
.section_viewed .rankingList .first {
	margin-right: -10px;
	padding: 24px 10px 16px 55px;
}
.section_viewed .rankingList .bcat_area {
	margin-right: -10px;
	padding: 0 10px 28px 55px;
}
.section_viewed .rankingList .first a,
.section_viewed .rankingList .bcat_area li a {
	font-size: 16px;
	padding: 0 8px 5px 8px;
}
.section_viewed .rankingList .first a:before,
.section_viewed .rankingList .bcat_area li a:before {
	font-size: 21px;
	right: calc(100% + 2px);
}
.section_download {
	background: none;
	padding: 44px 0 60px;
	position: relative;
}
.section_download .ttlWrap {
	padding-left: 0;
}
.section_download .downloadWrap {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 18px 0;
	position: relative;
}
.section_download .downloadWrap:before {
	height: calc(100% - 20px);
	min-width: 100vw;
}
.section_download .downloadWrap .img {
	position: static;
	width: 127px;
}
.section_download .downloadWrap .downloadBtnWrap {
	flex: 1;
	margin-left: 20px;
}
.section_download .downloadWrap .downloadBtnWrap .ttl {
	font-size: 16px;
	text-align: center;
}
.section_download .downloadWrap .downloadBtnWrap .boxWrap {
	flex-direction: column;
	margin-top: 10px;
}
.section_download .downloadWrap .downloadBtnWrap .boxWrap .downloadBox {
	width: 100%;
}
.iOS .section_download .downloadWrap .downloadBtnWrap .boxWrap .downloadBox.android,
.android .section_download .downloadWrap .downloadBtnWrap .boxWrap .downloadBox.iOS {
	display: none;
}
.section_download .downloadWrap .downloadBtnWrap .boxWrap .downloadBox + .downloadBox {
	margin: 0;
}
.section_download .downloadWrap .downloadBtnWrap .boxWrap .downloadBox .subTtl {
	font-size: 13px;
	margin-bottom: 8px;
}
.section_download .downloadWrap .downloadBtnWrap .boxWrap .downloadBox .btnWrap {
	justify-content: center;
}
.section_download .downloadWrap .downloadBtnWrap .boxWrap .downloadBox.iOS .btnWrap a img {
	width: 163px;
}
.section_download .downloadWrap .downloadBtnWrap .boxWrap .downloadBox.android .btnWrap a img {
	width: 167px;
}
.section_attention .ttlWrap.safetyTtl .ttl {
	font-size: 22px;
}
.section_attention .ttlWrap .ttl .icon {
	width: 39px;
}
.section_attention .borderList.attention ul {
	padding: 0 24px;
}
.section_attention .borderList.attention ul li dl dt {
	width: 100%;
}
.section_news .moreLink .btn,
.section_attention .moreLink .btn {
	border-radius: 25px;
	font-size: 20px;
	width: 259px;
	height: 50px;
}
.section_attention .safetyTtl .ttl span:after,
.section_attention .safetyTtl .ttl span:before {
	display: none;
}
.section_attention .spSlideBanner {
	display: none;
	margin: 0;
	padding: 0 50px;
}
.section_attention .spSlideBanner.slick-initialized {
	display: block;
}
.section_attention .spSlideBanner.sp_gd_8 .colNum {
	margin: 0;
	padding: 0 4px;
}
.section_attention .spSlideBanner .colNum {
	float: left;
}
.section_attention .spSlideBanner .slick-prev {
	left: 10px;
}
.section_attention .spSlideBanner .slick-next {
	right: 10px;
}


}

.bankapp_qrCode {
	padding: 0 20px;
	position: relative;
}

.bankapp_qrCode_inner {
	display: inline-block;
	padding: 10px 20px;
	border: 3px solid rgba(111,190,165,.7);
	border-radius: 8px;
	background: rgba(255,255,255,.8);
}

.bankapp_qrCode_ttl {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}

.bankapp_qrCode_link {
	display: flex;
	gap: 30px;
	justify-content: center;
}

.bankapp_qrCode_type {
	display: flex;
	align-items: center;
	gap: 15px;
}


.bankapp_qrBottom {
	background-color: #008f4a;
	padding: 0;
	border-bottom: 1px solid #008f4a;
}

.bankapp_qrBottom_cont {
	padding: 10px 0 60px;
}

.bankapp_qrBottom_inner {
	background-image:url("/common/images/bg_bankapp_bottom.png");
	background-repeat:no-repeat;
	background-position: calc(100% - 60px) bottom;
	background-size: contain;
}

.bankapp_qrBottom .bankapp_qrCode_inner {
	background: #fff;
	margin-top: 0;
}

.bankapp_qrBottom_inner .bankapp_qrBottom_inner {
	background-position-x: right; 
}
.bankapp_qrBottom .bankapp_qrBottom_inner .ttl {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding: 60px 0 0;
}



@media screen and (min-width: 801px){
	.bankapp_qrCode {
		margin-top: -180px;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 800px){
	.bankapp_qrCode {
		padding: 0 10px;
		text-align: center;
	}
	.bankapp_qrCode_inner {
		border-width: 2px;
		margin-top: 20px;
	}
	.bankapp_qrCode_ttl {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.bankapp_qrCode_link {
		gap: 15px;
		justify-content: space-between;
	}
	.bankapp_qrBottom_cont {
		padding: 125px 0 10px;
		text-align: center;
	}
	.section .bankapp_qrBottom_inner {
		background-position-x: center;
		background-size: 85vw;
	}
	.bankapp_qrBottom .bankapp_qrBottom_inner .ttl {
	font-size: 16px;
	text-align: center;
	padding: 30px 0 10px;
	}
}



