@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

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

body {
	margin:0px;
	color: #333;
    display: flex;      /* コンテンツを並べる　　*/
    flex-flow: column;　/* コンテンツを縦に並べる　*/
    font-family: "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN","Hiragino Sans",
    Meiryo,sans-serif;
	/*font-family: "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif; */
	font-size: 16px;
    letter-spacing: 1px;
	line-height: 26px;
    min-height: 100vh;　/* bodyの最小の高さを確保する　*/
}


img {
	border: 0px;
	vertical-align:middle;
}

a:link,
a:visited  {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: none;
    transition: .7s ease;/*滑らかに表示*/
}

.clear {
	clear: both;
}

.nav {
	margin: 15px 0 15px 20px;
}

.container {
	background-color: #FFFFFF;
	width: 90%;
    height: auto;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding: 0px;
    flex: 1;   /* footerを下にずらすため */
}

.row {
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: inline-block
}
.row.blockDisplay {
	display: block;
}
.noDisplay {
	display: none;
}

.column_half {
	width: 50%;
	float: left;
	margin-top: 0px;
}
.columns {
	width: 25%;
	float: left;
	color: #A5A5A5;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: justify;
}
.row .columns p {
	padding-left: 10%;
	padding-right: 10%;
}
.columns h4 {
	text-align: center;
	color: #007bbb;
}
.columns  a:link  {
	color:#113b66;
	text-decoration: none;
}
.columns  a:hover  {
	color:#cc0000;
	text-decoration: none;
}
.columns now {
    color:#007bbb;
}

.primary_header {
	width: 100%;
	background-color: #ffffff;
	/* padding-top: 10px; */
	/* padding-bottom: 10px;*/
    padding-top: 5px;
	padding-bottom: 5px;
	clear: left;
	border-bottom: 2px solid #2C9AB7;
}


/* --- 文章 --- */
.right_article {
	background-color: #FFFFFF;
	width: 60%;
	float: left;
	color: #717070;
	padding-top: 15px;
	padding-bottom: 15px;
}
.right_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	/*margin-top: 5%;*/
	color: #717070;
	font-weight: bold;
	text-transform: uppercase;
}
.right_article p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: justify;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #717070;
}
.right_article dl {
    color: #717070;
}
.right_article dl dt {
    padding-bottom: 10px;
    font-weight: bold; 
	line-height: 24px;
    color: #717070;
}
.right_article dl dd {
    margin-left: 0px;
    padding-bottom: 10px;
	line-height: 24px;
    color: #717070;
    border-bottom: 1px dotted #717070;
}
.right_article dl dd a u{
    color: #717070;
}

/* --- 画像 --- */
.left_article {
	width: 40%;
	float: left;
	background-color: #fff;
}
.placeholder {
	width: 90%;
	padding-top: 30px;
    padding-left: 1px;
	padding-bottom: 30px;
	height: 100%;
}


.title {
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
}


.center_article {
	background-color: #FFFFFF;
	/*width: 100%;*/
	width: 90%;
	float: left;
	color: #717070;
	padding-bottom: 15px;
    /*height: 100vh;*/
}
.center_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	color: #717070;
	font-weight: bold;
	text-transform: uppercase;
}
.center_article p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: justify;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #717070;
}

.center_article  {
	padding-left: 5%;
	padding-right: 5%;
	text-align: justify;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #717070;
}

/* copyrightの設定 */
.footer {
    width:100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px; 
	color: #717070;
}
