@charset "utf-8";
.wrap {
    overflow: hidden;
}
@media screen and (min-width:768px) {
    #header_device {
        display: none;
    }
}
@media screen and (max-width:767px) {
    .pc_g_nav_searchdevid,
    .pc_header,
    .pc_header_bana,
    .pc_footer {
        display: none;
    }
}
@media screen and (max-width:640px) {
    #header_device {
        display: block;
        height: 60px;
        width: 100%;
        min-width: 100%;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        box-sizing: border-box;
        align-items: center;
        justify-content: space-around;
        z-index: 5;
        margin-bottom: -10px;
    }
}


#header_device .inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 1%;
}
#header_device .inner h1 {
    width: auto;
}
#header_device .inner h1 > a > img {
    width: 100%;
    margin: 0 auto;
}
#header_device .inner .cart_icons {
    width: auto;
}
#header_device .inner .cart_icons > img {
    width: 34px;
    display: block;
    padding: 10px 3px 5px;
    margin: 0 auto;
}
#header_device .inner .search_cart_icons > span {
    width: 100%;
    font-size: 11px;
    color: #000;
    text-align: center;
    margin: 0 auto;
}
body {
    font-family: YuGothic, Yu Gothic, Meiryo, ヒラギノ角ゴ, "sans-serif";
}


.zdo_drawer_menu {
    width: 34px;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
    text-decoration: none;
    list-style: none;
}

.zdo_drawer_menu a {
    color: inherit;
    text-decoration: none;
}
.zdo_drawer_menu a:visited {
    color: inherit;
}
.zdo_drawer_menu .zdo_drawer_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2;
    display: none;
    top: 0;
    left: 0;
}
.zdo_drawer_menu .zdo_drawer_button {
    display: block;
    background: 0;
    border: 0;
    padding: 0;
    width: 2pc;
    cursor: pointer;
    position: fixed;
    top: 0.5em;
    z-index: 3;
    text-align: center;
    outline: 0;
    overflow: hidden;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
    width: 33px;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
    transform: rotate(34deg);
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
    opacity: 0;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
    transform: rotate(-36deg);
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
    display: none;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
    display: block;
}
.zdo_drawer_menu .zdo_drawer_bar {
    display: block;
    height: 2px;
    margin: 7px 0;
    transition: all 0.2s;
    transform-origin: 0 0;
}
.zdo_drawer_menu .zdo_drawer_text {
    text-align: left;
    font-size: 10px;
    letter-spacing: 0.1em;
}
.zdo_drawer_menu .zdo_drawer_close {
    letter-spacing: 0;
    display: none;
}
.zdo_drawer_menu .zdo_drawer_menu_text {
    display: block;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
    width: 100%;
    height: 100%;
    transition: all 0.2s;
    transform: translate(100%);
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 5;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
    transform: translate(0);
}
.zdo_drawer_menu.left .zdo_drawer_button {
    right: auto;
    left: 1em;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
    transform: translate(-100%);
    right: auto;
    left: 0;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
    transform: translate(0);
}
.zdo_drawer_menu .zdo_drawer_button {
    color: #262626;
}
.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
    background-color: #262626;
}
.site_title {
    text-align: center;
}
.site_title h1 {
    font-size: 2rem;
    align-items: center;
    padding-top: 8px;
}
.site_title p {
    padding-top: 5px;
    font-weight: 300;
}
.tabs {
    margin: 0 auto;
    padding-bottom: 40px;
    background-color: #fff;
    width: 100%;
}
.tab_item {
    width: 33.33333%;
    height: 50px;
    border-bottom: 3px solid #00b0bc;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 13px;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: 700;
    transition: all 0.2s ease;
}
.tab_item:hover {
    opacity: .75;
}
input[name=tab_item] {
    display: none;
}
.tab_content {
    display: none;
    clear: both;
    overflow: hidden;
}
#all:checked~#all_content,
#design:checked~#design_content,
#programming:checked~#programming_content {
    display: block;
}

.tabs input:checked+.tab_item {
    background-color: #00b0bc;
    color: #fff;
}
.register_btn_divide {
    display: flex;
    justify-content: space-around;
    padding: 17px;
}
.register_btn {
    width: 44%;
    background-color: #b8b8b8;
    text-align: center;
    padding: 4% 1%;
    border-radius: 10px;
}
.login_btn p,
.register_btn p {
    font-size: 1.3rem;
}
.login_btn {
    width: 40%;
    background-color: #b8b8b8;
    text-align: center;
    padding: 4% 1%;
    border-radius: 10px;
}
.fs-p-searchForm {
    text-align: center;
    margin-bottom: 15px;
}
.register_btn_divide p {
    display: block;
    color: #fff;
    text-align: center;
}
.sp_tab_item_conA_divide {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}
.sp_tab_item_conA_bkAtext {
    width: 100%;
    padding: 10px;
    border-top: #000 2px solid;
    background-color: #f0f0f0;
    margin-bottom: 10px;
}
.sp_tab_item_conA_bkAtext p {
    font-size: 1.2rem;
}
.sp_tab_item_conA_divide_icon {
    width: 50%;
}
.sp_tab_item_conA_divide_item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.sp_tab_item_conA_divide_item img {
    padding-right: 10px;
}
.sp_tab_item_footer_divide {
    display: flex;
    flex-wrap: wrap;
}
.sp_tab_item_footer_item {
    width: 50%;
    border: #000 solid 1px;
    text-align: center;
    padding: 4% 2%;
}
.sp_tab_item_footer_item:nth-child(odd) {
    border-right: 0;
}
.sp_tab_item_footer_item:nth-child(1),
.sp_tab_item_footer_item:nth-child(2) {
    border-bottom: 0;
}
.contents_item img {
    width: 100%;
}
.tab_SNS_item_divide {
    display: flex;
    justify-content: space-around;
    margin-top: 3%;
    margin-bottom: 3%;
}

.contents_item {
    margin-bottom: 14px;
}
.contents_icon {
    font-size: 1.1rem;
}
.tab_SNS_text {
    text-align: center;
    margin-bottom: 10px;
}
.tab_SNS_text p {
    font-size: 1.4rem;
}
.tab_information_box_divide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
}
.tab_information_box_divide img {
    width: 5%;
}
.tab_information_box_divide p {
    font-size: 1.2rem;
}
.tab_information_answer_box {
    margin-top: 15px;
}
.tab_information_answer_box_divide img {
    width: 100%;
}
.tab_information_answer_box_divide {
    display: flex;
}
.tab_information_answer_box_divide p {
    text-align: center;
}
.tab_information_answer_box_divide_item {
    padding: 2%;
}
.tab_information_answer_box_divide_item p {
    padding-top: 5px;
    padding-bottom: 10px;
}
.tab_information_phone_box {
    padding: 3%;
}
.tab_information_phone_text {
    text-align: center;
    padding: 4%;
    width: 100%;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    font-size: 1.5rem;
}
.tab_information_phone_number_divide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.tab_information_phone_number_picture img {
    width: 100%;
}
.accordionbox {
    width: 100%;
    height: 100vh;
    margin-top: 0;
    position: fixed;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 4;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 110px;
}
.tab_content_block {
    padding-left: 5%;
    padding-right: 5%;
}
.tab_information_box_divide {
    padding: 10px 20px;
}
.pc_header {
    text-align: center;
}
.pc_header_divide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
.pc_header {
    padding-top: 10px;
}
.pc_g_nav_searchdevid,
.pc_header {
    max-width: 750pt;
    margin: 0 auto;
}
.pc_header_loginitems {
    display: flex;
    width: 30%;
}
.pc_header_sitetitle h1 {
    text-align: center;
    margin: 0 auto;
    font-size: 3rem;
}
.pc_header_search_icon {
    width: 30%;
}
.pc_header_login p {
    font-size: 0.8rem;
}
.g_nav > ul {
    display: flex;
    max-width: 750pt;
    margin: 0 auto;
    width: 70%;
}
.small_list {
    font-size: 0.8rem;
    padding: 4%;
}
.pc_header_sitetitle h1 {
    font-size: 3rem;
}
.pc_header {
    justify-content: space-between;
}
.pc_header,
.pc_header_right {
    display: flex;
    align-items: center;
}
.up_text_devide {
    display: flex;
    align-items: center;
}
.pc_header_bana img {
    width: 100%;
}
.pc_header_loginitems_devide {
    display: flex;
}
.g_nav {
    position: relative;
}
.g_nav > ul {
    display: flex;
    flex-wrap: nowrap;
    max-width: 750pt;
    margin: 0 auto;
    width: 100%;
}
.g_nav > ul > li {
    padding: 10px;
    background: #fff;
    color: #000;
    text-align: center;
}
.g_nav>ul>li:last-child {
    border-right: 0;
}
.mdd_wrap {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 4;
}
.mdd_wrap .mdd_inner {
    display: none;
    width: 100vw;
    max-width: 750pt;
    height: 300px;
    margin: 0 auto;
    background: #fff;
}
.mega_pc_zoribag_divide {
    display: flex;
    justify-content: space-between;
}
.mega_pc_zoribag_size_divide {
    display: flex;
    flex-wrap: wrap;
}
.mega_pc_zoribag_size_item {
    width: 50%;
}
.mega_pc_size_item_ipdivide {
    display: flex;
    align-items: center;
}
.mega_pc_category_three_divisions {
    display: flex;
    justify-content: space-around;
}
.mega_pc_category_icon_divide p {
    padding-left: 15px;
}
.mega_pc_category_item {
    margin-top: 20px;
}
.mega_pc_category_icon_divide {
    display: flex;
    align-items: center;
}
.mega_pc_contents_divide {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.mega_pc_contents_title {
    padding-bottom: 5px;
}
.mega_pc_contents_divide_item {
    flex: 1;
}
.mega_pc_contents_sns_divide {
    display: flex;
    flex-wrap: wrap;
}
.mega_pc_contents_sns_facebook {
    border: solid 1px #c4c4c4;
    margin-right: 5px;
    margin-bottom: 1px;
}
.mega_pc_contents_sns_instagram {
    border: solid 1px #c4c4c4;
}
.mega_pc_contents_sns_mail_magazine {
    border: solid 1px #c4c4c4;
}
.mega_pc_contents_sns {
    flex: 1;
}
.mega_pc_guide_divide {
    display: flex;
    padding: 20px;
}
.mega_pc_guideblock_jpg {
    border: solid 1px #c4c4c4;
}
.guideblock_jpg_A {
    border: solid 1px #000;
}
.mega_pc_guideblock {
    width: 50%;
    padding-top: 20px;
}
.mega_pc_guideblock_divide {
    display: flex;
    flex-wrap: wrap;
}
.mega_pc_guideblock_jpg {
    width: 23%;
    margin-right: 1%;
    margin-bottom: 1%;
}
.phone_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #000;
    padding: 20px 0 5px;
}
.reception_time_frame {
    border: solid 1px #000;
    padding-right: 5px;
    margin-right: 5px;
}
.phone_item_text {
    font-size: 1.7rem;
    padding-left: 5px;
    padding-top: 5px;
}
.wait_contact {
    text-align: center;
    margin: 5px 0;
}
.mega_pcinfo_subheadingleft,
.mega_pcinfo_subheadingright {
    border: solid 1px #c4c4c4;
}
.reception_time_devide {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 5px;
}
.mega_pc_answerblock {
    display: flex;
    justify-content: space-around;
    width: 50%;
}
.mega_pc_ansswer_item_text {
    margin-bottom: 5px;
}
.mega_pc_information_divide {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.mega_pc_information_text {
    padding-bottom: 5px;
}
.mega_pc_information_questionicon {
    display: flex;
}
.pc_g_nav_searchdevid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pc_header_login img {
    width: 30px;
}
.up_text_item {
    margin-right: 15px;
}

.news_box {
    max-width: 750pt;
    margin: 0 auto;
}
.news_text_devide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.news_item {
    border-bottom: 1px dotted #ccc;
    margin-bottom:10px;
}
.news_text_devide img {
    width: 15px;
}
.news_date {
    color: #ccc;
}
.news_textbox {
    text-align: center;
}
@media screen and (min-width:768px) {
    .header_bana_box {
        display: none;
    }
}
.header_bana_box img {
    width: 100%;
}
.scroll-nav {
    padding-left: 3%;
    height: 1.5rem;
    overflow-y: hidden;
}
.scroll-nav__view {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
}
.scroll-nav__list {
    display: table;
    list-style: none;
    margin: 0 auto;
    padding: 0 0 1rem;
}
.scroll-nav__item {
    display: table-cell;
}
.scroll-nav a {
    display: block;
    padding: 0.5rem;
    white-space: nowrap;
}
.scroll-nav {
    background: #fff;
}
.scroll-nav a {
    color: #000;
    font-family: sans-serif;
    font-size: 1.2rem;
    line-height: .83333;
    text-decoration: none;
}
@media screen and (min-width:768px) {
    .scroll-nav {
        display: none;
    }
}
.searchform_custom {
    margin-top: 10px;
    margin-bottom: 20px;
}
.fs-p-inputGroup {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.fs-p-searchForm__input {
    height: 30px;
    width: 20%;
}
.fs-p-inputGroup__button {
    height: 30px;
    background-color: #00b0bc;
    color: #fff;
    width: 14%;
    border: 0;
}
@media screen and (min-width:768px) {
    .searchform_custom {
        display: none;
    }
}
.sectionbox {
    margin: 5% auto 0;
    max-width: 750pt;
    text-align: center;
}
.section_btn {
    text-align: center;
    background-color: #000;
    width: 130px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 8px 20px;
}
.section_btn p {
    color: #fff;
    font-size: 1rem;
}
.section_btn_divided {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_btn img {
    width: 30%;
    height: 30%;
}
.underbar {
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
}
@media screen and (min-width:768px) {
    .section_btn {
        width: 180px;
    }
}
.sectiontitle {
    font-size: 2rem;
}
.sectiontext,
.sectiontitle {
    text-align: center;
}
.sectiondevide {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.sectiondevide img {
    width: 100%;
}
.sectiondevide_item {
    width: 21%;
    margin: 2%;
}
.category {
    max-width: 750pt;
    margin: 5% auto 0;
}
.category_list {
    font-size: 1rem;
}
.category_item {
    width: 100%;
    padding: 10px 0;
    border-bottom: solid 1px #ccc;
}
.category_icon {
    display: flex;
    align-items: center;
}
.category_icon p {
    padding-left: 10px;
}
.category_item_divide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
}
@media screen and (min-width:768px) {
    .category_list {
        display: flex;
        flex-wrap: wrap;
    }
    .category_item {
        border: solid 1px #000;
        width: 30%;
        margin: 0 auto 1%;
    }
    .category_item_divide {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.calendar {
    max-width: 100%;
    display: flex;
}
#cal0,
#cal1 {
    width: 50%;
}
div.cal_wrapper {
    width: 50%;
    padding: 10px 0;
}
table.cal {
    width: 90%;
    margin: auto;
}
div.cal_wrapper table.cal tr th p {
    padding: 5px 0;
    margin-bottom: 10px;
    color: #666;
    font-size: 0.9rem;
    text-align: center;
    border: solid 1px #d8d8d8;
}
div.cal_wrapper table.cal tr th div.cal_ui {
    float: right;
    display: none;
    width: 0;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
    border: solid 1px #ccc;
    background-color: #fff;
    font-size: 0.6rem;
    margin: 0 1px;
    padding: 1px 3px;
    border-radius: 3px;
}
div.cal_wrapper table.cal tr td {
    font-size: 0.8rem;
    text-align: center;
    padding: 5px 0;
}
div.cal_wrapper table.cal tr.headline td {
    padding: 5px 0;
    color: #666;
    font-weight: 700;
}
div.cal_wrapper table.cal tr.headline {
    background-color: #fff;
}
div.cal_wrapper table.cal tr td div {
    position: relative;
    padding: 3px;
    font-size: 0.7rem;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
}
div.cal_wrapper table.cal tr td div span {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    width: 35px;
    border: solid 1px #eee;
    background-color: #fff;
    text-align: center;
    padding: 5px;
    z-index: 1;
    color: #666;
    font-weight: 400;
    line-height: 1.5em;
    box-shadow: 1px 1px 3px #666;
}
div.cal_wrapper table.cal tr td div.Sat {
    color: #00f;
}
div.cal_wrapper table.cal tr td div.Sun {
    color: red;
}
div.cal_wrapper table.cal tr td div.Today {
    font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.Holyday {
    font-weight: bolder;
    color: #fff;
    background-color: #c7c9c7;
}
div.cal_wrapper table.cal tr td div.backward {
    color: #ccc;
    font-weight: 400;
    background-color: #fff;
    border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.pointer {
    cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
    background-color: #e8e8e8;
    color: #666;
}
.calendar_under_textdevid {
    display: flex;
    justify-content: center;
    display: flex;
    align-items: center;
}
.calendar_under_text {
    text-align: center;
}
.calendar_under_colorbox {
    width: 5%;
    height: 5%;
}
.square {
    width: 15px;
    height: 15px;
    background: #c7c9c7;
    margin-right: 1%;
}

@media screen and (min-width:768px) {
    .section_btn {
        width: 180px;
    }
    .category_list {
        display: flex;
        flex-wrap: wrap;
    }
    .category_item {
        border: solid 1px #000;
        width: 30%;
        margin: 0 auto 1%;
    }

    .category_item_divide {
        padding-left: 20px;
        padding-right: 20px;
    }
	
	.pc_footer{
		font-family:'游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
	
.pc_footer > .footer01{
	display:block;
	width:100%;
	background-color: #aaa;
	display:inline-block;
	padding:0 0 10px;
}
	
.sns{
	/* width:430px; */
	margin:0 auto 10px;
	padding:0;
	flex-wrap:nowrap;
}

.sns_item {
    display: flex;
    justify-content: center;
}

	
.f_sns_container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0;
    padding:10px 5px 5px;
    font-size: 1.2em;
    }
	
.f_sns_container p{
	color:#fff;
	font-size:1.3em;
	padding:0;
	margin:0;
	text-align:center;
    }
	
.f_sns_container .sns_text01{
	color: #696969;
	font-size: 0.8em;
	text-align:center;
	background:#fff;
	border-radius:10px;
	padding: 4px 10px 3px;
	margin: 0 0 5px;
	}
	
.sns_icon img {
        width: 3pc;
        padding:2px 10px;
    }

.sns_icon a:hover {
	opacity:0.6;
}	
	
	
	.f_info{
		margin: 0 auto;
		
	}
	
	
.f_info_container {
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content: center;
	text-decoration: none;
	list-style: none;
}
	
li.f_info_item {
	width:clac(100% / 5);
	margin:0 auto;
	display:flex;
	justify-content: center;
}
	
li.f_info_item a {
	text-decoration: none;
	color:#fff;
    padding:0;
    font-size: 0.8em;
	font-weight:500;
}	

li.f_info_item a:hover {
	color:#ddd;
}	
	
	
	
.f_info_item:nth-child(odd) {
    border-right: 0;
}
.f_info_item:nth-child(1),
.f_info_item:nth-child(2) {
    border-bottom: 0;
}
.prof_title {
    display: flex;
    align-items: center;
}
.prof_title h3 {
    font-size: 1.5rem;
}
.company_prof_container p {
    font-size: 1.3rem;
}

.copyright p {
    color: #666;
    font-size: 1em;
    padding: 10px;
    font-weight:500;
    text-align: center;
    clear:both;
}
	
.pc_footer {
    background-color: #fff;
}

.pc_f_divide {
    display: flex;
    max-width: 750pt;
    margin: 0 auto;
}
.pc_f_divide h4,
.pc_f_divide p {
    color: #fff;
}
.pc_info_divide {
    display: flex;
    flex-wrap: wrap;
}
.pc_info_item {
    width: 50%;
    margin-bottom: 10px;
}
.pc_company_profile,
.pc_f_info {
    width: 33%;
    text-align: center;
}
.pc_company_profile p {
    margin-bottom: 10px;
}

.pc_copyright {
    color: #fff;
    text-align: center;
    padding: 1%;
}

    .shoppingguide_item_divided {
        width:100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto;
    }

}

.beginner_parts {
    padding-left: 20px;
    padding-right: 20px;
}
.beginner_parts_container {
    padding-top: 40px;
}
.beginner_ttl_text_kisste {
    font-size: 1.5rem;
}
.beginner_ttl_text_beginner {
    font-size: 1.4rem;
}
.beginner_ttl_text_welcome {
    font-size: 1.8rem;
}
.beginner_ttl_text_explanation {
    font-size: 1.1rem;
    padding-top: 20px;
    padding-bottom: 20px;
}
.beginner_characteristic {
    font-size: 1.5rem;
    font-weight: 600;
}
.beginner_characteristic p {
    margin-bottom: 20px;
}
.beginner_characteristic,
.beginner_ttl_box {
    text-align: center;
}
.characteristic_item {
    text-align: center;
    margin-bottom: 60px;
}
.beginner_chara_title {
    font-size: 1.3rem;
    font-weight: 600;
}
.characteristic_registration_btn {
    margin: 0 auto;
    background: #000;
    text-align: center;
    padding: 10px;
}
.characteristic_registration_btn p {
    color: #fff;
    font-size: 1.2rem;
}
.beginner_sns_texttitle {
    margin-top: 50px;
    margin-bottom: 20px;
}
.beginner_sns_text {
    text-align: center;
}
.beginner_sns_item {
    text-align: center;
    width: 30%;
    margin: 1%;
}
.beginner_sns_item_devide {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.beginner_sns_text {
    margin-bottom: 10px;
}

.beginner_sns_texttitle {
    font-size: 1.3rem;
    font-weight: 600;
}

.guide_title p {
    font-size: 1.9em;
    font-weight:bold;
    text-align:center;
    color:#fff;
    background: #696969;
    padding: 12px;
    margin: 50px 0;
}
.guide_containertext {
    margin: 20px 0;
}
.guide_containertext p {
    font-size: 1.45rem;
    line-height: 150%;
    padding: 10px;
    text-align: center;
}
.guide_page {
    /* padding-left: 20px; */
    /* padding-right: 20px; */
}

.privacy_item,
.shoppingguide_item {
    border: solid 1px #aaa;
    text-align: center;
    padding: 30px 20px 20px;
    margin: 10px 30px;
}

.privacy_item i,
.shoppingguide_item i{
    font-size:4.5em;
}
.shoppingguide_item_btn {
    margin: 0 auto;
    padding: 10px;
    background: #666;
    color: #fff;
}
.guide_subtitle h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    /* background: #ccc; */
}
.shoppingguide_icon h3 {
    font-size: 1.6rem;
    font-weight: bold;
    /* line-height: 150%; */
    padding: 10px;
}
.shoppingguide_icon p {
    font-size: 1.35rem;
    line-height: 130%;
    padding-bottom: 10px;
}
.privacy_item h3 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 150%;
}
.privacy_item p {
    font-size: 1.35rem;
    line-height: 130%;
    /* padding-bottom: 10px; */
    padding-bottom: 10px;
}

    .shoppingguide_item_divided {
        max-width: 960px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .shoppingguide_item {
        width: 100%;
    }
    .privacy_item_divided {
       max-width: 960px;
 
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    }
    .privacy_item,
    .privacy_itemA {
        /* width: 100%; */
    }
}
.shoppingguide_item {
    /* margin: 1%; */
}
.inquiry {
    margin-top: 50px;
    margin-bottom: 40px;
}
.support_title_headline {
    max-width: 750pt;
    margin: 0 auto 20px;
    text-align: center;
}
.support_title_headline p {
    font-size: 1.7rem;
}
.inquiry_textbox {
    max-width: 750pt;
    margin: 0 auto;
}
.support_title {
    border-bottom: 1px #363636 solid;
}
.support_title p {
    margin-bottom: 10px;
}
.inquiry_textbox_text {
    margin-top: 10px;
    line-height: 2;
}
.inquiry_textbox_text span {
    color: #00b0bc;
}
.inquiry_mail_text {
    display: flex;
}

}

@media screen and (min-width:768px) {
    html {
        font-size: 80%;
    }
    .characteristic_item_divided {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .characteristic_item {
        width: 30%;
    }
    .beginner_sns_item_devide {
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    .characteristic_registration_btn {
        width: 25pc;
    }

.guide_title p {
    font-size: 1.9em;
    font-weight:bold;
    text-align:center;
    color:#fff;
    background: #696969;
    padding: 12px;
    margin: 50px 0;
}
.guide_containertext {
    margin: 20px 0;
}
.guide_containertext p {
    font-size: 1.45rem;
    line-height: 150%;
    padding: 10px;
    text-align: center;
}
.guide_page {
    /* padding-left: 20px; */
    /* padding-right: 20px; */
}
.privacy_item,
.shoppingguide_item {
    border: solid 1px #aaa;
    text-align: center;
    padding: 30px 20px 20px;
    margin: 10px 30px;
    width:100%;
}
	
.privacy_item i,
.shoppingguide_item i{
    font-size:4.5em;
}
.shoppingguide_item_btn {
    margin: 0 auto;
    padding: 10px;
    background: #666;
    color: #fff;
}
.guide_subtitle h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    /* background: #ccc; */
}
.shoppingguide_icon h3 {
    font-size: 1.6rem;
    font-weight: bold;
    /* line-height: 150%; */
    padding: 10px;
}
.shoppingguide_icon p {
    font-size: 1.35rem;
    line-height: 130%;
    padding-bottom: 10px;
}
.privacy_item h3 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 150%;
}
.privacy_item p {
    font-size: 1.35rem;
    line-height: 130%;
    /* padding-bottom: 10px; */
    padding-bottom: 10px;
}

    .shoppingguide_item_divided {
        max-width: 960px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .shoppingguide_item {
        width: 43%;
    }
    .privacy_item_divided {
        display: flex;
        justify-content: space-between;
    }
    .privacy_item,
    .privacy_itemA {
        width: 30%;
    }
}
.shoppingguide_item {
    /* margin: 1%; */
}
.inquiry {
    margin-top: 50px;
    margin-bottom: 40px;
}
.support_title_headline {
    max-width: 750pt;
    margin: 0 auto 20px;
    text-align: center;
}
.support_title_headline p {
    font-size: 1.7rem;
}
.inquiry_textbox {
    max-width: 750pt;
    margin: 0 auto;
}
.support_title {
    border-bottom: 1px #363636 solid;
}
.support_title p {
    margin-bottom: 10px;
}
.inquiry_textbox_text {
    margin-top: 10px;
    line-height: 2;
}
.inquiry_textbox_text span {
    color: #00b0bc;
}
.inquiry_mail_text {
    display: flex;
}

}