﻿@charset "UTF-8";

.kv-box{
    width: 100%;
    max-width: 1030px;
    position: relative;
    margin: auto;
    padding: auto;
}

.kv-box img{
    width: 100%;
}

.kv-box p{
    width: 500px;
    position: absolute;
    top:60px;
    left: 50px;
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    text-shadow: 5px 2px 10px darkblue,-5px -2px 10px darkblue;
}

@media (max-width: 796px) {
    .kv-box p{
        width: 100%;
        top:20px;
        left: 30px;
        font-size: 20px;
    }
}
@media (max-width: 431px) {
    .kv-box p{
        width: 100%;
        line-height:150%;
        bottom: 10px;
        left: 1rem;
        font-size: 16px;
    }
}

.panel-type-01 {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    position: relative;
    margin: 0 0 16px 0;
}

.panel-type-01 a {
    text-decoration: none;
}

.panel-type-01 .panel-title {
    display: flex;
    align-items: center;
    background-color: #315694;
    padding: 10px;
    color: #FFF;
    position: relative;
}

.panel-type-01 .panel-title h3 {
    line-height: 1.2 !important;
    font-size: 1.3rem;
    margin: 0;
    padding: 10px 40px 10px 20px;
}

.panel-type-01 .panel-title h3::after {
    width: 0;
    height: 0;   
}

.panel-type-01 .panel-title::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    margin: auto;
}

.panel-type-01 .panel-text {
    padding: 24px;
    color: #363636;
}

.other-detail p.title{
    font-weight:bold;
    color: #0068b7;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #0068b7;
    font-size: 24px;
    text-align: center;
	margin-bottom: 16px;
}

.other-detail p{
	margin-bottom:0px;
}

.support .block-list>li::before {
    content: "";
    background: #00b0f0;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 7px;
    margin: auto;
}
.support .block-list>li:last-child::before {
    background: #ffc000;
 }



@media screen and (max-width: 850px) {
	.only-pc{display:none}
}