html {
    margin: 0 !important;
}

.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

.owl-nav.disabled {
    display: none;
}

img {
    object-fit: cover;
	display:block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html, body,  ul, ol, li,  h1, h2, h3, h4, h5, h6, p, div {
	margin: 0;
    padding: 0;
    font-weight:400;
    list-style:none;
}


::-webkit-scrollbar{
	width: 10px;
}

::-webkit-scrollbar-track{
	border-radius: 4px;
    background: #414141;
	border-left: solid 0px #dedede;
}

::-webkit-scrollbar-thumb{
	background: #fff;
	border-radius: 4px;
	box-shadow: inset 0 0 0 1px #dedede;
}

input, textarea, select {
    border: none;
    padding: 1rem;
    font-size: 100%;
    font-family: inherit;
}::placeholder {
  color: #ccc;
}



/*
  font-family: "M PLUS 1p", serif;
  font-family: "M PLUS Rounded 1c", serif;
  font-family: "M PLUS 2", serif;
*/


@media screen and (min-width: 970px){

#loading {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 1s ease;
}

#loading.fade-out {
  opacity: 0;
  pointer-events: none;
}

.dot-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 100vh;
  position: relative;
  background: #fff;
  opacity: 0;
  animation: fadeIn 1s ease forwards;
  animation-delay: 0.2s;
}

.dot-loader span {
  width: 1rem;
  height: 1rem;
  border-radius: 10rem;
  background-color: #a3d4eb;
  opacity: 0.3;
  animation: pulse 1.2s infinite ease-in-out;
}

.dot-loader span:nth-child(2) {
  animation-delay: 0.2s;
}

.dot-loader span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes pulse {
  0%, 80%, 100% {
    opacity: 0.3;
    background-color: #a3d4eb;
  }
  40% {
    opacity: 1;
    background-color: #5eb6de;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}


/* ログイン後 */

span.my_name {
    margin-right: 1rem;
}



:root {
  font-size: 1vw;
}


body {
        width: 100%;
        color: #212121;
		font-family: "M PLUS 2", serif;
        font-size: 1.2rem;
        line-height: 1.4;
        background-size: contain;
        background-position: top center;
}


header {
    position: relative;

}h1#header_h1 {
    padding: 1rem 2rem 0;
    font-size: 1rem;
    font-weight: 500;
}nav#header_nav {
    padding: 0.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}ul.header_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}ul.header_ul li a {
    text-decoration: none;
    color: #5CD756;
    padding: 0;
}ul.header_ul li:nth-child(2):before {
        height: 1rem;
        display: inline-block;
        content: "";
        border-left: 1px solid #5CD756;
        padding-left:1rem;
        margin-left:1rem;
}ul.header_ul li:nth-child(2):after {
        height: 1rem;
        display: inline-block;
        content: "";
        border-right: 1px solid #5CD756;
        padding-right:1rem;
        margin-right:1rem;
}

nav#main_menu {
    background: #5CD756;
    margin: 1rem 0 0;
}ul.main_menu_ul {
    display: flex;
    justify-content: center;
    align-items: center;
}ul.main_menu_ul li a {
        color: #fff;
        text-decoration: none;
        padding: 1rem 2rem;
        display: block;
}ul.main_menu_ul li {
    border-left:1px solid #fff;
}ul.main_menu_ul li:last-child {
    border-right:1px solid #fff;
}


div#mv {
    position: relative;
    overflow: hidden;
    height: 50rem;
}.mv_img img {
    width: 100%;
    height: 50rem;
    object-fit: cover;
}h2#mv_h2 {
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 100%;
    top: 20rem;
    font-size: 3rem;
    color: #fff;
    text-shadow: 0 4px 10px #000000;
}ul.mv_bt {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    bottom: 6rem;
    left: 10rem;
}a.satooya_bt {
    text-shadow: 0 4px 10px rgb(0 0 0 / 30%);
        display: block;
        background: #5CD756;
        padding: 1rem;
        width: 22rem;
        text-align: center;
        text-decoration: none;
        color: #fff;
        margin-right: 1rem;
        font-size: 1.6rem;
}a.oubo_bt {
    text-shadow: 0 4px 10px rgb(0 0 0 / 30%);
    display: block;
    background: #56BBD7;
    padding: 1rem;
    width: 22rem;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin-right: 1rem;
        font-size: 1.6rem;
}a.satooya_bt small {
    display: block;
    font-size: 1.2rem;
}a.oubo_bt small {
    display: block;
    font-size: 1.2rem;
}



section#top_content {
    padding: 10rem;
}



.top_content_news {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}h2.top_content_news_h2 {
    font-weight: 500;
    letter-spacing: 0.2rem;
    width: 20rem;
}ul.top_content_news_ul {
    width: 60rem;
}ul.top_content_news_ul li {
        padding: 0rem 1.5rem 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid;
}ul.top_content_news_ul li:last-child {
        margin-bottom: 0rem;
}time.top_content_news_time {
    margin-right: 4rem;
}


.top_recruitment {
    margin: 10rem 0;
}h2.top_recruitment_h2 {
    border-bottom: 1px solid;
    padding-bottom: 1rem;
}ul.item_list_ul {
    margin: 4rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}ul.item_list_ul li {
    flex: 1 1 calc(33.33% - 2rem);
    padding: 1rem;
}.item_list_img {
    width: 100%;
    height: 24rem;
    overflow: hidden;
}.item_list_img img {
    width: 100%;
    height: 24rem;
    object-fit:cover;
}p.item_title_p {
    font-weight: 500;
    margin: 1rem 0;
    text-align: center;
}ul.item_list_ul_detail li {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: nowrap;
        width: 100%;
        padding: 0;
        margin-bottom: 0.5rem;
}span.item_list_ul_detail_span {
    width: 5rem;
    font-size: 1rem;
    background: #D8FEC4;
    display: block;
    padding: 0.2rem 1rem;
    text-align: center;
}p.item_list_ul_detail_color {
    width: 12rem;
    font-size: 1rem;
}p.item_list_ul_detail_other {
    width: 12rem;
    font-size: 1rem;
}

h2.top_about_h2 {
    text-align: center;
    font-weight: 500;
}h2.top_about_h2 small {
    display: block;
    font-size: 1rem;
}ul.top_about_ul {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    margin: 4rem 0;
}ul.top_about_ul li {
    width: 24rem;
}.top_about_ul_img {
    overflow: hidden;
    height: 18rem;
    border-radius: 4rem 0;
}.top_about_ul_img img {
    overflow: hidden;
    height: 18rem;
    object-fit:cover;
}p.top_about_ul_p {
    margin: 2rem 0;
}



.footer_header_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10rem;
}ul.footer_header_sns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}ul.footer_header_sns li {
    width: 3rem;
    margin-left: 1rem;
}nav#footer_nav {
    padding: 8rem 10rem;
    border-top: 1px solid #f1f1f1;
    margin-top: 8rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}h3.footer_nav_h3 {
    font-weight: 500;
    border-bottom: dotted 1px;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}.footer_nav_list {
    width: 18rem;
}ul.footer_nav_ul li a {
    color: #000;
    text-decoration: none;
    font-size: 1.1rem;
    padding-left: 1.5rem;
    position: relative;
}ul.footer_nav_ul {
    line-height: 2;
}ul.footer_nav_ul li a:before {
    content:"\0030fb";
}ul.footer_nav_ul li a:before {
        content: "\0030fb";
        position: absolute;
        left: 0;
        padding-top: 0.2rem;
}.copyright {
    text-align: center;
    font-size: 1rem;
    padding-bottom: 4rem;
}





/* 下層ページ */


ol#header_pankuzu {
    padding: 2rem 10rem;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}ol#header_pankuzu li:first-child {
    padding-left: 0rem;
}ol#header_pankuzu li {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    color: #5CD756;
}ol#header_pankuzu li a {
        color: #212121;
        text-decoration: none;
}

h2#under_content_h2 {
        display: table;
        margin: 10rem auto;
        font-size: 2.4rem;
        text-align: center;
        line-height: 1.4;
        font-weight: 500;
        letter-spacing: 0.1em;
}h2#under_content_h2 small {
	display: block;
    font-size: 1.2rem;
}h3.under_content_catch {
	margin: 0 0 10rem;
	text-align:center;
    color: #3BB435;
    font-size: 2.4rem;
}p.under_content_p {
    text-align: center;
    margin: 10rem 0;
    line-height: 2;
}
h2.under_content_h2 {
    position: relative;
}


ul.beginners_sample_ul {
        margin: 0 10rem 10rem;
        padding: 2rem;
        background: #f4f4f4;
        border-radius: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
}.beginners_img {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 1rem 0;
        position: relative;
}


li.beginners_sample_ul_img {
    width: 50rem;
    margin-right: 4rem;
}li.beginners_sample_ul_text {
    width: 40rem;
    padding: 2rem;
    background: #fff;
    height: 26rem;
    border-radius: 1rem;
}.beginners_sample_img {
    width: 16rem;
    height: 20.5rem;
    overflow: hidden;
}.beginners_sample_img img {
    width: 16rem;
    height: 20.5rem;
    object-fit:cover;
}p.beginners_sample_ul_p {
    text-align: center;
}span.text_red {
    color: #ef1f1f;
}p.beginners_sample_ul_text_top_p {
    line-height: 2;
}b.beginners_sample_ul_text_top_bottom {
    margin-top: 2rem;
    display: block;
    font-size: 1.3rem;
}.beginners_sample_img.--first_img:before {
    content: "\0025b6";
    position: absolute;
    right: 17.5rem;
    font-size: 4rem;
    top: 6rem;
    color: #3BB435;
}



ul.beginners_flow_ul {
        margin: 0 10rem 4rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    align-items: center;
}ul.beginners_flow_ul li {
        width: 24rem;
        text-align: center;
        position: relative;
}h3.beginners_flow_ul_h3 {
        font-weight: 500;
        display: block;
        font-size: 1.8rem;
        line-height: 1.6;
}h3.beginners_flow_ul_h3 small {
        display: block;
        font-size: 1.2rem;
}.beginners_flow_ul_img {
    padding: 1.5rem;
    margin: 1rem 0;
    background: #f1f1f1;
    border-radius: 1rem;
}.beginners_flow_ul_img img {
    display: block;
    margin: 1rem 0;
    border-radius: 1rem;
    height: 24rem;
    object-fit: cover;
}b.beginners_flow_ul_b {
    display: block;
}img.beginners_flow_ul_logo {
    width: 16rem;
    margin: 0 auto;
}ul.beginners_flow_ul li:first-child:after {
		content: "\0025b6";
        position: absolute;
        left: 25.5rem;
        font-size: 4rem;
        top: 17rem;
        color: #3BB435;
}ul.beginners_flow_ul li:last-child:before {
		content: "\0025b6";
        position: absolute;
        left: -5.5rem;
        font-size: 4rem;
        top: 17rem;
        color: #3BB435;
}b.beginners_flow_ul_bottom_b {
    text-align: center;
    display: block;
    margin: 4rem 0 16rem;
    font-size: 1.8rem;
}ul.nurture_ul {
    margin: 0 10rem 4rem;
    background: #f4f4f4;
    padding: 2rem;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}ul.nurture_ul.--nurture_ul_last_ul {
    margin-bottom: 16rem;
}li.nurture_ul_img {
    width: 38.5rem;
    margin-right: 2rem;
    border-radius: 1rem;
    overflow: hidden;
}li.nurture_ul_img img {
    width: 38.5rem;
        height: 40rem;
        object-fit: cover;
}li.nurture_ul_text {
        height: 40rem;
    padding: 2rem;
    background: #fff;
    width: 38.5rem;
    border-radius: 1rem;
}p.nurture_ul_text_title {
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}p.nurture_ul_text_p {
    line-height: 2;
}ul.nurture_ul.--reverse {
    flex-direction: row-reverse;
}ul.nurture_ul.--reverse li.nurture_ul_img {
    margin-left: 2rem;
    margin-right: 0rem;
}

div#fee {
    margin: 0 10rem 16rem;
    padding: 2rem;
    background: #f4f4f4;
    border-radius: 1rem;
}h3.fee_h3 {
    font-weight: 500;
}p.fee_p {
    margin: 1rem 0;
    padding-left: 2rem;
    position: relative;
}p.fee_p:before {
        content: "\0030fb";
        position: absolute;
        left: 0.5rem;
}ul.fee_p_price_list {
    margin: 2rem 0 2rem 1rem;
    position: relative;
}li.fee_p_price_list_title {
	margin-bottom:1rem;
    display: table;
    position: relative;
}li.fee_p_price_list_title:before {
    content:"\00ab";
    margin-right:0.5rem;
}li.fee_p_price_list_title:after {
    content:"\00bb";
    margin-left:0.5rem;
}li.fee_p_price_list_kome {
    margin: 0.2rem 0 0;
    padding-left: 1rem;
    position: relative;
}li.fee_p_price_list_kome:before {
        content: "\00203b";
        position: absolute;
        left: -0.5rem;
}b.fee_p_price_list_small_b {
    margin: 2rem 0;
    display: block;
    font-size: 1rem;
    padding-left: 2rem;
    line-height: 1.6;
}p.fee_p_price_list_detail {
    margin: 4rem 0;
    padding: 2rem;
    background: #fff;
    text-align: center;
    line-height: 1.6;
}.free_detail_img {
    text-align: center;
    margin-bottom: 2rem;
}




ul.privacy li {
    padding: 1rem 0;
    position: relative;
}p.privacy_title {
    font-weight: 500;
    margin: 1rem 0 1rem 2rem;
    position: relative;
}p.privacy_text {
    line-height: 1.5;
    font-size: 1.1rem;
}span.privacy_num {
    position: absolute;
    left: -2rem;
}ol.privacy_ol {
    margin: 1rem 0;
}ol.privacy_ol li {
		padding: 0 0 0 1.5rem;
        font-size: 1.1rem;
}ol.privacy_ol li:before {
		content: "\0030fb";
        position: absolute;
        left: 0;
}p.privacy_sub_title {
    font-weight: 500;
    margin: 1rem 0 1rem 0rem;
    position: relative;
}


ul.terms {
    margin: 6rem 0rem;
    position: relative;
}p.terms_title {
    font-weight: 500;
    margin: 1rem 0 1rem 0rem;
    position: relative;
}ul.terms li {
    margin: 2rem 0 0rem;
}


table.company_table {
    margin: 6rem 0;
    border-collapse: collapse;
}table.company_table tr, th, td {
    border: solid 1px #dedede;
    padding: 2rem 4rem;
}table.company_table th {
    width: 18rem;
    text-align: left;
}table.company_table td {
    width: 61rem;
}



b.post_top_b {
    text-align: center;
    display: block;
    font-size: 1.8rem;
}p.post_top_p {
    text-align: center;
    margin: 4rem 0 6rem;
    font-weight: 500;
    line-height: 2;
}ul.entry_post_ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10rem;
}ul.entry_post_ul li {
    margin: 0 3rem;
}a.entry_post_ul_a {
    background: #5CD756;
    color: #fff;
    border-radius: 0.5rem;
    padding: 1rem;
    width: 24rem;
    cursor: pointer;
    margin: 0rem auto 0;
    display: table;
    text-align: center;
    text-decoration: none;
}.post_conditions {
    margin: 4rem 10rem;
    padding: 4rem;
    background: #f4f4f4;
    border-radius: 1rem;
}p.post_conditions_p {
    font-weight: bold;
    padding: 0 0 2rem 2rem;
    position: relative;
}p.post_conditions_p {
    font-weight: bold;
    padding: 0 0 2rem 1.5rem;
    position: relative;
}p.post_conditions_p:before {
		content: "\0025cf";
        position: absolute;
        left: 0;
}ul.post_conditions_ul li {
    position: relative;
    margin-left: 3rem;
}ul.post_conditions_ul li:before {
        content: "\0030fb";
        position: absolute;
        left: -1.5rem;
}span.text_red.--post_conditions_span {
    margin: 1rem 2rem 0;
    display: block;
    font-weight: 500;
}p.post_conditions_p.--class_red {
    color: #ef1f1f;
}p.post_conditions_ul_p {
    position: relative;
    padding-left: 2rem;
}p.post_conditions_ul_p:before {
        content: "\00203b";
        position: absolute;
        left: 0.5rem;
        font-size: 1rem;
        top: 0.2rem;
}a.materials_order {
    background: #5CD756;
    color: #fff;
    border-radius: 0.5rem;
    padding: 1rem;
    width: 24rem;
    cursor: pointer;
    display: table;
    text-align: center;
    text-decoration: none;
    margin: 4rem auto 0;
}div#post_required {
    margin: 10rem 10rem 10rem;
}
p.post_required_p {
    text-align: center;
    margin: 4rem 0 0;
    font-weight: 500;
    font-size: 1.6rem;
}

ul.post_required_ul {
        margin: 6rem 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
}ul.post_required_ul li {
        flex: 1 1 calc(33.333% - 2rem);
        margin: 1rem;
        background: #f4f4f4;
        height: 14rem;
        border-radius: 1rem;
        padding: 2rem;
}h3.post_required_ul_h3 {
		text-align: center;
		font-weight: 500;
		margin-bottom: 1rem;
}p.post_required_ul_p {
        line-height: 1.6;
        font-size: 1.1rem;
        position: relative;
        padding-left: 2rem;
}p.post_required_ul_p:before {
        content: "\0030fb";
    position: absolute;
    left: 0.5rem;
}.post_required_div {
    margin: 6rem 0 0rem;
    text-align: center;
    padding: 2rem 2rem;
    background: #f1f1f1;
    border-radius: 1rem;
}ul.post_required_ng {
        text-align: center;
        border-radius: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
}ul.post_required_ng li {
    width: 24rem;
    margin-bottom: 2rem;
}ul.post_required_ng.--bottom li {
    margin-bottom: 0;
}p.post_required_ng_p {
    margin-top: 1rem;
    letter-spacing: 0.1em;
    font-weight: 500;
}


ul.post_required_entry_ul li {
    margin-left: 2rem;
}ul.post_required_entry_ul {
	margin-bottom:16rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}ul.entry_post_ul_detail {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6rem 0 10rem;
}ul.entry_post_ul_detail li {
    margin: 0 1rem;
}


div#up_content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0 8rem 6rem;
}

h3.left_top_h3 {
    font-weight: 500;
    font-size: 1.6rem;
}h3.left_top_h3:before {
        content: "\00300a";
        margin-right: 0.5rem;
}h3.left_top_h3:after {
	content:"\00300b";
        margin-left: 0.5rem;
}div#left {
    width: 60rem;
    padding-right: 2rem;
    margin-right: 2rem;
    border-right: 1px solid #f1f1f1;
}div#right {
    width: 20rem;
}h3.right_top_h3 {
        font-weight: 500;
        font-size: 1.6rem;
}h3.right_top_h3:before {
        content: "\00300a";
        margin-right: 0.5rem;
}h3.right_top_h3:after {
	content:"\00300b";
        margin-left: 0.5rem;
}h3.right_top_h3.--other_img {
    margin-top: 3rem;
}


.up_content_main {
        margin: 6rem 0rem 6rem;
}p.left_p_title {
    font-size: 1.5rem;
    font-weight: 500;
}.drop_area {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 12rem;
        border-radius: 0.5rem;
        cursor: pointer;
        font-size: 1.4rem;
        color: #666;
        transition: background 0.3s;
        text-align: center;
        overflow: hidden;}.drop_area:hover {
		background: #f9f9f9;
}
ul.up_content_main_ul {
    margin: 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}ul.up_content_main_ul li {
        flex: 1 1 calc(20% - 2rem);
        margin: 0 1rem 2rem;
        font-size: 1.1rem;
        text-align: center;
        height: 16rem;
        overflow: hidden;
}p.up_contnet_title {
    font-weight: 500;
    text-align: center;
    margin-bottom: 0.5rem;
}label.drop_area {
    position: relative;
    font-size: 1rem;
    text-align: left;
    background: #f6f6f6;
}img.preview {
        width: 100%;
        border-radius: 0.5rem;
        height: 12rem;
        object-fit: cover;
}.up_date_img img {
        width: 100%;
        border-radius: 0.5rem;
        height: 12rem;
        object-fit: cover;
}img.preview_big {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #ccc;
}p.drop_p {
    margin: 0 1rem;
}select.text_up_form_select {
    background: #f4f4f4;
    width: 40rem;
    border-bottom: 1px solid #b1b1b1 !important;
}input#address2_other {
    margin-bottom: 1rem;
}input#address3_other {
    margin-bottom: 1rem;
}input#address4_other {
    margin-bottom: 1rem;
}a.a_submit {
    display: table;
    margin: 4rem auto;
    width: 24rem;
    cursor: pointer;
    border-radius: 0.5rem;
    color: #fff;
    background: #5da4ed;
    padding: 1rem 1rem;
    text-align: center;
    text-decoration: none;
}



ul.left_up_text_content_ul {
    margin: 4rem 0;
}ul.left_up_text_content_ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #f1f1f1;
}span.left_up_text_content_ul_span {
        font-weight: 500;
        width: 15rem;
}input.text_up_form {
    background: #f4f4f4;
    width: 40rem;
        border-bottom: 1px solid #b1b1b1 !important;
}.drop_area_big {
		border-bottom: 1px solid #b1b1b1;
        width: 40rem;
        height: 30rem;
        cursor: pointer;
        font-size: 1.2rem;
        color: #666;
        transition: background 0.3s;
        text-align: center;
        background: #f4f4f4;
        line-height: 12;
        position: relative;
}.drop_area_big:hover {
    background: #f9f9f9;
}p.left_top_detail_p {
    margin: 4rem 1rem;
    line-height: 1.6;
}p.file_info {
    position: absolute;
    top: 1rem;
    text-align: center;
    width: 100%;
    color: #000;
    font-size: 1rem;
}.drop_area.dragover {
  background: #eef;
  border-color: #666;
}p.post_p {
    width: 40rem;
}



div#packing_detail {
        margin: 0 8rem 8rem;
}ul.packing_detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}li.packing_img {
        width: 30rem;
        background: #f4f4f4;
        height: 36rem;
        margin-right: 4rem;
}li.packing_text {
    width: 48rem;
}p.packing_text_p {
    margin: 2rem 0;
}div#up_form_submit {
    display: table;
    margin: 8rem auto;
}label.checkbox {
        position: relative;
        padding: 1rem 1rem 1rem 5rem;
        background: #fff;
        cursor: pointer;
        border-radius: 0.2rem;
}.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
		position: absolute;
        margin-top: 0.4rem;
        margin-left: -2rem;
}input.order_submit {
    display: table;
    margin: 4rem auto;
    width: 24rem;
    cursor: pointer;
    border-radius: 0.5rem;
    color: #fff;
    background: #5da4ed;
}

ul.entry_post_ul_detail.--end {
    margin-bottom: 16rem;
}

p.right_p {
		margin: 2rem 0 1rem;
        font-weight: 500;
}ul.right_ul {
    padding: 0 0 0rem 1rem;
}ul.right_ul li {
        position: relative;
        padding: 0.5rem 0 0rem 0.5rem;
        font-size: 1.1rem;
}ul.right_ul li:before {
    content: "\0030fb";
    position: absolute;
    left: -0.8rem;
}p.right_title_p {
		margin: 1.5rem 0 0.2rem;
        font-weight: 500;
}


a.user_entry {
    text-decoration: none;
    color: #fff;
    background: #5da4ed;
    font-size: 1.2rem;
    padding: 0.5rem 2rem 0.6rem;
    position: absolute;
    right: 0;
    border-radius: 0.4rem;
}ul.search_ul {
        padding: 2rem 2rem 6rem;
        margin: 4rem 0 2rem;
        border: solid 1px #f1f1f1;
        position: relative;
}ul.search_ul li {
        padding-bottom: 1rem;
        margin: 1rem 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid #f1f1f1;
}span.search_ul_span {
    width: 20rem;
    font-weight: 500;
}select.search_select {
    background: #f4f4f4;
    width: 20rem;
}input.search_key {
    width: 55rem;
    background: #f4f4f4;
}input.search_submit {
    width: 20rem;
    position: absolute;
    margin-top: -7.5rem;
    margin-left: 30rem;
    cursor: pointer;
    color: #fff;
    background: #edaa2f;
    border-radius: 0.4rem;
}
.search_content {
    margin: 8rem 0 2rem;
}ul.item_bottom_category {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}ul.item_bottom_category li a {
    color: #3BB435;
    margin-right: 1.5rem;
    text-underline-offset: 3px;
    font-size: 1.1rem;
}



div#item_detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 4rem 0;
}.item_main_img {
        width: 50rem;
        height: 50rem;
        overflow: hidden;
}ul.item_detail_ul {
    width: 25rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}ul.item_detail_ul li {
		flex: 1 1 calc(50% - 2rem);
        height: 12.5rem;
        overflow: hidden;
        cursor: pointer;
}



.item_table {
    margin: 6rem 0 2rem;
}table.item_table {
    margin: 4rem 0;
    border-collapse: collapse;
}table.item_table tr, th, td {
    border: solid 1px #dedede;
    padding: 2rem 4rem;
}table.item_table th {
    width: 18rem;
    text-align: left;
}table.item_table td {
    width: 61rem;
}.item_detail_bottom {
        margin: 6rem 0 8rem;
        padding-bottom: 4rem;
        border-bottom: 1px solid #f1f1f1;
}



/* 会員登録系 */

div#under_content_space {
    margin: 0 10rem 24rem;
}p.under_content_top_p {
    margin: 4rem 0;
    line-height: 1.8;
}.registry_entry {
		padding: 4rem;
        background: #f4fbdf;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 6rem 0 0;
}p.registry_entry_title {
		width: 24rem;
        position: relative;
}.registry_entry_form {
    width: 47rem;
}input.text {
    border: none;
    width: 100%;
    padding: 1rem;
}p.red_p {
    margin: 2rem 0 0;
    font-size: 1.1rem;
    padding-left: 2rem;
    position: relative;
    color: #ff0000;
    font-weight: 500;
}p.red_p:before {
    content:"\00203b";
}p.red_p:before {
        content: "\00203b";
        position: absolute;
        left: 0.5rem;
}p.registry_entry_form_under_p {
    margin: 2rem 4rem 0;
    font-size: 1.1rem;
    line-height: 1.8;
}h3.registry_h3 {
    margin: 8rem 4rem 0;
    font-size: 1.2rem;
    font-weight: 500;
    border-bottom: 1px solid;
    padding-bottom: 1rem;
}a.registry_entry_a {
    display: table;
    margin: 6rem auto 4rem;
    color: #0063fd;
}input.registry_entry_submit {
    background: #5CD756;
    color: #fff;
    border-radius: 0.5rem;
    padding: 1rem;
    width: 42rem;
    cursor: pointer;
    margin: 0 auto;
    display: table;
}


.registry_entry.--form_entry_top {
        margin: 0 !important;
        padding: 4rem 4rem 2rem;
}.registry_entry.--form_entry {
        padding: 2rem 4rem 2rem;
    margin: 0!important;
}.registry_entry.--form_entry_last {
        padding: 2rem 4rem 4rem;
    margin: 0!important;
}
input#zip1 {
    border: none;
    width: 6rem;
    padding: 1rem;
    margin-right: 1rem;
}input#zip2 {
    border: none;
    width: 8rem;
    padding: 1rem;
    margin-left: 1rem;
}p.registry_entry_title sup {
    background: #ff9900;
    color: #fff;
    font-size: 1rem;
    padding: 0.2rem 0.5rem;
    margin: 0rem 1rem;
    position: absolute;
}
select#address1 {
    padding: 1rem;
}input#address2 {
    width: 14rem;
}


input.login_bt {
    background: #5CD756;
    color: #fff;
    border-radius: 0.5rem;
    padding: 1rem;
    width: 28rem;
    cursor: pointer;
    margin: 6rem auto 0;
    display: table;
}




div#omoi_mv {
    margin: 10rem;
}p.omoi_p {
    text-align: center;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 10rem;
}.omoi_img {
    margin: 0 10rem 4rem;
}h2#under_content_h2\ --left {
    margin: 10rem 10rem 4rem;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.1em;
}p.omoi2_p {
    margin: 0 10rem 10rem;
    line-height: 2;
}.attempt {
    padding: 4rem;
    border: solid 2rem #f1f1f1;
    margin: 0 10rem 20rem;
}h2#attempt_h2 {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 4rem;
}p.attempt_p {
    line-height: 1.4;
    font-weight: 500;
}



ul.qa_ul {
        margin: 4rem 0 10rem;
}h3.qa_title_h3 {
    font-weight: 500;
    color: #CA880D;
}p.qa_ul_p {
    margin: 1rem 0 4rem;
    padding-left: 2rem;
}a.block_a {
    display: block;
    color: #0063fd;
    margin-top: 0.5rem;
}h3.qa_title_h3 {
    font-weight: 500;
    color: #CA880D;
    padding-left: 2rem;
    position: relative;
}h3.qa_title_h3:before {
    content:"\0025b6";
}




p.flow_top_p {
    margin-top: 1rem;
    color: #ff0000;
    font-weight: 500;
}b.post_top_b.--flow_b {
        margin-top: 10rem;
        margin-bottom: 8rem;
}ul.flow {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        text-align: left;
        position: relative;
        margin: 0 5rem 5rem;
}ul.flow:after {
        content: "\002193";
        position: absolute;
        bottom: -4.3rem;
        right: 16rem;
        font-size: 3rem;
}ul.flow:after {
	content: "\002193";
}ul.flow.--lest_flow:after {
    content: "" !important;
}li.flow_left {
    width: 10rem;
}li.flow_center {
    width: 25rem;
    text-align: left;
}li.flow_right {
		width: 35rem;
        text-align: center;
        background: #f1f1f1;
        padding: 1rem 2rem;
        border-radius: 0.3rem;
        position: relative;
        font-size: 1.1rem;
        font-weight: bold;
}li.flow_center small {
    display: block;
    margin-top: 0.2rem;
    padding-left: 1rem;
    position: relative;
}li.flow_center small:before {
    content: "※";
    margin-right: 0.2rem;
}span.flow_user.-one {
		background: #5da4ed;
        padding: 0.2rem 1rem 0.3rem;
        font-size: 1.1rem;
        display: table;
        width: 7rem;
        text-align: center;
        border-radius: 0.2rem;
        color: #fff;
}span.flow_user.-two {
		background: #5cd756;
        padding: 0.2rem 1rem 0.4rem;
        font-size: 1.1rem;
        display: table;
        width: 7rem;
        text-align: center;
        border-radius: 0.2rem;
        color: #fff;
}



}