.rich-content__inner {
    padding: 0 20px 20px;
}
.pcOnly{
		display: block;
	}
.spOnly{
	display: none;
}
/*鬯ｯ�ｯ�ｽ�ｩ髯晢ｽｷ�ｽ�｢�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ鬯ｯ�ｯ�ｽ�ｩ髫ｲ�ｷ鬮｢莨夲ｽｽ�ｧ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｺ鬮ｫ�ｲ陝ｷ�｢�ｽ�ｿ�ｽ�ｽ�ｽ�ｽ隴取ｦｻ雋ｻ�ｿ�ｽ�ｽ�ｧ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�｢鬯ｩ蟷｢�ｽ�｢�ｽ�ｽ�ｽ�ｧ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｳ鬯ｩ蟷｢�ｽ�｢髫ｴ雜｣�ｽ�｢�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｼ鬯ｩ蟷｢�ｽ�｢髫ｴ雜｣�ｽ�｢�ｽ�ｽ�ｽ�ｿ�ｽ�ｽ�ｽ�ｽ鬩搾ｽｵ�ｽ�ｺ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｹ�ｽ�ｽ�ｽ�ｧ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｪ鬯ｩ蟷｢�ｽ�｢髫ｴ雜｣�ｽ�｢�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｳ鬯ｮ�ｯ�ｽ�ｷ鬮｣魃会ｽｽ�ｨ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�･鬯ｩ蟷｢�ｽ�｢�ｽ�ｽ�ｽ�ｧ鬯ｩ諤憺●�ｽ�ｽ�ｽ�ｫ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ鬯ｩ蟷｢�ｽ�｢髫ｴ雜｣�ｽ�｢�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｼ鬯ｩ蟷｢�ｽ�｢�ｽ�ｽ�ｽ�ｧ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｸ_PC*/

dt.dt_03{
	margin-top: 20px;
	position: relative;
	padding: 1rem;
	background-image: linear-gradient(-45deg, #fff0f0 25%, #ffffff 25%, #ffffff 50%, #fff0f0 50%, #fff0f0 75%, #ffffff 75%);
  background-size: 6px 6px;
	font-size: 1.4rem;
	color:#f43e3e;
}
dt.dt_03::before{
	position: absolute;
	content: "";
	width: 14px;
    height: 2px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: #f43e3e;
}
dt.dt_03::after{
	position: absolute;
	content: "";
	width: 2px;
    height: 14px;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
    transition: all .3s;
    background: #f43e3e;
}
dt.dt_03.active::after{
	top: 25%;
    transform: rotate(90deg);
    opacity: 0;
}

dt.dt_03.orange
{
	background-image: linear-gradient(-45deg, #ffebce 25%, #ffffff 25%, #ffffff 50%, #ffebce 50%, #ffebce 75%, #ffffff 75%);
}
dt.dt_03.yellow
{	background-image: linear-gradient(-45deg, #fff7c5 25%, #ffffff 25%, #ffffff 50%, #fff7c5 50%, #fff7c5 75%, #ffffff 75%);
}

.rich-content-box .prefectures a{
	color: #444444;
	text-decoration: none;
}

.prefectures_wrap>h2{
	padding-bottom: 10px;
	color: #444444;
	border-bottom: 1px solid #f43e3e;
	font-size: 1.4rem;
	font-weight: bold;
}

.prefectures dd{
	color: #444444;
}
.prefectures dd>ul{
	margin-top: 20px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.prefectures dd>ul>li{
	width: 25%;
}
.prefectures dd>ul>li>a{
	position: relative;
	text-align: left;
    display: block;
	padding: 1rem;
	border: solid 1px #d5dce0;
	margin-left: -1px;
    margin-top: -1px;
	text-decoration: none;
    transition: all .2s;
}
.prefectures dd>ul>li a::before{
position: absolute;
right: 20px;
top: calc(50% - 2px);
content: "";
display: inline-block;
    width: 4px;
    height: 4px;
    border-top: solid 1px #f43e3e;
    border-right: solid 1px #f43e3e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.prefectures dd>ul>li:hover a{
	background: #f43e3e;
	color: #fff;
}
.prefectures dd>ul>li:hover a::before{
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}

/*鬯ｯ�ｯ�ｽ�ｨ�ｽ�ｽ�ｽ�ｾ鬮ｯ讖ｸ�ｽ�｢�ｽ�ｽ�ｽ�ｼ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｸ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｸ鬯ｩ蟷｢�ｽ�｢髫ｴ雜｣�ｿ�ｽ鬲�ｽｵ鬩搾ｽｵ�ｽ�ｺ�ｽ�ｽ�ｽ�｡鬯ｩ蟷｢�ｽ�｢髫ｴ雜｣�ｽ�｢�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｳ*/
.p_anchorbtn_wrap{
	margin: 1rem auto 3rem;
	text-align: center;
}
p.anchorbtn_tx{
position: relative;
font-weight: bold;
font-size: 1.2rem;
color: #61C650;
bottom: 8px;
}
p .anchorbtn_icon {
	display: inline-block;
    width: 54px;
    height: 54px;
	margin: 0 8px -10px 0;
    background: url(/files/user/img/icon/icon_cta_baityu.png) no-repeat top center /54px 54px;
}
.p_anchorbtn_wrap>p>a{
	position: relative;
	max-width: 332px;
	display: block;
	margin: 0 auto;
	padding: 1rem;
	background: #61C650;
	border-radius: 42px;
	box-shadow: 0 3px #57ad45;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.3rem;
}
.p_anchorbtn_wrap>p>a::before{
position: absolute;
right: 24px;
top: calc(50% - 6px);
content: "";
display: inline-block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.p_anchorbtn_wrap>p>a.arrow_left::before{
position: absolute;
right: 24px;
top: calc(50% - 6px);
content: "";
display: inline-block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bt2l{
	line-height: 1.5;
}
.bt_big{
	font-size: 24px;
}

/*鬯ｯ�ｮ�ｽ�｢�ｽ�ｽ�ｽ�ｨ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｷ鬯ｯ�ｩ陟�屮�ｽ�ｩ�ｽ�ｸ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｮLP鬯ｩ蟷｢�ｽ�｢髫ｴ雜｣�ｿ�ｽ鬲�ｽｵ鬩搾ｽｵ�ｽ�ｺ�ｽ�ｽ�ｽ�｡鬯ｩ蟷｢�ｽ�｢髫ｴ雜｣�ｽ�｢�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｳ鬯ｯ�ｨ�ｽ�ｾ髯具ｽｹ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｨ鬯ｩ謳ｾ�ｽ�ｵ�ｽ�ｽ�ｽ�ｺ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｮ鬮ｮ雜｣�ｽ�ｼ�ｽ�ｽ�ｽ�ｶ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｲ鬯ｩ蟷｢�ｽ�｢髫ｴ雜｣�ｽ�｢�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｻ鬯ｩ蟷｢�ｽ�｢�ｽ�ｽ�ｽ�ｧ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�｢鬯ｩ蟷｢�ｽ�｢�ｽ�ｽ�ｽ�ｧ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�､鬯ｩ蟷｢�ｽ�｢�ｽ�ｽ�ｽ�ｧ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｳ鬯ｩ蟷｢�ｽ�｢髫ｴ雜｣�ｽ�｢�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｳ*/

p.anchorbtn_tx.red{
color: #f44040;
}

p .anchorbtn_icon02 {
	display: inline-block;
    width: 54px;
    height: 54px;
	margin: 0 8px -10px 0;
    background: url(/files/user/img/icon/icon_cta_baityu_02.png) no-repeat top center /54px 54px;
}
.p_anchorbtn_wrap>p>a.red{
	background: #f44040;
	box-shadow: 0 3px #df241e;	
}

.p_anchorbtn_wrap>p>a:hover,.p_anchorbtn_wrap>p>a.red:hover{
	box-shadow: none;
	transform: translateY(3px);
	opacity: 0.8;
}

/*鬯ｩ蟷｢�ｽ�｢髫ｴ雜｣�ｽ�｢�ｽ�ｽ�ｽ�ｿ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ鬯ｩ蟷｢�ｽ�｢髫ｴ雜｣�ｿ�ｽ�ゑｽｧ�ｽ�ｽ陷ｿ蜀ｶ�ｾ�ｨ髯懃軸辟碑ｫ｢�ｾ�ｽ�ｽ�ｽ�･�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ鬯ｩ謳ｾ�ｽ�ｵ�ｽ�ｽ�ｽ�ｺ鬯ｮ�｣陜難ｽｼ髮趣ｽｪ髫ｶ髮｣�ｽ�ｪ鬯ｮ�ｯ隶灘･�ｽｽ�ｺ�ｽ�ｽ髯具ｽｻ�ｽ�､鬮ｯ譎｢�ｽ�ｲ�ｽ�ｽ�ｽ�ｩ*/
.table-scroll table.green th{
	background: #d3f4cc;
}

/*鬯ｮ�｣髮具ｽｻ�ｽ�ｽ�ｽ�ｨ鬩包ｽｶ隰ｫ�ｾ�ｽ�ｽ�ｽ�ｵ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�･�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｽ�ｭ*/
.corporate
{padding: 20px;
 border: #f44040 2px dotted;
 border-radius: 10px;
}
.corporate .heading{
border-bottom: solid 1px #f44040;
padding-bottom: 10px;
margin-top: 0;
color: #222222;
font-size: 1.2rem;
font-weight: bold;
}
.corporate .p_anchorbtn_wrap{
	margin: 1rem auto;
}

/*鬯ｮ�｢�ｽ�ｭ髫ｴ�ｴ�ｽ�ｧ髯ｷ謳ｾ�ｽ�ｹ鬮｣逧ｮ逕･�つ�ｽ�･驕ｯ�ｶ�ｽ�ｳ_鬮ｫ�ｰ�ｽ�ｨ�ｽ�ｽ�ｽ�ｰ鬮ｯ蛹ｺ�ｻ繧托ｽｽ�ｽ�ｽ�､鬮ｯ貊捺ｱ夲ｿｽ�ｽ�ｽ�ｷ鬯ｮ�ｫ�ｽ�ｱ�ｽ�ｽ�ｽ�ｿ*/
.em_box{
	background-color: #f2f2f2;
	border-radius: 10px;
    padding: 10px;
}
.em_box ul{
	display: flex;
	justify-content: center;
	position: relative;
	font-size: 1.2rem;
	font-weight: bold;
}
.em_box ul>li{
	text-align: center;
}
.em_box ul>li:first-child{
margin-right: 60px;
}
.em_box ul>li:first-child:after{
	content: "";
	position: absolute;
	top: calc(50% - 7px);
	left: calc(50% - 9px);
	border: 14px transparent solid;
	border-left: 18px solid #f44040;
}
.em_box ul li .num_big{
	font-size: 2rem;
}
.em_box p{
	text-align: center;
}

/*list閭梧勹濶ｲ襍､*/
.rich-content-box__cmnt.bgred{
	background: rgba(255,228,225);
}

.rich-content-box h4 {
    margin: 18px 0 8px;
    padding-left: 5px;
    border-left: solid 8px #cccccc;
    font-weight: bold;
    font-size: 1.14286rem;
}