@charset "UTF-8";

/*--------------------------------------------------------------------------------
	reset
--------------------------------------------------------------------------------*/

html{-webkit-text-size-adjust:100%;box-sizing:border-box;-moz-tab-size:4;tab-size:4;word-break:normal}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{margin:0;padding:0}hr{color:inherit;height:0;overflow:visible}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:65%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}iframe{border-style:none}input{border-radius:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}[disabled]{cursor:default}img{border-style:none}progress{vertical-align:baseline}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}



/*--------------------------------------------------------------------------------
	override & common
--------------------------------------------------------------------------------*/

/* override */

a{
	color:#000000;
	text-decoration:none;
	transition: opacity .5s;
    word-break: break-all;
}

a:hover {
	opacity: .5;
}

html{
	font-size:62.5%;
	overflow-x: hidden;
}

body{
	font-size:15px;
	line-height:1.7;
    color: #222222;
    font-family: "dnp-shuei-mgothic-std", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
}

@media only screen and (min-width:950px) {
    body {
        font-size:17px;
    }
}

    body *{
	box-sizing:border-box;
}

li{
	list-style:none;
}

img{
	max-width:100%;
	height:auto;
	vertical-align:middle;
}

.preload{
	transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}



/* formparts */

input[type="text"],
input[type="email"],
input[type="date"],
input[type="tel"],
select{
/*	border:solid 1px #666666;
	border-radius:6px;*/
	padding:10px;
	width:100%;
	font-size:15px;
	line-height:1.2;
	border:none;
	border-radius:0;
	background:#F0F0F0;
}



textarea{
/*	border:solid 1px #666666;
	border-radius:6px;*/
	padding:10px;
	width:100%;
	height:300px;
	font-size:16px;
	line-height:1.5;
	border:none;
	border-radius:0;
	background:#F0F0F0;
}


/*余白*/

@media only screen and (max-width:949.9px) {
    .c-pt-s {padding-top:25px; }
    .c-pt-m {padding-top:35px; }
    
    .c-mt-s {margin-top: 16px;}
	.c-t-sp-0 {margin-top: 0;}
	.c-mt-sp-05 { margin-top: 5px; }
	.c-mt-sp-10 { margin-top: 10px; }
	.c-mt-sp-15 { margin-top: 15px; }
	.c-mt-sp-20 { margin-top: 20px; }
	.c-mt-sp-25 { margin-top: 25px; }
	.c-mt-sp-30 { margin-top: 30px; }
	.c-mt-sp-35 { margin-top: 35px; }
	.c-mt-sp-40 { margin-top: 40px; }
	.c-mt-sp-50 { margin-top: 50px; }
	.c-mt-sp-60 { margin-top: 60px; }
	.c-mt-sp-70 { margin-top: 70px; }
	.c-mt-sp-80 { margin-top: 80px; }
	.c-mt-sp-90 { margin-top: 90px; }
	.c-mt-sp-100 { margin-top: 100px; }
}

@media only screen and (min-width: 768px),print { 
    .c-mt-s {margin-top: 24px;}
    
    .c-pt-s { padding-top:50px; }
	.c-pt-m { padding-top:80px; }
    
    
	.c-pb-m { padding-bottom:80px; }
	
	.c-mt-md-0 {margin-top: 0;}
	.c-mt-md-05 {margin-top: 5px;}
	.c-mt-md-10 {margin-top: 10px;}
	.c-mt-md-15 {margin-top: 15px;}
	.c-mt-md-20 {margin-top: 20px;}
	.c-mt-md-25 {margin-top: 25px;}
	.c-mt-md-30 {margin-top: 30px;}
	.c-mt-md-35 {margin-top: 35px;}
	.c-mt-md-40 {margin-top: 40px;}
	.c-mt-md-45 {margin-top: 45px;}
	.c-mt-md-50 {margin-top: 50px;}
	.c-mt-md-60 {margin-top: 60px;}
	.c-mt-md-65 {margin-top: 65px;}
	.c-mt-md-70 {margin-top: 70px;}
	.c-mt-md-80 {margin-top: 80px;}
	.c-mt-md-90 {margin-top: 90px;}
	.c-mt-md-100 { margin-top: 100px; }
	.c-mt-md-110 { margin-top: 110px; }
	.c-mt-md-120 { margin-top: 120px; }
    .c-mt-md-130 { margin-top: 130px; }
}

/* テキスト*/

h1, h2, h3, h4, h5 {
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	font-weight: bold;
}
.c-f-mincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
} 

.c-text-center {
	text-align: center;
}

.c-text-right {
	text-align: right;
}

.c-text-left {
	text-align: justify;
}

.c-text-underline {
	text-decoration: underline;
}

.c-text-palt {
    font-feature-settings: "palt";
}

.c-text-ls-0 {
    letter-spacing: 0 !important;
}

@media (min-width:768px) { 
	.c-text-md-center {
		text-align:center;
	}
}

@media only screen and (min-width: 950px),print { 
	.c-text-lg-center {
		text-align: center;
	}
	
	.c-text-lg-left {
		text-align: justify;
	}
	
	.c-text-lg-right {
		text-align: right;
	}
}

.c-palt {
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

/*--------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------*/


.c-footer {
    text-align: center;
    padding: 30px 25px;
	background: #FFF;
    
}

.c-footer-logo {
    width: 220px;
    margin: 0 auto 15px auto;
}

.c-footer-copy {
    font-size: 80%;
    color: #AAA;
}



@media only screen and (min-width: 768px){
	.c-footer {
		padding: 30px 40px 30px 40px;
		display: flex;
		justify-content: space-between;
	}
    .c-footer-logo {
        margin: 0;
    }

}


/*--------------------------------------------------------------------------------
	frame
--------------------------------------------------------------------------------*/

/* .c-wrapper, .w-XXX */

.c-container {
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
}

.c-container.w-860 {
    max-width: 860px;
}

.c-container.w-920 {
    max-width: 920px;
}

.c-container.w-1000 {
    max-width: 1000px;
}

.c-container.w-1040 {
    max-width: 1040px;
}

@media only screen and (min-width: 768px){
	.c-container {
		margin-left: auto;
		margin-right: auto;
        max-width: 740px;
	}
    
    .c-box-02-txt .c-ttl-01 {
        text-align: left;
    }
}



/*--------------------------------------------------------------------------------
	heading, text
--------------------------------------------------------------------------------*/

/* .c-fs-X */

.c-fs-ss {
	font-size: 78%; /*14*/
}

.c-fs-s {
	font-size: 92%; /*15*/
}

.c-fs-l {
	font-size: 112%; /*18*/
}

.c-fw-bold {
	font-weight: bold;
}

.c-deco-underline {
	text-decoration: underline;
}







/*--------------------------------------------------------------------------------
	display
--------------------------------------------------------------------------------*/

.c-d-none {
	display:none;
}

.c-d-inline {
	display: inline;
}

.c-d-iblock {
	display: inline-block;
}

.c-flex-reverse {
	flex-direction: row-reverse;
}

@media screen and (min-width:758px) {
	.c-d-md-block {
		display: block;
	}
	.c-d-md-none {
		display: none;
	}
	
	.c-d-md-flex {
		display: flex;
	}
}

@media screen and (min-width:950px) {
	.c-d-lg-block {
		display:block !important;
	}
	
	.c-d-lg-none {
		display: none !important;
	}
	
	.c-d-lg-flex {
		display: flex;
	}
	
	.c-d-lg-inline {
		display: inline;
	}
	
	.c-d-lg-iblock {
		display: inline-block;
	}
}
/*--------------------------------------------------------------------------------
	inview
--------------------------------------------------------------------------------*/


.inview-fadein01{
	opacity:0;
	transition:.5s ease-in;
}

.inview-fadein01.inview-act{
	opacity:1;
}

.noinview-fadein {
	animation: pageload-fadein .5s ease-in forwards;
}


@keyframes pageload-fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

/*--------------------------------------------------------------------------------
	header
--------------------------------------------------------------------------------*/

.c-header {
	width: 100%;
}

.c-header-inner-nav ul li a {
    color: #DD7A99;
    font-weight: 600;
}

@media only screen and (max-width: 1199.9px){
    
    .c-header {
        height: 60px;
        padding: 0 20px;
        z-index:99;
        position: relative;
    }
    
    .c-header-inner {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .c-header-logo {
        max-width: 220px;
        position: absolute;
        top: 18px;
        left: 18px;
    }    

    .c-header-inner-nav {
        display: none;
        position: fixed;
    }

    .c-header-inner-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        padding: 80px 0 0 0;
        background: rgba(255,255,255,.9);
    }

    .c-header-inner-nav > ul {
        line-height: 1.5;
    }

    .c-header-inner-nav > ul > li {
        margin-left: 30px;
        margin-right: 30px;
        text-align: center;
    }
    .c-header-inner-nav > ul > li:first-child {

    }

    .c-header-inner-nav > ul > li > a {
        display: block;
        text-align: center;
        color: #000;
        width: 100%;
        padding: 25px 0;
    }

    .c-header-inner-nav-language-btn {
        padding: 25px 0 25px 22px;
        display: block;
        position: relative;
    }

    .c-header-inner-nav-language-btn:after {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        margin-left: 15px;
        left: calc(50% + 3em);
        transform: translateY(-55%) rotate(45deg);
        transition: 0.5s;

    }

    .c-header-inner-nav-language-btn.is_open:after {
        transform: rotate(225deg);
        top: 0;
    }

    .c-header-inner-nav-language-ul {
        width: 100%;
        display: none;
    }

    .c-header-inner-nav-language-ul > li {
        width: 100%;
        padding: 0 0 15px ;
        position: relative;
    }

    .c-header-inner-nav-language-ul > li:last-child {
        padding: 0 0 25px 0;
    }

    .c-header-inner-nav-language-ul > li >span:after {
        content: "";
        display: inline-block;
        width: 1em;
        height: 1.4em;
        background:url("../img/common/icn-check.svg") no-repeat center center;
        position: absolute;
        top: 0;
        left: calc(50% + 3em);
    }


    .c-header-navbtn{
        position:fixed;
        top:18px;
        right:18px;
        z-index:110;
    }



    .c-header-navbtn-link{
        overflow: hidden;
        display: block;
        position: relative;
        width: 27px;
        height: 27px;
        cursor: pointer;
    }

    .c-header-navbtn-link span,
    .c-header-navbtn-link:before,
    .c-header-navbtn-link:after {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left:0;
        /*right: 0;*/
        width: 27px;
        height: 2px;
        margin: auto;
        background: #DD7A99;
    }
    
    .c-pagev .c-header-navbtn-link span,
    .c-pagev .c-header-navbtn-link:before,
    .c-pagev .c-header-navbtn-link:after {
        background: #FFF;
    }    

    .c-header-navbtn-link:before {
        width: 27px;
    }

    .c-header-navbtn-link span {
        width: 18px;
    }

    .c-header-navbtn-link:after {
        width: 9px;
    }

    /*
    .c-header.is-scroll .c-header-navbtn-link span,
    .c-header.is-scroll .c-header-navbtn-link:before,
    .c-header.is-scroll .c-header-navbtn-link:after{
        background: #DD7A99;
    }

    .c-header.is-scroll.js-act .c-header-navbtn-link span,
    .c-header.is-scroll.js-act .c-header-navbtn-link:before,
    .c-header.is-scroll.js-act .c-header-navbtn-link:after{
        background: #DD7A99;
    }
    */

    .c-header-navbtn-link span{
        overflow: hidden;
        transition: opacity 150ms 50ms;
    }

    .c-header-navbtn-link:before{
        transform: translate(0, -10px);
        content: "";
        transition: transform 400ms;
    }

    .c-header-navbtn-link:after{
        transform: translate(0, 10px);
        content: "";
        transition: transform 400ms;
    }

    .c-header-navbtn-link.js-act span{
        opacity: 0;
        transition: opacity 150ms;
        background: #DD7A99;
    }

    .c-header-navbtn-link.js-act:before{
        transform: rotate(45deg);
        right: 0;
        background: #DD7A99;
    }

    .c-header-navbtn-link.js-act:after{
        transform: rotate(-45deg);
        width: 27px;
        background: #DD7A99;
    }
}

@media only screen and (min-width: 1200px){
    
    .c-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 25px 50px;
    }
    
    .c-header-logo {
        width: 220px;
    }
    
    .c-header-navbtn {
        display: none;
    }
    
    .c-header-inner-nav {
        background: none;
        display: flex;
        margin: 0 0 0 auto;
        font-size: 16px;
    }
    
    .c-header-inner-nav ul {
        display: flex;
    }
    
    .c-header-inner-nav ul li {
        padding-left: 25px;
    }
    
    .c-pagev a {
        color: #FFF !important;
    }
    
}

/*--------------------------------------------------------------------------------
	frame
--------------------------------------------------------------------------------*/


/* frame */


.c-section {
    padding-top: 35px;
    padding-bottom: 35px;
}

@media only screen and (min-width: 768px){
    .c-section {
        padding-top: 20px;
        padding-bottom: 120px;
    }
}

/*--------------------------------------------------------------------------------
	txt
--------------------------------------------------------------------------------*/


/*.c-ttl-01*/
    
.c-ttl-01 {
    color: #406198;
    text-align: center;
    padding-bottom: 16px;
    font-weight: 500;
}

.c-ttl-01 h2 {
    font-size: 26px;
}

.c-ttl-01-en {
    margin-bottom: -20px;
}

.c-ttl-01-en img {
    height: 60px;
}

.c-ttl-01-sub {
    font-size: 115%;
    letter-spacing: 1px;
    font-weight: 600;
}

@media only screen and (min-width:758px) {
    
    .c-ttl-01 {
        padding-bottom: 35px;
    }
    
    .c-ttl-01 h2 {
        font-size: 38px;
    }
    
    .c-ttl-01-en img {
        height: 76px;
        margin-bottom: -20px;
    }
}

/*.c-ttl-02*/

.c-ttl-02 {
    padding-bottom: 15px;
}

.c-ttl-02 h3 {
    font-size:23px;
    color: #68BEDD;
    text-align: center;
    font-weight: bold;
}

.c-ttl-02--blue h3 {
    color: #4185BD;
}

@media only screen and (min-width:758px) {
    
    .c-ttl-02 {
        padding-bottom: 30px;
    }
    
    .c-ttl-02 h3 {
        font-size: 30px;
    }

}

/*.c-ttl-03*/

.c-ttl-03 {
    text-align: center;
    padding-bottom: 20px;
}

.c-ttl-03 > * {
    display: inline-block;
    color: #FFF;
    background: #68BEDD;
    line-height: 1;
    padding: 0.5em 1.5em;
    border-radius: 100px;
}

.c-ttl-03.c-ttl-03--white h3 {
    background: #FFF;
    color: #68BEDD;
}

.c-ttl-03.c-ttl-03--blue h3 {
    background: #4185BD;
}

.c-ttl-03.c-ttl-03--pink h3 {
    background: #DD7A99;
}

/*.c-list-01*/

.c-list-01 li {
    position: relative;
    line-height: 1.3;
    padding: 0.2em 0 0.2em 0.8em;
}

.c-list-01 li:before {
    content: "●";
    font-size: 50%;
    position: absolute;
    top: 1.1em;
    left: 0;
    color: #68BEDD;
}

.c-list-01.c-list-01--blue li:before {
    color:#4185BD ;
}

/*.c-dl-01*/

.c-dl-01 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    line-height: 1.3;
}

.c-dl-01 + .c-dl-01 {
    border-top: 1px solid #eaeaea;
}

.c-dl-01 dt {
    width: 5em;
    padding: 1em 0;
}

.c-dl-01 dd {
    width:calc(100% - 6em);
    padding: 1em 0;
}

@media only screen and (min-width:758px) {
 
    .c-dl-01 dt {
        width: 10em;
        padding: 1.2em 0;
    }
    
    .c-dl-01 dd {
        width: calc(100% - 12em);
        padding: 1.2em 0;
    }
}


/*--------------------------------------------------------------------------------
	color
--------------------------------------------------------------------------------*/

.c-bg-pink-01 {
    background:#F6D1D4;
}

.c-bg-pink-02 {
    background: #F3D3DE;
}

.c-bg-blue-01 {
    background:#4185BD;
}

.c-bg-blue-02 {
    background: #68BEDD;
}

.c-text-pink-01 {
    color: #DD7A99 !important;
}

.c-text-white {
    color: #FFF !important;
}

.c-text-blue {
    color: #4185BD;
}


/*--------------------------------------------------------------------------------
	parts
--------------------------------------------------------------------------------*/


/*.c-accessinfo*/ 

.c-accessinfo {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.c-accessinfo dl {
    display: flex;
    line-height: 1.5;
}

.c-accessinfo dt {
    width: 6em;
    padding: 0.4em 0;
}

.c-accessinfo dd {
    padding: 0.4em 0;
}

.c-map iframe {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    margin-top: 20px;
}

@media only screen and (min-width:758px) {
    .c-map iframe {
        margin-top: 30px;
        height: 450px;
    }
}

/*.c-btn-01*/

.c-btn-01 {
    text-align: center;
}

.c-btn-01 a {
    display: inline-block;
    margin: 0 auto;
    background: #68BEDD;
    color: #FFF;
    line-height: 1.2;
    padding:0.9em 0;
    width: 80%;
    font-size: 20px;
    max-width: 330px;
    border-radius: 100px;
}

.c-btn-01.c-btn-01--long a {
    width: 95%;
    padding: 0.9em 1.5em;
}

@media only screen and (min-width:758px) {
    
    .c-btn-01 a {
        font-size: 22px;
    }
    
    .c-btn-01.c-btn-01--long a {
        max-width: inherit;
        width: auto;
        padding: 0.9em 2em;
    }
    
}

/*.c-link-01*/

.c-link-01 {
    display: inline-block;
    color: #406198;
    text-decoration: underline;
    padding-right: 1.1em;
    line-height: 1;
    position: relative;
}

.c-link-01:after {
    content: "→";
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;

}

/*背景*/

.c-bg-yellow {
    background: #FBF8E9;
}

.c-bg-gray {
    background: #F1F5F7;
}

.c-hr {
    border: none;
    height: 15vw;
    width: 100vw;
}

.c-hr--yellow_to_white {
    background: url("../img/common/bg-white-01.svg") no-repeat center center #FBF8E9;
    background-size: 101% 101%;
}

.c-hr--yellow_to_gray {
    background: url("../img/common/bg-gray-01.svg") no-repeat center center #FBF8E9;
    background-size: 101% 101%;
}

.c-hr--white_to_gray {
    background: url("../img/common/bg-gray-01.svg") no-repeat center center #FFF;
    background-size: 101% 101%;
}

.c-hr--white_to_yellow {
    background: url("../img/common/bg-yellow-01.svg") no-repeat center center #FFF;
    background-size: 101% 101%;
}

/*画像*/

.c-img-round {
    border-radius: 10px;
}

@media only screen and (min-width:758px) {
    
    .c-img-round {
        border: 20px;
    }
}

/*--------------------------------------------------------------------------------
	下層ページ
--------------------------------------------------------------------------------*/

/*ページタイトル*/

.c-pagev {
    color: #FFF !important;
    position: relative;
    background: #000;
    padding-bottom: 10vw;
}

.c-pagev:after {
    content: "";
    display: block;
    width: 100%;
    height: 10vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/common/bg_pagev.svg") no-repeat center center;
    background-size: 101% 101%;
    margin-bottom: -1px;
}


.c-pagev-ttl {
    padding: 25px 25px 30px 25px;
    text-align: center;
    font-weight: bold;
}

.c-pagev-ttl h1 span {
    display: block;
    line-height: 1;
}

.c-pagev-ttl p {
    padding-top: 20px;
}

.c-pagev-ttl-main {
    font-size: 30px;
    padding-top: 5px;
    letter-spacing: 0.05em;
}

.c-pagev-ttl-sub {
    font-size: 15px;
}

.c-pagev-ttl p br {
    display: none;
}

@media only screen and (min-width:758px) {
    
    .c-pagev-ttl {
        padding: 80px 25px;
    }
    
    .c-pagev-ttl-sub {
        font-size: 20px;
    }
    
    .c-pagev-ttl-main {
        font-size: 48px;
        padding-top: 15px;
    }
    
    .c-pagev-ttl p {
        text-align: center;
        padding-top: 35px;
    }
    
    .c-pagev-ttl p br {
        display: block;
    }
}

/*ページコンテンツ*/

@media only screen and (min-width:758px) {
    .c-main {
        padding-top:50px;
    }
}

/*ttl-03が飛び出ている枠*/
.c-box-01 {
    background: #FFF;
    padding: 0 15px 15px 15px;
    border: 15px;
    position: relative;
    border-radius: 15px;
}

.c-box-01--border-blue {
    border: 2px solid #4185BD;
}

.c-bx-01--border-paleblue {
    border: 1px solid #68BEDD;
}

.c-bx-01--border-blue {
    border: 1px solid #4185BD;
}


.c-box-01--border-pink {
    border: 2px solid #F6D1D4;
}

.c-box-01 .c-ttl-03 {
    margin-top: -1em;
    padding-bottom: 10px;
    
}

.c-box-01 + .c-box-01 {
    margin-top: 30px;
}

@media only screen and (min-width:758px) {
    .c-box-01 {
        padding: 0 30px 30px 30px;
    }
    
    .c-box-01 + .c-box-01 {
        margin-top: 40px;
    }
    
    .c-box-01 .c-ttl-03 {
        padding-bottom: 20px;
    }
}

/*各サービス説明の上部*/

.c-box-02 {
    justify-content: space-between;
}


@media only screen and (min-width:758px) {
    
    .c-box-02-txt {
        width: 48%;
        line-height: 2em;
    }
    
    .c-box-02-img {
        width:45%;
    }
}
