@charset "utf-8";
/* CSS Document */


/* #＃＃### 共通項目 ＃＃#### */

/* ## clearing ##*/
body, h1, h2, h3, h4, h5, p, ul, ol, div, article, hr, input {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
/*	font-family: "Noto Serif Japanese","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	/*font-family: 'Zen Maru Gothic', 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
	/*font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	*/
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	color: #242424;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
img {
	border: none;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
a {
	color: #1E8DC3;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	text-decoration: none;
}
address {
	font-style: normal;
}

p {
	line-height: 1.84;
	margin-bottom: 10px;
}

li {
	list-style: none;
}
ul.disc, ul.deci, ul.roman, ul.roman, ul.latin {
	margin: 14px 0;
}
ul.disc li, ol.disc li {
	list-style-type: disc;
	margin-left: 18px;
	margin-top: 4px;
	margin-bottom: 4px;

}
ul.deci li, ol.deci li {
	list-style-type: decimal;
	margin-left: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
}
ul.roman {
	padding-left: 8px;
}
ul.roman > li {
	list-style-type: lower-roman;
	margin-left: 24px;
	margin-top: 4px;
	margin-bottom: 4px;
}
ul.latin > li {
	list-style-type: lower-latin;
	margin-left: 24px;
	margin-top: 4px;
	margin-bottom: 4px;
}
ul.hiroha > li {
	list-style-type: hiragana-iroha;
	margin-left: 30px;
	margin-top: 4px;
	margin-bottom: 4px;
}
ul.kiroha > li {
	list-style-type: katakana-iroha;
	margin-left: 30px;
	margin-top: 4px;
	margin-bottom: 4px;
}
ul.kanji > li {
	list-style-type: cjk-ideographic;
	margin-left: 30px;
	margin-top: 4px;
	margin-bottom: 4px;
}

br {
	letter-spacing : normal;
}
hr {
   border-width: 1px 0 0 0;	/* 太さ */
   border-style: dotted;		/* 線種 */
   border-color: #cccccc;		/* 線色 */
   height: 1px;					/* 高さ */
   margin: 10px 0;
}

/* dl dt dd 設定 */
dl {
	margin: 0;
	padding: 0;
}
dt {
	font-weight: bold;
}
dd {
	border-bottom: dotted 1px #dcdcdc;
	margin-left: 0;
}

input, textarea, select {
	font-size: 12px;
}
textarea {
	resize: none;
}
input[type="text"], input[type="password"], input[type="number"], input[type="tel"]  {
	width: 100%;
	border: solid 1px #cccccc;
	background-color: #ffffff;	
	box-sizing: border-box;
	margin: 2px 0;
	padding: 6px 10px 6px 10px;
}
input[type="text"].ten, input[type="password"].ten, input[type="number"].ten, input[type="tel"].ten {
	width: 10%;
}
input[type="text"].twenty, input[type="password"].twenty, input[type="number"].twenty, input[type="tel"].twenty {
	width: 20%;
}
input[type="text"].thirty, input[type="password"].thirty, input[type="number"].thirty, input[type="tel"].thirty {
	width: 30%;
}
input[type="text"].forty, input[type="password"].forty, input[type="number"].forty, input[type="tel"].forty {
	width: 40%;
}
input[type="text"].fifty, input[type="password"].fifty, input[type="number"].fifty, input[type="tel"].fifty {
	width: 50%;
}
input[type="text"].eighty, input[type="password"].eighty, input[type="number"].eighty, input[type="tel"].eighty {
	width: 80%;
}


select {
	box-sizing: border-box;
	/*color: #444444;*/
	border: 1px solid #cccccc;
	border-radius: 4px;
/*	-webkit-appearance:button;
	-moz-appearance:button;
	appearance:button;
	text-indent: .01px;
	text-overflow: "";*/
	margin: 2px 0;
	padding: 4px;
}
select:disabled{
	/*color: #aaaaaa;*/
	background: #eeeeee;
}
select.fifty {
	width: 50%;
}
select.thirty {
	width: 30%;
}
select.twenty {
	width: 20%;
}
select.fifteen {
	width: 15%;
}
select.ten {
	width: 10%;
}
input[type="button"] {
	border: solid 1px #dcdcdc;
	padding: 4px 0;
}
input[type="button"]:hover {
	opacity: 0.7;
}
input[type="file"] {
}
input[type="radio"] {
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 24px;
    vertical-align: middle;
    cursor: pointer;
}
input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    content: "";
    width: 8px;
    height: 8px;
    background: #169ccc;
    border-radius: 12px;
}
.checkbox {
	line-height: 2;
}
textarea {
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #cccccc;
	padding: 14px;
}
input[type="submit"] {
	width: 99.4%;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	/*background-color: #21C200;*/
	border: solid 2px #408F42;
	border-radius: 24px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin: 14px auto;
	padding: 10px 12px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
input[type="submit"].thirty {
	width: 30%;
}
input[type="submit"].twenty {
	width: 20%;
}

input[type="submit"].short {
	width: auto;
	font-size: 12px;
	border-radius: 18px;
	padding: 2px 14px;
}

.subBox {
	width: 80%;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
	padding: 14px 0;
}

::-webkit-input-placeholder {
	color: #aaaaaa;
} 
::-moz-placeholder {
	color: #aaaaaa;
}
:-moz-placeholder {
	color: #aaaaaa;
} 
/*Windows IE*/
:-ms-input-placeholder {
	color: #aaaaaa;
}

/* table設定① */
table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}
table th {
	padding: 0;
}
table td {
	padding: 0;
}
table tr.center td {
	text-align: center;
}
caption {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0;
}
.table01 {
	background: #ffffff;
	box-sizing: border-box;
	margin: 0;
	padding: 14px 0 14px 0;
}
.table01 th {
	text-align: left;
	padding: 5px 0 5px 4px;
}
.table01 td {
	padding: 5px 0 5px 0;
}
/*table設定②*/
.table02 {
	width: 100%;
	background-color: #ffffff;
	border: solid 1px #EBE5CA;
	border-collapse: collapse;
	line-height: 1.5;
	margin-bottom: 8px;
	box-sizing: border-box;
}
.table02 th {
	border: solid 1px #D0CFC6;
	background-color: #EBE5CA;
	padding: 10px 8px;
}
.table02 td {
	border: solid 1px #D0CFC6;
	padding: 10px 14px;
}
/*table設定③*/
.table03 {
	width: 100%;
	background-color: #fafafa;
	border: solid 1px #eeeeee;
	border-collapse: collapse;
	line-height: 1.5;
	margin-bottom: 8px;
	box-sizing: border-box;
}
.table03 th {
	text-align: left;
	font-weight: bold;
	border-bottom: solid 1px #eeeeee;
	padding: 8px;
}
.table03 td {
	border-bottom: solid 1px #eeeeee;
	padding: 8px 14px;
}

/* NEWボタン */
.newButt {
	color: #cccccc;
}
.new {
	color: red;
	animation: flash 2s linear infinite;
}
@keyframes flash {
	0%,100% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

/* ## point styling ## */
.clear {
	clear: both;
}
.baseLarge {
	font-size: 14px;
}
.baseLarger {
	font-size: 16px;
}
.baseSmall {
	font-size: 11px;
}
.baseSmaller {
	font-size: 10px;
}
.baseFont {
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
}
.formSfont {
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	font-size: 10px;
}
.formFont {
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	font-size: 11px;
}
.bold {
	font-weight: bold;
}
.colorRed {
	color: red;
}
.colorKokowa {
	color: #c4a376;
}
.colorOrange {
	color: #ff4500;
}
.colorGreen {
	color: #006400;
}
.colorPink {
	color: #ff1493;
}
.colorSilver {
	color: #c0c0c0;
}
.colorGlay {
	color: #888888;
}
.colorWhite {
	color: #ffffff;
}
.colorGainsboro {
	color: #dcdcdc;
}
.colorWsmoke {
	color: #f5f5f5;
}
.colorGold {
	color: #efe270;
}
.colorBlue {
	color: #4f4bfe;
}
.aLeft {
	text-align: left;
}
.aRight {
	text-align: right;
}
.aCenter {
	text-align: center;
}
.vTop {
	vertical-align: top;
}
.vMiddle {
	vertical-align: middle;
}
.vBottom {
	vertical-align: bottom;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.opacity08 {
	opacity: 0.8;
}
.opacity09 {
	opacity: 0.9;
}

/* caution */
.caution1 {
	font-size: 12px;
	color: red;
	padding: 2px 0;
}
.caution1s {
	font-size: 11px;
	color: red;
	padding: 2px 0;
}
.caution2 {
	font-size: 12px;
	color: #888888;
	padding: 2px 0;
}
.caution2s {
	font-size: 11px;
	color: #888888;
	padding: 2px 0;
}
.caution3 {
	font-size: 12px;
	color: #169ccc;
	padding: 2px 0;
}
.caution3s {
	font-size: 11px;
	color: #169ccc;
	padding: 2px 0;
}

/* ## ボタン設定 ## */
input[type="button"].button {
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	border: none;
	border-radius: 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	padding: 12px 0;
	cursor: pointer;
}
input[type="button"].button2 {
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	border: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	padding: 12px 0;
	cursor: pointer;
}
.nButton {
	text-align: center;
	margin-right: 4px;
	clear: both;
}
.nButton a {
	width: 78%;
	font-weight: bold;
	color: #ffffff;
	background-color: #32A2D8;
	border: solid 2px #2A8FC0;
	border-radius: 24px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin: 14px auto;
	padding: 10px 12px;
	position: relative;
	display: inline-block;
}
.nButton.fifty a {
	width: 50%;
}
.nButton a:hover {
	color: #2D65AF;
	background-color: #ffffff;
	border: solid 2px #32A2D8;
	opacity: 0.7;
	text-decoration: none;
}
.nButton a i {
	color: #ffffff;
	margin-top: 4px;
	position: absolute;
	top: 28%;
	right: 22px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.nButton a:hover i {
	color: #1F3B9A;
	right: 14px;
}

/* more button設定 */
.nButton.more a {
	width: 78%;
	max-width: 400px;
	font-weight: bold;
	color: #666666;
	background-color: #ffffff;
	border: solid 2px #868686;
	border-radius: 24px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin: 14px auto;
	padding: 8px 12px;
	position: relative;
}
.nButton.more a:hover {
	color: #11972E;
	border: solid 2px #11972E;
	opacity: 1;
}
.nButton.more a i {
	color: #11972E;
	margin-top: 4px;
	position: absolute;
	top: 28%;
	right: 22px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.nButton.more a:hover i {
	right: 14px;
}

.b01 {
	background-color: #1c95fe;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1779cf), color-stop(0.00, #1b8ff5));
	background: -webkit-linear-gradient(top, #1b8ff5 0%, #1779cf 100%);
	background: -moz-linear-gradient(top, #1b8ff5 0%, #1779cf 100%);
	background: -o-linear-gradient(top, #1b8ff5 0%, #1779cf 100%);
	background: -ms-linear-gradient(top, #1b8ff5 0%, #1779cf 100%);
	background: linear-gradient(top, #1b8ff5 0%, #1779cf 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#1b8ff5, endcolorstr=#1779cf))";
	zoom: 1;
}
.b02 {
	background-color: #239644;
}
.b03 {
	background-color: red;
}
.b04 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #008000), color-stop(0.00, #2bb32b));
	background: -webkit-linear-gradient(top, #2bb32b 0%, #008000 100%);
	background: -moz-linear-gradient(top, #2bb32b 0%, #008000 100%);
	background: -o-linear-gradient(top, #2bb32b 0%, #008000 100%);
	background: -ms-linear-gradient(top, #2bb32b 0%, #008000 100%);
	background: linear-gradient(top, #2bb32b 0%, #008000 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#2bb32b, endcolorstr=#008000))";
	zoom: 1;
}
.b05 {
	background-color: #ffffff;
}
.b06 {
	background-color: #ffd01d;
}
.b07 {
	background-color: #da70d6;
}
.b08 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #177bd1), color-stop(0.00, #77b2fe));
	background: -webkit-linear-gradient(top, #77b2fe 0%, #177bd1 100%);
	background: -moz-linear-gradient(top, #77b2fe 0%, #177bd1 100%);
	background: -o-linear-gradient(top, #77b2fe 0%, #177bd1 100%);
	background: -ms-linear-gradient(top, #77b2fe 0%, #177bd1 100%);
	background: linear-gradient(top, #77b2fe 0%, #177bd1 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#77b2fe, endcolorstr=#177bd1))";
	zoom: 1;
}
.b09 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ed6f00), color-stop(0.00, #eda600));
	background: -webkit-linear-gradient(top, #eda600 0%, #ed6f00 100%);
	background: -moz-linear-gradient(top, #eda600 0%, #ed6f00 100%);
	background: -o-linear-gradient(top, #eda600 0%, #ed6f00 100%);
	background: -ms-linear-gradient(top, #eda600 0%, #ed6f00 100%);
	background: linear-gradient(top, #eda600 0%, #ed6f00 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#eda600, endcolorstr=#ed6f00))";
	zoom: 1;
}
input[type="button"].button:hover {
}


/* ## baseBox ## */
.baseBox {
	width: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
	padding: 54px 0 54px 0;
}
.baseBox.bbGlay {
	background-color: #F8F8F8;
}
.baseBox.bbGlay2 {
	background-color: #F2F2F2;
}
.baseBox.bbBlue {
	background-color: #E4EBFF;
}
.baseBox.bbBlue2 {
	color: #ffffff;
	background-color: #1C3578;
}
.baseBox.bbPred {
	color: #ffffff;
	background: rgb(255,212,209);
	background: linear-gradient(335deg, rgba(255,212,209,1) 0%, rgba(255,126,116,1) 48%, rgba(255,87,74,1) 100%);
}
.baseBox.bbBlack .cTitle hr, .baseBox.bbPred .cTitle hr {
	border-color: #ffffff;
}
.baseBox:after {
  content: "";
  clear: both;
  display: block;
}
.baseBox .inner {
	width: 100%;
	max-width: 980px;
	box-sizing: border-box;
	margin: 0 auto;
}
.baseBox .inner img {
	max-width: 100%;
}
.baseArticle {
	width: 100%;
	box-sizing: border-box;
	padding-top: 14px;
}
.baseArticle:after {
  content: "";
  clear: both;
  display: block;
}

/* img box */
.imgleft {
	margin-right: 14px;
	margin-bottom: 14px;
	float: left;
}
.imgRight {
	margin-left: 14px;
	margin-bottom: 14px;
	float: right;
}
.imgleft img, .imgRight img {
	vertical-align: bottom;
}

/* ## エラーメッセージ ## */
.errorMes {
	width: 60%;
	color: #ffffff;
	border-radius: 12px;
	background: red;
	margin-bottom: 18px;
	padding: 14px 16px;
	position:relative;
}
.errorMes:after {
	border: 14px solid transparent;
	border-top-color: red;
	border-bottom-width:0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	bottom:-10px;
	content:"";
	display: block;
	left: 10%;
	position:absolute;
	width: 0;
}

/* space bar */
.sBar {
	width: 144px;
	height: 1px;
	background-color: #444444;
	margin: 24px auto 44px auto;
	display: block;
}
.sBar.cwhite {
	background-color: #f4f4f4;
}

/* ## page title ## */
.pTitle {
	width: 100%;
	max-width: 1200px;
	height: 30px;
	color: #ffffff;
	text-align: center;
	text-shadow: 3px 3px 3px rgba(36,36,36,0.34),
	-3px 3px 3px rgba(36,36,36,0.34),
	3px -3px 3px rgba(36,36,36,0.34),
	-3px -3px 3px rgba(36,36,36,0.34);
	line-height: 0.8;
	margin: auto;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
}


/* ## page title ## */
.pTitle {
	width: 100%;
	color: #ffffff;
	box-sizing: border-box;
	text-align: center;
	opacity: 0.9;
	font-size: 38px;
	position: absolute;
	top: 42%;
}

.sTitle {
	font-size: 20px;
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eff7ff), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #eff7ff 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #eff7ff 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #eff7ff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #eff7ff 100%);
	background: linear-gradient(top, #ffffff 0%, #eff7ff 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#eff7ff))";
	zoom: 1;*/
	background-color: #e0f3ff;
	border-top: solid 1px #b9ddff;
	border-right: solid 1px #b9ddff;
	border-bottom: solid 1px #b9ddff;
	border-left: solid 5px #4eb1e3;
	line-height: 1.2;
	margin-bottom: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 18px;
	clear: both;
	position: relative;
}
.sTitle .sub {
	font-size: 20px;
}

.cTitle,.cTitle2 {
	font-size: 34px;
	/*
	font-family: Quicksand, 'Zen Maru Gothic', 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	*/
	/*font-family: "Noto Serif Japanese","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	color: #1A6F11;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.28;
	margin-bottom: 18px;
	padding-top: 10px;
	padding-bottom: 18px;
	clear: both;
}
.cTitle2 {
	font-size: 34px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.28;
	margin-bottom: 18px;
	padding-top: 10px;
	padding-bottom: 18px;
	clear: both;
}
.cTitle.small,.cTitle2.small {
	font-size: 24px;
	margin-bottom: 14px;
	padding-top: 8px;
	padding-bottom: 14px;
}
.cTitle .sub,.cTitle2 .sub {
	font-size: 18px;
	font-family: Quicksand, "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.cTitle hr,.cTitle2 hr {
	width: 154px;
   border-width: 1px 0 0 0;	/* 太さ */
   border-style: solid;		/* 線種 */
   border-color: #246811;		/* 線色 */
   height: 3px;					/* 高さ */
   margin: 24px auto 0 auto;
}

.conTitle {
	font-size: 24px;
	font-weight: 600;
	/*
	font-family: "Noto Serif Japanese","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	line-height: 1.5;
	border-left: solid 6px #c1a47d;
	margin-top: 8px;
	margin-bottom: 18px;
	padding: 4px 0 4px 24px;
}
.conTitle2 {
	font-size: 18px;
	font-weight: 600;
	/*
	font-family: "Noto Serif Japanese","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	*/
	line-height: 1.5;
	border-bottom: dotted 1px #c1a47d;
	margin-top: 4px;
	margin-bottom: 8px;
	padding: 2px 0 2px 0;
}

.nTitle {
	/*
	font-family: "Noto Serif Japanese","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	*/
	font-size: 20px;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 14px;
}

/* #### ribon ####*/
#ribon {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% center;
	background-size: 100%;
	/*position: relative;*/
}
#ribon:before {
	width: 100%;
	content:"";
	display: block;
	/*padding-top: 22%;*/
}
#ribon .conBack {
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
}

#ribon.small {
}
#ribon.small:before {
	padding-top: 14%;
}
#ribon.small .conBack {
}

/* ## menu ## */
#menu .inner {
	box-sizing: border-box;
	background-color: #ffffff;
	text-align: center;
	padding: 0 0 0 0;
	clear: both;
}
h3.imTitle {
	width:100%;
	font-size: 24px;
	text-align: left;
	background-color: #aaaaaa;
	box-sizing: border-box;
	position: relative;
	padding: 14px 14px 10px 14px;
	color: #ffffff;
}
h3.imTitle .sub {
	font-size: 12px;
}
#menu ul.bMenu, #menu ul.sMenu {
	color: #696969;
	box-sizing: border-box;
	text-align: left;
}
#menu ul.bMenu > li {
	background-color: #fcfcfc;
	box-sizing: border-box;
	border-bottom: solid 1px #e0e0e0;
}
#menu ul.bMenu > li h4 {
	font-size: 14px;
	padding: 10px 14px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#menu ul.bMenu > li h4:hover {
	background-color: #e4e4e4;
}
#menu ul.bMenu > li h4 i {
	color: #999999;
	margin-top: 4px;
	float: right;
}
#menu ul.nMenu > li a {
	font-size: 14px;
	text-align: left;
	border-bottom: solid 1px #eeeeee;
	text-decoration: none;
	padding: 10px 14px;
	display: block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#menu ul.nMenu > li a:hover {
	background-color: #eeeeee;
}
#menu ul.nMenu > li.pCuure a {
	background-color: #d8e2ed;
}
#menu ul.bMenu li ul.sMenu li label {
	width: 100%;
	background-color: #f4f4f4;
	box-sizing: border-box;
	border-top: solid 1px #e4e4e4;
	padding: 6px 10px;
	display: block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#menu ul.bMenu li ul.sMenu li.mChecked label {
	border-top: solid 1px #d8e2ed;
	background-color: #d8e2ed;
}
#menu ul.bMenu li ul.sMenu li label:hover {
	background-color: #e4e4e4;
	cursor: pointer;
}
#menu input[type="submit"] {
	width: 50%;
	font-size: 12px;
	color: #ffffff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	border: none;
	border-radius: 5px;
	padding: 4px;
	cursor: pointer;
	-webkit-appearance: none;
	margin: 14px auto 14px auto;
}

/* ## conMenu ## */
#conMenu {
	width: 100%;
	border-bottom: solid 1px #f1f1f1;
	background-color: #fcfcfc;
	text-align: center;
	padding: 8px 0;
}
#conMenu li {
	display: inline-block;
}
#conMenu li a {
	color: #57aaff;
	font-size: 12px;
	background-color: #ffffff;
	border: solid 1px #57aaff;
	border-radius: 2px;
	margin: 4px 14px;
	padding: 4px 24px;
	display: block;
}
#conMenu li a:hover {
	color: #ffffff;
	background-color: #57aaff;
	text-decoration: none;
}
#conMenu li.cmCurre a {
	color: #ffffff;
	background-color: #57aaff;
}

/* #### pagenation #### */
div#pagenation {
	padding-top: 10px;
	clear: both;
   position: relative;
   overflow: hidden;
}
div#pagenation ul {
    position: relative;
    left: 50%;
    float: left;
    list-style: none;
}
div#pagenation li {
    position: relative;
    left: -50%;
    float: left;
}
div#pagenation li a {
    border:1px solid #cccccc;
	 border-radius: 2px;
    margin: 0 3px;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    color: #666666;
    background: #ffffff;
}
div#pagenation li a:hover {
    border:1px solid #999999;
	color: #ffffff;
	background: #999999;
}
div#pagenation li.active a {
	border: solid 1px #816941;
	color: #ffffff;
	background: #98753C;
}

/* clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* new button */
.newButt {
	color: #ffffff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 25px;
	background-color: red;
	padding: 16px 0 0 0;
	position: absolute;
	top: 2px;
	left: -10px;
	z-index: 3;
	overflow: hidden;
	opacity: 0.9;
}

/* 必須ボタン */
.reqired {
	color: #fcfcfc;
	font-size: 9px;
	background-color: #E47C7C;
	border-radius: 2px;
	padding: 6px 4px 4px 4px;
	margin-right: 5px;
	margin-bottom: 11px;
}

/*ファッション*/
#cate1,#cate35 {
	background-color: #fa8072;
}
/*インテリア*/
#cate2,#cate36 {
	background-color: #008b8b;
}
/*ジュエリー*/
#cate3,#cate37 {
	background-color: #FF99cc;
}
/*ギフト・雑貨*/
#cate4,#cate38 {
	background-color: #4169e1;
}
/*食品・ワイン*/
#cate5,#cate39 {
	background-color: #228b22;
}
/*工作機械*/
#cate7,#cate40 {
	background-color: #cd853f;
}
/*化粧品*/
#cate9 {
	background-color: #E376EF;
}
/*包装・印刷*/
#cate10 {
	background-color: #a52a2a;
}
/*医療機器*/
#cate11 {
	background-color: #B96292;
}
/*書籍・出版*/
#cate14 {
	background-color: #808080;
}
/*自動車関連*/
#cate15 {
	background-color: #cc6666;
}
/*鉄道関連*/
#cate16 {
	background-color: #996633;
}
/*家電／情報・通信*/
#cate17 {
	background-color: #999966;
}
/*眼鏡関連*/
#cate18 {
	background-color: #B53C6C;
}
/*建築*/
#cate19 {
	background-color: #145173;
}
/*環境エネルギー*/
#cate20 {
	background-color: #6b8e23;
}
/*自転車*/
#cate21 {
	background-color: #2287a8;
}
/*半導体製造関連*/
#cate22 {
	background-color: #663300;
}
/*半導体製造関連*/
#cate23 {
	background-color: #851E07;
}
/*映画*/
#cate24 {
	background-color: #993366;
	
}
/*自動車*/
#cate25 {
	background-color: #996666;
	
}
/*プラスチック・ゴム*/
#cate26 {
	background-color: #57D6CD;
	
}
/*ゲーム*/
#cate27 {
	background-color: #cc9933;
	
}
/*エアーショー*/
#cate28 {
	background-color: #B47C7D;
	
}
/*製薬・製剤*/
#cate29 {
	background-color: #3399cc;
	
}
/*製薬・製剤*/
#cate30 {
	background-color: #00cc33;
	
}
/*製薬・製剤*/
#cate31 {
	background-color: #DD8500;
	
}
/*アート*/
#cate32 {
	background-color: #3CD373;
	
}
/*IT関連*/
#cate33 {
	background-color: #4D9467;
}
/*IT関連*/
#cate34 {
	background-color: #095E8C;
}

/*その他*/
#cate99 {
	background-color: #666666;
	
}

/* ## width 767px 以下の場合の設定 (for All Mobile Dvices) ## */
@media (max-width: 767px) {
	
/* ## エラーメッセージ ## */
.errorMes {
	width: 100%;
	color: #ffffff;
	border-radius: 12px;
	background: red;
	margin-bottom: 18px;
	padding: 14px 16px;
	position:relative;
}
.errorMes:after {
	border: 14px solid transparent;
	border-top-color: red;
	border-bottom-width:0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	bottom:-10px;
	content:"";
	display: block;
	left: 10%;
	position:absolute;
	width: 0;
}
body {
	font-size: 13px;
	background-color: #ffffff;
}
	
p {
	line-height: 1.7;
	margin-bottom: 8px;
}
	
ul.disc, ul.deci, ul.roman, ul.roman, ul.latin {
	margin: 10px 0;
}

select {
	padding: 8px 18px 8px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cccccc;
	background: #eeeeee;
	background: url(../commons/common/img/arrow_d01.png) 94% 50% no-repeat, linear-gradient(to bottom, #fff 0%,#eeeeee 100%);
	background-size: 10px, 100%;
}

input[type="submit"] {
	font-size: 12px;
	border-radius: 8px;
	padding: 8px 0;
}
input[type="submit"].short {
	font-size: 11px;
	border-radius: 6px;
	padding: 4px 12px;
}
input[type="submit"]:active {
	color: #A6A493;
	background-color: #ffffff;
	border: solid 2px #e3785b;
	text-decoration: none;
}
	
/*table設定②*/
.table02 {
	margin-bottom: 8px;
}
.table02 th {
	padding: 6px;
}
.table02 td {
	padding: 6px 8px;
}
/*table設定③*/
.table03 {
	margin-bottom: 8px;
}
.table03 th {
	padding: 6px;
}
.table03 td {
	padding: 6px 8px;
}
	
/* space bar */
.sBar {
	width: 84px;
	margin: 14px auto 24px auto;
}

/* more button設定 */
.nButton.more a {
	font-size: 11px;
	margin: 8px auto;
	padding: 8px 10px;
}
.nButton.more a i {
	margin-top: 2px;
}
	
/* caution */
.caution1 {
	font-size: 11px;
}
.caution1s {
	font-size: 10px;
}
.caution2 {
	font-size: 11px;
}
.caution2s {
	font-size: 10px;
}
.caution3 {
	font-size: 11px;
}
.caution3s {
	font-size: 10px;
}

/* ## page title ## */
.pTitle {
	top: 47%;
}



.sTitle {
	font-size: 16px;
	margin-bottom: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.sTitle .sub {
	font-size: 14px;
}

.conTitle {
	font-size: 16px;
	border-left: solid 4px #c1a47d;
	margin-top: 4px;
	margin-bottom: 14px;
	padding: 4px 0 4px 18px;
}
.conTitle2 {
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 4px;
	padding: 2px 0 2px 0;
}
	
.nTitle {
	font-size: 16px;
	margin-top: 14px;
	margin-bottom: 8px;
}
	
.cTitle,.cTitle2 {
	font-size: 20px;
	line-height: 1.24;
	margin-bottom: 14px;
	padding-bottom: 10px;
}
.cTitle.small,.cTitle2.small {
	font-size: 14px;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-bottom: 8px;
}
.cTitle .sub,.cTitle2 .sub {
	font-size: 12px;
}
.cTitle hr,.cTitle2 hr {
	width: 74px;
	margin: 24px auto 0 auto;
}

/* ## baseBox ## */
.baseBox {
	padding: 24px 14px 28px 14px;
}
.baseArticle {
	padding-top: 10px;
	padding-bottom: 24px;
}
	
/* img box */
.imgleft {
	margin-right: 8px;
	margin-bottom: 8px;
}
.imgRight {
	margin-left: 8px;
	margin-bottom: 8px;
}

/* ## menu ## */
#menu .inner {
	width: 100%;
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.14);
	border-radius: 5px;
	text-align: center;
	margin: 10px auto 0 auto;
	padding: 0 0 0 0;
	overflow: hidden;
}

#menu ul.nMenu > li a {
	padding: 8px 14px;
}
#menu ul.nMenu > li a:active {
	background-color: #eeeeee;
}
#menu ul.nMenu > li.pCuure a {
}
#menu ul.bMenu li ul.sMenu li label {
	padding: 4px 10px;
}
#menu ul.bMenu li ul.sMenu li.mChecked label {
}
#menu ul.bMenu li ul.sMenu li label:hover {
}
	
/* ## conMenu ## */
#conMenu {
	padding: 4px 0;
}
#conMenu li a {
	font-size: 10px;
	margin: 2px 8px;
	padding: 2px 14px;
}
#conMenu li a:active {
	color: #ffffff;
	background-color: #57aaff;
}
#conMenu li.cmCurre a {
	color: #ffffff;
	background-color: #57aaff;
}
#conMenu li.cmCurre a:active {
	opacity: 0.84;
}
	

h3.imTitle {
	font-size: 14px;
	text-align: left;
	padding: 8px 10px;
	color: #ffffff;
}
#menu .ssBox {
	color: #696969;
	text-align: left;
	border-bottom: solid 1px #e0e0e0;
	padding: 5px 14px;
	overflow: hidden;
}
.ssCate {
	width: 24%;
	box-sizing: border-box;
	float: left;
}
.ssboxB {
	width: 76%;
	box-sizing: border-box;
	float: left;
}

/* dl dt dd 設定 */
dl {
}
dt {
	width: 100%;
	padding: 14px 0 0 0;
}
dd {
	margin: 0 ;
	padding: 10px 0;
}

}

/* #### width 768px 以上の場合の設定 (PC) #### */
@media (min-width: 768px) {
	
/* 各ページタイトル */
#ribon {
	height: 220px;
	margin-top: 30px;
}
#ribon .pTitle {
	font-size: 26px;
	line-height: 1.2;
	top: 16%;
}
#ribon .pTitle span {
	font-size: 	16px;
}
	
input[type="submit"]:hover {
	color: #FFFFFF;
	background-color: #2DC12F;
	/*border: solid 2px #1E8B1E;*/
	text-decoration: none;
}
	
.baseBox .inner {
	padding: 0 14px;
}


/* ## menu ## */
#menu input, #menu select {
	font-size: 10px;	
}
#menu .inner {
	font-size: 10px;
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.14);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	text-align: center;
	margin-bottom: 24px;
	padding: 0 0 0 0;
	clear: both;
}
#menu .ssBox {
	color: #696969;
	text-align: left;
	border-bottom: solid 1px #e0e0e0;
	padding: 8px 14px;
}
	
/* ## conMenu ## */
#conMenu li a:hover {
	color: #ffffff;
	background-color: #57aaff;
}
#conMenu li.cmCurre a:hover {
	opacity: 0.84;
}

/* ## baseBox ## */
.baseArticle {
	padding-bottom: 44px;
}

/* dl dt dd 設定 */
dl {
}
dt {
	width: 100%;
	padding: 14px 0 0 0;
}
dd {
	border-bottom: dotted 1px #dcdcdc;
	margin: 0 ;
	padding: 10px 0;
}


}

/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

/* 各ページタイトル */
#ribon {

}
#ribon .pTitle {
	font-size: 32px;
	line-height: 1.2;
	top: 8%;
}
#ribon .pTitle span {
	font-size: 	20px;
}

/* ## menu ## */
#menu .inner {
	font-size: 11px;
}
#menu input, #menu select {
	font-size: 11px;	
}

/* dl dt dd 設定 */
dl {
}
dt {
	width: 22%;
	height: 30px;
	padding: 14px 0;
}
dd {
	min-height: 30px; 
	border-bottom: dotted 1px #dcdcdc;
	margin: -44px 0 0 0 ;
	padding: 0 0 14px 26%;
}


}
/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {

/* 各ページタイトル */
#ribon {

}

#ribon .pTitle {
	font-size: 32px;
	line-height: 1.2;
	top: 11%;
}
#ribon .pTitle span {
	font-size: 	18px;
}
	
/* ## menu ## */
#menu .inner {
	font-size: 12px;
}
#menu input, #menu select {
	font-size: 12px;	
}

/* dl dt dd 設定 */
dl {
}
dt {
	width: 24%;
	height: 30px;
	padding: 14px 0;
}
dd {
	min-height: 30px; 
	border-bottom: dotted 1px #dcdcdc;
	margin: -44px 0 0 0 ;
	padding: 0 0 18px 26%;
}
}

/* ## width 500px～767pxの場合の設定 (ipad) ## */
@media (min-width: 500px) and (max-width: 767px) {

/* 各ページタイトル */
#ribon {
	height: 180px;
}

#ribon .pTitle {
	font-size: 20px;
	line-height: 1.2;
	top: 12%;
}
#ribon .pTitle span {
	font-size: 	16px;
}
}


/* ## width 376px～499pxの場合の設定 (iPhone12以降) ## */
@media (min-width: 376px) and (max-width: 499px) {

/* 各ページタイトル */
#ribon {
	height: 168px;
}

#ribon .pTitle {
	font-size: 16px;
	line-height: 1.2;
	top: 12%;
}
#ribon .pTitle span {
	font-size: 	12px;
}
}

/* ## width 321px～375pxの場合の設定 (iPhone6〜iPhone11) ## */
@media (min-width: 321px) and (max-width: 375px) {

/* 各ページタイトル */
#ribon {
	height: 156px;
}
#ribon .pTitle {
	font-size: 16px;
	line-height: 1.2;
	top: 16%;
}
#ribon .pTitle span {
	font-size: 	12px;
}
}

/* ## width 320px以下の場合の設定 (iPhone5s以下) ## */
@media (max-width: 320px) {

#ribon {
	height: 130px;
}
#ribon .pTitle {
	font-size: 14px;
	line-height: 1.2;
	top: 30%;
}
#ribon .pTitle span {
	font-size: 	11px;
}
}