.vol-master section.article-content .contents h3.graphh3 {
    font-size: 18px;
    line-height: 28px;
    margin: 10px auto;
		display: inline-block;
}

.vol-master section.article-content .contents .column-02 .right   {
    width: 50%;
}

.vol-master section.article-content .contents .column-02 .left {
    width: 50%;
}

.vol-master section.article-content .contents .column-02 .leftgraph {
    width: 50%;
    display: inline-block;
}

.vol-master section.article-content .contents .column-02 .rightgraph {
    width: 50%;
    margin-left: 20px;
    display: inline-block;
}

.vol-master section.article-content .contents .column-02 .leftgraph2 {
    width: 43%;
    display: inline-block;
}

.vol-master section.article-content .contents .column-02 .rightgraph2 {
    width: 57%;
    margin-left: 20px;
    display: inline-block;
}

.vol-master section.article-content .contents .column-02 .leftgraph3 {
    width: 47%;
    display: inline-block;
}

.vol-master section.article-content .contents .column-02 .rightgraph3 {
    width: 53%;
    margin-left: 20px;
    display: inline-block;
}

.vol-master section.article-content .contents .column-02 {
    display: inline-flex;
}

.vol-master section.article-content .contents .column-02 .centergraph {
    width: 100%;
    margin-right: 0px;
    display: inline-block;
    margin: 0 auto;
}
.vol-master section.article-content .contents .column-02 .centergraph2 {
    width: 70%;
    margin-right: 0px;
    display: inline-block;
    margin: 0 auto;
}
@media screen and ( max-width: 799px ) {

  .vol-master section.article-content .contents .column-02 {
    display: block;
}

  .vol-master section.article-content .contents .column-02 .right  {
      width: 90%;
  }

  .vol-master section.article-content .contents .column-02 .left {
      width: 90%;
  }

  .vol-master section.article-content .contents .column-02 .leftgraph {
      width: 90%;
  }

  .vol-master section.article-content .contents .column-02 .rightgraph {
    width: 90%;
    margin-left: 0;
  }

  .vol-master section.article-content .contents .column-02 .centergraph {
      width: 90%;
  }
	
	  .vol-master section.article-content .contents .column-02 .centergraph2 {
      width: 90%;
    margin: 0 auto;
		padding: 0;
}
}


/* -------------------- 追加 -------------------- */
.graph-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
}

.graph-flex .flex-inner {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

.graph-flex .flex-inner img {
    width: 100%;
    max-width: 404px;
    margin: auto;
}

@media screen and ( max-width: 799px ) {
    .graph-flex .flex-inner {
        width: 90%;
    }
}
/* -------------------- /追加 -------------------- */


.orange-text{
  color: orange;
  font-weight: bold;
}

.under {
    border-bottom: solid;
    font-size: 20px;
}

.mb20 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px!important;
}

@media screen and ( max-width: 799px ) {
    .br-sp {
        display: none !important;
    }
}


@media screen and (min-width: 800px) {
    .pc {
        display:block;
    }

    .sp {
        display: none;
    }
}

@media screen and (max-width: 799px) {
    .pc {
        display:none;
    }

    .sp {
        display: block;
    }
}

@media screen and (max-width: 500px) {
  .vol-master section.article-content .contents .column-02 .leftgraph {
      width: 100%;
  }

  .vol-master section.article-content .contents .column-02 .rightgraph {
    width: 100%;
    margin-left: 0;
  }
	
  .vol-master section.article-content .contents .column-02 .leftgraph2 {
      width: 100%;
  }

  .vol-master section.article-content .contents .column-02 .rightgraph2 {
    width: 100%;
    margin-left: 0;
  }
  .vol-master section.article-content .contents .column-02 .leftgraph3 {
      width: 100%;
  }

  .vol-master section.article-content .contents .column-02 .rightgraph3 {
    width: 100%;
    margin-left: 0;
  }

  .vol-master section.article-content .contents .column-02 .centergraph {
      width: 100%;
  }
	
}

.vol-master section.article-content .contents h2 {
    position: relative;
    margin-top: 60px;
    padding-left: 30px;
    text-align: left;
}

.vol-master section.article-content .contents h2:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    background: url(../image/vol-master/h-tanpopo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 40px;
    margin: 0 auto;
}


.vol-master section.article-content .contents h3.h-question {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: left;
}

.vol-master section.article-content .contents h3.h-question strong {
    font-size: 25px;
    color: #E6214E;
}

.imagebox {
    display: flex;
}

.imagebox-text {
    width: 35%;
    margin-right: 20px;
}

.imagebox-image {
    flex: 1;
}

.sp2024-table {
    margin: 20px auto;
    border-top: solid 1px #e1e1e1;
    border-left: solid 1px #e1e1e1;
}

.sp2024-table th {
    padding: 7px 15px;
    border-right: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    background: #f9f9f9;
    font-weight: bold;
    text-align: left;
}

.sp2024-table td {
    width: 200px;
    padding: 7px 15px;
    border-right: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    text-align: center;
}

.sp2024-subtitle {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.box-clearfix {
    margin-bottom: 20px;
}

.box-clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.img03 {
    width: 430px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.img04 {
    width: 360px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.text-important {
    font-weight: bold;
    text-decoration: underline;
}

.sp2024-inp {
    margin: 20px 0;
    text-align: left;
}

.sp2024-inp li {
    display: inline-block;
    padding: 3px 10px;
    margin-right: 3px;
    background: #ffd500;
    font-weight: bold;
    border-radius: 5px;
}

.centergraph2-title {
    margin-bottom: 10px;
    font-weight: bold;
}

.img06 {
    width: 70%;
    float: left;
    margin-right: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.img07 {
    width: 420px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.sp2024-table02 {
    margin: 20px auto;
    border-top: solid 1px #e1e1e1;
    border-left: solid 1px #e1e1e1;
}

.sp2024-table02 th {
    padding: 7px 15px;
    border-right: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    background: #f9f9f9;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.sp2024-table02 td {
    width: 200px;
    padding: 7px 15px;
    border-right: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    text-align: center;
    vertical-align: middle;
}

.sp2024-table02 thead th {
    background: #FDAE8A;
}

.sp2024-table02 tbody .first td {
    background: #FFE14B;
}

.sp2024-table02 tbody .second td {
    background: #FFEE98;
}

.sp2024-table02 tbody .third td {
    background: #FFF8D8;
}

.sp2024-table02 a {
    font-weight: bold;
    text-decoration: underline;
}

.sp2024-table02 a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1000px) {
    .img03 {
        margin-top: 10px;
        float: none;
    }

    .img04 {
        width: 430px;
        margin-top: 10px;
        float: none;
    }

    .img07 {
        margin-top: 10px;
        float: none;
    }
}

@media screen and (max-width: 799px) {
    .vol-master section.article-content .contents h2 {
        padding-left: 20px;
    }

    .vol-master section.article-content .contents h2:before {
        position: absolute;
        top: -5px;
        left: 0;
        display: block;
        content: "";
        background: url(../image/vol-master/h-tanpopo.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 15px;
        height: 30px;
        margin: 0 auto;
    }

    .vol-master section.article-content .contents h3.h-question {
        position: relative;
        padding-left: 23px;
        font-size: 16px;
        line-height: 1.35;
    }

    .vol-master section.article-content .contents h3.h-question strong {
        position: absolute;
        top: -3px;
        left: 0;
        font-size: 18px;
    }

    .centergraph2-title {
        font-size: 14px;
    }

    .sp2024-table {
        font-size: 14px;
        line-height: 1.35;
    }

    .sp2024-table th, .sp2024-table td {
        vertical-align: middle;
    }

    .sp2024-subtitle {
        font-size: 16px;
    }

    .sp2024-table02 {
        font-size: 14px;
        line-height: 1.35;
    }

    .vol-master section.article-content .contents h3.h-question-sp-normal {
        padding-left: 0;
    }

    .img03 {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }

    .img04 {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }

    .img07 {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
}