@charset "utf-8";

html {
    font-size: 60.5%;
}

body {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0px;
    line-height: 210%;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    font-size: 1.6rem;
    color: #333333;
    text-align: left;
    min-width: 1000px;
}

a:link,
a:visited,
a:active {
    overflow: visible;
    outline: none;
    color: #333333;
}

a:hover {
    overflow: visible;
    outline: none;
    color: #252772;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

li {
    margin: 0px;
    padding: 0px;
}

hr {
    display: none;
}

iframe {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

img {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    border-top: 0px none;
    border-right: 0px none;
    border-bottom: 0px none;
    border-left: 0px none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    margin-block-end: 0em;
    margin-block-start: 0em;
}

rt,
rp {
    font-size: 10px;
}

.form_text {
    font-size: 12px;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
    zoom: 1
}

/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

.center {
    width: 100%;
    text-align: center;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
}

.trans {
    opacity: 1;
}

.trans:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    -khtml-opacity: 0.70;
    opacity: 0.70;
}

.wrapper {
    padding-top: 218px;
}

.header-top {
    padding: 25px 0 0;
}

.navbar-left h1 {
    font-size: 11px;
    line-height: 1;
    margin: 13px 0 25px;
}

.header-top .company {
    margin-top: 5px;
}

/*
 * Navigation
 */

.main-nav {
    /*padding-bottom: 15px;*/
    position: relative;
    top: -50px;
    margin-top: 50px;
}

.fixed .main-nav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: top 0.5s ease;
    -ms-transition: top 0.5s ease;
    transition: top 0.5s ease;
    background: #fff;
    margin: 0;
    z-index: 9999;
    padding: 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.fixed .main-nav li i {
    display: none;
}

.main-nav ul {
    background: url(../img/border.png) no-repeat right 0;
}

.main-nav ul li {
    float: left;
    width: 25%;
    padding: 15px 0 25px;
    text-align: center;
    background: url(../img/border.png) no-repeat 0 0;
}

.main-nav li a {
    display: inline-block;
    color: #000;
    font-size: 15px;
    width: 100%;
}

.main-nav .top-menu li .border {
    display: block;
    width: 100px;
    margin: auto;
    border-bottom: 3px solid #fff;
}

.main-nav .top-menu li:hover .border {
    border-color: #000;
}

.main-nav li i {
    display: block;
    margin-bottom: 5px;
}

.fixed .main-nav ul li {
    padding-bottom: 15px;
}

.main-nav .sub-business {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 99999;
    display: none;
}

.main-nav .sub-business .inner {
    border-top: 1px solid #43c59c;
    background: #f3f3f3;
}

.main-nav .sub-business ul {
    background: none;
    padding: 10px 5px;
}

.main-nav .sub-business li {
    float: left;
    width: 300px;
    background: none;
    margin: 10px 15px;
    padding: 0 !important;
}

.main-nav .sub-business li a {
    display: block;
    background: #fff;
    border: 1px solid #43c59c !important;
    padding: 14px 10px;
}

/*--------------------------------------
共通設定
--------------------------------------*/

#js-wrapper {
    position: fixed;
    width: 100%;
    z-index: 10000;
}

.header {
    width: 100%;
    height: 196px;
}

.header {
    min-width: 1000px;
    transition: top 0.8s;
}

.header .inner {
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 90px;
}

.header.fixnone {
    top: -44px;
    transition: top 0.8s;
}

.header h1 {
    font-size: 10px;
    font-weight: normal;
    color: #666666;
    text-align: left;
    float: left;
    line-height: 100%;
    margin-top: 38px;
    padding-left: 15px;
}

.logo {
    float: left;
    margin-right: 50px;
    margin-top: 23px;
    width: 192px;
}

.header_r {
    margin-top: 40px;
    float: right;
}

.header_r a {
    color: #f18e1e;
}

.header_r li {
    float: left;
    list-style-image: url(img/list.png);
    margin-left: 2em;
}

.blog-cat-nav {
    width: 100%;
    padding: 0;
    background: #fff;
    margin-top: -40px;
    margin-bottom: 36px;
    transition: top 0.3s;
}

.blog-cat-nav .inner {
    width: 100%;
    text-align: left;
}

#content {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#content a {
    text-decoration: underline;
}

#main {
    width: 750px;
    float: right;
    margin-bottom: 120px;
}

#main a {
    text-decoration: underline;
    color: #252772;
}

#main a:hover {
    color: #6B6DCE;
}

#main h2 {
    width: 750px;
    color: #252772;
    border-bottom: 4px solid #252772;
}

.line {
    padding-top: 60px;
    border-top: 1px solid #dfdfdf;
}

.con {
    margin-top: 60px;
}

.con h3 {
    color: #252772;
    border-left: 7px solid #252772;
    padding-left: 5px;
    margin-bottom: 25px;
}

.con h4 {
    color: #252772;
    margin-top: 1em;
}

.con dt {
    font-weight: bold;
    margin-bottom: 5px;
}

.con dd {
    margin-left: 32px;
    margin-bottom: 20px;
}

.text_l {
    background-image: url(img/text_l.gif);
    background-repeat: no-repeat;
    padding-left: 17px;
    background-position: left 6px;
}


.btn01 {
    clear: none;
}

.btn01 a {
    box-shadow: 0px 0px 0px 1px #cccccc;
    border-radius: 0.3em;
    clear: none;
    text-align: center;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 7px;
    padding-left: 5px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

.btn01 a:hover {
    outline: none;
    background-color: #333333;
    color: #FFFFFF;
}

.btn02 {
    box-shadow: 0px 0px 0px 1px #8eb4e3;
    border-radius: 0.3em;
    clear: none;
    text-align: center;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 7px;
    padding-left: 5px;
    width: 40%;
    display: block;
    font-weight: bold;
    margin: 20px 0 0 auto;
}

#content .btn02 a {
    text-decoration: none;
}

.btn02:hover {
    outline: none;
    background-color: #8eb4e3;
    color: #FFFFFF;
    cursor: pointer;
    transition-duration: 0.25s;

}


#heade-box {
    width: 100%;
    background-image: url(img/hd.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 210px;
}

.h-box {
    width: 1000px;
    clear: both;
    padding-top: 25px;
}

.btnMenu {
    display: none;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.menu {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

.menu > li {
    float: left
}

.menu > li a {
    display: block;
    text-decoration: none;
    color: #009352;
}

.menu > li a:hover {}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    color: #fff;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
    background-color: #252772;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0
}

.menu > li:hover {
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: #252772;
}

.menu__second-level li {
    border-top: 1px solid #111111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a {
    color: #fff;
    background-image: url(none)
}

.menu__second-level li a:hover {
    color: #252772;
    background: #fff
}

.menu__third-level li a:hover {
    background: #2a1f1f
}

.menu__fourth-level li a:hover {
    background: #1d0f0f
}

.menu:before,
.menu:after {
    content: " ";
    display: table
}

.menu:after {
    clear: both
}

.menu {
    *zoom: 1
}

li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 60px;
    left: 0;
    box-sizing: border-box;
    padding: 20px 2%;
    background: #ffffff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    background-color: #252772;
}

li.menu__mega:hover ul.menu__second-level {
    visibility: visible;
    opacity: 0.9;
    top: 97px;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    border: none;
    width: 32%;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%
}

#nav {
    background-color: #f8f8f8;
}

.nav-line {
    width: 131px;
    padding: 0
}

.nav-line a {
    display: block;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    background-color: #252772;
    margin-bottom: 10px;
}

li.nav-line a:hover {
    background-color: #252772;
    color: #FFFFFF;
}

#js_main {
    padding-top: 169px;
}

#title {
    width: 100%;
    height: 160px;
}

#title .inner {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

#title h2 {
    color: #487dbe;
    padding-top: 50px;
    font-size: 38px;
    font-weight: bold;
    vertical-align: middle;
    text-shadow: 1px 1px 0px #fff,
    1px -1px 0px #fff,
    -1px -1px 0px #fff,
    -1px 1px 0px #fff;
    line-height: 1.2;
}

#pankuzu {
    line-height: 100%;
    clear: both;
    padding-bottom: 10px;
    font-size: 12px;
    padding-top: 15px;
    text-align: left;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

#pankuzu a {
    text-decoration: underline;
}

#container {
    width: 1000px;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
}

#contents {
    width: 100%;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
}

#logo {
    float: left;
    width: 200px;
    padding-top: 5px;
    padding-right: 35px;
}

#h-nav {
    float: right;
    width: 250px;
    padding-left: 30px;
}

.mainimg {
    width: 100%;
    padding: 0px 0px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    height: 230px;
    text-align: center;
    background-color: #94A1E1;
}

#page_title {
    width: 100%;
    display: block;
    clear: both;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    margin-top: 3em;
    font-weight: bold;
    margin-bottom: 5em;
}

#page_title h2 {
    font-size: 240%;
    margin-bottom: 0.5em;
}

#page_title p {
    font-size: 110%;
}


#footer {
    width: 100%;
    clear: both;
    margin-top: 0px;
    padding-top: 0px;
}

#footer img {
    vertical-align: bottom;
}

.top_btn {
    width: 1000px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#copyright {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    background-color: #8eb4e3;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 100%;
}

.common_btn {
    width: 806px;
    border: 1px solid #CCCCCC;
    padding-top: 25px;
    padding-right: 22px;
    padding-bottom: 25px;
    padding-left: 28px;
    margin-top: 60px;
}

.common_btn li {
    width: 33.33%;
    float: left;
    text-align: center;
    font-weight: bold;
}

.common_btn a:hover {
    background-color: #E5E5E5;
}

.common_btn01 a {
    width: 220px;
    float: left;
    text-align: center;
    font-weight: bold;
    border: 1px solid #666666;
    background-image: url(img/con_f_btn01.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    display: block;
    text-decoration: none;
    height: 39px;
    font-size: 18px;
    padding-top: 20px;
    padding-left: 40px;
    line-height: 100%;
}

.common_btn02 a {
    width: 220px;
    float: left;
    text-align: center;
    font-weight: bold;
    border: 1px solid #666666;
    background-image: url(img/con_f_btn02.png);
    background-repeat: no-repeat;
    background-position: 25px center;
    display: block;
    text-decoration: none;
    height: 47px;
    padding-top: 12px;
    padding-left: 40px;
    line-height: 100%;
}

.common_btn03 a {
    width: 220px;
    float: left;
    text-align: center;
    font-weight: bold;
    border: 1px solid #666666;
    background-image: url(img/con_f_btn03.png);
    background-repeat: no-repeat;
    background-position: 35px center;
    display: block;
    text-decoration: none;
    height: 39px;
    font-size: 18px;
    padding-top: 20px;
    padding-left: 40px;
    line-height: 100%;
}

.img-R {
    float: right;
    padding-left: 20px;
}

.sub-title01 {
    background-image: url(img/sub_title_bg.png);
    background-position: left center;
    background-repeat: repeat-x;
    color: #252772;
    padding-top: 12px;
    padding-bottom: 11px;
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.sub-title02 {
    background-image: url(img/sub_title_bg.png);
    background-position: left center;
    background-repeat: repeat-x;
    color: #252772;
    padding-top: 12px;
    padding-bottom: 11px;
    font-size: 2.2rem;
    margin-top: 40px;
    margin-bottom: 15px;
}

.sub-title03 {
    clear: both;
    line-height: 100%;
    color: #006136;
    font-size: 1.8rem;
    padding-bottom: 3px;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    padding-top: 3px;
    padding-right: 0px;
    padding-left: 3px;
    border-left: 2px solid #006136;
}

.list_btn {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 120px;
}

.list_btn a {
    width: 400px;
    height: 23px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    text-align: center;
    display: block;
    padding-top: 12px;
    padding-bottom: 15px;
    background-image: url(img/info_btn.png);
}

.sub-box a {
    color: #252772;
    text-decoration: underline;
}

.sub-box a:hover {
    color: #00B766;
    text-decoration: none;
}

.pc {
    display: block;
}

.sm {
    display: none;
}

/*--------------------------------------
マージン設定
--------------------------------------*/

.mt00 {
    margin-top: 0 !important;
}

.mt04 {
    margin-top: 4px !important;
}

.mt05 {
    margin-top: 5px !important;
}

.mt08 {
    margin-top: 8px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt12 {
    margin-top: 12px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt120 {
    margin-top: 120px !important;
}

.mr00 {
    margin-right: 0 !important;
}

.mr05 {
    margin-right: 5px !important;
}

.mr09 {
    margin-right: 9px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr12 {
    margin-right: 12px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr18 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mb00 {
    margin-bottom: 0 !important;
}

.mb05 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb12 {
    margin-bottom: 12px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb16 {
    margin-bottom: 16px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb200 {
    margin-bottom: 400px !important;
}

.ml00 {
    margin-left: 0 !important;
}

.ml05 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml12 {
    margin-left: 12px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml16 {
    margin-left: 16px !important;
}

.ml17 {
    margin-left: 17px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.ml50 {
    margin-left: 50px !important;
}

/*--------------------------------------
パディング設定
--------------------------------------*/

.pt00 {
    padding-top: 0 !important;
}

.pt05 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt12 {
    padding-top: 12px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pr00 {
    padding-right: 0 !important;
}

.pr05 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr12 {
    padding-right: 12px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr45 {
    padding-right: 45px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pr57 {
    padding-right: 57px !important;
}

.pr120 {
    padding-right: 120px !important;
}

.pb00 {
    padding-bottom: 0 !important;
}

.pb05 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb12 {
    padding-bottom: 12px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pl00 {
    padding-left: 0 !important;
}

.pl05 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl12 {
    padding-left: 12px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl45 {
    padding-left: 45px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pl57 {
    padding-left: 57px !important;
}

.me1 {
    margin-bottom: 1.5em;
}

/*--------------------------------------
フォント設定
--------------------------------------*/

.text01 {
    color: #000000;
    font-size: 2.2rem;
}

.text02 {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-size: 2rem;
}

.text03 {
    color: #000000;
    font-size: 2.2rem;
    font-weight: bold;
}

.text04 {
    color: #000000;
    font-size: 1.8rem;
    font-weight: bold;
}

.text05 {
    font-family: "Times New Roman", Times, serif;
    font-size: 11px;
    line-height: 110%;
    text-align: center;
}

.text06 {
    font-size: 14px;
    line-height: 110%;
    text-align: center;
}

.text07 {
    font-size: 18px;
    line-height: 110%;
    font-weight: bold;
    text-align: center;
    color: #252772;
}

.text-red {
    color: #FF0004;
}

.text-red a {
    color: #FF0004;
}

.text-r-b {
    font-weight: bold;
    color: #FF0004;
}

.text-b {
    font-weight: bold;
}

.text-pu {
    vertical-align: super;
    font-size: 12px;
}

.pri-text01 {
    font-size: 14px;
    font-weight: bold;
    color: #468C00;
}

.pri-text02 {
    font-size: 14px;
    font-weight: bold;
    color: #218D9F;
}

.t-border {
    border-bottom: 1px solid #666;
}

.text-center {
    text-align: center;
}

/*--------------------------------------
背景
--------------------------------------*/

.bg01 {
    background-color: #F9F9F7;
}

.bg02 {
    background-color: #F0F7E9;
}

.bg03 {
    background-color: #E1F2F4;
}

.bg04 {
    background-color: #F8FBF5;
}

.bg05 {
    background-color: #F3F9FA;
}

/*--------------------------------------
トップページ
--------------------------------------*/

.content-wrap {
    width: 700px;
    float: left;
    margin-bottom: 80px;
}

.side_r {
    width: 250px;
    float: right;
}

.side_r01 ul {
    border-top: 2px solid #252772;
    margin-bottom: 20px;
}

.side_r01 li {
    border-bottom: 1px dotted #c9c9c9;
}

.side_r01 a {
    background-image: url(img/li01.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.side_r01 a:hover {
    color: #B9B9B9;
}

.side_r02 {
    margin-bottom: 30px;
}

.side_r02 li {
    margin-bottom: 5px;
}


.side_r02 .title {
    background-color: #616161;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.side_r02.m_auto li {
    margin-top: 20px;
}

.side_r02.m_auto p {
    margin: 5px auto 25px;
}

.side_r02.m_auto li span {
    font-weight: bold;
    text-align: left;
    line-height: 140%;
    margin-top: 10px;
}


.side_r03 {
    font-size: 12px;
}

.side_r03_title {
    background-color: #252772;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
}

.side_r03 p {
    padding-top: 15px;
    padding-bottom: 15px;
}

.side_r04 {
    margin-bottom: 25px;
}

.side_r04 li {
    margin-bottom: 6px;
    height: 60px;
    line-height: 60px;
}

#content .side_r04 li a {
    padding-left: 62px;
    display: block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.side_r04 .side_btn1 {
    background: url(img/side-logo01.png) no-repeat 5px 5px #8eb4e3;
}

.side_r04 .side_btn2 {
    background: url(img/side-logo02.png?07212) no-repeat 5px 5px #8eb4e3;
}

.side_r04 .side_btn3 {
    background: url(img/side-logo03.png) no-repeat 5px 5px #8eb4e3;
}

.side_r04 .side_btn4 {
    background: url(img/side-logo04.png?07211) no-repeat 5px 5px #8eb4e3;
}

.side_r04 .side_btn5 {
    background: url(img/side-logo05.png) no-repeat 5px 5px #8eb4e3;
}

.side_r04 .side_btn7 {
    background: url(img/side-logo07.png?07211) no-repeat 5px 5px #8eb4e3;
}


.side_r04 li.tall {
    margin-bottom: 6px;
    height: auto;
    line-height: 60px;
    line-height: 1.4;
}

.side_r04 li.tall a {
    padding: 10px 0;
}

.side_r04 li.tall {
    margin-bottom: 6px;
    height: auto;
    line-height: 60px;
    line-height: 1.4;
}

.side_ca {
    width: 100%;
    background-color: #F5F5F5;
    padding-left: 0px;
    padding-right: 0px;
}

.side_ca .title {
    background-color: #616161;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

#content .side_ca a {
    color: #252772;
    text-decoration: none;
    background-image: url(img/side_bg.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 15px;
    font-weight: normal;
    display: block;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 14px;
}

#content .side_ca a:hover {
    background-color: #E1E1E1;
}

.side_ca li {
    font-weight: bold;
    background-repeat: repeat-x;
    background-image: url(img/side_bg2.gif);
    background-position: left bottom;
}

.side_brn {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.side_brn li {
    margin-top: 0.8em;
}

#content .side_brn a {
    border: 2px solid #ccc;
    display: block;
    padding: 8px 8px 8px 20px;
    background: #dfebf9;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #0050ad;
    background-image: url(img/manu_li_icon.png);
    background-repeat: no-repeat;
    background-position: 8px center;
}

#content .side_brn a:hover {
    background: #eff5fb;
    background-image: url(img/manu_li_icon.png);
    background-repeat: no-repeat;
    background-position: 8px center;
}

/*--------------------------------------
お知らせ
--------------------------------------*/

.top-info {
    width: 100%;
}

.top-info01 h2 {
    font-size: 23px;
    color: #000000;
    border-left: 4px solid #000000;
    padding-left: 15px;
    margin-bottom: 25px;
    line-height: 40px;
}

.top-info02 h2 {
    font-size: 23px;
    color: #252772;
    border-bottom: 4px solid #252772;
    border-left: 4px solid #252772;
    padding-left: 28px;
    margin-bottom: 12px;
    line-height: 100%;
    padding-bottom: 8px;
}

.top-info ul {
    width: 100%;
    clear: both;
}

.top-info li {
    border-bottom: 1px solid #CCC;
    margin-bottom: 13px;
    padding-bottom: 13px;
    width: 100%;
}

.day {
    width: 15%;
    float: left;
    background-image: url(img/li_info.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    margin-left: 5px;
}

.info_text {
    width: 65%;
    float: right;
}

.info_text a {
    text-decoration: none;
}

.info_text a:hover {
    opacity: 0.7;
}

.info_btn {
    width: 220px;
    height: 41px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
    background: #f2f3ed;
    border-radius: 8px;
    box-shadow: 0 4px #5b5b5b;
}

#content .info_btn a {
    display: block;
    font-weight: bold;
    line-height: 250%;
    text-decoration: none;
}

.top-info span {
    background: #434343;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 105px;
    height: 19px;
    vertical-align: text-top;
    line-height: 150%;
    font-size: 13px;
}

.btn a {
    width: 220px;
    height: 40px;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 60px;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: block;
}

/*--------------------------------------
サブページ
--------------------------------------*/

.con_box {
    width: 100%;
    margin-bottom: 3em;
    float: none;
}

.con_box2 p {
    margin-bottom: 0.5em;
}

.con_l {
    float: left;
    width: 520px;
}

.con_r {
    float: right;
    width: 440px;
}

.con_l2 {
    float: left;
    width: 440px;
}

.con_r2 {
    float: right;
    width: 530px;
}

.con_r3 {
    float: right;
    width: 370px;
}

.con_btn a {
    display: block;
    text-decoration: none;
    background-image: url(img/sub_btn.jpg);
    color: #6076e5;
    text-align: center;
    width: 240px;
    height: 40px;
    margin-right: 10px;
    margin-top: 0.8em;
    float: left;
    line-height: 240%;
    margin-left: 10px;
}

.con_btn a:hover {
    color: #999999;
}

#sub-btn {
    width: 620px;
    clear: both;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

#sub-btn li {
    margin: 0px;
    padding: 0px;
    float: left;
}

.con_box_nav01 {
    width: 100%;
    margin-bottom: 40px;
}

.con_box_nav01 ul {
    border-left: 1px solid #333333;
    width: 99.5%;
}

.con_box_nav01 li {
    border-right: 1px solid #333333;
    float: left;
    width: 33.21111%;
    text-align: center;
}

.con_box_nav01 a {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #333333;
    display: block;
    text-decoration: none;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: bold;
}

.con_box_nav01 a:hover {
    color: #252772;
    background-color: #DDEAE2;
}

.con_box_nav_g a {
    color: #252772;
    background-color: #DDEAE2;
    border-bottom: 3px solid #252772;
}

.con_box_nav02 {
    width: 100%;
    margin-bottom: 40px;
}

.con_box_nav02 ul {
    border-left: 1px solid #333333;
    width: 100%;
}

.con_box_nav02 li {
    border-right: 1px solid #333333;
    float: left;
    text-align: center;
}

.con_box_nav02 a {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #333333;
    display: block;
    text-decoration: none;
    font-weight: bold;
    line-height: 110%;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 170px;
}

.con_box_nav02 a:hover {
    color: #252772;
    background-color: #DDEAE2;
}


/* --------------------------------------------------------
share style
-------------------------------------------------------- */

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.center {
    text-align: center !important;
}

.st {
    font-weight: bold !important;
}

.break {
    clear: both;
}

.noBorder {
    border: none;
}

.noBg {
    background: none !important;
}


/* hr */

hr {
    height: 1px;
    background: #58595b !important;
    border: none;
}

/* clear fix */

.clear {
    /zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

/* last fix */

.last {
    padding-right: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}

/* alpha rollover */

.cssRoll {
    opacity: 1;
    transition: 0.3s;
}

.cssRoll:hover {
    transition: 0.1s;
    opacity: 0.7;
}

.cssRoll img {
    transition: 0.3s;
}

.cssRoll:hover img {
    /*	transition: 0.3s;
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);*/
}

body {
    line-height: 1.8;
}

#megaNavi a {
    text-decoration: none;
}

/* for IE6 */

* html body {
    font-size: 88%;
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* for IE7 */

*:first-child + html body {
    font-size: 88%;
}


#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08,
#a11 {
    margin-top: -200px;
    padding-top: 200px;
}


/*--------------------------------------
ヘッダー
--------------------------------------*/

#headerWrap {
    position: relative;
    z-index: 10000;
}

/* #header-logo
================================================ */

#header-logo {
    width: 100%;
    background: #fff;
    position: relative;
    border-bottom: 2px solid #487dbe;
}

#header-logo-in {
    width: 1000px;
    margin: 0 auto 10px;
}

#header-logo-in #logo01 {
    float: left;
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0;
    padding-bottom: 0;
}

#header-logo-in .top-logo-text {
    padding: 15px 0 0 12px;
    float: left;
}

#header-logo-in .top-logo-text img {
    display: block;
    padding-bottom: 10px
}

#header-logo-in .top-logo-text h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro Light', sans-serif;
}

#header-logo-in h1 .top-logo-text1 {
    font-size: 19px;
    display: block;
    font-weight: 500;
}

#header-logo-in a {
    text-decoration: none;
}

#header-logo-in #text01 span {
    display: block;
    font-size: 117%;
}

/* #nav
================================================ */

/*
.l-header {
    width: 100%;
    position: absolute;
    background-color: #fff;
    top: 0px;
    margin-top: 116px;
}


.l-header.l-header-fixed {
    position: fixed;
    top: 0;
}

header .header-inner {
    margin: 0 auto;
    position: relative;
}

header .header-inner .header-nav {
    display: block;
    text-align: center;
}

header .header-inner .header-nav > li {
    display: inline-block;
    font-size: 15px;
    position: relative;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #FF3437;
}

header .header-inner .header-nav > li:hover {
    background-color: #252772;
    z-index: 10;
}

header .header-dropdown {
    background-color: #252772;
}

header .header-dropdown .header-dropdown-inner {
    height: 0;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-top: 1px solid #FFFFFF;
}
*/

/*

header .header-dropdown .header-dropdown-inner.is-open {
    height: auto;
}

header .header-dropdown .header-dropdown-inner.is-open.is-min {
    height: 75px;
}

header .header-dropdown .header-dropdown-inner .header-dropdown-list {
    display: block;
    display: none;
}

header .header-dropdown .header-dropdown-inner .header-dropdown-list.is-active {
    display: block;
}

header .header-dropdown .header-dropdown-inner .header-dropdown-list .header-dropdown-menu-list {
    text-align: center;
}



header.is-fixed {
    height: 73px;
    top: 0;
    margin-top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

header.is-fixed .header-inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
*/

/* #globalNavi
================================================ */

/*

#globalNavi {
    background: #8eb4e3;
    width: 100%;
    position: relative;
    display: table;
}

#globalNavi ul {
    width: 1000px;
    margin: 0 auto;
    border-left: 1px solid #ffffff;
}

#globalNavi ul li {
    float: left;
    border-right: 1px solid #ffffff;
    position: relative;
}

#globalNavi ul li a {
    display: table-cell;
    font-size: 15px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    width: 165px;
    font-weight: bold;
    height: 52px;
    line-height: 1.3;
    vertical-align: middle;
}
*/

/*
#globalNavi ul li.navi01 a {
    padding-right: 0;
    padding-left: 0;
    background-position: 0px 25px;
}

#globalNavi ul li.navi02 a {
    padding-right: 0;
    padding-left: 0;
    background-position: -250px 25px;
}

#globalNavi ul li.navi03 a {
    padding-right: 0;
    padding-left: 0;
    background-position: -500px 25px;
}

#globalNavi ul li.navi04 a {
    padding-right: 0;
    padding-left: 0;
    background-position: -750px 25px;
}


#globalNavi ul li a:hover {
    background-color: #4F7DC2;
    color: #fff;
}

#globalNavi ul li a:hover span.en {
    color: #fff;
}

#cat-mission #globalNavi ul li.navi01 a,
#cat-works #globalNavi ul li.navi02 a,
#cat-services #globalNavi ul li.navi03 a,
#cat-flow #globalNavi ul li.navi04 a {
    background: #d4d4d3;
    text-shadow: 0px 0px 0px #999999;
}

#globalNavi ul li a:hover span.en {
    color: #fff;
    text-shadow: 0px 0px 1px #999999;
}
*/

/*
 #megaNavi
================================================ 
*/

/*
#megaNavi {
    position: absolute;
    width: 100%;
    overflow: visible !important;
    overflow: hidden;
    *zoom: 1;
    background-color: #E8E5D4;
}
*/

/*
#megaNavi .megaNavi {
    position: absolute;
    overflow: hidden;
    *zoom: 1;
    width: 1000px;
    background-color: #E8E5D4;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    left: -2px;
    top: -4px;
}

#megaNavi .megaNavi .card {
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#megaNavi .megaNavi .card p.label {
    height: 50px;
    overflow: hidden;

    margin: 0 auto 8px;
}
*/

/*
#megaNavi .megaNavi .card p {
    height: 100%;
}

#megaNavi .megaNavi .card .card_face {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

#megaNavi .megaNavi .card .card_face {
    background: #333;
}

#megaNavi .megaNavi .card .card_face .label img {
    margin-top: -80px;
}

#megaNavi .megaNavi .card .card_back {
    background: #FFF;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -180px;
}
*/

/*
#megaNavi .megaNavi .card .arrow {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

#megaNavi .megaNavi.on {
    top: 20px;
    z-index: 10;
}

#megaNavi .megaNavi .megaNavi_in {
    width: 1000px;
}

#megaNavi a:hover {
    text-decoration: none;
}
*/

text-decoration: none;
}

@-moz-keyframes card_on {
    0% {
        background: #333;
    }

    50% {
        background: #333;
        -moz-transform: scaleX(0);
        transform: scaleX(0);
    }

    50.1% {
        -moz-transform: scaleX(0);
        transform: scaleX(0);
        background: #FFF;
    }

    100% {
        background: #FFF;
        -moz-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes card_on {
    0% {
        background: #333;
    }

    50% {
        background: #333;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    50.1% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        background: #FFF;
    }

    100% {
        background: #FFF;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-o-keyframes card_on {
    0% {
        background: #333;
    }

    50% {
        background: #333;
        -o-transform: scaleX(0);
        transform: scaleX(0);
    }

    50.1% {
        -o-transform: scaleX(0);
        transform: scaleX(0);
        background: #FFF;
    }

    100% {
        background: #FFF;
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-ms-keyframes card_on {
    0% {
        background: #333;
    }

    50% {
        background: #333;
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }

    50.1% {
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        background: #FFF;
    }

    100% {
        background: #FFF;
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes card_on {
    0% {
        background: #333;
    }

    50% {
        background: #333;
        transform: scaleX(0);
    }

    50.1% {
        transform: scaleX(0);
        background: #FFF;
    }

    100% {
        background: #FFF;
        transform: scaleX(1);
    }
}

@-moz-keyframes card_off {
    0% {
        background: #FFF;
    }

    50% {
        background: #FFF;
        -moz-transform: scaleX(0);
        transform: scaleX(0);
    }

    50.1% {
        -moz-transform: scaleX(0);
        transform: scaleX(0);
        background: #333;
    }

    100% {
        background: #333;
        -moz-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes card_off {
    0% {
        background: #FFF;
    }

    50% {
        background: #FFF;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    50.1% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        background: #333;
    }

    100% {
        background: #333;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-o-keyframes card_off {
    0% {
        background: #FFF;
    }

    50% {
        background: #FFF;
        -o-transform: scaleX(0);
        transform: scaleX(0);
    }

    50.1% {
        -o-transform: scaleX(0);
        transform: scaleX(0);
        background: #333;
    }

    100% {
        background: #333;
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-o-keyframes card_off {
    0% {
        background: #FFF;
    }

    50% {
        background: #FFF;
        -o-transform: scaleX(0);
        transform: scaleX(0);
    }

    50.1% {
        -o-transform: scaleX(0);
        transform: scaleX(0);
        background: #333;
    }

    100% {
        background: #333;
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-ms-keyframes card_off {
    0% {
        background: #FFF;
    }

    50% {
        background: #FFF;
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }

    50.1% {
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        background: #333;
    }

    100% {
        background: #333;
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}

#megaNavi01 {
    padding: 10px 0;
    top: -211px;
}

#megaNavi01 .megaNavi_in {
    width: 1000px !important;
    margin-left: auto;
    margin-right: auto;
}

#megaNavi01 .float_right {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    height: 105px;
    margin-bottom: 10px;
}

#megaNavi01 a p {
    text-align: center !important;
    color: #FFFFFF !important;
    width: 100%;
    height: 108px;
    padding-top: 15px;
    line-height: 1.5;
}

#megaNavi01 .float_right {
    background: #FFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0;
}

#megaNavi01 .float_right ul {
    overflow: hidden;
    *zoom: 1;
}

#megaNavi01 .float_right ul li {
    float: left;
    border-right: 1px solid #8EB4E3;
    width: 139px;
    height: 95px;
    margin-top: 0px;
    font-size: 13px;
}

#megaNavi01 .float_right ul li a p {
    background-repeat: no-repeat;
    background-position: center 70px;
    background-image: url(img/megaNavi01_bg02.png);
    background-color: #3D7BBF;
}

#megaNavi01 .float_right ul li a p.lastChild {
    background-repeat: no-repeat;
    background-position: center 70px no-repeat;
    background-image: url(img/megaNavi01_bg01.png);
    background-color: white;
    color: #8EB4E3 !important;
}

#megaNavi01 .float_right ul li div {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-top: -123px;
}

#megaNavi01 .float_right ul li:hover div {
    margin-top: 0px;
}

#megaNavi01 .float_right ul li a:hover {
    text-decoration: none;
}

#megaNavi01 .float_right ul li.lastChild {
    border-right: none;
}


#megaNavi02 {
    padding: 10px 0;
    top: -211px;
}

#megaNavi02 .megaNavi_in {
    width: 1000px !important;
    margin-left: auto;
    margin-right: auto;
}

#megaNavi02 .float_right {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    height: 105px;
    margin-bottom: 10px;
}

#megaNavi02 a p {
    text-align: center !important;
    color: #FFFFFF !important;
    width: 100%;
    height: 108px;
    padding-top: 15px;
    line-height: 1.5;
}

#megaNavi02 .float_right {
    background: #FFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0;
}

#megaNavi02 .float_right ul {
    overflow: hidden;
    *zoom: 1;
}

#megaNavi02 .float_right ul li {
    float: left;
    border-right: 1px solid #8EB4E3;
    width: 195px;
    height: 95px;
    margin-top: 0px;
}

#megaNavi02 .float_right ul li a p {
    background-repeat: no-repeat;
    background-position: center 70px;
    background-image: url(img/megaNavi01_bg02.png);
    background-color: #3D7BBF;
}

#megaNavi02 .float_right ul li a p.lastChild {
    background-repeat: no-repeat;
    background-position: center 70px no-repeat;
    background-image: url(img/megaNavi01_bg01.png);
    background-color: white;
    color: #8EB4E3 !important;
}

#megaNavi02 .float_right ul li div {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-top: -123px;
}

#megaNavi02 .float_right ul li:hover div {
    margin-top: 0px;
}

#megaNavi02 .float_right ul li a:hover {
    text-decoration: none;
}

#megaNavi02 .float_right ul li.lastChild {
    border-right: none;
}


#megaNavi03 {
    padding: 10px 0;
    top: -211px;
}

#megaNavi03 .megaNavi_in {
    width: 1000px !important;
    margin-left: auto;
    margin-right: auto;
}

#megaNavi03 .float_right {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    height: 105px;
    margin-bottom: 10px;
}

#megaNavi03 a p {
    text-align: center !important;
    color: #FFFFFF !important;
    width: 100%;
    height: 108px;
    padding-top: 15px;
    line-height: 1.5;
}

#megaNavi03 .float_right {
    background: #FFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0;
}

#megaNavi03 .float_right ul {
    overflow: hidden;
    *zoom: 1;
}

#megaNavi03 .float_right ul li {
    float: left;
    border-right: 1px solid #8EB4E3;
    width: 325px;
    height: 95px;
    margin-top: 0px;
}

#megaNavi03 .float_right ul li a p {
    background-repeat: no-repeat;
    background-position: center 72px;
    background-image: url(img/megaNavi01_bg02.png);
    background-color: #3D7BBF;
}

#megaNavi03 .float_right ul li a p.lastChild {
    background-repeat: no-repeat;
    background-position: center 70px no-repeat;
    background-image: url(img/megaNavi01_bg01.png);
    background-color: white;
    color: #8EB4E3 !important;
}

#megaNavi03 .float_right ul li div {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-top: -123px;
}

#megaNavi03 .float_right ul li:hover div {
    margin-top: 0px;
}

#megaNavi03 .float_right ul li a:hover {
    text-decoration: none;
}

#megaNavi03 .float_right ul li.lastChild {
    border-right: none;
}


#megaNavi04 {
    padding: 10px 0;
    top: -211px;
}

#megaNavi04 .megaNavi_in {
    width: 1000px !important;
    margin-left: auto;
    margin-right: auto;
}

#megaNavi04 .card {
    width: 125px;
}

#megaNavi04 .float_right {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    height: 105px;
    margin-bottom: 10px;
}

#megaNavi04 a p {
    text-align: center !important;
    color: #FFFFFF !important;
    width: 100%;
    height: 108px;
    padding-top: 15px;
    line-height: 1.5;
}

#megaNavi04 .float_right {
    background: #FFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0;
}

#megaNavi04 .float_right ul {
    overflow: hidden;
    *zoom: 1;
}

#megaNavi04 .float_right ul li {
    float: left;
    border-right: 1px solid #8EB4E3;
    width: 244px;
    height: 95px;
    margin-top: 0px;
}

#megaNavi04 .float_right ul li a p {
    background-repeat: no-repeat;
    background-position: center 70px;
    background-image: url(img/megaNavi01_bg02.png);
    background-color: #3D7BBF;
}

#megaNavi04 .float_right ul li a p.lastChild {
    background-repeat: no-repeat;
    background-position: center 70px no-repeat;
    background-image: url(img/megaNavi01_bg01.png);
    background-color: white;
    color: #8EB4E3 !important;
}

#megaNavi04 .float_right ul li div {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-top: -123px;
}

#megaNavi04 .float_right ul li:hover div {
    margin-top: 0px;
}

#megaNavi04 .float_right ul li a:hover {
    text-decoration: none;
}

#megaNavi04 .float_right ul li.lastChild {
    border-right: none;
}

/* --- asai 20200818 ---*/

#megaNavi05 {
    padding: 10px 0;
    top: -211px;
}

#megaNavi05 .megaNavi_in {
    width: 1000px !important;
    margin-left: auto;
    margin-right: auto;
}

#megaNavi05 .float_right {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    height: 105px;
    margin-bottom: 10px;
}

#megaNavi05 a p {
    text-align: center !important;
    color: #FFFFFF !important;
    width: 100%;
    height: 108px;
    padding-top: 15px;
    line-height: 1.5;
}

#megaNavi05 .float_right {
    background: #FFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0;
}

#megaNavi05 .float_right ul {
    overflow: hidden;
    *zoom: 1;
}

#megaNavi05 .float_right ul li {
    float: left;
    border-right: 1px solid #8EB4E3;
    width: 195px;
    height: 95px;
    margin-top: 0px;
    font-size: 13px;
}

#megaNavi05 .float_right ul li a p {
    background-repeat: no-repeat;
    background-position: center 70px;
    background-image: url(img/megaNavi01_bg02.png);
    background-color: #3D7BBF;
}

#megaNavi05 .float_right ul li a p.lastChild {
    background-repeat: no-repeat;
    background-position: center 70px no-repeat;
    background-image: url(img/megaNavi01_bg01.png);
    background-color: white;
    color: #8EB4E3 !important;
}

#megaNavi05 .float_right ul li div {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-top: -123px;
}

#megaNavi05 .float_right ul li:hover div {
    margin-top: 0px;
}

#megaNavi05 .float_right ul li a:hover {
    text-decoration: none;
}

#megaNavi05 .float_right ul li.lastChild {
    border-right: none;
}

/* --- asai 20200818 ---*/

#mainvisual {
    position: relative;
    width: 100%;
    height: 300px;
}

#mainvisual-inner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

#mainvisual-inner .img {
    position: absolute;
    display: none;
    width: 2000px;
    /* 画像の幅 */
    margin-left: -1000px;
    /* -(画像の幅÷2) */
    padding-left: 50%;
    top: 0;

}

#mainvisual-inner .img:first-child {
    position: relative;
    display: block;
}



/*--------------------------------------
メニュー
--------------------------------------*/

@charset "UTF-8";
@import url(https: //fonts.googleapis.com/css?family=Roboto+Condensed);

a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}

a:hover {
    color: #666666;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub {
    font-size: 1.15rem;
}

.s_nav {
    margin-top: 0;
    margin-bottom: 100%;
    border-bottom: 1px solid #000000;
}

.s_nav a {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}

.s_nav .child {
    display: block;
    margin: 0 0 -1px;
    padding: 0;
    background-color: #F3F3F3;
    border: 1px solid #eaeaea;
}

.s_nav .child .menu {
    background: #eaeaea;
    color: #5e5e5e;
}

.s_nav .child .menu:hover {
    background: #d0d0d0;
}

.s_nav .child > li {
    margin: 4px 0;
    padding: 0 16px;
    border-bottom: 1px dotted #dddddd;
}

.s_nav .child > li:last-child {
    border-bottom: 0;
}

.switch .menu2:after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -1.4rem;
    content: '>';
    font-size: 1.4rem;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}

.switch .menu2.active:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.menu2 {
    display: block;
    position: relative;
    padding: 0px;
    border-top: 1px solid #000000;
}

.no {
    border-top: 1px solid #000000;
}


#staffblog-cat a {
    background-color: #252772;
    border-radius: 15px;
    border: 1px solid #252772;
    color: #FFFFFF;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
    display: inline-block;
    margin-top: 5px;
    font-size: 90%;
}

#staffblog-cat {
    width: 83%;
    text-align: left;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

#staffblog-social {
    float: left;
}

.magazine {
    width: 100%;
}

.magazine_con {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.magazine table {
    width: 100%;
    margin-top: 15px;
}

/*--------------------------------------
サイドメニュー
--------------------------------------*/

.displayNone {
    display: none;
}

.side_li {
    background-image: url(img/li04.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    border-bottom: 1px solid #CCCCCC;
}

.side_li a {
    display: block;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.side_li a:hover {
    color: #B9B9B9;
}

.sub-nav01 {
    padding: 0px;
    font-weight: bold;
}

.sub-nav01 a {
    margin: 0px;
    display: block;
    padding-top: 45px;
    padding-right: 0px;
    padding-bottom: 5px;
    background-image: url(img/side01.png);
    background-repeat: no-repeat;
    background-position: center 8px;
    display: block;
    font-weight: bold;
    font-size: 96%;
    color: #FFFFFF;
    text-align: center;
    background-color: #13b5b1;
}

.sub-nav01 a:hover {
    background-color: #15D0CB;
    text-decoration: none;
}

.sub-nav02 {
    padding: 0px;
    font-weight: bold;
}

.sub-nav02 {
    margin-top: 20px;
    display: block;
    padding-top: 45px;
    padding-right: 0px;
    padding-bottom: 5px;
    background-image: url(img/side02.png);
    background-repeat: no-repeat;
    background-position: center 8px;
    display: block;
    font-weight: bold;
    font-size: 96%;
    color: #FFFFFF;
    text-align: center;
    background-color: #ff74ac;
    cursor: pointer;
}

.sub-nav02:hover {
    background-color: #FF90BC;
    text-decoration: none;
}

.sub-nav03 {
    padding: 0px;
    font-weight: bold;
}

.sub-nav03 {
    margin-top: 20px;
    display: block;
    padding-top: 45px;
    padding-right: 0px;
    padding-bottom: 5px;
    background-image: url(img/side03.png);
    background-repeat: no-repeat;
    background-position: center 8px;
    display: block;
    font-weight: bold;
    font-size: 96%;
    color: #FFFFFF;
    text-align: center;
    background-color: #3252ca;
    cursor: pointer;
}

.sub-nav03:hover {
    background-color: #516CD4;
    text-decoration: none;
}

.sub-nav04 {
    padding: 0px;
    font-weight: bold;
}

.sub-nav04 {
    margin-top: 20px;
    display: block;
    padding-top: 45px;
    padding-right: 0px;
    padding-bottom: 5px;
    background-image: url(img/side04.png);
    background-repeat: no-repeat;
    background-position: center 8px;
    display: block;
    font-weight: bold;
    font-size: 96%;
    color: #FFFFFF;
    text-align: center;
    background-color: #02c06d;
    cursor: pointer;
}

.sub-nav04:hover {
    background-color: #01DE7E;
    text-decoration: none;
}

.sub-nav05 {
    padding: 0px;
    font-weight: bold;
}

.sub-nav05 {
    margin-top: 20px;
    display: block;
    padding-top: 45px;
    padding-right: 0px;
    padding-bottom: 5px;
    background-image: url(img/side05.png);
    background-repeat: no-repeat;
    background-position: center 8px;
    display: block;
    font-weight: bold;
    font-size: 96%;
    color: #FFFFFF;
    text-align: center;
    background-color: #fea417;
    cursor: pointer;
}

.sub-nav05:hover {
    background-color: #FEB94E;
    text-decoration: none;
}

/*===============================================/
/==================== 追加分 ====================*/

.text_b {
    color: #252772;
    font-weight: bold;
}

.text_r {
    text-align: right;
    font-weight: bold;
    line-height: 1;
    padding-top: 15px;
}

.text_g {
    color: #019A21;
}

.text_indent1 {
    padding-left: 1em;
    text-indent: -1em;
}

.text_indent2 {
    padding-left: 2em;
    text-indent: -2em;
}

.con .table01 {
    width: 100%;
    margin-top: 10px;
    font-weight: bold;
    border: none;
}

.con .table01 th {
    background-color: #252772;
    color: #fff;
}

.con .table01 th,
.con .table01 td {
    padding: 5px 0 5px 15px;
    border: 1px solid #fff;
}

.con .table01 tr:nth-child(2n+1) {
    background-color: #b5b7fc;
}

.con .table01 tr:nth-child(2n) {
    background-color: #e5e6ff;
}

.con .table02 {
    width: 100%;
    margin-top: 10px;
    text-align: left;
    border: none;
}

.con .table02 th {
    background-color: #252772;
    color: #fff;
}

.con .table02 th,
.con .table02 td {
    border: 1px solid #fff;
    letter-spacing: -2px;
    padding: 5px;
}

.con .table02 tr:nth-child(2n+1) {
    background-color: #b5b7fc;
}

.con .table02 tr:nth-child(2n) {
    background-color: #e5e6ff;
}

.con .table02 .t-green {
    background-color: #d0f8ee;
}

.con .table02 .t-yellow {
    background-color: #f6f3a9;
}

.con .table02 .t-blue1 {
    background-color: #b7b9ff;
}

.con .table02 .t-blue2 {
    background-color: #e6e7ff;
}

.con .table02 .t-blue3 {
    background-color: #bee8fb;
}

.con .table03 {
    width: 100%;
    margin-top: 10px;
    text-align: left;
    border: none;
}

.con .table03 th {
    color: #fff;
}

.con .table03 th,
.con .table03 td {
    border: 1px solid #fff;
    letter-spacing: -2px;
    padding: 5px;
}

.con .con-title01 {
    background-color: #252772;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.con .con-right {
    float: right
}

.con .con-right .text_right01 {
    float: right;
    margin-right: 20px;

}

.con .con-right .text_right01 a {
    font-weight: bold;
}

.con .btn-b01 {
    background-color: #252772;
    margin: 0 20px 20px 0;
    outline: 1px solid #fff;
    outline-offset: -4px;
}

#main .con .btn-b01 a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 40px;
    color: #fff;
}

#main .con .btn-b01:hover {
    opacity: 0.7;
}


/*===============================================/
/==================== top-page ================/
/===============================================*/

#center-nav {
    background: #f2f2f2;
    margin-bottom: 80px;
}

#center-nav .c-nav-inner {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -1em;
}

#center-nav .c-nav {
    display: inline-block;
    padding: 30px 30px 30px 0;
}

#center-nav .last01 {
    padding-right: 0;
}

.top-info03 {
    margin-top: 80px;
}

.top-info03 .top-info-title {
    width: 100%;
    text-align: center;
    background: #8eb4e3;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 30px;
}

.top-info03 ul li {
    margin-top: 5px;
}

.top-info03 ul li {
    display: inline-block;
    padding-right: 0px;
    margin-bottom: 12px;
}

.top-info03 ul li:nth-child(4n) {
    padding: 0;
}

/*===============================================/
/==================== group-page ================/
/===============================================*/

#title {
    background-repeat: repeat-x;
    background-image: url(img/bg-01.jpg);
    background-position: center top;
}

.content-title01 {
    background: url(img/title01.jpg) no-repeat left center;
}

.content-title01 h3 {
    font-size: 30px;
    padding-left: 75px;
    margin-bottom: 30px;
    height: auto;
    line-height: 120%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-title {
    width: 1000px;
    margin: 0 auto;
}

.page-title h2 {
    font-weight: bold;
    color: #487dbe
}

.content-box {
    margin-bottom: 115px;
}

.content-box p {
    font-size: 17px;
    line-height: 2;
}

.group-list li {
    float: left;
    margin: 18px 19px 0 0;
}

.group-list li:last-child {
    margin-right: 0px;
}

.group-con .content-box ol {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
}

.group-con .content-box ol li.number {
    margin-bottom: 60px;
    padding-left: 61px;
    position: relative;
    font-size: 22px;
    color: #487dbe;
    line-height: 50px;
}

.group-con .content-box ol li.number:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #8eb4e3;
    color: #fff;
    display: block;
    float: left;
    line-height: 50px;
    margin-left: -61px;
    text-align: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.group-con .content-box p,
.group-con .content-box ol li ul li {
    color: #000;
    font-size: 18px;
}

.group-con .content-box .g-img {
    float: right;
    display: block;
}

.group-con .content-box .g-img img {
    margin: 0 0 25px 30px;
}

.content-box .detail-box .t-blue4 {
    color: #3d7bbf;
    font-weight: bold;
}

.content-box .detail-box {
    padding: 10px;
    border: 1px solid #8eb4e3;
    margin-top: 25px;
}

.content-box .detail-box .detail-box-inner {
    padding: 30px;
    border: 1px solid #bbd2ee;
}

.detail-box-inner p img {
    vertical-align: middle;
}

.content-box .detail-btn {
    border: 1px solid #8eb4e3;
    border-radius: 10px;
    width: 450px;
    margin: 0 auto 30px;
}



.content-box .detail-btn a {
    display: block;
    color: #6e99cd;
    text-align: center;
    line-height: 18px;
    padding-top: 22px;
    padding-bottom: 22px;
    position: relative;
}

.content-box .detail-btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 95%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #6e99cd;
    border-right: 1px solid #6e99cd;
    transform: rotate(45deg);
    margin-top: -5px;
}

.content-box .detail-btn02 {
    border: 1px solid #8eb4e3;
    border-radius: 10px;
    width: 450px;
    margin: 10px 0 40px;
}

.content-box .detail-btn02 a {
    display: block;
    color: #6e99cd;
    text-align: center;
    line-height: 18px;
    padding-top: 22px;
    padding-bottom: 22px;
    position: relative;
}

.content-box .detail-btn02 a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 95%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #6e99cd;
    border-right: 1px solid #6e99cd;
    transform: rotate(45deg);
    margin-top: -5px;
}

.content-box .excel-box p {
    background-image: url(img/file-icon-excel.png?0721);
}

.content-box .zip-box p {
    background-image: url(img/file-icon-zip.png);
}


.content-box .word-box p {
    background-image: url(img/file-icon-word.png);
}

.content-box .pdf-box p {
    background-image: url(img/file-icon-pdf.png);
}

.content-box .zip-box p,
.content-box .excel-box p,
.content-box .pdf-box p,
.content-box .word-box p {
    border-bottom: 1px solid #bbd2ee;
    padding: 20px 10px 20px 60px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 44px 51px;
}

.content-box .pdf-box p.icon02 {
    border-bottom: 1px solid #bbd2ee;
    padding: 20px 10px 20px 60px;
    background-image: url(img/file-icon-file.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 44px 51px;
}

.content-box .zip-box p:last-child,
.content-box .excel-box p:last-child,
.content-box .pdf-box p:last-child,
.content-box .word-box p:last-child {
    border-bottom: none;
}

.content-box .border01 {
    border: 1px solid #bbd2ee;
}

.content-box .border01 a {
    display: inline-block;
    padding: 20px 10px;
}

/*===============================================/
/==================== crc-page ================/
/===============================================*/

#content h4 {
    font-size: 24px;
    color: #6bbb69;
    padding-bottom: 5px;
    line-height: 24px;
    border-bottom: 3px solid #fccf00;
    display: inline-block;
    margin-bottom: 20px;
}

.float_right {
    float: right;
}




/*===============================================/
/==================== recruit-page ================/
/===============================================*/

.recruit-con .content-box .detail-btn {
    margin: 0;
}

/*===============================================/
/==================== access-page ================/
/===============================================*/

.title-g h4 {
    font-size: 24px;
    color: #6bbb69;
    padding-bottom: 5px;
    line-height: 24px;
    border-bottom: 3px solid #fccf00;
    display: inline-block;
    margin-bottom: 20px;
}

.access-con .access-box {
    margin: 40px 0 80px 0;
}

.access-con h5 {
    line-height: 40px;
    font-size: 18px;
    color: #4f7dc2;
    padding-left: 38px;
    margin-bottom: 10px;
}

.access-con p {
    margin-bottom: 40px;
}

.access-con p span {
    font-weight: bold;
    margin-top: 40px;
}

#acc-bg1 {
    display: noen;
    background: url(img/access-icon01.png) no-repeat center left;
}

#acc-bg2 {
    display: noen;
    background: url(img/access-icon03.png) no-repeat center left;
}

#acc-bg3 {
    display: noen;
    background: url(img/access-icon02.png) no-repeat center left;
}

.access-con .map-img img {
    border: 4px solid #cccccc;
}

.access-con .access_btn {
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

#content .access-con .access_btn a {
    display: inline-block;
    font-size: 16px;
    border: 1px solid #4f7dc2;
    width: 250px;
    height: 45px;
    text-align: center;
    color: #4f7dc2;
    line-height: 45px;
    margin-top: 40px;
    text-decoration: none;
}

#content .access-con .access_btn a:hover {
    background-color: #F6F9FF;
}

/*===============================================/
/=========== clinilal-applicant-page =============/
/===============================================*/

.applicant-box {
    margin-bottom: 80px;
}

/*===============================================/
/=========== trial-management-page =============/
/===============================================*/

.trial-con .trial-img {
    float: right;
    width: 313px;
    padding-left: 30px;
    margin-top: -25px;
}

.trial-con .trial-img p {
    text-align: center;
    font-size: 16px;
}

/*===============================================/
/=========== ctu-group-page =====================/
/===============================================*/

.ctu-group-btn {
    display: flex;
    justify-content: space-around;
    margin-bottom: 80px;
}

.ctu-group-btn .btn-box a {
    color: #fff;
    display: block;
    text-align: center;
    background-color: #8eb4e3;
    font-size: 16px;
    line-height: 52px;
    width: 220px;
    height: 52px;
    position: relative;
}

.ctu-group-btn .btn-box a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 90%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-top: -5px;
}

.ctu-group-btn .active a {
    background-color: #4f7dc2;
}

.ctu-group-con .float_right {
    float: right;
}

.ctu-group-con .ctu-box2 .float_left {
    float: left;
}

.ctu-box {
    margin-bottom: 70px;
}

.ctu-box .mail-img img {
    vertical-align: middle;
}

.ctu-box2 {
    margin-bottom: 80px;
}

.ctu-box2 img {
    border: 1px solid #aaa;
    padding: 10px;
}

.ctu-box2 h5 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 25px;
}

.ctu-box2 h5 span {
    font-size: 14px;
    font-weight: normal;
}

.ctu-box2 p {
    width: 320px;
}

.ctu-box2 .float_left img {
    margin-right: 30px;
}

/*===============================================/
/=========== clinilal-applicant-page =============/
/===============================================*/

.about-con .float_right {
    float: right;
    padding-left: 25px;
}

.about-con p {
    margin-bottom: 35px;
}

.about-con .float_right p {
    margin-top: 10px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*=========== rule-page =============*/

.applicant-con .rule1 ul li {
    padding: 15px;
    background-color: #C7DAF1;
}

.applicant-con .rule1 ul li:nth-child(2n) {
    background-color: #F0FBFD;
}

/*=========== download-page =============*/

.applicant-con table {
    width: 100%;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.applicant-con table td,
.applicant-con table th {
    padding: 5px;
}

.applicant-con table th {
    background-color: #6897D0;
    color: #fff;
}

.td-left {
    width: 21%;
}

.table04 td {
    background-color: #C7DAF1;
}

.table04 span {
    font-size: 1.2rem;
}

.table05 td {
    background-color: #F0FBFD;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.applicant-con .c-1 {
    background-color: #C7DAF1;
}

.table06 th,
.table06 td {
    background-color: #F0FBFD;
    text-align: center;
}

.table06 .td-left {
    text-align: left;
    width: 18%
}

/*=========== exami-page =============*/

.applicant-con .exami-box {
    width: 100%;
}

.applicant-con .exami-box p {
    padding-top: 10px;
}

.applicant-con .exami-box-l {
    float: left;
    width: 48%;
}

.applicant-con .exami-box-r {
    float: right;
    width: 48%;
}

.applicant-con .rule1 .rule-title {
    background-color: #6897D0;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

/*--------------------------------------
患者さん・一般の方へ
--------------------------------------*/

.patient_con {
    padding-bottom: 4em;
}

.patient_con dl {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.patient_con dt {
    font-weight: bold;
    float: left;
    width: 13%;
}

.patient_con dd {
    float: left;
    width: 77%;
}

.patient_con .float_right {
    float: right;
}

.patient_con h5 {
    text-align: center;
    color: #000000;
    font-size: 20px;
    background-image: url(img/patient02.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.patient_con h5.flow {
    margin-bottom: 0;
    padding-bottom: 0;
}

.patient_con2 {
    background-color: #EDF5FF;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 3.5em;
    padding-left: 1em;
    background-image: url(img/patient03.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.patient_con2_2 {
    background-color: #EDF5FF;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
}

.patient_con3 {
    background-color: #FFE1D9;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 3.5em;
    padding-left: 1em;
    background-image: url(img/patient04.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.patient_con3_3 {
    background-color: #FFE1D9;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
}


.patient_con_table table {
    width: 100%;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

.patient_con_table th {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
    background-color: #8EB4E3;
    color: #FFFFFF;
}

.patient_con_table td {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.top-border {
    border-top: 1px dotted #333;
    padding-top: 60px;
}

#content .btn04 {
    text-align: center;
    margin-top: 40px;
}

#content .btn04 a {
    background: #6bbb69;
    text-decoration: none;
    padding: 10px 30px;
    color: #fff;
    border-radius: 20px;
}

.patient_con_box {
    padding: 30px;
    background-color: #F0FFEF;
    margin-top: 30px;
    border: 2px solid #00A431;
}

/*--------------------------------------
企業の方へ
--------------------------------------*/

.company-con ul {
    margin-left: 15px;
}

.company-con ul li {
    padding-left: 2em;
    text-indent: -2em;
}

.content-box h5 {
    text-align: left;
    border: none;
    background: none;
    font-size: 16px
}


/*--------------------------------------
ipad
--------------------------------------*/

@media screen and (max-width:770px) {


    #content {
        margin-left: 1%;
        margin-right: 1%;
    }

    #pankuzu a {
        margin-left: 1%;
    }

    #title h2 {
        padding-left: 1%;
        padding-right: 0%;
    }

    #center-nav .c-nav-inner {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        letter-spacing: -1em;
    }

    #center-nav .c-nav {
        display: inline-block;
        padding: 30px 1% 30px 1%;

    }

    #footer {
        width: 100%;
        clear: both;
        margin-top: 0px;
        padding-top: 0px;
    }

    .side_r {
        width: 250px;
        float: left;
        margin-left: 3%;
    }
}


/*  メガメニュー  */

/*
.description {
    width: 80%;
    margin: 50px auto;
}
*/

.menu-container {
    width: 100%;
    margin: 0 auto;
    background: #8EB4E3;
    border-bottom: 1px solid #fff;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #4F7EB8;
    color: #fff;
}

.menu > ul {
    margin: 0 auto;
    width: 1200px;
    list-style: none;
    padding: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    height: 100%;
    width: calc(99%/ 7);
    background: #8EB4E3;
    padding: 0;
    margin: 0;
    border-left: 1px solid #fff;
}

.menu > ul > li:last-child {
    border-right: 1px solid #fff;
}

.menu > ul > li a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    height: 55px;
    line-height: 1.3;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    width: calc(99%/ 7);
}

.menu > ul > li:hover {
    background: #4F7EB8;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #4F7EB8;
    padding: 30px 38px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #fff;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: calc(98%/ 3);
    background: none;
    float: left;
    height: 160px;
    margin-right: 1%;
}




.menu > ul > li > ul > li:nth-of-type(3),
.menu > ul > li > ul > li:nth-of-type(6) {
    margin-right: 0;
}

.menu > ul > li > ul > li:nth-of-type(4),
.menu > ul > li > ul > li:nth-of-type(5),
.menu > ul > li > ul > li:nth-of-type(6) {
    height: auto;
}


.menu > ul > li > ul > li a {
    color: #fff;
    padding: 7px 0 2px;
    width: 95%;
    display: block;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1;
    height: auto;
    font-weight: bold;
    margin-top: 15px;
}

.menu > ul > li > ul > li a:first-child {
    margin-top: 0;
}


.menu > ul > li > ul.short {
    width: 100% !important;
}

.menu > ul > li > ul.short > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: calc(90%/ 3) !important;
    background: none;
    float: left;
    height: auto;
    margin-right: 1%;
    display: inline-block;
}

.menu > ul > li > ul.short > li a {
    color: #fff;
    padding: 10px;
    width: 95%;
    display: block;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1;
    height: auto;
    font-weight: bold;
    margin-top: 15px;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    /*    padding: 10px 0;*/
    margin: 0;
    font-size: .8em;
    padding-left: 13px;
    background-image: url(img/manu_li_icon.png);
    background-repeat: no-repeat;
    background-position: left top 8px;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
    margin-top: 0;
    font-weight: normal;
}

.menu > ul > li > ul.normal-sub {
    width: 300px;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
    margin-left: 20px;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    /*    padding: 1em 0;*/
    margin-top: 0;

}



/*patient06*/

.fl {
    display: flex;
}

.fl-wr {
    flex-wrap: wrap;
}

.btn_wrap {
    margin: 5px auto 50px;
}

.btn_wrap li {
    width: 24%;
    margin-right: 1%;
    text-align: center;
    min-height: 80px;
    font-size: 13px;
}

.btn_wrap li:last-child {
    margin-right: 0;
}

.btn_wrap li a {
    height: 100%;
    display: block;
    padding: 0 5px;
    text-decoration: none !important;
    line-height: 1.3;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_wrap li a span {
    font-size: 13px;
}

.btn_wrap li a img {
    width: 100%;
    max-width: 100%;
}

.b_type01 li {
    background-color: #cdd9e7;
}

.b_type02 li {
    background-color: #e3bb8e;
}

.b_type03 li {
    background-color: #d0e38e;
}

.b_type04 li {
    background-color: #ffba78;
}

.b_type05 li {
    background-color: #ffd7ff;
}

.b_type06 li {
    background-color: #dbd3ff;
}
.b_type07 li {
    background-color: #FFD966
}



.btn_wrap li.bg_none {
    background: none;
}

h3.l_line {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

h3.l_line::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
}

h3.l_line.h3_01::before {
    background-color: #cdd9e7;
}

h3.l_line.h3_02::before {
    background-color: #e3bb8e;
}

h3.l_line.h3_03::before {
    background-color: #d0e38e;
}

h3.l_line.h3_04::before {
    background-color: #ffba78;
}

h3.l_line.h3_05::before {
    background-color: #ffd7ff;
}

h3.l_line.h3_06::before {
    background-color: #dbd3ff;
}
h3.l_line.h3_07::before {
    background-color: #FFD966;
}



/*  hrpp page  */

.content-box h5.hrpp {
    font-size: 19px;
    font-weight: bold;
}

ul.dot {
    margin: 20px auto;
}

ul.dot li {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    line-height: 2;
}

ul.dot li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    top: 13px;
    left: 0;
}

ul.li_line {
    margin: 20px auto;
}

ul.li_line li {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    line-height: 2;
}

ul.li_line li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    border-radius: 50%;
    background-color: #000;
    top: 15px;
    left: 0;
}

img.hrpp_img {
    width: auto;
    max-width: 100%;
    margin: 20px auto;
}

.patient_con_table.t_c table {
    text-align: center;
}


/* hrpp_table */

.hrpp_table table {
    width: auto;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 1em;
    font-size: 13px;

}

.hrpp_table th {
    background-color: #f4f4f4;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 3px;
}

.hrpp_table td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 3px;
}

.hrpp_table th.w_65 {
    width: 65px;
    min-width: inherit;
}

.hrpp_table th.w_250 {
    width: 250px;
    min-width: inherit;
}

.hrpp_table th.w_130 {
    width: 130px;
    min-width: inherit;
}

.banner_box ul {
    margin-left: 0;
}

.banner_box li {
    margin: 0 10px 0 0;
}

.banner_box h5 {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}

#aa {
    width: 200px;
    margin-right: 20px;
}

#aa button {
    width: 200px;
    height: 50px;
    display: block;
    background-image: url(img/a01.png);
    border-style: none;
    cursor: pointer;
}

#bb {
    width: 200px;
}

#bb button {
    width: 200px;
    height: 50px;
    display: block;
    background-image: url(img/a02.png);
    border-style: none;
    cursor: pointer;
}

.ui-collapsible-content {
    margin-top: -1em;
}

.ui-loader {
    display: none;
}

.ui-collapsible-heading-status {
    position: absolute;
    top: -9999px;
    left: 0;
    text-decoration: none;
}

.ui-collapsible-content-collapsed {
    display: none;
}

.botton01 {
    text-decoration: none;
}

.collapsibleset {
    text-decoration: none;
}

#collapsibleset_title a {
    text-decoration: none;
}

#collapsibleset_title .detail_txt01 a {
    text-decoration: underline;
}

#collapsibleset_title h3 {
    border-top: 1px solid #ccc;
    font-size: 16px;
    padding-left: 0px;
}

#collapsibleset_title h3 .fl {
    color: #3570B8;
        margin-top: 2em;
}

.detail_txt01{
    margin-bottom: 3em;
}

.detail_txt01 .t-b{
    font-weight: bold;
}

.detail_txt01 ul{
     margin-left: 2em;
}

.detail_txt01 li{
     list-style-type: disc;
}