@charset "utf-8";
/* ---------------------------------------------------------

    徳洲会グループ
    toQpon TOPページ用スタイル

    2018.08.27
    2018.08.28 コンテンツのレイアウト変更

---------------------------------------------------------- */
main {
    background-image: url(../images/top/top-bk.png);
    background-position: top left;
    background-size: 100% 100%;
}
article {
    background-image: url(../images/top/logo-bk.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}

section {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    width: 100%;
}
/* コンテンツ全体を囲う */
#top-wrap {
    display: table;
    table-layout: fixed;
    max-height: 525px;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
/*
#login-in : ログイン部分
*/
#top-wrap #logo-in {
    display: table-cell;
    padding: 20px 10px;
    vertical-align: middle;
    width: 100%;
}

/* 
ログイン側の詳細設定
------------------------------------- */
#logo-in .logo {
    min-height: 210px;
    max-width: 330px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
#logo-in .login-wrap {
    min-height: 240px;
    max-width: 330px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
#logo-in .login-wrap .login-wrap-in {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #bbb;
    height: 100%;
    padding: 50px 0;
    width: 100%;
}
.login-wrap-in p {
    color: #32AE99;
    font-weight: bold;
    margin-bottom: 20px;
}
.login-wrap-in input[type="text"],input[type="password"]{
    -webkit-appearance:none;
    background:none;
    border: 1px solid #ccc;
    box-shadow: 0 inset;
    box-shadow: 0 0 5px #ccc inset;
    margin-bottom: 15px;
    height: 40px;
    border-radius: 5px;
    padding: 0 10px;
    width: 80%;
    font-size: 16px;
}
.login-wrap-in input[type="text"]:focus,input[type="password"]:focus{
    background-color: #fff8e5;
}
.login-wrap-in .login-bot {
    font-weight: bold;
    margin: 15px auto 0 auto;
    width: 150px;
}
.login-wrap-in .login-bot a {
    background-color: #32AE99;
    border-radius: 25px;
    color: #fff;
    display: block;
    padding: 10px 0;
    text-decoration: none;
}
.hover .login-wrap-in .login-bot a:link,
.hover .login-wrap-in .login-bot a:visited,
.hover .login-wrap-in .login-bot a:active {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
    opacity: 1.0;
}
.hover .login-wrap-in .login-bot a:hover {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
    opacity: 0.5;
}

/* マニュアルダウンロード部 */
.pdf-download {
    margin: 0 auto;
    padding: 20px 0 0 0;
    width: 260px;
}
.pdf-download a {
    border: 1px solid #FF9226;
    border-radius: 25px;
    background-color: #fff;
    color: #FF9226;
    display: block;
    font-size: 1.2em;
    padding: 6px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.hover .pdf-download a:link,
.hover .pdf-download a:visited,
.hover .pdf-download a:active {
    border: 1px solid #FF9226;
    border-radius: 25px;
    background-color: #fff;
    color: #FF9226;
    display: block;
    font-size: 1.2em;
    padding: 6px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.hover .pdf-download a:hover {
    background-color: #FF9226;
    color: #fff;
}

#news-in .info-wrap p.info-p {
    line-height: 1.7;
    margin-bottom: 1.8em;
}
#news-in .info-wrap p.info-p:last-child {
    margin-bottom: 0;
}

#news-in .info-wrap p.info-p span {
    font-weight: bold;
    display: block;
}
#news-in .info-wrap p.info-p i {
    margin-right: 10px;
}

/* PC設定ここまで --------------------------------- */

/* レスポンシブ用の設定
---------------------------------------------------- */
/* 767px以下の設定
---------------------------------------------------- */
@media only screen and (max-width : 767px){
    
    
    
    
    
}

