@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainimage {
    padding-bottom: 30px;
}
#mainimage h1 {
    padding-bottom: 10px;
	text-align: center;
}
#mainimage .btn {
    text-align: center;
}
#mainimage .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 40px;
    margin: 0 auto;
    text-decoration: none;
    font-family: "NotoSansBold";
    color: #fff;
    background: #ff7000;
    border-radius: 10px;
    box-shadow: 0 8px 0 rgba(255,255,255,0.5)
}
#mainimage .btn a i {
    margin-right: 5px;
    font-size: 18px;
}
#mainimage .installation {
    margin-top: 30px;
    padding: 15px;
    background: #fff;
}
#mainimage .installation h2 {
    margin-bottom: 10px;
    line-height: 1.2;
	font-family: "NotoSansBlack";
    font-size: 20px;
    color: #2faad8;
}
#mainimage .installation h2 span {
    font-size: 15px;
}
#mainimage .installation ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#mainimage .installation ul li {
    position: relative;
    padding: 0 0.6em 0 0.3em;
	font-family: "NotoSansBold";
}
#mainimage .installation ul li::after {
    position: absolute;
    right: 0;
    content: "/"
}
#mainimage .installation ul li:last-child {
    padding: 0 0.3em;
}
#mainimage .installation ul li:last-child::after {
    display: none;
}
@media print, screen and (min-width:768px) {
#mainimage {
    padding-bottom: 80px;
}
#mainimage h1 {
    padding-bottom: 40px;
}
#mainimage .btn {
    position: relative;
    height: 80px;
    text-align: center;
}
#mainimage .btn a {
    position: absolute;
    top: 0;
    left: 50%;
    width: 500px;
    height: 70px;
    margin-left: -250px;
    font-size: 28px;
    box-shadow: 0 10px 0 rgba(255,255,255,0.5);
    transition: all 0.5s;
}
#mainimage .btn a:hover {
    top: 10px;
    background: #ffb000;
    box-shadow: 0 0 0 rgba(255,255,255,0.5);
}
#mainimage .btn a i {
    margin-right: 10px;
    font-size: 36px;
}
#mainimage .installation {
    margin-top: 80px;
    padding: 40px;
}
#mainimage .installation h2 {
    margin-bottom: 30px;
    font-size: 36px;
}
#mainimage .installation h2 span {
    font-size: 24px;
}
}


/*------------------------------------------------------------content*/
/*-------------------------------------------------suitable*/
#suitable ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#suitable ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49%;
    margin-bottom: 10px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
	font-family: "NotoSansBold";
    font-size: 18px;
    color: #fff;
    background: #2faad8;
}
#suitable ul li:nth-child(2), #suitable ul li:nth-child(3), #suitable ul li:nth-child(6) {
    background: #308fd9;
}
#suitable ul li br {
    display: none;
}
#suitable ul li strong {
    color: #ffdd00;
}
@media print, screen and (min-width:768px) {
#suitable ul li {
    width: 48%;
    margin-bottom: 30px;
    padding: 30px 20px;
    font-size: 30px;
}
}
@media print, screen and (min-width:992px) {
#suitable ul li {
    width: 32%;
    margin-bottom: 30px;
    font-size: 30px;
}
#suitable ul li:nth-child(2), #suitable ul li:nth-child(3), #suitable ul li:nth-child(6) {
    background: #2faad8;
}
#suitable ul li:nth-child(2n) {
    background: #308fd9;
}
}
@media print, screen and (min-width:1200px) {
#suitable ul li br {
    display: inline;
}
}

/*-------------------------------------------------solution*/
#solution_wrap {
    position: relative;
}
#solution_wrap::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin-left: -35px;
    content: "";
    border: solid 35px transparent;
    border-top: solid 35px #fff;
    border-botom: solid 0 transparent;
}
#solution_wrap.content_bg_sky {
    padding-bottom: 0;
}
#solution {
    margin-bottom: 40px;
}
#solution h2 {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.3;
	font-family: "NotoSansBlack";
	font-size: 21px;
    text-shadow: 
        #fff 2px 0px, #fff -2px 0px,
        #fff 0px -2px, #fff 0px 2px,
        #fff 2px 2px , #fff -2px 2px,
        #fff 2px -2px, #fff -2px -2px,
        #fff 1px 2px, #fff -1px 2px,
        #fff 1px -2px, #fff -1px -2px,
        #fff 2px 1px, #fff -2px 1px,
        #fff 2px -1px, #fff -2px -1px;
    z-index: 1;
}
#solution h2 img {
    width: 180px;
    height: auto;
    margin-right: -10px;
    margin-bottom: -10px;
}
#solution h2 strong {
	font-size: 24px;
}
#solution h2 span {
	display: inline-block;
}
#solution h3 {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    z-index: 2;
}
#solution h3 img {
    width: 210px;
    height: auto;
}
#solution ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#solution ul li {
    width: 49%;
    margin-bottom: 10px;
    padding: 15px 10px;
    text-align: center;
    background: #fff;
}
#solution ul li:nth-last-child(-n+2) {
    margin-bottom: 0;
}
#solution ul li figure {
    margin-bottom: 10px;
    text-align: center
}
#solution ul li figure img {
    width: auto;
    max-width: 100%;
    height: auto;
}
#solution ul li h4 {
    line-height: 1.3;
	font-family: "NotoSansBold";
    font-size: 18px;
}
#solution ul li h4 strong {
    color: #f00000;
}
@media print, screen and (min-width:768px) {
#solution_wrap {
    position: relative;
}
#solution_wrap::before {
    margin-left: -70px;
    border: solid 70px transparent;
    border-top: solid 70px #fff;
    border-botom: solid 0 transparent;
}
#solution {
    margin-bottom: 80px;
}
#solution h2 {
    margin-bottom: 0;
	font-size: 50px;
}
#solution h2 img {
    width: 360px;
    height: auto;
    margin-right: -20px;
    margin-bottom: -20px;
}
#solution h2 strong {
	font-size: 60px;
}
#solution h3 {
    margin-bottom: 30px;
}
#solution h3 img {
    width: auto;
    height: auto;
}
#solution ul li {
    margin-bottom: 30px;
    padding: 30px 20px;
}
#solution ul li figure {
    margin-bottom: 20px;
}
#solution ul li h4 {
    font-size: 34px;
}
}
@media print, screen and (min-width:992px) {
#solution h2 {
    margin-bottom: 0;
	font-size: 50px;
}
#solution h2 img {
    width: auto;
    height: auto;
    margin-right: -40px;
    margin-bottom: -40px;
}
#solution h2 strong {
	font-size: 60px;
}
#solution h3 {
    margin-bottom: 30px;
}
#solution h3 img {
    width: auto;
    height: auto;
}
#solution ul li {
    width: 32%;
    margin-bottom: 30px;
    padding: 30px 20px;
}
#solution ul li:nth-last-child(-n+3) {
    margin-bottom: 0;
}
#solution ul li figure {
    margin-bottom: 20px;
}
#solution ul li h4 {
    font-size: 34px;
}
}
@media print, screen and (min-width:1200px) {
#solution h2 {
    margin-top: -145px;
}
#solution h2 img {
    margin-bottom: -80px;
}
}

#feature {
    padding: 40px 0;
    background-image: linear-gradient( -45deg, rgba(255,255,255,0.3) 25%, rgba(255,255,255,0.15) 25%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.3) 75%, rgba(255,255,255,0.15) 75%, rgba(255,255,255,0.15) );
	background-size: 23px 23px;
}
#feature ul li {
    position: relative;
    margin-bottom: 20px;
    padding: 15px;
    text-align: left;
    counter-increment: cnt;    
    background: #fff;
}
#feature ul li::before {
    position: absolute;
    top: -10px;
    left: -5px;
    content: "0"counter(cnt);
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    background: rgb(255,145,0); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(255,145,0,1) 0%, rgba(255,145,0,1) 50%, rgba(255,128,0,1) 51%, rgba(255,128,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(255,145,0,1) 0%,rgba(255,145,0,1) 50%,rgba(255,128,0,1) 51%,rgba(255,128,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(255,145,0,1) 0%,rgba(255,145,0,1) 50%,rgba(255,128,0,1) 51%,rgba(255,128,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9100', endColorstr='#ff8000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#feature ul li::after {
    position: absolute;
    top: 28px;
    left: 33px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: solid 8px transparent;
    border-top: solid 12px #ff8000;
    transform: rotate(-45deg);
}
#feature ul li:last-child {
    margin-bottom: 0;
}
#feature ul li h3 {
    margin-bottom: 10px;
    padding-left: 40px;
    line-height: 1.1;
	font-family: "NotoSansBlack";
    font-size: 20px;
}
#feature ul li p {
	font-family: "NotoSansBold";
}
@media print, screen and (min-width:768px) {
#feature {
    padding: 80px 0;
    background-image: linear-gradient( -45deg, rgba(255,255,255,0.2) 25%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.2) 75%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) );
	background-size: 23px 23px;
}
#feature .title01_img {
    margin-bottom: 70px;
}
#feature ul {
    display: flex;
    justify-content: space-between;
}
#feature ul li {
    width: 32%;
    margin-bottom: 0;
    padding: 50px 20px 30px;
}
#feature ul li::before {
    top: -50px;
    left: -20px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
}
#feature ul li::after {
    top: 26px;
    left: 56px;
    border: solid 16px transparent;
    border-top: solid 24px #ff8000;
}
#feature ul li h3 {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 44px;
}
#feature ul li p {
	font-family: "NotoSansBold";
}
}
@media print, screen and (min-width:992px) {
#feature ul li {
    padding: 30px;
}
#feature ul li::before {
    top: -50px;
    left: -10px;
}
#feature ul li::after {
    top: 26px;
    left: 66px;
    border: solid 16px transparent;
    border-top: solid 24px #ff8000;
}
#feature ul li h3 {
    margin-bottom: 20px;
    padding-left: 60px;
    font-size: 44px;
}
}
@media print, screen and (min-width:1200px) {
#feature ul li h3 {
    padding-left: 70px;
}
}

/*-------------------------------------------------comparing*/
#comparing figure {
    margin: 20px 0;
}
#comparing figure img {
    width: auto;
    max-width: 100%;
    height: auto;
}
#comparing .sheet_basic{
    margin-top: 30px;
}
#comparing .sheet_basic tr td:nth-child(2n) {
    color: #f00000;
}
#comparing .sheet_basic tr:first-child th:last-child {
    background: #747474;
}
#comparing .sheet_basic tr td:last-child {
    background: #eaeaea;
}
#comparing .sheet_basic tr:nth-child(2n+1) td:last-child {
    background: #dcdcdc;
}
@media print, screen and (min-width:768px) {
#comparing figure {
    margin: 30px 0;
}
#comparing .sheet_basic{
    margin-top: 40px;
}
}

/*-------------------------------------------------comparing_other*/
#comparing_other figure {
    margin-top: 20px;
    padding: 10px;
    background: #fff;
}
#comparing_other figure img {
    width: auto;
    max-width: 100%;
    height: auto;
}
@media print, screen and (min-width:768px) {
#comparing_other figure {
    margin-top: 30px;
    padding: 30px;
}
}

/*-------------------------------------------------price*/
#price {
    text-align: center;
}
#price h3 {
    margin-bottom: 15px;
    text-align: center;
	font-family: "NotoSansBold";
    font-size: 19px;
}
#price h3 span {
	display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    background: #2faad8;
}
#price ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
#price ul li {
    width: 32%;
    padding: 15px 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#price ul li figure {
    margin-bottom: 10px;
}
#price ul li figure img {
    width: auto;
    max-width: 100%;
    height: auto;
}
#price ul li h4 {
    margin-bottom: 10px;
    line-height: 1.3;
	font-family: "NotoSansBold";
    font-size: 18px;
}
#price ul li h4 span {
    display: inline-block;
}
#price ul li p {
    line-height: 1.4;
}
#price ul li p span {
    display: inline-block;
}
#price .sum_id {
    margin-bottom: 30px;
    position: relative;
	font-family: "NotoSansBold";
    font-size: 18px;
}
#price .sum_id::after {
    position: absolute;
    left: 50%;
    bottom: -25px;
    display: block;
    width: 0;
    height: 0;
    margin-left: -20px;
    border: solid 20px transparent;
    border-top: solid 20px #ff9b00;
    border-bottom: none;
    content: "";
}
#price .sum_id strong {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
}
#price .sum_price {
	font-family: "NotoSansBold";
    font-size: 18px;
}
#price .sum_price strong {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
}
@media print, screen and (min-width:768px) {
#price h3 {
    margin-bottom: 30px;
    font-size: 30px;
}
#price h3 span {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    line-height: 60px;
}
#price ul {
    margin-bottom: 20px;
}
#price ul li {
    padding: 30px 15px;
}
#price ul li figure {
    margin-bottom: 20px;
}
#price ul li h4 {
    font-size: 22px;
}
#price .sum_id {
    margin-bottom: 90px;
    font-size: 30px;
}
#price .sum_id::after {
    left: 50%;
    bottom: -80px;
    margin-left: -70px;
    border: solid 70px transparent;
    border-top: solid 70px #ff9b00;
    border-bottom: none;
}
#price .sum_id strong {
    font-size: 40px;
}
#price .sum_price {
    font-size: 30px;
}
#price .sum_price strong {
    font-size: 50px;
}
}

/*-------------------------------------------------phone_fn*/
#phone_fn {
    text-align: center;
}
#phone_fn ul {
    display: flex;
    flex-wrap: wrap;
}
#phone_fn ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
    padding: 15px 10px;
    text-align: center;
    background: #fff;
}
#phone_fn ul li:nth-child(2n) {
    margin-right: 0;
}
#phone_fn ul li figure {
    margin-bottom: 10px;
}
#phone_fn ul li figure img {
    width: auto;
    max-width: 100%;
    height: auto;
}
#phone_fn ul li h3 {
	font-family: "NotoSansBlack";
    font-size: 19px;
}
@media print, screen and (min-width:576px) {
#phone_fn ul li {
    width: 32%;
}
#phone_fn ul li:nth-child(2n) {
    margin-right: 2%;
}
#phone_fn ul li:nth-child(3n) {
    margin-right: 0;
}
}
@media print, screen and (min-width:768px) {
#phone_fn ul li {
    margin-bottom: 30px;
    padding: 30px 15px;
}
#phone_fn ul li h3 {
    margin-bottom: 20px;
	font-family: "NotoSansBlack";
    font-size: 24px;
}
}
@media print, screen and (min-width:992px) {
#phone_fn ul li {
    width: 18.4%;
}
#phone_fn ul li:nth-child(3n) {
    margin-right: 2%;
}
#phone_fn ul li:nth-child(5n) {
    margin-right: 0;
}
}

/*-------------------------------------------------app_fn*/
#app_fn .fig_box figure {
    margin-bottom: 20px;
    text-align: center;
}
#app_fn .fig_box figure img {
    width: auto;
    max-width: 100%;
    height: auto;
}
#app_fn .fig_box ol li {
    position: relative;
    margin-bottom: 15px;
    counter-increment: cnt;
}
#app_fn .fig_box ol li:last-child {
    margin-bottom: 0;
}
#app_fn .fig_box ol li::before {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.1;
    content: "0"counter(cnt);
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #2faad8;
}
#app_fn .fig_box ol li h4 {
    margin-bottom: 10px;
    padding-left: 35px;
    line-height: 1.3;
	font-family: "NotoSansBlack";
    font-size: 18px;
}
@media print, screen and (min-width:768px) {
#app_fn {
    text-align: left;
}
#app_fn .fig_box figure {
    margin-bottom: 30px;
}
#app_fn .fig_box ol li {
    margin-bottom: 30px;
}
#app_fn .fig_box ol li::before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 60px;
}
#app_fn .fig_box ol li h4 {
    margin-bottom: 20px;
    padding-top: 12px;
    padding-left: 78px;
    font-size: 32px;
}
}
@media print, screen and (min-width:1200px) {
#app_fn .fig_box {
    display: flex;
    justify-content: space-between;
}
#app_fn .fig_box figure, #app_fn .fig_box ol {
    width: 49%;
}
}

/*-------------------------------------------------benefit*/
.list_benefit > li {
    position: relative;
    margin-bottom: 30px;
    padding: 15px;
    text-align: left;
    counter-increment: cnt;    
    background: #fff;
}
.list_benefit > li::before {
    position: absolute;
    top: -10px;
    left: -5px;
    content: "0"counter(cnt);
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    background: rgb(255,145,0); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(255,145,0,1) 0%, rgba(255,145,0,1) 50%, rgba(255,128,0,1) 51%, rgba(255,128,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(255,145,0,1) 0%,rgba(255,145,0,1) 50%,rgba(255,128,0,1) 51%,rgba(255,128,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(255,145,0,1) 0%,rgba(255,145,0,1) 50%,rgba(255,128,0,1) 51%,rgba(255,128,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9100', endColorstr='#ff8000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.list_benefit > li::after {
    position: absolute;
    top: 28px;
    left: 33px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: solid 8px transparent;
    border-top: solid 12px #ff8000;
    transform: rotate(-45deg);
}
.list_benefit > li:last-child {
    margin-bottom: 0;
}
.list_benefit > li h3 {
    margin-bottom: 10px;
    padding-left: 35px;
    line-height: 1.1;
    text-align: left;
	font-family: "NotoSansBlack";
    font-size: 20px;
}
@media print, screen and (min-width:768px) {
.list_benefit > li {
    margin-bottom: 50px;
    padding: 40px 20px;
    text-align: center;
}
.list_benefit > li::before {
    top: -20px;
    left: 20px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
}
.list_benefit > li::after {
    top: 55px;
    left: 95px;
    border: solid 16px transparent;
    border-top: solid 24px #ff8000;
}
.list_benefit > li h3 {
    margin-bottom: 30px;
    padding-left: 110px;
    font-size: 40px;
}
.list_benefit > li p {
	font-family: "NotoSansBold";
}
}
@media print, screen and (min-width:992px) {
.list_benefit > li {
    padding: 40px;
}
.list_benefit > li h3 {
    padding-left: 90px;
}
}

#lowest .sheet_basic {
    margin: 30px 0 0;
}
#lowest .sheet_basic tr:first-child th:nth-last-child(-n+3) {
    background: #747474;
}
#lowest .sheet_basic tr td:nth-last-child(-n+3) {
    background: #eaeaea;
}
#lowest .sheet_basic tr:nth-child(2n+1) td:nth-last-child(-n+3) {
    background: #dcdcdc;
}
#lowest .sheet_basic td strong {
	font-family: "NotoSansBold";
    color :#f00000;
}
@media print, screen and (min-width:768px) {
#lowest .sheet_basic td strong {
	font-size: 20px;
}
}

#no_change figure {
    margin-top: 15px;
}
#no_change figure img {
    width: auto;
    max-width: 100%;
    height: auto;
}
@media print, screen and (min-width:992px) {
#no_change figure {
    margin-top: 30px;
}
}

#benefit .fig_box_r figure {
    margin-top: 15px;
}
#benefit .fig_box_r figure img {
    width: auto;
    max-width: 100%;
    height: auto;
}
@media print, screen and (min-width:768px) {
#benefit .fig_box_r {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#benefit .fig_box_r > div {
    width: 49%;
    text-align: left;
}
#benefit .fig_box_r figure {
    width: 49%;
    margin-top: 0;
}
}

#benefit .fig_box_l figure {
    margin-bottom: 15px;
}
#benefit .fig_box_l figure img {
    width: auto;
    max-width: 100%;
    height: auto;
}
@media print, screen and (min-width:768px) {
#benefit .fig_box_l {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#benefit .fig_box_l > div {
    width: 49%;
    text-align: left;
}
#benefit .fig_box_l figure {
    width: 49%;
    margin-top: 0;
}
}

#benefit .list_fn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
#benefit .list_fn li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
    padding: 15px 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#benefit .list_fn li:nth-child(2n) {
    margin-right: 0;
}
#benefit .list_fn li figure {
    margin-bottom: 10px;
}
#benefit .list_fn li figure img {
    width: auto;
    max-width: 100%;
    height: auto;
}
#benefit .list_fn li h4 {
    line-height: 1.3;
	font-family: "NotoSansBlack";
    font-size: 18px;
}
@media print, screen and (min-width:576px) {
#benefit .list_fn li {
    width: 32%;
}
#benefit .list_fn li:nth-child(2n) {
    margin-right: 2%;
}
#benefit .list_fn li:nth-child(3n) {
    margin-right: 0;
}
}
@media print, screen and (min-width:768px) {
#benefit .list_fn {
    margin-top: 30px;
}
#benefit .list_fn li {
    width: 32%;
    margin-bottom: 20px;
    padding: 30px 10px;
}
#benefit .list_fn li:nth-child(2n) {
    margin-right: 2%;
}
#benefit .list_fn li:nth-child(3n) {
    margin-right: 0;
}
#benefit .list_fn li figure {
    margin-bottom: 20px;
}
#benefit .list_fn li h4 {
    font-size: 24px;
}
}
@media print, screen and (min-width:992px) {
#benefit .list_fn li {
    width: 23.5%;
}
#benefit .list_fn li:nth-child(3n) {
    margin-right: 2%;
}
#benefit .list_fn li:nth-child(4n) {
    margin-right: 0;
}
}

#benefit .list_terminal {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
#benefit .list_terminal li {
    width: 32%;
    padding: 15px 5px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#benefit .list_terminal li figure {
    margin-bottom: 10px;
}
#benefit .list_terminal li figure img {
    width: auto;
    max-width: 100%;
    height: auto;
}
#benefit .list_terminal li h4 {
    line-height: 1.3;
	font-family: "NotoSansBlack";
    font-size: 18px;
}
#benefit .list_terminal li p {
    line-height: 1.3;
	font-family: "NotoSansBold";
}
@media print, screen and (min-width:768px) {
#benefit .list_terminal li {
    padding: 30px 10px;
}
#benefit .list_terminal li h4 {
    font-size: 24px;
}
#benefit .list_terminal li p {
    font-size: 20px;
}
}

#other ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dotted 1px #333;
}
#other ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
#other ul li div h3 {
    margin-bottom: 15px;
    line-height: 1.3;
	font-family: "NotoSansBlack";
    font-size: 19px;
}
#other ul li figure {
    margin-top: 15px;
    text-align: center;
}
#other ul li figure img {
    width: auto;
    max-width: 100%;
    height: auto;
}
@media print, screen and (min-width:768px) {
#other ul li {
    margin-bottom: 40px;
    padding-bottom: 40px;
}
#other ul li div {
    text-align: left;
}
#other ul li div h3 {
    margin-bottom: 20px;
    font-size: 32px;
}
#other ul li figure {
    margin-top: 30px;
}
}
@media print, screen and (min-width:992px) {
#other ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#other ul li div {
    width: 49%;
}
#other ul li figure {
    width: 49%;
    margin-top: 0;
}
}

#faq dl dt {
    position: relative;
    padding: 15px 15px 15px 40px;
    line-height: 1.5;
	font-family: "NotoSansBold";
    font-size: 17px;
    background: #b1eafd;
}
#faq dl dt::before {
    position: absolute;
    top: -10px;
    left: -5px;
    content: "Q";
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    background: rgb(15,131,193); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(41,157,207,1) 0%, rgba(41,157,207,1) 50%, rgba(15,131,193,1) 51%, rgba(15,131,193,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(41,157,207,1) 0%,rgba(41,157,207,1) 50%,rgba(15,131,193,1) 51%,rgba(15,131,193,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(41,157,207,1) 0%,rgba(41,157,207,1) 50%,rgba(15,131,193,1) 51%,rgba(15,131,193,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299dcf', endColorstr='#0f83c1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#faq dl dt::after {
    position: absolute;
    top: 18px;
    left: 23px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: solid 8px transparent;
    border-top: solid 12px #0f83c1;
    transform: rotate(-45deg);
}
#faq dl dd {
    position: relative;
    margin-bottom: 30px;
    padding: 15px 15px 15px 40px;
    line-height: 1.5;
    background: #fff;
}
#faq dl dd:last-child {
    margin-bottom: 0;
}
#faq dl dd::before {
    position: absolute;
    top: 5px;
    left: -5px;
    content: "A";
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    background: rgb(255,145,0); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(255,145,0,1) 0%, rgba(255,145,0,1) 50%, rgba(255,128,0,1) 51%, rgba(255,128,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(255,145,0,1) 0%,rgba(255,145,0,1) 50%,rgba(255,128,0,1) 51%,rgba(255,128,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(255,145,0,1) 0%,rgba(255,145,0,1) 50%,rgba(255,128,0,1) 51%,rgba(255,128,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9100', endColorstr='#ff8000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#faq dl dd::after {
    position: absolute;
    top: 33px;
    left: 23px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: solid 8px transparent;
    border-top: solid 12px #ff8000;
    transform: rotate(-45deg);
}
@media print, screen and (min-width:768px) {
#faq dl dt {
    padding: 20px 20px 20px 100px;
    font-size: 20px;
}
#faq dl dt::before {
    top: -10px;
    left: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
}
#faq dl dt::after {
    top: 38px;
    left: 78px;
}
#faq dl dd {
    margin-bottom: 40px;
    padding: 26px 20px 26px 100px;
}
#faq dl dd::before {
    top: 10px;
    left: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
}
#faq dl dd::after {
    top: 58px;
    left: 78px;
    display: block;
}
}

#subsidy h2 {
    margin-bottom: 20px;
    line-height: 1.3;
    text-align: center;
	font-family: "NotoSansBlack";
    font-size: 20px;
}
#subsidy h2 strong {
	font-family: "NotoSansBlack";
    font-size: 21px;
    color: #308fd9;
}
#subsidy h3 {
    margin-bottom: 10px;
    line-height: 1.3;
    text-align: center;
	font-family: "NotoSansBlack";
    font-size: 18px;
}
#subsidy h3 strong {
	font-family: "NotoSansBlack";
    font-size: 19px;
    color: #2faad8;
}
#subsidy .btn {
    margin-top: 20px;
    text-align: center;
}
#subsidy .btn a {
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    text-decoration: none;
    color:#fff;
    background: #ff8000;
}
@media print, screen and (min-width:768px) {
#subsidy h2 {
    margin-bottom: 30px;
    font-size: 40px;
}
#subsidy h2 strong {
    font-size: 46px;
}
#subsidy h3 {
    margin-bottom: 20px;
    font-size: 32px;
}
#subsidy h3 strong {
    font-size: 36px;
}
#subsidy .btn {
    margin-top: 30px;
}
#subsidy .btn a {
    padding: 0 40px;
    line-height: 60px;
    transition: all 0.5s;
}
#subsidy .btn a:hover {
    background: #ff9900;
}
}

