@charset "UTF-8";
/*weight*/
/*
 * Font Set
 */
/*
 * Convert pixels to rems
 * eg. for a relational value of 12px write f-rem(12)
 * Assumes $em-base is the font-size of 10px
 */
/*
 * Convert pixels to line-height
 * eg. When the font size is 18 px and the line feed is 28 px write f-line-height( 18, 28 )
 */
/*
 * Convert letter-spacing
 * eg. When tracking = 50 on Photoshop, write f-letter-spacing(50).
 */
.w80p {
  width: 80%;
}
@media only screen and (max-width:768px) {
  .w80p {
    width: 100%;
  }
}

#press_release .l2_contents a {
  text-decoration: underline;
}
#press_release .l2_contents p {
  margin-bottom: 2rem;
}

/* legacy */
/*--=== SP ONLY max-width: 767px ===-- / */
@media screen and (max-width: 767px) {
  .accordion_button {
    position: relative;
    cursor: pointer;
  }
  .accordion_button::after {
    /* 閉じている時 */
    content: "＋";
    position: absolute;
    right: 0px;
    font-size: 16px;
  }
  .accordion_button.active::after {
    /* 開いている時 */
    content: "－";
  }

  .press_release_list li {
    margin-bottom: 15px;
    margin-bottom: 20px;
    margin-right: 2%;
  }
  .press_release_list li:nth-child(3n) {
    margin-right: 0;
  }
  .press_release_list li a {
    display: flex;
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    padding: 8px;
    text-decoration: none;
    line-height: 1.4;
    height: 100%;
    position: relative;
  }
  .press_release_list li a:hover {
    opacity: 0.5;
    transition: 0.5s;
  }
  .press_release_list li a .image {
    width: 30%;
  }
  .press_release_list li a .text {
    width: 70%;
    padding: 0 0 20px 10px;
  }
  .press_release_list li a .text .date {
    position: absolute;
    bottom: 8px;
    right: 8px;
    font-size: 1.2rem;
    color: #999;
  }

  .press_release_list_type2 li {
    margin-bottom: 15px;
    margin-bottom: 20px;
  }
  .press_release_list_type2 li:nth-child(3n) {
    margin-right: 0;
  }
  .press_release_list_type2 li a {
    display: flex;
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    padding: 8px;
    text-decoration: none !important;
    line-height: 1.4;
    height: 100%;
    position: relative;
  }
  .press_release_list_type2 li a:hover {
    opacity: 0.5;
    transition: 0.5s;
  }
  .press_release_list_type2 li a .image {
    width: 30%;
  }
  .press_release_list_type2 li a .text {
    width: 70%;
    padding: 0 0 20px 10px;
  }
  .press_release_list_type2 li a .text .date {
    position: absolute;
    bottom: 8px;
    right: 8px;
    font-size: 1.2rem;
    color: #999;
  }

  .release_num {
    text-align: right;
    margin: 5px 0 15px 0;
  }
  .release_num li {
    display: inline;
    margin-left: 1em;
  }

  .cn_link {
    text-align: right;
  }
  .cn_link a {
    display: inline-block;
    background-color: #eaeaea;
    padding: 5px 25px;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #666666;
  }
  .cn_link a:hover {
    background-color: #666666;
    color: #fff;
  }
  .cn_link + .title_level3 {
    margin-top: 10px;
  }

  .common_box {
    border: 1px solid #bebfbf;
    background-color: #eaeaea;
    padding: 15px;
  }
  .common_box .common_box_title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
  }

  .press_release_ctn .press_release_ctn_right .year_list li {
    margin-bottom: 5px;
  }
  .press_release_ctn .press_release_ctn_right .year_list li a {
    border: 1px solid #cccccc;
    padding: 8px;
    position: relative;
    padding: 3px 8px 3px 30px;
    display: block;
    font-size: 1.4rem;
    text-decoration: none !important;
  }
  .press_release_ctn .press_release_ctn_right .year_list li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #555;
  }
  .press_release_ctn .press_release_ctn_right .year_list li a:hover::before {
    border-left: 8px solid #e52d8a;
  }
}
/*--=== / SP ONLY max-width: 767px ===-- */
/*--=== PC ONLY min-width: 768px ===-- / */
@media print, screen and (min-width: 768px) {
  .accordion_button {
    position: relative;
    cursor: pointer;
  }
  .accordion_button::after {
    /* 閉じている時 */
    content: "＋";
    position: absolute;
    right: 10px;
    font-size: 20px;
  }
  .accordion_button.active::after {
    /* 開いている時 */
    content: "－";
  }

  .press_release_list {
    display: flex;
    flex-wrap: wrap;
  }
  .press_release_list li {
    margin-bottom: 15px;
    width: 32%;
    margin-bottom: 20px;
    margin-right: 2%;
  }
  .press_release_list li:nth-child(3n) {
    margin-right: 0;
  }
  .press_release_list li a {
    display: block;
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    padding: 8px;
    text-decoration: none;
    line-height: 1.4;
    height: 100%;
    position: relative;
  }
  .press_release_list li a:hover {
    opacity: 0.5;
    transition: 0.5s;
  }
  .press_release_list li a .image {
    width: 100%;
  }
  .press_release_list li a .text {
    padding: 10px 0 2em 0;
  }
  .press_release_list li a .text .date {
    position: absolute;
    bottom: 8px;
    right: 8px;
    font-size: 1.2rem;
    color: #999;
  }

  .press_release_list_type2 li {
    margin-bottom: 15px;
  }
  .press_release_list_type2 li a {
    display: flex;
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    padding: 8px;
    text-decoration: none !important;
    line-height: 1.4;
    height: 100%;
    position: relative;
  }
  .press_release_list_type2 li a:hover {
    opacity: 0.5;
    transition: 0.5s;
  }
  .press_release_list_type2 li a .image {
    width: 30%;
    margin-right: 20px;
  }
  .press_release_list_type2 li a .text {
    width: 70%;
    padding: 10px 0 2em 0;
  }
  .press_release_list_type2 li a .text .date {
    position: absolute;
    bottom: 8px;
    right: 8px;
    font-size: 1.2rem;
    color: #999;
  }

  .release_num {
    text-align: right;
    margin: 5px 0 15px 0;
  }
  .release_num li {
    display: inline;
    margin-left: 1em;
  }

  .cn_link {
    margin-bottom: 10px;
    text-align: right;
  }
  .cn_link a {
    display: inline-block;
    background-color: #eaeaea;
    padding: 8px 25px;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #666666;
  }
  .cn_link a:hover {
    background-color: #666666;
    color: #fff;
    opacity: 0.5;
    transition: 0.5s;
  }
  .cn_link + .title_level3 {
    margin-top: 10px;
  }

  .common_box {
    border: 1px solid #bebfbf;
    background-color: #eaeaea;
    padding: 30px;
  }
  .common_box .common_box_title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
  }

  .press_release_ctn {
    display: flex;
  }
  .press_release_ctn .press_release_ctn_left {
    width: 70%;
  }
  .press_release_ctn .press_release_ctn_right {
    width: 30%;
  }
  .press_release_ctn .press_release_ctn_right .year_list {
    padding-left: 30px;
    /*
    li{
    	margin-bottom: 5px;
    	a{
    		position: relative;
    		padding: 3px 8px 3px 30px;
    		display: block;
    		font-size: 1.4rem;
    		text-decoration: none;
    		&::before{
    				content: "";
    				position: absolute;
    				top: 50%;   
    				left: 16px;
    				transform: translateY(-50%);  
    				border: 5px solid transparent;
    				border-left: 8px solid #555;   
    		}
    		&:hover{
    			&::before{
    				border-left: 8px solid $color-pink;   
    			}
    		}
    	}
    }
    */
  }
  .press_release_ctn .press_release_ctn_right .year_list li {
    border-bottom: 1px dotted #ccc;
  }
  .press_release_ctn .press_release_ctn_right .year_list li:first-child {
    border-top: 1px dotted #ccc;
  }
  .press_release_ctn .press_release_ctn_right .year_list li a {
    position: relative;
    padding: 15px 0;
    display: block;
    font-size: 1.3rem;
    text-decoration: none !important;
    text-align: center;
  }
  .press_release_ctn .press_release_ctn_right .year_list li a:hover {
    background-color: #fafafa;
    color: #e52d8a;
    transition: 0.5s;
  }
}
/*--=== / PC ONLY min-width: 768px ===-- */

/*# sourceMappingURL=press_release.css.map */
