@charset "utf-8";
.w_b{word-break: keep-all;}
.tx_r{text-align: right;}
.tx_l{text-align: left;}
.pb25{padding-bottom: 25px;}
.pl0{padding-left: 0;}
.mt20{margin-top: 20px;}
.mt40{margin-top:40px; }
.mt50{margin-top: 50px;}
.mb20{margin-bottom:20px;}
.mt35{margin-top:35px;}
.ml20{margin-left: 20px;}
.pt10{padding-top: 10px;}
.mb0{margin-bottom: 0;}
br.br_dis1{display:block;}

.clear{clear:both;}
.txt_s{font-size: 95%;font-weight: bold;}
#skykColumn{
	margin:0 30px;
	color: #333333;
	font-family:  "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Helvetica, Arial;
}
.sp {
	display: none;
}
.tab {
	display: none;	
}
.tab.pc {
	display: block;
}
/*section01*/

.section_01 p {
	line-height: 1.5;
}

.section_01 .p_area {
	background: url(../img/no-54/sec01_bg_blue.png);
	margin-right: auto;
	margin-left: auto;
	padding: 30px 60px 40px;
}
.section_01 .p_area .p_area_point .p_area_point_inner {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 60px 0;
	margin-top: 48px;
}
.section_01 .p_area .p_area_point .about-box {
	width: 47%;
}
.section_01 .p_area .p_area_point .about-box p {
	margin-bottom: 0;
}

.section_01 .point-lead {

	display: flex;
	justify-content: center;
}
.section_01 .point-tit {
	text-align: center;
}
.section_01 .point-tit h3 {
	display: flex;
	justify-content: center;
}
.section_01 .p_area .different {
	display: flex;
	justify-content: space-between;
}

.section_01 .p_area .different .different-item {
	width: 30%;
}
.section_01 .p_area .different .different-item h4 {
	font-size: 20px;
	margin-bottom: 30px;
}
.section_01 .p_area .different .different-item h4 .num{
	display: block;
	margin-bottom: 16px;
	text-align: center;
}
.section_01 .p_area .different .different-item ol {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 16px;
}
.section_01 .p_area .different .different-item ol li {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	font-weight: bold;
	font-size: 18px;
	display: flex;
    align-items: center;
}
.section_01 .p_area .different .different-item ol li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #95D182;
	color: #fff;
	display: block;
	float: left;
	line-height: 20px;
	margin-right: 4px;
	margin-left: -20px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	font-weight: bold;
	text-align: center;
}
.section_01 .p_area .different .different-item .different-txt {
	margin: 12px 0 0;
}
.section_01 .p_area .p_area_point {
	position: relative;
	margin: 0 auto 0;

}
.section_01 .p_area .p_area_point h4 {
	text-align: center;
}
.section_01 .p_area .p_area_point p {
	line-height: 1.7;
}



/*section02*/
.section_02 .g_area {
    margin: 40px auto  0;
    position: relative;
}
.section_02 .point {
	position: relative;
	margin-top: 40px;
	background-color: #FAF4E4;
}
.section_02 .point .point-bg {
	width: 100%;
}
.section_02 .point .point-lead {
	position: absolute;
	top: 56px;
	font-size: 18px;
	line-height: 2;
	text-align: center;
	font-weight: bold;
	left: 50%;
	transform: translateX(-50%);
}
.section_02 .point .point-lead span{
	display: inline-block;
	background-image: url(../img/no-54/sec02_ul.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
.section_02 .point .point-details {
	position: absolute;
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	bottom: 56px;
	left: 50%;
	transform: translateX(-50%);
}
.section_02 .point .point-details p {
	margin-bottom: 0;
	width: 30%;
}
/*section03*/
.section_03 .point_area{
	position: relative;
    margin: 40px auto 0;
    border: 2px solid #000000;
	padding: 56px 60px;
}
.section_03 .point_area .bottom-icon {
	position: absolute;
	width: 47px;
	height: 47px;
	bottom: -2px;
	right: -2px;
}
.section_03 .point_txt h3 {
	display: flex;
	align-items: center;
	gap: 32px;
}
.section_03 .point_txt h3 .tit {
	display: inline-block;
	width: 374px;
	flex-shrink: 0;
}
.section_03 .point_txt h3 .txt {
	font-size: 16px;
}
.section_03 .point_txt .point_detail {
	display: flex;
	justify-content: space-between;
}
.section_03 .point_txt .point_detail figure {
	margin-bottom: 0;
}
.section_03 .point_txt .point_detail figcaption{
	width: 300px;
	padding-left: 24px;
	margin-top: 16px;
}
.section_03 .point_txt .point-memo {
	margin-bottom: 72px;
}
.section_03 .caution{
	position: relative;
	background-color: #E9F7E9;
	margin-top: 82px;
	padding: 40px;
}

.section_03 .caution .caution-icon{
	position: absolute;
}
.section_03 .caution .caution-icon.icon-0{
	width: 66px;
	height: 66px;
	top: -34px;
	left: 50%;
	transform: translateX(-50%);
}
.section_03 .caution .caution-icon.icon-1{
	width: 73px;
	left: 44px;
	bottom: 29px;
}
.section_03 .caution .caution-icon.icon-2{
	width: 135px;
	right: 11px;
	bottom: -30px;
}
.section_03 .caution h3{
	text-align: center;
}
.section_03 .caution h3 span{
	font-size: 20px;
	border-bottom: 2px solid #256925;
	padding: 0 6px 6px;
}

.section_03 .caution .caution-list {
	display: flex;
	width: 76%;
	margin: 32px auto 0;
	justify-content: space-between;
}
.section_03 .caution .caution-box {
	width: 30%;
}
.section_03 .caution .caution-box p {
	margin: 0;
}
.section_03 .caution .caution-list h4 {
	display: flex;
	font-size: 18px;
	color: #256925;
	align-items: center;
}
.section_03 .caution .caution-list h4:before{
	content: "";
	display: block;
	width: 42px;
	height: 30px;
	background: url(../img/no-54/sec03_caution_titico.png) no-repeat;
	background-size: cover;
}
/* section04 */
.section_04 .point_area {
    position: relative;
	background-color: #FAF0F0;
	padding: 64px 0 48px;
}
.section_04 .point_inner {
	max-width: 1080px;
	margin: 0 auto;
}
.section_04 .point_box {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 32px 6% 32px 22%;
	background-color: #ffffff;
	border-radius: 8px;
	border: 2px solid #000000;
}
.section_04 .point_box:nth-child(n+2) {
	margin-top: 40px;
}
.section_04 .point_box .point_num{
	position: absolute;
	width: 128px;
	top: -18px;
	left: 5.5%;
}
.section_04 .point_box h3 {
	display: inline-block;
	color: #DD7F7F;
	padding-bottom: 20px;
	background: url(../img/no-54/sec04_ul.png) 0 100% repeat-x;
	background-size: 53px 12px;
}
.section_04 .point_box .point_txt {
	width: 60%;
}
.section_04 .point_box .point_txt p {
	margin: 16px 0 0;
	line-height: 1.7;
}
.section_04 .point_box .point_img {
	width: 33%;
}
.section_04 .point_box .point_memo {
	background-color: #FAF0F0;
	padding: 10px 17px;
	text-align: center;
	width: 80%;
	margin-top: 16px;
}
.section_04 .point_box .point_memo h4 {
	font-size: 16px;
	line-height: 1.7;
	border-bottom: 2px dotted #DD7F7F;
}
.section_04 .point_box .point_memo p {
	margin: 0;
}
.matome {
    display: block;
    margin: 100px auto 50px;
    background-color: #fffeee;
    border-radius: 15px;
    width: calc(80% - 60px);
    min-width: 300px;
	max-width: 714px;
    padding: 30px 30px 20px;
    font-size: 100%;
    position: relative;
}

.matome .matome-ttl {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


@media screen and (max-width: 1230px) {
	/*section01*/
	/*section02*/
	.section_02 .point .point-lead {
		font-size: 15px;
		top: 20px;
	}

	.section_03 .point_txt .point_detail figure {
		width: 30%;
	}
	.section_03 .point_txt .point_detail figcaption {
		padding-left: 10px;
		width: 100%
	}

	.section_04 .point_inner {
		max-width: none;
		width: 90%;
	}
}

@media screen and (max-width: 991px)  {
	.tab {
		display: block;	
	}
	.pc {
		display: none;
	}
	/*section01*/
	.section_01 .p_area {
		padding: 24px 16px;
	}


	/*section02*/
	.section_02 .point-inner {
		padding: 40px 24px;
	}
	.section_02 .point .point-lead {
		font-size: 11px;
	}
	.section_02 .point .point-details {
		bottom: 30px;
	}
	
	/*section03*/
	.section_03 .point_area {
		padding: 25px 30px;
	}
	.section_03 .point_txt .point_detail {
		margin-top: 48px;
	}
	.section_03 .point_txt .point_detail figure {
		width: 30%;
	}
	.section_03 .point_txt .point_detail figcaption {
		padding-left: 10px;
	}
	.section_03 .point_txt h3 {
		flex-direction: column;
		gap: 8px;
	}
	.section_03 .point_txt .point-memo {
		margin-bottom: 40px;
	}
	.section_03 .caution .caution-list {
		flex-direction: column;
		width: 100%;
		gap: 30px;
	}
	.section_03 .caution .caution-box {
		width: 100%;
	}
	.section_03 .caution .caution-icon.icon-2 {
		position: relative;
		right: auto;
		left: 30%;
		bottom: auto;
	}
	.section_03 .caution .caution-icon.icon-1 {
		position: relative;
		left: 30%;
		bottom: auto;
	}

	/*section04*/
	.section_04 .point_box .point_num {
		width: 86px;
	}

	.matome{
		width: calc(100% - 60px);
	}
}
@media screen and (max-width: 767px)  { /* 767px以下用（タブレット／スマートフォン用）の記述 */
	.tab, .tab.pc {
		display: none;	
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	/*section01*/
	.section_01 .p_area .p_area_point_inner {
		flex-direction: column;
	}
	.section_01 .p_area .p_area_point .about-box {
		width: 100%;
	}
	

	/*section02*/
	.section_02 .lead .lead-img {
		max-width: none;
	}
	.section_02 .point .point-details {
		position: relative;
		max-width: none;
		transform:none;
		gap: 30px;
		left: auto;
		bottom: auto;
		flex-direction: column;
	}
	.section_02 .point .point-lead {
		position: relative;
		top: -40px;
		left: auto;
		flex-direction: column;
		transform:none;
		font-size: 18px;
		margin-bottom: 0;
	}
	.section_02 .point .point-details p {
		width: 100%;
	}
	/*section03*/
	.section_03 .point_area {
		padding: 32px 16px 40px;
	}
	.section_03 .point_txt .point_detail {
		flex-direction: column;
	}
	.section_03 .point_txt .point_detail figure {
		width: 100%;
	}
	.section_03 .point_txt .point_detail figure .point-arrow{
		width: 72px;
		margin: 8px auto 16px;
	}
	.section_03 .point_txt .point-memo {
		margin-top: 30px;
	}
	.section_03 .caution {
		padding: 44px 12px 24px;
	}
	.section_03 .caution .caution-icon.icon-1 {
		left: 14vw;
	}
	.section_03 .caution .caution-icon.icon-2 {
		left: 18vw;
	}
	.section_03 .point_area .bottom-icon {
		width: 34px;
		height: 34px;
	}
	.section_04 .point_area {
		margin-right: -8px;
		margin-left: -8px;
	}
	.section_04 .point_box {
		flex-direction: column;
		padding: 24px 16px;
	}
	.section_04 .point_box .point_txt {
		width: 100%;
	}
	.section_04 .point_box .point_img {
		width: 100%;
	}
	.section_04 .point_box h3 {
		width: 71%;
		width: calc(100% - 100px);
		margin-left: auto;
		margin-right: 0;
		display: block;
		font-size: 20px;
	}
	.section_04 .point_box.-point2 h3 {
		margin-bottom: 40px;
	}
	.section_04 .point_box .point_memo {
		margin-bottom: 16px;
		width: 100%;
		padding: 10px 8px;
	}
	.section_04 .point_box .point_memo h4 {
		font-size: 15px;
	}
	
}
@media screen and (max-width: 575px){
	.section_01 .p_area,
	.section_02 .point-inner {
		margin-right: -8px;
		margin-left: -8px;
	}
	
}
@media screen and (max-width: 480px){

	.section_03 .point_txt h3 .tit {
		width: 100%;
	}
.p_t{
	text-align: center;
}	
.sec02_pimg{
	position: absolute;
	bottom: -20px;
	right: -10px;
}
.sec02_subttl{
	position: absolute;
	top:-25px;
	left: 0px;
	right: 0px;
	text-align: center;
}
.l_fl04,.r_fl04{float:none;width: 100%;margin: 0 auto;}
.link{
	text-align: left;
	width: 95%;
	word-break: break-word;
}

.mame_box p {
	line-height: 1.6;
}
}
@media screen and (max-width: 375px){
}


/**********************

	クイズ答えページ

***********************/
/* === skyk_thanks_main === */
#skykColumn .skyk_thanks_main .question_tit {
	text-align: center;
}
#skykColumn .skyk_thanks_main .question .selection_list{
	max-width: 600px;
	margin: 0 auto 70px;
}
#skykColumn .skyk_thanks_main .question .selection_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 0;
	margin-top: 32px;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 767px)  {
	#skykColumn .skyk_thanks_main .question .selection_list ul {
		justify-content: center;
		gap: 20px;
	}
}
#skykColumn .skyk_thanks_main .question .selection_list .selection_item {
	width: 170px;
}
#skykColumn .skyk_thanks_main .question .selection_list .selection_item .selection_txt {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	font-size: 24px;
	margin-top: 12px;
}
#skykColumn .skyk_thanks_main .num {
	width: 30px;
	height: auto;
}
#skykColumn .skyk_thanks_main .question {
	margin-top: 50px;
}
#skykColumn .skyk_thanks_main .question .question_txt {
	text-align: center;
	margin-bottom: 150px;
	font-size: 24px;
}
@media screen and (max-width: 767px)  {
	#skykColumn .skyk_thanks_main .question .question_txt {
		margin-bottom: 350px;
	}
}
#skykColumn .skyk_thanks_main .question .question_txt .arrow{
	width: 30px;
	height: auto;
}
#skykColumn .skyk_thanks_main .an_area {
	text-align: center;
}
#skykColumn .skyk_thanks_main .an_area .an_txt{
	font-size: 24px;
}
#skykColumn .skyk_thanks_main .an_area .under {
	background: linear-gradient(transparent 70%, #FAD76D 0);
    display: inline-block;
	line-height: 1;
    padding: 0 5px;
	margin-top: 16px;
	margin-bottom: 24px;
}
/* === memo === */	  
#skykColumn .skyk_thanks_memo{
	max-width: 800px;
	margin: 0 auto 100px;
}

#skykColumn .skyk_thanks_memo .memo_img{
	float: left;
	padding-left: 50px;
}

#skykColumn .skyk_thanks_memo .memo_waku{
	clear: both;
	border: 4px solid #ffe0ac;
	border-radius: 20px;
	padding: 40px;
}		
#skykColumn .skyk_thanks_memo .tx_l{
  text-align: left!important;
  margin-bottom: 0;
}
#skykColumn .skyk_thanks_memo p{font-size:100%!important;}
#skykColumn .skyk_thanks_memo .memo_waku .memo_padding{padding:20px 20px 0;}

@media print, screen and (max-width: 490px){
	#skykColumn .skyk_thanks_main .question .selection_list ul {
		width: 100%;
	}
	#skykColumn .skyk_thanks_main .question .selection_list .selection_item {
		align-items: flex-start;
	}
	/* === memo === */
		  
	#skykColumn .skyk_thanks_memo .memo_img{
		padding-left: 25px;
		width: 130px;
	}
	
	#skykColumn .skyk_thanks_memo .memo_waku{
		padding: 20px;
	}
}