@charset "UTF-8";
/* CSS Document */

.page_top_bg01 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

.page_top_bg01 {
	background-image: url(../img/page_top_bg01.jpg) ; }

.top_ipw01 {
	text-align: center;
	text-shadow:0px 2px 6px #FFFFFF;
	padding: 2% 3% 1.5%;
    margin: 10% 0 11%;
	color: #000000;
    background-color: rgba(255,255,255,0.60);
    display: inline-block;
}

img.bouka_mark01 {
    height: 2.0em;
    vertical-align: middle;
    margin: 0 0.5em 0
}

.top_service {
    display: flex;
    flex-wrap: wrap;
    padding:  0 0;
}

.top_service a {
    width: calc(96% / 3);
    margin: 0 2% 0 0;
    position: relative;
    border: 2px solid #003e54;
    box-sizing: border-box;
}

.top_service a img {
    width: 100%;
}

.top_service a img:hover {
    opacity: 0.8;
}


.top_service a:last-of-type {
    margin: 0;
}

.tsl_item01 {
    font-size: 18px;
    padding: 0.6em 0 0.5em;
    line-height: 1.4;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    background-color: rgba(255,255,255,0.85);
    display: block;
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 48px auto;
	background-image: url("../../top/img/ya_link01.png");
    color: #333333;
}

.tsl_item01 p span {
    font-size: 12px;
}

.tokucho_text {
    font-size: 20px;
    top:3%;
    left: 4%;
    position: absolute;
    font-weight: 600;
    color: #2E509A;
    z-index: 1;
    text-shadow:0px 2px 6px #FFFFFF;
}

.text_box01 {
    font-size: 16px;
    line-height: 1.8em;
}

.kome01 {
    font-size: 88%;
}

.service_box01 {
    background-color: #fffad9;
    padding: 4% 0;
    margin: 4% 0 0;
}

.service_box01_in {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service_box01_in01 {
    width: 21%;
    text-align: center;
}

.service_box01_in01 p {
    font-weight: 600;
    padding: 0.7em 0 0;
    line-height: 1.5;
}

.service_box01 h5 {
    font-size: 20px;
    padding: 0 0 1em;
    font-weight: 600;
    text-align: center;
}

.service_box01_in01 img,
.service_box01_in02 img{
    width: 100%;
}

.service_box01_in02 {
    width: 35%;
    text-align: center;
    margin: 0 3%;
}

.service_box01_in02 p {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6;
    padding: 1.5em 0 0;
}

.service_box02 {
    margin: 4% 0 0;
}



@media screen and (max-width: 768px) { /*tablet*/

.tokucho_text {
    font-size: 18px;
}

.tsl_item01 {
    font-size: 14px;
    padding: 0.6em 0 0.5em;
	background-size: 32px auto;
}

.tsl_item01 p span {
    font-size: 12px;
    padding:0 1em;
    display: block;
}

.service_box01_in01 {
    width: 21%;
    text-align: center;
}

.service_box01_in02 {
    width: 40%;
}

.service_box01_in02 p {
    font-size: 20px;
}

.service_box01 h5 {
    font-size: 18px;
}

}


@media screen and (max-width: 640px) { /*sp width*/

.top_ipw01 {
	padding: 5% 3% 2.5%;
    margin: 10% 3% 11%;
}

.top_service a {
    width: 100%;
    margin: 0 0 5% 0;
    border: 1px solid #003e54;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 30px auto;
	background-image: url("../../top/img/ya_link01.png");
}

.top_service a img {
    width: 27%;
}

.top_service a:last-of-type {
    margin: 0;
}

.tsl_item01 {
    font-size: 16px;
    padding: 0 1em;
    line-height: 1.6;
    position:relative;
    background:none;
    text-align: left;
}

.tsl_item01 p span {
    font-size: 12px;
    padding:0;
    display: block;
}

.tokucho_text {
    font-size: 16px;
    top:3%;
    left: 2%;
}

.service_box01_in02 p {
    font-size: 16px;
    padding: 0.6em 0 0;
    line-height: 1.5;
}

.service_box01 h5 {
    font-size: 16px;
}

.text_box01 {
    font-size: 14px;
}

}

