@charset "UTF-8";

.heading.block_header_4 h2.h {
    font-size: 1.7em !important;
}
.heading.block_header_2 h3.h {
    text-align: left;
    padding: 12px 0 0;
}

.width_fixed.mb.bp2198351.align-.block_table_1 table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 30px auto;
    width: 100%;
    list-style: none;
    border-left: 1px dashed #dd4e84;
    padding-left: 0;
    table-layout: unset;
}
.width_fixed.mb.bp2198351.align-.block_table_1 th {
    border: none;
    border-radius: 8px;
    display: block;
    height: auto;
    padding: 0 4%;
    position: relative;
}
.width_fixed.mb.bp2198351.align-.block_table_1 th:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dd4e84;
    position: absolute;
    left:-6px;
    top: .7em;
}
.width_fixed.mb.bp2198351.align-.block_table_1 th::after {
  content: "";
  border-bottom: 1px solid #555;
  width: 18px;
  position: absolute;
  top: 0.9em;
  left: 4px;
}
.width_fixed.mb.bp2198351.align-.block_table_1 tr:last-child th {
    margin-bottom: 0;
}
.width_fixed.mb.bp2198351.align-.block_table_1 th {
    color: #dd4e84;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 0.1em;
    width: 190px;
    padding-left: 1.7em;
}


.width_fixed.mb.bp2198351.align-.block_table_1 td,.width_fixed.mb.bp2198351.align-.block_table_1 th {
    border: none;
    background: none;
    vertical-align: top;
    text-align: left;
}
.width_fixed.mb.bp2198351.align-.block_table_1 td div:last-child, .width_fixed.mb.bp2198351.align-.block_table_1 th div:last-child {
    margin-bottom: 1.2em;
}




table.flowTable,
table.flowTable th,
table.flowTable td{
    border: none;
}
table.flowTable {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 30px auto 0;
}
table.flowTable tr {
    background: #fcf3f6;
    border-radius: 10px;
    display: block;
    height: auto;
    margin-bottom: 50px;
    padding: 30px;
    position: relative;
}
table.flowTable th, table.flowTable td {
    display: block;
}
table.flowTable td p.title {
    font-size: 140%;
    font-weight: bold;
    color: #FFF;
    background: #09D;
    border-radius: 24px;
    padding: 6px 0 4px;
    margin-bottom:14px;
    text-align: center;
}
table.flowTable td::after {
    color: #fcf3f6;
    content: "▼";
    font-size: 10em;
    line-height:1;
    position: absolute;
    text-align: center;
    bottom: -0.5em;
    transform: scaleY(0.3);
    left: 0;
    right: 0;
    margin: auto;
}
table.flowTable tr:last-child td {
    margin-bottom: 0;
}
table.flowTable tr:last-child td::after {
    display:none;
}
table.flowTable p,
table.flowTable h4 {
    text-align: center;
}
table.flowTable h4 {
    padding: 0 0 10px;
    font-size: 1.4em;
    font-weight: normal;
}

/*FAQ*/
.contents_faq01 .wrapper_item{
	margin-bottom: 40px;
}
.contents_faq01 dl{
	display: block;
	padding: 15px 0;
}
.contents_faq01 dl:nth-of-type(1){
}
.contents_faq01 dl:last-child{
	padding: 15px 0 !important;
}
.contents_faq01 dt,
.contents_faq01 dd{
	display: block;
}
.contents_faq01 dt{
	position: relative;
}
.contents_faq01 dt:before{
	content: "Q";
	position: absolute;
	top: 0;
	left: 0;
}
.contents_faq01 dd{
	margin-top: 10px;
	position: relative;
}
.contents_faq01 dd:before{
	content: "A";
	position: absolute;
	top: 0;
	left: 2.3rem;
}

div#form_2198348 {
    padding: 40px 0;
    background: #faf7f8;
}
div#form_2198348 input[type="text"], div#form_2198348 textarea {
    background: #ffffff;
}

.content_wrapper .heading.block_header_4 {
    padding: 0;
}

section.cta {
    text-align: center;
}
section.cta a {
    display: block;
    max-width: 420px;
    margin: 0 auto 4em;
    transition: all .2s;
}
section.cta a:hover {  transform: scale(1.06);
}

.heading.block_header_4.align-center p {
    padding: 10px 0 20px;
}


@media screen and (max-width: 600px) {
.width_fixed.mb.bp2198351.align-.block_table_1 td, .width_fixed.mb.bp2198503.align-.block_table_1 th {
    display: block;
    width: auto;
}
.width_fixed.mb.bp2198351.align-.block_table_1 th div:last-child {
    margin-bottom: 0;
}
.width_fixed.mb.bp2198351.align-.block_table_1 td {
    padding-left: 33px;
}
table.baseTable th,table.baseTable td {
    display: block;
}
table.baseTable th {
    background: #f8f4f5;
}
table.flowTable tr {
    margin-bottom: 2em;
}
}

.widget_form .privacypolicy {
    border: solid 2px #EEE;
    background-image: linear-gradient(0deg, #EEE 0%, #FFF 40%);
}