
@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/


/* 矢印 */
.arrow_orange,.arrow_blue,.arrow_black,.arrow_red{
	min-height:24px;
	overflow:hidden;
}
.arrow_orange {
	background-image: url(https://xn--tlq487esvhrur.com/wordpress/wp-admin/images/arrow_orange.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px 15px;
	padding-left: 28px;
	font-weight: 700;
}
.arrow_black {
	background-image: url(https://xn--tlq487esvhrur.com/wordpress/wp-admin/images/arrow_black.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px;
	padding-left: 24px;
	font-weight: 700;
}
.arrow_blue {
	background-image: url(https://xn--tlq487esvhrur.com/wordpress/wp-admin/images/arrow_blue.png);

	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px;
	padding-left: 24px;
	font-weight: 700;
}
.arrow_red {
	background-image: url(https://xn--tlq487esvhrur.com/wordpress/wp-admin/images/arrow_red.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px;
	padding-left: 24px;
	font-weight: 700;
}
/* 文字装飾 */

blockquote {
	font-size:12px;
	color:#666666;
	border: 2px dotted #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 15px;
	line-height: 130%;
}

.alert,.accept,.attention,.thint{
	font-size: 12px;
	line-height: 130%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 55px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-position:8px 3px;
}

.alert {
	background-color: #FFEFEF;
	background-image: url(https://xn--tlq487esvhrur.com/wordpress/wp-admin/images/alert.png);
	background-repeat: no-repeat;
	color: #A2462F;
	border: 1px solid #FABDA7;
}

.accept {
	border: 1px solid #C2E39B;
	background-color: #EFFADA;
	background-image: url(https://xn--tlq487esvhrur.com/wordpress/wp-admin/images/accept.png);
	background-repeat: no-repeat;
	color: #346F15;
}
.attention {
	border: 1px solid #FDE8A8;
	background-color: #FEF8E0;
	background-image: url(https://xn--tlq487esvhrur.com/wordpress/wp-admin/images/attention.png);
	background-repeat: no-repeat;
	color: #804900;
}

.thint {
	border: 1px solid #C5D7ED;
	background-color: #EFF4FA;
	background-image: url(https://xn--tlq487esvhrur.com/wordpress/wp-admin/images/thint.png);
	background-repeat: no-repeat;
	color: #2C4F7A;
}

 .user1,.user2 {
	font-size: 12px;
	line-height: 130%;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	background-color: #EFF4FA;
	border: 1px solid #C5D7ED;
	min-height: 70px;
	overflow: hidden;
}

 .user1{
	background-image: url(https://xn--tlq487esvhrur.com/wordpress/wp-admin/images/user1.png);
}

 .user2{
	background-image: url(https://xn--tlq487esvhrur.com/wordpress/wp-admin/images/user2.png);
}

.noimage{
	padding-left:12px;
	background-image: none;
	min-height:15px;
}

.ylw{
	background-color:#FFE566;
	font-weight:bold;
	padding:2px;
}

/* 回り込み解除 */

.alert:after,
.accept:after,
.attention:after,
.thint:after,
.user1:after,
.user2:after,
.user_inner:after,
.body:after,
.grayline:after,
.clear_after:after{
	clear: both;
	content: "";
	display: block;
}

.nmlbox,.dottbox,.ylwbox,.graybg,.txt-border,.txt-grayback,.txt-colorback,.txt-rndbox,.txt-decbox1,.txt-decbox2{
	overflow:hidden;
}

.alert,.attention,.thint,.accept,.user1,.user2,.rank{clear:both;}

/* ボックス */

.nmlbox,.dottbox,.ylwbox,.graybg{
	padding:15px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear:both;
}

.graybg {
	background-color: #F4F4F4;
}

.grayline {
	background-color: #fff;
	border: 4px solid #ededed;
	box-shadow: 0px 0px 5px #bbb inset;
	margin: 20px 0;
	padding: 20px;
}
.dottbox{
	border:dotted 1px #666;
	box-shadow:none;
}
.nmlbox {
	border: 2px solid #E7E7E7;
}
.ylwbox {
	background-color: #FFFFD2;
	border: 2px solid #CC0000;
}



/* 水平線 */

.border1,.border2,.border3,.borderdot,.borderdot2{
	margin: 10px;
	padding: 0px;
	line-height: 1px;
	height: 1px;
	overflow: hidden;
}

.border1 {
	border-bottom:solid 1px #999;
}
.border2 {
	border-bottom:solid 1px #990000;
}

.border3 {
	border-bottom:solid 1px #003366;
}

.borderdot {
	border-top:dotted 1px #999;
}

.borderdot2 {
	border-top:dotted 2px #999;
}


/* レイアウト枠(旧形式) */
@media screen and (min-width: 768px) {
.layout_l{float:left;}
.layout_r{float:right;}
}


/* レイアウト枠(新形式) */
.layout_box{
	display:table;
	width:100%;
	table-layout: fixed;
	box-sizing:border-box;
	border-collapse: separate;
}
.layout_box .layout_l,
.layout_box .layout_r{
	display:table-cell;
	float:none !important;
	box-sizing:border-box;
	overflow:hidden;
	vertical-align:top;
}
.layout_l img,.layout_r img{
	max-width:100%;
	height:auto;
}

.col2.layout_box .layout_l,
.col2.layout_box .layout_r{
	width:50%;
	padding:8px;
}
.col3.layout_box .layout_l,
.col3.layout_box .layout_r{
	width:33.3%;
	padding:8px;
}
.col4.layout_box .layout_l,
.col4.layout_box .layout_r{
	width:25%;
	padding:8px;
}

/* レスポンシブ設定 */
@media screen and (max-width: 640px) {
.responsive.layout_box{
	display:block;
}
.responsive.layout_box .layout_l, .responsive.layout_box .layout_r{
	display:block !important;
	width:100% !important;
	box-sizing:border-box;
	margin:5px 0;
}
}

.hd,.hd:hover,.hd:visited{
	color:#333;
	text-decoration:none;
}


/* 角丸 */

.rnd1{
	padding: 15px;
	margin: 15px auto 15px auto;
}

.rnd1{
	position:relative;
	padding: 15px;
	margin: 15px auto 15px auto;
	border-radius: 6px;
}

.rbox1,.rbox2,.rbox3,.rbox4{
	overflow:hidden;
}

.rbox1 {
	background-color: #F4F4F4;
	border: 1px solid #d7d7d7;
}

.rbox2 {
	background-color: #FFF;
	border: 2px solid #FF843F;
}

.rbox3 {
	background-color: #FFF;
}

.rbox4 {
	background-color: #F5F5F5;
}


/* シャドウ */

.shadow1,.shadow2,.shadow3{
	padding: 15px;
	margin: 15px auto 15px auto;
}

.shadow1{
	box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
}

.shadow2{
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

/*
==================================================
FAQ
==================================================
*/
.question1,
.answer1 {
  background-image: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  padding: 13px 16px 13px 64px;
  position: relative;
}
.question1::before,
.answer1::before {
  font-size: 28px;
  left: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1em;
}

.question1 {
  background-color: #f7f7fa;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  margin: 15px 0 0;
}
.question1::before {
  color: #1c72a6;
  content: 'Q';
}

.answer1 {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-top: none;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
  margin: 0 0 15px;
}
.answer1::before {
  color: #ae4453;
  content: 'A';
}

@media screen and (min-width: 768px) {
  .question1 {
	margin-top: 20px;
  }

  .answer1 {
	margin-bottom: 20px;
  }
}
.question2,
.answer2 {
  background-image: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  min-height: 46px;
  padding: 8px 0 0 58px;
  position: relative;
}
.question2::before,
.answer2::before {
  background: #f7f7fa none repeat scroll 0 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 22px;
  height: 46px;
  left: 0;
  line-height: 46px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 46px;
}

.question2 {
  margin: 20px 0 10px;
}
.question2::before {
  color: #1c72a6;
  content: 'Q';
}

.answer2 {
  border: none;
  margin-bottom: 25px;
}
.answer2::before {
  color: #ae4453;
  content: 'A';
}

@media screen and (min-width: 768px) {
  .question2 {
	margin: 30px 0 20px;
  }

  .answer2 {
	margin-bottom: 35px;
  }
}
/*


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


/*
==================================================
ポイント
==================================================
*/
#main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10 {
  border: none;
}

#main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10 {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 1.55556em auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  height: auto;
  line-height: 1.5;
  margin: 10px 0;
  min-height: 1.77778em;
  padding: 0.11111em 0 0 2.11111em;
}

@media screen and (min-width: 768px) {
  #main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10 {
	background-size: 1.5em auto;
	font-size: 22px;
	line-height: 1.4;
	margin: 12px 0;
	min-height: 1.83333em;
	padding: 0.16667em 0 0 2.08333em;
  }
}
.point1 {
  background-image: url(https://xn--tlq487esvhrur.com/wordpress/wp-admin/images/point1.png);
}

.point2 {
  background-image: url(https://xn--tlq487esvhrur.com/wordpress/wp-admin/images/point2.png);
}

.point3 {
  background-image: url(https://xn--tlq487esvhrur.com/wordpress/wp-admin/images/point3.png);
}

.point4 {
  background-image: url(https://xn--tlq487esvhrur.com/wordpress/wp-admin/images/point4.png);
}

.point5 {
  background-image: url(https://xn--tlq487esvhrur.com/wordpress/wp-admin/images/point5.png);
}

.point6 {
  background-image: url(https://xn--tlq487esvhrur.com/wordpress/wp-admin/images/point6.png);
}

.point7 {
  background-image: url(https://xn--tlq487esvhrur.com/wordpress/wp-admin/images/point7.png);
}

.point8 {
  background-image: url(https://xn--tlq487esvhrur.com/wordpress/wp-admin/images/point8.png);
}

.point9 {
  background-image: url(https://xn--tlq487esvhrur.com/wordpress/wp-admin/images/point9.png);
}

.point10 {
  background-image: url(https://xn--tlq487esvhrur.com/wordpress/wp-admin/images/point10.png);
}



/*
==================================================
ボタンリンク(1801130)
==================================================
*/
.btn01,
.btn02,
.btn03,
.btn04,
.btn05,
.btn06,
.btn07,
.btn08{
	margin: auto auto 15px;
	width: 240px;
	height: 44px;
	line-height: 44px;
	font-weight: bold;
	max-width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	position: relative;
	text-align: center;
	text-decoration: none;
	-moz-transition: color 0.15s ease-out 0s, background-color 0.15s ease-out 0s;
	-o-transition: color 0.15s ease-out 0s, background-color 0.15s ease-out 0s;
	-webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out;
	-webkit-transition-delay: 0s, 0s;
	transition: color 0.15s ease-out 0s, background-color 0.15s ease-out 0s;
	overflow:hidden;
}
.btn01 a,
.btn02 a,
.btn03 a,
.btn04 a,
.btn05 a,
.btn06 a,
.btn07 a{
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:0 4%;
	width:100%;
	height:100%;
	line-height:44px;
	box-sizing:border-box;
}


.btn-icon,.btn-icon_r {
	display: block;
	height: 100%;
}

.btn01 a,.btn02 a,.btn03 a,.btn06 a,.btn07 a,.btn01 a:visited,.btn02 a:visited,.btn03 a:visited,.btn06 a:visited,.btn07 a:visited,.btn01 a:hover,.btn02 a:hover,.btn03 a:hover,.btn06 a:hover,.btn07 a:hover,.btn04 a:hover,.btn05 a:hover{
	color:#FFF;
}

.btn04 a:hover,.btn05 a:hover{
	top:0px !important;
	left:0px !important;
}

.btn04:hover,.btn04 a:hover,.btn04:hover a,.btn05:hover,.btn05 a:hover,.btn05:hover a{
	color:#FFF !important;
	text-decoration:none;
}

.btn04,.btn04 a,.btn04 a:visited,.btn04 a:visited{
	color:#333;
}
.btn05 a{
	padding-left:2%;
	padding-right:8%;
}

/* パターン
==================================================
*/
.btn01 {
	background-color: #1d508d;
}
.btn01:link,.btn01:visited,.btn01:hover,.btn01:active{
	color: #fff;
	text-decoration: none;
}
.btn01:hover {
	background-color: #90A9C7;
	background-image: none;
}
.btn02 {
	background-color: #1d508d;
	box-shadow: 0 4px 0 #0a3262;
}
.btn02:link,.btn02:visited,.btn02:hover,.btn02:active{
	color: #fff;
	text-decoration: none;
}
.btn02:hover {
	background-color: #1d508d;
	top: 2px;
	box-shadow: 0 4px 0 #0a3262;
}
.btn02:active{
	background-image: none;
	top: 4px !important;
	box-shadow: none !important;
}
.btn03 {
	background-color: #1d508d;
	background-image: url('data: image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQzNzZiNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFkNTA4ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4376b4), to(#1d508d));
	background-image: linear-gradient(to bottom, #4376b4, #1d508d);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.btn03:link,.btn03:visited,.btn03:hover,.btn03:active{
	color: #fff;
	text-decoration: none;
}
.btn03:hover {
	background-image:none !important;
	top: 2px;
}
.btn03:active{
	background-color: #08376f;
}
.btn04 {
	background-color: #f8f8f8;
	border: 1px solid #e6e6e6;
}
.btn04,.btn04 a{
	color: #333;
	text-decoration: none;
}
.btn04:hover{
	background-color: #1d508d;
}

.btn05 {
	color: #1d508d;
	background-color: #fff;
	border: 1px solid #1d508d;
}

.btn05 a,.btn05:link,.btn05:visited,.btn05:active{
	color: #1d508d;
}

.btn05:hover{
	background-color: #1d508d;
}

.btn05 a::after {
	content: '>';
	display: inline-block;
	position: absolute;
	right: 4%;
}
.btn06 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1d508d),to(#0b3a73));
	background-image: linear-gradient(to bottom, #1d508d 0%,#0b3a73 100%);
	border: 1px solid #0d315c;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.4) , 0 1px 0 rgba(255,255,255,0.8) inset;
	        box-shadow: 0 1px 0 rgba(255,255,255,0.4) , 0 1px 0 rgba(255,255,255,0.8) inset;
	-webkit-user-select: none;
	-ms-user-select: none;
	color: #FFF;
	text-align: center;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.btn06 a,.btn06 a:hover,.btn06:active,.btn06:visited{
	color: #FFF;
}
.btn06:hover {
	color: #FFF;
	opacity: 0.5;
}
.btn07 {
	color:#FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1d508d),to(#0b3a73));
	background-image: linear-gradient(to bottom, #1d508d 0%,#0b3a73 100%);
	border: 1px solid #0d315c;
}
.btn07 a,.btn07 a:hover,.btn07:link,.btn07:visited,.btn07:hover,.btn07:active{
	color: #fff;
	text-decoration: none;
}
.btn07:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#90A9C7), to(#879EBA));
	background-image: linear-gradient(to bottom, #90A9C7 0%, #879EBA 100%);
	border: 1px solid #879EBA;
	color: #FFF;
}

.btn08{
	margin:0 auto 4px;
	width:300px;
	height:72px;
	line-height:72px;
	border:solid 1px #E7E7E7;
	background-color:#FFF;
	max-width:100%;
}

.btn08 a{
	text-decoration:none;
	display:block;
	padding:0 5%;
	width:100%;
	height:100%;
	padding-left:16px !important;
	line-height:72px;
	box-sizing:border-box;
	text-align:left;
}
.btn08 a,
.btn08 a:visited,
.btn08 a:hover,
.btn08 a:active{
	color:#1D508D;
}
.btn08:before{
	content:"";
	height:auto;
	width:4px;
	display:block;
	left:3px;
	top:3px;
	bottom:3px;
	position:absolute;
	border-radius:2px;
	background-color:#1D508D;
	z-index:10;
}

@media screen and (min-width: 768px) {
	.btn08:hover,
	.btn08 a:hover{
		background-color:#EDF3FC;
		top:0 !important;
		left:0 !important;
		position:relative;
	}
}
.btn08 a .btn-icon{
	left:0;
	float:right;
	margin:0 0 0 8px;
}

/*
カラーバリエーション
==================================================
*/

/* カラーバリエーション(赤) */
.btn01.red{
	background-color: #E63E32;
}
.btn01.red:hover{
	background-color: #EE8078;
}
.btn02.red{
	background-color: #E63E32;
	box-shadow: 0 4px 0 #8A251E;
}
.btn03.red{
	background-color: #8A251E;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E63E32), to(#8A251E));
	background-image: linear-gradient(#E63E32, #8A251E);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.btn03.red:hover{
	background-image: none;
}
.btn04.red:hover{
	background-color: #8A251E;
	color: #fff;
}
.btn05.red{
	color: #8A251E;
	border: 1px solid #8A251E;
}
.btn05.red a,.btn05.red:link,.btn05.red:visited,.btn05.red:active{
	color: #8A251E;
}
.btn05.red:hover{
	background-color: #8A251E;
	color: #fff;
}
/*単色
.btn06.red{
	background-color: #E63E32;
	border: 1px solid #c02318;
}
*/
.btn06.red,.btn07.red{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f35045), to(#E63E32));
	background-image: linear-gradient(to bottom, #f35045 0%, #E63E32 100%);
	border: 1px solid #c02318;
}
.btn07.red:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F78B84), to(#EE8078));
	background-image: linear-gradient(to bottom, #F78B84 0%, #EE8078 100%);
	border: 1px solid #D56E66;
}

.btn08.red:before{
	background-color:#E63E32;
}
.btn08.red a,
.btn08.red a:visited,
.btn08.red a:hover,
.btn08.red a:active{
	color:#E63E32
}
.btn08.red:hover,
.btn08.red a:hover{
	background-color:#FDEDEC;
}

/* カラーバリエーション(緑) */
.btn01.green{
	background-color: #61C12B;
}
.btn01.green:hover{
	background-color: #97D673;
}
.btn02.green{
	background-color: #61C12B;
	box-shadow: 0 4px 0 #37840b;
}
.btn03.green{
	background-color: #37840b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#61C12B), to(#37840b));
	background-image: linear-gradient(#61C12B, #37840b);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.btn03.green:hover{
	background-image: none;
}
.btn04.green:hover{
	background-color: #37840b;
	color: #fff;
}
.btn05.green{
	color: #37840b;
	border: 1px solid #37840b;
}
.btn05.green a,.btn05.green:link,.btn05.green:visited,.btn05.green:active{
	color: #37840b;
}
.btn05.green:hover{
	background-color: #37840b;
	color: #fff;
 }
 /*単色
.btn06.green,.btn07.green{
 	background-color: #61C12B;
 	border: 1px solid #4cab17;
 }
 */

.btn06.green,.btn07.green{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#70d239), to(#61C12B));
	background-image: linear-gradient(to bottom, #70d239 0%, #61C12B 100%);
	border: 1px solid #4cab17;
}
.btn07.green:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#A1E17C), to(#97D673));
	background-image: linear-gradient(to bottom, #A1E17C 0%, #97D673 100%);
	border: 1px solid #89C866;
}
.btn08.green:before{
	background-color:#009A59;
}
.btn08.green a,
.btn08.green a:visited,
.btn08.green a:hover,
.btn08.green a:active{
	color:#009A59;
}
.btn08.green:hover,
.btn08.green a:hover{
	background-color:#E6FFF4;
}

/* カラーバリエーション(青) */
.btn01.blue{
	background-color: #1488e5;
}
.btn01.blue:hover{
	background-color: #6CBAF7;
}
.btn02.blue{
	background-color: #1488e5;
	box-shadow: 0 4px 0 #145A92;
}
.btn03.blue{
	background-color: #145A92;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1488e5), to(#145A92));
	background-image: linear-gradient(#1488e5, #145A92);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.btn03.blue:hover{
	background-image: none;
}
.btn04.blue:hover{
	background-color: #145A92;
}
.btn05.blue{
	color: #145A92;
	border: 1px solid #145A92;
}
.btn05.blue a,.btn05.blue:link,.btn05.blue:visited,.btn05.blue:active{
	color: #145A92;
}
.btn05.blue:hover{
	background-color: #145A92;
	color: #fff;
}
/*単色
.btn06.blue{
	background-color: #1488e5;
	border: 1px solid #0b74c8;
}
*/
.btn06.blue,.btn07.blue{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#39a7fe),to(#1488e5));
	background-image: linear-gradient(to bottom, #39a7fe 0%,#1488e5 100%);
	border: 1px solid #0b74c8;
}
.btn07.blue:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7CC5FE),to(#6CBAF7));
	background-image: linear-gradient(to bottom, #7CC5FE 0%,#6CBAF7 100%);
	border: 1px solid #5EA3DB;
}
.btn08.blue:before{
	background-color:#1488e5;
}
.btn08.blue a,
.btn08.blue a:visited,
.btn08.blue a:hover,
.btn08.blue a:active{
	color:#1488e5;
}
.btn08.blue:hover,
.btn08.blue a:hover{
	background-color:#DCEEFC;
}

/* カラーバリエーション(オレンジ) */
.btn01.orange{
	background-color: #ff9800;
}
.btn01.orange:hover{
	background-color: #FFBB57;
}
.btn02.orange{
	background-color: #ff9800;
	box-shadow: 0 4px 0 #bd5102;
}
.btn03.orange{
	background-color: #bd5102;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9800), to(#bd5102));
	background-image: linear-gradient(#ff9800, #bd5102);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.btn03.orange:hover{
	background-image: none;
}
.btn04.orange:hover{
	background-color: #bd5102;
}
.btn05.orange{
	color: #bd5102;
	border: 1px solid #bd5102;
}
.btn05.orange a,.btn05.orange:link,.btn05.orange:visited,.btn05.orange:active{
	color: #bd5102;
}
.btn05.orange a:hover{
	background-color: #bd5102;
	color: #fff;
}
/*単色
.btn06.orange{
	background-color: #ff9800;
	border: 1px solid #e58800;
}
*/
.btn06.orange,.btn07.orange{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fea728),to(#ff9800));
	background-image: linear-gradient(to bottom, #fea728 0%,#ff9800 100%);
	border: 1px solid #e58800;
}
.btn07.orange:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FEC571),to(#FFBB57));
	background-image: linear-gradient(to bottom, #FEC571 0%,#FFBB57 100%);
	border: 1px solid #EEB057;
}
.btn08.orange:before{
	background-color:#ff9800;
}
.btn08.orange a,
.btn08.orange a:visited,
.btn08.orange a:hover,
.btn08.orange a:active{
	color:#ff9800;
}
.btn08.orange:hover,
.btn08.orange a:hover{
	background-color:#FFF0D9;
}
/* カラーバリエーション(ピンク) */
.btn01.pink{
	background-color: #f28a9e;
}
.btn01.pink:hover{
	background-color: #FCB8B8;
}
.btn02.pink{
	background-color: #f28a9e;
	box-shadow: 0 4px 0 #dc6a82;
}
.btn03.pink{
	background-color: #f69db4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f69db4), to(#e4798d));
	background-image: linear-gradient(#f69db4, #e4798d);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.btn03.pink:hover{
	background-image: none;
}
.btn04.pink:hover{
	background-color: #dc6a82;
}
.btn05.pink{
	color: #dc6a82;
	border: 1px solid #f28a9e;
}
.btn05.pink a,.btn05.pink:link,.btn05.pink:visited,.btn05.pink:active{
	color: #E88089;
}
.btn05.pink:hover{
	background-color: #E88089;
	color: #fff;
}
/*(単色)
.btn06.pink{
	background-color: #FCB8B8;
	border: 1px solid #e1564e;
}
*/
.btn06.pink,.btn07.pink{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f69db4),to(#e4798d));
	background-image: linear-gradient(to bottom, #f69db4 0%,#e4798d 100%);
	border: 1px solid #E87973;
}
.btn07.pink:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F9BECD), to(#EDA7B4));
	background-image: linear-gradient(to bottom, #F9BECD 0%, #EDA7B4 100%);
	border: 1px solid #EB8F8A;
}
.btn08.pink:before{
	background-color:#f69db4;
}
.btn08.pink a,
.btn08.pink a:visited,
.btn08.pink a:hover,
.btn08.pink a:active{
	color:#f28a9e;
}
.btn08.pink:hover,
.btn08.pink a:hover{
	background-color:#FEEBEB;
}
/* カラーバリエーション(シアン) */
.btn01.cyan{
	background-color: #03bfb4;
}
.btn01.cyan:hover{
	background-color: #59D5CD;
}
.btn02.cyan{
	background-color: #03bfb4;
		box-shadow: 0 4px 0 #019088;
}
.btn03.cyan{
	background-color: #09d2c6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#03bfb4), to(#00a59b));
	background-image: linear-gradient(#03bfb4, #00a59b);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.btn03.cyan:hover{
	background-image: none;
}
.btn04.cyan:hover{
	background-color: #019088;
	color: #fff;
}
.btn05.cyan{
	color: #019088;
	border: 1px solid #019088;
}
.btn05.cyan a,.btn05.cyan:link,.btn05.cyan:visited,.btn05.cyan:active{
	color: #019088;
}
.btn05.cyan:hover {
	background-color: #019088;
	color: #fff;
}

/*単色
.btn06.cyan{
	background-color: #03bfb4;
	border: 1px solid #00a59b;
}
*/
.btn06.cyan,.btn07.cyan{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#03d4c8), to(#03bfb4));
	background-image: linear-gradient(to bottom, #03d4c8 0%, #03bfb4 100%);
	border: 1px solid #00AEA6;
}
.btn07.cyan:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#59E3DB), to(#59D5CD));
	background-image: linear-gradient(to bottom, #59E3DB 0%, #59D5CD 100%);
	border: 1px solid #57C4BD;
}
.btn08.cyan:before{
	background-color:#03bfb4;
}
.btn08.cyan a,
.btn08.cyan a:visited,
.btn08.cyan a:hover,
.btn08.cyan a:active{
	color:#03bfb4;
}
.btn08.cyan:hover,
.btn08.cyan a:hover{
	background-color:#E3FBFA;
}

/* カラーバリエーション(グレー) */
.btn01.gray{
	background-color: #A4A6B2;
}
.btn01.gray:hover{
	background-color: #C3C4CC;
}
.btn02.gray{
	background-color: #A4A6B2;
	box-shadow: 0 4px 0 #858792;
}
.btn03.gray{
	background-color: #C3C4CC;
	background-image: linear-gradient(#A4A6B2, #858792);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.btn03.gray:hover{
	background-image: none;
}
.btn04.gray:hover{
	background-color: #858792;
}
.btn05.gray{
	color: #858792;
	border: 1px solid #858792;
}
.btn05.gray a,.btn05.gray:link,.btn05.gray:visited,.btn05.gray:active{
	color: #858792;
}
.btn05.gray:hover{
	background-color: #858792;
	color: #fff;
}
/*(単色)
.btn06.gray{
	background-color: #A4A6B2;
	border: 1px solid #8e909b;
}
*/
.btn06.gray,.btn07.gray{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#A4A6B2), to(#868891));
	background-image: linear-gradient(to bottom, #A4A6B2 0%, #868891 100%);
	border: 1px solid #868891;
}
.btn07.gray:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C3C4CC), to(#AFB0B6));
	background-image: linear-gradient(to bottom, #C3C4CC 0%, #AFB0B6 100%);
	border: 1px solid #AFB0B6;
}
.btn08.gray:before{
	background-color:#777;
}
.btn08.gray a,
.btn08.gray a:visited,
.btn08.gray a:hover,
.btn08.gray a:active{
	color:#777;
}
.btn08.gray:hover,
.btn08.gray a:hover{
	background-color:#F5F5F5;
}
/* カラーバリエーション(ブラック) */
.btn01.black{
	background-color: #393939;
}
.btn01.black:hover{
	background-color: #c9c9c9;
}
.btn02.black{
	background-color: #393939;
	box-shadow: 0 4px 0 #898989;
}
.btn03.black{
	background-color: #898989;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#393939));
	background-image: linear-gradient(#595959, #393939);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.btn03.black:hover{
	background-image: none;
}
.btn04.black:hover{
	background-color: #393939;
}
.btn05.black{
	color: #393939;
	border: 1px solid #393939;
}
.btn05.black a,.btn05.black:link,.btn05.black:visited,.btn05.black:active{
	color: #393939;
}
.btn05.black:hover{
	background-color: #393939;
	color: #fff ;
}
/*(単色)
.btn06.black{
	background-color: #393939;
	border: 1px solid #595959;
}
*/
.btn06.black,.btn07.black{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#393939));
	background-image: linear-gradient(to bottom, #595959 0%, #393939 100%);
	border: 1px solid #393939;
}
.btn07.black:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#919191), to(#7C7C7C));
	background-image: linear-gradient(to bottom, #919191 0%, #7C7C7C 100%);
	border: 1px solid #7C7C7C;
}

.btn08.black:before{
	background-color:#393939;
}
.btn08.black a,
.btn08.black a:visited,
.btn08.black a:hover,
.btn08.black a:active{
	color:#393939;
}
.btn08.black:hover,
.btn08.black a:hover{
	background-color:#F5F5F5;
}
/* スタイル
==================================================
*/
.btn-rounded,.btn-rounded a {
	border-radius: 5px;
}
.btn-circle,.btn-circle a {
	border-radius: 10em;
}
.btn-circle.btn08:before{
	display:none;
}

/* サイズ　
==================================================
*/

.btn-exlg{
	width: 560px;
	height: 64px;
	max-width: 100%;
	font-size: 20px;
}

.btn-lg {
	font-size: 16px;
	width: 360px;
	height: 56px;
}

.btn-sm {
	font-size: 12px;
	width: 120px;
	height: 28px;
	font-weight: normal;
}

.btn-exsm {
	font-size: 11px;
	width: 80px;
	height: 24px;
	font-weight: normal;
}

.btn-sm,.btn-sm a{line-height:28px;}
.btn-exlg,.btn-exlg a{line-height: 64px;}
.btn-lg,.btn-lg a{line-height:56px;}
.btn-exsm,.btn-exsm a{line-height:22px;}

.wd100{width: 100px;}
.wd200{width: 200px;}
.wd300{width: 300px;}
.wd400{width: 400px;}
.wd500{width: 500px;}
.wd600{width: 600px;}

.wd100,.wd100 a{height:32px;line-height:32px;}
.wd200,.wd200 a{height:44px;line-height:44px;}
.wd300,.wd300 a{height:48px;line-height:48px;}
.wd400,.wd400 a{height:56px;line-height:56px;}
.wd500,.wd500 a{height:64px;line-height:64px;}
.wd600,.wd600 a{height:72px;line-height:72px;}

.wd100,.wd200,.wd300,.wd400,.wd500,.wd600{max-width: 100%;}

/* ボタン08のサイズ */
.btn08.btn-exsm{height:32px;}
.btn08.btn-exsm a{line-height:32px;}
.btn08.btn-sm{height:40px;}
.btn08.btn-sm a{line-height:40px;}
.btn08.btn-lg{height:80px;}
.btn08.btn-lg a{line-height:80px;}
.btn08.btn-exlg{height:88px;}
.btn08.btn-exlg a{line-height:88px;}

#menu .btn08,#rmenu .btn08{
	width:100%;
}

/* 矢印
==================================================
*/
.arrowRight::after {
	content: '>';
	display: inline-block;
	position: absolute;
	right: 15px;
}
/* 要素の横並べ
==================================================
*/
@media screen and (min-width: 768px) {
	.flex-box{
		display: flex;
		justify-content: center;
		align-items: center;
		width:100%;
		max-width:100%;
		box-sizing:border-box;
	}

	.b-right.flex-box{
		justify-content: flex-end;
		align-items: flex-end;
	}
	.b-left.flex-box{
		justify-content: flex-start;
		align-items: flex-start;
	}

	.flex-box .btn01,.flex-box .btn02,.flex-box .btn03,.flex-box .btn04,.flex-box .btn05,.flex-box .btn06,.flex-box .btn07,.flex-box .btn08{
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 8px;
	}
}
/*　行揃えの指定
==================================================
*/
.btn-left{text-align: left;}
.btn-right{text-align: right;}
.btn05.btn-right{padding-right:32px;}

.btn-shadow{
	-moz-text-shadow: 0px 1px 2px rgba(0,0,0,.4);
	-webkit-text-shadow: 0px 1px 2px rgba(0,0,0,.4);
	text-shadow: 0px 1px 2px rgba(0,0,0,.4);
}
/*　アイコン画像の指定
==================================================
*/
.btn01 img,.btn02 img,.btn03 img,.btn04 img,.btn05 img,.btn06 img,.btn07 img,.btn08 img{vertical-align: middle;max-width:100%;}

.btn-icon,.btn-icon_r{
	max-width:50px;
	height: 100%;
	overflow: hidden;
	vertical-align: middle;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.btn-icon{
	margin-right: 5px;
	left: 2%;
	float: left;
}
.btn-left .btn-icon{
	left: 2%;
}
.btn-icon_r{
	margin-left: 5px;
	right: 2%;
	float: right;
}
.btn-icon,.btn-right .btn-icon{margin-right:5px;}
.btn-left .btn-icon{margin-right:5%;}

.btn-icon img,.btn-icon_r img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 80% !important;
}

/* IE10以降 */
@media all and (-ms-high-contrast:none){
.btn-icon,.btn-icon_r{
	//display:table-cell;
	max-width:44px;
	max-height:44px;
}
.btn-icon img,.btn-icon_r img{max-width:44px;height:auto;}

.btn08 .btn-icon{
	height:90% !important;
	max-height:90%;
	//top:5%;
	float:none;
	display:flex;
	flex-direction:row;
	align-items:center;
}

.btn08 .btn-icon img{
	height:auto !important;
	max-width:50px;
	max-height:50px;
}
}

/*　フォントサイズ
==================================================
*/
.fnt10{font-size: 10px;}
.fnt12{font-size: 12px;}
.fnt14{font-size: 14px;}
.fnt16{font-size: 16px;}
.fnt18{font-size: 18px;}
.fnt20{font-size: 20px;}
.fnt22{font-size: 22px;}
.fnt24{font-size: 24px;}
.fnt26{font-size: 26px;}
.fnt28{font-size: 28px;}
.fnt30{font-size: 30px;}
.fnt32{font-size: 32px;}
.fnt34{font-size: 34px;}
.fnt36{font-size: 36px;}
.fnt48{font-size: 48px;}

@media screen and (max-width: 767px) {
	/* フォントサイズの調整 */
	.fnt24,.fnt26,.fnt28,.fnt30,.fnt32,.fnt34,.fnt36,.fnt48,.btn-exlg{
		font-size:1.1rem;
	}
	.btn-exlg.fnt10{font-size: 10px;}
	.btn-exlg.fnt12{font-size: 12px;}
	.btn-exlg.fnt14{font-size: 14px;}
	.btn-exlg.fnt16{font-size: 16px;}
	.btn-exlg.fnt18{font-size: 18px;}
}

.fnt-meiryo{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;}
.fnt-gothic{font-family: "ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;}
.fnt-minchou{font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.fnt-yugothic{font-family: "游ゴシック Medium", "Yu Gothic Medium",游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
.fnt-kakugo{font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;font-weight: normal;}
.fnt-marugo{font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;}

/* ボタンの高さの可変 */
.responsive_h,.responsive_h .btn-icon{height:auto;}
.responsive_h a{
	height:auto;
	padding:10px 4%;
	line-height:1.5;
  	display: flex;
    	align-items: center;
	justify-content: center;
    	min-height:26px;
}
.responsive_h.even a{
	justify-content: space-evenly;
}
.responsive_h.btn-exlg a{padding:16px 4%;}
.responsive_h.btn-lg a{padding:14px 4%;}
.responsive_h.btn-sm a{padding:8px 3%;}
.responsive_h.btn-exsm a{padding:4px 2%;}
.responsive_h.btn-sm .btn-icon img,.responsive_h.btn-exsm .btn-icon img{max-width:24px !important;}

.btn08.responsive_h{
	height:auto !important;
}

.btn08.responsive_h a{
	line-height:1.4 !important;
}

.btn-circle.responsive_h a{
	padding-left:5%;
	padding-right:5%;
}
.responsive_h a .btn-icon,
.responsive_h a .btn-right .btn-icon{
    margin-right:3%;
    left:0;
    height: auto;
    flex: 0 0 18%;
}
.responsive_h.btn05 a::after{
    position:relative;
    display:block;
    float:right;
    margin-left:3%;
    right:3px;
}
@media all and (-ms-high-contrast:none){
.responsive_h.btn-icon img,
.responsive_h.btn-icon_r img{
	width:100%;
	height:100%;
}
}

.align-left{margin-left:0;margin-right:auto;}
.align-right{margin-right:0;margin-left:auto;}

.silver{
	box-shadow:0 1px 1px rgba(0,0,0,.1);
}
.silver a{
	background: rgb(255,255,255);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)),color-stop(50%, rgba(243,243,243,1)),color-stop(51%, rgba(237,237,237,1)),to(rgba(255,255,255,1)));
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	border:solid 1px #FFF;
	text-shadow:1px 1px 0 #FFF;
}
@media screen and (min-width: 768px) {
.silver a:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)),to(rgba(255,255,255,0)));
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	text-shadow:none;
}
}
.white-filter a{
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.5)),to(rgba(255,255,255,0)));
	background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}


/* 蛍光ペン(定型) */
span[class^="mky_"],font[class^="mky_"]{font-weight:bold;padding:0 2px;line-height:1.8;}
.mky_yellow{background:linear-gradient(transparent 70%, #FFEE9F 70%);}
.mky_yellow_a{background-color:#FFEE9F;}
.mky_red{background:linear-gradient(transparent 70%, #FFBFC8 70%);}
.mky_red_a{background-color:#FFBFC8;}
.mky_cyan{background:linear-gradient(transparent 70%, #C4E1E3 70%);}
.mky_cyan_a{background-color:#C4E1E3;}
.mky_green{background:linear-gradient(transparent 70%, #C5E0CA 70%);}
.mky_green_a{background-color:#C5E0CA;}
.mky_blue{background:linear-gradient(transparent 70%, #BAD3EB 70%);}
.mky_blue_a{background-color:#BAD3EB;}
.mky_pink{background:linear-gradient(transparent 70%, #FFDFEF 70%);}
.mky_pink_a{background-color:#FFDFEF;}
.mky_orange{background:linear-gradient(transparent 70%, #F8DBA7 70%);}
.mky_orange_a{background-color:#F8DBA7;}
.mky_gray{background:linear-gradient(transparent 70%, #D9D9D9 70%);}
.mky_gray_a{background-color:#D9D9D9;}