/* 検索方法について */
#contents {
	line-height: 1.8;
}
#contents a{
	text-decoration: underline;
}

.SearchReasonTop{
	margin: 56px 0 20px;
	padding: 0 0 10px 0;
}
.SearchReasonTopTitle{
	color: #23AC38;
	font-size: 32px;
    text-align: center;
}
.SearchReasonTopImage{
    width: 100%;
    height: auto;
}
.SearchReasonSearch{
    padding: 10px 56px 24px;
}
.SearchReasonSearchContainer{
    display: block;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 40px 10px 20px;
    border: solid 2px #1F6E8C;
    border-radius: 20px;
    margin-top: 70px;
}
.SearchReasonSearchTitle{
    position: absolute;
    right: 0;
    left: 0;
    top: -35px;
    color: #1F6E8C;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    width: fit-content;
    border: solid 2px #1F6E8C;
    border-radius: 20px;
    padding: 0 50px;
    margin: 0 auto;
    background-color: #fff;
}
.SearchReasonSearchContainerInner{
    max-width: 770px;
    display: block;
    margin: 0 auto;
}
/* 検索フォーム1 */
.SearchReasonSearch .search-wrap .form {
    display: block;
    margin: 18px 0; 
    box-sizing: border-box;
    width: 90%;
}
.SearchReasonSearch .search-wrap .searchbox {
    position: relative;
}
.SearchReasonSearch .search-wrap .input-wrap input {
    border: 1px solid #ccc;
    font-size: 16px;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    height: 42px;
    overflow: hidden;
	border-radius: 4px 0 0 4px;	
}
.SearchReasonSearch .search-wrap .input-wrap input::-moz-placeholder {
    color: #999;
    font-weight: normal;
    opacity: 1;
}
.SearchReasonSearch .search-wrap .b-search {
    position: absolute;
    right: -10%;
    top: 0;
    background: #89c04a url(/images/header/i-search.png) no-repeat center center;
	background-size: 22px 22px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    height: 42px;
    width: 70px;
}
.SearchReasonSearchHowto, .SearchReasonSearchHowtoText{
    color: #333333;
}
.SearchReasonSearchHowtoLink{
    width: 100%;
    display: block;
    margin-top: 0.5em;
    color: #333333!important;
    text-align: right;
}
.SeachReasonAbout,
.SearchReasonRecommend,.SearchReasonMail,
.SearchReasonAttention
{
    width: 90%;
    margin: 0 auto;
}
.SeachReasonAboutDate{
    background-color: #EFEFEF;
    margin-bottom: 56px;
    padding: 1em 0;
    display: flex;
    justify-content: space-around;
}
.SeachReasonAboutDateSpan{
    color: #F97306;
}
.SeachReasonAboutMerit1Title, .SeachReasonAboutMerit2Title,
.SearchReasonReviewsTitle,.SearchReasonRecommendTitle,
.SearchReasonMailTitle,.SearchReasonAttentionTitle{
    border-bottom: 1px dashed #23AC38;
    margin-bottom: 1em;
}
.SeachReasonAboutMerit1Disc, .SeachReasonAboutMerit2Disc{
    background-color: #FAFFE3;
    padding: 40px 48px;
    margin: 24px 0 ;
    display: flex;
    justify-content: space-between;
    gap: 56px;
}
.SeachReasonAboutMerit1DiscText, .SeachReasonAboutMerit2DiscText{
    font-size: 16px;
}
.SeachReasonAboutMerit1DiscTitle,.SeachReasonAboutMerit2DiscTitle{
    margin-bottom: 0.5em;
}
.SeachReasonAboutMerit1DiscList li, .SeachReasonAboutMerit2DiscList li{
    list-style: inside;
}
.SeachReasonAboutMerit1DiscImage, .SeachReasonAboutMerit2DiscImage{
    width: 50%;
    height: auto;
}
.SeachReasonAboutMerit2Text2{
    line-height: 3.0;
    margin-bottom: 56px;
}
.SearchReasonReviews{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 56px;
}
/* スライダー */
.SearchReasonReviewsSliderBox{
	position: relative;
	width: 90%;
	margin: 32px auto;
	}
.SearchReasonReviewsSliderBoxCard{
    background-color: #F7F7F7;
    border-radius: 10px;
}
.SearchReasonReviewsSliderBoxCardUser{
    display: flex;
    width: 90%;
    margin: 20px auto;
    gap: 1rem;
    align-items: center;
}
.SearchReasonReviewsSliderBoxCardStar{
    width: 100px;
    height: auto;
    margin-left: 16px;
}
.SearchReasonReviewsSliderBoxCardUserDate{
    font-size: 12px;
}
.SearchReasonReviewsSliderBoxCardUserImageWoman{
    border: 5px solid #FFC18F;
    border-radius: 10px;
    width: 60px;
    height: auto;
}
.SearchReasonReviewsSliderBoxCardUserImageMan{
    border: 5px solid #86B6EE;
    border-radius: 10px;
    width: 60px;
    height: auto;
}
/* 矢印 */
.slide-arrow {
    position:absolute;
    width:40px;
    top:40%;
    z-index: 1000;
    cursor: pointer;
    opacity: 0.6;
}
.slide-arrow:hover{
    opacity: 1;
}
.prev-arrow, .next-arrow {
    content: "";
    border-top: 3px solid #999;
    border-right: 3px solid #999;
    background: none;
    border-bottom: none;
    border-left: none;
    width: 30px;
    height: 30px;
    top:40%;
    position: absolute;
}
.prev-arrow{
    left: -40px;
    transform: rotate(-135deg);
}
.next-arrow{
    right: -40px;
    transform: rotate(45deg);
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}
/* 矢印ここまで */
.SearchReasonReviewsSliderBoxCardReviews{
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    height: 230px;
}
.SearchReasonReviewsText{
    line-height: 3.0;
}
.SearchReasonReviewsLink{
    display: block;
    text-align: right;
}
.SearchReasonRecommend{
    margin-bottom: 56px;
}
.SearchReasonRecommendDisc{
    display: flex;
    justify-content: space-between;
    gap: 56px;
    margin-bottom: 32px;
}
.SearchReasonRecommendDiscImage{
    width: 35%;
    height: auto;
}
.SearchReasonRecommendDiscTextSpan, .SearchReasonRecommendDiscBoxTextRed{
    color: #B81A1A;
}
.SearchReasonRecommendDiskBoxTableContainer{
    max-width: 800px;
    margin: 0 auto;
}
.SearchReasonRecommendDiskBoxTable{
    width: 100%;
    border: 1px solid #707070;
	border-collapse: collapse;
    text-align: center;
    margin: 0 0 30px;
}
.SearchReasonRecommendDiskBoxTable th,td{
    border: 1px solid #707070;
}
.SearchReasonRecommendDiskBoxTable th{
    background: #efefef;
}
.SearchReasonRecommendDiskBoxTableText{
    color: #8FD827;
    font-weight: bold;
}
/* 検索フォーム2 */
.SearchReasonRecommend .search-wrap{
    width: 70%;
    margin: 0 auto;
}
.SearchReasonRecommend .search-wrap .form {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}
.SearchReasonRecommend .search-wrap .searchbox {
    position: relative;
}
.SearchReasonRecommend .search-wrap .input-wrap input {
    border: 1px solid #ccc;
    font-size: 16px;
    width: 100% ;
    margin: 0;
    padding: 0 10px;
    height: 42px;
    overflow: hidden;
	border-radius: 4px 0 0 4px;	
}
.SearchReasonRecommend .search-wrap .input-wrap input::-moz-placeholder {
    color: #999;
    font-weight: normal;
    opacity: 1;
}
.SearchReasonRecommend .search-wrap .b-search {
    position: absolute;
    right: -70px;
    top: 0;
    background: #89c04a url(/images/header/i-search.png) no-repeat center center;
	background-size: 22px 22px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    height: 42px;
    width: 70px;
}
.SearchReasonMailLink{
    display: block!important;
    font-size: 18px!important;
    width: 300px;
    margin: 24px auto 56px!important;
    padding: 1rem 0!important;
}
.SearchReasonAttention{
    margin-bottom: 56px;
}
.SearchReasonAttentionText{
    margin-bottom: 1em;
}
.SearchReasonEnquiryLink{
    width: 300px;
}
