@charset "UTF-8";
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*  Color */
/*  Font size */
@media screen and (min-width: 769px), print {
  .content {
    width: 960px;
  }
  .content h2 {
    margin: 0 auto 48px;
  }
  .content h2 img {
    margin: 0 auto 10px;
  }
  .content .tab_menu {
    margin: 0 0 55px;
  }
  .content .tab_menu ul {
    overflow: hidden;
  }
  .content .tab_menu ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: left;
    width: 230px;
    height: 74px;
    color: #605fce;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-align: center;
    border: solid 1px #605fce;
    cursor: pointer;
  }
  .content .tab_menu ul li.active {
    color: #fff;
    border: none;
    background: #605fce;
  }
  .content .tab_menu ul li:nth-child(5) {
    margin: 0;
  }
  .content .tab_menu ul li + li {
    margin: 0 0 25px 12px;
  }
  .content .tab_box article {
    display: none;
    margin: -80px 0 0;
    padding: 80px 0 0;
  }
  .content .tab_box article.active {
    display: block;
  }
  .content .tab_box article h3 {
    margin: 0 0 30px;
    color: #605fce;
    font-size: 24px;
  }
  .content .tab_box article section {
    margin: 0 0 45px;
  }
  .content .tab_box article section h4 {
    margin: 0 0 20px;
    font-size: 20px;
  }
  .content .tab_box article section h4 span {
    position: relative;
    padding: 0 0 0 13px;
  }
  .content .tab_box article section h4 span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #605fce;
  }
  .content .tab_box article section dl {
    width: 925px;
    margin: 0 0 20px;
    border-bottom: solid 1px #dad8d8;
  }
  .content .tab_box article section dl:last-child {
    margin: 0;
    padding: 0;
  }
  .content .tab_box article section dl dt, .content .tab_box article section dl dd {
    position: relative;
    padding: 0 52px;
  }
  .content .tab_box article section dl dt {
    margin: 0 0 20px;
    font-size: 18px;
    cursor: pointer;
  }
  .content .tab_box article section dl dt::before {
    content: "課題";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.5;
    padding: 3px 6px;
    font-size: 14px;
    color: #fff;
    background: #ef8181;
  }
  .content .tab_box article section dl dt::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background: url(../images/icon_plus.png) no-repeat center;
  }
  .content .tab_box article section dl dt.open::after {
    top: 12px;
    width: 22px;
    height: 1px;
    background: #605fce;
  }
  .content .tab_box article section dl dd {
    display: none;
    position: relative;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 1.6;
  }
  .content .tab_box article section dl dd::before {
    content: "解決";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.5;
    padding: 3px 6px;
    font-size: 14px;
    color: #fff;
    background: #88d57d;
  }
  .content .tab_box article section dl dd a {
    color: #605fce;
    text-decoration: underline !important;
  }
  .content .tab_box article section dl dd a:hover {
    text-decoration: none !important;
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .content h2 {
    margin: 0 auto 20px;
  }
  .content h2 img {
    width: 30px;
    vertical-align: middle;
  }
  .content .tab_menu {
    width: 96%;
    margin: 0 auto 20px;
  }
  .content .tab_menu ul {
    overflow: hidden;
  }
  .content .tab_menu ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: left;
    width: 49%;
    height: 40px;
    color: #605fce;
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 1;
    text-align: center;
    border: solid 1px #605fce;
    cursor: pointer;
  }
  .content .tab_menu ul li.active {
    color: #fff;
    border: none;
    background: #605fce;
  }
  .content .tab_menu ul li:nth-child(odd) {
    margin: 0 2% 5px 0;
  }
  .content .tab_box article {
    width: 96%;
    margin: -50px auto 0;
    padding: 50px 0 0;
    display: none;
  }
  .content .tab_box article.active {
    display: block;
  }
  .content .tab_box article h3 {
    margin: 0 0 10px;
    color: #605fce;
    font-size: 18px;
  }
  .content .tab_box article section {
    margin: 0 0 45px;
  }
  .content .tab_box article section h4 {
    margin: 0 0 10px;
    font-size: 16px;
  }
  .content .tab_box article section h4 span {
    position: relative;
    padding: 0 0 0 13px;
  }
  .content .tab_box article section h4 span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #605fce;
  }
  .content .tab_box article section dl {
    width: 96%;
    margin: 0 auto 20px;
    border-bottom: solid 1px #dad8d8;
  }
  .content .tab_box article section dl:last-child {
    margin: 0 auto;
  }
  .content .tab_box article section dl dt, .content .tab_box article section dl dd {
    position: relative;
    padding: 0 12px 0 50px;
  }
  .content .tab_box article section dl dt {
    margin: 0 0 20px;
    font-size: 13px;
    cursor: pointer;
  }
  .content .tab_box article section dl dt::before {
    content: "課題";
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 6px;
    font-size: 14px;
    color: #fff;
    background: #ef8181;
  }
  .content .tab_box article section dl dt::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 20px;
    background: url(../images/icon_plus.png) no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .content .tab_box article section dl dt.open::after {
    top: 10px;
    width: 15px;
    height: 1px;
    background: #605fce;
  }
  .content .tab_box article section dl dd {
    display: none;
    position: relative;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 2;
  }
  .content .tab_box article section dl dd::before {
    content: "解決";
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 6px;
    font-size: 14px;
    color: #fff;
    background: #88d57d;
  }
  .content .tab_box article section dl dd a {
    color: #605fce;
    text-decoration: underline !important;
  }
  .content .tab_box article section dl dd li {
    padding: 0 0 0 1em;
    text-indent: -1em;
  }
}
