/*--------------------------
ページ全体
----------------------------*/
body {
    margin: 0;
    border-top: 7px solid #4080FF;
    color: #000;
    background: #fff;
    font-family: sans-serif;
}
main, #footlinks {
    margin: 1.2rem;
}

a:link, a:visited {
    color:#4080FF;
}
a:hover {
    color: #fff;
    background-color: #4080FF;
}
h1, h2, h3 {
  margin: 0;
  color: #000; 
  line-height: 1;
}
.sub_img {
	margin-bottom:5px;
}
.sub_img2 {
	margin-top:20px;
	margin-bottom:30px;
	text-align:center;
}
.sub_img3 {
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
}
.title_bg01 {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    padding-left: 5px;
    line-height: 2.0rem;
    border-radius: 5px;
    background-color: #FFB9D5;
}


/*--------------------------
ヘッダー
----------------------------*/

header {
 /*   margin-top: 20px;*/
    padding-top: 20px;
    text-align: center;
    background-color: #fff;
}
#logo img {
    vertical-align: bottom;
}
nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    margin: 20px 0 0;
    padding:0;
    margin-bottom: 15px;
}
nav li {
  margin: 0;
  padding: 0;
}
nav li, nav a {
  display: block;
}
nav a {
  margin: 2px;
  padding: 0.4rem 0;
  background: #333;
  text-decoration: none;
  font-size: 0.9rem;
}

nav+picture img {
  width: 100vw;
  vertical-align: bottom;
}


/*--------------------------
メインコンテンツ
----------------------------*/

main {
    margin-bottom: 2.4rem;
}
h1 {
    margin-top: 1.4rem;
    line-height: 1.4rem;
    font-size: 1.0rem;
    text-align: center;
}
h2 {
    margin-top: 2rem;
    font-size: 1rem;
}
.tit_textbl01 {
    display: block;
    margin-top: 40px;
    border-radius: 10px;
	padding-left:15px;
    color: #fff;
    line-height: 3rem;
    background: linear-gradient(#4080FF, #4080FF);
    background-color: #4080FF;
	margin-bottom:20px;
}

.tit_textbl02 {
    display: block;
    margin-top: 40px;
    border-radius: 10px;
    text-align: center;
    color: #B70049;
	font-size:2.2rem;
    line-height: 3rem;
	background-color:#F9F4F7;
	border-bottom: 1px solid #999;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.tit_textbl03 {
    display: block;
    margin-top: 40px;
    border-radius: 10px;
    text-align: center;
    color: #B70049;
	font-size:1.8rem;
    line-height: 2.6rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article {
	line-height:1.4rem;
}

.boxtxt1 {
/*	width:100%;*/
/*	float:left;*/
	font-size:15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:26px;
	padding:10px 10px 0 10px;
	margin-bottom:10px;
}

.boxtxt2 {
/*	width:100%;*/
/*	float:left;*/
	font-size:15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:28px;
	padding:0 10px 0 10px;
	margin-bottom:20px;
}

.boxtxt3 {
/*	width:100%;*/
/*	float:left;*/
	font-size:15px;
	line-height:26px;
	padding:0 10px 0 10px;
	margin-bottom:30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

table#pp1 {
	border-collapse:collapse;
	border: 1px solid #CCC;
	font-size:16px;
	line-height:46px;
/*	padding:15px;*/
	width:  95%;
	margin-bottom:20px;
}

th#pp1 {
	background-color:#FFE3C8;
	border: 1px solid #CCC;
	font-weight:normal;
}

td#pp1 {
	padding:0 10px 0;
	border: 1px solid #CCC;
}

caption {
	caption-side:left;
}

th#pp2 {
	background-color:#54BECE;
	border: 1px solid #CCC;
	color:#fff;
	font-weight:normal;
}

th#pp3 {
	background-color:#FFFFCC;
	border: 1px solid #CCC;
	font-weight:normal;
}

td#pp2 {
	padding:0 10px 0;
	border: 1px solid #CCC;
	text-align:center;
}

th#pp4 {
	background-color:#FF0000;
	border: 1px solid #CCC;
	color:#fff;	
	font-weight:normal;
}

th#pp5 {
	background-color:#FFF;
	border: 1px solid #CCC;
	font-weight:normal;
}


.flex-container {
	display:flex;
	flex-flow : column;
	align-items: stretch;
}

.flex-item1 {
	font-size:1.0rem;
	line-height:1.4rem;
	margin-bottom:20px;
}

.flex-item1 p {
	font-size:1.0rem;
	line-height:1.3rem;
	font-weight:bold;
	margin-top:0;
	margin-bottom:10px;
	border-bottom:1px solid #000;
}

.flex-item2 {
	display:block;
	text-align:center;
}

.time_tit {
	display:block;
	padding:6px 8px;
	color:#FF0066;
    border-radius: 10px;
    text-align:left;
	font-size:1.8rem;
    line-height: 2.4rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	background-color:#eee;
	margin-bottom:20px;	
}
.time_tit_mini {
	display:block;
	padding:5px 8px;	
	color:#FFF;
    border-radius: 6px;
	font-size:0.8rem;
    line-height: 1.4rem;
	font-weight:normal;
	background-color:#000;
}

.time_tit_sub {
	display:block;
	padding:2px 8px;
	font-size:1.2rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	color:#FF9900;
	margin-bottom:10px;
}

.time_txt {
	padding:0 8px;
	font-size:14px;
	line-height:18px;
	color:#000;
	margin-bottom:20px;
}


/*--------------------------
フッター
----------------------------*/
footer {
    padding-top: 0.5rem;
    padding-bottom: 1.4rem;
    background: #f3f3f3;
}

#copyright {
    color: #999;
    text-align: center;
    font-size: 0.82rem;
}
