﻿@charset "utf-8";

/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
	line-height: 160%;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}


/* ------ Body ------ */

body {
	font-family: '小塚明朝 Pr6N', 'ＭＳ Ｐ明朝','ＭＳ 明朝','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 160%;
	text-align: left;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
	background-color:#000;
}
.win body {
	font-family:'小塚明朝 Pr6N', 'ＭＳ Ｐ明朝','ＭＳ 明朝', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.cl {
	clear:both;
}


/* ------ Anchor ------ */

a {
	outline: none;
}

a:link {
	text-decoration: none;
	color: #060;
}
a:visited {
	text-decoration: none;
	color: #060;
}
a:hover {
	text-decoration: underline;
	color: #060;
}
a:active {
	text-decoration: underline;
	color: #060;
}



/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ General Settings ------ */

/* フルードイメージ対応 */
img {
	max-width: 100%;
	height: auto;
}
.ie8 img {
	width: auto;
}

p {
	font-size: 85%;
	margin:0 10px;
}

.img {
	text-align: center;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.mt-10 {
	margin-top:10px;
}

.mb-20 {
	margin-bottom:20px;
}

body {

}

#container {
	position: relative;			/* 親要素をposition:relativeとする */
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	background-color:#fff;
}

.bo {
	font-weight:bold;
	}

/* ------ Column ------ */

.row {
	max-width: 930px;
	margin: 0 auto;
}


.row2 {
	max-width: 1000px;
	margin: 0 auto;
}

.row:after {
	content: "";
	display: block;
	clear: both;
}

/* 各カラムを横並びにし、左マージンを設定 */
.col {
	float: left;
	margin-left: 3.2258064515%;
}

/* 左端のカラムの左マージンを削除 */
.col:first-child,
.col.left {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col.right {
	float: right;
	margin-left: 3.2258064515%;
}

/* 各カラムの幅を％で設定 */
.one-sixth {width: 13.9784946237%;}
.two-sixth {width: 31.1827956989%;}
.three-sixth{width: 48.3870967742%;}
.four-sixth{width: 65.5913978495%;}
.five-sixth{width: 82.7956989247%;}



#mainvisual {
	width: 100%;

}

/* ------ Article ------ */

article {
	background-color: #fff;

}

/* ------ news_h ------ */

#wrapper {
	padding-bottom:30px;
}




/* ------ News ------ */

#wrapper_in {
	margin-top: 20px;
	
}

#wrapper_in h1 {
	display: block;
	position: relative;
	z-index: 2;
	padding: 2px 15px;
	font-size: 100%;
	color: #fff;
	text-decoration: none;
	background-color: #9cc647;
}


#wrapper_in h2.heading-7 {
    display: block;
    position: relative;
	text-align:center;
	margin:50px 10px 30px;
	font-weight:bold;
	font-size:120%;
}

#wrapper_in h2.heading-7:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #b50202;

}

#wrapper_in h3.ttl_line2 {
  font-weight: bold;
  border-bottom: 3px solid #b50202;
  padding: 0.3em;
  margin-bottom:20px;
  margin-top:50px;
  font-size:130%;
}

#wrapper_in h3.ttl_line2:first-letter {
  font-size: 1.5em;
  color: #b50202;
}

#wrapper_in h3.heading-29 {
    position: relative;
    padding: .5em 1.2em;
    color: #333333;
}

#wrapper_in h3.heading-29::before,
.heading-38::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #2589d0;
    content: '';
}

#wrapper_in h3.heading-29::before {
    top: calc(50% - 3px);
    left: 0;
}

#wrapper_in h3.heading-29::after {
    top: calc(50% + 3px);
    left: 5px;
}6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);


#wrapper_in h3.heading-30 {
    display: inline-block;
    position: relative;
    margin: calc(7em / 2) 0 calc(5em / 4) calc(3em / 2);
    line-height: 1;
	z-index: 0;
	font-weight:bold;
}

#wrapper_in h3.heading-30::before {
    position: absolute;
    bottom: calc(-3em / 4);
    left: calc(-3em / 2);
    z-index: -1;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background: #aae0ad;
    content: '';
}


#wrapper_in h3.heading-31 {
    display: inline-block;
    position: relative;
    margin: calc(7em / 2) 0 calc(5em / 4) calc(3em / 2);
    line-height: 1;
	z-index: 0;
	font-weight:bold;
}

#wrapper_in h3.heading-31::before {
    position: absolute;
    bottom: calc(-3em / 4);
    left: calc(-3em / 2);
    z-index: -1;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background: #e7db98;
    content: '';
}



#wrapper_in section {
	padding:20px;
	}


#wrapper_in section p {
	margin-top: 10px;
	margin-bottom:10px;
	
}


#wrapper_in dl  {
	display: flex;
	flex-wrap: wrap;
	width:100%;
	font-size:85%;
	margin:0 5px;
}


#wrapper_in dt  {
	display: block;
	text-align-last:justify;
	width:100px;
	font-weight:bold;
	padding:3px;
}


#wrapper_in dd  {
	padding:3px;
    width: calc(100% - 115px);
}


#wrapper_in dl.fee  {
	display: flex;
	flex-wrap: wrap;
	width:100%;
	font-size:85%;
	margin:0 5px;
}


#wrapper_in  dl.fee dt  {
	display: grid;
	width:140px;
	font-weight:bold;
	padding:3px;
}

#wrapper_in dl.fee dd  {
	padding:3px;
    width: calc(100% - 155px);
}

#wrapper .red{
		color:#F00;
}

#wrapper .ora{
		color:#F93;
}

#wrapper .gre{
		color:#9cc647;
}

#wrapper .le{
	text-align:left;
}

#wrapper .news_ttl{
	text-align:center;
	font-weight:bold;
	color:#000;
	padding:10px 0 0 0;
	margin-bottom:0;
}

#wrapper .news{
	text-align:center;
	font-weight:bold;
	color:#F00;
	padding:10px 0 0 0;
	margin-bottom:0;
}

#wrapper .bl{
	color:#030;
}

#wrapper a{
	color:#000;
}

#wrapper a:hover {
		color:#900;
		text-decoration:none;
	}
	
	


/*　========== text ===========　*/

#text {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	list-style:none;
	font-size:90%;
	color:#F00;
	margin:0 10px;
	}

/* ------ start ------ */

#pic {
	text-align:center;
	margin-bottom:20px;
}

#pic h4 {
	text-align:center;
	color: #9cc647;
	font-size:95%;
	font-weight:bold;
}

#buy {
	padding:20px 0px;
	border-bottom:#999 dotted 1px;
	
}

#buy .tx {
	font-size:80%;
	}
	
/* ------   ------ */

#fam {
	margin-bottom:20px;
}

#fam h4{
  position: relative;/*相対位置*/
  padding-left: 1.3em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #060;/*文字色*/
  font-weight:bold;
  font-size:110%;
  margin:5px;
}

#fam h4:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "●";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1.2em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: -0.1em;/*アイコンの位置*/
  color: #060;
}

#fam h5 {
	font-size:95%;
	font-weight:bold;
	padding:10px 0 0 10px;
	color:#C30;
}


#fam a {
	font-weight:normal;
	color:#000;
}

#fam a:hover {
	text-decoration:underline;
}

#fam .pic_left {
	text-align:left;
}

#fam .pic_right {
	text-align:right;
}

/* ------ banner ------ */

.bn{
	margin-top:30px;
	text-align:center;
}

/* ------ Page Top ------ */

#page-top {	
	border-top: solid 1px #d5d5d5;		/* 1番外側のborder */
	border-bottom: solid 1px #fff;
	border-top: solid 1px #dedede;
	margin-bottom:20px;
}

#page-top p {

	font-size:70%;
	margin:0 ;
}


#page-top a {
	display: block;
	padding-bottom: 3px;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	color: #666;
	border-top: solid 1px #e5e5e5;		/* 1番内側のborder */
}

#page-top a:link,
#page-top a:visited {
	background-color: #eee;
}
#page-top a:hover,
#page-top a:active {
	background-color: #e5e5e5;
}





/* ------ Footer ------ */

footer {
	text-align:right;
}

footer nav {
	margin: 10px 0 15px;
}

footer nav li {
	display: inline-block;
	padding: 0 5px 0 10px;
	border-left: solid 1px #ddd;
	font-size: 68%;
}
footer nav li:first-child {
	padding-left: 0;
	border-left: none;
}

footer nav a:link,
footer nav a:visited {
	color: #666;
	text-decoration: none;
}
footer nav a:hover,
footer nav a:active {
	color: #666;
	text-decoration: underline;
}

#copyright {
		margin:0;
}

#copyright p {
	font-size: 62%;
	color: #bbb;
}



/*-----------------------------------------------------	*/
/*	for 640px - 979px				*/
/*-----------------------------------------------------	*/

@media screen and (min-width: 640px) and (max-width: 979px) {

	/* ------ Column ------ */

	/* 左右に25pxの余白を設定 */
	.row {
		padding: 0 25px;
	}
	
	#wrapper_in h4  {
		font-size:100%;	
			}

	#wrapper_in dt  {
	text-align-last:left;
	width:100%;
	padding-bottom:0;
	}
	
	#wrapper_in dd  {
    width: 100%;
	margin-bottom:10px;
	}

}



/*-----------------------------------------------------	*/
/*	for - 639px					*/
/*-----------------------------------------------------	*/

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

	/* ------ Column ------ */

	/* 各カラムの横並びを解除し、縦１列に並べる */
	.col,
	.col.left,
	.col.right {
		float: none;
		width: auto;
		margin-left: 0;
	}



	
	/* ------ Global Navi ------ */

	/* スマートフォン用表示では、横幅いっぱいに配置 */
	

/* ------ company ------ */

#wrapper .ce{
	font-size:80%;
	font-weight:bold;
	color:#000;
	margin:0;
	background:url(../img/h2_b_s.gif)  0 bottom no-repeat;
	padding:0 10px 20px 60px;
}

#wrapper .news{
	font-size:85%;
}

#wrapper_in h3.heading-29 {
    margin: calc(7em / 2) 0 calc(5em / 4) calc(3.5em / 2);
}

#wrapper_in h3.heading-30 {
    margin: calc(7em / 2) 0 calc(5em / 4) calc(3.5em / 2);
}

#wrapper_in h3.heading-31 {
    margin: calc(7em / 2) 0 calc(5em / 4) calc(3.5em / 2);
}


#wrapper_in dl  {
	width:97%;
}


#wrapper_in dt  {
	display: block;
	text-align-last:justify;
	width:100px;
	font-weight:bold;
	padding:3px;
}

#wrapper_in dl.fee  {
	width:97%;
}




/*　========== text ===========　*/

#text {
	font-size:70%;
	}


#fam .pic_left {
	text-align: center;

}

#fam .pic_right {
	text-align: center;
	margin-bottom:10px;
}

	/* ------ Page Top ------ */

	#page-top p {
		font-size: 76%;
	}

	#page-top a {
		line-height: 35px;
	}


	/* ------ Utility ------ */

	#utility {
		position: static;		/* スマートフォン用の表示ではposition:staticとする */
		height: auto;
		padding: 15px 0;
		background-color: #f5f5f5;
		border-bottom: solid 1px #e5e5e5;
	}

	#utility .row {
		height: auto;
	}

	#search {
		float: none;
		width: auto;
		margin: 0 15px;
		background-color: #fff;
		border: solid 1px #e5e5e5;
	line-height: 100%;		
	}
	
	
	/* ------ Footer ------ */

	footer {
		border-top: solid 1px #fff;
	}

	footer nav {
		margin-top: 15px;
	}

	footer nav ul {
		padding: 0 15px;
		text-align: center;
	}

	#copyright {
		margin-bottom: 0;
		padding: 0 15px;
		text-align: center;
	}


}
