@media print{
    .no_print{
        display: none;
    }
}
body
{
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	margin: 0 auto;
	background-color:white;
/*
	display:none;
*/
}
.data_img {
  width: 100%;
}
img {
    image-rendering: -webkit-optimize-contrast;
}
h1{
    margin: 0;
}
h2,h3,h4{
    text-align:left;
    word-wrap:break-word;
    color:#5a1e00;
    margin: 0;
}
.h4_red {
    color: #ff2c55;
}
.section4_inner,.section2_inner {
    display: inline-block;
}
.faq_button {
    display: flex !important;
    text-align: center;
    vertical-align: center;
}
.section1_inner {
    display: block;
}
#top_btn_products {
    position:relative;
    float:left;
}
#top_btn_company {
    position:relative;
    float:left;
}
#top_btn_news {
    position:relative;
    float:left;
}
#top_btn_campaign {
    position:relative;
    float:left;
}

.top_title {
    background-color: #F93345;
    color: white;
	word-wrap:break-word;
    font-family: "MFW-PUDShinMGoPr6N-Regular";
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-transform: rotate(0.03deg);
    -ms-transform: rotate(0.03deg);
    -moz-transform: rotate(0.03deg);
    -webkit-transform: rotate(0.03deg);
    transform: rotate(0.03deg);
}
.top_title_inner {
    margin : 0 auto;
    text-align:center;
}
.top_title2,.top_footer {
    color: #5A1E00;
	word-wrap:break-word;
    font-family: "MFW-PUDShinMGoPr6N-Light";
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-transform: rotate(0.03deg);
    -ms-transform: rotate(0.03deg);
    -moz-transform: rotate(0.03deg);
    -webkit-transform: rotate(0.03deg);
    transform: rotate(0.03deg);
    height: 100%;
}
.top_title2_inner,.top_footer_inner {
    height: 100%;
    margin : 0 auto;
}
.top_title2_inner {
    text-align: center;
}
.top_footer_inner {
    text-align: left;
}
.top_title2_inner > h2 {
    text-align: center;
}
.top_footer_inner > h2 {
    text-align: left;
}
.top_title_section {
    word-wrap:break-word;
    font-family: "MFW-PUDShinMGoPr6N-Regular";
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-transform: rotate(0.03deg);
    -ms-transform: rotate(0.03deg);
    -moz-transform: rotate(0.03deg);
    -webkit-transform: rotate(0.03deg);
    transform: rotate(0.03deg);
}
.top_title_section_inner {
    background-color: #FEEBED;
    color:#5A1E00;
    margin : 0 auto;
    text-align: left;
}
.top_title_section_descr {
    word-wrap:break-word;
    font-family: "MFW-PUDShinMGoPr6N-Light";
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-transform: rotate(0.03deg);
    -ms-transform: rotate(0.03deg);
    -moz-transform: rotate(0.03deg);
    -webkit-transform: rotate(0.03deg);
    transform: rotate(0.03deg);
}
.section2_inner {
  vertical-align: top;
}
#menu_bokashi {
    display: none;
    position: absolute;
    width: 100%;
    height: 2132px;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999999;
    min-height: 100%;
}
#menu_bokashi_progress{
    background-color:rgba(255,255,255,1);
    width: 200px;
    height: 200px;
    opacity: 1;
}
#page_base {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    display: block;
}
#wrapper {
    margin: 0 auto;
}
#bottom_base,#bottom_base2 {
    width: 100%;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.2);
}
.top_title_section_descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em;

}
.faq_button {
  flex: 0 0 25%;
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
}
.faq_button_inner {
  display: flex;
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
  border: 1px solid #5a1e00;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  cursor: pointer;
}

.faq_button_inner:hover {
    background-color: #FEEBED;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.faq_button_inner.active {
    background-color: #FEEBED;
}
.faq_button_text {
  color: #5a1e00;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap:break-word;
  font-family: "MFW-PUDShinMGoPr6N-Regular";
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
}
.faq_box_inner {
  background-color: #fff !important;
}
.faq_box_title {
  display: flex !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  cursor: pointer;

  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;

  text-decoration: none !important;

}
.faq_box_title_h3 {
  margin: 0 !important;
  font-weight: 700;
  line-height: 1.5;
  font-family: "MFW-PUDShinMGoPr6N-Regular";
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
}
.faq_box_arrow {
  border: none;
  transform: rotate(180deg);
  transition-duration: .2s;
  flex-shrink: 0 !important;
  transition-duration: .2s;
  background:url("../img/down.svg");
  background-repeat:no-repeat;
}
.faq_box_arrow_bottom {
  transform: rotate(0deg);
}

.faq_box_text {
  display: none;
  color: #5a1e00;
  font-weight: 700;
  line-height: 1.5;
  font-family: "MFW-PUDShinMGoPr6N-Regular";
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
}

@media only screen and (max-width: 640px) {
#wrapper {
    width:320px;
}
.s_br{
    display: block;
}
.r_br{
    display: none;
}
#top_btn {
    width: 320px;
    height: 40px;
    margin-top:40px;
}

#top_btn_products {
    margin-left: 0px;
}
#top_btn_products,#top_btn_company,#top_btn_news,#top_btn_campaign {
    width: 80px;
    height: 40px;
}
#top_btn_products > img,#top_btn_company > img,#top_btn_news > img,#top_btn_campaign > img {
    width: 80px;
    height: 40px;
}

.top_title,.top_title > img {
    width: 320px;
    height: 32px;
}
.top_title_inner {
    width: 320px;
    height: 20px;
    padding-top: 8px;
}
.top_title2 {
    width: 320px;
    margin: 0px 0 10px 0;
}
.top_title2_inner {
    width: 320px;
    line-height: 20px;
}

.top_title_section,.top_title_section > img {
    width: 320px;
    height: 24px;
}
.top_title_section_inner_text {
    width: 310px;
    height: 18px;
    padding-top: 4px;
    padding-left: 10px;
}
.top_title_section {
    margin: 10px 0 10px 0;
}
.top_footer {
    width: 320px;
    margin: 20px 0 10px 0;
}
.top_footer_inner {
    width: 240px;
    line-height: 20px;
}

.title_image {
    width: 320px;
    height: 90px;
    margin-bottom:10px;
}
.title_image_inner {
    width: 180px;
    height: 90px;
    margin : 0 auto;
}
.title_image_inner > img {
    width: 180px;
    height: 90px;
}
.top_title_section_descr {
  width: 320px;
  margin: 10px 0 10px 0;
  margin: -4px;
  margin-left: 0px;
  margin-bottom: 1em;
}
.faq_descr {
  margin-bottom: 2em;
}
.faq_button {
  flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
}
.faq_button_text {
  font-size: 11px;
}

.faq_button_inner {
  margin: 8px;
  border-radius: 5px !important;
  height: 54px;
}

.faq_box {
  margin-bottom: 8px !important;
  width: 300px;
  margin-left: 10px !important;
}
.faq_box_inner {
  border-radius: 5px !important;
  box-shadow: 0 0px 2px 1px rgba(0,0,0,.2);
}
.faq_box_title {
  padding-bottom: 12px !important;
  padding-top: 12px !important;

  padding-left: 8px !important;
  padding-right: 8px !important;

}
.faq_box_title_h3 {
  font-size: 12px;
}
.faq_box_arrow {
  background-size: auto 12px;
  height: 12px;
  width: 12px;
  margin-left: 6px !important;
}

.faq_box_text {
  font-size: 11px;
  padding-right: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 8px !important;
  padding-top: 8px !important;
}


h1 {
    font-size: 11px;
}
h2 {
    font-size: 10px;
}
h3 {
    font-size: 10px;
}
h4 {
    font-size: 10px;
    line-height: 16px;
}
.c_18 {
    font-size: 10px;
}

#bottom_base {
    position: relative;
    margin-top: 20px;
}
#bottom_base_inner {
    width: 320px;
    margin: 0 auto;
    position: relative;
    height: 84px;
}
#bottom_base2 {
    display:none;
}
.wrapper_st,#wrapper_s {
    display:block;
}
.wrapper_rt,#wrapper_r {
    display:none;
}
.section4_inner {
    width: 146px;
    padding: 0 0 10px 0;
}
.section2_inner {
    width: 146px;
    padding: 0 0 10px 0;
}
.section1_inner {
    width: 296px;
    padding: 0 0 10px 0;
}
}
@media only screen and (min-width: 641px) {
#wrapper {
    width:88vw;
}
.s_br{
    display: none;
}
.r_br{
    display: block;
}
#top_btn {
    width: 88vw;
    height: 5.328125vw;
    margin-top:56px;
}
#top_btn > img {
    width: 15.46875vw;
    height: 5.328125vw;
}

#top_btn_products {
    margin-left: 9.625vw;
}
#top_btn_products,#top_btn_company,#top_btn_news,#top_btn_campaign {
    width: 17.1875vw;
    height: 5.328125vw;
}
.top_title,.top_title > img {
    width: 88vw;
    height: 4.125vw;
}
.top_title_inner {
    width: 88vw;
    height: 3.09375vw;
    padding-top: 0.6875vw;
}
.top_title2 {
    width: 88vw;
    margin: 0vw 0 1.71875vw 0;
}
.top_title2_inner {
    width: 88vw;
    line-height: 3.09375vw;
}

.top_title_section,.top_title_section > img {
    width: 88vw;
    height: 3.4375vw;
}
.top_title_section {
    margin: 1.71875vw 0 1.71875vw 0;
}
.top_title_section_inner {
    width: 68.75vw;
}
.top_title_section_inner_text {
    width: 67.375vw;
    height: 2.75vw;
    padding-top: 0.515625vw;
    padding-left: 1.375vw;
}
.top_footer {
    width: 88vw;
    margin: 3.4375vw 0 1.71875vw 0;
}
.top_footer_inner {
    width: 44vw;
    line-height: 3.09375vw;
}

.title_image {
    width: 88vw;
    height: 20.625vw;
    margin-bottom:1.71875vw;
}
.title_image_inner {
    width: 41.25vw;
    height: 20.625vw;
    margin : 0 auto;
}
.title_image_inner > img {
    width: 41.25vw;
    height: 20.625vw;
}
.top_title_section_descr {
  width:68.75vw;
  margin:1.71875vw 0 1.71875vw 0;
  margin:-0.34375vw;
  margin-left:9.625vw;
  margin-bottom:1em;
}
.faq_descr {
  margin-bottom:2em;
}
.faq_button {
  flex:0 0 25%;
  max-width:25%;
  -webkit-box-flex:0;
  -ms-flex:0 0 25%;
}
.faq_button_inner {
  margin:0.859375vw;
  border-radius:0.515625vw !important;
  height: 5.671875vw;
}
.faq_button_text {
  font-size:1.375vw;
}

.faq_box {
  margin-bottom:1.375vw !important;
  width:67.03125vw;
  margin-left:0.859375vw !important;
}
.faq_box_inner {
  border-radius:0.7734375vw !important;
  box-shadow:0 0.0859375vw 0.34375vw 0 rgba(0,0,0,.2);
}
.faq_box_title {
  padding-bottom:2.0625vw !important;
  padding-top:2.0625vw !important;

  padding-left:1.375vw !important;
  padding-right:1.375vw !important;

}
.faq_box_title_h3 {
  font-size:1.546875vw;
}
.faq_box_arrow {
  background-size:auto 2.0625vw;
  height:2.0625vw;
  width:2.0625vw;
  margin-left:0.6875vw !important;
}

.faq_box_text {
  font-size:1.375vw;
  padding-right:2.0625vw !important;
  padding-bottom:2.0625vw !important;
  padding-left:1.375vw !important;
  padding-top:1.375vw !important;
}

h1 {
    font-size: 1.71875vw;
}
h2 {
    font-size: 1.375vw;
}
h3 {
    font-size: 1.375vw;
}
h4 {
    font-size: 1.375vw;
    line-height: 2.75vw;
}
.c_18 {
    font-size: 1.546875vw;
}


#bottom_base {
    display:none;
}
#bottom_base2 {
    position: relative;
    margin-top: 3.4375vw;
}
#bottom_base2_inner {
    width: 88vw;
    margin: 0 auto;
}
.wrapper_st,#wrapper_s {
    display:none;
}
.wrapper_rt,#wrapper_r {
    display:block;
}
.section4_inner {
    width: 15.984375vw;
    padding: 0 0 0.859375vw 0;
}
.section2_inner {
    width: 32.3125vw;
    padding: 0 0 0.859375vw 0;
}
.section1_inner {
    width: 64.625vw;
    padding: 0 0 0.859375vw 0;
}


}
@media print, screen and (min-width: 1160px) {
#wrapper {
    width:1024px;
}
.s_br{
    display: none;
}
.r_br{
    display: block;
}
h1 {
    font-size: 20px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 16px;
    line-height: 32px;
}
.c_18 {
    font-size: 18px;
}


#top_btn {
    width: 1024px;
    height: 62px;
    margin-top:56px;
}
#top_btn > img {
    width: 180px;
    height: 62px;
}

#top_btn_products {
    margin-left: 112px;
}
#top_btn_products,#top_btn_company,#top_btn_news,#top_btn_campaign {
    width: 200px;
    height: 62px;
}
.top_title,.top_title > img {
    width: 1024px;
    height: 48px;
}
.top_title_inner {
    width: 1024px;
    height: 36px;
    padding-top: 8px;
}
.top_title2 {
    width: 1024px;
    margin: 0px 0 20px 0;
}
.top_title2_inner {
    width: 1024px;
    line-height: 36px;
}
.top_title_section,.top_title_section > img {
    width: 1024px;
    height: 40px;
}
.top_title_section_inner {
    width: 800px;
    height: 40px;
}
.top_title_section_inner_text {
    width: 784px;
    height: 32px;
    padding-top: 6px;
    padding-left: 16px;
}
.top_title_section {
    margin: 20px 0 20px 0;
}


.top_footer {
    width: 1024px;
    margin: 40px 0 20px 0;
}
.top_footer_inner {
    width: 512px;
    line-height: 36px;
}

.title_image {
    width: 1024px;
    height: 240px;
    margin-bottom:20px;
}
.title_image_inner {
    width: 480px;
    height: 240px;
    margin : 0 auto;
}
.title_image_inner > img {
    width: 480px;
    height: 240px;
}

.top_title_section_descr {
  width: 800px;
  margin: 20px 0 20px 0;
  margin: -4px;
  margin-left: 112px;
  margin-bottom: 1em;
}
.faq_descr {
  margin-bottom: 2em;
}
.faq_button {
  flex: 0 0 25%;
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
}
.faq_button_text {
  font-size: 16px;
}

.faq_button_inner {
  margin: 10px;
  border-radius: 6px !important;
  height: 66px;
}

.faq_box {
  margin-bottom: 16px !important;
  width: 780px;
  margin-left: 10px !important;
}
.faq_box_inner {
  border-radius: 9px !important;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
}
.faq_box_title {
  padding-bottom: 24px !important;
  padding-top: 24px !important;

  padding-left: 16px !important;
  padding-right: 16px !important;

}
.faq_box_title_h3 {
  font-size: 18px;
}
.faq_box_arrow {
  background-size: auto 24px;
  height: 24px;
  width: 24px;
  margin-left: 8px !important;
}

.faq_box_text {
  font-size: 16px;
  padding-right: 24px !important;
  padding-bottom: 24px !important;
  padding-left: 16px !important;
  padding-top: 16px !important;
}

#bottom_base {
    display:none;
}
#bottom_base2 {
    position: relative;
    margin-top: 40px;
}
#bottom_base2_inner {
    width: 1024px;
    margin: 0 auto;
}
.wrapper_st,#wrapper_s {
    display:none;
}
.wrapper_rt,#wrapper_r {
    display:block;
}

.section4_inner {
    width: 186px;
    padding: 0 0 10px 0;
}
.section2_inner {
    width: 376px;
    padding: 0 0 10px 0;
}
.section1_inner {
    width: 752px;
    padding: 0 0 10px 0;
}




}







a:link { color: #5a1e00; }
a:visited { color: #5a1e00; }
a:hover { color: #5a1e00; }
a:active { color: #5a1e00; }





