@charset "utf-8";
/* メニューactive */
.menu05 a{
	width: 100%;
	font-weight: 700;
	position: relative;
	padding: 0;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	color: #fff !important;
}
.menu05 a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #fff;
	transform: scale(1, 1);
	transform-origin: left top;
	transition: transform .3s;
	color: #fff;
}


/***取り組み***/
.initiative_area{
	width: 720px;
	margin: 0 auto 50px;
}

.initiative_line{
	width: 720px;
	display: inline-block;
}

.initiative_l{
	width: 120px;
	height: 150px;
	margin: 0 50px 0 0;
	float: left;
}
.initiative_r{
	width: 550px;
	float: left;
}


.initiative_box{
	width: 1050px;
	margin: 0 auto 150px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.initiative-card {
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    margin: 0 0 30px;
}

.initiative-card-image {
    width: 240px;
    height: 150px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.initiative-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    display: block;
}

.initiative-card-text {
    padding: 15px;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    transition: transform 0.3s ease;
    transform-origin: center center;
}
.initiative-card-text img{
	width: 22px;
	height: 18px;
	margin: 0 4px 0 0;
}

.initiative-card-svg{
    width: 54px;
    height: 54px;
    margin: 0 auto;
}
.initiative-card-svg img {
    width: 54px;
    height: 54px;
}

/* ホバー効果 */
.initiative-card:hover .initiative-card-image img {
    width: 90%;
    height: 90%;
    object-fit: cover;
}

/*
.initiative-card:hover .initiative-card-text {
    transform: scale(1.2);
}
*/



/************************健康診断************************/
.health_img01{
	width: 360px;
	height: 225px;
	margin: 0 auto 20px;
}
.health_img01 img{
	width: 360px;
	height: 225px;
}

.wrapper {
    text-align: center;
    margin: 0 0 30px;
    padding: 0 0 20px;
}

.method2 {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    color: #333;
    background: linear-gradient(
        to right,
        #cdf1f0 0%,
        #cdf1f0 100%
    );
    background-size: 100% 5px;
    background-position: center;
    background-repeat: no-repeat;
}

.health_box01{
	width: 900px;
	margin: 0 auto 80px;
	position: relative;
}

.health_line01{
	width: 900px;
	display: inline-block;
}
.health_l01{
	width: 600px;
	margin: 0 60px 0 0;
	float: left;
	position: relative;
	z-index: 10;
}

.health_txt01{
	width: 100%;
	margin: 0 0 30px;
}
.health_txt01 span{
	color: #0abab5;
}

.health_txt02{
	width: 540px;
	padding: 20px 30px;
	font-size: 20px;
	font-weight: 700;
	background-color: #cdf1f0;
}


.health_r01{
	width: 240px;
	height: 240px;
	float: left;
}
.health_r01 img{
	width: 240px;
	height: 240px;
}


.health_txt03{
	width: 100%;
	text-align: center;
	margin: -30px 0 60px;
}

.health_box02{
	width: 900px;
	height: 310px;
	margin: 0 auto 80px;
	position: relative;
}

.health_r02{
	width: 400px;
	height: 300px;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 1;
}
.health_r02 img{
	width: 400px;
	height: 300px;
}

/*テーブル*/
.health_table{
	width: 900px;
}

.health_td01{
	width: 180px;
	padding: 10px 0;
	text-align: center;
	background-color: #0abab5;
	vertical-align: middle;
	border-right: solid 5px #fff;
	border-bottom: solid 8px #fff;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}

.health_td02{
	width: 680px;
	padding: 10px 15px;
	text-align: left;
	vertical-align: top;
	background-color: #cdf1f0;
	border-left: solid 5px #fff;
	border-bottom: solid 8px #fff;
}

.health_td_box01{
	width: 100%;
	padding: 0 0 8px;
	margin: 0 0 10px;
	border-bottom: dashed 2px #fff;
}
.health_td_box01 span{
	color: #0abab5;
}

.health_td_box02{
	width: 100%;
	padding: 8px 0;
}
.health_td_box02 span{
	color: #0abab5;
}

.health_txt04{
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin: -60px 0 60px;
}

.health_txt05{
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 60px;
}



/************************予防について************************/
.prevention_txt01{
	width: 720px;
	margin: 0 auto 30px;
}

.prevention_bg{
	width: 720px;
	padding: 50px 165px;
	margin: 0 auto 100px;
	background-color: #cdf1f0;
}

.prevention_box{
	width: 660px;
	padding: 20px 30px;
	margin: 0 auto 35px;
	background-color: #fff;
	display: inline-block;
}

.prevention_l{
	width: 210px;
	height: 210px;
	margin: 0 30px 0 0;
	float: left;
}
.prevention_l img{
	width: 210px;
	height: 210px;
}

.prevention_r{
	width: 420px;
	float: left;
}

.prevention_tit h2{
	width: 100%;
	margin: 0 auto 15px;
	font-size: 30px;
	font-weight: 700;
	padding: 0 0 5px;
	border-bottom: solid 3px #0abab5;
}

.prevention_txt02{
	width: 100%;
	padding: 0;
	margin: 0;
}
.prevention_txt02 span{
	color: #0abab5;
}


/************************学会発表************************/
.academic_box{
	width: 800px;
	margin: 0 auto 100px;
}

.academic_area{
	width: 720px;
	padding: 0 40px 8px;
	margin: 0 auto 30px;
	border-bottom: solid 1px #0abab5;
}

.academic_day{
	width: 100%;
	font-size: 12px;
	margin: 0 0 10px;
}
.academic_day span{
	margin: 0 0 0 15px;
}

.academic_line{
	width: 100%;
	display: inline-block;
	margin: 0 0 10px;
}

.academic_tag01{
	width: 74px;
	padding: 3px 8px;
	background-color: #0abab5;
	color: #fff;
	float: left;
	margin: 0 5px 0 0;
	line-height: 1;
}

.academic_tag02{
	padding: 3px 8px;
	background-color: #0abab5;
	color: #fff;
	float: left;
	margin: 0 5px 0 0;
	line-height: 1;
}

.academic_tit h2{
	width: calc( 100% - 16px );
	font-weight: 400;
	font-size: 16px;
	padding: 0 0 0 16px;
	margin: 0;
	position: relative;
}
.academic_tit h2 a{
	text-decoration: underline;
}
.academic_arrow{
	width: 10px;
	height: 15px;
	position: absolute;
	top: 3px;
	left: 0;
}
.academic_arrow img{
	width: 10px;
	height: 15px;
}

.academic_aw_line{
	display: inline-block;
	float: left;
}

.academic_aw_img{
	width: 20px;
	height: 22px;
	float: left;
	margin: 0 5px 0 0;
}
.academic_aw_img img{
	width: 20px;
	height: 22px;
}

.academic_aw_txt{
	font-size: 18px;
	color: #f8b62d;
	float: left;
	line-height: 1;
}

/************************執筆活動************************/
.wr_box{
	width: 1050px;
	margin: 0 auto 150px;
}

.wr_bar {
    width: 1030px;
    padding: 5px 0 5px 20px;
    background-color: #0abab5;
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    margin: 0 auto 30px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
    box-sizing: border-box;
}

/* アロー（矢印）のスタイル */
.wr_arrow {
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

/* アクティブ時のアロー（上向き） */
.wr_bar.active .wr_arrow {
    transform: rotate(-45deg);
}

/* アコーディオンコンテンツ */
.wr_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    width: 1050px;
    margin: 0 auto 30px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: left;
	justify-content: left;
}

/* デモ用のコンテンツスタイル */
.wr_content-inner {
	background-image: url("../initiative/writing/img/book.svg");
	width: 216px;
	height: 300px;
	margin: 0 20px 40px;
}

.wr_book_area01{
	width: 194px;
	height: 246px;
	padding: 30px 0 24px 22px;
	text-align: center;
}

.wr_book_area02{
	width: 194px;
	height: 264px;
	padding: 12px 0 24px 22px;
	text-align: center;
}


.book_tit01{
  padding: 0 2px;
  margin: 30px 0;
  line-height: 1.7;
  background: #fff;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  display: inline;
  -webit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.book_tit02{
  padding: 0 2px;
  margin: 30px 0;
  line-height: 1.5;
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: inline;
  -webit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.book_txt01{
	width: 90%;
	margin: 30px auto 10px;
	padding: 0;
	text-align: center;
	line-height: 1.3;
}
.book_txt02{
	width: 90%;
	font-size: 14px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 1.3;
}

.book_txt03{
	width: 90%;
	margin: 5px auto;
	padding: 0;
	text-align: center;
	line-height: 1.3;
}

.book_txt04{
	width: 90%;
	margin: 5px auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
}
.book_txt05{
	width: 90%;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 1.3;
}

/************************学会発表・下層************************/
.academic_bg{
	width: 800px;
	padding: 50px 125px;
	margin: 0 auto 100px;
	background-color: #cdf1f0;
}

.academic_box{
	width: 700px;
	padding: 50px;
	margin: 0 auto 100px;
	background-color: #fff;
}

.ac_area{
	width: 700px;
	margin: 0 auto 30px;
	border-bottom: solid 8px #0abab5;
}

.ac_day{
	width: 100%;
	font-size: 12px;
	margin: 0 0 10px;
}
.ac_day span{
	margin: 0 0 0 15px;
}

.ac_line{
	width: 100%;
	display: inline-block;
	margin: 0 0 10px;
}

.ac_tag01{
	width: 74px;
	padding: 3px 8px;
	background-color: #0abab5;
	color: #fff;
	float: left;
	margin: 0 5px 0 0;
	line-height: 1;
}

.ac_tag02{
	padding: 3px 8px;
	background-color: #0abab5;
	color: #fff;
	float: left;
	margin: 0 5px 0 0;
	line-height: 1;
}

.ac_tit h2{
	width: 100%;
	font-weight: 700;
	font-size: 24px;
	padding: 0;
	margin: 0;
	position: relative;
}

.ac_aw_line{
	display: inline-block;
	float: left;
}

.ac_aw_img{
	width: 20px;
	height: 22px;
	float: left;
	margin: 0 5px 0 0;
}
.ac_aw_img img{
	width: 20px;
	height: 22px;
}

.ac_aw_txt{
	font-size: 18px;
	color: #f8b62d;
	float: left;
	line-height: 1;
}

/**01**/
.ac_txtbox{
	width: 660px;
	padding: 20px;
	margin: 0 auto 80px;
	background-color: #cdf1f0;
}


.ac_txt01{
	width: 100%;
	margin: 0 auto 50px;
	padding: 0;
}
.ac_txt01 img{
	width: 500px;
	height: auto;
	margin: 0 auto;
	display: block;
}

.ac h3{
	width: calc( 100% - 19px );
	margin: 0 0 15px;
	font-size: 20px;
	font-weight: 700;
	border-bottom: dashed 2px #0abab5;
    background-image: url("../initiative/academic/img/h2.png");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 19px;
}
@media screen and (min-width:769px) and ( max-width:1049px) {
/*　画面サイズが769pxから1079pxまではここを読み込む　*/


}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */


/***取り組み***/
.initiative_area{
	width: 90%;
	margin: 0 auto 50px;
}

.initiative_line{
	width: 100%;
	display: inline-block;
}

.initiative_l{
	width: 120px;
	height: 150px;
	margin: 0 auto 20px;
	float: none;
}
.initiative_l img{
	width: 100%;
	height: auto;
}
.initiative_r{
	width: 100%;
	float: none;
}

.initiative_box{
	width: 90%;
	margin: 0 auto 80px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.initiative-card {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    margin: 0 0 30px;
    position: relative;
}

.initiative-card-image {
    width: 120px;
    height: 75px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}

.initiative-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    display: block;
}

.initiative-card-text {
    width: calc( 100% - 150px );
    height: 35px;
    padding: 25px 15px 15px;
    text-align: left;
    background-color: #cdf1f0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
    transition: transform 0.3s ease;
    transform-origin: center center;
    float: left;
}
.initiative-card-text img{
	display: none;
}

.initiative-card-svg{
    width: 54px;
    height: 54px;
    margin: 0 auto;
    position: absolute;
    right: 15px;
    top: 10px;
}
.initiative-card-svg img {
    width: 54px;
    height: 54px;
}

/* ホバー効果 */
.initiative-card:hover .initiative-card-image img {
    width: 90%;
    height: 90%;
    object-fit: cover;
}

/*
.initiative-card:hover .initiative-card-text {
    transform: scale(1.2);
}
*/


/************************健康診断************************/
.health_img01{
	width: 360px;
	height: 225px;
	margin: 0 auto 20px;
}
.health_img01 img{
	width: 360px;
	height: 225px;
}

.wrapper {
    text-align: center;
    margin: 0 0 30px;
    padding: 0 0 20px;
}

.method2 {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    color: #333;
    background: linear-gradient(
        to right,
        #cdf1f0 0%,
        #cdf1f0 100%
    );
    background-size: 100% 5px;
    background-position: center;
    background-repeat: no-repeat;
}

.health_box01{
	width: 90%;
	margin: 0 auto 40px;
	position: relative;
}

.health_line01{
	width: 100%;
	display: inline-block;
}
.health_l01{
	width: 100%;
	margin: 0 0 20px;
	float: none;
	position: relative;
	z-index: 10;
}

.health_txt01{
	width: 100%;
	margin: 0 0 30px;
}
.health_txt01 span{
	color: #0abab5;
}

.health_txt02{
	width: calc( 100% - 20px );
	padding: 20px 10px;
	font-size: 20px;
	font-weight: 700;
	background-color: #cdf1f0;
}


.health_r01{
	width: 240px;
	height: 240px;
	float: none;
	margin: 0 auto 50px;
}
.health_r01 img{
	width: 100%;
	height: auto;
}


.health_txt03{
	width: 100%;
	text-align: center;
	margin: -30px 0 60px;
}

.health_box02{
	width: 90%;
	height: auto;
	margin: 0 auto 80px;
	position: relative;
}

.health_r02{
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
	position: relative;
	z-index: 1;
}
.health_r02 img{
	width: 100%;
	height: auto;
}

/*テーブル*/
.health_table{
	width: 100%;
}

.health_td01{
	width: 10%;
	padding: 10px 0;
	text-align: center;
	background-color: #0abab5;
	vertical-align: middle;
	border-right: solid 5px #fff;
	border-bottom: solid 8px #fff;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

.health_td02{
	width: 90%;
	padding: 10px 15px;
	text-align: left;
	vertical-align: top;
	background-color: #cdf1f0;
	border-left: solid 5px #fff;
	border-bottom: solid 8px #fff;
}

.health_td_box01{
	width: 100%;
	padding: 0 0 8px;
	margin: 0 0 10px;
	border-bottom: dashed 2px #fff;
}
.health_td_box01 span{
	color: #0abab5;
}

.health_td_box02{
	width: 100%;
	padding: 8px 0;
}
.health_td_box02 span{
	color: #0abab5;
}

.health_txt04{
	width: 90%;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin: 10px auto 60px;
}

.health_txt05{
	width: 90%;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin: 0 auto 60px;
}


/************************予防について************************/
.prevention_txt01{
	width: 90%;
	margin: 0 auto 30px;
}

.prevention_bg{
	width: 90%;
	padding: 25px 5%;
	margin: 0 auto 50px;
	background-color: #cdf1f0;
}

.prevention_box{
	width: 90%;
	padding: 20px 5%;
	margin: 0 auto 35px;
	background-color: #fff;
	display: inline-block;
}

.prevention_l{
	width: 210px;
	height: 210px;
	margin: 0 auto 20px;
	float: none;
}
.prevention_l img{
	width: 100%;
	height: auto;
}

.prevention_r{
	width: 100%;
	float: none;
}

.prevention_tit h2{
	width: 100%;
	margin: 0 auto 15px;
	font-size: 30px;
	font-weight: 700;
	padding: 0 0 5px;
	border-bottom: solid 3px #0abab5;
}

.prevention_txt02{
	width: 100%;
	padding: 0;
	margin: 0;
}
.prevention_txt02 span{
	color: #0abab5;
}


/************************学会発表************************/
.academic_box{
	width: 90%;
	margin: 0 auto 100px;
	padding: 0;
}

.academic_area{
	width: 100%;
	padding: 0 0 8px;
	margin: 0 auto 30px;
	border-bottom: solid 1px #0abab5;
}

.academic_day{
	width: 100%;
	font-size: 12px;
	margin: 0 0 10px;
}
.academic_day span{
	margin: 0 0 0 15px;
}

.academic_line{
	width: 100%;
	display: inline-block;
	margin: 0 0 10px;
}

.academic_tag01{
	width: 74px;
	padding: 3px 8px;
	background-color: #0abab5;
	color: #fff;
	float: none;
	margin: 0 5px 0 0;
	line-height: 1;
}

.academic_tag02{
	padding: 3px 8px;
	background-color: #0abab5;
	color: #fff;
	float: none;
	margin: 0 0 10px;
	line-height: 1;
  display: inline;
  -webit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.academic_tit h2{
	width: calc( 100% - 16px );
	font-weight: 400;
	font-size: 16px;
	padding: 0 0 0 16px;
	margin: 0;
	position: relative;
}
.academic_tit h2 a{
	text-decoration: underline;
}

.academic_arrow{
	width: 10px;
	height: 15px;
	position: absolute;
	top: 3px;
	left: 0;
}
.academic_arrow img{
	width: 10px;
	height: 15px;
}

.academic_aw_line{
	width: 100%;
	display: inline-block;
	float: none;
	margin: 20px 0;
}

.academic_aw_img{
	width: 20px;
	height: 22px;
	float: left;
	margin: 0 5px 0 0;
}
.academic_aw_img img{
	width: 20px;
	height: 22px;
}

.academic_aw_txt{
	font-size: 18px;
	color: #f8b62d;
	float: left;
	line-height: 1;
}

/************************学会発表・下層************************/
.academic_bg{
	width: 90%;
	padding: 50px 5%;
	margin: 0 auto 50px;
	background-color: #cdf1f0;
}

.academic_box{
	width: calc( 100% - 20px );
	padding: 50px 10px;
	margin: 0 auto 50px;
	background-color: #fff;
}

.ac_area{
	width: 100%;
	margin: 0 auto 30px;
	border-bottom: solid 8px #0abab5;
}

.ac_day{
	width: 100%;
	font-size: 12px;
	margin: 0 0 10px;
}
.ac_day span{
	margin: 0 0 0 15px;
}

.ac_line{
	width: 100%;
	display: inline-block;
	margin: 0 0 10px;
}

.ac_tag01{
	width: 74px;
	padding: 3px 8px;
	background-color: #0abab5;
	color: #fff;
	float: left;
	margin: 0 5px 0 0;
	line-height: 1;
}

.ac_tag02{
	padding: 3px 8px;
	background-color: #0abab5;
	color: #fff;
	float: left;
	margin: 0 5px 0 0;
	line-height: 1;
}

.ac_tit h2{
	width: 100%;
	font-weight: 700;
	font-size: 24px;
	padding: 0;
	margin: 0;
	position: relative;
}

.ac_aw_line{
	display: inline-block;
	float: left;
}

.ac_aw_img{
	width: 20px;
	height: 22px;
	float: left;
	margin: 0 5px 0 0;
}
.ac_aw_img img{
	width: 20px;
	height: 22px;
}

.ac_aw_txt{
	font-size: 18px;
	color: #f8b62d;
	float: left;
	line-height: 1;
}

/**01**/
.ac_txtbox{
	width: calc( 100% - 40px );
	padding: 20px;
	margin: 0 auto 40px;
	background-color: #cdf1f0;
}


.ac_txt01{
	width: 100%;
	margin: 0 auto 50px;
	padding: 0;
}
.ac_txt01 img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.ac h3{
	width: calc( 100% - 19px );
	margin: 0 0 15px;
	font-size: 20px;
	font-weight: 700;
	border-bottom: dashed 2px #0abab5;
    background-image: url("../initiative/academic/img/h2.png");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: left 10px;
    padding: 0 0 0 19px;
}


/************************執筆活動************************/
.wr_box{
	width: 90%;
	margin: 0 auto 80px;
}

.wr_bar {
	width: calc( 100% - 20px );
    padding: 5px 0 5px 20px;
    background-color: #0abab5;
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    margin: 0 auto 30px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
    box-sizing: border-box;
}

/* アロー（矢印）のスタイル */
.wr_arrow {
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

/* アクティブ時のアロー（上向き） */
.wr_bar.active .wr_arrow {
    transform: rotate(-45deg);
}

/* アコーディオンコンテンツ */
.wr_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    width: 100%;
    margin: 0 auto 30px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/* デモ用のコンテンツスタイル */
.wr_content-inner {
	background-image: url("../initiative/writing/img/book.svg");
	width: 216px;
	height: 300px;
	margin: 0 auto 40px;
}

.wr_book_area01{
	width: 194px;
	height: 246px;
	padding: 30px 0 24px 22px;
	text-align: center;
}

.wr_book_area02{
	width: 194px;
	height: 264px;
	padding: 12px 0 24px 22px;
	text-align: center;
}


.book_tit01{
  padding: 0 2px;
  margin: 30px 0;
  line-height: 1.7;
  background: #fff;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  display: inline;
  -webit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.book_tit02{
  padding: 0 2px;
  margin: 30px 0;
  line-height: 1.5;
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: inline;
  -webit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.book_txt01{
	width: 90%;
	margin: 30px auto 10px;
	padding: 0;
	text-align: center;
	line-height: 1.3;
}
.book_txt02{
	width: 90%;
	font-size: 14px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 1.3;
}

.book_txt03{
	width: 90%;
	margin: 5px auto;
	padding: 0;
	text-align: center;
	line-height: 1.3;
}

.book_txt04{
	width: 90%;
	margin: 5px auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
}
.book_txt05{
	width: 90%;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 1.3;
}

}

@media screen and (min-width: 769px) {
/*　画面サイズが769pxからはここを読み込む　*/

}
