@charset "utf-8";
/* Global Styles */

body {
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	color: #321a06;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 100%;
	font-size: 18px;
	background: #f5f5f5;
}
/* Base link  */
a { color:#318bca;}
a:hover { text-decoration: none;}

section > article > div.box_right > p > a { text-decoration: underline; color:#ec690e !important;}
section > article > div.box_right > p > a:hover { text-decoration: none; !important;}

/* common */
.PC {
	display: block;
}
.SP {
	display: none;
}
.clearfix {
	clear: both;
}
.ta_C {
	text-align: center;
}
.ta_R {
	text-align: right;
}
.ta_L {
	text-align: left;
}
.img {
	max-width: 100%;
}
.bold {
	font-weight: bold;
}
.disp_b {
	display: block;
}
.mt_20 {
	margin-top: 20px;
}
.mr_0 { margin-right: 0;}
.ml_0 { margin-left: 0;}
.mb_100 {
	margin-bottom: 100px;
}
.link:after {
	content: url(../img_bizkura/icopc_arrow.png);
	vertical-align: bottom;
	background-size: 15px 15px;
	padding-left: 15px;
}



span.border {
	border-bottom: solid 1px #ccc;
	display: block;
	margin: 20px 0;
}
h3 {
	display: inline-block;
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #fcfd0b 10%) repeat scroll 0 0;
	font-size: 27px;
	padding: 0 10px;
}
h4 {
	display: inline-block;
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #fc6f0a 10%) repeat scroll 0 0;
	font-size: 32px;
	padding: 0 10px;
}
h5 {
	display: none;
}
/* Button */
.btn_outer {
	text-align: center;
	margin: 10px auto;
}
.btn {
 transition: 1s;
	display: inline-block;
	background-color: #ec690e;
	padding: 0 10px;
	border: solid 1px #ec690e;
	height: 70px;
	color: #fff;
	border-radius: 5px;
	width: 340px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 0px 3px 0px 0px #975628;
}
.btn:hover {
	background: #ef9325;
	border: solid 1px #ef9325;
	box-shadow: 0px 3px 0px 0px #c26f34;
	transition: 1s;}
.btn:after {
	content: ">";
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding-left: 30px;
}
/* Header */
header {
	text-align: center;
	display: block;
	background: #ffffff;
	margin: 0 0 25px 0;
	padding: 20px auto;
}
header h1 {
	margin: 0 0;
	padding: 15px;
}
header .profileLogo .logoPlaceholder {
	background-color: #333333;
	width: 187px;
	text-align: center;
}
header .logoPlaceholder span {
	width: 80px;
	height: 22px;
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 30px;
	font-weight: 700;
	line-height: 53px;
}
header .profilePhoto {
	background-color: rgba(237,237,237,1.00);
	width: 259px;
	border-radius: 50%;
	height: 259px;
	clear: both;
}
header .profileHeader h1 {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 30px;
	font-weight: 700;
	line-height: 24px;
}
header .profileHeader h3 {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
hr {
	background-color: #333333;
	height: 1px;
}
header .profileHeader p {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: auto;
}
header .socialNetworkNavBar {
	text-align: center;
	display: block;
	margin-top: 60px;
	clear: both;
}
header .socialNetworkNavBar .socialNetworkNav {
	border-radius: 50%;
	cursor: pointer;
}
header .socialNetworkNavBar .socialNetworkNav img:hover {
	opacity: 0.5;
}
/* header logo */
h1.header_logo img {
	text-align: center;
}
/* Main Content sections */
.section1_outer {
	background: #ffffff !important;
}
.mainContent .section1 {
	font-size: 20px;
	display: block;
	height: 513px;
	background-color: #ffffff !important;
	border: solid 4px #ec690e;
	background: url(../img_bizkura/imgpc_topleft.png) no-repeat left;
	background-size: contain;
}
.mainContent .section1 .section1_inner {
	overflow: hidden;
	font-size: 20px;
	height: 513px;
	background: url(../img_bizkura/imgpc_topright.png) no-repeat right;
	background-size: contain;
}
.section2_outer {
	background: #fff;
	border: solid 1px #cccccc;
	padding: 25px;
	max-width: 100%;
	margin: 44px auto;
}
.cardboard {
	overflow: hidden;
	background: url(../img_bizkura/img_footer.png) no-repeat bottom right;
	background-size: contain;
	background-size: 500px;
}
.section2_outer article .box_left {
	float: left;
	width: 30%;
	;
}
.section2_outer article .box_left > img {
	max-width: 100%;
}
.section2_outer article .box_left > img.thumbnail {
	width: 220px;
}
.section2_outer article .box_right {
	float: right;
	width: 60%;
	line-height: 1.8em;
}
.section3_outer {
	margin: 13px auto !important;
	padding: 10px !important;
}
.section3_outer ul li {
	font-size: 14px;
	list-style-type: none;
	display: inline-block;
	width: 143px;
	min-height: 233px;
	margin-right: 23px;
	margin-bottom: 30px;
	text-align: left;
	vertical-align: top;
}
.section3_outer ul li p.pict {
	width: 143px;
	height: 143px;
	text-align: center;
	background: #ffffff;
	border: solid 1px #e6e6e6;
	padding: 5px;
}
.section3_outer ul li p.pict a img {
	height: 140px;
}
.section3_outer ul li:nth-child(5) {
	margin-right: 0;
}
.section1 .sectionTitle, .section2 .sectionTitle {
	text-align: center;
}
.section1 .sectionTitle > img, .section2 .sectionTitle > img {
	max-width: 362px;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	margin: 0 3% 0 0;
	float: left;
	clear: both;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	background-color: #333333;
	height: 1px;
	padding: 0px;
}
.mainContent .section1 .section1Content {
	font-family: ProximaNova;
	font-weight: 100;
	color: #333333;
	width: auto;
	margin-left: 190px;
	margin-right: 190px;
	line-height: 1.8em;
}
.mainContent .section1 .section1Content span {
	color: rgba(146,146,146,1.00);
	font-family: sans-serif;
}
.section2 .sectionContentTitle {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 18px;
	font-weight: 700;
}
.section2 .sectionContentSubTitle {
	font-family: sans-serif;
	color: rgba(68,67,67,1.00);
	font-size: 14px;
	font-weight: 400;
}
.section2 .sectionContent {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}
.mainContent {
	display: block;
	/*padding: 10px 2%;*/
	margin: 0 auto;
	box-sizing: border-box;
	background: #f5f5f5;
	max-width: 980px;
}

/* Goods List */
#goods ul {
	letter-spacing: -0.4em;
	word-spacing: 0.1em;
}/*改行コードスペースによるカラム落ち回避*/
#goods ul li {
	display: inline-block;
	letter-spacing: normal;
}

.section3_outer {
	margin: 13px auto !important;
	padding: 10px !important;
}
.section3_outer ul li {
	font-size: 14px;
	list-style-type: none;
	display: inline-block;
	width: 143px;
	min-height: 233px;
	margin-right: 23px;
	margin-bottom: 30px;
	text-align: left;
	vertical-align: top;
}
.section3_outer ul li p.pict {
	width: 143px;
	height: 143px;
	text-align: center;
	background: #ffffff;
	border: solid 1px #e6e6e6;
	padding: 5px;
}
.section3_outer ul li p.pict a img {
	height: 140px;
}

/* Banner list */
ul.float {
	width: 100%;
	margin: auto;
	list-style-type: none;
	padding-left: 0;
	overflow: hidden;
}
ul.float li {
	float: left;
	width: 31.33333%;
	padding: 0;
	margin: 1%;
	box-sizing: border-box;
}
ul.float li a img {
	max-width: 100%;
}

/* Footer */
footer {
	display: block;
	text-align: center;
	font-family: sans-serif;
	margin-top: 40px;
	font-size: 14px;
}


/* Media query for Mobile devices*/
@media only screen and (max-width : 750px) {
body {
	font-size: 15px !important;
}
.PC {
	display: none !important;
}
.SP {
	display: block !important;
}
h3 {
	display: inline-block !important;
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #fcfd0b 10%) repeat scroll 0 0 !important;
	font-size: 18px !important;
	padding: 0 0 !important;
	margin: 0 0 !important;
}
h4 {
	display: inline-block !important;
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #fc6f0a 10%) repeat scroll 0 0 !important;
	font-size: 18px !important;
	padding: 0 0 !important;
	margin: 0 0 !important;
}
span.border {
	margin: 20px 0 !important;
}

/* Header */
header {
	width: 100%;
	float: none;
}
header .profileLogo .logoPlaceholder {
	display: inline-block;
}
header .profilePhoto {
	display: inline-block;
}
header .profileHeader {
	text-align: center;
	margin-top: 10%;
}
header .profileHeader p {
	text-align: justify;
}
header .socialNetworkNavBar {
	text-align: center;
	display: block;
	margin-top: 60px;
	clear: both;
	margin-bottom: 15%;
}
header .socialNetworkNavBar .socialNetworkNav {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-right: 23px;
}
h1.header_logo {
	text-align: center !important;
}
h1.header_logo img {
	max-width: 120px !important;
	position: absolute;
	top: 14px;
	left: 35%;
}
/* btn */
.btn {
	width: 300px !important;
	font-size: 15px;
}
/* Main content sections */
.mainContent {
	width: 95% !important;
	margin: 0 auto !important;
}
.mainContent .section1 {
	display: block;
	font-size: 15px !important;
	background-color: #ffffff !important;
	border: solid 4px #ec690e;
	background: url(../img_bizkura/img_topleft.png) no-repeat left;
	background-size: 35%;
}
.mainContent .section1 .section1_inner {
	overflow: hidden;
	font-size: 15px !important;
	background: url(../img_bizkura/img_topright.png) no-repeat right;
	background-size: 35%;
}
.section2_outer article .box_left {
	float: none !important;
	width: 100%;
}
.section2_outer article .box_left > img {
	max-width: 100%;
}
.section2_outer article .box_left > img.thumbnail {
	width: 200px !important;
}
.section2_outer article .box_right {
	float: none !important;
	width: 100% !important;
	margin-right: 0 !important;
	line-height: 1.8em;
}
.section2_outer {
	margin: 13px auto !important;
	padding: 10px !important;
}
.section3_outer ul {
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
.section3_outer ul li {
	width: 41%;
	margin-top: 0;
	margin: 0 12px !important;
}
.section3_outer ul li:nth-child(odd) {
	vertical-align: top;
	margin-right: 8%;
	margin-bottom: 0;
}
.section3_outer ul li p.pict {
	width: 100%;
}
.section3_outer ul li p.pict a img {
	max-width: 100%;
}
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	margin-left: 90px !important;
	margin-right: 90px !important;
	display: inline-block;
	text-align: left;
	font-family: sans-serif;
}
.mainContent .section2 {
	display: block;
	text-align: center;
}
.section2 .section2Content {
	margin-top: 10%;
	text-align: justify;
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav {
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav .externalResources {
	width: 100%;
	height: 35px;
}
/* Contents CSS */
/* Section1 */
.section1 .sectionTitle > img {
	max-width: 70%;
}
	
/* Banner CSS */
ul.float li {
	width: 99% !important;
}

/* Footer */
footer {
	display: block;
	text-align: center;
	font-family: sans-serif;
	margin-top: 40px;
	font-size: 14px;
}
}
