/* CSS Document */
/*色指定*/
.yellow {
	color: #f5c16e;
}
.deep_blue {
	color: #1e2144;
}

.blue {
	color: #303678;
}

.pink {
	color: #f86d70!important;
}
.pink {
	color: #8f2b2b;
}

.orange {
	color: #f4a300;
}

/*PC/SP 切り替え*/
.display_sp {
	display: none;
}

.display_pc {
	display: block;
}

/*背景　ベージュ*/
.shokai_bg {
    width: 100%;
    height: 100%;
}

.bg_white {
	background: #fff;
}

.bg_beige{
	background: #d8caa3;
}

/*画像調整*/

/*ランク・特典*/
.rank_img {
	width: 90%;
	text-align: center;
	margin: 0 auto;
}

/*お客様ページ説明*/
.guide_img {
	width: 85%;
	text-align: center;
	margin: 0 auto;
}

/*バナー画像調整　2021/9/16　削除*/
.shokai_banner_wrap{
    text-align: center;
    margin: 5% auto;
}

.shokai_banner_img {
    width: 60%;
    height: 100%;
}
/*リニューアル　2021/9/16　追加*/
.shoukai_renewal {
	background: #8f2b2b;
}
.shoukai_renewal ul {
	vertical-align: top;
	list-style: none;
	margin: 5%;
	padding: 30px;
}
.shoukai_renewal ul li {
	padding:10px 0px 5px 70px;
	background-image:url("../images/renewal_icon.svg");
	background-repeat:no-repeat;
	background-position:left center;
	color: #fff;
	font-weight: 500;
	font-size: 1.2em;
}

/*紹介方法　タイトル*/
.shokai_title::before {
    content: 'カンタン！';
    font-size: 1rem;
    position: relative;
    display: inline-block;
    top: -30px;
    right: -30px;
    transform: rotate(-20deg)!important;
  -ms-transform: rotate(-20deg)!important;
  -moz-transform: rotate(-20deg)!important;
  -webkit-transform: rotate(-20deg)!important;
  -o-transform: rotate(-20deg)!important;
}

.shokai_title_wrap_2 {
    margin-bottom: 7%;
}

.shokai_title{
    font-size: 2rem;
    text-align: center;
    line-height: 120%;
    margin: 10% 0 3% -50px;
    color: #303678;
}

.shokai_title span{
    font-size: 0.9rem;
    margin-left: 50px;
    line-height: 150%;
    width: 100%;
}

/*もっとカンタン紹介方法　タイトル*/
.shokai_title_2::before {
    content: 'NEW!';
	color: #f86d70;
    font-size: 1rem;
    position: relative;
    display: inline-block;
    top: -40px;
    right: -20px;
    transform: rotate(-20deg)!important;
  -ms-transform: rotate(-20deg)!important;
  -moz-transform: rotate(-20deg)!important;
  -webkit-transform: rotate(-20deg)!important;
  -o-transform: rotate(-20deg)!important;
}

.shokai_title_wrap_2{
    margin-bottom: 7%;
}

.shokai_title_2{
    font-size: 2rem;
    text-align: center;
    line-height: 120%;
    margin: 10% 0 3% -50px;
    color: #303678;
}

.shokai_title_2 span{
    font-size: 0.9rem;
    margin-left: 50px;
    line-height: 150%;
    width: 100%;
}


/*タイトル　ノーマル*/
.shokai_title2 {
    font-size: 1.8rem;
    text-align: center;
    line-height: 120%;
    margin-bottom: 5%;
    color: #303678;
    font-weight: 600;
}

/*さ・ら・に　タイトル*/
.shokai_title3 {
    font-size: 2.5rem;
    text-align: center;
    line-height: 120%;
    margin-bottom: 5%;
    color: #303678;
    font-weight: 600;
}

.recommend .col {
    margin-left: 0%;
    margin: 1% 0;
}
/*ボタン*/
.shokai_button {
    background-color: #1ab209;
    color: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 10px 12px;
    width: 60%;
    margin: 0 auto;
    border-radius: 5px;
}

.shokai_button p {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600;
}

.shokai_button_img {
    width: 60px;
    height: 100%;
    margin-right: 3%;
}

.btn_benefits {
	background: #f5c16e;
	color: #8f2b2b;
	display: inline-block;
	text-align: center;
	font-weight: 600;
	padding: 1% 0%;
	width: 100%;
	font-size: 1.2em;
	margin: 3% auto 0%;
}

.button_fake {
	display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1.6em;
    text-align: center;
    width: 40%;
    background: #ea6262;
    padding: 24px 0px;
    border-radius: 4px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    position: relative;
    margin: 0 auto;
	font-weight: 500;
}

/*flexstyle*/
.flex_style{
	display: flex;
	align-items: center;
	flex-direction: row;
}

/*紹介方法　テキスト*/
.shokai_method_title {
	font-size: 1.2em!important;
	font-weight: 600!important;
	color:  #303678!important;
}
/*紹介方法　リスト*/
.shokai_method ul{
	list-style: none;
	text-align: left;
	padding: 0;
}

.shokai_method ul li{
	color:  #303678;
	font-size: 0.7em;
	line-height: 1.2em;
}

/*紹介方法　イメージ*/
.shokai_flow {
    margin: 0 auto;
    text-align: center;
}

/*紹介方法　タイトル*/
.blue_bg_title {
	background: #404889;
	padding: 20px 0px;
	color: #fff;
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 1.4em;
	font-weight: 600;
	margin: 2% 0 4% 0;
	max-width: 100%;
	width: 100%;
}

.pink_bg_title {
	background: #f86d70;
	padding: 20px 0px;
	color: #fff;
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 1.4em;
	font-weight: 600;
	margin: 2% 0 4% 0;
	max-width: 100%;
	width: 100%;
}

/*横並びスタイル*/
.flex_style {
	display: flex;
	justify-content: center;  
}

/*下向き三角*/
.downward_triangle{
	width: 0;
    height: 0;
	border-top: solid 30px #1E2144;
    border-right: solid 30px transparent;
    border-bottom: solid 30px transparent;
    border-left: solid 30px transparent;
	opacity: 0.7;
	margin: 0 auto;
}


/*矢印　青*/
.down{
    position: relative;
    width: 0;
    height: 0;
    border: 32px solid transparent;
    border-top-color: #303678;
    margin: 5% auto 0%;
}

.down:after{
    position: absolute;
    content: '';
    top: -64px;
    left: -16px;
    width: 32px;
    height: 32px;
    background: #303678;
}
/*矢印　オレンジ*/
.down_or{
    position: relative;
    width: 0;
    height: 0;
    border: 32px solid transparent;
    border-top-color: #f4a300;
    margin: 5% auto 0%;
}

.down_or:after{
    position: absolute;
    content: '';
    top: -64px;
    left: -16px;
    width: 32px;
    height: 32px;
    background: #f4a300;
}

/*関連事項　リスト*/
.related_matters　ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.related_matters ul li {
  position: relative;
  padding: 0 0 0 1.2em;
  margin: 0;
	font-weight: 500;
	font-size: 0.8em;
}
.related_matters ul li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f35a';
  color: #00ACDB;
}

/*テキスト　スタイル*/
.text_middle{
    font-size: 1.2rem;
    font-weight: 600;
    color: #303678;
    line-height: 160%;
}
.text_box2{
    font-size: 1rem;
    font-weight: 600;
    color: #606060;
    text-align: left;
    line-height: 180%;
}

.shokai_text{
    font-size: 1rem!important;
    font-weight: 500!important;
    color: #303678!important;
    margin: 0 10%;
}


/*-----------snsフォロー-------------*/

/*マーカー*/
.amazon_maker{
    background: linear-gradient(transparent 75%, #f4a300 0%);
}
/*snsフォロー*/
.shokai_container{
    background-color: #303687;
    color: #fff;
    text-align: center;
    padding: 3% 0;
    margin-top: 5%;
    line-height: 190%;
}

.shokai_sns_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 17%;
}

.shokai_sns_img{
    width: 18%;
    padding-left: 20px;
}

.shokai_sns_title{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 200%;
}

.shokai_container ol {
    text-align: left;
    counter-reset: list_count;
    list-style: none;
}

.shokai_container ol li{
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px 0%;
    letter-spacing: 0.15rem;
}

.shokai_container ol li::before{
    font-size: 1.2rem;
    font-weight: 600;
    margin-right: .25em;
    counter-increment: list_count;
    content: counter(list_count);
    display: inline-block;
    line-height: 26px;
    text-align: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #f4a300;
    background-color: #f4a300;
}

.shokai_sns_text{
    text-align: left;
    font-weight: 500;
    margin-top: 3%;
    font-size: 0.9rem;
}

.shokai_gaiyou_button{
    background-color: #303768;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 7px 30px;
    margin: 0 auto;
}

/*-----------アプリ紹介動画-------------*/

.app_video_wrap{
	text-align: center;
	margin: 0 auto;
}

.app_video {
	width: 750px;
	height: auto;
}

/*-----------iOS/Android　アプリ遷移リンク-------------*/

.app_area {
	width: 50%;
	margin: 0 auto;
}

/*-----------紹介プログラム　注意事項-------------*/
.shokai_gaiyou_button_wrap {
    text-align: center;
}

.amazon_card_img { 
    width: 40%;
    height: auto;
    margin: 3% auto;
}

.shokai_gaiyou ul{  
    font-size: 1.2rem;
    font-weight: 600;
    color: #303768;
    list-style: none;
    line-height: 200%;
}

.shokai_gaiyou ul li{
    padding: 3% 0;
}


.shokai_gaiyou{  
    padding: 20px;
}

.shokai_link {
    text-decoration: none;
}

.caution p{
	font-size: 1em;
	color: #303768;
	font-weight: 600;
	line-height: 150%;
}

.caution ul{
	font-size: 1em;
	color: #303768;
	font-weight: 600;
	line-height: 150%;
}


.cheating p{
	font-size: 0.7em;
	color: #303768;
	font-weight: 600;
	line-height: 150%;
}

.cheating ul{
	font-size: 0.7em;
	color: #303768;
	font-weight: 600;
	line-height: 150%;
	list-style: none;
}


/*-----------SNSフォローボタン-------------*/
.sns_follow_ti {
  position: relative;
    margin: auto;
}

.follow_button_wrap{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.follow_button{
    background-color: #4563a2;
    width: 15%;
    text-align: center;
    color: #fff;
    padding: 20px;
    margin: 0 10px;
    font-size: 1.2rem;
    font-weight: 600;
}

.follow_button:hover{
    opacity: 0.6;
}

.follow_button a{
    color: #fff;
    text-decoration: none;
}

.follow_button a:hover{
    color: #fff;
}

.follow_button ul{
    list-style: none;
    display: flex;
    justify-content: center;
}

.follow_button ul li{
   padding: 0 5px;
    font-size: 1.4rem;
}

/*-----------紹介ポイント　2022/5/26-------------*/
.shokai_point_img {
	width: 250px;
	height: auto;
}

.shokai .accbox_contents {
	background: #ededed;
}

/*styke.cssが効いてしまっている為、打ち消し*/
.sns_follow .accbox ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: none;
  width: 0px;
  height: 0px;
}
/*styke.cssが効いてしまっている為、打ち消し*/

/*-----------ガイドページ　2021/9/26-------------*/
.shokai_guide p {
	font-size: 1em;
	color: #303678;
	font-weight: 400;
}

.shokai_guide .text_center {
	font-size: 1.2em;
	color: #303678;
	font-weight: 600;
	text-align: center;
}

.shokai_guide ul {
	font-size: 1em;
	line-height: 150%;
	color: #303678;
	list-style: none;
	font-weight: 400;
}

.title_shokai_guide {
	font-size: 1.8rem;
    text-align: left;
    line-height: 120%;
    margin-bottom: 3%;
    color: #303678;
    font-weight: 600;
}

.shokai_guide .icon_img {
	width: 30px;
	height: auto;
	padding-right: 0.3em;
}

@media (max-width:978px){
.shokai_banner_img {
    width: 80%;
    height: 100%;
}
	
	
}
@media (max-width:768px){
.shokai_banner_img {
    width: 80%;
    height: 100%;
}
.shokai_button{
    background-color: #1ab209;
    color: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 7px 12px;
    width: 80%;
    margin: 0 auto;
    border-radius: 5px;
}

.shokai_button p{
    font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
}

.shokai_button_img{
    width: 45px;
    height: 100%;
    margin-right: 3%;
}
	
/*-----------アプリ紹介動画-------------*/

.app_video_wrap{
	text-align: center;
	margin: 0 auto;
}

.app_video {
	width: 600px;
	height: auto;
}


}
@media (max-width:600px){
	
/*PC/SP 切り替え*/
.display_sp {
	display: block;
}

.display_pc {
	display: none;
}

/*リニューアル　2021/9/16　追加*/
.shoukai_renewal {
	background: #8f2b2b;
}
.shoukai_renewal ul {
	vertical-align: top;
	list-style: none;
	margin: 2%;
	padding: 10px;
}
.shoukai_renewal ul li{
	padding: 5px 0px 5px 60px;
	background-image:url("../images/renewal_icon.svg");
	background-repeat:no-repeat;
	background-position:left center;
	color: #fff;
	font-weight: 500;
	font-size: 0.9em;
	line-height: 140%;
}

	
.shokai_banner_img {
    width: 100%;
    height: 100%;
}
.shokai_sns_wrap{
    margin-left: 0%;
}

.shokai_sns_img{
    width: 30%;
    padding-left: 20px;
}
/*-----------SNSフォローボタン-------------*/
.sns_follow_ti {
  position: relative;
    margin: auto;
}

.follow_button_wrap{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.follow_button{
    background-color: #4563a2;
    width: 30%;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin: 0 10px;
    font-size: 1.2rem;
    font-weight: 600;
}

.follow_button:hover{
    opacity: 0.6;
}

.follow_button a{
    color: #fff;
    text-decoration: none;
}

.follow_button a:hover{
    color: #fff;
}

.follow_button ul{
    list-style: none;
    display: flex;
    justify-content: center;
}

.follow_button ul li{
   padding: 0 5px;
    font-size: 1rem;
}
	
.button_fake {
	display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    text-align: center;
    width: 80%;
    background: #ea6262;
    padding: 14px 0px;
    border-radius: 4px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    position: relative;
    margin: 0 auto;
	font-weight: 500;
}
	
	
/*-----------アプリ紹介動画-------------*/

.app_video_wrap{
	text-align: center;
	margin: 0 auto;
}

.app_video {
	width: 340px;
	height: auto;
}
	
/*-----------iOS/Android　アプリ遷移リンク-------------*/

.app_area {
	width: 100%;
	margin: 0 auto;
}
	
/*-----------SNSフォローボタン-------------*/

}
@media (max-width:414px){
.shokai_title::before {
    content: 'カンタン！';
    font-size: 0.8rem;
    position: relative;
    display: inline-block;
    top: -30px;
    right: -30px;
    transform: rotate(-20deg)!important;
  -ms-transform: rotate(-20deg)!important;
  -moz-transform: rotate(-20deg)!important;
  -webkit-transform: rotate(-20deg)!important;
  -o-transform: rotate(-20deg)!important;
}

.shokai_title{
    font-size: 1.4rem;
    text-align: center;
    line-height: 120%;
    margin: 10% 0 3% -25px;
    color: #303678;
}

.shokai_title span{
    font-size: 0.75rem;
    margin-left: 17px;
    line-height: 120%;
    overflow-x: hidden;
    letter-spacing: 0.01;
}
	
/*もっとカンタン紹介方法　タイトル*/
.shokai_title_2::before {
    content: 'NEW!';
	color: #f86d70;
    font-size: 0.8rem;
    position: relative;
    display: inline-block;
    top: -30px;
    right: -20px;
    transform: rotate(-20deg)!important;
  -ms-transform: rotate(-20deg)!important;
  -moz-transform: rotate(-20deg)!important;
  -webkit-transform: rotate(-20deg)!important;
  -o-transform: rotate(-20deg)!important;
}

.shokai_title_wrap_2{
    margin-bottom: 7%;
}

.shokai_title_2 {
    font-size: 1.3rem;
    text-align: center;
    line-height: 120%;
    margin: 10% 0 3% -25px;
    color: #303678;
}

.shokai_title_2 span {
    font-size: 0.75rem;
    margin-left: 17px;
    line-height: 120%;
	overflow-x: hidden;
    letter-spacing: 0.01;
    width: 100%;
}

    
.shokai_title2{
    font-size: 1.2rem;
}
.shokai_title3{
    font-size: 1.6rem;
}
.text_box{
    font-size: 0.9rem;
    font-weight: 600;
    color: #303678;
    text-align: center;
    line-height: 150%;
}
.text_box2{
    font-size: 0.8rem;
    font-weight: 600;
    color: #606060;
    text-align: left;
    line-height: 180%;
}
.down{
    position: relative;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-top-color: #303678;
    margin: 5% auto 0%;
}

.down:after{
    position: absolute;
    content: '';
    top: -32px;
    left: -8px;
    width: 16px;
    height: 16px;
    background: #303678;
}

.down_or{
    position: relative;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-top-color: #f4a300;
    margin: 5% auto 0%;
}

.down_or:after{
    position: absolute;
    content: '';
    top: -32px;
    left: -8px;
    width: 16px;
    height: 16px;
    background: #f4a300;
}
.shokai_sns_wrap{
    margin-left: 0%;
}

.shokai_sns_img{
    width: 30%;
    padding-left: 20px;
}

.shokai_sns_title{
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 150%;
}
    
.shokai_container{
    padding: 5% 0;
}

.shokai_container ol li{
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 0%;
    letter-spacing: 0.15rem;
}

.shokai_container ol li::before{
    font-size: 1rem;
    line-height: 16px;
    height: 20px;
    width: 20px;
}

.shokai_sns_text{
    text-align: left;
    font-weight: 500;
    margin-top: 3%;
    font-size: 0.8rem;
    line-height: 150%;
}

}