@charset "euc-jp";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* CSS Document */

body {
	color: #333333!important;
    font-family: 'Noto Sans JP', sans-serif !important;
}
.sp {
	display: none;
}

article.wrap.page-wrap img{
    image-rendering: auto;
}

.page-head {
    margin-bottom: 50px;
}

.breadcrumb-item {
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif !important;
}

.flipdesk-fv {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flipdesk-fv-text {
    width: 60%;
}

.flipdesk-fv-text h1.main-ttl {
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
}

.flipdesk-fv-text h1.main-ttl img {
    width: 100%;
    display: block;
    padding: 1.5rem 0;
}

p.main-ttl-description {
    background: #C11328;
    text-align: center;
    padding: 24px 15px;
    color: #fff;
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
}

.flipdesk-fv-img {
    width: 40%;
    box-sizing: border-box;
    padding: 0 0 0 3%;
}

.flipdesk-fv-img img{
    width: 100%;
}

.contents-section {
	width: 100%;	
}

.contents-section-wrap {
	width: 90%;
	max-width: 960px;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 100px 0;
}

.contents-section-wrap img{
	width: 100%;
}

ul.flipdesk-target {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.flipdesk-target li {
    width: 33%;
    max-width: 306px;
}

h2.contens-ttl {
    padding: 48px 0 0 0;
    font-size: 30px;
    position: relative;
}

h2.contens-ttl:before{
	content: "";
	width: 80px;
	height: 6px;
	background: #C11328;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

p.contens-ttl-description {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    padding: 24px 0 48px 0;
}

ul.flipdesk-function {
    display: flex;
    flex-wrap: wrap;
}

ul.flipdesk-function li{
	width: 33.3333%;
	text-align: center;
	margin: 0 0 2rem 0;
	font-weight: bold;
}

ul.flipdesk-function li figure {
    display: block;
    width: 70%;
    margin: 0 auto 20px;
    max-width: 190px;
}

.flipdesk-case {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 60px 0 0 0;
}

.flipdesk-case-txt {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    flex-flow: column;
    justify-content: space-between;
}

.flipdesk-case-txt dl {
    background: #FFE6EA;
    box-sizing: border-box;
    padding: 16px 24px;
    width: 100%;
    position: relative;
}

.flipdesk-case-txt dl:first-of-type{
    min-height: 170px;
}

.flipdesk-case-txt dl:nth-of-type(2){
    min-height: 230px;
}

.flipdesk-case-txt dl:first-of-type::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 24px 0 24px;
    border-color: #ffe6ea transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.flipdesk-case-txt dl dt {
    background: #C11328;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    padding: 10px 0;
    font-size: 20px;
}

.flipdesk-case-txt dl dd {
    padding: 24px 0 0 0;
    font-weight: bold;
    font-size: 18px;
}

.flipdesk-case-img {
	box-sizing: border-box;
    width: 50%;
	padding: 0 0 0 2%;
}

.flipdesc-fee dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-top: 2px solid #EEEEEE;
    font-weight: bold;
    min-height: 100px;
}

.flipdesc-fee dl:last-of-type{
    border-bottom: 2px solid #EEEEEE;
}

.flipdesc-fee dl dt{
    width: 20%;
    line-height: 1;
    font-size: 20px;
}

.flipdesc-fee dl dd{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.flipdesc-fee dl dd:after {
    content: "→";
    position: absolute;
    left: 33%;
    font-size: 30px;
    font-weight: 900;
}

.flipdesc-fee dl dd p{
    line-height: 1;
    letter-spacing: 1px;
}

.flipdesc-fee dl dd p span{
    font-size: 12px;
}

.flipdesc-fee dl dd p strong{
    font-size: 50px;
    font-weight: 700;
}

.flipdesc-fee dl dd p.flipdesk-price {
    font-size: 20px;
    width: 35%;
    position: relative;
}

.flipdesc-fee dl dd p.flipdesk-cpn-price {
    font-size: 30px;
    font-weight: 700;
    color: #C11328;
    text-align: left;
    width: 65%;
    box-sizing: border-box;
    padding: 0 0 0 8%;
    position: relative;
}

.flipdesc-qna {
    margin: 0 0 50px 0;
}

.flipdesc-qna:last-of-type{
    margin: 0;
}


.flipdesc-qna h3 {
    width: 80%;
    border: 1px solid #333;
    margin: 20px auto 50px;
    font-size: 25px;
    line-height: 1;
    padding: 12px 0;
}

.flipdesc-qna dl{
    text-align: left;
}

.flipdesc-qna dl dt {
    background: #EBEBEB;
    text-align: left;
    padding: 15px;
    box-sizing: border-box;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 1.4;
    border-radius: 5px;
}

.flipdesc-qna dl dt:before {
    content: "Q";
    font-family: 'Outfit', sans-serif;
    color: #C11328;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    padding: 0 15px 0 0;
}

.flipdesc-qna dl dd{
    text-align: left;
    padding: 20px 15px;
    box-sizing: border-box;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 1.4;
}

.flipdesc-qna dl dd:before {
    content: "A";
    font-family: 'Outfit', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    padding: 0 15px 0 0;
}

.tel-wrap {
    width: 1024px;
    margin: 0 auto 100px;
    border-radius: 6px;
    margin-top: 20px;
}

.tel {
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tel-hour {
    text-align: center;
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.tel-description {
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 20px;
}

.page-wrap .page-btn .tel-wrap .tel-number a {
    color: #005bac;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 2.5rem;
}

.icon-blue {
    padding-right: 12px;
    width: 32px;
}

/*------------------------------
レスポンシブ
------------------------------*/
@media (max-width: 768px){
	.breadcrumb {
        width: 90%;
    }
    .flipdesk-fv {
        width: 90%;
    }
    .flipdesk-fv-text {
        width: 55%;
    }
    .flipdesk-fv-text h1.main-ttl {
        font-size: 16px;
    }
    p.main-ttl-description {
        padding: 15px;
        font-size: 12px;
    }
    .flipdesk-fv-img {
        width: 45%;
    }
    ul.flipdesk-target li {
        width: 31%;
    }
    h2.contens-ttl {
        font-size: 28px;
    }
    p.contens-ttl-description {
        font-size: 14px;
    }
    .flipdesk-case-txt dl {
        padding: 10px;
    }
    .flipdesk-case-txt dl dt {
        font-size: 16px;
    }
    .flipdesk-case-txt dl dd {
        font-size: 14px;
        padding: 10px 0 0 0;
    }
    .flipdesk-case-txt dl:first-of-type {
        min-height: fit-content;
    }
    .flipdesk-case-txt dl:nth-of-type(2) {
        min-height: fit-content;
    }
    .flipdesc-fee dl {
        min-height: 70px;
    }
    .flipdesc-fee dl dt {
        font-size: 18px;
    }
    .flipdesc-fee dl dd p.flipdesk-price {
        font-size: 18px;
    }
    .flipdesc-fee dl dd p.flipdesk-cpn-price {
        font-size: 22px;
    }
    .flipdesc-fee dl dd:after {
        left: 34%;
        font-size: 24px;
    }
    .flipdesc-qna h3 {
        font-size: 22px;
    }
    .tel-wrap {
        width: 90%;
    }
}

@media (max-width: 640px){
	.flipdesk-fv-text {
        width: 90%;
        margin: 0 auto;
    }
    .flipdesk-fv-img {
        width: 60%;
        padding: 0;
        margin: 0 auto;
    }
    .contents-section-wrap {
        padding: 0 0 80px 0;
    }
    ul.flipdesk-function li {
        width: 50%;
    }
    .flipdesk-case-txt {
        width: 90%;
        order: 2;
        margin: 30px auto;
    }
    .flipdesk-case-img {
        width: 90%;
        padding: 0;
        order: 1;
        margin: 0 auto;
    }
    .flipdesk-case-txt dl:first-of-type {
        min-height: fit-content;
        margin: 0 0 50px 0;
    }

    .flipdesc-fee dl dt {
        width: 18%;
        font-size: 15px;
    }

    .flipdesc-fee dl dd {
        width: 82%;
    }

    .flipdesc-fee dl dd p.flipdesk-price {
        font-size: 16px;
    }

    .flipdesc-fee dl dd p.flipdesk-cpn-price {
        font-size: 18px;
    }

    .flipdesc-fee dl dd p span {
        font-size: 10px;
    }

    .flipdesc-fee dl dd p strong {
        font-size: 36px;
    }

    .flipdesc-qna dl {
        font-size: 14px;
    }
    .flipdesc-qna dl dt:before {
        font-size: 30px;
        padding: 0 10px 0 0;
    }

    .tel {
        display: block;
    }
    .tel-description {
        font-size: 1rem;
        text-align: center;
        margin: 0;
    }
    p.tel-number {
        text-align: center;
    }
    .page-wrap .page-btn .tel-wrap .tel-number a {
        font-size: 2rem;
    }
    .tel-hour {
        font-size: 0.75rem;
    }
}

@media (max-width: 640px){
    h2.contens-ttl {
        font-size: 24px;
        padding: 30px 0 0 0;
    }
    h2.contens-ttl:before {
        width: 60px;
        height: 4px;
    }
    p.contens-ttl-description {
        font-size: 13px;
    }
    ul.flipdesk-function li {
        font-size: 14px;
    }
    ul.flipdesk-function li figure {
        margin: 0 auto 15px;
    }
    .flipdesk-case {
        margin: 30px 0 0 0;
    }
    .flipdesk-case-img {
        width: 80%;
    }
    .flipdesk-case-txt {
        width: 80%;
    }
    .flipdesk-case-txt dl:first-of-type {
        margin: 0 0 40px 0;
    }
    .flipdesc-fee {
        width: 90%;
    }
    .flipdesc-fee dl {
        min-height: initial;
        padding: 22px 0;
    }
    .flipdesc-fee dl dt {
        font-size: 20px;
        background: #eeeeee;
        border-radius: 50px;
        width: 60%;
        margin: 0 auto;
        padding: 10px 0;
    }
    .flipdesc-fee dl dd {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .flipdesc-fee dl dd p.flipdesk-price {
        font-size: 18px;
        width: 100%;
    }
    .flipdesc-fee dl dd p.flipdesk-cpn-price {
        font-size: 22px;
        width: 100%;
        text-align: center;
        padding: 40px 0 0 0;
    }
    .flipdesc-fee dl dd:after {
        left: 50%;
        font-size: 24px;
        content: "↓";
        transform: translateX(-50%);
    }
    .flipdesc-qna h3 {
        font-size: 18px;
    }
}
