@charset "utf-8";
* {
	box-sizing: border-box;
}
/* debug用*/
/*{
    outline: 2px red solid;
}

/*PC画面ベース*/
/*上部青帯*/
.section-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #000080;
    height: 15vh;
    width: 100%;
    padding-left: 5%;
}
.section-top h2,
.section-top h6 {
    margin: 0;
    color: #fff;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
}

.section-top h2 {
    font-size: 2.3rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.section-top h6 {
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}
/*PC画面ベース*/
.flex-box-service{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3% 2%;
	background-color: #f0f0f0;
	margin: 3% 0;
}
.big-num{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 17%;
	margin: 0;
	padding: 0;
}
.big-num h1{
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 4.5rem;
	text-align: center;
	color: #868686;
}
.desc-box{
	display: block;
	width: 80%;
	padding: 0 0 1% 3%;
	margin: 0;
}

.centered-border-f {
    width: 100%;
    border-bottom: 1px solid #282828;
	margin: 2% 0 1% 0;
}
.centered-border-f-b {
	display: inline-block;
	font-weight: bold;
	font-size: 0.9rem;
	letter-spacing: 0.05rem;
}
.button-service {
    display: block;
	text-align: center;
    width: 50%;
    margin: 2% 0 0 0;
    padding: .5em 1em;
    border: none;
    border-radius: 50px;
    background-color: #000080;
    color: #fff;
    font-weight: 500;
    font-size: 0.8em;
	letter-spacing:0.05em;
}
.button-service:hover {
	color:#fff;
    background-color: #4141ac;
	transition: background-color .4s;
}
/*PC画面ベース*/

/*PC画面ベース*/
/*PC画面ベース*/

.shadowbox{
	display: block;
	width: 80vw;
	margin: 3% auto;
	padding: 1% 10% 3% 10%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 8px 8px 20px rgb(167, 167, 167, 0.6);	
}
.shadowbox h2{
	color: #282828;
	text-align: center;
	font-size: 2rem;
    font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	letter-spacing : 0.02em;
}
.shadowbox h3{
	margin: 2% 0 1% 0;
	color: #282828;
	text-align: left;
	font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	letter-spacing : 0.01em;
}
.shadowbox h4{/*他ページではp扱いの部分*/
	color: #282828;
	padding: 0;
	margin-top: 30px;
	font-size: 1rem;
	line-height: 2;
	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 550;
	letter-spacing : 0.05em;
}
.shadowbox p{
	line-height: 1.8rem;
	margin: 0;
}
/*PC画面ベース*/

/*PC画面ベースここまで*/

/*タブレット画面*/
@media screen and (max-width: 1000px) {

.shadowbox{
	min-width: 90vw;
}
.shadowbox h2{
	font-size: 2rem;
	letter-spacing : 0em;
}
.shadowbox h3{
	font-size: 1.3rem;
}
.shadowbox p{
	line-height: 1.6rem;
	font-size: 0.9rem;
	margin: 0;
}
/*タブレット*/
.big-num h1{
	font-size: 4rem;
}
.button-service {
    width: 60%;
}
}
/*タブレット設定この上まで*/

/*スマホ画面設定*/
@media screen and (max-width: 450px) {
.shadowbox h2{
	font-size: 1.8rem;
	letter-spacing : 0em;
}
.shadowbox{
	padding: 1% 5% 3% 5%;
}
.flex-box-service{
	margin: 5% 0;
	padding: 3% 2% 5% 2%;
}
.big-num{
	display: none;
}
.desc-box{
	width: 90%;
	padding: 0;
	margin: 0;
}
.shadowbox h3{
	margin: 2% 0 1% 0;
}
/*スマホ*/
.button-service {
    width: 80%;
}
.shadowbox h4{/*他ページではp扱いの部分*/
	font-size: 1rem;
}
}

/*この上までスマホ*/
