    .main {
        font-size: 1.5rem;
        margin: 0 auto 3rem;
        padding: 0.5rem 2.0rem;
        background: #fdfff5;
    }

    .main p {
        font-size: 1.7rem;
    }

    .main ul {
        padding: 0.5rem 1.0rem 0.5rem 1.5rem;
        list-style-position: outside;
    }

    .main ol {
        padding: 0.5rem 1.0rem 0.5rem 1.5rem;
        list-style-position: outside;
    }
    
    .main h1 {
        font-size: 1.9rem;
        color: #555;
        margin: 1rem auto;
        padding: 0;
        text-align: center;
        border-bottom: 2px #555 solid;
    }

    .main .overview {
        box-shadow: none;
    }


	/*テーブル*/	
    .main .overview .responsive {
		font-size: 1.5rem;
		clear: both;
		margin: 0 1rem ;
    }
	
    .main .overview .responsive table {
		border-collapse: separate;
		border-spacing: 0 2rem;
		margin: -1rem auto 1rem auto;
		width: 100%;
    }

    .main .overview .responsive tr {
        box-shadow: 0px 8px 8px -3px rgb(0 0 0 / 50%);
		border-radius: 5px;
    }

    .main .overview .responsive th {
        border: none;
        display: block;
        width: 100%;
		padding:0.5rem ;
        box-sizing: border-box;
        font-weight: bold;
		border-radius: 5px 5px 0 0;
        font-size: 1.6rem;
		color: #fff;
    }
	
    .main .overview .responsive th br {
		display:none;
	}

    .main .overview .responsive td {
        border: none;
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 0.5rem 0.5rem 0.5rem 1.0rem;
        word-break: break-all;
    }
	
    .main .overview .responsive td p {
		margin-top:0;
        padding-right : 0 ;
        padding-left : 0 ;

    }
	
    .main .overview .responsive td ul {
        list-style-type: none;
        margin: 0;
        padding: 0.3rem;
    }
	
    .main .overview .responsive td li {
        margin-bottom: 0.5rem;
    }
	
    .main .overview .responsive td:before {
        content: attr(data-title) " ";
    }

    .main .overview .responsive .clear {
        clear: both;
    }

    .main .overview .responsive td ul.asterisk {
        margin-left: 1.2rem;
    }

    /*免責事項*/
    
    .overview h2 {
        font-size: 1.9rem;
        color: #555;
        margin: 1rem ;
        padding: 0 1rem;
        text-align: center;
        border-bottom: 2px #555 solid;
    }

    .main #disc {
        margin: 1rem 0.5rem 3rem 0.5rem;
    }

    .main #disc h3 {
        padding-bottom: 0;
    }

    .main #disc p {
        margin-right: 1.0rem;
        margin-left: 0.7rem;
    }

    /* 戻る */
    .back {
        font-size: 18px;
        font-weight: bold;
        text-align: right;
        margin: 20px 30px 20px 10px;
    }

    /*ボタン*/
    .main .overview .add_info .button {
        background-color: green;
        text-decoration:none;
    }

/*-- ↓タブレット用↓ --*/
@media screen and (min-width: 641px) {

        /* Content */

        .main h1 {
            font-size: 2.5rem;
            color: #555;
            margin: 1rem;
            padding: 0 1rem;
            border: none;
        }

        .main .overview ul {
            padding-left: 4rem;
        }

        	/*テーブル*/
        
        .main .overview .responsive table {
            border-collapse: collapse;
            border-spacing: 0 ;
            border: 1px solid #ccc;
            font-size: 1.7rem;
            margin: 2rem auto;
            max-width: 90%;
            box-shadow:none;
        }

        .main .overview .responsive .asct tr {
            box-shadow: none;
            border-radius: 0;
        }

        .main .overview .responsive .asct th {
            border: 1px solid #ccc;
            display: table-cell;
            width: 20%;
            padding:0.5rem ;
            box-sizing: unset;
            font-weight: bold;
            border-radius: 0;
            background: none;
            background-color: #e8ebee;
            color: #555;
            text-align: right;
        }
        
        .main .overview .responsive .asct th br {
            display:block;
        }

        .main .overview .responsive .asct td {
            border: 1px solid #ccc;
            display: table-cell;
            box-sizing: unset;
            padding: 0.5rem 0.5rem 0.5rem 1.0rem;
            word-break: normal;
        }
        
        .main .overview .responsive .asct td:before {
            content: none;
        }

        .main .overview h2 {
            color: #555;
            margin-top: 3rem;
            padding-left: 4rem;
            text-align: left;
            border:0;
        }
        
        .main .overview #disc {
            margin: 1rem 5rem 5rem;
        }

        .main .overview #disc h3 {
            padding-bottom: 0;
        }

        .main .overview #disc p {
            margin-right: 1.5rem;
            margin-left: 1.0rem;
        }

        /*ボタン*/
        .main .overview .add_info {
            margin-right: 2.5rem;
        }
    }

/*-- PCベース 共通 (1025px 以上)--*/ 
@media screen and (min-width: 1025px) {

        .main h1 {
            font-size: 3.0rem;
            color: #555;
            margin: 1rem;
            padding: 0 1rem;
        }

        .main .overview {
            box-shadow: none;
        }

        .main .overview ul {
            padding-left: 4rem;
        }
   

    }
    
