@charset "utf-8";

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* *  Basic information:
* *  - CSS guideline: FLOCSS
* *  - Created: 2014-12-22
* *  - Last update: 2014-12-22 by Suzuki
* *
* *  Order of discription:
* *  - Foundation  [ reset / base ]
* *  - Layout [ header / main / sidebar / footer ]
* *  - Object [ component / project / utility ]
* *  	* projectは各ページ個別のCSSに記載
* *  	* utilityはutility.cssに記載
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* ==========================================================================
   Layout [  main   ]
   ========================================================================== */

/* Main
   ----------------------------------------------------------------- */
@media only screen and (max-width: 640px) {
	#container {
		overflow:hidden;/*追加*/
	}
}

#main {
	width: 940px;
	float: none;
}
h3 {
	margin-top: 58px;
}
h3:after {
	content: "　";
	display: block;
	width: 940px;
	height: 0px;
	margin-bottom: 30px;
	border-bottom: 2px dotted #137dc1;
}
.main__content {
	width: 940px;
	overflow: hidden;
}
.main__content p {
	line-height: 2;
}
h3 span {
	content: "　";
	line-height: 2px;
	margin-top: 40px;
	width: 100%;
	border-top: 2px dotted #137dc1;
	margin-left: 2px;
	width: 100%;
	display: block;
}
h4 {
	clear: both;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #007dc5;
	font-weight: bold;
	border-bottom: 1px solid #137dc1;
}
@media only screen and (max-width: 946px) {
	#main {
		width: 100%;
		margin-left: 0;
	}
	h3 {
		display: block;
		text-align: center;
		margin-right: 0px;
	}
	h3:after {
		width: 100%;
		margin-right: 0;
	}
	.main__content {
		width: 100%;
	}
	.main__content p ,
	.main__content h4 {
		margin-right: 0;
	}
}

@media only screen and (max-width: 640px) {
	#main {
		width: 100%;
		margin-left: 0;
		box-sizing: border-box;
	}
	h3 {
		margin-top: 15px;
	}
	.main__content {
		width: 100%;
		box-sizing: border-box;
	}
}


 /* ==========================================================================
   Object [ component / project / utility ]
   ========================================================================== */

/* Component
   ----------------------------------------------------------------- */



/* Project
   ----------------------------------------------------------------- */
/* ページごとのCSSに記載 */


/* Utility
   ----------------------------------------------------------------- */
/* utility.cssに記載 */
