@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);




.h1deco_supplement{
  position: relative;
  background: #F8F0D7;
  border-left:4px dotted rgba(0,0,0,.1);
  border-right:4px dotted rgba(0,0,0,.1);
  box-shadow:0 0 5px rgba(0,0,0,.2);
  padding: 0.5em;
  color: #65513f;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}

.masking-tape{
  position: absolute;
  top: -1em;
  left: 30%;
  width:20%;
  height:30px;
  background-image: linear-gradient(-45deg, rgba(227,155,140,.4) 25%, transparent 25%, transparent 50%, rgba(227,155,140,.4) 50%, rgba(227,155,140,.4) 75%, transparent 75%, transparent 100%);
  background-size: 20px 20px;
  border-left:2px dotted rgba(0,0,0,.1);
  border-right:2px dotted rgba(0,0,0,.1);
  box-shadow:0 0 5px rgba(0,0,0,.2);
  padding: 0.25em 2em;
  color: #65513f;
  transform: rotate(-4deg); 
}

.h2deco{
    border-bottom: solid 0px black;
    font-size: 10px;
    margin-left: 5px;
    margin-top: -25px;
}

.h3deco{
    border-left: solid 6px #E97091;
    padding-left:10px;
}

.h2deco_ranking_bustup_suppliment{
  background: #FFF9B1;
  box-shadow: 0px 0px 0px 5px #FFF9B1;
  border: dashed 1px #DED799;
  padding: 0.2em 0.5em;
  color: #454545;
  margin-bottom: 10px;
}


/*bom2boron----------------------------------------*/
.title_bom2boron{
	text-align:left;
	font-size:large;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;
	padding: 10px;
	color: #fff;
	background-color:#E97091;
	margin-bottom: 10px;
	font-weight:bold;
}

.title_bom2boron a {
text-decoration: none;
color: #000;
}
.title_bom2boron a:link { color: #fff; } 


.preoffertitle_bom2boron{
	text-align: left;
    font-size: midium;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #E97091;
    padding: 10px;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.preoffertitle_bom2boron a {
text-decoration: none;
}
.preoffertitle_bom2boron a:link { color: black } 

.buruburu_bom2boron {
    display: inline-block;
    animation: hurueru .1s  infinite;
    width:50%;
    padding: 1em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(#E97091 0%, #E97091 100%);
    background-image: linear-gradient(#E97091 0%, #E97091 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #E97091;
    margin-left:20%;
	margin-right:auto;
    text-align:center;
    margin-bottom: 20px;
    font-size:large;
    margin-top: 10px;
}

@keyframes hurueru_bom2boron {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

.buruburu_bom2boron a{
    color: white;
}
/*アコーディオンQ&Aend-------------------------------------------------------------*/

/*アコーディオンQ&Astart*/
.accbox_qa_supplement_bom2boron {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
}


.accbox_qa_supplement_bom2boron label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#ffffff;
    font-weight: bold;
    background :#E97091;
    cursor :pointer;
    transition: all 0.5s;
}

.accbox_qa_supplement_bom2boron label:hover {
    border: 4px solid #E97091;
 	background:#fff;
 	color:#333;
}

.accbox_qa_supplement_bom2boron input {
    display: none;
}

.accbox_qa_supplement_bom2boron .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.cssacc_qa_supplement_bom2boron:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #fff;
    opacity: 1;
}

/*Q&Astart*/

.center_qa_supplement_bom2boron{
text-align:center;
}

.cp_qa_supplement_bom2boron *, .cp_qa_supplement_bom2boron *:after, .cp_qa_supplement_bom2boron *:before {
	font-family: 'FontAwesome', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa_supplement_bom2boron dt,.cp_qa_supplement_bom2boron dd {
	position: relative;
	padding: 0.5em;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	border-radius: 0.3em;
}
.cp_qa_supplement_bom2boron dt {
	margin: 0 3em 1em 3em;
	background: #ffe0b2;
}
.cp_qa_supplement_bom2boron dd {
	margin: 0 3em 0 3em;
	background: #b2ebf2;
}
/* 吹き出し */
.cp_qa_supplement_bom2boron dt::before,.cp_qa_supplement_bom2boron dd::before{
	position: absolute;
	z-index: 99;
	top: 0.5em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
}
/* 質問吹き出し*/
.cp_qa_supplement_bom2boron dt::before {
	left: -0.5em;
	border-width: 5px 8.7px 5px 0;
	border-color: transparent #ffe0b2 transparent transparent;
}
/* 答え吹き出し */
.cp_qa_supplement_bom2boron dd::before {
	right: -0.5em;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #b2ebf2;
}
/* ?!アイコン */
.cp_qa_supplement_bom2boron dt::after,.cp_qa_supplement_bom2boron dd::after {
	font-size: 1.2em;
	position: absolute;
	top: 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.2em;
}
/* ?アイコン */
.cp_qa_supplement_bom2boron dt::after {
	left: -2.5em;
	margin: 0 0.5em 0 0;
	padding: 0.2em 0.4em;
	content: 'Q';
	background: #f57c00;
}
/* !アイコン */
.cp_qa_supplement_bom2boron dd::after {
	right: -2.5em;
	margin: 0 0 0 0.5em;
	padding: 0.2em 0.55em;
	content: 'A';
	background: #0097a7;
}

/*Q&Aend*/
/*bom2boron----------------------------------------*/



.title_pururu2{
	text-align: left;
    font-size: large;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #000;
    padding: 10px;
    color: #000;
    background: linear-gradient(90deg,#FF91A2 50%,#6AC5E3 50%);
    margin-bottom: 10px;
}

.title_pururu2 a {
text-decoration: none;
color: #000;
}
.title_pururu2 a:link { color: #000; } 


.preoffertitle_pururu2{
	text-align: left;
    font-size: midium;
    margin-left: auto;
    margin-right: auto;
	border-top: 4px solid #FF91A2;
    border-left: 4px solid #FF91A2;
    border-bottom: 4px solid #6AC5E3;
    border-right: 4px solid #6AC5E3;
    padding: 10px;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.preoffertitle_pururu2 a {
text-decoration: none;
}
.preoffertitle_pururu2 a:link { color: black } 

.buruburu_pururu2 {
    display: inline-block;
    animation: hurueru .1s  infinite;
    width:50%;
    padding: 1em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background: linear-gradient(135deg,#FF91A2 50%,#6AC5E3 50%);
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.29);
    margin-left:20%;
	margin-right:auto;
    text-align:center;
    margin-bottom: 20px;
    font-size:large;
    margin-top: 10px;
}

@keyframes hurueru_pururu2 {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

.buruburu_pururu2 a{
    color: white;
}

/*omiai----------------------------------------*/
.title_ponpin{
	text-align: left;
    font-size: large;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #615F68;
    padding: 10px;
    color: #fff;
    background-color: #615F68;
    margin-bottom: 10px;
}

.title_ponpin a {
text-decoration: none;
color: #fff;
}
.title_ponpin a:link { color: #fff; } 


.preoffertitle_ponpin{
	text-align: left;
    font-size: midium;
    margin-left: auto;
    margin-right: auto;
	border: 2px solid #615F68;
    padding: 10px;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.preoffertitle_ponpin a {
text-decoration: none;
}
.preoffertitle_ponpin a:link { color: black } 

.buruburu_ponpin {
    display: inline-block;
    animation: hurueru .1s  infinite;
    width:50%;
    padding: 1em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(#615F68 0%, #615F68 100%);
    background-image: linear-gradient(#615F68 0%, #615F68 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #615F68;
    margin-left:20%;
	margin-right:auto;
    text-align:center;
    margin-bottom: 20px;
    font-size:large;
    margin-top: 10px;
}

@keyframes hurueru_ponpin {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

.buruburu_ponpin a{
    color: white;
}
/*couplink-----------------------------------------*/

/*omiai----------------------------------------*/
.title_sweetdream{
	text-align: left;
    font-size: large;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #FF6699;
    padding: 10px;
    color: #fff;
    background-color: #FF6699;
    margin-bottom: 10px;
}

.title_sweetdream a {
text-decoration: none;
color: #fff;
}
.title_sweetdream a:link { color: #fff; } 


.preoffertitle_sweetdream{
	text-align: left;
    font-size: midium;
    margin-left: auto;
    margin-right: auto;
	border: 2px solid #FF6699;
    padding: 10px;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.preoffertitle_sweetdream a {
text-decoration: none;
}
.preoffertitle_sweetdream a:link { color: black } 

.buruburu_sweetdream {
    display: inline-block;
    animation: hurueru .1s  infinite;
    width:50%;
    padding: 1em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(#FF6699 0%, #FF6699 100%);
    background-image: linear-gradient(#FF6699 0%, #FF6699 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #FF6699;
    margin-left:20%;
	margin-right:auto;
    text-align:center;
    margin-bottom: 20px;
    font-size:large;
    margin-top: 10px;
}

@keyframes hurueru_sweetdream {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

.buruburu_sweetdream a{
    color: white;
}
/*couplink-----------------------------------------*/


/*tinder-----------------------------------------*/
.title_moriage{
	text-align: left;
    font-size: large;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #D01B7C;
    padding: 10px;
    color: #fff;
    background-color: #D01B7C;
    margin-bottom: 10px;
}

.title_moriage a {
text-decoration: none;
color: #fff;
}
.title_moriage a:link { color: #fff; } 


.preoffertitle_moriage{
	text-align: left;
    font-size: midium;
    margin-left: auto;
    margin-right: auto;
	border: 2px solid #D01B7C;
    padding: 10px;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.preoffertitle_moriage a {
text-decoration: none;
}
.preoffertitle_moriage a:link { color: black } 

.buruburu_moriage {
    display: inline-block;
    animation: hurueru .1s  infinite;
    width:50%;
    padding: 1em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(#D01B7C 0%, #D01B7C 100%);
    background-image: linear-gradient(#D01B7C 0%, #D01B7C 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #D01B7C;
    margin-left:20%;
	margin-right:auto;
    text-align:center;
    margin-bottom: 20px;
    font-size:large;
    margin-top: 10px;
}

@keyframes hurueru_moriage {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

.buruburu_moriage a{
    color: white;
}
/*tinder-----------------------------------------*/

.underlineblue{ 
		border-bottom: solid 2px #00bfff;
  }

.backgroundblue{ 
		background-color: #00bfff;
  }


p.mentitle{
	text-align:center;
	background-color:#87cefa;
	margin: 10px;

}



p.womentitle{
	text-align:center;
	background-color:#ffe4e1;
	margin: 10px;

}



.tb_hikaku{
	width:100%;

}

.tb_hikaku th{
	border:solid 1px;
}


.tb_hikaku td{
	border:solid 1px;
}




td.tb_hikaku_first{
	text-align:center;
}



ol.hikaku {
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	padding: 0.3em 0.8em;
	border: solid 2px #ffb107;
	width: 80%;
    margin-right: auto;
    margin-left: auto;
}
ol.hikaku  li {
  border-bottom: dashed 1px orange;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
}
ol.hikaku  li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #ffb107;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.hikaku  li:last-of-type {
  border-bottom: none; /*最後のliの線だけ消す*/
}


table {
	width:100%;
}

/*tableにスクロールバーを追加スタート*/
.scroll{
overflow: auto; /*tableをスクロールさせる*/
white-space: nowrap; /*tableのセル内にある文字の折り返しを禁止*/
margin-bottom: 2em;
}
.scroll:-webkit-scrollbar{ /*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{ /*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb { /*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
/*tableにスクロールバーを追加エンド*/

table a{
	color:#fff;
}

tr.first_nightbra th{
	background: #fff;
}

.first_nightbra td{
	border: solid 1px #ccc;
 	padding: 10px;
 	text-align:center;
	background: #ffffe0;
}

.tbl-r02_nightbra th {
  background: #4169e1;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r02_nightbra td {
	border: solid 1px #ccc;
 	padding: 10px;
 	text-align:left;
 	background:#fff;
 }
.last_nightbra th {
  background: #4169e1;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.last_nightbra td{
	border: solid 1px #ccc;
 	padding: 10px;
 	text-align:left;
 	background:#fff;
}

th.tbl-th_nightbra{
	font-size:small;
}


/*アコーディオンQ&Astart*/
.accbox_qa_supplement_pururu2 {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
}


.accbox_qa_supplement_pururu2 label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#ffffff;
    font-weight: bold;
    background: linear-gradient(135deg,#FF91A2 50%,#6AC5E3 50%);
    cursor :pointer;
    transition: all 0.5s;
}

.accbox_qa_supplement_pururu2 label:hover {
    border-top: 4px solid #FF91A2;
    border-left: 4px solid #FF91A2;
    border-bottom: 4px solid #6AC5E3;
    border-right: 4px solid #6AC5E3;
 	background:#fff;
 	color:#333;
}

.accbox_qa_supplement_pururu2 input {
    display: none;
}

.accbox_qa_supplement_pururu2 .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.cssacc_qa_supplement_pururu2:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #fff;
    opacity: 1;
}
/*アコーディオンQ&Aend-------------------------------------------------------------*/
/*Q&Astart*/

.center_qa_supplement_pururu2{
text-align:center;
}

.cp_qa_supplement_pururu2 *, .cp_qa_supplement_pururu2 *:after, .cp_qa_supplement_pururu2 *:before {
	font-family: 'FontAwesome', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa_supplement_pururu2 dt,.cp_qa_supplement_pururu2 dd {
	position: relative;
	padding: 0.5em;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	border-radius: 0.3em;
}
.cp_qa_supplement_pururu2 dt {
	margin: 0 3em 1em 3em;
	background: #ffe0b2;
}
.cp_qa_supplement_pururu2 dd {
	margin: 0 3em 0 3em;
	background: #b2ebf2;
}
/* 吹き出し */
.cp_qa_supplement_pururu2 dt::before,.cp_qa_supplement_pururu2 dd::before{
	position: absolute;
	z-index: 99;
	top: 0.5em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
}
/* 質問吹き出し*/
.cp_qa_supplement_pururu2 dt::before {
	left: -0.5em;
	border-width: 5px 8.7px 5px 0;
	border-color: transparent #ffe0b2 transparent transparent;
}
/* 答え吹き出し */
.cp_qa_supplement_pururu2 dd::before {
	right: -0.5em;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #b2ebf2;
}
/* ?!アイコン */
.cp_qa_supplement_pururu2 dt::after,.cp_qa_supplement_pururu2 dd::after {
	font-size: 1.2em;
	position: absolute;
	top: 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.2em;
}
/* ?アイコン */
.cp_qa_supplement_pururu2 dt::after {
	left: -2.5em;
	margin: 0 0.5em 0 0;
	padding: 0.2em 0.4em;
	content: 'Q';
	background: #f57c00;
}
/* !アイコン */
.cp_qa_supplement_pururu2 dd::after {
	right: -2.5em;
	margin: 0 0 0 0.5em;
	padding: 0.2em 0.55em;
	content: 'A';
	background: #0097a7;
}

/*Q&Aend*/
