@charset "UTF-8";


body	{margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif}


/* サイト名 bosyu */
.bosyu h1 a	{color: #000000;
	text-decoration: none}

.bosyu h1	{margin: 0;
	font-size: 30px}

.bosyu img	{border: none}


/* サイト名 site */
.site h1 a	{color: #000000;
	text-decoration: none}

.site h1	{margin: 0;
	font-size: 30px}

.site img	{border: none}


/* ヘッダー画像 */
.topimg	{max-width: 100%;
	height: auto;
	vertical-align: bottom}

/* キャッチコピー */
.catch	{margin: 0;
	padding: 15px;
	background-color: rgba(255,255,255,0.7);
	font-size: 28px}

/* ヘッダー画像にキャッチコピーを重ねる */
.top	{position: relative}

.catch	{position: absolute;
	bottom: 7%;
	left: 3%}

/* box12をセンターにする設定 */
.box12	{display: block} 

.box12  h1, h2, h3	{text-align: center}

.kurieito p	{text-align: center}

/* box12内文字サイズと間隔 */
.box12 .kurieito h1	{margin-top: 0px;
			margin-bottom: 20px;
			font-size: 36px;
			font-weight: bold}

.box12 .kurieito h2	{margin-top: 40px;
			margin-bottom: 20px;
			font-size: 28px;
			font-weight: bold}

.box12 .kurieito h3	{margin-top: 40px;
			margin-bottom: 20px;
			font-size: 22px;
			font-weight: bold}

.box12 .kurieito p	{margin-top: 0px;
			margin-bottom: 20px}

/* エイチケイウェブデザイン事務所リンク */
.box12 .kurieito a:hover {
	color: #eeeeee;
	background-color: #0000ff;
}


/* 募集 */
.bosyu	a:hover	{color: #ff1493;
		background-color: #dddddd}


/* ナビゲーション現在ページ */

/* 概要 */

/* お知らせ */
.news	{padding: 20px;
	border: solid 5px #dddddd}

.news h1	{margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	color: #666666}

.news ul	{margin: 0;
	padding: 0;
	list-style: none}

.news li a	{display: block;
	padding: 5px;
	border-bottom: dotted 2px #dddddd;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.news li a:hover	{background-color: #eeeeee}

.news time	{color: #888888;
	font-weight: bold}

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

.news time	{float: left;
	width: 70px}

.news .text	{float: none;
	width: auto;
	margin-left: 70px}


/* SNSメニュー */
/*
.follow ul	{margin: 0;
	padding: 0;
	list-style: none}

.follow li a	{display: block;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none}

.follow li a:hover	{opacity: 0.8}

.follow-tw	{background-color: #63bafb}
.follow-fb	{background-color: #5288f7}
.follow-is	{background-color: #f65d4a}

.follow i	{margin-right: 10px;
	font-size: 24px;
	vertical-align: middle}
*/

/* SNSメニュー */
.follow ul	{margin: 0;
	padding: 0;
	list-style: none}

.follow li a {display: block;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none}

.follow li a:hover	{opacity: 0.8}

/*
.follow-tw	{background-color: #63bafb}
*/
.follow-tw	{background-color: #222236}

 .fa-twitter:before {
    content: '𝕏' !important;
    font-family: sans-serif !important;
    font-weight: bold;
}
.follow li .x-font {
	font-weight: normal;
	font-family: fantasy, cursive;
	font-size: 18px;
	color: whitesmoke;
}
/*
.follow li a .x-2 {display: inline-block;
	padding: 0;
	font-size: 14px;
}
*/
.follow-fb	{background-color: #315096}
/*
.follow-is	{background-color: #E1306C}
*/
.follow-is	{background: linear-gradient(90deg, #5851db, #f77737);}

.follow i	{margin-right: 10px;
	font-size: 24px;
	vertical-align: middle}


/* 補足説明 */
.follow-info	{margin-top: 0;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #dddddd;
	font-size: 14px;
	text-align: center}

.follow-info {
	position: relative;
	background: #dddddd;
}
.follow-info:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #dddddd;
	border-width: 15px;
	margin-left: -15px;
}



/* 記事 */

/* プロフィール（沿革）・事業内容 */

/* メッセージ文サイズとセンターに表示 */

/* メッセージの章間隔 */

/* パンくずリスト */

/* サイドメニュー */

/* サイドメニューの現在ページ */

/* お問い合わせフォーム */

/* Googleのお問い合わせフォーム */
	/*<!-- 作成のフォームに準ずる */
	

/* コピーライト */
.copyright p	{margin: 0;
	color: #666666;
	font-size: 14px}


/* BOX Aの下に罫線を挿入（コンテンツページのみ） */
.contents .boxA	{border-bottom: solid 1px #dddddd}


/* BOX5をバーの形にする */
.box5	{padding-top: 15px;
	padding-bottom: 15px;
	background-color: #dddddd}


/* ボックスの左右 */
.boxA, .box4, .box5, .box11, .box12, .box13 
	{padding-left: 15px;
	padding-right: 15px}


/* ボックスの上下 */
.boxA	{padding-top: 25px;
	padding-bottom: 10px}

.box4	{padding-top: 20px;
	padding-bottom: 20px}

.box4-1	{padding-bottom: 20px}

.box11	{padding-top: 40px;
	padding-bottom: 25px;
	border-bottom: solid 1px #dddddd}

.box12	{padding-top: 40px;
	padding-bottom: 25px;
	border-bottom: solid 1px #dddddd}



/* #####
	レスポンシブ								 
	359px以下
		--599以下
			--767以下
				--768px以上～999px以下
					--768px以上												 
						--1190px以上							
								########	
													 */


/* ########### 359px以下 ########### */
@media (max-width: 359px) {

/* サイト名 bosyu*/
.bosyu img	{width: 300px;
	height: auto}

/* サイト名 */
.site img	{width: 225px;
	height: auto}

}


/* ########### 599px以下 ########### */
@media (max-width: 599px) {

/* ナビゲーション */

/* キャッチコピー */
.catch	{padding: 5px 10px;
	font-size: 12px}

/* 募集文字サイズ */
.box12 .kurieito h1	{font-size: 26px}

.box12 .kurieito h2	{font-size: 20px}

.box12 .kurieito h3	{font-size: 18px}


/* 記事 */

/* プロフィール（沿革）・事業内容 */

/* メッセージ */

/* Googleお問い合わせフォーム */
iframe		{width: 100%}


}



/* ########### 767px以下 ########### */
@media (max-width: 767px) {


/* boxAをセンターにする */
.boxA-A		{margin: 0 auto;
		width: 320px;
		height: 82px}

.boxA-A		{border: solid 2.5px #0000ff;
		border-radius: 20px;
		margin-bottom: 10px}

.boxA-A h1, p	{text-align: center;
		margin-bottom: 0px}

.box1-1A p	{height: 0px;
		margin-top: 0px;
		margin-bottom: 0px}

.box1-1A img	{width: 0px;
		height: 0px}

.box1-2A p	{margin-top: 0px}



/* トグルボタン */

/* ナビゲーションメニュー（縦並び） */

/* BOX8-1とBOX8-2の間に区切り線を入れる */

/* お問い合わせ内容ボックス */
textarea	{width: 100%}

/* Googleお問い合わせフォーム */
iframe		{width: 100%}


}


/* ########### 768px以上～999px以下 ########### */
textarea	{width: 90%}



/* ########### 768px以上 ########### */
@media (min-width: 768px) {

/* トグルボタン */
#menubtn	{display: none}

/* ナビゲーション */

/* BOX1とBOX1-1AとBOX1-2Aを横に並べる設定 募集サイト */
.boxA-A		{margin: 0 auto;
		width: 485px;
		height: 35px}

.boxA-A		{border: solid 3px #0000ff;
		border-radius: 5px;
		margin-bottom: 20px}

.boxA-A:after	{content: "";
	display: block;
	clear: both}

.box1	{float: left;
	width: 250px}

.box1-1A	{float: left;
		width: 25px}

.box1-1A p	{margin-top: 0px;
		margin-bottom: 25px}

.box1-2A	{float: left;
		width: 210px}

.box1-2A p	{margin-top: 0px}


/* BOX4-1とBOX4-2を横に並べる設定 */
.box4:after	{content: "";
	display: block;
	clear: both}

.box4-1	{float: left;
	width: 70%;
	padding-right: 35px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

.box4-2	{float: left;
	width: 30%}


/* BOX6-1、BOX6-2、BOX6-3を横に並べる設定 */

/* BOX7-1とBOX7-2を横に並べる設定 */

/* BOX8-1とBOX8-2を横に並べる設定 */

/* BOX9-1、BOX9-2、BOX9-3を横に並べる設定 */

/* BOX10-1、BOX10-2、BOX10-3を横に並べる設定 */

/*<! ---------- 未使用 ---------- >
/* BOX11-1、BOX11-2、BOX11-3を横に並べる設定 */

/*< ----------------------------- >*/


/* BOX13-1、BOX13-2、BOX13-3を横に並べる設定 */
.box13:after	{content: "";
	display: block;
	clear: both}

.box13-1	{float: left;
	width: 18%;
	margin-right: 2%}

.box13-2	{float: left;
	width: 60%;
	margin-right: 2%}

.box13-3	{float: left;
	width: 18%}


/* Googleお問い合わせフォーム */
iframe		{width: 100%}

}


/* ########### 1190px以上 ########### */
@media (min-width: 1190px) {

/* 全体の横幅を固定 */
.box3, .box4, .boxA-inner, .box5-inner, .box11, .box12, .box13
	{width: 1140px;
	margin-left: auto;
	margin-right: auto}

/* BOX Aの下に罫線を挿入 */
.boxA	{margin-bottom: 20px;
	border-bottom: solid 1px #dddddd}

}

