<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* =Reset default browser CSS.
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}
ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

body {
	color: #4d4a52;
	/*font-size: 100%;*/
	font-family: yu-gothic-pr6n,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
	line-height: 1.6;
	position: relative;
	letter-spacing: 0em;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	background-color: #f9f8f4;
}

img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.bold{font-weight:bold;}

/* clearfix */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

input, textarea {font-size: 100%;}
	
select{
    /*margin: 16px 0;*/
	/*padding: 12px;*/
	outline: none;
	text-indent: 0.01px;
	text-overflow: '';
	border: none;
	vertical-align: middle;
	color: inherit;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
    
    padding-left: 6px;
    height: 30px;
}
select option{
	background-color: #fff;
}
select::-ms-expand {
	display: none;
}
select:-moz-focusring { 
	color: transparent; 
	text-shadow: 0 0 0 #828c9a;
}

.imgresize {max-width: 100%; width: 100%;}

input[type="text"], input[type="email"], input[type="number"],
textarea {
	outline: none;
	border: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	/*padding: 2%;*/
    /*padding: 15px;*/
	width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

input[type="tel"]{
	outline: none;
	border: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 10px;
	width: 15%;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #eee;
	background-color:#f4f3e2;
	border: 1px solid #fff;
	/*padding: 2%;*/
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance:textfield;
}

input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}

input[type=radio] {
	transform: scale(1.5);
}

.pc{display: block;}
.smp{display: none;}

@media screen and (max-width: 640px){
.pc{display: none;}
.smp{display: block;}
}

/* リンク設定
------------------------------------------------------------*/
a{color:#666;text-decoration: underline;}
a:hover{opacity:0.7; filter: alpha(opacity=70);}
a:active, a:focus {outline:0;}
a:hover img{opacity:0.7; filter: alpha(opacity=70);}

.dial a{text-decoration: underline;}

/*外枠
------------------------------------------------------------*/
#background{
	margin: 0 auto 0;
	text-align: center;
	padding: 3% 0 1%;
	max-width: 930px;
	width: 92%;
}

/*内枠
------------------------------------------------------------*/

#name_bar{
	padding: 0 0 5%;
	width: 100%;
	font-size: 180%;
	line-height:1.3;
	overflow: hidden;
	box-sizing: border-box;
}

.dial {font-size: 180%;}

.kome{
	float: right;
	color: #b6a878;
}

.chuijiko{
	margin: 0 auto 0;
	padding: 2% 0;
	margin-bottom: 5%;
	text-align: left;
	width: 100%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	box-sizing: border-box;
}

.doi_txt{
	padding-bottom: 5%;
}

.event_title{
	font-size: 36px;
	overflow: hidden;
	box-sizing: border-box;
}

#form_table{
	margin: 0 auto 0;
	text-align: left;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

#form_table_confirm{
	margin: 0 auto 20px;
	text-align: left;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.box{
	width: 100%;
	margin-bottom: 5px;
	overflow: hidden;
	box-sizing: border-box;
    
    display: flex;

    margin: 20px 0;
    
    align-items: flex-start;
}

.box_confirm{
	width: 100%;
	margin-bottom: 1px;
	overflow: hidden;
	box-sizing: border-box;
    
    padding: 7px 10px;
    box-sizing: border-box;
    background: #fff;
}

.title{
	/* text-align: right; */
	width: 180px;
	padding-right: 10px;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 5px;
	display: flex;
	flex-direction: row-reverse;
}

.answer{
	/* float: right; */
	text-align: left;
	width: 750px;
	/*margin-top: -38px;*/
}

.title_confirm{
	text-align: right;
	width: 180px;
	overflow: hidden;
	box-sizing: border-box;
}

.answer_confirm{
	float: right;
	text-align: left;
	/*width: 750px;*/
    width: 720px;
	margin-top: -24px;
	overflow: hidden;
	box-sizing: border-box;
    
}

#form_table_check{
	margin: 0 auto 0;
	text-align: left;
	width: 100%;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	border-collapse:collapse;
	overflow: hidden;
	box-sizing: border-box;
}

#form_table_check th{
	text-align: left;
	vertical-align: middle;
	width: 200px;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 1px;
	background-color: #eee;
	border: 1px solid #ddd;
}

#form_table_check td{
	text-align: left;
	vertical-align: top;
	width: 490px;
	font-size: 10px;
	line-height: 14px;
	padding: 1px;
	border: 1px solid #ddd;
}

.doi{
	margin: 0 auto 0;
	text-align: center;
	width: 750px;
	margin-bottom: 20px;
}

.last_box{
	margin: 2% auto 1%;
	padding: 2% 3%;
	text-align: left;
	border: 1px solid #c8c8c8;
}

.last_box ul {list-style-type: decimal;}
.last_box li {margin-left:30px;}
.read{font-size: 140%; font-weight: bold;}
.hrstyle{border-top: 1px solid #cccccc;}

#bottun{
	margin: 0 auto 5%;
	text-align: center;
	font-size: 160%;
}

#bottun :hover{opacity:0.7; filter: alpha(opacity=70);}

#iframe{
	margin: 0 auto 0;
	width: 100%;
	height: 220px;
	border: 1px solid #eee;
	margin-bottom: 20px;
}

.close{
	margin: 0 auto 0;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	width: 200px;
	background-color: #fff;
	border: 5px solid #20519a;
	margin-bottom: 20px;
}

.red {
	font-size: 120%;
	color: #cc0000;
	font-weight : bold;
}

.red_bold {
	font-weight : bold;
	color: #cc0000;
}

.bold {
	font-weight : bold;
	font-size : 1.2rem;
}

.input_error {
	font-weight : bold;
	color: #cc0000;
    
    display: block;
    margin-top: 3px;
    font-size: 14px;
}

input[type=text], input[type=tel], input[type=email], input[type=number]{height: 30px; /*margin: 15px 0;*/    box-sizing: border-box;}

input[type="button"] {
	color: #4d4c52;
	padding: 0.8% 6%;
	font-size: 90%;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

input[type="SUBMIT"] {
	color: #ffffff;
	padding: 0.8% 6%;
	font-size: 90%;
	background-color: #4d4c52;
	border: none;
}

.one_action{
	margin-bottom: 5px;
}

.icon_blue{
	color: #0c336d;
	padding-right:2%;
}

.underline {
	border-bottom:solid;
	border-color:#FF0000;
	border-width:2px;/*5ピクセルの太さにする*/
}

@media screen and (max-width:1000px){

#background{padding: 3%;}
.title{/* width: 200px; */white-space: nowrap;}
.answer{width: calc(100% - 180px);}


    

}

@media screen and (max-width:640px){

#name_bar{padding: 5% 0 5%; font-size: 140%; font-weight: bold;}
.box{margin: 20px 0 0 0;    flex-direction: column;}
.chuijiko{padding: 5% 0 0; border-bottom: none; font-size: 70%; line-height: 1.5;}
.title{/* float: none; *//*text-align:left;*/width: 100%;    justify-content: flex-end;        margin: 0 0 2px 0;}
.answer{overflow: none; width: 100%; font-size: 120%; margin-top:0;}
.title_confirm{float: none; text-align:left; width: 100%; border-top: 1px solid #ddd; padding-top: 7px;}
.answer_confirm{overflow: none; width: 100%; margin-top:0;}
.chui_red{width: 100%;}
input[type=text], input[type=tel], input[type=email], input[type=number]{height: 34px;}
input[type="tel"]{
	width: 25%;
}
input[type="SUBMIT"] {font-size: 90%;}
.last_box{margin: 5% auto 1%; padding: 3%; font-size: 80%; line-height: 1.2;}
.dial a{
	line-height: 3;
	padding: 2%;
	color: #ffffff;
	background: -moz-linear-gradient(top,#20519a 0%,#0c336d);
	background: -webkit-gradient(linear, left top, left bottom, from(#20519a), to(#0c336d));
	background-color: #20519a;
	border-radius: 5px;
}
select{/*margin: 0 0 16px 0;*/    height: 34px;}
.doi_txt, .one_action{font-size: 80%; line-height: 1.2;}
.box_confirm {
    margin-bottom: 0;  padding: 0px 15px 7px 15px;
}
.box_confirm:nth-of-type(1) .title_confirm {
  border-top:0;
}

}

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