@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.l-header__bar {
	background-color: #801D6C;
}

.l-header__inner {
	        justify-content: center;
}

.l-header__menuBtn.sp_,
.l-header__customBtn,
#gnav {
	display: none;
}

.p-mainVisual {
    max-width: 1200px;
    margin: 0 auto;
}

.top-03-container {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.top-03-container .img {
    width: 60%;
}
.top-03-container .txt-box {
    width: 45%;
    padding: 40px;
    background-color: #801D6C;
    display: flex;
    flex-direction: column;
    margin-left: -5%;
    color: #fff;
}
.top-03-container .txt-box h3 {
    font-size: 32px;
    margin: 0 0 16px;
    padding-bottom: 16px;
	padding-left: 0;
    position: relative;
}
.top-03-container .txt-box h3::before {
    content: '';
    display: block;
    width: 120px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
        left: 0;
    background: #fff;
}
.top-03-container .txt-box:nth-child(odd) {
    margin-left: 0;
    margin-right: -5%;
    position: relative;
}
.top-03-container .txt-box h3 {
    font-size: 32px;
    margin: 0 0 16px;
    padding-bottom: 16px;
    position: relative;
}
.top-03-container .txt-box p {
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
}

.c_table table {
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (max-width:1030px) {
.top-03-container {
        align-items: unset;
    }
    .top-03-container .img {
        width: 100%;
    }
    .top-03-container .txt-box {
        width: 80%;
        margin-left: -70%;
        margin-top: 40%;
    }
    .top-03-container .txt-box:nth-child(odd) {
        margin-left: 0;
        margin-right: -70%;
    }
	
}

@media screen and (max-width:768px) {
 .top-03-container {
        flex-direction: column;
    }
    .top-03-container:nth-child(odd) {
        flex-direction: column-reverse;
    }
    .top-03-container .txt-box {
        margin: -48px auto 0;
        width: 98%;
        padding: 16px;
    }
    .top-03-container .txt-box:nth-child(odd) {
        margin: -48px auto 0;
    }
    .top-03-container .txt-box h3 {
        font-size: 22px;
    }
	
	.c_table td,.c_table th {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
	}
	.c_table td:nth-child(odd),
	.c_table td:nth-child(even){
    margin-top: -1px;
}
	.c_table tr:first-child td:first-child {
		margin-top: 0;
	}
}