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

HubSpot setup
_____________________________________________ */
.txt_center{
text-align:center;
}
.txt_right{
text-align:right;
}
a:hover{
opacity: 0.7;
}
#form{
width: 90%;
max-width: 880px;
margin: 40px auto;
background: #fcfcfc;
}
.form02_contents p{
margin-bottom: 1rem;
font-size: 1rem;
line-height: 1.5;
}
#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;
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{
width: 98%;
margin: 0 auto;
}
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{
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;
}
fieldset.form-columns-3 label {
margin-bottom: 0 !important;
 padding-bottom: 5px;
 display: inline-block;
}

/* 必須マーク設定 */
.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*/
@media screen and (max-width: 900px) {
li.hs-form-radio {
width: 100%;
}
select.hs-input{
width: 100% !important;
margin: 0 auto;
}
fieldset.form-columns-2 .input input{
margin: 0 auto !important;
width: 100% !important;
}
}

li.hs-form-radio label {
width: 180px;
display: flex;
justify-content: flex-end;
align-items: center;  
}
li.hs-form-radio label span {
  width: 150px;
}
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 input {
  width: 20px !important;
  display: block;
  margin: 0 10px 0;
}
fieldset.form-columns-1 .input .hs-form-radio input {
  width: 30px !important;
  margin: 0 !important;
}
li.hs-form-radio label.check-on::after {
border: 2px solid #f2c054;
}

.novelty {
max-width: 780px;
position: relative;
padding: 20px 40px;
box-sizing: border-box;
min-height: 160px;
margin: 20px auto;
top: 0;
background: #f6fcff;
}
.novelty:before, .novelty:after{ 
position: absolute;
top: 0;
content:'';
width: 10px;
height: 100%;
display: inline-block;
box-sizing: border-box;
}
.novelty:before{
border-left: dotted 2px #218acc;
border-top: dotted 2px #218acc;
border-bottom: dotted 2px #218acc;
left: 0;
}
.novelty:after{
border-top: dotted 2px #218acc;
border-right: dotted 2px #218acc;
border-bottom: dotted 2px #218acc;
right: 0;
}
.novelty-inner {
margin: 0; 
padding: 0;
font-size: 120%;
}
.novelty-inner h4{
font-size: 20px;
font-weight: bold;
letter-spacing: 2px;
margin-bottom: 10px;
color: #075485;
}
.novelty-inner p{
margin: 0; 
padding: 0;
font-size: 18px;
line-height: 1.5;
color: #075485;
}


@media screen and (max-width: 900px){
#form{
width: 100%;
max-width: 100%;
margin: 40px auto;
}
#form .panel_content {
padding: 0 10px 20px 10px;
box-sizing: border-box;
width: 100%;
font-size: 14px;
margin: 0 auto;
background: none;
box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0);
}
.novelty {
max-width: 98%;
min-height: 120px;
padding: 20px 10px;
box-sizing: border-box;
margin: 20px auto;
top: 0;
background: #f6fcff;
}
.novelty-inner h4{
font-size: 16px;
font-weight: bold;
letter-spacing: 2px;
margin-bottom: 10px;
color: #075485;
}
.novelty-inner p{
margin: 0; 
padding: 0;
font-size: 14px;
color: #075485;
}
fieldset.form-columns-3 .input {
margin-right: 0px !important;
}
}

/* ___________________________________________

contents setup
_____________________________________________ */
.btn_seminarform{
margin: 40px auto 40px auto; text-align: center; width: 90%; max-width:880px;
font-size: 1.6rem;
letter-spacing: .15rem;
}
.seminar_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;
-moz-font-feature-settings: "palt";
-webkit-font-feature-settings: "palt";
font-feature-settings: "palt";
font-variant-ligatures: no-common-ligatures;
text-align: justify;
}

.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.2rem;
letter-spacing: 0.1rem;
line-height: 1.3;
}
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;
}

.seminar_program dl{
width: 100%;
max-width: 880px;
margin: 0 auto;
display: flex;
align-content: flex-end;
justify-content: space-around;
}
.seminar_program dl dt{
width: 90%;
margin: 0 auto;
max-width: 180px;
text-align: center;
padding-right: 30px;
}
.seminar_program dl dt img{
width: 150px;
border-radius: 50%;
}
.seminar_program dl dd{
margin-left: auto;
max-width: 100%;
}
.seminar_program dl.tokyo dd{
margin-left: 0;
max-width: 80%;
}

.seminar_program dl h4{
font-size: 1.4rem;
line-height: 1.5;
color: #0078C9;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
font-weight: bold;
margin-bottom: 10px;
}
.seminar_program dl h4 .icon{
background: #0078C9;
color: #fff;
font-size: 0.9rem;
vertical-align: 2px;
font-weight: normal;
padding: 0.1rem 0.5rem;
border-radius: 3px;
margin-right: 10px;
}
.seminar_program dl .seminar_name{
font-size: 1.1rem;
padding: 10px 0;
}
.seminar_program2 {
padding-top: 10px;
}
.seminar_program2 dd {
text-indent: 5em;
}
.seminar_program2 dd:before {
content: "ー";
padding-right: 5px;
}

@media screen and (max-width: 767px){
#main{padding-top: 35px !important;
}
.seminar_program dl{
flex-wrap: wrap;
}
.seminar_program {
margin: 0 auto 20px auto;
}
h4.seminar_program_h4 {
font-size: 1.2rem;
}
.seminar_program {
margin: 20px auto;
}
.section_title a, .section_title b {
font-size: 1.4rem;
line-height: 140%;
}
.seminar_program dl h4 {
font-size: 1.15rem;
line-height: 140%;
}
.seminar_program dl dt{
padding-right: 0;
}
.seminar_program dl h4{
margin: 10px 0 0 0;
}
.seminar_program dl h4 .icon{
display: none;
}
.btn_base{
padding: 20px !important;
font-size:1.2rem;
}
.btn_seminarform{
margin: 20px auto;
}

}
.pr{
width: 95%;
margin: 0 auto;
max-width: 728px;
}
.pr_memo{
font-size: 0.9rem;
margin: 0;
padding: 5px 0 0 0;
}
.footer_contact{ float:none; text-align:center; padding: 0 10px;}
