.showpage{
	margin-top: 25px;
}
.testclass_s{

}

.wrap_inner {
	margin-top: 20px;
}
.ttl_01 {
    display: flex;
    padding: 10px;
    margin: 0 0 30px;
    background: #eee;
}
/*color*/
.ttl_01.ttl_01_blue .ttl_01_box {
    background: #00A3D6;
}
.ttl_01.ttl_01_blue .ttl_group span {
    color: #00A3D6;
}
.ttl_02.c_blue span {
    border-color: #00A3D6;
}
.ttl_01.ttl_01_orange .ttl_01_box {
    background: #CA3D04;
}
.ttl_01.ttl_01_orange .ttl_group span {
    color: #CA3D04;
}
.ttl_02.c_orange span {
    border-color: #CA3D04;
}

.ttl_01.ttl_01_green .ttl_01_box {
    background: #00D0B4;
}
.ttl_01.ttl_01_green .ttl_group span {
    color: #00D0B4;
}
.ttl_02.c_green span {
    border-color: #00D0B4;
}

.ttl_01.ttl_01_yellow .ttl_01_box {
    background: #F8B500;
}
.ttl_01.ttl_01_yellow .ttl_group span {
    color: #F8B500;
}
.ttl_02.c_yellow span {
    border-color: #F8B500;
}
.ttl_01.ttl_01_purple .ttl_01_box {
    background: #eb6a6a;
}
.ttl_01.ttl_01_purple .ttl_group span {
    color: #eb6a6a;
}
.ttl_02.c_purple span {
    border-color: #eb6a6a;
}



/*color end*/

.ttl_01_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin: 0 10px 0 0;
    background: #fff;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
}

.ttl_01 .ttl_group > span {
    display: block;
}
.ttl_01_sub {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 0;
    line-height: 1.2;
}
.ttl_01_main {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 0;
    line-height: 1.2;
}
.ttl_02 {
    position: relative;
    display: table;
    padding: 6px;
    width: 100%;
    margin: 0 0 15px;
    min-height: 42px;
    background: #eee;
    font-size: 18px;
    font-weight: bold;
}

.ttl_02 span {
    display: table-cell;
    border-left: 8px solid;
    vertical-align: middle;
    padding: 0 0 0 10px;
}
.accord_area{
	margin-top:10px;
}
.accord_area.open .accord_ttl a {
    background: #F7F7F7;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}

.accord_area .accord_ttl a {
    position: relative;
    display: block;
    padding: 16px 20px;
    border-radius: 3px;
    border: 1px solid #E1E1E1;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #444;
    line-height: 1.7;
    transition: background 0.2s ease;
}

.accord_area .accord_ttl a:before {
    content: "";
    position: absolute;
    right: 18px;
    width: 18px;
    height: 2px;
    /*background: #C44A4E;*/
    top: 50%;
    transform: translateY(-50%);
    border-radius: 1px;
}
.accord_area.open .accord_ttl a:after {
    display: none;
}
.accord_area .accord_ttl a:after {
    content: "";
    position: absolute;
    right: 26px;
    width: 2px;
    height: 18px;
    background: #C44A4E;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 1px;
}

.list_btn_2_1, .list_btn_3_1, .list_btn_4_1 {
    display: flex;
    flex-wrap: wrap;
}
.accord_area .accord_content .accord_inner {
    padding: 0 30px 30px 30px;
}
.list_btn_3_1 li {
    width: calc(33.33% - (22px*2) /3);
    border-radius: 3px;
    border: 1px solid #eee;
}
.list_btn_2_1 .btn_01, .list_btn_2_1 .btn_02, .list_btn_3_1 .btn_01, .list_btn_3_1 .btn_02, .list_btn_4_1 .btn_01, .list_btn_4_1 .btn_02 {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    height: 100%;
}
.btn_02 {
    position: relative;
    display: block;
    padding: 16px;
    border-radius: 3px;
    border: 1px solid #eee;
    color: #444;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s ease;
    line-height: 1.7;
}


.btn_02:before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    border-color: #C4494E;
    transform: rotate(-45deg) translateY(-50%);
    left: 16px;
    top: 50%;
}
.accord_area .accord_content {
    border: 1px solid #E1E1E1;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 0;
    
}
.list_btn_2_1 li,
.list_btn_3_1 li,
.list_btn_4_1 li {
	margin: 22px 13px 0 0;
}

.btn_02ex:hover{
	background-color:#F7F7F7 !important;
	text-decoration: none;
	color:#C44A4E !important;
	cursor:pointer !important;
}

.btn_02:hover{
	/*background-color:#F7F7F7;*/
	cursor:default;
	color:#333333;
	text-decoration: none;
}
.acc_sef:hover{
	color:#C44A4E !important;
	background-color:#F7F7F7;
}
@media screen and (max-device-width: 640px) {
	.showpage{
	    margin: 15px;
	}
	
	.list_btn_2_1 li,
	.list_btn_3_1 li,
	.list_btn_4_1 li {
		margin: 22px 22px 0 0;
	}
	.list_btn_2_1 li:nth-child(2n),
	.list_btn_3_1 li:nth-child(3n),
	.list_btn_4_1 li:nth-child(4n) {
		margin: 22px 0 0 0;
	}
	.list_btn_2_1 li:nth-child(-n+2),
	.list_btn_3_1 li:nth-child(-n+3),
	.list_btn_4_1 li:nth-child(-n+4) {
		margin: 0 22px 0 0;
	}
	.list_btn_2_1 li:nth-child(2),
	.list_btn_3_1 li:nth-child(3),
	.list_btn_4_1 li:nth-child(4) {
		margin: 0
	}
	/* unique case */
	.list_btn_3_1.link_list_sp li {
		border: 0;
	}
	.list_btn_3_1.link_list_sp li + li {
		margin: 10px 0 0;
	}
	.list_btn_3_1.link_list_sp li a {
		position: relative;
		display: inline-block;
		padding: 0 0 0 0.8em;
		font-size: 16px;
		font-weight: normal;
		line-height: 1.7;
		color: #C4494E;
		text-align: left;
	}
	.list_btn_3_1.link_list_sp li a:before {
		content: "";
		display: block;
		box-sizing: border-box;
		position: absolute;
		width: 10px;
		height: 10px;
		border-bottom: 2px solid;
		border-right: 2px solid;
		transform: rotate(-45deg);
		left: -0.2em;
		top: 0.5em;
	}
	.list_btn_3_1.link_list_sp .btn_01.link_blank:after,
	.list_btn_3_1.link_list_sp .btn_02.link_blank:after {
		content: "";
		position: relative;
		right: auto;
		top: auto;
		transform: none;
		display: inline-block;
		margin: 0 0 0 10px;
		background: url(/images/component/ico_blank.svg) no-repeat;
		width: 12px;
		height: 12px;
	}
	.accord_area .accord_content .accord_inner {
		padding: 20px;
	}
	.list_btn_3_1.link_list_sp li {
	    border: 0;
	}
	.list_btn_2_1 li, .list_btn_3_1 li, .list_btn_4_1 li {
	    width: 100%;
	}
    * {
        -webkit-text-size-adjust: 100%;
    }
    .inner img{
    	width: 20rem  !important;
    }
}
