@media screen and (max-width:960px) {
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}
.shortBoxT {
	width: 90%;
	height: auto;
	padding: 4px 10px;
	text-align: left;
	font-size: 30px;
	position: relative;
	-webkit-appearance: none;
	border-radius: 0;
	margin: 50px auto 0px auto;
	word-wrap: break-word;
	word-break: break-all;
	background: #def8f9;
	color: #3296dc;
}
.shortBoxT:before {
	content: "";
	position: absolute;
	bottom: -140px;
	right: 50%;
	border: 60px solid transparent;
	border-top: 50px solid #90D6F6;
	margin-right: -60px;
}
.shortBoxC {
	width: 90%;
	height: auto;
	padding: 4px 10px;
	text-align: left;
	font-size: 30px;
	position: relative;
	-webkit-appearance: none;
	border-radius: 0;
	margin: 50px auto 0px auto;
	word-wrap: break-word;
	word-break: break-all;
	background: #def8f9;
	color: #3296dc;
}
.shortBoxC:before {
	content: "";
	position: absolute;
	bottom: -72px;
	right: 50%;
	border: 60px solid transparent;
	border-bottom: 50px solid #90D6F6;
	margin-right: -60px;
}
.shortBoxB {
	width: 90%;
	height: 50px;
	border-top: 5px #3296dc solid;
	border-right: 5px #3296dc solid;
	border-bottom: 5px #3296dc solid;
	border-left: 5px #3296dc solid;
	padding: 1px 5px 1px 15px;
	text-align: left;
	font-size: 30px;
	position: relative;
	margin: 80px auto 0px auto;
}
ul.dt_Navi { display: none; }
ul.ph_Navi {
	list-style-type: none;
}
ul.ph_Navi li {
	width: 25%;
	margin: 0px;
	padding: 0px;
	float: left;
}
ul.ph_Navi li a {
	display: block;
	width: auto;
	font-size: 8px;
	background: #f6f6f6;
	text-align: center;
	color: #898989;
	border-right: 1px solid #eeeeee;
	margin: 0px;
	padding: 6px 0px;
	outline: none;
	text-decoration: none;
}
ul.ph_Navi li a span {
	font-size: 30px;
	color: #3296dc;
	line-height: 1.5em;
}
ul.ph_Navi li a span.icon-expand2, ul.ph_Navi li a span.icon-compress {
	display: inline-block;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 3px 0px -3px 0px;
}
.content {
	width: 100%;
	margin: 0px auto 150px auto;
	word-wrap: break-word;
}
.content h2 {
	width: 90%;
	font-size: 20px;
	text-align: center;
	color: #535353;
	line-height: 1.6em;
	border-bottom: 4px solid #000000;
	margin: 20px auto 5px auto;
	padding: 30px 0px;
}
.content h2:after {
	content: "";
	width: 0;
	height: 0;
	background: none;
	position: absolute;
	top: 0px;
	left: 0px;
}
.content p {
	width: 90%;
	font-size: 16px;
	line-height: 1.6em;
	text-align: left;
	margin: 30px auto 30px auto;
}
.box {
	width: 90%;
	margin: 20px auto 0px auto;
	padding: 10px;
	font-size: 16px;
	line-height: 1.6em;
	text-align: left;
	border: 1px solid #eeeeee;
	background: #f6f6f6;
}
a.btn {
	color: #ffffff;
	text-decoration: none;
	outline: medium none;
}
a.resetBtn {
	width:110px;
	border:1px #cccccc solid;
	font-size:12px;
	margin:30px auto 100px auto;
	font-family:inherit;
	color:#636363;
	font-weight:bold;
	background:#f5f5f5;
	padding:8px 0px 7px 0px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	z-index:1;
	outline:none;
	display:block;
	text-align:center;
}
a.resetBtn:link { text-decoration:none; outline:none; }
a.resetBtn:visited { text-decoration:none; outline:none; }
a.resetBtn:hover { 
	background:#f5f5f5; border:1px #bbbbbb solid; text-decoration:none; outline:none; color:#535353;
	box-shadow: 0.5px 0.5px 3px #dddddd;
	-moz-box-shadow: 0.5px 0.5px 3px #dddddd;
	-webkit-box-shadow: 0.5px 0.5px 3px #dddddd;
	-o-box-shadow: 0.5px 0.5px 3px #dddddd;
	-ms-box-shadow: 0.5px 0.5px 3px #dddddd;
}
a.resetBtnF {
	width:110px;
	border:1px #cccccc solid;
	font-size:12px;
	margin:30px auto 100px auto;
	font-family:inherit;
	color:#636363;
	font-weight:bold;
	background:#f5f5f5;
	padding:8px 0px 7px 0px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	z-index:1;
	outline:none;
	display:block;
	text-align:center;
	margin:0px 0px 0px 10px;
	float:left;
}
a.resetBtnF:link { text-decoration:none; outline:none; }
a.resetBtnF:visited { text-decoration:none; outline:none; }
a.resetBtnF:hover { 
	background:#f5f5f5; border:1px #bbbbbb solid; text-decoration:none; outline:none; color:#535353;
	box-shadow: 0.5px 0.5px 3px #dddddd;
	-moz-box-shadow: 0.5px 0.5px 3px #dddddd;
	-webkit-box-shadow: 0.5px 0.5px 3px #dddddd;
	-o-box-shadow: 0.5px 0.5px 3px #dddddd;
	-ms-box-shadow: 0.5px 0.5px 3px #dddddd;
}
.form {
	width: 90%;
	margin: 10px auto;
	padding: 30px 0px;
	background: #f6f6f6;
	border: 1px solid #eeeeee;
}
.form p {
	font-size: 14px;
	line-height: 1.4em;
}
.form p.form {
	width: 90%;
	font-size: 14px;
	line-height: 1.4em;
	margin: 0px auto 30px auto;
	padding: 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: none;
	border-left: none;
	border-right: none; 
	background: none;
}
p.send {
	text-align: center;
	font-size: 14px;
	line-height: 1.4em;
}
.form input {
	width: 80%;
	height: 20px;
	padding: 10px;
	font-size: 16px;
	line-height: 1.6em;
	border: 1px #008cff solid;
	background: #fcfcfc;
	border-top: 1px #bbbbbb solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	border-left: 1px #dddddd solid;
}
.form input:focus {
	border: 1px #008cff solid;
	background: #ffffff;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-o-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-ms-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
}
.form textarea {
	width: 80%;
	height: 250px;
	padding: 10px;
	font-size: 16px;
	line-height: 1.6em;
	margin-top: 30px;
	background: #fcfcfc;
	border-top: 1px #bbbbbb solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	border-left: 1px #dddddd solid;
}
.form textarea:focus {
	border: 1px #008cff solid;
	background: #ffffff;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-o-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-ms-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
}
.form input::-webkit-input-placeholder {
	line-height: 1.1em;
	color: #535353;
	font-family: "Sonic TP","sans-serif";
}
.form input::-moz-placeholder {
	line-height: 1.2em;
	color: #535353;
	font-family: "Sonic TP","sans-serif";
}
.form input:-ms-input-placeholder {
	line-height: 1.2em;
	color: #535353;
	font-family: "Sonic TP","sans-serif";
}
.form textarea::-webkit-input-placeholder {
	line-height: 1.1em;
	color: #535353;
	font-family: "Sonic TP","sans-serif";
}
.form textarea::-moz-placeholder {
	line-height: 1.2em;
	color: #535353;
	font-family: "Sonic TP","sans-serif";
}
.form textarea:-ms-input-placeholder {
	line-height: 1.2em;
	color: #535353;
	font-family: "Sonic TP","sans-serif";
}
.form input.resetBtn {
	width: 132px;
	height: auto;
	border:1px #cccccc solid;
	font-size:12px;
	line-height: 1em;
	margin:0px auto 0px auto;
	font-family:inherit;
	color:#636363;
	font-weight:bold;
	background:#f6f6f6;
	padding:10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	z-index:1;
	outline:none;
	display:block;
	text-align:center;
}
.form input.resetBtn:hover { 
	background:#ffffff;
	border:1px #bbbbbb solid;
	text-decoration:none;
	outline:none;
	color:#535353;
	box-shadow: 0.5px 0.5px 3px #dddddd;
	-moz-box-shadow: 0.5px 0.5px 3px #dddddd;
	-webkit-box-shadow: 0.5px 0.5px 3px #dddddd;
	-o-box-shadow: 0.5px 0.5px 3px #dddddd;
	-ms-box-shadow: 0.5px 0.5px 3px #dddddd;
}
.form input.resetBtnR {
	width: 132px;
	height: auto;
	border:1px #cccccc solid;
	font-size:12px;
	line-height: 1em;
	margin:0px auto 0px auto;
	font-family:inherit;
	color:#636363;
	font-weight:bold;
	background:#f6f6f6;
	padding:10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	z-index:1;
	outline:none;
	display:block;
	text-align:center;
	margin-left: 20px;
	float: left;
}
.form input.resetBtnR:hover { 
	background:#ffffff;
	border:1px #bbbbbb solid;
	text-decoration:none;
	outline:none;
	color:#535353;
	box-shadow: 0.5px 0.5px 3px #dddddd;
	-moz-box-shadow: 0.5px 0.5px 3px #dddddd;
	-webkit-box-shadow: 0.5px 0.5px 3px #dddddd;
	-o-box-shadow: 0.5px 0.5px 3px #dddddd;
	-ms-box-shadow: 0.5px 0.5px 3px #dddddd;
}
.psta {
	font-size:20px;
	line-height:2em;
}
}
@media screen and (min-width:961px) {
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}
.shortBoxT {
	width: 750px;
	height: auto;
	padding: 15px 20px;
	text-align: left;
	font-size: 30px;
	position: relative;
	top: 50px;
	left: 50%;
	margin-left: -375px;
	word-wrap: break-word;
	word-break: break-all;
	background: #def8f9;
	color: #3296dc;
}
.shortBoxT:before{
	content: "";
	position: absolute;
	bottom: -150px;
	right: 50%;
	border: 60px solid transparent;
	border-top: 50px solid #90D6F6;
	margin-right: -60px;
}
.shortBoxC {
	width: 750px;
	height: auto;
	padding: 15px 20px;
	text-align: left;
	font-size: 30px;
	position: relative;
	top: 50px;
	left: 50%;
	margin-left: -375px;
	word-wrap: break-word;
	word-break: break-all;
	background: #def8f9;
	color: #3296dc;
}
.shortBoxC:before{
	content: "";
	position: absolute;
	bottom: -85px;
	right: 50%;
	border: 60px solid transparent;
	border-bottom: 50px solid #90D6F6;
	margin-right: -40px;
}
.shortBoxB {
	width: 750px;
	height: 50px;
	border-top: 5px #3296dc solid;
	border-right: 5px #3296dc solid;
	border-bottom: 5px #3296dc solid;
	border-left: 5px #3296dc solid;
	padding: 1px 5px 1px 15px;
	text-align: left;
	font-size: 30px;
	position: relative;
	top:155px;
	left:50%;
	margin-left: -375px;
}
ul.dt_Navi {
	position: absolute;
	top: 29px;
	right: 0px;
	list-style-type: none;
}
ul.dt_Navi li {
	float: left;
	margin-left: 30px;
}
ul.ph_Navi {
	display: none;
}
.content {
	width: 100%;
	margin: 0px auto 0px auto;
}
.content h2 {
	width: 800px;
	font-size: 40px;
	text-align: center;
	color: #535353;
	line-height: 1.6em;
	border-bottom: 4px solid #000000;
	margin: 0px auto 5px auto;
	padding: 30px 0px;
}
.content h2:after {
	content: "";
	width: 0;
	height: 0;
	background: none;
	position: absolute;
	top: 0px;
	left: 0px;
}
.content p {
	width: 700px;
	font-size: 20px;
	line-height: 1.6em;
	text-align: left;
	margin: 30px auto 30px auto;
}
input.gsBtn {
	width: 54px;
	height: 54px;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	background: #3296dc;
	position: absolute;
	top: 250px;
	left: 729px;
	z-index: 3;
	transition: background 0.2s ease;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	border: none;
}
.box {
	width: 700px;
	margin: 20px auto 0px auto;
	padding: 20px;
	font-size: 20px;
	line-height: 1.6em;
	text-align: left;
	border: 1px solid #eeeeee;
	background: #f6f6f6;
}
a.btn {
	color: #ffffff;
	text-decoration: none;
	outline: medium none;
}
a.resetBtn {
	width:110px;
	border:1px #cccccc solid;
	font-size:12px;
	line-height: 1em;
	margin:200px auto 0px auto;
	font-family:inherit;
	color:#636363;
	font-weight:bold;
	background:#f5f5f5;
	padding:10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	z-index:1;
	outline:none;
	display:block;
	text-align:center;
}
a.resetBtn:link { text-decoration:none; outline:none; }
a.resetBtn:visited { text-decoration:none; outline:none; }
a.resetBtn:hover { 
	background:#f5f5f5; border:1px #bbbbbb solid; text-decoration:none; outline:none; color:#535353;
	box-shadow: 0.5px 0.5px 3px #dddddd;
	-moz-box-shadow: 0.5px 0.5px 3px #dddddd;
	-webkit-box-shadow: 0.5px 0.5px 3px #dddddd;
	-o-box-shadow: 0.5px 0.5px 3px #dddddd;
	-ms-box-shadow: 0.5px 0.5px 3px #dddddd;
}
a.resetBtnF {
	width:110px;
	border:1px #cccccc solid;
	font-size:12px;
	line-height: 1em;
	margin:200px auto 0px auto;
	font-family:inherit;
	color:#636363;
	font-weight:bold;
	background:#f5f5f5;
	padding:10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	z-index:1;
	outline:none;
	display:block;
	text-align:center;
	margin:0px 0px 0px 0px;
	float:left;
}
a.resetBtnF:link { text-decoration:none; outline:none; }
a.resetBtnF:visited { text-decoration:none; outline:none; }
a.resetBtnF:hover { 
	background:#f5f5f5; border:1px #bbbbbb solid; text-decoration:none; outline:none; color:#535353;
	box-shadow: 0.5px 0.5px 3px #dddddd;
	-moz-box-shadow: 0.5px 0.5px 3px #dddddd;
	-webkit-box-shadow: 0.5px 0.5px 3px #dddddd;
	-o-box-shadow: 0.5px 0.5px 3px #dddddd;
	-ms-box-shadow: 0.5px 0.5px 3px #dddddd;
}
.form {
	width: 620px;
	margin: 10px auto;
	padding: 40px;
	background: #f6f6f6;
	border: 1px solid #eeeeee;
}
.form p {
	font-size: 16px;
	line-height: 1.6em;
}
.form p.form {
	width: 620px;
	font-size: 16px;
	line-height: 1.6em;
	margin: 0px 0px 30px 0px;
	padding: 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: none;
	border-left: none;
	border-right: none; 
	background: none;
}
.form p.send {
	text-align:center;
	font-size:20px;
	line-height:1.6em;
}
.form input {
	width: 600px;
	height: 20px;
	padding: 10px;
	font-size: 16px;
	line-height: 1.6em;
	border: 1px #008cff solid;
	background: #fcfcfc;
	border-top: 1px #bbbbbb solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	border-left: 1px #dddddd solid;
}
.form input:focus {
	border: 1px #008cff solid;
	background: #ffffff;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-o-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-ms-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
}
.form textarea {
	width: 600px;
	height: 250px;
	padding: 10px;
	font-size: 16px;
	line-height: 1.6em;
	margin-top: 30px;
	background: #fcfcfc;
	border-top: 1px #bbbbbb solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	border-left: 1px #dddddd solid;
}
.form textarea:focus {
	border: 1px #008cff solid;
	background: #ffffff;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-o-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-ms-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
}
.form input::-webkit-input-placeholder {
	line-height: 1.1em;
	color: #535353;
	font-family: "Sonic TP","sans-serif";
}
.form input::-moz-placeholder {
	line-height: 1.2em;
	color: #535353;
	font-family: "Sonic TP","sans-serif";
}
.form input:-ms-input-placeholder {
	line-height: 1.2em;
	color: #535353;
	font-family: "Sonic TP","sans-serif";
}
.form textarea::-webkit-input-placeholder {
	line-height: 1.1em;
	color: #535353;
	font-family: "Sonic TP","sans-serif";
}
.form textarea::-moz-placeholder {
	line-height: 1.2em;
	color: #535353;
	font-family: "Sonic TP","sans-serif";
}
.form textarea:-ms-input-placeholder {
	line-height: 1.2em;
	color: #535353;
	font-family: "Sonic TP","sans-serif";
}
.form input.resetBtn {
	width: 132px;
	height: auto;
	border:1px #cccccc solid;
	font-size:12px;
	line-height: 1em;
	margin:0px;
	font-family:inherit;
	color:#636363;
	font-weight:bold;
	background:#f6f6f6;
	padding:10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	z-index:1;
	outline:none;
	display:block;
	text-align:center;
}
.form input.resetBtn:hover { 
	background:#ffffff;
	border:1px #bbbbbb solid;
	text-decoration:none;
	outline:none;
	color:#535353;
	box-shadow: 0.5px 0.5px 3px #dddddd;
	-moz-box-shadow: 0.5px 0.5px 3px #dddddd;
	-webkit-box-shadow: 0.5px 0.5px 3px #dddddd;
	-o-box-shadow: 0.5px 0.5px 3px #dddddd;
	-ms-box-shadow: 0.5px 0.5px 3px #dddddd;
}
.form input.resetBtnR {
	width: 132px;
	height: auto;
	border:1px #cccccc solid;
	font-size:12px;
	line-height: 1em;
	margin:0px auto 0px auto;
	font-family:inherit;
	color:#636363;
	font-weight:bold;
	background:#f6f6f6;
	padding:10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	z-index:1;
	outline:none;
	display:block;
	text-align:center;
	margin-left: 30px;
	float: left;
}
.form input.resetBtnR:hover { 
	background:#ffffff;
	border:1px #bbbbbb solid;
	text-decoration:none;
	outline:none;
	color:#535353;
	box-shadow: 0.5px 0.5px 3px #dddddd;
	-moz-box-shadow: 0.5px 0.5px 3px #dddddd;
	-webkit-box-shadow: 0.5px 0.5px 3px #dddddd;
	-o-box-shadow: 0.5px 0.5px 3px #dddddd;
	-ms-box-shadow: 0.5px 0.5px 3px #dddddd;
}
.psta {
	font-size:30px;
	line-height:2em;
}
}