@charset "utf-8";
.p-column-detail__content-block strong{font-weight:bold}
.column_wrap{margin:0; padding:0; box-sizing:border-box; line-height:2em;}

.column_wrap .txtbox{margin:1em 0 4em;}
.column_wrap .txtbox p{margin:0 0 2em; line-height:2em;}
.column_wrap .banner{margin:2em auto; text-align:center;}
.column_wrap .banner img{width:100%;}

.column_wrap .width10{width:10% !important;} .column_wrap .width20{width:20% !important;} .column_wrap .width30{width:30% !important;}
.column_wrap .width40{width:40% !important;} .column_wrap .width50{width:50% !important;} .column_wrap .width60{width:60% !important;}
.column_wrap .width70{width:70% !important;} .column_wrap .width80{width:80% !important;} .column_wrap .width90{width:90% !important;}
.column_wrap .width100{width:100% !important;} .column_wrap .width33{width:33.3% !important;}
.column_wrap .width15{width:15% !important;}.column_wrap .width25{width:25% !important;} .column_wrap .width35{width:35% !important;}
.column_wrap .width65{width:65% !important;}.column_wrap .width75{width:75% !important;} .column_wrap .width85{width:85% !important;} .wauto{width: auto!important;}


.column_wrap .mb0{margin-bottom:0 !important;} .column_wrap .mb1em{margin-bottom:1em!important;} .column_wrap .mb2em{margin-bottom:2em!important;}
.column_wrap .mt0{margin-top:0 !important;}
.column_wrap .pb0{padding-bottom:0 !important;} .column_wrap .pb1em{padding-bottom:1em!important;} .column_wrap .pb2em{padding-bottom:2em!important;}
.column_wrap .text_right{text-align:right!important;} .column_wrap .text_left{text-align:left!important;} .column_wrap .text_center{text-align:center!important;}

.column_wrap .txtbox p.mb0{margin-bottom:0 !important;}
.column_wrap .txtbox p.mb1em{margin-bottom:1em!important;} 
.column_wrap .txtbox p.mb2em{margin-bottom:2em!important;}
.column_wrap .txtbox p.mt0{margin-top:0 !important;}


.column_wrap a{	color:#F3A89C; text-decoration:none; cursor:pointer;}

.column_wrap a:hover,
.column_wrap a img:hover{opacity:0.7; transition: .5s;}

.column_wrap .mauto{ margin-left: auto!important; margin-right: auto!important; }
.p-column-detail__content-block .btn a{
	display: block; padding: 0.3em 2em; text-align: center;
	color: #fff; border-radius: 5px; font-weight: bold;
	background: #333; box-shadow: 0 3px 0 #aaa;
}
.p-column-detail__content-block h3{margin-top:2em;}
.p-column-detail__content-block li{margin-bottom: 1em;}

/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　CONTENT
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
 */


.txt_red{color:#e36c58;}
.column_wrap .txt_bold{font-weight:bold;}
.column_wrap .txt_ul{text-decoration:underline;}
.column_wrap .txt_size_big{font-size:1.2em;}

.column_wrap .bg_red{background:#fff4f9 !important;}
.column_wrap .bg_blue{background:#edf8ff !important;}
.column_wrap .bg_green{background:#f5ffed !important;}
.column_wrap .bg_yellow{background:#fffef2 !important;}
.column_wrap .bg_violet{background:#fef4ff !important;}
.column_wrap .bg_orange{background:#fbf3e7 !important;}
.column_wrap .bg_stripe{
	background: -webkit-repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px,#f5f5f5 3px, #f5f5f5 7px) !important;
	background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px,#f5f5f5 3px, #f5f5f5 7px) !important;
}


.column_wrap .borderbox {margin: 0 auto 2em; padding:2em; border:1px solid #A0A0A0;}
.column_wrap .borderbox p:last-child, .column_wrap .borderbox li:last-child {margin-bottom:0 !important}


.column_wrap ul{list-style-type:none !important; padding:0; margin:0;}
.column_wrap ol{list-style-type:none !important; padding:0; margin:0;}
.column_wrap .txtbox li{list-style: none;}
.column_wrap .list_dot li{list-style: inside circle !important; padding:0; }
.column_wrap .list_num li{list-style: inside decimal !important; padding:0; }

table.listTab{margin:0 auto 2em; border:1px solid #595959; border-collapse:collapse;}
table.listTab th{border:1px solid #A0A0A0; padding:1em; background:#ddd; text-align: center;vertical-align:middle;}
table.listTab td{padding:1em; background:#fff; border:1px solid #A0A0A0;vertical-align:middle;}
table.listTab td p:last-child ,table.listTab td li:last-child { margin-bottom: 0!important;}
.column_wrap .txtbox .va_m{ vertical-align: middle!important; }

.column_wrap .clm_box{
	display: flex; flex-wrap: wrap; align-items: center;
	flex-direction: row; justify-content: space-between;
}
.column_wrap .clm_box.vtop{
	align-items: flex-start;
}

.column_wrap .clm_box.clm2 > *{	width: 48%; }
.column_wrap .clm_box.clm3 > *{	width: 30%; }
.column_wrap .clm_box.clm4 > *{	width: 22%; }


.column_wrap .bq{
	margin:2em auto 0; padding:2em;
	background:#eee;
	border-left:8px solid #4784BF; 
}
.column_wrap blockquote{margin:0 !important; word-break:break-all;}
.column_wrap q{
	background:#eee; 
	padding:0.2em;
}
.column_wrap q::before,
.column_wrap q::after{
	content: "";
}

.writer-box{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #4e4947;
    position: relative;
    padding: 32px 30px 10px;
    justify-content: space-between;
    margin-bottom: 40px;
}
.writer-box h2{
    position: absolute;
    background: #4e4947;
    color: #fff;
    padding: 5px 1em;
    font-size: 1.2em;
    top: -1em;
    left: 1em;
    min-width: 200px;
    text-align: center;
}
.writer-box img{
    width: 150px;
    height: 120px;
    object-fit: contain;
}
.writer-box div{
    width: calc(100% - 200px);
}
.writer-box div h3{
    margin: 0 0 6px;
    font-size: 1.4em;
}
.btn-cta{
    background: #4e4947;
    color: #fff;
    padding: 15px;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    text-align: center;
    max-width: 500px;
	transition:.5s ease;
	position:relative;
}
.btn-cta:after{content:'》';position:absolute;right:5px;}
.btn-cta:hover{opacity:.8;}
@media only screen and (max-width:600px) {
	.writer-box{justify-content: center;}
.writer-box div{
    width:100%;
}.writer-box div h3{
    font-size: 1.3em;margin: 5px 0 0;text-align:center;
}
	.writer-box h2{transform:translateX(-50%);left:50%;}
}

/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　RESPONSIVE
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
*/
 
@media only screen and (min-width: 601px) {
.column_wrap .pcnone{ display:none !important; }
.column_wrap .spnone{ display:block !important; }


}

@media only screen and (max-width:600px) {
.column_wrap .pcnone{ display:block !important; }
.column_wrap .spnone{ display:none !important; }
.column_wrap .banner img{width:100%;}
.column_wrap .listTab table{width:100%; word-break:break-all;}

.column_wrap .bq,.column_wrap .borderbox{ padding: 1em; }
.column_wrap .pageindex{ padding:1.5em 1em; }

.column_wrap .clm_box.clm4 > *{	width: 48%; }
.column_wrap .clm_box.spclm1{ display: block;}
.column_wrap .clm_box.spclm1 > *{ width: 100%!important;}
.column_wrap .scroll{overflow: auto;}
.column_wrap .scroll table {white-space: nowrap;}


}
