@charset "utf-8";
/* 共通 */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}
body:lang(ja) {
	background: unset !important;
	font-family: 'Zen Kaku Gothic New', sans-serif !important;
	font-size: 18px;
	line-height: 1.5;
}
a:hover {
	opacity: 0.75;
	text-decoration: none;
}
table {
	font-size: 80%;
	margin: 0 auto 1em;
	width: 80%;
}
table th, table td {
	padding: 0.5em;
}
table th {
	width: 25%;
}
table + p {
	font-size: 80%;
	margin: 0 auto;
	width: 80%;
}
.only_pc {
	display: block !important;
}
.only_tb {
	display: none !important;
}
.only_sp {
	display: none !important;
}
:lang(ja) .lang-ja {
	display: block !important;
}
:lang(ja) .lang-en {
	display: none !important;
}
:lang(en) .lang-en {
	display: block !important;
}
:lang(en) .lang-ja {
	display: none !important;
}
.site-header {
	background-color: #FFFFFF;
	margin: 0;
	max-height: 120px;
	position: sticky;
	top: 0;
	z-index: 100;
}
.main-header-content {
	max-width: 1200px;
}
.main-header-content nav.main-navigation {
	display: flex;
	justify-content: space-between;
	width: 70%;
}
.main-header-content nav.main-navigation ul ul {
	top: 90%;
	width: 250px;
}
.main-header-content nav.main-navigation ul ul li a {
	padding: 10px 15px;
}
.main-header nav ul li {
	line-height: 3;
	padding: 0;
}
.main-header nav ul li a {
	background: unset;
	color: #333333;
	cursor: pointer;
	font-weight: 700;
	padding-right: 10px;
	text-decoration: none;
}
.main-header nav ul li a span {
	border-bottom: solid 3px #999999;	
}
.main-header nav ul li:hover a {
	background: unset;
}
.main-header nav ul li a:hover {
	background: unset;
	color: #333333;
}
.main-header nav ul li a:hover span {
	border-bottom: solid 3px #6A9BD2;
}
.main-header-content > a {
	background-color: #6A9BD2;
	border-radius: 5px;
	color: #FFFFFFFFF !important;
	font-weight: 500 !important;
	line-height: 30px;
	padding: 0.25em 0.75em !important;
}
.home .home-header,
.home .home-header-overlay,
.home .home-header-content {
	display: none;
}
.site-content {
	max-width: unset;
	padding: 0 2%;
}
.content-area {
	margin-bottom: 0;
}
.front-main-cont {
	margin: 0 auto 10rem;
	max-width: 1200px;
}
.front-main-cont .front-cont-header .cont-title {
	color: #6A9BD2;
	font-weight: 700;
	margin: 3em 0;
	text-align: center;
}
.front-main-cont .front-cont-header .cont-title span {
	border-bottom: solid 3px #6A9BD2;
	padding: 0 0.1em;
}
.pagetop {
	background: #fff;
	border: solid #6A9BD2 2px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	position: fixed;
	right: 1.5%;
	bottom: 1.5%;
	width: 50px;
	z-index: 2;
}
.pagetop__arrow {
	border-top: solid #6A9BD2 3px;
	border-right: solid #6A9BD2 3px;
	height: 10px;
	transform: translateY(20%) rotate(-45deg);
	width: 10px;
}
.footer-navigation {
	width: 100%;
}
.footer-navigation ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: 0;
}
.footer-navigation ul li {
	margin: 0;
}
.footer-navigation ul li:last-child {
	margin: 2em 0 0;
	width: 100%;
}
.footer-navigation ul li:last-child a:hover {
	color: #FFFFFF;
	opacity: 1;
}
footer .site-bottom {
	background: #6A9BD2;
	border: none;
	color: #FFFFFF;
	padding: 2em 0;
}
footer .site-bottom .current-menu-item > a, .footer-navigation a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
}
.back-to-top, .back-to-top:hover {
	background: none;
	background-image: url(/wp-content/uploads/images/pagetop.png);
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 100%;
	bottom: 20px;
	cursor: pointer;
	display: none;
	height: 80px;
	position: fixed;
	right: 20px;
	width: 80px;
	z-index: 2;
	transition: 0.15s ease-in-out;
}
.back-to-top:before {
	content: "";
}
.dokodemo_btn, .dokodemo_info {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 3em;
	width: fit-content;
}
.dokodemo_btn > strong, .dokodemo_info > strong {
	color: #D27C6A;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25em;
	position: relative;
}
.dokodemo_btn > strong::before, .dokodemo_btn > strong::after, .dokodemo_info > strong::before, .dokodemo_info > strong::after {
	background-color: #D27C6A;
	content: "";
	height: 1px;
	margin: 0 4px 4px;
	width: 25px;
}
.dokodemo_btn > strong::before, .dokodemo_info > strong::before {
	transform: rotate(45deg);
}
.dokodemo_btn > strong::after, .dokodemo_info > strong::after {
	transform: rotate(-45deg);
}
.dokodemo_btn > a, .dokodemo_info > p {
	background-color: #6A9BD2;
	border-radius: 6px;
	color: #FFFFFF;
	display: block;
	font-size: 1.25em;
	margin: 0.5em 0;
	padding: 0.25em 2em;
	text-decoration: none;
}
.dokodemo_btn > a.red, .dokodemo_info > p.red {
	background-color: #D27C6A;
}
.dokodemo_btn > span > a, .dokodemo_info > span > a {
	color: #6A9BD2;
	font-size: 1.5em;
	text-decoration: none;
}
/* トップページ */
.home .site-content {
	padding: 2% 0 0;
}
.slider {
	margin-bottom: 10rem !important;
}
.home .front-main-cont .front-cont-header .cont-title {
	color: #6A9BD2;
	font-size: 2.5rem;
	margin: 0 0 1em;
	text-align: left;
}
.home .front-main-cont .front-cont-header .cont-title span {
	border: none;
	padding: 0;
}
#front-category {
	max-width: unset;
}
#front-category .front-category-bg {
	margin: 0;
	padding: 5rem 0 7.5rem;
}
#front-category .front-category-bg:nth-child(odd) {
	background-color: #f6f6f6;
}
#front-category .front-category-base {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 2%;
}
#front-category .front-category-inner {
	overflow: auto;
	padding: 0 2%
}
#front-category .front-category-inner .front-category-inner-txt {
	float: left;
	width: 50%;
}
#front-category .front-category-inner .front-category-inner-txt ul {
	margin: 1em 0 2em 4%;
}
#front-category .front-category-inner .front-category-inner-txt ul li {
	display: flex;
	align-items: center;
	list-style: none;
}
#front-category .front-category-inner .front-category-inner-txt ul li::before {
	color: #4693f5;
	content: "\f0da";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 1.5em;
	font-weight: 900;
	margin-right: 0.25em;
}
#front-category .front-category-inner img {
	border-radius: 1rem;
	float: right;
	width: 50%;
}
#front-category .front-category-inner .front-category-inner-link {
	float: left;
	width: 50%;
}
#front-category .front-category-inner .front-category-inner-link a {
	background-color: #4693f5;
	border-radius: 5rem;
	color: #fff;
	cursor: pointer;
	display: block;
	margin: 0 0 0 15%;
	padding: 0.5rem 0;
	text-align: center;
	text-decoration: none;
	width: 60%;
}
#front-special .front-special-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#front-special .front-special-inner a {
	border: solid #CCCCCC 5px;
	border-radius: 1rem;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	width: 23%;
}
#front-special .front-special-inner a img {
	border-radius: 0.5rem 0.5rem 0 0;
}
#front-special .front-special-inner a h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	height: 7.5rem;
	margin: 0;
	width: 100%;
}
#front-pickup .front-pickup-inner {
	line-height: 1.25;
}
#front-pickup .front-pickup-inner h3 {
	font-size: 1.5em;
	line-height: 1.2;
	margin: 1em 0;
}
#front-pickup .front-pickup-inner h4 {
	font-family: serif;
	font-size: 2.25em;
	font-weight: bold;
	text-align: center;
}
#front-pickup .front-pickup-inner p {
	font-weight: bold;
}
#front-pickup .front-pickup-inner ol {
	counter-reset: num;
	list-style-type: none !important;
	margin: 1.5em 0 0;
	padding: 0;
}
#front-pickup .front-pickup-inner ol li {
	font-weight: bold;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 2em;
	padding-left: 2em;
	position: relative;
}
#front-pickup .front-pickup-inner ol li::before {
	background-color: #F7C600;
	border-radius: 50%;
	color: #FFF;
	content: counter(num);
	counter-increment: num;
	display: inline-block;
	font-family: 'Arial', sans-serif;
	font-size: 1em;
	font-weight: bold;
	height: 1.5em;
	left: 0;
	line-height: 1.5;
	position: absolute;
	text-align: center;
	top: 0.5em;
	width: 1.5em;
}
#front-pickup .front-pickup-inner .w90 {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}
#front-pickup .front-pickup-inner #renewal-base {
	background: linear-gradient(to right, #4788BE, #72278E);
	margin: 4em auto;
	padding: 2em 1em 1em;
	position: relative;
	width: 90%;
}
#front-pickup .front-pickup-inner #renewal-base > img {
	display: block;
	position: absolute;
	top: -2em;
	left: -2em;
	width: 20%;
}
#front-pickup .front-pickup-inner #renewal-base h3 {
	color: #fff;
	font-size: 3em;
	margin: 0 0 0.5em 1em;
	text-align: center;
}
#front-pickup .front-pickup-inner #renewal-base h3 span {
	display: block;
	font-size: 0.6em;
}
#front-pickup .front-pickup-inner #renewal-base #renewal-cont {
	background-color: #fff;
	font-weight: bold;
	padding: 1em;
	text-align: center;
}
#front-pickup .front-pickup-inner h3.num-bg {
	background-repeat: no-repeat;
	background-size: contain;
	color: #333;
	font-size: 2em;
	height: 1em;
	margin: 3em 0 1em;
	padding: 0.6em 0 0.9em 4em;
}
#front-pickup .front-pickup-inner a {
	border: solid #333 2px;
	border-radius: 50em;
	color: #333;
	display: block;
	font-size: 1.25em;
	font-weight: bold;
	margin: 3em auto 0;
	padding: 0.25em 1.5em 0.35em;
	text-align: center;
	text-decoration: none;
	width: fit-content;
}
#front-pickup .front-pickup-inner a:hover {
	background-color: #333;
	color: #fff;
}
#front-sns {
	display: flex;
	align-items: center;
	justify-content: right;
	font-weight: 900;
	margin-bottom: 3rem;
}
#front-sns a {
	display: block;
	margin-left: 1rem;
	width: 5%;
}
#top_announce {
	font-size: 0.9em;
}
#top_announce figure {
	max-width: 100%;
	overflow: auto;
	width: auto;
}
#top_announce figure > table {
	margin: 1.5em 0;
	width: 100%;
}
#top_announce figure > table th, #top_announce figure > table td {
	line-height: 120%;
	padding: 0.75em;
	text-align: center;
	white-space: nowrap;
	width: calc(100% / 11);
}
#top_announce figure > table td strong.red {
	color: #ff4500;
}
#top_announce figcaption {
	font-size: 0.9em;
}
/* トップページENG */
#front-contents {
	max-width: unset;
}
#front-contents .c_box {
	border: none;
	padding: 4em 0;
}
#front-contents .c_box:nth-of-type(odd) {
	margin: 0 auto;
	max-width: 1200px;
}
#front-contents .c_box:nth-of-type(even) {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
#front-contents .c_box:first-of-type {
	padding: 0 0 4em;
}
#front-contents .c_box:last-of-type {
	padding: 4em 0 0;
}
#front-contents .c_box:nth-of-type(even) .wrap {
	margin: 0 auto;
	max-width: 1200px;
}
#front-contents .c_box_inner {
	overflow: auto;
	width: 100%;
}
#front-contents h3 {
	color: #6A9BD2;
	font-size: 2.25em;
	font-weight: 100;
	margin: 0;
}
#front-contents .c_title,
#front-contents .c_text {
	float: left;
	width: 60%;
}
#front-contents .c_img_box {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	float: right;
	height: 20vw;
	width: 40%;
}
#front-contents .c_box.c_box_right .c_img_box {
	position: relative;
	top: unset;
	right: unset;
	left: unset;
}
/* 固定ページ */
.page .jumbotron {
	background-color: unset;
	display: none;
}
.page .home-header {
	aspect-ratio: 16 / 9;
	background-color: unset;
	background-image: url(/wp-content/uploads/images/top_img_202308_01.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	color: #FFFFFF;
	font-size: 7.5rem;
	height: auto;
	margin: 0;
	max-height: 1080px;
	padding: 5% 0 7.5% 7.5%;
	text-decoration: underline dashed 10px #FFFFFF;
	width: calc(100% - 7.5%);
}
#front-introduction h2 {
	color: #6A9BD2;
	font-size: 3rem;
	font-weight: 600;
	margin: 0 0 3rem;
}
#front-introduction .c_box {
	position: relative;
}
#front-introduction .c_box_inner {
	overflow: auto;
	width: 100%;
}
#front-introduction h3 {
	color: #6A9BD2;
	font-size: 35px;
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.5;
}
#front-introduction .c_title,
#front-introduction .c_text {
	float: left;
	width: 50%;
}
#front-introduction .c_english {
	color: #47B39D;
	font-size: 13px;
	margin-bottom: 32px;
	margin-top: 0;
}
#front-introduction h4 {
	font-size: 24px;
	margin-bottom: 28px;
	margin-top: 0;
	font-weight: normal;
}
#front-introduction .c_text p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#front-introduction .c_text a {
	border: solid #6A9BD2 2px;
	border-radius: 50px;
	color: #6A9BD2;
	display: block;
	font-weight: 600;
	margin: 3rem 0 0 3rem;
	padding: 1rem;
	text-align: center;
	text-decoration: none;
	width: 75%;
}
#front-introduction .c_text a:hover {
	background-color: #6A9BD2;
	color: #FFFFFF;
}
#front-introduction .c_img_box {
	aspect-ratio: 10 / 9;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
	height: 100%;
	width: 50%;
}
#front-feature {
	background: linear-gradient(#EFEFEF, #EFEFEF), url(/wp-content/uploads/images/top_img_202308_06.png);
	background-position: top right, bottom left;
	background-repeat: no-repeat;
	background-size: 95% 95.5%, 75%;
	padding: 5rem 2.5% 7.5rem;
	max-width: unset;
}
#front-feature .c_box {
	margin: 0 auto 10%;
	max-width: 1200px;
}
#front-feature .c_box:nth-of-type(even) {
	border: none;
}
#front-feature .c_box_inner {
	display: flex;
	justify-content: right;
	flex-wrap: wrap;
	overflow: auto;
	width: 100%;
}
#front-feature .c_box:nth-child(odd) .c_box_inner {
	flex-direction: row-reverse;
}
#front-feature .c_text {
	float: left;
	margin-bottom: 3rem;
	width: 55%;
}
#front-feature h3 {
	color: #6A9BD2;
	display: flex;
	align-items: center;
	font-size: 2.5rem;
	font-weight: 100;
	line-height: 1.1;
	margin: 0 0 1rem;
}
#front-feature h3 span {
	font-size: 8rem;
	font-style: italic;
	margin: 0 3rem 1rem 0;
}
#front-feature .c_img_box {
	aspect-ratio: 10 / 8;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	float: right;
	height: 100%;
	width: 40%;
}
#front-feature section:nth-child(odd) .c_img_box {
	background-position: top left;
}
.osmoem .front-main-cont {
	margin: 0 auto 10em;
}
.osmoem .c_box_inner {
	overflow: auto;
	width: 100%;
}
.osmoem .c_box_inner.other {
	display: flex;
}
.osmoem .c_title, .osmoem .c_text {
	float: right;
	width: 60%;
}
.osmoem .c_title_100, .osmoem .c_text_100 {
	float: none;
	width: 100%;
}
.osmoem .c_tab {
	background-color: #6A9BD2;
	border-radius: 3px;
	color: #FFFFFF;
	display: inline-block;
	margin: 0 1em 0.5em 0;
	padding: 0 1em;
}
.osmoem .c_tab.green {
	background-color: #CCFF99;
	color: #333333;
	font-weight: bold;
}
.osmoem .c_tab.yellow {
	background-color: #FFDC73;
	color: #333333;
	font-weight: bold;
}
.osmoem h3 {
	border-bottom: solid 3px #6A9BD2;
	color: #6A9BD2;
	font-size: 35px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 1em;
	padding: 0 0 0.1em 0.25em;
}
.osmoem h3.center {
	border: none;
	margin-bottom: 5em;
	text-align: center;
}
.osmoem h3::before {
	background-image: url(/wp-content/uploads/images/osmoem03.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 40px;
	margin-right: 0.25em;
	vertical-align: middle;
	width: 40px;
}
.osmoem .c_img_box {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	height: 15vw;
	margin: 0 auto 1em;
	width: 40%;
}
.osmoem .c_img_box_100 {
	margin: 0 auto 2em;
	width: 90%;
}
.osmoem .c_text_100_flex img {
	margin-bottom: 1em;
}
.osmoem .c_box_inner.other .c_img_box {
	float: none;
	height: 20vw;
}
.osmoem .c_img_flex {
	display: flex;
	justify-content: space-evenly;
	margin: 2em 0;
}
.osmoem .c_text_mini {
	float: left;
	font-size: 0.9em;
	margin-top: 1em;
}
.osmoem .c_text_100_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: 1em 0;
}
.osmoem .c_box_inner.other .c_text {
	display: flex;
	justify-content: space-between;
	flex-flow: column;
	float: none;
	height: 27.25em;
	line-height: 1.5;
}
.osmoem .c_box_inner.other .c_text div {
	height: fit-content;
}
.osmoem .c_box_inner ul li {
	line-height: 1.5;
	margin-bottom: 1em;
}
#peta-came-club .c_box_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2.5em;
}
#peta-came-club .c_box_inner dl {
	width: 46%;
}
#peta-came-club .c_box_inner dl dt {
	margin-bottom: 1em;
	text-align: center;
}
#peta-came-club .c_box_inner dl dd {
	margin: 0 0 5em;
}
#peta-came-club .c_box_inner dl:last-child dd {
	margin: 0;
}
#peta-came-club .c_box_inner dl dd span {
	background-color: #6A9BD2;
	color: #FFFFFF;
	display: block;
	font-size: 1.1em;
	margin: 0 0 0.5em;
	text-align: center;
}
#peta-came-club .c_box_inner dl dd a {
	display: block;
	text-align: right;
}
.mw_wp_form-base {
	max-width: 1000px;
	width: calc(100% - 3em);
}
.mw_wp_form {
	max-width: 100%;
	box-sizing: border-box;
}
.mw_wp_form dt {
	font-weight: normal;
	float: left;
	clear: left;
	width: 35%;
}
.mw_wp_form dd {
	margin: 0 0 2em 35%;
	min-height: 1em;
}
.mw_wp_form .must {
	background: #FF1A00;
}
.mw_wp_form .optional {
	background: #999;
}
.mw_wp_form .must, .mw_wp_form .optional {
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 0.8em;
	letter-spacing: 2px;
	margin-right: 10px;
	padding: 5px 10px;
}
.mw_wp_form input, .mw_wp_form textarea {
	box-sizing: border-box;
	border: solid 1px #CCCCCC;
	color: #444444;
	line-height: 1.75;
	margin: 0;
	max-width: 100%;
	padding: 0.5em;
}
.mw_wp_form .multiline > .mwform-zip-field {
	display: block;
}
.mw_wp_form .multiline > br {
	display: none;
}
.mw_wp_form .multiline > input:nth-of-type(n+2) {
	margin-top: 1em;
}
.mw_wp_form .error::before {
	content: "\f071";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.25em;
}
.mw_wp_form .mwform-radio-field {
	margin-right: 1em;
}
.mw_wp_form p .mwform-checkbox-field-text {
	display: none;
}
.mw_wp_form input[type="submit"] {
	background-color: #6A9BD2;
	border: 1px solid #6A9BD2;
	color: #FFFFFF;
	display: block;
	font-size: 1.25em;
	letter-spacing: 0.2em;
	margin: 5em auto 0;
	text-align: center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	width: 70%;
}
.mw_wp_form input[type="submit"]:hover {
	background-color: #FFFFFF;
	color: #6A9BD2;
}
.mwform-base .mailform_topback {
	margin-top: 5em;
}
/* カテゴリーページ */
.category .site-content,
.search .site-content {
	margin-top: 3em;
	max-width: 1100px;
	position: relative;
}
.category .content-area,
.search .content-area {
	margin-right: 2em;
	width: calc(100% - 2em);
}
.category h1.page-title {
	background-color: #6A9BD2;
	border-radius: 0.25em;
	color: #fff;
	font-size: 1.75rem;
	margin-bottom: 1em;
	padding: 0.25em;
	text-align: center;
}
.category .taxonomy-description p {
	display: flex;
	align-items: flex-start;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin: 0;
}
.category .taxonomy-description p a {
	border: solid #6A9BD2 1px;
	border-radius: 0.35em;
	cursor: pointer;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	height: fit-content;
	margin-bottom: 1em;
	text-decoration: none;
	width: 30%;
}
.category .taxonomy-description p a .desc-txt {
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75em;
	font-weight: bold;
	height: 3.75em;
	line-height: 1.25;
	padding: 1em 1em 0;
	text-align: center;
	width: 100%;
}
.category .taxonomy-description p a img {
	margin: 0.75em 0 0.5em;
	opacity: 0.6;
	width: 50%;
}
.category .taxonomy-description p a .desc-arrow {
	background-color: #6A9BD2;
	border-radius: 0 0 0.35em 0.35em;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.category .taxonomy-description p a.bnr {
	border: none;
	width: 95%;
}
.category .taxonomy-description p a.bnr img {
	opacity: 1;
	width: 100%;
}
.category .post-list .hentry {
	align-items: stretch;
}
.category .post-list-content {
	flex: 1;
	position: relative;
}
.category .post-thumbnail,
.search .post-thumbnail {
	border: solid 1px #CCCCCC;
	box-sizing: content-box;
	flex-basis: 25%;
	margin-right: 2.5%;
}
.category .post-list .entry-header,
.search .post-list .entry-header {
	margin-bottom: 1em;
}
.category .post-list .entry-title,
.search .post-list .entry-title {
	font-size: 1.5rem;
}
.category .post-list .product-id,
.search .post-list .product-id {
	background-color: #6A9BD2;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 0.6em;
	line-height: 1.5;
	margin: 1em 0;
	padding: 0 1rem 0.2rem;
	text-transform: uppercase;
	width: fit-content;
}
.category .post-list .entry-meta,
.search .post-list .entry-meta {
	clear: both;
	margin: 0;
}
.post-list .entry-summary > div {
	font-size: 0.9em;
}
.category .widget,
.search .widget {
	margin-bottom: 0;
}
.category .widget_search input[type="search"],
.search .widget_search input[type="search"] {
	height: 40px;
	margin-top: 0;
	max-width: unset;
	width: 100%;
}
.wp-block-search__button {
	padding: 0 1.5em;
}
.category .sidebar-area h2,
.search .sidebar-area h2 {
	border-bottom: solid 3px #6A9BD2;
	color: #6A9BD2;
	font-size: 20px;
	margin: 2em 0 0.5em;
}
.category .sidebar-area .widget li,
.search .sidebar-area .widget li {
	margin-bottom: 0;
}
.category .wp-block-tag-cloud a,
.search .wp-block-tag-cloud a {
	background: #6A9BD2;
	border-radius: 3px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 15px !important;
	margin-bottom: 0.5em;
	padding: 0 0.5em;
	text-decoration: none;
}
.category .wp-block-tag-cloud a::before,
.search .wp-block-tag-cloud a::before {
	content: "\f02b";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.25em;
}
/* 投稿ページ */
.single .site-content {
	margin-top: 3em;
	max-width: 1200px;
	position: relative;
}
.single .content-area {
	width: 70%;
}
.single .entry-header {
	margin-bottom: 2rem;
}
.single .entry-header .breadcrumbs {
	font-size: 0.8em;
	margin-bottom: 2em;
	opacity: 0.8;
}
.single .entry-title {
	font-size: 2.25rem;
}
.single .cat-links, .single .entry-meta {
	margin: 0;
}
.single .post-thumbnail {
	margin-top: 0;
}
.single .product-id {
	background-color: #6A9BD2;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 0.75em;
	line-height: 1.5;
	margin: 0.5rem 0 0;
	padding: 0 0.75rem 0.15rem;
	text-transform: uppercase;
	width: fit-content;
}
.single .entry-content {
	clear: both;
}
.single .entry-content .inner {
	padding: 0 0.75em;
}
.single .content-area h2 {
	border-bottom: solid 3px #6A9BD2;
	color: #6A9BD2;
	margin: 4em 0 1.5em;
}
.single .content-area h3 {
	background-color: #EEEEEE;
	margin: 4em 0 0.5em;
	padding: 0.5em 0.75em;
}
.single .content-area h2 + h3 {
	margin: 0 0 0.5em;
}
.single .content-area h4 {
	color: #6A9BD2;
	font-size: 1.5rem;
	margin: 1em 0 0.5em;
}
.single #top_cap {
	font-size: 2rem;
	font-weight: bold;
}
.single .txt-red {
	color: #f00;
}
.single .txt-blue {
	color: #399bff;
}
.single .bg-yellow {
	background-color: #f7c600;
}
.single img.text-center {
	display: block;
	margin: 0 auto;
}
.app_base {
	margin: 0 auto;
	width: 60%;
}
.single .app_base {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin-top: 2em;
	width: 100%;
}
.single .app_base .btn {
	margin-bottom: 1.15em;
	width: 47.5%;
}
.single .app_base .btn a {
	background-color: #999999;
	border-radius: 6px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	font-size: 1.25em;
	padding: 0.5em 0;
	text-align: center;
	text-decoration: none;
}
.single .app_base .btn a i {
	font-size: 2em;
	vertical-align: middle;
	width: 20%;
}
.single .app_base:after {
	content: "";
	display: block;
	height: 0;
	width: 47.5%;
}
.app_explain {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.app_explain_text {
	line-height: 1.5;
	margin-left: 2.5%;
}
.app_download {
	display: flex;
	justify-content: space-between;
	margin: 2em auto 0;
}
.single .app_download {
	justify-content: space-evenly;
}
.app_download p {
	display: flex;
	align-items: center;
	margin: 0;
}
.app_download p > img {
	display: block;
	margin-left: 1em;
}
.app_option {
	border: solid 2px #D27C6A;
	margin-top: 1.5em;
	padding: 1.5% 2%;
}
.app_option h3 {
	color: #D27C6A;
	font-size: 1.25rem;
	margin: 0;
}
.app_option a {
	display: inline-block;
	margin: 0 0.5em;
	text-decoration: none;
}
.app_option a::before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.25em;
}
.app_link h3 {
	background-color: #EEEEEE;
	margin: 2.5em 0 1em;
	padding: 0.25em 0.5em;
}
.app_link a {
	display: inline-block;
	margin: 0 0.5em;
	text-decoration: none;
}
.app_link a::before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.25em;
}
.single .wp-block-embed-youtube {
	margin: 0 auto;
	width: fit-content;
}
.single .wp-block-embed-youtube .wp-block-embed__wrapper {
	aspect-ratio: 16 / 9;
}
.single .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
	height: 100%;
}
ul.item-link-list {
	background-color: #6A9BD2;
	display: flex;
	justify-content: space-evenly;
	list-style: none;
	margin: 0;
	padding: 1% 20%;
	position: fixed;
	bottom: 0;
	left: 0;
	width: calc(100% - 40%);
	z-index: 1;
}
ul.item-link-list li {
	background-color: #fff;
	border: solid #fff 2px;
	border-radius: 5em;
	box-sizing: border-box;
	width: 30%;
}
 ul.item-link-list li a {
	border-radius: 5em;
	color: #fff;
	display: block;
	padding: 0.5em;
	text-align: center;
	text-decoration: none;
}
 ul.item-link-list li a.official {
	background-color: #333;
}
 ul.item-link-list li a.amazon {
	background-color: #FF6200;
}
 ul.item-link-list li a.rakuten {
	background-color: #BF0000;
}
.manual_download {
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
}
.manual_download p {
	display: flex;
	align-items: center;
	margin: 0;
}
.manual_download p span {
	color: #6A9BD2;
	font-size: 1.5rem;
	font-weight: 900;
}
.manual_download p img {
	display: block;
}
.single .content-area .w-m100 {
	width: 100%;
}
.single .content-area .w-m80 {
	width: 80%;
}
.single .content-area .w-m75 {
	width: 75%;
}
.single .content-area .w-m70 {
	width: 70%;
}
.single .content-area .w-m65 {
	width: 65%;
}
.single .content-area .w-m60 {
	width: 60%;
}
.single .content-area .w-m55 {
	width: 55%;
}
.single .content-area .w-m50 {
	width: 50%;
}
.single .content-area .w-half {
	width: 49%;
}
.single .content-area .w-m45 {
	width: 45%;
}
.single .content-area .w-m40 {
	width: 40%;
}
.single .content-area .w-m35 {
	width: 35%;
}
.single .content-area .w-m30 {
	width: 30%;
}
.single .content-area .w-m25 {
	width: 25%;
}
.single .content-area .w-m20 {
	width: 20%;
}
.single .content-area .d-block {
	display: block;
}
.single .content-area .d-flex {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.single .content-area .align-items-center {
	align-items: center;
}
.single .content-area .justify-content-center {
	justify-content: center;
}
.single .content-area .justify-content-around {
	justify-content: space-around;
}
.single .content-area .justify-content-between {
	justify-content: space-between;
}
.single .content-area .justify-content-evenly {
	justify-content: space-evenly;
}
.single .content-area .row-reverse {
	flex-direction: row-reverse;
}
.single .content-area .wrap-nowrap {
	flex-wrap: nowrap;
}
.single .content-area .m-m0 {
	margin: 0;
}
.single .content-area .m-mauto {
	margin-right: auto;
	margin-left: auto;
}
.single .content-area .mt-m05 {
	margin-top: 0.5em;
}
.single .content-area .mr-m05 {
	margin-right: 0.5em;
}
.single .content-area .mb-m05 {
	margin-bottom: 0.5em;
}
.single .content-area .ml-m05 {
	margin-left: 0.5em;
}
.single .content-area .mt-m1 {
	margin-top: 1em;
}
.single .content-area .mr-m1 {
	margin-right: 1em;
}
.single .content-area .mb-m1 {
	margin-bottom: 1em;
}
.single .content-area .ml-m1 {
	margin-left: 1em;
}
.single .content-area .mt-m15 {
	margin-top: 1.5em;
}
.single .content-area .mr-m15 {
	margin-right: 1.5em;
}
.single .content-area .mb-m15 {
	margin-bottom: 1.5em;
}
.single .content-area .ml-m15 {
	margin-left: 1.5em;
}
.single .content-area .mt-m2 {
	margin-top: 2em;
}
.single .content-area .mr-m2 {
	margin-right: 2em;
}
.single .content-area .mb-m2 {
	margin-bottom: 2em;
}
.single .content-area .ml-m2 {
	margin-left: 2em;
}
.single .content-area .mt-m3 {
	margin-top: 3em;
}
.single .content-area .mr-m3 {
	margin-right: 3em;
}
.single .content-area .mb-m3 {
	margin-bottom: 3em;
}
.single .content-area .ml-m3 {
	margin-left: 3em;
}
.single .content-area .p-m0 {
	padding: 0;
}
.single .content-area .p-m05 {
	padding: 0.5em;
}
.single .content-area .p-m1 {
	padding: 1em;
}
.single .content-area .pt-m05 {
	padding-top: 0.5em;
}
.single .content-area .pr-m05 {
	padding-right: 0.5em;
}
.single .content-area .pb-m05 {
	padding-bottom: 0.5em;
}
.single .content-area .pl-m05 {
	padding-left: 0.5em;
}
.single .content-area .pt-m1 {
	padding-top: 1em;
}
.single .content-area .pr-m1 {
	padding-right: 1em;
}
.single .content-area .pb-m1 {
	padding-bottom: 1em;
}
.single .content-area .pl-m1 {
	padding-left: 1em;
}
.single .content-area .pt-m15 {
	padding-top: 1.5em;
}
.single .content-area .pr-m15 {
	padding-right: 1.5em;
}
.single .content-area .pb-m15 {
	padding-bottom: 1.5em;
}
.single .content-area .pl-m15 {
	padding-left: 1.5em;
}
.single .content-area .pt-m2 {
	padding-top: 2em;
}
.single .content-area .pr-m2 {
	padding-right: 2em;
}
.single .content-area .pb-m2 {
	padding-bottom: 2em;
}
.single .content-area .pl-m2 {
	padding-left: 2em;
}
.single .content-area .fs-m1 {
	font-size: 0.5em;
}
.single .content-area .fs-m2 {
	font-size: 0.75em;
}
.single .content-area .fs-m3 {
	font-size: 1em;
}
.single .content-area .fs-m4 {
	font-size: 1.25em;
}
.single .content-area .fs-m5 {
	font-size: 1.5em;
}
.single .content-area .fs-m6 {
	font-size: 1.75em;
}
.single .content-area .fs-m7 {
	font-size: 2em;
}
.single .content-area .center {
	text-align: center;
}
.single .content-area .right {
	text-align: right;
}
.single .content-area .left {
	text-align: left;
}
.single .content-area .txt-black {
	background-color: unset;
	border: none;
	color: #000000;
	font-weight: 900;
}
.single .content-area .txt-red {
	background-color: unset;
	border: none;
	color: #D27C6A;
	font-weight: 900;
}
.single .content-area .txt-blue {
	background-color: unset;
	border: none;
	color: #6A9BD2;
	font-weight: 900;
}
.single .content-area .txt-italic {
	font-style: italic;
}
.single .content-area .bg-gray {
	background-color: #F7F8FA;
}
.single .content-area .bg-white {
	background-color: #FFFFFF;
}
.single .content-area .border-top-blue-m {
	border-top: solid #6A9BD2 1px;
}
.single .content-area .tags-links {
	color: #444444;
	font-size: 1em;
	font-weight: 900;
	margin-top: 5rem;
	text-align: left;
}
.single .content-area .tags-links::before {
	content: "";
	display: block;
	margin: 0;
	top: unset;
}
.single .content-area .tags-links a {
	background: #6A9BD2;
	border-radius: 3px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 14px !important;
	font-weight: 500;
	margin: 0 0.5em 0.5em 0;
	padding: 0 0.5em 0.1em;
	text-decoration: none;
}
.single .sidebar-area {
	border: none;
	padding: 0;
	width: 25%;
}
.single .normal-sidebar {
	position: sticky;
	top: 140px;
}
.single .widget {
	line-height: 1.5;
	margin-bottom: 0;
}
.single .sidebar-area .widget li {
	margin: 0;
}
.single .widget_search input[type="search"] {
	margin-top: 0;
	max-width: 300px;
	width: 75%;
	height: 40px;
}
.single .ez-toc-widget-container ul.ez-toc-list {
	padding: 0;
}
.single .ez-toc-widget-container ul.ez-toc-list li a {
	display: inline-block;
	padding: 0 5px;
	width: 100%;
}
.single .sidebar-area h2 {
	border-bottom: solid 3px #6A9BD2;
	color: #6A9BD2;
	font-size: 20px;
	margin: 1em 0 0.5em;
}
.single .wp-block-tag-cloud a {
	background: #6A9BD2;
	border-radius: 3px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 14px !important;
	margin: 0 0.5em 0.5em 0;
	padding: 0 0.5em 0.1em;
	text-decoration: none;
}
.single .wp-block-tag-cloud a::before {
	content: "\f02b";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.25em;
}
.single footer .site-bottom {
	padding: 2em 0 6em;
}
.single #drive_icon {
	display: flex;
	align-items: center;
	gap: 0.5em;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
}
.single #drive_icon li {
	background: linear-gradient(-25deg, #666 50%, #888 0);
	border-radius: 0.25em;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 1em;
	font-weight: bold;
	height: 4em;
	line-height: 1.25;
	margin: 0 0 2em;
	padding: 0;
	width: 4em;
}
.single #drive_icon li span {
	text-align: center;
}
.single #drive_icon li small {
	display: block;
	font-size: 0.75em;
}
.single #drive_index {
	background-color: #F5F6F7;
	border: #eee 1px solid;
	border-radius: 0.25em;
}
.single #drive_index h2 {
	border: none;
	color: #474747;
	margin: 0;
	padding: 1em;
}
.single #drive_index ul {
	list-style: none;
	margin: 0;
	padding: 0 1.5em 1.5em;
}
.single #drive_index ul li {
	background-color: #fff;
	border: #ddd 1px solid;
	margin: 0;
}
.single #drive_index ul li:not(:last-child) {
	border-bottom: none;
}
.single #drive_index ul li {
	color: unset;
	display: flex;
	align-items: center;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0.5em 1em 0.35em;
	text-decoration: none;
}
.single #drive_index ul li::before {
	content: '\f111';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 0.5em;
}
.single a.drive_link {
	color: #6A96C7;
	cursor: pointer;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
    margin: 1em 0 0;
	text-align: right;
}
.single a.drive_link::before {
	content: '\f0da';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 0.25em;
}
.single .drive_giteki {
	display: flex;
	align-items: center;
}
.single #drive_option dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2em;
}
.single #drive_option dl dt {
	border: #ddd 1px solid;
	box-sizing: border-box;
	height: 100%;
	margin: 0;
	width: 25%;
}
.single #drive_option dl dd {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	margin: 0;
	padding: 0 0 0 1em;
	width: calc(75% - 1em);
}
.single #drive_option dl dd h4 {
	color: unset;
	margin: 0;
}
.single #drive_option dl dd a {
	background-color: #999;
	border-radius: 3px;
	color: #fff;
	display: block;
	align-self: end;
	padding: 0.25em 0;
	text-align: center;
	text-decoration: unset;
	width: 40%;
}
@media (hover: hover) and (pointer: fine) {
	/* 共通 */
	.pagetop:hover, .pagetop:hover .pagetop__arrow {
		border-color: #666666;
	}
}
@media screen and (max-width: 1550px) {
	/* 固定ページ */
	.page .home-header {
		font-size: 6rem;
		text-decoration: underline dashed 5px #FFFFFF;
	}
}
@media screen and (max-width: 1199px) {
	/* 共通 */
	body:lang(ja) {
		font-size: 16px;
	}
	.main-header .site-branding {
		padding-right: 0;
		width: 25%;
	}
	.front-main-cont .front-cont-header .cont-title, .front-cont-header .cont-title {
		font-size: 2rem;
		margin: 0 0 2rem;
	}
	/* トップページ */
	.front-main-cont {
		padding: 0 2%;
	}
	#front-category.front-main-cont {
		padding: unset;
	}
	/* 固定ページ */
	.page .home-header {
		font-size: 4rem;
		text-decoration: underline dashed 5px #FFFFFF;
	}
	#front-introduction h2 {
		font-size: 2.5rem;
	}
	#front-feature .c_box {
		margin: 0 0 10% 10%;
		max-width: 85%;
	}
	#front-feature h3 {
		font-size: 2rem;
	}
	#front-feature h3 span {
		font-size: 6rem;
	}
	.osmoem .c_img_box {
		height: 24vw;
	}
	.osmoem .c_box_inner.other .c_img_box {
		height: 32.5vw;
	}
}
@media screen and (max-width: 991px) {
	/* 共通 */
	.main-header .site-branding {
		width: 40%;
	}
	#header .wrap {
		margin: 0;
		padding: 0 0 0 10px;
		position: relative;
	}
	#header #logo {
		height: 50px;
		line-height: 50px;
	}
	#header #logo img {
		max-height: 30px;
		vertical-align: text-bottom;
	}
	.main-header-content nav.main-navigation {
		display: none;
	}
	.drawer-navigation {
		width: 45%;
	}
	#header-search {
		width: 100%;
	}
	.front-main-cont {
		margin-bottom: 2.5em;
		padding: 0 1em;
	}
	/* トップページ */
	#front-special .front-special-inner a {
		border: solid #CCCCCC 3px;
	}
	#front-pickup .front-pickup-inner h3 {
		font-size: 1.75em;
	}
	#front-pickup .front-pickup-inner h4 {
		font-size: 2em;
	}
	#front-pickup .front-pickup-inner #renewal-base h3 {
		font-size: 2.5em;
	}
	#front-pickup .front-pickup-inner h3.num-bg {
		font-size: 1.65em;
	}
	#front-special .front-special-inner a h3 {
		font-size: 1rem;
	}
	#front-category .front-category-inner .front-category-inner-txt {
		font-size: 1.4rem;
		width: 59%;
	}
	#front-category .front-category-inner .front-category-inner-txt ul {
		margin: 0.5em 0;
	}
	#front-category .front-category-inner img {
		width: 39%;
	}
	#front-category .front-category-inner .front-category-inner-link {
		width: 100%;
	}
	#front-category .front-category-inner .front-category-inner-link a {
		margin: 2em auto 0;
		width: 50%;
	}
	/* トップページENG */
	#front-contents .c_title,
	#front-contents .c_text {
		text-align: left !important;
		width: 70%;
	}
	#front-contents h3 {
		font-size: 1.5em;
	}
	#front-contents .c_img_box {
		height: 25vw !important;
		width: 30% !important;
	}
	/* カテゴリページ */
	.category .content-area,
	.search .content-area {
		margin-right: 0;
		width: 100%;
	}
	/* 固定ページ */
	.page .home-header {
		aspect-ratio: 138 / 65;
		font-size: 3.5rem;
		height: auto !important;
		text-decoration: underline dashed 5px #FFFFFF;
	}
	#front-introduction h2 {
		font-size: 2rem;
	}
	#front-introduction .c_box_inner {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#front-introduction .c_title {
		float: none;
		order: 1;
		text-align: center;
		width: 100%;
	}
	#front-introduction .c_text {
		float: none;
		order: 2;
		width: 100%;
	}
	#front-introduction .c_text a {
		margin: 3rem auto;
	}
	#front-introduction .c_img_box {
		aspect-ratio: 1 / 1;
		float: none;
		height: auto !important;
		order: 3;
		width: 80% !important;
	}
	#front-introduction h3 {
		font-size: 1.5em;
	}
	#front-introduction .c_title,
	#front-introduction .c_text {
		text-align: left !important;
		width: 70%;
	}
	#front-introduction .c_img_box {
		height: 25vw !important;
		width: 30% !important;
	}
	#front-feature {
		background-size: 95% 98.5%, 75%;
		padding: 5rem 0 2rem 5%;
	}
	#front-feature .c_box {
		margin: 0 0 10% 7.5%;
		max-width: 85%;
	}
	#front-feature .c_box_inner {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#front-feature .c_title, #front-feature .c_box:nth-of-type(even) .c_title, #front-feature .c_box:nth-of-type(even) .c_text {
		float: none;
		order: 1;
		text-align: center;
		width: 100%;
	}
	#front-feature h3 {
		justify-content: center;
	}
	#front-feature .c_text {
		float: none;
		order: 2;
		width: 100%;
	}
	#front-feature .c_text a {
		margin: 3rem auto;
	}
	#front-feature .c_img_box {
		aspect-ratio: 1 / 1;
		float: none;
		order: 3;
		width: 80%;
	}
	.osmoem .c_img_box {
		height: 22.5vw;
	}
	.osmoem .c_img_box_100 {
		width: 100%;
	}
	.osmoem .c_text_100_flex img {
		max-width: fit-content;
		width: 40%;
	}
	.osmoem .c_box_inner.other .c_img_box {
		height: 30vw;
	}
	.osmoem .c_box_inner.other .c_text {
		height: 30em;
	}
	/* 投稿ページ */
	.single .site-content {
		display: flex;
		justify-content: space-between;
	}
	.app_base {
		width: 100%;
	}
	.single .app_base .btn {
		width: 100%;
	}
	.single .app_base .btn a {
		font-size: 1.25em;
		padding: 0.25em 0;
	}
	.single .app_base .btn a i {
		font-size: 1.75em;
	}
	.app_explain {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 1em;
	}
	.app_explain_text {
		margin-top: 1em;
		width: 100%;
	}
	.app_download {
		justify-content: center;
		flex-wrap: wrap;
	}
	.app_download p {
		justify-content: space-between;
		margin-bottom: 1em;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	/* 共通 */
	table, table + p {
		width: 100%;
	}
	.only_pc {
		display: none !important;
	}
	.only_sp {
		display: block !important;
	}
	.main-header-content nav.main-navigation {
		display: none;
	}
	.main-header-original .main-header-content {
		align-items: center;
	}
	.front-main-cont .front-cont-header .cont-title {
		font-size: 20px;
		margin: 3em 0 1.5em;
	}
	.back-to-top, .back-to-top:hover {
		height: 50px;
		width: 50px;
	}
	footer .site-bottom {
		padding: 1em 0 4em;
	}
	.footer-navigation ul li {
		margin: 0 0.5em;
	}
	.dokodemo_btn > a, .dokodemo_info > p {
		font-size: 1em;
	}
	.dokodemo_btn > span > a, .dokodemo_info > span > a {
		font-size: 0.9em;
	}
	.dokodemo_btn > strong, .dokodemo_info > strong {
		font-size: 1em;
	}
	.dokodemo_btn > strong::before, .dokodemo_btn > strong::after, .dokodemo_info > strong::before, .dokodemo_info > strong::after {
		width: 20px;
	}
	.dokodemo_btn, .dokodemo_info {
		width: 100%;
	}
	/* トップページ */
	.slider {
		margin-bottom: 5rem !important;
	}
	.home .front-main-cont .front-cont-header .cont-title {
		font-size: 2rem;
	}
	#front-pickup {
		font-size: 90%;
	}
	#front-pickup .front-pickup-inner h3 {
		font-size: 1.5em;
	}
	#front-pickup .front-pickup-inner h4 {
		font-size: 1.75em;
	}
	/* トップページENG */
	#front-contents .c_box {
		padding: 2em 0 0;
	}
	#front-contents .c_box:first-of-type {
		padding: 0.5em 0 0;
	}
	#front-introduction .c_box {
		padding: 0;
	}
	#front-introduction .c_english,
	#front-contents .c_english,
	#front-introduction h4,
	#front-contents h4 {
		margin: 0;
	}
	#front-introduction .c_img_box,
	#front-contents .c_img_box {
		height: 50vw !important;
		position: relative !important;
		margin: 1em 0 !important;
		width: 100% !important;
	}
	#front-introduction .c_text a {
		font-size: 1.25rem;
		width: auto;
	}
	#front-introduction .c_text p,
	#front-contents .c_text p {
		margin-bottom: 2em;
	}
	#front-introduction .c_text,
	#front-introduction .en,
	#front-contents .c_text {
		width: 100%;
	}
	#front-introduction .c_title,
	#front-contents .c_title {
		text-align: center !important;
		width: 100%;
	}
	#front-introduction .en h3 {
		font-size: 1.15em;
	}
	#front-introduction h3,
	#front-contents h3 {
		font-size: 1.25em;
	}
	/* 固定ページ */
	.page .home-header {
		font-size: 3rem;
		text-decoration: underline dashed 3px #FFFFFF;
	}
	#peta-came-club .c_box_inner dl dd span {
		font-size: 1.1em;
	}
	.mw_wp_form dd {
		margin: 0 0 30px 0;
	}
	.mw_wp_form dt {
		width: 100%;
	}
	.osmoem .c_box_inner.other {
		display: block;
	}
	.osmoem .c_box_inner.other .c_img_box {
		height: 77.5vw;
	}
	.osmoem .c_box_inner.other .c_text {
		height: 35em;
	}
	.osmoem .c_img_box {
		background-position: top center;
		float: none;
		height: 50vw;
		width: 100%;
	}
	.osmoem .c_img_box_100 {
		width: 100%;
	}
	.osmoem .c_text_100_flex img {
		width: 100%;
	}
	.osmoem .c_title, .osmoem .c_text {
		float: none;
		width: 100%;
	}
	.osmoem .front-main-cont {
		margin: 0 auto 5em;
	}
	.osmoem h3 {
		font-size: 18px;
	}
	.osmoem h3::before {
		height: 30px;
		width: 30px;
	}
	/* カテゴリページ */
	.category .taxonomy-description p a .desc-txt {
		font-size: 0.65em;
	}
	/* 投稿ページ */
	.single .site-content {
		display: block;
	}
	.single .content-area, .single .sidebar-area {
		width: auto;
	}
	.single .content-area .d-flex-release {
		display: block;
	}
	.single .content-area .d-flex * {
		border: none;
	}
	.single .content-area .w-s100 {
		width: 100%;
	}
	.single .content-area .w-s80 {
		width: 80%;
	}
	.single .content-area .w-s75 {
		width: 75%;
	}
	.single .content-area .w-s70 {
		width: 70%;
	}
	.single .content-area .w-s65 {
		width: 65%;
	}
	.single .content-area .w-s60 {
		width: 60%;
	}
	.single .content-area .w-s55 {
		width: 55%;
	}
	.single .content-area .w-s50 {
		width: 50%;
	}
	.single .content-area .w-s45 {
		width: 45%;
	}
	.single .content-area .w-s40 {
		width: 40%;
	}
	.single .content-area .w-s35 {
		width: 35%;
	}
	.single .content-area .w-s30 {
		width: 30%;
	}
	.single .content-area .w-s25 {
		width: 25%;
	}
	.single .content-area .w-s20 {
		width: 20%;
	}
	.single .content-area .m-s0 {
		margin: 0;
	}
	.single .content-area .m-sauto {
		margin-right: auto;
		margin-left: auto;
	}
	.single .content-area .mt-s05 {
		margin-top: 0.5em;
	}
	.single .content-area .mr-s05 {
		margin-right: 0.5em;
	}
	.single .content-area .mb-s05 {
		margin-bottom: 0.5em;
	}
	.single .content-area .ml-s05 {
		margin-left: 0.5em;
	}
	.single .content-area .mt-s1 {
		margin-top: 1em;
	}
	.single .content-area .mr-s1 {
		margin-right: 1em;
	}
	.single .content-area .mb-s1 {
		margin-bottom: 1em;
	}
	.single .content-area .ml-s1 {
		margin-left: 1em;
	}
	.single .content-area .mt-s15 {
		margin-top: 1.5em;
	}
	.single .content-area .mr-s15 {
		margin-right: 1.5em;
	}
	.single .content-area .mb-s15 {
		margin-bottom: 1.5em;
	}
	.single .content-area .ml-s15 {
		margin-left: 1.5em;
	}
	.single .content-area .mt-s2 {
		margin-top: 2em;
	}
	.single .content-area .mr-s2 {
		margin-right: 2em;
	}
	.single .content-area .mb-s2 {
		margin-bottom: 2em;
	}
	.single .content-area .ml-s2 {
		margin-left: 2em;
	}
	.single .content-area .mt-s3 {
		margin-top: 3em;
	}
	.single .content-area .mr-s3 {
		margin-right: 3em;
	}
	.single .content-area .mb-s3 {
		margin-bottom: 3em;
	}
	.single .content-area .ml-s3 {
		margin-left: 3em;
	}
	.single .content-area .p-s0 {
		padding: 0;
	}
	.single .content-area .p-s05 {
		padding: 0.5em;
	}
	.single .content-area .p-s1 {
		padding: 1em;
	}
	.single .content-area .pt-s05 {
		padding-top: 0.5em;
	}
	.single .content-area .pr-s05 {
		padding-right: 0.5em;
	}
	.single .content-area .pb-s05 {
		padding-bottom: 0.5em;
	}
	.single .content-area .pl-s05 {
		padding-left: 0.5em;
	}
	.single .content-area .pt-s1 {
		padding-top: 1em;
	}
	.single .content-area .pr-s1 {
		padding-right: 1em;
	}
	.single .content-area .pb-s1 {
		padding-bottom: 1em;
	}
	.single .content-area .pl-s1 {
		padding-left: 1em;
	}
	.single .content-area .pt-s15 {
		padding-top: 1.5em;
	}
	.single .content-area .pr-s15 {
		padding-right: 1.5em;
	}
	.single .content-area .pb-s15 {
		padding-bottom: 1.5em;
	}
	.single .content-area .pl-s15 {
		padding-left: 1.5em;
	}
	.single .content-area .pt-s2 {
		padding-top: 2em;
	}
	.single .content-area .pr-s2 {
		padding-right: 2em;
	}
	.single .content-area .pb-s2 {
		padding-bottom: 2em;
	}
	.single .content-area .pl-s2 {
		padding-left: 2em;
	}
	.single .content-area .fs-s1 {
		font-size: 0.5em;
	}
	.single .content-area .fs-s2 {
		font-size: 0.75em;
	}
	.single .content-area .fs-s3 {
		font-size: 1em;
	}
	.single .content-area .fs-s4 {
		font-size: 1.25em;
	}
	.single .content-area .fs-s5 {
		font-size: 1.5em;
	}
	.single .content-area .fs-s6 {
		font-size: 1.75em;
	}
	.single .content-area .fs-s7 {
		font-size: 2em;
	}
	.single .content-area .border-tb-black {
		border-top: dashed #333333 1px;
		border-bottom: dashed #333333 1px;
	}
}
@media screen and (max-width: 480px) {
	html {
		scroll-padding-top: 50px;
	}
	/* 共通 */
	.pagetop {
		height: 40px;
		bottom: 0.5%;
		width: 40px;
	}
	.main-header {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.main-header .site-branding {
		width: 50%;
	}
	.drawer-navigation {
		width: 90%;
	}
	.footer-navigation ul {
		justify-content: flex-start;
	}
	.footer-navigation ul li:not(:last-child) {
		border-bottom: dotted rgb(255, 255, 255, 0.5) 1px;
		margin: 0;
		text-align: left;
		width: 100%;
	}
	/* トップページ */
	#front-special .front-special-inner a {
		margin-bottom: 1.5rem;
		width: 48%;
	}
	#front-special .front-special-inner a h3 {
		font-size: 0.75em;
		height: 6rem;
	}
	#front-pickup .front-pickup-inner h3 {
		font-size: 1.25em;
	}
	#front-pickup .front-pickup-inner h4 {
		font-size: 1em;
	}
	#front-pickup .front-pickup-inner #renewal-base {
		margin: 2em auto;
		padding: 1.5em 0.5em 0.5em;
		width: calc(100% - 1em);
	}
	#front-pickup .front-pickup-inner #renewal-base > img {
		top: -1em;
		left: -1em;
		width: 25%;
	}
	#front-pickup .front-pickup-inner #renewal-base h3 {
		font-size: 1.25em;
		margin: 0 0 0.5em 2em;
	}
	#front-pickup .front-pickup-inner #renewal-base h3 span {
		font-size: 0.75em;
	}
	#front-pickup .front-pickup-inner #renewal-base #renewal-cont {
		padding: 0.5em;
	}
	#front-pickup .front-pickup-inner h3.num-bg {
		font-size: 1em;
		margin: 3em 0 1em;
		padding: 0.45em 0 0.75em 3.5em;
	}
	#front-pickup .front-pickup-inner a {
		font-size: 1em;
	}
	#front-category .front-category-inner .front-category-inner-txt {
		font-size: 0.8em;
		width: 100%;
	}
	#front-category .front-category-inner img {
		margin: 1em auto 0;
		width: 100%;
	}
	#front-category .front-category-inner .front-category-inner-link a {
		width: 80%;
	}
	#front-sns {
		justify-content: center;
		flex-wrap: wrap;
	}
	#front-sns span {
		display: block;
		text-align: center;
		width: 100%;
	}
	#front-sns a {
		margin: 1rem;
		width: 10%;
	}
	/* 固定ページ */
	.page .home-header {
		font-size: 1.75rem;
		text-decoration: underline dashed 2px #FFFFFF;
	}
	#front-feature {
		background-size: 97.5% 99.5%, 97.5%;
		padding: 5rem 0 1rem 5%;
	}
	#front-feature h3 {
		font-size: 1.75rem;
	}
	#front-feature h3 span {
		font-size: 4rem;
		margin: 0 1.5rem 0.5rem 0;
	}
	/* カテゴリーページ */
	.category .content-area,
	.search .content-area {
		width: 100%;
	}
	.category .taxonomy-description p a {
		width: 45%;
	}
	.category .taxonomy-description p::after {
		display: block;
		content:"";
		width: 45%;
	}
	.category .post-thumbnail,
	.search .post-thumbnail {
		margin: 0 auto 1em;
		width: 50%;
	}
	.category .post-list .product-id,
	.search .post-list .product-id {
		padding: 0 1rem 0.1rem;
	}
	/* 投稿ページ */
	.single #top_cap {
		font-size: 1.4rem;
	}
	ul.item-link-list {
		padding: 2% 14% 2% 1%;
	}
	ul.item-link-list li a {
		font-size: 0.8em;
	}
	.single #drive_icon li {
		font-size: 0.8em;
	}
	.single #drive_index h2 {
		padding: 0.75em 0.75em 0.25em;
	}
	.single #drive_index ul {
		padding: 0 0.75em 0.75em;
	}
	.single #drive_index ul li a {
		font-size: 0.8em;
		padding: 0.5em 0.75em 0.35em;
	}
	.single #drive_option dl dt {
		margin: 0 auto;
		width: 50%;
	}
	.single #drive_option dl dd {
		padding: 0;
		width: 100%;
	}
	.single #drive_option dl dd h4 {
		margin: 1em 0;
		text-align: center;
	}
	.single #drive_option dl dd a {
		margin: 1em 0 0;
		width: 100%;
	}
}