/* === HTML === */
/*body {
  padding: 0px;
  margin: 0px;
}*/
form {
  margin: 0px auto;
  padding: 0px;
}
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}n
a{
  border:0px;
}
span.clear {
  clear: left;
  height: 1px;
}
div {
	word-break: break-all;
}
#renew {
  /*font-family: source-han-sans-japanese,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
}

/* === Layout === */

div#SS_container {
  margin: 0px;
  text-align: left;
}
div#SS_contents {
  font-size: 100%;
  padding-bottom: 5px;
  background-color: #FFF;
}

/* === Search === */
#renew #SS_result {
    border: 3px solid #dfe8ef;
    -moz-border-radius: 13px;
         border-radius: 13px;
  }
 #renew .SS_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 34px 54px;
     
  border-bottom: 3px solid #dfe8ef;
 }
  #renew .SS_item:last-of-type {
  border-bottom: none; 
  }
#renew .SS_adlinkPage {
   -webkit-flex-basis:calc(100% - 2.4% - 200px );
      flex-basis:calc(100% - 2.4% - 200px ); 
}
 #renew .SS_page {
  -webkit-flex-basis:calc(100% - 2.4% - 200px );
  flex-basis:calc(100% - 2.4% - 200px );
}

 #renew .SS_item img {
  width:160px;
  flex:none;
}
#renew .SS_title a,
#renew .SS_title span,
#renew .SS_adlinkTitle a,
#renew .SS_adlinkTitle .SS_highlight {
    font-weight: 700;
    font-size: 33px;
    /*font-size: 3.3rem;*/
}

 #renew .SS_title a {
  margin: 1em 0;
  line-height: 1.2;
  font-family: 'Midashi Go MB31';/*20221222 新フォント */
}

#renew .SS_adlinkTitle a,
#renew .SS_title a {
    padding-left : 45px;
    position : relative;
    display: block;
    margin-top: 0;
}

#renew .SS_adlinkTitle a::before,
#renew .SS_title a::before {
    width: 36px;
    height: 36px;
    margin-right: 4px;
    margin-top: 2px;
    background: url(https://www.aiful.co.jp/assets/images/common/white_arrow.svg) no-repeat center center #ce0023;
    -moz-background-size: 11px 14px;
         background-size: 11px 14px;
    display: block;
    position: absolute;
    content: "";
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: 0;
    -webkit-transition: background-position 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.58, 1, 0.23, 1);
    transition: background-position 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.58, 1, 0.23, 1);
    -moz-transition: transform 0.3s cubic-bezier(0.58, 1, 0.23, 1), background-position 0.2s ease, -moz-transform 0.3s cubic-bezier(0.58, 1, 0.23, 1);
    transition: transform 0.3s cubic-bezier(0.58, 1, 0.23, 1), background-position 0.2s ease;
    transition: transform 0.3s cubic-bezier(0.58, 1, 0.23, 1), background-position 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.58, 1, 0.23, 1), -moz-transform 0.3s cubic-bezier(0.58, 1, 0.23, 1);
  }

#renew .SS_title,
#renew .SS_adlinkTitle,
#renew #SS_searchSubmit1,
#renew #SS_searchSubmit {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

#renew .SS_title:hover,
#renew .SS_adlinkTitle:hover,
#renew #SS_searchSubmit1:hover,
#renew #SS_searchSubmit:hover {
    -webkit-transform: scale(1.02) translateY(-1px);
       -moz-transform: scale(1.02) translateY(-1px);
        -ms-transform: scale(1.02) translateY(-1px);
            transform: scale(1.02) translateY(-1px);
 }

/* === あとで === */
.SS_highlight {
    background: #fff550;
    font-family: 'Midashi Go MB31' !important;/*20221222 新フォント */
    font-weight: 700;
}

#renew #SS_adlink {
    background-color: #f0f4f7;
    border: 3px solid #f0f4f7;
    border-radius: 13px;
    margin-bottom: 32px;
}
#renew .SS_adlinkItem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 34px 54px;

  border-bottom: 3px solid #dfe8ef;
 }

#renew .SS_adlinkItem:last-of-type {
    border-bottom: none; 
}
 #renew .SS_adlinkItem img {
      width:160px;
      flex:none;
}
#renew .SS_adlinkItem > span {
    display: none !important;
}

/* === SS_notFound === */

#renew #SS_hint {
    margin-top:46px;
    padding-top:46px;
    border-top:3px solid #dfe8ef;
}
#renew #SS_hintMessage {
    margin-top: 1em;
}

#renew #SS_hintMessage li {
    padding-left: 1.2em;
    text-indent: 0em;
    position: relative;
    font-weight: 700;
}
#renew #SS_hintMessage li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 10px;
    height: 10px;
    background-color: #ce0023;
    -moz-border-radius: 50%;
         border-radius: 50%;
}
#renew #SS_sortDate a,
#renew #SS_sortMatch a {
    text-decoration: underline !important;
    color:#ce0023 !important;
    font-weight: bold;
}

#renew #SS_naviSort {
    padding-right: 1rem;
}
#renew #SS_naviSort #SS_sortMatch::after {
    content: ' | ';
    color: #dfe8ef;
}

#renew #SS_navi {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
  justify-content: space-between;
	
	margin: 20px 0;
}
#SS_totalHits b,
#SS_showCounts b {
    font-size:2rem;
}

/* === SS_paging === */
#renew .SS_paging {
/*      display: inline-block;
        padding: 0 0.5em;*/
    display: inline-block;    
    margin: 66px auto 20px auto;    
}
#renew .SS_paging span a,
#renew .SS_paging .SS_selectPage {
		line-height: 50px;
		float: left;
		transition: 400ms ease;
		letter-spacing: 0.1em;
		border-radius: 50%;
		width: 50px;
		height: 50px;
		margin: auto .5em;
        text-align: center;
	}
	#renew .SS_paging .SS_numberPage a:hover,
	#renew .SS_paging .SS_selectPage {
		font-weight: bold;
		color: #ffffff;
		background-color: #CE0023;
		border-radius: 50%;
	}

#renew .SS_paging span a,
#renew .SS_paging .SS_selectPage {
	width: 40px;
	height: 40px;
	line-height: 40px;
}


#renew .SS_nextPage a,
#renew .SS_prevPage a {font-size:0;}
#renew .SS_nextPage a:before,
#renew .SS_prevPage a:before {font-size: 12px; content: "　"; width: 11px; height: 14px; }

#renew .SS_prevPage a {
    transform: rotate(180deg);  
}
#renew .SS_nextPage a:before {
    background: url(https://www.aiful.co.jp/assets/images/common/red_arrow.svg) no-repeat left top;
}
#renew .SS_prevPage a:before {
    background: url(https://www.aiful.co.jp/assets/images/common/red_arrow.svg) no-repeat left top;
}

/* === SS_search1 === */
#SS_search1 {
    margin-bottom: 30px !important;
}
#SS_search1 #SS_searchQuery1 {
    outline: none;
    border: 2px solid #dfe8ef;
    padding: 0 25px;
    -webkit-appearance: none;
      -moz-appearance: none;
          appearance: none;
    width: 515px;
    min-height: 54px;
    background: #f0f4f7;
    -moz-border-radius:40px;
         border-radius: 40px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
#SS_search1 #SS_searchQuery1:active,
#SS_search1 #SS_searchQuery1:hover {
	border-color: #000;
}
#SS_search1 #SS_searchSubmit1 {
    outline: none;
    border: none;
    background: #ce0023;
    color: #FFF;
    width: 90px;
    min-height: 54px;
    /*height: 10.66667vw;
    min-height: 10.66667vw;
    width: 18.8vw;*/
    -webkit-appearance: none;
      -moz-appearance: none;
          appearance: none;
    padding: 0 25px;
    margin-left: 12px;
    -moz-border-radius: 40px;
         border-radius: 40px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-family: source-han-sans-japanese,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size:1.5rem;
    font-weight: 700;   
}

@media screen and (max-width: 768px) {
  #SS_preview{
		overflow-x: hidden;
  }
    #renew #SS_result,
    #renew .SS_item {
        border-width:0.53333vw;
    }
  #renew .SS_item,
  #renew .SS_adlinkItem {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  #renew .SS_item,
  #renew .SS_adlinkItem,
  #renew .SS_adlinkPage,
  #renew .SS_page {
    padding: 10px !important;
  }
  .SS_images,
  .SS_image,
  .SS_adlinkImage {
      display: none !important;
  }
/*  #renew .SS_title a,
  #renew .SS_title span,
  #renew .SS_adlinkTitle a,
  #renew .SS_adlinkTitle a .SS_highlight {
    font-size:5.6vw;
	font-weight: 900;
  }*/
    #SS_search1 {
        margin-bottom: 1rem !important;
    }
    #SS_search1 #SS_searchForm1 {
        position: relative;
    }
    #SS_search1 #SS_searchQuery1 {
        /*outline: none;
        border: 2px solid #dfe8ef;
        padding: 0 25px;
        appearance: none;*/
        /*width:calc(100% - 2.4vw - 100px );*/
        width:100%;
		padding: 0 5vw;
        min-height: 11.66667vw;
        border-width:0.53333vw;
        border-radius: 5.86667vw;
        /*background: #f0f4f7;
        -moz-border-radius: 8px;
         border-radius: 8px;
        -moz-box-sizing: border-box;
         box-sizing: border-box;*/
    }
	#SS_search1 #SS_searchSubmit1 {
		/*padding: 0 5vw;*/
		margin-left: 2.4vw;
		/*min-height: 44px;*/
        height: 10.66667vw;
        min-height: 10.66667vw;
        width: 18.8vw;
        font-size:2.93333vw;
        text-align: center;
        position: absolute;
        top:0.6vw;
        right:0.6vw;
	}
    #renew .SS_paging {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;

      -webkit-box-pack: justify;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .SS_numberPage {
        display:none;
    }
    #renew #SS_navi {
        -ms-flex-direction: column;
            flex-direction: column;
    }
    #renew #SS_naviSort {
        width:100%;
        text-align:right;
    }
    #renew .SS_title {
        margin-bottom:0.5em !important;        
    }   
    #renew .SS_title a,
    #renew .SS_title span,
    #renew .SS_adlinkTitle a,
    #renew .SS_adlinkTitle .SS_highlight {
        font-size: 4vw;
    }
    #renew .SS_adlinkSummary
    #renew .SS_adlinkUrl
    #renew .SS_summary
    #renew .SS_url {
        font-size:3.06667vw;
    }
    #renew .SS_adlinkTitle a,
    #renew .SS_title a {
        padding-left : 5.6vw;
    }
    #renew .SS_adlinkTitle a::before,
    #renew .SS_title a::before {
        width: 4.26667vw;
        height: 4.26667vw;
        margin-right: 1.33333vw;
        -moz-background-size: 1.2vw 1.6vw;
             background-size: 1.2vw 1.6vw;
        display: block;
        margin-top: 1vw;
    }
    #renew #SS_hint {
        margin-top:7.46667vw;
        padding-top:7.46667vw;
        border-top:0.53333vw solid #dfe8ef;
    }
    #renew .SS_paging .SS_selectPage:first-child {
    margin-left:-webkitcalc((100% - 40px) / 2);
    margin-left:calc((100% - 40px) / 2);
    }
    #renew .SS_paging .SS_selectPage:last-child {
        margin-right:-webkitcalc((100% - 40px) / 2);
        margin-right:calc((100% - 40px) / 2);
    }
}

#renew ul.sideSideList {
    padding-left: 24px !important;
}
    @media screen and (max-width: 768px) {
        #renew ul.sideSideList {
            padding-left: 4.26667vw !important;
        }
    }

#renew .sideSideList li {
    display: inline-block;
    margin-right: 0.5rem;
}
#renew .sideSideList li:first-child {
    border-left: 1rem solid #FFF;
}
    #renew .sideSideList li a {
    text-decoration: underline;
    -webkit-transition: color 0.25s cubic-bezier(0.23, 1, 0.58, 1);
    -moz-transition: color 0.25s cubic-bezier(0.23, 1, 0.58, 1);
    transition: color 0.25s cubic-bezier(0.23, 1, 0.58, 1);        
    }
    #renew .sideSideList li a:hover {
        color: #afc1ce;
    }
#renew .sideSideList li::after {
    content:" ／ ";
    color: #dfe8ef;
}
#renew .sideSideList li:last-child::after {
    content: none;
}

#renew .container .content main .link_arr {
    margin: 0.5em 0 0.1em;
}

#renew .container .content main .accordion > .accordion_content > ul {
    padding-top: 0 !important;
}


/* === Hanyo === */
.mt1em {
    margin-top: 1em !important;
}
.pt1em {
    padding-top: 1em !important;
}

/* === clearfix === */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:before {
　　　　content: "";
	display: block;
	clear: both;
}

.clearfix {
	display: block;
}
iframe#SS_Frame {
  z-index: 99999999!important;
}
