﻿
.maindesign .feature-hdg1 img { 
    width: 100%;
    height: auto;
}

.maindesign .title_inner {
    /* background-color: rgba(0, 0, 0, 0.3); */
    /* padding: 10px 30px; */
    line-height: 1.4;
    display: block;
    position: absolute;
    top: 0%;
    left: 3%;
    /*transform: translate(-50%, -50%);*/
    /* width: 80%; */
    height: 100%;
    text-align: center;
    white-space: nowrap;
}


.maindesign .feature-hdg1 .sub_title1,
.maindesign .feature-hdg1 .sub_title2 {
    color: #fff;
    text-shadow: 0 0 10px #000;
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    margin-left: 0;
    padding-top: 0;
    position: absolute;
    top: 28%;
    transform: translateY(0);
    left: 0;
    line-height: 1.1;
    width: 100%;
    letter-spacing: 0.05em;
}

.maindesign .feature-hdg1 .sub_title2 {
    top: 60%;
    transform: translateY(-50%);
    font-size: 75px;
}

.maindesign .feature-hdg1 .sub_title1 .small_txt,
.maindesign .feature-hdg1 .sub_title2 .small_txt {
	font-size: 0.8em;
}

.maindesign .feature-hdg1 {
    position: relative;
}

.maindesign p.path:first-child {
	margin-bottom: 10px;
}

.maindesign .image_box img {
	width: 100%;
	height: auto;
}

.maindesign .txt_add {
    padding-left: 20px;
}

.maindesign .topic_lead {
    line-height: 1.5;
    margin: 15px 0;
	font-size: 1em;
	text-align: justify;
}

.maindesign .topic_lead.reference { 
	font-weight: bold;
    padding-left: 1em;
    text-indent: -1em;
}

.maindesign .txt_add p:last-child {
	margin: 0;
}

.maindesign ul.reform-nav {
	margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

@media screen and (max-width: 767px) {
	.maindesign ul.reform-nav {
	margin: 30px 0 50px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
}

.maindesign ul.reform-nav li {
	margin: 0 auto;
    width: calc(100% / 2 - 10px);
    height: 192px;
}

.maindesign ul.reform-nav li.nav-txt {
	width: 65%;
    font-size: 1em;
    text-align: center;
    background: none;
    height: auto;
    margin: 10px auto 0;
}

@media screen and (max-width: 767px) {
.maindesign .txt_add {
    padding: 0;
    }

.maindesign .title_inner {
        height: 100%;
	}

.maindesign .feature-hdg1 .sub_title1 {
	    top: 38% !important;
	    transform: translateY(-50%);
	}
	
.maindesign .feature-hdg1 .sub_title2 {
	    top: 58% !important;
	    font-size: 7vw !important;
	}
	
.maindesign .feature-hdg1 .sub_title1,
.maindesign .feature-hdg1 .sub_title2{
	font-size: 4.5vw;
	text-align: left;
	left: 50%;
}

.maindesign ul.reform-nav li {
	width: 100%;
    height: auto;
}	
}

.maindesign h3 {
    border-bottom: 1px #00000085 solid;
    display: flex;
    margin: 30px 0 0;
    align-items: center;
    font-weight: bold;
	font-size: 1.25em;
	padding: 0 0 5px 10px;
}

.maindesign .shizai-location {
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    margin-bottom: 20px;
}
.maindesign .shizai-location .images img {
	width: 100%;
	height: auto;
}	

	.maindesign .s-top-section {
    margin: 6rem 0 0 0;
}
    .maindesign .top--global-hdg2 {
        position: relative;
        padding-bottom: 1.25rem;
        border-bottom: 3px solid #b6b6b6;
        font-size: 1.75rem;
        margin-bottom: 1em;
    }

   .maindesign .top--global-hdg2::after {
        position: absolute;
        content: " ";
        border-bottom: solid 3px #e5002d;
        bottom: -3px;
        width: 8%;
        display: block;
    }
.maindesign .shizai-location .images a {
    opacity: 1 !important
}

.maindesign .shizai-location div {
    width: 100%;
    text-align: center;
}

.maindesign .shizai-location .pointer {
    transform-origin: center;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 1rem;
    opacity: 1;
}

.maindesign .shizai-location .pointer::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.maindesign .shizai-location .pointer .marker {
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
    box-shadow: 0px 1px 1px #000 inset,0px 2px 2px #000;
    background: #E5002D;
    color: #fff;
    box-sizing: border-box;
    transition: .6s;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.maindesign .shizai-location .pointer .active {
    border: 3px solid #e5002d;
    background: #e5002d;
    box-shadow: 0px 0px 0px #000;
    width: 20%;
    height: 20%;
}

.maindesign .shizai-location .links {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    box-sizing: border-box;
    padding: 1em;
}

.maindesign .shizai-location .links a {
    color: #333;
}

.maindesign .shizai-location .links .act {
    border-color: #e5002d;
}
	
.maindesign .line_style {
    z-index: 10;
    position: absolute;
    background-color: #e5002d;
    left: 0px;
    height: 2px;
    transform-origin: left center;
    display: none;
}	
    @media screen and (min-width:768px) {
	.maindesign .s-top-include-inner {
        width: 1200px;
        padding: 0 20px;
        margin: 0 auto;
        box-sizing: border-box;
    }
	}
    @media screen and (max-width:767px) {
	.maindesign .s-top-include-inner {
        padding: 0 15px;
        box-sizing: border-box;
    }
	.maindesign .s-top-section {
    margin: 2rem 0 0 0;
}
.maindesign .links {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
		}
.maindesign .links li {
	margin-bottom: 10px;
	width: 48%;
		}
	}


  @media screen and (max-width:767px) {

    .maindesign .shizai-location .pointer {
      width: 2rem;
    }
    .symbol-btn {
      width: 100%;
      height: 100%;
      display: block;
    }
    .symbol-btn--inner {
      display: flex;
      justify-content: center;
      box-sizing: border-box;
      padding: 0 5px;
      font-size: 3.5vw;
    }
    .symbol-btn--alphabet {
      width: 1em;
      display: inline-block;
      margin-right: 0.5em;
    }
    .symbol-btn--value {
      width: 8em;
      text-align: left;
      display: inline-block;
    }
  }

.maindesign h3 {
    border-bottom: 1px #00000085 solid;
    display: flex;
    margin: 30px 0 0;
    align-items: center;
    font-size: 1.25em;
    padding: 0 0 5px 10px;
}

.maindesign h4 {
	font-size: 1.5em;
	text-align: center;
	border-bottom: solid #000 1px;
	padding: 0 0 10px;
	width: max-content;
	/* display: block; */
	margin: 50px auto 30px;
	transform: translateX(0);
}

.maindesign ul.recommend_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}

.maindesign ul.recommend_item li {
	width: calc(50% - 5px);
	border: 1px solid #b6b6b6;
	box-shadow: 0 0 5px #ccc;
	box-sizing: border-box;
	padding: 10px 5px 0;
	border-radius: 5px;
}

.maindesign .recommend_item_img {
	width: 80%;
	margin: 0 auto;
}

@media screen and (max-width:767px) {
.maindesign .recommend_item_img {
	width: 100%;
}
}

.maindesign ul.recommend_item li img {
	width: 100%;
	height: auto;
}

.maindesign .price-box {
	padding: 0;
	margin-top: 0;
}

.maindesign p.txt_block {
    font-size: 1.2em;
    color: #000;
    font-weight: normal;
	line-height: 1.2;
	margin-bottom: 10px;
    min-height: 50px;
}

.maindesign h2.topic_title {
	margin-bottom: 10px;
}

.maindesign .price-cols p {
	font-size: 1.2em;
}

.maindesign .const-box {
	font-size: 1.5em;
    font-weight: bold;
    min-height: 50px;
    width: 100%;
    border: 1px solid #bbb;
    margin: 20px 0 30px;
    padding: 0 15px 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.maindesign .const-box .price_tax {
	font-size: 0.6em;
}

.maindesign .plan_card {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15);
    padding: 15px 15px;
    box-sizing: border-box;
}

.maindesign .plan_card a {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.maindesign .plan_card_img {
	width: calc(50% - 20px);
}

.maindesign .plan_card_explanation {
	width: calc(50% - 40px);
	padding-left: 29px;
    border-left: 1px solid #ccc;
}

.maindesign .plan_card_img img {
	width: 100%;
	height: auto;
}

.maindesign .plan_card_explanation .plan_card_name {
	margin-top: 5px;
    font-size: 2em;
    font-weight: bold;
}
.maindesign .plan_card_explanation .price_value {
	font-size: 2.6em;
}

.maindesign .plan_card_explanation .plan_card_name span {
    font-size: 0.8em;
}

.maindesign .plan_card_explanation .plan_card_lead {
    margin-top: 15px;
    font-size: 1.0rem;
    line-height: 1.5;
    height: auto;
}

.maindesign .plan_card_explanation .plan_card_pack {
    margin-top: 15px;
    font-weight: bold;
    font-size: 1.15rem;
    line-height: 1.3;
}

.maindesign .plan_card_explanation .plan_card_pack_catch {
    font-size: 1.5em;
}

.maindesign .plan_card_explanation .plan_card_pack p:not(:first-child) {
    margin-top: 20px;
}

.maindesign .plan_card_explanation .plan_card_pack__small {
    font-size: 0.75em;
    font-weight: normal;
}

.maindesign .plan_card_explanation .plan_card_overview {
    margin-top: 10px;
    font-weight: bold;
}

.maindesign .plan_card_explanation .plan_card_overview p {
    display: flex;
    line-height: 1.5;
}

.maindesign .plan_card_explanation .plan-card-overview p:not(:first-child) {
    margin-top: 5px;
}

.maindesign .plan_card_explanation .plan_card_overview span {
    display: inline-block;
    width: 6.0em;
}

.maindesign .plan_card_explanation .plan_card_kome {
    font-size: 1.0rem;
    line-height: 1.5;
    margin-top: 10px;
}


.maindesign .plan_card2 .plan_card_explanation {
    width: calc(50% - 40px);
    padding-left: 29px;
    border-left: 1px solid #ccc;
}

.maindesign .plan_card2 .plan_card_explanation .price_value {
	font-size: 3rem;
}

@media screen and (max-width:767px) {
	.maindesign .plan_card2 .plan_card_explanation .price_value {
	font-size: 2.5rem;
}
}

.maindesign .plan_card2 .const-box {
    margin: 10px 0;
	border: none;
	justify-content: flex-end;
	padding-right: 0;
}
	
	
.maindesign .plan_card3	.const_block {
	border: 1px solid #bbb;
    margin: 20px 0 0;
    padding: 10px 20px 5px;
    box-sizing: border-box;
}
	
.maindesign .plan_card3	.const_block .price_cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 10px;
}	
	

.maindesign .plan_card3	.const_block .price_cols p {
    font-weight: bold;
    line-height: 1.2;
    font-size: 1.5em;
}
	
.maindesign .plan_card3	.const_block .price_cols p span {
    font-weight: normal;
    font-size: 0.8em;
}
	
.maindesign .plan_card3	.const_block p.ex {
    font-weight: normal;
    line-height: 1.2;
    font-size: 1em;
}
	
.maindesign .plan_card3	.const_block .price_value {
	font-size: 2em;
}
	
@media screen and (max-width:767px) {	
	.maindesign h4 {
		font-size: 1em;
}

	.maindesign ul.recommend_item li {
		width: 100%;
	}
	
	.maindesign .price_value {
	font-size: 2.5em;
}

	.maindesign .const-box {
		font-size: 1.2em;
	}
	
	.maindesign .price-cols.solo {
		margin: 0;
	}
	
	.maindesign .const-box .price_title {
        margin: 0;
    }
	
	.maindesign .plan_card_img {
    width: 100%;
}
	
	.maindesign .plan_card {
		padding: 5px 5px 0;
	}
	
    .maindesign .plan_card_explanation {
		width: 100%;
		border: none;
		padding: 0;
}

	.maindesign ul.recommend_item li:not(:last-child) {
		margin-bottom: 20px;
	}

	.maindesign .plan_card2 .plan_card_explanation {
		width: 100%;
		border: none;
		padding: 0;
}
	
	.maindesign .plan_card_explanation .plan_card_name {
    font-size: 1.8em;
}
	.maindesign .plan_card .price_value {
	font-size: 2.5rem;
}

	
	.maindesign .plan_card3 .const_block .price_value {
		font-size: 8vw;

}

.maindesign p.txt_block {
    min-height: auto;
}
}

.maindesign .bnr_container {
	text-align: center;
	margin-top: 15px;
    
}

.maindesign .bnr_container img {
    width: 100%;
    height: auto;
    max-width: 860px;
}
	