@charset "UTF-8";

/* 登録フォーム上 ワラウ概要説明部分 */
.sw-FloatClear { clear: both; }

.sw-MainBody { line-height: 1.5; padding-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #cccccc; background-color: #f4f4f4; }

.sw-MainSection { background: #ffffff; border: 1px solid #e2e2e2; box-sizing: border-box; position: relative; }

.sw-MainTitle { font-size: 16px; color: #525252; padding: 13px 0 10px 0; border-bottom: 2px solid #feb302; margin: 0; }
.sw-MainTitle img { vertical-align: middle; margin: 0 5px; display: inline-block; position: relative; top: -0.1em; }

.sw-MainMargin { height: 20px; background: #f4f4f4; }

.sw-Body { padding-bottom: 40px; border-bottom: 1px solid #e2e2e2; background-color: #f4f4f4; }

.sw-ContainerFull { width: 1280px; padding: 0 2px; }

.sw-ContainerMain { width: calc(88px * 9 + 20px * 8); }

.sw-ContainerSide { width: calc(88px * 3 + 20px * 2); }

.sw-Container_SpaceBetween { margin-right: auto; margin-left: auto; display: flex; justify-content: space-between; }

.sw-Container_Column { margin-right: auto; margin-left: auto; display: flex; flex-direction: column; }

.sw-SectionSmall { width: calc(88px * 3 + 20px * 2); height: 490px; background: #ffffff; border: 1px solid #e2e2e2; box-sizing: border-box; position: relative; }

.sw-SectionSmall_HeightAuto { width: calc(88px * 3 + 20px * 2); height: auto; background: #ffffff; border: 1px solid #e2e2e2; box-sizing: border-box; position: relative; }

.sw-SectionMiddle { width: calc(88px * 6 + 20px * 5); background: #ffffff; border: 1px solid #e2e2e2; box-sizing: border-box; position: relative; }

.sw-SectionLarge { width: calc(88px * 9 + 20px * 8); background: #ffffff; border: 1px solid #e2e2e2; box-sizing: border-box; position: relative; }

.sw-SectionFull { width: 100%; background: #ffffff; border: 1px solid #e2e2e2; box-sizing: border-box; position: relative; }

.sw-SectionTitle { font-size: 18px; font-weight: bold; letter-spacing: 0.1em; color: #525252; padding: 20px; text-align: left; display: flex; align-items: center; justify-content: flex-start; margin-bottom: 0; }

.sw-SectionTitleMore { font-size: 18px; font-weight: bold; letter-spacing: 0.1em; color: #525252; padding: 20px; text-align: left; display: flex; align-items: center; justify-content: space-between; margin-bottom: 0; }

.sw-SectionTitleMore_SubText { font-size: 14px; font-weight: normal; color: #525252; text-decoration: none; transition: all 0.2s ease-in-out; }

.sw-SectionTitleMore_SubText:hover { text-decoration: none; color: #fea000; }

.sw-SectionTitleMore_SubText:hover > .sw-ArrowTextLink { transform: translate(2.5px, -1.5px) rotate(-45deg); border-bottom: 1px solid #fea000; border-right: 1px solid #fea000; }

.sw-Pt_Icon { margin: 0 4px 5px 0; vertical-align: middle; }

.sw-Pt { color: #da0201; font-size: 22px; font-weight: bold; font-family: "Karla", sans-serif; margin-right: 2px; }

.sw-PtUnit { color: #da0201; font-size: 15px; font-weight: bold; font-family: "Karla", sans-serif; }

.sw-Pt_Before { position: relative; display: inline-block; margin-right: 5px; font-size: 15px; color: #525252; }
.sw-Pt_Before:before { content: ""; width: 100%; height: 1px; display: block; position: absolute; top: 10px; left: 0; background-color: #525252; }
.sw-Pt_Before:after { position: absolute; top: 0; right: -20px; content: "→"; }

.warauOverview-Bold { font-weight: bold; margin: 0; }

.warauOverview-Link { font-size: 16px; color: #525252; font-weight: bold; line-height: 180%; text-align: left; letter-spacing: 1px; color: #0063dc; text-decoration: none; }

.warauOverview-Logo { width: 100%; height: 84px; position: relative; display: inline-block; margin: 48px auto 0; text-align: center; }

.warauOverview-Navi_List { list-style-type: none; text-align: right; margin: 0 0 20px 0; }
@media screen and (min-width: 900px) { .warauOverview-Navi_List { position: absolute; top: 20px; right: 0; } }

.warauOverview-Navi_Item { display: inline-block; margin-right: 10px; }

.warauOverview-Button_Register { width: 170px; height: 45px; line-height: 45px; background-color: #f62300; border-radius: 6px; border: none; box-shadow: 0 6px 0 #8e0000; cursor: pointer; display: inline-block; font-weight: bold; font-size: 120%; font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; letter-spacing: 4px; color: #ffffff; text-decoration: none; text-align: center; transition: all 0.3s; -webkit-font-smoothing: antialiased; }
.warauOverview-Button_Register:hover { transform: translateY(3px); box-shadow: 0 3px 0 #8e0000; color: #ffffff; }
.warauOverview-Button_Register:visited { color: #ffffff; }

.warauOverview-Button_Login { width: 170px; height: 45px; line-height: 45px; background-color: #2395fa; border-radius: 6px; border: none; box-shadow: 0 6px 0 #0a5eaf; cursor: pointer; display: inline-block; font-weight: bold; font-size: 120%; font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; letter-spacing: 4px; color: #ffffff; text-decoration: none; text-align: center; transition: all 0.3s; -webkit-font-smoothing: antialiased; }
.warauOverview-Button_Login:hover { transform: translateY(3px); box-shadow: 0 3px 0 #0a5eaf; color: #ffffff; }
.warauOverview-Button_Login:visited { color: #ffffff; }

.warauOverview-Main { font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; text-align: center; background: linear-gradient(180deg, #ffffff 3%, #fff8e3 9%); margin-top: 48px; padding-bottom: 40px; }

.warauOverview-Catchphrase { margin: 0 auto 24px; height: 120px; }

.warauOverview-Authority { width: 470px; margin: 0 auto 32px; padding: 0; vertical-align: top; }

.warauOverview-Authority_Description { margin-left: 0; }

.warauOverview-Authority_History { display: inline-block; font-size: 16px; color: #525252; font-weight: normal; line-height: 180%; text-align: left; letter-spacing: 1px; width: 145px; height: 146px; background: url("https://warau.akamaized.net/www.warau.jp/images/service/account/registWarauDetail/bg_authorityItem.svg") no-repeat; background-size: 100% auto; vertical-align: top; padding-top: 42px; text-align: center; line-height: 130%; }

.warauOverview-Authority_User { display: inline-block; font-size: 16px; color: #525252; font-weight: normal; line-height: 180%; text-align: left; letter-spacing: 1px; width: 145px; height: 146px; background: url("https://warau.akamaized.net/www.warau.jp/images/service/account/registWarauDetail/bg_authorityItem.svg") no-repeat; background-size: 100% auto; vertical-align: top; padding-top: 32px; text-align: center; line-height: 130%; margin: 0 16px; }

.warauOverview-Authority_Ads { display: inline-block; font-size: 16px; color: #525252; font-weight: normal; line-height: 180%; text-align: left; letter-spacing: 1px; width: 145px; height: 146px; background: url("https://warau.akamaized.net/www.warau.jp/images/service/account/registWarauDetail/bg_authorityItem.svg") no-repeat; background-size: 100% auto; vertical-align: top; padding-top: 32px; text-align: center; line-height: 130%; }

.warauOverview-Authority_Value { display: block; font-size: 25px; font-weight: bold; margin: 4px 0 2px; padding: 0; }

.warauOverview-Authority_Value-history { display: block; font-size: 25px; font-weight: bold; margin: 4px 0 2px; padding: 0; margin: 14px auto 3px; }

.warauOverview-Explanation { width: 1000px; margin: 0 auto; }

.warauOverview-Introduction { font-size: 22px; color: #525252; font-weight: bold; line-height: 180%; text-align: left; letter-spacing: 1px; width: 860px; text-align: center; letter-spacing: 3px; margin: 0 auto 32px; display: flex; justify-content: space-between; }

.warauOverview-Introduction:before { display: inline-block; content: ""; width: 128px; height: 75px; background: url("https://warau.akamaized.net/www.warau.jp/images/service/account/registWarauDetail/bg_titleJankenchan.png"); background-position: bottom; background-size: contain; background-repeat: no-repeat; }

.warauOverview-Introduction:after { display: inline-block; content: ""; width: 128px; height: 75px; background: url("https://warau.akamaized.net/www.warau.jp/images/service/account/registWarauDetail/bg_titleDeshiMomo.png"); background-position: bottom; background-size: contain; background-repeat: no-repeat; }

.warauOverview-Steps { width: 1000px; margin-bottom: 35px; display: inline-block; vertical-align: top; }

.warauOverview-Steps_Title { width: 860px; height: 40px; line-height: 43px; position: relative; margin: 0 auto; color: #ffffff; font-size: 20px; background: #ffab20; border-radius: 30px; letter-spacing: 1px; z-index: 1; }
.warauOverview-Steps_Title:before { content: ""; position: absolute; top: 100%; left: 50%; position: absolute; margin-left: -8px; border: 8px solid transparent; border-top: 8px solid #ffab20; }

.warauOverview-Steps_List { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: -22px auto 0; padding: 64px 40px 40px; background: #ffffff; border: 1px solid #ffdda6; border-radius: 6px; list-style-type: none; display: flex; justify-content: space-between; }

.warauOverview-Steps_Item { width: 280px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; flex-shrink: 0; position: relative; }

.warauOverview-Steps_SubTitle { font-size: 18px; color: #525252; font-weight: bold; line-height: 180%; text-align: left; letter-spacing: 1px; width: 100%; color: #525252; margin-bottom: 16px; text-align: center; }

.warauOverview-Steps_Text { font-size: 16px; color: #525252; font-weight: normal; line-height: 180%; text-align: left; letter-spacing: 1px; margin: 0 auto 16px; }

.warauOverview-Step1_List { display: flex; align-items: center; gap: 24px; padding: 0; }

.warauOverview-Step1_Image { width: 72px; height: 72px; display: flex; justify-content: center; align-items: center; border-radius: 100px; background: #fff8e3; margin: 0; }

.warauOverview-Step1_Icon { width: 40px; height: 40px; fill: #fdaa2f; vertical-align: middle; }

.warauOverview-Step1_Service { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 12px; font-weight: bold; color: #525252; text-align: center; letter-spacing: 1px; }

.warauOverview-Step1_Appli { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 12px; font-weight: bold; color: #525252; text-align: center; letter-spacing: 1px; }

.warauOverview-Step1_Shopping { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 12px; font-weight: bold; color: #525252; text-align: center; letter-spacing: 1px; }

.warauOverview-Step2_Image { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 14px; font-weight: bold; color: #525252; text-align: center; letter-spacing: 1px; font-size: 14px; }

.warauOverview-Step3_List { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; }

.warauOverview-Step3_Item { font-size: 12px; color: #525252; font-weight: bold; line-height: 180%; text-align: left; letter-spacing: 1px; display: flex; height: 43px; justify-content: center; align-items: center; flex-grow: 1; border-radius: 6px; background: #fff8e3; letter-spacing: initial; }

.warauOverview-PtGet { width: 1000px; margin-bottom: 35px; display: inline-block; vertical-align: top; }

.warauOverview-PtGet_Title { width: 860px; height: 40px; line-height: 43px; position: relative; margin: 0 auto; color: #ffffff; font-size: 20px; background: #ffab20; border-radius: 30px; letter-spacing: 1px; z-index: 1; }
.warauOverview-PtGet_Title:before { content: ""; position: absolute; top: 100%; left: 50%; position: absolute; margin-left: -8px; border: 8px solid transparent; border-top: 8px solid #ffab20; }

.warauOverview-PtGet_Box { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: -22px auto 0; padding: 64px 40px 40px; background: #ffffff; border: 1px solid #ffdda6; border-radius: 6px; }

.warauOverview-PtGet_SubTitle { font-size: 18px; color: #525252; font-weight: bold; line-height: 180%; text-align: left; letter-spacing: 1px; width: 100%; color: #525252; margin-bottom: 16px; text-align: center; }

.warauOverview-PtGet_Ads { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; margin-bottom: 40px; padding: 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-content: flex-start; }

.warauOverview-PtGet_Image { width: 74px; height: 74px; display: flex; justify-content: center; align-items: center; border-radius: 100px; background: #fff8e3; margin: 0; }

.warauOverview-PtGet_Icon { width: 40px; height: 40px; fill: #fdaa2f; vertical-align: middle; }

.warauOverview-PtGet_Appli { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 14px; font-weight: normal; color: #525252; text-align: center; letter-spacing: 1px; }

.warauOverview-PtGet_Card { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 14px; font-weight: normal; color: #525252; text-align: center; letter-spacing: 1px; }

.warauOverview-PtGet_Money { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 14px; font-weight: normal; color: #525252; text-align: center; letter-spacing: 1px; }

.warauOverview-PtGet_Shopping { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 14px; font-weight: normal; color: #525252; text-align: center; letter-spacing: 1px; }

.warauOverview-PtGet_Reserve { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 14px; font-weight: normal; color: #525252; text-align: center; letter-spacing: 1px; }

.warauOverview-PtGet_Travel { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 14px; font-weight: normal; color: #525252; text-align: center; letter-spacing: 1px; }

.warauOverview-PtGet_Enquete { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 14px; font-weight: normal; color: #525252; text-align: center; letter-spacing: 1px; }

.warauOverview-PtGet_Receipt { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 14px; font-weight: normal; color: #525252; text-align: center; letter-spacing: 1px; }

.warauOverview-PtGet_Text { margin: 0 auto; color: #ff7a00; font-weight: bold; font-size: 16px; line-height: 1.5; }

.warauOverview-PtGet_Text { font-size: 16px; color: #525252; font-weight: normal; line-height: 180%; text-align: left; letter-spacing: 1px; margin: 0 auto 16px; }

.warauOverview-PtGet_Category { display: flex; gap: 40px; list-style-type: none; padding: 0; }

.warauOverview-PtGet_Shop, .warauOverview-PtGet_Service { width: 420px; box-sizing: initial; }

.warauOverview-PtGet_Shop { border-right: 1px dashed #ffdda6; padding-right: 40px; }

.warauOverview-PtGet_List { display: flex; flex-wrap: wrap; justify-content: space-between; list-style-type: none; row-gap: 24px; width: 380px; margin: 0 auto; padding: 0; }

.warauOverview-PtGet_Item { width: 100px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; gap: 8px; text-align: center; }

.warauOverview-PtGet_PtReturn { font-size: 14px; color: #525252; font-weight: normal; line-height: 180%; text-align: left; letter-spacing: 1px; margin-left: 2px; }

.warauOverview-PtGet_Notes { font-size: 14px; color: #525252; font-weight: normal; line-height: 180%; text-align: left; letter-spacing: 1px; text-align: right; margin: 16px 30px 8px 0; }

.warauOverview-Reason { width: 1000px; margin-bottom: 35px; display: inline-block; vertical-align: top; }

.warauOverview-Reason_Title { width: 860px; height: 40px; line-height: 43px; position: relative; margin: 0 auto; color: #ffffff; font-size: 20px; background: #ffab20; border-radius: 30px; letter-spacing: 1px; z-index: 1; }
.warauOverview-Reason_Title:before { content: ""; position: absolute; top: 100%; left: 50%; position: absolute; margin-left: -8px; border: 8px solid transparent; border-top: 8px solid #ffab20; }

.warauOverview-Reason_Box { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: -22px auto 0; padding: 64px 40px 40px; background: #ffffff; border: 1px solid #ffdda6; border-radius: 6px; }

.warauOverview-Reason_SubTitle { font-size: 18px; color: #525252; font-weight: bold; line-height: 180%; text-align: left; letter-spacing: 1px; width: 100%; color: #525252; margin-bottom: 16px; text-align: center; }

.warauOverview-Reason_List { display: flex; justify-content: space-between; list-style-type: none; margin-bottom: 40px; padding: 0; }

.warauOverview-Reason_Item { font-size: 16px; color: #525252; font-weight: normal; line-height: 180%; text-align: left; letter-spacing: 1px; width: 175px; height: 130px; background: #fff8e3; border-radius: 6px; padding: 16px 0; text-align: center; letter-spacing: 0.5px; }

.warauOverview-Reason_Icon { width: 36px; height: 36px; fill: #fdaa2f; vertical-align: middle; display: block; margin: 0 auto 8px; }

.warauOverview-Reason_Text { font-size: 16px; color: #525252; font-weight: normal; line-height: 180%; text-align: left; letter-spacing: 1px; margin-bottom: 16px; }

.warauOverview-Reason_Ad { display: flex; gap: 40px; list-style-type: none; padding: 0; }

.warauOverview-Reason_Assurance, .warauOverview-Reason_ApprovalRate { width: 420px; box-sizing: initial; }

.warauOverview-Reason_Assurance { border-right: 1px dashed #ffdda6; padding-right: 40px; }

.warauOverview-Exchange { width: 1000px; margin-bottom: 35px; display: inline-block; vertical-align: top; }

.warauOverview-Exchange_Title { width: 860px; height: 40px; line-height: 43px; position: relative; margin: 0 auto; color: #ffffff; font-size: 20px; background: #ffab20; border-radius: 30px; letter-spacing: 1px; z-index: 1; }
.warauOverview-Exchange_Title:before { content: ""; position: absolute; top: 100%; left: 50%; position: absolute; margin-left: -8px; border: 8px solid transparent; border-top: 8px solid #ffab20; }

.warauOverview-Exchange_Box { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: -22px auto 0; padding: 64px 40px 40px; background: #ffffff; border: 1px solid #ffdda6; border-radius: 6px; }

.warauOverview-Exchange_SubTitle { font-size: 18px; color: #525252; font-weight: bold; line-height: 180%; text-align: left; letter-spacing: 1px; width: 100%; color: #525252; margin-bottom: 16px; text-align: center; }

.warauOverview-Exchange_Logo { display: flex; align-items: center; width: 100%; justify-content: space-between; flex-wrap: wrap; list-style-type: none; margin: 0; padding: 0; }

.warauOverview-Exchange_Vpoint { margin-right: 24px; }

.warauOverview-Exchange_Paypay { margin-right: 20px; }

.warauOverview-Exchange_Dpoint { margin-right: 35px; }

.warauOverview-Exchange_Pontapoint { margin-right: 34px; }

.warauOverview-Exchange_Aupay { margin-right: 22px; }

.warauOverview-Exchange_Dotmoney { margin-right: 15px; }

.warauOverview-Exchange_Amazon { margin-right: 20px; }

.warauOverview-Exchange_Itunes { margin-right: 28px; }

.warauOverview-Exchange_Googleplaygift { margin-right: 43px; }

.warauOverview-Exchange_Famipay { margin-right: 44px; }

.warauOverview-Exchange_Nanaco { margin-right: 28px; }

.warauOverview-Exchange_Edy { margin-right: 31px; }

.warauOverview-Exchange_Bank { display: flex; flex-direction: column; align-items: center; }

.warauOverview-Exchange_Yucho { margin-top: 10px; }

.warauOverview-Exchange_Text { margin: 0 auto; color: #ff7a00; font-weight: bold; font-size: 16px; line-height: 1.5; margin-bottom: 10px; }

.warauOverview-Example { width: 490px; margin-bottom: 35px; display: inline-block; vertical-align: top; margin: 0 20px 35px 0; }

.warauOverview-Example_Title { width: 350px; height: 40px; line-height: 43px; position: relative; margin: 0 auto; color: #ffffff; font-size: 20px; background: #ffab20; border-radius: 30px; letter-spacing: 1px; z-index: 1; }
.warauOverview-Example_Title:before { content: ""; position: absolute; top: 100%; left: 50%; position: absolute; margin-left: -8px; border: 8px solid transparent; border-top: 8px solid #ffab20; }

.warauOverview-Example_Box { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: -22px auto 0; padding: 64px 40px 40px; background: #ffffff; border: 1px solid #ffdda6; border-radius: 6px; display: flex; flex-wrap: wrap; justify-content: space-between; height: 420px; }

.warauOverview-Example_List { margin: 10px auto 0; padding: 0; list-style-type: none; width: 100%; }

.warauOverview-Example_Item { width: 100%; margin-bottom: 13px; padding-bottom: 10px; font-size: 16px; border-bottom: 1px dashed #fea000; text-align: left; display: flex; align-items: center; justify-content: space-between; }

.warauOverview-Example_Item:last-child { border: 0; margin: 0; }

.warauOverview-Example_Icon { width: 30px; height: 30px; fill: #fdaa2f; vertical-align: middle; margin-right: 8px; }

.warauOverview-Example_Shop { display: flex; align-items: center; margin: 0; }

.warauOverview-Example_Travel { display: flex; align-items: center; margin: 0; }

.warauOverview-Example_Card { display: flex; align-items: center; margin: 0; }

.warauOverview-Example_Appli { display: flex; align-items: center; margin: 0; }

.warauOverview-Example_Enquete { display: flex; align-items: center; margin: 0; }

.warauOverview-Example_Total { width: 100%; height: 56px; line-height: 56px; border-radius: 6px; text-align: center; background: #fff8e3; display: flex; align-items: center; justify-content: center; margin: 0; }

.warauOverview-Loyalty { width: 490px; margin-bottom: 35px; display: inline-block; vertical-align: top; margin: 0 0 35px; }

.warauOverview-Loyalty_Title { width: 350px; height: 40px; line-height: 43px; position: relative; margin: 0 auto; color: #ffffff; font-size: 20px; background: #ffab20; border-radius: 30px; letter-spacing: 1px; z-index: 1; }
.warauOverview-Loyalty_Title:before { content: ""; position: absolute; top: 100%; left: 50%; position: absolute; margin-left: -8px; border: 8px solid transparent; border-top: 8px solid #ffab20; }

.warauOverview-Loyalty_Box { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: -22px auto 0; padding: 64px 40px 40px; background: #ffffff; border: 1px solid #ffdda6; border-radius: 6px; display: flex; flex-wrap: wrap; justify-content: space-between; height: 420px; display: block; }

.warauOverview-Loyalty_Flow { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; }

.warauOverview-Loyalty_Image { vertical-align: bottom; }

.warauOverview-Loyalty_Label { width: 84px; height: 24px; line-height: 24px; border-radius: 24px; font-size: 14px; font-weight: bold; margin: 0; padding: 0; background: #fff8e3; }

.warauOverview-Loyalty_User { position: relative; height: 130px; }

.warauOverview-Loyalty_User:after { position: absolute; top: 20px; left: 105px; content: ""; width: 50px; height: 85px; background: url("https://warau.akamaized.net/www.warau.jp/images/service/account/registWarauDetail/img_loyaltyArrowUser.svg"); }

.warauOverview-Loyalty_Warau { position: relative; height: 130px; display: flex; align-items: center; }

.warauOverview-Loyalty_Warau:after { position: absolute; top: 20px; left: 95px; content: ""; width: 50px; height: 85px; background: url("https://warau.akamaized.net/www.warau.jp/images/service/account/registWarauDetail/img_loyaltyArrowWarau.svg"); }

.warauOverview-Loyalty_Advertiser { position: relative; height: 130px; }

.warauOverview-Loyalty_Text { font-size: 16px; color: #525252; font-weight: normal; line-height: 180%; text-align: left; letter-spacing: 1px; text-align: left; }

.warauOverview-Poikatsu { width: 1000px; margin-bottom: 35px; display: inline-block; vertical-align: top; display: block; }

.warauOverview-Poikatsu_Title { width: 830px; height: 40px; line-height: 43px; position: relative; margin: 0 auto; color: #ffffff; font-size: 20px; background: #ffab20; border-radius: 30px; letter-spacing: 1px; z-index: 1; }
.warauOverview-Poikatsu_Title:before { content: ""; position: absolute; top: 100%; left: 50%; position: absolute; margin-left: -8px; border: 8px solid transparent; border-top: 8px solid #ffab20; }

.warauOverview-Poikatsu_Box { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: -22px auto 0; padding: 64px 40px 40px; background: #ffffff; border: 1px solid #ffdda6; border-radius: 6px; }

.warauOverview-Poikatsu_Lead { font-size: 16px; color: #525252; font-weight: normal; line-height: 180%; text-align: left; letter-spacing: 1px; text-align: center; margin: 0; padding-bottom: 24px; }

.warauOverview-Poikatsu_SubTitle { width: 450px; height: 30px; line-height: 35px; margin: 0 auto 20px; background: url("https://warau.akamaized.net/www.warau.jp/images/service/account/registWarauDetail/bg_titleLineOrange.svg") no-repeat; background-size: 100% auto; font-size: 20px; color: #ff7a00; letter-spacing: 2px; margin-bottom: 0; }

.warauOverview-Poikatsu_Experience { margin: 0 auto; padding: 0; list-style: none; }

.warauOverview-Poikatsu_Item { font-size: 16px; color: #525252; font-weight: normal; line-height: 180%; text-align: left; letter-spacing: 1px; border-bottom: 1px dashed #ffdda6; margin: 24px 0; padding: 24px; }
.warauOverview-Poikatsu_Item:first-child { margin-top: 0; }
.warauOverview-Poikatsu_Item:last-child { border: 0; margin-bottom: 0; padding-bottom: 0; }
.warauOverview-Poikatsu_Item:after { content: ""; clear: both; display: block; }

.warauOverview-Poikatsu_Head { font-size: 16px; margin-bottom: 8px; }

.warauOverview-Poikatsu_Text { font-size: 16px; color: #525252; font-weight: normal; line-height: 180%; text-align: left; letter-spacing: 1px; text-align: left; margin: 0; }

.warauOverview-Poikatsu_Image { margin-left: 32px; float: right; }

.warauOverview-Poikatsu_Image-ponkatsu { margin-right: 32px; float: left; }

.warauOverview-Poikatsu_Marker { background: linear-gradient(transparent 60%, #f9f170 60%); }

.warauOverview-Safe { width: 1000px; margin-bottom: 35px; display: inline-block; vertical-align: top; }

.warauOverview-Safe_Title { width: 860px; height: 40px; line-height: 43px; position: relative; margin: 0 auto; color: #ffffff; font-size: 20px; background: #ffab20; border-radius: 30px; letter-spacing: 1px; z-index: 1; }
.warauOverview-Safe_Title:before { content: ""; position: absolute; top: 100%; left: 50%; position: absolute; margin-left: -8px; border: 8px solid transparent; border-top: 8px solid #ffab20; }

.warauOverview-Safe_Box { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: -22px auto 0; padding: 64px 40px 40px; background: #ffffff; border: 1px solid #ffdda6; border-radius: 6px; }

.warauOverview-Safe_List { display: flex; gap: 40px; list-style-type: none; padding: 0; }

.warauOverview-Safe_PrivacyMark, .warauOverview-Safe_Jipc { width: 420px; box-sizing: initial; }

.warauOverview-Safe_PrivacyMark { border-right: 1px dashed #ffdda6; padding-right: 40px; }

.warauOverview-Safe_Text { font-size: 16px; color: #525252; font-weight: normal; line-height: 180%; text-align: left; letter-spacing: 1px; margin: 16px 0 0; }

.warauOverview-Safe_Link { font-size: 16px; color: #525252; font-weight: normal; line-height: 180%; text-align: left; letter-spacing: 1px; color: #0063dc; text-decoration: none; }

.warauOverview-Media { width: 1000px; margin-bottom: 35px; display: inline-block; vertical-align: top; position: relative; margin-top: 50px; }

.warauOverview-Media_Title { position: absolute; top: -44px; left: 70px; width: 860px; height: 44px; line-height: 46px; background: url("https://warau.akamaized.net/www.warau.jp/images/service/account/registWarauDetail/bg_titleMedia.svg") no-repeat; background-size: 100% auto; font-size: 20px; z-index: 1; }

.warauOverview-Media_Box { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: -22px auto 0; padding: 64px 40px 40px; background: #ffffff; border: 1px solid #ffdda6; border-radius: 6px; border: 1px solid #ffdda6; text-align: left; font-size: 16px; line-height: 2; display: flex; }

.warauOverview-Media_Detail { display: inline-block; width: 650px; margin-right: 24px; }

.warauOverview-Media_Name { font-size: 18px; }

.warauOverview-Media_List { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 10px 0 10px 20px; padding: 0; }

.warauOverview-Media_Books { display: inline-block; }

.warauOverview-Trademark { font-size: 14px; line-height: 2; width: 1000px; margin: 0 auto; }

.warauOverview-Trademark_Title { color: #a5a6a7; cursor: pointer; }

.warauOverview-Trademark_Detail { text-align: left; }

.warauOverview-Trademark_Name { margin-top: 10px; }

.warauOverview-Trademark_Item { margin-left: 24px; }

.warauOverview-Trademark_Link { color: #0063dc; text-decoration: none; }

.warauOverview-QA { width: 1000px; border: 1px solid #feb302; border-radius: 8px 8px 0 0; margin: 30px auto 0; }

.warauOverview-QA_Title { background: #feb302; height: 50px; line-height: 50px; text-align: center; border-radius: 8px 8px 0 0; color: #ffffff; font-weight: bold; font-size: 20px; margin: 0; }

.warauOverview-QA_List { background: #ffffff; margin: 0; padding: 0; }
.warauOverview-QA_List ul { margin: 0; padding: 0; }
.warauOverview-QA_List div { list-style-type: none; padding: 5px; height: auto; border-bottom: 1px solid #feb302; }
.warauOverview-QA_List div:last-child { border-bottom: none; }

.warauOverview-Question { height: auto; margin: 0; padding: 10px 25px 10px; position: relative; cursor: pointer; font-size: 16px; font-weight: bold; }
.warauOverview-Question .activeIcon { -webkit-transform: scaleY(-1); -moz-transform: scaleY(-1); transform: scaleY(-1); }

.warauOverview-Question_Icon { width: 24px; height: 24px; position: relative; top: 7px; right: 7px; float: left; fill: #feb302; }

.iconColorWhite { fill: #ffffff; }

.warauOverview-Question_Title { width: 93%; margin: 0; color: #525252; font-size: 16px; text-align: left; line-height: 40px; }

.warauOverview-Question_Arrow { width: 30px; height: 30px; position: absolute; top: 14px; right: 32px; float: right; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; fill: #feb302; }

.warauOverview-Answer { display: none; padding: 20px; margin-left: 5px; color: #525252; font-size: 16px; word-break: break-all; text-align: left; line-height: 30px; }

.warauOverview-Answer_List { margin-left: 20px !important; }

.warauOverview-Answer_Item { border: 0 !important; list-style-type: disc !important; }

.logoutRegistInfo-FixRegist { width: 100%; height: 120px; text-align: center; position: fixed; bottom: 0; background-color: rgba(255, 255, 255, 0.7); padding-top: 20px; border-top: 1px #d3d3d3 solid; z-index: 100; }

.logoutRegistInfo-FixRegist_Btn { width: 670px; height: 66px; background-color: #f62300; border-radius: 5px; border: none; box-shadow: 0 6px 0 #8e0000, 0 12px 0 rgba(0, 0, 0, 0.2); cursor: pointer; display: inline-block; font-weight: bold; font-size: 20pt; font-weight: bold; line-height: 2.5em; letter-spacing: 0.15em; font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; color: #ffffff; text-decoration: none; text-align: center; transition: all 0.3s; -webkit-font-smoothing: antialiased; }
.logoutRegistInfo-FixRegist_Btn:hover { transform: translateY(3px); box-shadow: 0 3px 0 #8e0000; color: #ffffff; }

.logoutRegistInfo-CautionBox { width: 100%; background: #fff8e3; padding-bottom: 40px; }

.logoutRegistInfo-Caution { width: 1000px; margin: 0 auto; text-align: left; font-size: 15px; line-height: 160%; color: #525252; border: 1px solid #da0201; background: #ffeeee; padding: 20px 20px 15px; border-radius: 5px; }

.logoutRegistInfo-CautionTitle { font-size: 16px; margin-bottom: 10px; color: #da0201; }

.logoutRegistInfo-CautionText { margin-left: 10px; }

.logoutRegistInfo-CautionLink { color: #0063dc; text-decoration: none; cursor: pointer; }
.logoutRegistInfo-CautionLink:visited { color: #0063dc; }
