@charset "UTF-8";
/* CSS Document */
 .flex_box{
	display: -webkit-flex; /* Safari */
  display: flex;
-webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
	margin-top: 20px;
	margin-bottom: 60px;
	flex-wrap: wrap;
	justify-content: flex-start;
	 margin-left: 10px;
	 padding-bottom: 30px;
}
 .flex_box>div.box{
	/*width: calc(100% / 2 - 30px);*/
	 width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 10px 15px;
	 justify-content: space-around;
	 flex-wrap: wrap;
}

 .box_inner{
	background: #fff;
	border-radius: 10px;
	/* box-shadow */
box-shadow:3px 5px 8px -1px #cecece;
box-sizing: border-box;
	padding: 20px;
/*	display: flex;*/
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	align-content: baseline;
}
.box_inner p.txt_aR{
	margin-bottom: 10px;
width: 100%;
}
.box_teacher{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.box_teacher>div{
	border-left: #D9944B 5px solid;
	padding-left: 5px;
	margin-right: 20px;
	
}
h4{
line-height: 1.4;
}

.subtitle{
	font-size: 0.9em;
}

.box_inner {
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 5px 8px -1px #cecece;
    box-sizing: border-box;
    padding: 20px;
/*    display: flex;*/
    flex-wrap: wrap;
    width: 30%;
    position: relative;
    align-content: baseline;
	margin-top: 20px;
}

.title3{
	font-size: 1rem;
	text-align: center;
}

.day{
	font-size: 1.4rem;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	color: rgb(123, 117, 117);
}

.icon_c{
	margin-right: 10px;
}

.p_point{
	text-align: right!important;
}

.title_b {
  position: relative;
  display: inline-block;
  padding: 0 55px;
	font-size: 1.8rem;
	text-align: center;
	margin-top: 110px;
}

.title_b:before, .title_b:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
	
}

.title_b:before {
  left:0;
}
.title_b:after {
  right: 0;
}

.midashi{
	padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
	font-size: 1.9rem;
	margin-bottom: 20px;
}

.text{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 1.0rem;
}

.icon_b{
	margin-top: -38px;
}

.icon_c{
	margin-top: 0px;
}

.flex_c{
	display: flex;
}

.card{
  width: 300px;
  height: auto;
	margin-right: 20px;
	margin-top: 20px;
}

.card__imgframe{
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url("../../img/pray_3.png") no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.card__textbox{
  width: 100%;
  height: auto;
  padding: 10px 18px;
  background: #ffffff;
  box-sizing: border-box;
/*	text-align: center*/
}

.card__textbox > * + *{
  margin-top: 10px;
}

.card__titletext{
  font-size: 20px;
  font-weight: bold;
  line-height: 125%;
/*	text-align: center;*/
}

.card__overviewtext{
  font-size: 0.8rem;
  line-height: 96%;
}

.card-skin{
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,.2);
}



.box29 {
    margin: 2em 0;
    background: #dcefff;
}
.box29 .box-title {
    font-size: 1.5em;
    background: #5fb3f5;
    padding: 20px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p, .box30 p {
    padding: 15px 20px;
    margin: 0;
}

.box30 {
    margin: 2em 0;
    background: #dcefff;
}
.box30 .box-title {
    font-size: 1.5em;
    background: #5fb3f5;
    padding: 20px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.mokuji {
  border: solid 2px #0054a7;
  padding: 0 0.5em;
  position: relative;
	margin-bottom: 80px;
}

.mokuji li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
  margin-top: 10px!important;
	font-size: 1.25rem;
}

.title_c  {
  padding: 0.25em 0.5em!important;/*上下 左右の余白*/
  color: #494949!important;/*文字色*/
  background: transparent!important;/*背景透明に*/
  border-left: solid 5px #0054a7!important;/*左線*/
	 margin-bottom: 10px;
}

.text_title{
  background: #f4f4f4;
	font-size: 1.2rem;
}
.text_title_1{
	font-size: 1.2rem;
	border-bottom: solid 3px black;
	padding-bottom: 0;
}

.text_title::after{
	content:none
}
.text_title_1::after{
	content:none
}

.text_title_2{
	font-size: 1.1rem;
	margin-top: 10px;
}
.text_list li{
	list-style-type: disc;
	margin-top: 0;
	list-style-position: inside;
}

.toc-001 {
    margin-bottom: 30px;
    padding: 1em 1em 1em 2em;
    border: 1px solid #999;
    background-color: #f7f7f7;
	display: table;
}

.toc-001 div {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 5px 0;
}

.toc-001 ol {
    list-style-type: decimal;
    margin: 0;
    padding: 0 1.2em;
    overflow: hidden;
}

.toc-001 ol ol {
    margin-top: 5px;
}

.toc-001 li {
    padding: 5px 0;
}

.toc-001 a {
    color: #166c9d;
}

.card__titletext_v2 span{
    display: block;
    font-size: 12px;
}


.memo_box {
    position: relative;
    display: flex;
    width: 60%;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 0;
}


.memo{
    position: relative;
    margin-bottom: 0.2rem;
    padding: 1rem;
    border-left: 8px solid #b2d5de;
    background-color: #efefef;
    color: #212121;
    font-weight: bold;
    font-size: 15px;
}


 .w80p{
        width: 50%;
     padding: 15px;
    }
/*スマホ*/
@media screen and (max-width: 780px) {
	
	.icon_b{
		display: block;
		width: 70%;
	}
	
	.title{
		margin-left: -10px;
		width: 100%;
	}
	
	.flex_c{
		display: block;
		width: 20%;
	}
	
	ribbon20-wrapper{
		display: block;
		width: 100%;
	}
	
	.top_img h2{
		font-size: 1.6rem;
line-height: 1.8;
	}
	 .flex_box>div.box{
	width:100%;
}
.box_teacher > div {
    margin: 10px auto;
	width: 100%;
}
	
	.ribbon20-wrapper{
/*		width: 160px;*/
		height: auto;
        width: 100%;
	}
	
	.flex_b{
		align-items: center;
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 20px;
		padding: 10px
	}
	
	.title{
		font-size: 1.4rem;
		margin-left: 5px;
		padding: 6px 40px;
		margin-top: 20px;
	}
	
	.icon_b{
		width: 40%;
	}
	
	.title_b{
		font-size: 1.3rem;
	}
	
	.day{
		font-size: 0.9rem;
		padding: 0px;
		text-align: left;
	}
	
	.icon_c{
		width: 6%;
	}
	
	.text{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1rem;
}
	.midashi{
		font-size: 1.1rem;
	}
	
	.right_box_c{
		padding: 50px 30px 50px 0px;
	}
	
	.flex_c{
		display: block;
		width: 60%;
	}
	
/*
	.movie_menu a{
		width: calc(96% / 2);
	}
*/
	
	.card{
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.card__titletext{
		font-size: 0.9rem;
	}
    
  
	
	.flex_box{
		margin-left: 0px;
        justify-content: center;
	}
    
    .memo_box {
        
    width: 98%;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 0;
}

    .w80p{
        width: 80%;
    }

	
}