@charset "utf-8";

/* ttl_block */
.ttl_block p {
	width: 350px;
	float: left;
	font-weight: bold;
}
.ttl_block .ttl_block_img {
	width: 350px;
	float: right;
}
@media only screen and (max-width: 768px) {
	.ttl_block .ttl_block_img {
	float: none !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 100%;
	}
}
ul.future {
	margin: 0 0 1em;
}
ul.future:after {
	clear: both;
	content: '';
	display: block;
}
ul.future > li{
	float: left;
	width: 240px;
	text-align: center;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
ul.future li h3{
	color: #1D1F88;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;
	margin-top: 0px;
}
ul.future li p{
	text-align: left;
	font-feature-settings : "palt";
}
ul.future li img{
	height: 90px;
}
@media only screen and (max-width: 768px) {
	ul.future {
	width: 100%;
	margin: 0;
	padding-left: 1%;
	padding-right: 1%;
	}
	ul.future > li{
	float: none;
	width: 100%;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 1em;
	padding-right: 1em;
	}
	ul.future li p{
	text-align: left;
	}
}

/* function */
table.function,
table.function tbody{
	width: 100% !important;
}
table.pc_only{
display: table;
}
table.function p{
	text-align: center;
}
table.function th,
table.function td{
	text-align: center !important;
	width: 25% !important;
	padding-right: 1% !important;
	padding-left: 1% !important;
	font-feature-settings :  "palt";
	margin: 0.5em 0 !important;
}
table.function h3 {
	background-color: #222584;
	color: #FFFFFF;
	text-align: center;
	border-radius: 20px;
	display: block;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin: 0.5em 0 !important;
	font-feature-settings: "palt";
}
table.function h3.ttl_txt{
	background-color: transparent;
	color: #222584;
	margin: 0 0 1em !important;
	border-radius: 0;
	padding: 0;
}
table.function h4 {
	background-color: #7375C1;
	color: #FFFFFF;
	text-align: center;
	border-radius: 20px;
	display: block;
}
table.function tr.card img {
	height: 80px;
	margin-top: 1em;	
}
table.function tr.logo td{
	padding: 0 !important;
}
table.function tr.logo img {
	height: 70px;
}
table.function tr.line td {
	border-right: 1px solid #cccccc;
}
table.function tr td.line_bold{
	border-right: 2px solid #7375c1 !important;
}
table.function tr.line td:last-child{
	border: none;
}
table.function tr.service td {
	font-size: 10px;
	text-align: left !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
table.function tr.service td h5{
	margin: 1em 0 0.2em !important;
	padding: 0 !important;
	color: #222584;
	line-height: 1.4;
}
ul.service_list {
	margin: 0;
}
ul.service_list li {
	text-indent: -1.3em;
	padding-left: 1.3em;
}
ul.service_list li::before {
	content: "● ";
	color: #7375C1;
}
a.link_btn {
	border-radius: 5px;
	width: 83%;
	padding: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	font-feature-settings : "palt";
	background-color: #282c9a;
	margin-bottom: 0.5em;
}
a.link_btn:hover{
opacity: 0.7;
}
.tel_contact_block p:first-of-type{
	font-weight: bold;
	line-height: 1.2;
}
.tel_contact_block p:nth-of-type(2),
.tel_contact_block p:nth-of-type(3){
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, Helvetica, Arial, sans-serif;
	color: #1E1E88;
	font-weight: bold;
	line-height: 1.2;
	font-size: 2em;
	margin-bottom: 0.2em;
}
.tel_contact_block p:nth-of-type(2) span,
.tel_contact_block p:nth-of-type(3) span{
	color: #ff4400;
}

@media only screen and (max-width: 768px) {
		table.sp_only{
		display: table;
		}
		table.function{
		border-collapse: separate;
		}
		table.function h3 {
			font-size: 12px;
		}
		table.function h4{
		margin-top: 1em;
		margin-bottom: 1em;
		}
		table.function th,
		table.function td{
		width: 50% !important;
		padding-right: 2% !important;
		padding-left: 2% !important;
		}
		.tel_num {
		font-size: 5vw !important;
		padding-top: 0.4em;
		padding-bottom: 0.4em;
		display: block;
		}
		a.link_btn{
		width: 100%;
		line-height: 1.5;
		padding-top: 0.8em;
		padding-bottom: 0.8em;
		}
		.tel_contact_block p:first-of-type{
		padding-top: 0.6em;
		line-height: 1;
		}
		.tel_contact_block p:nth-of-type(2){
		line-height: 1;
		}
}
