﻿@charset "utf-8";

/* ==========================================
	top.css フレームCSS
	Last Up Date 2021/09/03
 --------------------------------------------
	INDEX
 --------------------------------------------
    0.00.00 ALL SETTING
        0.01.00 @keyfream
	1.00.00 PC_media screen 
		1.01.00 #main_photo の設定
		1.02.00 #contact_m の設定
	2.00.00 PC_media screen 
		2.01.00 #main_photo の設定
		2.02.00 #contact_m の設定
    3.00.00 SP_media screen
		3.01.00 #main_photo の設定
		3.02.00 #contact_m の設定

========================================== */
/* ==========================================
0.00.00 ALL SETTING
========================================== */
/* ==========================================
0.01.00 @keyfream
========================================== */
/* ==========================================
1.00.00 PC_media screen 
========================================== */
@media screen and (min-width:1025px),print{
/* ==========================================
	1.01.00 #main_photo の設定
========================================== */
div#main_photo {
    margin: 50px auto 0;
    position: relative;
}
div#main_photo > p {
    display: block;
    width: 100px;
    box-sizing: border-box;
    margin: 0 auto 100px;
}
div#main_photo div.in_box {
    max-width: 1200px;
    padding: 0 50px;
}
div#main_photo h2 {
    display: block;
    font: 400 35px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.2rem;
    line-height: 1.0;
    text-align: center;
    position: relative;
    padding: 0 0 25px;
    margin: 0 0 40px;
}
div#main_photo h2::after {
    content: "";
    position: absolute;
    left: calc(50% - 60px);
    bottom: 0;
    height: 2px;
    background: #000000;
    width: 60px;
}
div#main_photo h2::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    background: #C1C1C1;
    width: 60px;
}
div#main_photo h2 + h4 {
    display: block;
    font-size: 15px;
    text-align: justify;
    line-height: 2.0;
    max-width: 800px;
    margin: 0 auto 30px;
}
div#main_photo h4 + div {
    display: block;
    max-width: 800px;
    margin: 10px auto 30px;
    box-sizing: border-box;
    padding: 20px;
    background: rgba(0,0,0,0.05);
}
div#main_photo h4 + div p {
    display: flex;
    align-items: center;
    font-size: 15px;
}
div#main_photo h4 + div p:not(:first-child) {
    margin: 5px 0 0;
}
div#main_photo h4 + div + div {
    display: block;
    max-width: 800px;
    margin: 0 auto 50px;
    border: solid thin #000000;
    padding: 30px;
    box-sizing: border-box;
}
div#main_photo h4 + div + div h5 {
    display: block;
    font: 600 15px "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: 0.05rem;
}
div#main_photo h4 + div + div p {
    display: block;
    font-size: 15px;
    padding: 5px 0 0;
}
div#main_photo h4 + div + div p span {
    font-size: 15px;
}
div#main_photo h4 + div + div p span:last-child {
    margin: 0 0 0 20px;
}
div#main_photo div.in_box > p:last-child {
    display: block;
    font: 600 15px "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: 0.05rem;
    max-width: 800px;
    margin: 0 auto;
}
/* ==========================================
	1.02.00 #contact_m の設定
========================================== */
div#contact_m {
    width: 100%;
    position: relative;
    margin: 20px 0 100px;
}
div#contact_m div.in_box {
    max-width: 1200px;
    padding: 0 50px;
    position: relative;
}
div#contact_m ul {
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    width: 100%;
}
div#contact_m ul::after {
    content: "";
    position: absolute;
    z-index: -2;
    background: #F0F0F0;
    width: calc(100% + 200px);
    height: calc(100% + 187px);
    top: 50px;
    left: -100px;
}
div#contact_m li {
    display: flex;
    align-items: center;
    background:#FFFFFF;
    box-sizing: border-box;
    width: 820px;
    padding: 35px;
    border: solid thin #F0F0F0;
}
div#contact_m li:first-child {
    padding:25px 35px;
}
div#contact_m li:not(:first-child) {
    margin: 45px 0 0;
}
div#contact_m li p {
    font-size: 16px;
    letter-spacing: 0.05rem;
    line-height: 1.0;
    box-sizing: border-box;
    width: 100px;
}
div#contact_m li p + p {
    width: calc(100% - 100px);
}
div#contact_m li:nth-child(4) p + p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
div#contact_m li:first-child p {
    width: 100%;
}
div#contact_m li p + p {
}
div#contact_m select {
    display: block;
    line-height: 1.0;
    font-size: 16px;
    letter-spacing: 0.05rem;
    width: 100%;
    cursor: pointer;
    padding: 15px;
}
div#contact_m input[type="text"],
div#contact_m input[type="number"] {
    display: block;
    line-height: 1.0;
    font-size: 16px;
    letter-spacing: 0.05rem;
    width: 100%;
    cursor: pointer;
    background: none;
    box-sizing: border-box;
    padding: 15px;
    border: solid thin rgba(0,0,0,0.3);
}
div#contact_m li:nth-child(4) input[type="number"] {
    width: 100px;
    margin: 0 15px 0 0;
}
div#contact_m li:nth-child(4) input[type="number"]:nth-of-type(n + 2) {
    margin: 0 15px;
}
div#contact_m li input[type="radio"] {
    display: none;
}
div#contact_m li:nth-child(5) p + p,
div#contact_m li:nth-child(6) p + p {
    display: flex;
    align-items: center;
}
div#contact_m li:nth-child(5) label,
div#contact_m li:nth-child(6) label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    background: rgba(0,0,0,0.3);
    font-size: 16px;
    letter-spacing: 0.05rem;
    line-height: 1.0;
    color: #FFFFFF;
    padding: 15px 0;
    margin: 0 15px 0 0;
    cursor: pointer;
}
div#contact_m li:nth-child(5) input:checked + label,
div#contact_m li:nth-child(6) input:checked + label {
    background: #2561D0;
}
div#contact_m li:nth-child(9) p + p input:first-child {
    display: block;
    width: 110px;
    margin: 0 0 15px;
}
div#contact_m li:nth-child(10) p + p {
    display: flex;
    flex-flow: column;
}
div#contact_m li:nth-child(10) p + p span {
    display: block;
    line-height: 1.5;
    font-size: 13px;
    letter-spacing: 0.05rem;
    max-width: 500px;
    padding: 10px 0 0;
}
/*例文色味設定*/
input::placeholder,
textarea::placeholder{
    color: rgba(0,0,0,0.30);
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 
div#contact_m li p span.error {
    line-height: 1.0;
    letter-spacing: 0.05rem;
    color: rgba(182,0,3,1.00);
    display: block;
    width: 100%;
    padding: 10px 0 0;
}
div#contact_m ul + div {
    display: flex;
    flex-flow: column;
    align-items: center;
}
div#contact_m ul + div h4 {
    display: block;
    margin: 55px 0 0;
    font: 600 15px "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: 0.05rem;
    line-height: 2.0;
    text-align: center;
}
div#contact_m ul + div p {
    display: block;
    letter-spacing: 0.05rem;
    line-height: 2.0;
    text-align: center;
}
div#contact_m ul + div.in_box p {
    margin: 55px 0 0;
}
div#contact_m ul + div h4 + p a {
    text-decoration:underline;
    color: #A7A7A7;
    padding: 0 5px;
}
div#contact_m ul + div h4 + p a:hover {
    color: #0067BD;
}
div#contact_m ul + div button {
    display: flex;
    justify-content: center;
    background: #2561D0;
    color: #FFFFFF;
    width: 400px;
    padding: 35px 0;
    margin: 50px 0 0;
    font-size: 17px;
    letter-spacing: 0.1rem;
    line-height: 1.0;
    cursor: pointer;
}
div#contact_m ul + div button:hover {
    transform: scale(1.05);
}
div#contact_m div.end_text {
    display: flex;
    flex-flow: column;
    align-items: center;
    max-width: 1200px;
    padding: 0 50px;
}
div#contact_m div.end_text h3 {
    display: block;
    font: 400 20px 'Cinzel', "serif";
    letter-spacing: 0.2rem;
    line-height: 1.0;
    margin: 0 0 20px;
}
div#contact_m div.end_text h3 + p {
    display: block;
    line-height: 2.0;
    letter-spacing: 0.05rem;
    text-align: center;
    margin: 0 0 50px;
}
div#contact_m div.end_text a {
    display: flex;
    justify-content: center;
    background: #2561D0;
    color: #FFFFFF;
    width: 400px;
    padding: 35px 0;
    margin: 50px 0 0;
    font-size: 17px;
    letter-spacing: 0.1rem;
    line-height: 1.0;
    cursor: pointer;
}
div#contact_m div.end_text a:hover {
    transform: scale(1.05);
}
}
/* ==========================================
2.00.00 PC_media screen 
========================================== */
@media screen and (max-width: 1024px) and (min-width:569px) {
/* ==========================================
	2.01.00 #main_photo の設定
========================================== */
div#main_photo {
    margin: 50px auto 0;
    position: relative;
}
div#main_photo > p {
    display: block;
    width: 100px;
    box-sizing: border-box;
    margin: 0 auto 80px;
}
div#main_photo div.in_box {
    padding: 0 35px;
}
div#main_photo h2 {
    display: block;
    font: 400 34px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.2rem;
    line-height: 1.0;
    text-align: center;
    position: relative;
    padding: 0 0 25px;
    margin: 0 0 40px;
}
div#main_photo h2::after {
    content: "";
    position: absolute;
    left: calc(50% - 60px);
    bottom: 0;
    height: 2px;
    background: #000000;
    width: 60px;
}
div#main_photo h2::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    background: #C1C1C1;
    width: 60px;
}
div#main_photo h2 + h4 {
    display: block;
    font-size: 15px;
    text-align: justify;
    line-height: 2.0;
    margin: 0 0 30px;
}
div#main_photo h4 + div {
    display: block;
    margin: 10px 0 30px;
    box-sizing: border-box;
    padding: 20px;
    background: rgba(0,0,0,0.05);
}
div#main_photo h4 + div p {
    display: flex;
    flex-flow: column;
    font-size: 15px;
}
div#main_photo h4 + div p:not(:first-child) {
    margin: 10px 0 0;
}
div#main_photo h4 + div + div {
    display: block;
    margin: 0 0 50px;
    border: solid thin #000000;
    padding: 30px;
    box-sizing: border-box;
}
div#main_photo h4 + div + div h5 {
    display: block;
    font: 600 15px "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: 0.05rem;
}
div#main_photo h4 + div + div p {
    display: block;
    font-size: 15px;
    padding: 5px 0 0;
}
div#main_photo h4 + div + div p span {
    font-size: 15px;
}
div#main_photo h4 + div + div p span:last-child {
    margin: 0 0 0 20px;
}
div#main_photo div.in_box > p:last-child {
    display: block;
    font: 600 15px "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: 0.05rem;
}
/* ==========================================
	2.02.00 #contact_m の設定
========================================== */
div#contact_m {
    width: 100%;
    position: relative;
    margin: 20px 0 100px;
}
div#contact_m div.in_box {
    padding: 0 35px;
    position: relative;
}
div#contact_m ul {
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    width: 100%;
}
div#contact_m ul::after {
    content: "";
    position: absolute;
    z-index: -2;
    background: #F0F0F0;
    width: calc(100% + 200px);
    height: calc(100% + 190px);
    top: 50px;
    left: -100px;
}
div#contact_m li {
    display: flex;
    align-items: center;
    background:#FFFFFF;
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
    border: solid thin #F0F0F0;
}
div#contact_m li:first-child {
    padding:20px 30px;
}
div#contact_m li:not(:first-child) {
    margin: 45px 0 0;
}
div#contact_m li p {
    font-size: 16px;
    letter-spacing: 0.05rem;
    line-height: 1.5;
    box-sizing: border-box;
    width: 100px;
}
div#contact_m li p + p {
    width: calc(100% - 100px);
}
div#contact_m li:nth-child(4) p + p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
div#contact_m li:first-child p {
    width: 100%;
}
div#contact_m li p + p {
}
div#contact_m select {
    display: block;
    line-height: 1.0;
    font-size: 16px;
    letter-spacing: 0.05rem;
    width: 100%;
    cursor: pointer;
    padding: 15px;
}
div#contact_m input[type="text"],
div#contact_m input[type="number"] {
    display: block;
    line-height: 1.0;
    font-size: 16px;
    letter-spacing: 0.05rem;
    width: 100%;
    cursor: pointer;
    background: none;
    box-sizing: border-box;
    padding: 15px;
    border: solid thin rgba(0,0,0,0.3);
}
div#contact_m li:nth-child(4) input[type="number"] {
    width: 80px;
    margin: 0 5px 0 0;
}
div#contact_m li:nth-child(4) input[type="number"]:nth-of-type(n + 2) {
    margin: 0 5px;
}
div#contact_m li input[type="radio"] {
    display: none;
}
div#contact_m li:nth-child(5) p + p,
div#contact_m li:nth-child(6) p + p {
    display: flex;
    align-items: center;
}
div#contact_m li:nth-child(5) label,
div#contact_m li:nth-child(6) label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    background: rgba(0,0,0,0.3);
    font-size: 16px;
    letter-spacing: 0.05rem;
    line-height: 1.0;
    color: #FFFFFF;
    padding: 15px 0;
    margin: 0 15px 0 0;
    cursor: pointer;
}
div#contact_m li:nth-child(5) input:checked + label,
div#contact_m li:nth-child(6) input:checked + label {
    background: #2561D0;
}
div#contact_m li:nth-child(9) p + p input:first-child {
    display: block;
    width: 110px;
    margin: 0 0 15px;
}
div#contact_m li:nth-child(10) p + p {
    display: flex;
    flex-flow: column;
}
div#contact_m li:nth-child(10) p + p span {
    display: block;
    line-height: 1.5;
    font-size: 13px;
    letter-spacing: 0.05rem;
    max-width: 500px;
    padding: 10px 0 0;
}
/*例文色味設定*/
input::placeholder,
textarea::placeholder{
    color: rgba(0,0,0,0.30);
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 
div#contact_m li p span.error {
    line-height: 1.0;
    letter-spacing: 0.05rem;
    color: rgba(182,0,3,1.00);
    display: block;
    width: 100%;
    padding: 10px 0 0;
}
div#contact_m ul + div {
    display: flex;
    flex-flow: column;
    align-items: center;
}
div#contact_m ul + div h4 {
    display: block;
    margin: 55px 0 0;
    font: 600 15px "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: 0.05rem;
    line-height: 2.0;
    text-align: center;
}
div#contact_m ul + div p {
    display: block;
    letter-spacing: 0.05rem;
    line-height: 2.0;
    text-align: center;
}
div#contact_m ul + div.in_box p {
    margin: 55px 0 0;
}
div#contact_m ul + div h4 + p a {
    text-decoration:underline;
    color: #A7A7A7;
    padding: 0 5px;
}
div#contact_m ul + div h4 + p a:hover {
    color: #0067BD;
}
div#contact_m ul + div button {
    display: flex;
    justify-content: center;
    background: #2561D0;
    color: #FFFFFF;
    width: 400px;
    padding: 35px 0;
    margin: 50px 0 0;
    font-size: 17px;
    letter-spacing: 0.1rem;
    line-height: 1.0;
    cursor: pointer;
}
div#contact_m ul + div button:hover {
    transform: scale(1.05);
}
div#contact_m div.end_text {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 0 35px;
}
div#contact_m div.end_text h3 {
    display: block;
    font: 400 20px 'Cinzel', "serif";
    letter-spacing: 0.2rem;
    line-height: 1.0;
    margin: 0 0 20px;
}
div#contact_m div.end_text h3 + p {
    display: block;
    line-height: 2.0;
    letter-spacing: 0.05rem;
    text-align: center;
    margin: 0 0 50px;
}
div#contact_m div.end_text a {
    display: flex;
    justify-content: center;
    background: #2561D0;
    color: #FFFFFF;
    width: 400px;
    padding: 35px 0;
    margin: 50px 0 0;
    font-size: 17px;
    letter-spacing: 0.1rem;
    line-height: 1.0;
    cursor: pointer;
}
div#contact_m div.end_text a:hover {
    transform: scale(1.05);
}
}
/* ==========================================
3.00.00 SP_media screen 
========================================== */
@media screen and (max-width: 568px) {
/* ==========================================
	3.01.00 #main_photo の設定
========================================== */
div#main_photo {
    margin: 30px auto 0;
    position: relative;
}
div#main_photo > p {
    display: block;
    width: 80px;
    box-sizing: border-box;
    margin: 0 auto 50px;
}
div#main_photo div.in_box {
    padding: 0 15px;
}
div#main_photo h2 {
    display: block;
    font: 400 28px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 0.2rem;
    line-height: 1.0;
    text-align: center;
    position: relative;
    padding: 0 0 25px;
    margin: 0 0 40px;
}
div#main_photo h2::after {
    content: "";
    position: absolute;
    left: calc(50% - 50px);
    bottom: 0;
    height: 1px;
    background: #000000;
    width: 50px;
}
div#main_photo h2::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 1px;
    background: #C1C1C1;
    width: 50px;
}
div#main_photo h2 + h4 {
    display: block;
    font-size: 13px;
    text-align: justify;
    line-height: 1.7;
    margin: 0 0 30px;
}
div#main_photo h4 + div {
    display: block;
    margin: 0 0 15px;
    box-sizing: border-box;
    padding: 15px;
    background: rgba(0,0,0,0.05);
}
div#main_photo h4 + div p {
    display: flex;
    flex-flow: column;
    font-size: 13px;
}
div#main_photo h4 + div p:not(:first-child) {
    margin: 5px 0 0;
}
div#main_photo h4 + div + div {
    display: block;
    margin: 0 0 50px;
    border: solid thin #000000;
    padding: 30px;
    box-sizing: border-box;
}
div#main_photo h4 + div + div h5 {
    display: block;
    font: 600 13px "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
div#main_photo h4 + div + div p {
    display: block;
    font-size: 13px;
    padding: 5px 0 0;
}
div#main_photo h4 + div + div p span {
    font-size: 13px;
}
div#main_photo h4 + div + div p span:last-child {
    margin: 0 0 0 20px;
}
div#main_photo div.in_box > p:last-child {
    display: block;
    font: 600 13px "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: 0.05rem;
}
/* ==========================================
	3.02.00 #contact_m の設定
========================================== */
div#contact_m {
    width: 100%;
    position: relative;
    margin: 20px 0 100px;
}
div#contact_m div.in_box {
    padding: 0 15px;
    position: relative;
}
div#contact_m ul {
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    width: 100%;
}
div#contact_m ul::after {
    content: "";
    position: absolute;
    z-index: -2;
    background: #F0F0F0;
    width: calc(100% + 200px);
    height: calc(100% + 190px);
    top: 50px;
    left: -100px;
}
div#contact_m li {
    display: flex;
    flex-flow: column;
    background:#FFFFFF;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    border: solid thin #F0F0F0;
}
div#contact_m li:not(:first-child) {
    margin: 20px 0 0;
}
div#contact_m li p {
    font-size: 14px;
    letter-spacing: 0.05rem;
    line-height: 1.7;
    box-sizing: border-box;
    width: 100%;
}
div#contact_m li p + p {
    margin: 15px 0 0;
}
div#contact_m li:nth-child(4) p + p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px;
}
div#contact_m select {
    display: block;
    line-height: 1.0;
    font-size: 16px;
    letter-spacing: 0.05rem;
    width: 100%;
    cursor: pointer;
    padding: 15px;
}
div#contact_m input[type="text"],
div#contact_m input[type="number"] {
    display: block;
    line-height: 1.0;
    font-size: 16px;
    letter-spacing: 0.05rem;
    width: 100%;
    cursor: pointer;
    background: none;
    box-sizing: border-box;
    padding: 15px;
    border: solid thin rgba(0,0,0,0.3);
}
div#contact_m li:nth-child(4) input[type="number"] {
    width: 75px;
    margin: 0 5px 0 0;
}
div#contact_m li:nth-child(4) input[type="number"]:nth-of-type(n + 2) {
    width: 53px;
    margin: 0 5px;
}
div#contact_m li input[type="radio"] {
    display: none;
}
div#contact_m li:nth-child(5) p + p,
div#contact_m li:nth-child(6) p + p {
    display: flex;
    align-items: center;
}
div#contact_m li:nth-child(5) label,
div#contact_m li:nth-child(6) label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    background: rgba(0,0,0,0.3);
    font-size: 16px;
    letter-spacing: 0.05rem;
    line-height: 1.0;
    color: #FFFFFF;
    padding: 15px 0;
    margin: 0 15px 0 0;
    cursor: pointer;
}
div#contact_m li:nth-child(5) input:checked + label,
div#contact_m li:nth-child(6) input:checked + label {
    background: #2561D0;
}
div#contact_m li:nth-child(9) p + p input:first-child {
    display: block;
    width: 110px;
    margin: 0 0 15px;
}
div#contact_m li:nth-child(10) p + p {
    display: flex;
    flex-flow: column;
}
div#contact_m li:nth-child(10) p + p span {
    display: block;
    line-height: 1.5;
    font-size: 13px;
    letter-spacing: 0.05rem;
    max-width: 500px;
    padding: 10px 0 0;
}
/*例文色味設定*/
input::placeholder,
textarea::placeholder{
    color: rgba(0,0,0,0.30);
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 
div#contact_m li p span.error {
    line-height: 1.0;
    letter-spacing: 0.05rem;
    color: rgba(182,0,3,1.00);
    display: block;
    width: 100%;
    padding: 10px 0 0;
    font-size: 11px;
}
div#contact_m ul + div {
    display: flex;
    flex-flow: column;
    align-items: center;
}
div#contact_m ul + div h4 {
    display: block;
    margin: 55px 0 0;
    font: 600 13px "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    line-height: 2.0;
    text-align: center;
}
div#contact_m ul + div p {
    display: block;
    letter-spacing: 0.05rem;
    line-height: 2.0;
    text-align: center;
}
div#contact_m ul + div.in_box p {
    margin: 55px 0 0;
}
div#contact_m ul + div h4 + p a {
    text-decoration:underline;
    color: #A7A7A7;
    padding: 0 5px;
}
div#contact_m ul + div h4 + p a:hover {
    color: #0067BD;
}
div#contact_m ul + div button {
    display: flex;
    justify-content: center;
    background: #2561D0;
    color: #FFFFFF;
    width: 280px;
    padding: 30px 0;
    margin: 13% 0 0;
    font-size: 17px;
    letter-spacing: 0.1rem;
    line-height: 1.0;
    cursor: pointer;
}
div#contact_m div.end_text {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 0 15px;
}
div#contact_m div.end_text h3 {
    display: block;
    font: 400 19px 'Cinzel', "serif";
    letter-spacing: 0.2rem;
    line-height: 1.7;
    text-align: center;
    margin: 0 0 20px;
}
div#contact_m div.end_text h3 + p {
    display: block;
    line-height: 2.0;
    letter-spacing: 0.05rem;
    text-align: center;
    margin: 0 0 50px;
	font-size: 13px;
}
div#contact_m div.end_text a {
    display: flex;
    justify-content: center;
    background: #2561D0;
    color: #FFFFFF;
    width: 100%;
    max-width: 400px;
    padding: 35px 0;
    margin: 50px 0 0;
    font-size: 17px;
    letter-spacing: 0.1rem;
    line-height: 1.0;
    cursor: pointer;
}
}