@charset "UTF-8";

a,
html,
legend {
    color: #000;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

img {
    border: 0;
}

.clearfix::after {
	clear: both;
	content: "";
	display: inline-block;
}


/* font
=========================================*/
body {
    font-size: 80%;
    line-height: 1.5;
}

/* 汎用クラス
=========================================*/
.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.pcshow {
    display: block;
}

.spshow {
    display: none;
}

.pc_only {
    display: block;
}

.sp_only {
    display: none;
}

.font_bold {
    font-weight: bold;
}

.vertical_top {
    vertical-align: top;
}

/* .sp_small_only {
    display: none;
} */

@media screen and (max-width: 767px) {
    .pcshow {
        display: none;
    }

    .spshow {
        display: block;
    }

    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .tb {
        display: block;
    }
}

/* margin-top
=========================================*/
.mt5 {
    margin-top: 5px !important;
}

.mt7 {
    margin-top: 7px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt12 {
    margin-top: 12px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt55 {
    margin-top: 55px !important;
}

.mt60 {
    margin-top: 60px !important;
}

/* margin-bottom
=========================================*/
.mb5 {
    margin-bottom: 5px !important;
}

.mb7 {
    margin-bottom: 7px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb12 {
    margin-bottom: 12px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

/* padding-top
=========================================*/
.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt35 {
    padding-top: 35px;
}

.pt40 {
    padding-top: 30px;
}

.pt_01 {
    padding-top: 0.5em !important;
}

.pt_02 {
    padding-top: 0.7em !important;
}

.pt_03 {
    padding-top: 1em !important;
}

.pt_04 {
    padding-top: 1.5em !important;
}

.pt_05 {
    padding-top: 2em !important;
}

.pt_06 {
    padding-top: 2.5em !important;
}

.pt_07 {
    padding-top: 3em !important;
}

.pt_08 {
    padding-top: 3.5em !important;
}

.pt_09 {
    padding-top: 4em !important;
}

.pt_10 {
    padding-top: 4.5em !important;
}

.pt_11 {
    padding-top: 5em !important;
}

.pt_12 {
    padding-top: 5.5em !important;
}

/* padding-left
=========================================*/
.pl_01 {
    padding-left: 1em;
}

.pl_02 {
    padding-left: 2em;
}

.pl_03 {
    padding-left: 3em;
}

.pl_04 {
    padding-left: 4em;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl35 {
    padding-left: 35px;
}

.pl40 {
    padding-left: 30px;
}

/* padding-bottom
=========================================*/
.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb35 {
    padding-bottom: 35px;
}

.pb40 {
    padding-bottom: 30px;
}

/* インデント
=========================================*/
.indent_01 {
    text-indent: 1em;
}

.indent_02 {
    text-indent: 2em;
}

.indent_03 {
    text-indent: 3em;
}

.indent_04 {
    text-indent: 4em;
}

/* テキストインデント
=========================================*/
.text_indent_01 {
    padding-left: 1em;
    text-indent: -1em;
}

.text_indent_02 {
    padding-left: 2em;
    text-indent: -2em;
}

/* フォント
=========================================*/
.font_01 {
    font-size: 14px;
    line-height: 1.85;
}

.font_02 {
    font-size: 16px;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .font_02 {
        font-size: 15px;
    }
}

.font_03 {
    font-size: 22px;
    line-height: 1.5;
    color: #000000;
}

.fc_gray {
    color: #041D41;
}

/* タイトル
=========================================*/
h1 {
    align-items: center;
    background-color: #f3f3f3;
    color: #000;
    display: flex;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    font-weight: normal;
    font-size: 30px;
    height: 154px;
    justify-content: center;
    line-height: normal;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 21px;
        height: 100px;
        line-height: 1.43;
        margin-bottom: 50px;
    }
}

h2 {
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    font-weight: normal;
    font-size: 26px;
	line-height: normal;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 20px;
    }
}

h3 {
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    font-weight: normal;
    font-size: 18px;
	line-height: normal;
}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 16px;
    }
}

h4 {
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    font-weight: normal;
    font-size: 14px;
	line-height: normal;
    margin-bottom: 10px;
}

.header_link {
    font-size: 14px;
    text-align: right;
}

#ua_contents {
    font-family: "HondaGlobalFontJP-Regular", sans-serif;
    font-weight: normal;
}

.bolder {
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    font-weight: normal;
}

.contentsInner {
    margin: 0 auto;
    max-width: 1120px;
    padding: 0 20px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .contentsInner {
        width: 100%;
    }
}

/* やじるし付きリンク
=========================================*/
.links_01,
.links_02,
.links_03 {
    padding-left: 12px;
    background: transparent url(../image/ico_arrow.png) no-repeat 0 50%;
    background-size: 7px;
    text-decoration: none;
    word-break: break-all;
}

.links_01,
.links_02,
.links_03 {
    margin: 0 8px 0 8px;
}

.links_02 {
    background: url(../image/ico_arrow02.png) 3px 0.5em no-repeat;
	background-size: 7px;
	padding-left: 15px;
}

.links_03 {
    background: url(../image/icon_arrow_up.png) 3px 0.5em no-repeat;
	background-size: 7px;
	padding-left: 15px;
}

.links_01:hover,
.links_02:hover,
.links_03:hover {
    text-decoration: underline;
}

.links_btn_01 {
    position: relative;
    display: inline-block;
    border: solid 1px #808080;
    color: #000000;
    background: #ffffff;
    text-decoration: none;
    padding: 15px 0 15px 0;
    min-width: 318px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.links_btn_01 {
    margin: 0 8px 0 8px;
}

.links_btn_01 span::before {
    content: " ";
    position: absolute;
    top: 19px;
    left: 33px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #041d41;
}

.links_btn_01:hover {
    text-decoration: none;
    background: #808080;
    border: solid 1px #808080;
    color: #ffffff;
}

.links_btn_01:hover span:before {
    border-color: transparent transparent transparent #ffffff;
}

/* ナビ
=========================================*/
.globalLink_container {
    border-bottom: 1px solid #e5e5e5;
    padding: 55px 0 60px;
}

@media only screen and (max-width:767px) {
    .heading {
        padding: 0 45px;
    }

    .globalLink_container {
        padding: 40px 0 75px;
    }
}

.globalLink {
    width: 100%;
}

@media only screen and (min-width:768px) {
    .globalLink {
        display: flex;
        justify-content: space-between;
        list-style: none;
        max-width: 1080px;
    }
}

.globalLink li {
    display: flex;
    justify-content: flex-start;
    transition: .2s ease;
}

.globalLink li a {
    display: block;
    font-size: 18px;
    text-decoration: none;
}

.globalLink li a span {
    background: transparent url(../image/ico_arrow02.png) no-repeat 0 50%;
    background-size: 12px;
    display: inline-block;
    padding-left: 24px;
    text-decoration: none;
    word-break: break-all;
}

@media only screen and (max-width:767px) {
    .globalLink li a span {
        background: transparent url(../image/ico_arrow02.png) no-repeat 0 50%;
        color: #000;
        display: block;
        padding-bottom: 1em;
        padding-top: 1em;
    }

    .globalLink li a {
        font-size: 16px;
    }
}

@media only screen and (min-width:768px) {
    .globalLink li:hover {
        opacity: .6;
        transition: .2s ease;
    }
}

.privacy_policy,
.personal_information,
.specific {
    padding: 50px 30px 0;
}

.personal_information,
.specific {
    border-top: 1px solid #e5e5e5;
}

.general {
    padding: 0 30px;
}

@media only screen and (max-width:767px) {

    .privacy_policy,
    .personal_information,
    .specific {
        padding: 40px 0 0;
    }

    .general {
        padding: 0;
    }
}

#counter {
    border-collapse: collapse;
    border-top: 1px solid #000;
    width: 100%;
    table-layout: fixed;
}

#counter th {
    background-color: #f3f3f3;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

@media only screen and (min-width:768px) {
	.tbl_container {
		margin: auto;
		max-width: 970px;
	}
    #counter th {
        max-width: 380px;
        width: calc((380 /1080) * 100vw);
    }
}

#counter tr {
    border-bottom: 1px solid #000;
}

#counter th,
#counter td {
    line-height: 1.85;
    padding: 25px;
}

@media only screen and (max-width:767px) {

    #counter th,
    #counter td {
        display: inline-block;
        padding: 15px;
        width: 100%;
    }
}

/* リスト
=========================================*/
.policy_list {
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 1em;
    text-indent: -1em;
    margin-left: 30px;
    font-size: 16px;
}

@media only screen and (max-width:767px) {
    .policy_list {
        margin-left: 20px;
    }
}

.policy_list li+li {
    margin-top: 1em !important;
}

.date,
.company_name {
    font-size: 14px;
    margin-top: 30px;
    text-align: right;
}

.text_list {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding: 30px 0 30px 30px;
    margin-bottom: 30px;
}

.text_list li {
    list-style-type: none;
}

@media only screen and (max-width:767px) {
    .text_list {
        padding: 15px;
    }
}

.text_list li {
    list-style: none;
    background: url(../image/ico_arrow02.png) 3px 0.5em no-repeat;
    background-size: 7px;
    padding-left: 15px;
    line-height: 1.5;
}

.text_list li+li {
    margin-top: 5px;
}

.text_list li a,
.text_list li a {
    text-decoration: none;
}

.text_list li a:hover,
.text_list li a:hover {
    text-decoration: underline;
}

.text_list02 li {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
}

/* テキスト中央寄せ
=========================================*/
.tc_wrapper {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.tc_box {
    display: inline-block;
    text-align: left;
}

/* adobe acrobat
=========================================*/

.acrobat {
	align-items: center;
	display: flex;
	font-size: 12px;
	margin-top: 30px;
}

@media only screen and (max-width:767px) {
	.acrobat {
		display: block;
		word-break: break-all;
	}

	.acrobat_left {
		margin: 0 auto 10px;
		text-align: center;
		width: 80%;
	}

}

.acrobat_left {
    padding-right: 15px;
}

/* ページトップへリンク
=========================================*/
.pagetop {
    font-size: 14px;
    color: #000000;
    margin: 22px 0 36px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pagetop img {
    height: 12px;
    margin-right: 6px;
    width: 14px;
}

.pagetop a {
    text-decoration: none;
}

.dot_box {
	border-bottom: 1px dashed #000;
	border-top: 1px dashed #000;
	margin-top: 30px;
	padding: 30px 0;
}