
@charset "utf-8";

@import url("contact.css");



/* =============================================================  Reset and Utility.css  */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-style:normal;font-size: 100%;font-weight: normal;vertical-align: baseline;box-sizing: border-box;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
input, textarea{margin: 0;padding: 0;outline: none;}
ol, ul{list-style:none;}
caption, th{text-align: left;}
img {vertical-align: middle; max-width:100%;}
*:focus {outline: none !important;}
table.table {border-collapse: separate;border-spacing: 0;}

.clearfix {min-height: 1px;}
.clearfix:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
* html .clearfix {
    height: 1px;
    height: auto;
    overflow: hidden;
}
.both{clear:both;}

::selection {
    background:#ededed; /* Safari */
}

::-moz-selection {
    background:#ededed; /* Firefox */
}

/* =============================================================  HTML,Body,Anchor*/


html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 1.0px;
}








html {
overflow-y: scroll;
overflow-x: no;

}



body{
	margin:0px auto 0px auto;

}


.pcOnly {
	display: block;
}


.spOnly {
	display: none;
}



.image_resize {
	max-width: 100%;
	height:auto;

}


hr { 
    border: 0 none; 
    height: 1px; 
    color: #d7d7d7;
    background-color: #d7d7d7;
} 





.back_button {
	width:100%;
	text-align:right;
	margin-top:20px;

}

/****************************************************************************************
/* リンク設定
****************************************************************************************/

figure a{color:#666666;text-decoration:none;}
figure a:hover{color:#4fa417;}
figure a:active, a:focus {outline:0;}


a{color:#00a0e9;text-decoration:none;}
a:hover{color:#006699;}
a:active, a:focus {outline:0;}

a { text-decoration: none; }






/****************************************************************************************
/* ヘッダー設定
****************************************************************************************/


#header{
	position: relative;
	top:0;
	left:0;
	width:100%;
	height:170px;
	box-shadow:0 2px 2px rgba(0,0,0,0.1);
	z-index:1000;
	margin:0px auto 0px auto;
	background-color :#ffffff;

}

#header .header_in {
	width: 99%;
	height: 95px;
	margin:0px auto 0px auto;
	border-bottom:1px solid #e3e3e3;
}

#logo{
float:left;
margin:10px 0px 0px 40px;
}


#logo img{
width: auto;
height: 70px;
}



#header_right{
float:right;
margin-top: 7px;
margin-right: 40px;
}


#header_inq{
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
float:right;
overflow:hidden;
}

#header_inq li{
float:left;
margin-left: 5px;

}

#header_inq li:last-child{
float:right;
}

#header_inq li a{
display:block;
color:#fff;
font-size:85%;
text-align:center;
border-radius:4px;
}


#header_inq a:hover {
  -webkit-animation: zoom .3s;
  animation: zoom .3s;
}
@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.1);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.1);
  }
}




#header_inq span {
	font-weight: 400;
}



.faq {
padding-top: 7px;
padding-left: 6px;
padding-bottom:11px;
padding-right:10px;
background-color:#76cb5c;
width:140px;
height: 40px;
line-height: 25px;
}


.faq span{
display:inline-block;
background-image:url(../images/faq.png);
background-repeat:no-repeat;
background-position:0 50%;
background-size:25px auto;
padding:0 0 0 30px;
font-weight:700;
}


.cart {
padding-top: 7px;
padding-left: 6px;
padding-bottom:11px;
padding-right:10px;
background-color:#76cb5c;
width:150px;
height: 40px;
line-height: 25px;
}


.cart span{
display:inline-block;
background-image:url(../images/cart.png);
background-repeat:no-repeat;
background-position:0 50%;
background-size:25px auto;
padding:0 0 0 30px;
font-weight:700;
}



.partner {
padding-top: 7px;
padding-left: 6px;
padding-bottom:11px;
padding-right:10px;
background-color:#76cb5c;
width:140px;
height: 40px;
line-height: 25px;
}


.partner span{
display:inline-block;
background-image:url(../images/partner.png);
background-repeat:no-repeat;
background-position:0 50%;
background-size:25px auto;
padding:0 0 0 30px;
font-weight:700;
}



.company{
padding-top: 7px;
padding-left: 6px;
padding-bottom:11px;
padding-right:10px;
background-color:#76cb5c;
width:105px;
height: 40px;
line-height: 25px;
}


.company span{
display:inline-block;
background-image:url(../images/company.png);
background-repeat:no-repeat;
background-position:0 50%;
background-size:20px auto;
padding:0 0 0 25px;
font-weight:700;
}

.contact{
padding-top: 7px;
padding-left: 6px;
padding-bottom:11px;
padding-right:10px;
background-color:#76cb5c;
width:135px;
height: 40px;
line-height: 25px;
}

.contact span{
display:inline-block;
background-image:url(../images/contact.png);
background-repeat:no-repeat;
background-position:0 50%;
background-size:20px auto;
padding:0 0 0 25px;
font-weight:700;
}


.entry{
padding-top: 7px;
padding-left: 6px;
padding-bottom:11px;
padding-right:10px;
background-color:#76cb5c;
width:135px;
height: 40px;
line-height: 25px;
}

.entry span{
display:inline-block;
background-image:url(../images/entry.png);
background-repeat:no-repeat;
background-position:0 50%;
background-size:25px auto;
padding:0 0 0 30px;
font-weight:700;
}



.logout{
padding-top: 7px;
padding-left: 6px;
padding-bottom:11px;
padding-right:10px;
background-color:#76cb5c;
width:135px;
height: 40px;
line-height: 25px;
}

.logout span{
display:inline-block;
background-image:url(../images/logout.png);
background-repeat:no-repeat;
background-position:0 50%;
background-size:25px auto;
padding:0 0 0 30px;
font-weight:700;
}






#gnavi{
	overflow:hidden;
	width:1190px;
	margin:0px auto 0px auto;
}

#gnavi li a{
text-decoration:none;
color:#222;
display:block;
font-size:90%;
font-weight:700;
padding-top:30px;
transition: all 0.2s ease 0s;
height:75px;
line-height:100%;
}



#gnavi li a.active,
#gnavi li a:hover
{
box-shadow: 0px -5px 0px 0px #76CB5C inset;
color: #76CB5C;
}


#gnavi li{
	width:15.5%;
	float:left;
	text-align:center;
	border-left:1px solid #cccccc;

}

#gnavi li:first-child{
	width: 7%;
	height:75px;
	float:left;
	text-align:center;

}

#gnavi li:last-child{
	width:15.5%;
	float:left;
	text-align:center;
	border-right:1px solid #cccccc;

}

#gnavi li:nth-child(2) a{
padding-top:29px;

}

#gnavi li:nth-child(3) a{
padding-top:16px;

}

#gnavi li:nth-child(4) a{
padding-top:16px;

}

#gnavi li:nth-child(5) a{
padding-top:29px;

}

#gnavi li:nth-child(6) a{
padding-top:29px;

}

#gnavi li:nth-child(7) a{
padding-top:16px;

}




#gnavi li img{
	margin-top: -3px;
	margin-left: 2px;
	width: auto;
	height: 20px;
}

#gnavi li span{
	display: block;
	padding-top: 3px;
	margin-bottom: -6px;
	font-size: 80%;
	font-weight: 700;
}

p.font_b {
	display: block;
	margin-top: -6px;
	margin-bottom: -6px;
	font-size: 100%;
	font-weight: 700;
}


.login_company {
	display:inline-block;
	margin-top: 18px;
	margin-right: 15px;
	font-weight: 700;
	color: #76CB5C;
}


.login_company span {
	display:inline-block;
	font-size: 80%;
	font-weight: 400;
	color: #555555;
}




/******************************************************************************
/*トップスライダーエリア設定
******************************************************************************/


.top {
	margin: 0 auto 100px auto;
	padding: 0;
	width:100%;
	height: 50vh;/*スライダー上下の縦幅を画面の高さの半分（50vh）にする*/
	position:relative;
	z-index: 1;
}

.left {
	float: left;
	margin: 0 auto 0 auto;
	width: 50%;
	height: 50vh;/*スライダー上下の縦幅を画面の高さの半分（50vh）にする*/
}

.right {
	float: right;
	margin: 0 auto 0 auto;
	width: 50%;
	height: 50vh;/*スライダー上下の縦幅を画面の高さの半分（50vh）にする*/
}

.flexslider,
.flexslider2 {
	margin: 0 auto 0 auto;
	width:100%;
	height: 50vh;/*スライダー上下の縦幅を画面の高さの半分（50vh）にする*/

}

.slides {
	margin: 0 auto 0 auto;
	padding: 0;

}


.slides img {
	vertical-align: top;
	margin: 0 auto 0 auto;
	object-fit: cover;
	width:100%;
	height: 50vh;/*スライダー上下の縦幅を画面の高さの半分（50vh）にする*/
	font-size: 0;
	padding: 0;
}

.flexslider ul{
	margin: 0 auto 0 auto;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.flexslider li{
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 0;
}

.flexslider2 ul{
	margin: 0 auto 0 auto;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.flexslider2 li{
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 0;
}



/******************************************************************************
/* メインコピー設定
*******************************************************************************/

.main-inner-content {
	position: absolute; /* if position is not set, the script will set it to 'relative'. */
	z-index: 1; /* if z-index is not set, the script will set it to '2'. */
	top: 150px;
	padding: 0px;
	width: 100%;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
}



.main-inner-content img {
	width: 70%;
	height: auto;
}





/******************************************************************************
/* カテゴリータイトル設定
*******************************************************************************/


 
.title_box {
	position: relative;
	margin: 50px auto 50px auto;
	display:block;
	box-sizing:border-box;
	border: solid 1px #3049A3;
	width:100%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 13px;
}


.title_box2 {
	margin: 0px auto 20px auto;
	display:block;
	box-sizing:border-box;
	border: solid 1px #3049A3;
	width:100%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 13px;
}




.midashi_title {
	padding-left: 10px;
	margin-left:5px;
	margin-top:2px;
	border-left: 5px solid #3049A3;
	font-size: 100%;
	font-weight: 700;
	text-align: left;
}

 
.midashi_title p {
	margin-top:1px;
	font-weight: 700;
}


.nodata {
	font-size: 100%;
	margin-top:3px;
	font-weight: 700;
	color: #AE2923;
}


.contactus_block {
	margin: 0px auto 20px auto;
	width:100%;
	text-align: left;
}

/******************************************************************************
/* タイトル
*******************************************************************************/




.entry_title {
 	position: relative;
	width: 100%;
	margin: 50px auto 30px auto;
	padding-left: 35px;
	padding-top: 9px;
	padding-bottom: 10px;

	border: 1px solid #CCC;
	border-radius: 5px;
	font-size: 110%;
	font-weight:700;
	letter-spacing: 1.5px;
	text-align: left;
	color: #3C3C3C;
}
 
.entry_title::after {
	position: absolute;
	top: 50%;
 	left:1.0em;
	transform:translateY(-50%);
	content: '';
	width: 5px;
	height:20px;
	background-color: #1AA3B7;
}


/******************************************************************************
/* 文字設定
*******************************************************************************/

.red_bold {
	color :#C51528;
	font-weight: 700;
}








/******************************************************************************
/* お問い合わせレイアウト
******************************************************************************/

.flex-contact_area {
  display: flex;
}

.flex-contact_area .flex-1 { 
	width: 49%; 
	margin-right: 2%;
}

.flex-contact_area .flex-2 {
	width: 49%; 
}


/******************************************************************************
/* Moreクリック
******************************************************************************/


.more {
	position:relative;
	top: 20px;
	overflow: hidden;
	text-align: right;
	z-index:10;
}

.more span {
	display: inline-block;
	padding: 0 0.5em;
	position: relative;
	color:#ffffff;
	font-family:"Cormorant Garamond",serif;
	font-weight:500;
	font-size:1.4rem;

}

.more span:before {
	border-top: 1px solid;
	content: "";
	position: absolute;
	top: 50%;
	width: 99em;
	color:#777777;

}

.more span:before {
    right: 100%;
}




/******************************************************************************
/* コンセプト（ライトポジション）用
******************************************************************************/

.contents_header {
	position: relative;
	display: block;
	width:90%;
	height: 650px;
	margin: 50px auto 0px auto;
}



.contents_header .title_menu {
	position:absolute;
	width: 55%;
	top: 80px;
	left: 0px;
	display:block;
}

.contents_header .img_pic {
	width:500px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 10;
}

.contents_header .img_pic img {
	width:100%;
	height: auto;
}



.box {
	position: absolute;
	width: 500px;
	height: auto;
	top: 10px;
	right: 10px;
	padding: 0;
	font-weight: bold;
	border: solid 1px #dddddd;
	z-index: 10;
}





.contents_header .txt {
	background: #0E224B;
	position: absolute;
	top: 80px;
	left: 0;
	width: 95%;
	height: 450px;
	color: #ffffff;
}


.contents_header .txt:before{
	position:absolute;
	top: 0;
	left : 0;
	content:"";
	display:inline-block;
	width: 190px;
	height: 143px;
	background:url(../images/left_squ.png) no-repeat;

}




.contents_header .txt .container {
	position:absolute;
	width: calc(100% - 550px);
	margin-top: 40px;
	margin-left: 50px;
	display:block;

}

.contents_header .txt .container p {

	line-height: 2.00;

}


.contents_header .container img {
	width: 455px;
	height: auto;

}


.c-jp {
	position:absolute;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 120%;
	font-weight: 700;
	margin-bottom: 5px;
}

.c-jp_red {
	position:absolute;
	margin-top: 30px;
	margin-left: 0px;
	font-size: 100%;
	font-weight: 700;
	margin-bottom: 5px;
	color: #C51528;
	margin-bottom: 20px;

}


.c-jp2 {

	font-size: 120%;
	font-weight: 700;
	margin-bottom: 15px;
	color: #ffffff;
}


.en {
	line-height: 1.8;
}


/******************************************************************************
/* サポート事例設定
*******************************************************************************/


.support_area {
	width: 90%;
	margin: 100px auto 100px auto;

}



.support_title {
  display: flex;
  align-items: center;/* 縦位置の調整 */

	font-size: 130%;
	font-weight:700;
	color: #F17F00;
	margin-bottom: 50px;
}

.support_title::before,
.support_title::after {
  content: '';
  flex-grow: 1;/* 余白を分け与える */
  height: 1px;
  background: #F17F00;

}


.support_title::before {
  margin-right: 30px;
}

.support_title::after {
  margin-left: 30px;
}





.support_title2 {
  display: flex;
  align-items: center;/* 縦位置の調整 */

	font-size: 130%;
	font-weight:700;
	color: #76CB5C;
	margin-bottom: 90px;
}

.support_title2::before,
.support_title2::after {
  content: '';
  flex-grow: 1;/* 余白を分け与える */
  height: 1px;
  background: #76CB5C;

}


.support_title2::before {
  margin-right: 30px;
}

.support_title2::after {
  margin-left: 30px;
}







ul.submenu_nav {
	margin-top: 20px;
	margin-bottom: 20px;
	width:100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


ul.submenu_nav::after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}

 
ul.submenu_nav li {
	letter-spacing:normal;
	width: 32%; 
	vertical-align: top;
	text-align: center;
	margin-bottom: 30px;
	display: block;
}


ul.submenu_nav li a {
	display: block;


}


.attention_area{
	display: block;
	text-align: left;

}





/******************************************************************************
/* PDFリンク設定
******************************************************************************/


.pdf_image {
	display: inline-block;
	width: 100%;
	text-align: left;
}




.pdf_image img{
	width:35px;
	height: auto;
	margin-right: 10px;
}


.pdf_image p {
	display: inline-block;
	font-size: 80%;
	font-weight: 900;
	color: #C51528;
}


/******************************************************************************
/* FC BASE（Forest Credit Base）とは設定
******************************************************************************/

.top_contents_area{
	margin: 0 auto 0 auto;
	width:90%;
	letter-spacing: 1.5px;
	line-height: 1.8;
}


/******************************************************************************
/* FC BASE（Forest Credit Base）とは設定
******************************************************************************/

.top_contents_area_japan {
	margin: 0 auto 50px auto;
	width:90%;
	display: flex;

}

.top_contents_area_japan .flex-1 {
	background-color: #FFFFFF;
	width:750px;

}




.top_contents_area_japan .flex-2 {
	width: calc(100% - 750px);
	margin-top:0px;
	margin-left:30px;
	margin-bottom: 0px;
	background-color: #ffffff;
}




/******************************************************************************
/* 森林プロジェクト・CO2吸収量ボタン
*******************************************************************************/


.datafile_button {
	display: inline-block;
	height: 80px;
	width: 100%;
	text-decoration: none;
	font-size: 90%;
	font-weight: 700;
	text-align: center;
	color: #4758E0;
	border: 1px solid #cbcbcb;
	border-bottom: 1px solid #b2b1b1;
	text-shadow: 0px 1px 0px #fafafa;
	-webkit-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	-moz-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #ffffff), color-stop(0.5, #F3F3F3));
	background: -moz-linear-gradient(top, #ffffff 50%, #F3F3F3 50%);
	background: -o-linear-gradient(top, #ffffff 50%, #F3F3F3 50%);
	background: -ms-linear-gradient(top, #ffffff 50%, #F3F3F3 50%);
	background: linear-gradient(top, #ffffff 50%, #F3F3F3 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff 50%', endColorstr='#F3F3F3 50%');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff 50%', endColorstr='#F3F3F3 50%')";
	border-radius: 5px;
	margin-top: 20px;
	cursor: pointer;
	letter-spacing: 1.5px;
}

.datafile_button:active{ 
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: none;
}

.datafile_button p { 
	display: block;
	font-size: 130%;
	font-weight: 700;
	margin: 0 auto 0 auto;
	color: #369C00;
}

.datafile_button span { 
	display: inline-block;
	font-size: 100%;
	font-weight: 700;
	margin: 5px auto 0 auto;
	color: #369C00;
}


/******************************************************************************
/* ボタンボックス設定
*******************************************************************************/

.button_box {
	position:relative;
	width: 100%;
	background-color: #F7F7F7;
	border-radius: 5px;
	padding: 30px 30px 30px 30px;
	margin-bottom: 30px;
}

.button_box p {
	position:relative;
	z-index:10;
}

.button_box:before{
	position:absolute;
	top: 0;
	left : 0;
	content:"";
	display:inline-block;
	width: 190px;
	height: 143px;
	background:url(../images/left_squ2.png) no-repeat;

}




/******************************************************************************
/* マーケットタイトル設定1
*******************************************************************************/

.market_title {
	position:relative;
	width: 700px;
	height: 90px;
	margin-bottom: 0px;
}

.market_title p {
	position:absolute;
	top: 22px;
	right: 40px;
	z-index:10;
	font-weight: 700;
	font-size: 120%;
	color: #ffffff;
}

.market_title img {
	position:absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100px;
	z-index:1;
}


/******************************************************************************
/* マーケットタイトル設定2
*******************************************************************************/

.market_title2 {
	position:relative;
	width: 700px;
	height: 90px;
	margin-bottom: 50px;
}

.market_title2 p {
	position:absolute;
	top: 25px;
	right: 40px;
	z-index:10;
	font-weight: 700;
	font-size: 120%;
	color: #ffffff;
}

.market_title2 img {
	position:absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100px;
	z-index:1;
}


/******************************************************************************
/* 文字の表示制限設定
******************************************************************************/

.detail_main2 {
	width: 100%;
	margin: 0px auto 0px auto;
	font-size: 100%;
	padding-right: 30px;
}



/******************************************************************************
/* 文字の表示制限設定
******************************************************************************/

.title_ellipsis {
    width: 100%; /* 省略せずに表示するサイズを指定 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contents_ellipsis {
	width: 100%; /* 省略せずに表示するサイズを指定 */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden; 
	line-height: 1.8;
}



/******************************************************************************
/* 詳細ページ共通ファイルエリア
*******************************************************************************/

.common_box {
	width: 100%;
	background-color: #F7F7F7;
	border-radius: 5px;
	padding: 30px 30px 30px 30px;
	margin-top: 30px;
}

.detail_right .common_box p {
	margin-bottom: 10px;
	line-height: 1.4;

}

.common_box .contactus{
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
}


.common_box .contactus2{
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
}

.common_box2 {
	width: 100%;
	background-color: #F7F7F7;
	border-radius: 5px;
	padding: 30px 30px 30px 30px;
	margin-bottom: 30px;
}


.detail_right .common_box2 p {
	margin-bottom: 10px;
	line-height: 1.4;

}

.common_box2 .contactus{
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
}


.common_box .contactus2{
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
}



.common_box3 {
	width: 100%;
	background-color: #F7F7F7;
	border-radius: 5px;
	padding: 30px 30px 30px 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}


.common_box3 .contactus{
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
}





.balloon1-top {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 10px;
	width: 100%;
	color: #555;
	font-size: 16px;
	background: #e0edff;
	border-radius: 5px;
	text-align: center;

}

.balloon1-top:before {
	content: "";
	position: absolute;
	top: -48px;
	left: 50%;
	margin-left: -30px;
	border: 20px solid transparent;
	border-bottom: 30px solid #e0edff;
}

.balloon1-top p {
	font-weight: 500;
	margin-top: 10px;
	padding: 0;
}




.contact_message {
	position: relative;
	display: inline-block;
	padding: 0 55px;
	margin-bottom: 10px;
	color: #78B553;
}

.contact_message:before, .contact_message:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: #78B553;
}

.contact_message:before {
	left:0;
	width: 145px;

}
.contact_message:after {
	right: 0;
}



/********************************************************************************************************
/* プロダクトコード設定
*********************************************************************************************************/


span.product_code {
	display: inline-block;
	background-color: #76CB5C;
	color: #ffffff;
	font-weight: 700;
	padding:10px;
	margin-bottom:10px;
	font-size: 80%;
	line-height:1.5;
}


span.product_code2 {
	display: inline-block;
	font-size: 80%;
	font-weight: 700;
	color: #7ACD71;
	line-height:1.5;
}



/********************************************************************************************************
/* 吸収量コード設定
*********************************************************************************************************/


span.absorp_code {
	display: inline-block;
	background-color: #76CB5C;
	color: #ffffff;
	font-weight: 700;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	margin-right:10px;
	margin-bottom:10px;
	font-size: 80%;
	line-height:1.5;
}

span.absorp_code2 {
	display: inline-block;
	background-color: #84ADF6;
	color: #ffffff;
	font-weight: 700;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	margin-right:10px;
	margin-bottom:10px;
	font-size: 80%;
	line-height:1.5;
}



/******************************************************************************
/* 商品コード設定
*******************************************************************************/


.cost_area {
	width: 100%;
	display: inline-block;
	font-size:160%;
	font-weight: 700;
	color: #DC3545;
	text-align: right;
	margin-bottom: 20px;
}


.cost_area span {
	display: inline-block;
	font-size:50%;
	font-weight: 700;
	color: #000000;
}







/******************************************************************************
/* ノベルティ詳細ページ写真レイアウト
*******************************************************************************/

ul.submenu_nav3 {

	width:100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}





ul.submenu_nav3 li {
	letter-spacing:normal;
	display: block;
	width: 100%; 
	vertical-align: top;
	text-align: left;
	margin-bottom: 15px;

}




/******************************************************************************
/* ノベルティ詳細ページ写真レイアウト
*******************************************************************************/

ul.submenu_nav4 {

	width:100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


ul.submenu_nav4::after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}

ul.submenu_nav4 li:first-child {
	letter-spacing:normal;
	display: inline-block;
	width: 100%; 
	vertical-align: top;
	text-align: center;

}

ul.submenu_nav4 li:first-child .detail_image_size {
	width: 100%;
	height: 450px;
	object-fit: cover;
	object-position: 50% 50%

}




 
ul.submenu_nav4 li {
	letter-spacing:normal;
	display: inline-block;
	width: 32%; 
	vertical-align: top;
	text-align: center;
	margin-bottom: 10px;

}


ul.submenu_nav4 img {
	border-radius: 8px;
	height: 250px;
}



/******************************************************************************
/* アップロード済みPDF
*******************************************************************************/

.upload_box {
	background: #F5F5F5;
	border: 1px solid #ff8e9d;
	font-size: 90%;
	font-weight: 700;
	padding: 10px;
}







.detail_image_size {
	object-fit: cover;
	width: 100%;
	height: 200px;
	object-position: 50% 50%
}



a.order {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
}


.goods {
	position: relative;
	margin-bottom: 0px;
	width:100%;
	height: 445px;
	z-index:1;

}

.goods a { display: block; }

a.goods-menu {
	width:100%;
}



.goods2 {
	position: relative;
	margin-bottom: 0px;
	width:100%;
	height: 200px;
	z-index:1;

}

.goods2 a { display: block; }

a.goods-menu2 {
	width:100%;
}

.code {
	margin-bottom: 10px;

}


.main_copy {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;

}




.box30 {
	margin: 0 auto;
 	background: #f5f5f5;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	height: 450px;
	text-align: left;
	display: block;
}





.box30_in {
	margin-top: 0px;
	overflow: hidden;
	font-weight: 400;
	color: #164270;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	height: 150px;
}


.box30_2 {
	margin: 0 auto;
 	background: #f5f5f5;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	height: 390px;
	text-align: left;
	display: block;
}



.box30_in2 {
	margin-top: 0px;
	overflow: hidden;
	font-weight: 400;
	color: #164270;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}



.box30_3 {
	margin: 0 auto;
 	background: #f5f5f5;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	width: 100%;
	height: 700px;
	text-align: left;
	display: block;
}



.box30_in3 {
	width: 100%;
	margin-top: 0px;
	overflow: hidden;
	font-weight: 400;
	color: #164270;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}



.box35 {
	margin: 0 auto;
 	background: #f5f5f5;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	height: 550px;
	text-align: left;
	display: block;
}





.box35_in {
	margin-top: 0px;
	overflow: hidden;
	font-weight: 400;
	color: #164270;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	height: 230px;
}



.trim {
	overflow: hidden;
	width: 100%;
	max-height: 300px;
	margin: 0 auto;
}



.trim img {
	object-fit: cover;
	transform: scale(1);
	transition: 0.3s ease-in-out;
	width: 100%;
	height: 300px;
	object-position: 50% 50%;
}

.trim:hover img {
	transform: scale(1.3);
}


.trim2 {
	overflow: hidden;
	width: 100%;
	max-height: 300px;
	margin: 0 auto;
}



.trim2 img {
	object-fit: cover;
	transform: scale(1);
	transition: 0.3s ease-in-out;
	width: 100%;
	height: 300px;
	object-position: 50% 50%;
}





.kakomi-maru1 {
font-size: 80%;
	padding: 5px;
 color: #ffffff; /*文字色*/
 background-color: #164270; /*背景色*/
 border-radius: 5px; /*角の丸み*/ 
margin-right: 5px;
	font-weight: 700;
}


.kakomi-maru2 {
font-size: 80%;
	padding: 5px;
 color: #ffffff; /*文字色*/
 background-color: #ABDA69; /*背景色*/
 border-radius: 5px; /*角の丸み*/ 
margin-right: 5px;
	font-weight: 700;
}



.mokutekichi {
	font-size: 100%;
	font-weight: 600;
	color: #164270;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}



.mokutekichi2 {
	font-size: 100%;
	font-weight: 600;
	color: #164270;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;

}


.mokutekichi3 {
	font-size: 90%;
	font-weight: 700;
	color: #164270;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.mokutekichi3 span {
	font-size: 120%;
	font-weight: 700;
	color: #164270;
	text-align: left;
}


.mokutekichi4 {
	font-size: 80%;
	font-weight: 700;
	color: #164270;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}







.project_spec {
	font-size: 80%;
	margin-right: 5px;
	font-weight: 700;
}


hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

/* 点線 */
.hr1 {
	border-top: 1px solid #aaa;
	margin-bottom: 10px;
}






/******************************************************************************
/* 一覧ボタン
*******************************************************************************/

.infor_button {
	width: 100%;
	margin: 20px auto 20px auto;
	text-align: center;
}

.infor_btn,
a.infor_btn,
infor_btn_.btn {
	font-size: 1.0rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}


.infor_btn--orange,
a.infor_btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.infor_btn--orange:hover,
a.infor_btn--orange:hover {
  color: #fff;
  background: #f56500;
}





/******************************************************************************
/* カートに入れるボタンエリア
*******************************************************************************/

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";


.btn,
a.btn,
button.btn {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap--perspective {
  display: inline-block;

  -webkit-perspective: 600px;
  perspective: 600px;
}

a.btn-3d {
  display: block;

  -webkit-transform: rotateX(35deg);

  transform: rotateX(35deg);

  color: #fff;
  border-radius: 0.25rem 0.25rem 0 0;
  background: #A2CC89;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

a.btn-3d:after {
  position: absolute;
  z-index: -1;

  content: "";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a.btn-3db:after {
  top: calc(100% - 1px);
  left: 0;

  width: 100%;
  height: 40%;

  -webkit-transform: rotateX(-90deg);

  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;

  border-radius: 0 0 4px 4px;
  background: #78B553;
}

a.btn-3db:hover {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);

  color: #fff;
  border-radius: 0.25rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}



/******************************************************************************
/* ラジオボタン
*******************************************************************************/

.radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radio-inline__label {
    display: inline-block;
    padding: 0.5rem 0.5rem;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    transition: all .2s;
    outline-color: #4D90FE;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
    font-weight: 700;
}

.radio-inline__input:checked + .radio-inline__label {
    background: #B54A4A;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
    border 1px solid #ff8e9d;
    font-weight: 700;
}

.radio-inline__input:focus + .radio-inline__label {
    outline-color: #4D90FE;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
    font-weight: 700;
}


/******************************************************************************
/* 検索ボタン
*******************************************************************************/



.search_button {
	display: inline-block;
	height: 150px;
	width: 150px;
	text-decoration: none;
	font-size: 120%;
	font-weight: 700;
	text-align: center;
	color: #4758E0;
	border: 1px solid #cbcbcb;
	border-bottom: 1px solid #b2b1b1;
	text-shadow: 0px 1px 0px #fafafa;
	-webkit-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	-moz-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #ffffff), color-stop(0.5, #eeeeee));
	background: -moz-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: -o-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: -ms-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff 50%', endColorstr='#eeeeee 50%');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff 50%', endColorstr='#eeeeee 50%')";
	border-radius: 5px;
	margin-right: 0px;
	cursor: pointer;

}
.search_button:active{ 
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: none;
}

.search_button span {
	display: block;
	font-size: 70%;
	font-weight: 700;
	margin-top: 5px;
}

.search_button p {
	font-size: 85%;
	font-weight: 700;
	margin-top: 0px;
	margin-left: -10px;
}

/******************************************************************************
/* 検索ボックス設定
*******************************************************************************/





.flex-search_box {
	margin:30px auto 0px auto;
	display: flex;
}

.flex-search_box .flex-1 {
	flex: 2.0;
	background-color: #FFFFFF;

}




.flex-search_box .flex-2 {
	flex: 6.0; 
	margin-top:0px;
	margin-left:30px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

.flex-search_box .flex-2 p {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 30px;
}



.flex-search_box .flex-3 {
	flex: 0.5;
	margin-top: 80px;
	margin-left:30px;
	margin-bottom: 0px;
	background-color: #ffffff;
	text-align: right;
}


.release_box {
	box-sizing: border-box;
	border: solid 1px black;
	width: 100%;
	padding: 20px;
	margin-top: 30px;
	text-align: center;
}



/******************************************************************************
/* 概要説明ボックス設定
*******************************************************************************/



.comment_remarks {

	width: 100%;
	padding: 0px;
	margin-bottom: 50px;
	text-align: left;
	line-height: 1.8;
}





/********************************************************************************************************
/* 各タイトル＆文章
*********************************************************************************************************/

.Headline-simple-en {

	font-weight:900;
	margin-bottom: 10px;
	font-size: 140%;
	color: #C51528;
	letter-spacing: 0.5px;
}



.Headline-simple-jp {
	display: block;
	font-size: 110%;
	font-weight:700;
	margin-bottom: 20px;
}

.Headline-simple-jp2 {
	display: block;
	font-size: 110%;
	font-weight:700;
	margin-top: 20px;
	margin-bottom: 0px;
}

.Headline-simple-jp3 {
	display: block;
	font-size: 110%;
	font-weight:700;
	margin-top: 20px;
	margin-bottom: 30px;
}


.underline_yellow {
  background: linear-gradient(transparent 50%, #a8eaff 50%);
font-weight: 700;
}




.under_point {
	width:100%;
	position: relative;
	text-align: left;
	display: block;
	margin-top: 30px;
	margin-bottom: 90px;
}



.under_point:before {
	position: absolute;
	bottom: -10px;
	width: 50px;
	height: 4px;
	content: '';
	border-radius: 0px;
	background: #C51528;
	margin-bottom: -15px;
}



.under_point2 {
	width:100%;
	position: relative;
	text-align: left;
	display: block;
	margin-top: 80px;
	margin-bottom: 90px;
}



.under_point2:before {
	position: absolute;
	bottom: -10px;
	width: 50px;
	height: 4px;
	content: '';
	border-radius: 0px;
	background: #C51528;
	margin-bottom: -15px;
}



.sub-simple-jp {
	display: block;
	font-size: 80%;
	line-height: 1.3;
	font-weight:400;
	margin-top: -10px;
	margin-bottom: 50px;
}


.sub-comment-jp {
	display: block;
	font-size: 90%;
	line-height: 1.3;
	font-weight:500;
	margin-bottom: 40px;
}


.sub-simple-jp2 {
	display: block;
	font-size: 95%;
	line-height: 1.3;
	font-weight:700;
	margin-bottom: 0px;
}


.sub-comment-jp2 {
	display: block;
	font-size: 90%;
	line-height: 1.7;
	font-weight:500;
	margin-bottom: 30px;
}

.sub-comment-jp3 {
	display: block;
	font-size: 90%;
	line-height: 1.7;
	font-weight:500;
	margin-bottom: 0px;
}


.sub-simple-jp3 {
	font-weight:900;
	display: block;
	margin-bottom: 5px;
	font-size: 80%;
	color: #C51528;
	line-height: 1.4;
}

.sub-simple-jp4 {
	font-weight:900;
	display: block;
	margin-bottom: 20px;
	font-size: 100%;
	line-height: 1.4;
}



/********************************************************************************************************
/* 説明ボックス
*********************************************************************************************************/


.comment_box {
	width: 100%;
	height: 100%;
	background-color: #FAFAFA;
	padding-left: 40px;
	padding-right: 40px;
	padding-top:50px;
	padding-bottom:30px;

}


ul.top_menu_area {
	width:100%;
	text-align: justify;
	text-justify: distribute-all-lines; 
	margin-top: 0px;
}


ul.top_menu_area:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
} 
 
ul.top_menu_area li {
	letter-spacing:normal;
	display: block;
	width: 100%; 
	height: auto;
	vertical-align: top;
	text-align: center;
	margin-top: 30px;
}




ul.top_menu_area li:last-child{
	letter-spacing:normal;
	display: inline-block;
	width: 100%; 
	height: auto;
	vertical-align: top;
	text-align: center;
	margin-bottom: 0px;
}





ul.top_menu_area li .text {
	margin-top: 10px;
	font-size: 90%;
	color: #000000;
	font-weight: 700;
}



ul.top_menu_area2 {
	width:100%;
	text-align: justify;
	text-justify: distribute-all-lines; 
	margin-top: 0px;
}


ul.top_menu_area2:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
} 
 
ul.top_menu_area2 li {
	letter-spacing:normal;
	display: block;
	width: 100%; 
	height: auto;
	vertical-align: top;
	text-align: center;
	margin-top: 0px;
}




ul.top_menu_area2 li:last-child{
	letter-spacing:normal;
	display: inline-block;
	width: 100%; 
	height: auto;
	vertical-align: top;
	text-align: center;
	margin-bottom: 0px;
}





ul.top_menu_area2 li .text {
	margin-top: 10px;
	font-size: 90%;
	color: #000000;
	font-weight: 700;
}





.menu_box01 {
	position: relative;
	width: 100%;
	height: auto;
	display: inline-block;
	padding:12px;
	border : solid 1px #CBD5E0 ;
	text-align: center;
	background-color: #ffffff;
	letter-spacing: 1.2px;

}


.menu_box02 {
	position: relative;
	width: 100%;
	height: auto;
	display: inline-block;
	padding:12px;
	border : solid 1px #CBD5E0 ;
	text-align: left;
	background-color: #ffffff;
	letter-spacing: 1.2px;
	font-weight: 700;
	color: #000000;
}


.menu_box02_inbox {
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	letter-spacing: 1.2px;
	font-weight: 400;
	color: #000000;
}

.menu_box02_inbox p {
	line-height: 160%;
	font-weight: 400;
	color: #000000;
}

.menu_box02_inbox p.bold {
	line-height: 160%;
	font-weight: 700;
	color: #5472CD;
	margin-top: 20px;
	margin-bottom: 10px;
}




.menu_box02 ul.menu_box02_in { 
	display:block;
	margin-top: 15px; 
	margin-left: 20px; 
	margin-bottom: 15px; 
	list-style: disc;
	line-height: 1.6;

}

.menu_box02 ul.menu_box02_in li{ 
	padding-bottom :5px; 
	margin : 0;
	font-size: 90%;
	font-weight: 700;
	color: #000000;
	text-align: left;
	letter-spacing: 1.5px;
}







.maru_number {
	display: inline-block;
	height:25px;
	width:25px;
	border-radius:50%;
	line-height:25px;
	text-align:center;
	margin-right: 10px;
	background-color: #5472CD;
	color: #ffffff;
	font-weight: 700;
	padding-left: 1px;
}


.maru_number2 {
	display: inline-block;
	height:25px;
	width:25px;
	border-radius:50%;
	line-height:25px;
	text-align:center;
	margin-right: 10px;
	background-color: #127F3B;
	color: #ffffff;
	font-weight: 700;
	padding-left: 1px;
}


.menu_box03 {
	margin-top: 15px;
	margin-bottom: 20px;
	position: relative;
	width: 99%;
	height: auto;
	display: inline-block;
	text-align: left;
	letter-spacing: 1.2px;
}


.menu_box04 {
	position: relative;
	width: 100%;
	height: auto;
	display: inline-block;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:12px;
	border : solid 1px #CBD5E0 ;
	text-align: left;
	background-color: #ffffff;
	letter-spacing: 1.2px;
	font-weight: 700;
	color: #000000;
}






.comment_box span.maru-box-03 {
	background-color: #5472CD;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 4px;
	color: #ffffff;
	font-weight: 700;
	margin-right: 5px;
	margin-bottom: 20px;
}


.comment_box span.maru-box-04 {
	background-color: #127F3B;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 4px;
	color: #ffffff;
	font-weight: 700;
	margin-right: 5px;
	margin-bottom: 20px;
}


.comment_box span.maru-box-05 {
	background-color: #C00000;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 4px;
	color: #ffffff;
	font-weight: 700;
	margin-right: 5px;
	margin-bottom: 20px;
}


.maru-box-05 {
	background-color: #C00000;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 4px;
	color: #ffffff;
	font-weight: 700;
	margin-right: 5px;
	margin-bottom: 20px;
}



.comment_box p.what04 {
	display: inline-block;
	color: #5472CD;
	font-size: 120%;
	font-weight: 700;
	margin-bottom: 20px;
}

.comment_box p.what05 {
	display: inline-block;
	color: #127F3B;
	font-size: 120%;
	font-weight: 700;
	margin-bottom: 20px;
}


/********************************************************************************************************
/* トップ説明ボックス
*********************************************************************************************************/


.top_comment_box {
	width: 100%;
	height: 100%;
	margin: 0 auto 50px auto;
	line-height: 1.8;
}

/******************************************************************************
/*　利用規約
******************************************************************************/

.term_of_use {
	width: 100%;
	height: auto;
	display: block;
	border : solid 1px #CBD5E0;
	text-align: center;
	background-color: #ffffff;
	letter-spacing: 1.2px;
	margin-bottom: 20px;

}


.term_head_title {
	display: inline-block;
	margin-right: 0.3rem;
	font-size: 95%;
	color: #C51528;
	line-height: 1.5;
	font-weight:700;
	margin-bottom: 10px;

}

.term_text {
	display: inline-block;
	font-size: 95%;
	color: #000000;
	text-align: left;
	font-weight:700;
}


/******************************************************************************
/*　ログインボタン
******************************************************************************/

.item-list{
	width: 100%;
	display: flex;
	justify-content: center; /* 中央寄せ */
	margin-top: 30px;
	margin-bottom: 0px;

}

.item-list .item{
	box-sizing: border-box;
	padding: 0px; 
}



/******************************************************************************
/*　利用規約
******************************************************************************/

.term_of_use {
	position: relative;
	width: 100%;
	height: auto;
	display: inline-block;
	padding-top:12px;
	padding-left:12px;
	padding-bottom: 5px;
	border : solid 1px #CBD5E0 ;
	text-align: center;
	background-color: #ffffff;
	letter-spacing: 1.2px;
	margin-bottom: 0px;
	font-weight:700;

}


.term_head_title {
	display: inline-block;
	margin-right: 0.3rem;
	font-size: 95%;
	color: #C51528;
	line-height: 1.5;
}

.term_text {
	display: inline-block;
	font-size: 95%;
	color: #000000;
	text-align: left;
}



/******************************************************************************
/*　パスワードを忘れた方
******************************************************************************/

.item-list2{
	width: 100%;
	display: flex;
	justify-content: center; /* 中央寄せ */
	padding-bottom: 50px;
	margin-top: 0px;
	margin-bottom: 50px;

}

.item-list2 .item{
	box-sizing: border-box;
	padding: 0px; 
}





/******************************************************************************
/* ページのトップに戻る
******************************************************************************/



#page-top {
	position: fixed;
	bottom: 100px;
	right: 20px;
	z-index:100;
}
#page-top a {

}
#page-top a:hover {
	filter: alpha(opacity=60);
	-moz-opacity:.6;
	opacity:.6;
}



/******************************************************************************
/* フッター設定
******************************************************************************/

.site_footer{
	width:100%;
	background-color:#F5F5F5;

	border-top:1px solid #d6d6d6;
	text-align: center;
}


.site_footer2{
	margin-top: 50px;
	width:100%;
	background-color:#F5F5F5;
	border-top:1px solid #d6d6d6;
	text-align: center;
}


.bottom_copy{
	margin:0 auto 0 auto;
	width:100%;
	background-color:#F0F0F0;
	border-bottom:1px solid #bfbfbf;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 1.5px;
	font-size: 100%;
}


.bottom_copy_in {
	margin:0 auto 0 auto;
	width:90%;
}


.copyright{
	text-align:center;
	font-size:77%;
	font-family:Arial, sans-serif;
	background-color:#495B87;
	padding:12px 0;
	margin-top:0px;
	color:#fff;
}





.corporate_copy{
	margin:0 auto 0 auto;
	padding-top:15px;
	padding-bottom:15px;
	letter-spacing:1px;
}




.corporate_info{
	width:90%;
	margin:50px auto 0px auto;
	background-color:#F5F5F5;
	text-align: left;
}


.corporate_info_left{
	float:left;
	width:60%;
	margin:0px auto 0px auto;
	text-align: left;
}



.corporate_info_right{
	float:right;
	width:35%;
	margin:0px auto 50px auto;
	text-align: left;
}




.corporate_info_right p.contact_address {

	font-size: 80%;
	margin-bottom: 15px;

}
 
.corporate_info_right p.contact_address2 {
	color: #194375;
	font-size: 160%;
	font-weight: 900;
}

.corporate_info_right p.logo {
	width: 350px;
	height: auto;
	margin-bottom: 15px;
}




.corporate_info_copy{
	float:left;
	margin-left:2%;
	margin-top:5px;
	width:50%;
	height: auto;
	font-size: 80%;
	line-height:1.5;
	text-align: left;
}



ul.footer_ul {
	margin: 0 auto 100px auto;
	width:100%;
	list-style-type: none
	text-align: left;
}
 


ul.footer_ul li:first-child {
	float: left;
	width:28%;
	height: auto;
	margin-right: 2%;
	margin-bottom: 50px;

}

ul.footer_ul li:last-child {
	display: inline-block;
	width:70%;
	float: left;
	text-align: left;
}

ul.footer_ul li p {

	font-size: 90%;
}

/******************************************************************************
/* ジャパンマップ（トップページ）設定
*******************************************************************************/

.japan_map a{color:#000000;text-decoration:none;}
.japan_map a:hover{color:#82C81F;}
.japan_map a:active, a:focus {outline:0;}


.japan_map {
	position: relative;
	width: 750px;
	height: 700px;
	background-image:url(../images/japan2.png);
	background-repeat:no-repeat;
	background-position:0 0%;
	background-size:100% auto;
	padding:0 0 0 0px;
}


.kansai {
	position: absolute;
	top: 414px;
	left:300px;
	border-radius:4px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	border:3px solid #82C81F;
}

.kansai p {
	display: block;
	font-weight:700;
	margin: 0 auto 5px auto;
	color :#246800;
}

.kansai span {
	display: inline-block;
	font-weight:600;
	font-size: 85%;
	line-height: 1.6;
	margin-bottom: 0px;
}



.tokai {
	position: absolute;
	top: 480px;
	left:430px;
	border-radius:4px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	border:3px solid #82C81F;
}

.tokai p {
	display: block;
	font-weight:700;
	margin: 0 auto 5px auto;
	color :#246800;
}

.tokai span {
	display: inline-block;
	font-weight:600;
	font-size: 85%;
	line-height: 1.6;
	margin-bottom: 0px;
}


.hokushin {
	position: absolute;
	top: 270px;
	left:425px;
	border-radius:4px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	border:3px solid #82C81F;
}

.hokushin p {
	display: block;
	font-weight:700;
	margin: 0 auto 5px auto;
	color :#246800;
}

.hokushin span {
	display: inline-block;
	font-weight:600;
	font-size: 85%;
	line-height: 1.6;
	margin-bottom: 0px;
}


.chugoku {
	position: absolute;
	top: 330px;
	left:170px;
	border-radius:4px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	border:3px solid #82C81F;
}

.chugoku p {
	display: block;
	font-weight:700;
	margin: 0 auto 5px auto;
	color :#246800;
}

.chugoku span {
	display: inline-block;
	font-weight:600;
	font-size: 85%;
	line-height: 1.6;
	margin-bottom: 0px;
}


.shikoku {
	position: absolute;
	top: 510px;
	left:180px;
	border-radius:4px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	border:3px solid #82C81F;
}

.shikoku p {
	display: block;
	font-weight:700;
	margin: 0 auto 5px auto;
	color :#246800;
}

.shikoku span {
	display: inline-block;
	font-weight:600;
	font-size: 85%;
	line-height: 1.6;
	margin-bottom: 0px;
}



.kyusyu {
	position: absolute;
	top: 400px;
	left:30px;
	border-radius:4px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	border:3px solid #82C81F;
}

.kyusyu p {
	display: block;
	font-weight:700;
	margin: 0 auto 5px auto;
	color :#246800;
}

.kyusyu span {
	display: inline-block;
	font-weight:600;
	font-size: 85%;
	line-height: 1.6;
	margin-bottom: 0px;
}


.kantou {
	position: absolute;
	top: 420px;
	right:50px;
	border-radius:4px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	border:3px solid #82C81F;
}

.kantou p {
	display: block;
	font-weight:700;
	margin: 0 auto 5px auto;
	color :#246800;
}

.kantou span {
	display: inline-block;
	font-weight:600;
	font-size: 85%;
	line-height: 1.6;
	margin-bottom: 0px;
}



.touhoku {
	position: absolute;
	top: 190px;
	right:50px;
	border-radius:4px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	border:3px solid #82C81F;
}

.touhoku p {
	display: block;
	font-weight:700;
	margin: 0 auto 5px auto;
	color :#246800;
}

.touhoku span {
	display: inline-block;
	font-weight:600;
	font-size: 85%;
	line-height: 1.6;
	margin-bottom: 0px;
}

.hokkaido {
	position: absolute;
	top: 60px;
	right:130px;
	border-radius:4px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	border:3px solid #82C81F;
}

.hokkaido p {
	display: block;
	font-weight:700;
	margin: 0 auto 5px auto;
	color :#246800;
}

.hokkaido span {
	display: inline-block;
	font-weight:600;
	font-size: 85%;
	line-height: 1.6;
	margin-bottom: 0px;
}


.area_map {
	margin-bottom: 0px;
}





/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* 601 - 768用（タブレット用）の記述 */
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/


/******************************************************************************
/* スマートフォン・タブレットサイズ
*******************************************************************************/


@media screen and (max-width:1200px) {



.pcOnly {
	display: none!important;
}
.spOnly {
	display: block!important;
}


/******************************************************************************
/* スマホ用メニュー
*******************************************************************************/


nav{
	display: none;
	position: absolute;
	top:60px;
	width: 100%;
	left: 0;
	margin-bottom: 20px;
}
 
/*------------------------------------プルダウンの部分を記述--------------*/
 
nav ul{
	margin:30px auto 0px;
	width: 90%;
}
 
nav ul li{
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	font-family: 'M PLUS 1p', sans-serif;
	letter-spacing: 1px;
}
 
/*最後のメニューは下線を不要にする -------------------------------------------*/
 


 
 

/*開閉ボタンの作り方 ------------------------------------------------*/

#nav_toggle {
	display: block;
	width: 30px;
	height: 30px;
	position: fixed;/*固定にします。*/
	top: 18px;
	right:20px;/*左端に配置*/
	z-index: 999999;

}



#nav_toggle div {
	position: relative;
	background-color: rgba(59,59,59,0.77);
	z-index: 999999;
}


 
#nav_toggle span {
	display: block;
	height: 2px;
	background-color: #333;
	position:absolute;
	width: 100%;
	left: 0;
	transition: 0.5s ease-in-out;
}

nav {
	position: fixed;
	background-color: rgba(59,59,59,0.77);
	z-index: 999999;
}

 
/*-----------------------------------------------------三本ずつずらして設定*/

#nav_toggle span:nth-child(1){
	top:0px;
}
#nav_toggle span:nth-child(2){
	top:10px;
}
#nav_toggle span:nth-child(3){
	top:20px;
}

 
/*-----------------------------開閉ボタンopen時-------*/

.open #nav_toggle span:nth-child(1) {
top: 12px;
transform: rotate(135deg);
}
 
/* ----------------------------2本目を非表示にすることで、三本が2本になる*/

.open #nav_toggle span:nth-child(2) {
display:none;
}

.open #nav_toggle span:nth-child(3) {
top: 12px;
transform: rotate(-135deg);
}


/******************************************************************************
/* スマホ用メニュー各ブロック
*******************************************************************************/


.homeWorkItem{text-align: center; padding: 1px;}





.homeWorkItem .line{
	display: none;
	position: absolute;
	background-color: #d9d9d9;
	transition:all 0.3s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}


.homeWorkItem .line{display: block; transition:all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1)}

.homeWorkItem .line.line-top{top: 0;left: 0; width: 100%; height: 1px}
.homeWorkItem .line.line-left{top: 0;left: 0; height: 100%; width: 1px}
.homeWorkItem .line.line-bottom{bottom: 0;left: 0; width: 100%; height: 1px}
.homeWorkItem .line.line-right{right: 0; top: 0; height: 100%; width: 1px}

.homeWorkItem a{display:block;}
.homeWorkItem a{position:relative; box-sizing:border-box;background:none; height: 80px;}
.homeWorkItem a:hover{color: #ffd20d}
.homeWorkItem a:hover .line{background-color: #ffd20d}
.homeWorkItem a:hover .line.line-top{height: 4px}
.homeWorkItem a:hover .line.line-left{width: 4px}
.homeWorkItem a:hover .line.line-bottom{height: 4px}
.homeWorkItem a:hover .line.line-right{width: 4px}

.homeWorkItem .menutitle{
	position: absolute;
	width:100%;
	top: 50%;
	transform : translateY(-50%);
	font-size: 60%;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	text-decoration: none;

}




/******************************************************************************
/* スマホ用メニュー各ブロックサイズ
*******************************************************************************/



nav ul li:nth-child(1) {
	float: left;
	width: 49%;
}


nav ul li:nth-child(2) {
	float: right;
	width: 49%;
}

nav ul li:nth-child(3) {
	float: left;
	width: 49%;

}

nav ul li:nth-child(4) {
	float: right;
	width: 49%;
}

nav ul li:nth-child(5) {
	float: left;
	width: 49%;
}

nav ul li:nth-child(6) {
	float: right;
	width: 49%;
}

nav ul li:nth-child(7) {
	float: left;
	width: 49%;
}


nav ul li:nth-child(8) {
	float: right;
	width: 49%;
}

nav ul li:nth-child(9) {
	float: left;
	width: 49%;
}

nav ul li:nth-child(10) {
	float: right;
	width: 49%;
}

nav ul li:nth-child(11) {
	float: left;
	width: 49%;
}

nav ul li:nth-child(12) {
	float: right;
	width: 49%;
}


nav ul li:nth-child(13) {
	width: 100%;
}





/******************************************************************************
/* メニューはこちら
*******************************************************************************/

.menu_here{
	display: block;
	position: fixed;/*固定にします。*/
	top: 13px;
	right:80px;/*左端に配置*/
	z-index: 9999999;
	font-size: 70%;
	font-weight: 500;
	text-align: left;
	color: #0098B7;
}



/****************************************************************************************
/* ヘッダー設定
****************************************************************************************/



#header{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 60px;
	box-shadow:0 0px 0px rgba(0,0,0,0.1);
	z-index:1000;
	margin:0px auto 0px auto;
	background-color :#ffffff;

}

#header .header_in {
	width: 100%;
	height: 60px;
	margin: 0px 0px 0px 15px;
	border-bottom:0px solid #e3e3e3;
}



#logo_sp{
position: absolute;
top:10px;
left:10px;
}


#logo_sp img{
width: auto;
height: 45px;
}


/******************************************************************************
/* メインコピー設定
*******************************************************************************/

.main-inner-content {
	position: absolute; /* if position is not set, the script will set it to 'relative'. */
	z-index: 1; /* if z-index is not set, the script will set it to '2'. */
	top: 60px;
	padding: 0px;
	width: 100%;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
}



.main-inner-content img {
	width: 50%;
	height: auto;
}











}



/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* 600px - 100px用（スマートフォン用）の記述 */
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/


@media screen and (min-width: 100px) and (max-width: 600px)  {






/****************************************************************************************
/* メニューボックス設定
****************************************************************************************/

.homeWorkItem a{position:relative; box-sizing:border-box;background:none; height: 50px;}



/****************************************************************************************
/* ヘッダー設定
****************************************************************************************/


#header{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 60px;
	box-shadow:0 0px 0px rgba(0,0,0,0.1);
	z-index:1000;
	margin:0px auto 0px auto;
	background-color :#ffffff;

}

#header .header_in {
	width: 100%;
	height: 60px;
	margin: 0px 0px 0px 15px;
	border-bottom:0px solid #e3e3e3;
}



/******************************************************************************
/*トップスライダーエリア設定
******************************************************************************/


.top {
	margin: 0 auto 20px auto;
	padding: 0;
	width:100%;
	height: 50vh;/*スライダー上下の縦幅を画面の高さの半分（50vh）にする*/
	position:relative;
	z-index: 1;
}



/******************************************************************************
/* メインコピー設定
*******************************************************************************/

.main-inner-content {
	position: absolute; /* if position is not set, the script will set it to 'relative'. */
	z-index: 1; /* if z-index is not set, the script will set it to '2'. */
	top: 110px;
	padding: 0px;
	width: 100%;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
}



.main-inner-content img {
	width: 80%;
	height: auto;
}



/******************************************************************************
/* コンセプト（ライトポジション）用
******************************************************************************/

.contents_header {
	position: relative;
	display: block;
	width:90%;
	margin: 0px auto 0px auto;
}



.contents_header .title_menu {
	position:absolute;
	width: 100%;
	top: 80px;
	left: 0px;
	display:block;
}

.contents_header .img_pic {
	width:100%;
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 10;
}

.contents_header .img_pic img {
	width:100%;
	height: auto;
}



.box {
	display: none;
}





.contents_header .txt {
	background: #0E224B;
	position: absolute;
	top: 250px;
	left: 0;
	width: 100%;
	height: 460px;
	color: #ffffff;
	margin: 0 auto 0 auto;

}


.contents_header .txt:before{
	position:absolute;
	top: 0;
	left : 0;
	content:"";
	display:inline-block;
	width: 190px;
	height: 143px;
	background:url(../images/left_squ.png) no-repeat;

}




.contents_header .txt .container {
	position:absolute;
	width: 90%;
	margin-top: 30px;
	margin-left: 5%;
	display:block;

}

.contents_header .txt .container p {

	line-height: 2.00;
	font-size: 80%;
}


.contents_header .container img {
	width: 455px;
	height: auto;

}


.c-jp {
	position:absolute;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 90%;
	font-weight: 700;
	margin-bottom: 5px;
}

.c-jp_red {
	position:absolute;
	margin-top: 50px;
	margin-left: 0px;
	font-size: 80%;
	font-weight: 700;
	margin-bottom: 5px;
	color: #C51528;
	margin-bottom: 20px;

}


.c-jp2 {

	font-size: 100%;
	font-weight: 700;
	margin-bottom: 15px;
	color: #ffffff;
}


.en {
	line-height: 1.8;
	font-size: 80%;
}


/******************************************************************************
/* Moreクリック
******************************************************************************/


.more {
	position:relative;
	top: 20px;
	overflow: hidden;
	text-align: right;
	z-index:10;
}

.more span {
	display: inline-block;
	padding: 0 0.5em;
	position: relative;
	color:#ffffff;
	font-family:"Cormorant Garamond",serif;
	font-weight:500;
	font-size:90%;

}

.more span:before {
	border-top: 1px solid;
	content: "";
	position: absolute;
	top: 50%;
	width: 99em;
	color:#777777;

}

.more span:before {
    right: 100%;
}

/******************************************************************************
/* FC BASE（Forest Credit Base）とは設定
******************************************************************************/

.top_contents_area{
	margin: 0px auto 0 auto;
	width:90%;

}


/******************************************************************************
/* カテゴリータイトル設定
*******************************************************************************/


.midashi_title {
	padding-left: 10px;
	margin-left:5px;
	border-left: 5px solid #3049A3;
	font-size: 100%;
	font-weight: 700;
}


 
.title_box {
	margin: 0 auto 20px auto;
	display:block;
	box-sizing:border-box;
	border: solid 1px #3049A3;
	width:100%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 13px;
}


.title_box2 {
	margin: 0 auto 20px auto;
	display:block;
	box-sizing:border-box;
	border: solid 1px #3049A3;
	width:100%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 13px;
}

 
.midashi_title p {
	font-size: 90%;
	margin-top:3px;
	font-weight: 700;
}


.nodata {
	font-size: 90%;
	margin-top:3px;
	font-weight: 700;
	color: #AE2923;
}





/******************************************************************************
/* フッター設定
******************************************************************************/


.site_footer2{
	margin-top: 20px;
	width:100%;
	background-color:#F5F5F5;
	border-top:1px solid #d6d6d6;
	text-align: center;
}




.bottom_copy{
	margin:0 auto 0 auto;
	width:100%;
	background-color:#F0F0F0;
	border-bottom:1px solid #bfbfbf;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5%;
	padding-right: 5%;
	letter-spacing: 1.3px;
	font-size: 80%;
	text-align: left;
}



.corporate_info{
	width:90%;
	margin:0px auto 0px auto;
	background-color:#F5F5F5;
	text-align: left;
}


.corporate_info_left{
	float:left;
	width:100%;
	margin:30px auto 0px auto;
	text-align: left;
}



.corporate_info_right{
	float:right;
	width:100%;
	margin:0px auto 0px auto;
	text-align: left;
}

.corporate_info_right p.logo {
	width: 70%;
	height: auto;
	margin-bottom: 15px;
}



ul.footer_ul {
	margin: 0px auto 0px auto;
	width:100%;
	list-style-type: none
	text-align: left;
}
 


ul.footer_ul li:first-child {
	float: left;
	width:30%;
	height: auto;
	margin-right: 2%;
	margin-bottom: 50px;

}

ul.footer_ul li:last-child {
	display: inline-block;
	width:68%;
	float: left;
	text-align: left;
	margin-bottom: 20px;
}

ul.footer_ul li p {

	font-size: 70%;
}


.copyright{
	text-align:center;
	font-size:65%;
	font-family:Arial, sans-serif;
	background-color:#138c80;
	padding:12px;
	margin-top:20px;
	color:#fff;
}




/******************************************************************************
/* ジャパンマップ（トップページ）設定
*******************************************************************************/

.area_map {
	display: flex;
	margin-bottom: 5px;
	flex-wrap: wrap;
}


/******************************************************************************
/* FC BASE（Forest Credit Base）とは設定
******************************************************************************/

.top_contents_area_japan {
	margin: 0 auto 0px auto;
	width:90%;
	display: flex;
	flex-wrap: wrap;
}

.top_contents_area_japan .flex-1 {
	display: block;
	background-color: #FFFFFF;
	width:100%;

}




.top_contents_area_japan .flex-2 {
	width:100%;
	display: block;
	margin-top:0px;
	margin-left:0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}



/******************************************************************************
/* ジャパンマップ（トップページ）設定
*******************************************************************************/

.japan_map a{color:#000000;text-decoration:none;}
.japan_map a:hover{color:#82C81F;}
.japan_map a:active, a:focus {outline:0;}


.japan_map {
	position: relative;
	width: 100%;
	height: auto;
	background-image:url(../images/japan2.png);
	background-repeat:no-repeat;
	background-position:0 0%;
	background-size:100% auto;
	margin-bottom: 400px;
}


.kansai {
	position: relative;
	top: 350px;
	left:0;
	border-radius:4px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	border:3px solid #82C81F;
	margin-bottom : 20px;

}

.kansai p {
	display: block;
	font-weight:700;
	margin: 0 auto 5px auto;
	color :#246800;
}

.kansai span {
	display: inline-block;
	font-weight:600;
	font-size: 85%;
	line-height: 1.6;
	margin-bottom: 0px;
}



.tokai {
	position: relative;
	top: 350px;
	left:0;
	border-radius:4px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	border:3px solid #82C81F;
	margin-bottom : 20px;

}

.tokai p {
	display: block;
	font-weight:700;
	margin: 0 auto 5px auto;
	color :#246800;
}

.tokai span {
	display: inline-block;
	font-weight:600;
	font-size: 85%;
	line-height: 1.6;
	margin-bottom: 0px;
}


.hokushin {
	position: relative;
	top: 350px;
	left:0;
	border-radius:4px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	border:3px solid #82C81F;
	margin-bottom : 20px;

}

.hokushin p {
	display: block;
	font-weight:700;
	margin: 0 auto 5px auto;
	color :#246800;
}

.hokushin span {
	display: inline-block;
	font-weight:600;
	font-size: 85%;
	line-height: 1.6;
	margin-bottom: 0px;
}


.chugoku {
	position: relative;
	top: 350px;
	left:0;
	border-radius:4px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	border:3px solid #82C81F;
	margin-bottom : 20px;

}

.chugoku p {
	display: block;
	font-weight:700;
	margin: 0 auto 5px auto;
	color :#246800;
}

.chugoku span {
	display: inline-block;
	font-weight:600;
	font-size: 85%;
	line-height: 1.6;
	margin-bottom: 0px;
}


.shikoku {
	position: relative;
	top: 350px;
	left:0;
	border-radius:4px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	border:3px solid #82C81F;
	margin-bottom : 20px;

}

.shikoku p {
	display: block;
	font-weight:700;
	margin: 0 auto 5px auto;
	color :#246800;
}

.shikoku span {
	display: inline-block;
	font-weight:600;
	font-size: 85%;
	line-height: 1.6;
	margin-bottom: 0px;
}



.kyusyu {
	position: relative;
	top: 350px;
	left:0;
	border-radius:4px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	border:3px solid #82C81F;
	margin-bottom : 20px;

}

.kyusyu p {
	display: block;
	font-weight:700;
	margin: 0 auto 5px auto;
	color :#246800;
}

.kyusyu span {
	display: inline-block;
	font-weight:600;
	font-size: 85%;
	line-height: 1.6;
	margin-bottom: 0px;
}


.kantou {
	position: relative;
	top: 350px;
	left:0;
	border-radius:4px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	border:3px solid #82C81F;
	margin-bottom : 20px;
}

.kantou p {
	display: block;
	font-weight:700;
	margin: 0 auto 5px auto;
	color :#246800;
}

.kantou span {
	display: inline-block;
	font-weight:600;
	font-size: 85%;
	line-height: 1.6;
	margin-bottom: 0px;
}



.touhoku {
	position: relative;
	top: 350px;
	left:0;
	border-radius:4px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	border:3px solid #82C81F;
	margin-bottom : 20px;

}

.touhoku p {
	display: block;
	font-weight:700;
	margin: 0 auto 5px auto;
	color :#246800;
}

.touhoku span {
	display: inline-block;
	font-weight:600;
	font-size: 85%;
	line-height: 1.6;
	margin-bottom: 0px;
}

.hokkaido {
	width: 100%;
	position: relative;
	top: 350px;
	left:0;
	border-radius:4px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	border:3px solid #82C81F;
	margin-bottom : 20px;
}

.hokkaido p {
	display: block;
	font-weight:700;
	margin: 0 auto 5px auto;
	color :#246800;
}

.hokkaido span {
	display: inline-block;
	font-weight:600;
	font-size: 85%;
	line-height: 1.6;
	margin-bottom: 0px;
}


.area_map {
	margin-bottom: 0px;
}




/******************************************************************************
/* ボタンボックス設定
*******************************************************************************/

.button_box {
	position:relative;
	width: 100%;
	background-color: #F7F7F7;
	border-radius: 5px;
	padding: 30px 30px 30px 30px;
	margin-bottom: 30px;
	font-size: 90%;
}

.button_box p {
	position:relative;
	z-index:10;
}

.button_box:before{
	position:absolute;
	top: 0;
	left : 0;
	content:"";
	display:inline-block;
	width: 190px;
	height: 143px;
	background:url(../images/left_squ2.png) no-repeat;

}




/********************************************************************************************************
/* トップ説明ボックス
*********************************************************************************************************/


.top_comment_box {
	width: 100%;
	height: 100%;
	margin: 0 auto 30px auto;
	line-height: 1.8;
	font-size: 90%;
}


/********************************************************************************************************
/* トップリストボックス
*********************************************************************************************************/

ul.submenu_nav {
	margin-top: 20px;
	margin-bottom: 20px;
	width:100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


ul.submenu_nav::after {
	content: "";
	display: block;
	width:100%; 
	height: 0;
}

 
ul.submenu_nav li {
	letter-spacing:normal;
	width:100%; 
	vertical-align: top;
	text-align: center;
	margin-bottom: 30px;
	display: block;
}


ul.submenu_nav li a {
	display: block;


}



/******************************************************************************
/* マーケットタイトル設定1
*******************************************************************************/

.market_title {
	position:relative;
	width: 100%;
	height: auto;
	display: block;
	margin-top: -70px;
	padding-bottom: 60px;
}

.market_title p {
	position:absolute;
	top: 25px;
	right: 40px;
	z-index:10;
	font-weight: 700;
	font-size: 120%;
	color: #ffffff;
}

.market_title img {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index:1;
}


/******************************************************************************
/* マーケットタイトル設定2
*******************************************************************************/

.market_title2 {
	position:relative;
	width: 100%;
	height: auto;
	display: block;
	margin-top: -70px;
	padding-bottom: 10px;
}

.market_title2 p {
	position:absolute;
	top: 9px;
	right: 12px;
	z-index:10;
	font-weight: 700;
	font-size: 85%;
	color: #ffffff;
}

.market_title2 img {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index:1;
}




/******************************************************************************
/* 検索ボタン
*******************************************************************************/



.search_button {
	display: inline-block;
	height: 50px;
	width: 150px;
	text-decoration: none;
	font-size: 100%;
	font-weight: 700;
	text-align: center;
	color: #4758E0;
	border: 1px solid #cbcbcb;
	border-bottom: 1px solid #b2b1b1;
	text-shadow: 0px 1px 0px #fafafa;
	-webkit-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	-moz-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #ffffff), color-stop(0.5, #eeeeee));
	background: -moz-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: -o-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: -ms-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff 50%', endColorstr='#eeeeee 50%');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff 50%', endColorstr='#eeeeee 50%')";
	border-radius: 5px;
	margin-right: 0px;
	cursor: pointer;

}
.search_button:active{ 
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: none;
}

.search_button span {
	display: block;
	font-size: 70%;
	font-weight: 700;
	margin-top: 5px;
}

.search_button p {
	font-size: 85%;
	font-weight: 700;
	margin-top: 0px;
	margin-left: -10px;
}

/******************************************************************************
/* 検索ボックス設定
*******************************************************************************/





.flex-search_box {
	margin:30px auto 0px auto;
	display: block;
	width: 100%;
}

.flex-search_box .flex-1 {
	display: block;
	width: 100%;
	background-color: #FFFFFF;

}




.flex-search_box .flex-2 {
	display: block;
	width: 100%;
	margin-top:0px;
	margin-left:0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	justify-content: space-between;
	font-size: 80%;
}

.flex-search_box .flex-2 p {
	font-size: 90%;
	font-weight: 700;
	margin-bottom: 30px;
}



.flex-search_box .flex-3 {
	display: block;
	width: 100%;
	margin-top: 0px;
	margin-left:0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	text-align: right;
}


.release_box {
	box-sizing: border-box;
	border: solid 1px black;
	width: 100%;
	padding: 20px;
	margin-top: 30px;
	text-align: center;
}







/******************************************************************************
/* クレジットのお問い合わせ設定
*******************************************************************************/




.support_title {
  display: flex;
  align-items: center;/* 縦位置の調整 */

	font-size: 100%;
	font-weight:700;
	color: #F17F00;
	margin-bottom: 50px;
}

.support_title::before,
.support_title::after {
  content: '';
  flex-grow: 1;/* 余白を分け与える */
  height: 1px;
  background: #F17F00;

}


.support_title::before {
  margin-right: 0px;
}

.support_title::after {
  margin-left: 0px;
}





.support_title2 {
  display: flex;
  align-items: center;/* 縦位置の調整 */

	font-size: 130%;
	font-weight:700;
	color: #76CB5C;
	margin-bottom: 90px;
}

.support_title2::before,
.support_title2::after {
  content: '';
  flex-grow: 1;/* 余白を分け与える */
  height: 1px;
  background: #76CB5C;

}


.support_title2::before {
  margin-right: 30px;
}

.support_title2::after {
  margin-left: 30px;
}



/******************************************************************************
/* カートに入れるボタンエリア
*******************************************************************************/

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";


.btn,
a.btn,
button.btn {
	width: 100%;
  font-size: 90%;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap--perspective {
  display: inline-block;
white-space:nowrap;
  -webkit-perspective: 100%;
  perspective: 100%;
}

a.btn-3d {
  display: block;

  -webkit-transform: rotateX(35deg);

  transform: rotateX(35deg);

  color: #fff;
  border-radius: 0.25rem 0.25rem 0 0;
  background: #A2CC89;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

a.btn-3d:after {
  position: absolute;
  z-index: -1;

  content: "";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a.btn-3db:after {
  top: calc(100% - 1px);
  left: 0;

  width: 100%;
  height: 40%;

  -webkit-transform: rotateX(-90deg);

  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;

  border-radius: 0 0 4px 4px;
  background: #78B553;
}

a.btn-3db:hover {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);

  color: #fff;
  border-radius: 0.25rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}



/******************************************************************************
/* 詳細ページ共通ファイルエリア
*******************************************************************************/

.common_box {
	width: 100%;
	background-color: #F7F7F7;
	border-radius: 5px;
	padding: 30px 30px 30px 30px;
	margin-top: 30px;
}



.common_box .contactus{
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
	font-size: 90%;
}

.common_box .contactus2{
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
	font-size: 90%;
}

.common_box2 .contactus{
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
	font-size: 90%;
}





.attention_area{
	display: block;
	text-align: left;
	font-size: 90%;

}



/******************************************************************************
/* お問い合わせレイアウト
******************************************************************************/

.flex-contact_area {
	display: block;
	flex-wrap: wrap;
}

.flex-contact_area .flex-1 { 
	display: block;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 30px;
}

.flex-contact_area .flex-2 {
	display: block;
	width: 100%;
}




/********************************************************************************************************
/* 説明ボックス
*********************************************************************************************************/


.comment_box {
	width: 100%;
	height: 100%;
	background-color: #FAFAFA;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:15px;
	padding-bottom:20px;

}





}
