@charset "utf-8";

#money_seminar {
	font-size: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	margin: 0 auto;
	color: #353535;
}

#money_seminar .pc_hide {
	display: block;
}
#money_seminar .sp_hide {
	display: none;
}

#money_seminar img {
	width: 100%;
	vertical-align: bottom;
}

#money_seminar section {
    padding: 30px 10px;
}

#money_seminar header {
	width: 100%;
}
#money_seminar .cont_wrap {
	margin: 0 auto;
	position: relative;
	font-weight: bold;
}

/*--------------------
     フォームエリア
---------------------*/
.top_container {
    position: relative;
    overflow: hidden;
}
#money_seminar .bg_image {
	background: url("../images/bg_image.png") no-repeat;
	background-size: contain;
	padding: 130.125%;
	width: 100%;
	position: absolute;
	max-width: 1100px;
	top: -10px;
	left: 0%;
	z-index: 0;
}
#money_seminar .form_area {
    text-align: center;
    position: relative;
    padding: 50px 0 30px;
}
#money_seminar .form_area p {
    font-size: 1.6rem;
    font-weight: bold;
}
#money_seminar .catch_text {
    font-size: 2rem;
    font-weight: bold;
    color: #0e3e66;
}
#money_seminar .form_area .catch_text {
    width: 90%;
    margin: 0 auto;
}

#money_seminar .btn_wrap {
	margin: 15px 0;
}

#money_seminar .btn {
    color: #1e1e1e;
    background-color: #ffff99;
    border: 3px solid #595757;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 3% 20% 3% 16%;
    display: inline-block;
    position: relative;
    transition: .3s;
}

#money_seminar .btn::after {
    content: '';
    width: 14px;
    height: 14px;
    border-right: 3px solid #595757;
    border-top: 3px solid #595757;
    transform: rotate(45deg);
    top: 38%;
    right: 15%;
    display: inline-block;
    position: absolute;
    transition: .3s;
}
#money_seminar .btn.gray {
	color: #ccc;
	border-color: #ccc;
	background: #eee;
	padding: 2% 8%;
}
#money_seminar .btn.gray:before,
#money_seminar .btn.gray:after {
	content: none;
}

/*-------------------
         内容
---------------------*/
#money_seminar .content_intro {
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 10px 100px;
}
#money_seminar .content_intro .catch_text {
    text-align: center;
    margin-bottom: 1em;
}
#money_seminar .content_intro p {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
}

#money_seminar .list_wrap {
    background-color: #fff;
    border: 2px solid #7cc1d1;
    padding: 20px 0;
    font-size: 1.8rem;
    outline: 2px dashed #7cc1d1;
    outline-offset: -10px;
    margin: 1em 0;
    width: 100%;
}

#money_seminar .list_wrap li {
    position: relative;
    margin: 10px auto;
    padding-left: 2.2em;
    width: 18em;
}
#money_seminar .list_wrap li::before {
    content: '';
    background: url(../images/ribon.png);
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 6px;
    left: 10px;
}
/*-------------------
       開催概要
---------------------*/
#money_seminar .outline_area {
    background-color: #fbc7c7;
    position: relative;
}

#money_seminar .outline_area::before {
    content: '';
    background: url(../images/bg_circle.png) no-repeat;
    top: -65px;
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 295px;
    height: 66px;
    background-size: cover;
}
#money_seminar .title {
    font-size: 2.5rem;
    letter-spacing: 6px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
#money_seminar .outline_area .title {
    position: absolute;
    top: -6%;
    right: 50%;
    left: 50%;
    width: 5em;
    transform: translateX(-50%);
}
#money_seminar .table_style {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    font-size: 1.6rem;
    max-width: 560px;
}
#money_seminar .table_style tr {
    display: flex;
    flex-direction: column;
}
#money_seminar .table_style th {
    background-color: #f48989;
    color: #fff;
    width: 100%;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    padding: 10px 0px;
}

#money_seminar .table_style td {
    padding: 10px 5px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}
#money_seminar .table_style tr:last-of-type th,
#money_seminar .table_style tr:last-of-type td {
	border-bottom: none;
}

#money_seminar .table_style .pink {
    color: #f48989;
    font-weight: bold;
}

#money_seminar .table_style .outline_txt {
    font-weight: 400;
    font-size: 1.5rem;
    margin-top: 5px;
}
#money_seminar .table_style .outline_caution {
    font-size: 1.3rem;
}
#money_seminar .table_style .logo {
    width: 60%;
    text-align: center;

}

#money_seminar .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
  margin-top: 0.6em;
}

#money_seminar .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/*-------------------
         講師
---------------------*/
#money_seminar .speaker_area {
    background-color: #f6f6f6;
    padding: 30px 10px 10px;
    position: relative;
}

#money_seminar .speaker_box {
    background-color: #fff;
    padding: 5%;
    margin: 0 auto 20px;
    border: 2px solid #595758;
}
#money_seminar .speaker_flex {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column-reverse;
}
#money_seminar .left {
    width: 100%;
}
#money_seminar .speaker_box .speaker_ttl {
    font-size: 2rem;
    color: #0e3e66;
    position: relative;
    margin: 20px 0 25px;
}
#money_seminar .speaker_ttl::after {
    content: '';
    background: url(../images/line.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 215px;
    height: 8px;
    top: 30px;
    left: -5px;
}

#money_seminar .speaker_box .name {
    font-size: 1.8rem;
    color: #0e3e66;
    margin-bottom: 10px;
}
#money_seminar .speaker_box .name span {
	font-size: 70%;
}
#money_seminar .speaker_box p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7;
}
/*--------------------
       参加特典
---------------------*/
#money_seminar .present_area {
    background-color: #fcebeb;
    padding: 30px 0;
    position: relative;
}
#money_seminar .present_area::after {
    content: '';
    position: absolute;
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border-color: #fcebeb transparent transparent transparent;
    border-width: 30px 80px;
    border-style: solid;
}
#money_seminar .present_img {
    width: 80%;
    margin: 0 auto 20px;
}

#money_seminar .present_area p {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}
#money_seminar .present_area .under_line {
    background: linear-gradient(0deg, #ffff99 50%, transparent 50%);
    padding: 0 5px;
}


/*-------------------
       フッター
---------------------*/
#money_seminar footer {
    background-color: #7cc1d1;
    padding: 20px 0 40px;
}

#money_seminar .contact {
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 10px;
}

