/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
#index .caption2, #page .caption2 {
    margin: 15px;
    text-align: left;
    font-size: 10px;
    color: #999;
    line-height: 1.8;
    word-wrap: break-word;
	padding-bottom: 2rem;
}
#index h3.companyname {
    background: none;
    text-align: center;
    margin: 0 auto 2rem;
}
/*table*/
.table-wrap.wr01_table-scroll table {
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    font-size: 14px;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 40px;
    border: none;
}
.table-wrap.wr01_table-scroll table th,
.table-wrap.wr01_table-scroll table td{ 
    border: 1px solid #333;
    text-align: center;
    word-break: break-all;
    vertical-align: middle;
    padding: 20px;
}
.table-wrap.wr01_table-scroll table th{
    font-size: 16px; 
    font-weight: bold;
    background-color: #0d142f;
border-bottom: 1px solid #000 !important;
}
#third_term_election .area ul {
    margin: 1rem 0;
}
span2 {
    font-weight: bold;
    color: #de332e;
}



.frame__list--recommended::before {
    content: "";
    width: 47px;
    height: 27px;
    position: absolute;
    background:none;
    background-size: contain;
    top: -4rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.prcontena{
	border: 3px solid;
	margin-top: 5rem;
}

.prttl{
    font-size: 2.5rem;
    text-align: center;
    padding: 2rem;
    background: #ffca03;
    border-bottom: 3px solid;
	font-weight: bold;
}

.prcntnts{
	padding: 1rem 3rem;
	background: #fffedd;
}

.prconcent{
	font-size: 2rem;
    text-align: center;
    font-weight: bold;
}

.prflx{
	display:flex;
}

.flxright{
	width:40%;
    margin-right: 6rem;
}
.flxleft{
	width:50%;
}


@media screen and (min-width: 481px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

.mi {
    color: #e06b01;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 2px;
    position: relative;
    font-weight: bold;
    padding-bottom: 0.5rem;
}
.underline_color{

border-bottom: 2px solid #e06b01;
	font-size: 28px;
}
	#third_term_election .name2 {
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 10px 0;
		background: #fff2bc;
}
	#third_term_election .name3 {
    text-align: center;
    padding: 10px 15px 0;
    font-size: 13px;
    margin: 0 0 10px;
    color: #ff8a00;
    font-weight: bold;
}
#third_term_election .name4 {
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    margin: auto;
}	
	
	    #index .box-wrap .box .box-head2,
    #page .box-wrap .box .box-head2 {
        background: url(./img/2box_parts.png) left center no-repeat #fff2bc;
        background-size: contain;
        display: block;
        color: #000;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        line-height: 1.6;
        padding: 10px 36px 10px 15px;
    }
#third_term_election .area ul li {
    font-size: 15px;
}
	iframe.youtube {
    margin: 0 auto;
    display: block;
}

#category .frame__list--recommended::before {
    content: "";
    width: 47px;
    height: 27px;
    position: absolute;
    background: none;
    background-size: contain;
    top: -4rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.img-means-area {
     display: flex;
    justify-content: space-around;
}

.img-means-area img {
     aspect-ratio:auto;
}




}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.mi {
    font-size: 1.3rem;
    font-weight: bold;
    color: #f48904;
    display: table;
    background: #fffffe;
    padding: 0.3rem;
    margin: 0 auto 0.5rem;
    text-align: center;
}

	    #index .box-wrap .box .box-head2,
    #page .box-wrap .box .box-head2 {}
    #index .box-wrap .box .box-head2 a,
    #page .box-wrap .box .box-head2 a {
        background-size: 2rem auto, 50% auto;
        color: #000;
        display: block;
        font-size: 1.6rem;
        font-weight: bold;
        text-decoration: none;
        padding: 1rem 4rem 0.6rem 2rem;
    }
/*table*/
	.table-wrap.wr01_table-scroll {
    overflow-x: auto; /* 横スクロールを有効化 */
    -webkit-overflow-scrolling: touch; /* iOSの慣性スクロールを有効化 */
    margin: 20px 0; /* 余白の調整 */
}
.table-wrap.wr01_table-scroll::-webkit-scrollbar{
    height: 10px;
}
.table-wrap.wr01_table-scroll::-webkit-scrollbar-track{
    background: #f1f1f1;
    border-radius: 5px;
}
.table-wrap.wr01_table-scroll::-webkit-scrollbar-thumb{
    background: #bcbcbc;
    border-radius: 5px;
}
.table-wrap.wr01_table-scroll table {
    /* display: inline-block; この行は削除 */
    width: auto; /* テーブルの幅がコンテンツに応じて伸縮するように */
}
.table-wrap.wr01_table-scroll tbody {
    display: table-row-group;
}
.table-wrap.wr01_table-scroll table tr {
    display: table-row;
}
.table-wrap.wr01_table-scroll .w10 {
    width: 100px;
}
.table-wrap.wr01_table-scroll table tbody th.w10 {
    width: 10% !important;
}
.table-wrap.wr01_table-scroll table th, .table-wrap.wr01_table-scroll table td {
    border: 1px solid #333;
    text-align: center;
    word-break: break-all;
    vertical-align: middle;
    padding: 20px;
    display: table-cell;
}
.table-wrap.wr01_table-scroll table th {
    font-size: 16px;
    font-weight: bold;
    background-color: #eeeeee;
   /* color: #fff;*/
    display: table-cell;
}
	/*
	table.hi thead th, table.hi tbody th, table.hi tbody td {
    border-top: 0.1rem solid #cecece;
    padding: 0.8rem;
    vertical-align: middle;
    word-break: break-all;
    width: 30%;
    font-size: 1.4rem;
}
*/
.table-wrap.wr01_table-scroll table th, .table-wrap.wr01_table-scroll table td {
    width: 30%;
}
	
		    #index .box-wrap .box .box-head2,
    #page .box-wrap .box .box-head2 {
    background: url(./img/sp/2box_parts.png) left center no-repeat #fff2bc;
    background-size: contain;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    padding: 1rem 2rem;
}
#third_term_election .name2 {
    text-align: center;
    padding: 10px 15px;
    font-size: 19px;
    font-weight: bold;
    margin: 0 10px 0;
		background: #fff2bc;
}
	#third_term_election .name3 {
    text-align: center;
    padding: 10px 15px 0;
    font-size: 18px;
    margin: 0 0 10px;
    color: #ff8a00;
    font-weight: bold;
}
#third_term_election .name4 {
    text-align: center;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: bold;
    margin: auto;
}	
#third_term_election .area ul li {
    font-size: 17px;
}
	iframe.youtube {
    width: 100%;
}
.img-means-area {
    margin: 0 auto;
    text-align: center;
}
.img-means-area img:first-child {
    margin: 0 0 30px 0;
}
.img-means-area img {
    width:90%;
}

.prcontena {
    border: 3px solid;
    margin: 4rem auto 2rem;
    width: 92%;
}

.prttl {
    padding: 1rem;
}

.prflx {
    display: block;
}

.flxright {
    width: 100%;
    margin-right: 0rem;
}

.flxleft {
    width: 100%;
}












}