@charset "utf-8";

/* =========================================================
	reset	
========================================================= */
body {
	font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
	color: #333;
}
h2,h3,h4,h5 { font-size: 1em; }
h1,p { font-size: 1.2em; }

/* =========================================================
	common	
========================================================= */
#header,
#contents_top,
#contents .container-fluid,
#footer_contents {
    max-width: 1000px;
    margin: 0px auto;
    width: 100%;
}
.container-fluid #main {
    max-width: 720px;
    width: 75%;
}
/*
#side_right {
    width: 220px;
    padding: 0;
}
*/
#contents {
    padding: 0;
}
#pagetop {
    position: fixed;
    right: 3%;
    bottom: 3%;
    z-index: 999;
}
#side_right {
	width: 23%;
	max-width: 220px;
	padding: 0;
}
/*TOPのみ*/
#page_homepage #main {
	/* width: 75%; */
	max-width: 700px;
}


/* パンくずリスト（手動） ------------------------------------ */
#pagePathList {
    font-size: 1.3em;
    margin-bottom: 10px;
}



/*ページタイトル ------------------------------------ */
#contents .page_title {
	margin: 0 0 20px 0;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px dashed #ccc;
	padding: 5px 0;
	font-size: 20px;
	color: #663300;
	width: 100%;
}


/*ページタイトル ------------------------------------ */
@font-face	{
	font-family: 'VL-PGothic';
	src: url('https://nakamer.xsrv.jp/nakaji34/html/user_data/special/font/VL-PGothic-Regular.ttf') format('truetype');
}
.titleSet {
    border: 1px dotted #666;
    font-size: 17px;
    font-family: VL-PGothic,sans-serif;
    font-weight: normal;
    position: relative;
    padding: 3px 0 3px 30px;
    border-right: none;
    border-left: none;
}
.titleSet:before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 2%;
}
.titleSet span {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 1%;
	height: 18px;
	font-size: 12px;
}
.titleSet.red:before {
	background: #e33c0c;
}



.flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/* -webkit-align-items: center; */
	/* align-items: baseline; */
}



.container-fluid {
    padding: 0;
}
.attention { font-size: 1.2em; font-weight: bold; color: #C00; }
/*
.about .section .em {
	clear: both;
	margin: 1em 0;
	font-weight: bold;
}
.about .section .note {
	font-size: 1em;
	color: #666;
}
.text-primary {
    color: #cc0000;
}
.btn-primary {
    background: #cc0000;
    border-color: #cc0000;
}
.btn-info {
    background-color: #666666;
    border-color: #666;
}

*/

/* table --------------------------------------------- */
#tradelaw_wrap table,.std_table {
	margin: .5em 0;
	width: 100%;
	text-align: center;
	background: #fff;
	border-top: solid #ccc 1px;
	border-left: solid #ccc 1px;
	border-collapse: collapse;
	border-spacing: 0;
}
#tradelaw_wrap table th,
#tradelaw_wrap table td,
.std_table th,
.std_table td {
	padding: 1em;
	border-right: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	vertical-align: middle;
}
#tradelaw_wrap table th,
.std_table th {
	background: #eee;
}

#tradelaw_wrap table td {text-align: left;}
#tradelaw_wrap table th {
    width: 140px;
}

/* 【共有】ページ下部お問い合わせバナーとリンク  --------------------------------------------- */
#toInquiry {
	width: 100%;
	margin: 20px 0px 0px 0px;
	border: 1px solid #cccccc;
	justify-content: space-around;
	font-family:"Noto Sans Japanese";
	/* padding: 0 0 15px 0; */
}
#toInquiry > p {
    width: 100%;
    position: relative;
    height: 40px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px 0;
}
#toInquiry > p img {
    /* width: 200px; */
    position: absolute;
    left: 2%;
    height: 15px;
    overflow: hidden;
}
#toInquiry > p span {
    position: absolute;
    right: 2%;
    height: 21px;
    line-height: 100%;
    color: #2c2e43;
    font-size: 2rem;
}
#toInquiry > p * {
    top: 0;
    bottom: 0;
    margin: auto;
}
#toInquiry dl {
	margin: 0 0 15px 0;
	padding: 0px 15px 0 10px;
}
#toInquiry .right {
    padding: 0 10px 0 5px;
    max-width: 290px;
    width: 40%;
}
/* left -----------------------------*/
#toInquiry .left {
	border-right: 1px solid #ccc;
	max-width: 410px;
	width: 60%;
}
#toInquiry .left .free ul {
    line-height: 100%;
}
#toInquiry dl dt {
    background: #cccccc;
    color: #262c38;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 2px 0 2px 5px;
    margin: 0 0 10px 0;
}
#toInquiry dl .free li {
    display: inline-block;
    vertical-align: middle;
}
#toInquiry dl .free li:first-of-type {
	display:inline-block;
	width: 25px;
	height: 25px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#toInquiry dl .free li:nth-of-type(2) {
    font-size: initial;
    font-style: normal;
    padding: 0 0 0 0px;
    vertical-align: bottom;
    line-height: 1.5em;
}
#toInquiry dl .free li:nth-of-type(3) {
	color: #ff6600;
	font-size: 1.9vw;
	/*font-family: 'M PLUS 1p', sans-serif;*/
	font-family: 'Barlow', sans-serif;
	letter-spacing: .1em;
}
#toInquiry dl .free li:last-of-type {
    color: #666;
    font-size: 1rem;
    width: 80px;
}
#toInquiry .left dd:nth-of-type(2) {
    color: #262c38;
    font-size: 1.5vw;
    /* font-family: 'Barlow', sans-serif; */
    letter-spacing: 0.15em;
    font-weight: 900;
}
#toInquiry .left dd:last-of-type {
    color: #ff0c00;
    font-size: 12px;
}

/* right -----------------------------*/
#toInquiry .right dd a {
    font-weight: bold;
}
#toInquiry .right dd:first-of-type a {
    color: #282d40;
    font-size: 15px;
    max-width: 260px;
    width: 100%;
    display: block;
    box-shadow: 0px 0px 4px 1px #eaeaea;
    border: 1px solid #ddd;
    padding: 6px 10px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 2%, #eaeaea 100%);
    background: -webkit-linear-gradient(top, #ffffff 2%,#eaeaea 100%);
    background: linear-gradient(to bottom, #ffffff 2%,#eaeaea 100%);
    position: relative;
    height: 45px;
}


#toInquiry .right dd:first-of-type a * {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 100%;
}
#toInquiry .right dd:first-of-type a i {
    font-size: 2em;
    height: 27px;
}
#toInquiry .right dd:first-of-type a span {
    height: 15px;
    right: 15%;
}
#toInquiry .right dd:first-of-type a:after {
    content: "";
    border: 5px solid transparent;
    border-left: 8px solid #262c38;
    position: absolute;
    height: 10px;
    display: block;
    top: 0;
    bottom: 0;
    right: 2%;
    margin: auto;
}
#toInquiry .right dd:last-of-type {
    margin: 10px 0px;
}
#toInquiry .right dd:last-of-type a {
    font-size: 1.5vmin;
    color: #404040;
}
@media only screen and ( max-width: 650px ) {
	#toInquiry .left,#toInquiry .right {
		width: 95%;
		max-width: unset;
		padding: 0;
		margin: 0 auto 15px auto;
	}
	#toInquiry .left {
		border: none;
	}
	#toInquiry dl dd {
		display: inline-block;
		vertical-align: middle;
		width: 49%;
	}
}
@media only screen and ( max-width: 480px ) {
	#toInquiry > p span {
		font-size: 13px;
		height: 14px;
	}
	#toInquiry dl dd {
		display: block;
		width: 100%;
	}
	#toInquiry dl .free li:nth-of-type(3) {
		font-size: 8vmin;
	}
	#toInquiry .left dd:nth-of-type(2) {
		font-size: 5vmin;
	}
	#toInquiry .right dd:first-of-type a {
		width: 100%;
		max-width: unset;
		font-size: 17px;
	}
	#toInquiry .right dd:first-of-type a i {
		font-size: 30px;
		height: 30px;
	}
	#toInquiry .right dd:first-of-type a span {
		height: 20px;
		right: 20%;
	}
	#toInquiry .right dd:last-of-type a {
		font-size: 13px;
	}
}








/* page_link */
#page_link ul {
		margin-top: .5em;
		text-align: center;
		display: flex;
		justify-content: space-around;
		align-items: center;
}
#page_link ul li a {
	padding: 1em;
	border-radius: 3px;
	color: #333;
	font-size: 11px;
	display: block;
}
#page_link ul li a:hover { background: #600; color: #fff; }/*

/* ------------------------------------------------
	はじめてのお客様 元page_first
------------------------------------------------ */


/*追加*/
#page_beginner .innerPage{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	letter-spacing: 0.1em;
}
#page_beginner section {
	margin-bottom:60px;
}
#page_beginner .innerPage:last-child{
	margin-bottom:100px;
}

#page_beginner section h2.txt_title{ 
font-size: 2.8rem;
    font-weight: normal;
    color: #555;
    letter-spacing: 0.15em;
	 }
#page_beginner section p{ 
    font-size: 1.5rem;
	line-height: 1.5em;
	color: #555;
}
#page_beginner address{
	text-align:right;
	margin-bottom: 40px;
 }
#page_beginner address img{
	width:35%;
	margin-bottom: 20px;
}
	
#page_beginner address dl{
	display:flex; 
	flex-wrap: wrap;
	justify-content: flex-end;
	margin:0;
	font-size: 1.3rem;
	}
#page_beginner address dl dt{
	    margin-left: 2.5%;
		}

#page_beginner address  dl.address dt{
	display:block;	
	width:100%;
	}
#page_beginner address dl dd{
	    margin-left: 10px;
	}
	
#page_beginner .topimg img{
	width:100%;
	margin-bottom:20px;
}
<!-----------/>


#page_beginner p{
	line-height: 2em;
	color:#282b3a;
	font-weight: bold;
	font-size: 1.2em;
}
#page_beginner  ul li {
	max-width: 700px;
	border-top:#999 1px solid;
	background-repeat: no-repeat;
	background-position: left 24px;
	width: 100%;
	background-size: contain;
}
#page_beginner #confidence_domestic{
		background-image: url(../images/beginner/beginner_02.jpg);
		height: 340px; /*元に24pxをプラス*/
		}
#page_beginner #confidence_natural{
		background-image: url(../images/beginner/beginner_03.jpg);
		height: 351px;
		}
#page_beginner #confidence_locality{
		background-image: url(../images/beginner/beginner_04.jpg);
		height: 352px;
		}
#page_beginner #confidence_material{
		background-image: url(../images/beginner/beginner_05.jpg);
		height: 366px;
		}
#page_beginner ul li > p {
	max-width: 310px;
	width: 41%;
}			

#page_beginner #confidence_domestic p{margin: 31px 0 0 135px;}			
#page_beginner #confidence_natural p{margin: 22px 0 0 266px;}
#page_beginner #confidence_locality p{margin: 20px 0 0 135px;}
#page_beginner #confidence_material p{margin: 42px 0 0 263px;width:310px;}



@media only screen and ( max-width: 1000px ) {
	#header, #contents_top, #contents .container-fluid, #footer_contents {
		/* width: 100%; */
	}
	#contents .container-fluid {
		padding: 0 .5%;
		box-sizing: border-box;
	}
	#footer_contents {
		padding: 0 1%;
	}
	.swiper-slide img {
		width: 100%;
		max-width: 700px;
	}




	
}
@media only screen and ( max-width: 767px ) {
	.container-fluid #main {
		width: 100% !important;
		max-width: unset !important;
	}
}
@media only screen and ( max-width: 768px ) {
/*初めての方へ*/
	#page_beginner #confidence_natural {
		height: 340px;
	}
	#page_beginner #confidence_material {
		height: 270px;
	}
	#page_beginner ul li {
		width: 100%;
		background-size: 100%;
		background-position: left 15px;
	}
	#page_beginner ul li > p {
		width: 49%;
		font-weight: normal;
		line-height: 1.8em;
		background: #ffffffb3;
	}
	#page_beginner #confidence_domestic p {margin: 12px 0 0 16%;}
	#page_beginner #confidence_material p {
		margin: 13px 0 0 31%;
		width: 55%;
	}
	#page_beginner #confidence_natural p {
		margin: 12px 0 0 38%;
	}
	#page_beginner #confidence_locality p {
		margin: 11px 0 0 18%;
		width: 46%;
	}
}


@media only screen and ( max-width: 480px ) {
		#page_beginner #confidence_domestic {
		height: 240px;
	}
	#page_beginner #confidence_locality {
		height: 230px;
	}
}