@charset "utf-8";
/* restcss
------------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
body{
    min-width: 0;
}
.clearfix:after {
content: "";
clear: both;
display: block;
}

/* ------------------------------------------------------------------------------------------- */
/* Global Styles */
body {
    font-family: sans-serif;
    color: #333;
}
h2, h3, h4 {
    line-height: 1.3;
}
a {
    color: #06c;
}
a:hover {
    color: #1e90ff;
}
a:active ,
a:visited {
    color: #0000cd;
}
/*header*/
header {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
/* Logo placeholder*/
#logo {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: -20px;
}

/* Offer text banner*/
#offer {
    clear: both;
    background-image: url("https://cdn.3ple.jp/rsp/rsp58/images/bg_title.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
}
#mainWrapper {
    width: 1000px;
    margin: 0 auto;
}
#mainWrapper #offer h1 {

}
#mainWrapper #offer h2 {
    font-size: 24px;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
    border: 3px solid black;
    background-color: #fff;
}
/* Main content of the site */
#content {
    clear: both;
    overflow: hidden;
}
/* Sidebar */
#content .sidebar {
    /*float: right;*/
    width: 300px;
    background-color: #fffcd5;
}
.btn_link {
    text-align: center;
    margin: 15px 5%;
    border-radius: 3px;
    padding: 10px;
    background-color: #70a74a;
    color: #fff;
}
.btn_link a {
        color: #fff;
}
#content .page-nav-box {
    margin-bottom: 30px;
}
#content .page-nav-box ul {
    text-align: center;
}
#content .page-nav-item {
    display: inline-block;
    font-size: 13px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
}
#content .page-nav-item::before {
    content: '';
    display: inline-block;
    left: 0;
    width: 0;
    height: 0;
    margin-right: 5px;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #f463b2 transparent transparent transparent;
}
#content .page-nav-item a {
    text-decoration: none;
}

/* main content of the site */
#content .mainContent {
    /*float: left;*/
    width: 100%;
}
#content .mainContent.secSocialinGadget1 {
    padding: 0 !important;
}
.txt_lead {
    margin: 0px 0px 20px 0px;
    color: #333;
    font-size: 15px;
    line-height: 1.4;
}
#content .mainContent .box_sec {
    clear: both;
    padding-bottom: 30px;
    margin-bottom: 30px;
    overflow: auto;
}

#content .mainContent h2 {
    color: black;
    font-size: 28px;
    font-weight: bold;
    padding: 2px 10px;
    margin-bottom: 15px;
    border-left: 7px solid #f463b2
}
#content .mainContent h3 {
    color: black;
    font-size: 19px;
    padding: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    background-color: #eee;
    clear: both;
}
dl.list_awards {
    margin: 0 auto 15px;
    display: block;
    padding-left: 0;
    font-size: 14px;
}
dl.list_awards dt { vertical-align: middle;line-height: 30px;display: flex;}
dl.list_awards dd { margin-bottom: 15px;}
/*menubar's properties for menus in sidebar */
#content .sidebar #menubar {
    text-align: left;
    position: relative;
    padding: 15px;
}
.unit_attention {background-color: #EAEAEA; padding: 15px;}
p.pic_prize {
    display: table-cell;
    padding: 0 10px 0 0;
}
p.txt_prize {
    display: table-cell;
    vertical-align: top;
    padding: 0;
}
.unit_pic {
    display: inline-block;
    width: 33%;
    text-align: center;
    margin: 0 auto 20px auto;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 12px;
    vertical-align: top;
}
.unit_pic img {
    width: 100%;
}
.picture_wrapper {
    font-size: 0;
    width: 100%;
}
.img_photo {
    text-align: center;
}
.entry_company table , .entry_company td , .entry_company th {
    border-collapse: collapse;
    border: 1px solid;
    padding: 3px;
    }
.entry_company th {text-align: center; font-weight: bold; background-color:  #fffcd5;}
/* footer */
footer {
    clear: both;
    overflow: auto;
    font-weight: 200;
    text-align: center;
    padding: 15px;
    background: #f5f5f5;
    border-top: 3px solid #e2e2e2;

    margin-top: 150px;
}

footer a {
    text-align: center;
    margin: 30px;
    text-decoration: underline;
    background: url("https://www.3ple.jp/image/common/icon/list_#f463b2.png") no-repeat left center;
    background-size: 5px 8px;
    padding-left: 10px;
}

/* Product's images in catalog */
.productInfo div img {
    width: 100%;
}
/* Menu headings in sidebar */
#menubar .menu h2 {
    background-color: #fff100;
    text-align: center;
    font-size: 18px;
    padding: 10px 15px;
    font-weight: bold;
    border-radius: 5px;
}
#menubar .menu dl {
    text-align: left;
}
#menubar .menu dt {
    color: #f98aa0;
    font-weight: bold;
    padding: 10px 0;
}
.sidebar #menubar .menu {
    margin-bottom: 29px;
}
.menu ul li {
    padding: 5px;
}
.menu ul li a {
    text-align: center;
    text-decoration: none;
    background: url("https://www.3ple.jp/image/common/icon/list_#f463b2.png") no-repeat left center;
    background-size: 5px 8px;
    padding-left: 10px;
    color: #333;
    text-align: left;
}
#box_chat {
    overflow: scroll;
    border: 2px solid #ccc;
    height: 400px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
/*参加企業部分 */
ul.award_list {
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
ul.award_list li{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 12px;
    float: left;
    width: 493px;
    margin-bottom: 10px;
    border: 1px solid #afafaf;
    padding: 10px;
    box-sizing: border-box;
}
ul.award_list li:nth-child(2n+1){
    margin-right: 14px;
}
ul.award_list .item {
    float: none;
    display: table-cell;
}
ul.award_list .iteminfo-wrapper {
	width:300px;
    display:table-cell;
    vertical-align: top;
}
ul.award_list a.link_blog{
    margin-top: 4px;
}
ul.award_txt_list { clear: both; display: block;}
ul.award_txt_list li{
    font-size: 15px;
    float: left;
    width: 493px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #afafaf;
    box-sizing: border-box;
}
ul.award_txt_list li:nth-child(2n+1){
    margin-right: 14px;
}
ul.award_txt_list .company_name{
    font-size: 12px;
    margin-top: 4px;
}
ul.award_txt_list a.link_blog{
    margin-top: 6px;
}
#mainWrapper #content .mainContent ul.award_list p.company_name {
    padding-bottom: 0px;
    margin-top: 4px;
}

.award_list .item{
  position:relative;
  width:122px;
    float: left;
}
.award_list .item img{
  border:1px solid #999999;
  display:block;
  height:100px;
  width:100px;
  box-sizing: border-box;
}
 .award_list .item .ribbon{
/*  border:none;
  height:42px;
  position:absolute;
  padding:0;
  top:0;left 0;
  width:57px;
  z-index:2;*/

  display: none;
}
.award_list .blog_count{
  margin:5px auto;
}
a.link_blog{
    background-color: #70a74a;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 5px 15px;
}
 #content h4{
  color: black;
  border-left: 2px solid #333;
  padding: 0 0 0 10px;
  font-weight:bold;
  margin:10px 0;
  clear: both;
  font-size: 16px;
}
#content h4.ttl_pick{
  border-left:none;
  padding: 10px;
  font-weight:bold;
  margin:10px 0;
  background: #fff100;
}
#content h4.ico_medal02 {
        clear: both;
    background-image: url("https://cdn.3ple.jp/rsp/rsp58/images/ico_medal02.png");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-size: 30px 48px;
    padding-left:40px;
    position: relative;
}
#content h4.ico_medal {
        clear: both;
    background-image: url("https://cdn.3ple.jp/rsp/rsp58/images/ico_medal.png");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding-left:40px;
    position: relative;
}
#content h4.ttl_item {
    border-bottom: 2px solid #431c06;
    border-left: none;
    vertical-align: middle;line-height: 40px;display: flex;}
.unit_prize {
    background: #fffcd5;
    padding: 30px;
}
#content .unit_prize p {font-size:16px; }
p.txt_alert {
    font-weight: bold;
    color: #e02f52;
}
.cont_fprize {
    text-align: center;
}
#content .event-info-wrapper {
}
#content .event-info-text {
    float: left;
    width: 50%;
}
#content .event-info-img {
    float: right;
    width: 50%;
}
#content .event-info-img img {
    width: 100%;
}
#content .prize-decoration {
    text-align: center;
    height: 136px;
    width: 680px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
#content .prize-decoration span{
    color: #fff;
    font-size: 29px;
    font-weight: bold;
    display: block;
    width: 100%;
    padding-top: 32px;
}
#content .unit_prize .prize-img-box {
    float: left;
    width: 455px;
    margin-right: 30px;
}
#content .unit_prize .prize-img-box img{
    width: 100%;
    margin-bottom: 20px;
}
#content .unit_prize .prize-text-box {
    float: right;
    width: 455px;
}
#content .prize-text-box .blog-detail-box {
    display: table;
}
#content .prize-text-box .blog-crown {
    width: 36px;
    margin-left: 12px;
}
#content .prize-text-box .blog-thumbnail {
    width: 60px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
}
#content .prize-text-box .blog-thumbnail img{
    width: 100%;
}
#content .prize-text-box .blog-author {
    display: table-cell;
    font-size: 25px;
    vertical-align: middle;
    padding-left: 10px;
}
.blog-author {
    font-weight: bold;
}
#content .icon-pencil {
    color: #f463b2;
}
#content .blog-name {
    vertical-align: middle;
    font-size: 12px;
}
#content .blog-article-title {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 10px;
}
#content .heading-product {
    display: table;
    table-layout: fixed;
    border-top: 2px solid #f463b2;
    border-bottom: 2px solid #f463b2;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
}
#content .heading-product .heading-product-img {
    display: table-cell;
    border-radius: 50%;
    overflow: hidden;
    width: 50px;
    height: 50px;
    position: relative;
}
#content .heading-product .heading-product-img img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%,-50%);
    background: #fff;
}
#content .heading-product h4 {
    display: table-cell;
    vertical-align: middle;
    border: none;
    color: #f463b2;
}
#content .heading-with-img {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px;
}
#content .heading-with-img .heading-img{
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: middle;
    height: 50px;
    width: 50px;
    padding: 7px;
    background: #fffcd5;
}
#content .heading-with-img .heading-img img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
#content .heading-with-img h3{
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}
#content .award-category {
    margin: 20px 0;
}
#content .award-category-heading {
    margin-bottom: 5px;
}
#content .awards-list .awards-list-item{
    display: table;
    border: 2px solid #eee;
    padding: 15px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}
#content .awards-list .blog-img{
    display: table-cell;
    width: 60px;
    padding-right: 20px;
}
#content .awards-list .blog-img img{
    display: block;
    margin-right: auto;
    margin-left: auto;
}
#content .awards-list .blog-img .blog-img-crown{
    width: 36px;
    height: auto;
    margin-bottom: 5px;
}
#content .awards-list .blog-img .blog-img-thumbnail{
    width: 60px;
}
#content .awards-list .blog-detail{
    display: table-cell;
    vertical-align: top;
}
#content .awards-list .blog-author{
    font-size: 15px;
    padding-top: 10px;
}
#content .awards-list .blog-name{
    font-size: 12px;
    padding-bottom: 10px;
}
#content ol.prize {
    margin-top: 30px;
}
#content .prize-item{
    display: table;
    width: 680px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    margin-bottom: 10px;
    background: #fffcd5;
}
#content .prize-item .prize-img{
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    width: 38px;
}
#content .prize-item .prize-img img{
    height: 38px;
    width: auto;
}
#content .prize-item .prize-detail{
    display: table-cell;
}
#content .prize-item .prize-detail h4{
    border: none;
}
#content .secSocialinGadget li.cardSocialinGadget1{
    width: 25%;
}
#award_companies_list .iteminfo a {
    font-size: 15px;
}
#award_companies_list .blog_count p {
    font-size: 15px;
}
#event-info dt {
    color: #f463b2;
    font-size: 15px;
}
#event-info dd{
    font-size: 15px;
    margin-bottom: 10px;
}
.event-day {
    color: #41b8d7;
    font-size: 14px;
    font-weight: bold;
    border:1px solid #41b8d7;
    padding: 2px 7px;
    margin: 7px 0 7px 0;
    display: inline-block;
}
.link-more-event{
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 60px;
    height: 60px;
    line-height: 60px;
}
.link-more-event a {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    font-weight: 700;
}
.closing {
    text-align: center;
}
#copy {
    color: #ff1b8e;
    height: 25px;
    padding: 0;
    text-align: center;
    display: inline;
    letter-spacing: 0;
    line-height: 1.4;
}
#copy small{
    padding: 0;
}
#copy img {
    vertical-align: text-bottom;
    height: 20px;
    width: 20px;
}
/*----------------------------------------------------
  .table
----------------------------------------------------*/
section table { width: 100%; }
section table {width: 100%;}
section th {
     background: #f4f4f4;
}
table.demo01 { margin-bottom:  15px; width: 100%;}
.demo01 th {width: 30%; text-align: left; background: #f4f4f4;}
.demo01 th, .demo01 td {padding: 10px; border: 1px solid #ddd;}
@media only screen and (max-width:480px){
    .demo01 th, .demo01 td {width: 96%; padding: 2%; display: block;border-top: none;}
    .demo01 tr:first-child th {border-top:1px solid #ddd;}
}
@media only screen and (max-width: 480px) {
    .demo03 { margin: 0 -10px; }
    .demo03 tr {
        display:block;
        margin-bottom: 10px;
    }
    .demo03 th {
        display:block;
        width: 100%;
    }
    .demo03 td {
        display: list-item;
        width: 90%;
        margin-left: 10%;
        border:none;
    }
}
/* Media query for mobile
------------------------------------------------------------------------------------------- */
@media screen and (max-width:999px) {
    #content {
        margin-top: 0;
    }
    #content .sidebar {
        float: none;
        width: 100%;
        height: auto;
        overflow: auto;
        padding-top: 0px;
    }
    /* Whole page content */
    #mainWrapper {
        width: 100%;
        padding-left: 0;
    }
    #content {
        position: relative;
        overflow: hidden;
    }
    #offer {
        height: auto;
    }
    .box_sec {
        padding-bottom: 0;
    }
    /*menu headings in sidebar */
    #menubar .menu h2 {
        display: inline;
    }
    .txt_lead {
        display: block;
        padding: 0 10px 0 10px;
        text-align: left;
    }
    .ttl_date {
        display: none;
    }
    #content p.img_photo {
        text-align: center;
        margin: 0 auto;
    }
    ul.award_list {
        display: block;
    }
    ul.award_list li{
        display: block;
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    ul.award_txt_list{
        float: none;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    ul.award_txt_list li{
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
        box-sizing: border-box;
    }
    /* menus in sidebar */
    .sidebar #menubar .menu {
        width: 100%;
        position: relative;
        top: 16px;
    }
    /*menubar in sidebar */
    #content .sidebar #menubar {
        position: relative;
        overflow: hidden;
        padding-top: 0px;
    }
    /* main content region of page */
    #mainWrapper #content .mainContent {
        overflow: hidden;
        width: 100%;
        margin-top: 0;
    }
    /* Container for links in footer */
    #mainWrapper footer .footerlinks {
        float: none;
        width: 100%;
        position: relative;
        top: 17px;
        clear: both;
        text-align: center;
        left: 0%;
        padding-bottom: 19px;
    }
    /* Container for each footer divisions */
    #mainWrapper footer div {
        width: 44%;
        text-align: justify;
        font-size: 15px;
    }
    /* Links in footer */
    .footerlinks p a {
        padding-top: 0px;
        padding-bottom: 0px;
        display: inline;
        padding-right: 35px;
    }
    /* Footer region */
    #mainWrapper footer {
        padding-left: 16px;
        overflow: hidden;
    }
    /* Links in header */
    header #headerLinks a {
        padding-left: 0px;
        padding-right: 30px;
    }
    /* Offer- Text banner */
    #mainWrapper #offer {
        padding-left: 22%;
    }

    #mainWrapper {
        overflow : hidden ;
        width: 100%;
    }
    /* Logo placeholder*/
    #mainWrapper header #logo {
        width: 100%;
        text-align: center;
        padding: 0 0 15px;
    }

    /*Offer - Text Banner */
    #mainWrapper #offer {
        padding-left: 0px;
        text-align: center;
        background-image: none;
    }
    #mainWrapper #offer h1 {
        width: 100%;
        margin: 0 auto;
    }
        #mainWrapper #offer h1 img {
            width: 100%;
        }
    #mainWrapper #offer h2 {
        font-size: 18px;
        padding: 5px;
        float: none;
        width: auto;
        margin: 0px 10px 20px 10px;
        text-align: center;
        background-color: #fff;
    }
    /* Menubar in sidebar */
    #content .sidebar #menubar {
        position: relative;
    }
    /*Menu headings in sidebar */
    #menubar .menu h2 {
        display: block;
    }
    #mainWrapper footer div {
        width: 100%;
        margin-left: -16px;
        text-align: justify;
        padding-bottom: 16px;
        overflow: auto;
    }
    /* Main content which excludes the sidebar */
    #mainwrapper #content .mainContent {
        text-align: center;
        width: 100%;
        padding-left: 0px;
    }
    .body {
        width: 100%;
    }
    #content .mainContent h2 {
        border: none;
    }
    #content h4 {
        margin-left: 10px;
    }
    #content .page-nav-box ul {
        text-align: left;
    }
    #content .unit_prize {
        padding: 20px 20px;
        margin: 0px 10px;
    }
    #content .unit_prize .prize-img-box {
        float: none;
        width: 100%;
        margin: 0;
    }
    #content .unit_prize .prize-text-box {
        float: none;
        width: 100%;
    }
    #content .awards-list {
        padding: 0 10px;
        box-sizing: border-box;
    }
    #content .heading-product-box {
        padding: 0 10px;
        box-sizing: border-box;
    }
    #content .awards-list .awards-list-item {
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
        margin: 0;
        margin-bottom: 10px;
        padding: 10px;
        box-sizing: border-box;
    }
    #content .prize-item {
        width: 80%;
    }
    #content .prize-item .prize-img {
        display: block;
        margin: auto;
        margin-bottom: 10px;
        width: 80px
    }
    #content .prize-item .prize-img img {
        width: 100%;
        height: auto;
    }
    #content .prize-item .prize-detail {
        display: block;
    }
    #content .prize-item .prize-detail h4 {
        margin: 0;
        padding: 0;
    }
    .unit_pic {
        display: block;
        width: 100%;
    }
    .chat-wrapper {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    #content .secSocialinGadget li.cardSocialinGadget1{
        width: 50%;
    }
    ul.award_list {
        padding: 0 10px;
        box-sizing: border-box;
    }
    #content .event-info-text {
        float: none;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    #content .event-info-img {
        float: none;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .next-event-box {
        margin: 0 10px;
    }
    .link-more-event {
        width: 96%;
        height: auto;
        line-height: 1.3;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 720px) {
    #mainWrapper #offer h2 {
        font-size: 14px;
        font-weight: bold;
        padding: 8px;
    }
    .footerlinks > p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .footerlinks > p > a {
        padding: 0px;
        margin: 0px;
    }
    #copy {
        font-size: 8px;
    }
    #content .prize-decoration {
        text-align: center;
        height: 60px;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    #content .prize-decoration span{
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        display: block;
        width: 100%;
        padding-top: 12px;
    }
}







/* ================================================
  htmlに記載されていたスタイル
 ================================================ */

.title-content__main>* {
  font-size: 24px;
}

@media screen and (max-width: 999px) {
  .title-content__main>* {
    font-size: 17px;
  }
}

@media screen and (min-width: 999px) {
  .btn_link--program {
     min-width: 75%;
  }
  .btn_link--program>* {
    font-size: 1.5em;
  }
}

#content .event-info-img {
	width: 450px;
}
@media screen and (max-width:999px) {
	#content .event-info-img {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width:999px) {
	.event-info-wrapper.clearfix {
		padding: 0 10px;
	}
}

.snsList {
  float: left;
  margin: 5px 10px;
  width: 48%;
  overflow: hidden;
}

.snsList:nth-child(2n + 1) {
  clear: both;
}

@media(max-width: 768px) {
  .snsList {
    float: none;
    width: 94%;
  }
}


.faq-list {
  margin-top: 30px;
}

.faq-list__item {
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
}

.faq-list__item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 999px) {

  .faq-list__item {

    padding-left: 10px;
    padding-right: 10px;
  }
}

.faq-list__q {
  margin-bottom: 20px;
}

.faq-list__q>* {
  font-size: 17px;
  font-weight: 700;
}

.faq-list__a>* {
  font-size: 15px;
}

.faq-list-content {
  display: flex;
  margin: -0.3em 0;
  line-height: 1.6;
  width: 100%;
}

.faq-list-content .icon {
  flex: 0 0 auto;
  font-size: 17px;
  font-weight: 700;
  color: #f463b2;
  margin-right: 1em;
  ;
}

.faq-list-content__text {
  flex: 1 1 auto;
  word-break: break-all;
}







/* ================================================
  offer-mv__head
 ================================================ */

.offer-mv__head {
	text-align: center;
}


.offer-mv__head img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}



/* ================================================
  title-content
 ================================================ */

.title-content {
	margin-bottom: 30px;
}

.title-content__main h1 {
	margin-bottom: 0.5em;
	color: #f93099;
	font-size: 28px;
	line-height: 1.35;
	text-align: center;
	font-weight: bold;
}

.title-content__main h1 br {
	display: none;
}

.title-content__text .txt_lead {
	text-align: center;
	color: #555;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}

@media screen and (max-width:999px) {
	.title-content__main h1 {
		font-size: 22px;
	}

	.title-content__main h1 br {
		display: block;
	}

	.title-content__text .txt_lead {
		text-align: left;
		font-size: 16px;
	}
}



/* ================================================
  c-slider
 ================================================ */

.c-slider {
	margin: 30px 0;
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.c-slider__item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	animation: c-slider 16s linear infinite;
}

.c-slider__item:nth-child(1) {
	/*background-image: url(https://gorigoricode.com/wp-content/uploads/2022/04/husky01.jpg);*/
	animation-delay: -2s;
}

.c-slider__item:nth-child(2) {
	/*background-image: url(https://gorigoricode.com/wp-content/uploads/2022/04/husky05.jpg);*/
	animation-delay: 6s;
}

@keyframes c-slider {	/*https://gorigoricode.com/css-slideshow/*/
	0% {
		opacity: 0;
		transform: scale(1);
	}
	12.5% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	62.5% {
		opacity: 0;
		transform: scale(1.08);
	}
	100% {
		opacity: 0;
	}
}

@media screen and (max-width:999px) {
	.c-slider {
		margin: 20px 0;
		height: auto;
		aspect-ratio: 5 / 2;
	}
}



/* ================================================
  c-gift
 ================================================ */

.c-gift {
	width: 700px;
	margin: auto;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}

.c-gift__item {
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #f2d64b;
	background-color: #fff8d6;
	border-radius: 5px;
}

.c-gift__item .icon-gift {
	color: #f463b2;
	margin-right: 0.3em;
}

@media screen and (max-width:999px) {
	.c-gift {
		width: 95%;
		padding: 0 10px;
		font-size: 15px;
	}

	.c-gift__item {
		padding: 10px;
	}
}



/* ================================================
  award
 ================================================ */

.award-section-separator {
	margin-bottom: 80px;
}


.award-section__body {
}

.award-list {

}

.award-list__body {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 20px;
}

.award-list__item {
	box-sizing: border-box;
	width: calc(100% / 2 - 10px);
	background-color: #fffcd5;
	padding: 20px;
	border-radius: 10px;
}

.award-list__separator {

}

.award-card {

}

.award-card__author {
	font-size: 14px;
}

.award-card-author {

}

.icon {
	margin-right: 0.3em;
}

.award-card__title {
	margin-top: 0.3em;
	font-weight: bold;
}

.award-card-title {

}

.award-card__btn {
	text-align: right;
}


.award-card__btn a {
	margin-top: 0.3em;
	display: inline-block;
	padding: 5px 20px;
	background-color: #679d49;
	color: #fff !important;
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
	text-decoration: none;
}

@media screen and (max-width:999px) {
	.award-section-separator {
		margin-bottom: 80px;
	}

	.award-list__body {
		flex-flow: row column;
		padding: 0 20px;
	}

	.award-list__item {
		box-sizing: border-box;
		width:100%;
		padding: 10px;
	}
}

/* 2024/11/20追記 */
.stema-note {
	padding: 10px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.5;
}
