@charset "UTF-8";

/* メニュー*/
.p_category {
    width: 100%;
    height: 65px;
    padding: 0 55px;
	margin-bottom:50px;
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
}
.p_category li {
    position: relative;
}
.p_category a {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #26292B;
}
.p_category .active::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #3B3230;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    bottom: -20px;
}

@media screen and (max-width: 375px) {
    .p_category {
        height: auto;
        padding: 0;
        border-bottom: none;
    }
    .p_category li {
        position: relative;
        width: 50%;
        border-bottom: 1px solid #D0D0D0;
    }
    .p_category li:nth-child(odd)::after {
        content: "";
        position: absolute;
        display: block;
        width: 1px;
        height: 25px;
        background-color: #D0D0D0;
        right: 0;
        top: 50%;
        transform: translate3d(0, -50%, 0);
    }
    .p_category a {
        display: block;
        font-size: 14px;
        text-align: center;
        padding: 18px 0;
    }
}
/* ＝＝＝＝＝＝＝＝＝*/

.mb50{
	margin-bottom:50px;
}
ul.docArea>li{
	padding: 3em 2em;
	border:1px solid #CCC;
    margin-bottom: 30px;
}
ul.docArea h4.ttl01{
	border-bottom: 5px solid #f58a32;
	font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-bottom: 30px;
}
ul.docArea li .flex-doc{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.docImg{
	width:270px;
	margin-right:20px;
}
.flex-doc{
	padding-left:15px;
	padding-right:15px;
}
.doc-text{
	width:100%;
}
.doc-text ul{
	margin-bottom:30px;
}
.doc-text ul li{
	padding:10px 10px 5px 20px;
	font-size:1.1rem;
	border-bottom:1px dashed #E8E3E3;
}
.btn_pdf{
	background-color:#CA4C17;
	text-align: center;
	margin:15px;
	width: 200px;
}
.btn_pdf a{
	display: block;
	color:#FFF;
	font-weight:bold;
	padding:10px 5px;
	font-size:1.03rem;
}
.btn_pdf:hover{
	opacity: .7;
	transition: .2s;
}

@media screen and (max-width: 640px) {
ul.docArea li .flex-doc{
  	display:block;
}
.docImg{
	width:100%;
	margin-right:0;
}
}