@charset "UTF-8";

.content_square:before {
  content:"◆";
}
.figcap {
  color: #004893;
}

/* PC用 */
@media screen and (min-width: 768px) , print {
  .comparison {
    display: flex;
    justify-content: start;
    width: 100%;
  }
  .comparison > .item {
    width: 45%;
  }
  .comparison > .item > h3 {
    background-color: #999999;
    color: #FFFFFF;
    padding: 5px 10px;
    text-align: center;
  }
  .comparison > .item > p {
    margin: 10px 0 10px;
  }
  .comparison > .arrow {
    width: 10%;
    margin: 0 10px;
    position: relative
  }
  .comparison > .arrow > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  
  #alert-flex {
    display: flex;
    justify-content: start;
    width: 100%;
  }
  #alert-flex > #item-1 {
    width: calc(30% - 10px);
    margin-right: 10px;
  }
  #alert-flex > #item-2 {
    display: flex;
    flex-direction: column;
    width: calc(45% - 10px);
    margin-right: 10px;
    padding-top: 80px;
    color: #003f7e;
    
  }
  #alert-flex > #item-1 > audio {
    width: 100%;
  }
  #alert-flex > #alert_photo-flex {
    width: 25%;
  }
  
  .detail_features > .detail_features_main {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  /* メイン文章 */
  .detail_features > .detail_features_main > p {
    display: block;
    position: relative;
    width: calc(100% - 40px);
    background-color: #eaf6fd;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 1.2em;
  }
  .detail_features > .detail_features_main > p::before,
  .detail_features > .detail_features_main > p::after {
    position: absolute;
    width: 20px;
    height: 30px;
    content: '';
  }
  .detail_features > .detail_features_main > p::before {
    border-left: double 5px #4d9bc1;
    border-top: double 5px #4d9bc1;
    top: 0;
    left: 0;
  }
  .detail_features > .detail_features_main > p::after {
    border-right: double 5px #4d9bc1;
    border-bottom: double 5px #4d9bc1;
    bottom: 0;
    right: 0;
  }
  .detail_features > .detail_features_main > .detail_features_main_100 {
    width: calc(100% - 1.3em - 2em);
    margin-left: 2em;
    margin-bottom: 20px;
    text-indent: -1.3em;
    padding-left: 1.3em;
  }
  .detail_features > .detail_features_main > .detail_features_main_100 > div {
    margin-left: 1em;
    text-indent: 0;
  }
  .detail_features > .detail_features_main > .detail_features_main_left {
    width: calc(50% - 1.3em - 2em);
    margin-left: 2em;
    margin-bottom: 20px;
    text-indent: -1.3em;
    padding-left: 1.3em;
  }
  .detail_features > .detail_features_main > .detail_features_main_100 > strong, .detail_features > .detail_features_main > .detail_features_main_left > strong {
    font-size:1.2em;
  }
  .detail_features > .detail_features_main > .detail_features_main_left > div {
    margin-left: 1em;
    text-indent: 0;
  }
  .detail_features > .detail_features_main > .detail_features_main_left > div.onepoint {
    width: calc(100% - 100px);
    background-color: #EEE;
    padding: 20px;
    border-radius: 10px;
  }
  .detail_features > .detail_features_main > .detail_features_main_left > div.onepoint > h3 {
    width: 100%;
    font-size: 1.2em;
    text-align: center;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
  }
  .detail_features > .detail_features_main > .detail_features_main_right {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .flex-bottom-align {
    display: flex;
    align-items: flex-end;
  }
  
}
 
/* 小さい画面用 */
@media screen and (max-width: 767px) {
  .comparison {
    width: 100%;
  }
  .comparison > .item {
    width: 100%;
  }
  .comparison > .item > h3 {
    background-color: #999999;
    color: #FFFFFF;
    padding: 5px 10px;
    text-align: center;
  }
  .comparison > .item > p {
    margin: 10px 0 10px;
  }
  .comparison > .item > img {
    width: 100%;
  }
  .comparison > .arrow {
    width: 100%;
    height: 40px;
    margin: 0 10px;
    position: relative
  }
  .comparison > .arrow > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  #alert-flex {
    width: calc(100% - 10px);
  }
  #alert-flex > #item-1 {
    width: calc(100% - 10px);
    text-align: center;
    margin-bottom: 20px;
  }
  #alert-flex > #item-2 {
    width: calc(100% - 10px);
    text-align: center;
    color: #003f7e;
  }
  #alert-flex > #alert_photo-flex {
    text-align: center;
  }
  
  .detail_features > .detail_features_main {
    margin-bottom: 40px;
  }
  /* メイン文章 */
  .detail_features > .detail_features_main > p {
    display: block;
    position: relative;
    width: calc(100% - 40px);
    background-color: #eaf6fd;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 1.2em;
  }
  .detail_features > .detail_features_main > p::before,
  .detail_features > .detail_features_main > p::after {
    position: absolute;
    width: 20px;
    height: 30px;
    content: '';
  }
  .detail_features > .detail_features_main > p::before {
    border-left: double 5px #4d9bc1;
    border-top: double 5px #4d9bc1;
    top: 0;
    left: 0;
  }
  .detail_features > .detail_features_main > p::after {
    border-right: double 5px #4d9bc1;
    border-bottom: double 5px #4d9bc1;
    bottom: 0;
    right: 0;
  }
  .detail_features > .detail_features_main > .detail_features_main_100 {
    width: calc(100% - 1.3em - 2em);
    margin-left: 2em;
    margin-bottom: 20px;
    text-indent: -1.3em;
    padding-left: 1.3em;
  }
  .detail_features > .detail_features_main > .detail_features_main_100 > div {
    margin-left: 1em;
    text-indent: 0;
  }
  .detail_features > .detail_features_main > .detail_features_main_left {
    width: calc(100% - 1.3em - 2em);
    margin-left: 2em;
    text-indent: -1.3em;
    padding-left: 1.3em;
  }
  .detail_features > .detail_features_main > .detail_features_main_100 > strong, .detail_features > .detail_features_main > .detail_features_main_left > strong {
    font-size:1.2em;
  }
  .detail_features > .detail_features_main > .detail_features_main_left > div {
    margin-left: 1em;
    text-indent: 0;
  }
  .detail_features > .detail_features_main > .detail_features_main_left > div.onepoint {
    width: calc(100% - 40px -1.3em - 2em);
    background-color: #EEE;
    padding: 20px;
    border-radius: 10px;
  }
  .detail_features > .detail_features_main > .detail_features_main_left > div.onepoint > h3 {
    width: 100%;
    font-size: 1.2em;
    text-align: center;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
  }
  .detail_features > .detail_features_main > .detail_features_main_right {
    width: calc(100%);
    text-align: center;
    margin-bottom: 40px;
  }
  .flex-bottom-align {
    
  }
}




