@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
/*謎の空白削除*/
body>img{
	display: none;
}
#main .mainVisual {
	padding: 264px 0 0;
	background: #5DC2D0;
}
#main .mainVisual .imgtext {
	margin: 0 auto;
	padding: 0 20px;
	width: 1210px;
	position: relative;
	box-sizing: border-box;
	z-index: 1;
}
#main .mainVisual .photo {
	margin-top: -176px;
	text-align: right;
	position: relative;
	z-index: 1;
}
#main .sec01 {
	margin-top: -47px;
	padding: 1px 0 76px;
	position: relative;
	background: #E0F1F4;
}
#main .sec01::before {
	width: 100%;
	height: 310px;
	position: absolute;
	left: 0;
	top: -309px;
	background: url("../img/index/bg01.webp") no-repeat center bottom / 100% 100%;
	content: '';
}
#main .sec01 h2 {
	margin: -77px 4px 43px;
	position: relative;
	z-index: 1;
}
#main .sec01 p {
	text-align: justify;
	font-size: 2.45rem;
	font-weight: 600;
	line-height: 1.96;
	letter-spacing: 0.03em;
}
#main .sec02 {
	padding-bottom: 57px;
	background: #E0F1F4;
}
#main .sec02 .ttlBox {
	margin-bottom: 60px;
	padding: 122px 0 106px;
	text-align: center;
	background: #fff;
}
#main .sec02 .ttlBox h2 {
	margin-bottom: 73px;
}
#main .sec02 .ttlBox .linkList li {
	margin: 0 20px;
	width: 126px;
}
#main .sec02 .ttlBox .linkList li a {
	display: block;
}
#main .sec02 .ttlBox .linkList li a:hover {
	opacity: 0.7;
}
#main .sec02 .imgBox .photoBox {
	width: 458px;
	position: relative;
	text-align: center;
	z-index: 2;
}
#main .sec02 .imgBox .photoBox .imgtext {
	margin-bottom: -80px;
	position: relative;
	z-index: 1;
}
#main .sec02 .imgBox .textBox {
	margin-top: 92px;
	width: 692px;
}
#main .sec02 .imgBox .textBox p {
	margin-bottom: 31px;
	text-align: justify;
	font-size: 2.5rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
#main .sec02 .imgBox .pickUpBox {
	padding: 28px 75px 32px 1px;
	position: relative;
	box-sizing: border-box;
}
#main .sec02 .imgBox .pickUpBox::before {
	width: 885px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 8px;
	background-color: #fff799;
	content: "";
}
#main .sec02 .imgBox .pickUpBox .ttl {
	margin-bottom: 33px;
	position: relative;
	text-align: center;
	z-index: 1;
}
#main .sec02 .imgBox .pickUpBox .imgList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#main .sec02 .imgBox .pickUpBox .imgList li {
	width: 297px;
	position: relative;
}
#main .sec02 .imgBox .pickUpBox .imgList li .num {
	position: absolute;
	top: -95px;
	text-align: center;
}
#main .sec02 .imgBox .pickUpBox .imgList li .num img {
	width: auto;
	max-height: 80px;
}
#main .sec02 .imgBox .pickUpBox .imgList li:first-child .num {
	left: 50px;
}
#main .sec02 .imgBox .pickUpBox .imgList li:last-child .num {
	right: 60px;
}
#main .sec02 .imgBox .pickUpBox .imgList li .pho {
	margin-bottom: 13px;
}
#main .sec02 .imgBox .pickUpBox .imgList li a {
	display: block;
	position: relative;
	text-align: center;
	border: 2px solid #5dc2d0;
	background-color: #fff;
}
#main .sec02 .imgBox .pickUpBox .imgList li a:hover {
	opacity: 0.7;
}
#main .sec02 .imgBox .pickUpBox .imgList li .pho a::after {
	width: 74px;
	height: 72px;
	position: absolute;
	bottom: -2px;
	right: -2px;
	background: url("../img/common/icon01.webp") no-repeat right bottom / 100% auto;
	content: "";
}
#main .sec02 .imgBox .pickUpBox .imgList li p {
	margin-bottom: 0;
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
#main .sec02 .imgBox.right .photoBox {
	margin-right: 9px;
	order: 1;
}
#main .sec02 .imgBox.right .pickUpBox::before {
	left: 2px;
	right: 0;
}
#main .sec02 .imgBox.right .pickUpBox {
	padding-left: 67px;
	padding-right: 9px;
}
#main .busy {
	margin-bottom: 179px;
}
#main .storage {
	margin-bottom: 88px;
}
#main .storage .imgBox .textBox p {
	margin-bottom: 39px;
}
#main .storage .imgBox .pickUpBox .ttl {
	margin-bottom: 33px;
}
#main .storage .imgBox .pickUpBox .imgList li:first-child .num {
	left: 45px;
}
#main .storage .imgBox .pickUpBox .imgList li:last-child .num {
	right: 54px;
}
#main .line {
	margin-bottom: 117px;
}
#main .line .imgBox .pickUpBox .imgList li:first-child .num {
	left: 45px;
}
#main .line .imgBox .pickUpBox .imgList li:last-child .num {
	right: 52px;
}
#main .hobby {
	margin-bottom: 88px;
}
#main .hobby .imgBox .textBox p {
	margin-bottom: 39px;
}
#main .hobby .imgBox .photoBox {
	margin-right: 6px;
}
#main .hobby .imgBox .pickUpBox .imgList li:first-child .num {
	left: 44px;
}
#main .hobby .imgBox .pickUpBox .imgList li:last-child .num {
	right: 51px;
}
#main .comfortable .imgBox .textBox p {
	margin-bottom: 21px;
}
#main .comfortable .imgBox .pickUpBox .ttl {
	margin-bottom: 33px;
}
#main .comfortable .imgBox .pickUpBox .imgList li:first-child .num {
	left: 42px;
}
#main .comfortable .imgBox .pickUpBox .imgList li:last-child .num {
	right: 24px;
}
#main .sec03 {
	padding: 49px 0 92px;
	background: #FFF799;
}
#main .sec03 .ttlBox {
	margin: 0 0 40px 478px;
	position: relative;
}
#main .sec03 .ttlBox h2 {
	margin-bottom: 8px;
}
#main .sec03 .ttlBox .imgtext {
	width: 462px;
	position: absolute;
	left: -478px;
	top: 12px;
	text-align: center;
}
#main .sec03 .ttlBox p {
	text-align: justify;
	line-height: 1.97;
}
#main .sec03 .tabBox {
	margin: 0 5px;
}
#main .sec03 .tabBox .tabList {
	display: flex;
}
#main .sec03 .tabBox .tabList li {
	padding-top: 30px;
	width: 213px;
	display: flex;
	box-sizing: border-box;
}
#main .sec03 .tabBox .tabList li a {
	box-sizing: border-box;
	padding: 14px 10px 12px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.38;
	letter-spacing: 0.07em;
	background: #5DC2D0;
}
#main .sec03 .tabBox .tabList li a:hover {
	opacity: 0.7;
}
#main .sec03 .tabBox .tabList li a .sm {
	margin-bottom: 2px;
	display: block;
	font-size: 1.5rem;
	letter-spacing: 0;
}
#main .sec03 .tabBox .tabList li a .yellow {
	color: #FFF100;
}
#main .sec03 .tabBox .tabList .tab02 a {
	background: #EFEFEF;
}
#main .sec03 .tabBox .tabList .tab03 a {
	background: #fff;
}
#main .sec03 .tabBox .tabList li.current {
	padding-top: 0;
}
#main .sec03 .tabBox .tabList li.current a {
	padding-bottom: 33px;
}
#main .sec03 .tabBox .tabInner {
	padding: 70px 70px 56px;
	display: none;
	background: #5DC2D0;
}
#main .sec03 .tabBox .tabInner .imgBox {
	display: flex;
	justify-content: space-between;
}
#main .sec03 .tabBox .tabInner .imgBox .photoBox {
	width: 378px;
}
#main .sec03 .tabBox .tabInner .imgBox .textBox {
	margin: -10px 0 0;
	width: 620px;
}
#main .sec03 .tabBox .tabInner .imgBox .textBox p {
	text-align: justify;
	line-height: 1.743;
	letter-spacing: 0.18em;
}
#main .sec03 .tabBox .tabInner02 {
	background: #EFEFEF;
}
#main .sec03 .tabBox .tabInner03 {
	background: #fff;
}
#main .sec03 .tabBox .tabInner01 .imgBox .textBox p {
	color: #fff;
}
#main .sec04 .bgBox {
	margin-bottom: 163px;
	padding-bottom: 51px;
	position: relative;
	background-color: #fff799;
}
#main .sec04 .bgBox::after {
	width: 100%;
	height: 136px;
	position: absolute;
	top: 100%;
	left: 0;
	background: url("../img/index/bg04.webp")no-repeat top center / 100% 100%;
	content: none;
}
#main .sec04 .content {
	width: 750px;
}
#main .sec04 .ctrText {
	margin-bottom: 30px;
	font-size: 3.5rem;
	line-height: 1.955;
	letter-spacing: 0.179em;
	text-align: center;
}
#main .sec04 .imgBox {
	padding: 56px 65px 52px;
	display: flex;
	justify-content: space-between;
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
}
#main .sec04 .imgBox::after {
	position: absolute;
	top: 9px;
	right: 9px;
	bottom: 9px;
	left: 9px;
	border: 3px solid #fff799;
	box-sizing: border-box;
	content: "";
}
#main .sec04 .imgBox .textBox {
	position: relative;
	z-index: 2;
}
#main .sec04 .imgBox .textBox .title {
	margin-bottom: 23px;
	font-size: 2.4rem;
	line-height: 1.374;
	letter-spacing: 0.15em;
	font-feature-settings: "palt";
}
#main .sec04 .imgBox .textBox .time {
	margin-bottom: 21px;
	font-size: 2.2rem;
	line-height: 1.517;
	letter-spacing: 0.22em;
	font-feature-settings: "palt";
}
#main .sec04 .imgBox .textBox .ttl {
	margin-bottom: 14px;
	line-height: 1;
}
#main .sec04 .imgBox .textBox {
	width: 66%;
}
#main .sec04 .imgBox .textBox .noteList {
	display: flex;
	flex-wrap: wrap;
}
#main .sec04 .imgBox .textBox .noteList li {
	font-size: 1.35rem;
	line-height: 1.62;
	letter-spacing: 0.035em;
}
#main .sec04 .imgBox .photoBox {
	margin: -60px -2.3% 0 -11.5%;
	flex: 1;
	position: relative;
	text-align: right;
	box-sizing: border-box;
	z-index: 1;
}
#main .sec04 .linkList {
	margin-bottom: 54px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#main .sec04 .linkList li {
	margin: 0 10px;
	width: 258px;
	box-sizing: border-box;
}
#main .sec04 .linkList li a {
	padding: 26px 20px 36px;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	color: #fff100;
	font-size: 3.125rem;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: 0.1em;
	background-color: #5dc2d0;
	box-sizing: border-box;
}
#main .sec04 .linkList li span {
	margin: 3px 0 15px;
	display: block;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.08em;
}
#main .sec04 .linkList li a:hover {
	opacity: 0.7;
}
#main .sec04 .imgList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#main .sec04 .imgList::after {
	content: "";
	width: 363px;
}
#main .sec04 .imgList li {
	padding-bottom: 21px;
	width: 363px;
	text-align: center;
	box-sizing: border-box;
	border: 2px solid #5dc2d0;
	background-color: #fff;
}
#main .sec04 .imgList li .subBox {
	margin-bottom: 18px;
}
#main .sec04 .imgList li .txt {
	margin: 0 31px 1px;
	min-height: 112px;
	position: relative;
	text-align: justify;
	font-size: 1.4rem;
	letter-spacing: 0.12em;
	line-height: 2.15;
	box-sizing: border-box;
	z-index: 1;
}
#main .sec04 .imgList li .phoBox {
	margin: 0 20px;
}
#main .sec04 .imgList li .btn {
	margin: 0 auto;
	width: 250px;
	text-align: center;
	box-sizing: border-box;
	background-color: #FFF352;
}
#main .sec04 .imgList li .btn a {
	padding: 11px 10px 12px;
	display: block;
	color: #5dc2d0;
	font-size: 2.3rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.1em;
	box-sizing: border-box;
}
#main .sec04 .imgList li .btn a:hover {
	opacity: 0.7;
}
#main .sec04 .imgList li:nth-child(3) .txt {
	margin-bottom: -12px;
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		padding: 99px 0 0;
	}
	#main .mainVisual .imgtext {
		padding: 0 30px 15px;
		width: auto;
	}
	#main .mainVisual .imgtext img {
		width: 260px;
	}
	#main .mainVisual .photo {
		margin-top: 0;
	}
	#main .mainVisual .photo img {
		width: 100%;
	}
	#main .sec01 {
		margin-top: -6px;
		padding: 1px 30px 27px;
		background: #EBF6F8;
		z-index: 1;
	}
	#main .sec01::before {
		height: 62px;
		top: -61px;
		background-image: url("../img/index/bg01_sp.webp");
		z-index: 1;
	}
	#main .sec01 h2 {
		margin: -12px 0 20px;
		text-align: center;
	}
	#main .sec01 h2 img {
		width: 188px;
	}
	#main .sec01 p {
		font-size: 1rem;
		line-height: 2.12;
		letter-spacing: 0.1em;
	}
	#main .sec02 {
		padding-bottom: 46px;
		background: #EBF6F8;
	}
	#main .sec02 .ttlBox {
		margin-bottom: 26px;
		padding: 49px 0 47px;
	}
	#main .sec02 .ttlBox h2 {
		margin-bottom: 30px;
	}
	#main .sec02 .ttlBox h2 img {
		width: 244px;
	}
	#main .sec02 .ttlBox .linkList {
		margin: -22px auto 29px;
		max-width: 260px;
	}
	#main .sec02 .ttlBox .linkList li {
		margin: 22px 8px 0;
		width: 54px;
	}
	#main .sec02 .ttlBox .mark {
		text-align: center;
	}
	#main .sec02 .imgBox {
		display: block;
	}
	#main .sec02 .content {
		padding: 0 30px;
	}
	#main .sec02 .imgBox .photoBox {
		margin-bottom: 7px;
		width: auto;
		text-align: center;
	}
	#main .sec02 .imgBox .photoBox img {
		width: 100%;
	}
	#main .sec02 .imgBox .photoBox .imgtext {
		margin-bottom: -38px;
		text-align: center;
	}
	#main .sec02 .imgBox .photoBox .imgtext img {
		width: 103px;
	}
	#main .sec02 .imgBox .textBox {
		margin-top: 0;
		width: auto;
	}
	#main .sec02 .imgBox .textBox p {
		margin-bottom: 23px;
		font-size: 1rem;
		line-height: 2.167;
	}
	#main .sec02 .imgBox .pickUpBox {
		padding: 0;
		width: auto;
	}
	#main .sec02 .imgBox .pickUpBox::before {
		display: none;
	}
	#main .sec02 .imgBox .pickUpBox .ttl {
		margin-bottom: 16px;
	}
	#main .sec02 .imgBox .pickUpBox .ttl img {
		width: auto;
		max-height: 69px;
	}
	#main .sec02 .imgBox .pickUpBox .imgList {
		margin: 0;
	}
	#main .sec02 .imgBox .pickUpBox .imgList li {
		width: 48.1%;
	}
	#main .sec02 .imgBox .pickUpBox .imgList li .num {
		top: -48px;
	}
	#main .sec02 .imgBox .pickUpBox .imgList li .num img {
		max-height: 41px;
	}
	#main .sec02 .imgBox .pickUpBox .imgList li .num8 img {
		max-height: 42px;
	}
	#main .sec02 .imgBox .pickUpBox .imgList li:first-child .num {
		left: -1px;
	}
	#main .sec02 .imgBox .pickUpBox .imgList li:last-child .num {
		right: 3px;
	}
	#main .sec02 .imgBox .pickUpBox .imgList li .pho {
		margin-bottom: 5px;
	}
	#main .sec02 .imgBox .pickUpBox .imgList li .pho a {
		border-width: 1px;
	}
	#main .sec02 .imgBox .pickUpBox .imgList li .pho a::after {
		width: 37px;
		height: 35px;
		right: -1px;
		bottom: -1px;
	}
	#main .sec02 .imgBox .pickUpBox .imgList li p {
		font-size: 1rem;
		line-height: 1.713;
	}
	#main .sec02 .imgBox.right .photoBox {
		margin: 0 0 7px;
	}
	#main .sec02 .imgBox.right .pickUpBox {
		padding: 0;
	}
	#main .busy {
		margin-bottom: 81px;
	}
	#main .storage {
		margin-bottom: 69px;
	}
	#main .storage .imgBox .textBox p {
		margin-bottom: 23px;
	}
	#main .storage .imgBox .pickUpBox .ttl {
		margin-bottom: 15px;
	}
	#main .storage .imgBox .pickUpBox .imgList li:first-child .num {
		left: 0;
	}
	#main .storage .imgBox .pickUpBox .imgList li:last-child .num {
		right: 0;
	}
	#main .line {
		margin-bottom: 81px;
	}
	#main .line .imgBox .textBox p {
		margin-bottom: 31px;
	}
	#main .line .imgBox .pickUpBox .ttl {
		margin-bottom: 17px;
	}
	#main .line .imgBox .pickUpBox .imgList li .num {
		top: -52px;
	}
	#main .line .imgBox .pickUpBox .imgList li:first-child .num {
		left: -2px;
	}
	#main .line .imgBox .pickUpBox .imgList li:last-child .num {
		right: 3px;
	}
	#main .hobby {
		margin-bottom: 57px;
	}
	#main .hobby .imgBox .textBox p {
		margin-bottom: 17px;
	}
	#main .hobby .imgBox .photoBox {
		margin-right: 0;
	}
	#main .hobby .imgBox .pickUpBox .imgList li:first-child .num {
		left: 1px;
	}
	#main .hobby .imgBox .pickUpBox .imgList li:last-child .num {
		right: -2px;
	}
	#main .comfortable .imgBox .textBox p {
		margin-bottom: 23px;
	}
	#main .comfortable .imgBox .pickUpBox .ttl {
		margin-bottom: 16px;
	}
	#main .comfortable .imgBox .pickUpBox .imgList li .num {
		top: -57px;
	}
	#main .comfortable .imgBox .pickUpBox .imgList li:first-child .num {
		left: 0;
	}
	#main .comfortable .imgBox .pickUpBox .imgList li:last-child .num {
		right: -12px;
	}
	#main .sec03 {
		padding: 23px 0 0;
	}
	#main .sec03 .ttlBox {
		margin: 0 25px 17px;
	}
	#main .sec03 .ttlBox h2 {
		margin-bottom: 12px;
		text-align: center;
	}
	#main .sec03 .ttlBox h2 img {
		width: 270px;
	}
	#main .sec03 .ttlBox .imgtext {
		margin-bottom: 14px;
		width: auto;
		position: initial;
		text-align: center;
	}
	#main .sec03 .ttlBox .imgtext img {
		width: 197px;
	}
	#main .sec03 .ttlBox p {
		line-height: 2.1;
	}
	#main .sec03 .tabBox {
		margin: 0;
	}
	#main .sec03 .tabBox .tabList li {
		padding-top: 15px;
		width: calc(100% / 3);
	}
	#main .sec03 .tabBox .tabList li.current {
		padding-top: 0;
	}
	#main .sec03 .tabBox .tabList li a {
		padding: 9px 5px 6px;
		font-size: 1.4rem;
	}
	#main .sec03 .tabBox .tabList li a .sm {
		margin-bottom: 2px;
		font-size: 0.7rem;
	}
	#main .sec03 .tabBox .tabList li.current a {
		padding-bottom: 9px;
	}
	#main .sec03 .tabBox .tabInner {
		padding: 32px 25px 43px;
	}
	#main .sec03 .tabBox .tabInner .imgBox {
		display: block;
	}
	#main .sec03 .tabBox .tabInner .imgBox .photoBox {
		margin-bottom: 10px;
		width: auto;
	}
	#main .sec03 .tabBox .tabInner .imgBox .photoBox img {
		width: 100%;
	}
	#main .sec03 .tabBox .tabInner .imgBox .textBox {
		margin: 0;
		width: auto;
	}
	#main .sec04 {
		background-color: #fff;
	}
	#main .sec04 .bgBox {
		margin-bottom: 20.8%;
		padding-bottom: 1px;
	}
	#main .sec04 .bgBox::after {
		height: auto;
		padding-bottom: 16.4%;
	}
	#main .sec04 .ctrText {
		margin-bottom: 17px;
		font-size: 1rem;
		line-height: 2.15;
	}
	#main .sec04 .imgBox {
		margin: 0 auto;
		padding: 17px 7px 6px;
		width: 70%;
		display: block;
		text-align: center;
	}
	#main .sec04 .imgBox::after {
		content: none;
	}
	#main .sec04 .imgBox .textBox .title {
		margin-bottom: 23px;
		font-size: 1rem;
		line-height: 1.6;
		letter-spacing: 0.2em;
	}
	#main .sec04 .imgBox .textBox .photoBox {
		margin: 0 auto 24px;
		width: 76.5%;
		text-align: center;
	}
	#main .sec04 .imgBox .textBox .photoBox img {
		width: 100%;
	}
	#main .sec04 .imgBox .textBox .time {
		margin: 0 0 22px 8px;
		font-size: 1rem;
		line-height: 1.57;
		letter-spacing: 0.24em;
	}
	#main .sec04 .imgBox .textBox .ttl {
		margin-bottom: 8px;
	}
	#main .sec04 .imgBox .textBox .ttl img {
		width: 59px;
	}
	#main .sec04 .imgBox .textBox .time .special {
		margin-left: 2px;
		display: block;
		transform: rotate(-90deg);
	}
	#main .sec04 .imgBox .textBox {
		width: auto;
	}
	#main .sec04 .imgBox .textBox .noteList {
		display: block;
		text-align: left;
	}
	#main .sec04 .imgBox .textBox .noteList li {
		font-size: 0.64rem;
		line-height: 1.64;
	}
	#main .sec04 .imgBox .photoBox {
		margin: -72px -1.9% 0 -13%;
		width: auto;
		order: 1;
	}
	#main .sec04 .linkList {
		margin: 0 13px 39px;
		justify-content: space-between;
	}
	#main .sec04 .linkList::after {
		content: '';
		width: 31.8%;
	}
	#main .sec04 .linkList li {
		margin: 0;
		width: 46.8%;
	}
	#main .sec04 .linkList li a {
		padding: 9px 5px 13px;
		font-size: 1.134rem;
		line-height: 1.5;
	}
	#main .sec04 .linkList li span {
		margin: 2px 0 4px;
		font-size: 0.7rem;
	}
	#main .sec04 .imgList {
		margin: 0 30px;
		display: block;
	}
	#main .sec04 .imgList::after {
		display: none;
	}
	#main .sec04 .imgList li {
		margin: 0 0 32px;
		padding-bottom: 16px;
		width: auto;
		border-width: 1px;
	}
	#main .sec04 .imgList li:last-child {
		margin-bottom: 0;
	}
	#main .sec04 .imgList li .subBox {
		margin-bottom: 0;
	}
	#main .sec04 .imgList li .txt {
		margin: 0 21px 44px;
		min-height: inherit;
		font-size: 1rem;
	}
	#main .sec04 .imgList li .phoBox {
		margin: 0 auto 46px;
		width: 74.8%;
	}
	#main .sec04 .imgList li .btn {
		width: 70%;
	}
	#main .sec04 .imgList li .btn:hover {
		opacity: 1;
	}
	#main .sec04 .imgList li .btn a {
		padding: 8px 5px 9px;
		font-size: 1.6rem;
	}
	#main .sec04 .imgList li:nth-child(2) .txt {
		margin-bottom: 7px;
	}
	#main .sec04 .imgList li:nth-child(2) .phoBox {
		margin-bottom: 12px;
		width: 52.8%;
	}
	#main .sec04 .imgList li:nth-child(3) .txt {
		margin-bottom: -4px;
	}
	#main .sec04 .imgList li:nth-child(3) .phoBox {
		margin-bottom: 18px;
		width: 55%;
	}
	#main .sec04 .imgList li:last-child {
		margin-bottom: 0;
	}
}
/*2023.11.17 FAO追記　級数調整*/
#main .sec01 p{
	font-size: 14px;
}
#main .sec02 .imgBox .textBox p{
	font-size: 14px;
}
#main .sec02 .imgBox .pickUpBox .imgList li p{
	font-size: 13px;
}
#main .sec03 .ttlBox p{
	font-size: 13px;
}
#main .sec03 .tabBox .tabInner01 .imgBox .textBox p{
	font-size: 14px;
}
#main .sec04 .ctrText{
	font-size: 14px;
}
.headLine03{
	font-size: 18px;
}
#main .sec04 .imgList li .txt{
	font-size: 13px;
}
@media all and (min-width: 768px) {
	#main .sec03 .ttlBox p{
		font-size: 17px;
	}
	#main .sec04 .ctrText{
		font-size: 14px;
	}
	#main .sec04 .linkList li span{
		font-size: 16px;
	}
	#main .sec04 .linkList li a{
		font-size: 20px;
	}
	#main .sec04 .imgList li .txt{
		font-size: 16px;
	}
	#main .sec04 .imgList li .btn a{
		font-size: 20px;
	}
}
@media all and (min-width: 1080px) {
	#main .sec01 p{
		font-size: 24px;
	}
	#main .sec02 .imgBox .textBox p{
		font-size: 26px;
	}
	#main .sec02 .imgBox .pickUpBox .imgList li p{
		font-size: 22px;
	}
	#main .sec03 .ttlBox p{
		font-size: 24px;
	}
	#main .sec03 .tabBox .tabInner01 .imgBox .textBox p{
		font-size: 24px;
	}
	#main .sec04 .ctrText{
		font-size: 30px;
	}
	#main .sec04 .linkList li a{
		font-size: 28px;
	}
	#main .sec04 .linkList li span{
		font-size: 21px;
	}
	#main .sec04 .imgList li:nth-of-type(3) .phoBox{
		margin-top: 10px;
	}
}



