@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&subset=japanese');
.DetailPage .topimg img{
border: 1px solid #ccc;
box-sizing: border-box;}

.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: #00a0b6;
	border-radius: 2px 0 0 0;
	}
.summary_title:before {
	position: absolute;
	content: '';
	top: 0;
	right: -5px;
	border: none;
	border-bottom: solid 6px #005f66;
	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 #00a0b6;
}
/* ▲タイトル▲ */

/* ▼テキスト▼ */
.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;
}
.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%;
  box-sizing: border-box;
  width: 100%;
}







 .catch_a {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.55em;
}

.remarks   {
	font-size: 12px;
}



.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);
    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;
    line-height: 1.55em;
}


.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: 25px auto 15px;
     position: relative;
}

div.overview_box01 {
    width: 36%;
    text-align: center;
    margin: 0px 30px 0px 0;
}
.overview_box01 img{
    width: 40%;
    margin: 0px 0 5px;
}

 .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: -29px;
    left: 27px;
    width: 80%;
}


div.overview_box03 {
    border: 2px #00a0b6 solid;
    border-radius: 20px;
    padding: 35px 10px 20px;
    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;
}


.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, #00a0b6 0%, #52d2db 100%);
}

h4.h4_main {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 400;
    color: #11747c;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 16px;
    padding: 0 0 0 0.3em;
    border-left:5px solid #00a0b6;
}
h4.h4_main span{
    font-size: 0.7rem;
    margin: 0 0 0 1em;
}
h4.h4_main sup{
    font-size: 0.7rem;
    top:-1em;
}

.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;
}



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%; }


.section01 h5{
    font-size: 1.4em;
    text-align: center;
}
.section01 img.main_img{
    width: 550px;
    margin:10px auto 20px;
    display: block;
}


.section02 .p01 h5{
    font-size: 1.15em;
    color: #e95504;
    font-weight: 600;
}
.section02 .p02 h5{
    font-size: 1.15em;
    color: #009ea7;
    font-weight: 600;
}
.section02 .f-box{
    margin: 30px 0 0 0;
    justify-content: space-around;
}
.section02 .f-box div{
    width: 40%;
    text-align: center;
}
.section02 .f-box div p{
    text-align: left;
}
.section02 .f-box div p.p_caption{
    font-size: 0.85em;
    text-align: center;
}
.section02 .f-box div img{
    width: 40%;
    display: block;
    margin: 20px auto 5px;
}



section.section03,section.section04{
    width: 80%;
    border: 2px solid #f8c170;
    padding: 35px;
    border-radius: 20px;
    margin: 50px auto;
}
section.section04{
    border: 2px solid #54c2f0;
}


section.section03 div.h4_box,section.section04 div.h4_box {
    background-image: url("../images/p01.jpg");
    background-position: left center;
    background-size: 100px auto;
    background-repeat: no-repeat;
    padding: 0 0 0 120px;
}
section.section04 div.h4_box {
    background-image: url("../images/p02.jpg");
}
section.section03 div.h4_box h4,section.section04 div.h4_box h4{
    font-size: 1.8em;
    border-bottom: 1.5px solid #f8c170;
    font-weight: 600;
}
section.section04 div.h4_box h4{
    border-bottom: 1.5px solid #54c2f0;
}
div.h4_box h4 span{
    font-size: 0.8em;
    display: block;
}

p.feature_txt{
    font-size: 1.2em;
}

div.graph_box{
    margin: 50px 0 20px;
    align-items: flex-start;
}

.graph_box p{
    border: 1px solid #cecece;
    padding: 20px;
}

img.graph_img{
    width: 400px;
    margin: 0 30px 0 0;
}

.section03 ul.remarks li,.section04 ul.remarks li,.section05 ul.remarks li{
    font-size: 0.85em;
    text-indent: -4em;
    padding: 0 0 0 4em;
    margin: 0 0 2px 0;
    line-height: 1.4em;
}
.section05 ul.remarks li{
    font-size: 0.9em;
    text-align: left;
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin: 0 0 5px 0;
}
.italic{
    font-style: italic;
}

section.item_wrapper {
    margin: 50px 0 0 0;
}

section.item_wrapper .f-box{
    justify-content: center;
    align-items: center;
}
section.item_wrapper .f-box a{

}



a.item_a{
    width: 17%;
    display: block;
    margin: 0 50px 0 0;
}
img.item_img {
    width: 85%;
}

.item_in{
    font-size: 1.2em;
    text-align: center;
}
p.name2{
    font-size: 0.7em;
    margin: 0;
}





.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 {
    font-size: 0.7em;
    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 0px;
    padding: 0.8em 1em;
    width: 100%;
    /* font-weight: bold; */
   background: linear-gradient(to top, #ee9125, #ffa844);
    color: #fff;
    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: 0px 0;
}



.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;
}
