﻿@charset "utf-8";

.title_top_text {
    margin: 26px 0 26px 0;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    color:rgb(91, 91, 91);
}

.title_top_copy_b {
    margin: 48px 86px 9px 0px;
    font-size: 18px;
    font-family: "Sawarabi Gothic","serif";
    text-align: center;
    color: #01A9DB;
}

.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 {
    margin: 13px;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    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: #01A9DB;
}

.title_top_copy {
    margin: 0px 10px 16px 10px;
    font-size: 12px;
    font-family: "Sawarabi Gothic","serif";
    text-align: center;
}



}


