@charset "utf-8";
/* CSS Document */
html {
   font-size: 62.5%;
   scroll-behavior: smooth;
}
body {
    font-family: "M PLUS Rounded 1c","Noto Sans JP",sans-serif;
    line-height: 1.5;
    color: #3f3f3f;
    -webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
a {
    color: #007adb;
    text-decoration: none;
}
#contener {
	padding:0 32px 50px;
}
h1 {
    margin-top: 30px;
    padding-bottom: 10px;
    font-size: 6rem;
	font-family: fot-udmarugo-large-pr6n,sans-serif;
}
h2 {
    margin-top: 30px;
    padding-bottom: 10px;
    font-size: 4.8rem;
    border-bottom: 3px solid #cad5d5;
}
h2.timing {
    border-bottom:none;
	
    display: block;
    color: #fff;
	font-size: 4.8rem;
	font-weight: 600;
    border: 1px solid #337ab7;
	background-color: #337ab7;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 5px 12px;
    text-align: center;
    min-width: 110px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
	padding: 12px 60px;
}
h3 {
    font-size: 4.8rem;
}
p {
    font-size: 4.0rem;
}
table td,th {
	font-size: 4.0rem;
}

.contents {
	padding:30px 0 60px;
}
.relative {
	position: relative;
}
.calc-container {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

#logo img {
	max-width:100px;
	height: auto;
	float:left;
	margin-right:12px;
}
.kusuri-img {
    display: block;
    width: 100%;
}
ul.time {
	margin:0;
	padding:0;
	
}
ul.time {
 /*   padding: 12px 50px 16px;
    display: inline;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

ul.time li {
	
    margin: 0 25px 14px;
    list-style-type: none;
}

ul.time li a {
    display: block;
    color: #337ab7;
	font-size: 4.8rem;
	font-weight: 600;
    border: 1px solid #337ab7;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 5px 12px;
    text-align: center;
    min-width: 110px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
	padding: 12px 60px;
}

/*ul.time :first-child {
	padding-left :0;
}*/
.m-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #3f3f3f;
    text-decoration: none;
}
.m-item {
	flex-wrap:wrap;
}
table {
	width: 100%;
	border: solid 1px #CCC;
}
table td {
	width: 20%;
	text-align: center;
	border: solid 1px #CCC;
}
.asa-icon:before {
  font-family: "Font Awesome 6 Free";
  content: '\f6c4';
  font-weight: 900;
}

.hiru-icon:before {
  font-family: "Font Awesome 6 Free";
  content: '\f185';
  font-weight: 900;
}

.yuu-icon:before {
  font-family: "Font Awesome 6 Free";
  content: '\f186';
  font-weight: 900;
}
.pink {
	background-color:#FCC;
	padding:32px;
}
.kiro {
	background-color:#FFC;
	padding:32px;
}
.ao {
	background-color:#9cf;
	padding:32px;
}
.red {
	color:#C00;
}
.mxt_100 {
	margin-top: 100px;
}
footer {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background-color: #273345;
}
.copyright {
    color: rgba(255,255,255,0.5);
    font-size: 2.4em;
    text-align: center;
	padding: 50px 0;
}