@charset "UTF-8";
@import url(reset.css);
/*
575/769/all
*/
/* /list.php */
.listContentsArea{
  width: 95%;
  margin:0 auto;
}
@media only screen and (min-width: 769px){
  .listContentsArea{
	display: -ms-flexbox!important;
	display: flex!important;
	width: 100%;
	max-width: 1160px;
	margin:0 auto;
  }
}
.listContentsAreaLeft{
  width: 100%;
}
@media only screen and (min-width: 769px){
  .listContentsAreaLeft{
	width: 50%;
  }
}
.listContentsAreaRight{
  width: 100%;
}
@media only screen and (min-width: 769px){
  .listContentsAreaRight{
	width: 50%;
  }
}
.listContentsAreaLeft .ctsArea{
    width: 100%;
}
@media only screen and (min-width: 769px){
  .listContentsAreaLeft .ctsArea{
	  width: 90%;
  }
}
.listContentsAreaRight .ctsArea{
    width: 100%;
}
@media only screen and (min-width: 769px){
  .listContentsAreaRight .ctsArea{
	  width: 98%;
	  margin:0 0 0 auto;
  }
}
.listContentsArea .tglTitle{
  padding: 12px 0;
  padding-left: 5px;
  text-align: left;
  font-size: 16px;
}
@media only screen and (min-width: 769px){
  .listContentsArea .tglTitle{
	padding: 12px 0;
	padding-left: 0;
	text-align: left;
	font-size: 18px;
	height: 75px;
    display: -ms-flexbox!important;
    display: flex!important;
	-ms-flex-align: center!important;
    align-items: center!important;
  }
}
@media only screen and (min-width: 769px){
  .listContentsArea .tglTitle small{
	font-size: 14px;
  }
}
@media only screen and (min-width: 769px){
  .listContentsArea .tglTitle .adjust {
	  display: inline-block;
	  margin-left: 25px;
	  width: 100%;
  }
}
@media only screen and (min-width: 769px){
  .listContentsArea .tglTitle .arrow img {
	  width: 18px;
	  height: 10px;
  }
}
.listContentsArea .tglTitle .arrow {
  float: right;
  margin-right: 5px;
}
@media only screen and (min-width: 769px){
  .listContentsArea .tglTitle .arrow {
	  float: right;
	  margin-right: 25px;
  }
}
.listContentsArea .tglTitle.bg1{
  background-color: #dce4cc;
  background-image: none;
}
.listContentsArea .tglTitle.bg2{
  background-color:#f8f7f3;
  background-image: none;
}
/* list.php/ */
/* /newsletter.php */
.newsletterArea{
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important;
}
.newsletterArea > div{
  width: 50%;
  text-align: center;
}
@media only screen and (min-width: 769px){
  .newsletterArea > div{
	width: 20%;
	text-align: center;
  }
}
.newsletterArea div img{
  width: 100%;
  max-width: 160px;
}
@media only screen and (min-width: 769px){
  .w1260px{
	width: 1260px!important;
  }
}
.newsletterCard{
  width: 165px;
  margin: 0 auto 80px;
}
.newsletterMessage{
  text-align: center;
  font-size:22px;
  line-height: 1.5em;
}
@media only screen and (min-width: 769px){
  .dlListBtn a {
    background-image: url(../img/newsletter/dlBg165.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 165px;
    padding: 1px 0;
    display: block;
    text-align: center;
    border: 1px solid #748167;
    margin: 0 auto;
	font-size:14px;
  }
}
/* newsletter.php/ */

h3.dfTitle {
    width: 98%;
    height: 11vw;
    margin: 0 auto;
    background-image: url(../img/sp_sub_seiten_sttl_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 5.5vw;
    font-weight: normal;
}
@media only screen and (min-width: 769px){
  h3.dfTitle {
    width: 940px;
	height: 80px;
    margin: 0 auto;
	background-image: url(../img/pc_sub_seiten_sttl_bg.png);
	background-size: contain;
	background-repeat:no-repeat;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 27px;
	font-weight: normal;
  }
}
  .bg-eaf0e6{
	background-color: #eaf0e6;
  }


/* translation.php */
.translationDiv{
  width: 90%;
  margin:0 auto;
}
@media only screen and (min-width: 769px){
  .translationDiv{
	width: 100%;
	max-width: 1160px;
	margin:0 auto;
  }
}
.translationFullDiv{
  width: 100%;
  margin:0 auto;
  padding-top: 40px;
  padding-bottom: 45px
}
#contentswrap.eiyaku.translation .groupwrap .inner h3{
  margin-bottom: 30px;
}
#contentswrap.eiyaku.translation h4{
  font-size: 26px;
  text-align: center;
  margin-bottom: 25px;
}
.translationBookDiv{
  width: 95%;
  border:3px solid #7d876e;
  margin:0 auto;
}
@media only screen and (min-width: 769px){
  .translationBookDiv{
	width: 100%;
	max-width: 1160px;
  }
}
.translationBookTitle{
  text-align: center;
  font-size:6vw;
  padding: 30px 0 5px;
}
@media only screen and (min-width: 769px){
  .translationBookTitle{
	font-size:35px;
	padding: 30px 0;
  }
}
.translationBookSubTitle{
  text-align: center;
  margin-bottom: 30px;
  padding-right: 20px;
}
@media only screen and (min-width: 769px){
  .translationBookSubTitle{
	text-align: right;
	margin-top: -45px; 
	margin-bottom: 30px;
	padding-right: 20px;
  }
}
a.translationBtn{
  line-height: 3.4em;
  width: 90%;
  margin:0 auto;
  border:#7d876e solid 3px;
}
@media only screen and (min-width: 769px){
  a.translationBtn{
	line-height: 3.4em;
	width: 370px;
	margin:0 auto;
  }
}
.eiyakuDatabaseImg{
  text-align: center;
}

/* /eiyaku-download.php */
.eiyakuDownloadBtn{
  line-height: 3.4em;
  width: 90%;
  margin:0 auto;
}
@media only screen and (min-width: 769px){
  .eiyakuDownloadBtn{
	line-height: 3.4em;
	width: 370px;
	margin:0 auto;
  }
}
#contentswrap.eiyakuDownload .messageDiv{
  width: 90%;
  margin:0 auto 50px;
  text-align: center;
}
@media only screen and (min-width: 769px){
  #contentswrap.eiyakuDownload .messageDiv{
	width: 100%;
	max-width: 980px;
	margin:0 auto 50px;
  }
}
@media only screen and (min-width: 769px){
  #contentswrap.eiyakuDownload #submv .submvinner {
	padding: 0;
  }
}
@media only screen and (min-width: 769px){
  #contentswrap.eiyakuDownload #submv .submvinner {
	height: 390px;
	width: 390px;
  }
}
#contentswrap.eiyaku #submv .submvinner h2{
  padding-top: 45px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px){
  #contentswrap.eiyakuDownload #submv .submvinner h2{
	padding-top: 90px;
  }
}
#contentswrap.eiyakuDownload #submv .submvinner div img{
  margin-bottom: 45px;
  height: 50px;
  width: 50px;
}
#contentswrap.eiyakuDownload #submv .submvinner div img{
  margin-bottom:0;
  height: 48px;
  width: 37px;
}
#contentswrap.eiyakuDownload #submv .submvinner h2 span {
	padding-bottom: 0;
	border-bottom: 0;
}
#contentswrap.eiyakuDownload #submv .submvinner div.borderDiv {
	margin:10px auto 35px;
	width: 50%;
	padding: 0;
}
#contentswrap.eiyakuDownload .borderDiv hr{
	margin:0;
	border-color:#796a55;
}

/* eiyaku-download.php/ */

/* /eiyaku.php */
.eiyaku #submv h3{
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 769px){
  .eiyaku #submv h3{
	text-align: center;
	font-size: 20px;
	margin-bottom: 35px;
  }
}
#contentswrap.eiyaku #submv .submvinner div {
  padding:0;
}
.eiyakuContents{
	  
}
@media only screen and (min-width: 769px){
  .eiyakuContents{
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		max-width: 1160px;
		margin:0 auto;
		line-height: 2.2em;
  }
}
.eiyakuContents .fst,
.eiyakuContents .sec,
.eiyakuContents .trd,
.eiyakuContents .fur,
.eiyakuContents .fve,
.eiyakuContents .six,
.eiyakuContents .svn
{
  text-align: center;
  line-height: 0;
}
.eiyakuContents .fst img{
	width: 246px;
	height: 376px;
}
.eiyakuContents .sec img{
	width: 246px;
	height: 338px;
}
.eiyakuContents .trd img{
	width: 246px;
	height: 330px;
}
.eiyakuContents .fur img{
	width: 246px;
	height: 312px;
}
.eiyakuContents .fve img{
	width: 246px;
	height: 376px;
}
.eiyakuContents .six img{
	width: 246px;
	height: 510px;
}
.eiyakuContents .svn img{
	width: 246px;
	height: 248px;
}
.eiyakuContents .txt{
	width: 90%;
	margin:0 auto 20px;
}
@media only screen and (min-width: 769px){
  .eiyakuContents .txt{
	  width: 100%;
	  max-width: 880px;
	  margin:0 0 0 auto;
	  padding-top: 30px;
  }
}
@media only screen and (max-width: 768px){
  #contentswrap #submv .submvinner {
	  width: 80%;
	  margin: 0 auto;
	  padding: 30px 0;
  }
}
.eiyakuMenu{
  display: none;
}
@media only screen and (min-width: 769px){
  .eiyakuMenu{
	background-color: rgba(121,106,86,0.8);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 17px;
	padding: 25px 0;
	margin-bottom: 35px;
  }
}
.eiyakuMenu div{
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px #fff solid;
}
.eiyakuMenu div:last-child{
  padding-left: 15px;
  padding-right: 15px;
  border-right: 0;
}
.eiyakuMenu div a{
  color:#fff;
  font-size: 15px;
}
.eiyakuMenu div a.on{
  border-bottom: 1px solid #fff;
}
.eiyakuMenu div a span{
  display: inline-block;
  font-size:13px;
}

#contentswrap.eiyaku #submv .submvinner {
  padding: 0;
}
@media only screen and (min-width: 769px){
  #contentswrap.eiyaku #submv .submvinner {
	height: 390px;
	width: 390px;
	padding: 0;
  }
}
#contentswrap.eiyaku #submv .submvinner h2{
  padding-top: 45px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px){
  #contentswrap.eiyaku #submv .submvinner h2{
	padding-top: 90px;
	margin-bottom: 10px;
  }
}
#contentswrap.eiyaku #submv .submvinner div img{
  margin-bottom: 45px;
  height: 50px;
  width: 50px;
}
@media only screen and (min-width: 769px){
  #contentswrap.eiyaku #submv .submvinner div img{
	margin-bottom:0;
	height: 50px;
	width: 50px;
  }
}
/* eiyaku.php/ */
/* life.php */
.tglArea p{
  margin-bottom:45px;
  line-height: 2.0em;
}
.sq390{
  height: 390px;
  width: 390px;
}
#contentswrap.scriptureDownload #submv .submvinner h2 {
  width: 90%;
  margin: 0 auto;
  padding-top: 100px;
}
@media only screen and (min-width: 769px){
  #contentswrap.scriptureDownload #submv .submvinner h2 {
    width: 65%;
    margin: 0 auto;
	padding-top: 100px;
  }
}
#contentswrap.scriptureDownload #submv .submvinner h2 span{
  border-bottom:0;
}
#contentswrap.scriptureDownload #submv .submvinner div.borderDiv{
  width: 50%;
  margin:0 auto;
  padding:0;
}
@media only screen and (min-width: 769px){
  #contentswrap.scriptureDownload #submv .submvinner div.borderDiv{
    width: 50%;
	margin:0 auto;
	padding:0;
  }
}
@media only screen and (min-width: 769px){
  #contentswrap.scriptureDownload #submv .submvinner div.borderDiv hr{
    border-top:#000 solid 1px;
  }
}

/* life.php */
/* download.php */
.dlList{
  width: 100%;
  max-width: 1160px;
  margin:0 auto;
}
.dlListBox{
  
}
@media only screen and (min-width: 769px) {
  .dlListBox{
	float: left;
	width: 50%;
  }
}
.dlListBox > div{
  margin:0 auto 0 0;
}
.dlListBox > div.even{
  margin:0 0 0 auto;
}
.dlListBox ul li{
  float:left;
  width: 50%;
}
@media only screen and (min-width: 769px) {
  .dlListBox ul li{
	float:left;
	width: 25%;
  }
}
.dlListInner{
  width: 100%;
  border-top:1px solid;
  height: auto;
  padding-top: 25px;
}
@media only screen and (min-width: 769px) {
  .dlListInner{
	width: 550px;
	border-top:1px solid;
	height: 130px;
	padding-top: 25px;
	padding-bottom: 15px;
  }
}
.messageBox{
  width: 90%;
  max-width: 980px;
  margin: 0 auto 50px;;
  line-height: 31px;
}
@media only screen and (min-width: 769px) {
  .messageBox{
	width: 100%;
  }
}
.btnBox{
}
@media only screen and (min-width: 769px) {
  .btnBox{
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-align: center;
	  align-items: center;
	  -ms-flex-pack: center;
	  justify-content: center;
  }
}
.btnBox div{
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .btnBox div{
	width: 50%;
  }
}
.btnBox div a{
  width: 100%;
  max-width: 340px;
  padding: 18px 0;
}
.btnBox div a.left{
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  padding: 18px 0;
}
@media only screen and (min-width: 769px) {
  .btnBox div a.left{
	width: 100%;
	max-width: 340px;
	padding: 18px 0;
  }
}
.btnBox div a.right{
  width: 100%;
  max-width: 340px;
  margin: 0 auto 20px;
  padding: 18px 0;
}
@media only screen and (min-width: 769px) {
  .btnBox div a.right{
	width: 100%;
	max-width: 340px;
	margin: 0 auto 0 20px;
	padding: 18px 0;
  }
}
.dlListBox .buddhist-scriptures_li_all,
.dlListBox .buddhist-scriptures_li{
  display: block;
}
.dlListBox .buddhist-scriptures_li_all a,
.dlListBox .buddhist-scriptures_li a{
  background-image: url(../img/scripture-download/dlBg.png);
  background-repeat: no-repeat;
  /* background-size: cover; */
  width: 96%;
  padding:0;
  display: block;
  text-align: left;
  border:1px solid #cfac76;
  margin: 0 auto 12px;
  font-size: 11px;
  background-position: center right;;
  background-size: 70px;
}
@media only screen and (min-width: 769px) {
  .dlListBox .buddhist-scriptures_li_all a,
  .dlListBox .buddhist-scriptures_li a{
	background-image: url(../img/scripture-download/dlBg.png);
	background-repeat: no-repeat;
	background-position: top right;
	/* background-size: cover; */
	width: 130px;
	padding:1px 0;
	display: block;
	border:1px solid #cfac76;
	margin: 0 auto 12px;
	font-size:14px;
  }
}
.dlListBox .buddhist-scriptures_li_all a span,
.dlListBox .buddhist-scriptures_li a span{
  display: inline-block;
  padding-left: 10px;
}
.width273{
  width: 98%!important;
}
@media only screen and (min-width: 769px) {
  .width273{
	width: 273px!important;
  }
}

.dlListBox .buddhist-scriptures_li_all a.fst{
  margin: 0 auto 12px;
}
.dlListBox .buddhist-scriptures_li a.sec{
  margin: 0 auto 12px;
}
.dlListBox .buddhist-scriptures_li a.trd{
  margin: 0 auto 12px;
}
.dlListBox .buddhist-scriptures_li a.fur{
  margin: 0 auto 12px;
}
.dlListBox .buddhist-scriptures_li a.fve{
  margin: 0 auto 12px;
}
.dlListBox .buddhist-scriptures_li a.six{
  margin: 0 auto 12px;
}
.dlListBox .buddhist-scriptures_li a.sev{
  margin: 0 auto 12px;
}

@media only screen and (min-width: 769px) {
  .dlListBox .buddhist-scriptures_li_all a.fst{
	margin: 0 auto 10px 0;
  }
  .dlListBox .buddhist-scriptures_li a.sec{
	  margin: 0 auto 10px;
  }
  .dlListBox .buddhist-scriptures_li a.trd{
	  margin: 0 auto 10px;
  }
  .dlListBox .buddhist-scriptures_li a.fur{
	margin: 0 0 10px auto;
  }
  .dlListBox .buddhist-scriptures_li a.fve{
	margin: 0 auto 10px 0;
	line-height: 1.5em;
  }
  .dlListBox .buddhist-scriptures_li a.six{
	  margin: 0 auto 10px;
	  line-height: 1.5em;
  }
  .dlListBox .buddhist-scriptures_li a.sev{
	  margin: 0 auto 10px;
	  line-height: 1.5em;
  }
}




.dlListTitle{
  margin-bottom: 5px;
}
.dlListTitle .main{
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
}
.dlListTitle .main span{
  font-size: 18px;
}
.dlListTitle .sub0{
  text-align: center;
  font-size: 14px;
}
@media only screen and (min-width: 769px) {
  .dlListTitle .sub0{
	text-align: right;
	margin-top: -18px;
  }
}
.dlListTitle .sub1{
  text-align: center;
  font-size: 14px;
}
@media only screen and (min-width: 769px) {
  .dlListTitle .sub1{
	text-align: right;
	margin-top: -25px;
	line-height: 14px;
  }
}

.subTitleh3{
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .subTitleh3{
	padding-top: 20px;
  }
}
.enwli{
  width: 100%!important;
}
@media only screen and (min-width: 769px) {
  .enwli{
	width: 50%!important;
  }
}


/* /life.php */
.ctsArea{
  
}
.tglTitle{
  text-align: center;
  border:1px solid #898886;
  padding:15px 0;
  font-size:15px;
  width: 100%;
  max-width: 1160px;
  margin:0 auto;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .tglTitle{
	text-align: center;
	border:1px solid #898886;
	border-bottom: 0;
	padding:20px 0;
	font-size:20px;
	width: 100%;
	max-width: 1160px;
	margin:0 auto;
  }
}
.tglTitle.last{
  border:1px solid #898886;
}
@media only screen and (min-width: 769px) {
  .tglTitle.last{
	border:1px solid #898886;
  }
}
.tglTitle.bg1{
  background-image: url(../img/life/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.tglTitle.bg2{
  background-image: url(../img/life/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
 .tglTitle .arrow{
   float: right;
   margin-right: 25px;
}

.tglTitle .arrow.lineTwo{
  display: inline-block;
  padding-top: 15px;
}
@media only screen and (min-width: 769px) {
  .tglTitle .arrow.lineTwo{
	display: inline-block;
	padding-top: 0;
  }
}
 .tglTitle .adjust{
   display:inline-block;
   margin-right: -31px;
}
@media only screen and (min-width: 769px) {
  .tglTitle .adjust{
	  display:inline-block;
	  margin-right: -67px;
  }
}
.tglTitle .arrow img{
  width: 21px;
  height: 11px;
}
@media only screen and (min-width: 769px) {
  .tglTitle .arrow img{
	width: 42px;
	height: 22px;
  }
}
.tglArea{
  text-align: left;
  border:1px solid #898886;
  border-bottom: 0;
  display: none;
  width: 100%;
  max-width: 1160px;
  margin:0 auto;
  box-sizing: border-box;
  padding: 15px;
  font-size: 14px;
}
@media only screen and (min-width: 769px) {
  .tglArea{
	font-size: 15px;
  }
}
.tglArea.last{
  border:1px solid #898886;
  border-top: 0;
}
@media only screen and (min-width: 769px) {
  .tglArea.last{
	font-size: 15px;
  }
}
.lifeMenu{
  display: none;
}
@media only screen and (min-width: 769px) {
  .lifeMenu{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #957c68;
	padding:26px 0;
	font-size: 14px;
  }
}
.lifeMenu div{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color:#fff;
  border-right:#fff 1px solid;
  padding: 0 10px;
}
.lifeMenu div:last-child{
  border:0
}
.lifeMenu div a{
  color:#ffffff;
  line-height: 15px;
}
.lifeMenu div a.on{
  border-bottom:#fff solid 1px;
  padding-bottom: 2px;
}
.life .submvinner h3{
  font-size:18px;
  padding-top: 10px;
}

/* /sutra.php */
.mhvwSubBudda{
  /*height: 65.5vw!important;*/
}
@media only screen and (min-width: 575px) {
  .mhvwSubBudda{
	/*height: 46.5vw!important;*/
  }
}
@media only screen and (min-width: 769px) {
  .mhvwSubBudda{
	/*height: 500px!important;*/
  }
}
.mhvwSubBunretsu{
  /*height: 65.5vw!important;*/
}
@media only screen and (min-width: 575px) {
  .mhvwSubBunretsu{
	/*height: 46.5vw!important;*/
  }
}
@media only screen and (min-width: 769px) {
  .mhvwSubBunretsu{
	/*height: 400px!important;*/
  }
}
.mhvwSubDaizyou{
  /*height: 65.5vw!important;*/
}
@media only screen and (min-width: 575px) {
  .mhvwSubDaizyou{
	/*height: 46.5vw!important;*/
  }
}
@media only screen and (min-width: 769px) {
  .mhvwSubDaizyou{
	/*height: 330px!important;*/
	/*width: 120px!important;*/
  }
}
.mhvwSubChibet{
  /*height: 65.5vw!important;*/
}
@media only screen and (min-width: 575px) {
  .mhvwSubChibet{
	/*height: 46.5vw!important;*/
  }
}
@media only screen and (min-width: 769px) {
  .mhvwSubChibet{
	/*height: 360px!important;
	width: 120px!important;*/
  }
}
.mhvwSubButten{
  /*height: 65.5vw!important;*/
}
@media only screen and (min-width: 575px) {
  .mhvwSubButten{
	/*height: 46.5vw!important;*/
  }
}
@media only screen and (min-width: 769px) {
  .mhvwSubButten{
	/*height: 395px!important;*/
  }
}
.mhvwSubLast{
  /*height: 65.5vw!important;*/
}
@media only screen and (min-width: 575px) {
  .mhvwSubLast{
	/*height: 46.5vw!important;*/
  }
}
@media only screen and (min-width: 769px) {
  .mhvwSubLast{
	/*height: 360px!important;*/
  }
}

.pageBorderLeft {
  width: 100%;
  max-width: 1000px;
  margin:0 auto;
}
.pageBorderLeft hr{
  border-top: 1px solid #000000;
  width: 85%;
}
.pageBorderRight {
  width: 100%;
  max-width: 1000px;
  margin:0 auto;
}
.pageBorderRight hr{
  border-top: 1px solid #000000;
  width: 85%;
  margin:0 0 0 auto;
}
/* sutra.php/ */

/* /donation.php */
.countryList li{
  width: 50%;
  float: left;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .countryList li{
	width: 20%;
	float: left;
  text-align: left;
  font-size: 14px;
  }
}
.mesWrap{
  width: 80%;
  margin:50px auto 0;
  text-align: center;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 30px;
  padding: 20px;
  font-size: 14px;
}
@media only screen and (min-width: 769px) {
  .mesWrap{
	width: 100%;
	max-width: 940px;
	padding: 45px 0 60px 0;
	font-size: 16px;
  }
}
.kizouWrap{
  width: 90%;
  max-width: 940px;
  margin:50px auto;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 30px;
}
.kizouWrap p{
  margin-bottom: 20px;
}
.kizouWrap h3{
  font-size:30px;
  text-align: center;
  margin-bottom: 20px;
  background-image: url(../img/donation/iconTelphone.png);
  background-size: 35px 40px;
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 45px;
}
@media only screen and (min-width: 769px) {
  .kizouWrap h3{
	font-size:36px;
	line-height: 30px;
	height: 63px;
	background-size: 55px 63px;
	background-position: center right;
  }
}
.kizouWrap h4{
  font-size:18px;
  text-align: center;
  margin-bottom: 5px;
}
@media only screen and (min-width: 769px) {
  .kizouWrap h4{
	font-size:22px;
  }
}
.countryBox{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.kizouBtnArea{
  display:block;
}
@media only screen and (min-width: 769px) {
  .kizouBtnArea{
	display: -ms-flexbox;
	display: flex;
  }
}
.kizouBtnArea div{
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .kizouBtnArea div{
	width: 33.333%;
  }
  .kizouBtnArea div:first-child a{
	margin:5px auto 5px 0;
  }
  .kizouBtnArea div:last-child a{
	margin:5px 0 5px auto;
  }
}
.kizouBtnArea div a{
  font-size: 20px;
  margin: 5px auto;
}
@media only screen and (min-width: 769px) {
  .kizouBtnArea div a{
	font-size: 28px;
	letter-spacing: 14px;
  }
}
.kizouContentsWrap{
  width: 90%;
  max-width: 1180px;
  margin: 50px auto;
  text-align: left;
  padding-bottom: 30px;
  line-height: 30px;
  border-top:1px solid #000;
}
@media only screen and (min-width: 769px) {
  .kizouContentsWrap{
	display: -ms-flexbox;
	display: flex;
  }
}
.kizouContentsImg img{
  width: 100%;
}
.kizouContentsImg{
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .kizouContentsImg{
	width: 51%;
  }
}
.kizouContentsMessage{
  width: 100%;
  padding-top: 20px;
}
@media only screen and (min-width: 769px) {
  .kizouContentsMessage{
    width: 49%;
    padding-top: 35px;
  }
}
.kizouContentsMessage h2{
  text-align: center;
  font-size:30px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 769px) {
  .kizouContentsMessage h2{
	font-size:35px;
  }
}
.kizouContentsMessage p{
  margin-bottom: 20px;
  width:94%;
  margin:0 auto 30px;
}

/* /add fb 20220729 */
.kizou_link{
	text-align:center;
}
.kizou_link a{
	background-color:#fff;
	border:1px solid #ff0000;
	display:inline-block;
	padding:5px 20px;
	color:#ff0000;
}

.kizouContentsMessage_order{
	text-align:center;
	padding:0 0 20px;
}
.kizouContentsMessage_order a{
	border:1px solid #ff0000;
	display:inline-block;
	padding:5px 20px;
	color:#ff0000;
}
/* add fb 20220729/ */

.kizouContentsMessageImg{
  text-align: center;
}
.kizouContentsMessageImg img{
  text-align: center;
  width:300px;
}
@media only screen and (min-width: 769px) {
  a.kizouBtnSec{
	margin:0 auto;
  }
  a.kizouBtnTrd{
	margin:0 0 0 auto;
  }
}
/* donation.php/ */

/* scripture.php */
.mhvwSubSeikatsu{
  /*height: 42vw!important;*/
}
@media only screen and (min-width: 575px) {
  
}
@media only screen and (min-width: 769px) {
  .mhvwSubSeikatsu{
	/*height: 310px!important;*/
  }
}
.mhvwSubHitoridemo{
  /* height: 145vw!important; */
}
@media only screen and (min-width: 575px) {
  .mhvwSubHitoridemo{
	 /* height: 65.5vw!important; */
  }
}
@media only screen and (min-width: 769px) {
  .mhvwSubHitoridemo{
	/* height: 310px!important; */
  }
}
.mhvwSubSekainoheiwa{
  /* height: 65.5vw!important; */
}
@media only screen and (min-width: 575px) {
  .mhvwSubSekainoheiwa{
	/* height: 46.5vw!important; */
  }
}
@media only screen and (min-width: 769px) {
  .mhvwSubSekainoheiwa{
	/*height: 310px!important;*/
  }
}

@media only screen and (min-width: 769px){
  #contentswrap .groupwrap .inner .bigmorebtn.copyrightMoreBtn {
	width: 100%;
	max-width: 760px;
	font-size: 34px;
	line-height: 3.8em;
  }
}
@media only screen and (min-width: 769px){
  #contentswrap .groupwrap .inner .bigmorebtn.copyrightMoreBtn:after {
	width: 37px;
    height: 10px;
  }
}
/* scripture.php/ */

/* /index.php */
#seitenwrap .inner h2.rlTitle,
#daizokyowrap .inner h2.rlTitle{
  width: 50px;
  height: 80vw;
  font-size:10vw;
  background-image: url(../img/en_buddha.png);
  background-size: contain;
  background-repeat:no-repeat;
  background-position: bottom center;
  display: inline-block;
  line-height: 50px;
  background-size: 11vw 13vw;
}
@media only screen and (min-width: 769px) {
  #seitenwrap .inner h2.rlTitle,
  #daizokyowrap .inner h2.rlTitle{
	font-size:40px;
	background-size: 40px 50px;
	height: 320px;
  }
}
#seitenwrap .inner.enCls h2.rlTitle,
#daizokyowrap .inner.enCls h2.rlTitle{
  width: 50px;
  height: 80vw;
  font-size:5vw;
  background-image: url(../img/en_buddha.png);
  background-size: contain;
  background-repeat:no-repeat;
  background-position: bottom center;
  display: inline-block;
  line-height: 50px;
  background-size: 13vw 15vw;
}
@media only screen and (min-width: 769px) {
  #seitenwrap .inner.enCls h2.rlTitle,
  #daizokyowrap .inner.enCls h2.rlTitle{
	font-size:40px;
	background-size: 40px 50px;
	height: 320px;
  }
}
#daizokyowrap .inner h2.rlTitle{
  height: 85vw;
  background-image: url(../img/en_tripitaka.png);
  background-size: 11vw 11vw;
  background-size: 40px 40px;
}
@media only screen and (min-width: 769px) {
  #daizokyowrap .inner h2.rlTitle{
	height: 350px;
	background-size: 50px 50px;
  }
}
#seitenwrap .inner h2.rlTitle.enCls,
#daizokyowrap .inner h2.rlTitle.enCls{
  width: 100%;
  height: 105px;
  background-position: center right;
  background-size: 40px 50px;
  text-align: left;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  #seitenwrap .inner h2.rlTitle.enCls,
  #daizokyowrap .inner h2.rlTitle.enCls{
	width: 90%;
	text-align: right;
	background-position: bottom right;
  }
}
#daizokyowrap .inner h2.rlTitle.enCls{
  text-align: left;
  margin-left: 40px;
  width: 58%;
}
#btnareawrap h2{
  font-size: 24px;
  text-align: center;
  font-weight: normal;
}
@media only screen and (min-width: 769px) {
  #btnareawrap h2{
	font-size: 33px;
  }
}
#btnareawrap h2.enCls{
  font-size: 24px;
  text-align: center;
}
.bnrBtn {
  background-repeat: no-repeat;
  background-size: cover;
  height: 22vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 35vw;
  font-size:16px;
  line-height: 20px;
  border: 3px solid #000;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .bnrBtn {
	height: 142px;
	font-size: 30px;
	padding-left: 220px;
	line-height: 35px;
  }
}
.bnrBtn span{
  font-size:12px;
  line-height: 16px;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .bnrBtn span{
	font-size:16px;
	line-height: 18px;
	display: inline-block;
  }
}
.bnrBtnLong {
  background-repeat: no-repeat;
  background-size: cover;
  height: 22vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 35vw;
  font-size:16px;
  line-height: 20px;
  border: 3px solid #000;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .bnrBtnLong {
	padding-left: 480px;
	font-size:30px;
	height: 142px;
	line-height: 35px;
  }
}
.bnrBtnLong span{
  font-size:12px;
  line-height: 18px;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .bnrBtnLong span{
	font-size:16px;
	line-height: 18px;
	display: inline-block;
  }
}
.seitenBg {
  background-image: url(../img/seitenbnr01.jpg);
}
.daizoukyouBg {
  background-image: url(../img/daizoukyoubnr01.jpg);
}
.seitenDownloadBg {
  background-image: url(../img/seitendownload01.jpg);
}
.daizoukyouDownloadBg {
  background-image: url(../img/daizoukyoudownload01.jpg);
}
.uneiBg {
  background-image: url(../img/uneibnr01.jpg);
}

/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓下層トップヘッダーここから↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
header.subpage #headwrap {
  display: flex;
  justify-content: space-between;
}

header.subpage #headwrap h1 img {
  width: 100%;
}

header.subpage #headwrap #subgmenu ul {
  display: flex;
  justify-content: space-between;
}

header.subpage #headwrap #language a.on {
  text-decoration: underline;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑下層トップヘッダーここまで↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓下層コンテンツエリアここから↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
#contentswrap #submv .submvinner {
  background: rgba(255, 255, 255, 0.9);
}
#contentswrap #submv .submvinner h2 {
  text-align: center;
}
#contentswrap #submv .submvinner h2 span{
  font-size: 25px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom:1px solid #000;
  font-weight: normal;
}
@media only screen and (min-width: 769px) {
  #contentswrap #submv .submvinner h2 span{
	font-size: 30px;
  }
}
#contentswrap #submv .submvinner div {
  padding-top: 15px;
  padding-bottom: 20px;
  text-align: center;
}
#contentswrap #submv .submvinner div img {
  width: 45px;
  height: 57px;
}
#contentswrap #submv .submvinner div img.iconBook {
  width: 55px;
  height: 43px;
}
#contentswrap #submv .submvinner div img.iconFlower {
  width: 75px;
  height: 47px;
}
#contentswrap #submv .submvinner div img.iconCrystal {
  width: 47px;
  height: 47px;
}
#contentswrap #submv .submvinner p {
  text-align: justify;
}

#contentswrap .btnarea {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

#contentswrap .btnarea li img {
  width: 100%;
}

#contentswrap .groupwrap .inner .group h4 img {
  width: 100%;
}

#contentswrap .groupwrap .inner .clm3 .txtbox {
  border-bottom: 1px solid #000;
}
#contentswrap .groupwrap .inner .clm3.clm4 .txtbox {
  border-bottom: 0;
}

#contentswrap .groupwrap.whtbg {
  background: #fff;
}

#contentswrap .groupwrap.beigebg {
  background: #F7EFE3;
}

#contentswrap.seiten {
  background: url(../img/pc_subseitenbg.jpg);
  background-repeat: repeat-x;
}
#contentswrap.seiten #submv .submvinner h2 img {
  width: 100%;
}

/* donation.php */
#contentswrap.donation {
  background: url(../img/donation/backBg.jpg);
  background-repeat: repeat-x;
  background-position:0 23vw;
}
/* sutra.php */
#contentswrap.sutra {
  background: url(../img/sutra/backBg.jpg);
  background-repeat: repeat-x;
  background-size: contain;
}
/* scriptureDownload.php */
#contentswrap.scriptureDownload {
  background: url(../img/scripture-download/backBg.jpg);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: 0 20vw;
}
/* eiyaku.php */
#contentswrap.eiyaku {
  background: url(../img/eiyaku/backBg.jpg);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: 0 20vw;
}
/* eiyaku-download.php */
#contentswrap.eiyakuDownload {
  background: url(../img/eiyaku-download/backBg.jpg);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: 0 20vw;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑下層コンテンツエリアここまで↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓フッターここから↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
footer {
  background: #796A56;
  color: #fff;
}

footer a {
  color: #fff;
}

footer nav {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

footer nav .mainmenu li .submenu li {
  list-style: disc;
}

footer #footinfo {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

footer #footinfo h2 img {
  width: 100%;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑フッターここまで↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
@media only screen and (max-width: 768px) {
  /*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓SP版 下層トップヘッダーここから↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
  header.subpage #headwrap {
    width: 95%;
    margin: 0 auto;
    align-items: center;
    padding: 15px 0;
  }
  header.subpage #headwrap h1 {
    max-width: 200px;
  }
  header.subpage #headwrap #subgmenu {
    display: none;
  }
  header.subpage #headwrap #language {
    display: none;
  }
  header.subpage #headwrap #hamburger {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
  }
  header.subpage #headwrap #hamburger .nav_line {
    background-color: #000000;
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    transition: all .5s;
  }
  header.subpage #headwrap #hamburger .nav_line1 {
    top: 0;
  }
  header.subpage #headwrap #hamburger .nav_line2 {
    top: 10px;
  }
  header.subpage #headwrap #hamburger .nav_line3 {
    bottom: 0px;
  }
  /*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑SP版 下層トップヘッダーここまで↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
  /*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓SP版 下層コンテンツエリアここから↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
  #contentswrap #submv {
    width: 100%;
    padding: 40px 0;
  }
  #contentswrap #submv .submvinner {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
  }
  
  #contentswrap #submv .submvinner.maru {
    width: 300px;
	height: 300px;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-image: url(../img/common/circleBg.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-color:rgba(255, 255, 255, 0);
  }
  
  #contentswrap #submv .submvinner h2 {
    width: 100%;
    margin: 0 auto;
  }
  #contentswrap #submv .submvinner h2 img {
    width: 100%;
  }
  #contentswrap #submv .submvinner p {
    margin-top: 15px;
    width: 80%;
    line-height: 1.8em;
    margin: 0 auto;
    font-size: 3.5vw;
  }
  #contentswrap #submv .submvinner.maru p {
    margin-top: 15px;
    width: 80%;
    line-height: 1.8em;
    margin: 0 auto;
    font-size: 3.5vw;
	text-align: center;
  }
  #contentswrap .btnarea {
    width: 85%;
    margin: 30px auto 0;
  }
  #contentswrap .btnarea li:nth-child(odd) {
    margin-left: 0;
  }
  #contentswrap .btnarea li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 4%;
  }
  #contentswrap .btnarea li img {
    width: 100%;
  }
  #contentswrap .groupwrap .inner {
    width: 100%;
    margin: 0 auto;
    padding: 10% 0;
  }
  #contentswrap .groupwrap .inner h3 {
    width: 90%;
    margin: 0 auto;
  }
  
  #contentswrap .groupwrap .inner h3 {
    width: 98%;
	height: 12vw;
    margin: 0 auto;
	background-image: url(../img/sp_sub_seiten_sttl_bg.png);
	background-size: contain;
	background-repeat:no-repeat;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 6vw;
	font-weight: normal;
  }
  
  
  #contentswrap .groupwrap .inner h3 img {
    width: 100%;
  }
  #contentswrap .groupwrap .inner .group {
    margin-top: 60px;
  }
  #contentswrap .groupwrap .inner .clm1 {
    width: 80%;
    margin: 10% auto 0;
  }
  #contentswrap .groupwrap .inner .clm1 p {
    margin-top: 5%;
    line-height: 1.8em;
    font-size: 3.5vw;
  }
  #contentswrap .groupwrap .inner .clm2 {
    /*display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;*/
    border-bottom: 2px solid #000;
    width: 90%;
    margin: 0 auto;
    padding: 10% 0;
  }
  #contentswrap .groupwrap .inner .clm2 p {
    text-align: justify;
    font-size: 14px;
    line-height: 2.2em;
  }
  #contentswrap .groupwrap .inner .clm3 .txtbox {
    width: 90%;
    margin: 0 auto;
    /* display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap; */
  }
  #contentswrap .groupwrap .inner .clm3 .txtbox p {
    text-align: justify;
    font-size: 3.5vw;
    line-height: 1.8em;
  }
  #contentswrap .groupwrap .inner .clm3 .thumimg {
    width: 100%;
  }
  #contentswrap .groupwrap .inner .group1.clm3 .txtbox {
    padding-bottom: 10%;
  }
  #contentswrap .groupwrap .inner .group1.clm3 .txtbox h4 {
    padding: 0 0 0;
    /*max-width: 7%;*/
	  max-width: 100%;
	  text-align: center;
  }
  #contentswrap .groupwrap .inner .group1.clm3 .txtbox p {
    /* padding: 0 0 0 5%; */
	padding: 0;
    /* width: 80%; */
	width: 100%;
  }
  #contentswrap .groupwrap .inner .group1.clm3 .thumimg {
    margin-bottom: 3%;
  }
  #contentswrap .groupwrap .inner .group2.clm3 {
    margin-top: 60px;
  }
  #contentswrap .groupwrap .inner .group2.clm3 .txtbox {
    padding-bottom: 10%;
    flex-direction: row-reverse;
  }
  #contentswrap .groupwrap .inner .group2.clm3 .txtbox h4 {
    padding: 0 0 0;
    /*max-width: 7%;*/
	max-width: 100%;
	text-align: center;
  }
  #contentswrap .groupwrap .inner .group2.clm3 .txtbox p {
    padding: 0;
    /* width: 80%; */
	width: 100%;
  }
  #contentswrap .groupwrap .inner .group2.clm3 .thumimg {
    margin-bottom: 3%;
  }
  #contentswrap .groupwrap .inner .group3.clm3 .txtbox {
    border-bottom: none;
  }
  #contentswrap .groupwrap .inner .group3.clm3 .txtbox h4 {
    padding: 0;
    /*max-width: 7%;*/
	max-width: 100%;
	text-align: center;
  }
  #contentswrap .groupwrap .inner .group3.clm3 .txtbox p {
    padding: 0;
    /* width: 80%; */
	width: 100%;
  }
  #contentswrap .groupwrap .inner .group3.clm3 .thumimg {
    margin-bottom: 3%;
  }
  #contentswrap .groupwrap .inner .group4.clm2 h4, #contentswrap .groupwrap .inner .group5.clm2 h4, #contentswrap .groupwrap .inner .group6.clm2 h4 {
    padding: 0;
    /*max-width: 7%;*/
	max-width: 100%;
	text-align: center;
  }
  #contentswrap .groupwrap .inner .group4.clm2 p, #contentswrap .groupwrap .inner .group5.clm2 p, #contentswrap .groupwrap .inner .group6.clm2 p {
    padding: 0;
    width: 100%;
  }
  #contentswrap .groupwrap .inner .group5.clm2 {
    flex-direction: row-reverse;
    align-items: center;
  }
  #contentswrap .groupwrap .inner .group5.clm2 p {
    padding: 0 5% 0 0;
  }
  #contentswrap .groupwrap .inner .group6.clm2 {
    align-items: center;
    border: none;
  }
  #contentswrap .groupwrap .inner .bigmorebtn {
    line-height: 4em;
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 2px;
  }
  #contentswrap .groupwrap .inner .bigmorebtn:after {
    width: 25px;
    height: 6px;
    right: 10px;
  }
  #contentswrap.seiten {
    background-size: 60px;
  }
  #contentswrap.seiten #submv {
    background: url(../img/pc_seitenmv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #contentswrap.seiten #submv .submvinner h2 img {
    width: 100%;
  }
  /* donation.php */
  #contentswrap.donation #submv.donation {
    background: url(../img/donation/headerBg.jpg);
  }
  /* sutra.php */
  #contentswrap.sutra #submv.sutra {
    background: url(../img/sutra/headerBg.jpg);
  }
    /* life.php */
    #contentswrap.life #submv.life {
      background: url(../img/life/headerBg.jpg);
      background-size: cover;
      background-repeat: no-repeat;
    }
    /* scripture-download.php */
    #contentswrap.scriptureDownload #submv.scriptureDownload {
      background: url(../img/scripture-download/headerBg.jpg);
      background-size: cover;
      background-repeat: no-repeat;
    }
    /* eiyaku.php */
    #contentswrap.eiyaku #submv.eiyaku {
      background: url(../img/eiyaku/headerBg.jpg);
      background-size: cover;
      background-repeat: no-repeat;
    }
    /* eiyaku-download.php */
    #contentswrap.eiyakuDownload #submv.eiyakuDownload {
      background: url(../img/eiyaku-download/headerBg.jpg);
      background-size: cover;
      background-repeat: no-repeat;
    background-position: center center;
    }
  #bnrareawrap {
    width: 85%;
    margin: 10% auto 5%;
  }
  #bnrareawrap ul li:first-child {
    margin-top: 0;
  }
  #bnrareawrap ul li {
    width: 100%;
    margin-top: 2%;
  }
  #bnrareawrap ul li a img {
    width: 100%;
  }
  #bnrareawrap ul li:last-child {
    width: 100%;
  }
  /*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑SP版 下層コンテンツエリアここまで↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
  /*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓SP版フッターここから↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
  footer {
    margin-top: 0;
    padding: 20px 0;
  }
  footer nav {
    width: 100%;
    margin: 0 auto;
  }
  footer nav .mainmenu li {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 3%;
    margin-bottom: 3%;
    font-size: 4vw;
  }
  footer nav .mainmenu li a {
    width: 85%;
    margin: 0 auto;
    display: block;
  }
  footer nav .mainmenu li .submenu {
    display: none;
  }
  footer #footinfo {
    width: 100%;
    margin: 20px auto 0;
    align-items: center;
  }
  footer #footinfo h2 {
    width: 60%;
    margin: 0 auto;
  }
  footer #footinfo p {
    font-size: 2vw;
    text-align: center;
  }
  footer #copyright {
    width: 100%;
    margin: 0 auto;
    font-size: 2vw;
    text-align: center;
  }
  /*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑SP版フッターここまで↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
}

@media only screen and (min-width: 769px) {
  /*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓共通CSSここから↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
  body {
    min-width: 1200px;
  }
  /*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑共通CSSここまで↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
  /*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓PC版 下層トップヘッダーここから↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
  header.subpage #headwrap {
    width: 1000px;
    margin: 0 auto;
    align-items: center;
    padding: 15px 0;
  }
  header.subpage #headwrap h1 {
    width: 305px;
  }
  header.subpage #headwrap #subgmenu ul li:first-child {
    border-left: none;
  }
  header.subpage #headwrap #subgmenu ul li {
    border-left: 1px solid #898989;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 13px;
  }
  header.subpage #headwrap #hamburger {
    display: none;
  }
  /*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑PC版 下層トップヘッダーここまで↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
  /*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓PC版 下層コンテンツエリアここから↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
  #contentswrap #submv {
    width: 100%;
    padding: 40px 0;
  }
  #contentswrap #submv .submvinner {
    width: 390px;
    margin: 0 auto;
    padding: 30px 0;
  }
  
  #contentswrap #submv .submvinner.maru {
    width: 390px;
	height: 390px;
    /*border-radius: 195px;*/
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-image: url(../img/common/circleBg.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-color:rgba(255, 255, 255, 0);
  }
  
  #contentswrap #submv .submvinner h2 {
    width: 65%;
    margin: 0 auto;
  }
  
  #contentswrap #submv .submvinner.maru h2 {
    width: 100%;
    margin: 0 auto;
  }
  
  #contentswrap #submv .submvinner h2 img {
    width: 100%;
  }
  #contentswrap #submv .submvinner p {
    margin-top: 15px;
    width: 77%;
    line-height: 1.8em;
    margin: 0 auto;
  }
  
  #contentswrap #submv .submvinner.maru p {
    margin-top: 15px;
    width: 95%;
    line-height: 1.8em;
    margin: 0 auto;
	text-align: center;
  }
  
  #contentswrap .btnarea {
    width: 870px;
    margin: 30px auto 0;
  }
  #contentswrap .btnarea li:first-child {
    margin-left: 0;
  }
  #contentswrap .btnarea li {
    width: 188px;
    margin-left: 39px;
  }
  #contentswrap .groupwrap .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 100px;
  }
  #contentswrap .groupwrap .inner h3 {
    width: 940px;
	height: 80px;
    margin: 0 auto;
	background-image: url(../img/pc_sub_seiten_sttl_bg.png);
	background-size: contain;
	background-repeat:no-repeat;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 27px;
	font-weight: normal;
  }
  
  #contentswrap .groupwrap .inner h3.long {
    width: 1164px;
	height: 82px;
    margin: 0 auto;
	background-image: url(../img/titleLong.png);
	background-size: contain;
	background-repeat:no-repeat;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 40px;
	font-weight: normal;
  }
  #contentswrap .groupwrap .inner .group {
    margin-top: 60px;
  }
  #contentswrap .groupwrap .inner .clm1 {
    width: 92%;
    margin: 30px auto 0;
  }
  #contentswrap .groupwrap .inner .clm1 p {
    margin-top: 30px;
    line-height: 2.2em;
	font-size:15px;
  }
  #contentswrap .groupwrap .inner .clm2 {

  }
  #contentswrap .groupwrap .inner .clm2 p {
    text-align: justify;
    font-size: 14px;
    line-height: 2.2em;
    border-bottom: 2px solid #000;
  }
  #contentswrap .groupwrap .inner .clm3 .txtbox {
    width: 54%;
    /*display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;*/
  }
  
  #contentswrap .groupwrap .inner .clm3.clm4 .txtbox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  
  #contentswrap .groupwrap .inner .clm3 .txtbox p {
    text-align: justify;
    font-size: 15px;
    line-height: 2.2em;
  }
  #contentswrap .groupwrap .inner .clm3 .thumimg {
    width: 37%;
  }
  #contentswrap .groupwrap .inner .group1.clm3, #contentswrap .groupwrap .inner .group3.clm3 {
	display: flex;
    flex-direction: row-reverse;
  }
  #contentswrap .groupwrap .inner .group1.clm3 .txtbox, #contentswrap .groupwrap .inner .group3.clm3 .txtbox {
    padding-bottom: 30px;
  }
  #contentswrap .groupwrap .inner .group1.clm3 .txtbox h4, #contentswrap .groupwrap .inner .group3.clm3 .txtbox h4 {
    width: 400px;
  }
  
  #contentswrap.sutra .groupwrap .inner .group1.clm3 .txtbox h4, #contentswrap .groupwrap .inner .group3.clm3 .txtbox h4 {
    width: 100%;
	max-width: 1000px;
	margin:0 auto;
  }
  
  
  #contentswrap .groupwrap .inner .group1.clm3 .txtbox p, #contentswrap .groupwrap .inner .group3.clm3 .txtbox p {
    padding: 0 0 0 40px;
    width: 620px;
  }
  
  #contentswrap.sutra .groupwrap .inner .group1.clm3 .txtbox p, #contentswrap .groupwrap .inner .group3.clm3 .txtbox p {
    padding: 0;
    width: 550px;
  }
  
  #contentswrap .groupwrap .inner .group1.clm3.clm4 .txtbox p{
	width: 830px;
  }
  #contentswrap .groupwrap .inner .group1.clm3.clm4 .txtbox p.daizyou,
  #contentswrap .groupwrap .inner .group1.clm3.clm4 .txtbox p.chibet{
	width: 800px;
  }
  #contentswrap .groupwrap .inner .group1.clm3.clm4 .txtbox p.last{
	width: 900px;
  }
  
  #contentswrap.sutra .groupwrap .inner .group1.clm3.clm4 .txtbox p{
	width: 1000px;
  }
  
  #contentswrap .groupwrap .inner .group1.clm3 .thumimg, #contentswrap .groupwrap .inner .group3.clm3 .thumimg {
    margin-left: 3%;
  }
  #contentswrap .groupwrap .inner .group2.clm3 {
	display: flex;
    margin-top: 60px;
    flex-direction: row;
  }
  #contentswrap .groupwrap .inner .group2.clm3 .txtbox {
    padding-bottom: 60px;
    flex-direction: row-reverse;
  }
  #contentswrap .groupwrap .inner .group2.clm3 .txtbox h4 {
    width: 400px;
  }
  #contentswrap.sutra .groupwrap .inner .group2.clm3 .txtbox h4 {
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  
  
  
  #contentswrap .groupwrap .inner .group2.clm3 .txtbox p {
    padding: 0 40px 0 0;
    width: 475px;
    margin-top: 60px;
  }
  #contentswrap.sutra .groupwrap .inner .group2.clm3 .txtbox p {
    padding: 0;
    width: 475px;
    margin-top: 60px;
  }
  
  #contentswrap .groupwrap .inner .group2.clm3.clm4 .txtbox p {
    width: 830px;
	margin-top: 0;
  }
  #contentswrap.sutra .groupwrap .inner .group2.clm3.clm4 .txtbox p {
    width: 1000px;
	margin-top: 0;
  }
  
  #contentswrap .groupwrap .inner .group2.clm3 .thumimg {
    margin-right: 3%;
  }
  #contentswrap .groupwrap .inner .group3.clm3 .txtbox {
    border-bottom: none;
  }
  #contentswrap .groupwrap .inner .group3.clm3 .txtbox p {
    margin-top: 60px;
  }
  #contentswrap .groupwrap .inner .group4.clm2 h4, #contentswrap .groupwrap .inner .group5.clm2 h4, #contentswrap .groupwrap .inner .group6.clm2 h4 {
    /*width: 160px;*/
	width: 100%;
  }
  #contentswrap .groupwrap .inner .group5.clm2 h4 {
    /*width: 160px;*/
	width: 892px;
	margin: 0 0 0 auto;
  }
  #contentswrap .groupwrap .inner .group4.clm2 p, #contentswrap .groupwrap .inner .group5.clm2 p, #contentswrap .groupwrap .inner .group6.clm2 p {
    /* padding: 0 0 60px 40px; */
	padding: 0 0 60px 0;
    width: 852px;
    margin-top: 30px;
  }
  #contentswrap .groupwrap .inner .group5.clm2 {
    flex-direction: row-reverse;
  }
  #contentswrap .groupwrap .inner .group5.clm2 p {
    padding: 0 40px 60px 0;
	margin: 0 0 0 auto;
    margin-top: 30px;
  }
  #contentswrap .groupwrap .inner .group6.clm2 p {
    margin-top: 30px;
  }
  #contentswrap .groupwrap .inner .bigmorebtn {
    line-height: 4em;
    width: 40%;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 2px;
  }
  #contentswrap .groupwrap .inner .bigmorebtn:after {
    width: 25px;
    height: 6px;
    right: 15%;
  }
  #contentswrap.seiten {
    background-size: 60px;
  }
  #contentswrap.seiten #submv {
    background: url(../img/pc_seitenmv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #contentswrap.seiten #submv .submvinner h2 img {
    width: 100%;
  }
  /* donation.php */
  #contentswrap.donation #submv.donation {
    background: url(../img/donation/headerBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  /* sutra.php */
  #contentswrap.sutra #submv.sutra {
    background: url(../img/sutra/headerBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  /* life.php */
  #contentswrap.life #submv.life {
    background: url(../img/life/headerBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* scripture-download.php */
  #contentswrap.scriptureDownload #submv.scriptureDownload {
    background: url(../img/scripture-download/headerBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* eiyaku.php */
  #contentswrap.eiyaku #submv.eiyaku {
    background: url(../img/eiyaku/headerBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* eiyaku-download.php */
  #contentswrap.eiyakuDownload #submv.eiyakuDownload {
    background: url(../img/eiyaku-download/headerBg.jpg);
    background-size: 1995px;
    background-repeat: no-repeat;
	background-position: center center;
  }

  /*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑PC版 下層コンテンツエリアここまで↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
  /*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓PC版フッターここから↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
  .fh2{
	font-size:26px;
  }
  footer {
    margin-top: 0;
    padding: 20px;
  }
  footer nav {
    width: 1000px;
    margin: 0 auto;
  }
  footer nav .mainmenu {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  footer nav .mainmenu li {
    width: 20%;
  }
  footer nav .mainmenu li .submenu {
    margin-left: 1em;
    margin-top: 10px;
  }
  footer nav .mainmenu li .submenu li {
    width: 100%;
    font-size: 12px;
  }
  footer #footinfo {
    width: 1000px;
    margin: 20px auto 0;
    align-items: center;
  }
  footer #footinfo h2 {
    width: 350px;
    margin-right: 10px;
  }
  footer #footinfo p {
    font-size: 12px;
  }
  footer #copyright {
    width: 1000px;
    margin: 0 auto;
    font-size: 12px;
  }
  #bnrareawrap {
    width: 1100px;
    margin: 80px auto 30px;
  }
  #bnrareawrap ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #bnrareawrap ul li:nth-child(odd) {
    margin-left: 0;
  }
  #bnrareawrap ul li {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  #bnrareawrap ul li a img {
    width: 100%;
  }
  #bnrareawrap ul li:last-child {
    width: 100%;
  }
  /*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑PC版フッターここまで↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
}
