﻿@charset "utf-8";


.title_top_text {
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
    margin: 0px 0px 29px 0px;
    font-weight: bold;
    color: #2da2cd;
}

.title_top_text2 {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin: 30px 0px 7px 0px;
    font-family: "Sawarabi Gothic","serif";
    color: rgb(91, 91, 91);
}

.title_top_copy_b {
    margin: 69px 86px 9px 0px;
    font-size: 18px;
    font-family: "Sawarabi Gothic","serif";
    text-align: center;
    color: #87b50b;
}
.title_top_copy {
    margin: 0px 60px 14px 0px;
    font-size: 15px;
    font-family: "Sawarabi Gothic","serif";
    text-align: center;
}




/*------------------------
	677px以下のサイズ
------------------------*/
@media print, screen and (max-width: 677px) {
	
    .title_top_text {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    margin: 7px 0px 14px 0px;
    color: #2da2cd;
}
    .title_top_text2 {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin: 16px 0px 3px 0px;
    font-family: "Sawarabi Gothic","serif";
    color: rgb(91, 91, 91);
}
	
.title_top_copy_b {
    margin: 14px 0px 9px 0px;
    font-size: 16px;
    font-family: "Sawarabi Gothic","serif";
    text-align: center;
    color: #87b50b;
}
.title_top_copy {
    margin: 0px 10px 16px 10px;
    font-size: 12px;
    font-family: "Sawarabi Gothic","serif";
    text-align: center;
}




}