@charset "utf-8";

/*************************/
/** clear fix **/
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
	visibility:hidden;
}
.clearfix{
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */
/*************************/


/** 全体 **/
#originHtml {
	width: 100%;
	min-width: 1000px;
	height: 100%;
}
#originBody {
	width: 100%;
	min-width: 1000px;
	/*height: 100%;*/
	-webkit-text-size-adjust: 100%;
	font-family:  "Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;
	color: #000;
	font-size: 16px;
}

#originBody a:hover img,
#originBody a:active img {
	filter:alpha(opacity=80);  /* for IE */
	-moz-opacity: 0.8;  /* for Firefox */
	opacity: 0.8;  /* for Safari or Opera */
}

.rEnd {
	margin-right: 0 !important;
}

.fL {
	float: left;
}
.fR {
	float: right;
}

#originBody a {
	text-decoration: none;
	color: #1a1a1a;
}
#originBody a:hover,
#originBody a:active {
	text-decoration: underline;
	color: #1a1a1a;
}

.mt40 {
	margin-top: 40px;
}


/** メイン **/
.contentsWide {
	width: 100%;
}
.contents {
	width: 812px;
	margin: 0 auto;
	text-align: left;
}
.colmun {
	width: 810px;
	margin: 0 auto;
}
#originContents p {
	font-size: 16px;
	line-height: 120%;
}
h1 {
}
h2 {
}
h3 {
}
h3 span {
}
h4 {
}
h5 {
}

.hyphen {
	letter-spacing: 0em;
}

/** head **/
.headMidashi {
	font-weight: bold;
	font-size: 16px;
	text-align: right;
	margin: 16px auto 0;
	padding-right: 20px;
	max-width: 1200px;
}
.headMidashi span {
	font-size: 12px;
}

/** TOP **/
.topBlock {
	margin-top: 54px;
}
.h1sub {
	margin-top: 0.4em;
	font-size: 15px;
	font-weight: bold;
}
.tbBody {
	margin: 1em auto 1.6em;
	font-size: 14px;
}

/** Read **/
.readBlock {
	padding: 34px 0 0;
}
/** 横棒 **/
.catch {
	vertical-align: text-bottom;
}
.catch:after {
	content: "――";
	letter-spacing: -0.2em;
	width: 2em;
	margin-left: 0.2em;
}

/** PhotoBlock **/
.photoBlock {
	margin-bottom: 70px;
}
.photoBox {
	margin-bottom: 0.6em;
}
.photoCap {
	font-size: 12px;
	line-height: 140%;
}

/** Main **/
#h2Img {
	float: right;
}
.textBoxTheme,
.textBoxRead {
	font-size: 17px;
	font-weight: bold;
	line-height: 220%;
}
.textBoxTheme {
	margin-bottom: 3em;
}

.textBoxBody,
.colorBase p {
	line-height: 200%;
	font-size: 17px;
	margin-top: 0.4em;
}
.tbbName {
	font-weight: bold;
}

.textBoxPhoto {
	margin: 90px auto;
}

.colorBase {
	background-color: #fcf4e0;
	padding: 36px 42px;
	margin-bottom: 2em;
}
.colorBase p {
	margin-bottom: 2em;
	line-height: 220%;
}

.gakuincho {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0 !important;
}
.gakuName {
	font-size: 23px;
}
.gakuYomi {
	font-size: 12px;
}

.cap {
	font-size: 12px;
	margin-bottom: 3em;
	text-indent: -0.6em;
	padding-left: 0.6em;
}

/** リンクバナー **/
#bnrLink {
	width: 540px;
	margin: 6em auto 0;
	text-align: center;
	padding-bottom: 7em;
}
#bnrLink img {
	width: 100%;
}



/* スマホ用 */
.smartobj{
	display: none;
}


/* 768pxのブレイクポイント */
@media screen and (max-width: 768px) {
	#originBody a:hover img,
	#originBody a:active img {
		/* iOSでhoverに透明効果が設定されていると1タップでは遷移しない為、透明効果を切る（100にする） */
		filter:alpha(opacity=100);  /* for IE */
		-moz-opacity: 1;  /* for Firefox */
		opacity: 1;  /* for Safari or Opera */
	}
	
	#originBody img {
		width: 100%;
	}

	#originHtml,
	#originBody {
		width: 100%;
		min-width: 100%;
		border: none;
		font-size: 16px;
	}
	.pcobj{
		display: none !important;
	}
	.smartobj{
		display: block;
	}
	
	
	.contentsWide {
		width: 100%;
		margin: 0 auto;
	}
	.contents {
		width: 94%;
		margin: 0 auto;
		padding: 1em 3% 2em;
	}
	
	.fL,
	.fR {
		float: none;
	}
	
	.colmun {
		width: 98%;
	}
	
	h1 {
	}
	h2 {
	}
	h3 {
	}
	
	.headMidashi {
		text-align: center;
		padding-right: 0;
	}
	.tbBody {
		margin-bottom: 0;
		font-size: 70%;
	}
	#mv {
		padding: 0 0 2em;
		margin-top: -2em;
		width: 98%;
	}
	.readBlock {
		padding: 0.3em 0 0;
		margin-top: -1.5em;
	}
	#h2Img {
		width: 24%;
	}
	.photoBlock {
		margin-bottom: 2.2em;
	}
	.textBoxTheme {
		margin-bottom: 2.5em;
	}
	.textBoxTheme,
	.textBoxRead,
	.textBoxBody {
		font-size: 90%;
		line-height: 180%;
	}
	.textBoxPhoto {
		margin: 3em auto 3.5em;
	}
	.colorBase {
		padding: 3% 5% 5%;
	}
	.colorBase p {
		line-height: 190%;
		font-size: 90%;
	}
	.gakuincho {
		font-size: 80% !important;
	}
	.gakuName {
		font-size: 150%;
	}
	
	#bnrLink {
		width: 80%;
		margin: 0 auto;
		padding-bottom: 2.5em;
	}
}


#Main {
	margin-bottom: 6em;
}

#Main #MainInner .PageTitle{
	margin-bottom: 0.5em;
}

#Main #MainInner .PageTitle .ApitalList {
	justify-content: space-between;
}

.ArticleTitle {
  background: #b1d18c;
  padding: 30px;
	border-radius: 0px 0px 8px 8px;
}


.ArticleTitle h1 {
 	/*background: #b1d18c;*/
	margin: 0;
	padding: 1px 0;
	clear: left;
	color: #fff;
	font-size: 180%;
	font-weight: bold;
}
.ono_body h2 {
  border-bottom: 1px solid #e6e6df;
  border-top: 1px solid #e6e6df;
  padding: 10px 0 10px 0 !important;
  margin: 0 0 1.5em !important;
  font-size: 110% !important;
}
.ono_body h3 {
  margin: 0 0 0.8em;
  border-left: 3px solid #e6e6df;
  padding: 0.5em 1.0em;
}
.ono_body h4 {
  margin: 1.8em 0 0 !important;
}
.ono_body p.subTxt {
  font-size: 90% !important;
}
.ono_body .txR {
  text-align: right;
}
.ono_body .mt15 {
  margin-top: 15px !important;
}
.ono_body .photo {
  margin: 20px auto 40px;
  text-align: center;
}
.ono_body .photo img {
	width: 100%;
	margin-bottom: 5px;
	/*border-radius: 10px;*/
}
.ono_body .f80 {
  font-size: 80%;
}
.ono_body rt {
  font-size: 50%;
}
.ono_body .photoR {
  float: right;
  margin: 0 0 1.5em 1.5em;
}
ul.listLink_kansen {
  margin: 2.0em 0 1.5em;
  border-top: 1px solid #e6e6df;
  font-size: 130%;
  padding-top: 1.0em;
}
ul.listLink_kansen li a {
  background: rgba(0, 0, 0, 0) url("../images/arrow_list.gif") no-repeat scroll 10px 16px;
  display: block;
  height: auto !important;
  margin: 0;
  min-height: 19px;
  padding: 9px 0 2px 24px;
  font-size: 95%;
}
#Main #MainInner .SnsUtilityArea .UtilityBtn li {
  background: #FFF;
  border-radius: 10%;
}

.ArticleBody {
	margin: 0;
	padding: 20px 0 0;
}

.ArticleBody p {
	margin: 0 0 20px;
	padding: 0 5px 0;
	font-size: 100%;
	line-height: 1.8;
	letter-spacing: 0;
}

/*.ArticleText p {
	overflow: hidden;
}
*/
.ArticleText h3 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #C7000B;
	font-size: 100%;
	/*overflow: hidden;*/
	color: #0A0A03;
	line-height: 1.4;
	letter-spacing: 1px;
	margin: 40px 0 20px;
}

.ArticleText h3:before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: '';
	width: 6px;
	height: 50%;
	background-color: #7A6765;
}

.ArticleText h3:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

.ArticleText .profile.fleft {
	width: 220px;
	margin: 0 20px 20px 0;
}

.ArticleText .profile.fright {
	width: 220px;
	margin: 0 0 20px 20px;
}

.ArticleText .pic {
	width: 220px;
	margin: 0 0 20px 20px;
}

.ArticleText .capt {
	font-size: 12px;
	color: #262626;
	margin: 0px auto 10px;
	padding: 0;
	text-align: left;
	display: block;
	font-feature-settings: "palt";
}

.ArticleText .tit {
	display: inline-block;
	color: #C7000B;
}

.box {
	box-sizing: border-box;
	border: solid 1px #d2d2d2;
	width: 100%;
	margin-bottom: 25px;
}

.box > h4 {
	box-sizing: border-box;
	border-bottom: solid 1px #d2d2d2;
	width: 100%;
	font-size: 16px;
	margin: 0 auto !important;
	padding: 10px 20px;
	background: #bee0ce;
	color: #005526;
}

.box_inner {
	max-width: 500px;
	margin: 0 auto;
	padding: 20px 0px 10px;
}

.float_wrap:after {
	content: '';
	display: block;
	clear: both;
}

.fright {
	float: right;
}

.fleft {
	float: left;
}

#Main #MainInner .orangeBox {
	background: #ff9f92;
	padding: 20px;
	margin-top: 60px;
	margin-bottom: 20px;
	border-radius: 4px;
	color:#fff;
}

#Main #MainInner .orangeBox h4 {
	color: #89433a;
	letter-spacing: 0.1em;
	margin-top: 0px !important;
	padding-bottom: 4px;
	border-bottom: 1px dotted #89433a;
}

#Main #MainInner .orangeBox h5 {
	font-size: 22px;
	letter-spacing: 0.1em;
	margin-top: 12px;
	line-height: 1.5;
}

#Main #MainInner .orangeBox .orangeBoxText {
	margin-top: 25px;
}

#Main #MainInner .orangeBox p {
	font-size: 14px;
	background: transparent;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-bottom: 0px;
}

#Main #MainInner .orangeBox p span {
	color: #89433a;
}

#cfNum {
	margin-top: 2em;
	font-size: 11px;
}

.movie-wrap {
     position: relative;
     height: 380px;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 20px;
     left: 125px;
     width: 560px;
     height: 315px;
}

/* 768pxのブレイクポイント */
@media screen and (max-width: 768px) {
	#Main {
		margin-bottom: 0;
	}
	
	#Main #MainInner .orangeBox {
		margin-bottom: 2em;
	}
	#Main #MainInner .orangeBox p {
		font-size: 92%;
		margin-bottom: 1em;
		line-height: 160%;
	}
	
	#Main #MainInner .orangeBox h5 {
	font-size: 120%;
	letter-spacing: 0.1em;
	margin-top: 12px;
	line-height: 1.5;
}

	
	#Main #MainInner .PageTitle {
	 	width: 90%;
	 	margin: 0 auto 0.5em;
	}
	
	.ArticleTitle h1 {
		font-size: 150%;
	}
	
	.ArticleBody p {
	  	padding: 0 0.4em 0;
		margin: 0 0 1.6em;
	}
	
	.ArticleText h3 {
	 	font-size: 100%;
	}
	
	.ono_body .photo {
	 	margin: 1.2em auto 1em;
	}
	
	.ono_body h3 {
	 	margin-top: 3em;
	}
	
	.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
}

@media screen and (max-width: 991px) {
    .isPc {
        display: none;
    }

    .isSp {
        display: block;
    }
}

@media all and (min-width: 992px) {
    .isSp {
        display: none;
    }

    .isPc {
        display: block;
    }
}

/*ポラロイド風*/
* {margin: 0;}
.photo02 {
	width: 900px; /* imgと合わせます */
	position: relative;
	padding: 10px;
	padding-bottom: 40px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	   -moz-box-shadow: 3px 3px 3px #ccc;
	        box-shadow: 3px 3px 3px #ccc;
	/* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true); /* IE5.5+ */
	background: #fff;
}
.photo02 img {
	width: 900px; /* .photo02と合わせます */
}
.photo02 p {
	position: absolute;
	height: 24px;
	line-height: 24px;
	bottom: 8px;
	font-size: 14px;
	color: #666;
}

@media screen and (max-width: 991px) {
    .photo02 {
	width: 400px; /* imgと合わせます */
    }
	photo02 {
	width: 400px; /* imgと合わせます */
}
}
	
.grid-bg {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;

  /* 以下任意のスタイル */
  padding: 20px 0;
	margin-top:-70px;
}

.hr1 {
  border-top: 1px solid #333;
	box-shadow:none;
margin:10px 0;
}

.ArticleText p {
	padding:0 45px;
	text-align: justify;
}