@charset "utf-8";
/* CSS Document 
/seminar/210219.php専用
 ___________________________________________

セミナーページデザイン
_____________________________________________ */

*{
box-sizing: border-box;
font-size: 16px;
line-height: 1.3;
color: #10141c;
}
.pc_only{
display: block;
}
.sp_only{
display: none;
}
#gnav.gnavi_seminar .gnav_title img {
  width: 110px;
  height: auto;
}
#gnav.gnavi_seminar .gnav_title {
  padding: 5px 0;
}
#form_body{
  /* padding-top: 40px; */
}
body #main {
  padding-top: 0;
}
.sprite_arrows__s {
    width: 12px;
    height: 12px;
    background: rgba(0,0,0,0) url(/rakurakucloud/seisan/common/img/sprite_arrows.svg) no-repeat;
    background-size: 48px auto;
}
.spr_arr_s_u_w {
    background-position: -24px -24px !important;
}
a:hover > .spr_arr_s_u_w {
    background-position: -12px -24px !important;
}

/*hero---------*/
.hero_inner {
  background: #B5B5B5 url(/rakurakucloud/seisan/common/img/seminar/bg_hero_web24.jpg) no-repeat center bottom;
  background-size: cover;
  padding-bottom: 0 0 2rem;
}
.seminar_topicpath {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.hero_contents {
  max-width: 1000px;
  margin: 0 auto;
  padding: 5px 0 4rem;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.hero h1 {
  background: none;
  color: #333;
  letter-spacing: -0.05rem;
  font-feature-settings: "palt";
}
.hero h1 .main {
  margin: 0 0 1.5rem 0;  
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}
.hero_contents .sub{
font-size: 1.8rem;
}
.hero_contents .day {
  margin: 0.5rem 0;
  padding: 0 0 12px 0;
  font-weight: bold;
  font-size: 1.8rem;
}
.hero_contents .day_main {
  padding: 0 8px 0 0;
  letter-spacing: 0.05rem;
}
.hero_contents .day_main em {
  font-weight: normal !important;
  font-size: 70%;
  vertical-align: 0.1em;
}
.hero_contents .day_week {
  margin: 0 1rem 0 0;
  padding: 0 6px 4px;
  border: 1px solid #10141c;
  font-size: 55%;
  line-height: 1;
  vertical-align: 6px;
}
.hero h1 .main {
    margin: 0 0 1rem 0;
    font-size: 4rem;
    letter-spacing: 0.1rem;
}
.recommend{
width: 100%;
margin: 3rem auto 0;
font-size: 1.4rem;
}
.recommend_title {
position: relative;
letter-spacing: 0.1rem;
  padding: 0 65px;
  text-align: center;
}

.recommend_title:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: rgba(255,255,255,0.5);
}

.recommend_title span {
  position: relative;
  padding: 10px 20px;
  background: rgba(255,255,255,0.7);
}
.recommend_list{
margin: 1.5rem auto 0;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.recommend_list li{
padding: 2rem 1rem;
font-size: 1.1rem;
letter-spacing: 0.1rem;
background: rgba(6,61,88,0.65);
color: #fff;
text-align: center;
width: 32%;
line-height: 1.5;
font-weight: normal;
}
.form_btn_box {
  margin:3rem auto 0;
  position: relative;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: #0075a9;
}
.form_btn_box p{
  color: #fff;
  letter-spacing: 0.2rem;
}
.form_btn_box p.fcblack{
color: #10141c;
}
.btn_style{
  width: 85%;
  max-width: 480px;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  margin: 0.5rem auto 0 auto;
  padding: 1.8rem 1rem;
  background-color: #F8A411;
  border-radius: 3px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  color: #FFF;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #F8A411;
  letter-spacing: 0.01em;
}
.btn_style:hover {
  background-color: #FFF;
  color: #F8A411;
  border: 1px solid #F8A411;
  opacity: 1;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.35);
  }
.form_btn_box_balloon p {
  margin: 0;
  padding: 0;
}
/*.lead---------*/
.lead{
width: 100%;
margin: 0 auto;
background: #0b2b3a;
padding: 2.5rem 0.5rem;
}
.lead p{
width: 95%;
max-width: 1000px;
font-weight: normal;
font-size: 1.1rem;
line-height: 1.5;
color: #fff;
margin: 0 auto 1rem ;
}
.lead p.strong{
font-size: 220%;
padding: 0.5rem 0 0 0;
font-weight: bold;
}

/*概要部分＞共通---------*/
.sec{
padding: 3rem 0;
margin: 0 auto;
}
.sec_bggray{
background: #efefef;
}
.sec_bgblue{
background: #c9e9f2;
}
.sec_inner{
width: 95%;
max-width: 1000px;
margin: 0 auto;
position: relative;
}
.sec_inner_h2title {
    margin: 0 auto 2rem;
    padding: 0 0 2.5rem;
    font-size:3rem;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.05em;
    position: relative;
}
.sec_inner_h2title::after {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #0b2b3a;
}
.sec_inner_txt{
font-size: 1.1rem;
text-align: center;
}
/*概要部分＞Program---------*/
.program_h3title {
color: #fff;
font-weight: bold;
position: relative;
  display: inline-block;
  margin: 1rem 0 1rem -10px;
  padding: 1.5rem 3rem 1.5rem 2rem;
  letter-spacing: 0.2rem;
  font-size: 1.85rem;
  border-radius: 0 100vh 100vh 0;
  background: #0075a9;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}
.program_h3title_day{
font-size: 1.35rem;
color: #fff;
vertical-align: 2px;
}
.program_h3title_week{
border: 1px solid #fff;
padding: 0.13rem 0.25rem 0.18rem 0.3rem;
font-size: 1.15rem;
display: inline-block;
margin-left: 5px;
}
.program_h3title:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #005276;
  border-left: 10px solid transparent;
}
/*ハブスポット内日付帯*/
.hsprogram_h3title {
color: #fff;
font-weight: bold;
position: relative;
  display:block;
  margin: 1rem auto 0.75rem ;
  padding: 0.5rem 1rem;
  text-align: center !important;
  letter-spacing: 0.2rem;
  font-size: 1.2rem;
  border-radius: 100vh;
  background: #0075a9;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  width: 100%;
}
.hsprogram_h3title_day{
font-size: 85%;
color: #fff;
vertical-align: 0;
}
.hsprogram_h3title_week{
border: 1px solid #fff;
padding: 0.1rem 0.1rem 0.1rem 0.3rem;
font-size: 0.8rem;
display: inline-block;
margin-left: 5px;
vertical-align: 2px;
}
.program{
display: flex;
justify-content: space-around;
flex-wrap: wrap;
margin: 1rem auto 3rem;
}
.program_list{
width: 30%;
border: 4px solid #0b2b3a;
border-radius: 2px;
position: relative;
background: #fff;
margin-bottom: 2rem;
}
a.btn_more{
cursor:pointer;
}
a.btn_more:hover{
opacity: 1;
}
.program_list_photo{
height: 150px;
  background: #0b2b3a;
background-position: center;
background-size: cover;
  overflow: hidden;
  position: relative;

}
.program_list_photo_inner{
  transition-duration: 0.3s;
}
.program_list_photo_inner:hover{
  transform: scale(1.13);
  transition-duration: 0.3s;
}

.program_time{
top: 0;
position: absolute;
    font-size: 0.8rem;
    padding: 0.4rem;
    border-radius: 0 0 5px 0;
    background: #0b2b3a;
    color: #fff;
    width: 50%;
    text-align: center;
    letter-spacing: 0.1rem;
    z-index: 2;
    }
.program_time_party{
  width:95%;
}
.program_time_ico::before {
font-family: FontAwesome;
content: "\f017";
display: inline-block;
padding-right: 0.25rem;
color: #fff;
}
.program_capacity_ico::before {
font-family: FontAwesome;
content: "\f007";
display: inline-block;
padding-right: 0.25rem;
color: #fff;
}
.program_h4title{
font-size: 1.15rem;
line-height: 1.4;
font-weight: bold;
margin: 0.75rem auto 0.4rem;
padding: 0 0.75rem;
text-align: justify;
}
.program_h4title span{
font-size: 75%;
}
.program_txt{
text-align: justify;
font-size: 0.8rem;
padding: 0 0.75rem 60px;
min-height: 95px;
}
.capacity{
display: inline-block;
padding: 2px 5px;
margin-bottom: 0.2rem;
border-radius: 2px;
border: 1px solid #d14040;
font-size: 90%;
}
.program_txt_more{
display: inline-block;
padding-left: 0.5rem;
color: #0F6A97;
font-size: 0.85rem;
}
.program_txt_more_ico::after {
font-family: FontAwesome;
content: "\f2d0";
display: inline-block;
padding-left: 0.25rem;
color: #0F6A97;
}
.program_txt_more_btn{
padding: 0.75rem 0;
text-align: center;
background: #0b2b3a;
margin-top: 0.75rem;
position: absolute;
bottom: 0;
width: 100%;
}

.program_txt_more_btn_copy{
font-size: 90%;
  color: #fff;
}
.program_txt_more_btn_parts{
  padding-right: 30px;
  position:relative;
  font-weight: bold;
  font-size: 1rem;
  margin: 0 auto;
  color: #fff;
}
.program_txt_more_btn_parts::after{
font-family: FontAwesome;
  content: "\f2d2";
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: normal;
  margin-left: 5px;
}
a.btn_more:hover > .program_txt_more_btn{
background: #044666;
color: #C02F31 !important;
opacity: 1;
}
/*開閉ボタン設定*/
#modal-contents {
z-index: 0;
font-size: 16px;
}

/* モーダル コンテンツエリア */
.modal-main {
display: none;
width: 50%;
max-width: 760px;
max-height: 80%;
min-height: 250px;
margin: 0 auto;
padding: 0 0 75px 0;
background-color: #ffffff;
color: #0b2b3a;
position:fixed;
z-index: 10;
border-radius: 3px;
overflow: hidden;
}
.modal-main .close{
display: block;
position: absolute;
top:15px;
right: 15px;
}
.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 .close span:hover{
background: #fff;
color: #bbb;
border: 1px solid #bbb;
}
.modal-main-inner{
width: 100%;
padding: 0 1.5rem 215px;
overflow: hidden;
overflow-y: scroll;
height: 60%;
max-height: 500px;
}
.modal-main p img{
display: block;
float: left;
width:120px;
height: auto;
margin: 0 0.5rem 0.5rem;
}
.modal-main p{
text-align: left;
line-height: 1.2;
font-size: 93%;
letter-spacing: 0;
}
.modal-main .time {
  position: relative;
  display: inline-block;
  margin: 0rem 0 0.5rem -10px;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 0 100vh 100vh 0;
  background: #0075a9;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

.modal-main .time:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #005276;
  border-left: 10px solid transparent;
}
.modal-main h5{
font-size: 180%;
line-height: 1.3;
font-weight: bold;
margin-bottom:0.5em;
text-align: justify;
color: #0075a9;
}
.modal-main h5 span{
font-size: 73%;
font-weight: bold;
margin-bottom:0.5em;
text-align: justify;
color: #0075a9;
letter-spacing: 0;
}

.modal-main h6{
font-size: 130%;
font-weight: bold;
margin: 0.5rem 0;
color: #0075a9;
position: relative;
}
.modal-main h6::before{
    font-family: FontAwesome;
    content: "\f00c";
    display: inline-block;
    padding-right: 0.25rem;
}
.modal-main .page-txt{
font-size: 0.8rem;
text-align: justify;
line-height: 1.3;
width: 100%;
margin: 0 auto 1.5rem;
display: block;
position: relative;
}
.modal-main .page-txt::after{
clear: both;
content: "";
display: block;
position: relative;
}
.modal-main .page-txt b{
font-weight: bold;
font-size:120%;
padding: 0.25rem 0.25rem 0.25rem 0;
display: inline-block;
}
.modal-main .page-txt span.tbold{
font-weight: bold;
font-size:120%;
padding:5px 3px 5px 0;
display: inline-block;
}
.modal-main .page-txt .page-txt-profile{
font-size: 0.8rem;
}
.modal-main .full{
text-align: center;
background: rgba(11,43,58,0.75);;
padding: 1rem;
border-radius: 0 0 3px 3px;
position: absolute;
bottom: 0;
width: 100%;
color: #fff;
font-size: 1.2rem;
}
/* モーダル 背景エリア */
#modal-bg {
display:none;
width:100%;
height:100%;
background-color: rgba(0,0,0,0.75);
position:fixed;
top:0;
left:0;
z-index: 3;
}

/*概要部分＞開催概要---------*/
.seminar_overview {
  display: flex;
  justify-content: space-between;
}
.seminar_overview .left {
  width: 480px;
}
.seminar_overview table {
  width: 480px;
  font-size: 1rem;
  line-height: 1.6;
}
.seminar_overview table tr {
  border-bottom: 2px dotted #bcbcbc;
}
.seminar_overview table th {
  padding: 1rem 0.5rem;
  width: 70px;
  font-size: 1.1rem;
  color: #0078c9;
  font-weight: bold;
  vertical-align: top; 
}
.seminar_overview table td {
  padding: 1rem;
}
.seminar_overview table td li{
  margin: 0 0 1rem;
}
.seminar_overview table td li:last-child{
  margin: 0;
}
.seminar_overview table td li b{
  font-weight: bold;
}
/* 概要部分＞開催概要＞セミナー概要を1カラムにする場合 .column1-table*/
.column1{width:100%;}
.seminar_overview table.column1-table{
  min-width: 75%;
  max-width: 680px;
  width: 100% !important;
  margin: 0 auto !important;
  display: block;
}
.seminar_overview table.column1-table td{
  width: 100% !important;
}
.seminar_overview table.column1-table th{
  min-width: 90px;
  max-width: 200px;
}

.seminar_overview .map {
  width: 450px;
  height: 400px;
}
.seminar_overview .map iframe {
  width: 100%;
  height: 400px;
}
/*SNS---------*/
.seminar_sec_sns {
  padding: 2rem 0;
}
.sns {
  padding: 30px 25px 40px;
  background: #efefef;
  margin: 1rem auto;
  width: 95%;
  max-width: 540px;
  border-radius: 5px;
  box-sizing: border-box;
}
.sns .sns-title {
  margin: 0 0 30px;
  font-size: 1.2rem;
  color: #0078c9;
  font-weight: bold; 
  text-align: center;
}
.sns ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  line-height: 1; 
}
.sns li {
  margin-right: 30px;
}
.sns li:last-child {
  margin-right: 0;
}
.sns li.facebook a {
  background-color: #1877f2;
  box-shadow: 0 4px 0 #1668b2;
  display: block;
  position: relative;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  padding: 16px 35px 15px 30px;
  width: 220px;
  height: 53px;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  transition: background-color 0.25s ease-out;
}
.sns li.facebook a:before {
  content: '';
  background: url(/rakurakucloud/seisan/common/img/ico-facebook.svg) 0 0 no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: -0.2em;
}
.sns li.facebook a:hover {
  background: #1668b2;
  opacity: 1;
}
.sns li.twitter a {
  background-color: #008DDE;
  box-shadow: 0 4px 0 #0078BD;
  display: block;
  position: relative;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  padding: 16px 35px 15px 30px;
  width: 220px;
  height: 53px;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  transition: background-color 0.25s ease-out;
}
.sns li.twitter a:before {
  content: '';
  background: url(/rakurakucloud/seisan/common/img/ico-twitter.svg) 0 0 no-repeat;
  background-size: cover;
  width: 19px;
  height: 15px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: -0.1em;
}
.sns li.twitter a:hover {
  background: #0078BD;
  opacity: 1;
}

/*概要部分＞ご参加までの流れ---------*/
.step{
display: flex;
justify-content:  center;
flex-wrap: wrap;
margin: 1rem auto 3rem;
}
.step_list{
width: 25%;
position: relative;
text-align: center;
font-size: 1rem;
margin: 0 34px;
}
.step_list::after {
font-family: FontAwesome;
content: "\f054";
display: inline-block;
position: absolute;
right: -75px;
bottom: 50%;
padding-right: 10px;
color: #99c1cc;
font-size: 4rem;
}
.step_list:last-child::after {
display: none;
}
.step_h3title {
font-size: 1.5rem;
padding: 0.5rem 0.1rem;
margin: 0 auto ;
background: #0b2b3a;
color: #fff;
text-align: center;
letter-spacing: 1px;
border-radius: 3px 3px 0 0;
}
.step_h3title_mini{
font-size: 75%;
color: #fff;
vertical-align: baseline;
display: inline-block;
padding-right: 2px;
}
.step_img{
max-width: 100%;
display: block;
margin:0.2rem auto 0.5rem;
}

/*フォーム---------*/
#form {
    width: 90%;
    max-width: 880px;
    margin: 40px auto;
    background: #fff;
}
.panel {
    border: none;
}
.panel_header {
text-align: center;
}
li.hs-form-checkbox {
    width: 100%;
}
.hs-form-checkbox{
display: flex;
justify-content:space-between;
}
li.hs-form-checkbox label {
    width: 85%;
    line-height: 1.3;
}
fieldset.form-columns-1 .input input[type="checkbox"], fieldset.form-columns-1 .hs-input[type="checkbox"] {
height: 40px !important;
float: left;
}
li.hs-form-checkbox label span {
    padding-left: 40px;
    font-size: 1rem;
    width: 100%;
    display: block;
    line-height: 1.3 !important;
}
.btn_more_hs a.hs_btn_more{
width: 100px;
font-size: 0.9rem;
border: 1px solid #ccc;
background: #0b2b3a;
color: #fff;
padding: 1px 0.25rem 3px;
border-radius: 5px;
vertical-align: -3px;
cursor:pointer;
}
.hs-error-msgs{
font-size: 12px;
line-height: 1;
}
.hs-error-msgs label {
color: #ed6c56;
font-size: 12px;
padding: 3px !important;
position: relative;
}
.hs-error-msgs label::before {
content: "▲";
position: relative;
display: inline-block;
padding-right: 2px;
}
.hs-error-msgs a{
color: #ed6c56;
padding: auto 0.25rem;
font-size: 85%;
}
.hs_error_rollup label {
font-size: 15px;
text-align: center !important;
line-height: 1.3;
background: #ffe5e5;
color: #d63737;
padding: 1rem;
border-radius: 3px;
margin: 1rem auto;
display: block;
}
.hs_error_rollup label::before{
display: none;
}
.actions .hs-button:hover {
    background: #f4a733 !important;

}

/*----------------------------
/*モバイル
------------------------------*/
@media (max-width: 767px){
.pc_only{
display: none;
}
.sp_only{
display: block;
}
#main {
padding-top: 0 !important;
}
.hero h1 .main {
  font-size: 2rem;
}
.hero_contents .sub{
font-size: 1.3rem;
}
.hero_contents .day {
font-size: 1.3rem;
}
.recommend_title span {
padding: 3px;
}
.recommend_list {
display: block;
}
.recommend_list li {
font-size: 0.9rem;
    width: 90%;
    margin: 0 auto;
    padding: 5px 10px 0;
    text-align: justify;
    letter-spacing: 0;
    list-style: disc inside;
}
.recommend_list li:last-child {
padding: 5px 10px ;
}
.btn_style {
font-size: 1.3rem;
    padding: 1rem 0.5rem;
}
.lead p {
    font-size: 0.9rem;
}
.sec_inner_h2title {
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 1.4;
}
.sec_inner_h2title::after {
    bottom: 20px;
    left: calc(50% - 30px);
}
.sec_inner_txt {
    font-size: 0.9rem;
    text-align: justify;
}
.program_checkbox_parts{
display: inline-block;
}
.program_checkbox_parts::before {
    right: -10px;
    top:0;
}
.step {
    display: block;
        margin: 1rem auto;
}
.step.step_list_2item .step_list, .step_list{
    width: 95%;
    margin: 0 auto 1rem;
}
.program_h3title {
padding: 1rem 1.5rem 1rem 1.5rem;
font-size: 1.3rem;
margin-left: 5px;
}
.step_list::after {
display: none;
}
.program {
    display: block;
    margin: 0rem auto 1.5rem;
}
.program_list {
    width: 95%;
    margin: 0 auto 1.5rem;
}
.program_list_photo {
height: 166px;
}
.program_list_photo_inner img{
width: 100%;
}
.modal-main {
display: none;
width: 85%;
}
.modal-main-inner {
display: block;
padding-top: 0;
padding-bottom: 120px;
}
.modal-main h5 {
    font-size: 120%;
}
.sns ul {
display:block; 
}
.sns li {
    margin-right: 0;
}
.sns li.facebook a,.sns li.twitter a {
width: 85%;
display: block;
margin: 0 auto 1.5rem auto;
}
li.hs-form-checkbox{
display: block;
border-bottom: 1px solid #ccc;
padding-bottom: 0.5rem;
margin: 0.5rem 0;
}
li.hs-form-checkbox label {
    width: 100%;
    line-height: 1.3;
}
.btn_more_hs{
text-align: center !important;
margin: 0.25rem auto 0;
}
.btn_more_hs a.hs_btn_more {
    width: 85%;
    display: inline-block;
    margin: 0 auto;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    background: #0b2b3a;
    color: #fff;
    padding: 1px 0.25rem 3px;
    border-radius: 5px;
    vertical-align: -3px;
    cursor: pointer;
    text-align: center !important;
}
.actions .hs-button {
width:80%;
min-width: 80%;
}
}

/*_____________________________________________

経理プラスサミット>個人情報の取扱い
/seminar/legal_summit.php
_____________________________________________ */

.legal_title {
    font-size: 1.25rem;
    margin: 3rem auto 0.75rem;
    text-align: justify;
    color: #0078C9;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.4rem;
}
.legal_subtitle {
    font-size: 1.1rem;
    margin: 0.75rem auto 0.4rem;
    text-align: justify;
    color: #0078C9;
    line-height: 1.5;
}
.legal_contents p{
    text-align: justify;
    font-size:1rem;
    margin: 0 auto ;
}
.legal_contents p.form_detail_leadtxt{
    text-align: justify;
    font-size:1.2rem;
    margin: 1rem auto ;
}
.legal_list li{
    margin: 0 auto ;
    line-height: 1.5;
    position: relative;
    font-size:1rem;
}
.legal_list li::before{
content: "■";
color: #c9d4db;
position: relative;
padding-right: 5px;
font-size: 45%;
vertical-align:1px;
}
.legal_contact{
border: 1px solid #ccc;
padding: 1.5rem;
margin: 1.5rem auto;
background: #f6f6f6;
}
