/*====================================
*
/beginner/point
*
====================================*/
@charset "UTF-8";
@media screen and (max-width: 768px) {
/*------------------------------------------------------------------------------------------
*
*
	Responsive / SP
*
*
------------------------------------------------------------------------------------------ */

.arrow_box{
    text-align: center;
	position: relative;
	border: 2px solid #8d8d8d;
    border-radius: 5px;
    padding: 10px 0;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(141, 141, 141, 0);
	border-top-color: #8d8d8d;
	border-width: 13px;
	margin-left: -13px;
}

.unc_nav{
	padding: 0 15px;
  margin-bottom: 50px;
}
.unc_nav.section ul.detail li a{
	background-image: url(/welfare/common/image_common/parts_ico_arrow02.png);
	background-size: 12px;
}

.section h3{
	background: url(/welfare/beginner/images/ico_useful.png) no-repeat;
	background-size: 30px;
	background-position: 15px 2px;
	padding: 0 15px 0 54px;
}


/* ------------------------------------------------------------
*
	#section_wheelchair
*
------------------------------------------------------------ */
#section_wheelchair{
	padding-top: 60px;
}
#section_wheelchair .flow{
    margin: 20px 0 30px;
}
#section_wheelchair .flow .center{
    text-align: center;
    font-size: 24px;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    color: #8d8d8d;
    padding: 10px 0 36px;
}
#section_wheelchair .flow .center:after{
    content: "\002192";
    display: block;
    padding: 0 0 0 60px;
    color: #808080;
    font-size: 56px;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    text-align: center;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

#section_wheelchair .arrow_box{
	font-size: 16px;
	margin: 20px 15px 0;
	padding: 15px;
	line-height: 1.5em;
}
#section_wheelchair .img_slider{
    width: inherit!important;
}
#section_wheelchair .img_slider div{
	margin-bottom: 0;
}
#section_wheelchair .img_slider .slider_inner{
    padding: 0;
    width: inherit!important;
}

#section_wheelchair p{
    margin: 0 0 15px 0;
}
#section_wheelchair .other_use p:last-child{
    margin-bottom: 0;
}

#section_wheelchair .bold{
    border-bottom: 1px solid #8d8d8d;
    margin: 30px 0 10px;
}
#section_wheelchair .bold .point{
    display: block;
}

#section_wheelchair .img_slider .slider_inner .col_left{
    margin-bottom: 60px;
}

/* ------------------------------------------------------------
*
	#section_tax
*
------------------------------------------------------------ */
#section_tax {
}
#section_tax .section.bg{
	padding-top: 60px;
	margin-bottom: 0;
}
#section_tax .col_left,
#section_tax .col_right{
    margin-bottom: 30px;
}
#section_tax .other_support p.arrow_box {
	background: #f8f8f8;
}
#section_tax .other_support p.arrow_box:after {
	border-top-color: #f8f8f8;
}

#section_tax .other_support ul{
    text-align: center;
    margin: 20px 0;
}
#section_tax .other_support ul li{
    display: inline-block;
    margin: 10px 0;
    position: relative;
    padding: 5px 20px 5px 30px;
}
#section_tax .other_support ul li:nth-of-type(2n){
}
#section_tax .other_support ul li img{
    width: 13%;
    position: absolute;
    top: 20%;
    left: -5%;
}

#section_tax .other_support p.bottom_txt{
    text-align: center;
    padding: 0;
}

#section_tax .detail{
    padding: 30px 0;
}

#section_tax .cont_caution{
    background-color: #fff;
}

/* ------------------------------------------------------------
*
	#section_fordrive
*
------------------------------------------------------------ */
#section_fordrive {
	padding-top: 60px;
}
#section_fordrive h3 {
    margin: 20px 0;
}
#section_fordrive ul li {
    margin: 0 0 30px 0;
}
#section_fordrive .caution{
    line-height: 1.5em;
}

#section_fordrive .detail{
    margin: 30px 0 20px;
}
#section_fordrive .detail li{
    margin-bottom: 10px;
}

/* ------------------------------------------------------------
*
	#section_point
*
------------------------------------------------------------ */
#section_point .section.bg{
	padding-top: 60px;
}
#section_point .section h3 {
	margin-bottom: 0;
}

#section_point .section_column .col_right{
    margin: 40px 0 10px;
}
#section_point .section_column .col_right:last-child{
    margin: 10px 0 0;
}



}
