/*---------------------------------------------------------------------------
  TITLE
---------------------------------------------------------------------------*/

.tit { margin:2% auto; max-width: 1000px; }
.tit h2 { 
	padding:25px 0 20px 65px; 
	font-size:125%;
	background:#d8edea url(../image/h2_bg.png) no-repeat 15px center;
}



/*====================================================================================================
  SUBPAGE [No Touch]
====================================================================================================*/

#subpage { margin: auto; padding: 40px 0 80px; max-width: 1000px;}
#subpage:after { /*float_clear*/ display:block; clear:both; content:"";}

/*---------------------------------------------------------------------------
  KAIGYOU
---------------------------------------------------------------------------*/

#subpage p.indention {
	clear:both;
	margin: 0 2%;
	height:40px;
	text-indent: -9999px;
	background:none;
}


/*---------------------------------------------------------------------------
  MIDASHI
---------------------------------------------------------------------------*/

#subpage h3 {
	clear:both;
	margin:20px 2%;
	padding:15px 20px;
    font-size: 110%;

	background:#d1e4ba;
	position:relative;
}
#subpage h3::after {
	position:absolute;
	content:"";
	background:#fff;
	width:100%;
	height:2px;
	bottom:5px;
	left:0;
}
#subpage h4 {
	clear:both;
	margin:20px 2%;
	padding:10px 0;
	color:#6DA0A5;
}

#subpage h4.mid {
	clear:both;
	margin:20px 2%;
	padding:0 10px 15px;
	color:#222;
	background:url(../image/h4_bg.png) repeat-x center bottom;
	background-size:auto 10px;
}






/*---------------------------------------------------------------------------
  CATCH COPY
---------------------------------------------------------------------------*/

#subpage .catch {
	clear:both;
	margin:20px 2%;
	font-weight:bold;
	font-size: 180%;
	line-height:120%;
}


/*---------------------------------------------------------------------------
  COMMENT
---------------------------------------------------------------------------*/

#subpage .comment1 {
	clear:both;
	margin:0 2% 20px;
}
#subpage .comment2 {
	clear:both;
	margin:0 2% 20px;
	padding: 2%;
	border: 1px solid #DDD;
	background:#F4F4F4;
}
#subpage .comment3 {
	clear:both;
	margin:0 2% 20px;
	padding: 2%;
	color: #FF4646;
	border: 1px solid #FF7575;
	background:#FFEAEA;
}


/*---------------------------------------------------------------------------
  HYOU
---------------------------------------------------------------------------*/

#subpage table.hyou {
	clear:both;
	margin:10px 2%;
	width:96%;
	border-collapse:collapse;
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
}
#subpage table.hyou th,
#subpage table.hyou td {
	padding:5px 10px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
#subpage table.hyou th {
	background:#EEE;
	font-weight:bold;
	text-align:center;
}
#subpage table.hyou td { background:#FFF;}
#subpage table.hyou .sm_mid {
	display:none;
	color:#4B804F;
	font-weight:bold;
}

/* 2RETU */
#subpage table.hyou2 { margin:0 2%; border-top:1px solid #DDD; }
#subpage table.hyou2 th { width:33%;  border-top:none; }
#subpage table.hyou2 td { width:67%; }
#subpage table.hyou2+table.hyou2 { border-top:none; }
#subpage table.hyou2 td table {
	border-collapse:collapse;
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
	display:block;
	max-height:300px;
	overflow:auto;
}
#subpage table.hyou2 td table th,
#subpage table.hyou2 td table td { width:auto;}

/* 3RETU */
#subpage table.hyou3 { margin:0 2%;}
#subpage table.hyou3 th,
#subpage table.hyou3 td { width:33%; }
#subpage table.hyou3+table.hyou3 { border-top:none; }

/* 4RETU */
#subpage table.hyou4 { margin:0 2%;}
#subpage table.hyou4 th,
#subpage table.hyou4 td { width:25%; }
#subpage table.hyou4+table.hyou4 { border-top:none; }

/* 5RETU */
#subpage table.hyou5 { margin:0 2%;}
#subpage table.hyou5 th,
#subpage table.hyou5 td { width:20%;}
#subpage table.hyou5+table.hyou5 { border-top:none; }

/* FREE */
#subpage .pc_table { display:block;}
#subpage .sm_table { display:none;}
#subpage .pc_table table,
#subpage .sm_table table {
	clear:both;
	margin:10px 2%;
	width:96%;
	border-collapse:collapse;
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
}
#subpage .pc_table table td,
#subpage .sm_table table td {
	padding:5px 10px;
	background:#FFF;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
#subpage .pc_table thead td,
#subpage .sm_table thead td { background:#EEE;}

/* FIX */
#subpage .fix_table {}
#subpage .fix_table table {
	clear:both;
	margin:10px 2%;
	width:96%;
	border-collapse:collapse;
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
}
#subpage .fix_table table th,
#subpage .fix_table table td {
	padding:5px 10px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
#subpage .fix_table table th {
	background:#EEE;
	font-weight:bold;
	text-align:center;
}
#subpage .fix_table table td { background:#FFF;}

/*---------------------------------------------------------------------------
  LIST
---------------------------------------------------------------------------*/

#subpage ul.list-ul {
	clear:both;
	margin:0 2%;
	padding: 20px 0;
}
#subpage ul.list-ul li {
	padding: 0 0 10px 20px;
	background: url(../image/list_arrow.png) no-repeat left 8px;
}


/*---------------------------------------------------------------------------
  LINK
---------------------------------------------------------------------------*/

#subpage .link {
	clear:both;
	margin:0 2%;
	padding: 0 0 10px;
	text-indent: 25px;
	background:url(../image/link_arrow.png) no-repeat left 5px;
}
#subpage .file,
#subpage .pdf {
	clear:both;
	margin:0 2%;
	padding: 0 0 10px;
}
#subpage .file img,
#subpage .pdf img { padding-right:10px;}

/* LINK PLURAL　*************************/
/* LINK BOX2 */ #subpage .link2 { clear:none; float:left; width:46%;}
/* LINK BOX3 */ #subpage .link3 { clear:none; float:left; width:29.3%;}
/* LINK BOX4 */ #subpage .link4 { clear:none; float:left; width:21%;}

/* FILE PLURAL　*************************/
/* FILE BOX2 */ #subpage .file2 { clear:none; float:left; width:46%;}
/* FILE BOX3 */ #subpage .file3 { clear:none; float:left; width:29.3%;}
/* FILE BOX4 */ #subpage .file4 { clear:none; float:left; width:21%;}


/*---------------------------------------------------------------------------
  EMBEDDED
---------------------------------------------------------------------------*/

#subpage .embedded {
  position:relative;
	clear:both;
	margin: 0 2%;
	padding:0 0 20px;
}
#subpage .embedded iframe { width: 100%;}


/*---------------------------------------------------------------------------
  PHOTO
---------------------------------------------------------------------------*/

#subpage .photo-l {	float:left;}
#subpage .photo-r {	float:right;}
#subpage .photo-c { clear:both; text-align:center;}
#subpage .photo-l img { padding:0 20px 0 0;}
#subpage .photo-r img { padding:0 0 0 20px;}
#subpage .photo-c img { padding:0 0 10px;}
#subpage .photo-l p,
#subpage .photo-r p,
#subpage .photo-c p { padding: 0 0 5px;}
#subpage .caption { font-size:80%; text-align:center;}

/* PHOTO BOX　*************************/
#subpage ul.photo_box { float:left; margin:2%;}
#subpage ul.photo_box li {}
#subpage ul.photo_box li.photo { margin:0 0 5px;}
#subpage ul.photo_box li.cap {}
#subpage ul.photo_box li.youtube { position: relative;}
#subpage ul.photo_box li.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/* PHOTO BOX1 */ #subpage ul.g1 {width:96%x; float:none; }
/* PHOTO BOX2 */ #subpage ul.g2 {width:46%;}
/* PHOTO BOX3 */ #subpage ul.g3 {width:29.3%;}
/* PHOTO BOX4 */ #subpage ul.g4 {width:21%;}
/* PHOTO BOX5 */ #subpage ul.g5 {width:16%;}
#subpage ul.g1 img { max-width:960px; height:auto;}
#subpage ul.g2 img { max-width:460px; height:auto;}
#subpage ul.g3 img { max-width:293px; height:auto;}
#subpage ul.g4 img { max-width:210px; height:auto;}
#subpage ul.g5 img { max-width:160px; height:auto;}


/*---------------------------------------------------------------------------
  BOX
---------------------------------------------------------------------------*/


#subpage .box1 h4, #subpage .box2 h4 {
	clear:none;
	border:none;
	margin:5px 0 5px;
	padding:0 0 5px;
	font-size:110%;
    color: #6DA0A5;
    background: none!important;
}

/* BOX1 */
#subpage .box1 {
	clear:both;
	margin:20px 2%;
	width:96%;
}
#subpage .box1 .photo-c img {max-width:960px; height:auto;}
#subpage .box1 .photo-l img {max-width:460px; height:auto;}
#subpage .box1 .photo-r img {max-width:460px; height:auto;}
#subpage .box1:after { /*float_clear*/ display:block; clear:both;	content:"";}
#subpage .box1 h4 { }
#subpage .box1 .come {/*overflow:hidden; 折り返し無*/}

/* BOX2 */
#subpage .box2 {
	float:left;
	margin:20px 2%;
	width:46%;
}
#subpage .box2 h4 {}
#subpage .box2 .come {/*overflow:hidden; 折り返し無*/}
#subpage .box2 .photo-l img {max-width:210px; height:auto;}
#subpage .box2 .photo-r img {max-width:210px; height:auto;}


/*---------------------------------------------------------------------------
  LINE
---------------------------------------------------------------------------*/

#subpage .line {
	clear:both;
	margin:0 2%;
	padding:20px 0;
	width:96%;
}
#subpage .line hr {
	height: 1px;
	border: none;
	border-top: 1px #AAA dotted;
}


/*---------------------------------------------------------------------------
  BUTTON
---------------------------------------------------------------------------*/

#subpage .btn {
	float:left;
	margin:1% 2%;
	padding:15px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
	background: #6DA0A5;
}
#subpage .btn a {
	display:block;
	padding:15px;
	color:#FFF;
	text-decoration:none;
}
#subpage .btn a:hover {
	background:#99CEC7;
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
}
/* BUTTON BOX1 */ #subpage .b1 { width:60%; clear: both; float:none; margin:0 auto;}
/* BUTTON BOX2 */ #subpage .b2 { width:46%;}
/* BUTTON BOX3 */ #subpage .b3 { width:29.3%;}


/*---------------------------------------------------------------------------
  COLUMNBOX
---------------------------------------------------------------------------*/
#subpage .column {}
#subpage .column:after { /*float_clear*/ display:block; clear:both; content:"";}
#subpage .column .col2 { float: left; margin: 2%; width: 46%;}
#subpage .column .col3 { float: left; margin: 2%; width: 29.3%;}
#subpage .column .col4 { float: left; margin: 2%; width: 21%;}
#subpage .column .col5 { float: left; margin: 2%; width: 16%;}
#subpage .column .col2:nth-child(2+1),
#subpage .column .col3:nth-child(3+1),
#subpage .column .col3:nth-child(4+1),
#subpage .column .col3:nth-child(5+1) { clear:both;}

/*---------------------------------------------------------------------------
  FLOW
---------------------------------------------------------------------------*/

#subpage ul.flow_box {}
#subpage ul.flow_box:after { /*float_clear*/ display:block; clear:both; content:"";}
#subpage ul.flow_box li {
	position:relative;
	float:left;
	margin:1% 2%;
	padding:15px;
	text-align:center;
    color: #FFF;
	background:#6DA0A5;
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
	box-sizing:border-box;
}
#subpage ul.flow_box li a:hover {
	background:#6DA0A5;
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
}
#subpage ul.flow_box li+li:before {
	position:absolute;
	top:0;
	left:-22px;
	display:block;
	clear:both;
	content:"";
	width:15px;
	height:100%;
	background:url(../image/flow_bg_pc.png) no-repeat center center;
}
#subpage .flow1 { position:relative;}
#subpage .flow1 li { float: none; width:96%;}
#subpage .flow1+.flow1:before {
	position:absolute;
	top:-15px;
	left:0;
	display:block;
	clear:both;
	content:"";
	width:100%;
	height:30px;
	background:url(../image/flow_bg_sm.png) no-repeat center center;
}
#subpage .flow2 li { width:46%;}
#subpage .flow3 li { width:29.3%;}
#subpage .flow4 li { width:21%;}

#subpage .flow1a { position:relative;}
#subpage .flow1a+.flow1a {margin-top:3%;}
#subpage .flow1a li+li:before { display:none !important;}
#subpage .flow1a li:nth-child(1) { width:32%; background:#6DA0A5;}
#subpage .flow1a li:nth-child(2) { width:60%; padding:0; text-align: left; color: #222; background: none;}
#subpage .flow1a+.flow1a:before {
	position:absolute;
	top:-25px;
	left:0;
	display:block;
	clear:both;
	content:"";
	width:36%;
	height:30px;
	background:url(../image/flow_bg_sm.png) no-repeat center center;
}

/*---------------------------------------------------------------------------
  FAQ
---------------------------------------------------------------------------*/

#subpage dl.faq { 
	clear: both;
	margin:0 2%;
	padding:0;
	border-radius:15px;
	border: 3px solid #d8edea;
}
#subpage dl.faq+dl.faq { margin-top:20px;}
#subpage dl.faq dt { 
	position: relative;
	padding:20px 20px 20px 60px;
	font-size: 110%;
	font-weight: bold;
	color:#4b804f;
	border-bottom: 3px dotted #d8edea;
}
#subpage dl.faq dd { position: relative; padding:20px 20px 20px 60px; background:rgba(216,237,234,0.30);}
#subpage dl.faq dt:after,
#subpage dl.faq dd:after { 
	display:block;
	clear:both;
	position: absolute;
	top:15px;
	left:20px;
	font-weight:bold;
	font-family:"Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:30px;
}
#subpage dl.faq dt:after { content:"Q"; color:#4b804f;}
#subpage dl.faq dd:after { content:"A"; color:#555;}


/*---------------------------------------------------------------------------
 PAGE SUB
---------------------------------------------------------------------------*/
#subpage .page_sub { margin:5% auto;}
#subpage .page_sub,
#subpage .page_sub a { display:block; width:46px; height:63px; }
#subpage .page_sub a { text-indent:-9999px; background:url(../image/modoru.png) no-repeat;}


/*---------------------------------------------------------------------------
 ANCHOR
---------------------------------------------------------------------------*/
#subpage .anchor { margin:5% auto; overflow:hidden;}
#subpage .anchor .b4 { float:left;width:24.6%; text-align:center; margin:0.2%;}
#subpage .anchor .b4:nth-child(odd) { background:#d8edea; }
#subpage .anchor .b4:nth-child(even) { background:#ddecc9; }
#subpage .anchor .b4 a {
	font-size:84%; 
	text-decoration:none;
	color:#000;
	display:block; 
	background:url(../image/arrow_top-blk.png) no-repeat 95% center;
	padding:3px 10px;
}
#subpage .anchor .b4 a:hover { opacity:0.7; filter:alpha(opacity=70); -moz-opacity:0.7; }

/*---------------------------------------------------------------------------
 EVENT
---------------------------------------------------------------------------*/
#subpage .e_box { position: relative; margin:0 auto; width: 100%; max-width:840px; overflow: hidden;}
#subpage .e_box+.e_box { margin-top: 5%;}
#subpage .e_box .photo { float:left; padding:7px 10px; border-radius:10px; background:#D8EDEA; }
#subpage .e_box .photo img { border-radius:10px; }
#subpage .e_box .come { float:left; margin-left:15px; width: calc(100% - 295px);}
#subpage .e_box .cate {
	padding:3px 0;
	width:238px;
	text-align:center;
	font-size:113%;
	font-weight:bold;
	background:#D8EDEA;
	border-radius:10px;
}
#subpage .e_box h4 {
	margin:0 0 10px;
	padding: 10px 20px;
	background:none;
	font-size:113%;
	font-weight:500;
	color:#007273!important;
	border-bottom:2px dashed #B9DAD1;
	background:none !important;
}
#subpage .e_box h4 span { margin-left:20px; color:#D7000F; }
#subpage .e_box ul { padding: 0 20px; overflow: hidden;}
#subpage .e_box ul li { float:left; font-size:96%; font-weight:500; line-height:150%; }
#subpage .e_box ul li:nth-child(2) { margin-left:20px; }
#subpage .e_box .b_more { position: absolute; top:45px; right: 0; width:80px;}
#subpage .e_box .b_more a {
	display:block;
	padding:25px 0;
	color:#FFF;
	font-size:80%;
	text-align:center;
	text-decoration:none;
	background:#76A7AA;
	border-radius:50%;
}
#subpage .e_box .b_more:hover { opacity:0.7; }
