@charset "UTF-8";

body{
	font-family: Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	/*font-size:14px;*/
	color:#333;
}

p{
	margin: 0 0 0.5em;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea{
	padding:.5em;
}

input[type="text"]{
	width:300px;
}

input[type="email"]{
	width:400px;
}

input[type="submit"]{
	padding: 10px;
}

textarea{
	width:600px;
}

blockquote {
    position: relative;
    padding: 15px 15px 15px 55px;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
    background: #e8efff;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 8px;
    width: 38px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    content: '"';
    color: #FFF;
    font-size: 38px;
    line-height: 30px;
    background: #87a4e3;
}

blockquote:after{
    content: '';
    position: absolute;
    left: 8px;
    top: 30px;
    height: 0;
    width: 0;
    border-left: 19px solid #87a4e3;
    border-right: 19px solid #87a4e3;
    border-bottom: 10px solid transparent;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

table{
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;
}
tr,
th,
td{
	padding: 5px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.under-line{
	border-bottom: 1px dashed #dda0dd;
}

th{
	background-color: transparent;
}

.site-header{
	background-color: #fff;
}

.site-header-conts{
	background-color: #fff;
	padding: 0;
}

.global-nav{
	background: #57bdfb;
	position: relative;
  border-bottom: solid 3px #2477fc;
}

.global-nav-in ul,
.global-nav-in li{
	border: none;
}

.global-nav-in:first-child{
  border-left:solid 2px #2477fc;
}
.global-nav-in li a{
	margin:	0px;
	padding: 8px;
	background-color: transparent;
	color: #fff;
	border-right: solid 2px #2477fc;
}

.global-nav-in li a:hover,
.global-nav-in li a:active,
.global-nav-in li a:focus{
	background-color: #0358e4;
	color: #fff;
}

.global-nav li ul li a{
	background:#1c71fd;
	padding: 12px;
	color:#fff;
	font-size: 14px;
  border-bottom: 2px dotted #fff;
}

.global-nav li ul li a:hover,
.global-nav li ul li a:active,
.global-nav li ul li a:focus{
	background-color: #0358e4;
	color: #fff;
}

.global-nav li ul li ul li a{
	background:#20b2aa;
}

.main-conts{
	line-height: 1.7;
}

.main-image{
	position: relative;
	border-bottom:none;
	border-top:none;
	/*margin-bottom:-5px;*/
	/*margin-top:-5px;*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.35, #1c71fd), color-stop(0.00, #67c3fb));
	background: -webkit-linear-gradient(top, #67c3fb 0%, #1c71fd 35%);
	background: -moz-linear-gradient(top, #67c3fb 0%, #1c71fd 35%);
	background: -o-linear-gradient(top, #67c3fb 0%, #1c71fd 35%);
	background: -ms-linear-gradient(top, #67c3fb 0%, #1c71fd 35%);
	background: linear-gradient(to bottom, #67c3fb 0%, #1c71fd 35%);
	margin-bottom:-3px;
}

.img_shadow{
  box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
  -webkit-box-shadow: 3px 3px 10px -3px #000;
  -moz-box-shadow: 3px 3px 10px -3px #000;
  border-radius: 5px;
}

.noshadow{
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  border-radius: 0;
}

.main-body h1{
	margin: 30px 0 10px;
	color: #4682b4;
	font-size: 1.45em;
}

.main-body h2{
  line-height: 1.2;
  margin: 40px 0 20px;
  padding:10px 30px;
  color: #fff;
  font-size: 1.3em;
  background-color: #57bdfb;
  border: 3px solid #2477fc;
  border-radius: 25px;
  clear: both;
}

.main-body h3 {
	position: relative;
	margin: 40px 0 20px;
	padding: .3em 1em;
	font-size: 1.2em;
	color: #57bdfb;
	border-bottom: 2px solid #57bdfb;
	clear: both;
}

.main-body h4 {
	position: relative;
	margin: 30px 0 20px;
	padding: .3em 1em;
	font-size: 1.2em;
	color: #2477fc;
	border-bottom: 2px dotted #666;
	clear: both;
}

.main-body h5{
	margin: 30px 0 15px;
	padding: 5px 10px;
	border-left: 6px solid #ff1493;
	font-weight: bold;
	font-size: 1.1em;
	background: #fdf5e6;
}

.sub-conts .section-wrap{
	margin: 0 auto 10px;
}

.sub-conts .section-wrap .section-in{
	padding:10px 15px 10px;
	background: #f5f5f5;
	border: 1px solid #dcdcdc;
}

.section-wrap{
	margin-bottom: 60px;
	padding: 0;
	border: none;
}

.section-wrap .section-title{
	line-height: 1.2;
	margin: 0em 0 20px;
	padding:10px 30px;
	color: #fff;
	font-size: 1.3em;
	background-color: #57bdfb;
	border: 3px solid #2477fc;
	border-radius: 25px;
	clear: both;
}

.section-wrap .section-title a{
	color: #fff;
}

.main-body .archive-title{
	background-color: transparent;
	border-bottom: 3px dotted #daa520;
	margin: 0 0 30px;
}

.sub-conts .section-wrap .section-in .section-title,
.sub-conts .section-wrap .article-header .section-title{
	margin: 0 0 20px;
	padding: 10px 0 10px 15px;
	font-weight: normal;
	font-size: 1em;
	border: none;
	color:#fff;
	background-color: #57bdfb;
	border: 3px solid #2477fc;
	border-radius: 25px;
}

.site-footer{
	background: #57bdfb;
}

.site-footer-in{
	padding: 5px 0;
	color: #fff;
}

.site-footer-conts-area{
	padding: 0;
}

.copyright{
	background: #2477fc;
	color: #fff;
}

.site-footer-conts .yarpp-related{
	display: none;
}

.video_container{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inq_button, .wpcf7-submit{
  position: relative;
  margin:10px auto;
  width:90%;
  text-align: center;
	font-size: 18px;
	color: #050505;
  text-decoration: none;
  font-size:20px;
  font-weight: bold;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#fab937 0%,
		#ffe682 50%,
		#ffe682 50%,
		#fab937);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fab937),
		color-stop(0.50, #ffe682),
		color-stop(0.50, #ffe682),
		to(#fab937));
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	border: 4px solid #f5943f;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

.inq_button a,
.wpcf7-submit a{
  text-decoration: none;
	display:block;
}

.item_in1{
	margin: 2px 0;
	padding: 5px 5px;
	float: left;
	width: 30%;
	text-align: right;
	clear:both;
	box-sizing: border-box;
}

.item_in2{
	margin: 2px 0;
	padding: 5px 5px;
	float: left;
	width: 70%;
	border-bottom: dotted 1px #62481C;
	box-sizing: border-box;
}

.item_in3{
	margin: 2px 0;
	padding: 5px 5px;
	float: left;
	width: 100%;
	clear:both;
}

.frame_31{
	margin: 2px;
	padding: 0;
	float:left;
	width:32%;
}

.frame_32{
	margin: 2px 2px 30px;
	padding: 0;
	float:left;
	width:64%;
}

.frame_31_in1{
	padding: 10px 10px 0;
}

.frame_31_in2{
	padding: 10px 10px 0;
	border:2px dotted #f4a460;
	border-radius: 10px;
}

.frame_41{
	padding: 3px;
	float:left;
	width:25%;
	box-sizing: border-box;
}

.frame_box {
  display: inline-flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  width:100%;
}

.box_33{
  box-sizing: border-box;
  width: 33.33%;
  padding: 10px;
}

.box_50{
  box-sizing: border-box;
  width: 50%;
  padding: 10px;
}

.box_66{
  box-sizing: border-box;
  width: 66.66%;
  padding: 10px;
}

.box_100{
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
}

.frame_orange {
  border:2px dotted #f4a460;
  border-radius: 10px;
}

.tbl_frame11 {
  box-sizing: border-box;
  padding: 8px 10px;
  width: 28%;
  text-align: right;
  background-color: #66D4EE;
  border-bottom: 2px dotted #fff;
  color: #fff;
}

.tbl_frame12 {
  box-sizing: border-box;
  padding: 8px 10px;
  width: 72%;
  border-right: 2px solid #66D4EE;
  border-bottom: 2px dotted #ccc;
}

.fr_caution {
 width: 90%;
 margin: 30px auto 20px;
 padding: 30px 20px 0;
 border: 3px solid #aaa;
 position: relative;
 border-radius: 3px;
}

.fr_caution_title {
 position: absolute;
 top: -13px;
 left: 20px;
 padding: 0 5px;
}

.fr_caution_title .fa {
 margin-right: 5px;
}

.caution {
 background-color: #ff4500;
 border: 2px solid #ff4500;
 color: #fff;
 border-radius: 5px;
}

.fr_caution_red {
 border-color: #ff4500;
}

.manseki{
	margin: 3px 0 40px;
	padding: 10px 0;
	float: left;
	width: 100%;
	font-size: 20px;
	color:#fff;
	text-align: center;
	border:3px solid #696969;
	border-radius: 30px;
	background: #a9a9a9;
	clear:both;
}

.btn_100{
	margin: 3px 0 40px;
	padding: 10px 0;
	float: left;
	width: 100%;
	font-size: 20px;
	color:#fff;
	text-align: center;
	border:3px solid #ff7f50;
	border-radius: 30px;
	background: linear-gradient(to bottom, #ee82ee, #ff69b4);
	clear:both;
}

.btn_100:hover{
	background: linear-gradient(to bottom, #ffb6c1, #ff69b4);
}

.btn_100_2{
	margin: 3px 0;
	padding: 10px 0;
	float: left;
	width: 100%;
	font-size: 20px;
	color:#fff;
	text-align: center;
	border:2px solid #8b4513;
	border-radius: 30px;
	background: linear-gradient(to bottom, #f4a460, #d2691e);
	clear:both;
}

.btn_100_2:hover{
	background: linear-gradient(to bottom, #ffd700, #daa520);
}

.btn_app{
	margin: 2px 0;
	padding: 15px 10px;
	width: 100%;
	color:#fff;
	text-align: left;
	font-size: 18px;
	border:3px solid #6495ed;
	border-radius: 30px;
	background: linear-gradient(to bottom, #6495ed, #4169e1);
	box-sizing: border-box;
	clear:both;
}

.btn_app:hover{
	background: linear-gradient(to bottom, #1e90ff, #4169e1);
}

.btn_manseki{
	margin: 2px 0;
	padding: 10px 10px;
	width: 100%;
	color:#fff;
	text-align: left;
	font-size: 18px;
	border:2px solid #555;
	border-radius: 30px;
	background: linear-gradient(to bottom, #999, #333);
	box-sizing: border-box;
	clear:both;
}

.num-index{
	margin-bottom: 10px;
	padding-right: 20px;
	width:100%;
	background:#fffafa;
	border:2px dotted #f4a460;
	border-radius:5px;
	box-sizing:border-box;
}

ol.num{
	counter-reset:number;
	list-style: none;
	margin-left:50px;
}

ol li{
	margin-bottom: 5px;
}

ol.num li:before{
	counter-increment: number;
	content:counter(number);
	margin-left:-30px;
	margin-right: 5px;
	padding:3px 8px;
	background: #2477fc;
	border-radius: 50%;
	color:#fff;
	font-weight: bold;
}

ul.num{
	list-style: none;
	margin-left:50px;
}

ul li{
	margin-bottom: 5px;
}

ul.num li:before{
	content: "";
	margin-left:-30px;
	margin-right: 5px;
	padding:2px 12px;
	background: #ff1493;
	border-radius: 50%;
	color:#fff;
	font-weight: bold;
}

.form_div{
	position: relative;
	width: 100%;
	margin:20px 0 5px;
	clear:both;
}

.form_td_title{
	width: 20%;
	text-align:right;
	vertical-align: top;
}

.form_td_content{
	width: 80%;
}

.check_01{
	margin-left: 20px;
  list-style: none;
}

.check_01 li {
	background: url(//zoomy.info/images/check_01.gif?22) no-repeat 0 1px;
	padding-left: 40px;
}

.arrow_01{
	margin-left: 20px;
  list-style: none;
}

.arrow_01 li {
	background: url(//zoomy.info/images/arrow_01.gif?22) no-repeat 0 -3px;
	padding-left: 40px;
}

.reg_account a {
    width: 328px;
    height: 219px;
    background: url("//zoomy.info/images/reg_account.png?20170224") no-repeat;
    display: block;
    text-indent: -9999px;
		-webkit-transition: 0s;
		-o-transition: 0s;
		transition: 0s;
}

.reg_account a:hover {
    background-position: 0 -219px;
}

.calendar {
  display: inline-flex;
  flex-wrap: wrap;
  width:100%;
}

.cal {
  box-sizing: border-box;
  padding: 5px;
  margin-right: 1px;
  margin-bottom: 1px;
  border:1px solid #deb887;
  width:13.9%;
  font-size: 9pt;
}

.cal_youbi {
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.cal_item {
  min-height: 100px;
}

.cal_now {
    color: #000;
    background-color: #ffffe0;
}

.cal_notnow {
    color: #a9a9a9;
    background-color: #dcdcdc;
}

.cal_sunday {
    color: #000;
    background-color: #fff0f5;
}

.cal_saterday {
    color: #000;
    background-color: #f0ffff;
}

.voice {
	width:80%;
	margin:20px auto;
	padding: 20px;
	border: 4px double #ffd700;
	border-radius: 3px;
  box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
  -webkit-box-shadow: 3px 3px 10px -3px #000;
  -moz-box-shadow: 3px 3px 10px -3px #000;
}

.every_post{
	border: 1px solid #3b5998;
	margin: 40px 0;
	padding: 0;
	border-radius: 5px;
	box-shadow: #cccccc 3px 3px 3px;
}

.every_post .title{
	margin: 0;
	padding: 3px 12px;
	background: #3b5998;
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
}

.tech_frame1{
	box-sizing:border-box;
	width:30%;
	display:inline-block;
	margin:15px 10px;
	padding:3px;
	vertical-align:top;
}

.tech_frame2{
	box-sizing:border-box;
	width:100%;
}

.tech_frame3{
	display:block;
	box-sizing:border-box;
	margin-top:10px;
	padding:10px 20px;
	width:100%;
	height:120px;
	background:#ffefd5;
	border-radius:10px;
	border:4px dotted #daa520;
	font-size:14px;
	text-decoration:none;
}

.new_blog{
	box-sizing:border-box;
	width:50%;
	display:inline-block;
	padding:2px;
	vertical-align:top;
	float: left;
}

.new_blog_img{
	box-sizing:border-box;
	width:40%;
	float: left;
}

.new_blog_title a{
	display:block;
	box-sizing:border-box;
	margin-top:1px;
	padding:5px 3px;
	width:60%;
	height:150px;
	font-size:0.9em;
	overflow:hidden;
	background-color: #fafad2;
	text-decoration:none;
	border:2px dotted #4169e1;
	border-radius:5px;
	float: left;
}

.button{
	padding: 15px 120px;font-size: 14px;
	border-radius: 8px;
}

.sem_btn{
	padding: 15px 0;
	width: 60%;
	font-size: 14px;
	border-radius: 10px;
	font-weight: bold;
	background-color: #da70d6;
	color:#fff;
}

.benkyokai{
  width:100%;
  border:2px dotted #a52a2a;
  background-color:#fff0f5;
  border-radius:5px;
  padding: 10px;
}

.kenkyukai{
  margin-top: 10px;
  width:100%;
  border:2px dotted #6495ed;
  background-color:#f5fffa;
  border-radius:5px;
  padding: 10px;
}

/*font awesome*/
.fa_ul{
  padding: 20px 10px 20px 30px;
  list-style: none;
}
.fa_ul li {
  list-style: none;
}

.fa_ul li:before {
  font-family: FontAwesome;
  content: '\f03d'; /* アイコンのunicode */
  font-size: 1.5em;
  color:#4169e1;
}

.fa_ul li ul li:before {
  font-family: FontAwesome;
  content: '\f04b'; /* アイコンのunicode */
  font-size: 1.5em;
  color:#40e0d0;
}

.fa_ul li ul li ul li:before {
  font-family: FontAwesome;
  content: '\f144'; /* アイコンのunicode */
  font-size: 1.5em;
  color:#ffa07a;
}

/* ======================================= */
/* information area accordion menu         */
/* ======================================= */

details {
  margin-bottom: 10px;
  padding: .5em .5em 0;
  box-sizing: border-box;
  width: 172px;
  float: left;
}

summary {
  font-weight: bold;
  margin: -.5em -.5em 0;
  padding: .5em;
  border:2px solid #2477FC;
  border-radius: 15px;
  background-color: #57BDFB;
  color: #fff;
}

details[open] {
  padding: .5em;
}

details[open] summary {
  margin-bottom: .5em;
}
