@import url(common.css);

h1 {
	color: #484848;
	font-size: 40px;
	text-align: center;
	padding: 0 0 10px;
	margin: 50px 0 45px 0 ;
	border-bottom: solid 5px #92d4e5;
}

.is-coloeMode_dark h1 {
    color: #fff;
}

h1 img {
	vertical-align:text-top;
}

div.lineup {
	display: flex;
	justify-content: space-between;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0 0 0;
}

table tr:nth-child(2n-1) {
    color: #333;
	background-color: #fff;
}

table th,
table td {
    vertical-align: middle;
	padding: 10px 5px;
}

table th {
	white-space: nowrap;
	border-right: dotted 1px #c1c1c1;
}

.style1 {
    max-width: 50%;
}

.style1 a {
    color: #0e94b7;
    font-weight: bold;
}

.style1 thead th {
	color: #fff;
	background-color: #000;
	border-right: solid 1px #fff;
}

.style1 th {
	border-right: solid 1px #fff;
}

.style1 thead th {
	color: #fff;
	background-color: #000;
}

.style1-3 th {
    color: #fff;
    background-color: #9ac82b;
}

.style1-3 td {
    background-color: #dbe3ae;
}

.style1-3 td.odd {
    background-color: #e8f1c6;
}

.style1-4 th {
    color: #fff;
    background-color: #65bca2;
}

.style1-4 td {
    background-color: #c6e5d6;
}

.style1-4 td.odd {
    background-color: #deefea;
}

.style1-5 th {
    color: #fff;
    background-color: #80c1e2;
}

.style1-5 td {
    background-color: #d2ecf7;
}

.style1-5 td.odd {
    background-color: #e1f2f7;
}

.style1-6 th {
    color: #fff;
    background-color: #8b89c1;
}

.style1-6 td {
    background-color: #cecae3;
}

.style1-6 td.odd {
    background-color: #dedbed;
}

div.cover {
	text-align: center;
	flex: 1;
	padding-right: 10px;
}

div.cover img {
	max-width: 400px;
	max-height: 400px;
}

.movie {
  color: #fff;
	background-color: #06607a;
  display: block;
	max-width: 280px;
	margin: 16px auto;
	padding: 8px 0;
}

div.credit {
	width: 50%;
	max-width: 420px;
	margin: 0 0 0 20px;
}

div.credit dl img {
	vertical-align: text-top;
}

div.credit dl:not(.appendix) dd:before {
	/*content: "：";*/
	margin: 0 2px;
}

div.credit div {
	display: flex;
	justify-content: space-between;
	padding: 10px;
}

div.credit div ul li {
	display: inline-block;
	margin: 0 5px 0 0;
}

div.credit div dl:not(.appendix) {
	display: flex;
	align-items: center;
	padding: 0;
}

div.credit div dl {
	color: #fff;
}

ul.appendix li {
	display: block;
	margin: 0 5px 0 0;
}

p.explain {
	line-height: 1.5;
	padding: 20px 0 0 0;
}

p.item::before {
  content: "●";
  color: #0e94b7;
}

dl.appendix dt {
  line-height: 1;
  border: solid 1px #444;
  border-radius: 2px;
  padding: 2px;
  display: inline-block;
}

.indent1 {
  text-indent: 1em;
}

.img160 {
  max-width: 160px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	position: relative;
	border-bottom: solid 2px #848484;
	margin: 20px 0 5px 0;
}

h3 span {
	color: #0e94b7;
	margin: 0 0 -2px 0;
	display: inline-block;	
	border-bottom: solid 2px #71bbce;
}

div.credit dl:not(.appendix) dt {
	float: left;
	clear: left;
}

div.credit dl.spec {
	margin: 1em 0;
}

div.credit dl.price {
	display: flex;	
}


div.credit dl.price-align dt {
	width: 6em;
}

/* 特徴 */
h2 {
	font-size: 24px;
	position: relative;
	border-bottom: solid 2px #848484;
	margin: 50px 0 20px 0;
	font-weight: normal;
}

h2>span:first-child {
	color: #0e94b7;
	margin: 0 20px -2px 0;
	display: inline-block;
	border-bottom: solid 2px #71bbce;
}

h2 span.lead{
	font-size: 16px;
}

ol {
  counter-reset:number;
}

ol li {
  color: #333;
  line-height: 1.5;
  padding: 15px 15px 15px 70px;
  margin-bottom: 5px;
  background-color: #fff;
  background-repeat: no-repeat, repeat-y;
}

ol li:nth-child(1){
	background-image: url(../img/img_list_1.png), url(../img/bg_list.png);
	background-position: left 23px center, left top;
}
ol li:nth-child(2){
	background-image: url(../img/img_list_2.png), url(../img/bg_list.png);
	background-position: left 13px center, left top;
}
ol li:nth-child(3){
	background-image: url(../img/img_list_3.png), url(../img/bg_list.png);
	background-position: left 13px center, left top;
}
ol li:nth-child(4){
	background-image: url(../img/img_list_4.png), url(../img/bg_list.png);
	background-position: left 13px center, left top;
}
ol li:nth-child(5){
	background-image: url(../img/img_list_5.png), url(../img/bg_list.png);
	background-position: left 13px center, left top;
}
ol li:nth-child(6){
	background-image: url(../img/img_list_6.png), url(../img/bg_list.png);
	background-position: left 13px center, left top;
}
ol li:nth-child(7){
	background-image: url(../img/img_list_7.png), url(../img/bg_list.png);
	background-position: left 13px center, left top;
}

ol li dl+dl {
	margin: 10px 0 0 0;
}

ol li h4 {
	color: #0e94b7;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	margin: 0 0 5px 0;	
}

ol li dt {
	font-size: 18px;
	font-weight: bold;
}

ol li a,
.is-coloeMode_dark ol li a {
	color: #0e94b7;	
	text-decoration: none;	
}

ol li a:hover {
	text-decoration: underline;	
}

ul.list li {
    color: #333;
	line-height: 1.5;
	padding: 15px;
	margin-bottom: 5px;
	background-color: #fff;
	background-repeat: no-repeat, repeat-y;
	border-left: solid 5px #71bbce;
}

.is-coloeMode_dark ul.list a {
	color: #0e94b7;	    
}

ul.list li:first-line {
	line-height: 2.5;
	font-weight: bold;
}

ul.list.comment li {
	padding: 10px 15px;
}

ul.list.comment li:first-line {
	line-height: 1.5;
	font-weight: normal;
}

ul.list.chapter li {
	padding: 5px 10px;
	margin-bottom: 0;
	border-left: none;
}

ul.list.chapter li:nth-child(2n) {
	background-color: #f9f9f9;	
}

ul.list.chapter.separate li {
	text-align: right;
}
ul.list.chapter.separate span:first-child {
	float: left;
}

.special {
	display: flex;
}

.app {
	width: 140px;
}
.special ul {
	flex: 1;
}

p.page,
ul.page {
	text-align: center;
	margin: 40px 0 0 0;
}

ul.page li {
	margin: 10px;
	display: inline-block;
}

.page img {
	max-width: 400px;
}

.pickup {
	padding: 0 20px 20px;
}

.pickup p {
	max-width: 600px;
}

.pickupimage {
	text-align: center;
	margin: 20px 0;
}

.tnail img {
	height: 100px;
}

.tnails {
	margin-top: 20px;
}

/* 関連教材 */
ul.textbook h2 {
	font-size: 16px;
	border: none;
	padding: 5px 10px 10px 10px;
	margin: 10px 0 0 0;
}

ul.textbook>li {
	min-width: 400px;
	max-width: 400px;
	background-color: #fff;
	margin: 0 10px 10px 10px;
}

ul.textbook a {
	color: #333;
	flex-flow: row;
}

ul.textbook p {
	font-size: 12px;
	line-height: 1.8;
}

ul.textbook p.image{
	text-align: center;
	background-color: #f6fdff;
	width: 160px;
	padding: 10px 20px;
}

ul.textbook a>div {
	flex: 1;
}

p.search {
	text-align: right;
	border-top: solid 1px #92d4e5;
	margin: 40px 0 0 0;
	padding: 10px 0 0 0;
}

p.search a {
	color: #92d4e5;	
}


div.affiliation::after {
	content: "";
	display: block;
	clear: both;
}

div.affiliation p.photo {
	float: left;
	margin: 0 20px 0 0;
}

div.affiliation p+p {
	margin: 10px 0 0 0;
}

video {
	max-width: 100%;
}

.purchase {
	text-align: center;
	font-size: 1.6rem;
	margin-top: 20px;
	margin-bottom: 20px;
}

.purchase a {
	transition: none;
}
.purchase a:hover {
	color: #0e94b7;
	text-decoration: underline;
	opacity: 1;
}

.caution {
	font-size: 14px;
	margin-top: 10px;
}

.r6support {
	font-size: 2.0rem;
	display: inline-block;
	text-align: left;
	margin-inline:auto;
}

/* SP ======================================*/
@media only screen and (max-width:749px) {
/*==========================================*/
	h1 {
		font-size: 30px;
	}
	div.lineup {
		display: block;
	}
	div.credit {
		width: auto;
		max-width: none;
		margin: 20px 0 0 0;
	}
	.style1 {
		max-width: none;
	}
}


