body{
font-family:sans-serif;
}

.literaapp {
	width: 85%;
	padding: 0 25px;
}
.literaapp img {
	width: 100%;
}
.literaapp h2 {
	text-align: center;
	border-bottom: 3px solid #cccccc;
	font-size: 1.2em;
	line-height:1.3em;
	margin: 0 auto 20px;
}
.literaapp .comment {
	width: 95%;
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 0 auto 20px;
}
.literaapp .movie {
	width: 300px;
	margin: 0 auto;
}
.literaapp .feature {
	position: relative;
	margin: 3em auto 1em;
	padding: 1em 2em;
	border: 7px solid #ccc;
	border-radius: 10px;
}
.literaapp .feature .caption{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.3em;
	padding: 0 0.5em;
	margin: 0;
	background-color: white;
	transform: translateY(-50%) translateX(17%);
}
@media (min-width: 390px) {/*iPhone SE・iPhone 8・iPhone 8+・iPhone X横 Android系横 iPad縦*/
	.literaapp .feature .caption{
		transform: translateY(-50%) translateX(20%);
	}
}
@media (min-width: 414px) {/*iPhone SE・iPhone 8・iPhone 8+・iPhone X横 Android系横 iPad縦*/
	.literaapp .feature .caption{
		font-size: 1.5em;
		padding: 0 0.5em;
		transform: translateY(-50%) translateX(15%);
	}
}



.literaapp .feature ul {
	list-style-type: none;
	margin-block-start: 1em;
	margin-block-end: 0;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0;
}
.literaapp .feature ul li{
    position: relative;
    padding: 0 0 15px 25px;
	font-size: 1.2em;
	line-height: 1.3em;
}
.literaapp .feature ul li:before {
    content: "";
    position: absolute;
    top: .35em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 3px;
    height: 7px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
}
.literaapp .feature ul li:after {
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #000000;
    border-radius: 2px;
}
.literaapp .col2 {
    width: 100%;
    margin: 0 auto 2.5em;
}
.literaapp .col2 li {
    width: 100%;
    margin: 0 auto 1rem;
    vertical-align:top;
    list-style:none;
}
.literaapp .col2 li.text {
    width: 100%;
    margin: 0 auto 1rem;
	font-size: 1.1em;
	line-height: 1.2em;
}
.literaapp .col2 .text h5 {
	position:relative;
	padding-left: 25px;
	margin-bottom:10px;
}
.literaapp .col2 .text h5:before {
    content: "";
    position: absolute;
    top: 0.1em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 6px;
    height: 12px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
}
.literaapp .col2 li h4 {
	margin:0 auto 10px;
}
.literaapp .col2 li h4 span {
	text-decoration: underline;
}
.literaapp .col1 {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
	font-size: 1.2em;
	line-height: 1.3em;
}
.literaapp .col1 h4 {
	margin:0 auto 10px;
}
.literaapp .col1 h4 span {
	text-decoration: underline;
}
.literaapp .image {
	width:100%;
	margin: 0 auto 30px;
}
.literaapp .image2 {
	max-width:421px;
	margin: 0 auto 30px;
}
.literaapp .image2 .comm {
	width: 100%;
	font-size: 0.8em;
	line-height:1.2em;
	margin: 0 auto;
	display: block;
}
.literaapp .image3 {
	width:100%;
	margin: 0 auto 50px;
}
.literaapp .tab_container {
	padding-bottom: 1em;
	border: 4px solid #9E9E9E;
	border-radius: 10px;
	margin: 0 auto 1em;
}
.literaapp .tab_item {
  width: calc(100%/3);
  padding:15px 0;
  border-bottom: 3px solid #cccccc ;
  background-color: #ffffff;
  text-align: center;
  color: #37beb0 ;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.literaapp .tab_item img {
	width:90%;
}
.literaapp .tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.literaapp .tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
  display: block;
}
.literaapp .tab_container input:checked + .tab_item {
  background-color: #ffffff;
  color: #fff;
  border-bottom: 3px solid #e91e63 ;
}
.literaapp .tab_container .c-txtsp ul li {
 	list-style:none;
	margin: 0 auto 1em;
}
.literaapp .tab_container .c-txtsp ul li span {
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 0 auto 0.5em;
	display: block;
}