@charset "UTF-8";
/* 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,
strong,
sub,
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 {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: none;
    line-height: 1;
}

* {
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

a {
    color: #000;
}

a:hover {
    opacity: 0.8;
    transition: all .3s ease;
}

a[href^="tel:"] {
    cursor: default;
}

/*-----------------------------------
-------------   共通  --------------
------------------------------------*/

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 200px;
}

body {
    width: 100%;
    min-width: 1200px;
    font-size: 1.6rem;
    color: #4e575b;
}

main {
    width: 76%;
}

a,
a:hover {
    text-decoration: none;
    transition: all ease 0.3s;
}

.cf::after {
    content: "";
    display: block;
    clear: both;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

#js_main {
    padding-top: 137px;
}

.t-mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fl {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;

}

.fl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fl-end {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}

.fl-bt {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fl-wr {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.fl-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fl-c {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tx11 {
    font-size: 1.1rem;
}

.tx18 {
    font-size: 1.8rem;
}

.t-b {
    font-weight: bold;
}

.t-g {
    color: #16B579;
}

.t-r {
    color: red;
}

.right {
    text-align: right !important;
}

.left {
    text-align: left !important;
}

.center {
    text-align: center !important;
}

.mt40 {
    margin-top: 40px;
}

/* ------------ header --------------*/

header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
}

.header-top {
    padding-bottom: 20px;
}

.header-top h1 {
    margin-top: 20px;
}

.header-top h1 a {
    color: #2d287f;
    line-height: 140%;
    font-weight: bold;
    font-size: 2rem;
    background-image: url(img/top-logo02.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 80px;
    display: block;
}

.serch-box {
    width: 300px;
}

.contact-menu-box ul li {
    background-color: #16B579;
    text-align: center;
    border-left: 1px solid #fff;
    font-weight: bold;
}

.contact-menu-box ul li a {
    color: #fff;
    padding-right: 5px;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 4.5rem;
    font-size: 1.2rem;
    padding: 0 10px;
}

.contact-menu-box ul li a:hover {
    color: #fff;
    background-color: #5ebf9a;
}

.header-menu {
    background-color: #16B579;
}

.header-menu ul li {
    width: 16.66%;
    border-left: 1px solid #fff;
}

.header-menu ul li:last-child {
    border-right: 1px solid #fff;
}

.header-menu ul li a {
    color: #fff;
}

.nav ul li {
    position: relative;
}

.nav ul li:hover > a {
    opacity: 1;
    background-color: #5ebf9a;
}

.nav ul li a {
    height: 80px;
    display: block;
    font-size: 1.6rem;
    color: #fff;
    transition: 0.3s;
    position: relative;
    line-height: 130%;
    padding-top: 30px;
}

/*
.nav ul li:nth-child(4) a {
    padding-top: 10px;
}*/

.nav ul li:nth-child(3) a {
    padding-top: 20px;
}

.nav ul li:nth-child(5) a {
    padding-top: 20px;
}

.nav ul li:hover .sub-menu {
    max-height: 600px;
    transition: max-height ease 0.6s 1ms;
}

.main-nav {
    position: relative;
    font-weight: bold;
}

.nav ul .sub-menu {
    position: absolute;
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 320px;
    background: #F3F4F5;
    z-index: 1000;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.nav ul .sub-menu li {
    margin: 0;
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #ccc;
}

.nav ul .sub-menu li:last-child {
    border-right: none;
}

.nav ul .sub-menu li a {
    color: #000;
    padding: 16px 0;
    width: 100%;
    display: block;
    font-size: 1.4rem;
    height: auto;
    padding-left: 30px;
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.nav ul .sub-menu li a:hover {
    color: #666;
    background: #FBFBFB;
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.main-nav-item a {
    position: relative;
}

.main-nav-item a span {
    display: block;
    text-align: center;
    width: 100%;
}


/* ------------ サイドメニュー --------------*/

aside {
    width: 260px;
    margin-bottom: 5em;
    /*    position: fixed;*/
}

aside {
    top: 0vh;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
}

aside li {
    border-bottom: 1px solid #ccc;
}

aside li a {
    display: block;
    padding: 20px 0px 20px 20px;
    line-height: 120%;
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

aside li a:hover {
    background-color: #f5f5f5;
}

/* ------------ フッター --------------*/

footer {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    background-color: #16B579;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 100%;
}



/* ------------ コンテンツ共通 --------------*/

.content {
    margin-top: 5em;
    line-height: 200%;
    padding-bottom: 7em;
}

.content section {
    margin-bottom: 5em;
}

.pankuzu {
    margin-top: 10px;
    font-size: 1.2rem;
    z-index: 999;
    position: relative;
}

.pankuzu a:hover {
    text-decoration: underline;
}

.pankuzu li a {
    background: url(img/all_pankuzu_arr.jpg) no-repeat center right 5px;
    background-size: 4px 11px;
    padding-right: 18px;
    display: block;
}

.pankuzu li:last-child {
    font-weight: bold;
}

.sub-title {
    background-image: url(img/title_bg.png);
    background-repeat: none;
    background-size: cover;
    width: 100%;
    height: 180px;
    display: block;
}

.sub-title h2 {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    font-size: 3rem;
    text-align: left;
    padding-top: 3.3em;
    font-weight: bold;
}

.sub-title h2 span {
    font-size: 2.2rem;
}

.sub h2 {
    background-color: #f5f5f5;
    font-weight: 700;
    padding: 12px 20px;
    font-size: 2rem;
    margin-bottom: 20px;
    position: relative;
    color: #16B579;
}

.sub h2::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 50%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #16B579;
}

.sub h2 span {
    font-size: 1.6rem;
}


.sub h3 {
    border-bottom: 2px solid #f5f5f5;
    padding: 10px 0;
    line-height: 160%;
    font-size: 1.6rem;
    margin-top: 2em;
    margin-bottom: 25px;
    position: relative;
    font-weight: bold;
    color: #4e575b;
}

.sub h3::before {
    display: block;
    background-color: #16B579;
    width: 80px;
    bottom: -2px;
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
}

.sub h4 {
    background-color: #4e575b;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    font-size: 1.6rem;
}


.sub h5 {
    font-weight: bold;
    color: #4e575b;
    margin-top: 30px;
}


.sub p {
    margin-bottom: 1em;
}

.sub a {
    text-decoration: underline;
}

.table01 table {
    width: 100%;
    border-bottom: 1px solid #a2ccc2;
    margin-bottom: 2em;
}

.table01 table tr {
    border-top: 1px solid #a2ccc2;
}

.table01 th {
    padding: 10px;
    background: #edfffb;
    text-align: center;
    width: 30%;
}

.table01 td {
    padding: 10px;
    width: 70%;
    text-align: center;
}

.table01 a {
    text-decoration: underline;
    position: relative;
}

.table01 a::after {
    content: url(img/pdf.png);
    display: block;
    position: absolute;
    right: -30px;
    top: 0;
}

.table02 table {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-bottom: 2em;
}

.table02 th {
    padding: 8px;
    border-top: 1px solid #cccccc;
    background: #16B579;
    color: #ffffff;
    border-left: 1px solid #cccccc;
    text-align: center;
}

.table02 td {
    padding: 8px;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}

.table03 table {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-bottom: 2em;
}

.table03 th {
    padding: 8px;
    border-top: 1px solid #cccccc;
    background: #16B579;
    color: #ffffff;
    border-left: 1px solid #cccccc;
    text-align: center;
}

.table03 td {
    padding: 8px;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    text-align: center;
}


/*********************アコーディオン**************************/

.accordionbox {
    width: 100%;
    border-bottom: 1px solid #DFDFDF;
}

.accordionlist dt {
    display: block;
    background: #fff;
    padding: 20px 0 10px 5px;
    border-top: 1px solid #DFDFDF;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.8rem;
}

.accordionlist dt:first-child {
    border-top: none !important;
}

.accordionlist dt:last-child {
    border-bottom: 1px solid #DFDFDF;
}


.accordionlist dt .title {
    padding-left: 10px;
    padding-top: 10px;
    float: left;
    color: #16B579;
}

.accordionlist dt:hover {
    background-color: #f5f5f5;
}

.accordionlist dd {
    display: none;
    background: #fff;
    padding: 0 0 20px 0;
}

.accordion_icon,
.accordion_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.accordion_icon {
    position: relative;
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 5px;
    top: 20px;
}

.accordion_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #16B579;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
    top: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
    top: 5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/*＋、－切り替え*/

.accordion_icon.active span:nth-of-type(1) {
    display: none;
}

.accordion_icon.active span:nth-of-type(2) {
    top: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/*＋、×切り替え*/

.accordion_icon.active span:nth-of-type(1) {
    top: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.accordion_icon.active span:nth-of-type(2) {
    top: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


/*----------------------------------
---------------- Top ---------------
------------------------------------*/

.news-date {
    display: block;
    font-weight: bold;
}

.news-box ul li a {
    text-decoration: underline;
}

.news-box ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #cdcdcd;
}

.sub .btn-c {
    text-align: center;
    margin-bottom: 2em;
}

.sub .btn-c a {
    display: block;
    width: 300px;
    padding: 15px 17px;
    color: #fff;
    border: 2px solid #16B579;
    background-color: #16B579;
    -webkit-box-shadow: 0 3px 0 #215f47;
    box-shadow: 0 3px 0 #215f47;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    transition: .3s;
}

.sub .btn-c a:hover {
    background-color: #fff;
    box-shadow: none;
    color: #16B579;
    transform: translate3d(0, 5px, 0);
}

.sub .btn-c-2 a {
    display: block;
    width: 70%;
    padding: 15px 17px;
    color: #fff;
    border: 2px solid #16B579;
    background-color: #16B579;
    -webkit-box-shadow: 0 3px 0 #215f47;
    box-shadow: 0 3px 0 #215f47;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    transition: .3s;
}

.sub .btn-c-2 a:hover {
    background-color: #fff;
    box-shadow: none;
    color: #16B579;
    transform: translate3d(0, 5px, 0);
}

.sub .btn-c-3 a:hover {
    background-color: #fff;
    box-shadow: none;
    color: #16B579;
    transform: translate3d(0, 5px, 0);
}

.sub .btn-c-3 a {
    display: block;
    width: 70%;
    border-radius: 40px;
    padding: 15px 17px;
    color: #fff;
    border: 2px solid #16B579;
    background-color: #16B579;
    -webkit-box-shadow: 0 3px 0 #215f47;
    box-shadow: 0 3px 0 #215f47;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    transition: .3s;
}

.sub .btn-c li {
    margin: 0 20px;
}


.sub .btn_system a {
    display: block;
    width: 600px;
    padding: 15px 17px;
    color: #fff;
    border: 2px solid #FFA64D;
    background-color: #FFA64D;
    -webkit-box-shadow: 0 3px 0 #ad5b09;
    box-shadow: 0 3px 0 #ad5b09;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    font-weight: bold;
    margin: 10px auto 2em auto;
    text-align: center;
    font-size: 1.8rem;
    transition: .3s;
}

.sub .btn_system a:hover {
    background-color: #fff;
    box-shadow: none;
    color: #FFA64D;
    transform: translate3d(0, 5px, 0);
}

.sub .f_list li a {
    background-color: #fff;
    color: #4e575b;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 2px 0 #eee;
    box-shadow: 0 2px 0 #eee;
    width: 100%;
    padding: 15px 20px 15px 50px;
    margin-bottom: 10px;
    font-weight: bold;
    text-decoration: none;
}

.sub .f_list li a::before {
    content: url(img/pdf.png);
    display: block;
    position: absolute;
    left: 20px;
    top: 16px;
    color: #1dc3c2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.sub .f_list li a:hover {
    background-color: #fff;
    box-shadow: none;
    color: #16B579;
    transform: translate3d(0, 5px, 0);
}


.sub .banner li {
    margin-left: 5px;
}

.main-visual-box {
    text-align: center;
    width: 100%;
    overflow: hidden;
    position: relative;
}

/*----------------------------------
---------------- 倫理審査委員会 ---------------
------------------------------------*/

.table01 .right a::after {
    content: url(none);
}


/*----------------------------------
---------------- 申請手続き ---------------
------------------------------------*/

.ap-con dt {
    font-weight: bold;
}

.ap-con dt h2 {
    background-color: #16B579;
    font-weight: bold;
    padding: 3px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #fff;
    width: auto;
    display: inline-block;
    margin-top: 0.5em;
}

.ap-con dt h2::before {
    display: none;
}

.sub .ap-con h3:first-child {
    margin-top: 0em;
}

.sub table {
    margin-top: 10px;
}


table.style1 {
    width: 100%;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 160%;
}

table.style1 th {
    background-color: #16B579;
    border-bottom: 1px solid #16B579;
    border-right: 1px solid #fff;
    text-align: center;
    margin-top: 20px;
    color: #FFFFFF;
    padding: 3px;
    vertical-align: middle;
}

table.style1 th:last-child {
    border-right: none;
}


table.style1 tr {
    background-color: #edfffb;
    border-bottom: 1px solid #a2ccc2;
}


table.style1 td {
    border-right: 1px solid #a2ccc2;
    border-top: 1px solid #a2ccc2;
    padding: 10px 3px;
    text-align: center;
    vertical-align: middle;
}

table.style1 td:first-child {
    border-left: 1px solid #a2ccc2;
}

td.style3 {
    background-color: #16b59c;
}

table.style1 th.style3 {
    background-color: #ffef54;
    border-top: 1px solid #16B579;
    border-bottom: 1px solid #16B579;
    border-right: 1px solid #16B579;
    text-align: center;
    color: #000;
    padding: 10px;
    font-weight: bold;
}

table.style1 td.style3 {
    text-align: center;
    color: #000;
    padding: 10px;
    font-weight: bold;
}

td.style3.short2 {
    background-color: #ffef54;
    color: #000;
}

table.style1 th.style4 {
    background-color: #ffd1d1;
    font-weight: bold;
    color: #333;
    border-top: 1px solid #16B579;
    border-right: 1px solid #16B579;
}

table.style1 td.style4 {
    background-color: #ffd1d1;
    border-bottom: 1px solid #16B579;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
    font-weight: bold;
    color: #333;
}

th.short,
td.short {
    width: 130px;
}

th.short2,
td.short2 {
    width: 100px;
}

.c-box {
    text-align: center;
}

.application.contact dl {
    border: 1px solid #ccc;
    margin-top: 1em;
    padding: 20px;
}

.application.contact dt {
    font-weight: bold;
    margin-top: 2em;
}

.application.contact dt:first-child {
    margin-top: 0;
}

.application.contact li {
    padding-left: 1.5em;
    position: relative;
}

.application.contact li::before {
    content: '●';
    display: block;
    position: absolute;
    margin-left: -1.5em;
}

.submission dt {
    font-weight: bold;
    position: relative;
    margin-left: 1.5em;
}

.submission dt::before {
    content: '●';
    display: block;
    position: absolute;
    margin-left: -1.3em;
}

.submission dd {
    margin-bottom: 2em;
}

/*----------------------------------
---------------- よくある質問 ---------------
------------------------------------*/

.content .qa section {
    margin-bottom: 2em;
    width: 580px;
}

.qa-nav {
    width: 300px;
    margin-right: 20px;
}

.qa-nav ul {
    width: 300px;
    border: 1px solid #f5f5f5;
}

.qa-nav a {
    padding: 7px 5px 5px 5px;
    display: block;
    border: 1px solid #f5f5f5;
}

.qa-nav a:hover {
    background-color: #f5f5f5;
}

.qa_box {
    margin-bottom: 10px;
}

.sub .qa_box h3 {
    margin-top: 0;
    font-size: 1.8rem;
}

.sub h4.qa {
    background-color: #fff;
    color: #16B579;
    font-size: 2rem;
    text-align: left;
    padding: 5px;
    font-weight: bold;
    font-size: 1.6rem;
    padding-left: 15px;
    position: relative;
}

.sub h4.qa::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 50%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #16B579;
}

.acd-check {
    display: none;
}

.acd-label {
    background: #fff;
    color: #4e575b;
    display: block;
    margin-bottom: 1px;
    padding: 10px 5px 10px 5px;
    font-weight: bold;
    transition: .3s;
    cursor: pointer;
    line-height: 160%;
}

.acd-label:hover {
    background: #f5f5f5;

}

.acd-label:after {
    box-sizing: border-box;
    content: '＋';
    font-weight: bold;
    color: #16B579;
    display: block;
    height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}

.acd-content {
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}

.acd-check:checked + .acd-label {
    background: #16B579;
    color: #fff;
}

.acd-check:checked + .acd-label:after {
    content: '－';
    color: #fff;
}

.acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
    margin-bottom: 30px;
    overflow: hidden;
}




/*----------------------------------
---------------- 各種お問い合わせ ---------------
------------------------------------*/

.contact_box {
    width: 46%;
    margin: 20px 15px;
    border: 1px solid #ccc;
    padding: 2%;
}

.contact_box p img {
    margin-top: 8px;
}

.sub .contact_box h3 {
    margin-bottom: 10px;
    margin-top: 0;
}

.sub .contact_box h4 {
    line-height: 140%;
}

.sub .f_list .contact_box a {
    text-align: center;
    padding: 15px 20px;
}

.sub .f_list .contact_box a::before {
    content: none;
}

.sub .f_list .contact_box p.mail {
    position: relative;
    padding-left: 30px;
    display: inline-block;
}

.sub .f_list .contact_box p.mail::before {
    content: url(img/mail.png);
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    color: #1dc3c2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

aside ul.down_menu {
    font-size: 1.4rem;
}

aside ul.down_menu li {
    border-bottom: 1px solid #f1f1f1;
}

aside ul.down_menu li a {
    display: block;
    padding: 16px;
    line-height: 120%;
    background-image: url(img/arrow2.png);
    background-repeat: no-repeat;
    background-position: top 14px left 10px;
    padding-left: 34px;
}

.nodate {
    margin-bottom: 300px;
}

.nodate2 {
    margin-bottom: 800px;
}

.side_r {
    width: 250px;
    margin-left: 1%;
}

.side_r05 {
    background-color: #92D050;
    text-align: center;
    padding: 15px;
}

.side_r05 p {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.side_r03 {
    font-size: 12px;
    background-color: #EEFBE1;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    line-height: 180%;
}
