/* 
 * ------- additional css elements  ---------------------
 */


/*----------------------------
free area
-----------------------------*/

.free-area {
	width:100%;
	border-top:1px solid #d7d7d7;
	padding-bottom:40px;
}
.free-area .inner {
	padding: 40px 0;
	max-width: 1200px;
	margin:0 auto;
}
.pickup4 {
	float: left;
	width: 50%;
	padding: 8px 4%;
	box-sizing: border-box;
	border-right: 1px #111 solid;
}
.pickup5 {
	float: right;
	width: 50%;
	padding: 8px 4%;
	box-sizing: border-box;
}
.pickup4 h1:after, .pickup5 h1:after {
	content:url(../img/top/icn_pickup.png);
	position: absolute;
	top:-50px;
	display: block;
	width:100%;
}
.pickup4 h1, .pickup5 h1 {
	font-size: 1.9em;
	text-align: center;
	margin-bottom: 1em;
	position:relative;
}
.pickup4 h1 i, .pickup5 h1 i {
	font-size: 0.94em;
}
.pickup4 p, .pickup5 p {
	margin-bottom: 1.5em;
}
.pickup4 .btn, .pickup5 .btn {
	text-align: center;
	line-height: 1;
}
.pickup4 .btn a, .pickup5 .btn a {
	display: inline-block;
	border: 1px solid #555;
	padding: 8px 42px;
	text-decoration: none;
	box-sizing: border-box;
}
.pickup4 .btn a:hover, .pickup5 .btn a:hover {
	color: #FFF;
	background-color: #555;
}
@media screen and (max-width: 640px) {
.pickup4 h1:after, .pickup5 h1:after {
	top:-40px;
}
.pickup4, .pickup5 {
	float: none;
	width: 100%;
	padding: 8px 4%;
	margin-top: 27px;
}
.pickup4 {
	border-right: none;
	border-bottom: 1px #111 solid;
}
.pickup4 .btn, .pickup5 .btn {
	margin-bottom: 30px;
}
.pickupsecInner {
	padding-bottom: 10px;
}
}

/*===========================
news
===========================*/

@media screen and (max-width: 1023px) {
.news dl dd {
	width: 100%;
}
}
/*===========================
ビフォーアフター 縦写真
===========================*/

.before2, .after2 {
	position: relative;
}
.before2::after {
	position: absolute;
	content:" ";
	display:inline-block;
	background:url(../img/common/watermark_before.png);
	background-repeat: no-repeat;
	background-size:contain;
	z-index: 1;
}
.after2::after {
	position: absolute;
	content:" ";
	display:inline-block;
	background:url(../img/common/watermark_after.png);
	background-repeat: no-repeat;
	background-size:contain;
	z-index: 1;
}
.before2::after {
	width:22%;
	height:22%;
	bottom: -4%;
	left: 77%;
}
.after2::after {
	width:22%;
	height:22%;
	bottom: -4%;
	left: 77%;
}
/*===========================
list
===========================*/
.content ul.nb_circle li {
	padding: 0 0 0.5em 1.2em;
	margin-bottom: 0.2em;
}
.content ul.nb_circle li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	left: 0.3em;
	margin-top: 0.5em;
}
.content ul.nb_circle, .content ul.circle2, .content ul.circle3, .content ul.check2, .content ul.check3 {
	position: relative;
}
.content ul.circle2 li, .content ul.check2 li {
	border-bottom: 1px dashed #CCC;
	float: left;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1.5% 0.7em 1.5%;
	width: 44%;
}
.content ul.circle2 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
.content ul.check2 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
.content ul.circle3 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
	margin-right: 35px;
	width: 21em;
}
.content ul.check3 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 35px;
}
.content ul.circle3 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
.content ul.check3 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
.content ul.circle4 li {
	float: left;
	margin: 0.2em 35px 0.2em 0;
	padding-left: 1.8em;
	width: 18%;
}
.content ul.check4 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 35px;
}
.content ul.circle4 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
.content ul.circle5 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 35px;
}
.content ul.circle5 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
.content ul.check4 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ul.liReseter {
	line-height:1.8em;
	margin-left:20px;
}
ul.liReseter li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}
ul.liReseter2 {
	line-height:1.8em;
	margin:0 0 12px 30px;
}
ul.liReseter2 li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}
ul.liReseterFloat {
	line-height:1.8em;
	margin-left:20px;
}
ul.liReseterFloat li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
	float:left;
	padding-right:60px;
}
ol.number-list2 {
	display: block;
	list-style-position: outside;
}
ol.number-list2 li {
	list-style-type: decimal;
	padding: 0 0 0 10px;
	margin-left: 2em;
}
.li_center {
	text-align: center;
}
.li_center li {
	display: inline-block;
 /display: inline;
 /zoom: 1;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 35px;
}
.li_center li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
.defaultlist, .defaultlist li {
	padding:0px;
	margin:0px;
}
.defaultlist li {
	list-style-type:none !important;
	list-style-image:none !important;
}
.list7 li {
	position:relative;
	display: block;
	padding: 5px 0px 5px 30px;
	background: #333333;
	color: #FFF;
	border-radius:15px 15px 15px 15px;
	width:12em;
	float:left;
	margin-right:15px;
}
.list7 li:after {
	content:'';
	display:block;
	position:absolute;
	width:16px;
	height: 16px;
	top:10px;
	left:7px;
	background: #fff;
	border-radius: 10px;
}
.content ul.music {
	position:relative;
}
.content ul.music li {
	list-style-type:none !important;
	padding:0 0 0.5em 1.4em;
	margin-bottom:0.7em;
	border-bottom:1px dashed #CCC;
}
.content ul.music li:before {
	position:absolute;
	font-family: 'FontAwesome';
	content:"\f001";
	left:0;
	color:#EE9D19;
	font-size:1.1em;
}
.content ul.voice {
	position:relative;
}
.content ul.voice li {
	list-style-type:none !important;
	padding:0 0 0.5em 1.4em;
	margin-bottom:0.7em;
	border-bottom:1px dashed #CCC;
}
.content ul.voice li:before {
	position:absolute;
	font-family: 'FontAwesome';
	content:"\f007";
	left:0;
	font-size:1.2em;
}
 @media screen and (max-width: 768px) {
.content ul.circle2 li, .content ul.check2 li {
	float: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 0.7em;
	width: 90%;
}
.small-writeup ul.check2 li {
	float: none;
	position:relative;
	margin-left:10px;
	width: 90%;
	/* [disabled]overflow: hidden;
*/
}
ul.circle5 li {
	width: 100%;
}
ul.liReseterFloat li {
	float:none;
	margin-bottom:10px;
}
}
 @media screen and (max-width: 400px) {
.li_center {
	text-align: left;
	display:block;
}
}
/*===========================
table
===========================*/

table {
	border-collapse:collapse;
	border-spacing: 0;
}
table th {
	text-align: center;
	vertical-align:middle;
	background-color: #DAE6F2;
	color:#333;
	border:1px #ccc solid;
}
table td {
	vertical-align:middle;
	background-color:#FFF;
	border:1px #ccc solid;
}
table td.tdcolor {
	background-color: #e7f6ee;
}
table.table-various1 td.td_right {
	text-align:right;
}
/* 線のtable */

table.table-various3 th {
	text-align:center;
	vertical-align:middle;
}
/*tableをスクロールさせる*/
/* 	スクロール用テーブル  */


.scroll table th {
	text-align:center;
	vertical-align:middle;
}
/*tableのセル内にある文字の折り返しを禁止*/
.scroll {
	overflow: auto;
	white-space: nowrap;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar {
 height: 5px;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track {
 background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
 @media only screen and (max-width: 768px) {
table {
	border-top: 1px #ccc solid;
}
table th {
	width: 100%;
	display: block;
	border-top: none;
	border-bottom: none;
	box-sizing: border-box;
}
table td {
	width: 100%;
	display: block;
	box-sizing: border-box;
}
table.table-various1 th {
	background-color: #DAE6F2;
}

.scroll {
	border-right:3px double #333;
}
.scroll table {
	min-width:768px;
	overflow:scroll;
}
.scroll table th {
	width:auto;
	display:table-cell;
	vertical-align:middle;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
}
.scroll table td {
	width:auto;
	display:table-cell;
}
}
/*===========================
others
===========================*/

.content h4.various1 {
	background-color: #C3DBF4;
	font-size: 1.2em;
	padding: .5em .75em;
	margin-bottom: 1em;
}
.mb25 {
	margin-bottom:25px !important;
}
.mb45 {
	margin-bottom:45px !important;
}
.mb55 {
	margin-bottom:55px !important;
}
.tx120p {
	font-size:120% !important;
	line-height:1.7em !important;
}
.tx140p {
	font-size:140% !important;
	line-height:1.7em !important;
}
.tx160p {
	font-size:160% !important;
	line-height:1.7em !important;
}
.txtsize1 {
	font-size:1.2rem;
}
.txtsize2 {
	font-size:1.5rem;
	line-height:1.4em;
}
.atama {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	margin-bottom: 0.4em;
	line-height: 1.5em;
}
.catchcopy {
	font-size: 2em;
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
	line-height:1.1em;
	color: #E66700;
}
.tx-center-sp {
	text-align: left;
}

@media screen and (max-width: 768px) {
.tx-center-sp {
	text-align: center;
}
}

.box {
	background-color: #f6f6f6;
	border: 2px dashed #fff;
	border-radius: 8px;
	box-shadow: 0 0 0 8px #f6f6f6;
	padding: 2em;
}
.box h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
.box2 {
	background-color: #f6f6f6;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #f6f6f6;
	padding: 2em;
}
.box2 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box2 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
.box3 {
	border: 4px double #ccc;
	padding: 2em;
}
.box3 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box3 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #88bcf8;
	border: 2px solid #88bcf8;
	color: #fff !important;
	padding:5px;
	line-height: 30px;
}
.button:hover {
	background-color: #a8cefa;
	border-color: #a8cefa;
	color: #fff !important;
}
.button::before, .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button, .button::before, .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.w100 {
	width:100%;
}
.w50 {
	width:50%;
}

.pc300 {
	width:300px;
}
/* チェックマーク */

.icon1 {
	display:inline-block;
	position:relative;
	background: #999;
	border-radius:90px;
	width:40px;
	height:40px;
	margin:5px;
}
.icon1:hover {
	opacity: 0.8;
}
.icon1:after, .icon1:before {
	content:'';
	display:block;
	position:absolute;
	top:8px;
	left:20px;
	height:25px;
	width:8px;
	background:#fff;
	border-radius:10px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.icon1:before {
	top:15px;
	left:10px;
	height:17px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}
.orange {
	color:#e6a525;
}
.pdf a img:hover {
	opacity: 0.5;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
 @media screen and (max-width: 768px) {
.button {
	width:100%
}
.pc300 {
	width:100%;
}
.tx160p {
	font-size:140% !important;
	line-height:1.7em !important;
}

}

.txtS{
	font-size:0.6em;
}

.btn1 a{
	background:#91c0f2;
	text-decoration:none;
	border-radius:5px;
	color:#FFF;
	padding:0.3em 2em;
}
.btn1 a:hover{
	opacity:0.6;
}
.company_data .data a {
    color: #333 !important;
    text-decoration: none;
}
.company_data .data a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.flex-2col {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}
.flex-2col > li{
  width:40%;
  margin:2% 5% 0 5%; 
}
.flex-2col > li:nth-of-type(1){
  width:40%;
  margin:2% 5% 0 5%; 
}
.flex-2col > li:nth-of-type(odd){
  width:40%;
  margin:2% 5% 0 5%; 
}
.flex-2col > li:nth-of-type(even){
  width:40%;
  margin:2% 5% 0 5%; 
}

.flex-2col-5 {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}
.flex-2col-5 > li:nth-of-type(odd){
  width:48%;
  margin:2% 1% 0 0%; 
}
.flex-2col-5 > li:nth-of-type(even){
  width:48%;
  margin:2% 0% 0 1%; 
}

.flex-2col-start {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-2col-start > li{
  width:48%;
  margin:2% 0 0 2%; 
}
.flex-2col-start > li:nth-of-type(odd){
  width:48%;
  margin:2% 0 0 0%;
}
.flex-2col-start > li:nth-of-type(even){
  width:48%;
  margin:2% 0 0 2%;
}
.flex-list2 {
  width:18% !important;
  margin:0 0 0 0% !important;  
}
.flex-list3 {
  width:28% !important;
  margin:0 0 0 2% !important;  
}
.flex-list4 {
  width:38% !important;
  margin:0 0 0 2% !important;  
}
.flex-list5 {
  width:48% !important;
  margin:2% 0 0 2% !important;  
}
.flex-list6 {
  width:58% !important;
  margin:2% 0 0 2% !important;  
}
.flex-list7 {
  width:68% !important;
  margin:2% 0 0 2% !important;  
}
.flex-list8 {
  width:78% !important;
  margin:2% 0 0 2% !important;  
}
.flex-list9 {
  width:88% !important;
  margin:2% 0 0 2% !important;  
}
.flex-2col-2 {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-2col-2 li:nth-of-type(1){
  width:37%;
  margin:0 0 0 3%; 
}
.flex-2col-2 li:nth-of-type(2){
  width:52%;
  margin:0 0 0 3%; 
}
.flex-3col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-3col > li{
  width:28%;
  margin:2% 0 0 5%; 
}
.flex-3col > li:nth-of-type(1){
  width:28%;
  margin:2% 0 0 5%; 
}
@media only screen and (max-width: 768px) {
.flex-2col > li,.flex-2col-start > li,.flex-2col > li:nth-of-type(1),.flex-3col > li:nth-of-type(odd),.flex-3col > li:nth-of-type(even),.flex-2col-5 > li:nth-of-type(odd),.flex-2col-5 > li:nth-of-type(even){
  width:100% !important;
  margin:2% auto !important; 
}
.flex-3col > li,.flex-3col > li:nth-of-type(1),.flex-3col > li:nth-of-type(odd),.flex-3col > li:nth-of-type(even)  {
  width:100%;
  margin:2% auto !important; 
}
.flex-list2,.flex-list3,.flex-list4,.flex-list5,.flex-list6,.flex-list7,.flex-list8,.flex-list9 {
  width:100% !important;
  margin:2% auto !important;  
}

}
.wd40{
   width:40% !important;
   margin:auto;
}
.wd50 {
  width:50% !important;
  margin:0 auto;
}
.wd60 {
  width:60% !important;
  margin:0 auto;
}
.wd70 {
  width:70% !important;
  margin:0 auto;
}
.wd80 {
  width:80% !important;
  margin:0 auto;
}
.wd85 {
  width:85% !important;
  margin:0 auto;
}
.wd90 {
  width:90% !important;
  margin:0 auto;
}
.wd95 {
  width:95% !important;
  margin:0 auto;
}
.res-wd40{
   width:40% !important;
   margin:auto;
}
.res-wd50 {
  width:50% !important;
  margin:0 auto;
}
.res-wd60 {
  width:60% !important;
  margin:0 auto;
}
.res-wd70 {
  width:70% !important;
  margin:0 auto;
}
.res-wd80 {
  width:80% !important;
  margin:0 auto;
}
.res-wd85 {
  width:85% !important;
  margin:0 auto;
}
.res-wd90 {
  width:90% !important;
  margin:0 auto;
}
.res-wd95 {
  width:95% !important;
  margin:0 auto;
}

@media only screen and (max-width: 768px) {
.res-wd40,.res-wd50,.res-wd60,.res-wd70,.res-wd80,.res-wd85,.res-wd90,.res-wd95{
   width:90% !important;
   margin:auto;
}
}
img {
    max-width:100%;
	margin:0 auto;
}

@media screen and (max-width: 640px) {
.pickup {
    width: 100%;
    padding: 8px 4%;
    margin-top: 27px;
	box-sizing:border-box;

}
}

@media screen and (max-width: 768px) {
.vis1 .catch, .vis2 .catch, .vis3 .catch, .vis4 .catch {
    font-size: 6.5vw !important;
	line-height:1;
	padding: 3% !important;
	margin-top: -22.8% !important;
}
.vis2 .subcatch {
    font-size: 4vw !important;
}
}

@media screen and (max-width: 768px) {
.free-area {
    padding-bottom: 10px;
}
.free-area .inner {
    padding: 10px 0;
}
}

/*===========================
spacer
===========================*/


.res-mt10 {
	margin-top:10px !important;
}
.res-mt20 {
	margin-top:20px !important;
}
.res-mt30 {
	margin-top:30px !important;
}
.res-mt40 {
	margin-top:40px !important;
}
.res-mt50 {
	margin-top:50px !important;
}
.res-mt60 {
	margin-top:60px !important;
}
.res-mt70 {
	margin-top:70px !important;
}
.res-mt80 {
	margin-top:80px !important;
}
.res-mt0{
	margin-top:0px !important;}
	
.res-mb10 {
	margin-bottom:10px !important;
}
.res-mb20 {
	margin-bottom:20px !important;
}
.res-mb30 {
	margin-bottom:30px !important;
}
.res-mb40 {
	margin-bottom:40px !important;
}
.res-mb50 {
	margin-bottom:50px !important;
}
.res-mb60 {
	margin-bottom:60px !important;
}
.res-mb70 {
	margin-bottom:70px !important;
}
.res-mb80 {
	margin-bottom:80px !important;
}
.res-mb0{
	margin-bottom:0px !important;}

@media screen and (max-width: 768px) {
.res-mt10,.res-mt20,.res-mt30 {
     margin-top:4% !important;
}
.res-mb10,.res-mb20,.res-mb30 {
     margin-bottom:4% !important;
}
.res-mt40,.res-mt50,.res-mt60 {
     margin-top:5% !important;
}
.res-mb40,.res-mb50,.res-mb60 {
     margin-bottom:5% !important;
}
.res-mt70,.res-mt80 {
     margin-top:8% !important;
}
.res-mb70,.res-mb80 {
     margin-bottom:8% !important;
}
}
.btn-b a {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0 1.3em 0 2em;
    line-height: 30px;
    background: #f2ab1d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.btn-b a::after {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 2%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
}
.btn-b a::after {
    border-left: 4px solid #fff;
}
.btn-b a:hover {
    opacity:0.7;
}
.box-sd {
    padding: 2rem;
    background-color: #fcfcfc;
    border: 1px dotted #9c9b9b;
    box-sizing: border-box;
}
.line-cont {
    text-align:center;
	margin-bottom:10px;
}
.line-cont li {
    display:inline;
}
.line-cont li:nth-of-type(1) {
    margin-right:2%;
}
.line-cont li a {
    text-decoration:none;
}
@media only screen and (max-width: 768px) {
.line-cont li {
    display:inline-block;
}

}

/* txt */
.txt2 {
   font-size:1.2rem;
   font-weight:800;
}
.txtbold {
   font-weight:bold;
}
.tx-center {
   text-align:center
}
.tx-left {
   text-align:left;
}
.tx-right {
   text-align:right;
}
.tx_marker {
   background:linear-gradient(transparent 75%, #fff799 75%);
   font-weight:bold;
   display:inline;
}
/* color */

.red {
	color: #bc2d2d;
}
.green {
	color: #3b7a28;
}
.brown {
	color: #a67435;
}
.blue {
	color: #325f99;
}
.catchcopy {
    font-size: 2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    line-height: 1.3em;
    color: #E0625E;
}
.col_red {
	color:#F33;
}
.col_green {
	color: #1a9651 !important;
}
.col_blue {
	color: #06C;
}
.col_orange {
	color: #F06000;
}
.res-tx-70p  {
	font-size:70% !important;
	letter-spacing:normal;
}	
.res-tx-80p  {
	font-size:80% !important;
	letter-spacing:normal;
}
.res-tx-90p  {
	font-size:90% !important;
	letter-spacing:normal;
}
.res-tx100p    {
	font-size:100% !important;
	letter-spacing:normal;
}
.res-tx-110p {
    font-size: 110% !important;
	letter-spacing:normal;
}
.res-tx-120p    {
	font-size:120% !important;
	letter-spacing:normal;
}
.res-tx-130p    {
	font-size:130% !important;
	letter-spacing:normal;
}
.res-tx-140p    {
	font-size:140% !important;
	letter-spacing:normal;
	line-height:1.4em;
}
.res-tx-150p    {
	font-size:150% !important;
	letter-spacing:normal;
}
.res-tx-160p    {
	font-size:160% !important;
	letter-spacing:normal;
}
.res-tx-170p    {
	font-size:170% !important;
	letter-spacing:normal;
}
.res-tx-180p    {
	font-size:180% !important;
	letter-spacing:normal;
}
.res-tx-230p    {
	font-size:230% !important;
	letter-spacing:normal;
}
.tx-300p    {
	font-size:300% !important;
	letter-spacing:normal;
}
.mar0 {
    margin:0 auto;
}
.txsize1 {
   font-size:1.2rem;
   font-weight:800;
   color:#F33;
   text-align:center;
}
.txtstyle1 {
	font-size: 1.16em;
	font-weight: bold;
}
.txtstyle2 {
	font-size: 1.24em;
	font-weight: bold;
}
.ex {
    padding-left:1em;
    text-indent:-1em;
}

@media only screen and (max-width: 768px) {
.res-tx-230p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.res-tx-180p {
    font-size: 110% !important;
    letter-spacing: nomal;
}	


}


@media only screen and (max-width: 600px) {
.line-h2 {
    line-height: 1.5;
}
.res-tx-230p {
    font-size: 130% !important;
    letter-spacing: nomal;
}
.res-tx-180p,.res-tx-170p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.res-tx-160p,.res-tx-150p {
    font-size: 110% !important;
    letter-spacing: nomal;
}
.res-tx-140p,.res-tx-130p,.res-tx-120p,.res-tx-110p {
    font-size: 100% !important;
    letter-spacing: nomal;
}
}

img.img-bd {
 border: 1px #bbbaba solid;
 padding:1%;
}
.box-dg {
    border: 4px double #ccc;
    padding: 2em;
    box-sizing: border-box;
}
/*===========================
anchor
===========================*/


#anchor01 {
	margin-top:-110px;
	padding-top:110px;
}

#anchor02 {
	margin-top:-95px;
	padding-top:95px;
}

#anchor03 {
	margin-top:-95px;
	padding-top:95px;
}
#trader-memorial {
    margin-top: -125px;
    padding-top: 125px;
}
#private-memorial {
    margin-top: -125px;
    padding-top: 125px;
}
#private-pet {
    margin-top: -125px;
    padding-top: 125px;
}
#trader-pet {
    margin-top: -125px;
    padding-top: 125px;
}
.fa-envelope:before {
    left: 8px;
    top: 8px;
	position:absolute;
}

.product-name {
	font-weight: bold;
    text-decoration: underline;
}

table.table-various1 {
    margin-bottom: 0em !important;
	width: 100%;
	margin:10px auto 0;
}
table.table-various1 th {
	background-color: #f2f3f4;
	width:30%;
}
table.table-various1 th,table.table-various1 td {
    padding: 5px 5px;
    border: none;
    border-bottom: 1px dotted #eaeced; 
    font-weight: normal;
    text-align: center;

}

@media only screen and (max-width: 768px) {
table.table-various1 th {
	width:100%;
}
}

.content h2 {
    margin-top: 2em;
}

@media screen and (max-width: 640px){
.pickup4 {

    border-bottom:none !important;
}
}

.fa-file-pdf-o:before {
    left: 8px;
    top: 8px;
	position:absolute;
}
.tx-product {
    font-size:0.9em;
}

/* Flexboxレイアウト */ 

.f-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch; /* アイテムを上揃えで配置します */
}

.f-wrap-AC {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center; /* アイテムを上下中央で配置します */
}

.f-wrap-HU {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	 /* アイテムの高さを揃える */
}

.f-wrap-cen {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.f-wrap-even {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.f-wrap-even-cen {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	align-items: center; /* アイテムを上下中央で配置します */
}


.f-item1 {
	box-sizing: border-box;
	width: 100%;
	margin-bottom:30px;
}

.f-item1-2 {
	box-sizing: border-box;
	width: 47%;
	margin-bottom:30px;
}

.f-item1-2-t1 {
	box-sizing: border-box;
	width: 47%;
	margin-bottom:30px;
}

.f-item1-3 {
	box-sizing: border-box;
	width: 31%;
	margin-bottom:30px;
}

.f-item1-3-t1 {
	box-sizing: border-box;
	width: 31%;
	margin-bottom:30px;
}

.f-item1-3n2 {
	box-sizing: border-box;
	width: 30%;
}

.f-item2-3 {
	box-sizing: border-box;
	width: 64%;
	margin-bottom:30px;
}

.f-item2-3-t1 {
	box-sizing: border-box;
	width: 64%;
	margin-bottom:30px;
}


.f-item1-4 {
	box-sizing: border-box;
	width: 23%;
	margin-bottom:30px;
}

.f-item3-4 {
	box-sizing: border-box;
	width: 72%;
	margin-bottom:30px;
}

.f-item1-4-t1 {
	box-sizing: border-box;
	width: 23%;
	margin-bottom:30px;
}

.f-item3-4-t1 {
	box-sizing: border-box;
	width: 72%;
	margin-bottom:30px;
}

.f-item1-5 {
	box-sizing: border-box;
	width: 19%;
	margin-bottom:30px;
}

.f-item1-5-t1 {
	box-sizing: border-box;
	width: 19%;
	margin-bottom:30px;
}

.f-item2-5 {
	box-sizing: border-box;
	width: 38%;
	margin-bottom:30px;
}

.f-item2-5-t1 {
	box-sizing: border-box;
	width: 38%;
	margin-bottom:30px;
}

.f-item3-5 {
	box-sizing: border-box;
	width: 57%;
	margin-bottom:30px;
}

.f-item4-5 {
	box-sizing: border-box;
	width: 76%;
	margin-bottom:30px;
}

.f-item4-5-t1 {
	box-sizing: border-box;
	width: 76%;
	margin-bottom:30px;
}

.f-item3-5-t1 {
	box-sizing: border-box;
	width: 57%;
	margin-bottom:30px;
}

.f-item1-6 {
	box-sizing: border-box;
	width: 15%;
	margin-bottom:30px;
}

.f-item1-6-t1 {
	box-sizing: border-box;
	width: 15%;
	margin-bottom:30px;
}

.f-Vcenter {
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	box-sizing: border-box;
}

.f-row-reverse {
	flex-flow: row-reverse wrap;
}

/* 最後のコンテンツを左寄せにする指定 */
.f-wrap:after {
    content: "";
    display: block;
    width: 24%;  /* f-itemに指定したwidthと同じ幅を指定する */
    height: 0;
}

/* 画像の上にテキストを重ねる */

.waterMright {
	background: rgba(255,255,255,.6);
	z-index:10;
	padding:2em;
	margin-left:-15%;	
}

.waterMleft {
	background: rgba(255,255,255,.6);
	z-index:10;
	padding:2em;
	margin-right:-15%;		
}


.boxDummy {
	text-align:center;
	background-color: #CCC;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	box-sizing: border-box;
	padding:1em;
}

@media screen and (max-width: 768px) {

.f-item1-2-t1 , .f-item1-3-t1 , .f-item2-3-t1 , .f-item1-4-t1 , .f-item3-4-t1 , .f-item1-5-t1 , .f-item2-5-t1 , .f-item3-5-t1 , .f-item4-5-t1 , .f-item1-6-t1 {
	width: 100%;
}

/*
.f-item1-4 , .f-item1-5 , .f-item1-6 {
	width: 49%;
}
*/
}

@media only screen and (max-width: 600px) {
.f-item1-2 , .f-item1-3 , .f-item1-3n2 , .f-item2-3 , .f-item1-4 , .f-item3-4 , .f-item1-5 , .f-item2-5 , .f-item3-5 , .f-item4-5 , .f-item1-6 {
	width: 100%;
	margin-bottom:30px;
}

.waterMright {
	background: rgba(255,255,255,.8);
	padding:1.5em 1em;
	margin-left:0;	
}

.waterMleft {
	background: rgba(255,255,255,.8);
	padding:1.5em 1em;
	margin-right:0;	
}

.spOrder1 {
	order:1;
}

.spOrder2 {
	order:2;
}

.spOrder3 {
	order:3;
}

.spOrder4 {
	order:4;
}

.spOrder5 {
	order:5;
}

.spOrder6 {
	order:6;
}

}

.hoverTrans  a:hover {
	cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
    -moz-opacity:0.7; 
    -khtml-opacity: 0.7; 
    opacity:0.7;
    zoom:1;
	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
