@charset "shift_jis";

/* ======================================================
 * /common-files/css/dental_cre/introduction.css
====================================================== */
#mainContainer{
	margin-top: 0;
	border-top: 2px solid #dbd5d5;
}
#mainContents{
	width: 100%;
	padding: 0;
}
a:link, a:visited, a:active, a:hover {
	color: auto;
	text-decoration: none ;
	border-style: none;
}
.font--MS{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
}
.follow{
	padding: 10px;
	background-color: #fee7ed;
	text-align: center;
}
.btnBox.typeYellow {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}
.btnBox.typeYellow a{
	width: 100%;
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	background: -moz-linear-gradient(top, #efd66b 0%, #e2ab00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efd66b), color-stop(100%,#e2ab00));
	background: linear-gradient(to bottom, #efd66b 0%,#e2ab00 100%);
	border: 1px solid #e2aa00;
	color: #c1011d;
	font-size: 16px;
	font-size: 1.6rem;
}
.btnBox.typeYellow a span {
	display: block;
	padding: 5px 20px 5px 10px;
	background: url(/dental_cre/img/arrow_r_red.png) no-repeat right 50%;
	background-size: 13px 13px;
}
.dc-pageTitleBlock01 {
	background: #b20632;
	background: -moz-linear-gradient(top, #b20632, #990031);
	background: -webkit-gradient(linear, left top, left bottom, from(#b20632), to(#990031));
	border-top: 2px solid #dbd5d5;
	border-bottom: 2px solid #dbd5d5;
	color: #FFFFFF;
	font-size: 26px;
}
.dc-pageTitleBlockInner01 {
	padding: 18px 15px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.dc-pageTitleBlock01 .dc-pageTitleBlockInner01 h2 {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	/*font-family: "Times";*/
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, Courier, monospace;
	-webkit-text-size-adjust: none;
	line-height: 1.3;
}
.dc-head02{
	margin-bottom: 20px;
	padding: 11px 10px 8px;
	border-top: 1px solid #fff;
	background-color: #b20632;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
	color: #fff;
}
.dc-head02 .dc-small01{
	font-size: 11px;
	font-size: 1.1rem;
}
.dc-head02.toggleTrigger{
	margin-bottom: 20px;
	padding: 11px 10px 8px 8px;
	border: 1px solid #4d4d4d;
	background-color: #4d4d4d;
	color: #fff;
}
.dc-head02.toggleTrigger.open{
	background-color: #4d4d4d;
	color: #fff;
}
.dc-head02.toggleTrigger .toggleIcon{
	position: absolute;
	display: block;
	top: 50%;
	left: auto;
	right: 10px;
	width: 21px;
	height: 21px;
	margin-top: -10px;
	background: #4d4d4d;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.dc-head02.toggleTrigger .toggleIcon:before{
	position: absolute;
	content: "";
	width: 21px;
	height: 3px;
	top: 50%;
	left: 0;
	margin-top: -1.5px;
	background-color: #fff;
	-webkit-border-radius: 25%;
	-moz-border-radius: 25%;
	border-radius: 25%;
}
.dc-head02.toggleTrigger .toggleIcon:after {
	position: absolute;
	content: "";
	width: 21px;
	height: 3px;
	top: 50%;
	left: 0;
	margin-top: -1.5px;
	background-color: #fff;
	-webkit-border-radius: 25%;
	-moz-border-radius: 25%;
	border-radius: 25%;
-webkit-transform: rotate(90deg);
		 -moz-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
			 -o-transform: rotate(90deg);
					transform: rotate(90deg);
	-webkit-transition: transform 0.3s, opacity 0.3s;
		 -moz-transition: transform 0.3s, opacity 0.3s;
			-ms-transition: transform 0.3s, opacity 0.3s;
			 -o-transition: transform 0.3s, opacity 0.3s;
					transition: transform 0.3s, opacity 0.3s;
}
.dc-head02.toggleTrigger.open .toggleIcon:after {
	opacity: 0;
	-webkit-transform: rotate(180deg);
		 -moz-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
			 -o-transform: rotate(180deg);
					transform: rotate(180deg);
}
.dc-sec02--Content{
	padding: 0 10px;
}
.dc-colLayout01.colLayout{
	margin: 0 30px;
	padding-top: 7px;
}
.dc-colLayout01.colLayout.col2 > .col{
	margin-right: 0;
}
.dc-cL01--img01{
	display: table;
	width: 100%;
	margin-bottom: 5px;
}
.dc-cL01--img01 span{
	height: 100%;
	display: table-cell;
	vertical-align: bottom;
}
.dc-cL01--img01 span img{
	width: 40%;
	margin: 0 auto;
}

.dc-colLayout02{
	position: relative;
	width: 100%;
	margin-bottom: 32px;
	background-color: #fbeae9;
}
.dc-colLayout02::after{
	content: "";
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	bottom: -22px;
	right: 50%;
	margin-right: -17px;
	border-style: solid;
	border-width: 15px 17px 0 17px;
	border-color: #c1875f transparent transparent transparent;
}
.dc-colLayout02:last-child{
	margin-bottom: 0;
}
.dc-colLayout02:last-child:after{
	content: none;
}
.dc-colLayout02 .col{
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
}
.dc-colLayout02 .col .bold{
	font-size: 15px;
	font-size: 1.5rem;
}
.dc-colLayout02 .col.dc-cL--num{
	position: relative;
	width: 7.5%;
	margin-right: 2%;
	background-color: #dc322c;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
}
.dc-colLayout02 .col.dc-cL--num::after{
	content: "";
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	top: 50%;
	right: -6px;
	margin-top: -6px;
	border-style: solid;
	border-width: 5.5px 0 5.5px 6px;
	border-color: transparent transparent transparent #dc322c;
}
.dc-colLayout02 .col.dc-cL--ic{
	width: 26.5%;
	padding: 10px 0px;
}
.dc-colLayout02 .col.dc-cL--txt{
	width: 64%;
	text-align: left;
}
.dc-colLayout02 .note{
	padding-left: 8%;
	font-size: 12px;
	font-size: 1.2rem;
}
.dc-sec02--Content .dc-colLayout03{
	position: relative;
	width: 100%;
	margin-bottom: 62px;
	font-size: 16px;
	font-size: 1.6rem;
}
.dc-sec02--Content .dc-colLayout03::after{
	content: "";
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	bottom: -42px;
	right: 50%;
	margin-right: -17px;
	border-style: solid;
	border-width: 15px 17px 0 17px;
	border-color: #c1875f transparent transparent transparent;
}
.dc-sec02--Content .dc-colLayout03:last-child{
	margin-bottom: 0;
}
.dc-sec02--Content .dc-colLayout03:last-child:after{
	content: none;
}
.dc-sec02--Content .dc-colLayout03 tr{
	text-align: left;
}
.dc-sec02--Content .dc-colLayout03 tr td:first-child{
	width: 30%;
	padding: 5px 20px;
	text-align: center;
}
.dc-sec02--Content .dc-colLayout03 tr td:nth-of-type(2){
	width: 70%;
	vertical-align: middle;
}
.dc-sec02--Content .dc-colLayout03.dc-cl03-02 tr td:first-child{
	width: 33%;
}
.dc-sec02--Content .dc-colLayout03.dc-cl03-02 tr td:nth-of-type(2){
	width: 67%;
	padding-right: 33%;
	text-align: center;
}
.iconLink01{margin-top: 30px;}
.iconLink01 > li{margin-top: 0.5em;}
.iconLink01 > li:first-child{margin-top: 0;}
.iconLink01 a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 12px;
	font-size: 13px;
	font-size: 1.3rem;
	text-decoration: underline;
}
.iconLink01 a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 0;
	height: 0;
	border-width: 4px 6px;
	border-style: solid;
	border-color: transparent transparent transparent #584933;
}
.normalList01.type02.type-dc-link > li{
	text-decoration: underline;
}
.normalList01.type02.type-dc-link > li:before{
	background-color: #003399;
}
.numlet{
	display: inline-block;
	width: 16px;
	height: 16px;
	font-size: 13px;
	font-size: 1.3rem;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: #222222;
	color: #fff;
	line-height: 17px;
	text-align: center;
}
.numlet +.numlet{
	margin-left: 2px;
	margin-right: 3px;
}
.txtNote01.dc-txtNote01{
	padding-left: 25px;
}
.dc-sec02--Content.toggleContent{
	font-size: 13px;
	font-size: 1.3rem;
}
.dc-txtSmall01{
	font-size: 12px;
	font-size: 1.2rem;

}
.goTop {
	text-align: right;
	margin: 15px 0;
}

footer{
	padding: 14px 10px 30px;
	background: #ffffff;
	text-align: center;
}
footer #ftLogo img{
	max-width: 137px;
	vertical-align: top;
}
footer #copyright{
	margin-top: 10px;
	font-size: 8px;
	color: #333333;
	text-align: center;
}
@media screen and (min-width:751px) {
.dc-cL01--img01 span img{
	width: auto;
}
.dc-colLayout02 > .col{
	min-height: 100px;
}
}

