@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
*/


.pr_wrap_link{
	text-decoration:none;
	color:initial;
}
.pr_wrap_link:hover{
	opacity:0.8;
}
.pr_wrap{
	display: flex;
    background: #fff6ce;
    padding: 10px;
}
.pr_wrap__img{
	width: 40%;
    margin-right: 4%;
}
.pr_wrap__textarea{
	flex:1;
}
.prtag_wrap{
	text-align:right;
}
.pr_wrap__textarea span{
	color: #fff;
    padding: 2px 10px;
    font-weight: bold;
    font-size: 14px;
    background-color: #65bb1a;
}
.pr_wrap__textarea-title{
	font-weight:bold;
	    font-size: 20px;
	margin-top: 10px;
}

.top #content {
    padding-top: 10px;
}

.post_content table th{
	background:#fff2f7;
}

.page-id-44 .swell-block-fullWide .l-article{
	max-width:96%;
}
/*
.page-id-44 .l-content{
	margin: 0 auto;
}
*/
.top_ct_txt{
	font-size:18px;
}
#sec-grm{
    border-top: 3px dotted #f35977;
    border-bottom: 3px dotted #f35977;
}
#sec-ev ,
#sec-sp{
    border-bottom: 3px dotted #f35977;
}
#contact-btn a:hover{
	background:#f35977;
}

@media screen and (max-width: 480px){
.pr_wrap {
    display: block;
}
	.pr_wrap__img{
	width: 100%;
	}
}