/*
Theme Name: meviy04_2
Description: Meviy Blog Template
Author: MASAtoshi OKA
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meviy04_2
Version: 4.0
*/

.page_tips_2025 {
	background: #F7F7F7;
	margin-top: 109px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.page_tips_2025 .sec_wrap {
	max-width: 1310px;
}

@media screen and (max-width: 1024px) {
	.page_tips_2025 {
		margin-top: 17vw;
	}
}

.tips_2025_header {
	width: 100%;
	background: #fff;
	padding-top: 15px;
}

.tips_2025_header #breadcrumb {
	display: block !important;
	float: none !important;
	width: 100%;
	clear: both;
}

.tips_2025_header h1 {
	text-align: center;
	display: block;
	float: none;
	font-size: 42px;
	font-weight: 600;
	color: #0a1464;
	margin-bottom: 20px;
	clear: both;
}

.tips2025_intro {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 1.5em auto;
	float: none;
	width: calc(100% - 30px);
	color: #555;
	font-size: 16px;
	background: #f7f7f7;
	padding: 20px 50px;
	box-sizing: border-box;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.tips2025_intro:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #f7f7f7;
}

.tips2025_intro_text {
	width: calc(100% - 200px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.tips2025_intro_img {
	width: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.tips2025_intro_img img {
	width: 100%;
	height: auto;
}

.tips2025_intro_text h2 {
	display: inline-block;
	font-size: 25px;
	font-weight: 600;
	color: #0a1464;
	margin-bottom: 15px;
}

.tips2025_intro_text h2 strong {
	background: linear-gradient(transparent 65%, #f7cd00 65%);
}

.tips2025_intro_text h2::before {
	content: '「';
}

.tips2025_intro_text h2::after {
	content: '」';
}

.tips2025_intro_text p {
	color: #0a1464;
	font-size: 16px;
	margin-bottom: 7px;
}


.intro_note {
	padding: 5px;
}

.intro_note p {
	color: #0a1464;
	text-align: right;
}

.intro_note p a {
	color: #0a1464;
	text-decoration: underline;
}

@media screen and (max-width: 1024px) {
	.tips2025_intro {
		padding: 20px;
	}

	.tips2025_intro_text {
		width: calc(100% - 200px);
	}
}

@media screen and (max-width: 850px) {
	.tips_2025_header h1 {
		font-size: 35px
	}

	.tips2025_intro {
		flex-direction: column;
	}

	.tips2025_intro_text {
		width: 100%;
	}

	.tips2025_intro_img {
		width: 100%;
		flex-direction: row;
		justify-content: center;
	}

	.tips2025_intro_img img {
		width: 100px;
	}
}

@media screen and (max-width: 500px) {
	.tips_2025_header h1 {
		font-size: 30px;
	}

	.tips2025_intro_text h2 {
		font-size: 20px;
	}

	.tips2025_intro_text p {
		font-size: 14px;
	}

	.intro_note p {
		text-align: left;
	}
}

/* INDEX -------------------------*/
.tips2025_index {
	padding: 30px 0;
}

.tips2025_index h2 {
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	color: #0a1464;
}

.tips2025_index ul {
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0 0 0;
}

.tips2025_index ul li {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: calc(20% - 10px);
	margin: 10px 0;
	padding: 0;
	font-size: 14px;
	position: relative;
	text-align: center;
}

.tips2025_index ul li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-weight: 600;
	color: #fff;
	background: #0f218b;
	border: 2px solid #0f218b;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.tips2025_index ul li a:hover {
	background: #fff;
	color: #555;
	border: 2px solid #555;
	opacity: 1;
}

.tips2025_index ul li a div {
	padding: 0;
	margin: 0;
}

.tips2025_index ul li a div:before {
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	background: url(../images/common/arrow_down_hover.png)center center no-repeat;
	background-size: contain;
	margin-right: 7px;
}

.tips2025_index ul li a:hover div:before {
	background: url(../images/common/arrow_down.png) no-repeat;
	background-size: contain;
}


@media screen and (max-width: 1200px) {
	.tips2025_index ul {
		justify-content: center;
	}

	.tips2025_index ul li {
		width: calc(33% - 20px);
		margin: 10px;
	}
}

@media screen and (max-width: 740px) {
	.tips2025_index ul li {
		width: calc(50% - 20px);
		margin: 10px;
	}
}

@media screen and (max-width: 500px) {
	.tips2025_index ul li {
		width: calc(100% - 20px);
		margin: 10px;
	}
}

.tips_section {
	width: calc(100% - 30px);
	max-width: 1300px;
	display: block;
	float: none;
	margin: 50px auto;
	background: #fff;
	padding: 20px 50px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.tips2025_section_title {
	display: flex;
	margin-bottom: 15px;
}

.tips2025_section_title h2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #0a1464;
	font-size: 30px;
	font-weight: 600;
	position: relative;
	padding-left: 20px;
}

.tips_section#functions {
	background: #0a1464;
}

#functions .tips2025_section_title h2 {
	color: #fff;
}

.tips_icon {
	display: block;
	width: 80px;
	height: 80px;
}

#costdown .tips_icon {
	background: url(../images/tips2025/icon_costdown.jpg) center center no-repeat;
	background-size: contain;
}

#usage .tips_icon {
	background: url(../images/tips2025/icon_usage.jpg) center center no-repeat;
	background-size: contain;
}

#autoerr .tips_icon {
	background: url(../images/tips2025/icon_autoerr.jpg) center center no-repeat;
	background-size: contain;
}

#gdnt .tips_icon {
	background: url(../images/tips2025/icon_gdnt3.jpg) center center no-repeat;
	background-size: contain;
}

#effup .tips_icon {
	background: url(../images/tips2025/icon_effup.jpg) center center no-repeat;
	background-size: contain;
}

#tips-others .tips_icon {
	background: url(../images/tips2025/icon_tips-others.jpg) center center no-repeat;
	background-size: contain;
}

#functions .tips_icon {
	background: url(../images/tips2025/icon_functions_white.png) center center no-repeat;
	background-size: contain;
}

ul.tips_2025_wrapper,
ul.load_more_list {
	padding-left: 20px;
}

ul.tips_2025_wrapper>li,
ul.load_more_list>li {
	list-style-type: disc;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

ul.tips_2025_wrapper>li a,
ul.load_more_list>li a {
	color: #0a1464;
}

#functions ul.tips_2025_wrapper>li,
#functions ul.load_more_list>li {
	color: #fff;
}

#functions ul.tips_2025_wrapper>li a,
#functions ul.load_more_list>li a {
	color: #fff;
}

@media screen and (max-width: 800px) {
	.tips_section {
		padding: 20px;
	}

	.tips_icon {
		width: 60px;
		height: 60px;
	}

	.tips2025_section_title h2 {
		font-size: 22px;
		padding-left: 10px;
	}

	ul.tips_2025_wrapper>li {
		font-size: 15px;
	}

	.tips_section {
		margin: 30px auto;
	}

}

@media screen and (max-width: 500px) {
	.tips_icon {
		width: 50px;
		height: 50px;
	}

	.tips_section {
		padding: 15px;
	}

	.tips2025_section_title h2 {
		font-size: 18px;
	}

	ul.tips_2025_wrapper>li {
		font-size: 13px;
	}
}

/* ボタン */
.more_tips_btn_2025 {
	display: block;
	width: 100%;
	max-width: 250px;
	text-align: center;
	margin: 40px auto 0px auto;
	background: none;
	box-sizing: border-box;
	background: #0f218b;
	color: #fff;
	border: none;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.more_tips_btn_2025 span {
	font-size: 16px;
	font-weight: 600;
	display: block;
	padding: 5px;
}

.more_tips_btn_2025 span:after {
	content: '';
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	margin: 3px 0 0 0px;
	background: url(../images/common/plus.png) 0 0 no-repeat;
	background-size: contain;
}

.more_tips_btn_2025:hover {
	background: #0f218b;
}

#functions .more_tips_btn_2025 {
	background: #fff;
	color: #0f218b;
}

#functions .more_tips_btn_2025 span::after {
	background: url(../images/common/plus_navy.png) 0 0 no-repeat;
}

@media screen and (max-width: 800px) {}

.tips_sample_download {
	background: #fff;
	padding: 40px 0;
}

.tips_sample_download h2 {
	font-size: 30px;
	font-weight: 600;
	color: #0a1464;
	text-align: center;
	margin-bottom: 15px;
}

.tips_sample_download p {
	font-size: 16px;
	margin-bottom: 6px;
	font-weight: 600;
	text-align: center;
	color: #0a1464;
}

.tips_sample_download_btn {
	padding-top: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.tips_sample_download_btn a {
	width: 100%;
	float: none;
	max-width: 750px;
	font-size: 25px;
	font-weight: 600;
	background: #f7cd00;
	color: #000;
	padding: 15px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	margin: 0 auto;
}

@media screen and (max-width: 800px) {
	.tips_sample_download h2 {
		font-size: 22px;
	}

	.tips_sample_download p {
		font-size: 13px;
	}

	.tips_sample_download_btn a {
		font-size: 20px;
		padding: 15px;
	}
}

@media screen and (max-width: 500px) {
	.tips_sample_download p {
		font-size: 12px;
		text-align: left;
	}

	.mobile_br {
		display: block;
		clear: both;
		float: none;
	}
}



/* loading */
#overlay {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
	100% {
		transform: rotate(360deg);
	}
}

.is-hide {
	display: none;
}