@charset "utf-8";

/************************************************************
 * ▼▼ PC
 * **********************************************************/
.keyword_menu{
    margin: 0 auto;
    width: 378px;
}
div.main_content_button {
    width: 300px;
}
.arrow::before {
    right: 10%;
    top: -48px;
}
img.main_secret_icon{
    width: 40px;
    position: absolute;
    top: 10px;
    left: 30px;
}
div.main_content_button {
    width: 335px;
}
ul.works_list_boxs li {
    width: 31%;
    margin: 30px 1% 0;
    float: left;
    height: 355px;
}
.works_box h4{
    color: #3b8eb1;
    margin: 0 0 10px;
    font-weight: 100;
    /*text-decoration: underline 1px solid;*/
}
.works_box p.works_box_keywords{
    text-align: left !important;
}
p.main_sub_title{
    font-weight: bold;
}
p.main_sub_title a{
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
}
div.main_content_button3 {
    width: 280px;
    border: 2px solid #3b8eb1;
    border-radius: 55px;
    background-color: #faf9f5;
    margin: 80px auto 0 !important;
}

div.main_content_button3 a p {
    margin: 13px auto 16px !important;
    font-weight: 400;
    color: #3b8eb1 !important;
    font-size: 10pt !important;
    line-height: 19pt !important;
}

div.main_content_button3 a p span {
    font-size: 15pt;
}
.arrow4::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #3b8eb1;
    border-right: solid 2px #3b8eb1;
    position: absolute;
    right: 245px;
    top: -48px;
}
.arrow4.arrow-left::before {
    transform: rotate(-135deg);
}
.arrow4 {
    position: relative;
    /* display: inline-block; */
    /* padding: 10px; */
}
div.button_return {
    margin: 40px auto 0;
}
div#main div.main_inner div h5 {
    color: #3b8eb1;
    font-size: 18pt;
    text-align: center;
    margin: 0 auto 10px;
}
p.main_sub_title span {
   font-weight: 100;
}
.product_title_text{
    margin: 0 auto 50px;
}
div.main_content_button {
    border-radius: 50px;
}
div#main div.main_inner div h2 {
    margin: 0 0 10px 0;
}
.main_works_keywords{
    margin-bottom: 50px;
}
p.main_works_comment{
    font-size: 12pt !important;
    line-height: 18pt !important;
    font-weight: 100;
    margin-bottom: 40px !important;
}
/*********************もっと見る**********************/
.hidden-view{
    display: none;
}
.button::before{
    content: "＋もっと見る";
    /*border: 2px solid #3b8eb1;*/
    background: #ececec;
    border-radius: 35px;
    color: #3b8eb1;
    padding: 15px 30px;
    margin: 50px auto 0;
    width: 96px;
    display: block;
}
input[type="checkbox"]#trigger{
    display: none;
}
input[type="checkbox"]#trigger:checked ~ .hidden-view{
    display: block;
}
input[type="checkbox"]#trigger:checked ~ .button::before{
    content: "－閉じる";
    /*border: 2px solid #3b8eb1;*/
    background: #ececec;
    border-radius: 35px;
    color: #3b8eb1;
    padding: 15px 30px;
    margin: 50px auto 0;
    width: 64px;
    display: block;
}
div.main_content_button a p {
    margin: 14px auto 16px !important;
    color: #3b8eb1 !important;
    font-size: 12pt !important;
    font-weight: bold;
    line-height: 20pt !important;
}

/************************************************************
 * ▲▲ PC
 * **********************************************************/

  /************************************************************
 * ▼▼ Tablet
 * **********************************************************/
@media screen and (max-width: 780px) {

.keyword_menu{
    width: auto;
}
img.main_secret_icon {
    width: 30px;
    position: absolute;
    top: 15px;
    left: 7%;
}
.arrow::before {
    left: 88%;
}
ul.works_list_boxs li {
    width: 48%;
    margin: 30px 1% 0;
    float: left;
    height: 210px;
}
div.main_content_button {
    width: 90%;
}
ul.keyword_menu {
    margin: 10px auto;
    width: 64%;
}


}/****************消さない****************/

  /************************************************************
 * ▲▲ Tablet
 * **********************************************************/

  /************************************************************
 * ▼▼ SP
 * **********************************************************/
@media screen and (max-width: 480px) {
div.main_content_button3 {
    width: 90%;
}
.arrow4::before {
    right: 245px;
}

}/****************消さない****************/

  /************************************************************
 * ▲▲ SP
 * **********************************************************/