@charset"utf-8";
/* CSS Document */
.spNone {
	display: block!important;
}
.pcNone {
	display: none!important;
}
body, h1, h2, h3, p {
	color: #282422;
	font-weight: 500;
}
p {
	word-break: break-all;
}
img {
	width: 100%;
}
:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.contents {
    padding-top: 35px;
}
.txtlnk {
	width: 95%;
	max-width: 1260px;
	margin: 0 auto;
}
.txtlnk a {
	font-size: 13px;
	color: #282422;
}
.txtlnk a:hover {
	text-decoration: underline;
}
.tag {
	width: fit-content;
	padding: 0.25em 2em;
	align-content: center;
	font-size: 16px;
	font-weight: 500;
	border-radius: 50px;
	color: #ffffff;
}
.color_r {
	background: #e2515d;
}
.color_y {
	background: #fbb03b;
}
a.color_r:hover {
	color: #e2515d;
	background: #fff;
}
a.color_y:hover {
	color: #fbb03b;
	background: #fff;
}
/*---------------------------------------------------
 
----------------------------------------------------*/
.shorturlarea {
	width: 95%;
	max-width: 1260px;
	margin: 30px auto 0;
	padding-bottom: 50px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.shorturlbox.column_l {
	width: 68%;
}
.shorturlbox.column_r {
	width: 29%;
}

.shorturlbox h1 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3; 
	margin-top: .75em;
}
.shorturlbox .maintxt {
	font-size: 18px;
	margin: .75em 0 .5em;
}
.shorturlbox .date {
	font-size: 13px;
	margin: 1em 0 .5em;
	
}
.shorturlbox .mainimg {
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
}
.shorturlbox .mainimg img {
	width: 100%;
	height: auto;
}

/*---------------------------------------------------
 
----------------------------------------------------*/
.table_c {
	width: 100%;
	padding: 2% 3%;
	margin: 20px 0 30px;
	border: 5px solid rgba(100, 100, 100, .2);
	border-radius: 8px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.table_c p {
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	color: #282422;  
	margin-bottom: 1em;
}
.table_c div {
	width: 45%;
	margin-right: 5%;
}
.table_c div:last-child {
	margin-right: 0;
}
.table_c div li {
	font-size: 18px;
	margin-bottom: 1em;
}
.table_c div li:last-child {
	margin-bottom: 0;
}
.table_c div li a {
	font-size: 18px;
	font-weight: 600;
	color: #282422;
	text-decoration: none;
}
.table_c div li a:hover {
	text-decoration: underline;
}

/*---------------------------------------------------
 shortcontent_area
----------------------------------------------------*/
.shortcontent_area {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto 50px;
	box-sizing: border-box;
}
.shortcontent_area h2 {
	font-size: 20px;
    font-weight: 600;
    padding: .45em .5em .45em 1em;
    border-left: solid 5px #e2515d;
    /* border-bottom: solid 2px #e2515d; */
    margin-bottom: 1.5em;
    background: rgba(238, 238, 238, 0.5);
}
.shortcontent_area h3 {
	font-size: 20px;
	font-weight: 600;
	padding-left: .5em;
	border-left: solid 4px #ccc;
	margin-top: 1.5em;
	margin-bottom: .5em;
}
.shortcontent_area p {
	font-size: 18px;
	line-height: 1.75;
}
.shortcontent_area p strong {
	font-weight: 700;
	color: #e2515d;
}
.ulbox {
    width: 100%;   
	margin: 1em 0;
    padding: 2% 3%;
    border: dashed 1px #ccc;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-sizing: border-box;
}
.ulbox li {
	width: 30%;
	font-size: 18px;
	font-weight: 500;
	margin-top: .75em; 
	margin-right: 5%;
}
.ulbox li:first-child,
.ulbox li:nth-child(2),
.ulbox li:nth-child(3) {
	margin-top: 0;
}
.ulbox li:nth-child(3n) {
	margin-right: 0;
}
.short_table {
    width: 50%;
    min-width: 400px; 
	margin: 20px 0 50px;
    background: #fff;
}
.short_table th,.short_table td {
	width: 50%;
    height: 2.75em;
    padding: 0 1em;
    font-size: 15px;
    font-weight: 600;
    align-content: center;
    color: #ffffff;
    background: #e2515d;
    box-sizing: border-box;
}
.short_table td {
	height: 3em;
	font-size: 15px;
	font-weight: 500;
	color: #333;
	background: #fff;
}
.short_table tr:nth-child(2n+1) td {
	background: #f2f2f2;
}
.short_table th:first-child,
.short_table td:first-child {
	border-right: dashed 1px #ccc;
}

.linkbox {
    width: 100%;
    margin: 40px auto 70px;
    padding: 2% 3% 3%;
	border-radius: 8px;
    background: #f2f2f2;
    box-sizing: border-box;
}
.linkbox p {
    text-align: center;
}
.linkbox .btn {
	width: 100%;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-around;
}
.linkbox .btn a {
	width: 40%;
	height: 60px;
	border-radius: 50px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	align-content: center;
}
.btn a.color_r:hover {
	color: #e2515d;
}
.btn a.color_y:hover {
	color: #fbb03b;
}

.faqbox {
    width: 100%;
    padding: 1.5em 2em;
	margin-bottom: 10px;
    box-sizing: border-box;
}
.faqbox:nth-child(2n) {
	border-radius: 8px;
	background: rgba(238, 238, 238, 0.5);
}
.faqbox .icon {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 23px;
	font-weight: 700;
	color: #d43956;
	margin-right: 1em;
}
.faqbox_q,
.faqbox_a {
	display: flex;
	justify-content: flex-start;
    align-items: baseline;
}
.faqbox_q {
	width: 100%;
    padding-bottom: .5em;
    border-bottom: dashed 1px #ccc;
}
.faqbox_q h3 {
	padding: 0;
	margin: 0;
	border: none;
}
.faqbox_a {
	margin-top: 1em;
}

/*---------------------------------------------------
 txt-content_area
----------------------------------------------------*/
.column_r .titlename {
	font-size: 20px;
	font-weight: 600;
	padding-left: .5em;
	border-left: solid 5px #ccc; 
}
.txt-content {
	width: 100%;
	margin: 20px 0 0;
	padding: 5%;
	border-radius: 6px;
	border: solid 1px #ccc;
	box-sizing: border-box;
}
.txt-contentbox a {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 15px; 
	align-items: center; 
	display: flex;
	justify-content: space-between;
}
.txt-contentbox a:hover {
	opacity: 0.7;
}
.txt-contentbox:last-child a {
	margin-bottom: 0;
}
.txt-contentbox a img {
	width: 40%;
	border-radius: 3px;
	align-content: center;
}
.txt-contentbox a div {
	width: 55%;
}
.txt-contentbox a div h2 {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: .5em;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.txt-contentbox a div .date {
	margin: 0 auto;
	color: #333;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media screen and (max-width: 960px) {
/*////////////////////////////////////////////////
=pc→spに表示変更
////////////////////////////////////////////////*/
.spNone {
	display: block!important;
}
.pcNone {
	display: none!important;
}
	
	.contents {
		padding-top: 30px;
	}
/*---------------------------------------------------
 
----------------------------------------------------*/
	.shorturlbox h1 {
		font-size: min(30px, 3.125vw);
	}
	.shorturlbox .maintxt {
		font-size: min(18px, 1.875vw);
	}
	.shorturlbox .date {
		font-size: min(13px, 1.35vw);
	}
	.table_c {
		margin: 3% 0 5%;
		padding: 4% 6%;
	}
	.table_c div:last-child {
		width: 50%;
	}
	.table_c div li a {
		font-size: min(18px, 1.875vw);
	}
	.table_c p,
	.table_c div li {
		font-size: min(18px, 1.875vw);
	}
	.shortcontent_area h2 {
		font-size: min(20px, 2.08vw);
		margin-bottom: 1.25em;
	}
	.shortcontent_area h3 {
		font-size: min(20px, 2.06vw);
		margin-top: 1em;
		margin-bottom: .5em;
	}
	.shortcontent_area p {
		font-size: min(18px, 1.875vw);
	}
	
	.short_table th, 
	.short_table td {
		font-size: min(15px, 1.5625vw);
	}
	.ulbox li {
		width: fit-content;
		min-width: 25%;
		font-size: min(18px, 1.875vw);
	}
	
	.linkbox {
		width: 100%;
		margin: 4% auto 7%;
		padding: 5% 5%;
	}
	.linkbox .btn a {
		width: 47.5%;
		height: auto;
		min-height: 60px;
		font-size: min(18px, 1.875vw);
		padding: 0 5%;
		box-sizing: border-box;
	}
	
	.faqbox {
		padding: .5em 1.5em;
		margin-bottom: 2%;
	}
	.faqbox .icon {
		font-size: min(23px, 2.39vw);
	}
	
	
	.column_r .titlename {
		font-size: min(20px, 2.06vw);
	}
	.txt-contentbox a div h2 {
		font-size: min(15px, 1.5625vw);
	}
	
	
}
@media screen and (max-width: 767px) {
/*////////////////////////////////////////////////
=pc→spに表示変更
////////////////////////////////////////////////*/
.spNone {
	display: none!important;
}
.pcNone {
	display: block!important;
}
	.tag {
		font-size: 4vw;
	}
/*---------------------------------------------------
 
----------------------------------------------------*/
	
	.shorturlarea {
		margin: 5% auto 0;
		padding-bottom: 15%;
		flex-wrap: wrap;
	}
	.shorturlbox.column_l,
	.shorturlbox.column_r {
		width: 100%;
	}
	.shorturlbox h1 {
        font-size: 6.5vw;
    }
   .shorturlbox .maintxt {
        font-size: 4.5vw;
    } 
	.shorturlbox .date {
        font-size: 4vw;
    }
	
	.table_c {
        margin: 5% 0 ;
        display: block;
    }
	.table_c div,
	.table_c div:last-child {
		width: 100%;
	}
	.table_c p, .table_c div li {
        font-size: 4.5vw;
    }
	.table_c div li a {
		font-size: 4vw;
	}
	
	.shortcontent_area h2 {
        font-size: 5.5vw;
        padding: .3em;
    }
	.shortcontent_area h3 {
        font-size: 5vw;
    }
	.shortcontent_area p {
        font-size: 4.5vw;
    } 
	
	.ulbox {
		padding: 5%;
	}
	.ulbox li,
	.ulbox li:first-child, 
	.ulbox li:nth-child(2), 
	.ulbox li:nth-child(3) {
        min-width: 100%;
        font-size: 4.5vw;
        margin: 1em 0 0;
    }
	.ulbox li:first-child {
		margin-top: 0;
	}
	
	.short_table {
		width: 100%;
		min-width: unset;
		margin: 5% 0 10%;
	}
	.short_table th, 
	.short_table td {
        font-size: 4vw;
		padding: 0 .5em;
    }
	
	.linkbox .btn {
		width: 100%;
		margin: 5% auto 0;
		display: block;
	}
	.linkbox .btn a {
        width: 100%;
        font-size: 4.5vw;
        margin-bottom: 5%;
        box-sizing: border-box;
        display: block;
    }
	.linkbox .btn a:last-child {
        margin-bottom: 0;
    }
	
	.faqbox {
        padding: 1em 1.5em;
        margin-bottom: 2%;
    }
	.faqbox .icon {
        font-size: 6vw;
        margin-right: .75em;
    }
	.faqbox h3{
		margin-top: 0;
        margin-bottom: 0;
	}
	
	
	.column_r .titlename {
        font-size: 5vw;
    }
	
	.txt-contentbox a {
		width: 100%;
		display: block;
		margin-bottom: 5%;
	}
	.txt-contentbox:last-child a {
		margin-bottom: 0;
	}
	.txt-contentbox a img {
		width: 100%;
		border-radius: 3px;
	}
	.txt-contentbox a div {
		width: 90%;
		margin: auto;
	}
	.txt-contentbox a div h2 {
        font-size: 5vw;
		margin-bottom: .25em;
    }
	.shorturlbox .date {
        font-size: 4vw;
    }
	
	
	
	
}
