/*
Theme Name:     top
Author:         TREVO
Template:       top
*/

@charset "UTF-8";

/*===== BASE =====*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

em {
    font-style: italic;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    width: 100%;
}

.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.text_120 {
    font-size: 120%;
}

.br::before {
    content: "\A";
    white-space: pre;
}


/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */

/*===== COMMON =====*/

html,
body {
    width: 100%;
    min-height: 100%;
}

body {
    font-size: 17px;
    font-family: -apple-system, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "メイリオ", meiryo, sans-serif;
    -webkit-text-size-adjust: none;
    line-height: 1.444;
    color: #595757;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text_b_b {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.t-sm {
    font-size: 0.9em
}

.t-bold {
    font-weight: bold;
}

.t-white {
    color: #fff;
}

.t-brown {
    color: #960002;
}

.t-brown02 {
    color: #D79900;
}

.t-brown03 {
    color: #FF7A4D;
}

.t-brown04 {
    color: #fff54d;
}

.t-red01 {
    color: #D43134;
}

.t-blue {
    color: #203490;
}

.tag01 {
    background-color: #00bd50;
    color: #fff;
    padding: 3px;
    margin-bottom: 15px;
}

.text_b {
    font-weight: bold;
}

.text_b_br {
    color: #203490;
    font-weight: bold;
}

.t-red01_b {
    color: #D43134;
    font-weight: bold;
}

.text_mi_17b {
    font-size: 17px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
    font-weight: bold;
}

.text_r_17b {
    font-size: 17px;
    font-weight: bold;
    color: #D43134;
}

.text_b_16 {
    font-weight: bold;
    font-size: 120%;
}

.text_b_17b {
    font-size: 21px;
    color: #203490;
    font-weight: bold;
}

.text_13 {
    font-size: 13px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.container {
    width: 100%;
    overflow: hidden;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
}

.main_box {
    width: 100%;
}

a:link,
a:visited,
a:active {
    color: #203490;
    text-decoration: underline;
}

a:hover {
    opacity: 0.8;
}

.pc {
    display: block;
}

.sm {
    display: none;
}

.pc48 {
    display: block;
}

.sm48 {
    display: none;
}

.w10 {
    width: 12%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 25%;
}

@media (max-width: 768px) {
    .main_box {
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    .wrapper {
        width: 100%;
    }

    .pc {
        display: none;
    }

    .sm {
        display: block;
    }
}



/*===== ヘッダー =====*/

header {
    position: relative;
    background: white;
}

header .inner-header {
    margin-top: 0px;
}

header .inner-header .logo {
    float: left;
    width: 302px;
    margin-top: 10px;
    padding-bottom: 15px;
}

header .inner-header .logo a {
    display: block;
}

header .inner-header .top_nav {
    float: right;
    width: 134px;
    letter-spacing: -.4em;
}

header .inner-header .top_nav li {
    letter-spacing: normal;
    list-style-type: none;
    display: inline-block;
    border-right: 1px solid #DFEDFF;
}

header .inner-header .top_nav li:last-child {
    border-left: medium none;
}

header .inner-header .top_nav a {
    background-color: #203490;
    display: block;
    color: #FFFFFF;
    width: 97px;
    text-decoration: none;
    padding-left: 35px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
}

header .inner-header .top_nav a:hover {
    background-color: #81D3ED;
}

header .inner-header .top_nav .nav01 a {
    background-image: url(img/h_nav01.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

header .inner-header .top_nav .nav02 a {
    background-image: url(img/h_nav02.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

header .inner-header .top_nav .nav03 a {
    background-image: url(img/h_nav03.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

@media (max-width: 768px) {
    header {
        padding-top: 7.8125px;
        padding-bottom: 10.9375px;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
        background: white;
    }

    header .top-header {
        padding-top: 0;
    }

    header .inner-header {
        margin-top: 0px;
        position: relative;
    }

    header .inner-header .logo {
        float: left;
        width: 44%;
        margin-top: 8px;
        margin-left: 15px;
    }

    header .inner-header .logo a {
        display: block;
    }

    header .inner-header .top_nav {
        display: none;
    }

    header .inner-header .btn-menu {
        position: absolute;
        width: 10%;
        right: -3px;
    }

    header img {
        width: 100%;
    }
}

/*===== フッター =====*/

footer .footer-con {
    width: 100%;
    background-color: #f3f5ff;
    padding-top: 15px;
    padding-bottom: 30px;
}

footer .footer-logo {
    width: 100%;
    padding-bottom: 1em;
}

footer .footer-con p {
    font-size: 13px;
    line-height: 160%;
    border-bottom: solid 1px #ccc;
}

footer .footer-left {
    float: left;
    width: 600px;
}

footer .footer-left {
    font-size: 14px;
}

footer .footer-left p {
    float: left;
    padding: 5px;
    width: 380px;
}

footer .footer-left dl {
    width: 500px;
}

footer .footer-left dt {
    float: left;
    clear: left;
    width: 90px;
    border-bottom: solid 1px #ccc;
    height: 60px;
    padding: 5px 0;
}

footer .footer-left dd {
    float: left;
    width: 300px;
    border-bottom: solid 1px #ccc;
    padding: 5px 0;
}

footer .footer-right {
    float: right;
    width: 400px;
}

footer .footer-right a {
    color: #595757;
    text-decoration: none;
}

footer .footer-right a:hover {
    color: #8C8989;
}

footer .footer-right li {
    background-image: url(img/f_li.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    font-size: 14px;
}

footer .copyright {
    width: 100%;
    background-color: #203490;
    text-align: center;
    color: #FFFFFF;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (max-width: 768px) {

    footer .footer-logo {
        text-align: center;
    }

    footer .footer-left {
        float: none;
        width: 100%;
        margin-left: 2.5%;
    }

    footer .footer-right {
        float: none;
        margin-top: 1em;
        width: 100%;
        margin-left: 2.5%;
    }

    footer .footer-left dl {
        width: 100%;
    }

    footer .footer-left dt {
        float: none;
        width: 100%;
        border-bottom: none;
        height: auto;
    }

    footer .footer-left dd {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    footer .footer-left p {
        float: none;
    }
}

/*===== ナビパーツ　=====*/

.navigation {
    padding-top: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.navigation ul {
    position: relative;
    display: table;
    width: 100%;
}

.navigation ul li {
    border-right: 1px solid #203490;
    display: table-cell;
    vertical-align: middle;
    width: 171px;
}

.navigation ul li a {
    text-decoration: none;
    font-size: 13.5px;
    padding: 2px 0px;
    display: block;
    color: #203490;
    font-weight: bold;
    text-align: center;
}

.navigation ul li:first-child {
    border-left: 1px solid #203490;
}

.navigation ul li:hover {
    background-color: #cdd5ff;
}

.navigation ul li:hover .sub-menu {
    max-height: 500px;
    transition: border 1ms, max-height ease 0.6s 1ms;
    z-index: 9999;
    padding: 20px 12px 1px 20px;
}

.navigation .sub-menu {
    position: absolute;
    width: 100%;
    left: -15px;
    top: 100%;
    transition: border linear 1ms 0.5s, max-height ease 0.6s;
    overflow: hidden;
    z-index: 1;
    background-color: #ffffff;
    max-height: 0px;
    padding: 20px 0px 0px 20px;
    display: inherit;
}

.navigation .sub-menu li {
    float: left;
    width: 228px;
    border: 1px solid #bfbfbf !important;
    margin-right: 12px;
    margin-bottom: 14px;
    height: 60px;
    display: inherit;
}

.navigation .sub-menu li a {
    padding: 9px 10px;
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
    display: table-cell;
    height: 40px;
    width: 212px;
}

.navigation .sub-menu li:last-child {
    float: left;
}

.navigation.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: white;
    z-index: 9999;
}

/*===== サイドメニュー =====*/

.displayNone {
    display: none;
}

.side li {
    background-repeat: no-repeat;
    background-position: 5px center;
    border-top: 1px solid #d9d9d9;
}

.side li a {
    display: block;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000000;
    text-decoration: none;
}

.side li a:hover {
    color: #B9B9B9;
}

.sub-nav01 {
    padding-top: 13px;
    padding-right: 0px;
    padding-left: 20px;
    padding-bottom: 13px;
    position: relative;
    background-image: url(img/li01.gif);
    background-repeat: no-repeat;
    background-position: 10px center;
    display: block;
    font-weight: bold;
    background-color: #f2f2f2;
    cursor: pointer;
    color: #000000;
}

.sub-nav01:hover {
    background-color: #F9F9F9;
}

.sub-nav02 {
    padding: 0px;
    border-bottom: 1px solid #d9d9d9;
}

.sub-nav02 li a {
    font-weight: bold;
    color: #000000;
    padding-top: 13px;
    padding-right: 0px;
    padding-left: 20px;
    padding-bottom: 13px;
    font-weight: bold;
    background-color: #f2f2f2;
    background-image: url(img/li01.gif);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.sub-nav02 li a:hover {
    background-color: #F9F9F9;
}

.sub_li {
    padding-left: 20px;
}

.sub_li a {
    background-image: url(img/li04.gif);
    background-repeat: no-repeat;
    background-position: 0px center;
}

.bourderNone img {
    position: absolute;
    top: 18px;
    right: 10px;
    cursor: pointer;
}

/*===== スライド　=====*/

#mainimg {
    width: 1150px;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

#main-img {
    position: absolute;
    top: 5px;
    left: 320px;
}

.bx-wrapper {
    width: 1150px;
    margin: 0 auto;
    position: relative;
}

.sliderBox {
    position: relative;
    clear: both;
    text-align: center;
}

@media (max-width: 768px) {
    #mainimg {
        width: 100%;
        padding-top: 5em;
        padding-bottom: 0em;
    }

    #mainimg img {
        width: 100%;
    }

    .bx-wrapper {
        width: 100%;
    }
}

/*===== トップページボタン　=====*/

.top_btn {
    padding-top: 3em;
}

.top_btn ul {
    width: 100%;
}

/*
.top_btn li {
    float: left;
    width: 320px;
    margin-right: 20px;
}
*/

.top_btn li {
    float: left;
    width: calc(100% /3);
    /*    margin-right: 10px;*/
}

.top_btn li:last-child {
    margin-right: 0px;
}

@media (max-width: 768px) {
    .top_btn {
        padding-top: 0em;
    }

    .top_btn li {
        float: left;
        width: 31.3%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .top_btn li img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 460px) {
    .top_btn {
        padding-top: 0em;
    }

    .top_btn li {
        float: none;
        width: 100%;
        margin-right: 0%;
        margin-top: 1em;
        text-align: center;
    }

    .top_btn li img {
        width: 85%;
        height: auto;
    }

    .con-box .right_box_text {
        margin: 488px auto 0;
        text-align: center;
    }
}


/*===== お知らせ　=====*/

.list-news li a .new {
    background-color: #C00;
    border: solid 2px #C00;
    text-shadow: 0px 1px 2px #933;
    padding: 2px 8px;
    font-size: 10px;
    color: #FFF;
    float: left;
    margin: 0 10px;
    box-shadow: 0px 0px 5px #CCC;
    line-height: 1.5;
    border-radius: 4px;
}

.list-news li a .important {
    background-color: #FDB867;
    border: solid 2px #FDB867;
    text-shadow: 0px 1px 2px #933;
    padding: 2px 10px;
    font-size: 10px;
    color: #fff;
    float: left;
    margin: 0 10px;
    box-shadow: 0px 0px 5px #CCC;
    line-height: 1.5;
    border-radius: 4px;
}

.list-news li a .accepting {
    background-color: #941ed3;
    border: solid 2px #941ed3;
    text-shadow: 0px 1px 2px #933;
    padding: 2px 5px;
    font-size: 10px;
    color: #fff;
    float: left;
    margin: 0 10px;
    box-shadow: 0px 0px 5px #CCC;
    line-height: 1.5;
    border-radius: 4px;
}

.list-news li a .event {
    background-color: #489f16;
    border: solid 2px #489f16;
    text-shadow: 0px 1px 2px #933;
    padding: 2px 3px;
    font-size: 10px;
    color: #FFF;
    float: left;
    margin: 0 10px;
    box-shadow: 0px 0px 5px #CCC;
    line-height: 1.5;
    border-radius: 4px;
}


.list-news {
    margin-top: 40px;
    background-color: #203490;
    padding-bottom: 50px;
}

.list-news h2 {
    color: #fff;
    padding-top: 20px;
    background-color: #FFFFFF;
    background-image: url(img/list-news01.gif);
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    line-height: 140%;
}

.list-news ul {
    overflow-y: scroll;
    height: 260px;
    margin: 50px 0 0 0;
}

.list-news li {
    float: left;
    width: 95%;
    border-bottom: 1px solid #fff;
    padding: 15px 0;
}

.list-news li .date {
    float: left;
    width: 16%;
    color: #fff;
    background-image: url(img/list-news02.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
}

.list-news li a {
    float: right;
    width: 82%;
    text-decoration: underline;
    color: #fff;
}

@media (max-width: 768px) {
    .list-news ul {
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        padding-top: 1em;
        padding-bottom: 2em;
    }

    .list-news li .date {
        width: 100%;
        display: block;
        float: none;
    }

    .list-news li a {
        float: none;
        width: 100%;
        display: block;
        padding-left: 10px;
    }
}

/*===== 掲示板 =====*/

.con-box .bbs {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 2px solid #CCCCCC;
}

.con-box .bbs ul {
    border-top: 1px dotted #bababa;
    margin-top: 1em;
    margin-bottom: 1em;
}

.con-box .bbs li {
    display: table;
    border-bottom: 1px dotted #bababa;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.con-box .bbs li span {
    width: 130px;
    display: table-cell;
    font-weight: bold;
}

.con-box .bbs .bbs2 ul {
    margin-top: 1em;
    border-top-style: none;
    margin-bottom: 0em;
}

.con-box .bbs .bbs2 li {
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom-style: none;
    background-image: url(img/li_bg.gif);
    background-repeat: no-repeat;
    background-position: left 13px;
    padding-left: 20px;
}

.con-box .bbs .photo-box ul {
    padding-top: 15px;
}

.con-box .bbs .photo-box li {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom-style: none;
    float: left;
    width: 50%;
    text-align: center;
}

.con-box .bbs .photo-box6 ul {
    padding-top: 15px;
}

.con-box .bbs .photo-box6 li {
    padding-top: 0px;
    padding-bottom: 15px;
    border-bottom-style: none;
    float: left;
    width: 33%;
    text-align: center;
}

.con-box .bbs .photo-box3 ul {
    padding-top: 15px;
}

.con-box .bbs .photo-box3 .box3 {
    margin: 0 0 2% 2%;
    border-bottom-style: none;
    float: left;
    width: 50%;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}

.con-box .bbs .photo-box3 .box3-1 {
    border-bottom-style: none;
    float: left;
    width: 43%;
    text-align: center;
    margin: 0 0 2% 2%;
    padding-top: 0px;
    padding-bottom: 0px;
}

@media (max-width: 768px) {
    .con-box .bbs li span {
        width: 100%;
        display: block;
    }

    .con-box .bbs .photo-box li {
        padding-top: 0px;
        padding-bottom: 0px;
        border-bottom-style: none;
        float: left;
        width: 46%;
        text-align: center;
        padding-left: 2%;
        padding-right: 2%;
    }

    .con-box .bbs .photo-box li img {
        width: 100%;
        height: auto;
    }

    .con-box .bbs .photo-box6 li {
        width: 47%;
        margin-left: 5px;
        margin-right: 5px;
    }

    .con-box .bbs .photo-box6 li img {
        width: 100%;
        height: auto;
    }
}

/*===== スタッフ =====*/

.con-box .staff {
    margin-bottom: 30px;
}

.con-box .staff h4 {
    background-color: #203490;
    color: #FFFFFF;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.con-box .staff-list {
    float: right;
    width: 72%;
}

.con-box .staff img {
    border: 1px solid #c7c7c7;
    padding: 2px;
}

.con-box .staff-list li {
    display: table;
    border-bottom: 1px dotted #bababa;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.con-box .staff-list li span {
    width: 60px;
    display: table-cell;
    font-weight: bold;
}

@media (max-width: 768px) {
    .con-box .staff .img-left img {
        max-width: 136px;
        margin: 0;
    }

    .con-box .staff-list {
        float: none;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top-width: 3px;
    }
}

/*===== e-learning =====*/

.con-box .e-learning h4 {
    display: inline-block;
    border-bottom: none;
    margin-right: 30px;
    color: #203490;
}

.e-learning table {
    width: 100%;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
}

.e-learning td {
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #CCC;
    border-right-color: #CCC;
    padding: 1%;
}

.e-learning th {
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #CCC;
    border-right-color: #CCC;
    padding: 1%;
    text-align: center;
    background-color: #E3F8FD;
    color: #0DA0BF;
}

.odd {
    background-color: #ffffff;
}

.even {
    background-color: #E8FBFF;
}


@media (max-width: 768px) {
    .e-learning table {
        width: 100%;
    }

    .e-learning table .sp-hidden {
        display: none;
    }

    .e-learning table th {
        display: block;
        width: 98%;
    }

    .e-learning table td {
        display: block;
        width: 98%;
    }

    .print-pdf {
        display: block;
    }
}




/*===== 基本セット =====*/

.t-brown02 br {
    display: none;
}

h5 {
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 10px;
    color: #203490;
    background-image: url(img/li_bg.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 20px;
    font-size: 20px;
}

.ep h5 {
    background-image: url(img/li_bg04.gif);
}

.con-secondary h5 {
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 10px;
    color: #203490;
    padding-left: 0px;
    font-size: 20px;
    background-image: url();
    background-repeat: no-repeat;
    background-position: ;
}

.main_box {
    width: 1000px;
    margin: -70px auto 0px;
}

/*
.title {
  background-color: #203490;
  padding-top: 0%;
  width: 100%;
  height: 220px;
}
*/

.title {
    height: 160px;
    width: 100%;
    background-color: #203490;
    padding-top: 40px;
}

.title .syoki {
    text-align: center;
    padding: 3px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 200%;
}

.title .syoki span {
    display: none;
}


.title-box {
    border-bottom: 3px solid #203490;
    margin-bottom: 60px;
}

.title-box h2 {
    font-size: 160%;
    text-align: center;
    padding: 30px;
    font-weight: bold;
    background: #fff;
    color: #000000;
}

#pankuzu {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#pankuzu li {
    list-style: none;
}


#pankuzu a {
    color: #fff;
    text-decoration: underline;
    padding-left: 8px;
}

.content {
    width: 710px;
    float: right;
}

.content h3 {
    color: #203490;
    font-size: 140%;
    border-left: 7px solid #203490;
    padding-left: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}

.con-box {
    margin-bottom: 120px;
}

.con-box2 {
    border: 2px solid #203490;
    margin-bottom: 80px;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
}

.sakunendo {
    margin: 5px 0px 5px 0px;
}

.sakunendo li {
    display: block;
    width: 335px;
    float: left;
    text-align: center;
}

@media (max-width: 768px) {
    .sakunendo li {
        width: 100%;
        float: none;
        text-align: center;
    }
}

.con-box .btn a {
    display: block;
    text-decoration: none;
    text-align: center;
    margin-top: 2em;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    background-color: #203490;
    color: #FFFFFF;
    font-weight: bold;
    background-image: url(img/btn_btn.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.con-box .btn2 {
    display: block;
    text-decoration: none;
    text-align: center;
    margin-top: 1em;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    color: #203490;
    font-weight: bold;
    background-image: url(img/btn_btn.png);
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 20px;
    border: 1px solid #203490;
}

.con-box h4 {
    font-weight: bold;
    font-size: 130%;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
    margin-top: 2em;
}

.con-box p,
.con-box li {
    line-height: 2;
}

.con-box .list01 {
    margin: 30px 0;
}

.con-box .list01 li {
    margin-bottom: 10px;
    padding-left: 25px;
    text-indent: -25px;
}

.con-box .list01 li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    background: #203490;
    border-radius: 50%;
}

.con-box .list02 {
    counter-reset: my-counter;
}

.con-box .list02 li {
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
    text-indent: 0;
    line-height: 30px;
}

.con-box .list02 li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #DA8E55;
    color: #222;
    display: block;
    float: left;
    line-height: 30px;
    margin-left: -40px;
    text-align: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    color: #fff;
}

.con-box .list03 li {
    display: inline-block;
    width: 32%;
    color: #D79900;
}

.con-box li {
    /*  margin-top: 10px;
  margin-bottom: 10px;*/
}

.con-box ol li {
    margin-bottom: 10px;
    padding-left: 25px;
    text-indent: -25px;
}

.con-box .img-left img {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.con-box .img-left img:nth-child(even) {
    margin-right: 0;
}

.con-box .img-left p {
    vertical-align: top;
    margin-top: -10px;
}

.con-box .img-center {
    text-align: center;
    margin-bottom: 20px;
}

.con-box .left_box {
    margin: 20px 10px 20px;
    width: 150px;
    float: left;
}

.con-box .left_box_text {
    margin: 340px auto 0;
    text-align: center;
}

.con-box .right_box {
    margin: 20px 0px 20px;
    width: 510px;
    float: left;
}

.con-box .right_box_text {
    margin: 488px auto 0;
    text-align: center;
}

.right_box img {
    float: left;
    margin: 0 2%;
    width: 46%;
}

.con-box .center_text {
    text-align: center;
    margin: 20px 32% 20px;
    float: left;
}

.con-box .img-right img {
    float: right;
    margin-left: 30px;
}


.con-box dl {
    line-height: 1.8;
    margin-bottom: 40px;
}

.con-box dl dt {
    font-size: 120%;
    font-weight: bold;
}

.con-box dl dd .img-center {
    margin: 30px 0;
}

.contact-item {
    margin-top: 2em;
    border: 1px solid #203490;
}

.contact-item .contact-item-title {
    text-align: center;
    padding: 5px 0;
    background: #203490;
    color: #fff;
}

.contact-item .contact-item-text {
    padding: 10px 20px;
}

.down-page table,
.down-page table.table_02 {
    margin-top: 40px;
    border-collapse: collapse;
    width: 100%;
}

.down-page table th {
    background: #F5F5F5;
    vertical-align: middle;
    width: 12%;
    border: 1px solid #D9D9D9;
    padding: 5px;
    font-weight: bold;
}

.down-page table td {
    padding: 5px;
    border: 1px solid #D9D9D9;
    vertical-align: middle;
}

.down-page table.table_02 th {
    background: #F5F5F5;
    vertical-align: middle;
    width: 30%;
    border: 1px solid #D9D9D9;
    padding: 5px;
    font-weight: bold;
}

.text-left {
    text-align: left;
}

.text_none {
    text-align: none;
}

.text_indent {
    padding-left: 3em;
    text-indent: -3em;
    display: block;
}

.text_center {
    display: block;
    text-align: center;
}

.table01 table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.table01 th {
    padding: 10px 0;
    background: #203490;
    color: #fff;
    border-right: 1px solid #fff;
    font-weight: bold;
}

.table01 th:last-child {
    border-right: 1px solid #203490;


}


.table01 td {
    border: 1px solid #D9D9D9;
    padding: 15px 1px 15px 1px;
    vertical-align: middle;
}

.table01 td:first-child {
    text-align: left;
    padding-right: 15px;
    text-indent: -40px;
    padding-left: 55px;
}

.table01 tr:nth-child(odd) {
    background: #f3f5ff;
}

.table02 th,
.table03 th {
    border-bottom: 1px solid #fff;
    width: 20%;
    vertical-align: middle;
}

.table02 tr:last-child td {
    background: #fff;
    color: #333;
    text-align: center;
    padding: 20px 0;
}

.table03 {
    margin-top: 30px;
    margin-bottom: 0px;
}

.table03 td {
    text-align: left;
    padding: 20px;
}

.con-box .table01 .bg-total {
    background: #203490;
    color: #fff;
}

.content-program .con-box-item {
    margin-bottom: 20px;
}

.sub-title01 h3 {
    margin: 30px 0;
    border: none;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    background: #203490;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
}

.btn-row ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn-row li {
    margin-bottom: 0px;
    display: inline-block;
    width: 48%;
    text-align: center;
    border: 3px solid #203490;
    margin-left: 4px;
    margin-right: 4px;
    line-height: 130%;
    margin-bottom: 5px;
}


.btn-row li a {
    color: #203490;
    display: block;
    text-decoration: none;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(img/btn-row_li.gif);
    background-repeat: no-repeat;
    background-position: 15px center;
    padding-right: 10px;
    padding-left: 30px;
}

.btn-row li a:hover {
    background-color: #e8ecff;
}

.word {
    background: url(img/word01.png) no-repeat left center;
    background-size: contain;
    padding-left: 60px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pc-icon {
    background: url(img/pc.png) no-repeat left center;
    background-size: contain;
    padding-left: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.i_rep h4 {
    color: #D79900;
}

.c_btn {
    margin-top: 30px;
    margin-bottom: 30px;
}

.c_btn ul {
    margin-top: 1em;
    text-align: center;
}

.c_btn li {
    display: inline-block;
    text-align: center;
    width: 90%;
}

* html .c_btn li {
    display: inline;
}

*:first-child+html .c_btn li {
    display: inline;
}

.c_btn2 ul {
    margin-bottom: 3em;
}

.c_btn2 li {
    display: inline-block;
    width: 32.8%;
    font-weight: bold;
}

.c_btn2 li a {
    display: block;
    text-decoration: none;
    color: #203490;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border: 4px solid #203490;
}

.c_btn2 li a:hover {
    color: #FFFFFF;
    background-color: #203490;
}


.contentslist li {
    background-image: url(img/li_bg03.gif);
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 20px;
    list-style: none;
}


#c_btn2_bg a {
    color: #FFFFFF;
    background-color: #203490;
    margin-bottom: 5px;
}

#pageTop {
    position: fixed;
    bottom: 60px;
    right: 20px;
}

#pageTop a {
    display: block;
    z-index: 999;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 0;
    border-radius: 30px;
    width: 50px;
    height: 42px;
    background-color: #203490;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 120%;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

@media (max-width: 768px) {
    h5 {
        background-position: left 6px;
        font-size: 18px;
    }

    .con-box h4 {
        font-size: 18px;
    }

    #pankuzu {
        display: none;
    }

    .title-box {
        margin-bottom: 30px;
    }

    .title-box h2 {
        font-size: 130%;
    }

    .title {
        background-position: 0 12px;
    }

    .title .syoki {
        top: 55%;
        font-size: 110%;
    }

    .main_box {
        width: 90%;
        margin-top: 0px;
    }

    .content {
        width: 100%;
    }

    .title {
        padding: 4% 0;
        height: auto;
        font-size: 20px;
    }

    .con-box {
        margin-bottom: 60px;
    }

    /*.title {
    width: 100%;
    z-index: -10;
    position: relative;
    background-color: #203490;
    height: 0px;
  }
*/
    .container article {
        margin-top: 70px;
    }

    .content {
        float: none;
    }

    .content h3 {
        font-size: 120%;
    }

    .con-box .btn a {
        width: 100%;
        padding-left: 0px;
        background-image: none;
    }

    .con-box .img-left img {
        width: 100%;
        max-width: 340px;
        float: none;
        margin: 30px 0;
    }

    .img-left-box {
        text-align: center;
    }

    .con-box .img-right-box {
        margin-bottom: 40px;
        text-align: center;
    }

    .con-box .img-right img {
        float: none;
        margin-left: 30px;
    }

    .con-box .img-right-sp img {
        width: 45%;
        float: right;
        margin-left: 30px;
        height: auto;
    }

    .con-box .list03 li {
        width: 100%;
    }

    .btn-row li {
        width: 100%;
        text-align: left;
    }

    .btn-row li:nth-child(2) {
        display: none;
    }

    .btn-row br {
        display: none;
    }

    .t-brown02 br {
        display: block;
    }

    .c_btn li {
        display: block;
        width: 100%;
    }

    .c_btn2 li {
        display: block;
        width: 100%;
    }

    .con-box .left_box {
        width: 100%;
        text-align: center;
        margin: 20px auto;
    }

    .con-box .right_box {
        width: 100%;
        text-align: center;
        margin: 10px auto;
    }

    .con-box .left_box_text {
        margin: 30px auto 0;
        text-align: center;
    }

    .con-box .right_box_text {
        margin: 570px auto 0;
        text-align: center;
    }
}

@media (max-width: 530px) {
    .right_box img {
        float: left;
        margin: 20px 10px;
        width: 95%;
    }


}

/*===== CPC =====*/

.table01 .cpc .text02 {
    display: none;
}

.text_line {
    text-decoration: line-through;
    color: #D43134;
}

@media (max-width: 768px) {
    .table01 .cpc br {
        display: none;
    }

    .table01 .cpc th {
        display: none;
    }

    .table01 .cpc td {
        display: block;
        border-left: none;
        border-right: none;
        border-bottom: none;
        border-top-color: #D9D9D9;
        border-top-style: none;
        border-bottom-style: none;
        padding-right: 0px;
        padding-left: 20px;
        vertical-align: middle;
        text-align: left;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .table01 .cpc .text01 {
        font-weight: bold;
        background-image: url(img/li01.gif);
        background-repeat: no-repeat;
        background-position: left 18px;
        padding-left: 55px;
        margin-top: 10px;
        margin-left: 10px;

    }

    .table01 .cpc .text02 {
        color: #000000;
        display: inline-block;
    }
}

/*===== トレーニング =====*/

.content .training ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.content .training li {
    width: 44%;
    background-color: #F7F7F7;
    display: inline-block;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    margin-top: 0%;
    margin-right: 1%;
    margin-bottom: 2%;
    margin-left: 1%;
}

.content .training h3 {
    border-bottom: 3px solid #203490;
    border-left-style: none;
    padding-bottom: 10px;
    font-family: "Yu Mincho", "YuMincho", "MS PMincho", "繝偵Λ繧ｮ繝取�譛� Pro W3", "Hiragino Mincho Pro", "�ｭ�ｳ �ｰ譏取悃", serif;
    font-size: 134%;
    line-height: 140%;
}

.content .training p {
    padding-bottom: 1em;
    background-image: url(img/li_bg02.gif);
    background-repeat: no-repeat;
    background-position: left 10px;
    padding-left: 20px;
}

@media (max-width: 768px) {
    .content .training li {
        width: 100%;
        background-color: #F7F7F7;
        display: inline-block;
        padding-top: 2%;
        padding-right: 2%;
        padding-bottom: 2%;
        padding-left: 2%;
        margin-top: 0%;
        margin-right: 1%;
        margin-bottom: 2%;
        margin-left: 1%;
    }
}

/*===== 専門医育成コース =====*/

.coment {
    /*    text-align: center;*/
    margin: 30px auto;
    font-weight: bold;
}

.text_c {
    font-size: 120%;
    color: #FF7A4D;
    font-family: "繝偵Λ繧ｮ繝取�譛� Pro W3", "Hiragino Mincho Pro", "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", "serif;

}

.box-bg01 {
    border: 3px solid #203490;
    background-color: #F4FCFF;
    padding: 10px;
    word-break: break-all;
}

.box-bg02 {
    border: 3px solid #203490;
    padding: 10px;
}

.sen-img-box {
    margin-top: 40px;
    text-align: center;
}

.table04 table {
    border-collapse: collapse;
    margin-top: 1em;
}

.table04 td {
    border: 1px solid #D9D9D9;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
}

.table04 th {
    padding: 10px 10px;
    background: #203490;
    border-bottom: 1px solid #fff;
    color: #fff;
    width: 20%;
}

.table05 table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;

}

.table05 th {
    padding: 10px 0;
    background: #203490;
    color: #fff;
    border-right: 1px solid #fff;
    font-weight: bold;
    vertical-align: middle;
    font-size: 15px;
}


.table05 th:last-child {
    border-right: 1px solid #203490;
}

.table05 td {
    border: 1px solid #D9D9D9;
    padding: 15px 5px 15px 5px;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: -0.1em;
}

.table05 .pd5 td {
    border: 1px solid #D9D9D9;
    padding: 5px;
    vertical-align: middle;
    font-size: 15px;
}

.table05 td:first-child {
    text-align: left;
    padding-right: 0px;
}

.con-box .table05 li {
    margin-top: -5px;
    margin-bottom: -5px;
}

.con-box .table05 .text_b2 ul {
    margin-left: -20px;
}

.con-box .table05 .text_b2 li {
    font-weight: bold;
    background-image: url(img/li05.gif);
    background-repeat: no-repeat;
    background-position: left 10px;
    padding-left: 15px;
    list-style: none;
}

.table07 table {
    border-collapse: collapse;
    margin-top: 2em;
    margin-bottom: 2em;
}

.table07 td {
    border-bottom: 1px solid #D9D9D9;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
}

.table07 th {
    padding: 10px 10px;
    border-bottom: 1px solid #D9D9D9;
    color: #000;
    width: 20%;
    font-weight: bold;
}

.red-box {
    background: #f92d2d;
    padding: 2%;
    color: #fff;
    font-weight: bold;
}


.bg-file01 {
    background: url(img/file-icon-pdf.png) no-repeat left center;
    background-size: contain;
    padding-left: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.bg-file01 td {
    padding-top: 15px;
    padding-bottom: 15px;
}


.btn-file-row {
    justify-content: space-around;
    flex-wrap: wrap;
    font-weight: bold;
}

.btn-file-row .btn-file {
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.btn-file-row .btn-file a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    padding: 18px;
    background-color: #002c76;
}

.btn-file-row .btn-file a span {
    padding: 8px 0 8px 40px;
}

.btn-file-row .btn-file02 {
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.btn-file-row .btn-file02 a {
    text-decoration: none;
    color: #fff;
    padding: 20px;
    background-color: #4a7bce;
    ;
}

.btn-file-row .btn-file02 a span {
    padding: 8px 0 8px 40px;
}

.btn-file-row02 .btn-file a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    margin: 20px 0;
    display: block;
    background-color: #e15757;
    padding: 30px 0px;
    width: 100%;
}

/*@media (max-width: 768px) {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  margin: 20px 0;
  display: block;
  background-color: #e15757;
  padding: 30px 0px;
  min-width: 100%;
  width: 100%;
}*/

.box-bg03 {
    border: 2px solid #D43134;
    padding: 20px;
}

.box-bg03 h4 {
    margin-top: 0px;
}

.box-bg03 img {
    display: block;
    margin: 0 auto;
}


.box-bg04 {
    border: 1px solid #b7b7b7;
    padding: 20px;
}

.box-bg04 li {
    background-image: url(img/li_bg03.gif);
    background-repeat: no-repeat;
    background-position: left 8px;
    margin-top: 20px;
    padding-left: 20px;
    list-style: none;
}

.box-bg05 {
    border: 1px solid #b7b7b7;
}

.box-bg05 h4 {
    margin-top: 0px;
    background: #f05c5c;
    padding: 10px;
    color: #fff;
}

.box-bg05 p {
    padding-bottom: 15px;
}

.course01 table td li {
    text-align: left;
    list-style: disc;
    margin-left: 30px;
}

.program-box ol {
    padding-left: 20px;
}

.program-box ol li {
    list-style-type: decimal;
    text-indent: 0;
    padding: 0;
}

.program-box {
    position: relative;
    width: 100%;
}

.program-box-list ul {
    margin-top: 3em;
}

.program-box-list li {
    display: inline-block;
    width: 49%;
}

.program-box-list li::before {
    content: "笳�";
}

.program-box .btn {
    width: 60%;
    margin: 0 auto;
}

.program-box .btn a {
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 10px auto;
    padding: 15px 10px;
    background-color: #203490;
    color: #FFFFFF;
    font-weight: bold;
    background-image: url(img/btn_btn.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.soldout:before {
    content: " ";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(img/souldout.png);
    background-color: rgba(0, 0, 0, 0.2);
}

.faq dt {
    background: url(img/q.png) no-repeat center left;
    padding-left: 40px;
}

.faq dd {
    background: url(img/a.png) no-repeat top left;
    padding-left: 40px;
    background-position: 0 5px;
}

.women_list {
    width: 100%;
}

.women_list ul {
    margin-left: -20px;
}

.women_list li {
    width: 320px;
    float: left;
    margin-left: 20px;
    margin-bottom: 0px;
}

@media (max-width: 768px) {

    .table04,
    .table04 th,
    .table04 td {
        display: block;
    }

    .table04 th {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .table04 td {
        margin-bottom: 1em;
    }

    .course01 .table05 table th {
        display: table-cell;
    }

    .course01 .table05 table td {
        display: table-cell;
    }

    .course01 .table05 td {
        border: 1px solid #D9D9D9;
        padding: 15px 5px 15px 5px;
        vertical-align: middle;
        font-size: 15px;
    }

    .box-bg05 h4 {
        font-size: 16px;
    }

    .btn-file-row .btn-file {
        padding: 0px;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .btn-file-row .btn-file a {
        font-size: 16px;
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .btn-file-row .btn-file02 {
        padding: 0px;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .btn-file-row .btn-file02 a {
        font-size: 16px;
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .course01 table th {
        display: none;
    }

    .course01 table td {
        display: block;
        border-style: none;
    }

    .course01 table td .bg-file01 {
        font-weight: bold;
    }

    .course01 .course_title {
        margin-top: 20px;
    }

    .women_list {
        width: 100%;
    }

    .women_list ul {
        margin-top: 10px;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .women_list li {
        width: 100%;
        float: none;
        margin-left: 0px;
    }

    .women_list li img {
        width: 100%;
        height: auto;
    }

    .program-box-list li {
        display: block;
        width: 100%;
    }
}

@media (max-width: 480px) {

    .pc48 {
        display: none;
    }

    .sm48 {
        display: block;
    }

    .w10 {
        width: 18%;
    }

    .w15 {
        width: 15%;
    }

    .w20 {
        width: 23%;
    }

    .w38 {
        width: 36%;
    }

    .course01 table td li {
        margin-left: 20px;
    }

    .course01 .table05 th {
        font-size: 12px;
    }

    .course01 .table05 td {
        font-size: 12px;
    }

    .course01 .table05 .pd5 td {
        font-size: 12px;
    }

    .con-box .table05 .text_b2 li {
        font-weight: bold;
        background-image: none;
        background-repeat: no-repeat;
        background-position: left 15px;
        padding-left: 0px;
        list-style: disc;
    }

    .con-box .table05 .text_b2 ul {
        margin-left: 0px;
    }
}

/*--- other ----*/

.table_bbs table {
    padding: 20px;
}

.table_bbs table td {
    padding: 10px;
}

.uptodate .img-center {
    margin-top: 40px;
}

.simulation h4 {
    border-bottom: 1px dotted #b7b7b7;
}

.simulation .text-box {
    margin: 20px 5px;
}

.simulation .box-bg04 {
    border: 2px dotted #D79900;
}

.simulation .box-bg04 h5 {
    margin-top: 0px;
    padding-left: 8px;
    background-image: none;
    color: #D79900;
    border-left: 3px solid #D79900;
    font-weight: bold;
}

.simulation .box-bg04 h6 {
    margin-top: 3em;
    background-color: #0F6DB5;
    color: #FFFFFF;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 1em;
    font-weight: bold;
}

.simulation dl dt {
    margin-bottom: 0;
    margin-top: 0px;
}

.simulation .img-box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.simulation .img-box img {
    margin-bottom: 2em;
}

.lab-sec .box-bg01 {
    padding: 25px;
}

.access-box {
    margin-top: 40px;
    width: 100%;
}

.access-box img {
    margin: 0 auto;
    display: block;
}

.features ul li {
    text-indent: -15px;
    margin-left: 15px;
}

.table06 table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.table06 th {
    padding: 10px 0;
    background: #203490;
    color: #fff;
    border-right: 1px solid #fff;
    font-weight: bold;
}

.table06 th:last-child {
    border-right: 1px solid #203490;
}

.table06 td {
    border: 1px solid #D9D9D9;
    padding: 10px;
    vertical-align: middle;
    text-align: left;
    font-size: 15px;
}

.table06 tr:nth-child(odd) {
    background: #E6FDFF;
}

.table08 {
    margin-top: 2em
}

.table08 table {
    margin-top: 1em
}

.table08 table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-bottom: 2em;
}

.table08 th {
    padding: 10px 0;
    background: #ffb2b2;
    color: #c10f0f;
    border-right: 1px solid #D9D9D9;
    font-weight: bold;
}

.table08.bg-p th {
    background: #203490;
    color: #fff;
}

.table08.bg-p02 th {
    background: #8ad0e7;
    color: #fff;
}

.table08 th:last-child {
    border-right: 1px solid #D9D9D9;
}

.table08 td {
    border: 1px solid #D9D9D9;
    padding: 10px;
    vertical-align: middle;
    text-align: left;
    font-size: 15px;
}

.table08 tr:nth-child(odd) {
    background: #fff;
}

.table08 .btn {
    margin-bottom: 2em;
}


/*--- side ----*/

.main_box .side {
    float: left;
    width: 250px;
    padding-bottom: 3em;
}

@media (max-width: 768px) {
    .main_box .side {
        display: none;
    }
}


#a01 {
    margin-top: -100px;
    padding-top: 100px;
}

#cpc {
    margin-top: -100px;
    padding-top: 100px;
}

#cpc7,
#cpc6,
#cpc5,
#cpc4,
#cpc3,
#cpc2,
#cpc1,
#cpc12,
#cpc11,
#cpc10 {
    margin-top: -100px;
    padding-top: 100px;
}


.con-box {
    margin-top: -100px;
    padding-top: 100px;
}

.greeting {
    margin: 30px 100px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.indent {
    padding-left: 1em;
    text-indent: -1em;
}

.indent5 {
    padding-left: 5em;
    text-indent: -5em;
}

.indent4 {
    padding-left: 4em;
    text-indent: -4em;
}

.indent3 {
    padding-left: 2em;
    text-indent: -2em;
}

.indent6 {
    padding-left: 1em;
    text-indent: -0.8em;
}

.mr20 {
    margin-right: 30px;
}



/*-----------------------------------
--------contact -------
------------------------------------*/

#contact {
    width: 100%;
    margin: 0px;
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 2.6rem;
}

#contact p {
    margin-bottom: 1em;
}

#contact table {
    width: 100%;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #CCC;
    margin: 0px;
    padding: 0px;
}

#contact th {
    width: 40%;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    text-align: left;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #F7F8F8;
    padding-left: 5px;
    color: #000;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    font-weight: bold;
    font-size: 14px;
}

#contact td {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    font-size: 14px;
}

#contact .line {
    border-bottom: 1px solid #ccc;
}


#contact select {
    padding: 10px;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 5px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

#contact textarea {
    padding: 10px;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 5px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

#contact textarea {
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    -webkit-text-size-adjust: 100%;
    text-align: justify;
}

.contact_btn {
    width: 100%;
    padding-top: 30px;
    text-align: center;
}

#contact textarea {
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    -webkit-text-size-adjust: 100%;
    text-align: justify;
}

.contact_btn button {
    width: 170px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contact .red {
    color: #FF0000;
    line-height: 180%;
    text-align: left;
}

#contact2 {
    margin-top: 1em;
}

#contact2 teble {
    width: 100%;
}

#contact2 th {
    width: auto;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    text-align: left;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #F7F8F8;
    padding-right: 5px;
    color: #000;
    border-top-style: none;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #CCC;
    border-left-style: none;
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
    line-height: 160%;
}

#contact2 td {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-top-style: none;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #CCC;
    border-left-style: none;
    font-size: 14px;
}

.kaigyo_label {
    display: inline-block;
    margin-left: 20px !important;
    position: relative;
}

.kaigyo_input {
    position: absolute;
    left: -17px;
    top: 14px;
}

.ch {
    margin-bottom: 7px;
}

#mfp_button_send {
    font-size: 18px;
    border: 1px solid #CCCCCC;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    margin-left: 3px;
    margin-right: 3px;
}

#mfp_button_cancel {
    font-size: 18px;
    border: 1px solid #CCCCCC;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 10px;
}

.w90 {
    width: 65%;
}

.w110 {
    width: 81%;
}

div#mfp_hidden {
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0px;
    margin: 0px;
}

div#mfp_overlay_background {
    background-color: #000;
    position: absolute;
    display: none;
    z-index: 10000;
}

div#mfp_loading_screen {
    z-index: 20000;
    opacity: 0.8;
    display: none;
    background-color: #000;
    position: absolute;
}

#contact #mfp_phase_confirm_inner td {
    font-size: 18px;
    vertical-align: middle;
}


@media (max-width: 768px) {
    #contact table {
        border-top-style: none;
    }

    #contact th {
        width: 96%;
        padding-right: 2%;
        padding-left: 2%;
        display: block;
        border-bottom-style: none;
    }

    #contact td {
        width: 96%;
        padding-right: 2%;
        padding-left: 2%;
        display: block;
        border-bottom-style: none;
        margin-bottom: 1em;
    }

    #contact2 th {
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #CCC;
        border-top-style: none;
        border-right: none;
    }

    #contact2 td {
        border-right: none;
    }


    .contact_btn {
        margin-bottom: 3em;
    }

    .w90 {
        width: 90%;
    }

    .w40 {
        width: 40%;
    }

    .contact_btn button {
        width: 120px;
        font-size: 14px;
    }

    #mfp_button_send {
        font-size: 13px;
    }

    #mfp_button_cancel {
        font-size: 13px;
    }

}

textarea {
    width: 100%;
}




/* 20190710追記 */

.btn-file-no-a {
    font-size: 14px;
    text-decoration: none;
    color: #333;
    padding: 18px;
    background-color: #f2f2f2;
    margin-bottom: 10px;
}

/* 20190829追記 */

.right_box_text02 {
    margin-top: 100px;
}

@media (max-width: 768px) {
    .right_box_text02 {
        margin-top: 0;
    }

}


/* 20191011追記 */

.course-form .bbs .btn-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.course-form p.text {
    font-weight: 600;
    text-align: center;
    padding-top: 30px;
    color: #ff4b4b;
}

.course-form .bbs .btn01,
.course-form .bbs .btn02 {
    width: 40%;
}

.course-form .bbs .btn01 a,
.course-form .bbs .btn02 a {
    display: block;
    text-decoration: none;
    text-align: center;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-weight: bold;
    background-image: none;
}

.course-form .bbs .btn01 a {
    background-color: #e15774;
}

.course-form .bbs .btn02 a {
    background-color: #5792e1;
}

.course-form .bbs .btn {
    width: 50%;
}

.course-form .bbs.bor-none,
.course-form .bbs li.bor-none,
.course-form .bbs ul.bor-none {
    border-bottom: none;
    border-top: none;
}

.btn-wrap .cursor {
    pointer-events: none;
    cursor: default;
}

@media (max-width: 768px) {

    .course-form .bbs .btn01 a,
    .course-form .bbs .btn02 a {
        font-size: 13px;
        padding-right: 5px;
        padding-left: 5px
    }
}

@media (max-width: 375px) {
    .course-form .bbs .btn a {
        margin-top: 0;
        width: 70%;
        padding: 10px 5px;
    }
}



/* 20200619追記 */

#program_info p {
    margin: 10px 0 10px 50px;
    font-weight: bold;
    color: #203490;

}

#program_info tr:nth-child(5) td {
    padding-left: 16px;
}

#program_info tr:nth-child(5) td ul {
    margin-left: 40px;
}

#program_info tr:nth-child(5) td li {
    margin: 15px 0;
}

.bg-file02 {
    background: url(img/word01.png) no-repeat left center;
    background-size: contain;
    padding-left: 55px;
    padding-top: 8px;
    padding-bottom: 8px;
}


.bg-file03 {
    background: url(img/excel01.png) no-repeat left center;
    background-size: contain;
    padding-left: 55px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
}








/**************** hoshina 20200629 ***************/

.btn-row li.btn_course:nth-child(2) {
    border: 3px solid #203490;
}

@media (max-width: 768px) {
    .btn-row li.btn_course:nth-child(2) {
        display: block;
    }
}



/**************** hoshina 20200821***************/

span.new_date {
    background-color: #D43134;
    border: solid 2px #D43134;
    text-shadow: 0px 1px 2px #933;
    padding: 2px 8px;
    font-size: 10px;
    color: #FFF;
    margin: 010px;
    line-height: 1.5;
    border-radius: 4px;
}


#wp_page_numbers,
#wp_page_numbers ul,
#wp_page_numbers li,
#wp_page_numbers a {
    font-size: 100%
}

#wp_page_numbers {
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 0;
    clear: both;
    padding-bottom: 4em;
}

#wp_page_numbers ul {
    width: 760%;
    margin-bottom: 10px;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    display: inline;
}

#wp_page_numbers li {
    margin: 2px;
    padding: 0px;
    display: inline;
}

#wp_page_numbers a {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 5px;
    color: #333;
    display: inline;
    text-align: center;
    border: 1px solid #C1C1C1;
    background-color: #FFFFFF;
    text-decoration: none;
}

#wp_page_numbers li a:hover {
    text-decoration: underline;
    background-color: #CCCCCC;
    border-color: #072134 #072134 #072134;
}

#wp_page_numbers li.active_page a {
    border-color: #072134 #072134 #072134;
    background-color: #F1F1F1;
}

#wp_page_numbers li.active_page a:hover {
    color: black;
    /* IE fix */
    text-decoration: underline;
    background-color: #F1F1F1;
}

#wp_page_numbers li.page_info {
    display: inline;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 2px;
    color: #666;
    font-size: 11px;
    border: 1px solid #bfbfbf
}



/*----------- 20210526 Program 追記 ------------*/

span.h2_program {
    font-weight: normal;
    font-size: 16px;
    display: block;
    margin-top: 0px;
}

.content span.underline {
    text-decoration: underline;
}

.con-box .pro-img-left li {
    float: left;
    margin-right: 18px;
    margin-bottom: 20px;
}

.con-box .pro-img-left li:last-child {
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
}

.con-box .pro-img-left li p {
    text-align: center;
}

.table07.pro_detail th {
    padding: 2px 10px;
    border-left: 8px solid #c10f0f;
    border-bottom: none;
    color: #000;
    width: 100%;
    font-weight: bold;
    display: block;
    text-align: left;
}


.table07.pro_detail td {
    border-bottom: none;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    display: block;
}

.table07.pro_detail ul li {
    background-image: url(img/li01.gif);
    background-repeat: no-repeat;
    background-position: left 10px top 15px;
    padding-left: 25px;
}


/*----------- 20210611  追記 ------------*/

.appli-page table {
    margin-top: 10px;
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
}

.appli-page table th {
    background: #F5F5F5;
    vertical-align: middle;
    /*    width: 30%;*/
    border: 1px solid #D9D9D9;
    padding: 5px;
    font-weight: bold;
}

.appli-page table th:first-child {
    width: 30%;
}

.appli-page table td {
    padding: 5px;
    border: 1px solid #D9D9D9;
    vertical-align: middle;
}

p.table {
    margin-top: 20px;
}

td.w_fixed {
    width: 200px;
}

td.w_fixed_80px {
    width: 80px;
}

td.w_fixed_100px {
    width: 125px;
}

td.w_fixed_95px {
    width: 95px;
}

td.w_fixed_310px {
    width: 310px;
}

@media (max-width: 768px) {
    td.w_fixed_310px {
        width: auto;
    }

    td.w_fixed_95px {
        width: 85px;
    }
}

.fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fl-bt {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fl-wr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fl-ju-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.fl-ju-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fl-al-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table07.pro_detail ul.f-btn li {
    width: 40%;
    list-style: none;
    background-image: none;
    margin-top: 2em;
}

.f-btn li a {
    display: block;
    background: #203490;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 0;
}

.hospital_list {
    border: 1px solid #000;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 1em;
}

.hospital_list h6 {
    font-weight: bold;
    font-size: 16px;
}

.hospital_list li{
    width: 45%;
}