@charset "UTF-8";
/* ============================================================================================================================== */
/* reset（セディナWebサイト使用CSS） */
/* ----------------------------------------------------- */
html {
    color: #000;
    background: #f8f8f8;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
fieldset, img {
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
li {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
/* to preserve line-height and selector appearance */
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
input, textarea, select {
    font-size: inherit;
    font-weight: inherit;
}
/*to enable resizing for IE*/
input, textarea, select {
    *font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
    color: #000;
}
/* ============================================================================================================================== */
/* font reset（セディナWebサイト使用CSS） */
/* ----------------------------------------------------- */

body {
/*  font:13px/1.231 arial,helvetica,clean,sans-serif; */
    *font-size:small;
    *font:x-small;
}
/* ============================================================================================================================== */
/* Bases（セディナWebサイト使用CSS） */
/* ----------------------------------------------------- */
body {
    color: #555555;
    text-align: center;
    background: #ffffff;
    margin: 0;
    padding: 0;
    width: auto;
    line-height: normal;
    font-size: 80%;
    border-top: 5px solid #0e2486;
}
img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
/*-------------*/
/* main layout */
/*-------------*/

.nw-pageHead {
}
.nw-skipNavi {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
#nw-popupHead {
}
.nw-headerPopup {
    background: #FFF;
}
.nw-headerPopup:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.nw-headerPopup .nw-headerInner {
    width: 100%;
}
.nw-headerPopup .nw-headerLogo {
    width: 172px;
}
.nw-headerPopup .nw-headerLogo img {
    display: block;
}
/* ============================================================================================================================== */
/* ページ用CSS */
/* ----------------------------------------------------- */
/* _________________________________________________________________________ ▼全体 */
/* _________________________________________________________________________ ▼メインビジュアル */
#mainVisual {
    margin: 0 auto 0px auto;
    text-align: left;
    position: relative;
    background-repeat: no-repeat;
    background-color: #f2f5f1;
    background-image: url(../img/mv.png);
    background-position: right bottom;
    width: 1000px;
    background-size: 110%;
}
/* ■　大学名　■ */
#daigakuName {
    background-color: #d6daeb;
    background-image: url(../img/icon_daigaku_name.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    padding: 16px 7px 14px 60px;
}
#daigakuName h1 {
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    color: #041d87;/*     text-shadow: 1px 2px 0px rgba(255, 255, 255, 0.9); */
}
/* ■　分割払い手数料　■ */
#migiueBlock {
    position: inherit;
    display: inline-block;
    margin-top: 25px;
}
#tesuryoBox {
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
    padding: 13px 20px;
    background-image: none;
    background: rgba(255,255,255,0.8);
}
#tesuryoBox h3 {
    font-weight: bold;
    color: #ff6600;
    float: left;
    margin-top: 40px;
    margin-bottom: 0;
    margin-right: 30px;
    font-size: 25px;
}
#tesuryoBox p {
    font-size: 18px;
    padding: 0 !important;
    margin-bottom: 2px !important;
    line-height: 1.3;
}
#tesuryoBox p#ritsu strong {
    font-size: 44px;
    font-weight: bold;
}
#tesuryoBox p#ritsu i {
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
}
/* ■　セディナ学費ローンとは　リンクボタン　■ */
#btnAbout {
    width: 165px;
    padding: 7px 0;
    background-color: #fcc100;
    text-align: center;
    border-radius: 3px;
    margin-left: 4px;
}
#mainVisual-inner {
    padding: 7px 230px 20px 30px;
    min-height: 302px;
}
/* ■　大学名下の文章　■ */
#daigakuNote {
    font-size: 16px;
    width: 720px;
    padding-left: 40px;
    margin-bottom: 30px;
}
/* ■　お知らせ　■ */
#infoBlock {
    width: 350px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    filter:progid:DXImageTransform.Microsoft.Gradient(Enabled=1, GradientType=0, StartColorStr=#ddffffff, EndColorStr=#ddffffff);/*IE8以下用*/
    position: relative;
    z-index: 100;
}
#infoBlock h2 {
    background-image: url(../img/icon_oshirase.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
    color: #ff6600;
    margin-bottom: 10px;
}
#infoBlock p {
    margin-bottom: 10px;
    line-height: 2;
}
#infoBlockClear {
    height: 35px;
}
/* ■　お知らせファイル　■ */
#infoFileBlock {
    width: 350px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    filter:progid:DXImageTransform.Microsoft.Gradient(Enabled=1, GradientType=0, StartColorStr=#ddffffff, EndColorStr=#ddffffff);/*IE8莉･荳狗畑*/
    position: relative;
    z-index: 100;
    font-weight: bold;
}
#infoFileBlockClear {
    height: 10px;
}
/* ■　お申込ボタン無効化　■ */
#disabledBlock {
    position: relative;
}
#disabledImg {
    display: block;
}
#disabledFilter {
    position: absolute;
    top: -10PX;
    right: -10px;
    width: 120%;
    height: 120%;
    background-color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
#disabledMessage {
    position: absolute;
    top: -50px;
    right: 10px;
    width: 120%;
}
#disabledMessageText {
    text-align: center;
    background-color: #969696;
    color: yellow;
    font-weight: bold;
    padding: 5px;
    width: 110%;
}
/* ■　メインビジュアル　フッター　■ */
#mainFoot {
    width: 980px;
    background-color: #041d87;
    height: 120px;
    z-index: 1;
    margin: 0 auto 35px auto;
}
#mainFootTel {
    width: 690px;
    float: left;
}
#mainFootCatch {
    padding-top: 30px;
    width: 300px;
    float: left;
    margin-left: 15px;
}
#mainFootTxt {
    width: 330px;
    float: right;
    padding-top: 30px;
    margin-right: 15px;
    color: #fff;
    line-height: 1.45em;
    text-align: left;
}
#mainFootBtn {
    width: 270px;
    padding-top: 18px;
    float: right;
}
#mainFootBtn ul li {
    display: block;
    float: left;
    padding: 0 15px;
    border-left: 1px solid #5061ab;
}
/* _________________________________________________________________________ ▼イントロ */
#intro {
    width: 980px;
    margin: 0 auto;
    text-align: center;
    background-color: #041d87;
    padding: 30px 0 10px 0;
}
#intro p {
    color: #fff;
    margin-bottom: 20px;
}
/* _________________________________________________________________________ ▼学費ナビ */
#gakuhiNavi {
    width: 980px;
    height: 50px;
    margin: 0 auto 35px auto;
    background: #eeeeee;
    border: 1px solid #bdbdbd;
    border-radius: 7px;
}
#gakuhiNavi ul {
    margin: 0 auto;
    padding-top: 13px;
}
#gakuhiNavi ul li {
    display: block;
    font-size: 16px;
    font-weight: bold;
    width: 24.8%;
    margin: 0%;
    float: left;
    border-right: 1px solid #ccc;
    font-size: 14px;
}
#gakuhiNavi ul li:last-child {
    border-right: none;
}
#gakuhiNavi ul li a {
    display: block;
    padding: 5px 0px;
    color: #041d87;
    text-decoration: none;
    line-height: 15px;
}
#gakuhiNavi ul li a:hover {
    text-decoration: underline;
}
/* _________________________________________________________________________ ▼ページ下部　電話番号 */
#footTel {
    text-align: center;
    width: 980px;
    margin: 0 auto 50px auto;
    background-color: #041d87;
    padding: 20px 0;
    position: relative;
}
#footPrev {
    float: left;
    margin-left: 10px;
}
#footApplication {
    position: absolute;
    top: 20px;
    right: 20px;
}
/*Q803-644*/
#infoBlock, #infoFileBlock {
    width: 1000px;
    text-align: left;
    margin: 0 auto 30px auto;
    border: 5px solid #d6daeb;
    z-index: 1;
    padding: 25px 30px;
}
.tuitionLocalLink {
    background: #fff;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin-bottom: 10px;
    width: 100%;
    margin-left: 0;
}
.tuitionLocalLink ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    width: 1000px;
    margin: 0 auto;
    border-left: solid 1px #ddd;
}
.tuitionLocalLink li {
    width: 20%;
    display: table;
    border-right: solid 1px #ddd;
}
.tuitionLocalLink li.current a {
    background: #edf7fc;
}
.tuitionLocalLink li a {
    display: table-cell;
    width: 100%;
    padding: 13px 10px;
    color: #162688;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: .1em;
}
.loanPointSection {
    padding-bottom: 110px;
    background: #ffffff;
    border-bottom: solid 1px #dddddd;
    width: 100%;
    margin-left: 0;
}
.loanPointSection .inner {
    width: 1000px;
    margin: 0 auto;
}
.tuitionHeading02 {
    margin-top: 17px;
    color: #000000;
    font-size: 32px;
    text-align: center;
}
.tuitionHeading02 .headingLine {
    position: relative;
    padding: 0 10px;
    background: url(../img/index_bg02.png) repeat-x 0 80%;
}
.loanPointSection .pointColumn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    margin-top: 20px;
}
.loanPointSection .pointColumn .col:first-child {
    margin-left: 0;
}
.loanPointSection .pointColumn .col {
    width: 320px;
    margin-left: 20px;
}
.loanPointSection .pointColumn .col dt.pointTitle01 {
    background: #26a3bc url(../img/index_tx01.png) no-repeat 50% 50%;
}
.loanPointSection .pointColumn .col dt {
    height: 80px;
    border-radius: 4px;
}
.loanPointSection .pointColumn .col dt span {
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
    width: 1px;
    height: 1px;
}
.loanPointSection .pointColumn .col dd .paperBox.point01 {
    background: url(../img/index_im01.png) no-repeat 50% 27px;
    background-size: 106px 54px;
}
.loanPointSection .pointColumn .col dd .paperBox {
    position: relative;
    margin-top: 10px;
    padding: 75px 20px 30px 20px;
    border: solid 2px #808080;
    text-align: center;
    box-shadow: 0px 4px 0px 0px #ebebeb;
    -moz-box-shadow: 0px 4px 0px 0px #ebebeb;
    -webkit-box-shadow: 0px 4px 0px 0px #ebebeb;
}
.loanPointSection .pointColumn .col dd .paperBox.point02 {
    background: url(../img/index_im02.png) no-repeat 50% 33px;
    background-size: 223px 39px;
}
.loanPointSection .pointColumn .col dd .paperBox .title {
    font-size: 22px;
    margin-top: 20px;
}
.loanPointSection .pointColumn .col dd .paperBox .noteLine {
    margin-top: 10px;
    line-height: 26px;
    background: url(../img/index_bg04.gif) repeat 0 0;
}
.loanPointSection .pointColumn .col dd .paperBox .btnLink01 {
    margin-top: 10px;
}
.btnLink01 a, .btnLinkList01 li a, .btnLink01 .substitute, .btnLinkList01 li .substitute {
    position: relative;
    display: inline-block;
    min-width: 125px;
    padding: 3px 30px 2px 20px;
    background-color: #ffffff;
    background-image: url(../img/cmn_link_ic01.png);
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: right 5px bottom 50%;
    border: solid 1px #162688;
    border-radius: 14px;
    color: #1d2fa8 !important;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}
.loanPointSection .pointColumn .col dt.pointTitle02 {
    background: #55b444 url(../img/index_tx02.png) no-repeat 50% 50%;
}
.loanPointSection .pointColumn .col dt.pointTitle03 {
    background: #febb01 url(../img/index_tx03.png) no-repeat 50% 50%;
}
.loanPointSection .pointColumn .col dd .paperBox.point03 {
    background: url(../img/index_im03.png) no-repeat 50% 26px;
    background-size: 80px 56px;
}
.loanPointSection .pointColumn .col dd .paperBox.point04 {
    background: url(../img/index_im04.png) no-repeat 50% 26px;
    background-size: 56px 57px;
}
.loanPointSection .pointColumn .col dd .paperBox.point05 {
    background: url(../img/index_im05.png) no-repeat 50% 26px;
    background-size: 73px 56px;
}
.loanPointSection .pointColumn .col dd .paperBox.point06 {
    background: url(../img/index_im06.png) no-repeat 50% 26px;
    background-size: 84px 57px;
}
#buttons ul {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
}
#buttons li {
    margin-top: 0;
    margin-bottom: 20px;
}
#buttons li:last-child {
    margin-bottom: 0;
}
#buttons li#disable p {
    background-image: url(../img/cmn_link_ic03.png);
    background-size: 10px 16px;
    background-repeat: no-repeat;
    background-position: right 20px bottom 50%;
    background-color: #fbb789;
    position: relative;
    padding: 5px 0 25px 0;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    box-shadow: 0px 2px 0px 0px #cccccc;
    -webkit-box-shadow: 0px 2px 0px 0px #cccccc;
}
#buttons li#disable p span {
    display: block;
    color: #333;
    font-size: 15px;
    position: absolute;
    top: 31px;
    left: 50%;
    margin-left: -5em;
}
#buttons li.shinsa a {
    background-color: #333399;
    padding: 8px 0;
}
#buttons li a {
    display: block;
    padding: 15px 0;
    border-radius: 30px;
}
#buttons li a:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    zoom: 1;
    -ms-filter: "alpha(opacity=80)";
    cursor: pointer;
}
.loanPointSection .pointColumn .col dd .paperBox:after {
    position: absolute;
    right: -2px;
    bottom: -6px;
    display: block;
    width: 42px;
    height: 47px;
    background: url(../img/index_bg03.png) no-repeat 0 0;
    content: "";
}
.tuitionHeading02 .headingLine:before {
    position: absolute;
    top: -15px;
    left: -20px;
    width: 30px;
    height: 29px;
    background: url(../img/index_bg01.png) no-repeat 0 0;
    content: "";
}
#loanlogo {
    margin-top: 25px;
}
#tesuryoBox p {
    font-size: 17px;
    text-align: left;
}
#type {
    background-color: #333399;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    letter-spacing: .1em;
    padding: 5px 15px;
    margin-top: 10px;
}
#infoBlock h2 {
    font-size: 22px;
    margin-bottom: 17px;
}
#infoBlock p {
    margin-bottom: 20px;
    line-height: 1.7;
    padding: 0px 0 20px 0;
    border-bottom: 1px dotted #ceceef;
    font-size: 17px;
    color: #041d87;
}
#infoBlock p:last-child {
    margin-bottom: 0;
}
#buttons {
    margin-bottom: 40px;
}
#gakuhiCntsBlock {
    background: url(../img/cmn_bg01.png) no-repeat 50% 0;
    font-size: 14px;
}
#footTel {
    position: fixed;
    bottom: 0;
    z-index: 10;
    margin-bottom: 0;
    width: 100%;
    padding: 7px 0;
}
#footTel img {
    float: right;
    width: auto;
}
#footPrev img {
    width: 44px;
}
#footTel-inner {
    width: 1000px;
    margin: 0 auto;
}
.tuitionLocalLink li a:hover {
    background: #edf7fc;
    text-decoration: underline;
}
body {
    border-top: none;
}
#tesuryoBox div {
    float: right;
    color: #444;
}
#infoFileBlock {
    padding: 20px;
}
#infoFileBlock p {
    margin-top: 0;
    margin-bottom: 15px;
}
#infoFileBlock p:last-child {
    margin-bottom: 0;
}
.tuitionHeading01 {
    display: none;
}
.loanPointSection .pointColumn .col dd .paperBox.point02, .loanPointSection .pointColumn .col dd .paperBox.point04, .loanPointSection .pointColumn .col dd .paperBox.point06 {
    height: 263px;
}
.loanPointSection .pointColumn .col dd .paperBox.point01, .loanPointSection .pointColumn .col dd .paperBox.point03, .loanPointSection .pointColumn .col dd .paperBox.point05 {
    height: 289px;
}
#header .logoArea .tagline {
    text-align: left;
}
#header .categoryMenu .inner a {
    font-size: 14px;
}
#header .categoryMenu .inner {
    text-align: left;
}
#header .utilityArea .menuBox {
    font-size: 14px;
    text-align: left;
}
#header .utilityArea .searchBox .button {
    font-size: 14px;
}
#footTel .btnLink03 {
    float: none;
    margin-top: 0;
}
#footTel .btnLink03 a {
    box-shadow: none;
    padding: 9px 83px;
    border-radius: 40px;
    background-color: #ffc000;
    background-image: none;
    font-size: 17px;
    position: relative;
    font-weight: bold;
}
#foot-btns {
    position: relative;
    width: 880px;
    margin: 0 auto;
}
#footTel .btnLink03 a:hover {
    background-color: #ffd300;
}
#header {
    border-top: 5px solid #0e2486;
    border-bottom: none;
}
#header .logoArea {
    padding: 0px 0 5px;
}
#foot-btns .btnLink03 a:before {
    content: url(../img/btn_simulation.png);
    left: 15px;
    top: 10px;
    position: absolute;
}
#header .logoArea .logo {
    padding-top: 7px;
    padding-bottom: 8px;
    margin-top: 0;
    margin-left: 7px;
}
#header #headerInner {
    max-width: inherit;
}
#header .logoArea .logo img {
    width: 200px;
    height: auto;
}
#spnHead {
    display: none;
}
#main {
    border-top: none;
}

.pointNoteList{
    text-align: left;
}

/*スマホのみ*/
@media screen and (max-width: 767px) {
#mainVisual {
    width: 100%;
    background-position: 43px 67px;
    background-size: 100%;
}
#daigakuName h1 {
    line-height: 1.3;
    font-size: 15px;
}
#mainVisual-inner {
    position: relative;
    min-height: 178px;
    padding: 7px 110px 20px 10px;
}
#type {
    font-size: 13px;
    margin-top: 3px;
}
#loanlogo {
    margin-top: 10px;
}
.tuitionLocalLink ul {
    width: 100%;
}
#infoBlock, #infoFileBlock {
    width: 100%;
    padding: 17px;
}
#buttons ul {
    width: 100%;
}
.loanPointSection .inner {
    width: 100%;
}
.loanPointSection .pointColumn .col {
    width: 100%;
    margin-left: 0;
}
#footTel {
    padding: 10px 0;
}
#footTel img {
    width: 255px;
    margin-right: 10px;
}
#loanlogo img {
    width: 212px;
}
.loanPointSection .pointColumn {
    display: block;
}
#tesuryoBox {
    width: 100%;
    padding: 10px 10px 0px 10px;
    margin-bottom: 0;
}
#tesuryoBox h3 {
    float: left;
    margin-top: 30px;
    margin-bottom: 0 !important;
    margin-right: 15px;
    text-align: left;
    font-size: 16px;
}
#migiueBlock {
    margin-top: 10px;
}
#daigakuName {
    background-size: 25px;
    padding: 9px 7px 8px 49px;
}
.tuitionLocalLink li a {
    font-size: 10px;
    padding: 13px 5px;
}
.tuitionLocalLink li {
    min-height: 56px;
}
#buttons {
    padding: 0 10px;
}
#buttons li {
    float: none;
    margin-right: 0;
}
#buttons li:nth-child(1), #buttons li:nth-child(2) {
    width: 100%;
}
#buttons li a {
    font-size: 14px;
}
#buttons li:nth-child(1) {
    margin-bottom: 20px;
}
.tuitionHeading02 {
    font-size: 16px;
}
#footTel li img {
    width: 37px;
}
#footPrev {
    top: 10px;
    left: 10px;
}
#tesuryoBox p#ritsu strong {
    font-size: 28px;
}
#tesuryoBox p {
    font-size: 14px;
}
.loanPointSection {
    padding-bottom: 20px;
    border-bottom: none;
}
#footTel-inner {
    width: inherit;
    text-align: right;
}
#infoBlock p {
    font-size: 13px;
}
#mainVisual {
    background-image: url(../img/main-photo_sp.jpg);
    margin-bottom: 15px;
    background-position: right bottom;
    background-size: auto 185px;
}
#tesuryoBox p#ritsu i {
    font-size: 13px;
}
#infoBlock h2 {
    font-size: 16px;
}
.spLocalLink {
    margin-bottom: 50px;
    text-align: left;
}
.loanPointSection .pointColumn .col dt.pointTitle01 {
    background: #26a3bc url(../img/index_tx01.png) no-repeat 50% 50%;
    background-size: auto 40px;
}
.loanPointSection .pointColumn .col dt {
    height: 60px;
    border-radius: 9px;
}
.loanPointSection .pointColumn .col dt.pointTitle02 {
    background: #55b444 url(../img/index_tx02.png) no-repeat 50% 50%;
    background-size: auto 40px;
}
.loanPointSection .pointColumn .col dt.pointTitle03 {
    background: #febb01 url(../img/index_tx03.png) no-repeat 50% 50%;
    background-size: auto 40px;
}
.tuitionHeading01 {
    display: block;
    background: none;
    padding: 0;
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background-color: #041d87;
    height: 50px;
}
#footTel {
    display: none;
}
.tuitionHeading01 .tel {
    width: 210px;
    margin: 7px auto 0 auto;
    background-color: #fff;
    height: 45px;
    background-size: 62% auto;
    background-position: 69px 50%;
    left: 50%;
    margin-left: -105px;
}
.tuitionHeading01 .tel dt {
    padding: 9px 5px 0 0;
    font-size: 10px;
    width: 62px;
}
#footPrev {
    width: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
}
#infoFileBlock p {
    margin-bottom: 15px;
}
#infoFileBlock p:last-child {
    margin-bottom: 0;
}
#buttons {
    margin-bottom: 10px;
}
#buttons li#disable a span {
    font-size: 13px;
    top: 26px;
}
#buttons li#disable a {
    padding: 6px 0 24px 0px;
}
#simulation_sp .btnLink03 a {
    padding: 8px 18px 6px 38px;
    font-size: 14px;
    box-shadow: none;
    background-color: #ffc000;
    color: #fff !important;
    background-image: none;
    position: relative;
    font-weight: bold;
}
#simulation_sp .btnLink03 a:before {
    content: url(../img/btn_simulation.png);
    left: 9px;
    top: 9px;
    position: absolute;
}
#simulation_sp .btnLink03 {
    margin-top: 7px;
}
#buttons li#disable p {
    font-size: 14px;
    padding: 8px 0 22px 0;
}
#buttons li#disable p span {
    font-size: 11px;
    top: 27px;
}
#header .logoArea .logo img {
    width: 126px;
}
#header .logoArea .logo {
    margin-left: 5px;
    text-align: left;
}
#header {
    border-top: none;
    display: none;
}
#header #headerInner {
    padding-top: 8px;
}
#header .logoArea {
    padding-bottom: 0;
}
#spnHead {
    display: block;
    background: none;
    padding: 5px;
    position: relative;
    height: 35px;
    border: none;
    margin: 0 0 10px 0;
    border-bottom: none;
    width: auto;
}
#spnHead hgroup {
    float: left;
    padding: 10px 0;
}
#spnHead hgroup img {
    width: 150px;
}
    
    
}

/*PCのみ*/
@media screen and (min-width: 768px) {
.tuitionHeading02 {
    font-size: 42px;
}
}
p#type:empty {
  display: none;
}

@media screen and (max-width: 767px) {
  .tuitionHeading01 a#customer_tel {
    width: 210px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    margin-top: 6px;
  }
  .tuitionHeading01 a#customer_tel .tel {
    margin: 0;
    left: 0;
  }
  .tuitionHeading01 a#customer_tel .tel dd {
    visibility: hidden;
  }
}
