@charset "UTF-8";
/*
=======================================
  Reset CSS
=======================================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, main, menu, nav, section, summary,
time, mark, audio, video{
  margin:0;
  padding:0;
}

article,aside,details,figcaption,figure,
footer,header,main,menu,nav,section{
  display:block;
}

html{
  -webkit-text-size-adjust: 100%;
}

body{
color: #000;
line-height: 1.5;
font-size: 14px;
font-family: sans-serif;
}

img{
  border: 0;
}

ul,ol{
  list-style-type: none;
}

table {
  border-collapse: collapse; 
  border-spacing: 0;
}

img, input, select, textarea { 
  vertical-align: middle;
}

a {
  color: #03c;
	text-decoration:none;
}
a:hover {
  opacity:0.5;
}

/*
=========================================
  Base Layout
=========================================
*/

/*container*/
div,dt,dd{
	box-sizing:border-box;
}
#container{
	width:980px;
	background:#fff;
	margin: 0 auto;
	font-family:Meiryo, -apple-system, BlinkMacSystemFont, "Nunito Sans", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif!important;
}

#contents{
	width: 980px;
	margin: 0 auto;
	
	padding: 40px;
}

.footer-note{
	margin:15px 0;
}
.footer-note p{
	font-size:12px;
}
/*
=========================================
  Modules（Block）
=========================================
*/

/*header
--------------------*/
.header-title{
	text-align:center;
}

.l-bg{
	background:url(../img/bg.gif);
	padding: 40px;
}
.block{
	background:#fff;
	padding: 40px 40px 20px 40px;
}

.col2{
	display:flex;
	justify-content:space-around;
}

/*
=========================================
  Modules（Parts）
=========================================
*/
.title_img{
	width: 100%;
	height:auto;
}
.title1{
	text-align:center;
	font-size: 2.4rem;
	font-weight:bold;
	line-height: 135%;
	margin: 10px auto 0;
}

.title2{
	text-align:center;
	font-size: 1.6rem;
	margin: 20px auto;
}
.title3{
	text-align:center;
	font-size: 1.2rem;
	margin: 20px auto;
}
.title4{
	text-align:center;
	font-size: 1rem;
	margin: 20px auto;
}
.title4::after{
	content:"";
	display:block;
	width: 100px;
	border:solid 1px #00c;
	position:relative;
	left:calc(50% - 50px);
	margin-top: 15px;
}
.btn001 {
	margin: 15px 0;
}
.btn001 a{
	background:#096dbc;
	text-align:center;
	padding: 10px;
	color:#fff;
	font-weight:bold;
}

.btn002 a{
	background:#096dbc;
	text-align:center;
	color:#fff;
	font-weight:bold;
	display:block;
	line-height:65px;
	width: 375px;
	box-sizing:border-box;
	font-size: 16px;
}
.btn003{
	width: 90%;
	margin: 10px;
}
.btn003 a{
	background:#096dbc;
	text-align:center;
	color:#fff;
	font-weight:bold;
	display:block;
	line-height:65px;
	width: 100%;
	box-sizing:border-box;
	font-size: 16px;
	margin: 0px;
	padding: 10px;
}

.btn004{
	width: 90%;
	margin: 10px;
}
.btn004 a{
	background:#096dbc;
	text-align:center;
	color:#fff;
	font-weight:bold;
	display:block;
	line-height:65px;
	width: 65%;
	box-sizing:border-box;
	font-size: 16px;
	margin: 0px;
	padding: 10px;
}

.date{
	background:#333;
	color:#fff;
	font-weight:bold;
	font-size: 1.8rem;
	padding-top: 15px;
	padding-bottom: 15px;
}
.p_entry {
	background:#096dbc;
	text-align:center;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.p_entry a {
	color:#fff;
}
.p_entry strong{font-size:1.3rem;
	font-weight:bold;}


.catch {
	color:#cc0000;
	text-align:center;
	display:block;
	padding-right: auto;
	padding-left: auto;
	padding-bottom: 15px;
	font-size:1.5rem;
	font-weight:bold;
	margin: 0 auto;
}
.outline{
	border-top:solid 1px #666;
}
.outline dt{
	float:left;
	width: 20%;
	font-size: 1rem;
	font-weight: bold;
	padding: 10px;
	clear:left;
}
.outline dd{
	padding: 10px 0 11px 20%;
	border-bottom:solid 1px #666;
	font-size: 1rem;
}
.outline li{
	padding: 0.5em 0 0.5em 1em ;
	text-indent:-1em;
}
.outline  li:nth-child(even){
	background:#eee;
}

.lead{
	font-size:1rem;
}

.c-price{
	background:#eee;
	padding: 15px;
	margin-top: 30px;
}
.c-price dt{
	font-size: 1.2rem;
	font-weight: bold;
}
.c-price dd{
	font-size: 1rem;
}

.c-info{
	background:#e6f6fd;
	padding: 15px;
	margin-top: 30px;
}
.c-info dt{
	font-size: 1.2rem;
	font-weight: bold;
	padding-bottom: 10px;
}
.c-info dd{
	font-size: 1rem;
}

.slo_link{margin-bottom: 40px;}
.c-logo{
	display:flex;
	margin: 0 auto;
	width:520px;
}
.c-logo li{
	text-align:center;
	width: 50%;
	margin: 0 auto;
}
.c-logo li img{
	width: 200px;
	height:auto;
}
.split-line::before{
	content:"";
	display:block;
	width: 100px;
	height: 1px;
	border-top:solid 1px #00c;
	position:relative;
	left:calc(50% - 50px);
	margin-bottom: 40px;
}
.p_banner{
	text-align:center;
	margin-bottom: 20px;
}

.p_banner img{
	width: 480px;
	height: auto;
}

.p_banner2{
	width: 780px;
	margin: 0 auto 20px;
}
.p_banner2.w375{
	display:flex;
	justify-content:space-around;
}
.p_banner2.w375 div{
	width: 375px;
}
.p_banner.w375 img{
	width: 375px;
}

.p_main-sponsor{
	text-align:center;
	margin-top: -20px;
}
.p_main-sponsor img{
	width: 320px;
	height: auto;
}
.p_sponsor{
	width:480px;
	display:flex;
	justify-content:space-around;
	margin:0 auto;
}
.p_sponsor li {
	width:150px;
}
.p_sponsor li img{
	width: 100%;
	height: auto;
}
/*
=========================================
  Utilities
=========================================
*/

/* マージン
---------------------------------*/
.mb0{ margin-bottom: 0 !important;}
.mb5{ margin-bottom: 5px !important;}
.mb10{ margin-bottom: 10px !important;}
.mb15{ margin-bottom: 15px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb25{ margin-bottom: 25px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb35{ margin-bottom: 35px !important;}
.mb40{ margin-bottom: 40px !important;}
.mb45{ margin-bottom: 45px !important;}
.mb50{ margin-bottom: 50px !important;}

.mt0{ margin-top: 0 !important;}
.mt5{ margin-top: 5px !important;}
.mt10{ margin-top: 10px !important;}
.mt15{ margin-top: 15px !important;}
.mt20{ margin-top: 20px !important;}
.mt25{ margin-top: 25px !important;}
.mt30{ margin-top: 30px !important;}
.mt35{ margin-top: 35px !important;}
.mt40{ margin-top: 40px !important;}
.mt45{ margin-top: 45px !important;}
.mt50{ margin-top: 50px !important;}

/* 左右行揃え
---------------------------------*/
.ta-l{ text-align: left; }
.ta-r{ text-align: right; }
.ta-c{ text-align: center; }


/* フロート／フロート解除
---------------------------------*/
.fl{ float:left; }
.fr{ float:right; }
.fl-img{ float: left; margin-right: 10px; margin-bottom: 10px;}
.fr-img{ float: right; margin-left: 10px; margin-bottom: 10px;}
.clear{ clear:both; }

/* clearfix */
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both; 
}


.sp{display:none;}
