@charset "utf-8";
#site_loader_overlay{/*load非表示　テスト*/
    display: none;
}
#left_col{/*サイドバー非表示　テスト*/
    display: contents;
}
nav.wp-container-2{
    display: none;
}
ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.form-dropdown{
    margin: 10px 0 30px;
    position: relative;
}
.form-dropdown select{
    color: #1d1d1f;
    background-color: #fff;
    font-size: 17px;
    line-height: 1.23536;
    font-weight: 400;
    letter-spacing: -.022em;
    width: 100%;
    height: 70px;
    border-radius: 12px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    padding: 1.05882rem 2.35294rem 0 0.94118rem;
    padding: 18px 15px 0px;
    -webkit-appearance: none;
    appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    border: solid 1px #999;
}
.form-dropdown select:focus{
  outline-color: #BA996B;
}
.form-dropdown-label {
    position: absolute;
    pointer-events: none;
    transition-timing-function: ease-in;
    transition-duration: .125s;
    top: 0.58824rem;
    top: 10px;
    left: 1rem;
    left: 16px;
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -.01em;
    color: #6e6e73;
}
.form-dropdown-chevron {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: .006em;
    position: absolute;
    pointer-events: none;
    right: 0.94118rem;
    top: 0.70588rem;
}
.form-dropdown-chevron:before {
    color: inherit;
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    text-decoration: underline;
    position: relative;
    alt: "";
    text-decoration: none;
    font-family: 'design_plus';
    content: '\f107';
    content: '\e90e';
    font-weight: 900;
    font-size: 11px;
    color: #6e6e73;
}
.hidden {
    display: none;
}
#price_simulator *{
    box-sizing: border-box;
}
.breakdown_price{
    font-size: 140%;
    margin-left: 10px;
	font-weight: bold;
}
.select_section{
    padding: 20px;
    margin: 20px 0;
    border: solid #eee;
    border-radius: 10px;
}
#price_simulator_outer{
    font-size: 16px;
}
#price_simulator_outer h3 {
    font-size: 130%;
    margin: 10px 0;
    font-weight: 600;
}
#price_simulator_outer h3 .notice{
    margin-left: 10px;
    display: inline-block;
}
#price_simulator_outer section h3 {
    font-size: 120%;
    line-height: 1.4;
}
#price_simulator_outer section h3:not(:first-of-type) {
    border-top: solid 1px #eee;
    margin-top: 30px;
}
#price_simulator_outer h4{
    font-weight: 600;
}
#price_simulator_outer p{
    line-height: 1.4;
}
#price_simulator_outer .notice{
    color: #717171;
    font-size: 80%;
    margin: 10px 0;
    line-height: 1.6;
}
#price_simulator_outer .notice.f-right{
    display: flex;
    justify-content: end;
}

#pricetotal_outer{
    background: #E45556;
    color: #fff;
    padding: 20px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
	text-align: center;
}
#priceTotal,#totalPrice{
    font-weight: 600;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    font-size: 200%;
    margin-left: 10px;
    position: relative;
}
#priceTotal .tax,#totalPrice .tax{
    font-size: 50%;
}

.tax{
    font-weight: normal;
    font-size: 85%;
}
/*ソフトウェア本体*/
#software ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
    gap:10px;
}
#software li{
    width: 33.3%;
    border: solid #eee;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 10px;
    margin-left: -5px;
    margin-right: -5px;
}
#software .column-1 li{
    width: 100%;
}
#software .column-2 li,
.select_section .column-2 li,
.price-result.column-2 li{
    width: 49%;
}
#software li.flex{
	display: flex;
	align-items: center;
    justify-content: space-between;
}
#software li.flex img{
	max-width: 20%;
}
#software li.flex h4 img{
	max-width: 30%;
}

#software li h4 {
    font-weight: 600;
    margin: 10px 0;
}
#software li p{
    line-height: 1.4;
}
#software li span {
    display: block;
    font-size: 80%;
    color: #00377b;
    line-height: 1.6;
    margin-top: 5px;
}
#software li:hover{
    border: solid #fe9503;
}
#software li.item_cart_btn_active {
    border: solid #fe9503;
    background: #fe950375;
}
/*オプション項目*/
#option{
    display: contents;
}
#option h3{
    /*margin: 60px 0 20px;*/
}
#option ul{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	margin-left: 0;
}
#option_clear{
    padding: 0 10px!important;
    color: #fe9503;
    width: fit-content!important;
    border: 1px solid #fe9503!important;
    font-size: 80%;
}
#option li{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid #eee;
    margin-left: 0px;
    padding: 10px;
    border-radius: 10px;
    gap: 10px;
    flex-wrap: wrap;
}
#option li.item_cart_btn_disable {
    pointer-events: none;
    background: #fbfbfb;
    opacity: .8;
}
#option li g{
    width: calc(100% - 200px);
}
#option li h4{
    font-weight: 600;
    margin: 10px 0;
    font-weight: 600;
}
#option li p{
    line-height: 1.4;
    font-size: 95%;
}
#option li span{
    display: block;
    font-size: 80%;
    color: #00377b;
    line-height: 1.6;
    margin-top: 5px;
}
#option li h4 span{
    font-size: 70%;
    margin-left: 5px;
    color: #999;
    font-weight: normal;
    display: inline-block;
}
#option li .monthly_fee{
    color: #00377b;
    font-weight: 600;
    font-size: 80%;
}
#option li .price{
    font-style: normal;
    font-size: 90%;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: end;
}
#option li a{
    text-decoration: underline;
    color: inherit;
}
#option li:hover{
    border: solid #fe9503;
}
#option li.item_cart_btn_active{

}
input[type="checkbox"] {
    margin-right: 10px;
    position: relative;
    width: 26px;
    height: 26px;
    vertical-align: -5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ddd;
    border-radius: 5px;
}
.item_cart_btn_active input[type="checkbox"]{
    background: #FE9503;
}
.item_cart_btn_active input[type="checkbox"]:before {
    position: absolute;
    top: 4px;
    left: 9px;
    transform: rotate(50deg);
    width: 6px;
    height: 12px;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    content: '';
}
#btn_back{
    color: #E45556;
    padding: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    border-radius: 10px;
    transition: opacity .5s ease-out;
    border: solid #E45556;
}
#btn_back:hover{
    text-decoration: inherit;
    opacity: .7;
}
#btn_back:after{
    font-family: 'design_plus';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e911';
    margin-left: 10px;
}
.post_content ul.price-result{
	display: flex;
    justify-content: space-between;
    align-items: stretch;
	margin-left: 0;
}
.price-result li{
	border: 3px solid #E45556;
	width: 32%;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
}
.add-price {
    display: none!important;
}

@media screen and (max-width:991px){

}

@media screen and (max-width:767px){
	#pricetotal_outer,#priceTotal{
		display: block;
		text-align: center;
	}
	#price_simulator_outer h3 .notice {
		margin-left: 0;
	}
	#software li,#software .column-2 li{
		width: 100%;
	}
	#option li g {
		width: calc(100% - 50px);
	}
	#option li .price {
		width: 100%;
	}
	.post_content ul.price-result{
		display: block;
	}
	.price-result li{
		width: 100%;
		margin-bottom: 10px;
	}
	#software .column-2 li, .select_section .column-2 li,.price-result.column-2 li{
		width: 100%;
	}
}
