@charset "UTF-8";

/*----------------------------------------------------------------------------------------*
 *	共通の記述
 *----------------------------------------------------------------------------------------*/

.sp-br {
  display: none; /* デフォルトでは非表示（PC・タブレット） */
}

/*------------------------------------------ panel_area */
body#home div#panel_area {
	position: relative;
}
body#home div#panel_area p#main_img {
	margin: 0 auto;
	text-align: center;
}
body#home div#panel_area div#lead {
	margin: 0 auto;
	right: 0;
	left: 0;
}
body#home div#panel_area div#lead h1 {
	font-weight: bold;
	text-align: center;
}
body#home div#panel_area div#lead a {
	display: inline-block;
	color: #181818;
	text-decoration: none;
	
}

/*------------------------------------------ section introduction */
body#home section#introduction ul#item_list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
	list-style-type: none;
}
body#home section#introduction ul#item_list li {
	background-color: #ffffff;
}

body#home section#introduction ul#item_list li a {
	display: block;
	color: #181818;
	text-decoration: none;
}

body#home section#introduction ul#item_list li p.item_img {
	border-bottom: 2px solid #f9c300;
	margin: 0;
}
body#home section#introduction ul#item_list li div.item_text p.item_name {
	margin: 0;
	font-weight: bold;
}

/*------------------------------------------ home bnr */
body#home div#home_bnr {
	background-color: #f9c300;
}
body#home div#home_bnr ul {
	list-style-type: none;
	margin: 0 auto;
}

/*------------------------------------------ section topics */
body#home section#topics {
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 0 3px #cccccc;
}
body#home section#topics h2 {
	position: relative;
	margin: 0;
	font-weight: bold;
}
body#home section#topics h2::before{
	position: absolute;
	content: '';
	background: url(../images/icon_h2.png) no-repeat left center;
	background-size: contain;
}
body#home section#topics p#topics_top {
	position: absolute;
	margin: 0;
}
body#home section#topics p#topics_top a {
	background: #ffffff url("../images/icon_topics.png") no-repeat left center;
}
body#home section#topics a {
	color: #181818;
	text-decoration: none;
}
body#home section#topics a:hover {
	color: #f9c300;
	text-decoration: underline;
}
body#home section#topics dt {
	color: #07244a;
}

/*------------------------------------------ section information */

body#home section#information {
	background-color: #fff;
	box-shadow: 2px 2px 2px #cccccc;
}
body#home section#information h2 {
	margin: 0;
	text-align: center;
	font-weight: bold;
}
body#home section#information h3 {
	margin: 0.5em 0;
	padding: 0.3em 0;
	background-color: #07244a;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
body#home section#information h4 {
	position: relative;
	margin: 0.5em 0;
	font-weight: bold;
}
body#home section#information dl {
	margin: 0;
}
body#home section#information dl dt {
	float: left;
	width: 8em;
	margin: 0 -8em 0 0;
	padding: 2px 0;
	border-radius: 3px;
	background-color: #07244a;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
body#home section#information dl dd {
	margin: 0 0 0 9em;
	padding: 0 0 0.5em 0;
}
body#home section#information dl dd:last-child {
	padding-bottom: 0;
}
body#home section#information .link {
	margin: 1em 0;
	text-align: center;
}
body#home section#information .link a {
	display: inline-block;
	position: relative;
	background-color: #07244a;
	color: #fff;
	text-decoration: none;
}
body#home section#information .link a::after {
	position: absolute;
	content: '';
	top: 1em;
	right: 20px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
body#home section#information .notice {
	font-size: 1.2rem;
}

/*------------------------------------------ section introduction javascript img_none */

body#home section#introduction ul#item_list li p.item_img img:nth-child(2) {
	display: none;
}

/*--------------------------------------------------------------------*
 *	736px以下用（SP用）の記述
 *--------------------------------------------------------------------*/

@media screen and (max-width: 736px) {
/* 736px以下用（SP用）の記述 */


.sp-br {
    display: block; /* または inline でもOK */
  }

/*------------------------------------------ panel_area */
body#home div#panel_area {
	padding-bottom: 15px;
	background-color: #f2f2f2;
}
body#home div#panel_area div#lead {
	width: 96%;
	margin-top: 1em;
}
body#home div#panel_area div#lead h1 {
	padding: 10px;
	box-sizing: border-box;
	box-shadow: 2px 2px 2px #cccccc;
	background: #ffffff url("../images/bg_lead.png") no-repeat left center;
	background-size:contain;
	margin: 0;
	font-size: 1.3rem;
}
body#home div#panel_area div#lead p {
	background-color: #ffffff;
	margin: 1em auto 0;
	font-size: 1.2rem;
}
body#home div#panel_area div#lead a {
	padding: 3% 6%;
	background: transparent url("../images/icon_link.png") no-repeat right 2% bottom 8px;
	background-size: 14px;
}

/*------------------------------------------ section introduction */
body#home section#introduction ul#item_list li {
	width: 49%;
	margin-bottom: 3%;
	background: #ffffff url("../images/icon_link.png") no-repeat right 2% bottom 4px;
	background-size: 14px;
}
body#home section#introduction ul#item_list li div.item_text {
	padding: 6%;
}
body#home section#introduction ul#item_list li div.item_text p.item_name {
	font-size: 1.3rem;
}
body#home section#introduction ul#item_list li div.item_text p.item_summary {
	margin: 0.5em 0 0;
	font-size: 1.2rem;
}

/*------------------------------------------ home bnr */
body#home div#home_bnr ul {
	padding: 2%;
	margin: 0 auto;
}
body#home div#home_bnr ul li {
	margin: 0 auto 2%;
}
body#home div#home_bnr ul li:last-child {
	margin-bottom: 0;
}
body#home div#home_bnr ul li img {
	width: 100%;
}

/*------------------------------------------ section topics */
body#home section#topics {
	margin: 5% 8px 0;
	padding: 2%;
}
body#home section#topics h2 {
	padding-left: 10px;
	font-size: 1.6rem;
}
body#home section#topics h2::before {
	left: -14px;
	top: 30%;
	width: 20px;
	height: 12px;
}
body#home section#topics p#topics_top {
	top: 4%;
	right: 2%;
	font-size: 1.2rem;
}
body#home section#topics p#topics_top a {
	padding-left: 12px;
	background-size: 10px auto;
}
body#home section#topics dl {
	font-size: 1.2rem;
}
body#home section#topics dd {
	margin: 0;
}

/*------------------------------------------ section information */

body#home section#information {
	padding: 3% 6%;
	font-size: 1.2rem;
}
body#home section#information h2 {
	font-size: 1.6rem;
}
body#home section#information h3 {
	font-size: 1.4rem;
}
body#home section#information h4 {
	margin-top: 1em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #07244a;
}
body#home section#information .link a {
	line-height: 1;
	display: inline-block;
	height: auto;
	padding: 0.8em 4rem;
}

/* 736px以上用（PC用）の記述 end */
}


/*--------------------------------------------------------------------*
 *	737px以上用（PC用）の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
/* 737px以上用（PC用）の記述 */

/*------------------------------------------ panel_area */
body#home div#panel_area div#lead {
	display: block;
	position: absolute;
	width: 1100px;
	bottom: -45px;
}
body#home div#panel_area div#lead div#lead_box {
	display: table;
	height: 90px;
	background: transparent url("../images/bg_lead_pc.png") no-repeat left center;
	box-shadow: 2px 2px 2px #cccccc;
}
body#home div#panel_area div#lead h1 {
	width: 510px;
	display: table-cell;
	vertical-align: middle;
	font-size: 2.2rem;
}
body#home div#panel_area div#lead p {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.4rem;
}
body#home div#panel_area div#lead a {
	padding: 0 20px 0 15px;
	background: transparent url("../images/icon_link.png") no-repeat right 10px bottom;
	border-left: 1px solid #8d8d8d;
}

/*------------------------------------------ section introduction */
body#home section#introduction {
	padding-top: 70px;
}
body#home section#introduction ul#item_list li {
	width: 32%;
	margin: 0 0 30px;
}
body#home section#introduction ul#item_list li div.item_text {
	padding: 15px;
}
body#home section#introduction ul#item_list li div.item_text p.item_name {
	font-size: 1.8rem;
}

/*------------------------------------------ home bnr */
body#home div#home_bnr ul {
	width: 1100px;
	padding: 20px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
body#home div#home_bnr ul li {
	width: 32%;
	margin: 0;
}

/*------------------------------------------ section topics */
body#home section#topics {
	width: 1100px;
	box-sizing: border-box;
	margin: 40px auto 0;
	padding: 10px 25px;
}
body#home section#topics h2 {
	font-size: 2.2rem;
}
body#home section#topics h2::before {
	left: -35px;
	top: 30%;
	width: 30px;
	height: 18px;
}
body#home section#topics p#topics_top {
	top: 10px;
	right: 20px;
}
body#home section#topics p#topics_top a {
	padding-left: 18px;
}
body#home section#topics dl {
	margin: 10px auto 0;
}
body#home section#topics dt {
	float: left;
	width: 10em;
	margin: 0;
}
body#home section#topics dd {
	margin: 0 0 0 10.5em;
	padding: 0 0 0.5em 0;
}


/*------------------------------------------ section information */
body#home .container {
	padding-top: 70px;
}
body#home section#information {
	padding: 15px;
}
body#home section#information h2 {
	font-size: 2.2rem;
}
body#home section#information h4 {
	position: relative;
	margin: 0.5em 0;
	font-weight: bold;
}
body#home section#information h4:before {
	content: "";
	display: block;
	position: absolute;
	top: 0.1em;
	left: 0;
	border: 3px solid #07244a;
	border-radius: 50%;
}
body#home section#information h4 {
	padding-left: 20px;
}
body#home section#information h4:before {
	top: 0.25em;
	width: 8px;
	height: 8px;
}
body#home section#information dl dt {
	font-size: 1.3rem;
}
body#home section#information dl dd {
	margin-left: 8.5em;
	font-size: 1.4rem;
}
body#home section#information p {
	font-size: 1.4rem;
}
body#home section#information .row {
	display: flex;
}
body#home section#information .row > .col3 {
	width: 49%;
}
body#home section#information .row > .col3:nth-child(2) {
	width: 49%;
	margin-left: 2%;
}
body#home section#information .row > .col3 .row {
	flex-wrap: wrap;
}
body#home section#information .link a {
	padding: 0.5em 3em;
}
body#home section#information .link a:hover {
	opacity: 0.8;
}

/* 737px以上用（PC用）の記述 end */
}


/*--------------------------------------------------------------------*
 *	印刷用（PC表示）の記述
 *--------------------------------------------------------------------*/
@media print {
/* 印刷用（PC表示）の記述 */



/* 印刷用（PC表示）の記述 end */
}
