@charset "utf-8";

html {
	height: 100%;
}

body {
	color: #333;
	font-family: "游ゴシック体", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 16px;
	font-weight: 500;
	height: 100%;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
	min-width: 1240px;
	width: 100%;
}

form {
	margin: 0;
}
p {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
}
a img {
	border: none;
}
a {
	text-decoration: none;
	outline: none;
}
img {
	height: auto;
	max-width: 100%;
	width: auto;
	vertical-align: bottom;
}
/* IE8 */
html>/**/body .opacity:hover {
    display /*\**/:inline-block\9;
    zoom /*\**/: 1\9;
}
a:hover, a:active, a:focus, a:visited {
	text-decoration: none;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
dl,dt,dd {
	margin: 0;
	padding: 0;
}
/*--clearfix--*/
.clearfix:after {   
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* clearfix for ie7 */
.clearfix{
    display: inline-block;
}
.clearfix {
    display: block;
}

/* PC版では非表示 */
a.btn_spMenu {
	display: none;
}
.spBr {
	display: none;
}
.disp_sp {
	display: none;
}
a.btn_spMenu {
	display: none;
}
a.btn_spMenuClose {
	display: none;
}

/* フッター */
footer {
    background: #009250;
}
.footInfo {
	display: flex;
	justify-content: space-between;
	padding: 80px 0 70px 0;
}
.footLogo {
	color: #FFF;
	flex: 1;
}
.footLogo img {
	width: 252px;
}
.footLogo .tel {
	font-size: 24px;
	font-weight: bold;
	margin-top: 24px;
}
.footLogo .infoOpen {
	font-size: 13px;
}
.footLogo a {
	color: #FFF;
}
.footMenu {
	order: 1;
	flex: 2;
}
.footMenu a {
	color: #FFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
.footMenu a:hover {
	text-decoration: underline;
}
.footMenu .menu01 {
	display: flex;
	margin-bottom: 30px;
}
.footMenu .menu01 a {
	margin-right: 24px;
}
.footMenu .menu01 a::after, .footMenu .menu02 a::after {
	background: url("../images/arrow.svg") no-repeat;
	content: "";
	display: inline-block;
	height: 10px;
	margin-left: 10px;
	width: 7px;
}
.footMenu .menu02 {
	display: flex;
	margin-bottom: 20px;
	white-space: nowrap;
}
.footMenu .menu02_sub {
	display: flex;
	flex-wrap: wrap;
	margin-left: 24px;
}
.footMenu .menu02_sub a {
    font-size: 12px!important;
	font-weight: 500!important;
	margin: 0 40px 10px 0;
}
.footMenu .menu03 ul {
	display: flex;
}
.footMenu .menu03 li {
	color: #FFF;
}
.footMenu .menu03 li::before {
	content: "｜"
} 
.footMenu .menu03 li:last-child::after {
	content: "｜"
}

.footMenu .menu03 a {
	display: inline-block;
	padding: 0 1em;
}
.footButton {
	order: 2;
	width: 155px;
}
.footButton a {
	font-weight: bold
}
.copyright {
    color: #fff;
    background: #008549;
    font-size: 14px;
    padding: 26px 0;
    text-align: center;
}

/* 共通 */
.inner {
	margin: auto;
	width: 1160px;
}
.flexBlock {
	align-items: center;
	display: flex;
}

/* ヘッダー */
header {
	background: #FFF;
    border-radius: 4px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
    max-width: 1160px;
    margin: 0 auto;
	position: relative;
    top: 40px;
}
.headInner {
	align-items: center;
	display: flex;
	height: 90px;
	justify-content: space-between;
	padding: 0 20px;
}
.logo img {
	vertical-align: middle;
}
/*　　ナビ　　*/
.headInner ul {
	display: flex;
	align-items: center;
}
.headInner li {
	margin-right: 24px;
}
.headInner li:last-child {
	margin-right: 0;
}
.headInner a {
	color: #000;
	font-weight: bold;
}
.headInner a:hover {
	color: #009250;
}
/*--------------------*/
/*     ログイン        */
/*--------------------*/
.loginTitle {
	color: #009250;
	font-size: 30px;
	font-weight: bold;
	padding-top: 30px;
	text-align: center;
}
.loginBox {
	border: 1px solid #009250;
	margin: 30px auto;
	padding: 30px 30px 0 30px;
	width: 40%;
}
.loginBox .itemHead {
	color: #666;
	font-weight: bold;
}
.loginBox  .entryItem {
	margin-bottom: 30px;
}
.btn_login {
	background: #009250;
	border-radius: 100vh;
	box-shadow: #036d3a 0px -4px 0px 0px inset;
	border: none;
	cursor: pointer;
	color: #FFF;
	display: block;
	font-size: 18px;
	font-weight: bold;
	height: 75px;
	width: 100%;
	line-height: 75px;
	margin-bottom: 20px;
	text-align: center;	
}
.btn_login:hover {
	background: #dd8906;
    box-shadow: #C66504 0px -4px 0px 0px inset;
}
.pwMessage {
	margin-bottom: 30px;
	text-align: center;
}
.link_text {
	color: #009250;
	font-weight: bold;	
}
.link_text:hover {
	text-decoration: underline;
}
.newCustomerBox {
	margin: 0 auto 40px auto;
	padding: 10px;
	width: 40%;
}
.btn_registry {
	background: #edad0b;
	border-radius: 100vh;
	color: #FFF;
	display: block;
	font-size: 18px;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	margin: auto;
	text-align: center;	
}
.btn_registry:hover {
	background: #ED820B;
}
.btn_toEntryPage {
	background: #edad0b;
	border-radius: 100vh;
	color: #000;
	display: block;
	height: 40px;
	line-height: 40px;
	width: 153px;
	text-align: center;
}
.btn_toEntryPage:hover {
	background: #ED820B;
	color: #FFF!important;
}
.topContent {
	background: url("../images/bg_fv.jpg") no-repeat center -15px, rgb(53, 139, 32);
	background-size: auto;
	height: 1009px;
}
.topContent .inner {
	padding-top: 134px;
}
.topLeadBox {
	flex: 2;
	padding: 0 80px 0 0;
}
.topLeadBox .leadIcon {
	margin-bottom: 16px;
}
.topLeadBox .leadImg {
	margin-bottom: 32px;
}
.topLeadBox .leadText {
	color: #FFF;
	font-size: 22px;
}
.toEntryBox {
	width: 360px;
}
.priceBox02 {
	margin-bottom: 30px;
    width: 300px;
    position: sticky;
    top: 0px;	
}
.toEntryBox .boxTitle {
	background: #009250;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	height: 64px;
	line-height: 64px;
	text-align: center;
}
.priceBox02 .boxTitle {
	background: #009250;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	height: 64px;
	line-height: 64px;
	margin-bottom: 0;
	text-align: center;
}
.toEntryBox .boxInner {
	background: #FFF;
    border: 1px solid #dddddd;
	padding: 32px 24px;
}
.priceBox02 .boxInner {
    border: 1px solid rgb(221, 221, 221);
	background: #FFF;
	padding: 32px 24px;
}
.toEntryBox table, .priceBox02 table {
	border-collapse: collapse;
	font-size: 14px;
	width: 100%;
}
.toEntryBox th, .priceBox02 th {
	padding-bottom: 12px;
	text-align: left;
}
.toEntryBox td, .priceBox02 td {
	padding-bottom: 12px;
	
}
.toEntryBox select, .priceBox02 select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
	background: url("../images/icon_arrow01.png") no-repeat 90% center;
	background-size: auto  6px;
	border: 1px solid #ddd;
	border-radius: 24px;
	font-weight: bold;
    padding: 12px 24px;
	width: 100%;
}
.toEntryBox select:hover, .toEntryBox select:focus, .priceBox02 select:hover, .priceBox02 select:focus {
	outline: #edad0b solid 1px;
}
.shippingChargesTitle {
	font-size: 24px;
	font-weight: bold;
}
.shippingCharge {
	color: #c7243a;
	font-size: 44px;
	font-weight: bold;
	text-align: right;
}
.shippingCharge .small {
	font-size: 24px;
}
.toEntryBox .boxText, .priceBox02 .boxText {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 16px 0;
	padding-left: 1em;
	text-indent: -1em;
}
.btn_toEntry {
	background: #edad0b;
	border-radius: 100vh;
	box-shadow: #dd8906 0px -4px 0px 0px inset;
	border: none;
	cursor: pointer;
	color: #000;
	display: block;
	font-size: 18px;
	font-weight: bold;
	height: 75px;
	width: 100%;
	line-height: 75px;
	text-align: center;	
}
.btn_toEntry:hover {
	background: #ED820B;
    box-shadow: #C66504 0px -4px 0px 0px inset;
	color: #FFF!important;
}
.btn_toEdit {
	background: #fff;
	border: 3px solid #edad0b;
	border-radius: 100vh;
	border: none;
	cursor: pointer;
	color: #edad0b;
	display: block;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	width: 100%;
	margin-top: 1em;
	line-height: 40px;
	text-align: center;	
}
.btn_toEdit:hover {
	background: #ED820B;
	color: #FFF!important;
}

/* トップAbout */
.topAboutArea {
	background: url("../images/bg_top_section_head01.png") no-repeat left top;
	background-size: 100%;
	padding-top: 100px;
	text-align: center;
}
.areaTitle {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 12px;
}
.areaTitle .en {
    color: rgb(237, 173, 11);
	display: block;
    font-family: Caveat, cursive;
    font-weight: 400;
    font-size: 50px;
	line-height: 1;
	margin-bottom: 10px;
}
.areaSubTitle {
    background: rgb(0, 169, 113);
    color: #FFF;
	display: inline-block;
    font-size: 14px;
    font-weight: bold;
	margin-bottom: 40px;
    padding: 2px 10px;
}
.areaBox {
	align-items: center;
	display: flex;
	margin-bottom: 100px;
}
.topAboutArea .areaImg {
	position: relative;
}
.topAboutArea .areaImg img {
	position: relative;
    z-index: 2;	
}
.topAboutArea .areaImg::before {
    content: "";
    position: absolute;
    inset: 40px 40px -40px -40px;
    background: rgb(208, 240, 226);
    z-index: 1;	
}
.topAboutArea .areaText {
	margin-left: 40px;
	text-align: left;
}
.topAboutArea .areaTextTitle {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 16px;
}
.topAboutArea .cornerTitle {
    background: linear-gradient(transparent 60%, rgb(243, 199, 89) 60%);
    color: rgb(51, 51, 51);
    display: inline-block;
	font-size: 26px;
    margin: 0px auto 40px auto;
    padding: 0px 8px;
    position: relative;
}
.topAboutArea .areaCorner ul {
	display: flex;
}
.topAboutArea .areaCorner li {
	padding: 0 12px;
	width: calc(25% - 24px);
}
.topAboutArea .areaCorner li:nth-child(odd) {
	position: relative;
	top: 20px;
}
.opinionBox {
    background: rgb(0, 146, 80);
    border-radius: 4px;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
	margin-bottom: 10px;
    position: relative;
    padding: 16px;
	width: auto;
}
.opinionBox::before {
    border-color: rgb(0, 146, 80) transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0px;
    content: "";
    height: 0px;
    width: 0px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.solutionImgBox {
	align-items: center;
	background: url("../images/img_top_cvBox.jpg") no-repeat right, rgb(245, 245, 245);
    border: 4px solid rgb(0, 146, 80);
	border-radius: 10px;
	display: flex;
	height: 357px;
	margin: -20px 0 200px 0;
	position: relative;
	z-index: 1;
}
.solutionImgBox .boxText {
    color: rgb(0, 146, 80);
    font-size: 34px;
	font-weight: bold;
    line-height: 47.6px;
    padding: 0px 0px 0px 50px;
	text-align: left;
}
.btn_toEntry02 {
    background: #edad0b;
	border-radius: 100vh;
    box-shadow: #dd8906 0px -4px 0px 0px inset;
	color: #000;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	padding: 32px 106px;
	position: absolute;
	bottom: -50px;
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.btn_toEntry02:hover {
	background: #ED820B;
    box-shadow: #C66504 0px -4px 0px 0px inset;
	color: #FFF!important;
}
/* トップFeature*/
.topFeatureArea {
	background: url("../images/bg_top_section_head02.png") no-repeat left top;
	background-size: 100%;
	padding-top: 100px;
	text-align: center;
}
.areaPoint01 {
	background: url("../images/img_point01.png") no-repeat;
	height: 560px;
	margin-bottom: 110px;
	width: 1160px;
	position: relative;
}
.pointBox {
	align-items: center;
	background: #FFF;
	display: flex;
	height: 142px;
	padding: 24px;
	width: 812px;
	position: absolute;
	bottom: -92px;
	right: 0;
}
.pointNo {
	padding: 24px;
}
.pointHead {
	border-bottom: 1px solid rgb(221, 221, 221);
	color: rgb(0, 146, 80);
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 8px;
	width: 130px;
	text-align: center;
}
.pointHead .small {
	display: block;
	font-size: 13px;
}
.pointEn {
    color: rgb(237, 173, 11);
    font-family: Caveat, cursive;
	font-size: 30px;
}
.pointText {
	font-size: 16px;
	text-align: left;
}
.pointText .pointTitle {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 16px;
}
.areaPoint02 {
	background: url("../images/img_point02.png") no-repeat;
	height: 560px;
	margin-bottom: 110px;
	width: 1160px;
	position: relative;
}
.areaPoint03 {
	background: url("../images/img_point03.png") no-repeat;
	height: 560px;
	margin-bottom: 110px;
	width: 1160px;
	position: relative;
}
/* トップFeature*/
.topFlowArea {
	background: url("../images/bg_top_section_head03.png") no-repeat left top, rgb(245, 245, 245);
	background-size: 100%;
	padding: 100px 0;
	text-align: center;
}
.flowTab ul {
	display: flex;
}
.flowTab li {
	background: rgb(245, 245, 245);
	border: 4px solid #FFF;
    border-radius: 4px 4px 0 0;
	border-bottom: 0;
	flex: 1 1 auto;
	margin-left: 24px;
}
.flowTab li:first-child {
	margin-left: 0;
}
.flowTab li.stay {
	background: #FFF;
}
.flowTab a {
	color: #333;
	display: block;
	padding: 16px;
}
.flowDetail {
	background: #FFF;
	margin-bottom: 40px;
	padding: 40px 40px 0 40px;
	text-align: left;
}
.flowList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.flowList li {
    padding: 0px 20px 40px;
	width: calc(33.3333% - 40px);
}
.stepHead {
    color: rgb(237, 173, 11);
	display: flex;
    font-family: Caveat, cursive;
	font-size: 30px;
	margin-bottom: 16px;
}
.stepNo {
    background: rgb(237, 173, 11);
    border-radius: 100%;
    color: rgb(255, 255, 255);
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-left: 5px;
    position: relative;	
}
.stepNo .num {
	font-weight: 500;
    position: absolute;
    right: 8px;
    top: -1px;
}
.stepImg {
	margin-bottom: 16px;
	text-align: center;
}
.stepText {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.btn_moreView {
    background: rgb(0, 169, 113);
    box-shadow: rgb(22 208 147) 0px -4px 0px 0px inset;
    border-radius: 100vh;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    padding: 24px 34px;
    text-align: center;
}
.btn_moreView:hover {
    background: #019c69;
}

/*　間の申込ボタンエリア　*/
.topToEntryArea {
	background: url("../images/bg_cvarea.jpg") no-repeat;
	background-size: cover;
	padding: 80px 0;
	text-align: center
}
.topToEntryArea .areaText {
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 24px;
}
.btn_entryFromWeb {
    background: #edad0b;
    border-radius: 100vh;
    box-shadow: #dd8906 0px -4px 0px 0px inset;
    color: #333;
    display: inline-block;
	font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    padding: 32px 106px 32px;
    text-align: center;
}
.btn_entryFromWeb:hover {
	background: #ED820B;
    box-shadow: #C66504 0px -4px 0px 0px inset;
	color: #FFF!important;
}

/* トップFAQ*/
.topFaqArea {
	background: #FFF;
	padding: 100px 0;
	text-align: center;
}
.faqListBlock {
	margin-bottom: 40px;
}
.faqListBlock li {
	margin-bottom: 24px;
}
.faqListBlock li:last-child {
	margin-bottom: 0;
}
.questionBox {
	background: url("../images/Q.svg") no-repeat 36px center;
	background-size: 37px auto;
    border: 4px solid rgb(0, 146, 80);
    border-radius: 14px;
	height: 72px;
	text-align: left;
}
.qText::after {
	background: url("../images/arrow_triangle01.png") no-repeat center center, rgb(244, 255, 200);
	background-size: 18px auto;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 72px;
}
.openBox .qText::after {
	background: url("../images/arrow_triangle02.png") no-repeat center center, rgb(244, 255, 200);
	background-size: 18px auto;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 72px;
}
.qText {
	color: #333;
	display: block;
	font-size: 18px;
	font-weight: bold;
	height: 72px;
	line-height: 72px;
	padding-left: 93px;
	position: relative;
}
.answerBox {
	display: none;
	font-size: 16px;
    padding: 28px 40px 36px;
	text-align: left;
}
/*　お客様の声　*/
.topUservoiceArea {
	background: rgb(245, 245, 245);
	padding: 100px 0;
	text-align: center;	
}
.voiceSliderBlock {
	margin-bottom: 40px;
}
.voiceSliderBlock ul {
	display: flex;
}
.voiceSliderBlock li {
    border: 3px solid rgb(0, 146, 80);
	margin: 0 20px;
	width: calc(33.33% - 40px);
	text-align: left;
}
.userAttribute {
    background: rgb(224, 246, 238);
	display: flex;
    padding: 19px 21px;
}
.userIcon {
	margin-right: 16px;
	width: 44px;
}
.userProf {
	font-size: 12px;
}
.userName {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.shippingType {	
    border-bottom: 1px solid rgb(221, 221, 221);
    font-weight: bold;
	margin: 0 22px 17px 22px;
	padding: 23px 0 16px 0;
}
.shippingType p {
	align-items: center;
	display: flex;
	margin-bottom: 8px;
}
.shippingType p:last-of-type {
	margin-bottom: 0;
}
.shippingType img {
	margin: 0 18px;
	vertical-align: middle;
}
.shippingType .typeHead {
    background: rgb(0, 169, 113);
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 14px;
	height: 24px;
	line-height: 24px;
	margin-right: 16px;
	width: 80px;
	text-align: center;
}
.voiceText {
	font-size: 14px;
    line-height: 1.7;
	margin-bottom: 7px;
	padding: 0 22px 23px 22px;
}

/* 料金 */
.topPriceArea {
	background: #FFF;
	padding: 100px 0;	
	text-align: center;
}
.priceTable table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}
.priceTable tr {
    border: 1px solid rgb(255, 255, 255);
}
.priceTable th {
	background: rgb(0, 169, 113);
    border-right: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);	
    font-size: 12px;
    padding: 15px 0px;
}
.priceTable td {
    background: rgb(224, 246, 238);
    border-right: 1px solid rgb(255, 255, 255);
    font-size: 12px;
	font-weight: bold;
    padding: 15px 0px;
	text-align: center;
}
.tableCaption {
    background: rgb(245, 245, 245);
	margin-bottom: 40px;
    padding: 18px;	
}
.tableCaption li {
	font-size: 11px;
    line-height: 1.45;	
    padding-left: 2em;
    text-indent: -2em;
	text-align: left;
}
.tableCaption li::before {
	content: "■";
	font-size: 10px;
	margin-right: 1em;
}

/* 間の申込ボタンパート2 */
.topToEntryArea02 {
	padding-bottom: 100px;
	text-align: center;
}
.topToEntryArea02 .areaImg {
    background: rgb(0, 146, 80);
	color: #FFF;
	height: 310px;
	margin-bottom: 80px;
	padding-top: 60px;
	position: relative;
}
.topToEntryArea02 img {
	margin-left: -376px;
	position: absolute;
	top: 30px;
	left: 50%;	
}
.topToEntryArea02 .areaText {
	font-size: 24px;
}


/*--------------------------------------*/
/*          下層ページ　　　                    */
/*--------------------------------------*/

.main {
	padding-top: 40px;
}
.pageTitle {
    border-bottom: 1px solid #e4e4e4;
	color: #000;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
    padding: 65px 0;
}
.pageTitle .titleText {
	border-left: 1px solid #009250;
	display: inline-block;
	line-height: 1.2;
	padding: 0 24px;
}
.topicPath {
	color: #666;
	font-size: 14px;
	margin-bottom: 30px;	
}
.topicPath a {
	color: #666;
	display: inline-block;
}
.topicPath a:hover {
	color: #009250;
	text-decoration: underline;
}
.topicPath a::after {
	background: url("../images/arrow_simple.svg") no-repeat;
	content: "";
	display: inline-block;
	height: 11px;
	width: 15px;
	margin: 0 10px;
}
.detailBlock .blockTitle {
	font-size: 26px;
	margin-bottom: 40px;
	padding-left: 40px;
	position: relative;
}
.detailBlock .blockTitle::before {
	content: "";
    display: block;
    width: 24px;
    height: 1px;
    margin-right: 16px;
    background: #edad0b;
    position: absolute;
    left: 0;
    top: 18px;
}
.boxTitle {
	border-left: 1px solid #009250;
	color: #000;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 25px;
	padding: 0 10px;	
}

/* 配送申込 */
.entryFlow {
	width: 400px;
}
.shippingContent {
	display: flex;
}
.shippingContent .blockTitle {
	flex: 2;
}
.contentRight {
	margin-left: 40px;
}
.priceBox{
	border: 1px solid rgb(221, 221, 221);
	width: 260px;
    padding: 20px;
	position: sticky;
	top: 0px;
}
.priceBox th {
	font-size: 18px;
}
.priceBox td {
	font-size: 32px;
}
.memoText {
	font-size: 12px;
	margin-top: 1em;
	padding-left: 1em;
	text-indent: -1em;
}
.contentLeft {
	flex: 2;
}
.shippinguMenuBox {
	margin-bottom: 55px;
}
.shippinguMenuBox ul {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
	display: flex;
}
.shippinguMenuBox li {
    border-right: 1px solid #e4e4e4;
	flex: 1;
} 
.shippinguMenuBox li:last-child {
	border-right: none;
}
.shippinguMenuBox li.stay {
	background: #f5f8f5;
}
.shippinguMenuBox a {
	color: #333;
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.shippingDetailBox {
	margin-bottom: 60px;
}
.shippingDetailBox .small {
	display: block;
	font-size: 12px;
}
.shippingDetailBox table {
	border-collapse: collapse;
	width: 100%;
}
.shippingDetailBox tr {
    border-bottom: 1px solid #e4e4e4;	
    border-top: 1px solid #e4e4e4;	
}
.shippingDetailBox th {
	padding: 30px;
	width: 134px;
	text-align: left;
}
.shippingDetailBox td {
	padding: 30px;
}
.shippingDetailBox p {
	margin-bottom: 1em;
}
.entryLabel {
	display: inline-block;
	margin-right: 1em;
	white-space: nowrap;
}
.entryText {
    border: 1px solid #dddddd;
    font-size: 14px;
    background: #fff;
    border-radius: 24px;
    min-height: 40px;
    padding: 0 24px;
	width: calc(100% - 50px);
}
.entryText:focus {
	outline: #edad0b solid 1px;
}
.mailText {
	font-size: 20px!important;
}
.inputCommon {
	width: auto;
}
.zipcode {
	width: auto;
}
.entrySelect {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
	background: url("../images/icon_arrow01.png") no-repeat 90% center;
	background-size: auto  6px;
	border: 1px solid #ddd;
	border-radius: 24px;
	font-weight: bold;
	margin-right: 1em;
    padding: 12px 24px 12px 20px;
}
.entrySelect:focus {
	outline: #edad0b solid 1px;
}
.innerboxLeft {
}
.innerBoxRight {
	flex: 2;
}
.searchText {
    background: url("../images/search-outline.svg") no-repeat left 8px top 8px #fff;
    background-size: 20px 20px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 24px;
    min-height: 40px;
    padding: 0 24px 0 32px;
    color: #333;
    border: 1px solid #dddddd;	
}
.attention {
	background: #f5f5f5;
	margin-top: 1em;
	padding: 15px;
}
.attention li {
	font-size: 12px;
	line-height: 1.45;
	list-style: disc;
	margin-left: 1em;
}
.entryCheck {
    z-index: 1;
    display: none;	
}
.checkLabel {	
    cursor: pointer;
    display: flex;
    position: relative;
}
.checkLabel::before {	
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.entryCheck:checked + .checkLabel::after {
	border-right: 2px solid #009250;
    border-bottom: 2px solid #009250;
    content: "";
    display: block;
    height: 10px;
    width: 5px;
	opacity: 1;
    position: absolute;
    left: 10px;
    top: calc(50% - 3px);
    -webkit-transform: translate(0,-50%) rotate(45deg);
    -ms-transform: translate(0,-50%) rotate(45deg);
    transform: translate(0,-50%) rotate(45deg);
}
.entryTextarea {
    font-size: 14px;
    height: 180px;
    border: solid 1px #ddd;
    border-radius: 24px;
    padding: 11px 17px;	
    width: calc(100% - 36px);
}
.error {
    padding: 8px 16px 8px 40px;
    background: url(../images/attention.svg) left 8px top 8px / 24px 24px no-repeat rgb(250, 236, 236);
    margin-top: 8px;
    color: rgb(204, 68, 68);
    font-weight: bold;
    display: none;
}
.error.is-active {
    display: block;
    color: #e60012;
    margin-top: 5px;
    font-size: 14px;
}

.completeMessage {
	font-size: 18px;
	line-height: 2;
	padding: 50px 0 100px 0;
	text-align: center;
}
.completeMessage .messageTitle {
	color: #009250;
	font-size: 40px;
	font-weight: bold;
}

/* サービスについて */
.mainContent {
	display: flex;
}
.noFlex {
	display: block!important;
}
.contentImg {
	margin-bottom: 40px;
}
.contentDetailBox {
	margin-bottom: 60px;	
}
.contentDetailBox .boxText {
	font-size: 16px;
	margin-bottom: 40px;
}
.circle {
	list-style: circle;
	margin-left: 1em;
}
.circle li {
	margin-bottom: 0;
}
/* お申し込みの流れ */
.contentDetailBox .flowBlock {
    background: rgb(245, 245, 245);
	padding: 40px 40px 20px 40px;
}
.contentDetailBox .flowDetail {
	padding-bottom: 20px;
}
.stepBox{
	display: flex;
}
.stepBox .stepImg {
	width: 320px;
}
.stepLead {
	flex: 2;
	margin-left: 30px;
}
.stepLead .titleText {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.stepLead .boxText {
	line-height: 1.4;
}
.markNo {
    font-size: 12px;
    line-height: 1.45;
	margin-bottom: 1em;
	padding-left: 3em;
	text-indent: -3em;
}

/* お客様の声 */
.voiceBox {
    border: 1px solid rgb(228, 228, 228);
	margin-bottom: 30px;
}
.boxText a {
	color: #009250;
}
.boxText a:hover {
	text-decoration: underline;
}

/* お問い合わせ */
.contactBlock .blockTitle {
	font-size: 26px;
	margin-bottom: 20px;
	padding-left: 40px;
	position: relative;
}
.contactBlock .blockTitle::before {
	content: "";
    display: block;
    width: 24px;
    height: 1px;
    margin-right: 16px;
    background: #edad0b;
    position: absolute;
    left: 0;
    top: 18px;
}
.contactBlock .boxText {
	font-size: 14px;
	margin-bottom: 60px;
	padding: 0 20px 0 40px;
}
.tel {
	font-size: 30px;
	font-weight: bold;
}
.square {
	list-style: square;
	margin-left: 1em;
}
.required {
	background: #FBE4E4;
	border: 1px solid #C32B2E;
	border-radius: 20px;
	color: #C32B2E;
	display: block;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	margin-bottom: 5px;
	width: 40px;
	text-align: center;
}
.buttonArea {
	padding: 40px 0;
	text-align: center;
}
.buttonArea .agreePolicy {
	display: flex;
	font-weight: bold;
	justify-content: center;
	margin-bottom: 30px;
}
.btn_send {
    background: #edad0b;
    border-radius: 100vh;
    box-shadow: #dd8906 0px -4px 0px 0px inset;
    color: #000;
	display: inline-block;
    font-size: 24px;
    font-weight: bold;
    height: 75px;
    line-height: 75px;
	width: 500px;
    text-align: center;
}
.btn_send:hover {
	background: #ED820B;
    box-shadow: #C66504 0px -4px 0px 0px inset;
	color: #FFF!important;
}
.btn_back {
    background: #cccc;
    border-radius: 100vh;
    box-shadow: #999 0px -4px 0px 0px inset;
    color: #666;
	display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: 75px;
    line-height: 75px;
	margin-right: 20px;
	width: 200px;
    text-align: center;
}
.btn_back:hover {
	background: #999;
    box-shadow: #666 0px -4px 0px 0px inset;
	color: #FFF!important;
}
/* 特定商取引 */
.commonTable table {
	border-collapse: collapse;
	width: 100%;
}
.commonTable tr {
    border: 1px solid rgb(255, 255, 255);
}
.commonTable th {
	background: rgb(0, 169, 113);
    border-right: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);	
    padding: 15px 0px;
}
.commonTable td {
    background: rgb(224, 246, 238);
    border-right: 1px solid rgb(255, 255, 255);
	font-weight: bold;
    padding: 15px;
}
.lawTh {
	width: 200px;
}

/* プライバシーポリシー */
.detailTextBlock {
    padding: 5px;
}
.policyText {
    margin: 20px 0;
}
.policyText ol {
    padding: 0 0 0 1em;
    margin: 0;
}
.sign {
    text-align: right;
}

/*配送方法選択*/
.selectFromTo {
	margin-bottom: 80px;
}
.selectFromTo ul {
	display: flex;
	flex-wrap: wrap;
}
.selectFromTo li {
	margin-bottom: 20px;
	text-align: center;
}
.selectFromTo li:nth-child(1) {
	width: 100%;
}
.selectFromTo li:nth-child(2) {
	margin-right: 20px;
}
.selectFromTo li:nth-child(3) {
	margin-right: 10%;
}
.selectFromTo li:nth-child(4) {
	margin-right: 20px;
}
.selectFromTo li:nth-child(1) a {
	color: #009250;
	border: 2px solid #009250;
}
.selectFromTo li:nth-child(2) a {
	color: #68ab18;
	border: 2px solid #68ab18;
}
.selectFromTo li:nth-child(3) a {
	color: #68ab18;
	border: 2px solid #68ab18;
}
.selectFromTo li:nth-child(4) a {
	color: #159eae;
	border: 2px solid #159eae;
}
.selectFromTo li:nth-child(5) a {
	color: #159eae;
	border: 2px solid #159eae;
}
.selectFromTo li:nth-child(1) a:hover {
	color: #FFF;
	background: #009250;
}
.selectFromTo li:nth-child(2) a:hover {
	color: #FFF;
	background: #68ab18;
}
.selectFromTo li:nth-child(3) a:hover {
	color: #FFF;
	background: #68ab18;
}
.selectFromTo li:nth-child(4) a:hover {
	color: #FFF;
	background: #159eae;
}
.selectFromTo li:nth-child(5) a:hover {
	color: #FFF;
	background: #159eae;
}
.selectFromTo a {
	align-items: center;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	height: 80px;
	width: 500px;
}
.selectFromTo .from {
	font-size: 20px;
	font-weight: bold;
	margin-right: 5px;
}
.selectFromTo .to {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}



/*-------------------------SP------------------------------------------*/

@media screen and (max-width: 767px) {

body {
	min-width: inherit;
}
a:hover {
	text-decoration: none;
}
.brNone {
	display: none;
}
.spBr {
	display: block;
}
.disp_sp {
	display: block;
}
.disp_pc {
	display: none;
}

/* フッター(SP) */
footer {
}

.footInfo {
	display: block;
	padding: 40px 0;
}
.footButton {
	margin: 30px 0 20px 0;
	width: auto;
}
.footButton .btn_toEntryPage {
	width: 100%;		
}

.footMenu {
	border-top: 1px solid #FFF;
}
.footMenu a {
	padding: 15px 15px;
	border-bottom: 1px solid #FFF;
}	
.footMenu a:hover {
	text-decoration: none;
}

.footMenu .menu01 {
	display: block;
	margin-bottom: 0;
}
.footMenu .menu01 a {
	margin-right: 0;
}
.footMenu .menu01 a::after, .footMenu .menu02 a::after {
	margin-left: 0;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	right: 15px;
}
.footMenu .menu02 {
	display: block;
	margin-bottom: 0;
}	
.footMenu .menu02_sub {
	display: none;
}
.footMenu .menu03 ul {
	display: block;
}
.footMenu .menu03 li {
	padding-right: 0;
	position: relative;
}
.footMenu .menu03 li::before {
	content: ""
} 
.footMenu .menu03 li::after	{
	background: url("../images/arrow.svg") no-repeat;
	content: "";
	display: inline-block;
	height: 10px;
	margin-left: 0;
	margin-top: -5px;
	width: 7px;
	position: absolute;
	top: 50%;
	right: 15px;
}
.footMenu .menu03 li:last-child::after {
	background: url("../images/arrow.svg") no-repeat;
	content: "";
	display: inline-block;
	height: 10px;
	margin-left: 0;
	margin-top: -5px;
	width: 7px;
	position: absolute;
	top: 50%;
	right: 15px;
}
.footMenu .menu03 a {
	display: block;
	padding: 15px;
}
.copyright {
    font-size: 12px;
    padding: 16px 0;
}
	
/* 共通(SP) */
.inner {
	padding: 0 20px;
	width: auto;
}
.flexBlock {
	display: block;
}
/* ヘッダー(sp) */
header {
	background: #FFF;
	border-radius: 0;
	height: 60px;
    max-width: inherit;
	position: fixed;
    top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.headInner {
	height: auto;
}
.logo {
	align-items: center;
	display: flex;
	height: 60px;
	width: 132px;
}
.logo a {
	padding: 0!important;
}

/*　　ナビ(SP)　　*/	
.btn_spMenu,
.btn_spMenu span {
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	box-sizing: border-box;
}
.btn_spMenu {
	border-radius: 8px;
	display: block!important;
	position: absolute;
	top: 10px;
	right: 5px;
	width: 40px;
	height: 40px;
	z-index: 9999;
}
.btn_spMenu span {
	position: absolute;
	left: 9px;
	width: 26px;
	height: 2px;
	background-color: #999;
}
.btn_spMenu span:nth-of-type(1) {
	top: 12px;
}
.btn_spMenu span:nth-of-type(2) {
	top: 20px;
}
.btn_spMenu span:nth-of-type(3) {
	top: 28px;
}
.btn_spMenu.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.btn_spMenu.active span:nth-of-type(2) {
	opacity: 0;
}
.btn_spMenu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
.menu {
	display: none;
    background: #009250;
    padding: 30px 20px;
    position: absolute;
    top: 60px;
	left: 0;
    width: calc(100% - 40px);
	z-index: 9999;
}
.headInner ul {
	display: block;
}
.headInner li {
	border-bottom: 1px solid #FFF;
	margin-right: 0;
	position: relative;
}
.headInner li:first-child {
	border-top: 1px solid #FFF;
}
.headInner li:last-child {
	border-bottom: none;
}
	
.headInner li::after {	
	background: url("../images/arrow.svg") no-repeat;
	content: "";
	display: inline-block;
	height: 10px;
	margin-left: 0;
	margin-top: -5px;
	width: 7px;
	position: absolute;
	top: 50%;
	right: 15px;
}
.headInner li:last-child::after {	
	background: none;
}
	.headInner a {
	color: #FFF;
	display: block;
	padding: 15px;
}
.headInner a:hover {
	color: #FFF;
}
	
	
/*--------------------*/
/*     ログイン(SP)    */
/*--------------------*/
.loginTitle {
}
.loginBox {
	margin-top: 10px;
	width: 80%;
}
.btn_login {
	font-size: 16px;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
}
.pwMessage {
	text-align: left;
}
.newCustomerBox {
	width: 80%;
}
	
.btn_toEntryPage {
	color: #333!important;
	margin: 15px 0;
	padding: 0!important;
	width: 100%;
	text-align: center;
}
.btn_toEntryPage:hover {
	background: #ED820B;
	color: #FFF!important;
}
	
.topContent {
	background: url("../images/bg_fv.jpg") no-repeat center top, rgb(53, 139, 32);
	background-size: cover;
	margin-top: 60px;
	padding-bottom: 20px;
	height: auto;
}
.topContent .inner {
    padding-top: 20px;
}
.topLeadBox {
	padding: 0;
}
.topLeadBox .leadIcon {
	display: flex;
}
	.leadIcon img {
		width: 33.3%;
	}
.topLeadBox .leadImg {
	margin-bottom: 10px;
}
.topLeadBox .leadText {
	font-size: 13px;
	line-height: 26px;
}
.toEntryBox {
	margin-top: 20px;
	width: 100%;
}
.toEntryBox .boxTitle {
	height: 48px;
	line-height: 48px;
}
.shippingCharge {
	font-size: 30px;
}
/* トップAbout(sp) */
.topAboutArea {
	padding: 52px 0 100px 0;
	text-align: center;
}
.areaTitle {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 12px;
}
.areaSubTitle {
	margin-bottom: 20px;
    padding: 2px 5px;
	text-align: left;
}
.areaBox {
	display: block;
	margin-bottom: 100px;
}
.topAboutArea .areaImg::before {
	display: none;
}
.topAboutArea .areaText {
	font-size: 14px;
	margin-left: 0;
}
.topAboutArea .areaTextTitle {
	font-size: 18px;
	padding-top: 24px;
}
.topAboutArea .cornerTitle {
	font-size: 20px;
}
.topAboutArea .areaCorner ul {
	flex-wrap: wrap;
}
.topAboutArea .areaCorner li {
	padding: 0 12px;
	width: calc(50% - 24px);
}
.topAboutArea .areaCorner li:nth-child(odd) {
	top: 0;
}
.opinionBox {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    position: relative;
    padding: 10px;
    width: auto;
}
.solutionImgBox {
	background: none;
	display: block;
	height: auto;
	margin: 0;
}
.solutionImgBox .boxText {
	background: #FFF;
    color: rgb(0, 146, 80);
    font-size: 18px;
	font-weight: bold;
    line-height: 1.3;
    padding: 20px;
	text-align: left;
}
.btn_toEntry02 {
	display: block;
	font-size: 18px;
	padding: 20px 0;
	position: absolute;
	bottom: -40px;
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	width: 90%;
}
/* トップFeature(SP)*/
.areaPoint01 {
	background: none;
	height: auto;
	margin-bottom: 130px;
	width: 100%;
}
.pointBox {
	height: auto;
	padding: 10px 0;
	width: 95%;
	position: absolute;
	bottom: -50%;
	right: 10px;
}
.pointNo {
	padding: 15px 15px 15px 0;
}
.pointHead {
	font-size: 18px;
	margin-bottom: 8px;
	width: 120px;
	text-align: center;
}
.pointHead .small {
	font-size: 11px;
}
.pointEn {
    color: rgb(237, 173, 11);
    font-family: Caveat, cursive;
	font-size: 20px;
}
.pointText {
	font-size: 13px;
}
.pointText .pointTitle {
	font-size: 18px;
	margin-bottom: 8px;
}
.areaPoint02 {
	background: none;
	height: auto;
	margin-bottom: 130px;
	width: 100%;
}
.areaPoint03 {
	background: none;
	height: auto;
	margin-bottom: 130px;
	width: 100%;
}
/* トップFeature(SP)*/
	
.flowTab ul {
	display: block;
}
.flowTab li {
	margin-left: 0;
}
.flowTab li.stay {
	background: #00a971;
}
.flowTab li.stay a {
	color: #FFF;
}
.flowList {
	display: block;
}
.flowList li {
	margin-bottom: 40px;
    padding: 0px;
	width: 100%;
}
.flowList li:last-child {
	margin-bottom: 0;
}
.flowDetail {
	background: #FFF;
	margin-bottom: 40px;
	padding: 40px 40px 20px 40px;
	text-align: left;
}
.btn_moreView {
    font-size: 16px;
    padding: 24px 0;
	width: 90%;
}
/*　間の申込ボタンエリア(SP)　*/
.topToEntryArea {
	background: url("../images/bg_cvarea.jpg") no-repeat top right;
	background-size: cover;
	padding: 60px 0;
	text-align: center
}
	
.topToEntryArea .areaText {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 24px;
}
.btn_entryFromWeb {
	font-size: 18px;
    padding: 32px 0;
	width: 90%;
}
	
/* トップFAQ(SP)*/
.topFaqArea {
	padding: 60px 0;
}
.questionBox {
	background: url("../images/Q.svg") no-repeat 10px center;
	background-size: 20px auto;
	height: 40px;
}
.qText::after {
	background: url("../images/arrow_triangle01.png") no-repeat center center, rgb(244, 255, 200);
	background-size: auto 12px;
	width: 36px;
}
.openBox .qText::after {
	background: url("../images/arrow_triangle02.png") no-repeat center center, rgb(244, 255, 200);
	background-size: auto 12px;
	width: 36px;
}
.qText {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
}
.answerBox {
	display: none;
	font-size: 14px;
    padding: 15px 40px 20px 20px;
	text-align: left;
}
/*　お客様の声(SP)　*/
.topUservoiceArea {
	padding: 60px 0;
}
.voiceSliderBlock ul {
	display: block;
}	
.voiceSliderBlock li {
	margin: 0 0 30px 0;
	width: auto;
}
	
/* 料金(SP) */
.topPriceArea {
	padding: 60px 0;
}
.priceTable {
	overflow-x: scroll;
}
.priceTable table{
	table-layout:inherit;
	width: 700px;
}
.priceTable th {
	width: 10%;
}
.priceTable td {
	width: 10%;
}
.tableCaption {
    padding: 10px;	
}
.tableCaption li {
	margin-bottom: 3px;
}
/* 間の申込ボタンパート2 (SP)*/
.topToEntryArea02 {
	display: none;
}
	
/*--------------------------------------*/
/*          下層ページ(SP)　　　           */
/*--------------------------------------*/

.main {
}

.pageTitle {
	font-size: 20px;
	margin-bottom: 10px;
    padding: 40px 0 20px 0;
}
.topicPath {
	font-size: 11px;
	margin-bottom: 30px;	
}
.detailBlock .blockTitle {
	font-size: 18px;
	margin-bottom: 20px;
	padding-left: 30px;
}
.detailBlock .blockTitle::before {
    width: 20px;
    top: 15px;
}
.boxTitle {
	font-size: 16px;	
}
/* 配送申込(SP) */
.entryFlow {
	display: none;
}
.shippingContent {
	display: block;
}
.contentRight {
	margin-left: 0;
}
.priceBox{
	border: none;
	width: auto;
	margin-bottom: 30px;
    padding: 0 0 20px 0;
	position: static;
}
.shippinguMenuBox ul {
	display: block;
}
.shippinguMenuBox li {
    border-right: 1px solid #e4e4e4;
	flex: 1;
} 
.shippinguMenuBox li {
    border-bottom: 1px solid #e4e4e4;
	flex: 1;
} 
.shippinguMenuBox li:last-child {
	border-bottom: none;
}
.shippingDetailBox th {
	display: list-item;
	list-style: none;
	padding: 20px 0 0 0;
	width: auto;
	text-align: left;
}
.shippingDetailBox td {
	display: list-item;
	list-style: none;
	padding: 20px 0;
}
.entryLabel {
	display: block;
	margin-right: 0;
}
.entryText {
	font-size: 16px;
}
.entrySelect {
	color: #333;
	font-size: 16px;
}
.entryTextarea {
    font-size: 16px;
}
.completeMessage {
	font-size: 14px;
	line-height: 1.2;
	padding: 10px 0 50px 0;
	text-align: left;
}
.completeMessage .messageTitle {
	color: #009250;
	font-size: 22px;
	margin-bottom: 2em;
	text-align: center;
}
/* サービスについて(SP) */
.mainContent {
	display: block;
}
.contentImg {
	margin-bottom: 20px;
}
.contentDetailBox {
	margin-bottom: 60px;	
}
.contentDetailBox .boxText {
	font-size: 16px;
	margin-bottom: 40px;
}
.priceBox02 {
    width: auto;
    position: static;
}
/* お申し込みの流れ(SP) */
.contentDetailBox .flowBlock {
	padding: 20px;
}
.contentDetailBox .flowDetail {
	padding: 20px;
}
.stepBox{
	display: block;
}
.stepBox .stepImg {
	width: auto;
}
.stepLead {
	margin-left: 0;
}

/* お問い合わせ(SP) */
.contactBlock .blockTitle {
	font-size: 20px;
	margin-bottom: 10px;
}
.contactBlock .boxText {
	font-size: 14px;
	margin-bottom: 40px;
	padding: 0 20px 0 20px;
}
.btn_send {
	font-size: 20px;
	width: 90%;
}
.btn_back {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
	margin-right: 0;
	margin-bottom: 20px;
	width: 60%;
}
/* 特定商取引(SP) */
.commonTable th {
	display: list-item;
	list-style: none;
    padding: 15px 0px;
}
.commonTable td {
	display: list-item;
	list-style: none;
    padding: 15px;
}
.lawTh {
	width: auto;
}
/*配送方法選択(SP)*/

.selectFromTo ul {
	display: block;
}
.selectFromTo li {
	margin-bottom: 20px;
	text-align: center;
}
.selectFromTo li:nth-child(1) {
	width: 100%;
}
.selectFromTo li:nth-child(2) {
	margin-right: 0;
}
.selectFromTo li:nth-child(3) {
	margin-right: 0;
}
.selectFromTo li:nth-child(4) {
	margin-right: 0;
}
.selectFromTo li:nth-child(1) a {
	color: #009250;
	border: 2px solid #009250;
}
.selectFromTo a {
	font-size: 13px;
	font-weight: bold;
	align-items: center;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	height: 80px;
	width: auto;
}
.selectFromTo .from {
	font-size: 16px;
	font-weight: bold;
	margin-right: 0;
}
.selectFromTo .to {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	margin-left: 0;
	margin-right: 0;
}

