/*
Theme Name: makowa
Version: 1.0.0
*/

@charset "utf-8";


/*------------------------------------------------------------
common
------------------------------------------------------------*/
* {
	box-sizing: border-box;
}
.mb-0 {
	margin-bottom: 0px!important;
}
.mb-1 {
	margin-bottom: 10px!important;
}
.mb-2 {
	margin-bottom: 20px!important;
}
.mb-3 {
	margin-bottom: 30px!important;
}
.mb-4 {
	margin-bottom: 40px!important;
}
.mb-5 {
	margin-bottom: 50px!important;
}
.mb-10 {
	margin-bottom: 100px!important;
}
.mb-lg {
	margin-bottom: 50px!important;
}

.mt-2 {
	margin-top: 20px!important;
}
.mt-3 {
	margin-top: 30px!important;
}
.mt-4 {
	margin-top: 40px!important;
}
.mt-5 {
	margin-top: 50px!important;
}
.pt-5 {
	padding-top: 50px!important;
}

.text-center {
	text-align: center!important;
}
.text-right {
	text-align: right!important;
}



.w960 {
	width: 960px;
}
a {
	cursor: pointer!important;
}
a[target="_blank"]{ 
    padding-right: 15px;
    display: inline-block;
    background-position: right center;
    background-size: 12px 12px;
    background-repeat: no-repeat;
}
a[target="_blank"].black{
    background-image: url("asset/img/common/icon18.svg");
}
a:hover {
	opacity: 0.7;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
	width: 100%; /* 幅を100%に設定 */
	padding: 10px; /* 内側の余白を設定 */
	border: 1px solid #ccc; /* ボーダーの設定 */
	border-radius: 4px; /* 角を丸くする */
	box-sizing: border-box; /* パディングとボーダーを含むボックスサイズを計算 */
	font-size: 16px; /* フォントサイズの設定 */
	color: #333; /* 文字色の設定 */
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	border-color: #007BFF; /* フォーカス時のボーダーカラー */
	outline: none; /* フォーカス時のアウトラインを無効化 */
}

textarea {
	resize: vertical; /* 縦方向のリサイズを許可 */
	min-height: 100px; /* 最小高さを設定 */
}
input[type="submit"] {
	padding: 10px 20px;
}

.icon-001::before {
    content: "\f5ad";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 4px;
}
.icon-002::before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}
.icon-003::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}
.icon-004::before {
    content: "\f007";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 6px;
}

.icon-sizeing::before {
	font-size: 52px;
    color: #fff;
}
.d-sm-block {
	display: block;
}
.d-md-block {
	display: none;
}
@media all and (min-width: 897px) {
	.d-md-none {
		display: none;
	}
	.d-md-block {
		display: block;
	}
	.d-sm-block {
		display: none;
	}
}

.text_link {
	color: #1506D8!important;
	text-decoration: underline!important;
}
.c-note {
	max-width: 980px;
	margin: 0 auto 30px auto!important;
}
.n_text {
	font-size: min(4.26vw, 16px)!important;
}
.m_text {
	font-size: min(5.3vw, 20px)!important;
}
.c_red {
	color: #a1000d;
}
.c_gray {
	color: #666;
}
.required {
	font-size: 14px;
    padding: 1px 7px 2px 7px;
    background: #b9000f;
    color: #fff;
    line-height: 1;
    margin-left: 4px;
    border-radius: 4px;
}

.font-playfair {
	font-family: 'Playfair Display', serif;
}

.text-right {
	text-align: right;
}

.page p {
    font-size: min(4.26vw, 16px);
    line-height: 1.6;
    text-align: justify;
}
.l_contents {
	margin-bottom: 60px;
}
/* .l_sidebar {
	background-color: #ff0;
} */
.l-sm-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media all and (min-width: 897px) {
	.page p {
		font-size: 18px;
	}
	.l-md-flex {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.l_contents {
		width: 74%;
		order: 9;
		margin: 0 auto;
	}
	.l_sidebar {
		width: 24%;
	}
	
}

/* heading style */
.heading_type-1 {
    position: relative;
    text-align: center;
    font-size: min(6.4vw, 24px);
    font-weight: bold;
    line-height: 1.2;
	margin-top: 24px;
    margin-bottom: 56px;
}
.heading_type-1::after {
    content: '';
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 4px;
    background-color: #E50112;
    border-radius: 10px;
}

.heading_type-2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
    margin-bottom: 16px;
    padding-left: 10px;
    border-left: solid 6px #E50112;
}
.heading_type-3 {
	display: inline-block;
    color: #333;
    font-size: min(4.26vw, 16px);
    border-radius: 20px;
    padding: 3px 10px 4px 10px;
    min-width: 6.6em;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.heading_type-4 {
	/* font-size: min(7.46vw, 28px); */
	/* font-size: min(6.93vw, 26px); */
	font-size: min(4.8vw, 18px);
    font-weight: bold;
    line-height: 1.2;
    color: #333;
    margin-bottom: 16px;
}
.heading_type-5 {
    display: inline-block;
    padding-right: 10px;
    color: #fff;
    font-size: 14px;
    background: #4e5256;
    border-radius: 20px;
    padding: 3px 20px 4px 20px;
    min-width: 6.6em;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.heading_type-5:hover {
    opacity: 0.7;
}
.heading_type-6 {
    /* font-size: min(4.8vw, 18px); */
	font-size: min(4.26vw, 16px);
    font-weight: 700;
    line-height: 1.2;
    color: #333;
	padding-bottom: 6px;
    margin-bottom: 8px;
    border-bottom: solid 1px #4e5256;
}
.heading_type-7 {
    color: #333;
    font-size: min(4.26vw, 16px);
	font-weight: normal;
    letter-spacing: 2px;
}
.heading_type-8 {
    color: #333;
    /* font-size: min(4.8vw, 18px); */
	font-size: min(5.3vw, 20px);
	font-weight: bold;
    letter-spacing: 2px;
}
.heading_type-9 {
    color: #333;
	font-size: min(5.8666vw, 22px);
	font-weight: bold;
    letter-spacing: 2px;
}
.heading_type-10 {
	/* font-size: min(4.8vw, 18px); */
	font-size: min(4.26vw, 16px);
    font-weight: bold;
    line-height: 1.2;
    color: #333;
    margin-bottom: 16px;
}
@media all and (min-width: 897px) {
	.heading_type-1 {
		font-size: 30px;
		margin-bottom: 96px;
	}
	.heading_type-1::after {
		bottom: -30px;
	}

	.heading_type-2 {
        font-size: 26px;
    }

	.heading_type-3 {
        font-size: 18px;
    }
	.heading_type-4 {
		font-size: min(7.46vw, 28px);
		/* font-size: min(6.93vw, 26px); */
	}
	.heading_type-5 {
        font-size: min(4.26vw, 16px);
    }
	.heading_type-9 {
		font-size: 30px;
	}
	.heading_type-10 {
		font-size: 18px;
	}
}



/*------------------------------------------------------------
リストスタイル
------------------------------------------------------------*/
/* リンク（三角） */
ul.articles li {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    display: inline-block;
    width: 100%;
	display: flex;
    align-items: center;
}
ul.articles li:before {
	content: "";
    left: 0;
    top: .4em;
    border: 5px solid transparent;
    border-left: 7px solid #283d76;
}
.date {
	font-size: min(3.73vw, 14px);
    color: #aaa;
	margin-bottom: 4px;
}

ul.articles li .d-flex .title {
	font-size: min(4.26vw, 16px);
	line-height: 1.2;
}
ul.articles li a:hover{
    opacity: 0.7;
}

@media all and (min-width: 897px) {
	.date {
		font-size: 18px;
	}
	.post-type-archive-pickup ul.articles li .d-flex .title {
		font-size: 20px;
	}
}


#gHeader .logo_text {
	/* font-size: min(2.6667vw, 10px); */
	font-size: min(2.3vw, 10px);
}
@media all and (min-width: 897px) {
	#gHeader h1 {
        width: 40%;
    }
	#gNavi {
        width: 56%;
    }
	#gHeader .logo_text {
		font-size: 14px;
	}
}
/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
.kv {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 100px 0;
    background-size: cover;
	color: #fff;
/*	background-position: center;*/
}
.kv .headLine01 {
    font-size: min(6.4vw, 24px);
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-family: Arial, Helvetica, "sans-serif";
    letter-spacing: 1.7px;
    text-shadow: 1px 2px 7px rgba(0, 0, 0, 1);
}
.kv .headLine01 span {
    margin-bottom: 10px;
    display: block;
    font-size: min(22px, 6vw);
    font-weight: normal;
    line-height: 1;
}

.kv .headding_01 {
    font-family: 'Playfair Display', serif;
    color: #fff;
}

@media all and (min-width: 897px) {
	.kv {
		padding: 160px 53px;
		background-position: center;
	}
	.kv .headLine01 {
		font-size: 34px;
	}
}


/*------------------------------------------------------------
サイドバー　検索
------------------------------------------------------------*/
.sidebar_search {
	width: calc(100% - 20px);
	margin: 0 auto;
}
.sidebar_search li {
	background-color: #fcfcfc;
    padding: 14px 12px;
    box-shadow: 1px 1.5px 4px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
	margin-bottom: 50px;
}
.sidebar_search li .form_wrap{
	padding: 3px;
}

.sidebar_search li input[type="text"],
.sidebar_search li select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    outline: none;
}

.sidebar_search li button {
    padding: 8px 20px;
    font-size: 16px;
    background-color: #283d76;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 20px auto 0 auto;
    display: block;
}

.sidebar_search li button:hover {
    background-color: #4e5256;
}

.sidebar_search li input[type="text"]:focus,
.sidebar_search li select:focus {
    border-color: #4e5256;
}

.sidebar_search li label {
	font-size: min(4.26vw, 16px);
	font-weight: normal;
	display: block;
    margin: 0 14px 0 0;
}

/*------------------------------------------------------------
トップページ
------------------------------------------------------------*/
.home .kv {
	background-image: url(./asset/img/top/kv.jpg);
	background-position: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 140px 0;
    background-size: cover;
	color: #fff;
}
.home .kv .kv_name {
    width: 100%;
	font-size: min(45px, 12vw);
    font-weight: normal;
    text-align: center;
    line-height: 1.1;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    /* margin-bottom: 7vw; */
}
.home .kv_text {
	font-family: "Times New Roman", Times, "Noto Serif", "Yu Mincho", serif;
	font-size: min(22px, 6vw);
    color: #000;
    background-color: rgba(255,255,255,0.7);
    padding: 4vw 5vw;
    text-align: center;
    margin: 0 auto;
    line-height: 1.4 !important;
}
.home .main .mainText {
    font-size: min(4.26vw, 16px);
    margin-bottom: 60px;
    line-height: 1.6;
    text-align: justify;
}
.home .news .d-flex {
	display: flex;    
	align-items: center;
}

.home .news li {
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
    display: inline-block;
    width: 100%;
}
.home .news .date {
	margin-right: 10px;
	font-size: min(3.73vw, 14px);
}
.home .news .post_taxonomy {
	line-height: 1;
}
.home .news .post_taxonomy a {
	background-color: #a14040;
	padding: 1px 8px;
	font-size: min(3.73vw, 14px);
	border-radius: 3px;
	color: #fff;
	line-height: 1;
}

.home .news .news_title,
.home .news .news_title a {
	margin-top: 10px;
	/* font-size: min(4.8vw,18px); */
	font-size: min(4.26vw, 16px);
	font-weight: normal;
}
.home .news .news_title a:hover {
	opacity: 0.7;
	cursor: pointer;
}
.home .navi_list {
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.home .navi_list li {
    margin: 2% 2%;
	text-align: center;
	width: 46%;
}
.home .navi_list li a {
    padding: 14px 4px;
	display: block;
	background-color: #fcfcfc;
    box-shadow: 1px 1.5px 4px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}
.home .navi_list li .item_image {
	background: #283d76;
	border-radius: 120px;
	max-width: 120px;
	margin: 0 auto 20px auto;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home .navi_list li .item_image img {
	width: 60px;
	height: 60px;
}
@media all and (min-width: 897px) {	
	.home .navi_list {
		justify-content: center;
		max-width: 740px;
		margin: 0 auto 120px auto;
	}
	.home .navi_list li {
		width: calc(32% - 20px);
		min-width: 341px;
		margin: 10px 10px;
	}
	.home .navi_list li a:hover {
		background-color: #eaeaea;
	}
	.home .kv .kv_name {
		font-size: 60px;
		/* margin-bottom: 70px; */
		margin: 70px auto;
	}
	.home .news .date {
		margin-right: 20px;
		font-size: 16px;
	}
	.home .news .post_taxonomy a {
		font-size: 16px;
	}
	.home .main .mainText {
		margin-bottom: 120px;
	}
}



.lp .kv {
	background-image: url(./asset/img/top/kv.jpg);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 140px 0;
    background-size: cover;
	color: #fff;
}
@media all and (min-width: 897px) {	
	.home .kv,
	.lp .kv {
		background-position: 0 20%;
	}
}
@media all and (min-width: 897px) {	
	.home .kv,
	.lp .kv {
		background-position: 0 20%;
	}
}
/*------------------------------------------------------------
404
------------------------------------------------------------*/
.error404 .mainBox {
	width: 960px;
}

/*------------------------------------------------------------
私たちについて　about us
------------------------------------------------------------*/
.medpass-auth .kv {
	background-image: url(./asset/img/top/kv.jpg);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 100px 0;
    background-size: cover;
	background-position: 31%;
	color: #fff;
}
.medpass-auth .kv .kv_name {
    width: 100%;
	font-size: min(45px, 12vw);
    font-weight: normal;
    text-align: center;
    line-height: 1.1;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    /* margin-bottom: 7vw; */
}
.medpass-auth .auth_contents {
	background-color: #e9f3ff;
	padding: 16px 20px;
	border-radius: 6px;
	margin-bottom: 100px;
}
.medpass-auth .auth_contents p {
	text-align: unset;
}
.medpass-auth .auth_contents_title {
	font-size: min(6.4vw, 24px);
	color: #283d76;
}
.medpass-auth a[target="_blank"] {
	padding-right: 0;
}


.medpass-auth .kv_text {
	color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	line-height: 1.4;
	padding: 0 2%;
}
.medpass-auth .contents {
	margin-bottom: 60px;
}
.medpass-auth .contents li {
	margin-bottom: 20px;
	background-color: #fcfcfc;
    box-shadow: 1px 1.5px 4px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}
.medpass-auth .contents li img {
    border-radius: 10px 10px 0 0;
}
.medpass-auth .contents li p {
	font-size: min(4.26vw, 16px);
	padding: 8px;
	letter-spacing: -0.7px;
	text-align: center;
}

.auth-buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 20px;
}

.auth-button {
display: inline-block;
position: relative;

overflow: hidden;
}

.auth-button img {
width: 100%;
height: auto;
display: block;
transition: opacity 0.3s ease;
}

.auth-button::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
opacity: 0;
transition: opacity 0.3s ease;
z-index: 1;
}

.auth-button.login::before {
background-image: url("https://ma.kowa.co.jp/wp-content/themes/makowa/asset/img/medpass-auth/md_login_hover.png");
}

.auth-button.signup::before {
background-image: url("https://ma.kowa.co.jp/wp-content/themes/makowa/asset/img/medpass-auth/md_signup_hover.png");
}

a.auth-button,
.auth-button:hover::before {
opacity: 1;
}



@media all and (min-width: 897px) {	
	.medpass-auth #gHeader {
		height: 79px;
	}
	.medpass-auth .kv {
		padding: 120px 53px;
		background-position: 0 31%;
	}
	.medpass-auth .kv .kv_name {
		font-size: 46px;
	}
	.medpass-auth .auth_image {
		/* max-width: 700px; */
		margin: 0 auto 50px auto;
	}

	.medpass-auth .mainBox {
		max-width: 980px;
		margin: 0 auto;
	}

	.medpass-auth .contents {
		display: flex;
		justify-content: space-between;
		margin-bottom: 100px;
	}
	.medpass-auth .contents li {
		width: 32%;
	}
}


/*------------------------------------------------------------
私たちについて　about us
------------------------------------------------------------*/
.aboutus .kv {
	background-image: url(./asset/img/aboutus/kv.jpg);
	background-position: center;
}
.aboutus .video_list {
	margin: 0 auto 100px auto;
	max-width: 768px;
}
.aboutus .video_list li {
	margin-bottom: 60px;
}
.aboutus .video_list .video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 アスペクト比のため */
    overflow: hidden;
	margin-bottom: 6px;
}
.aboutus .video_list .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; /* 必要に応じてボーダーを調整 */
}
.aboutus .ma_seminar_list li {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    display: inline-block;
    width: 100%;
	display: flex;
    align-items: center;
}
.aboutus .ma_seminar_list li:before {
	content: "";
    left: 0;
    top: .4em;
    border: 5px solid transparent;
    border-left: 7px solid #283d76;
}
.aboutus .ma_seminar_list li .d-flex .date {
	font-size: min(3.73vw, 14px);
    color: #aaa;
}
.aboutus .ma_seminar_list li .d-flex .title {
	font-size: min(4.26vw, 16px);
	line-height: 1.2;
}


/*タブ切り替え*/
.aboutus .tab_changer {
    display: flex;
    flex-wrap: wrap;
    /* max-width: 500px; */
}

.aboutus .tab_changer > label {
	flex: 1 1;
    order: -1;
    padding: 2px 1px;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 10px 10px 0 0;
    background-color: #e9f0f6;
    color: #5b5b5b;
	font-size: min(3.73vw, 15px);
    text-align: center;
    cursor: pointer;
    margin: 0 1px 14px 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutus .tab_changer > label:hover {
    opacity: .8;
}

.aboutus .tab_changer input {
    display: none;
}

.aboutus .tab_changer > div {
    display: none;
    width: 100%;
    background-color: #fff;
}

.aboutus .tab_changer label:has(:checked) {
    background-color: #fff;
    border-color: #4e5256 #f0f0f0 #fff;
    border-style: solid;
    border-width: 4px 1px 1px;
    border-radius: 5px;
    color: #3b3b3b;
	font-weight: bold;
}

.aboutus .tab_changer label:has(:checked) + div {
    display: block;
}
.aboutus .tab_changer .table-container {
	overflow-x: auto; /* 横スクロールを有効化 */
	-webkit-overflow-scrolling: touch; /* iOSの滑らかなスクロール対応 */
	margin: 10px 0;
}

.aboutus .tab_changer table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	font-size: 16px;
	text-align: left;
	min-width: 600px; /* スマホ画面でスクロールさせるために幅を設定 */
}

.aboutus .tab_changer th, 
.aboutus .tab_changer td {
	padding: 6px;
	border: 1px solid #ddd;
}

.aboutus .tab_changer th {
	font-size: min(4.26vw, 16px);
	background-color: #4e5256;
	color: #fff;
	text-align: center;
}
.aboutus .tab_changer td {
	font-size: min(3.73vw, 14px);
}
.aboutus .tab_changer td:nth-child(1),
.aboutus .tab_changer th:nth-child(1) {
	min-width: 260px; /* 2番目の列の幅を指定（必要に応じて調整） */
}
.aboutus .tab_changer td:nth-child(2),
.aboutus .tab_changer th:nth-child(2) {
	min-width: 140px; /* 2番目の列の幅を指定（必要に応じて調整） */
}

.aboutus .tab_changer th:nth-child(2),
.aboutus .tab_changer td:nth-child(2),
.aboutus .tab_changer th:nth-child(3),
.aboutus .tab_changer td:nth-child(3) {
	width: 150px;
	box-sizing: border-box;
	text-align: center;
}
.aboutus .tab_changer th:nth-child(2) a,
.aboutus .tab_changer td:nth-child(2) a,
.aboutus .tab_changer th:nth-child(3) a,
.aboutus .tab_changer td:nth-child(3) a {
	padding-right: unset
}

.aboutus .tab_changer tr:nth-child(even) {
	background-color: #f9f9f9;
}


.aboutus .note {
	margin-top: 20px;
}
.aboutus .note li {
	font-size: min(4.26vw, 16px);
	line-height: 1.6;
}

.aboutus .contact_btn {
    margin: 100px auto 60px auto;
    /* border: 1px solid #333; */
}

.aboutus .contact_btn a {
    font-size: min(4.26vw, 16px);
    padding: 14px 20px;
	margin: 0 auto;
    width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    max-width: 580px;
    font-size: 18px;
    font-weight: 500;
	background-color: #283d76;
	color: #fff;
	border-radius: 4px;
}
.aboutus .contact_btn a:hover {
	background-color: #4e5256;
}
.aboutus .contact_btn a span {
	padding-right: 14px;
}
/* .aboutus .contact_btn a::before {
	content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
} */

.aboutus .development_area .item {
	margin-bottom: 50px;
}
.aboutus .development_area .item:last-of-type {
	margin-bottom: 30px;
}
.aboutus .development_area {
    margin-bottom: 60px;
}
.aboutus .development_area li {
    text-align: center;
    padding: 30px 10px;
    line-height: 1;
    background-color: #e6e6e6;
    max-width: 386px;
    width: 100%;
    margin-bottom: 14px;
	font-size: min(5.3vw, 20px);
}

.aboutus .development_area a.link_target {
	font-size: min(4.8vw, 18px);
	border-bottom: 1px solid;
}
.aboutus .development_area a.link_target:hover {
	opacity: 0.7;
}
/* 全体レイアウト */
.aboutus .interview_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
}
.aboutus .interview_list li {
	margin-bottom: 40px;
}
/* 一人分のレイアウト */
.aboutus .person {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

/* 一人目と三人目（写真が左、テキストが右） */
.aboutus .person-left {
    flex-direction: row;
}

/* 二人目（写真が右、テキストが左） */
.aboutus .person-right {
    flex-direction: row;
}

/* 丸い写真 */
.aboutus .person-img {
    width: 120px; /* 画像のサイズ */
    height: 120px;
    object-fit: cover;
    border-radius: 50%; /* 画像を丸くする */
    border: 2px solid #ccc; /* 枠線 */
}

/* 吹き出しのスタイル */
.aboutus .speech-bubble {
    position: relative;
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 20px; /* 吹き出しを大きくする */
    font-size: 18px;
    color: #333;
}

/* 一人目と三人目の吹き出し（左向き） */
.aboutus .person-left .speech-bubble::before {
    content: '';
    position: absolute;
    /* top: 10%; */
	top: 46px;
    left: -25px; /* 吹き出しの位置を左側に */
    /* transform: translateY(-10%); */
    border-width: 15px; /* 三角形を大きく */
    border-style: solid;
    border-color: transparent #f1f1f1 transparent transparent;
}

/* 二人目の吹き出し（右向き：写真が右側） */
.aboutus .person-right .speech-bubble::before {
    content: '';
    position: absolute;
    /* top: 10%; */
	top: 46px;
    right: -25px; /* 吹き出しの位置を右側に配置して写真に向ける */
    /* transform: translateY(-10%); */
    border-width: 15px; /* 三角形を大きく */
    border-style: solid;
    border-color: transparent transparent transparent #f1f1f1;
}

@media all and (min-width: 897px) {	
	.aboutus .kv {
		background-position: 50% 10%;
	}

	.aboutus .tab_changer > label {
		font-size: min(4.8vw, 18px);
		padding: 10px;
	}
	.aboutus .tab_changer th, 
	.aboutus .tab_changer td {
		padding: 12px;
	}

	.aboutus .contact_btn a {
		font-size: min(5.3vw, 20px);
	}

	.aboutus .development_area li {
		display: inline-block;
		max-width: 350px;
		width: 31%;
	}
	.aboutus .development_area li:nth-child(3n-1) {
		margin-left: 14px;
		margin-right: 14px;
	}
	.aboutus .development_area {
		margin-bottom: 80px;
	}

	.aboutus .contact_btn a {
		font-size: min(5.3vw, 20px);
	}


	/* 一人目と三人目の吹き出し（左向き） */
	.aboutus .person-left .speech-bubble::before,
	.aboutus .person-right .speech-bubble::before {
		top: 50%;
		transform: translateY(-50%);
	}
	.aboutus .person-right {
		justify-content: flex-end!important;
	}
	
	.aboutus .speech-bubble {
		max-width: 854px;
		/* max-width: calc(100% - 140px); */
	}
}


/*------------------------------------------------------------
お役立ち情報　useful
------------------------------------------------------------*/
.useful .kv {
	background-image: url(./asset/img/useful/kv.jpg);
}
.useful .useful_list li {
    margin-bottom: 30px;
	text-align: center;
}
.useful .useful_list li a {
    padding: 14px 12px;
	display: block;
	background-color: #fcfcfc;
    box-shadow: 1px 1.5px 4px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}
.useful .useful_list li .item_image {
	background: #283d76;
	border-radius: 120px;
	max-width: 120px;
	margin: 0 auto 20px auto;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.useful .useful_list li .item_image img {
	width: 60px;
	height: 60px;
}
@media all and (min-width: 897px) {	
	.useful .kv {
		background-position: 50% 14%
	}
	.useful .useful_list {
		display: flex;
		justify-content: space-between;
	}
	.useful .useful_list li {
		width: 31%;
	}
	.useful .useful_list li a:hover {
		background-color: #eaeaea;
	}
}

/*------------------------------------------------------------
ピックアップ　pickup
------------------------------------------------------------*/
.pickup .kv,
.page-id-361 .kv,
.page-id-366 .kv {
	background-image: url(./asset/img/pickup/kv.jpg);
	background-position: 50% 52%;
}

/*------------------------------------------------------------
検査値計算式
------------------------------------------------------------*/
.useful .kv,
.formula .kv {
	background-image: url(./asset/img/useful/kv.jpg);
	background-position: 50% 52%;
}
.useful .ldl-c_img,
.formula .ldl-c_img {
	max-width: 700px;
	height: auto;
	margin-bottom: 60px;
}
.pickup .references_list li,
.useful .references_list li,
.formula .references_list li {
	font-size: min(3.73vw, 14px);
	margin-bottom: 30px;
	padding-left: 1em;
	display: flex;
}
.pickup .references_list li::before,
.useful .references_list li::before,
.formula .references_list li::before {
	padding-right: 0.5em;
}
.pickup .references_list li:nth-child(1)::before,
.useful .references_list li:nth-child(1)::before,
.formula .references_list li:nth-child(1)::before {
	content: '1)';
}
.pickup .references_list li:nth-child(2)::before,
.useful .references_list li:nth-child(2)::before,
.formula .references_list li:nth-child(2)::before {
	content: '2)';
}
.pickup .references_list li:nth-child(3)::before,
.useful .references_list li:nth-child(3)::before,
.formula .references_list li:nth-child(3)::before {
	content: '3)';
}
.pickup .references_list li:nth-child(4)::before,
.useful .references_list li:nth-child(4)::before,
.formula .references_list li:nth-child(4)::before {
	content: '4)';
}
.pickup .references_list li:nth-child(5)::before,
.useful .references_list li:nth-child(5)::before,
.formula .references_list li:nth-child(5)::before {
	content: '5)';
}
.useful .references_list li:nth-child(6)::before,
.formula .references_list li:nth-child(6)::before {
	content: '6)';
}
.useful .references_list li:nth-child(7)::before,
.formula .references_list li:nth-child(7)::before {
	content: '7)';
}
.useful .references_list li:nth-child(8)::before,
.formula .references_list li:nth-child(8)::before {
	content: '8)';
}
.useful .references_list li:nth-child(9)::before,
.formula .references_list li:nth-child(9)::before {
	content: '9)';
}

.useful .note,
.formula .note {
	font-size: min(3.73vw, 14px);
	color: #666;
	margin-bottom: 16px;
}
.useful input,
.formula input {
	max-width: 320px;
}
/* ボタンコンテナ */
.useful .button-container,
.formula .button-container {
    margin: 20px 0;
}

/* ボタンの共通スタイル */
.useful .btn,
.formula .btn {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* 計算ボタン */
.useful .calculate-btn,
.formula .calculate-btn {
    background-color: #283d76; /* 背景色：#283d76 */
    color: white; /* テキスト色：白 */
}

.useful .calculate-btn:hover,
.formula .calculate-btn:hover {
    background-color: #4e5256; /* ホバー時：少し暗めの青 */
}

/* クリアボタン */
.useful .clear-btn,
.formula .clear-btn {
    background-color: #efefef; /* 背景色：#efefef */
    color: #333; /* テキスト色：濃いグレー */
}
.formula .clear-btn {
	background-color: #e0e0e0;
}
.useful .clear-btn:hover,
.formula .clear-btn:hover {
    background-color: #d5d5d5; /* ホバー時：少し暗めのグレー */
}

.useful .calculation_formula,
.formula .calculation_formula {
	font-family: MJXZERO, MJXTEX;
	margin: 4px auto 20px 0;
	overflow-x: scroll;
}
.useful mjx-container[jax="CHTML"][display="true"],
.formula mjx-container[jax="CHTML"][display="true"] {
	text-align: left;
	pointer-events: none;
	font-size: 100%!important;
	margin: 0 auto 6px auto;
}
.formula_dflex .calc_wrap {
	padding: 2%;
	background-color: #ededed;
}
@media all and (min-width: 897px) {	
	.useful .calculation_formula,
	.formula .calculation_formula {
		margin: 14px auto 20px 2em;
	}
	.formula_dflex {
		display: flex;
	}
	.formula_dflex .calc_wrap {
		width: 45%;
		max-width: 565px;
		order: 2;
		margin-left: 5%;
	}
	.formula_dflex .meaning {
		width: 50%;
		max-width: 565px;
		order: 1;
	}
	
}

/*------------------------------------------------------------
Pubmed検索式　pubmed
------------------------------------------------------------*/
.pubmed .kv {
	background-image: url(./asset/img/pubmed/kv.jpg);
}

.pubmed .useful_item .calculation {
	/* font-size: min(4.8vw,18px); */
	font-size: min(4.26vw, 16px);
	/* font-size: min(3.73vw, 14px); */
	display: flex;
    background: #ececec;
    padding: 14px;
    border-radius: 4px;
}
.pubmed .useful_item .contact_link {
    margin: 6px auto 0 auto;
}
.pubmed .useful_item .contact_link a {
	display: inline-block;
    padding: 8px 20px;
    font-size: 16px;
    background-color: #283d76;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.pubmed .useful_item .contact_link a:hover {
	background-color: #4e5256;
}
.pubmed .useful_item li {
	margin-bottom: 60px;
}


/*------------------------------------------------------------
検査値計算式　formula
------------------------------------------------------------*/
.formula .kv {
	background-image: url(./asset/img/formula/kv.jpg);
}


/*------------------------------------------------------------
書籍案内　book_introduction
------------------------------------------------------------*/
.book_introduction .kv {
	background-image: url(./asset/img/book_introduction/kv.jpg);
	background-position: bottom center;
}

.book_introduction .book_list li {
    margin-bottom: 30px;
}
.book_introduction .book_list li .code {
	font-size: min(3.73vw, 14px);
	color: #666;
	margin-top: -10px;
	margin-bottom: 10px;
}
.book_introduction .book_list li {
    padding: 14px 12px;
	display: block;
	background-color: #fcfcfc;
    box-shadow: 1px 1.5px 4px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}
.book_introduction .book_list li .item_image {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.book_introduction .book_list li .item_image img {
	width: 80%;
	max-width: 340px;
	height: auto;
}
.book_introduction .book_list li dl dt {
	padding: 4px 4px 4px 8px;
	font-size: min(3.73vw, 14px);
	color: #fff;
	background-color: #080634;
	display: flex;
	align-items: center;
	justify-content: center;
}
.book_introduction .book_list li dl dd {
	padding: 4px 4px 4px 8px;
	font-size: min(3.73vw, 14px);
	background-color: #e6e6e6;
}
@media all and (min-width: 897px) {	
	.book_introduction .book_list {
        margin: 0 auto;
        width: 960px;
	}
	.book_introduction .book_l {
		display: flex;
		align-items: stretch;
	}
	.book_introduction .book_list li {
		padding: 27px 24px;
	}
	.book_introduction .book_list li .code {
		margin-bottom: 20px;
		margin-top: unset;
	}
	.book_introduction .book_l dl {
		display: flex;
		flex-wrap: wrap;
	}
	.book_introduction .book_list li dl dt {
		width: 9em;
		padding: 20px;
		text-align: center;
		border-bottom: 1px solid #fff;
	}
	.book_introduction .book_list li dl dd {
		width: calc(100% - 9em);
		padding: 20px;
		border-bottom: 1px solid #fff;
	}
	.book_introduction .book_list li .item_image {
		width: 30%;
	}
	.book_introduction .book_list li .book_ditail {
		width: 70%;
	}
	
}


/*------------------------------------------------------------
パートナリング　partnering
------------------------------------------------------------*/
.partnering .kv {
	background-image: url(./asset/img/partnering/kv.jpg);
}

.partnering .investigation .smb-tab-panel {
	border: none;
	border-top: 1px solid #ccc;
}
.partnering .investigation .smb-tabs__tab {
	font-size: min(3.73vw, 14px);
	font-weight: bold;
}

/*------------------------------------------------------------
お問い合わせ　contact
------------------------------------------------------------*/
.contact  .kv {
	background-image: url(./asset/img/partnering/kv.jpg);
}

.contact .main .mainBox {
	max-width: 980px;
	margin: 0 10px;
}
.contact .main .mainBox .text-other {
	max-width: 360px;
}
.contact form ul{
	margin-bottom: 70px;
}
.contact .main li {
	margin-bottom: 20px;
}
.contact .main .item_name {
	font-weight: bold;
}
@media all and (min-width: 897px) {
	.contact .main .mainBox {
		margin: 0 auto;
	}
	.contact .main li {
		display: flex;
		align-items: center;
	}
	.contact .main .item_name {
		width: 30%;
	}
	.contact .main .input_area {
		width: 70%;
	}
	.contact .main .submit_btn {
		display: flex;
		justify-content: center;
	}
}


/*------------------------------------------------------------
利用規定・免責事項　rule
------------------------------------------------------------*/
.rule .main {
	padding: 20px 0 0 0;
}
.rule .heading_type-2 {
	font-size: min(5.3vw, 20px);
}
.rule .heading_type-3{
	text-align: unset;
	padding: unset;
}
.rule p {
	text-align: unset;
}
.rule .main li {
	margin-bottom: 50px;
}
@media all and (min-width: 897px) {	
	.rule .main {
		padding: 60px 0 0 0;
	}
}

.slick-list {
	height: 100%;
	font-size: 0;
}
.slick-list li,
.slick-slide > div,
.slick-track {
	height: 100%;
}
.slick-slide img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.slick-slide > div {
	height: 100%;
}
.slick-dots {
	text-align: center;
	position: absolute;
	bottom: 23px;
	left: 0;
	width: 100%;
}
.slick-dots li {
	margin: 0 7px;
	display: inline-block;
	width: 12px;
	height: 12px;
	cursor: pointer;
	border-radius: 100px;
	background-color: #707070;
}
.slick-dots li button {
	display: none;
}
.slick-dots li.slick-active {
	background-color: #fff;
}

.mainBox {
	max-width: 1130px;
}
.main p {
	/* margin-bottom: 60px; */
	color: #333;
	line-height: 1.4;
}
.headLine03 {
	font-size: 3.2rem;
	color: #333;
	letter-spacing: 0;
}
.headLine03 span {
	font-size: 3.2rem !important;
    color: #E50111;
}
.en .headLine03 {
	font-size: 5rem;
    color: #E50111;
}
.main .fieldsList {
	margin: -13px 0 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main .fieldsList li {
	margin-bottom: 72px;
	width: 48.4%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.main .fieldsList li .photoBox {
	width: 297px;
	position: relative;
	margin-right: 7px;
}
.main .fieldsList li .photoBox a {
	display: block;
}
.main .fieldsList li .photoBox a:hover {
	opacity: 0.7;
}
.main .fieldsList li .photoBox .txtSpan {
	position: absolute;
	top: calc(50% - 5px);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
}
.main .fieldsList li .photoBox .txtSpan span {
	font-size: 1.95rem;
	color: #fff;
	padding: 0 18px 2px 0;
	display: inline-block;
	background: url(../img/common/icon04.png) no-repeat right center;
	background-size: 16px auto;
}
.main .fieldsList li .photoBox img {
	width: 100%;
}
.main .fieldsList li .textBox {
	margin-top: -8px;
	flex: 1;
}
.main .fieldsList li p {
	font-size: 1.8rem;
	line-height: 1.6;
}
.main .linkBox {
	margin: -38px 0 13px;
}

@media all and (min-width: 897px) {
	.en .main .fieldsList li p {
		font-size: 1.5rem;
	}
	.home .kv_text {
		padding: 20px 40px;
	}
}

/*------------------------------------------------------------
論文 カスタム投稿タイプ:thesis
------------------------------------------------------------*/
.single-thesis .kv {
	background-image: url(./asset/img/thesis/kv.jpg);
}
.single-thesis .mainBox {
	padding-top: 10px;
}
.single-thesis .thesis_no {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size: min(3.73vw, 14px);
	letter-spacing: 0.4px;
	color: #fff;
    background-color: #4e5256;
	display: inline-block;
	border-radius: 0 4px 0 0;
    padding: 5px 8px 4px 8px;
}
.single-thesis .thesis_title {
	background-color: #eaeaea;
    padding: 10px 10px 12px 10px;
    margin-bottom: 10px;
}
.single-thesis .thesis_title .title {
	display: block;
	font-size: min(5.86vw, 22px);
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
}
.single-thesis .thesis_title .title_jp {
	display: block;
	font-size: min(4.8vw, 18px);
	color: #666;
	line-height: 1.4;
	text-align: justify;
	margin-bottom: 10px;
}
.single-thesis .author {
	font-size: min(4.26vw, 16px);
	color: #666;
	margin-bottom: 4px;
}
.single-thesis .bibliographic_data {
	font-size: min(4.26vw, 16px);
	color: #666;
	margin-bottom: 4px;
}
.single-thesis .bibliographic_data a {
	font-size: min(4.26vw, 16px);
	color: #666;
	border-bottom: 1px solid #666;
}
.single-thesis .article_relation {
	border-bottom: 1px solid #ccc;
    padding: 10px 10px 20px 0;
	margin-bottom: 20px;
}
.single-thesis .article_relation li {
	font-size: min(4.26vw, 16px);
	list-style: disc;
    margin-left: 20px;
}
.single-thesis .article_relation a {
	border-bottom: 1px solid #333;
}
.single-thesis .article_relation a[target="_blank"] {
    padding-right: 0;
}
.single-thesis .text_en {
	font-size: min(4.26vw, 16px);
	padding: 0 10px;
}
.single-thesis .text_jp {
	font-size: min(4.26vw, 16px);
	text-align: justify;
	padding: 0 10px;
	margin-bottom: 30px;
	
}
.single-thesis .contact_link {
    margin: 80px auto 80px auto;
	text-align: center;
}
.single-thesis .date {
    padding-top: 12px;
	padding-bottom: 24px;
    text-align: right;
    color: #666;
    border-top: 1px solid #ccc;
    line-height: 1;
    font-size: 14px;
}





/*------------------------------------------------------------
論文のアーカイブ カスタム投稿タイプ:thesis
------------------------------------------------------------*/
.archive .kv,
.post-type-archive-thesis .kv {
	background-image: url(./asset/img/thesis/kv.jpg);
	background-position: bottom center;
}
.archive_thesis ul.list li {
	background-color: #fcfcfc;
    padding: 14px 12px;
    box-shadow: 1px 1.5px 4px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    margin-bottom: 20px;
}
.archive_thesis ul.list li .title {
	display: block;
	/* font-size: min(4.8vw, 18px); */
	font-size: min(4.26vw, 16px);
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
}
.archive_thesis ul.list li .title_jp {
	display: block;
	/* font-size: min(3.73vw, 14px); */
	font-size: min(4.26vw, 16px);
	color: #666;
	line-height: 1.4;
	text-align: justify;
	margin-bottom: 10px;
}
.archive_thesis ul.list li .bibliographic_data {
	font-size: min(3.73vw, 14px);
}
.archive_thesis ul.list li .date {
	font-size: min(3.73vw, 14px);
	color: #aaa;
}
/* .archive_thesis ul.list li .accordion-content {
	display: none;
	padding-top: 14px;
} */
.accordion-content {
	display: none;
	padding-top: 14px;
}
.archive_thesis ul.list li .accordion-content .post-thumbnail img {
	width: 100%;
	height: auto;
}
.archive_thesis ul.list li .accordion-content .text {
	font-size: min(4.26vw, 16px);
	margin-bottom: 60px;
	
}

.archive_thesis .contact_link {
	text-align: center;
	margin-bottom: 40px;
}
.archive_thesis .contact_link a {
	display: inline-block;
    padding: 8px 20px;
    font-size: 16px;
    background-color: #283d76;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.archive_thesis .contact_link a:hover {
    background-color: #4e5256;
}

@media all and (min-width: 897px) {
	.main {
		padding-top: 0;
	}
}

.language {
	line-height: 1;
	margin-bottom: 4px;
	padding: 6px 8px 7px 8px;
}
.language,
.language a {
	font-size: min(3.46vw, 13px);
	display: inline-block;
	border-radius: 4px;
	line-height: 1;
	color: #fff;
}
.language.japanese,
.language.japanese a {
	background-color: #a14040;
}
.language.english,
.language.english a {
	background-color: #080634;
}

/*------------------------------------------------------------
コンテンツに関するお問い合わせ
------------------------------------------------------------*/
.page-template-page-contact_type1 .kv {
	background-image: url(./asset/img/thesis/kv.jpg);
}
.page-template-page-contact_type1 .main ul {
	max-width: 980px;
	margin: 0 auto;
}
.page-template-page-contact_type1 .main li {
	margin-bottom: 20px;
}
.page-template-page-contact_type1 .main .item_name {
	font-weight: bold;
}
@media all and (min-width: 897px) {
	.page-template-page-contact_type1 .main li {
		display: flex;
		align-items: center;
	}
	.page-template-page-contact_type1 .main .item_name {
		width: 30%;
	}
	.page-template-page-contact_type1 .main .input_area {
		width: 70%;
	}
	.page-template-page-contact_type1 .main .submit_btn {
		display: flex;
		justify-content: center;
	}
}



/*------------------------------------------------------------
ピックアップ
------------------------------------------------------------*/
.pickup p {
	font-size: min(4.26vw, 16px);
	color: #333;
	line-height: 1.4;
	margin-bottom: 10px;
}
.pickup .wp-element-caption {
	font-size: min(4.26vw, 16px);
	color: #333;
	line-height: 1.4;
	margin-bottom: 50px;
}
.term-pickup .kv,
.post-type-archive-pickup .kv {
	background-image: url(./asset/img/pickup/kv.jpg);
}
@media all and (min-width: 897px) {
	.pickup p {
		font-size: 18px;
	}
	.term-pickup .kv {
		background-position: 50% 24%;
	}
}

/* ボタンのスタイル */
.toggle-btn {
    cursor: pointer;
    width: 38px;
    height: 38px;
    background: none;
    border: none;
    position: relative;
    padding: 0;
    transition: transform 0.3s ease;
}

/* 丸い背景 */
.toggle-btn::before {
    content: '';
    width: 18px;
    height: 18px;
    background: #283d76;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    margin: auto;
    padding: 10px;
}
.toggle-btn:hover::before {
    background: #4e5256;
}

/* 矢印のスタイル */
.toggle-btn:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    left: 12px;
    bottom: 0;
    margin: auto;
}

/* ボタンがアクティブのとき（矢印を下向きにする） */
.toggle-btn.active {
    transform: rotate(90deg);
}






/*------------------------------------------------------------
モーダルウィンドウ
------------------------------------------------------------*/
.modal {
	display: none;
	position: fixed;
	z-index: 999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	width: 90%;
	max-width: 740px;
	text-align: center;
}
.modal-content p {
	font-size: min(4.26vw, 16px);
	line-height: 1.6;
	text-align: justify;
}
.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	cursor: pointer;
	color: #333;
}

.close-btn:hover {
	color: #ff0000;
}

/* ボタンのスタイル */
.modal-buttons {
	margin-top: 20px;
}

.btn {
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
}

.btn-primary {
	background-color: #007bff;
	color: #fff;
}

.btn-primary:hover {
	background-color: #0056b3;
}

.btn-secondary {
	background-color: #6c757d;
	color: #fff;
}

.btn-secondary:hover {
	background-color: #5a6268;
}

@media all and (min-width: 768px) {
	.modal-content p {
		font-size: 18px;
	}
}


/*------------------------------------------------------------
ページネーション
------------------------------------------------------------*/
.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 20px 0;
    gap: 10px;
}

.nav-links .page-numbers {
    display: inline-block;
    padding: 4px 15px;
	font-size: min(4.26vw, 16px);
    border-radius: 5px;
    color: #283d76;
    text-decoration: none;
    background-color: #f4f4f4;
    transition: background-color 0.3s, color 0.3s;
}

.nav-links .page-numbers:hover {
    background-color: #283d76;
    color: #fff;
}

.nav-links .current {
    background-color: #283d76;
    color: #fff;
    pointer-events: none;
	font-weight: bold;
}

.nav-links .dots {
    color: #666;
}

.nav-links .next {
    color: #283d76;
}

.nav-links .next:hover {
    background-color: #283d76;
    color: #fff;
}


/*------------------------------------------------------------
並び順ボタン
------------------------------------------------------------*/
.sort_wrap .sort-toggle {
	display: flex;
    justify-content: flex-end;
    align-items: center;
	margin-bottom: 30px;
}
.sort_wrap .sort-toggle li {
	display: flex;
    justify-content: center;
    align-items: center;
	margin-left: 14px;
}
.sort_wrap .sort-toggle li button {
	background-color: unset;
	border: none;
	font-weight: bold;
	padding: 0 0 4px 0;
	border-bottom: 3px solid #fff;
}
.sort_wrap .sort-toggle li button.active {
	border-bottom: 3px solid #283d76;
}
.sort_wrap .sort-toggle li button:hover {
	opacity: 0.7;
	cursor: pointer;
}


.wpcf7-response-output {
	font-size: min(4.26vw, 16px);
}



.useful .calculation_formula, .formula .calculation_formula {
	/* overflow-x: hidden!important; */
	overflow-x: scroll!important;
	overflow-y: hidden!important;
	/* overflow: hidden!important; */
	padding: 2px 0;
}

sup {
    font-size: 80%;
	margin-left: 4px;
}

.literature {
	display: flex;
}


.main p.caution {
    background: #ffd8d8;
    padding: 14px 12px;
    font-size: min(3.73vw, 14px);
    border: 1px solid #ba0a0a;
    margin-bottom: 10px;
}
.caution_thesis {
	background: #ffd8d8;
    padding: 14px 12px;
    font-size: min(3.73vw, 14px);
    border: 1px solid #ba0a0a;
	position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    margin: 0 auto;
    left: 0;
    right: 0;
	/* border-radius: 6px; */
	display: none;
}
@media all and (min-width: 768px) {
	.useful .calculation_formula, .formula .calculation_formula {
		overflow-x: hidden!important;
		overflow-y: hidden!important;
	}
}
@media all and (min-width: 897px) {
	.main p.caution {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.caution_thesis {
		font-size: 15px;
		max-width: calc(1130px - 20px);
		text-align: center;
	}
}



@media all and (max-width: 897px) {
	.pcshow {
		display: none;
	}
}

