@charset "UTF-8";
/* コンテンツ */

.tx1 {
    line-height: 1.7;
}
.tx1 h3 {
    font-size: 1.4em;
    color: #1c4a6b;
    margin-bottom: 5px;
}
.tx2 {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
.tx3 {
    line-height: 1.7;
}
.tx3 h3 {
    font-size: 1.4em;
    color:#37b4e7;
}
.price {
    position: relative;
    overflow: hidden;
}
.price ul {
    position: relative;
    left: 50%;
    float: left;
}
.price li {
    position: relative;
    left: -50%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    height: 240px;
}
.price li:nth-child(odd) {
    background-color: #fff;
    border-radius: 20px;
    width: 240px;
    padding: 20px;
}
.price li:nth-child(even) {
    margin: 0 15px;
}
.price li img {
    width: 24px;
    opacity: 0.5;
}
.price li p {
    line-height: 1.7;
    margin-top: 10px;
}
.price li h4 {
    font-weight: normal;
    line-height: 2.5em;
    text-align: center;
}
.price li h4 strong {
    font-family: 'Ropa Sans', sans-serif;
    font-size: 2.5em;
    font-weight: bold;
    color: #15cbe0;
    margin-left: 10px;
}
.price li h4 span {
    color: #15cbe0;
}
.price li h3 {
    font-size: 1.4em;
    line-height: 1.4;
    margin-bottom: 5px;
    color: #1c4a6b;
    text-align: center;
}
.price li:last-child {
    background-color: #15cbe0;
}
.price li:last-child h3,.price li:last-child p {
    color: #fff;
}

.payment ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.payment ul li {
    margin-right: 30px;
}
.payment ul li:last-child {
    margin-right: 0;
}
.payment img {
    height: 40px;
}

.caution {
    font-size: 1.4em;
    color: #37b4e7;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #ffff33;
    text-decoration-thickness: 3px;
}

.table_p {
    width: 100%;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
    box-sizing: border-box;
}
.table_p td {
	border-width:0 0 1px 1px;
	border-left-style:dotted;
    border-bottom-style:solid;
	border-color:#999;
	padding:30px;
	vertical-align:top;
	margin:0;
    box-sizing: border-box;
}
.table_p th {
	border-width:0 0 1px 0;
	border-bottom-style:solid;
	border-color:#999;
	padding:30px;
	text-align:left;
	vertical-align:top;
	margin:0;
	font-weight:normal;
    color: #1c4a6b;
    width: 360px;
    box-sizing: border-box;
    
}
.table_p tr td:nth-last-child(2) {
    width: 250px;
    text-align: right;
    color: #15cbe0;
   
}
.table_p tr td:nth-last-child(2) span {
    font-family: 'B612 Mono', monospace;
    margin-right: 1px;
}
.table_p tr td:last-child {
    font-size: 0.92em;
}

@media screen and (min-width: 500px) {
.table_p tr:last-child th,.table_p tr:last-child td {
    border-bottom:none !important;
}
}

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

.tx1 h3 {
    font-size: 1.16em;
}
.tx3 h3 {
    font-size: 1.16em;
}
.price {
    margin-left: 25px;
    margin-right: 25px;
}
.price ul {
    position: relative;
    left: 0;
    float: none;
}
.price li {
    position: relative;
    left:0;
    float: none;
    height: auto;
}
.price li:nth-child(odd) {
    width: auto;
}
.price li:nth-child(even) {
    margin: 10px;
}
.price li img {
    width: 20px;
}
.price li:nth-last-child(2) img {
    transform:rotate(90deg);
}
.price li h3 {
    font-size: 1.32em;
}

.payment ul li {
    margin-right: 10px;
}
.payment img {
    height: 23px;
}

.caution {
    font-size: 1.16em;
    line-height: 1.7;
}

.table_p {
	display: block;
	width:auto;
}
.table_p tbody {
	display: block;
}
.table_p tr {
	display: block;
}
.table_p th,.table_p td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto !important;
	border:none;
    text-align: left !important;
}
.table_p th {
	text-align:left;
	line-height: 1.5;
    padding: 0 10px 7px;
    color: #1c4a6b;
    border-bottom: 1px solid #999;
}
.table_p tr td:nth-last-child(2) {
    padding: 7px 10px;
}
.table_p tr td:last-child {
	margin:0 10px 40px ;
	padding: 0;
    font-size: 0.84em;
}
.table_p tr:last-child td:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 20px;
}
}
