@charset "UTF-8";

/* ===============================
 KMS メディカル・アーク 
=============================== */
html,
body {
  font-family: "Number", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

/*---- .ship ----*/
.ship {
 position: absolute;
 width: 180px;
 right: 4px;
 top: 35px;
 z-index: 1;
}

.ship img {
 width: 100%;
 filter: drop-shadow(20px 20px 5px rgba(0, 0, 0, .4));
}

/*---------- .main_img ----------*/
.main_img {
 width: 100%;
 background-image: url('/kma/img/main_sp.jpg');
 background-position: center;
}

.main_img .title {
 width: 85%;
 margin: 30px auto 0;
}

.main_img .title::before {
 display: none;
}

.main_img .info {
 width: 88%;
 margin: 0 auto;
 padding: 0;
}

.main_img .info .left {
 width: 100%;
 padding: 0;
}

.main_img .info .left p{
 font-size: 15px;
 line-height: 1.5em;
}

.main_img .info .right {
 position: relative;
 width: 58%;
 margin: 16px auto 30px;
}


/*---- contentsAREA ----*/
.contentsAREA {
 width: 100%;
}

section {
 padding: 5px 10px;
}

section .secTITLE {
 padding: 13px 10px 12px;
 font-size: 1.3rem;
 line-height: 1.2em;
}


section dl {
 font-size: 18px;
}

section dl dt{
 width: 100%;
 margin-bottom: 5px;
 text-align: left;
}

section dl dd{
 width: 100%;
 margin-bottom: 15px;
 text-align: left;
}


/*---- .LINKS ----*/
.LINKS>div a,
.LINKS>div span.stay{
 font-size: 20px;
}


/*---- #genchi ----*/
#genchi dl dd span {
 font-size: 19px;
}

#genchi dl dd {
 line-height: 1em;
}

#genchi dl dd span:nth-of-type(2), 
#genchi dl dd span:nth-of-type(4) {
 font-size: 33px;
 margin: 0 2px 0 0;
}

/*----- .online -----*/
.online {
 display: block;
}

.online .live,
.online .ondemand {
 width: 100%;
 padding: 0;
 border: 0;
}

.online .Category {
 padding: 0 0 5px;
 font-size: 1.2rem;
 text-align: left;
}

.online dl {
 display: block;
 margin-bottom: 10px;
}

.online dl dt{
 width: 100%;
 margin-bottom: 0;
 line-height: 1.3em;
}

.online dl dd{
 width: 100%;
 margin-bottom: 10px;
 line-height: 1.3em;
}



/*------ フォームへのリンク ------*/
.form {
 width: 100%;
 margin: 0 auto;
 padding: 10px;
}

.form a {
 font-size: 1.5em;
}

#requestBOX {
 width: calc(100% - 10px);
 margin: 50px 5px;
 padding: 15px 10px 35px;
}

.form#request a {
 width: calc(100% + 20px);
 margin-left: -10px;
}

/*----- #kma -----*/
#kma > ul {
 width: 100%;
 font-size: 15px;
 line-height: 1.3em;
}

#kma .contact .txt_b.ad{
 line-height: 1.5em;
 margin: 0;
 text-align: center;
 padding: 0;
}

#kma .contact ul li:first-of-type{
 margin-bottom: 5px;
 font-size: 20px;
}

#kma .contact .kome {
 margin-top: 7px;
 margin-left: auto;
 font-size: 13px;
 font-weight: normal;
 text-align: left;
 line-height: 1.2em;
}