@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&subset=japanese');
.base_style .content_wrapper {
  display: block;
  position: relative;
  margin: 15px auto 30px;
  padding: 0px  0px 20px;
  width: 940px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.base_style .content_inner {
  margin-top: 0;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}
.base_style .ex_inner {
  margin-bottom: 40px;
  clear: both;
}
.base_style .content_txt, .base_style .content_txt-notes, .base_style #ex-01, .base_style .ex_inner p.ex_txt_1col, .base_style #note_ex3 {
  margin: 0 auto;
  width: 800px;
  display: block;
  overflow: hidden;
}
.base_style #about-foam dt {
  margin: 0 auto 0;
  width: 165px;
}
.base_style #about-foam dd {
  text-align: center;
}
.base_style .ex_1col {
  margin: 20px auto 0;
  width: 800px;
}
.base_style .ex_txt_2col, .base_style .ex_2col {
  float: left;
}
.base_style .ex_txt_2col {
  margin-right: 30px;
  width: 340px;
}
.base_style .ex_2col {
  width: 430px;
}
.base_style #about-foam dt img, .base_style .ex_1col img, .base_style .ex_2col img {
  width: 100%;
}
.base_style .ex_img {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  border-radius: 20px;
  background-color: #FBFCF5;
}
.base_style #about-foam_innner {
  margin: 20px auto 0;
  width: 620px;
  clear: both;
  position: relative;
  display: block;
  overflow: hidden;
  height: 430px;
}
.base_style #ribbon {
  position: absolute;
  width: 255px;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.base_style #ribbon img {
  width: 100%;
}
.base_style #about-foam_content {
  padding: 35px 0 17px;
  width: 580px;
  position: absolute;
  top: 35px;
  left: 20px;
  border: 2px solid #df7487;
  border-radius: 20px;
}
.base_style #about-foam_pro, .base_style #about-foam_txt {
  float: left;
}
.base_style #about-foam_pro {
  margin-left: 40px;
  margin-right: 10px;
  width: 200px;
}
.base_style #about-foam_txt {
  margin: 0;
  width: 290px;
}
.base_style .balloon-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 0.8em 15px;
  padding: 20px 28px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fbede1;
  border-radius: 20px;
  font-feature-settings: "palt";
}
.base_style .balloon-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fbede1;
}
/* ▼タイトル▼ */
div.summary_title {
	display: inline-block;
	position: absolute;
	top: -6px;
	left: 15px;
	margin: 0;
	padding: 10px 0 7px;
	z-index: 2;
	width: 200px;
	text-align: center;
	color: white;
	font-size: .875rem;
	background: #2a58be;
	border-radius: 2px 0 0 0;
	}
.summary_title:before {
	position: absolute;
	content: '';
	top: 0;
	right: -5px;
	border: none;
	border-bottom: solid 6px #1b3d89;
	border-right: solid 5px transparent;
}
.summary_title:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 10px solid #2a58be;
}
/* ▲タイトル▲ */

/* ▼テキスト▼ */
.base_style .content_txt {
  margin: 0 auto;
  width: 720px;
  font-size: 1.0625rem;
  line-height: 1.7em;
}
.text_num {
  font-size: 1.25rem;
  font-weight: bold;
  color: #ff0000;
}
.base_style .content_txt-notes {
  padding-top: 5px;
  font-size: 0.75rem;
  color: #cc3300;
}

.base_style #about-foam dd {
  /*padding-top: 5px;*/
  font-size: 0.8rem;
  /*line-height: 1.4em;*/
}
.base_style #foam-spec {
  font-size: 0.9rem;
  line-height: 1.8em;
}
.base_style #foam-spec a {
  color: #e23a23;
  text-decoration: underline;
}
.base_style #foam-spec a:hover {
  color: #ee7666;
  text-decoration: none;
}
.base_style .ex_inner p.ex_txt_1col, .base_style .ex_inner p.ex_txt_2col {
  font-size: 0.875rem;
  line-height: 1.7em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.base_style .ex_inner p.ex_txt_1col span, .base_style .ex_inner p.ex_txt_2col span {
  font-size: 1.0rem;
  font-weight: bold;
  color: #2682b2;
}
.base_style #note_ex3, .base_style #note_ex3-2 {
  font-size: 0.75rem;
}
.base_style #note_ex3 {
  margin-top: 10px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.base_style #note_ex3-2 {
  margin-top: 15px;
  text-align: right;
}
/* ▲テキスト▲ */
/* ▼▼▼ボタン▼▼▼ */
/* ボタン共通 */
.DetailPage .btn-common {
  overflow: hidden;
  height: 40px;
  margin: 20px auto 20px;
  padding: 0;
  border-radius: 20px; /* CSS3草案 */
  -webkit-border-radius: 20px; /* Safari,Google Chrome用 */
  -moz-border-radius: 20px; /* Firefox用 */
}
.DetailPage .btn-common a {
  display: block;
  position: relative;
  z-index: 100;
  text-align: center;
  background: #df7487;
  color: #fff;
  font-size: 1.125rem;
  line-height: 40px;
  text-decoration: none;
}
.DetailPage .btn-common a:hover {
  background: #EDAEBF;
  color: #ffffff;
}
/*--------------------------------------------------------------追加ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/






.main_title {
  color: #6b95b7;
  font-size: 1.5rem;
  border-bottom: 1px solid #6b95b7;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* 改行位置切り替え(PC/SP) */
br.br-pc {
  display: inline;
}
br.br-sp {
  display: none;
}
.f-box .mediaText.cols60 .limit {
  display: inline-block;
  border: 2px solid #938436;
  color: #9A7325;
  font-size: 20px;
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 5px;
  margin-right: 5px;
}
.f-box {
  display: flex;
  justify-content: space-between;
}
.f-box2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.f-box2 .detail1 h2 {
  color: #554a00;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 24px;
  margin: 45px 0 25px;
}
.f-box2 .detail1 h3 {
  color: #554a00;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 20px;
  margin-bottom: 10px;
}
.detail1 .p-font {
  font-size: 16px;
}
.mediaText.cols60 .logoimg {
  display: inline-block;
  width: 250px;
  height: auto;
  position: relative;
  top: -19px;
}
.frame .content_wrapper .content_inner {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}







 .catch_a {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.55em;
}

.remarks   {
	font-size: 12px;
}




.f-box2 .howtouse h3 {
  font-weight: 500;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 22px;
  margin-top: 30px;
}


.base_style a.btn {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: 30px 0 20px;
    padding: 0.8em 1em;
    width: 18em;
    font-weight: bold;
    background: linear-gradient(to top, #ff8003, #ffa052);
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    transition: 0.5s;
    border-radius: 10px;
    font-size: 1.125rem;
    line-height: 1.3;
}
.base_style a.btn:hover {
    opacity: 0.5 !important;
    transition: ease-out;
	transition: 0.5s;
}

.pro_btn_position {
    width: 40px;
    height: auto;
    position: absolute;
    top:50px;
    right: 250px;
}




.base_style div.p-index-titel2{
    margin: 100px 0 5px 0;
}

.p-index-titel h3,.p-index-titel2 h3{
  font-weight: bold;
  padding: 0.5em 1em;
  margin-left: 10px;
  margin-right: 10px;
  border-top: 0.5px dashed #92afff;
  border-bottom: 0.5px dashed #92afff;
    font-size: 1rem;
    color: #2C2C2C;
}
.p-index-titel2 h3 {
    padding: 0.4em 1em;
    color: #46575b;
    background-color: #cae8ef;
    box-shadow: 0 0 0 5px #cae8ef;
    text-align: center;
}

.p-index a{
    display: block;
    width: 70%;
    margin: 20px auto 0;
}

span.fair_txt{
    border: 1px solid #7b7abd;
    margin:-5px 0 0 20px;
    display: inline-block;
    padding: 3px 5px;
    color:#7b7abd ;
    font-size: 0.8em;
}

/*-------------------------------------------------------*/

.DetailPage ul, .DetailPage p, .DetailPage table {
    margin-top: 10px;
}

.DetailPage img {
    width: 60%;
}

.base_style .labelTopics.item01 .label {
    border-color: #c9afae;
    background: #c9afae;
	margin-top: 16px;
}

.main_text {
    font-weight: bold;
}

p.main_text {
    text-decoration: underline;
    color: #505050;
    margin: 8px 0;
	font-size: 14px;
}

span.main_text {
    text-decoration: underline;
    color: #505050;
    margin: 8px 0;
}

span.main_text:hover {
    opacity: 0.5;
}



div.overview_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 26px auto;
     position: relative;
}

div.overview_box01 {
    width: 36%;
    text-align: center;
    margin: 0px 30px 0px 0;
}
.overview_box01 img{
    width: 80%;
    margin: 20px 0;
}

 .overview_box03 {
    width: 33%;
    text-align: center;
}



img.plus_img {
    position: absolute;
    width: 7%;
    top: 0;
  right: 0;
  bottom: 0;
  left: 56px;
  margin: auto;
}

.ribbon {
    position: absolute;
    top: -23px;
    left: -15px;
    width: 110%;
}

.ribbon02 {
    position: absolute;
    top: -25px;
    left: 58px;
    width: 63%;
}


div.overview_box03 , div.overview_box06 {
    border: 2px #989ed7 solid;
    border-radius: 20px;
    padding: 20px 10px;
    position: relative;
    margin: 10px;
}

.DetailPage .iyaku {
    font-size: 11px;
    text-align: center;
    border: 1px solid #bbb;
    padding: 2px 4px;
	margin: 0 0.3em 0 0.2em;
    margin-right: 5px;
    font-weight: normal;
}

div.overview_box04 img, div.overview_box05 img, div.overview_box06 img {
    width: 100%;
    text-align: center;
}

.tyusyaku {
    font-size: 0.8rem;
    color: #D93033;
}

p.text_03 {
    text-align: center;
    margin: 48px 0 24px;
    font-size: 1.2rem;
    /* font-weight: bold; */
    color: #774f38;
}

.h3_box {
    width: 100%;
    margin: 24px auto 0;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
}

h3.margin01 {
    width: 100%;
    text-align: center;
padding: 0.5em 0em;
    margin: 0 0 30px 0;
    border-radius: 5px;
    display: block;
  color: #fff;
  background-image: linear-gradient(to right, #639be6 0%, #acb1e0 100%);
}

h4.h4_main {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 400;
    color: #222566;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 16px;
    padding: 0 0 0 0.3em;
    border-left:5px solid #595ebe;
}

.mediaText .title {
    font-size: 18px;
    font-weight: bold;
}

.catch_b {
    margin-top: 20px;
    font-size: 17.4px;
    line-height: 1.2em;
    font-weight: 100;
}

.remarks {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 12px;
}

.item_wrapper {
}

section.section02{
    margin: 70px 0 0 0;
}

h6 {
    color: #D7C984;
    font-size: 1.1rem;
    margin:30px 0;
    text-align: center;
}
h6 em {
    display: inline-block;
    font-style: normal;
    position: relative;
}
h6 em::before,h6 em::after { content: ""; position: absolute; top: 50%; width: 6rem; height: 1px; background: #D7C984; }
h6 em::before { right: 103%; }
h6 em::after { left: 103%; }


section.bubble{
    margin: 40px 0 0 0;
    text-align: center;
}
.bubble h5{
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.bubble .note{
    text-align: right;
    font-size: 0.8em;
}

.bubble .yellow-mark { position: relative; }
.bubble .yellow-mark::before { position: absolute; content: ""; width: .8em; height: .8em; background-color: #D7C984; top: .1em; transform: rotate(45deg); left: -1px; }
.bubble .bubble-title .note .yellow-mark::before { left: -3px; }

.bubble .section-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin:20px auto 0;
}
div .bubbles{margin:0 auto 15px;}
.bubble-img{width: 120px;
text-align: center;
 }
.bubble-img img{width: 100px; margin:0 auto 10px; display: block;}
.bubble .label { margin-top: -5px; font-size: 11px; position: relative; z-index: 3; display: block; }

div.bubble-bottom{
    text-align: center;
    margin: 50px 0;
}
.bubble-bottom h6{
    font-size: 1.3em;
    margin: 0 0 20px 0;
    color: #555;
}
.bubble-bottom img{
    width: 55%;
    margin: 0 0 30px 0;
}
.bubble-bottom .remarks{
    font-size: .7em;
    margin:20px 0 0 0;
    text-align: left;
}


.item_box .f-box{
}
.item_in{
    width: 23%;
    text-align: center;
}
img.item_img {
    width: 60%;
    display: block;
    margin: auto;
}
.name2{
    font-size: 0.7em;
}



section.section03{
    margin: 50px 0 0 0;
}

div.explain-box{
    width: 90%;
    border: 1px solid #acb1e0;
    margin: 20px auto 30px;
    padding: 1px;
}

.explain-box h5{
    background: linear-gradient(0deg, rgb(255, 255, 255), rgb(152, 158, 215));
    text-align: center;
    padding: 20px;
    color: #5f67b8;
    font-size: 1.25em;
    font-weight: 500;
}
.explain-box .f-box{
    padding: 30px;
    align-items: center;
}
.explain-box h6{
    border-bottom: 1px solid #acb1e0;
    text-align: left;
    padding:0 0 20px 0;
    margin: 0 0 20px 0;
    font-size: 1.15em;
    color: #666;
}


img.picture-item {
    width: 30%;
    margin: 0px 30px 0px 0;
    display: block;
}
img.picture-item2 {
    width: 40%;
    margin: 0px 0px 0  30px;
    display: block;
}
img.picture-item3 {
    width: 55%;
    margin: 0px 30px 0px 0;
    display: block;
}

div.howtouse{
    text-align: center;
    margin: 0 0 30px 0 ;
}

.step-ul.f-box{
    justify-content: center;
    margin: 20px 0 0 0;
}
.step-ul li{
    margin:0 30px 0 0;
    background-image: url("../images/step_arrow.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px 43px;
    padding: 0 40px 0 0;
}
.step-ul li:last-child{
    margin:0 0px 0 0;
    background:auto;
    padding: 0 0px 0 0;
}
.step-ul li img.step-img2,.step-ul li img.step-img3{
    width: 93.8888888889px;
}
.step-ul li img.step-img1{
    width: 106.666666667px;
}

.h4_box {
    margin: 24px auto;
    display: flex;
    justify-content: center;
    text-align: center;
}

.d_wrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
	margin: 36px 0!important;
}

img.d_box-item {
    width: 70%;
    margin: 0 auto 24px;
    display: block;
}

.cnter {
    text-align: center;
}

p.center {
    text-align: center;
    margin-top: 16px;
}

p.remarks {
    margin-top: 8px;
}

.pro_btn a.btn, .pro_btn02 a.btn02 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: 24px auto 50px;
    padding: 0.8em 1em;
    width: 15em;
    /* font-weight: bold; */
   background: linear-gradient(to top, #ee9125, #ffa844);
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    transition: 0.5s;
    border-radius: 10px;
    font-size: 1.125rem;
    line-height: 1.3;
}

span.kakaku {
    margin-top: 8px;
    display: block;
}

.underline{
	text-decoration: underline;
}

.d_box:nth-of-type(1) {
    margin-right: 20px !important;
}

.pro_btn02 a.btn02:hover{
	opacity: 0.5;
}

.mod-item:hover{
	opacity: 0.5;
}

.a_link:hover{
	opacity: 0.5 !important;
	text-decoration-color: #505050!important;
}

.hover_line:hover{
	text-decoration-color: #505050!important;
}

p.kakaku {
    font-size: 0.8rem;
    margin: 8px 0;
}


.p_img_box {
    display: flex;
    flex-direction: row;
    align-items: center;
}


img.pc_view.p_img_box02 {
    width: 50%;
}


.pro_btn02 a.btn02:hover {
    opacity: 0.5 !important;
	text-decoration-color: #505050!important;
}

.hover_img:hover{
	opacity: 0.5!important;
}


.base_style a.btn:hover {
    opacity: 0.5 !important;
    transition: ease-out;
    transition: 0.5s;
    color: #fff !important;
}

p.bnr_txt{
    width: 70%;
    margin:5px auto 0;
    font-size: 0.8em;
    color: #cc0019;
}
