<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.box02 {
	width: 700px;
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background: #F9F7F6;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}

.box03 {
    width: 680px;
    text-align: left;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
@media screen and (max-width: 767px) {
	.box02 {
		width: 80%;
		text-align: left;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 50px;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 20px;
		margin-left: auto;
	}

     .box03 {
        width: 90%;
	}
 }

.btn a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

input[name="image"]:hover { opacity:0.7; filter:alpha(opacity=70); }

.inputText {
	width: 100%;
	height: 100px;
	border: 2px solid #666;
	background-color:#ffffff;
	font-size: 25px;
	padding-left: 5px;
	padding-right: 5px;
	margin:20px auto 10px auto;
	border-radius: 3px;
}

textarea {
	width: 70%;
	height: 150px;
	padding: 3px;
}

.formBtn {
	font-size: 140%;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	width: 150px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 2px 2px #CCC;
	border-radius: 6px;
	box-shadow: 0 2px 2px #CCC;
}

.center-text {
	text-align: center;
	margin: 0;
}

.error {
	color: #FF0000;
}

span.require {
	color: red;
	font-weight: bold;
}


div.column {
 display: inline;
 float: left;
 width: 320px;
 padding: 0;
}

img.column {
 display:inline;
 float:left;
 width:330px;
 margin:10px 0 0 0px;
 padding:0;
}

div.column2 {
 display: inline;
 float: left;
 width: 340px;
 padding: 0;
}

img.column2 {
 display:inline;
 float:left;
 width:300px;
 padding:0;
}

div.column3 {
 display: inline;
 float: left;
 width: 360px;
 padding: 0;
}

img.column3 {
 display:inline;
 float:left;
 width:280px;
 padding:0;
}

.column4 {
 display:inline;
 float:left;
 width:320px;
 padding:0;
 margin-right: 10px;
}

.column5 {
 display:inline;
 float:left;
 width:320px;
 padding:0;
}

.column6 {
 display:inline;
 float:left;
 width:150px;
 padding:0;
 margin-right: 10px;
}

.column7 {
 display:inline;
 float:left;
 width:490px;
 padding:0;
}

ul {
	list-style-type: disc;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;

}
li {
	margin-bottom:10px;
}
.additional {
	margin-top: 10px;
}
.invisible {
	display: none;
}

.shusai01 {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	background-color:#F00;
	color:#FFF;
	width:4em;
	padding:3px 5px;
	line-height:100%;
	margin:0 auto;
}

.shusai02 {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	background-color:#005896;
	color:#FFF;
	width:2.7em;
	padding:3px 10px;
	line-height:100%;
	margin:0 auto;
	font-weight: bold;
}
.full {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #F00;
	color: #FFF;
	width: 2em;
	padding: 5px 15px;
	line-height: 100%;
	margin: 0 auto;
	font-weight: bold;
}

.main_left {
	top: 5px;
	left: 3px;
	height: 323px;
	position: absolute;
}
.main_right {
	top: 1px;
	right: 0;
	position: absolute;
	width: 360px;
	height: 280px;
	font-size: 14px;
}
.key {
	position:relative;
	width: 650px;
	margin:0 auto;
	height:280px;
}

header {
    background-image: url(../images/header-bg.jpg);
    background-color: #111111;
    background-position: center top;
    background-repeat: repeat-y;
    width: 100%;
    text-align: center;
}

header .sumally_sp {
	display: none;
}
header p.message {
	color: #fff;
	font-size: 18px;
	padding: 10px;
	background: #ffe200;
	text-align: center;
}

#thanks p.submit_btn {
	margin-top: 18px;
	margin-bottom:20px;
	text-align:center;
}

.key .main_right .inputText {
	width: 330px;
	height: 40px;
	border: 1px solid #333;
	font-size: 24px;
	padding-left: 5px;
	padding-right: 5px;
	margin:5px auto 5px 10px;
	border-radius: 3px;
}


@media screen and (max-width: 767px) {
.inputText {
	width: 280px;
	height: 60px;
	border: 2px solid #666;
	background-color: #ffffff;
	font-size: 25px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

textarea {
	width: 70%;
	height: 150px;
	padding: 3px;
}

.formBtn {
	font-size: 140%;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	width: 150px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 2px 2px #CCC;
	border-radius: 6px;
	box-shadow: 0 2px 2px #CCC;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}
	.sp img{
		max-width:100%;
}
	.sp02 img{
		max-width:100%;
}
#thanks p.submit_btn {
	margin-bottom:10px;
	margin:0 auto 10px auto;
	max-width:300px;
}
img.radius {
	border-radius: 10px;
}
}

table.hyou{
	margin: 15px auto 0;
    width: 100%;
    line-height: 1.5;
}

table.hyou th{
    font-size: 98%;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #3E538A;
    color: #fff;
    width: 20%;
    padding: 5px 0;
}

table.hyou th.yoko_last{
    background-color: #C3090D;
    color: #F4FF1F;
}

table.hyou td{
   	font-size: 98%;
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
}

table.hyou td.tate{
	font-weight: 700;
}

table.hyou tr td:last-child {
    background-color: #FFF8F8;
}

.underline {
	border-bottom: 8px solid #333;
}

.underline2 {
	border-bottom: 1px solid #333;
}
.underline3 {
	border-bottom: 2px solid #ff0000;
}

.line {
	border-top: 5px solid #00B901;
	border-bottom: 5px solid #00B901;
}

.bkgreen {
	background-color: #00B901;
}
.marker {
background: linear-gradient(transparent 0%, #ffff66 0%);
}

.line01 {
color: #00B901;
padding: 0.5em 0;
border-top: solid 3px #00B901;
border-bottom: solid 3px #00B901;
}

.line02 {
padding: 1.0em 0;
border-top: solid 3px #000;
border-bottom: solid 3px #000;
}

.line03 {
padding: 0.7em 0;
border-top: solid 3px #000;
border-bottom: solid 3px #000;
}

.line04 {
    position: relative;
    margin: 50px auto;
    padding: 1em 0;
    background-color: #00B901;
    color: #fff;
    text-align: center;
    font-size: 36px;
    line-height: 1.333;
    text-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.line04:before {
    position: absolute;
    bottom: -45px;
    left: 50%;
    margin-left: -21px;
    border: 21px solid transparent;
    border-top: 24px solid #00B901;
    content: "";
}

.line05 {
    position: relative;
    margin: 40px auto;
    padding: 1em 0;
    /* background-color: #005896; */
    background-image: url(../images/bg.jpg);
    color: #fff;
    text-align: center;
    font-size: 36px;
    line-height: 1.333;
    text-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.line05:before {
    position: absolute;
    bottom: -45px;
    left: 50%;
    margin-left: -21px;
    border: 21px solid transparent;
    border-top: 24px solid #1885d2;
    content: "";
}

p.sevice4-left {
font-size: 16px;
display:inline;
float:left;
width:320px;
padding:0 10px 0 0;
margin-top: 40px;
}

p.sevice4-right {
font-size: 16px;
display:inline;
float:right;
width:300px;
}

.m-speaker__wrapper {
	margin-top: 50px;
}
.m-speaker__wrapper &gt; *:first-child {
    margin-top: 0;
}
.m-speaker__unit {
	width: 650px;
    margin: 50px auto;
    padding: 40px;
    border: 20px solid #244773;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    /* border: 1px solid rgba(0,0,0,.2); */
    background-color: #fff;
}
.m-speaker__catch {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding: 9px 18px 3px;
    color: #000000;
    font-size: 23px;
    line-height: 1.5;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    font-weight: 900;
    width: 624px;
}
h4.m-speaker__catch:before {
    top: 0;
    left: 0;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
}
h4.m-speaker__catch:before, h4.m-speaker__catch:after {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 50px;
    content: '';
}
h4.m-speaker__catch:after {
    right: 0;
    bottom: 0;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
}
h4.m-speaker__catch:before, h4.m-speaker__catch:after {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 50px;
    content: '';
}
.m-speaker__photo {
    width: 240px;
    height: auto;
    float: right;
    margin: 30px -9px 25px 25px;
    z-index: 1;
    position: relative;
    border: 9px solid #fff;
    box-shadow: 0 3px 9px rgba(0,0,0,.333);
}
.m-speaker__name-j {
    font-size: 45px;
    line-height: 1;
    font-weight: bold;
    color: #244773;
    margin-bottom: 12px;
    font-feature-settings: "palt";
    letter-spacing: .1em;
}
.m-speaker__name-e {
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    font-style: italic;
    color: #999;
    margin-bottom: 39px;
    letter-spacing: 6px;
}
.m-speaker__description {
    font-weight: bold;
}

/* ----------------------------------------------------

    Facebook Comment

---------------------------------------------------- */
.video {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 853px;
}
.video iframe {
  width: 100%;
}
.comment {
    background: #fff;
    height: 100%;
    border: solid 5px #005896;
    margin: 0 auto 80px;
    border-radius: 0px;
    padding: 10px;
}


/* ----------------------------------------------------

    tokuten

---------------------------------------------------- */

.shadow-level-2 {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.26);
}

.box-line-blue {
    border: #244773 1px solid;
}

.white-background {
    background-color: #fff;
}

.column, .columns, .container {
    width: 100%;
    box-sizing: border-box;
}

.pad-24 {
    padding: 24px 0;
}
.bold {
    font-weight: bold;
}
.heading-2 {
    font-size: 24px;
    font-family: "Yu Gothic", YuGothic,'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
    line-height: 30px;
    letter-spacing: -0.24px;
    color: #020020;
}

.title_deco1 {
    display: inline;
    font-size: 20px;
    padding: 8px 12px;
    margin-right: 20px;
    margin-left: 20px;
    background: #000;
    color: #fff;
}
.shadow-level-1 {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.32);
}


.row.table {
    display: table;
    width: 100%;
    padding-bottom: 50px;
}
.row.table .column:first-child, .row.table .columns:first-child {
    padding-left: 0;
}
.row.table .column, .row.table .columns {
    float: none;
    display: table-cell;
    padding-left: 4%;
}
.v-align-middle {
    vertical-align: middle;
}
@media (min-width: 768px){
.six.columns {
    width: 48%;
}
.column:first-child, .columns:first-child {
    margin-left: 0;
}
}


/* ----------------------------------------------------

    tabel

---------------------------------------------------- */

.day_list {
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.day_list th {
    background: #E7ECF4;
    border-top: 1px solid #005896;
    border-bottom: 1px solid #005896;
    border-left: 1px solid #005896;
}
.day_list th, .day_list td {
    padding: 16px;
    border-collapse: collapse;
}
.day_list td {
	font-weight: normal;
    background: #ffffff;
    border-top: 1px solid #005896;
    border-bottom: 1px solid #005896;
    border-right: 1px solid #005896;
}
.black {
    color: #000;
}

/* ==========================================================================
	 ボタン
========================================================================== */

.m-order-button {
	position: relative;
	display: block;
	margin: 20px auto;
	text-align: center;
}

.m-order-button:active {
	top: 1px;
}

p.m-order__note {
	text-align: center;
}

@media(max-width: 640px) {
	.m-order-button {
		margin: 20px auto;
	}
}


/* ==========================================================================
	 faq
========================================================================== */
#faq dl dt {
    position: relative;
    border-top: 1px solid #005896;
    border-bottom: 1px solid #005896;
    border-left: 1px solid #005896;
    border-right: 1px solid #005896;
    margin: 0;
    padding: 20px 30px 20px 60px;
    background: #E7ECF4;
    font-weight: bold;
}
#faq dl dt:before {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #005896;
    content: 'Q.';
    font-size: 30px;
}
#faq dl dd {
    position: relative;
    border-bottom: 1px solid #005896;
    border-left: 1px solid #005896;
    border-right: 1px solid #005896;
    margin: 0 0 24px 0;
    padding: 20px 30px 20px 60px;
    background: #ffffff;
}
#faq dl dd:before {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #FF0000;
    content: 'A.';
    font-size: 30px;
}


.voice {
    border: 2px solid #CCC;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
}
hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

</pre></body></html>