@charset "utf-8";

/* common */
html,body{}
body{font-size:88%;font-family:"游明朝体",YuMincho,'Yu Mincho',serif;color:#000000;margin:0;padding:0;text-align:left;overflow-x:hidden;}
body{-webkit-text-size-adjust:none;}
body.fixed{position:fixed;width:100%;left:0;}

.noto{font-family:'Noto Sans JP',sans-serif;}
.medium{font-weight:500;}

@media screen and (max-width:480px){
body{font-size:82%;}
}

h1,h2,h3,h4,h5,h6,p,ol,ul,dt,dd{font-size:100%;padding:0;}

h1,h2,h3,h4,h5,h6{line-height:1.5em;margin:0 0 1em;font-weight:normal;}
p{line-height:1.8em;margin:0 0 1.5em;}
ol,ul,dt,dd{line-height:1.7em;margin:0 0 1.5em;}
table{line-height:1.5em;margin:0 0 1.5em;}

strong{font-weight:bold;}

img{border:none;max-width:100%;height:auto;}


/* リスト通常使用 */
ul.normal{padding-left:15px;margin-left:15px;list-style:disc;}
ul.normal li{}
ul.none{list-style:none;}

ol.normal{padding-left:15px;margin-left:15px;list-style:decimal;}
ol.normal li{}

dl{margin:0;padding:0;}
dt{margin:0;padding:0;}
dd{margin:0;padding:0;}


a:link{text-decoration:underline;color:#000000;}
a:visited{text-decoration:underline;color:#000000;}
a:hover{text-decoration:none;color:#000000;}

a{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
a img{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
a:hover img{filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}

img{max-width:100%;}


table{border-collapse:collapse;border-spacing:1px;}
th,td{padding:10px;vertical-align:middle;text-align:center;}
th{background:#ffffff;color:#ffffff;font-size:114%;font-weight:bold;}
td{background:#ffffff;}
td{text-align:left;}

.bor_s2{border: solid 2px #EFEFEF;}

@media screen and (max-width:640px){
th,td{padding:10px;font-size:90%;letter-spacing:0;}
}
@media screen and (max-width:480px){
th,td{padding:5px;}
}


.pc{}
.sp{display:none !important;}
@media screen and (max-width:900px){
	.pc{display:none !important;}
	.sp{display:block !important;}
	img.sp{display:inline !important;}
}


/* コンテンツ */

/* ヘッダー */
.header-main{
	background-image: url(../images/head_bg.png);
	background-position: center center;
	background-repeat: repeat-x;
	background-size: cover;
	padding-top: 90px;
}

.header-main h1{
	margin: 0 auto;
	padding: 2rem 0;
	width: 80%;
	max-width: 1000px;
}

header .g-header{
	display: flex;
	flex-wrap: nowrap;
	margin: 0 auto;
	width: 100%;
	height: 90px;
	justify-content: space-between;
	padding: 1.2rem 2.5rem 0.5rem;
	background-color: #fff;
	border-bottom: solid 4px #03328E;
	align-items: center;

	position: fixed;
	top: 0;
	z-index: 999;
}

header .g-header .header_logo img{max-width: 180px; width: 100%;}

header .g-header #g_navi{
	display: block;
	flex-wrap: nowrap;
	width: 100%;
	align-items: center;
}

header .g-header #g_navi > ul{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	justify-content: flex-end;
	position: relative;
}

header .g-header #g_navi > ul li{
	font-size: 1rem;
	flex-wrap: nowrap;
}

#g_navi > ul li a{
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 0.6rem 1.5rem;
	border-right: dotted 1px #000;
	position: relative;
}

#g_navi > ul li a::after{
	position: absolute;
	left:0;
	right:0;
	margin:auto;
	content: '';
	width: 60%;
	height: 5px;
	background: #03328E;
	bottom: -18px;               /*アンダーラインがaタグの下端から現れる*/
	transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
	transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
	transition: transform 0.3s; /*変形の時間*/
}

@media screen and (max-width:1280px){
	header .g-header #g_navi > ul li{
	font-size: 0.9rem;
}
	#g_navi > ul li a{
	padding: 0.7rem 1.8rem;
}
}

@media screen and (max-width:1180px){
	header .g-header #g_navi > ul li{
	font-size: 0.8rem;
}
	#g_navi > ul li a{
	padding: 0.7rem 1.4rem;
}
}

@media screen and (max-width:1100px){
	header .g-header #g_navi > ul li{
	font-size: 0.8rem;
}
	#g_navi > ul li a{
	padding: 0.5rem 1.2rem;
}
}

@media screen and (max-width:1000px){
	header .g-header #g_navi{
display: none;
}
	
.header-main{
	padding-top:60px;
}
.header-main h1{
	margin: 0 auto;
	padding: 1rem 0 0.5rem;
	width: 92%;
	max-width:inherit;
}
}

@media screen and (max-width:900px){
.header-main{padding-top:100px;
}
}

@media screen and (max-width:520px){
.header-main{padding-top:60px;
}
}


.current_item{
	position: absolute;
	left:0;
	right:0;
	margin:auto;
	content: '';
	width: 60%;
	height: 6px;
	background: #03328E;
	bottom: -16px;               /*アンダーラインがaタグの下端から現れる*/
	transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
	transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
	transition: transform 0.3s; /*変形の時間*/
}

#g_navi > ul li a:hover{
	color: #03328E;
}
	
#g_navi > ul li a:hover::after {
	transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
}

#g_navi > ul li:last-child a{
	border-right: none;
}

.g-header .sns_oth ul{
	display: flex;
	width: 60%;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin: 0 0 0 auto;
	align-items: center;
}

.g-header .sns_oth ul li{margin-right: .8rem;}
.g-header .sns_oth ul li:last-child{margin-right:0;}


@media screen and (max-width:640px){
header .g-header{
	display: flex;
	flex-wrap: nowrap;
	margin: 0 auto;
	width: 100%;
	height: 64px;
	justify-content: space-between;
	padding: 0.8rem 1rem 0.5rem;
	background-color: #fff;
	border-bottom: solid 4px #03328E;
	align-items: center;

	position: fixed;
	top: 0;
	z-index: 999;
}
header .g-header .header_logo img{width: 130%;min-width:inherit;}
	.g-header .sns_oth ul{
	width: 75%;
}
}


/* アーティクル */
.red_line{height: 3px; background-color: #A0191F; width: 100%; border: none;}
.dot_line{width: 80%; border: none; border-top: dotted 1.5px #CECECE;}
section a{text-decoration: none !important;}
section h2{text-align: center; font-size: 1.8rem; font-weight:600; margin: 0;letter-spacing: 0.05em;}
section h3{text-align: center; font-size: 1.1rem; font-weight: 600; padding: 0.5rem 0; background-color: #FEE68F; letter-spacing: 0.1rem;}


.body_wrap{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-image: url(../images/art_bg.jpg);
	background-position: top center;
	background-repeat: repeat;
	background-size: auto;
}

.art_wrap{
	padding-bottom: 50px;
}

article section{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.sec01,.sec02,.sec03{
	padding: 2rem 1.5rem 1.5rem;
	background-color: #ffffff;
	margin-bottom: 50px;
}

.sec04{
	padding: 2rem 1.5rem 1.5rem;
	background-color: #ffffff;
	margin-bottom: 50px;
}

.sec01{
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: space-evenly;
}

.sec01 .sec01_l{width: 60%;}
.sec01 .sec01_l h2{text-align: center; font-size: 1.8rem; font-weight: 600; margin: 0;letter-spacing: 0.05em;}
.sec01 .sec01_l p{line-height: 2.2rem;}


.sec01 .sec01_r dl .price{font-size: 110%; font-weight: bold;}
.sec01 .sec01_r dt img{width: 180px;}




.sec02 h2 span{margin-left: 0.5rem; font-size:1.2rem; letter-spacing: .2rem; vertical-align:baseline;}
.sec02 .book_viewer{width: 80%; margin: 0 auto;}

.sec02 .flyer ul{
	display: flex;
	flex-wrap: nowrap;
	width: 90%;
	margin: 0 auto;
	justify-content: space-evenly;
}
.sec02 .flyer ul li{width: 80%;}
.sec02 .flyer ul li.degital_fry{width: 50%;}
.sec02 span img{width: 20px; object-fit: contain;}


.name_list{column-count: 2; column-width: 1.5rem; column-fill: auto; column-rule: dotted 2px #919191; column-gap: 2rem;}
.name_list dl{display: flex; flex-wrap: nowrap; padding: 0.3rem 0;}
.name_list dl dt{font-weight: bold; margin-right: 1rem;}


.t_comment{display: flex; width: 80%; flex-wrap: nowrap; justify-content: space-between; margin: 0 auto;}
.t_comment.row_r{flex-direction: row-reverse;}
.t_comment p{display: block; width: 16%; min-width: 120px; margin: 0 1rem 0 0;}
.t_comment.row_r p{margin: 0 0 0 1rem;}
.t_comment img{object-fit: contain;}
.t_comment dl{display: block; width: 80%;}
.t_comment dl dt{font-size: 1.1rem; font-weight: bold;}
.t_comment dl dd{line-height: 1.8rem;}

.expan{display: inline-block; vertical-align: middle;}

.buy{width:320px;margin:0 10px 30px;}


@media screen and (max-width:640px){
.name_list{column-count: 1;}
.name_list dl{display: flex; flex-wrap: nowrap; padding: 0.3rem 0;font-size: 0.9em;}
.name_list dl dt{font-weight: bold; margin-right: 0.5rem;}
	
.sec01{
	display:inline-block;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: space-evenly;
}

.sec01 .sec01_l{width: 100%;}
.sec01 .sec01_l h2{text-align: center; font-size: 1.8rem; font-weight: 600; margin: 0;letter-spacing: 0.05em;}
.sec01 .sec01_l p{line-height: 1.8rem;}

.sec01 .sec01_r dl{
	display: flex;
	width: 100%;
	justify-content: left;
}

.sec01 .sec01_r dd{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-left: 20px;
}
	
.t_comment{display:inline; width: 100%; flex-wrap: nowrap; justify-content: space-between; margin: 0 auto;}
.t_comment.row_r{flex-direction: row-reverse;}
.t_comment p{display: block; width: 50%; min-width:80px; margin: 0 auto 10px;}
.t_comment.row_r p{margin: 0 auto 10px;}
.t_comment img{object-fit: contain;}
.t_comment dl{display: inline; width: 100%;}
.t_comment dl dt{font-size: 1.1rem; font-weight: bold;}
.t_comment dl dd{line-height: 1.8rem;}
.dot_line{width: 100%; border: none; border-top: dotted 1.5px #CECECE;}

.buy{width:90%;margin-bottom: 30px;}
}

/* フッター */
.footer{
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	background: #03328E;
	justify-content: space-between;
	padding: 1.5rem 2.5rem 1rem;
	align-items: center;
}

.footer .footer_logo{
	width: 100%;
	max-width: 400px;
	color:#ffffff;
	font-size: 0.9em;
}

.footer .footer_logo img{
	width: 102px;
	margin-bottom: 5px;
}

.footer .sns_oth ul{
	display: flex;
	width: 45%;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin: 0 0 0 auto;
	align-items: center;
}

.footer .sns_oth ul li{margin-right: .5rem;}
.footer .sns_oth ul li:last-child{margin-right:0;}


@media screen and (max-width:640px){
	
.footer{
	padding: 1rem 1rem 1rem;
}
	
.footer .footer_logo{
	width: 100%;
	max-width:inherit;
	color:#ffffff;
	font-size: 0.7em;
}
	
.footer .sns_oth ul{
	width: 90%;
}
}

/* 目次・執筆者 */
#author .author-icon {
	margin-right: 16px;
  }
  
  #author .author-icon:before {
	font-size: 30px;
	background: #fff;
	height: 19px;
	display: inline-block;
	line-height: 16px;
  }
  
  .editor-table,
  .writer-table {
	background: #fff;
	margin-bottom: 6%;
  }
  
  .editor-table {
	padding: 24px 30px 1em;
  }
  
  .editor-table table,
  .writer-table table {
	border-collapse: collapse;
	width: 100%;
	margin: 0;
  }
  
  .author-heading {
	background: #fff;
	border-bottom: 2px solid #01beab;
	color: #01beab;
	font-size: 22px;
	font-weight: 700;
	padding: 10px 0 12px;
	margin-top: 3%;
  }
  
  .author-type .data-title {
	color: #000000;
	font-weight: bold;
	vertical-align: top;
	width: 5em;
	padding: 10px 0px 10px 10px;
	text-align: left;
  }
  
  .author-type td {
	padding-bottom: 1em;
	vertical-align: top;
  }
  
  .author-data {
	margin-bottom: 0.5rem;
	width: 50%;
	float: left;
  }
  
  .author-data dt {
	float: left;
	font-size: 100%;
	font-weight: 700;
	width: 8em;
  }
  
  .author-data dd {
	float: left;
	overflow: hidden;
  }
  
  .bunsatu-heading {
	font-size: 14px;
	line-height: 1.2;
	border-right: 2px dotted #01beab;
	width: 60px;
  }
  
  .bunsatu1,
  .bunsatu2,
  .bunsatu3,
  .bunsatu4,
  .bunsatu5 {
	position: relative;
	width: 5%;
  }
  
  .roman {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -11px;
  }
  
  .bunsatu1 {
	background: #495EB7;
  }
  
  .bunsatu2 {
	background: #D982C2;
  }
  
  .bunsatu3 {
	background: #6FBAA6;
  }
  
  .bunsatu4 {
	background: #F4A17B;
  }
  
  .bunsatu5 {
	background: #A391E5;
  }
  
  .chapter-num,
  .chapter-num2,
  .chapter-name {
	color: #000000;
	font-size: 22px;
	font-weight: 500;
	padding: 10px 0;
	display: inline-block;
  }
  
  .chapter-num,.chapter-num2 {
	font-weight: 700;
	text-align: center;
	width: 60px;
	vertical-align: top;
  }

  .chapter-num, .chapter-num2, .chapter-name .chapter-title_name{
	font-size: 15px;
  }

@media screen and (max-width:640px){
	
.bunsatu1,
  .bunsatu2,
  .bunsatu3,
  .bunsatu4,
  .bunsatu5 {
	position: relative;
	width: 10%;
  }
	
	  .roman {
	font-size: 16px;
	left: 50%;
  }
	
	  .chapter-num, .chapter-num2 {
	font-weight: 700;
	text-align: center;
	width: 30px;
  }
	
  .chapter-num,
.chapter-num2,
  .chapter-name {
	font-size: 16px;
  }

  .chapter-num, .chapter-num2, .chapter-name .chapter-title_name{
	font-size: 11px;
  }
	
}
  
  .chapter-data {
	overflow: hidden;
	width: 100%;
  }
  
  .chapter-data dd {
	float: left;
	margin-right: 1.5em;
  }
  
  /* .writer .author-type .data-title {
	padding-left: 60px;
	width: 9em;
	text-align: right;
  } */
  
  .writer .author-data dt {
	font-weight: 400;
  }
  
  .writer .author-data dd {
	font-size: 12px;
	margin-top: 3px;
  }
  
  .open,
  .close {
	cursor: pointer;
	position: relative;
  }
  
  .open:after,
  .close:after {
	position: absolute;
	color: #A0191F;
	font-size: 22px;
	top: 10px;
	right: 22px;
  }
  
  .open:after {
	content: '▼';
  }
  
  .close:after {
	content: '▲';
  }
  
.tb-br{display: none;}

@media screen and (max-width:834px){
	.writer .author-type .data-title {
		padding-left: 0px;
		width: 4em;
		text-align: right;
		padding: 10px 0 0;
	  }
	
		  .author-type .author-data{width: 100%;}
		.author-type .author-data dt{font-size: 100%;font-weight: bold;}
	
		.author-type .author-data dd{font-size: 11px; margin-top: 0;}
		
		  .chapter-data {
		overflow: hidden;
		width: 100%;
	  }
	
	  .author-type{
		display: flex;
		width: 100%;
		flex-direction: column;
		margin: 0 auto;
		padding: 0 0.5rem;
		justify-content: left;
	  }
	
	  .author-data dt{
		width: 9em;
	  }
	
	  .author-type .data-title{
		padding: 0;
		font-size: 110%;
		text-align: left !important;
	  }
	
	  .author-type td{
		  padding: 0.5rem 10px 1rem 10px;
	  }
	
	  .chapter-data dd{
		  margin-right: 0;
	  }

}

@media screen and (max-width:640px){
	.open:after,
  .close:after {
	font-size: 12px;
	top: 10px;
	right: 6px;
  }
	
	  .writer .author-type .data-title {
	padding-left: 0px;
	width: 4em;
	text-align: right;
	padding: 10px 0 0;
  }

  	.author-type .author-data{width: 100%;}
	.author-type .author-data dt{font-size: 110%; float: none; font-weight: bold;}

	.author-type .author-data dd{font-size: 12px; margin-top: 0;}
	
	  .chapter-data {
	overflow: hidden;
	width: 100%;
  }

  .author-type{
	display: flex;
	width: 100%;
	flex-direction: column;
	margin: 0 auto;
	padding: 0 0.5rem;
	justify-content: left;
  }

  .author-data dt{
	width: 9em;
  }

  .author-type .data-title{
	padding: 0;
	font-size: 110%;
	text-align: left !important;
  }

  .author-type td{
	  padding: 0.5rem 10px 1rem 10px;
  }

  .chapter-data dd{
	  margin-right: 0;
	  font-size: 130%;
  }
	
	.tb-br{display: block;}

}

@media screen and (max-width:475px){
	.author-type .data-title{padding: 5px 0px 10px 10px;}
	.author-type td{padding-left: 0.5rem;}
}


.tokuten_block{
	padding: 50px;
	background-color: #ffffff;
	margin-bottom: 50px;
}

.tokuten_l{float: left;width:305px;margin-right:50px;}
.tokuten_r{float: left;width:540px;}

.tokuten_r h2{text-align: left;}

.tokuten_r ul{list-style:disc;margin-left: 20px;}
.tokuten_r ul li{margin-bottom: 5px;}

.tokuten_r .btn{width:300px;}
.tokuten_r .btn3{width:186px; margin-right: 20px;}

@media screen and (max-width:1100px){
.tokuten_l{float: left;width:30%;margin-right:5%;}
.tokuten_r{float: left;width:65%;}
}


@media screen and (max-width:900px){
.tokuten_block{
	padding: 5%;
	background-color: #ffffff;
	margin-bottom: 50px;
}
.tokuten_l{float: none;width:100%;margin:0 0 20px;text-align: center;}
	.tokuten_l img{width:80%;}
.tokuten_r{float: none;width:100%;font-size: 1.2em;}
	.tokuten_r h2{font-size:1.6em;text-align: center;}
	.btn_area{text-align:center;}
.tokuten_r .btn{width:60%;margin: 0 auto;}
.tokuten_r .btn3{width:50%;margin: 0 auto;}

}

@media screen and (max-width:768px){
	
.tokuten_block{
	padding: 5%;
	background-color: #ffffff;
	margin-bottom: 30px;
}
.tokuten_l{float: none;width:100%;margin:0 0 20px;}
.tokuten_r{float: none;width:100%;}
	.tokuten_r img{width:80%;margin:10px 0 10px 10%;}
	.tokuten_r h2{font-size:1.4em;text-align: center;}
	.btn_area{text-align:center;}
.tokuten_r .btn{width:60%;margin: 0 auto;}
.tokuten_r .btn2{width:60%;margin: 0 auto;}

}

@media screen and (max-width:520px){
.sec01 .sec01_l h2{font-size: 1.32rem;}
section h2{font-size: 1.12rem;}

.tokuten_r .btn{width:80%;margin: 0 auto;}
.tokuten_r .btn2{width:80%;margin: 0 auto;}

}

/* Q&A */
.questions{
    padding:0px;
}
.questions .questions_wrapper{
    max-width:1200px;
    margin: 0 auto;
}
.questions .questions_wrapper .questions_content{
    background-color: #eee;
	margin: 25px 0;
	padding: 30px 50px 30px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
}
.questions .questions_wrapper .questions_content .question{
    color:#A0191F;
    text-indent: -1em;
    padding-left:1em;
    margin-left:1em;
    position:relative;
	margin-bottom: 0;
}
.questions .questions_wrapper .questions_content .question::before{
    content:"Q.";
    text-decoration: none;
    display: inline-block;
    margin-right:1em;
}
.questions .questions_wrapper .questions_content .question::after{
    content: "";
    position: absolute;
    right: -25px;
    top: 9%;
    transition: all 0.2s ease-in-out;

    display: block;
    width: 12px;
    height: 12px;
    border-top: solid 3px #A0191F;
    border-right: solid 3px #A0191F;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.questions .questions_wrapper .questions_content .question:hover{
    text-decoration:underline;
    cursor:pointer;
}
.questions .questions_wrapper .questions_content .answer{
    margin-top:40px;
    text-indent: -1em;
    padding-left:1em;
    margin-left:1em;
	margin-bottom: 0;
}
.questions .questions_wrapper .questions_content .answer::before{
    content:"A.";
    text-decoration: none;
    display: inline-block;
    margin-right:1em;
}
.questions .questions_wrapper .questions_content .open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
}

@media screen and (max-width:600px){
.questions .questions_wrapper .questions_content{font-size: 12px;}
}

.qa_list{list-style-type:lower-latin;margin:-20px 0 0 30px;}
.qa_list li{padding-left:10px;}

section h2.dg{text-align: center; font-size: 1.6rem; font-weight:600; margin: 0;letter-spacing: 0.05em;}
section h3.dg{text-align: center; font-size: 1.1rem; font-weight: 600; padding: 0.5rem 0; background-color: #00A23B; letter-spacing: 0.1rem;color: #ffffff;}
section h3.dg2{text-align: center; font-size: 1.3rem; font-weight: 600; padding: 1rem 0; background-color: #EFEFEF; letter-spacing: 0.1rem;color: #00A23B;}
section h4.dg_h4{font-size: 1.2rem; font-weight: 600; padding: 0 0 0 10px;border-left: 8px solid #00A23B;}

section .content_block{width:760px;margin: 0 auto;}
.buy_btn{width:160px;}
hr{border-top: 1px dashed #8c8b8b;border-bottom: none;}
.set_list{border:1px solid #dddddd;padding:20px;margin-bottom: 30px;}
section .lpsp{display: none;}


@media screen and (max-width:960px){
section h2.dg{text-align: center; font-size: 1.3rem; font-weight:600; margin: 0;letter-spacing: 0.05em;}
section h3.dg2{text-align: center; font-size: 1.3rem; font-weight: 600; padding: 1rem 0; background-color: #EFEFEF; letter-spacing: 0.1rem;color: #00A23B;}
section h4.dg_h4{font-size: 1.1rem; font-weight: 600; padding: 0 0 10px 0;border-bottom: 2px solid #00A23B;border-left:none;}
section .content_block{width:100%;margin: 0 auto;}
.set_list{border:1px solid #dddddd;padding:10px;margin-bottom: 20px;}
}


@media screen and (max-width:600px){
section h2.dg{text-align: center; font-size: 1rem; font-weight:600; margin: 0;letter-spacing: 0.05em;}
section h3.dg2{text-align: center; font-size: 1rem; font-weight: 600; padding: 1rem 0; background-color: #EFEFEF; letter-spacing: 0.1rem;color: #00A23B;}
section h4.dg_h4{font-size: 0.9rem; font-weight: 600; padding: 0 0 10px 0;border-bottom: 2px solid #00A23B;border-left:none;}
section .content_block{width:100%;margin: 0 auto;}
.set_list{border:1px solid #dddddd;padding:10px;margin-bottom: 20px;}
section .lpsp{display: block;}
}

/*------------------------------------------------
   追加
   ------------------------------------------------*/
dnaika_pr_btn {
	width: 100%;
	margin-top: 5%;
	margin-bottom: 5%;
}


/*------------------------------------------------
   汎用
------------------------------------------------*/

.tx_l{text-align:left !important;}
.tx_c{text-align:center !important;}
.tx_r{text-align:right !important;}

.tx_cl{margin: 0 auto;text-align: center;display: block;}
.tx_cl .text{text-align: left;display: inline-block;}

.vm{vertical-align:middle !important;}
.vt{vertical-align:top !important;}
.vb{vertical-align:bottom !important;}

.tx_sslarge{font-size:108% !important;}
.tx_slarge{font-size:114% !important;}
.tx_large{font-size:128% !important;}
.tx_xlarge{font-size:150% !important;}
.tx_xxlarge{font-size:200% !important;}
.tx_small{font-size:85% !important;}
.tx_midium{font-size:100% !important;}
.tx_xsmall{font-size:71% !important;}

@media screen and (max-width:600px){
.tx_large{font-size:108% !important;}
}

.f_bold{font-weight:bold !important;}
.f_normal{font-weight:normal !important;}

.txt_under{text-decoration:underline !important;}
.txt_strike{text-decoration:line-through !important;}

.inblock{display:inline-block !important;}
.ls_w{letter-spacing:0.2em;}
.ls_m{letter-spacing:0.1em;}

.relative{position:relative !important;}

.lh0{line-height:0em !important;}
.lh1{line-height:1em !important;}
.lh13{line-height:1.3em !important;}
.lh15{line-height:1.5em !important;}
.lh2{line-height:2em !important;}

ul.note{list-style:none !important;}
ul.note li{text-indent:-1em !important;padding-left:1em !important;}
ul.note li:before{content:"※";}

.note01{padding-left:1em !important;text-indent:-1em !important;}
.note02{padding-left:2em !important;text-indent:-2em !important;}
.note03{padding-left:3em !important;text-indent:-3em !important;}
.note04{padding-left:4em !important;text-indent:-4em !important;}
.note05{padding-left:5em !important;text-indent:-5em !important;}
.note06{padding-left:6em !important;text-indent:-6em !important;}
.note07{padding-left:7em !important;text-indent:-7em !important;}
.note08{padding-left:8em !important;text-indent:-8em !important;}
.note09{padding-left:9em !important;text-indent:-9em !important;}
.note10{padding-left:10em !important;text-indent:-10em !important;}
.note11{padding-left:11em !important;text-indent:-11em !important;}
.note12{padding-left:12em !important;text-indent:-12em !important;}

.red{color:#cc0000 !important;}
.white{color:#ffffff !important;}
.black{color:#333333 !important;}
.green{color:#00A23B !important;}

.w_full{width:100% !important;}
.wauto{width:auto !important;}

.w100{width:100px !important;}
.w200{width:200px !important;}
.w300{width:300px !important;}
.w400{width:400px !important;}
.w500{width:500px !important;}
.w600{width:600px !important;}

.w03em{width:3em !important;}
.w04em{width:4em !important;}
.w05em{width:5em !important;}
.w06em{width:6em !important;}
.w07em{width:7em !important;}
.w08em{width:8em !important;}
.w09em{width:9em !important;}
.w10em{width:10em !important;}
.w11em{width:11em !important;}
.w12em{width:12em !important;}
.w13em{width:13em !important;}
.w14em{width:14em !important;}
.w15em{width:15em !important;}
.w16em{width:16em !important;}
.w17em{width:17em !important;}
.w18em{width:18em !important;}
.w19em{width:19em !important;}
.w20em{width:20em !important;}
.w21em{width:21em !important;}
.w22em{width:22em !important;}
.w23em{width:23em !important;}
.w24em{width:24em !important;}
.w25em{width:25em !important;}
.w26em{width:26em !important;}
.w27em{width:27em !important;}
.w28em{width:28em !important;}
.w29em{width:29em !important;}
.w30em{width:30em !important;}

.bdr{border:solid 1px #dddddd !important;}
.bdr_none{border:none !important;}

.radius05{-webkit-border-radius:5px !important;-moz-border-radius:5px !important;border-radius:5px !important;}
.radius10{-webkit-border-radius:10px !important;-moz-border-radius:10px !important;border-radius:10px !important;}

.radius_top05{-webkit-border-top-left-radius:5px !important;-webkit-border-top-right-radius:5px !important;-webkit-border-bottom-left-radius:0px !important;-webkit-border-bottom-right-radius:0px !important;-moz-border-radius:5px 5px 0 0 !important;border-radius:5px 5px 0 0 !important;}
.radius_top10{-webkit-border-top-left-radius:10px !important;-webkit-border-top-right-radius:10px !important;-webkit-border-bottom-left-radius:0px !important;-webkit-border-bottom-right-radius:0px !important;-moz-border-radius:10px 10px 0 0 !important;border-radius:10px 10px 0 0 !important;}

.radius_bottom05{-webkit-border-top-left-radius:0px !important;-webkit-border-top-right-radius:0px !important;-webkit-border-bottom-left-radius:5px !important;-webkit-border-bottom-right-radius:5px !important;-moz-border-radius:0 0 5px 5px !important;border-radius:0 0 5px 5px !important;}
.radius_bottom10{-webkit-border-top-left-radius:0px !important;-webkit-border-top-right-radius:0px !important;-webkit-border-bottom-left-radius:10px !important;-webkit-border-bottom-right-radius:10px !important;-moz-border-radius:0 0 10px 10px !important;border-radius:0 0 10px 10px !important;}

.mauto{margin:auto !important;}

.mt0{margin-top:0px !important;}
.mt01{margin-top:1px !important;}
.mt05{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
@media screen and (max-width:834px){
.mt50{margin-top:30px !important;}
}
.mb0{margin-bottom:0px !important;}
.mb05{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.mb90{margin-bottom:90px !important;}
.mb100{margin-bottom:100px !important;}

.ml0{margin-left:0px !important;}
.ml05{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}

.mr0{margin-right:0px !important;}
.mr01{margin-right:1px !important;}
.mr05{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}

.pt0{padding-top:0 !important;}
.pt05{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}

.pb0{padding-bottom:0 !important;}
.pb05{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb30{padding-bottom:30px !important;}
.pb40{padding-bottom:40px !important;}

.pl0{padding-left:0 !important;}
.pl05{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl30{padding-left:30px !important;}
.pl40{padding-left:40px !important;}

.pr0{padding-right:0 !important;}
.pr05{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr30{padding-right:30px !important;}
.pr40{padding-right:40px !important;}

.pad0{padding:0 !important;}
.pad05{padding:5px !important;}
.pad10{padding:10px !important;}
.pad15{padding:15px !important;}
.pad20{padding:20px !important;}
.pad30{padding:30px !important;}
.pad40{padding:40px !important;}

.plr05{padding-left:5px !important;padding-right:5px !important;}
.plr10{padding-left:10px !important;padding-right:10px !important;}
.plr15{padding-left:15px !important;padding-right:15px !important;}
.plr20{padding-left:20px !important;padding-right:20px !important;}
.plr30{padding-left:30px !important;padding-right:30px !important;}
.plr40{padding-left:40px !important;padding-right:40px !important;}

.fl{float:left !important;}
.fr{float:right !important;}

.visi{display:block !important;}
.hide{display:none !important;}


/* clearfix */
.cls{clear:both;}
/* For modern browsers */
.cf:before,
.cf:after{content:"";display:table;} 
.cf:after{clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf{zoom:1;}/* clearfixここまで */
/* 汎用ここまで */