@charset "UTF-8";
/* CSS Document */

#incontainer3{
    width:960px;margin:0 auto;
}
.price_sub{
    margin: 10px 0px 10px 0;
    width:220px;
    box-sizing: border-box;
}
.price_main{
    width:740px;
    margin:10px 0;
    box-sizing: border-box;
}
.neo_price {
    margin:0 auto;
    width:860px;
    box-sizing: border-box;
    border-collapse:collapse;
    font-size: 1.2em;
    }
.neo_price th,.neo_price td{
    min-height:100px!important;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding:20px auto;
    justify-content: center;
    align-items: center;
    border-bottom:1px dashed #ccc;
}
.neo_price th{
    width:35%;
}
.neo_price td{
    width:65%;
}
.price_info{
    width:860px;
    display: flex;
    box-sizing: border-box;
    margin:20px auto;
    padding:10px;
    justify-content: space-around;
    align-items: center;
    flex-grow: stretch;
    background:rgba(0,0,0,0.05);
    border-radius: 10px;
}
.price_info .info_box{
    width: 33%;
}
.price_info .icon_flex{
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
h3.aaa{
    position: relative;
    background-color:#fff;
    border:none;
    padding:0;
    margin:0;

    margin:40px 40px 40px;
    width:100%;
    padding-left:40px;
    line-height: 40px;
    box-sizing: border-box;
    background:linear-gradient(90deg,#FFD9AA,white);

}
h3.aaa:before{
    position: absolute;
    content:"　";
    background-color:#FF9939;
    width:40px;
    height:40px;
    left:-20px;
    transform:rotate(45deg)
}
.price_list {
    margin:0.5em auto 25px;
    border:solid 1px #999;
    border-collapse:collapse;
    width:980px;
    font-size:100%;
}

.price_list th,.price_list td {
    margin:0;
    padding:2px 5px;
    border:solid 1px #999;
}

.price_list th {
    /*width:84px;*/
    background-color:#ff9;
    text-align:center;
    color:#666;
    font-weight:bold;
}

.price_list td {
    text-align:right;
    color:#666;
}

.price_list td.ccc {
    text-align:left;
    color:#666;
}

.price_list td.center {
    text-align:center;
    color:#666;
}
ul.size-list{
    list-style: none;
    width:920px;
    margin:0 auto 20px;
}
.size-list li{
    display:flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    line-height: 1.4em;
    vertical-align: middle;
    padding-bottom:8px;
    margin:8px auto;
    border-bottom: 1px dashed #ccc;
}
li.st{
    border-top:1px dashed #ccc;
    font-weight: bolder!important;
    padding-top:10px;
    color:black;
}
.ico{
    width:20%;
    text-align: left;
}
.name{
    width: 20%;
    text-align: left;
	font-weight: bold;
	font-size: 1.2em;
}
.use{
	width:30%;
	text-align: left;
}
.size{
    width:30%;
    text-align: left;
}
#cnt {
	display: flex;
	justify-content: space-around;
	width: 960px;
	margin:20px auto;
}

.icn,.icn_r{
	width:20%;
}
.icn img{
	box-sizing: border-box;
	border:1px solid #666;
	border-radius: 2px;
	background-color: #ccc;
}
.icn_r img{
	box-sizing: border-box;
	border:1px solid #666;
	border-radius: 10px;
	background-color: #ccc;
}

.use small{
	color:crimson;
	font-size: 0.85em;
}

ul.card-4 li{
	border-color:#ccc;
}

.invite-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #111;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-size: 14px;
}
a.invite-btn{
	color:#fff!important;
	text-decoration: none!important;
}

.img-row {
  width: 980px;
  display: flex;
  gap: 10px;
}
