@charset "UTF-8";

:root {
	--font-normal: 'HondaGlobalFontJP-Regular', sans-serif;
	--font-light: 'HondaGlobalFontJP-Light', sans-serif;
	--font-bold: 'HondaGlobalFontJP-Bold', sans-serif;
}

.hm-jp-font-regular,
body,
#footer_topic_path {
	font-family: var(--font-normal);
	font-weight: normal;
}

.hm-jp-font-light {
	font-family: var(--font-light);
	font-weight: normal;
}

.hm-jp-font-bold,
strong,
em,
.bold,
#access_header h1,
#global_navigation a {
	font-family: var(--font-bold);
	font-weight: normal;
}

/*

以下のようなタグのみで参照るのはNG
必ずクラス名で参照

*/
#powersupply dl, #powersupply dt, #powersupply dd, #powersupply ul, #powersupply ol, #powersupply li, #powersupply h1, #powersupply h2, #powersupply h3, #powersupply h4, #powersupply h5, #powersupply h6, #powersupply pre, #powersupply form, #powersupply figure, #powersupply fieldset, #powersupply input, #powersupply textarea, #powersupply p, #powersupply blockquote, #powersupply th, #powersupply td {
  margin: 0;
  padding: 0;
  zoom: 1;
}
#powersupply table {
  border-collapse: collapse;
  border-spacing: 0;
}
#powersupply fieldset, #powersupply img {
  border: 0;
}
#powersupply address, #powersupply caption, #powersupply cite, #powersupply code, #powersupply dfn, #powersupply em, #powersupply strong, #powersupply th, #powersupply var {
  font-style: normal;
  font-weight: normal;
}
#powersupply ol, #powersupply ul {
  list-style: none;
}
#powersupply caption, #powersupply th {
  text-align: left;
}
#powersupply h1, #powersupply h2, #powersupply h3, #powersupply h4, #powersupply h5, #powersupply h6 {
  font-size: 100%;
  font-weight: normal;
}
#powersupply q:before, #powersupply q:after {
  content: '';
}
#powersupply abbr, #powersupply acronym {
  border: 0;
}

#powersupply .p-0 {
  padding: 0 !important;
}
#powersupply .pt-0 {
  padding-top: 0 !important;
}
#powersupply .pb-0 {
  padding-bottom: 0 !important;
}
#powersupply .pl-0 {
  padding-left: 0 !important;
}
#powersupply .pr-0 {
  padding-right: 0 !important;
}
#powersupply .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#powersupply .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#powersupply .m-0 {
  margin: 0 !important;
}
#powersupply .mt-0 {
  margin-top: 0 !important;
}
#powersupply .mb-0 {
  margin-bottom: 0 !important;
}
#powersupply .ml-0 {
  margin-left: 0 !important;
}
#powersupply .mr-0 {
  margin-right: 0 !important;
}
#powersupply .mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#powersupply .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#powersupply .p-5 {
  padding: 5px !important;
}
#powersupply .pt-5 {
  padding-top: 5px !important;
}
#powersupply .pb-5 {
  padding-bottom: 5px !important;
}
#powersupply .pl-5 {
  padding-left: 5px !important;
}
#powersupply .pr-5 {
  padding-right: 5px !important;
}
#powersupply .px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
#powersupply .py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
#powersupply .m-5 {
  margin: 5px !important;
}
#powersupply .mt-5 {
  margin-top: 5px !important;
}
#powersupply .mb-5 {
  margin-bottom: 5px !important;
}
#powersupply .ml-5 {
  margin-left: 5px !important;
}
#powersupply .mr-5 {
  margin-right: 5px !important;
}
#powersupply .mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
#powersupply .my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
#powersupply .p-10 {
  padding: 10px !important;
}
#powersupply .pt-10 {
  padding-top: 10px !important;
}
#powersupply .pb-10 {
  padding-bottom: 10px !important;
}
#powersupply .pl-10 {
  padding-left: 10px !important;
}
#powersupply .pr-10 {
  padding-right: 10px !important;
}
#powersupply .px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#powersupply .py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
#powersupply .m-10 {
  margin: 10px !important;
}
#powersupply .mt-10 {
  margin-top: 10px !important;
}
#powersupply .mb-10 {
  margin-bottom: 10px !important;
}
#powersupply .ml-10 {
  margin-left: 10px !important;
}
#powersupply .mr-10 {
  margin-right: 10px !important;
}
#powersupply .mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
#powersupply .my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
#powersupply .p-15 {
  padding: 15px !important;
}
#powersupply .pt-15 {
  padding-top: 15px !important;
}
#powersupply .pb-15 {
  padding-bottom: 15px !important;
}
#powersupply .pl-15 {
  padding-left: 15px !important;
}
#powersupply .pr-15 {
  padding-right: 15px !important;
}
#powersupply .px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
#powersupply .py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
#powersupply .m-15 {
  margin: 15px !important;
}
#powersupply .mt-15 {
  margin-top: 15px !important;
}
#powersupply .mb-15 {
  margin-bottom: 15px !important;
}
#powersupply .ml-15 {
  margin-left: 15px !important;
}
#powersupply .mr-15 {
  margin-right: 15px !important;
}
#powersupply .mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
#powersupply .my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
#powersupply .p-20 {
  padding: 20px !important;
}
#powersupply .pt-20 {
  padding-top: 20px !important;
}
#powersupply .pb-20 {
  padding-bottom: 20px !important;
}
#powersupply .pl-20 {
  padding-left: 20px !important;
}
#powersupply .pr-20 {
  padding-right: 20px !important;
}
#powersupply .px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
#powersupply .py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
#powersupply .m-20 {
  margin: 20px !important;
}
#powersupply .mt-20 {
  margin-top: 20px !important;
}
#powersupply .mb-20 {
  margin-bottom: 20px !important;
}
#powersupply .ml-20 {
  margin-left: 20px !important;
}
#powersupply .mr-20 {
  margin-right: 20px !important;
}
#powersupply .mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
#powersupply .my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
#powersupply .p-25 {
  padding: 25px !important;
}
#powersupply .pt-25 {
  padding-top: 25px !important;
}
#powersupply .pb-25 {
  padding-bottom: 25px !important;
}
#powersupply .pl-25 {
  padding-left: 25px !important;
}
#powersupply .pr-25 {
  padding-right: 25px !important;
}
#powersupply .px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
#powersupply .py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
#powersupply .m-25 {
  margin: 25px !important;
}
#powersupply .mt-25 {
  margin-top: 25px !important;
}
#powersupply .mb-25 {
  margin-bottom: 25px !important;
}
#powersupply .ml-25 {
  margin-left: 25px !important;
}
#powersupply .mr-25 {
  margin-right: 25px !important;
}
#powersupply .mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
#powersupply .my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
#powersupply .p-30 {
  padding: 30px !important;
}
#powersupply .pt-30 {
  padding-top: 30px !important;
}
#powersupply .pb-30 {
  padding-bottom: 30px !important;
}
#powersupply .pl-30 {
  padding-left: 30px !important;
}
#powersupply .pr-30 {
  padding-right: 30px !important;
}
#powersupply .px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
#powersupply .py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
#powersupply .m-30 {
  margin: 30px !important;
}
#powersupply .mt-30 {
  margin-top: 30px !important;
}
#powersupply .mb-30 {
  margin-bottom: 30px !important;
}
#powersupply .ml-30 {
  margin-left: 30px !important;
}
#powersupply .mr-30 {
  margin-right: 30px !important;
}
#powersupply .mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
#powersupply .my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
#powersupply .p-35 {
  padding: 35px !important;
}
#powersupply .pt-35 {
  padding-top: 35px !important;
}
#powersupply .pb-35 {
  padding-bottom: 35px !important;
}
#powersupply .pl-35 {
  padding-left: 35px !important;
}
#powersupply .pr-35 {
  padding-right: 35px !important;
}
#powersupply .px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
#powersupply .py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
#powersupply .m-35 {
  margin: 35px !important;
}
#powersupply .mt-35 {
  margin-top: 35px !important;
}
#powersupply .mb-35 {
  margin-bottom: 35px !important;
}
#powersupply .ml-35 {
  margin-left: 35px !important;
}
#powersupply .mr-35 {
  margin-right: 35px !important;
}
#powersupply .mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}
#powersupply .my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
#powersupply .p-40 {
  padding: 40px !important;
}
#powersupply .pt-40 {
  padding-top: 40px !important;
}
#powersupply .pb-40 {
  padding-bottom: 40px !important;
}
#powersupply .pl-40 {
  padding-left: 40px !important;
}
#powersupply .pr-40 {
  padding-right: 40px !important;
}
#powersupply .px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
#powersupply .py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
#powersupply .m-40 {
  margin: 40px !important;
}
#powersupply .mt-40 {
  margin-top: 40px !important;
}
#powersupply .mb-40 {
  margin-bottom: 40px !important;
}
#powersupply .ml-40 {
  margin-left: 40px !important;
}
#powersupply .mr-40 {
  margin-right: 40px !important;
}
#powersupply .mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
#powersupply .my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
#powersupply .p-45 {
  padding: 45px !important;
}
#powersupply .pt-45 {
  padding-top: 45px !important;
}
#powersupply .pb-45 {
  padding-bottom: 45px !important;
}
#powersupply .pl-45 {
  padding-left: 45px !important;
}
#powersupply .pr-45 {
  padding-right: 45px !important;
}
#powersupply .px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
#powersupply .py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
#powersupply .m-45 {
  margin: 45px !important;
}
#powersupply .mt-45 {
  margin-top: 45px !important;
}
#powersupply .mb-45 {
  margin-bottom: 45px !important;
}
#powersupply .ml-45 {
  margin-left: 45px !important;
}
#powersupply .mr-45 {
  margin-right: 45px !important;
}
#powersupply .mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}
#powersupply .my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
#powersupply .p-50 {
  padding: 50px !important;
}
#powersupply .pt-50 {
  padding-top: 50px !important;
}
#powersupply .pb-50 {
  padding-bottom: 50px !important;
}
#powersupply .pl-50 {
  padding-left: 50px !important;
}
#powersupply .pr-50 {
  padding-right: 50px !important;
}
#powersupply .px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
#powersupply .py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
#powersupply .m-50 {
  margin: 50px !important;
}
#powersupply .mt-50 {
  margin-top: 50px !important;
}
#powersupply .mb-50 {
  margin-bottom: 50px !important;
}
#powersupply .ml-50 {
  margin-left: 50px !important;
}
#powersupply .mr-50 {
  margin-right: 50px !important;
}
#powersupply .mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
#powersupply .my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
#powersupply .p-55 {
  padding: 55px !important;
}
#powersupply .pt-55 {
  padding-top: 55px !important;
}
#powersupply .pb-55 {
  padding-bottom: 55px !important;
}
#powersupply .pl-55 {
  padding-left: 55px !important;
}
#powersupply .pr-55 {
  padding-right: 55px !important;
}
#powersupply .px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}
#powersupply .py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
#powersupply .m-55 {
  margin: 55px !important;
}
#powersupply .mt-55 {
  margin-top: 55px !important;
}
#powersupply .mb-55 {
  margin-bottom: 55px !important;
}
#powersupply .ml-55 {
  margin-left: 55px !important;
}
#powersupply .mr-55 {
  margin-right: 55px !important;
}
#powersupply .mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}
#powersupply .my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}
#powersupply .p-60 {
  padding: 60px !important;
}
#powersupply .pt-60 {
  padding-top: 60px !important;
}
#powersupply .pb-60 {
  padding-bottom: 60px !important;
}
#powersupply .pl-60 {
  padding-left: 60px !important;
}
#powersupply .pr-60 {
  padding-right: 60px !important;
}
#powersupply .px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
#powersupply .py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
#powersupply .m-60 {
  margin: 60px !important;
}
#powersupply .mt-60 {
  margin-top: 60px !important;
}
#powersupply .mb-60 {
  margin-bottom: 60px !important;
}
#powersupply .ml-60 {
  margin-left: 60px !important;
}
#powersupply .mr-60 {
  margin-right: 60px !important;
}
#powersupply .mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}
#powersupply .my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
#powersupply .p-65 {
  padding: 65px !important;
}
#powersupply .pt-65 {
  padding-top: 65px !important;
}
#powersupply .pb-65 {
  padding-bottom: 65px !important;
}
#powersupply .pl-65 {
  padding-left: 65px !important;
}
#powersupply .pr-65 {
  padding-right: 65px !important;
}
#powersupply .px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}
#powersupply .py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
#powersupply .m-65 {
  margin: 65px !important;
}
#powersupply .mt-65 {
  margin-top: 65px !important;
}
#powersupply .mb-65 {
  margin-bottom: 65px !important;
}
#powersupply .ml-65 {
  margin-left: 65px !important;
}
#powersupply .mr-65 {
  margin-right: 65px !important;
}
#powersupply .mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}
#powersupply .my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}
#powersupply .p-70 {
  padding: 70px !important;
}
#powersupply .pt-70 {
  padding-top: 70px !important;
}
#powersupply .pb-70 {
  padding-bottom: 70px !important;
}
#powersupply .pl-70 {
  padding-left: 70px !important;
}
#powersupply .pr-70 {
  padding-right: 70px !important;
}
#powersupply .px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}
#powersupply .py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
#powersupply .m-70 {
  margin: 70px !important;
}
#powersupply .mt-70 {
  margin-top: 70px !important;
}
#powersupply .mb-70 {
  margin-bottom: 70px !important;
}
#powersupply .ml-70 {
  margin-left: 70px !important;
}
#powersupply .mr-70 {
  margin-right: 70px !important;
}
#powersupply .mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}
#powersupply .my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
#powersupply .p-75 {
  padding: 75px !important;
}
#powersupply .pt-75 {
  padding-top: 75px !important;
}
#powersupply .pb-75 {
  padding-bottom: 75px !important;
}
#powersupply .pl-75 {
  padding-left: 75px !important;
}
#powersupply .pr-75 {
  padding-right: 75px !important;
}
#powersupply .px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}
#powersupply .py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
#powersupply .m-75 {
  margin: 75px !important;
}
#powersupply .mt-75 {
  margin-top: 75px !important;
}
#powersupply .mb-75 {
  margin-bottom: 75px !important;
}
#powersupply .ml-75 {
  margin-left: 75px !important;
}
#powersupply .mr-75 {
  margin-right: 75px !important;
}
#powersupply .mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}
#powersupply .my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}
#powersupply .p-80 {
  padding: 80px !important;
}
#powersupply .pt-80 {
  padding-top: 80px !important;
}
#powersupply .pb-80 {
  padding-bottom: 80px !important;
}
#powersupply .pl-80 {
  padding-left: 80px !important;
}
#powersupply .pr-80 {
  padding-right: 80px !important;
}
#powersupply .px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
#powersupply .py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
#powersupply .m-80 {
  margin: 80px !important;
}
#powersupply .mt-80 {
  margin-top: 80px !important;
}
#powersupply .mb-80 {
  margin-bottom: 80px !important;
}
#powersupply .ml-80 {
  margin-left: 80px !important;
}
#powersupply .mr-80 {
  margin-right: 80px !important;
}
#powersupply .mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}
#powersupply .my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
#powersupply .p-85 {
  padding: 85px !important;
}
#powersupply .pt-85 {
  padding-top: 85px !important;
}
#powersupply .pb-85 {
  padding-bottom: 85px !important;
}
#powersupply .pl-85 {
  padding-left: 85px !important;
}
#powersupply .pr-85 {
  padding-right: 85px !important;
}
#powersupply .px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}
#powersupply .py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}
#powersupply .m-85 {
  margin: 85px !important;
}
#powersupply .mt-85 {
  margin-top: 85px !important;
}
#powersupply .mb-85 {
  margin-bottom: 85px !important;
}
#powersupply .ml-85 {
  margin-left: 85px !important;
}
#powersupply .mr-85 {
  margin-right: 85px !important;
}
#powersupply .mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}
#powersupply .my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}
#powersupply .p-90 {
  padding: 90px !important;
}
#powersupply .pt-90 {
  padding-top: 90px !important;
}
#powersupply .pb-90 {
  padding-bottom: 90px !important;
}
#powersupply .pl-90 {
  padding-left: 90px !important;
}
#powersupply .pr-90 {
  padding-right: 90px !important;
}
#powersupply .px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}
#powersupply .py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
#powersupply .m-90 {
  margin: 90px !important;
}
#powersupply .mt-90 {
  margin-top: 90px !important;
}
#powersupply .mb-90 {
  margin-bottom: 90px !important;
}
#powersupply .ml-90 {
  margin-left: 90px !important;
}
#powersupply .mr-90 {
  margin-right: 90px !important;
}
#powersupply .mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}
#powersupply .my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
#powersupply .p-95 {
  padding: 95px !important;
}
#powersupply .pt-95 {
  padding-top: 95px !important;
}
#powersupply .pb-95 {
  padding-bottom: 95px !important;
}
#powersupply .pl-95 {
  padding-left: 95px !important;
}
#powersupply .pr-95 {
  padding-right: 95px !important;
}
#powersupply .px-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}
#powersupply .py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}
#powersupply .m-95 {
  margin: 95px !important;
}
#powersupply .mt-95 {
  margin-top: 95px !important;
}
#powersupply .mb-95 {
  margin-bottom: 95px !important;
}
#powersupply .ml-95 {
  margin-left: 95px !important;
}
#powersupply .mr-95 {
  margin-right: 95px !important;
}
#powersupply .mx-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}
#powersupply .my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}
#powersupply .p-100 {
  padding: 100px !important;
}
#powersupply .pt-100 {
  padding-top: 100px !important;
}
#powersupply .pb-100 {
  padding-bottom: 100px !important;
}
#powersupply .pl-100 {
  padding-left: 100px !important;
}
#powersupply .pr-100 {
  padding-right: 100px !important;
}
#powersupply .px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
#powersupply .py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
#powersupply .m-100 {
  margin: 100px !important;
}
#powersupply .mt-100 {
  margin-top: 100px !important;
}
#powersupply .mb-100 {
  margin-bottom: 100px !important;
}
#powersupply .ml-100 {
  margin-left: 100px !important;
}
#powersupply .mr-100 {
  margin-right: 100px !important;
}
#powersupply .mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}
#powersupply .my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
@media screen and (max-width: 736px) {
  #powersupply .mt-md--0 {
    margin-top: 0 !important;
  }
  #powersupply .p-md--5 {
    padding: 5px !important;
  }
  #powersupply .pt-md--5 {
    padding-top: 5px !important;
  }
  #powersupply .pb-md--5 {
    padding-bottom: 5px !important;
  }
  #powersupply .pl-md--5 {
    padding-left: 5px !important;
  }
  #powersupply .pr-md--5 {
    padding-right: 5px !important;
  }
  #powersupply .px-md--5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  #powersupply .py-md--5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  #powersupply .m-md--5 {
    margin: 5px !important;
  }
  #powersupply .mt-md--5 {
    margin-top: 5px !important;
  }
  #powersupply .mb-md--5 {
    margin-bottom: 5px !important;
  }
  #powersupply .ml-md--5 {
    margin-left: 5px !important;
  }
  #powersupply .mr-md--5 {
    margin-right: 5px !important;
  }
  #powersupply .mx-md--5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  #powersupply .my-md--5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  #powersupply .p-md--10 {
    padding: 10px !important;
  }
  #powersupply .pt-md--10 {
    padding-top: 10px !important;
  }
  #powersupply .pb-md--10 {
    padding-bottom: 10px !important;
  }
  #powersupply .pl-md--10 {
    padding-left: 10px !important;
  }
  #powersupply .pr-md--10 {
    padding-right: 10px !important;
  }
  #powersupply .px-md--10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #powersupply .py-md--10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  #powersupply .m-md--10 {
    margin: 10px !important;
  }
  #powersupply .mt-md--10 {
    margin-top: 10px !important;
  }
  #powersupply .mb-md--10 {
    margin-bottom: 10px !important;
  }
  #powersupply .ml-md--10 {
    margin-left: 10px !important;
  }
  #powersupply .mr-md--10 {
    margin-right: 10px !important;
  }
  #powersupply .mx-md--10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  #powersupply .my-md--10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  #powersupply .p-md--15 {
    padding: 15px !important;
  }
  #powersupply .pt-md--15 {
    padding-top: 15px !important;
  }
  #powersupply .pb-md--15 {
    padding-bottom: 15px !important;
  }
  #powersupply .pl-md--15 {
    padding-left: 15px !important;
  }
  #powersupply .pr-md--15 {
    padding-right: 15px !important;
  }
  #powersupply .px-md--15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #powersupply .py-md--15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  #powersupply .m-md--15 {
    margin: 15px !important;
  }
  #powersupply .mt-md--15 {
    margin-top: 15px !important;
  }
  #powersupply .mb-md--15 {
    margin-bottom: 15px !important;
  }
  #powersupply .ml-md--15 {
    margin-left: 15px !important;
  }
  #powersupply .mr-md--15 {
    margin-right: 15px !important;
  }
  #powersupply .mx-md--15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  #powersupply .my-md--15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  #powersupply .p-md--20 {
    padding: 20px !important;
  }
  #powersupply .pt-md--20 {
    padding-top: 20px !important;
  }
  #powersupply .pb-md--20 {
    padding-bottom: 20px !important;
  }
  #powersupply .pl-md--20 {
    padding-left: 20px !important;
  }
  #powersupply .pr-md--20 {
    padding-right: 20px !important;
  }
  #powersupply .px-md--20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #powersupply .py-md--20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  #powersupply .m-md--20 {
    margin: 20px !important;
  }
  #powersupply .mt-md--20 {
    margin-top: 20px !important;
  }
  #powersupply .mb-md--20 {
    margin-bottom: 20px !important;
  }
  #powersupply .ml-md--20 {
    margin-left: 20px !important;
  }
  #powersupply .mr-md--20 {
    margin-right: 20px !important;
  }
  #powersupply .mx-md--20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  #powersupply .my-md--20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  #powersupply .p-md--25 {
    padding: 25px !important;
  }
  #powersupply .pt-md--25 {
    padding-top: 25px !important;
  }
  #powersupply .pb-md--25 {
    padding-bottom: 25px !important;
  }
  #powersupply .pl-md--25 {
    padding-left: 25px !important;
  }
  #powersupply .pr-md--25 {
    padding-right: 25px !important;
  }
  #powersupply .px-md--25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  #powersupply .py-md--25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  #powersupply .m-md--25 {
    margin: 25px !important;
  }
  #powersupply .mt-md--25 {
    margin-top: 25px !important;
  }
  #powersupply .mb-md--25 {
    margin-bottom: 25px !important;
  }
  #powersupply .ml-md--25 {
    margin-left: 25px !important;
  }
  #powersupply .mr-md--25 {
    margin-right: 25px !important;
  }
  #powersupply .mx-md--25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  #powersupply .my-md--25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  #powersupply .p-md--30 {
    padding: 30px !important;
  }
  #powersupply .pt-md--30 {
    padding-top: 30px !important;
  }
  #powersupply .pb-md--30 {
    padding-bottom: 30px !important;
  }
  #powersupply .pl-md--30 {
    padding-left: 30px !important;
  }
  #powersupply .pr-md--30 {
    padding-right: 30px !important;
  }
  #powersupply .px-md--30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #powersupply .py-md--30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  #powersupply .m-md--30 {
    margin: 30px !important;
  }
  #powersupply .mt-md--30 {
    margin-top: 30px !important;
  }
  #powersupply .mb-md--30 {
    margin-bottom: 30px !important;
  }
  #powersupply .ml-md--30 {
    margin-left: 30px !important;
  }
  #powersupply .mr-md--30 {
    margin-right: 30px !important;
  }
  #powersupply .mx-md--30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  #powersupply .my-md--30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  #powersupply .p-md--35 {
    padding: 35px !important;
  }
  #powersupply .pt-md--35 {
    padding-top: 35px !important;
  }
  #powersupply .pb-md--35 {
    padding-bottom: 35px !important;
  }
  #powersupply .pl-md--35 {
    padding-left: 35px !important;
  }
  #powersupply .pr-md--35 {
    padding-right: 35px !important;
  }
  #powersupply .px-md--35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  #powersupply .py-md--35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  #powersupply .m-md--35 {
    margin: 35px !important;
  }
  #powersupply .mt-md--35 {
    margin-top: 35px !important;
  }
  #powersupply .mb-md--35 {
    margin-bottom: 35px !important;
  }
  #powersupply .ml-md--35 {
    margin-left: 35px !important;
  }
  #powersupply .mr-md--35 {
    margin-right: 35px !important;
  }
  #powersupply .mx-md--35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  #powersupply .my-md--35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  #powersupply .p-md--40 {
    padding: 40px !important;
  }
  #powersupply .pt-md--40 {
    padding-top: 40px !important;
  }
  #powersupply .pb-md--40 {
    padding-bottom: 40px !important;
  }
  #powersupply .pl-md--40 {
    padding-left: 40px !important;
  }
  #powersupply .pr-md--40 {
    padding-right: 40px !important;
  }
  #powersupply .px-md--40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  #powersupply .py-md--40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  #powersupply .m-md--40 {
    margin: 40px !important;
  }
  #powersupply .mt-md--40 {
    margin-top: 40px !important;
  }
  #powersupply .mb-md--40 {
    margin-bottom: 40px !important;
  }
  #powersupply .ml-md--40 {
    margin-left: 40px !important;
  }
  #powersupply .mr-md--40 {
    margin-right: 40px !important;
  }
  #powersupply .mx-md--40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  #powersupply .my-md--40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  #powersupply .p-md--45 {
    padding: 45px !important;
  }
  #powersupply .pt-md--45 {
    padding-top: 45px !important;
  }
  #powersupply .pb-md--45 {
    padding-bottom: 45px !important;
  }
  #powersupply .pl-md--45 {
    padding-left: 45px !important;
  }
  #powersupply .pr-md--45 {
    padding-right: 45px !important;
  }
  #powersupply .px-md--45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  #powersupply .py-md--45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  #powersupply .m-md--45 {
    margin: 45px !important;
  }
  #powersupply .mt-md--45 {
    margin-top: 45px !important;
  }
  #powersupply .mb-md--45 {
    margin-bottom: 45px !important;
  }
  #powersupply .ml-md--45 {
    margin-left: 45px !important;
  }
  #powersupply .mr-md--45 {
    margin-right: 45px !important;
  }
  #powersupply .mx-md--45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  #powersupply .my-md--45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  #powersupply .p-md--50 {
    padding: 50px !important;
  }
  #powersupply .pt-md--50 {
    padding-top: 50px !important;
  }
  #powersupply .pb-md--50 {
    padding-bottom: 50px !important;
  }
  #powersupply .pl-md--50 {
    padding-left: 50px !important;
  }
  #powersupply .pr-md--50 {
    padding-right: 50px !important;
  }
  #powersupply .px-md--50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  #powersupply .py-md--50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  #powersupply .m-md--50 {
    margin: 50px !important;
  }
  #powersupply .mt-md--50 {
    margin-top: 50px !important;
  }
  #powersupply .mb-md--50 {
    margin-bottom: 50px !important;
  }
  #powersupply .ml-md--50 {
    margin-left: 50px !important;
  }
  #powersupply .mr-md--50 {
    margin-right: 50px !important;
  }
  #powersupply .mx-md--50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  #powersupply .my-md--50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  #powersupply .p-md--55 {
    padding: 55px !important;
  }
  #powersupply .pt-md--55 {
    padding-top: 55px !important;
  }
  #powersupply .pb-md--55 {
    padding-bottom: 55px !important;
  }
  #powersupply .pl-md--55 {
    padding-left: 55px !important;
  }
  #powersupply .pr-md--55 {
    padding-right: 55px !important;
  }
  #powersupply .px-md--55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  #powersupply .py-md--55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  #powersupply .m-md--55 {
    margin: 55px !important;
  }
  #powersupply .mt-md--55 {
    margin-top: 55px !important;
  }
  #powersupply .mb-md--55 {
    margin-bottom: 55px !important;
  }
  #powersupply .ml-md--55 {
    margin-left: 55px !important;
  }
  #powersupply .mr-md--55 {
    margin-right: 55px !important;
  }
  #powersupply .mx-md--55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  #powersupply .my-md--55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  #powersupply .p-md--60 {
    padding: 60px !important;
  }
  #powersupply .pt-md--60 {
    padding-top: 60px !important;
  }
  #powersupply .pb-md--60 {
    padding-bottom: 60px !important;
  }
  #powersupply .pl-md--60 {
    padding-left: 60px !important;
  }
  #powersupply .pr-md--60 {
    padding-right: 60px !important;
  }
  #powersupply .px-md--60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  #powersupply .py-md--60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  #powersupply .m-md--60 {
    margin: 60px !important;
  }
  #powersupply .mt-md--60 {
    margin-top: 60px !important;
  }
  #powersupply .mb-md--60 {
    margin-bottom: 60px !important;
  }
  #powersupply .ml-md--60 {
    margin-left: 60px !important;
  }
  #powersupply .mr-md--60 {
    margin-right: 60px !important;
  }
  #powersupply .mx-md--60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  #powersupply .my-md--60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  #powersupply .p-md--65 {
    padding: 65px !important;
  }
  #powersupply .pt-md--65 {
    padding-top: 65px !important;
  }
  #powersupply .pb-md--65 {
    padding-bottom: 65px !important;
  }
  #powersupply .pl-md--65 {
    padding-left: 65px !important;
  }
  #powersupply .pr-md--65 {
    padding-right: 65px !important;
  }
  #powersupply .px-md--65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  #powersupply .py-md--65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  #powersupply .m-md--65 {
    margin: 65px !important;
  }
  #powersupply .mt-md--65 {
    margin-top: 65px !important;
  }
  #powersupply .mb-md--65 {
    margin-bottom: 65px !important;
  }
  #powersupply .ml-md--65 {
    margin-left: 65px !important;
  }
  #powersupply .mr-md--65 {
    margin-right: 65px !important;
  }
  #powersupply .mx-md--65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  #powersupply .my-md--65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  #powersupply .p-md--70 {
    padding: 70px !important;
  }
  #powersupply .pt-md--70 {
    padding-top: 70px !important;
  }
  #powersupply .pb-md--70 {
    padding-bottom: 70px !important;
  }
  #powersupply .pl-md--70 {
    padding-left: 70px !important;
  }
  #powersupply .pr-md--70 {
    padding-right: 70px !important;
  }
  #powersupply .px-md--70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  #powersupply .py-md--70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  #powersupply .m-md--70 {
    margin: 70px !important;
  }
  #powersupply .mt-md--70 {
    margin-top: 70px !important;
  }
  #powersupply .mb-md--70 {
    margin-bottom: 70px !important;
  }
  #powersupply .ml-md--70 {
    margin-left: 70px !important;
  }
  #powersupply .mr-md--70 {
    margin-right: 70px !important;
  }
  #powersupply .mx-md--70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  #powersupply .my-md--70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  #powersupply .p-md--75 {
    padding: 75px !important;
  }
  #powersupply .pt-md--75 {
    padding-top: 75px !important;
  }
  #powersupply .pb-md--75 {
    padding-bottom: 75px !important;
  }
  #powersupply .pl-md--75 {
    padding-left: 75px !important;
  }
  #powersupply .pr-md--75 {
    padding-right: 75px !important;
  }
  #powersupply .px-md--75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  #powersupply .py-md--75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  #powersupply .m-md--75 {
    margin: 75px !important;
  }
  #powersupply .mt-md--75 {
    margin-top: 75px !important;
  }
  #powersupply .mb-md--75 {
    margin-bottom: 75px !important;
  }
  #powersupply .ml-md--75 {
    margin-left: 75px !important;
  }
  #powersupply .mr-md--75 {
    margin-right: 75px !important;
  }
  #powersupply .mx-md--75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  #powersupply .my-md--75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  #powersupply .p-md--80 {
    padding: 80px !important;
  }
  #powersupply .pt-md--80 {
    padding-top: 80px !important;
  }
  #powersupply .pb-md--80 {
    padding-bottom: 80px !important;
  }
  #powersupply .pl-md--80 {
    padding-left: 80px !important;
  }
  #powersupply .pr-md--80 {
    padding-right: 80px !important;
  }
  #powersupply .px-md--80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  #powersupply .py-md--80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  #powersupply .m-md--80 {
    margin: 80px !important;
  }
  #powersupply .mt-md--80 {
    margin-top: 80px !important;
  }
  #powersupply .mb-md--80 {
    margin-bottom: 80px !important;
  }
  #powersupply .ml-md--80 {
    margin-left: 80px !important;
  }
  #powersupply .mr-md--80 {
    margin-right: 80px !important;
  }
  #powersupply .mx-md--80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  #powersupply .my-md--80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  #powersupply .p-md--85 {
    padding: 85px !important;
  }
  #powersupply .pt-md--85 {
    padding-top: 85px !important;
  }
  #powersupply .pb-md--85 {
    padding-bottom: 85px !important;
  }
  #powersupply .pl-md--85 {
    padding-left: 85px !important;
  }
  #powersupply .pr-md--85 {
    padding-right: 85px !important;
  }
  #powersupply .px-md--85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  #powersupply .py-md--85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  #powersupply .m-md--85 {
    margin: 85px !important;
  }
  #powersupply .mt-md--85 {
    margin-top: 85px !important;
  }
  #powersupply .mb-md--85 {
    margin-bottom: 85px !important;
  }
  #powersupply .ml-md--85 {
    margin-left: 85px !important;
  }
  #powersupply .mr-md--85 {
    margin-right: 85px !important;
  }
  #powersupply .mx-md--85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  #powersupply .my-md--85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  #powersupply .p-md--90 {
    padding: 90px !important;
  }
  #powersupply .pt-md--90 {
    padding-top: 90px !important;
  }
  #powersupply .pb-md--90 {
    padding-bottom: 90px !important;
  }
  #powersupply .pl-md--90 {
    padding-left: 90px !important;
  }
  #powersupply .pr-md--90 {
    padding-right: 90px !important;
  }
  #powersupply .px-md--90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  #powersupply .py-md--90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  #powersupply .m-md--90 {
    margin: 90px !important;
  }
  #powersupply .mt-md--90 {
    margin-top: 90px !important;
  }
  #powersupply .mb-md--90 {
    margin-bottom: 90px !important;
  }
  #powersupply .ml-md--90 {
    margin-left: 90px !important;
  }
  #powersupply .mr-md--90 {
    margin-right: 90px !important;
  }
  #powersupply .mx-md--90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  #powersupply .my-md--90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  #powersupply .p-md--95 {
    padding: 95px !important;
  }
  #powersupply .pt-md--95 {
    padding-top: 95px !important;
  }
  #powersupply .pb-md--95 {
    padding-bottom: 95px !important;
  }
  #powersupply .pl-md--95 {
    padding-left: 95px !important;
  }
  #powersupply .pr-md--95 {
    padding-right: 95px !important;
  }
  #powersupply .px-md--95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  #powersupply .py-md--95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  #powersupply .m-md--95 {
    margin: 95px !important;
  }
  #powersupply .mt-md--95 {
    margin-top: 95px !important;
  }
  #powersupply .mb-md--95 {
    margin-bottom: 95px !important;
  }
  #powersupply .ml-md--95 {
    margin-left: 95px !important;
  }
  #powersupply .mr-md--95 {
    margin-right: 95px !important;
  }
  #powersupply .mx-md--95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  #powersupply .my-md--95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  #powersupply .p-md--100 {
    padding: 100px !important;
  }
  #powersupply .pt-md--100 {
    padding-top: 100px !important;
  }
  #powersupply .pb-md--100 {
    padding-bottom: 100px !important;
  }
  #powersupply .pl-md--100 {
    padding-left: 100px !important;
  }
  #powersupply .pr-md--100 {
    padding-right: 100px !important;
  }
  #powersupply .px-md--100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  #powersupply .py-md--100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  #powersupply .m-md--100 {
    margin: 100px !important;
  }
  #powersupply .mt-md--100 {
    margin-top: 100px !important;
  }
  #powersupply .mb-md--100 {
    margin-bottom: 100px !important;
  }
  #powersupply .ml-md--100 {
    margin-left: 100px !important;
  }
  #powersupply .mr-md--100 {
    margin-right: 100px !important;
  }
  #powersupply .mx-md--100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  #powersupply .my-md--100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 736px) {
  #powersupply .d-pc {
    display: none;
  }
}
#powersupply .d-sp {
  display: none;
}
@media screen and (max-width: 736px) {
  #powersupply .d-sp {
    display: block;
  }
}
#powersupply .bg-gray {
  background-color: #F2F2F2;
}
#powersupply .align-right {
  text-align: right;
}
#powersupply .align-center {
  text-align: center;
}

#powersupply {
  color: #4D4D4D;
  font-size: 18px;
}
@media screen and (max-width: 736px) {
  #powersupply {
    font-size: 16px;
  }
}
#powersupply .display-flex {
  display: flex;
  align-items: center;
}
#powersupply .display-flex .display-flex_left {
  width: 50%;
}
#powersupply .display-flex .display-flex_left img {
  width: calc(100% - 40px);
}
#powersupply .display-flex .display-flex_right {
  width: 50%;
}
@media screen and (max-width: 736px) {
  #powersupply .display-flex {
    display: block;
  }
  #powersupply .display-flex .display-flex_left {
    width: 100%;
  }
  #powersupply .display-flex .display-flex_left img {
    width: 100%;
  }
  #powersupply .display-flex .display-flex_right {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  #powersupply .sp-display_flex {
    display: flex;
  }
}
#powersupply .align-top {
  align-items: flex-start;
}
#powersupply .inner {
  max-width: 980px;
  width: calc(100% - 50px);
  margin: auto;
}
#powersupply .inner2 {
  max-width: 710px;
  width: calc(100% - 50px);
  margin: auto;
}
#powersupply .txt-bg_gray {
  background: #B1B1B1;
  font-size: 17px;
  color: white;
  width: 190px;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 736px) {
  #powersupply .txt-bg_gray {
    max-width: 156px;
    font-size: 3.6vw;
  }
}
#powersupply .style-lead_green {
  color: #5AA082;
  font-size: 20px;
  font-family: var(--font-bold);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 736px) {
  #powersupply .style-lead_green {
    font-size: 3.46667vw;
  }
}
#powersupply .style-lead_green:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #5AA082;
}
#powersupply .style-lead_green span {
  background: #F2F2F2;
  position: relative;
  padding: 0 5px;
}
@media screen and (max-width: 736px) {
  #powersupply .style-lead_green span {
    font-family: var(--font-bold);
  }
}
#powersupply .style-h2 {
  background-color: #696969;
  color: white;
  font-size: 21px;
  text-align: center;
  max-width: 980px;
  line-height: 1.2;
  padding: 10px;
  border-radius: 20px;
  margin: 0px auto 40px;
}
@media screen and (max-width: 736px) {
  #powersupply .style-h2 {
    padding: 8px;
    font-size: 4.26667vw;
    margin: 0px auto 5.33333vw;
  }
}
#powersupply .style-h2_2 {
  background-color: #696969;
  color: white;
  font-size: 23px;
  text-align: center;
  max-width: 980px;
  line-height: 1.3;
  padding: 8px;
  border-radius: 30px;
  margin: 0px auto 60px;
}
@media screen and (max-width: 736px) {
  #powersupply .style-h2_2 {
    font-size: 4.26667vw;
    margin: 0px auto 8vw;
    border-radius: 15px;
  }
}
#powersupply .style-h3 {
  color: #3B82D5;
  font-size: 27px;
  font-family: var(--font-bold);
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
#powersupply .style-h3:before {
  content: '';
  position: absolute;
  width: 86px;
  height: 1px;
  background: #3B82D5;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 736px) {
  #powersupply .style-h3 {
    font-size: 18px;
    padding: 0;
  }
  #powersupply .style-h3:before {
    width: 100%;
    top: 50%;
    left: 0;
    transform: none;
  }
  #powersupply .style-h3 span {
    font-family: var(--font-bold);
    padding: 0 10px;
    background: white;
    position: relative;
  }
}
#powersupply .section-mv {
  background-color: #D5DBE3;
  padding: 40px 0;
}
@media screen and (max-width: 736px) {
  #powersupply .section-mv {
    padding: 6.66667vw 0 10.66667vw;
  }
}
#powersupply .section-mv .inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 736px) {
  #powersupply .section-mv .inner {
    display: block;
  }
}
#powersupply .section-mv .inner .mv-txt {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 736px) {
  #powersupply .section-mv .inner .mv-txt {
    width: 100%;
    margin-bottom: 5.33333vw;
  }
}
#powersupply .section-mv .inner .mv-txt h1 {
  font-size: 42px;
  color: #353535;
  border-bottom: 2px solid white;
  padding-bottom: 28px;
  margin-bottom: 28px;
  font-family: var(--font-bold);
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 980px) {
  #powersupply .section-mv .inner .mv-txt h1 {
    font-size: 4.28571vw;
  }
}
@media screen and (max-width: 736px) {
  #powersupply .section-mv .inner .mv-txt h1 {
    font-family: var(--font-bold);
    font-size: 7.73333vw;
    padding-bottom: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}
#powersupply .section-mv .inner .mv-txt h1 span {
  display: block;
  font-size: 56%;
}
#powersupply .section-mv .inner .mv-txt p {
  font-size: 25px;
  line-height: calc(50/27);
  font-family: var(--font-bold);
  letter-spacing: 2px;
}
@media screen and (max-width: 980px) {
  #powersupply .section-mv .inner .mv-txt p {
    font-size: 2.55102vw;
  }
}
@media screen and (max-width: 736px) {
  #powersupply .section-mv .inner .mv-txt p {
    font-size: 4.66667vw;
  }
}
#powersupply .section-mv .inner .mv-txt .mv-txt_flex {
  display: flex;
  align-items: flex-end;
  border-bottom: 2px solid white;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
#powersupply .section-mv .inner .mv-txt .mv-txt_flex .mv-txt_flex_txt {
  margin-right: 10px;
}
#powersupply .section-mv .inner .mv-txt .mv-txt_flex .mv-txt_flex_txt p {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}
#powersupply .section-mv .inner .mv-txt .mv-txt_flex .mv-txt_flex_txt p span {
  border: 1px solid #353535;
  font-size: 14px;
  padding: 5px;
  display: inline-block;
  margin-right: 5px;
  line-height: 1;
}
#powersupply .section-mv .inner .mv-txt .mv-txt_flex .mv-txt_flex_txt h1 {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#powersupply .section-mv .inner .mv-txt .mv-txt_flex .mv-txt_flex_img {
  max-width: 80px;
  width: 16vw;
}
#powersupply .section-mv .inner .mv-img {
  width: 50%;
}
@media screen and (max-width: 736px) {
  #powersupply .section-mv .inner .mv-img {
    width: 100%;
  }
}
#powersupply .section-mv .inner .mv-img img {
  width: 100%;
}
#powersupply .section-product p {
  line-height: 2;
  font-size: 20px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-product p {
    margin-top: 5.33333vw;
    font-size: 16px;
  }
}
#powersupply .section-product .display-flex_left img {
  border: 1px solid #707070;
  border-radius: 40px;
}
@media screen and (max-width: 600px) {
  #powersupply .section-product .display-flex_left img {
    border-radius: 24px;
  }
}
#powersupply .section-product2 h3 {
  font-family: var(--font-bold);
  font-size: 21px;
}
#powersupply .section-product2 h3 small {
  font-size: 76%;
}
@media screen and (max-width: 736px) {
  #powersupply .section-product2 h3 {
    font-family: var(--font-bold);
    font-size: 22px;
    margin-bottom: 4vw;
    line-height: 1.2;
  }
  #powersupply .section-product2 h3 small {
    font-size: 14px;
  }
}
#powersupply .section-product2 .display-flex {
  align-items: flex-start;
}
#powersupply .section-product2 .display-flex .display-flex_lef_note {
  font-family: var(--font-light);
  font-size: 14px;
  margin-top: 10px;
}
#powersupply .section-product2 .display-flex .display-flex_right {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-product2 .display-flex .display-flex_right {
    margin-top: 12vw;
  }
}
#powersupply .section-product2 .display-flex .display-flex_right p {
  line-height: 2;
  margin-top: 20px;
}
#powersupply .section-product2 .display-flex .display-flex_right figure {
  margin: 0;
  margin-top: 40px;
  align-items: flex-end;
}
#powersupply .section-product2 .display-flex .display-flex_right figure img {
  width: 100%;
}
@media screen and (max-width: 736px) {
  #powersupply .section-product2 .display-flex .display-flex_right figure {
    margin-top: 0;
  }
}
#powersupply .section-product2 .display-flex .display-flex_right figure p {
  font-size: 20px;
  font-family: var(--font-bold);
  margin-left: 10px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-product2 .display-flex .display-flex_right figure p {
    font-size: 3.33333vw;
  }
}
@media screen and (max-width: 736px) {
  #powersupply .section-product2 .display-flex .display-flex_right.sp-display_flex {
    display: flex;
    flex-direction: column-reverse;
  }
}
#powersupply .section-product2 .display-flex .display-flex_right .product2-flex_portlidcover {
  display: flex;
}
#powersupply .section-product2 .display-flex .display-flex_right .product2-flex_portlidcover img {
  max-width: 239px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-product2 .display-flex .display-flex_right .product2-flex_portlidcover img {
    width: 50%;
  }
}
#powersupply .section-product2 .display-flex .display-flex_right .display-flex_right_bottom {
  margin-top: 70px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-product2 .display-flex .display-flex_right .display-flex_right_bottom {
    margin-top: 10.66667vw;
  }
}
#powersupply .section-product2 .display-flex .display-flex_right .display-flex_right_bottom .style-lead_green {
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-product2 .display-flex .display-flex_right .display-flex_right_bottom .display-flex {
    display: flex;
  }
}
#powersupply .section-product2 .display-flex .display-flex_right .display-flex_right_bottom .display-flex .display-flex_contents {
  width: 50%;
}
#powersupply .section-product2 .display-flex .display-flex_right .display-flex_right_bottom .display-flex .display-flex_contents img {
  width: 100%;
}
#powersupply .section-product2 .display-flex .display-flex_right .display-flex_right_bottom .display-flex .display-flex_contents p {
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 980px) {
  #powersupply .section-product2 .display-flex .display-flex_right .display-flex_right_bottom .display-flex .display-flex_contents p {
    font-size: 1.53061vw;
  }
}
@media screen and (max-width: 736px) {
  #powersupply .section-product2 .display-flex .display-flex_right .display-flex_right_bottom .display-flex .display-flex_contents p {
    font-size: 2.8vw;
  }
}
#powersupply .section-product2 .display-flex .display-flex_right .display-flex_right_bottom .display-flex .display-flex_contents + .display-flex_contents {
  margin-left: 40px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-product2 .display-flex .display-flex_right .display-flex_right_bottom .display-flex .display-flex_contents + .display-flex_contents {
    margin-left: 20px;
  }
}
#powersupply .section-product2 .slick {
  margin: auto;
  margin-left: 0;
  width: calc(100% - 40px);
}
@media screen and (max-width: 736px) {
  #powersupply .section-product2 .slick {
    width: 100%;
    margin-top: 5.33333vw;
  }
}
#powersupply .section-product2 .slick .slick-dots {
  margin: 0;
  bottom: -42px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-product2 .slick .slick-dots {
    bottom: -24px;
  }
}
#powersupply .section-product2 .slick .slick-dots li {
  width: 22px;
  height: 22px;
  margin: 0 6px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-product2 .slick .slick-dots li {
    width: 16px;
    height: 16px;
  }
}
#powersupply .section-product2 .slick .slick-dots li button {
  width: auto;
  height: auto;
}
#powersupply .section-product2 .slick .slick-dots li button:before {
  content: '';
  width: 20px;
  height: 20px;
  opacity: 1;
  border: #707070 1px solid;
  border-radius: 20px;
  background-color: #EDEDED;
}
@media screen and (max-width: 736px) {
  #powersupply .section-product2 .slick .slick-dots li button:before {
    width: 15px;
    height: 15px;
  }
}
#powersupply .section-product2 .slick .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #707070;
}
#powersupply .section-info .display-flex_left {
  max-width: 276px;
  margin-right: 40px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-info .display-flex_left {
    max-width: none;
    margin-right: 0;
    margin-bottom: 5.06667vw;
  }
}
#powersupply .section-info .display-flex_left img {
  width: 100%;
}
#powersupply .section-info .display-flex_right {
  width: auto;
}
#powersupply .section-info .display-flex_right h3 {
  font-size: 30px;
  font-family: var(--font-bold);
  margin-bottom: 16px;
  line-height: 1;
}
#powersupply .section-info .display-flex_right h3 small {
  font-size: 16px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-info .display-flex_right h3 {
    font-family: var(--font-bold);
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 736px) {
  #powersupply .section-info .display-flex_right h3 .section-info_small2 {
    font-size: 65%;
    margin-left: 0;
  }
}
#powersupply .section-info .display-flex_right p {
  font-size: 17px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-info .display-flex_right p {
    font-size: 16px;
  }
}
#powersupply .section-info .display-flex_right .section-info_price {
  font-size: 17px;
  margin-top: 15px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-info .display-flex_right .section-info_price {
    font-size: 16px;
  }
}
#powersupply .section-info .display-flex_right .section-info_price dd {
  font-size: 20px;
  font-family: var(--font-bold);
}
@media screen and (max-width: 736px) {
  #powersupply .section-info .display-flex_right .section-info_price dd {
    font-size: 18px;
  }
}
#powersupply .section-info .display-flex_right .section-info_price dd small {
  font-family: var(--font-light);
  font-size: 70%;
}
#powersupply .section-info .txt-underline {
  text-decoration: underline;
}
#powersupply .section-info .display-flex + .txt-note {
  margin-top: 50px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-info .display-flex + .txt-note {
    margin-top: 5.33333vw;
  }
}
#powersupply .section-info .inner .txt-note {
  max-width: 850px;
  margin: 50px 0 auto auto;
}
@media screen and (max-width: 736px) {
  #powersupply .section-info .inner .txt-note {
    margin-top: 9.33333vw;
  }
}
#powersupply .section-info .inner .txt-note + .txt-note {
  margin-top: 0;
}
#powersupply .section-info .txt-box {
  margin: 50px auto 30px;
  padding: 15px 30px;
  border: 1px solid #353535;
}
#powersupply .section-info .txt-box b {
  display: block;
  font-family: var(--font-bold);
}
#powersupply .section-info .txt-box small {
  margin-top: 8px;
  display: block;
  font-size: 13px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-info .txt-box {
    margin: 8vw auto 2.66667vw;
    padding: 2.66667vw 4vw;
  }
  #powersupply .section-info .txt-box b {
    font-size: 16px;
  }
  #powersupply .section-info .txt-box small {
    font-size: 12px;
  }
}
#powersupply .txt-note {
  font-size: 14px;
  line-height: 1.5;
  color: #4D4D4D;
  text-indent: -14px;
  padding-left: 14px;
}
@media screen and (max-width: 736px) {
  #powersupply .txt-note {
    line-height: 1.6;
    font-size: 12px;
    text-indent: -12px;
    padding-left: 12px;
  }
}
#powersupply .section-carmodel .section-carmodel_list {
  display: flex;
  justify-content: space-between;
  grid-gap: 7px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-carmodel .section-carmodel_list {
    flex-wrap: wrap;
    grid-gap: 20px 12px;
  }
}
#powersupply .section-carmodel .section-carmodel_list .section-carmodel_list_child img {
  width: 100%;
}
#powersupply .section-carmodel .section-carmodel_list .section-carmodel_list_child h3 {
  text-align: center;
  font-family: var(--font-bold);
  line-height: 1;
  margin-top: 15px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-carmodel .section-carmodel_list .section-carmodel_list_child h3 {
    margin-top: 12px;
    font-size: 4vw;
  }
}
@media screen and (max-width: 736px) {
  #powersupply .section-carmodel .section-carmodel_list .section-carmodel_list_child {
    width: calc(50% - 6px);
  }
}
#powersupply .section-operation figure {
  margin-bottom: 70px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-operation figure {
    margin-bottom: 6.66667vw;
  }
}
#powersupply .section-operation figure img {
  width: 100%;
}
#powersupply .section-operation dl sup {
  font-size: 60%;
}
#powersupply .section-operation dl dt {
  font-family: var(--font-bold);
  font-size: 21px;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-operation dl dt {
    font-size: 18px;
  }
}
#powersupply .section-operation dl dd {
  line-height: 1.8;
}
#powersupply .section-operation dl dd small {
  font-size: 80%;
}
#powersupply .section-operation dl dd b {
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-operation dl dd b {
    font-size: 18px;
    margin-top: 4vw;
  }
}
#powersupply .section-operation dl + dl {
  margin-top: 50px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-operation dl + dl {
    margin-top: 6.66667vw;
  }
}
#powersupply .section-ac h3 {
  margin-top: 35px;
}
#powersupply .section-ac figure img {
  width: 100%;
}
#powersupply .section-ac .section-ac_list {
  margin: 30px 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 736px) {
  #powersupply .section-ac .section-ac_list {
    flex-wrap: wrap;
    grid-column-gap: 26px;
    grid-row-gap: 30px;
    margin: 5.33333vw 0 2.66667vw;
  }
}
#powersupply .section-ac .section-ac_list .section-ac_list_child {
  text-align: center;
}
#powersupply .section-ac .section-ac_list .section-ac_list_child img {
  max-width: 171px;
  width: 100%;
}
#powersupply .section-ac .section-ac_list .section-ac_list_child h4 {
  line-height: 1;
  font-size: 14px;
  color: #3B82D5;
  font-family: var(--font-bold);
  margin: 10px 0 6px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-ac .section-ac_list .section-ac_list_child h4 {
    font-size: 15px;
    font-family: var(--font-bold);
    line-height: 1.2;
  }
}
#powersupply .section-ac .section-ac_list .section-ac_list_child p {
  font-size: 12px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-ac .section-ac_list .section-ac_list_child {
    width: calc(50% - 13px);
  }
}
#powersupply .section-ac .section-ac_list .section-ac_list_child + .section-ac_list_child {
  margin-left: 10px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-ac .section-ac_list .section-ac_list_child + .section-ac_list_child {
    margin-left: 0;
  }
}
#powersupply .section-recommendation .display-flex {
  align-items: flex-start;
}
#powersupply .section-recommendation .display-flex.align-item-c {
  align-items: center;
}
#powersupply .section-recommendation .display-flex h3 {
  font-size: 21px;
  font-family: var(--font-bold);
  margin-bottom: 15px;
  text-indent: -21px;
  padding-left: 19px;
  line-height: 1.5;
}
@media screen and (max-width: 736px) {
  #powersupply .section-recommendation .display-flex h3 {
    font-size: 16px;
    font-family: var(--font-bold);
    text-indent: -15px;
    padding-left: 15px;
    margin-bottom: 5.33333vw;
  }
}
#powersupply .section-recommendation .display-flex .display-flex_right {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-recommendation .display-flex .display-flex_right {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 737px) {
  #powersupply .section-recommendation .display-flex .display-flex_right.margin-top_0 {
    margin-top: 0;
  }
}
#powersupply .section-recommendation .display-flex .display-flex_right p {
  line-height: 2;
}
@media screen and (max-width: 736px) {
  #powersupply .section-recommendation .display-flex .display-flex_right p {
    font-size: 16px;
  }
}
#powersupply .section-recommendation .display-flex .display-flex_right small {
  margin-top: 25px;
  display: block;
  font-size: 13px;
  line-height: 1.6;
  text-indent: -13px;
  padding-left: 13px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-recommendation .display-flex .display-flex_right small {
    font-size: 12px;
    margin-top: 4vw;
    text-indent: -12px;
    padding-left: 12px;
  }
}
#powersupply .section-recommendation .display-flex .display-flex_right small + small {
  margin-top: 0;
}
#powersupply .section-recommendation .display-flex + .display-flex {
  margin-top: 45px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-recommendation .display-flex + .display-flex {
    margin-top: 10.66667vw;
  }
}
#powersupply .section-movie figure {
  margin: 0;
}
#powersupply .section-movie figure iframe {
  aspect-ratio: 16/9;
}
#powersupply .footer-honda {
  padding: 70px 0;
}
@media screen and (max-width: 736px) {
  #powersupply .footer-honda {
    padding: 10.66667vw 0;
  }
}
#powersupply .footer-honda .cautionIndent1em {
  padding: 0px 0 40px;
}
#powersupply .footer-honda .cautionIndent1em li {
  font-size: 11px;
  font-family: var(--font-light);
}
@media screen and (max-width: 736px) {
  #powersupply .footer-honda .cautionIndent1em li {
    font-size: 12px;
  }
}
#powersupply .footer-honda .sannen6man {
  width: 280px;
}
#powersupply .footer-honda .sannen6man img {
  width: 100%;
}
#powersupply .section-product, #powersupply .section-operation, #powersupply .section-ac, #powersupply .section-movie {
  padding: 60px 0 80px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-product, #powersupply .section-operation, #powersupply .section-ac, #powersupply .section-movie {
    padding: 10.66667vw 0;
  }
}
#powersupply .section-recommendation {
  padding: 50px 0 80px;
}
@media screen and (max-width: 736px) {
  #powersupply .section-recommendation {
    padding: 10.66667vw 0 8vw;
  }
}
#powersupply .section-carmodel {
  padding: 50px 0;
}
@media screen and (max-width: 736px) {
  #powersupply .section-carmodel {
    padding: 10.66667vw 0;
  }
}
#powersupply .section-product2 {
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  #powersupply .section-product2 {
    padding: 10.66667vw 0;
  }
}
#powersupply .section-info {
  padding: 60px 0;
}
@media screen and (max-width: 736px) {
  #powersupply .section-info {
    padding: 10.66667vw 0;
  }
}