@charset "UTF-8";

html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

/*==============================
common
================================*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    min-width: 320px;
}

body {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", 'Yu Gothic', YuGothic, sans-serif;
    font-size: 1.6rem;
    color: #343434;
}

a {
    color: #343434;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    margin: auto;
    vertical-align: bottom;
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

ul {
    list-style: none;
}

.cf:after {
    content: "";
    display: block;
    clear: both;
}

.center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.pc {
    display: inherit;
}

.sp {
    display: none;
}

.inner {
    width: 1000px;
    margin: auto;
}

.inner_lrg {
    width: 1200px;
    margin: auto;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

article {
    padding: 80px 0;
}

h1 {
    margin: auto;
    margin-bottom: 80px;
    text-align: center;
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.5;
}

h2 {
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
}

h3 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
}

p {
    margin-bottom: 40px;
    line-height: 2;
}

p a {
    text-decoration: underline;
}

p a:hover {
    text-decoration: none;
}

.red {
    color: #ff0000;
}

.blue {
    color: #065496;
}

.caution {
    font-size: 1.2rem;
    line-height: 1.5;
}

/*==============================
header
================================*/
header {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

header.hide {
    top: -245px;
}

.header_inner {
    width: 90%;
    max-width: 1280px;
    min-width: 1220px;
    margin: auto;
}

.header_link {
    display: inline-block;
    margin: 0;
    margin-right: 20px;
    vertical-align: middle;
    font-size: 1.4rem;
}

.header_link:hover {
    opacity: .5;
}

.header_sitetop {
    height: 30px;
    padding: 0 20px;
    color: #fff;
    background: #29373d;
    line-height: 30px;
    border-radius: 15px;
}

.search_box {
    float: left;
    margin-top: 30px;
    width: 240px;
}

.gsc-search-button {
    margin-left: 0 !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
}

.gsc-input-box {
    border: 2px solid #E7E7E7 !important;
}

.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
    padding: 6px 15px !important;
    cursor: pointer;
}

#fontsize {
    margin-top: 32px;
    margin-left: 10px;
    float: left;
}

#fontsize span {
    margin-left: 10px;
    font-weight: bold;
    cursor: pointer;
}

#fontsize .current {
    color: #009e41;
}

#fontsize #small {
    font-size: 16px;
}

#fontsize #middle {
    font-size: 18px;
}

#fontsize #large {
    font-size: 20px;
}

.header_inquiry {
    display: inline-block;
    margin: 12px 0;
    margin-left: 20px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    border: 2px solid #cbcbcb;
}

.header_inquiry:hover {
    opacity: .5;
}

.header_inquiry span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
}

.header_inquiry i {
    margin-right: 10px;
    font-size: 2.5rem;
}

#topic {
    padding: 18px 0;
    font-size: 1.2rem;
    color: #fff;
    background: #29373d;
}

#topic a {
    color: #fff;
}

#topic a:hover {
    opacity: .5;
}

.header_tbl {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.header_tbl th {
    position: relative;
    height: 90px;
    text-align: center;
    align-self: center;
    line-height: 1.2;
    font-size: 1.7rem;
    font-weight: bold;
}

.header_tbl th.approve {
    font-size: 2rem;
}

.header_tbl th .border {
    position: relative;
}

.header_tbl th .border::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 60px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #cbcbcb;
}

.header_tbl th:last-child .border::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 60px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #cbcbcb;
}

.header_tbl th .gray {
    color: #959595
}

.header_tbl th a:hover {
    opacity: .5;
}

.header_tbl .dropmenu {
    position: relative;
}

.header_tbl .dropmenu::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #d7000f;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 10;
}

.header_tbl .dropmenu::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-style: solid;
    border-width: 0 5px 0 5px;
    border-color: #d7000e transparent transparent transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 10;
}

.header_tbl .dropmenu:hover::before {
    height: 4px;
}

.header_tbl .dropmenu:hover::after {
    bottom: -5px;
    border-width: 5px 5px 0 5px;
}

.header_tbl .dropmenu ul {
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    min-width: 100%;
    height: 0;
    padding: 0 15px;
    text-align: left;
    font-weight: normal;
    top: 90px;
    left: 0;
    background: #efefef;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.header_tbl .dropmenu:hover ul {
    height: auto;
    padding: 20px 15px;
}

.header_tbl .dropmenu ul li {
    margin: 0;
    padding: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.header_tbl .dropmenu ul li:not(:last-child) {
    border-bottom: 2px solid #cbcbcb;
}

.header_tbl .dropmenu:hover ul li:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.nav_btn {
    position: absolute;
    width: 30px;
    height: 24px;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.nav_btn span {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background: #334349;
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.active .nav_btn span {
    background: none;
}

.nav_btn span::before,
.nav_btn span::after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background: #334349;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav_btn span::before {
    top: -10px;
}

.nav_btn span::after {
    top: 10px
}

.active .nav_btn span::before {
    top: 0;
    transform: rotate(135deg);
}

.active .nav_btn span::after {
    top: 0;
    transform: rotate(-135deg);
}

.sp_menu {
    position: fixed;
    width: 240px;
    right: -240px;
    top: 0;
    bottom: 0;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1000;
    overflow-y: auto;
}

.menu_lst li {
    position: relative;
    font-weight: bold;
    line-height: 1.2;
    background: #efefef;
    border-bottom: 2px solid #cbcbcb;
}

.menu_lst li.menu_ttl_link {
    background: #fff;
}

.menu_lst li .menu_link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    color: #334349;
	line-height: 1.5;
}

.menu_lst li span {
    display: block;
    padding: 10px;
}

.menu_lst li .gray {
    color: #959595;
}

.menu_lst li.menu_ttl {
    position: relative;
    padding: 15px 10px;
    color: #fff;
    background: #d7000e;
    border-bottom: 2px solid #d7000e;
}

.menu_lst li.menu_ttl::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #d7000e transparent transparent transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 10;
}

.active .sp_menu {
    right: 0;
}

.active main,
.active header,
.active footer {
    right: 240px;
}

/*==============================
main
================================*/
main {
    position: relative;
    right: 0;
    margin-top: 244px;
}

#main_visual {
    position: relative;
    height: 460px;
    background: url(./../img/top/main_img.jpg) no-repeat center center / cover;
}

#main_visual img {
    position: absolute;
    top: 15px;
    right: 15px;
}

#top_about {
    padding: 50px 0 60px;
    font-weight: bold;
    line-height: 1.5;
    color: #334349;
}

.top_about_ttl {
    margin-bottom: 5px;
    font-size: 2.4rem;
    color: #065496;
}

.top_about_ttl.large {
    margin-bottom: 20px;
    font-size: 3rem;
}

.top_about_ttl img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.top_about_box {
    display: inline-block;
    margin-bottom: 30px;
    padding: 20px;
    background: #e8e8f1;
}

.top_about_txt {
    display: inline-block;
    letter-spacing: .1em;
    line-height: 2;
}

.top_about_txt.large {
    margin-bottom: 20px;
    font-size: 2rem;

}

#top_about .left,
#top_about .right {
    width: 48%;
}

#top_plan {
    padding: 40px 0 50px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    text-indent: .1em;
    letter-spacing: .1em;
    color: #334349;
    background: #ffb23c;
}

.top_plan_lst {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.top_plan_lst li {
    position: relative;
    width: 50%;
    max-width: 540px;
}

.top_plan_ttl {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 2.4rem;
    border-bottom: 5px solid #ff0000;
}

.top_plan_ttl img {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 10px;
}

.top_plan_txt {
    line-height: 1.5;
}

.top_plan_txt.text-left {
    display: inline-block;
}

.top_plan_txt_center {
    margin-bottom: 20px;
    line-height: 1.5;
}

.top_plan_txt_center a {
    text-decoration: underline;
    color: #334349;
}

.top_plan_txt_center a:hover {
    text-decoration: none;
}

.top_plan_txt i {
    font-size: 4rem;
}

.top_plan_tbl {
    width: 100%;
    margin-bottom: 20px;
}

.top_plan_tbl th,
.top_plan_tbl td {
    vertical-align: top;
}

.top_plan_tbl th {
    width: 210px;
}

.top_inquiry_btn {
    position: relative;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 20px 40px;
    font-size: 2rem;
    font-weight: bold;
    color: #334349;
    background: #fff;
    line-height: 1.2;
    border-radius: 20px;
    border: 3px solid #334349;
    box-shadow: 0px 5px 0px 0px #334349;
}

.top_plan_txt_center .top_inquiry_btn {
    display: block;
    text-decoration: none;
}

.top_inquiry_btn span {
    font-size: 1.4rem;
}

.top_inquiry_btn:hover {
    bottom: -5px;
    box-shadow: 0px 0px 0px 0px #334349;
}

.top_inquiry_btn.top_banner_btn {
    margin-bottom: 10px;
}

.top_banner_box {
    margin-bottom: 30px;
}

/**/
.top_btn_txt {
    margin: 10px 0;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: -0.5px;
}

.top_tdm_inquiry_btn {
    width: 540px;
    position: relative;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 20px 11px 15px;
    font-size: 2rem;
    font-weight: bold;
    color: #334349;
    background: #fff;
    line-height: 1.2;
    border-radius: 20px;
    border: 3px solid #334349;
    box-shadow: 0px 5px 0px 0px #334349;
}

.top_tdm_inquiry_btn b {
    font-size: 2.2rem;
}

/**/
#top_info {
    position: relative;
    overflow: hidden;
    min-width: 1220px;
    height: 400px;
    color: #334349;
}

.top_info_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50%;
    right: -50%;
    margin: auto;
}

.top_info_lst {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.top_info_center {
    max-width: 700px;
    padding: 15px;
    background: #fff;
}

.top_info_box {
    height: 370px;
    padding: 22px 40px;
    border: 6px solid #ff9700;
    overflow: auto;
}

.top_info_ttl {
    margin-bottom: 13px;
    padding-bottom: 0;
    font-size: 2.5rem;
    font-style: italic;
    letter-spacing: .2em;
    line-height: 1;
    border-bottom: 2px dotted #999da0;
}

.top_info_tbl th {
    padding-right: 20px;
    vertical-align: top;
    line-height: 2;
}

.top_info_tbl td {
    padding-bottom: 15px;
    line-height: 1.5;
}

.top_info_tbl td a {
    font-weight: bold;
    color: #065496;
}

.top_info_tbl td a:hover {
    opacity: .5;
}

#top_cooperation {
    padding: 50px 0;
    text-align: center;
    font-weight: bold;
    color: #334349;
    background: #e8e8f1;
}

#top_cooperation .header_inner {
    position: relative;
    min-height: 300px;
}

.top_cooperation_ttl {
    margin-bottom: 50px;
    font-size: 3.6rem;
    letter-spacing: .1em;
    text-indent: .1em;
    line-height: 1.2;
}

.top_cooperation_ttl2 {
    font-size: 2.4rem;
    letter-spacing: .1em;
    text-indent: .1em;
    color: #065496;
}

.top_cooperation_txt {
    display: inline-block;
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.5;
}

.top_cooperation_right {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
}

.top_companies,
.top_collaborator {
    display: block;
    width: 250px;
    position: absolute;
    color: #29373d;
}

.top_companies:hover,
.top_collaborator:hover {
    opacity: .8;
}

.top_companies {
    bottom: 0;
    left: 0;
}

.top_collaborator {
    top: 0;
    left: 0;
}

.top_companies_ttl {
    margin: 0;
    padding: 5px;
    font-size: 1.8rem;
    color: #fff;
    background: #065496;
}

.top_companies_box {
    padding: 10px;
    background: #fff;
}

.top_companies_num {
    font-size: 1.8rem;
    font-weight: bold;
}

.top_companies_num span {
    font-style: italic;
    font-size: 4.8rem;
    color: #065496;
}

.top_companies_date {
    font-size: 1.8rem;
    font-weight: normal;
}

#top_banner {
    padding: 60px 0 80px;
}

.top_banner_ttl {
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 3rem;
    font-style: italic;
    letter-spacing: .2em;
    line-height: 1;
    border-bottom: 2px dotted #999da0;
}

.top_banner_h2 {
    margin: 30px 0 10px;
    text-align: center;
    font-size: 2.4rem;
}

.top_banner_lst {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
}

.top_banner_lst a {
    display: block;
    margin: 0 10px;
}

.top_banner_lst a:hover {
    opacity: .5;
}

.top_banner_lst.dls {
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 20px;
}

.top_banner_lst.dls p {
    margin: auto 10px;
}

.top_banner_txt {
    margin-bottom: 100px;
}

.butsuryu_ttl {
    margin: auto;
    padding: 30px 0 25px;
    text-align: center;
    line-height: 1;
    font-size: 2.4rem;
    background: #dcdcdc;
}

.butsuryu_box {
    padding: 30px;
    border: 5px solid #dcdcdc;
}

.butsuryu_box dt,
.butsuryu_box dd {
    margin-bottom: 15px;
}

.butsuryu_box dt {
    font-weight: bold;
}

.butsuryu_box dd {
    margin-left: 15px;
    line-height: 2;
}

.butsuryu_inquiry {
    display: inline-block;
    margin-bottom: 30px;
    padding: 10px;
    font-weight: bold;
    border: 2px solid #dcdcdc;
}

.butsuryu_inquiry i {
    font-size: 2.6rem;
    vertical-align: middle;
}

.butsuryu_inquiry:hover {
    opacity: .5;
}

.um-s1 {
    display: block !important;
    padding: 10px;
    border: 2px solid #ddd !important;
    box-sizing: border-box !important;
}

.companies_content {
    padding: 0;
}

.companies_content.bg {
    background: #f5f5f6;
}

.companies_ttl {
    padding: 80px 10px;
    background: #ffb33d;
}

.companies_ttl h1 {
    margin: 0;
    font-weight: bold;
    line-height: 1.2;
}

.companies_ttl h1 span {
    position: relative;
    color: #0068b7;
    border-bottom: 2px solid #0068b7;
}

.companies_ttl h1 span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 2px;
    background: #0068b7;
}

.companies_ttl h1 .red {
    color: #ff0000;
    border-bottom: none;
}

.companies_ttl h1 .red::before {
    display: none;
}

.companies_border h1 {
    display: inline-block;
    padding: 0;
    border-bottom: 5px solid #ff0000;
}

.companies_num {
    color: #29373d;
}

.companies_num p {
    display: inline-block;
    margin-bottom: 10px;
    padding: 20px 20px 5px;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: dotted 4px #29373d;
    color: #29373d;
}

.count_num {
    font-size: 2.5rem;
    font-weight: bold;
    color: #29373d;
}

.count_num #accept_count {
    font-size: 6rem;
    font-style: italic;
    color: #fff;
}

.companies_nav ul {
    display: flex;
    justify-content: space-around;
    font-weight: bold;
    background-color: #FFF;
    background-image: radial-gradient(#F2F2F2 22%, transparent 0), radial-gradient(#F2F2F2 22%, transparent 0);
    background-position: 0 0, 18px 18px;
    background-size: 36px 36px;
    padding: 30px;
    text-align: center;
}

.companies_nav ul li {
    font-size: 2rem;
    position: relative;
}

.companies_nav ul li a {
    color: #27333b;
    padding-left: 10px;
}

.companies_nav ul li a:hover {
    opacity: .5;
}

.companies_nav ul li a::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #004bac transparent transparent transparent;
    position: absolute;
    top: 6px;
    left: -15px;
    right: 0;
}

.companies_group {
    margin: auto;
    padding: 70px 0;
}

.companies_group h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 3rem;
    line-height: 1.2em;
}

.companies_link {
    color: #065496;
    text-decoration: none;
}

.companies_link:hover {
    opacity: .5;
}

.companies_industry {
    font-size: 1.3rem;
    color: #29373d;
}

.companies_group ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: 100px;
    padding-top: 70px;
    text-align: left;
    width: 900px;
    box-sizing: border-box;
}

.companies_group ul li {
    padding-bottom: 40px;
    line-height: 1.3;
    position: relative;
    width: 48%;
    box-sizing: border-box;
    word-break: keep-all;
    word-wrap: break-word;
}

.map_left,
.map_right {
    margin-top: 20px;
}

.map_content {
    padding: 0 0 80px;
}

.map_ttl {
    margin-bottom: 40px;
    text-align: center;
    font-size: 2.7rem;
    color: #065496;
}

.map_content_ttl h3 {
    display: inline-block;
    margin-bottom: 50px;
    font-size: 3.6rem;
    line-height: 1;
    border-bottom: 5px solid #ff0000;
}

.map_box {
    margin-bottom: 20px;
}

.map_tbl,
.taken_map_tbl {
    width: 2200px;
    margin: auto;
    font-weight: bold;
    border-collapse: collapse;
}

/* taken_map ここから**********************/
.taken_map_tbl {
    width: 1020px;
    overflow: auto;
    white-space: nowrap;
}

.taken_map_box {
    margin-bottom: 100px;
}

/* taken_map ここまで**********************/
/*----------------map_tbl改--------------------*/
.map_tbl_re {
    width: 1219px;
    /*margin: auto;*/
    font-weight: bold;
    border-collapse: collapse;
}

.map_tbl_re td {
    text-align: center;
    border: 2px solid #343434;
    padding: 5px;
}

.map_tbl_re th,
.map_tbl_re td {
    padding: 10px !important;
}

.map_tbl_re th {
    color: #fff;
}

.map_tbl_re th.kousoku_b {
    text-align: center;
    background: #ff5555;
    padding: 10px;
}

.map_tbl_re th.ippann_b {
    text-align: center;
    background: #4588ff;
    padding: 10px;
}

.map_tbl_re th.tetudou_ekitoshin_b {
    text-align: center;
    background: #29cc82;
    padding: 10px;
}

.map_tbl_re a {
    display: inline-block;
    width: 106px;
    height: 42px;
    margin: 0 5px;
    padding: 5px;
    vertical-align: middle;
    line-height: 1;
    background: #ffae43;
}

.map_tbl_re a:hover {
    opacity: .5;
}

.map_tbl_re a.video {
    color: #fff;
    line-height: 42px;
    padding: 0;
    background: #ff5555;
}

.map_tbl_re a span {
    font-size: 1.2rem;
}

.map_tbl_re a.hr {
    width: auto;
    height: auto;
    margin: auto;
    padding-bottom: 0;
    text-decoration: underline;
    font-size: 1.2rem;
    line-height: 1.2;
    background: none;
}

.btn_ippan_l {
    display: inline-block;
    /*max-width: 250px !important;*/
    width: 220px !important;
    text-align: center;
    background-color: #4588ff !important;
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 16px 8px 16px !important;
    border-radius: 4px;
    position: relative;
}

.btn_tetsudou_l {
    display: inline-block;
    /*max-width: 250px !important;*/
    width: 220px !important;
    text-align: center;
    background-color: #29cc82 !important;
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 16px 8px 16px !important;
    border-radius: 4px;
    position: relative;
}

/*----------------map_tbl改ココマデ----------------*/

/*
.map_tbl.tetudou {
    width: 1600px;
}

.map_tbl.place {
    width: 4400px;
}

.map_tbl th,
.map_tbl td,
.taken_map_tbl th,
.taken_map_tbl td {
    padding: 5px;
}

.map_tbl th,
.taken_map_tbl th {
    color: #fff;
}

.map_tbl th.kousoku {
    background: #ff5555;
    border-right: 2px solid #343434;
}

.map_tbl th.ippann {
    text-align: center;
    background: #4588ff;
}

.map_tbl th.tetudou_rosen {
    text-align: left;
    padding-left: 470px;
    background: #ffae43;
}

.map_tbl th.tetudou {
    text-align: left;
    padding-left: 410px;
    background: #ff4545;
}

.map_tbl th.tetudou_eki {
    text-align: left;
    padding-left: 470px;
    background: #9d52ff;
}

.map_tbl th.tetudou_ekitoshin {
    text-align: center;
    background: #29cc82;
}

.map_tbl th.place,
.taken_map_tbl th.place {
    text-align: left;
    padding-left: 445px;
    background: #15adea;
}

.map_tbl td,
.taken_map_tbl td {
    text-align: center;
    border: 2px solid #343434;
}

.map_tbl td.time,
.taken_map_tbl td.time {
    background: #dcf7ff;
}

.map_tbl td.date,
.taken_map_tbl td.date {
    width: 110px;
    background: #f4f4f4;
}

.map_tbl td.all,
.taken_map_tbl td.all {
    width: 260px;
}

.map_tbl td.tetudou_rosentime {
    background: #fff9d9;
}

.map_tbl td.tetudou_toshintime {
    background: #ffdcdc;
}

.map_tbl td.tetudou_ekitime {
    background: #f3deff;
}

.map_tbl td.tetudou_ekitoshintime {
    background: #e5ffe3;
}

.map_tbl td.placetime,
.taken_map_tbl td.placetime {
    background: #e6f5ff;
}

.map_tbl a,
.taken_map_tbl a {
    display: inline-block;
    width: 106px;
    height: 42px;
    margin: 0 5px;
    padding: 5px;
    vertical-align: middle;
    line-height: 1;
    background: #ffae43;
}

/*5/31修正部分*/
/*
.map_tbl_dotetu {
    width: 1000px;
    margin: auto;
    font-weight: bold;
    border-collapse: collapse;
    border: 2px solid #343434;
}

.map_tbl_dotetu th.kousoku_dotetu_th {
    font-size: 1em;
    width: 150px;
    color: #ffffff;
    text-align: center;
    background: #ff5555;
    border-right: 2px solid #343434;
}

.map_tbl_dotetu th.ippann_dotetu_th {
    color: #fff;
    text-align: center;
    background: #4588ff;
    height: 126px !important;
    vertical-align: middle;
    border-top: 2px solid #343434;
    border-right: 2px solid #343434;
}

.map_tbl_dotetu th.rinkai_dotetu_th {
    color: #fff;
    text-align: center;
    background: #9DC3E6;
    height: 126px !important;
    vertical-align: middle;
    border-top: 2px solid #343434;
    border-right: 2px solid #343434;
}

.map_tbl_dotetu th.tetudou_ekitoshin_dotetu_th {
    color: #fff;
    text-align: center;
    background: #29cc82;
    height: 126px !important;
    vertical-align: middle;
    border: 2px solid #343434;
    border-top: 2px solid #343434;
    border-right: 2px solid #343434;
}

.map_tbl_dotetu th.kousoku_dotetu_th span,
.map_tbl_dotetu th.ippann_dotetu_th span {
    display: block;
    white-space: nowrap;
    margin-top: 5px;
    font-size: 70%;
    line-height: 100%;
}

.map_tbl_dotetu th.tetudou_ekitoshin_dotetu_th span.ekitoshin_box {
    display: block;
    text-align: center;
    margin-top: 5px;
    font-size: 70%;
    line-height: 100%;
}

.map_tbl_dotetu th.tetudou_ekitoshin_dotetu_th span.ekitoshin_box span.ekitoshin {
    display: inline-block;
    text-align: left !important;
    line-height: 100% !important;
    margin: 0px !important;
    padding: 0px 45px 0px 0px !important;
}

.map_tbl_dotetu th,
.map_tbl_dotetu td {
    padding: 5px;
}

.map_tbl_dotetu td {
    text-align: center;
}

.map_tbl_dotetu td.kousoku_dotetu span {
    display: inline-block;
    width: 845px;
    text-align: left;
    margin: 0 0 10px;
    max-width: 100%;
}

.map_tbl_dotetu td.ippann_dotetu,
.map_tbl_dotetu td.tetudou_ekitoshin_dotetu {
    text-align: center;
    padding: 30px 0px 30px !important;
    border: 2px solid #ffffff;
}

.map_tbl_dotetu td.ippann_dotetu,
.map_tbl_dotetu td.tetudou_ekitoshin_dotetu {
    border-top: 2px solid #343434;
}

.map_tbl_dotetu td.kousoku_dotetu a.day_btn {
    display: inline-block;
    width: 94px;
    height: 40px;
    margin: 0 2px;
    padding: 5px 5px;
    vertical-align: middle;
    line-height: 1;
    font-size: 1.0em !important;
    text-align: center;
    background: #ffae43;
}

.map_tbl_dotetu td.kousoku_dotetu a.day_btn:hover {
    opacity: 0.5;
}

.map_tbl_dotetu td.kousoku_dotetu a.day_btn span {
    font-size: .9em !important;
}
*/
*******************************************************

.map_tbl.tetudou {
   width: 1600px;
}

.map_tbl.place {
   width: 4400px;
}

.map_tbl th,
.map_tbl td,
.taken_map_tbl th,
.taken_map_tbl td {
   padding: 5px;
}

.map_tbl th,
.taken_map_tbl th {
   color: #fff;
}

.map_tbl th.kousoku {
   background  : #ff5555;
   border-right: 2px solid #D1D0D0;
}

.map_tbl th.ippann {
   text-align: center;
   background: #4588ff;
}

.map_tbl th.tetudou_rosen {
   text-align  : left;
   padding-left: 470px;
   background  : #ffae43;
}

.map_tbl th.tetudou {
   text-align  : left;
   padding-left: 410px;
   background  : #ff4545;
}

.map_tbl th.tetudou_eki {
   text-align  : left;
   padding-left: 470px;
   background  : #9d52ff;
}

.map_tbl th.tetudou_ekitoshin {
   text-align: center;
   background: #29cc82;
}

.map_tbl th.place,
.taken_map_tbl th.place {
   text-align  : left;
   padding-left: 445px;
   background  : #15adea;
}

.map_tbl td,
.taken_map_tbl td {
   text-align: center;
   border    : 2px solid #D1D0D0;
}

.map_tbl td.time,
.taken_map_tbl td.time {
   background: #dcf7ff;
}

.map_tbl td.date,
.taken_map_tbl td.date {
   width     : 110px;
   background: #f4f4f4;
}

.map_tbl td.all,
.taken_map_tbl td.all {
   width: 260px;
}

.map_tbl td.tetudou_rosentime {
   background: #fff9d9;
}

.map_tbl td.tetudou_toshintime {
   background: #ffdcdc;
}

.map_tbl td.tetudou_ekitime {
   background: #f3deff;
}

.map_tbl td.tetudou_ekitoshintime {
   background: #e5ffe3;
}

.map_tbl td.placetime,
.taken_map_tbl td.placetime {
   background: #e6f5ff;
}

.map_tbl a,
.taken_map_tbl a {
   display       : inline-block;
   width         : 106px;
   height        : 42px;
   margin        : 0 5px;
   padding       : 5px;
   vertical-align: middle;
   line-height   : 1;
   background    : #ffae43;
}

/* ************************************* */
/*5/31修正部分*/
.map_tbl_dotetu {
   width          : 1000px;
   margin         : auto;
   font-weight    : bold;
   border-collapse: collapse;
   border         : 2px solid #D1D0D0;
}

.map_tbl_dotetu th {
   width: 250px;
}

.map_tbl_dotetu td {
   border-left: 2px solid #D1D0D0;
	line-height: 1.8;
}

.map_tbl_dotetu th.kousoku_dotetu_th {
   font-size   : 1em;
   width       : 250px;
   color       : #ffffff;
   text-align  : center;
   background  : #4588ff;
   border-top  : 2px solid #D1D0D0;
   border-right: 2px solid #D1D0D0;
}

.kyogi_th {
	   color         : #fff;
   text-align    : center;
   background: #15adea;
   height        : 126px !important;
   vertical-align: middle;
   border-top    : 2px solid #D1D0D0;
   border-right  : 2px solid #D1D0D0;

}



.map_tbl_dotetu th.rinkai_dotetu_th {
   color         : #fff;
   text-align    : center;
   background    : #9DC3E6;
   height        : 126px !important;
   vertical-align: middle;
   border-top    : 2px solid #D1D0D0;
   border-right  : 2px solid #D1D0D0;
}

.map_tbl_dotetu th.tetudou_ekitoshin_dotetu_th {
   color         : #fff;
   text-align    : center;
   background    : #29cc82;
   height        : 126px !important;
   vertical-align: middle;
   border-top    : 2px solid #D1D0D0;
   border-right  : 2px solid #D1D0D0;
}

.map_tbl_dotetu th span {
   display    : block;
   white-space: nowrap;
   margin-top : 10px;
   font-size  : 85%;
   line-height: 1.2;
}

.map_tbl_dotetu th,
.map_tbl_dotetu td {
   padding   : 5px;
   text-align: center;
   padding   : 10px !important;
}




.map_tbl_dotetu td.ippann_dotetu,
.map_tbl_dotetu td.tetudou_ekitoshin_dotetu {
   text-align: center;
   padding   : 30px 0px 30px !important;
display: table-cell;
}

.kousoku_dotetu,
.rinkai_dotetu,
.tetudou_ekitoshin_dotetu {
   border-top: 2px solid #D1D0D0;
}

.map_tbl_dotetu td.kousoku_dotetu a.day_btn {
   display       : inline-block;
   width         : 94px;
   height        : 40px;
   margin        : 0 2px;
   padding       : 5px 5px;
   vertical-align: middle;
   line-height   : 1;
   font-size     : 1.0em !important;
   text-align    : center;
   background    : #ffae43;
}

.map_tbl_dotetu td.kousoku_dotetu a.day_btn:hover {
   opacity: 0.5;
}

.map_tbl_dotetu td.kousoku_dotetu a.day_btn span {
   font-size: .9em !important;
}





/*==============================
テーブルボタン（仮）
================================*/

.btn {
    display: block;
    text-align: center;
}

.btn a.dou {
    text-align: center;
    display: inline-block;
    width: auto;
    font-size: 1em !important;
    font-weight: normal;
    margin: 10px 3px 20px;
    padding: 10px 20px;
    text-decoration: none;
    color: #FFF;
    background: #4588ff;
    /*色*/
    border-radius: 6px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.btn a.rin {
    text-align: center;
    display: inline-block;
    width: auto;
    font-size: 1.2em !important;
    font-weight: normal;
    margin: 10px auto 20px;
    padding: 10px 20px;
    text-decoration: none;
    color: #FFF;
    background: #9DC3E6;
    /*色*/
    border-radius: 6px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.btn a.kyogi {
	    text-align: center;
    display: inline-block;
    width: auto;
    font-size: 1em !important;
    font-weight: normal;
    margin: 10px 3px 20px;
    padding: 10px 20px;
    text-decoration: none;
    color: #FFF;
background: #15adea;
    /*色*/
    border-radius: 6px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.btn a.dou:hover {
    /*押したとき*/
    background: #2053ea;
    /*色*/
    box-shadow: none;
    text-shadow: none;
}

.btn a.rin:hover {
    /*押したとき*/
    background: #6AA2CC;
    /*色*/
    box-shadow: none;
    text-shadow: none;
}

.btn a.tetu_eki {
    text-align: center;
    display: inline-block;
    width: auto;
    font-size: 1em !important;
    font-weight: normal;
    margin: 10px 3px 20px;
    padding: 10px 20px;
    text-decoration: none;
    color: #FFF;
    background: #29cc82;
    /*色*/
    border-radius: 6px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.btn a.tetu_eki:hover {
    /*押したとき*/
    background: #08a53f;
    /*色*/
    box-shadow: none;
    text-shadow: none;
}

.map_tbl #douro a {
    margin: 0;
    width: 90px;
}

.map_tbl #douro th {
    width: 180px;
}

.map_tbl th.tetudou_ekitoshin span span {
    position: relative;
    left: -50px;
}


.map_tbl a:hover,
.taken_map_tbl a:hover {
    opacity: .5;
}

.map_tbl a.video {
    color: #fff;
    line-height: 42px;
    padding: 0;
    background: #ff5555;
}

.map_tbl a span,
.taken_map_tbl a span {
    font-size: 1.2rem;
}

.map_tbl a.hr {
    width: auto;
    height: auto;
    margin: auto;
    padding-bottom: 0;
    text-decoration: underline;
    font-size: 1.2rem;
    line-height: 1.2;
    background: none;
}

.map_tbl .all a.hr {
    float: right;
}

.map_tbl a.hr:hover {
    text-decoration: none;
}

.map_tbl2 {
    width: 2200px;
    margin: auto;
    font-weight: bold;
    border-collapse: collapse;
}

.map_tbl2.tetudou {
    width: 1400px;
}

.map_tbl2.place {
    width: 4400px;
}

.map_tbl2 th,
.map_tbl2 td {
    padding: 5px;
}

.map_tbl2 th {
    color: #fff;
}

.map_tbl2 th.kousoku {
    background: #ff5555;
    border-right: 2px solid #343434;
}

.map_tbl2 th.ippann {
    text-align: center;
    background: #4588ff;
}

.map_tbl2 th.tetudou_rosen {
    text-align: left;
    padding-left: 470px;
    background: #ffae43;
}

.map_tbl2 th.tetudou {
    text-align: left;
    padding-left: 410px;
    background: #ff4545;
}

.map_tbl2 th.stationall {
    text-align: left;
    padding-left: 420px;
    background: #9d52ff;
}

.map_tbl2 th.station {
    text-align: left;
    padding-left: 420px;
    background: #29cc82;
}

.map_tbl2 th.place {
    text-align: left;
    padding-left: 445px;
    background: #15adea;
}

.map_tbl2 td {
    text-align: center;
    border: 2px solid #343434;
}

.map_tbl2 td.time {
    background: #dcf7ff;
}

.map_tbl2 td.date {
    background: #f4f4f4;
}

.map_tbl2 td.tetudou_rosentime {
    background: #fff9d9;
}

.map_tbl2 td.tetudou_toshintime {
    background: #ffdcdc;
}

.map_tbl2 td.stationalltime {
    background: #f3deff;
}

.map_tbl2 td.stationtime {
    background: #e5ffe3;
}

.map_tbl2 td.placetime {
    background: #e6f5ff;
}

.map_tbl2 a {
    display: inline-block;
    width: 106px;
    height: 42px;
    margin: 0 5px;
    padding: 5px;
    vertical-align: middle;
    line-height: 1;
    background: #ffae43;
}

.map_tbl2 a:hover {
    opacity: .5;
}

.map_tbl2 a.video {
    color: #fff;
    line-height: 42px;
    padding: 0;
    background: #ff5555;
}

.map_tbl2 a span {
    font-size: 1.2rem;
}

.video_wrap {
    position: relative;
    width: 90%;
    max-width: 720px;
    margin: auto;
}

.mfp-close,
.mfp-close:active {
    top: -44px;
    right: -44px;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
}

.map_dl_box {
    max-width: 800px;
    margin: auto;
    margin-bottom: 40px;
}

.map_dl_lst {
    margin-bottom: 40px;
}

.map_dl_ttl {
    display: inline-block;
    margin-right: 10px;
    font-size: 2rem;
    font-weight: bold;
}

.map_dl_btn {
    display: inline-block;
    width: 126px;
    margin: 0 5px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    border: 2px solid #003366;
    color: #ffffff;
    background: #4472c4;
}

.map_dl_btn:hover {
    opacity: .5;
}

.map_dl_btn span {
    font-size: 1.2rem;
}



.kyougikaijyo_img {
    margin-bottom: 40px;
}

.magazine_ttl h1 {
    padding: 0;
}

.inquiry_btn {
    position: relative;
    display: inline-block;
    width: 500px;
    margin: auto;
    padding: 20px;
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
    color: #334349;
    background: #fff;
    line-height: 1.2;
    border-radius: 20px;
    border: 3px solid #334349;
    box-shadow: 0px 5px 0px 0px #334349;
}

.inquiry_btn span {
    position: relative;
}

.inquiry_btn:hover {
    bottom: -5px;
    box-shadow: 0px 0px 0px 0px #334349;
}

.magazine_lst {
    width: 100%;
    font-size: 1.8rem;
    border-bottom: 4px dotted #999da0;
}

.magazine_lst li {
    display: table-cell;
    padding: 50px 0 40px;
}

.magazine_lst_data {
    width: 200px;
    font-weight: bold;
    vertical-align: top;
    line-height: 1.5;
}

.magazine_lst_ttl {
    width: 800px;
}

.magazine_lst_ttl a {
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    color: #065496;
}

.magazine_lst_ttl a:hover {
    opacity: .5;
}

.magazine_lst_txt {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: normal;
}

.magazine_page_ttl {
    margin-bottom: 40px;
    text-align: center;
    font-size: 2.7rem;
    color: #065496;
}

.magazine_page_txt {
    margin-bottom: 50px;
}

.magazine_page_txt p {
    margin-bottom: 0;
}

.event_ttl {
    margin-bottom: 40px;
    text-align: center;
    font-size: 2.7rem;
    color: #065496;
}

.event_tbl {
    width: 100%;
    max-width: 700px;
    margin: auto auto 40px;
    border-collapse: collapse;
    line-height: 2;
}

.event_tbl th,
.event_tbl td {
    vertical-align: top;
}

/*.siryou_tbl tr:not(:last-child) td {
	border-bottom: 2px solid #cbcbcb;
}*/
/*20190606修正元コードはコメントアウトした上記*/
.siryou_tbl tr td {
    border-bottom: 2px solid #cbcbcb;
}

/*修正ここまで*/
.event_tbl th {
    padding-bottom: 15px;
    text-align: left;
}

.event_tbl td {
    padding-bottom: 60px;
    vertical-align: middle;
}

.siryou_tbl td {
    padding: 15px 0;
}

.event_tbl td:nth-child(1) {
    max-width: 300px;
}

.siryou_tbl td:nth-child(1) {
    width: 300px;
}

.event_dl_lst {
    margin-bottom: 20px;
    font-weight: bold;
}

.event_dl_btn {
    display: inline-block;
    width: 126px;
    margin: 0 5px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    background: #ffae43;
}

.event_dl_btn.video {
    color: #fff;
    background: #ff5555;
}

.event_dl_btn:hover {
    opacity: .5;
}

.event_dl_btn span {
    font-size: 1.2rem;
}

.event_box {
    margin-bottom: 80px;
}

.event_img {
    width: 49%;
}

.action_content_ttl h2 {
    display: inline-block;
    margin: 70px 0 50px;
    font-size: 3.2rem;
    line-height: 1.2;
    color: #065496;
    border-bottom: 3px solid #065496;
}

.action_txt_sp {
    margin: 0 10px 40px;
    font-size: x-small;
    word-break: keep-all;
}

.qa_ttl {
    display: inline-block;
    margin: 80px auto 50px;
    font-size: 3.6rem;
    line-height: 1.5;
    border-bottom: 5px solid #ff0000;
}

.qa_list a {
    font-weight: bold;
    color: #065496;
}

.qa_q,
.qa_a {
    padding: 20px 30px;
}

.qa_q {
    font-weight: bold;
    color: #065496;
    background: #f2f2f2;
}

.qa_a {
    margin-left: 20px;
    padding-bottom: 40px;
}

.qa_a:not(:last-child) {
    margin-bottom: 20px;
}

.qa_q span,
.qa_a span {
    display: inline-block;
}

.qa_q .qa,
.qa_a .qa {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    vertical-align: top;
    line-height: 40px;
}

.qa_q .qa {
    vertical-align: middle;
    color: #fff;
    background: #065496;
}

.qa_a .qa {
    color: #fff;
    background: #ffb33d;
}

.qa_txt {
    max-width: calc(100% - 50px);
    line-height: 2;
    vertical-align: middle;
}

.qa_txt a {
    text-decoration: underline;
    font-weight: bold;
    color: #065496;
}

.qa_txt a:hover {
    text-decoration: none;
}

.juten_map {
    position: relative;
    margin-bottom: 20px;
}

.juten_box {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    font-size: 1.2rem;
    line-height: 2;
    background: #fff;
    border: 2px solid #cbcbcb;
}

.juten_ttl,
.juten_txt {
    font-weight: bold;
}

.juten_ttl {
    font-size: 1.6rem;
}

.juten_ttl span {
    display: inline-block;
    width: 36px;
    height: 16px;
    margin-left: 5px;
    vertical-align: middle;
    background: #b4e0be;
    border-radius: 50%;
}

.juten_txt {
    font-size: 1.4rem;
}

.juten_txt.heritage,
.juten_link.heritage span {
    color: #ff0000;
}

.juten_txt.bay,
.juten_link.bay span {
    color: #065496;
}

.juten_txt.other,
.juten_link.other span {
    color: #29cc82;
}

.juten_txt.bay,
.juten_txt.other {
    margin-top: 10px;
}

#tooltip {
    position: absolute;
    padding: 10px;
    font-size: 1.2rem;
    line-height: 1.5;
    background: #fff;
    border: 2px solid #cbcbcb;
    white-space: pre-line;
}

#tooltip:first-line {
    font-weight: bold;
}

.juten_dl {
    font-size: 2.2rem;
    font-weight: bold;
    text-decoration: none;
    color: #065496;
}

.juten_dl:hover {
    text-decoration: underline;
}

.movie {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: -10%;
}

.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 7% 21%;
}

/******FAQページここから******/
.faq_menu {
    width: 900px;
    margin: 0 auto;
    padding: 0 10px 100px;
    max-width: 100%;
}

.faq_menu p {
    font-size: 19px;
    font-weight: bold;
    margin: 25px 5px -5px;
}

.faq_menu a {
    display: block;
    padding: 1em 1em 1em 3.7em;
    text-decoration: none;
    color: #000;
    line-height: 1.5;
    text-indent: -2.7em;
    word-wrap: break-word;
    overflow-wrap: break-word;
}


.faq_label {
    display: block;
    margin: 10px 0;
    padding: 1em 1em 1em 3.7em;
    line-height: 1.4;
    color: #fff;
    background: #4471C4;
    cursor: pointer;
    text-indent: -2.7em;
}

.accordion {
    display: none;
}


.faq_menu ul {
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    list-style: none;
}

.faq_menu li {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked~#links01 li,
#menu_bar02:checked~#links02 li,
#menu_bar03:checked~#links03 li,
#menu_bar04:checked~#links04 li,
#menu_bar05:checked~#links05 li,
#menu_bar06:checked~#links06 li,
#menu_bar07:checked~#links07 li,
#menu_bar08:checked~#links08 li,
#menu_bar09:checked~#links09 li,
#menu_bar10:checked~#links10 li,
#menu_bar11:checked~#links11 li {
    max-height: 600px;
    opacity: 1;
}

object a:hover {
    opacity: 0.5;
}

/******FAQページここまで******/
/******trafficページここから******/
.traffic_txt {
    width: auto;
    max-width: 630px;
    margin: 60px auto;
    border-collapse: collapse;
    line-height: 2;
}

.traffic_txt section {
    max-width: 500px;
    margin: 50px auto;
    border-collapse: collapse;
    line-height: 2;
}

.traffic_txt02 h2 {
    line-height: 1;
    display: inline-block;
    font-size: 3.5rem;
    padding: 0 15px;
    width: auto;
    border-bottom: 3px solid #000;
}

.traffic_txt03 h2 {
    font-size: 1.8rem;
}

.traffic_txt04 h2 {
    margin-bottom: 30px;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    color: #065496;
    padding: 0 10px;
    border-bottom: 1px solid #065496;
    font-weight: inherit;
}

.traffic_txt02 b {
    line-height: 2;
    min-width: 600px;
}

.traffic_hover:hover {
    opacity: 0.5;
}

.traffic_txt00 {
    white-space: nowrap;
}

/******trafficページここまで******/
.q5_box {
    border: 1px solid #000;
    padding: 5px;
    color: #000;
    pointer-events: none;
}

/******summerページここから******/
.summer_inner {
    margin: auto;
    width: 650px;
    max-width: 100%;
}

.summer_txt {
    width: 100%;
    max-width: 630px;
    margin: 30px auto;
    border-collapse: collapse;
    line-height: 2;
    background: #ffb33d;
    padding: 15px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    word-break: break-all;

}

.summer_txt2 {
    font-size: 1.8rem;
}

.summer_txt3 h2 {
    margin-bottom: 30px;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1.3;
    color: #065496;
    padding: 0 10px 0 5px;
    font-weight: inherit;
    white-space: nowrap;
    font-weight: bold;
}

.summer_txt_spn {
    font-weight: normal;
    padding-left: 4em;
}

.summer_txt_spn li {
    padding: 0.3rem 1rem 0.5rem 4.5rem;
    text-decoration: none;
    line-height: 1.8;
    text-indent: -1.5rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -ms-word-break: break-all;
}

.summer_txt_spn li a {
    text-decoration: underline;
}

.summer_txt_step {
    border: 1.5px solid #000;
    padding: 5px 15px;
    border-radius: 12px;
    width: max-content;
    margin: 18px 0 10px;
}

.summer_txt_sanko {
    max-width: 850px;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 auto;
    line-height: 1.7;
}

.summer_txt_sanko h2 {
    font-size: 2.5rem;
    text-align: left;
    margin-bottom: 15px;
    line-height: 1.4;
}

.summer_txt_sanko a {
    font-weight: bold;
    color: #065496;
}

.summer_txt_top h2 {
    padding: 0 20px;
    display: inline-block;
    margin: 100px 0 40px;
    font-size: 3.2rem;
    line-height: 1.2;
    color: #000;
    border-bottom: 3px solid #000;
}

.summer_text_list {
    margin: -20px 0 0 50px;
    line-height: 1.5;
    font-size: 1.5rem;
}

.summer_list {
    margin-top: -30px;
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
}

.summer_list li {
    margin-left: 20px;
    list-style: none;
    font-weight: normal;
    font-size: 1.6rem;
}

.summer_list li a {
    text-decoration: underline;
}

.summer_list ul {
    font-size: 1.8rem;
}

.summer_test_btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin: 10px 0 100px;
}

.summer_list02 {
    margin: 30px 0 50px;
}

.summer_list02 ul {
    margin-top: 13px;
}

.summer_txt_event {
    margin: -40px 0 50px;
}

.summer_txt_event b {
    font-size: 1.9rem;
}

/******summerページここまで******/
/******approachページここから******/
.inner_app {
    width: 1200px;
    margin: auto;
}

.approach_tbl_container {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.approach_tbl {
    font-size: 1.25em;
    width: 100%;
    font-weight: bold;
    border-collapse: collapse;
    border: 1px solid #D1D0D0;
}

.approach_tbl a {
    text-decoration: underline;
    color: dodgerblue;
    line-height: 1.5;
}

.approach_tbl a:hover {
    opacity: 0.5;
}

.approach_tbl_tr th {
    width: 200px;
    text-align: center;
    height: 70px;
    vertical-align: middle;
    border-right: 1px solid #D1D0D0;
    -ms-word-break: break-all;
    word-break: break-all;
}

.approach_tbl_tr03 th {
    border-top: 1px solid #D1D0D0;
    font-weight: normal;
    font-size: 0.8em;
    height: 80px;
}

.approach_tbl img {
    width: 100%;
    padding: 38px 20px 20px;
}

.approach_txt li {
    line-height: 1.7;
    padding: 10px;
}

.approach_txt {
    max-width: 850px;
    margin: 60px auto;
    border-collapse: collapse;
    line-height: 2;
    font-weight: bold;
}

.approach_new {
    display: table-cell;
    position: absolute;
    color: red;
    padding: 1rem 1rem 0;
    font-size: 1.4rem;
}

.approach_form_txt {
	max-width: 1100px;
    margin: 0 auto;
}

.approach_form_txt p {
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	margin: 0 100px;
}

/******approachページここまで******/
/******companiesページここから******/
.companies_menu {
    width: 1000px;
    padding: 0 0 100px 0;
}

.companies_label {
    text-align: center;
    position: relative;
    margin-bottom: 0;
}

.companies_label::before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 40px;
    top: 50%;
}

.companies_label::after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #fff;
    transform: rotate(-45deg);
    position: absolute;
    right: 30px;
    top: 50%;
}

#menu_bar01:checked+.companies_label::before {
    transform: rotate(135deg);
}

#menu_bar01:checked+.companies_label::after {
    transform: rotate(-135deg);
}

.faq_menu .accordion_inner {
    background-color: #fff;
}

.faq_menu .accordion_inner_list {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}

.faq_menu .accordion_inner_list li {
    width: calc(100% / 3);
    position: relative;
    padding-left: 1em;
    margin-bottom: 14px;
}

.faq_menu .accordion_inner_list li input[type="checkbox"] {
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
}

.faq_menu .accordion_inner_txt {
    margin: 20px 0;
}

.faq_menu .accordion_inner_btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.crear_button,
.search_button {
    width: 250px;
    background: #4471C4;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    margin-right: 15px;
}

.reset_button {
    width: 250px;
    background: #ffb33d;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
}

/******companiesページここまで******/
/******TOPページ左上シンボルマーク追加ここから******/

.header_simbolmark_pc {
    position: absolute;
    width: 95px;
    top: 8px;
    margin: 0 -110px;
}

.left {
    margin-top: 20px;
}

.header_nav {
    margin-top: 15px;
    height: 90px;
}

.header_simbolmark_pc:hover {
    opacity: inherit;
}

.header_simbolmark_pc img {
    width: 100%;
    height: auto;
}

/******TOPページ左上シンボルマーク追加ここまで******/

.action_tool_btn {
    width: 300px;
	font-size: 1.8rem;
	padding: 20px;
	margin: 0 15px;
}

.inner_action_tool {
    width: auto;
}

.action_tool_color {
    width: 100%;
    margin: 70px auto;
    max-width: 1000px;
    border-collapse: collapse;
    line-height: 2;
    background: #065496;
    padding: 15px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    word-break: break-all;
}

.action_tool_color1 {
    padding: 8px 20px;
    border-radius: 7px;
    color: #000;
    font-size: 2rem;
}

.action_tool_txt2 {
    font-size: 2em;
    color: #065496;
    text-decoration: underline;
    margin: 80px auto 50px;
}

.action_tool_ul {
    text-align: left;
    max-width: 1000px;
    margin: 50px auto;
    font-size: 2rem;
    list-style: decimal;
    width: auto;
}

.action_tool_ul li {
    padding: 10px;
	font-weight: normal;
	font-size: 1.8rem;
}
.action_tool_ul a {
font-weight: bold;
    color: #065496;
	text-decoration: underline
	}

.action_tool_plan_lst {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    margin: 80px auto;
    max-width: 1000px;
}

.action_tool_step {
    max-width: 1000px;
    text-align: left;
    margin: 50px auto;
    display: flex;
	align-items: baseline;
}

.action_tool_step span {
    font-weight: normal;
}

.action_tool_list {
    max-width: 1000px;
    margin: 50px auto;

}

.action_tool_list section {
    text-align: left;
    display: flex;
    justify-content: space-around;
    line-height: 1.5;
}

.action_tool_list_sec span {
    font-weight: bold;
    text-decoration: underline;
}

.action_tool_list_sec b li {
    padding: 10px 0 5px;
    margin: 0;
}

.action_tool_list_sec {
    display: flex;
}



/*==============================
footerS
================================*/
footer {
    position: relative;
    padding: 100px 0 60px;
    font-size: 1.4rem;
    color: #fff;
    background: #34434a;
    right: 0;
}

footer .inner,
footer .header_inner {
    position: relative;
}

.footer_inquiry {
    display: inline-block;
    margin-bottom: 30px;
    padding: 10px;
    font-weight: bold;
    border: 2px solid #fff;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer a:hover {
    opacity: .5;
}

footer i {
    font-size: 2.6rem;
    vertical-align: middle;
}

.footer_logo {
    position: absolute;
    top: 0;
    right: 0;
}

.pagetop {
    position: absolute;
    display: block;
    height: 40px;
    top: -140px;
    right: 0;
    padding: 0 20px;
    font-weight: bold;
    line-height: 40px;
    background: #34434a;
}

/*IEのみ ここから*/
@media all and (-ms-high-contrast: none) {
    .top_btn_ie {
        width: 100%;
    }
}

/*IEのみ ここまで*/
/*==============================
breakpoint 768px
================================*/
@media screen and (max-width: 768px) {
    html {
        font-size: 62.5% !important;
    }

    body {
        font-size: 1.4rem;
    }

    main {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    article {
        padding: 40px 0 80px;
    }

    h1 {
        margin-bottom: 30px;
        font-size: 2.4rem;
    }

    h2 {
        font-size: 2rem;
    }

    p {
        margin-bottom: 20px;
    }

    .pc {
        display: none;
    }

    .sp {
        display: inherit;
    }

    .left,
    .right {
        float: none;
    }

    .inner,
    .inner_lrg,
    .summer_txt_sanko {
        width: 94%;
        margin: auto;
        padding: 0;
    }

    .header_inner {
        width: 94%;
        min-width: auto;
    }

    .header_link {
        margin: 50px auto 10px;
        /*		margin-left: 60px;*/
        /*TOPシンボルマーク*/
    }

    /*    .header_inquiry {
        position: absolute;
        top: 8px;
        left: 10px;
        margin: auto;
        padding: 2px 5px;
    }*/
    /******TOPシンボルマーク*******/
    .header_inquiry {
        position: absolute;
        top: 8px;
        left: 10px;
        padding: 2px 5px;
        /*    margin: 0 10px 0 70px;*/
        margin: 0;
        display: flex;
        align-items: center;
    }

    /******TOPシンボルマーク*******/

    .header_inquiry i {
        margin-right: 5px;
        font-size: 2.4rem;

    }

    main {
        margin-top: 116px;
    }

    #main_visual {
        height: 120px;
    }

    .kounin {
        margin-bottom: 20px;
        border: 1px solid #999da0;
    }

    #top_about {
        padding: 30px 0;
    }

    .top_about_ttl {
        font-size: 2rem;
    }

    .top_about_ttl.large {
        font-size: 2rem;
    }

    #top_about .top_about_ttl img {
        width: 18px;
        height: auto;
    }

    #top_about .top_about_ttl img {
        width: 35px;
        height: auto;
    }

    .top_about_txt.large {
        font-size: 1.6rem;
    }

    #top_plan {
        padding: 20px 0;
        font-size: 1.4rem;
    }

    .top_plan_lst {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .top_plan_lst li {
        width: 100%;
        margin-bottom: 40px;
    }

    .top_plan_txt {
        margin-bottom: 0;
    }

    .top_plan_ttl {
        font-size: 2rem;
    }

    .top_plan_ttl img {
        width: 17px;
        height: auto;
    }

    .top_plan_tbl th,
    .top_plan_tbl td {
        display: block;
        width: 100%;
    }

    .top_inquiry_btn {
        position: relative;
        width: 100%;
        padding: 10px 20px;
        font-size: 1.6rem;
    }

    #top_info {
        min-width: auto;
        height: auto;
    }

    .top_info_inner {
        position: static;
    }

    .top_info_center {
        padding: 10px
    }

    .top_info_box {
        padding: 15px;
        height: 320px;
    }

    .top_info_ttl {
        margin-bottom: 10px;
        font-size: 2rem;
    }

    .top_info_tbl th {
        padding-right: 10px;
        font-size: smaller;
    }

    #top_cooperation {
        padding: 30px 0;
    }

    .top_cooperation_ttl {
        margin-bottom: 20px;
        font-size: 2rem;
    }

    .top_cooperation_ttl2 {
        font-size: 1.6rem;
    }

    .top_cooperation_txt {
        font-size: 1.4rem;
    }

    .top_cooperation_right {
        margin-top: 40px;
        position: relative;
    }

    .top_companies,
    .top_collaborator {
        position: relative;
        margin: 20px auto;
    }

    .top_companies_ttl {
        font-size: 1.6rem;
    }

    .top_companies_num {
        font-size: 1.6rem;
    }

    .top_companies_num span {
        font-size: 3.2rem;
    }

    .top_companies_date {
        font-size: 1.4rem;
    }

    #top_banner {
        padding: 30px 0 60px;
    }

    .top_banner_h2 {
        font-size: 1.6rem;
    }

    .top_banner_lst {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .top_banner_lst a {
        margin: auto;
        margin-bottom: 30px;
    }

    .top_tdm_inquiry_btn {
        width: auto;
    }

    .companies_ttl {
        padding: 40px 10px;
    }

    .companies_nav ul {
        flex-wrap: wrap;
        margin: auto;
        padding: 20px 10px 0px 10px;
    }

    .companies_nav ul li {
        font-size: 1.6rem;
        width: 20%;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .companies_nav ul li a::before {
        top: 4px;
        left: 5px;
    }

    .companies_group {
        padding: 50px 0;
        min-width: auto;
    }

    .companies_group h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .companies_group ul {
        width: 100%;
        margin: auto;
    }

    .companies_group ul li {
        width: 100%;
    }

    .map_content h3 {
        font-size: 3rem;
    }

    .map_ttl {
        margin-bottom: 20px;
        font-size: 2rem;
    }

    .map_tbl td.date,
    .taken_map_tbl td.date {
        width: 70px;
    }

    .map_dl_ttl {
        font-size: 1.6rem;
    }

    .inquiry_btn {
        position: relative;
        width: 100%;
        margin-top: 20px;
        padding: 10px 20px;
        font-size: 1.6rem;
    }

    .magazine_lst li {
        display: block;
        padding: 0;
    }

    .magazine_lst li.magazine_lst_data {
        width: 100%;
        padding: 15px 0 0;
    }

    .magazine_lst li.magazine_lst_ttl {
        width: 100%;
        padding: 0 0 10px;
    }

    .magazine_page_ttl {
        font-size: 2rem;
    }

    .event_tbl {
        margin: auto auto 20px;
    }

    .event_tbl th,
    .event_tbl td {
        display: block;
    }

    .event_tbl td:nth-child(1) {
        max-width: none;
    }

    .siryou_tbl td:nth-child(1) {
        width: auto;
    }

    .event_ttl {
        margin-bottom: 20px;
        font-size: 2rem;
    }

    .event_box {
        margin-bottom: 40px;
    }

    .event_img {
        width: 100%;
        margin-bottom: 10px;
    }

    .action_content_ttl h2 {
        font-size: 2.4rem;
        margin-bottom: 30px;
    }

    .qa_ttl {
        margin: 40px auto 25px;
        font-size: 2.4rem;
    }

    .qa_q,
    .qa_a {
        padding: 10px;
    }

    .qa_a {
        margin-left: 10px;
        padding-bottom: 20px;
    }

    .juten_box {
        position: static;
    }

    footer {
        padding: 50px 0 30px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .footer_logo {
        position: static;
    }

    .footer_logo img {
        margin-bottom: 10px;
    }

    .pagetop {
        top: -90px;
    }

    .taken_map_tbl {
        min-width: 80%;
        overflow: auto;
        white-space: nowrap;
    }

    .q3_sp {
        display: grid;
        margin-bottom: 15px;
    }

    .q3_sp td {
        display: -ms-grid;
    }

    .traffic_txt h2,
    .traffic_txt02 h2 {
        min-width: 80%;
        overflow: auto;
        line-height: 1.5;
        display: inline-block;
    }

    .traffic_txt00 {
        white-space: normal;
    }

    .summer_txt3 h2 {
        white-space: normal;
    }

    .siryou_tbl tr {
        height: 100px;
    }

    .approach_tbl {
        font-size: smaller;
        width: auto;
    }

    .approach_tbl th {
        height: 50px;
        font-size: 0.7em;
        word-break: break-word;
        -ms-word-break: break-all;
    }

    .approach_new {
        position: relative;
        font-size: x-small;
        padding: 2px;
    }

    .approach_tbl img {
        padding: 2px;
    }
	.approach_form_txt p {
		margin: 0;
	}

    .movie iframe {
        padding: 0;
    }

    .movie {
        margin: 0;
    }

    /******TOPシンボルマークSPここから*******/
    .header_simbolmark_pc {
        /*		display: none;*/
        width: 50px;
        margin: 0;
    }

    .header_nav {
        margin-top: -20px;
        height: auto;
    }

    #topic {
        padding: 10px 0;
    }

    .left img:nth-last-of-type(1) {
        width: 100%;
    }

    /******TOPシンボルマークSPここまで*******/

    #menu_bar01:checked~#links01 li {
        max-height: 1000px;
    }

    .faq_menu .accordion_inner_list li {
        width: 100%;
    }

    .faq_menu .accordion_inner_btn {
        display: block;
    }

    .crear_button,
    .search_button,
    .reset_button {
        display: block;
        margin: 0 auto 10px;
    }

    .summer_test_btn {
        display: block;
    }

    .summer_txt_spn,
    .summer_txt_event li {
        padding: 0;
    }

    .summer_txt_event b {
        font-size: 1.5rem;
    }
	.action_tool_plan_lst {
		display: block;
	}
	.action_tool_plan_lst a {
		margin: 10px auto;
	}
}

/*==============================
print
================================*/
@media print {
    header {
        display: none;
    }

    main {
        margin-top: 0;
    }
}