@charset "utf-8";
/* PC/スマホ共通表示 */

.-----PC_MOBILE_COMMON_CSS_START----- {}

#message .section {
	margin-bottom: 30px;
	background-image: url(../img/message_p01.png);
	background-repeat: no-repeat;
	background-position: right 54px;
	min-height:359px;
}
* html #message .section {
	height:359px;
}
#message .section .text .m01 {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 25px;
	font-size: 28px;
	font-weight: 900;
	color: #2E91C7;
}
#message .section .text {
	line-height: 180%;
}
#message .section .text p {
	margin-right: 320px;
}
#outline .section {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
}
#outline .section .main {
	margin-bottom: 30px;
	background-image: url(../img/outline_main.png);
	background-repeat: no-repeat;
	width:100%;
	height:298px;
	box-sizing:border-box;
	display:flex;
	align-content:center;
	align-items:center;
	justify-content:flex-end;
	padding-right:45px;
}
#outline .section .table th {
	background-color: #F5F8FA;
	padding: 5px;
	width: 125px;
	border: 1px solid #CCCCCC;
	font-weight: normal;
}
#outline .section .table td {
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
#history .bloc01{

}
#history .bloc01 .history_top{
	padding-bottom:40px;
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#history .bloc01 .history_top img{
	width:32.5%;
	height:auto;
}
#history .bloc01 .history_list table {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #BBBBBB;
}
#history .bloc01 .history_list table th {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #224C8C;
	background-image: url(../img/history_icon01.gif);
	background-repeat: no-repeat;
	background-position: 15px 18px;
	background-size:7px auto;
	padding-left: 30px;
	width: 145px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBBBBB;
	text-align: left;
	vertical-align: top;
}
#history .bloc01 .history_list table td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBBBBB;
	vertical-align: top;
}
.btn_pamphlet {
	margin-top: 40px;
	text-align: center;
	padding-bottom: 40px;
}

.btn_pamphlet a {
	box-sizing:border-box !important;
	width: 332px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: block;
	background-color: #CE301F;
	line-height: 54px;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;
	padding-left: 100px;
	text-decoration: none;
	border-radius: 27px;
	background-image: url(../img/btn_pamphlet_bg.png);
	background-repeat: no-repeat;
	background-position: 40px center;
	transition:0.4s;
}
.btn_pamphlet a:hover {
	opacity:0.7;
}


.-----PC_MOBILE_COMMON_CSS_END----- {}

/* スマートフォン用CSS */
@media screen and (max-width: 750px) {
	
.-----MOBILE_ONLY_CSS_START----- {}


#message .section {
	margin-bottom: 30px;
	background-image: url(../img/message_p01_sp.png);
	background-position: right 80px;
	min-height:359px;
}
* html #message .section {
	height: auto;
}
#message .section .text .m01 {
	font-size:32px;
	letter-spacing:-1px;
	white-space:nowrap;
}
#message .section .text {
	line-height: 170%;
	font-size:30px;
}
#message .section .text p {
	margin-right: 250px;
}
#message .section .text p:nth-of-type(1) {
	min-height:422px;
}
#message .section .text p:nth-of-type(2) {
	margin-right: 0px;
}
#outline .section {
	width: 100%;
}
#outline .section .main {
	margin-bottom:35px;
	background-image: url(../img/outline_main_sp.png);
	padding-right: 38px;
	background-position: left center;
}
#outline .section .table th {
	padding: 10px;
	width: 180px;
}
#outline .section .table td {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#history .bloc01{

}
#history .bloc01 .history_top{
	padding-bottom:40px;	
}
#history .bloc01 .history_top img{
	width:32.8%;
	height:auto;
}
#history .bloc01 .history_list table {
	border-top-width: 2px;
	font-size:28px;
}
#history .bloc01 .history_list table th {
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: 5px 28px;
	padding-left: 25px;
	width: 230px;
	border-bottom-width: 2px;
	background-size:11px 13px;
}
#history .bloc01 .history_list table td {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 3px;
}
.btn_pamphlet {
	margin-top: 60px;
}

.btn_pamphlet a {
	width: 470px;
	line-height: 90px;
	font-size: 32px;
	padding-left: 110px;
	border-radius: 45px;
	transition:none;
}


.-----MOBILE_ONLY_CSS_END----- {}

	
}

