@charset "utf-8";
/*
Theme Name: orabubble.jp
Text Domain: orabubble.jp
Version: 1.0
Requires PHP: 8.0
Description: orabubble.jp用Webサイトのテーマ
Author: LHB
Author URI: https://www.lhb.co.jp/
Theme URI: https://www.orabubble.jp/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* -------------------------------------------------------------------------- */
/*	CSS Reset
/* -------------------------------------------------------------------------- */

@import url("css/html5reset-1.6.1.css");


/* -------------------------------------------------------------------------- */
/*	Common CSS
/* -------------------------------------------------------------------------- */

@import url("css/common.css");

html {
	font-size: 16px;
}
/*スマホ縦サイズ↑*/
@media screen and (min-width:481px) {
}
/*スマホ横サイズ↓*/
@media screen and (min-width:640px) {
	html {
		font-size: 16px;
	}
}
@media screen and (min-width:668px) {
}
/*タブレット縦サイズ↓*/
@media screen and (min-width:768px) {
}
/*スマホ横サイズ↑*/
@media screen and (min-width:897px) {
}
@media screen and (min-width:960px) {
}
/*タブレット縦サイズ↑*/
@media screen and (min-width:1025px) {
	html {
		font-size: 20px;
	}
}
@media screen and (min-width:1281px) {
}
@media screen and (min-width:1441px) {
}

body {
	background-color: #FFF;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: Helvetica, Arial, Roboto, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	/*font-family: 'Noto Serif JP', 'Roboto Slab', Garamond, 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;*/
	/*font-family: "Zen Kaku Gothic Antique", sans-serif;*/
	/*font-family: "Noto Sans JP", sans-serif;*/
	font-weight: 400;
	font-style: normal;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-optical-sizing: auto;
	font-size: .875rem;
	line-height: 2;
	color: #333;
}

#wrap {
    width: 100%;
    min-width: 320px;
    overflow:hidden;
	margin: 0 auto;
}

/* 改行 */
.pc_br { display: none; }
@media screen and (min-width: 1024px) {
	.sp_br { display: none; }
	.pc_br { display: block; }
}

/* pc sp 表示非表示 */
.pc { display: none; }
.sp { display: block; }
@media screen and (min-width: 1024px) {
	.pc { display: block; }
	.sp { display: none; }
}

/* テキストリンク */
article a:link {
	color: #007fcc;
	text-decoration: none;
	display: inline-block;
}
article a:hover {
	text-decoration: none;		
}
article a:visited {
	color: #D85959;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";	
}


/* =====================================================================
    装飾設定
======================================================================*/


#wrap {
	position: relative;
}

#header {
	position: relative;
	height: 160px;
	background-image: url(/wp-content/themes/orabubble/img/image/image0.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #F0F0F0;
	line-height: 1;
}
@media screen and (min-width: 768px) {
	#header {
		height: 280px;
	}
}
#header.privacy-policy {
	background-image: url(/wp-content/themes/orabubble/img/image/privacy-policy0.jpg);
}
#header.company {
	background-image: url(/wp-content/themes/orabubble/img/image/company0.jpg);
}
#header.terms {
	background-image: url(/wp-content/themes/orabubble/img/image/terms0.jpg);
}
#header.cookie-policy {
	background-image: url(/wp-content/themes/orabubble/img/image/cookie-policy0.jpg);
}
#header.orabubble {
	background-image: url(/wp-content/themes/orabubble/img/image/orabubble0.jpg);
}
#header.lineup {
	background-image: url(/wp-content/themes/orabubble/img/image/lineup0.jpg);
}
#header.patents {
	background-image: url(/wp-content/themes/orabubble/img/image/patents0.jpg);
}
#header.hope {
	background-image: url(/wp-content/themes/orabubble/img/image/hope0.jpg);
}
#header.feature {
	background-image: url(/wp-content/themes/orabubble/img/image/feature0.jpg);
}
#header.oral_care {
	background-image: url(/wp-content/themes/orabubble/img/image/oral_care0.jpg);
}
#header.distributor {
	background-image: url(/wp-content/themes/orabubble/img/image/distributor0.jpg);
}
#header.case {
	background-image: url(/wp-content/themes/orabubble/img/image/case0.jpg);
}
#header.request {
	background-image: url(/wp-content/themes/orabubble/img/image/request0.jpg);
}
#header.inquiry {
	background-image: url(/wp-content/themes/orabubble/img/image/inquiry0.jpg);
}
#header.contact_biz {
	background-image: url(/wp-content/themes/orabubble/img/image/contact_biz0.jpg);
}

.h_logo {
    width: 180px;
    margin: 0 auto;
}
.h_logo img {
    width: 100%;
    height: auto;
	drop-shadow: 1px 1px 6px #FFF, -1px 1px 6px #FFF, 1px -1px 6px #FFF, -1px -1px 6px #FFF;
}
.h_nav {
    display: none;
}
@media screen and (min-width: 768px) {
    .h_logo {
        width: 240px;
    }
}
@media screen and (min-width: 1200px) {
    #header > div {
		position: relative;
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
    }
    .h_logo {
        width: 280px;
        margin: 0;
    }
   .h_nav {
        display: block;
        background: rgba(0,160,233,0.9);
        border-radius: 10px;
        border: 1px solid #FFF;
        line-height: 1;
        position: absolute;
        top: 70px;
        right: 0;
        padding: 0 20px;
    }
    .h_nav ul {
        display: flex;
    }
    .h_nav ul > li a {
        display: block;
        padding: 12px 16px;
        color: #FFF;
        text-decoration: none;
		font-size: 0.9rem;
		font-weight: 600;
		letter-spacing: 0.05em;
    }
}
@media screen and (min-width: 1250px) {
    .h_nav ul > li a {
		font-size: 1rem;
    }
}
@media screen and (min-width: 1400px) {
    #header > div {
        width: 90%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .h_logo {
        width: 360px;
    }
    .h_nav {
        top: 80px;
    }
    .h_nav ul > li a {
		font-size: 1.1rem;
    }
}
.head01 {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-image: linear-gradient(90deg, rgba(13,99,140,0.1) 0%, rgba(13,99,140,0.75) 15%, rgba(13,99,140,0.75) 85%, rgba(13,99,140,0.1) 100%);
	text-shadow: 1px 1px 0 #0D638C, -1px -1px 0 #0D638C, -1px 1px 0 #0D638C, 1px -1px 0 #0D638C, 0 1px 0 #0D638C, 0 -1px 0 #0D638C, -1px 0 0 #0D638C, 1px 0 0 #0D638C;
	text-align: center;
	transform: scale(1, 0.9);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #FFF;
}
@media screen and (min-width: 768px) {
	.head01 {
		font-size: 1.5rem;
	}
}

#footer {
	position: relative;
}
.foot01_ {
	padding: 40px 5%;
	background-color: #0082CB;
}
@media screen and (min-width: 768px) {
	.foot01_ {
		padding: 40px 5% 0;
	}
}
.foot01 {
	max-width: 1400px;
	margin: 0 auto;
	color: #FFF;
}
.foot_m {
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto;
	padding: 40px 0 20px;
}
.foot_m > dt,
.foot01 > dt {
	font-size: 1.35rem;
	letter-spacing: 0.1em;
}
.foot_m > dd > ul {
	padding-bottom: 20px;
}
.foot_m > dd > ul > li,
.foot01 > dd > ul > li {
    position: relative;
    padding: 8px 0 8px 20px;
	line-height: 1;
}
.foot_m > dd > ul > li::before,
.foot01 > dd > ul > li::before {
    position: absolute;
    content: "■";
    left: 0;
}
.foot01 > dd > ul > li a {
    text-decoration: none;
    color: #FFF;
}
.foot_m > dd > ul > li a {
    text-decoration: none;
    color: #333;
}
.foot_m > dd > ul.list02 {
	font-weight: bold;
	letter-spacing: 0.05em;
    color: #0068b7;
}
.foot_m > dd > ul.list02 > li a {
    color: #0068b7;
}
@media screen and (min-width: 768px) {
	.foot_m > dd ,
	.foot01 > dd {
        display: grid;
        grid-template-rows: 200px 100px;
        grid-template-columns: 50% 1fr;
    }
	.foot_m > dd .list01,
    .foot01 > dd .list01 {
        grid-row: 1 / 3;
        grid-column: 1 / 2;
        /*background: #f88;*/
    }
	.foot_m > dd.list02,
    .foot01 > dd.list02 {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
        /*background: #8f8;*/
    }
	.foot_m > dd .list03,
    .foot01 > dd .list03 {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
        /*background: #88f;*/
    }
}
@media screen and (min-width: 1200px) {
	.foot_m > dd,
    .foot01 > dd {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
	.foot_m > dd .list01,
    .foot01 > dd .list01 {
        grid-row: 1 / 1;
        grid-column: 1 / 3;
    }
	.foot_m > dd .list02,
    .foot01 > dd .list02 {
        grid-row: 1 / 1;
        grid-column: 2 / 3;
    }
	.foot_m > dd .list03,
    .foot01 > dd .list03 {
        grid-row: 1 / 1;
        grid-column: 3 / 3;
    }
	.foot_m > dd > ul > li,
    .foot01 > dd > ul > li {
        padding: 10px 0 10px 22px;
    }
}
.foot02_ {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}
.foot02_ .f_logo {
    width: 220px;
    margin: 0 auto 20px auto;
}
.foot02 {
	line-height: 1;
}
.foot02 > dt {
    font-weight: bold;
    margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
    .foot02 > dd span {
        padding-right: 18px;
    }
}
@media screen and (max-width: 639px) {
	.foot03_ {
		margin-top: 20px;
	}
	.foot03 > li {
		padding: 0 1rem;
	}
}
@media screen and (min-width: 640px) {
	.foot03_ {
		position: absolute;
		top: 50%;
		right: 16px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	.foot03 > li {
		padding-left: 1rem;
	}
}
.foot03 {
	text-align: center;
}
.foot03 > li {
	display: inline-block;
	padding: 0 0.5rem;
}
.foot03 > li {
	width: 3rem;
}
.copyright {
    padding: 8px 0;
	background-color: #0081CC;
    text-align: center;
    font-size: 0.8rem;
	line-height: 1;
    color: #FFF;
}
.top01 {
	position: fixed;
	z-index: 9999999;
	bottom: 16px;
	right: 8px;
	width: 64px;
}
.top01 img {
	opacity: 0.8;
}
@media screen and (min-width: 1024px) {
	.top01 {
		display: none;
	}
}


.button01 {
    text-align: center;
}
.button01 a {
    width: 240px;
    display: block;
    background: #efefef;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    color: #333 !important;
    border: 1px solid #333;
    margin: 0 auto;
    border-radius: 6px;
    line-height: 1;
}
.button02 {
    text-align: center;
    margin-top: 40px;
}
.button02 a {
    width: 240px;
    background: #FFF;
    color: #000;
    padding: 8px 0;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
}
.button03 {
    text-align: center;
    margin-top: 40px;
}
.button03 a {
    width: 240px;
    background: #0081cc;
    color: #FFF !important;
    padding: 8px 0;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
}
@media screen and (min-width: 1024px) {
    .button01 {
        display: inline-block;
    }
    .button01 a {
        display: inline-block;
    }
}
article .link01 {
	text-align: center;
	padding: 0 1rem;
}
article .link01 > a {
	display: inline-block;
	padding: 1rem 2rem;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	border-radius: 5px;
	border-bottom: solid 3px #5E7FCA;
	text-decoration: none;
	background-image: linear-gradient(#6795FD 0%, #67CEFF 100%);
	line-height: 1.2;
	color: #FFF;
}
article .link01 > a:active {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	border-bottom: none;
}
article .link01 > a strong {
	display: block;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}
@media screen and (max-width:639px) {
	article .link01 > a strong {
		font-size: 1.3rem;
	}
}
@media screen and (max-width:479px) {
	article .link01 > a {
		padding: 1rem;
	}
	article .link01 > a strong {
		font-size: 1.2rem;
	}
}
article .link01_ {
	text-align: center;
}
article .link01_ > a {
	display: block;
	padding: 1rem;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	border-radius: 5px;
	border-bottom: solid 3px #5E7FCA;
	text-decoration: none;
	background-image: linear-gradient(#6795FD 0%, #67CEFF 100%);
	line-height: 1.2;
	color: #FFF;
}
article .link01_ > a:active {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	border-bottom: none;
}
article .link02 {
	display: inline-block;
	position: relative;
	padding: 0 0 0 1.5em;
}
article .link02:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f152';
	top: 0;
	left: 0.2em;
	font-weight: 900;
}
.f_link01 {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
.f_link01 > ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.f_link01 > ul > li {
	flex: 0 0 100%;
	margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
	.f_link01 > ul > li {
		flex: 0 0 48%;
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 768px) {
	.f_link01 > ul > li {
		flex: 0 0 47%;
	}
}
@media screen and (min-width: 1024px) {
	.f_link01 > ul > li {
		flex: 0 0 32%;
	}
}
@media screen and (min-width: 1200px) {
	.f_link01 > ul > li {
		flex: 0 0 30%;
		margin-bottom: 30px;
	}
}
.f_link01 > ul > li > a {
	position: relative;
	display: block;
	padding: 0.5rem 1rem;
	border-radius: 2em;
	border: 3px solid #999;
	background-color: #F9F9F9;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #333;
}
@media screen and (min-width: 768px) {
	.f_link01 > ul > li > a {
		font-size: 1rem;
	}
}
.f_link01 > ul > li > a:before {
	position: absolute;
	font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
	content: '\f0a9';
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-weight: 900;
	font-size: 1.2rem;
}
.f_link01 > ul > li.f_link01_01 > a {
	background-color: #666;
	color: #FFF;
}
.f_link01 > ul > li.f_link01_01 > a:before {
	color: #FFF;
}

/*ttl*/
.ttl01 {
    padding: 14px 0;
	text-shadow: 1px 1px 6px #FFF, -1px 1px 6px #FFF, 1px -1px 6px #FFF, -1px -1px 6px #FFF;
    text-align: center;
    font-size: 0.625rem;
    font-weight: normal;
    color: #0068b7;
}
.ttl02a {
    margin-bottom: 20px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 1.2rem;
    text-align: center;

}
.ttl03a {
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.4;
}
@media screen and (min-width: 480px) {
    .ttl01 {
        font-size: 0.75rem;
    }
}
@media screen and (min-width: 768px) {
    .ttl01 {
        font-size: 0.875rem;
        padding: 30px 0;
    }
}
@media screen and (min-width: 1024px) {
    .ttl01 {
        text-align: right;
        padding: 40px 0 20px 0;
    }
    .ttl02a {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    .ttl03a {
        text-align: left;
        font-size: 1.1rem;
    }
}
@media screen and (min-width: 1200px) {
    .ttl01 {
        font-size: 1rem;
	}
}

.k_ttl01 {
	text-align: center;
	transform: scale(1, 0.9);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
	.k_ttl01 {
		font-size: 1.6rem;
	}
}
.k_ttl01_ {
	text-align: center;
	transform: scale(1, 0.9);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
	.k_ttl01_ {
		font-size: 1.9rem;
	}
}
.k_ttl02 {
	position: relative;
	padding:0 0 0.5rem 1rem;
	border-bottom: 1px solid #666;
	transform: scale(1, 0.9);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.k_ttl02:after {
	position: absolute;
	top: 0.3em;
	left:0;
	content: '';
	width: 6px;
	height:1em;
	border-radius: 3px;
	background-color: #18A8EA;
}
@media screen and (min-width:640px) {
	.k_ttl02 {
		font-size: 1.5rem;
	}
}
.k_ttl03 {
	position: relative;
	padding:0.5rem 0.5rem 0.5rem 1.5rem;
	background-color: #18A8EA;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	color: #FFF;
} 
.k_ttl03:after {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 1rem;
	height: 4px;
	background-color: #FFF;
}
.k_ttl04 {
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: #0E68AB;
}
@media screen and (min-width:481px) {
	.k_ttl04 {
		font-size: 1.8rem;
	}
}
@media screen and (min-width:641px) {
	.k_ttl04 {
		font-size: 2.0rem;
	}
}
.k_ttl05 {
    margin: 1.4em 1em;
    position: relative;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.k_ttl05::before {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    z-index: -1;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
	background-color: #A7D6F8;
    content: '';
}
@media screen and (min-width:481px) {
	.k_ttl05 {
		font-size: 1.3rem;
	}
}
@media screen and (min-width:641px) {
	.k_ttl05 {
		font-size: 1.5rem;
	}
}
.k_ttl06 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1rem;
}
@media screen and (min-width: 640px) {
	.k_ttl06 {
		font-size: 1.3rem;
	}
}

/*main_visual*/
.main_visual {
    position: relative;
    /*height: 50vh;*/
    height: 350px;
    width: 100%;
    line-height: 0;
}
.main_visual video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.main_visual .header {
    position: relative;
    z-index: 1;
    color: #000;
    text-align: left;
    top: auto;
    transform: none;
}
.main_visual .mv_text {
    width: 18px;
    position: absolute;
    top: 120px;
    left: 8%;
}
.main_visual .mv_image00 {
    width: 88%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.main_visual .mv_text img,
.main_visual .mv_image00 img {
    width: 100%;
    height: auto;
}
@media screen and (min-width: 500px) {
    .main_visual {
        height: 460px;
    }
    .main_visual .mv_text {
        left: 8%;
    }
    .main_visual .mv_image00 {
        width: 90%;
    }
}
@media screen and (min-width: 768px) {
    .main_visual {
      height: 640px;
    }
    .main_visual .mv_text {
        width: 30px;
        top: 120px;
        left: 10%;
    }
    .main_visual .mv_image00 {
        width: 680px;
    }
}
@media screen and (min-width: 1024px) {
    .main_visual {
      height: 800px;
    }
    .main_visual .mv_text {
        width: 40px;
        top: 220px;
        left: 80px;        
    }
    .main_visual .mv_image01 {
        width: 350px;
        position: absolute;
        top: 200px;
        left: 160px;
    }
    .main_visual .mv_image02 {
        width: 800px;
        position: absolute;
        top: 200px;
        right: 0;
        bottom: 0;
    }
    .main_visual .mv_image01 img,
    .main_visual .mv_image02 img {
        width: 100%;
        height: auto;
    }
}
@media screen and (min-width: 1200px) {
     .main_visual .mv_text {
         left: 140px;
     }
     .main_visual .mv_image01 {
         left: 200px;
          width: 380px;
          bottom: 0;
          top: auto;
     }
    .main_visual .mv_image02 {
        width: 900px;
        bottom: 0;
        top: auto;
        right: 0;
    }
}
@media screen and (min-width: 1600px) {
     .main_visual .mv_text {
         left: 320px;
         width: 48px;
     }
     .main_visual .mv_image01 {
         left: 420px;
     }
    .main_visual .mv_image02 {
        width: 1100px;
    }
}
.main_visual video {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/*header*/
.header .logo {
    width: 180px;
    margin: 0 auto;
}
.header .logo img {
    width: 100%;
    height: auto;
}
.header nav {
    display: none;
}
@media screen and (min-width: 768px) {
    .header .logo {
        width: 240px;
    }
}
@media screen and (min-width: 1200px) {
    .header {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
    }
    .header .logo {
        width: 280px;
        margin: 0;
    }
    .header nav {
        display: block;
        background: rgba(0,160,233,0.9);
        border-radius: 10px;
        border: 1px solid #FFF;
        line-height: 1;
        position: absolute;
        top: 70px;
        right: 0;
        padding: 0 20px;
        font-size: 1.6rem;
    }
    .header nav ul {
        display: flex;
    }
    .header nav ul li a {
        display: block;
        padding: 12px 16px;
        color: #FFF;
        text-decoration: none;
    }
}
@media screen and (min-width: 1400px) {
    .header {
        width: 90%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .header .logo {
        width: 360px;
    }
    .header nav {
        top: 80px;
        font-size: 1.8rem;
    }
}

#page {
}
#page .page01 {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
#page .page02_ {
}
#page .page02_1 {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
#page .page02_2 {
	background-color: #0082CB;
	color: #FFF;
}
#page .page02_2 > div {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}

#page .front01 {
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
@media screen and (min-width:480px) {
	#page .front01 {
		font-size: 1.8rem;
	}
}
@media screen and (min-width:768px) {
	#page .front01 {
		font-size: 2rem;
	}
}
#page .front01_ {
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	letter-spacing: 0.1em;
}
@media screen and (min-width:640px) {
	#page .front01_ {
		font-size: 1.3rem;
		line-height: 1.8;
	}
}
#page .front02 {
	text-align: center;
}
@media screen and (min-width:768px) {	
	#page .front02 {
		font-size: 1.1em;
	}
}
@media screen and (max-width:767px) {
	#page .front03_1 > div:last-child,
	#page .front03_2 > div:last-child {
		width: 80%;
		margin: 20px auto 0;
	}
}
@media screen and (max-width:480px) {
	#page .front03_1 > div:last-child,
	#page .front03_2 > div:last-child {
		width: 90%;
	}
}
@media screen and (min-width:768px) {
	#page .front03_1,
	#page .front03_2 {
		display: flex;
		justify-content: space-between;
	}
	#page .front03_1 {
		flex-flow: row-reverse wrap;
	}
	#page .front03_2 {
		flex-flow: row wrap;
	}
	#page .front03_1 > div:first-child,
	#page .front03_2 > div:first-child {
		flex: 0 0 52%;
		align-self: center;
	}
	#page .front03_1 > div:last-child,
	#page .front03_2 > div:last-child {
		flex: 0 0 42%;
		align-self: center;
	}
}
#page .front03 {
    position: relative;
    padding-top: 2em;
	text-align: left;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
#page .front03::before {
    position: absolute;
    content: attr(data-word);
	top: 0;
    left: 0em;
    z-index: -1;
	padding-bottom: 1em;
	border-bottom: 2px solid #333;
    font-size: 0.625rem;
    line-height: 1;
	letter-spacing: 0;
    /*color: #0C68AC;*/
}
@media screen and (min-width:480px) {
	#page .front03 {
		font-size: 1.3rem;
	}
	#page .front03::before {
		font-size: 0.6875rem;
	}
}
@media screen and (min-width:768px) {
	#page .front03 {
		font-size: 1.5rem;
	}
	#page .front03::before {
		font-size: 0.8125rem;
	}
}
#page .front04 {
    position: relative;
    padding-top: .75em;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #000;
	opacity: 0.8;
}
#page .front04::before {
    position: absolute;
    content: attr(data-word);
	top: 0;
    left: 0.2em;
    z-index: -1;
    font-size: 1.5em;
    line-height: 1;
    color: #7ECDF3;
}
#page .front05_2 {
		padding: 40px 0;
}
@media screen and (min-width:980px) {
	#page .front05_2 {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#page .front05_ {
		flex: 0 0 25%;
		align-self: center;	
	}
}
#page .front05 {
	text-align: center;
	line-height:1.5;
	letter-spacing: 0.05em;
}
@media screen and (max-width:979px) {
	#page .front05 {
		margin-bottom: 20px;
	}
}
#page .front05 > span {
	display: block;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
}
@media screen and (min-width:480px) {
	#page .front05 > span {
		font-size: 1.5rem;
	}
}
@media screen and (min-width:768px) {
	#page .front05 > span {
		font-size: 1.8rem;
	}
}
#page .front05 > strong {
	display: inline-block;
	font-weight: normal;
}
#page .front05 > strong:before {
	content: "-";
	padding-right: 0.5em;
}
#page .front05 > strong:after {
	content: "-";
	padding-left: 0.5em;
}
@media screen and (max-width:639px) {
	#page .front06  {
		line-height: 1.8;
	}
}
@media screen and (min-width:980px) {
	#page .front06 {
		flex: 0 0 70%;
		align-self: center;	
	}
}
@media screen and (min-width:640px) {
	#page .front06 > li {
		display: flex;
		flex-flow: row-reverse wrap;
		justify-content: space-between;
	}
}
#page .front06 > li:not(:first-child) {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px dotted #FFF;
}
@media screen and (min-width:640px) {
	#page .front06_01 {
		flex: 0 0 70%;
		align-self: center;
	}
}
#page .front06_01 > h4 {
	letter-spacing: 0.05em;
	text-align: left;
}
@media screen and (min-width:640px) {
	#page .front06_01 > h4 {
		font-size: 1.1em;
	}
}
#page .front06_01 > h4 a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #FFF;
}
@media screen and (max-width:639px) {
	#page .front06_02 {
		width: 60%;
		margin: 10px auto 0;
	}
}
@media screen and (min-width:640px) {
	#page .front06_02 {
		flex: 0 0 24%;
		align-self: center;
	}
}
#page .front06_03 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
@media screen and (min-width:640px) {
	#page .front06_03 {
		-webkit-line-clamp: 1;
	}
}
#page .front06_04 {
	text-align: right;
}
#page .front06_04 a {
	text-decoration: underline;
	color: #FFF;
}
#page .front06 img {
	aspect-ratio: 1 / 0.525641;
    object-fit: cover;
}
#page .front07_1,
#page .front07_2 {
	text-align: center;
}
#page .front07_1 > a,
#page .front07_2 > a {
	display: inline-block;
	padding: 0.2em 1.5em;
	border-radius: 2em;
	border: 3px solid #999;
	background-color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #006BB9;
}
@media screen and (max-width:979px) {
	#page .front07_1 {
		display: none;
	}
	#page .front07_2 {
		margin-top: 30px;
	}
}
@media screen and (min-width:980px) {
	#page .front07_1 {
		margin-top: 20px;
	}
	#page .front07_2 {
		display: none;
	}
}
#page .front08 {
	margin: 60px 0 30px;
	text-align: center;
	line-height:1.5;
	letter-spacing: 0.05em;
}
#page .front08 > span {
	display: block;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
}
@media screen and (min-width:480px) {
	#page .front08 > span {
		font-size: 1.5rem;
	}
}
@media screen and (min-width:768px) {
	#page .front08 > span {
		font-size: 1.8rem;
	}
}
#page .front08 > strong {
	display: inline-block;
	font-weight: normal;
}
#page .front08 > strong:before {
	content: "-";
	padding-right: 0.5em;
}
#page .front08 > strong:after {
	content: "-";
	padding-left: 0.5em;
}
#page .front09 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#page .front09 > li {
	flex: 0 0 100%;
}
@media screen and (min-width:640px) {
	#page .front09 > li {
		flex: 0 0 46%;
	}
}
@media screen and (min-width:960px) {
	#page .front09 > li {
		flex: 0 0 22%;
	}
}
@media screen and (max-width:639px) {
	#page .front09 > li:not(:first-child) {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 2px dotted #CCC;
	}
}
#page .front09 > li > h4 {
	letter-spacing: 0.05em;
	text-align: left;
}
@media screen and (min-width:640px) {
	#page .front09 > li > h4 {
		font-size: 1.1em;
	}
}
#page .front09 > li > h4 a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #5298D2;
}
#page .front09_01 {
	margin-bottom: 15px;
	text-align: center;
}
@media screen and (max-width:639px) {
	#page .front09_01 {
		display: none;
	}
}
#page .front09_02 {
	width: 60%;
	margin: 10px auto 0;
	text-align: center;
}
@media screen and (min-width:640px) {
	#page .front09_02 {
		display: none;
	}
}
#page .front09_03 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#page .front09_04 {
	text-align: right;
}
#page .front09_04 a {
	text-decoration: underline;
	color: #333;
}
#page .front09 img {
	aspect-ratio: 1 / 0.525641;
    object-fit: cover;
}
#page .front10 {
	margin-top: 30px;
	text-align: center;
}
#page .front10_ {
	margin-top: 20px;
}
#page .front10 > a,
#page .front10_ > a {
	display: inline-block;
	padding: 0.2em 1.5em;
	border-radius: 2em;
	border: 3px solid #999;
	background-color: #FFF;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #006BB9;
}

#page .comp01 {
}
#page .comp01_02 {
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9rem;
}
#page .comp01_02 strong {
	font-size: 1.1rem;
}
@media screen and (max-width:767px) {
	#page .comp01_02 {
		padding-top: 1rem;
	}
	#page .comp01_02 img {
		max-width: 275px;
		width: 50%;
	}
}
@media screen and (min-width:768px) {
	#page .comp01 {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#page .comp01_01 {
		flex: 0 0 calc(100% - 300px);
		align-self: center;
	}
	#page .comp01_02 {
		flex: 0 0 275px;
		align-self: center;
	}
}
#page .comp02 {
	border: 3px double #CCC;
}
#page .comp02 iframe {
	width: 100%;
	height: 30vw;
	vertical-align: bottom;
}

#page .priv01 {
	counter-reset: number 0;
}
#page .priv01 > li {
	position: relative;
	padding-left: 1.5em;
}
#page .priv01 > li:before {
	position: absolute;
	counter-increment: number 1;
	content: counter(number) ".";
	top: 0px;
	left: 4px;
	font-weight: bold;
	font-size: 1.1rem;
}
#page .priv01 > li > dl > dt {
	margin-bottom: 0.2rem;
	font-weight: bold;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
}
#page .priv01 > li > dl > dd > ul {
	counter-reset: number 0;
}
#page .priv01 > li > dl > dd > ul > li {
	position: relative;
	padding-left: 1.6em;
}
#page .priv01 > li > dl > dd > ul > li:not(:last-child) {
	margin-bottom: 0.1rem;
}
#page .priv01 > li > dl > dd > ul > li:before {
	position: absolute;
	counter-increment: number 1;
	content: "(" counter(number) ")";
	top: 0px;
	left: 4px;
}

#page .term01 {
	counter-reset: number 0;
}
#page .term01 > li {
	position: relative;
	padding-left: 1.5em;
}
#page .term01 > li:before {
	position: absolute;
	counter-increment: number 1;
	content: counter(number) ".";
	top: 0px;
	left: 4px;
	font-weight: bold;
	font-size: 1.1rem;
}
#page .term01 > li > dl > dt {
	margin-bottom: 0.2rem;
	font-weight: bold;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
}

#page .cook01 {
	counter-reset: number 0;
}
#page .cook01 > li {
	position: relative;
	padding-left: 1.5em;
}
#page .cook01 > li:before {
	position: absolute;
	counter-increment: number 1;
	content: counter(number) ".";
	top: 0px;
	left: 4px;
	font-weight: bold;
	font-size: 1.1rem;
}
#page .cook01 > li > dl > dt {
	margin-bottom: 0.2rem;
	font-weight: bold;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
}
#page .cook02 {
	counter-reset: number 0;
}
#page .cook02 > li {
	position: relative;
	padding-left: 1.6em;
}
#page .cook02 > li:before {
	position: absolute;
	counter-increment: number 1;
	content: "(" counter(number) ")";
	top: 0px;
	left: 4px;
	font-weight: bold;
}
#page .cook02 > li > dl > dt {
	margin-bottom: 0.2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#page .cook03 > dt {
	position: relative;
	padding-left: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#page .cook03 > dt:before {
	position: absolute;
	content: "■";
	top: 0;
	left: 0.1em;
}
#page .cook03 > dd {
	padding-left: 1.5rem;
}
#page .cook04 > dt {
	font-weight: bold;
	letter-spacing: 0.05em;
}

@media screen and (max-width:767px) {
	#page .orab01_01 {
		width: 80%;
		margin: 0 auto 1.5rem;
	}
}
@media screen and (min-width:768px) {
	#page .orab01 {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#page .orab01_01 {
		flex: 0 0 44%;
		align-self: center;
	}
	#page .orab01_02 {
		flex: 0 0 52%;
		align-self: center;
	}
}
#page .orab02 {
	text-align: center;
}
#page .orab03_2 {
	padding: 1.5rem 0;
}
@media screen and (min-width:1200px) {
	#page .orab03_ {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#page .orab03 {
		flex: 0 0 71%;
		align-self: center;
	}
}
#page .orab03 {
	counter-reset: number 0;
}
#page .orab03 > li {
	position: relative;
	padding-left: 1.5em;
}
#page .orab03 > li:not(:last-child) {
	padding-bottom: 0.5rem;
}
#page .orab03 > :before {
	position: absolute;
	counter-increment: number 1;
	content: counter(number) ".";
	top: 0;
	left: 0;
}
#page .orab03 > li > dl > dt {
	padding-bottom: 0.2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
@media screen and (max-width:1199px) {
	#page .orab04 {
		display: none;
	}
}
@media screen and (min-width:1200px) {
	#page .orab04 {
		flex: 0 0 28%;
		align-self: center;
	}
}
#page .orab05 {
	text-align: center;
}
#page .orab06 {
	max-width: 920px;
	margin: 0 auto;
}
@media screen and (max-width:639px) {
	#page .orab07_01 {
		width: 80%;
		margin: 0 auto 1rem;
	}
}
@media screen and (min-width:640px) {
	#page .orab07 {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#page .orab07_01 {
		flex: 0 0 48%;
		align-self: center;
	}
	#page .orab07_02 {
		flex: 0 0 50%;
		align-self: center;
	}
}
#page .orab08_ {
	padding: 40px;
	border-radius: 16px;
	border: 6px double #0C68AC;
	background-color: #F3FAFE;
}
#page .orab08 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1rem;
	text-align: center;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
	#page .orab08 {
		font-size: 1.4rem;
		line-height: 1.8;
	}
}
#page .orab08 > span {
	display: inline-block;
	border-bottom: 8px double #0C68AC
}
@media screen and (min-width: 1024px) {
	#page .orab09_ {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#page .orab09 {
		counter-reset: number 0;
	}
}
#page .orab09 {
	counter-reset: number 0;
}
#page .orab09 li {
	position: relative;
	padding-left: 1.5em;
}
#page .orab09 li:not(:last-child) {
	padding-bottom: 10px;
}
#page .orab09 li:before {
	position: absolute;
	counter-increment: number 1;
	content: counter(number) ".";
	top: 0;
	left: 0;
	font-weight: bold;
	font-size: 1.1em;
}
#page .orab09 li > dl > dt {
	font-weight: bold;
	font-size: 1.1em;
}
#page .orab10 {
	flex: 0 0 30%;
	text-align: center;
}
@media screen and (max-width: 1023px) {
	#page .orab10 {
		display: none;
	}
}
#page .orab11 {
	margin: 20px auto 0;
	max-width: 640px;
	width: 80%;
}
@media screen and (min-width: 1024px) {
	#page .orab11 {
		display: none;
	}
}

#page .pate01 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#page .oral01 {
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
@media screen and (max-width:767px) {
	#page .oral02_01 {
		margin-bottom: 1rem;
	}
	#page .oral02_02 {
		max-width: 640px;
		margin: 0 auto;
	}
}
@media screen and (min-width:768px) {
	#page .oral02 {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#page .oral02_01 {
		flex: 0 0 46%;
	}
	#page .oral02_02 {
		flex: 0 0 50%;
	}
}
@media screen and (min-width:1025px) {
	#page .oral02_01 {
		flex: 0 0 56%;
	}
	#page .oral02_02 {
		flex: 0 0 40%;
	}
}
#page .oral02_02 > span {
	display: block;
	padding: 1rem;
	border-radius: 0.5rem;
	border: 4px double #0E68AB;
}
@media screen and (max-width:1024px) {
	#page .oral03_01 {
		margin-bottom: 1rem;
	}
	#page .oral03_02 {
		max-width: 640px;
		margin: 0 auto;
	}
}
@media screen and (min-width:1025px) {
	#page .oral03 {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#page .oral03_01 {
		flex: 0 0 56%;
	}
	#page .oral03_02 {
		flex: 0 0 40%;
	}
}
#page .oral03_02 > span {
	display: block;
	padding: 1rem;
	border-radius: 0.5rem;
	border: 4px double #0E68AB;
}
#page .oral04 > dd {
	text-align: center;
}

#page .case01 {
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#page .case02_2 {
	padding: 1.5rem 0;
}
@media screen and (min-width:1200px) {
	#page .case02_ {
		display: flex;
		flex-flow: row-reverse wrap;
		justify-content: space-between;
	}
	#page .case02 {
		flex: 0 0 calc(100% - 300px);
		align-self: center;
	}
}
#page .case02 {
}
#page .case02 > li {
	position: relative;
	padding-left: 1.5em;
}
#page .case02 > li:not(:last-child) {
	padding-bottom: 0.5rem;
}
#page .case02 > li:before {
	position: absolute;
	content: "Ｑ.";
	top: 0;
	left: 0;
	font-weight: bold;
}
#page .case02 > li > dl > dt {
	padding-bottom: 0.2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#page .case03 {
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9rem;
}
#page .case03 strong {
	font-size: 1.1rem;
}
@media screen and (max-width:767px) {
	#page .case03 {
		padding-top: 1rem;
	}
	#page .case03 img {
		max-width: 275px;
		width: 50%;
	}
}
@media screen and (min-width:768px) {
	#page .case03 {
		flex: 0 0 275px;
		align-self: center;
	}
}
#page .case04 > dt {
	position: relative;
	padding-left: 1.5em;
	font-weight: bold;
}
#page .case04 > dt:before {
	position: absolute;
	content: "Ｑ.";
	top: 0;
	left: 0;
}
#page .case04 > dd {
	padding-left: 1.5em;
}
#page .case05 {
	max-width: 980px;
	width: 90%;
	margin: 0 auto;
}
@media screen and (min-width:768px) {
	#page .case06 {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#page .case06 > div {
		flex: 0 0 47%;
	}
}

#page .dist01 {
	text-align: center;
}
#page .dist02 {
	padding: 1rem 1.5rem;
	background-color: #EBF8FE;
}
@media screen and (min-width:1200px) {
	#page .dist02_2 {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#page .dist02_ {
		flex: 0 0 71%;
	}
}
@media screen and (max-width:1199px) {
	#page .dist03 {
		display: none;
	}
}
@media screen and (min-width:1200px) {
	#page .dist03 {
		flex: 0 0 28%;
		align-self: center;
	}
}

#page .line01 {
	text-align: center;
}
@media screen and (min-width:768px) {
	#page .line01_ {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#page .line01 {
		flex: 0 0 28%;
	}
	#page .line02 {
		flex: 0 0 71%;
	}
}
@media screen and (max-width:1149px) {
	#page .line02 {
		max-width: 800px;
		width: 90%;
		margin: 0 auto;
	}
	#page .line02 > li {
		margin-bottom: 1rem;
	}
}
@media screen and (min-width:1150px) {
	#page .line02 {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#page .line02 > li {
		flex: 0 0 49%;
		align-self: center;
		margin-bottom: 1rem;
	}
}

@media screen and (min-width: 960px) {
	#page .feat01,
	#page .feat02  {
		display: flex;
		justify-content: space-between;
	}
	#page .feat01  {
		flex-flow: row wrap;
	}
	#page .feat02 {
		flex-flow: row-reverse wrap;
	}
	#page .feat01_01,
	#page .feat02_01 {
		flex: 0 0 64%;
		/*align-self: center;*/
	}
	#page .feat01_02,
	#page .feat02_02 {
		flex: 0 0 30%;
		/*align-self: center;*/
	}
}
#page .feat01_02 img,
#page .feat02_02 img {
	aspect-ratio: 1 / 0.56122449;
    object-fit: cover;
}
@media screen and (max-width: 959px) {
	#page .feat01_02,
	#page .feat02_02 {
		width: 80%;
		margin: 20px auto 0;
	}
}
@media screen and (min-width: 960px) {
	#page .feat01_02,
	#page .feat02_02 {
		margin-top: 8px;
	}
}
#page .feat01_03,
#page .feat02_03 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
}
@media screen and (min-width: 640px) {
	#page .feat01_03,
	#page .feat02_03 {
		font-size: 1.3rem;
		line-height: 1.8;
	}
}

#page .hope01 {
	overflow: hidden;
}
#page .hope01 img {
	float: right;
	padding-left: 1rem;
	width: 50%;
}
@media screen and (min-width:481px) {
	#page .hope01 img {
		padding-left: 1.5rem;
		width: 40%;
	}
}

#page .supp01 {
}
#page .supp01 > dt {
	clear: both;
	float: left;
	padding-left: 0.5em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#page .supp01 > dd {
	position: relative;
	padding-left: 4.5em;
}
#page .supp01 > dd:before {
	position: absolute;
	content: "：";
	top: 0;
	left: 3em;
}
#page .supp01 {
	counter-reset: number 0;
}
@media screen and (min-width:1024px) {
	#page .supp02_ {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#page .supp02_ > div:first-child {
		flex: 0 0 52%;
	}
	#page .supp02_ > div:last-child {
		flex: 0 0 42%;
	}
}
@media screen and (min-width:1200px) {
	#page .supp02_ > div:first-child {
		flex: 0 0 62%;
	}
	#page .supp02_ > div:last-child {
		flex: 0 0 32%;
	}
}
#page .supp02 > li {
	position: relative;
	padding-left: 1.5em;
}
#page .supp02 > li:not(:last-child) {
	padding-bottom: 10px;
}
#page .supp02 > li:before {
	position: absolute;
	counter-increment: number 1;
	content: counter(number) ".";
	top: 0;
	left: 0;
	font-weight: bold;
}
#page .supp02 > li > dl > dt {
	font-weight: bold;
}
#page .supp02_01 {
	margin-top: 20px;
}
@media screen and (max-width:1023px) {
	#page .supp02_01 {
		width: 80%;
		margin: 0 auto;
	}
	#page .supp02_02 {
		display: none;
	}
}


/* SINGLE */
#single {
}
#single .sing01 {
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
}
#single p {
	margin-bottom: 1.5rem;
}
@media screen and (min-width:768px) {
	#single p {
		margin-bottom: 2.25rem;
	}
}
#single ul > li {
	margin-bottom: 1rem;
}
@media screen and (min-width:768px) {
	#single ul > li {
		margin-bottom: 1.5rem;
	}
}
#single ol {
	counter-reset: number 0;
}
#single ol > li {
	position: relative;
	padding-left: 1.2em;
}
#single ol > li:before {
	position: absolute;
	counter-increment: number 1;
	content: counter(number) ".";
	top: 0;
	left: 0;
}
#single .icimg {
	margin-bottom: 2rem;
	padding-bottom: 0;
}
@media screen and (min-width:768px) {
	#single .icimg {
		margin-bottom: 2.5rem;
	}
}
@media screen and (max-width:767px) {
	#single .s_fr4 > .s_fr4_02 {
		width: 80%;
		margin: 20px auto 0;
	}
	#single .s_fr4_ > .s_fr4_02 {
		width: 80%;
		margin: 0 auto 20px;
	}
}
@media screen and (max-width:480px) {
	#single .s_fr4 > .s_fr4_02,
	#single .s_fr4_ > .s_fr4_02{
		width: 90%;
	}
}
@media screen and (min-width:768px) {
	#single .s_fr4,
	#single .s_fr4_ {
		display: flex;
		justify-content: space-between;
	}
	#single .s_fr4 {
		flex-flow: row wrap;
	}
	#single .s_fr4_ {
		flex-flow: row-reverse wrap;
	}
	#single .s_fr4 > .s_fr4_01,
	#single .s_fr4_ > .s_fr4_01 {
		flex: 0 0 52%;
		align-self: center;
	}
	#single .s_fr4 > .s_fr4_02,
	#single .s_fr4_ > .s_fr4_02 {
		flex: 0 0 42%;
		align-self: center;
	}
}
#single .bann01 {
	max-width: 980px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
#single .case05 {
	max-width: 980px;
	width: 90%;
	margin: 0 auto;
}

/* CATEGORY */
#category {
}
#category .cate01 {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
@media screen and (max-width:639px) {
	#category .front06  {
		line-height: 1.8;
	}
}
@media screen and (min-width:980px) {
	#category .front06 {
		flex: 0 0 70%;
		align-self: center;	
	}
}
@media screen and (min-width:640px) {
	#category .front06 > li {
		display: flex;
		flex-flow: row-reverse wrap;
		justify-content: space-between;
	}
}
#category .front06 > li:not(:first-child) {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px dotted #333;
}
@media screen and (min-width:640px) {
	#category .front06_01 {
		flex: 0 0 70%;
		align-self: center;
	}
}
#category .front06_01 > h4 {
	letter-spacing: 0.05em;
	text-align: left;
}
@media screen and (min-width:640px) {
	#category .front06_01 > h4 {
		font-size: 1.1em;
	}
}
#category .front06_01 > h4 a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #1375BD;
}
#category .front06_02 {
	text-align: center;
}
#category .front06_02 img {
	max-width: 246px;
}
@media screen and (max-width:639px) {
	#category .front06_02 {
		width: 60%;
		margin: 10px auto 0;
	}
}
@media screen and (min-width:640px) {
	#category .front06_02 {
		flex: 0 0 24%;
		align-self: center;
	}
}
#category .front06_03 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
@media screen and (min-width:640px) {
	#category .front06_03 {
		-webkit-line-clamp: 1;
	}
}
#category .front06_04 {
	text-align: right;
}
#category .front06_04 a {
	text-decoration: underline;
	color: #333;
}
#category .front06 img {
	aspect-ratio: 1 / 0.525641;
    object-fit: cover;
}



/*スマホ縦サイズ↑*/
@media screen and (min-width:481px) {
}
/*スマホ横サイズ↓*/
@media screen and (min-width:640px) {
}
@media screen and (min-width:668px) {
}
/*タブレット縦サイズ↓*/
@media screen and (min-width:768px) {
}
/*スマホ横サイズ↑*/
@media screen and (min-width:897px) {
}
@media screen and (min-width:960px) {
}
/*タブレット縦サイズ↑*/
@media screen and (min-width:1025px) {
}
@media screen and (min-width:1281px) {
}
@media screen and (min-width:1441px) {
}