@charset "UTF-8";

/*
Theme Name: MY THEME
Author: ICHIMIYAUNYU
Description: This is my original theme.
Version: 1.0
*/

/* ----------------------------------------------------------------------
女性に関する数値ページ
---------------------------------------------------------------------- */

.Womannumber__box{margin:0 auto;}
.Womannumber__box section{width:80%; margin:0 auto; text-align:center;}
.Womannumber__box section:nth-of-type(1){padding-top:50px; padding-bottom:50px;}
.Womannumber__box section:nth-of-type(2){padding-bottom:20px;}
.Womannumber__box section:nth-of-type(3){padding-bottom:20px;}
.Womannumber__box section:nth-of-type(5){padding-top:50px;}
.Womannumber__box section:nth-of-type(6){padding:50px 0;}
.Womannumber__box section h3{padding: 0.4em 0;
    background: #3E3A39;
    border-radius: 30px;
font-size: 20px;
    font-weight: 600;
    color: #fff;
text-align: center; position:relative; margin:0 0 15px 0}
.Womannumber__box section h3 span{position:absolute; right:0; top:45px; color:#000000; font-size:16px;}

.Womannumber__box section table{border-collapse: collapse;
    border-spacing: 0;
    width: 100%;}

.Womannumber__box section table th, .Womannumber__box section table td{border:1px solid #cccccc; padding:5px; text-align:left;}
.Womannumber__box section table th{background-color:#eee;}

.Womannumber__box section p{margin:5px 0 0 0; text-align:left;}

.w500{width:50%;}
.Womannumber__box section table td:empty {
background-image: linear-gradient(to top right, transparent, transparent 48%, #f2f2f2 48%, #f2f2f2 52%, transparent 52%, transparent);}
.br_only_sp2{display:none;}

@media (min-width: 1500px) {
.Womannumber__box section{width:1200px;}
}
@media (max-width: 1200px) {
.Womannumber__box section{width:90%;}
}
@media (max-width: 980px) {
.Womannumber__box{width:980px;}
}