@charset "utf-8";
/* CSS Document for seminar_tokyo.php byRakus 2018Dec20 */
/* ___________________________________________

HubSpot setup
_____________________________________________ */
.pc-only{
display: block;
}
.sp-only{
display: none ;
}

.txt_center{
text-align:center;
}
.txt_right{
text-align:right;
}
a:hover{
opacity: 0.7;
}

#form{
width: 100%;
max-width:1000px;
margin: 40px auto 40px auto;
}
.form02_contents p{
margin-bottom: 1em;
font-size: 110%;
line-height: 1.8;
}
#form .panel_content *{
box-sizing: border-box !important;
font-family: "Noto Sans CJK JP","Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
-moz-font-feature-settings: "palt";
-webkit-font-feature-settings: "palt";
font-feature-settings: "palt";
font-variant-ligatures: no-common-ligatures;
text-align: justify;
}
#form .panel_content{
padding: 20px 40px;
box-sizing: border-box;
width: 80%;
font-size: 16px;
margin: 0 auto;
background: none;
box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0);
}
input.hs-input, textarea.hs-input, select.hs-input {
display: inline-block;
padding: 5px 10px !important;
font-size: 16px;
font-weight: normal;
line-height: 1.3;
color: #555;
background: #fff;
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 2px;
margin:5px auto 0 auto;
width: 100%;
}
select.hs-input{
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
background-color: rgb(255, 255, 255) !important;
background-image: none !important;
color: rgb(0, 0, 0) !important;
}
fieldset.form-columns-1, fieldset.form-columns-2, fieldset.form-columns-3{
max-width: 100% !important;
width: 100%;
text-align: center;
margin: 0 auto !important;
}
fieldset.form-columns-1 .input input{
margin: 0 auto !important;
width: 100% !important;
}
fieldset.form-columns-2 .input input,fieldset.form-columns-2 .input select{
margin: 0 auto !important;
width: 98% !important;
}

fieldset.form-columns-1 .hs-input {
width: 100% !important;
}
fieldset.form-columns-1 .input, fieldset.form-columns-2 .input{
margin: 5px auto !important;
width: 100% !important;

}
.hs-form-field{
margin: 0 auto 20px auto;
}
label{
padding: 0 5px 10px 0;
}
/* 必須マーク設定 */
.hs-form .hs-form-required {
color: white;
background-color: #2B91D7;
border-radius: 5px;
padding: 2px 4px;
margin: -2px 4px 0 4px;
font-size: 13px;
box-sizing: border-box !important;
}
.hs-error-msgs label{
color:#ed6c56;
font-size: 13px;
padding: 3px 0 0 0 !important;
}
.hs-richtext{
font-size: 13px;
line-height: 1.3
}
.plainDefinitionList{
border: 1px solid #83bbe1;
padding: 10px 20px;
background: #e7f3fb;
margin: 10px auto;
}
.plainDefinitionList ul{
border-top: 1px solid #83bbe1;
border-bottom: 1px solid #83bbe1;
padding: 10px 0;
margin: 10px auto;
}

.plainDefinitionList ul li{
margin: 0 auto 5px auto;
}
.actions .hs-button {
padding: 20px 40px;
border-radius: 4px;
font-size: 1.5rem;
background: #f78633 !important;
border: none !important;
color: #fff !important;
margin: 20px auto 10px auto;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
transition: all 0.3s ease;
min-width: 45%;
display: block;
text-align: center !important;
letter-spacing: 0.3rem;
font-weight: normal;
}
/*checkbox*/

.hs-fieldtype-checkbox {
display: block;
overflow: hidden;
}
.hs-fieldtype-checkbox ul{
display: flex;
width: 100%;
justify-content: flex-start;
flex-wrap: wrap;
}

li.hs-form-checkbox {
width: 49%;
}
li.hs-form-radio label,
li.hs-form-checkbox label {
box-sizing: border-box;
-webkit-transition: background-color 0.2s linear;
transition: background-color 0.2s linear;
position: relative;
display: inline-block;
border-radius: 5px;
vertical-align: middle;
cursor: pointer;
width: 100%;
text-align: left;
line-height: 100%;
}
li.hs-form-checkbox label {
width: 100%;
}

li.hs-form-checkbox label input {
margin: 3px 8px 3px 0px;
width:30%;
display: inline;
}

li.hs-form-checkbox label span {
display: inline;
width: 49%;
line-height: 2 !important;

}
.hs-form .hs-error-msgs.inputs-list {
height: 20px !important;
}
fieldset.form-columns-1 .input input[type="checkbox"],fieldset.form-columns-1 .hs-input[type="checkbox"] {
margin: 0 auto !important;
width: 30px !important; 
}
fieldset.form-columns-1 .hs-input {
/* width: 100% !important; */
}

/*radio*/

li.hs-form-radio input {
display: none;
}

li.hs-form-radio {
width: 50%;
}

li.hs-form-radio label {
padding-left: 4.5rem;
}

li.hs-form-radio label::after {
border-radius: 100%;
left: 0;
}

li.hs-form-radio label::before {
border: none;
border-radius: 100%;
background: #f2c054;
width: 1.4rem;
height: 1.4rem;
margin-top: 0.38rem;
left: 0.24rem;
}

li.hs-form-radio label.check-on::after {
border: 2px solid #f2c054;
}
/*HubSpot*/
.hs-fieldtype-radio{border-bottom: 1px dotted #ccc !important; padding-bottom: 10px; margin-bottom: 10px;}
.hs-fieldtype-radio ul.inputs-list {width: 100%; display: block; justify-content: space-between; }
.hs-fieldtype-radio li.hs-form-radio {width: 100%; float: none; padding-bottom: 5px;}
.hs-fieldtype-radio label{padding: 0;}
li.hs-form-radio label {padding-left: 0rem;}
fieldset.form-columns-1 .input input[type="radio"]{display:inline-block !important; width: 28px  !important; height: 20px  !important; padding-left: 8px; vertical-align: -3px;}


@media screen and (max-width: 900px){
li.hs-form-radio {
width: 100%;
}
#form{
width: 100%;
max-width: 100%;
margin: 20px auto;
}
#form .panel_content {
padding: 0 10px 20px 10px;
box-sizing: border-box;
width: 100%;
font-size: 14px;
margin: 0 auto;
box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0);
}
.hs-form-field{margin-bottom: 10px;}
.hs-fieldtype-radio ul.inputs-list {width: 100%; display: block;}
.hs-fieldtype-radio li.hs-form-radio {width: 100%; margin: 0 0 5px 0;}
fieldset.form-columns-1 .input input[type="radio"]{display:inline-block !important; width: 23px !important; height: 18px  !important; padding-left: 8px; vertical-align: -3px;}
.hs-form .hs-form-required{font-size: 11px; vertical-align: 1px;}
li.hs-form-radio label span{line-height: 1.3;}
.hs-fieldtype-radio{margin-bottom: 10px;}
.hs-fieldtype-radio div.input{margin: 0 0 5px 0 !important;}
}
@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px){
.input select{width: 100% !important;}
}
/* ___________________________________________

contents setup
_____________________________________________ */
#form .panel_content *{font-family: "Noto Sans CJK JP","Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.hs-fieldtype-checkbox ul {
display: block;
width: 100%;
justify-content: flex-start;
flex-wrap: wrap;
}
table{
border-collapse: collapse;
margin: 0 auto;
}
.btn_base{
display:block;
margin: 0 auto 0 auto;
width: 90%;
max-width: 480px;
font-size: 120%;
letter-spacing: 0.1em;
}
.btn_color__seminar{
margin: 0 auto !important;
background-color: #2088D6;
background-image: -webkit-linear-gradient(270deg, rgba(0, 116, 201, 0) 0%, #0074c9 100%);
background-image: linear-gradient(180deg, rgba(0, 116, 201, 0) 0%, #0074c9 100%);
border: 1px solid #0078C9;
}
.btn_color__seminar:hover {
background-color: #0074C9;
}
.border_table{
border-right: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.border_table th, .border_table td {
padding: 1em;
background: none;
}
.border_table td{
border-bottom: 1px solid #ddd;
}
.border_table th{
color: #fff;
background: #0078C9;
border-bottom: 1px solid rgba(255,255,255,0.5);
border-right: 1px solid rgba(255,255,255,0.5);
}

.border_table_program th{
padding: 0.5em 0.15em;
}
.border_table_program td {
padding: 0.75em 1em;
}

.border_table_program *{
box-sizing: border-box;
font-family: "Noto Sans CJK JP","Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight: 500;
}
.border_table_program th.times{
text-align: center !important;
background-color: #eff6fa !important;
}
.border_table_program .venue{
text-align: center;
font-size: 130%;
font-weight: bold;
letter-spacing: 3px;
color: #fff;
border-radius: 20px 5px 0 0;
border-bottom: 1px solid #fff;
}
.border_table_program th.venue{
border-top: 0px solid #fff;
border-bottom: 1px solid #fff;
}

.border_table_program .venue b{
font-size: 150%;
vertical-align: -1px;
}
.border_table_program .venue_a{
background: rgba(6,151,229,1);
color: #fff;
border-bottom: 1px solid rgba(255,255,255,0.85);
width: 30% !important;
}
.border_table_program .venue_a.time{
border-bottom: 1px dashed rgba(255,255,255,0.3);
width: 30% !important;
}
.border_table_program .venue_a.seminar_contents{
background: rgba(6,151,229,0.5);
width: 30% !important;
}
.border_table_program .venue_b{
background: rgba(6,110,165,1);
color: #fff;
border-bottom: 1px solid rgba(255,255,255,0.9);
width: 30% !important;
}
.border_table_program .venue_b.time{
border-bottom: 1px dashed rgba(255,255,255,0.3);
width: 30% !important;
}
.border_table_program .venue_b.seminar_contents{
background: rgba(6,110,165,0.5);
width: 30% !important;
}
.border_table_program .venue_c{
background: #FF7F00;
color: #fff;
border-bottom: 1px solid rgba(255,255,255,0.85);
font-weight: bold;
letter-spacing: 0;
vertical-align: top;
width: 20%;
}
.border_table_program .venue_c.time{
border-bottom: 1px dashed rgba(255,255,255,0.3);
vertical-align: top;
}
.border_table_program td.venue_c.seminar_contents{
background: #FF7F00;
padding: 0;
}

.time{
text-align: center;
letter-spacing: 0.25em;
font-weight: bold;
padding: 0.5em 1em !important;
}
.seminar_contents{
text-align: justify;
padding: 1.25em !important;
vertical-align: top;
}
.seminar_contents div.modal-contents-box{
padding: 0;
color: #000;
font-size: 1em;
line-height: 1.3;
border-radius: 3px;
margin: 0.35em auto 1.5em auto;
}
.seminar_contents div.modal-contents-box h4{
font-size: 120%;
font-weight: bold;
position: relative;
padding:0 0 0.25em 0;
text-align: justify;
border-bottom: 1px solid #000;
}
.seminar_contents div.modal-contents-box h4 span{
font-size: 85%;
}
.seminar_contents div.modal-contents-box a.btn_more{
font-size:100%;
max-width: 80%;
border: 1px solid #0783c1;
background: #0783c1;
color: #fff;
padding: 0.5em 0;
margin: 0.5em auto 0 auto;
display: block !important;
text-align: center;
cursor:pointer;
border-radius: 5px;
font-weight: bold;
letter-spacing: 0.05em;
position: relative;
}
.seminar_contents.venue_b div.modal-contents-box a.btn_more{
border: 1px solid #0b587f !important;
background: #0b587f;
}
.seminar_contents div.modal-contents-box a.btn_more::before{
content: ">";
display: inline-block;
padding-right: 0.25em;
vertical-align: 1px;
}
.seminar_contents div.modal-contents-box a.btn_more:hover{
background: #0c8cd6;
border: 1px solid #0c8cd6;
color: #fff;
opacity: 1;
}
.seminar_contents.venue_b div.modal-contents-box a.btn_more:hover{
border: 1px solid #0778ba !important;
background: #0778ba;
}

.instructor{
margin:1em 0;
font-weight: bold;
font-size: 110%;
}
.instructor .instructor-title{
font-size: 90%;
display: inline-block;
margin-bottom: 0.3em;
padding: 0.4em 0.3em 0.3em 0.4em;
line-height: 1;
border-radius: 2px;
background: #222;
color: #fff;
letter-spacing: 0.05em;
margin-right: 0.5em;
font-weight: normal;
}
.border_table_program td.venue_a .instructor .instructor-title{
background: rgba(6,151,229,1);
}
.border_table_program td.venue_b .instructor .instructor-title{
background: rgba(6,110,165,1);
}
.instructor .instructor-identity{
font-size: 100%;
line-height: 1.2;
display: inline-block;
margin-bottom: 0.3em;
font-weight: bold;
}
.btn_seminarform{
margin: 40px auto 40px auto; text-align: center; width: 90%; max-width:880px;
font-size: 1.6rem;
letter-spacing: .15rem;
}
.seminar_program{
margin:40px auto;
}
.seminar_program h3{
margin:20px auto;
background: #f6f6f6;
border-left: 3px solid #0078C9;
color: #0078C9;
padding: 10px 15px;
font-size: 1.5rem;
letter-spacing: 0.1rem;
line-height: 1.5;
}
h4.seminar_program_h4 {
margin:15px auto 10px auto;
color: #0078C9;
padding: 0 0;
font-size: 1.3rem;
letter-spacing: 0.1rem;
line-height: 1.5;
}
h4.seminar_program_h4  span.mark{
display:inline-block;
color: #0078C9;
font-size: 1.35rem;
line-height: 1;
vertical-align:-1px;
}
h5.seminar_program_h5 {
color: #0078C9;
padding: 0 0 0.5em 0;
font-size: 1.1rem;
letter-spacing: 0.1rem;
line-height: 1.5;
}

@media screen and (max-width: 767px){
.btn_base.btn_color__blue{
font-size: 15px;
padding: 0.5em 0.5em !important;}
}
/*開閉ボタン設定*/
#modal-contents {
z-index: 0;
font-size: 16px;
}

/* モーダル コンテンツエリア */
.modal-main {
display: none;
width: 98%;
max-width: 960px;
min-height: 250px;
margin: 0 auto;
padding: 2em;
background-color: #ffffff;
color: #333;
position:fixed;
z-index: 2;
border-radius: 20px;
}
.modal-main .close{
text-align: right;
margin: -10px 0 10px 0;
}
.modal-main .close span{
font-size: 1em;
padding: 0.2em 0.5em;
font-weight: bold;
color: #aaa;
border-radius: 5px;
border: 1px solid #aaa;
cursor:pointer;
}
.modal-main dl{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-content: stretch;
margin-bottom: 1em;
}
.modal-main dt{
width: 75%;
padding-right: 1.5%;
}
.modal-main dd{
width: 25%;
text-align: right;
}
.modal-main dd p{
text-align: left;
line-height: 1.2;
font-size: 93%;
letter-spacing: 0;
}
.modal-main dd p b{
font-size: 130%;
padding-top: 0.3em;
display: inline-block;
}
.modal-main dd img{
display: block;
float: right;
width: 100%;
margin-bottom: 0.75em;
}
.modal-main dd .instructor-title{
font-size: 90%;
display: inline-block;
margin-bottom: 0.3em;
padding: 0.4em 0.3em 0.3em 0.4em;
line-height: 1;
border-radius: 2px;
background: #888;
color: #fff;
letter-spacing: 0.05em;
margin-right: 0.5em;
font-weight: normal;
}

.modal-main .time{
font-size: 100%;
background: #d6eeff;
padding: 0.5em ;
margin-bottom: 1em;
text-align: justify;
color: #0078C9;
}
.modal-main h5{
font-size: 180%;
font-weight: bold;
margin-bottom:0.5em;
text-align: justify;
color: #0078C9;
}
.modal-main h5 span{
font-size: 73%;
font-weight: bold;
margin-bottom:0.5em;
text-align: justify;
color: #0078C9;
letter-spacing: 0;
}

.modal-main h6{
font-size: 120%;
font-weight: bold;
margin: 0 0 0.25em 0;
color: #0078C9;
}

.modal-main p{
font-size: 110%;
text-align: justify;
line-height: 1.3;
width: 100%;
max-width: 640px;
margin: 0 auto 0.5 auto;
}
/* モーダル 背景エリア */
#modal-bg {
display:none;
width:100%;
height:100%;
background-color: rgba(0,0,0,0.7);
position:fixed;
top:0;
left:0;
z-index: 1;
}
.pr{
width: 100%;
margin: 1rem auto 0 auto;
}
.pr_memo{
font-size: 0.9rem;
margin: 0;
padding: 5px 0 0 0;
}
.footer_contact{ padding: 0 10px;}

@media (max-width: 767px){
#main{padding-top: 3em !important;}
.pc-only{
display: none;
}
.sp-only{
display: block;
}
.border_table_program{
margin-top: 1em;
}
.topicpath{
margin-top: 15px;
}
.border_table_program th{
display: none;
}
.border_table_program .venue{
border-radius: 10px 3px 0 0;
font-size: 120%;
}
.border_table_program td.venue_a, .border_table_program .venue_a.time,.border_table_program td.venue_b,.border_table_program .venue_b.time{
max-width: none;
width: 45% !important;
}
.border_table_program td.venue.venue_c_top{
border-bottom: 0px;
}
.modal-main{
width: 95%;
padding: 1em;
top:70px !important;
left: 0.5em !important;
margin: 0 auto !important;
border-radius: 10px;
max-height: 80vh;
overflow-y: scroll;
}
.modal-main .close{
text-align: right;
margin: 0 0 10px 0;
}

.modal-main h5{
font-size: 130%;
border-bottom: 1px solid #0078C9;
padding-bottom: 0.25em;
}
.modal-main h6{
font-size: 110%;
}
.btn_base{
padding: 1em 0.5em !important;
font-size: 120%;
}
.modal-main dl{
width: 100%;
display: block;
}
.modal-main dt{
width: 100%;
padding-right: 0%;
margin: 0 auto;
}
.modal-main dd{
width: 100%;
text-align: center;
margin: 10px auto 0 auto;
min-height: 80px;
}
.form02_contents p{
margin-bottom: 0.25em !important;
font-size: 1.1em;
line-height: 1.5;
}
.modal-main dd p{
text-align: justify;
font-size: 100%;
}
.modal-main dd img{
height:80px;
width: auto;
max-width: none;
margin-bottom: 0;
margin-right: 1em;
float: left;
}

}

