@charset "utf-8";

#container {
    font-size: 1.6rem;
}
article {
    padding-top: 0;
}
section {
    padding: 80px 0 0;
}
.sp_hide  {
	display: inherit;
} 
.pc_hide {
	display: none;
}

/************************
共通
************************/
.inner {
	box-sizing: border-box;
	width: auto;
	max-width: 980px;
    margin: 0 auto;
	padding: 0 10px;
}

.cation {
	font-size: 1.2rem;
	text-align: center;
}

.pc {
	display: block;
}

/****** btn *******/
.btn:hover{
    opacity: 0.8;
    box-shadow: none;
    top: 4px;
}

.btn.seminarBtn {
    width: 700px;
    height: 100px;
    line-height: 90px;
    font-size: 3.4rem;
    margin: 56px auto 0;
    letter-spacing: 6px;
}
.ctaBtn {
    margin: 40px auto;
}
.ctaBtn p {
	font-size: 2.4rem;
}
.ctaBtn img {
	width: 327px;
}

.btn.seminarBtn:before {
    right: 50px;
}
.btn.seminarBtn:after {
    right: 40px;
}
.sec_application{
    background: #3b8ba2;
    padding: 60px 0;
}
.sec_application .inner{
    display: flex;
    gap: 20px;
}
.sec_application .btn.seminarBtn{
    margin: 0;
    width: 50%;
    font-size: 2.4rem;
    letter-spacing: 1px;
}


h2 {
	font-size: 3.6rem;
}
h2 .wavy,
h2 .ft-l{
	font-size: 5.8rem;
}

h3 {
	font-size: 3.0rem;
}
h3 small {
	font-size: 2.6rem;
}

.fs-m{
    font-size: 2.4rem;
    margin-top: 50px;
}
.fs-m.txt-line{
    gap: 40px;
}
.fs-m.txt-line::before,
.fs-m.txt-line::after{
    width: 3px;
}
.fs-m.txt-line::before{
    transform: rotate(-45deg);
}
.fs-m.txt-line::after{
    transform: rotate(45deg);
}

.sec-ttl-block{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px
}
.sec-ttl-block h1{
    font-size: 4.0rem;
}

.sec-box{
    padding: 50px 40px 80px;
    margin-top: 60px;
}


/************************
基本パーツ
************************/
header .inner{
    position: relative;
}
header nav {
    display: none;
}
header .no1Area {
    width: 170px;
	padding: 0;
	order: 3;
}

#footerWrap #attention {
	width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

/************************
MainVisual
************************/
#mainVisual .mainArea {
	background-image: linear-gradient(90deg, rgb(0 0 0) 50%, rgb(59, 139, 162) 51%);
    background-size: cover;
}

#mainVisual .mainArea .mainAreaInr {
	width: auto;
	max-width: 1366px;
	height: auto;
	margin: 0 auto;
}

.no1Area {
	margin:0;
}
.no1Area .cation {
	margin-top: 0;
	text-align: left;
}



/************************
#section
************************/
#section .settle-block{
    margin-top: 60px;
    padding: 160px 0 100px;
    background-position:center 108%;
}
#section .txt-area{
    text-align: center;
}
.txt-area{
    margin-top: 70px;
    font-size: 1.8rem;
}
.txt-area p + p {
    margin-top: 30px;
}

/************************
#
************************/
.problem-box-wrap{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.problem-box{
    text-align: left;
    margin-top: 100px;
    position: relative;
    width: 580px;
}
.problem-box::before{
    background: url(../img/problem-img);
}
.problem-box > div{
    padding: 12px 10px 12px 80px;
    font-size: 2.3rem;
    margin-top: 14px;
    max-width: inherit;
}
.problem-box > div::before{
    width: 43px;
    height: 39px;
    left: 20px;
    top: calc(50% - 20px);
    background-size: contain;
}
.problem-box + div img {
  max-width: 100%;
}
.fuwa{
	left: 0;
    top: 30px;
}

.swap-flex{
    flex-wrap: nowrap;
    margin-top: 30px;
}
.swap-flex li{
    width: 33%;
    padding: 0;
}
.swap-flex li:first-of-type{
    width: 33%;
}
.swap-flex li img{
    width: 126px;
}
.swap-flex li dt{
    font-size: 1.5rem;
}
.swap-flex li dd{
    font-size: 7.8rem;
}
.swap-flex .price_swap + small{
    font-size: 3.0rem;
}
.swap-flex sup{
    font-size: 1.1rem;
}
.swap-flex li dd .swap-cp-atn{
    font-size: 1.2rem;
    text-align: center;
}
.campaignBtn{
    font-size: 1.7rem;
    position: relative;
    cursor: pointer;
}
.campaignBtn:hover{
    box-shadow: none;
    top: 3px;
    opacity: 0.8;
}

.table-diff{
    table-layout: fixed;
    font-size: 1.5rem;
}
.table-diff th,
.table-diff td{
    padding: 14px 10px;
}

.t-text{
    font-size: 1.7rem;
}
.t-text span{
    font-size: 2.4rem;
}
.t-text.txt-line{
    gap: 40px;
}
.t-text.txt-line::before,
.t-text.txt-line::after{
    width: 3px;
}
.t-text.txt-line::before{
    transform: rotate(-45deg);
}
.t-text.txt-line::after{
    transform: rotate(45deg);
}


/************************
#seminar-detail
************************/
.detail-flex{
    max-width: 100%;
}
.detail-flex li{
    font-size: 1.8rem;
}


.flow-flex{
    display: flex;
    max-width: 100%;
}
.flow-flex dl{
    margin: 0;
    padding: 0;
}
.flow-flex dl dt{
    font-size: 2.0rem;
    letter-spacing: 1px;
}
.flow-flex dl dt span{
    font-size: 1.6rem;
}
.flow-flex dl::after{
    transform: rotate(-90deg);
    right: -36px;
    left: auto;
    top: 0;
    bottom: 0;
}

#flow{
    padding: 50px ;
}

.seminar-table th,
.seminar-table td{
    display: table-cell;
}

/************************
#thanks
************************/
#thanks .inner{
    text-align: center;
}
#thanks .inner p + p{
    margin-top: 20px;
}
#thanks .att_box{
    border: 6px solid #ffe1e1;
    padding: 20px;
    text-align: left;
    max-width: 800px;
    margin: 50px auto 0;
    font-size: 14px;
}

/************************
#form
************************/
.attention-wrap{
    font-size: 15px;
}
.attention-wrap .c-text{
    font-size: 13px;
}

#form .formInr {
    padding: 60px 0;
}
.satori__custom_form_2825bd74ff5a2e0e_css .satori__submit_group {
	margin-top: 50px!important;
}
#satori__privacy_policy_agreement_wrapper .satori__input_group{
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 820px ){
	#worry ul li {
		width: 220px;
		height: 220px;
		font-size: 2.0rem;
	}
}

/**** 2022/11/09 add *******/
.file {
    display: flex;
	margin: 20px auto;
	justify-content: space-between;
	width: 80%;;
}
.file img {
	width: 48%;
}
.satori__custom_form_2825bd74ff5a2e0e_css .satori__submit_group {
	margin-top: 50px!important;
}

/***************************/