@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Sans+JP:500|Noto+Sans+JP:700|Noto+Sans+JP:900&display=swap&subset=japanese');
/* *****共通設定***** */
.c-purple {
    color: #7c225f;
}
.hid_style {
    border: none;
}
form .table th {
    background-color: transparent;
}
body {
    -webkit-text-size-adjust: 100%;
    font-family: 'Noto Sans JP';
}
.h100p {
    height: 100%;
}
header {
    position: relative;
    z-index: 5;
    /*min-width:1140px;*/
}
.head-txt{
    font-size:2rem;
    letter-spacing: 0.1vw;
    vertical-align: bottom;
    float:left;
    color:#062947;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight:600;
    padding-top:0.5rem;
    
}
@media only screen and (max-width: 1145px) {
.head-txt {
    font-size:1.4rem;
    letter-spacing: -1px;
}
}
.w33per{width:33%;}
/*ヘッダー固定IE対策*/
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.container-fluid {
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
}
main {
    display: block;
    font-weight: 700;
    overflow: hidden;
    padding-top: 74px;
    /* max-width: 1200px;*/
    margin: 0 auto;
}
main .btn {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
a {
    color: #0000cd
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0;
    padding: 0;
	line-height: 1.3;
}	

p {
    margin: 0;
    padding: 0;
	line-height: 1.2;
	font-weight: normal;
}	
h1 {
    font-size: 4.5rem;
}

/*h2, h3 {
    color: #401f0f;
}*/

.lead-text {
    font-size: 1.2rem;
	margin-top: 30px;
}
@media only screen and (max-width: 768px) {
.lead-text {
    font-size: 1rem;
	margin-top: 20px;
	padding: 0 10px;
}
}
.gray {
    color: #6c757d;
}
.card {
    border-color: #e0c7b2;
}
.img-thumbnail {
    width: 100%;
    padding: .25rem;
    background-color: transparent;
    border: none;
}
/* ヘッダー(navbar) */
.navbar {
    /* border-bottom: 1px solid #a29080;*/
    padding: 0;
    /*background-color: #401f0f;*/
}
.navbar .navbar-collapse {
    flex-grow: 0;
}
.navbar .navbar-brand {
    height: 72px;
}
.navbar .navbar-brand img {
    height: 100%;
}
.navbar .navbar-nav .active > .nav-link {
    color: #ffce11;
}
.navbar .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(251, 251, 241, 1);
}
/* フッター */
#footer {
    background-color: #FFFFFF;
    color: #000000;
}
.jumbotron-fluid {
    width: 100%;
    height: 0;
    padding-top: 45.45%;
    background: url(../img/main.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media only screen and (max-width: 1060px) {
/*@media only screen and (max-width: 500px) {
*/    .jumbotron-fluid {
        padding-top: 77%;
        background: url(../img/main_sp.png);
        background-size: contain;
    }
}
.jumbotron-fluid_after {
    width: 100%;
    height: 0;
    padding-top: 45.45%;
    background: url(../img/main.png);
    /*background: url(../img/main_after.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media only screen and (max-width: 1060px) {
    .jumbotron-fluid_after {
        padding-top: 77%;
        background: url(../img/main_sp.png);
        /*background: url(../img/main_sp_after.png);*/
        background-size: contain;
    }
}
.jumbotron-fluid_after-minogasi {
    width: 100%;
    height: 0;
    padding-top: 45.45%;
    background: url(../img/main.png);
    /*background: url(../img/main_after-minogasi.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media only screen and (max-width: 1060px) {
    .jumbotron-fluid_after-minogasi {
        padding-top: 77%;
        background: url(../img/main_sp.png);
        /*background: url(../img/main_sp_after-minogasi.png);*/
        background-size: contain;
    }
}
/*.jumbotron-fluid .container{
    height: 100%;
	position: relative;
}*/
.jumbotron-fluid .container .koza_btn {
    position: absolute;
    bottom: 0;
    /*transform:translate(-50%, -50%);*/
    left: 0;
    right: 0;
    margin: auto;
}
.jumbotron-fluid .btn {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 1.5rem;
    font-weight: bold;
    border-width: 3px;
    border-color: #fff;
}
/* 各セクション */
section .container > h2 {
    margin-bottom: 30px;
    font-size: 2.5rem;
}
section .container > h2 + p {
    max-width: 700px;
    margin: 0 auto 50px;
}
#sec1 {
    position: relative;
}
#sec1:before {
    content: "";
    display: block;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(-50%, -50%) rotate(-26deg);
    transform: translate(-50%, -50px) rotate(-26deg);
    background: rgba(33, 55, 105, 0.04);
    height: 2000%;
    width: 500%;
    position: absolute;
    z-index: 0;
    left: 100%;
    top: -4rem;
    /* content: "";
    display: block;
    -webkit-transform-origin: 80% 100%;
    transform-origin: 80% 100%;
    -webkit-transform: translate(-50%, -50%) rotate(-20deg);
    transform: translate(-50%, -50%) rotate(-20deg);
    background: rgba(158,119,0,0.20);
    height: 100%;
    width: 300%;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    z-index: 0;*/
}
.p-diagonal_inner {
    padding: 0;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 2;
}
#sec1 {
    /*	margin-top:150px;
	background-color:rgba(193,173,122,0.3) ;
	transform: skewY(-26deg);*/
    /*margin-top: 150px;
    margin-bottom: 180px;*/
}
#sec1 .container {
    /*	transform: skewY(26deg);
	margin-top:-150px;*/
}
.card-text {
    /*font-weight:bold;*/
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.03rem;
    color: #000000;
}
#sec1 h2 {
    margin-top: -2rem;
}
#sec1 h3 {
    font-size: 2.5rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 1.00);
    border-bottom: 2px solid rgba(0, 0, 0, 1.00);
    padding: 2.5rem 0;
    /*white-space: nowrap;*/
}
.hexagon_btn {
    width: 50%;
    background-color: #000000;
    border: none;
    padding: 0.8rem 0;
    position: absolute;
    /*top: -14rem;*/
    left: 25%;
    border-radius: 0;
    font-size: 2rem;
    text-align: center;
}
.hexagon_btn:before, .hexagon_btn:after {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    content: '';
    border: 2.25rem solid transparent;
    border-right: 1.5rem solid transparent;
    border-left: 1.5rem solid transparent;
}
.hexagon_btn:before {
    right: 100%;
    border-right-color: #000000;
}
.hexagon_btn:after {
    left: 100%;
    border-left-color: #000000;
}
.sec3 .hexagon_btn {
    top: 0;
}
.sec2 {
    position: relative;
    #venue_list table /*padding-top: 9.5rem;*/
    background-color: #D1d1d1;
    padding: 2rem 0;
    /*line-height: 180%;*/
}
@media only screen and (max-width: 992px) {
    section.sec2 {
        margin-bottom: -5vw;
    }
}
.bg {
    background: url("../img/raise_flag.png") no-repeat top center;
    /*background-size: contain;*/
}
@media only screen and (max-width: 768px) {
    .bg {
        background: url("../img/raise_flag_sp.png") no-repeat top right;
        background-size: contain;
    }
}
.bg .container {
    height: 100%;
    position: relative;
}
.detail:after {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 */
}
.detail {
    position: absolute;
    top: 100%;
    left: 15px;
    width: 97%;
    /*background: #FFFFFF;*/
    z-index: 1;
}
.detail .gaiyou_bg {
    border-bottom: #dddddd;
    background: url(../img/gaiyou_bg.jpg) no-repeat top left;
    background-size: cover;
    height: 325px;
    font-size: 2.3rem;
    text-align: center;
    color: #000000;
    padding-top: 4.5rem;
    line-height: 1;
}
.sec2 .row {
    /* min-height: 160px;*/
    color: #2f2f2f;
}
.sec2 .card .btn-primary {
    font-size: 0.8rem;
    margin-top: 1rem;
    border-radius: 2rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    background-color: rgba(172, 140, 78, 1.00);
    border-color: rgba(172, 140, 78, 1.00);
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.1rem #89703e;
}
.btn-primary:hover {
    background-color: #89703e;
    border-color: #89703e;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.sec2 .simu_att_bg {
    background-color: #f0eee8;
}
.sec2 ul {
    font-size: 0.75rem;
    font-weight: normal;
    color: #CC0000;
}
#sec9-1 {
    background-color: #f2f2f2;
    padding: 3rem 0;
}
.breadcrumb a {
    color: rgba(255, 255, 255, .5);
}
.breadcrumb a:hover, .breadcrumb a:focus {
    color: rgba(255, 255, 255, 1);
}
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    padding-right: 1rem;
    color: rgba(255, 255, 255, .5);
}
.breadcrumb-item.active {
    color: #ffffff;
}
/* *****フォーム***** */
.form1 label {
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
.form1 input, .form1 textarea, .form1 select {
    max-width: 768px;
}
.form1 .form-group {
    margin-bottom: 2rem;
}
/* *****タブ切替***** */
.tab-wrap {
    background-color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    font-weight: bold;
    min-width: 1110px;
}
.tab-wrap:after {
    content: '';
    width: 100%;
    height: 3px;
    background: rgba(33, 55, 105, 1.00);
    display: block;
    order: -1;
}
.tab-label {
    color: rgba(33, 55, 105, 1.00);
    background: #D1D1D1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    white-space: nowrap;
    text-align: center;
    padding: 1.2rem .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    /*border-radius: 5px 5px 0 0;*/
    flex: 1;
    margin-bottom: 0;
    font-size: 1.5rem;
}
.detail .tab-label {
    background: #FFFFFF;
}
.tab-wrap:after {
    content: '';
    width: 100%;
    height: 3px;
    background: rgba(33, 55, 105, 1.00);
    display: block;
    order: -1;
}
.tab-label:not(:last-of-type) {
    margin-right: 3px;
}
.tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.tab-content .row {
    margin: 0;
}
/* アクティブなタブ */
.tab-switch:checked + .tab-label {
    background: rgba(33, 55, 105, 1.00);
    color: #FFFFFF;
}
.detail .tab-switch:checked + .tab-label {
    background: #ac8c4e;
}
.tab-switch:checked + .tab-label + .tab-content {
    background: #FFFFFF;
    height: auto;
    overflow: auto;
    padding: 15px;
    opacity: 1;
    transition: .5s opacity;
    /*box-shadow: 0 0 3px rgba(0,0,0,.2);*/
}
/*tab-label内の●に下三角*/
.arrow {
    position: relative;
    display: inline-block;
    padding: 22px 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before, .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow::before {
    width: 1.4rem;
    height: 1.4rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FFFFFF;
}
.arrow::after {
    top: -0.1rem;
    left: 0.45rem;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 2px solid rgba(33, 55, 105, 1.00);
    border-right: 2px solid rgba(33, 55, 105, 1.00);
    -webkit-transform: rotate(45deg);
    /*transform: rotate(45deg);*/
    transform: rotate(135deg);
}
.tab-switch:checked + .tab-label .arrow::after {
    border-top: 2px solid rgba(172, 140, 78, 1.00);
    border-right: 2px solid rgba(172, 140, 78, 1.00);
    /*transform: rotate(135deg);*/
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}
.sec2 .card {
    border: solid 4px rgba(202, 190, 153, 1.00);
    border-radius: 1.5rem;
}
.sec2 .card-title {
    text-align: center;
    ;
}
.tab-content h3 {
    color: #000000;
    font-size: 1.1rem;
    font-weight: bold;
}
.tab-content h3 span {
    font-size: 0.85rem;
}
.rimawari {
    color: #7c225f;
    font-size: 5rem;
    line-height: 1;
}
.rimawari span {
    color: #7c225f;
    font-size: 3rem;
    white-space: nowrap;
}
.rimawari span span {
    color: #7c225f;
    font-size: 1.2rem;
}
.rimawari_lg {
    color: #7c225f;
    font-size: 7.5rem;
}
.rimawari_lg span {
    color: #7c225f;
    font-size: 4.5rem;
}
.rimawari_lg span span {
    color: #7c225f;
    font-size: 2.25rem;
}
.rimawari_circle {
    background-color: rgba(230, 0, 18, 1.00);
    color: #fff;
    border-radius: 50%;
    font-size: 0.8rem;
    line-height: 1.12;
    width: 80px;
    height: 80px;
    display: inline-block;
}
.sec2 .card hr {
    margin: 0.3rem 0;
}
.sec2 .card hr + span {
    font-size: 0.85rem;
    display: block;
    text-align: center;
}
.sec2 .table {
    font-size: 1.2rem;
    margin-top: 14rem;
}
/*テーブル*/
.table tr:first-child {
    border-top: 3px solid #141d40;
}
.table tr:last-child {
    border-bottom: 3px solid #141d40;
}
.table th {
    background-color: #f2f2f2;
}
.sec2 .table {
    font-size: 1.2rem;
}
.table td {
    font-size: 1.15rem;
    padding: 1.2rem;
    border: 1px solid #000000;
}
.table thead th {
    background-color: #f2f2f2;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #fff !important;
    border-left: 1px solid #000000 !important;
}
/*対面セミナー会場リスト*/
#venue_list {
    width: 100%;
}
@media only screen and (max-width: 768px) {
    #venue_list {
        padding-top: .1rem;
    }
}
#venue_list h1 {
    font-size: 1.8rem;
}
#venue_list h1 span {
    font-size: 1.5rem;
    display: block;
    margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
    #venue_list td  h1 {
        font-size: 4.1vw;
        clear: both;
    }
    #venue_list h1 span {
        font-size: 3.2vw;
        display: block;
        margin-top: 1rem;
    }
}

.point-color{
	color: #081f74;
}
#venue_list table {
    border-collapse: collapse;
    background-color: #FFFFFF;
    width: 100%;
    font-size: 1.2rem;
    margin: 1rem auto;
}
@media only screen and (max-width: 768px) {
    #venue_list table {
        font-size: 1rem;
    }
}
#venue_list th, #venue_list td {
    padding: 1rem;
    text-align: center;
    border: 1px solid #ddd;
}

#venue_list th, #venue_list td.tal {
        text-align: left;
    }
    #venue_list th, #venue_list td.tar {
        text-align: right;
    }
    #venue_list th, #venue_list td.tac {
        text-align: center;
}
@media only screen and (min-width: 769px) {
    #venue_list th, #venue_list td.pc_tal {
        text-align: left;
    }
    #venue_list th, #venue_list td.pc_tar {
        text-align: right;
    }
    #venue_list th, #venue_list td.pc_tac {
        text-align: center;
    }
}
#venue_list th {
    /*font-weight: normal;
  font-size: .875rem;
  color: #666;*/
    background: #eee;
    position: sticky;
    top: 0;
}
@media(max-width: 768px) {
#venue_list th {
    display: block;
	width: 100%;
}
}	

#venue_list th.bg-bk {
    background:#C1022E;
	color: #fff;
	letter-spacing: 3px;
    font-size: 1.2em;
	padding: 0 10px;
}


#venue_list th.bg-bk2 {
    background:#081f74;
}
#venue_list img {
width: 15%;
    text-align: right;
}
@media(max-width: 768px) {
    #venue_list img {
        width: 30%;
        max-width: 346px;
    }
}
@media(max-width: 768px) {
    #venue_list .heading {
        display: none;
    }
    #venue_list td {
        display: block;
        padding: 0.4em;
        text-align: right;
    }
    #venue_list td .sp_2l_space{
        display: inline-block;
        width:21.8%;
    }
    #venue_list td::before {
        content: attr(data-label);
        font-size: .875rem;
        color: #868686;
        display: inline-block;
        /*width:22%;*/
        margin-bottom: 0.25rem;
        font-weight: normal;
        float:left;
		text-align: left;
    }
    #venue_list .venue {
    background: #062947;
    color: #FFFFFF;
    text-align: center;
    font-size: 115%;
    }
}
/*会場リストのTABLE*/
.fl {
    float: left;
}
.fr {
    float: right;
}
.bgc {
    /*background: url(../img/main_bg.png) no-repeat; 
	background-size: cover;
    background-position: center top;*/

background: url(../img/bg.jpg) no-repeat;
/*background: linear-gradient(90deg, rgb(238, 238, 238), rgb(225, 225, 225));*/
}
.bgc img {
    display: block;
    margin-left: auto;
    margin-right: auto;
	height: auto;
   /* max-width: 960px;*/
}


.bgc2 {
    /*background: #001a34;*/

}
.bgc2 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
	height: auto;
}


/**/
/*文字サイズ*/
.f_sm04 {
    font-size: 0.4rem;
}
.f_sm06 {
    font-size: 0.6rem;
}
.f_sm09 {
    font-size: 0.9rem;
}
.f_sm08 {
    font-size: 0.8rem;
}
.f_lg11 {
    font-size: 1.1rem;
}
.f_lg12 {
    font-size: 1.2rem;
}
.f_lg14 {
    font-size: 1.4rem;
}
.f_lg16 {
    font-size: 1.6rem;
}
.f_lg18 {
    font-size: 1.8rem;
}
.f_lg20 {
    font-size: 2.0rem;
}
/**/
/*行間*/
.lh_1 {
    line-height: 1;
}
.lh_05 {
    line-height: 0.5;
}
/**/
/*背景色*/
.bg_gold {
    background-color: rgba(230, 0, 18, 1.00);
}
/**/
/*文字色*/
.text-purple {
    color: #7d225f;
}
.text-gold {
    color: rgba(230, 0, 18, 1.00);
}
.text-black {
    color: rgba(0, 0, 0, 1.00);
}
/**/
/*リンクテキスト*/
a, a:hover, a:visited {
    text-decoration: none; 
    /*color:#FFFFFF;*/
}
a:hover img.ro {
    opacity: 0.8;
    filter: alpha(opacity=80);
} /*イメージ透過*/
/**/
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
.sp2 {
    display: none !important;
}
/*ヘッダー固定によるアンカー位置ずれ解消*/
div #detailarea {
    margin-top: -80px;
    padding-top: 80px;
}
#kihatu_card {
    margin-top: -80px;
    padding-top: 80px;
}
/*ヘッダー固定によるアンカー位置ずれ解消*/
ol li {
    font-size: 1.3rem;
    margin-top: 3rem;
}
.w100 {
    width: 100%;
}
/*tpm-lp　より*/
img {
    vertical-align: middle;
    border-style: none;
}
.lp-sec-header > .header-wrapper .lp-logo .img1 img{
    width: 20vh;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.lp-sec-header > .header-wrapper .lp-logo .img2 img{
    /*width: 100%;*/
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.lp-sec-header > .header-wrapper {
    overflow: hidden;
    padding: 5px 20px 2px 20px;
	background-color: #fff;
    /*border-bottom: 1px solid #ba161d;*/
}
.lp-sec-header > .header-wrapper .lp-logo {
    float: left;
}

.lp-c-button {
    display: inline-block;
    /*    width: auto;
    margin: 0;
    padding: 0;
    border: 0;*/
    /*border-radius: 100px;*/
    border-radius: 10px;
    /*background-color: #333;*/
    color: #FFF;
    /*    cursor: pointer;
    overflow: visible;
    line-height: 1;*/
}
.lp-sec-header {
    position: fixed;
    background: #fff;
    width: 100%;
    /*box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);*/
    z-index: 10000;
}
.lp-c-button--small {
    padding: 10px 20px;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
}
@media (max-width: 768px) {
.lp-c-button--small {
    padding: 5px 10px;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
}
}
@media (max-width: 1169px) and (min-width: 769px) {
    #venue_list .lp-c-button--small {
        padding: 1vh 0.5vh;
        font-size: .875rem;
        font-weight: bold;
        letter-spacing: 0;
        border-radius: 10px;
    }
}
@media (max-width: 768px) {
    #venue_list .lp-c-button--small {
        padding: .5vh;
        font-size: .875rem;
        font-weight: bold;
        letter-spacing: 3px;
        border-radius: 20px;
        text-align: center;
        width: 60%;
    }
}
.lp-c-button--small span {
    font-size: 0.95rem;
}
.lp-c-button--large {
    margin: 0 5vh;
    padding: 2vh 8vh 2.3vh;
    line-height: 1;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 2px;
}
@media only screen and (max-width: 992px) {
    .lp-c-button--large {
        margin: 0 2vh;
        padding: 2vh 4vh;
    }
}
@media only screen and (max-width: 768px) {
    .lp-c-button--large {
        margin: 0vh;
        font-size: 3.5vw;
        letter-spacing: 0;
    }
}
.lp-c-button2 {
    background: #C1022E;
    color: #FFF;
    margin-left: 0.1vh;
    margin-top: 0.8vh;
}

.pc_only {
    display: block;
}
.lp-sec-header > .header-wrapper .lp-button {
    float: right;
}
.cv_area .lp-button {
    float: left;
    width: 50%;
}
.cv_area .lp-button span {
    display: inline-block;
    margin: 0.5rem;
    text-align: left;
    font-size: 1.15rem;
    font-weight: normal;
}
@media only screen and (max-width: 992px) {
    .cv_area .lp-button span {
        font-size: 2vw;
    }
}
@media only screen and (max-width: 768px) {
    .cv_area span {
        font-size: 9pt;
    }
}
.cv_area {
    width: 100%;
    margin: 2vh auto;
    text-align: center;
    overflow: hidden;
}
.lp-button {
    margin: 0;
    text-align: center;
}
.lp-c-button1 {
    background-color: #000000;
    color: #FFF;
    margin-left: 0.1vh;
    margin-top: 0.8vh;
}
a.lp-c-button2:visited, a.lp-c-button1:visited {
    color: #FFF;
}
.lp-c-button_tel {
    background-color: #fff;
    color: #11264a;
    margin-left: 0;
    font-size: 2.1em;
    padding: 0 10px 0;
    font-weight: bold;
    line-height: 0.05;
    margin-left: 0.1vh;
    margin-top: 0.8vh;
}
.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1);
}
.sp_only {
    display: none;
}
/*対談見出し*/
.head_taidan {
    margin: 0 auto; /* デフォルトCSS打ち消し */
    position: relative; /* 位置調整 */
    font-weight: bold; /* 文字の太さ調整 */
    font-size: 2em; /* 文字サイズ指定 */
    text-align: center; /* 文字位置指定 */
    margin: 20px 0;
    display: inline-block; /* インラインブロックにする */
}
.head_taidan span {
    font-size: 0.45em;
}
.head_taidan:before {
    content: ''; /* 空の要素を作る */
    height: 30px; /* 高さ指定 */
    width: 60px; /* 幅指定 */
    border: solid 1px rgba(175, 8, 11, 1.00); /* 枠線指定 */
    display: block; /* ブロック要素にする */
    position: absolute; /* 位置調整 */
    left: 0; /* 位置調整 */
    top: 0; /* 位置調整 */
    margin: auto; /* 位置調整 */
    z-index: -1; /* 重なり調整 */
}
.head_taidan:after {
    content: ''; /* 空の要素を作る */
    height: 80px; /* 高さ指定 */
    width: 80px; /* 幅指定 */
    border: solid 1px rgba(8, 74, 152, 1.00); /* 枠線指定 */
    display: block; /* ブロック要素にする */
    position: absolute; /* 位置調整 */
    right: 0; /* 位置調整 */
    bottom: 0; /* 位置調整 */
    margin: auto; /* 位置調整 */
    z-index: -1; /* 重なり調整 */
}
.head_taidan-wrap {
    padding-bottom: 20px; /* 余白指定 */
    text-align: center; /* 文字位置指定 */
    width: 100%;
    margin-top: 30px;
}
.head_taidan-wrap .sub {
    font-size: 1em;
    color: rgba(87, 80, 87, 1.00);
    font-weight: normal;
}
.kawata {
    color: rgba(213, 87, 75, 1.00);
}
.toyoda {
    color: steelblue;
}
@media only screen and (max-width: 768px) {
    /*ヘッダー固定によるアンカー位置ずれ解消*/
    div #detailarea {
        margin-top: -60px;
        padding-top: 60px;
    }
    #kihatu_card {
        margin-top: -60px;
        padding-top: 60px;
    }
    /*ヘッダー固定によるアンカー位置ずれ解消*/
    body {
        font-size: 1rem;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    @media only screen and (max-width: 460px) {
         .sp2 {
        display: block !important;
    }
    }
    /*スマホでフォントが小さいときの対策*/
    .sp_font1 {
        font-size: 1rem;
    }
    .sp_font08 {
        font-size: 0.8rem;
    }
    .sp_font07 {
        font-size: 0.7rem;
    }
    .w80 {
        width: 80%;
    }
    .w50 {
        width: 50%;
    }
    .w30 {
        width: 30%;
    }
    header {
        min-width: auto;
    }
    form .table th, form .table td {
        width: 100%;
        display: block;
        padding: 0.75rem 0.25rem;
    }
    .navbar .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .navbar-brand {
        display: inline-block;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        font-size: 0.5rem;
        line-height: inherit;
        white-space: nowrap;
    }
    .navbar img {
        height: 55px;
    }
    .navbar .navbar-brand {
        height: 42px;
    }
    section {
        /*padding: 2rem 0;*/
    }
    .jumbotron-fluid .container .koza_btn a img {
        width: 90%;
    }
    #sec1:before {
        top: 50%;
        height: 200%;
    }
    #sec1 h3 {
        font-size: 4vw;
        border-bottom: 2px solid rgba(0, 0, 0, 1.00);
        padding: 1rem 0;
    }
    #sec1 .card-text {
        letter-spacing: -0.05rem;
        line-height: 1.5;
        margin-bottom: 0.5rem;
        padding: 0 13px;
    }
    table h3{    font-size: 1.35rem;}
    .hexagon_btn {
        width: 60%;
        left: 20%;
        font-size: 1rem;
    }
    .hexagon_btn {
        top: -9rem;
    }
    .hexagon_btn:before, .hexagon_btn:after {
        border: 1.55rem solid transparent;
        border-right: 1rem solid transparent;
        border-left: 1rem solid transparent;
    }
    .hexagon_btn:before {
        right: 100%;
        border-right-color: #000000;
    }
    .hexagon_btn:after {
        left: 100%;
        border-left-color: #000000;
    }
    .sec2 {
        padding-top: 6rem;
    }
    /* .sec2.bg {
        background-size: auto 12%;
    }*/
    .sec2.bg .container {
        margin-top: -11rem;
        padding-right: 0;
        padding-left: 0;
    }
    .tab-content button {
        font-size: 0.5rem;
    }
    .sec2 .row p {
        font-size: 0.8rem;
    }
    .sec2 .card {
        border-radius: 0;
        border-right: none;
        border-left: none;
        border-top: none;
    }
    .tab-switch:checked + .tab-label + .tab-content {
        padding: 0;
        /*font-size:0.08rem;*/
    }
    .sec2 .row .col-lg-4, .sec2 .row .col-sm-12, .sec2 .row .col-md-3, .sec2 .row .col-md-6, .sec2 .row .col-3, .sec2 .row .col-4, .sec2 .row .col-2 {
        padding-right: 0;
        padding-left: 0;
    }
    .rimawari {
        font-size: 2.8rem;
        line-height: 0.7;
    }
    .rimawari span {
        font-size: 1.8rem;
    }
    .rimawari_lg {
        font-size: 3.75rem;
    }
    .rimawari_lg span {
        font-size: 2.25rem;
    }
    .rimawari_lg span span {
        font-size: 1.125rem;
    }
    .sec2 .card .btn-primary {
        margin-top: 0;
        border-radius: 0;
        padding: 0.8rem;
        background-color: rgba(172, 140, 78, 0.5);
        border-color: rgba(172, 140, 78, 0.5);
        font-size: 0.9rem;
        text-align: center;
    }
    .sec2 .card-body {
        padding: 0.6rem 0.25rem;
    }
    .sec2 .table th, .sec2 .table td {
        font-size: 0.8rem;
        padding: 0.3rem;
        line-height: 1.5;
    }
    .tab-wrap {
        min-width: initial;
    }
    .detail {
        top: 100%;
        left: 0;
        width: 100%;
    }
    .detail .gaiyou_bg {
        border-bottom: #dddddd;
        background: url(../img/sp_gaiyou_bg.jpg) no-repeat top left;
        background-size: cover;
        height: auto;
        font-size: 0.8rem;
        text-align: center;
        color: #000000;
        padding-top: 3.5rem;
        line-height: 1.1;
        height: 180px;
    }
    .detail .gaiyou_bg .f_sm09 {
        font-size: 0.5rem;
    }
    .rimawari_circle {
        font-size: 0.4rem;
        line-height: 1.1;
        width: 50px;
        height: 50px;
    }
    .tab-wrap:after {
        height: 0;
    }
    .card-text {
        font-size: 0.85rem;
    }
    ol li {
        font-size: 1rem;
        margin-top: 1.5rem;
        line-height: 1;
    }
    .tab-label {
        width: 100%;
        text-align: left;
    }
    .tab-label.sp_b_b {
        border-bottom: #AAAAAA 1px solid;
    }
    .container > .tab-wrap {
        display: block;
    }
    .f_lg16 {
        font-size: 1.16rem;
    }
    .f_lg12 {
        font-size: 1.12rem;
    }
    /*.sec2 img {
    width: auto;
    height: auto;
}*/
    .arrow {
        padding: 35px 15px 0 16px;
        float: right;
    }
    .arrow::before, .arrow::after {
        margin-left: 5px;
        background: transparent;
    }
    .tab-switch:checked + .tab-label .arrow::after {
        border-top: 2px solid #FFFFFF;
        border-right: 2px solid #FFFFFF;
    }
    .tab-wrap .tab-wrap .tab-switch:checked + .tab-label {
        background: #ac8c4e;
        color: #FFFFFF;
        display: inline-block;
        font-size: 0.9rem;
        width: 50%;
        text-align: center;
        padding-top: 5px;
    }
    .tab-wrap .tab-wrap .tab-label {
        background: #FFFFFF;
        padding: 0.4rem;
        ;
        color: rgba(33, 55, 105, 1.00);
        display: inline-block;
        font-size: 0.9rem;
        width: 50%;
        text-align: center;
    }
    .tab-wrap .tab-wrap .tab-label .arrow {
        padding: 20px 20px 0 0;
    }
    .tab-switch:checked + .tab-label .arrow::after {
        transform: rotate(315deg);
    }
    /*　tpm-lp/　より*/
    /*    .lp-c-button--small {
        padding: 1em;
        font-size: 0.8rem;
    }
    @media (max-width:360px) {
        .lp-c-button--small {
            padding: 1em 0.3em;
            font-size: 0.7rem;
        }
    }*/
	.lp-sec-header > .header-wrapper .lp-logo .img1 img{
    width: 16vh;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
	}
	.lp-sec-header > .header-wrapper .lp-logo .img2 img{
    width: 12vh;
	height: auto;
    -o-object-fit: cover;
    object-fit: cover;
	}
	

    @media (max-width:398px) {
	.lp-sec-header > .header-wrapper .lp-logo .img1 img{
            width: 16vh;
            margin-top: 1vh;
		}
	.lp-sec-header > .header-wrapper .lp-logo .img2 img{
            width: 12vh;
            margin-top: 1vh;
		}
    }
    .pc_only {
        display: none;
    }
    .sp_only {
        display: inline-block;
    }
    .lp-sec-header > .header-wrapper {
        overflow: hidden;
        padding: 5px;
    }
    .lp-c-button1 {
        color: #FFF;
        margin-right: 0.7vh;
    }
    #sec9-1 ul {
        margin-left: 0.6rem;
        padding-left: 0.8rem;
        font-size: 0.75rem;
        line-height: 1.5;
    }
    #footer {
        font-size: 0.85rem;
    }
    main {
        padding-top: 62px;
        bottom: -3px; /* 位置調整 */
    }
    @media (max-width:360px) {
        main {
            padding-top: 60px;
        }
    }
    .head_taidan {
        font-size: 1.4em; /* 文字サイズ指定 */
    }
    .head_taidan-wrap .sub {
        text-align: left;
    }
    #sec9 p {
        font-size: 0.8em;
    }
}
.container {
    padding: 0;
}
/*img {
    -webkit-backface-visibility: hidden;
}*/
@media only screen and (max-width: 768px) {
	.container {
		padding: 0 5px;
	}
    .detail .gaiyou_bg {
        background-size: cover;
    }
    /*.tab-wrap{margin-top:150px;}*/
}
.pd10-sp_only {
    padding: 0 0;
}
@media only screen and (max-width: 992px) {
    .pd10-sp_only {
        padding: 0 10px !important;
    }
}
.list_check {
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 740px;
    margin: auto;
}
.list_check > li {
    position: relative;
    padding: 0px 0px 0px 2em;
    margin: 0px;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #18275f;
}
@media only screen and (max-width: 767px) {
    .list_check {
        width: 98%;
    }
    .list_check > li {
        font-size: 0.9em;
        letter-spacing: 0;
    }
}
.list_check > li::before, .list_check > li::after {
    position: absolute;
    top: 50%;
    height: 1em;
    content: "";
}
.list_check > li::before {
    left: 0px;
    transform: translateY(-50%);
    width: 1em;
    border: 1px solid #3388dd;
}
.list_check > li::after {
    left: 0.5em;
    transform: translateY(-75%) rotate(45deg);
    width: 0.5em;
    border-bottom: 3px solid #3388dd;
    border-right: 3px solid #3388dd;
}
.list_check > li + li {
    margin: 1em 0px 0px;
}
.wd10vw {
    width: 10vw;
}
.wd70per {
    width: 70%;
}
@media only screen and (max-width: 768px) {
    .wd70per {
        width: 100%;
        font-size: .85rem;
    }
}
.nowrap {
    white-space: nowrap;
}
.ls_narrow {
    letter-spacing: -.2vw;
}
h2 {
    font-size: 3rem;
    color: #000000;
    margin: 1rem 0 3rem 0;
}
@media only screen and (max-width: 768px) {
h2 {
    font-size: 1rem;
    margin: 1rem 0 3rem 0;
}
}
a.lp-c-button2,a.lp-c-button2:hover,a.lp-c-button2:visited{color:#FFFFFF;}