@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


.margin02 {	margin-bottom: 2px !important; }
.margin05 {	margin-bottom: 5px !important; }
.margin06 {	margin-bottom: 6px !important; }
.margin08 {	margin-bottom: 8px !important; }
.margin10 {	margin-bottom: 10px !important; }
.margin15 {	margin-bottom: 15px !important; }
.margin20 {	margin-bottom: 20px !important; }
.margin30 {	margin-bottom: 30px !important; }
.margin40 {	margin-bottom: 40px !important; }




#Diabetes {
	font-size: 16px;
	font-weight: 500;
	font-family: "Montserrat","Noto Sans JP";
}



/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#Diabetes a {
	color: #282828;
	transition: 0.3s;
	-webkit−transition: 0.3s;
}
#Diabetes a:hover {
	opacity: 0.6;
}

#Diabetes strong {
	font-weight: 700;
	color: #f9b500;
}
#Diabetes .btn {
	width: 100%;
	display: block;
	margin: 10px auto;
}
#Diabetes .btn a {
	margin: 0 auto;
	text-align: center;
	max-width: 350px;
	width: 100%;
	display: block;
	background: #f9b500 url("/wp-content/themes/twentytwentyone-child/asset/img/dm/arrow.svg") no-repeat 96% center;
	background-size: 26px;
	color: #fff;
	padding: 20px 30px 20px 10px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
	border-radius: 3px;
	font-size: 20px;
	font-weight: 700;
}
#Diabetes .btn a:hover {
	display: block;
	background: #fff url("/wp-content/themes/twentytwentyone-child/asset/img/dm/arrow.svg") no-repeat 98% center;
	background-size: 26px;
	color: #f9b500;
}






/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


#Diabetes table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}


#Diabetes .anchor {
	margin: 30px 0;
}
	#Diabetes .anchor ul {

		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: left;

		-webkit-flex-wrap: wrap; 
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#Diabetes .anchor li {
		background: #FFF;
		border-radius: 10px;
		width: 24%;
		margin-right: 1.3%;
		
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
		
		transition: 0.3s;
		-webkit−transition: 0.3s;
	}
		#Diabetes .anchor li:nth-child(4n) {
			margin-right: 0%;
		}
		#Diabetes .anchor li a {
			display: block;
			padding: 20px;
			font-size: 15px;
			color: #f9b500;
			background: url("/wp-content/themes/twentytwentyone-child/asset/img/dm/arrow_bottom.svg") no-repeat 95% center;
			background-size: 10px;
		}
		#Diabetes .anchor li:hover {
			box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
		}




#Diabetes .box {
	margin: 15px 0;
	background: #FFF;
	border-radius: 10px;
	padding: 30px;
}











/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#Diabetes .inner {
	max-width: 100%;
	padding: 40px;
	margin: 0 auto;
}
#Diabetes .cell {
	margin-bottom: 50px;
}
#Diabetes .cell:last-child {
	margin-bottom: 0;
}


#Diabetes .set {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}




#Diabetes .title {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #dadada;
}
#Diabetes .title h2 {
	font-size: 20px;
	margin-bottom: 5px;
	color: #000;
}
#Diabetes .title p {
	font-size: 45px;
	color: #f9b500;
	font-weight: 700;
}

#Diabetes h3 {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	color: #000;
	margin-bottom: 20px;
}






#Diabetes .mv {
	
}
	#Diabetes .mv .textArea {
		float: left;
		width: 45%;
		text-align: center;
		padding-top: 80px;
		background: url("/wp-content/themes/twentytwentyone-child/asset/img/dm/bg_text.svg") no-repeat center;
		background-size: 90%;
	}
		#Diabetes .mv .textArea dl {
			margin-bottom: 30px;
		}
		#Diabetes .mv .textArea dl dt {
			color: #f9b500;
			font-weight: 900;
			font-size: 50px;
			margin-bottom: 30px;
		}
		#Diabetes .mv .textArea dl dt span {
			font-size: 24px;
			display: block;
		}
		#Diabetes .mv .textArea dl dd {
		}
	#Diabetes .mv img {
		float: right;
		width: 55%;
	}

#Diabetes .mv .schedule {
	margin-top: 30px;
	background: #FFF;
	border-radius: 10px;
	padding: 6px;
	margin-bottom: 10px;
}
#Diabetes .mv .schedule th {
	text-align: center;
	background: #f9b500;
	padding: 20px;
	color: #FFF;
	border-right: solid 1px #cf9124;
}
#Diabetes .mv .schedule th:last-child {
	border-right: none;
}
#Diabetes .mv .schedule td {
	text-align: center;
	padding: 20px;
	border-right: solid 1px #d5d5d5;
	border-top: solid 1px #d5d5d5;
}
#Diabetes .mv .schedule td:last-child {
	border-right: none;
}


#Diabetes .diabetes {
	background: #FFF;
	border-radius: 10px;
	margin-bottom: 30px;
}
#Diabetes .diabetes .read {
}
#Diabetes .diabetes .read h3 {
	font-size: 22px;
}
#Diabetes .diabetes .read p {
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
}
#Diabetes .diabetes .read dl {
	width: 49%;
	margin-right: 2%;
	border: solid 1px #dadada;
	text-align: center;
	padding: 20px;
}
#Diabetes .diabetes .read dl:last-child {
	margin-right: 0%;
}
#Diabetes .diabetes .read dl dt {
	width: 60px;
	margin: 0 auto;
}
#Diabetes .diabetes .read dl dd {
	color: #f9b500;
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
}

#Diabetes .diabetes .box {
	background: #f2f2f2;
}
#Diabetes .diabetes .set {
	margin-bottom: 20px;
}
#Diabetes .diabetes .box dl {
	width: 49%;
	margin-right: 2%;
	text-align: center;
	padding: 30px;
	background: #FFF;
}
#Diabetes .diabetes .box dl:last-child {
	margin-right: 0%;
}
#Diabetes .diabetes .box dl dt {
	color: #f9b500;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
#Diabetes .diabetes .box dl dd {
	font-size: 14px;
}
#Diabetes .diabetes .box p {
	font-weight: 700;
	margin-bottom: 20px;
}




#Diabetes .treat {
	background: #FFF;
	border-radius: 10px;
	margin-bottom: 30px;
}
#Diabetes .treat .textArea {
	float: left;
	width: 55%;
}
#Diabetes .treat .textArea h3 {
	text-align: left;
	font-size: 22px;
}
#Diabetes .treat .textArea .box {
	background: #f2f2f2;
}
#Diabetes .treat .textArea .box a {
	text-decoration: underline;
}
#Diabetes .treat .phtArea {
	float: right;
	width: 40%;
}



#Diabetes .features {
	background: #FFF;
	border-radius: 10px;
	margin-bottom: 30px;
}
#Diabetes .features .read {
	font-size: 22px;
}
#Diabetes .features .set {
	margin: 10px 0;
}
#Diabetes .features .set dl {
	width: 32%;
	margin-right: 2%;
	border: solid 1px #dadada;
	text-align: center;
	padding: 20px;
}
#Diabetes .features .set dl:last-child {
	margin-right: 0%;
}
#Diabetes .features .set dl dt {
	font-weight: 700;
	margin-bottom: 10px;
}
#Diabetes .features .set dl dd {
	color: #f9b500;
	font-size: 18px;
	font-weight: 900;
}

#Diabetes .features .cell {
	border-top: solid 1px #dadada;
	padding-top: 40px;
}
#Diabetes .features .cbox {
	padding-bottom: 40px;
}
#Diabetes .features .cell .textArea {
	float: left;
	width: 42%;
	padding: 20px 0px 40px 40px;
}
#Diabetes .features .cell .textArea h3 {
	text-align: left;
	font-size: 30px;
}
#Diabetes .features .cell .textArea h3 span {
	font-size: 16px;
	color: #f9b500;
	display: block;
}
#Diabetes .features .cell .textArea .box {
	background: #f2f2f2;
}
#Diabetes .features .cell .textArea .btnarea li {
	width: 49.5%;
	margin-right: 1%;
}
#Diabetes .features .cell .textArea .btnarea li:nth-child(2n) {
	margin-right: 0;
}
#Diabetes .features .cell .phtArea {
	float: right;
	width: 55%;
}




#Diabetes .features .cbox:nth-child(2) .textArea {
	float: right;
	width: 42%;
	padding: 20px 40px 40px 0px;

}
#Diabetes .features .cbox:nth-child(2) .textArea .box ul {
	width: 50%;
}

#Diabetes .features .cbox:nth-child(2) .phtArea {
	float: left;
	width: 55%;
}




#Diabetes .seeking {
	background: #FFF;
	border-radius: 10px;
	margin-bottom: 30px;
	position: relative;
}
#Diabetes .seeking p.text {
	text-align: center;
	font-size: 17px;
	line-height: 2.4;
	
	margin-bottom: 60px;
}

#Diabetes .seeking .pht01 {
	width: 200px;
	position: absolute;
	top: 120px;
	left: 30px;
}
#Diabetes .seeking .pht02 {
	width: 200px;
	position: absolute;
	top: 250px;
	right: 50px;
}
#Diabetes .seeking .pht03 {
	width: 150px;
	position: absolute;
	bottom: 60px;
	right: 30px;
}




#Diabetes ul.dot {
	margin-bottom: 15px;
}
#Diabetes .box ul.dot {
	margin-bottom: 0;
}
	#Diabetes ul.dot li {
		margin-bottom: 10px;
	}
	#Diabetes ul.dot li:last-child {
		margin-bottom: 0;
	}
	#Diabetes ul.dot li:last-child {
		margin-bottom: 0;
	}
	#Diabetes ul.dot li::before {
		display: inline-block;
		content: "";
		margin-top: 8px;
		margin-right: 7px;
		width: 8px;
		height: 8px;
		vertical-align: top;
		border-radius: 5px;
		background-color: #f9b500;
	}










/* max 1023px */
@media screen and (max-width: 1023px) {
	

#Diabetes {
	font-size: 14px;
	font-weight: 500;
}

	

#Diabetes .inner {
	padding: 5%;
}

#Diabetes .cell {
	margin-bottom: 30px;
}
#Diabetes .cell:last-child {
	margin-bottom: 0;
}
	
#Diabetes .title {
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #dadada;
}
#Diabetes .title h2 {
	font-size: 18px;
	margin-bottom: 5px;
}
#Diabetes .title p {
	font-size: 25px;
	color: #f9b500;
	font-weight: 700;
	line-height: 1.2;
}


#Diabetes h3 {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: left;
	color: #000;
	margin-bottom: 20px;
}


#Diabetes .btn {
	width: 100%;
	display: block;
	margin: 10px auto;
}
#Diabetes .btn a {
	margin: 0 auto;
	text-align: center;
	max-width: 350px;
	width: 100%;
	display: block;
	background: #f9b500 url("/wp-content/themes/twentytwentyone-child/asset/img/dm/arrow.svg") no-repeat 96% center;
	background-size: 26px;
	color: #fff;
	padding: 20px 30px 20px 10px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
	border-radius: 3px;
	font-size: 16px;
	font-weight: 700;
}
#Diabetes .btn a:hover {
	display: block;
	background: #fff url("/wp-content/themes/twentytwentyone-child/asset/img/dm/arrow.svg") no-repeat 98% center;
	background-size: 26px;
	color: #f9b500;
}
#Diabetes .anchor {
	margin: 5% 0;
}
	#Diabetes .anchor ul {

		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: left;

		-webkit-flex-wrap: wrap; 
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#Diabetes .anchor li {
		background: #FFF;
		border-radius: 10px;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
		
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
		
		transition: 0.3s;
		-webkit−transition: 0.3s;
	}
		#Diabetes .anchor li:nth-child(2n) {
			margin-right: 0%;
		}
		#Diabetes .anchor li a {
			display: block;
			padding: 20px;
			font-size: 15px;
			color: #f9b500;
			background: url("/wp-content/themes/twentytwentyone-child/asset/img/dm/arrow_bottom.svg") no-repeat 95% center;
			background-size: 10px;
		}
		#Diabetes .anchor li:hover {
			box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
		}




#Diabetes .box {
	margin: 15px 0;
	background: #FFF;
	border-radius: 10px;
	padding: 5%;
}	
	
	
	
	
	


#Diabetes .mv {
}
	#Diabetes .mv .textArea {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
		padding-top: 80px;
		background: url("/wp-content/themes/twentytwentyone-child/asset/img/dm/bg_text.svg") no-repeat center;
		background-size: 90%;
	}
		#Diabetes .mv .textArea dl {
			margin-bottom: 30px;
		}
		#Diabetes .mv .textArea dl dt {
			color: #f9b500;
			font-weight: 900;
			font-size: 40px;
			margin-bottom: 30px;
		}
		#Diabetes .mv .textArea dl dt span {
			font-size: 24px;
			display: block;
		}
		#Diabetes .mv .textArea dl dd {
		}
	#Diabetes .mv img {
		float: none;
		width: 100%;
	}

#Diabetes .mv .schedule {
	margin-top: 5%;
	background: #FFF;
	border-radius: 10px;
	padding: 6px;
	margin-bottom: 10px;
	font-size: 12px;
}
#Diabetes .mv .schedule th {
	text-align: center;
	background: #f9b500;
	padding: 8px;
	color: #FFF;
	border-right: solid 1px #cf9124;
}
#Diabetes .mv .schedule th:last-child {
	border-right: none;
}
#Diabetes .mv .schedule td {
	text-align: center;
	padding: 8px;
	border-right: solid 1px #d5d5d5;
	border-top: solid 1px #d5d5d5;
}
#Diabetes .mv .schedule td:last-child {
	border-right: none;
}


#Diabetes .diabetes {
	background: #FFF;
	border-radius: 10px;
	margin-bottom: 30px;
	text-align: left;
}
#Diabetes .diabetes .read {
}
#Diabetes .diabetes .read h3 {
	font-size: 16px;
}
#Diabetes .diabetes .read p {
	text-align: left;
	font-size: 14px;
	margin-top: 20px;
}
#Diabetes .diabetes .read dl {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 2%;
	border: solid 1px #dadada;
	text-align: center;
	padding: 10px;
}
#Diabetes .diabetes .read dl:last-child {
	margin-right: 0%;
}
#Diabetes .diabetes .read dl dt {
	width: 40px;
	margin: 0 auto;
}
#Diabetes .diabetes .read dl dd {
	color: #f9b500;
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;
}

#Diabetes .diabetes .box {
	background: #f2f2f2;
}
#Diabetes .diabetes .set {
	margin-bottom: 20px;
}
#Diabetes .diabetes .box dl {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 2%;
	text-align: center;
	padding: 10px;
	background: #FFF;
}
#Diabetes .diabetes .box dl:last-child {
	margin-right: 0%;
}
#Diabetes .diabetes .box dl dt {
	color: #f9b500;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0px;
}
#Diabetes .diabetes .box dl dd {
	font-size: 12px;
}
#Diabetes .diabetes .box p {
	font-weight: 700;
	margin-bottom: 20px;
}




#Diabetes .treat {
	background: #FFF;
	border-radius: 10px;
	margin-bottom: 30px;
}
#Diabetes .treat .textArea {
	float: none;
	width: 100%;
}
#Diabetes .treat .textArea h3 {
	text-align: left;
	font-size: 18px;
}
#Diabetes .treat .textArea .box {
	background: #f2f2f2;
}
#Diabetes .treat .textArea .box a {
	text-decoration: underline;
}
#Diabetes .treat .phtArea {
	float: none;
	width: 100%;
}



#Diabetes .features {
	background: #FFF;
	border-radius: 10px;
	margin-bottom: 30px;
}
#Diabetes .features .read {
	font-size: 16px;
}
#Diabetes .features .set {
	margin: 10px 0;
}
#Diabetes .features .set dl {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 2%;
	border: solid 1px #dadada;
	text-align: left;
	padding: 20px;
}
#Diabetes .features .set dl:last-child {
	margin-right: 0%;
}
#Diabetes .features .set dl dt {
	font-weight: 700;
	margin-bottom: 0px;
}
#Diabetes .features .set dl dd {
	color: #f9b500;
	font-size: 16px;
	font-weight: 900;
}

#Diabetes .features .cell {
	border-top: solid 1px #dadada;
	padding-top: 5%;
}
#Diabetes .features .cbox {
	padding-bottom: 40px;
}
#Diabetes .features .cell .textArea {
	float: none;
	width: 100%;
	padding: 5%;
}
#Diabetes .features .cell .textArea h3 {
	text-align: left;
	font-size: 20px;
}
#Diabetes .features .cell .textArea h3 span {
	font-size: 14px;
	color: #f9b500;
	display: block;
}
#Diabetes .features .cell .textArea .box {
	background: #f2f2f2;
}
#Diabetes .features .cell .textArea .box ul {
	width: 100%;
}
#Diabetes .features .cell .textArea .btnarea li {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 0%;
}
#Diabetes .features .cell .textArea .btnarea li:nth-child(2n) {
	margin-right: 0;
}
#Diabetes .features .cell .phtArea {
	float: right;
	width: 95%;
}




#Diabetes .features .cbox:nth-child(2) .textArea {
	float: none;
	width: 100%;
	padding: 5%;

}
#Diabetes .features .cbox:nth-child(2) .phtArea {
	float: left;
	width: 95%;
}




#Diabetes .seeking {
	background: #FFF;
	border-radius: 10px;
	margin-bottom: 30px;
	position: relative;
}
#Diabetes .seeking p.text {
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
	
	margin-bottom: 5%;
}

#Diabetes .seeking .pht01 {
	display: none;
}
#Diabetes .seeking .pht02 {
	display: none;
}
#Diabetes .seeking .pht03 {
	display: none;
}
	


	
	
	
#Diabetes ul.dot {
	margin-bottom: 15px;
}
#Diabetes .box ul.dot {
	margin-bottom: 0;
}
	#Diabetes ul.dot li {
		margin-bottom: 10px;
	}
	#Diabetes ul.dot li:last-child {
		margin-bottom: 0;
	}
	#Diabetes ul.dot li:last-child {
		margin-bottom: 0;
	}
	#Diabetes ul.dot li::before {
		display: inline-block;
		content: "";
		margin-top: 5px;
		margin-right: 7px;
		width: 8px;
		height: 8px;
		vertical-align: top;
		border-radius: 5px;
		background-color: #f9b500;
	}

	
}
