@charset "utf-8";
/*--------------------------------------------------------

	subject_style

	01. forPC Layout

	02. forSP Layout

--------------------------------------------------------*/




/********************************************************************************

	01. forPC Layout

********************************************************************************/

.title_wrap {
    background: #c7d5fc;
}
.title_suject:after {
    background: #264fd6;
}
.box .box_inner {
    background: #c7d5fc;
}

.box .box_inner a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    background: none;
}
.substance {
    position: relative;
    display: flex;
    align-items: center;
    height: 200px;
    width: 288px;
    background: #fff;
/*border : 1px #000 solid ;*/
}
.substance img {
    margin: 0 auto;
    border: 1px solid #efefef !important;
}



/* ============================================================ 追加クラス */
.connect_1, .connect_2, .connect_3 {
  position: absolute;
  background: #fff;
}
.connect_1 {
  left: 288px;
  width:20px ;
  height:200px ;
}
.connect_2 {
  top: 212px;
  left: 288px;
  width: 20px;
  height: 200px;
}
.connect_3 {
  top: 424px;
  left: 288px;
  width: 20px;
  height: 200px;
}


/********************************************************************************

	02. forSP Layout
    *横幅が1025px以下の場合


********************************************************************************/

@media screen and (min-width: 0px) and (max-width: 1026px) {


.box .box_inner a {
    justify-content: center;
}


/* ============================================================ 追加クラス */
.connect_1, .connect_2, .connect_3 {
  position: relative;
  top: 0;
  left: 0;
  margin: -15px 0 0 0;
  width: 288px;
  height: 15px;
  background: #fff;
}




}
