﻿@charset "UTF-8";

/* -----------------------------------------------
FileName:layout.css
----------------------------------------------- */

/*  =============================
		common
================================ */
#CONTENTS div.main {
	width: 920px;
}

/* h1 h2
------------------------------------------------*/
div.main h1 {
	margin-top:20px;
}

.cont_ttl {
	padding:  0.65em 0.8em;
	margin-bottom: 20px;
	border-left: 4px solid #b60081;
	font-size: 18px;
	font-weight: bold;
	color: #b60081;
}

.cont_sub-ttl {
	font-size: 14px;
	font-weight: bold;
	color: #b60081;
}

/* add 200108
------------------------------------------------*/
.pc-none {
	display: none;
}

.cms_content_inner {
	width: 920px;
	margin: 40px auto 60px;
	color: #333;
}

.cms_content_inner img {
	width: 100%;
	max-width: 100%;
}

.btn_txt-s {
	font-size: 16px;
}
.txt-center {
	text-align: center;
}

.flex-column {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.flex-column.three-col_list .ad_item {
	width: calc((100% - 20px) / 3 );
}

a.more {
	color: #000;
}
a.more::after {
	content: '';
	display: inline-block;
	margin-top: -3px;
	margin-left: 8px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

a.btn_style {
	box-sizing: border-box;
	display: block;
	width: 456px;
	margin: 0 auto;
	padding: 19px 53px 20px 13px;
	border-radius: 5px;
	font-size: 16px;
	text-decoration: none;
	line-height: 1.5;
	overflow: hidden;
	cursor: pointer;
}
a.btn_style:hover {
	opacity: 0.8;
}
a.btn_pink {
	position: relative;
	text-align: center;
	color: #fff;
	background: #b60081;
}
a.btn_pink::before {
	display: block;
	width: 20px;
	height: 20px;
	content: url(../cms_images/common/btn_icon.png);
	position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
a.btn_trial {
	font-size: 1.8em;
}

.btn_style a {
	box-sizing: border-box;
	display: block;
	width: 456px;
	margin: 0 auto;
	padding: 19px 53px 20px 13px;
	border-radius: 5px;
	font-size: 16px;
	text-decoration: none;
	line-height: 1.5;
	overflow: hidden;
	cursor: pointer;
}
.btn_style.btn_trial a {
	font-size: 1.8em;
}
.btn_style a:hover {
	opacity: 0.8;
}
.btn_pink a {
	position: relative;
	text-align: center;
	color: #fff;
	background: #b60081;
}
.btn_pink a::before {
	display: block;
	width: 20px;
	height: 20px;
	content: url(../cms_images/common/btn_icon.png);
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.btn_style.disable {
	box-sizing: border-box;
	display: block;
	width: 456px;
	margin: 0 auto;
	padding: 19px 53px 20px 13px;
	border-radius: 5px;
	font-size: 16px;
	text-decoration: none;
	line-height: 1.5;
	overflow: hidden;
	cursor: default;
}
.btn_pink.disable {
	position: relative;
	text-align: center;
	color: #fff;
	background:#b6ACb4;
}
.btn_style.btn_trial.disable {
	font-size: 1.8em;
}
.btn_pink.disable::before {
	display: block;
	width: 20px;
	height: 20px;
	content: url(../cms_images/common/btn_icon_gray.png);
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
/* annotation_list
---------------------------------------------------------- */
.annotiation_list li {
	text-indent: -2em;
	padding-left: 2em;
	font-size: 12px;
}
.annotiation_list li:before {
    display: inline-block;
    width: 2em;
    text-indent: 0;
}

.num_annotation_list {
	counter-reset: number;
}
.num_annotation_list li:before {
		counter-increment: number;
    content: "\203B"counter(number);
}
.kome_annotation_list li:before {
    content: "\203B";
}

/*  =============================
		lead_wrapper
================================ */
.lead_wrapper {
	margin: 0 auto;
}
.lead_inner {
	margin-top: 20px;
	padding: 0 10px;
	box-sizing: border-box;
}
.lead_inner .lead {
	font-weight: bold;
}
.lead_inner .annotation {
	margin-top: 10px;
	font-size:85%;
	color:#808080;
	font-weight:normal;
}
.lead_inner .annotation_list,
.lead_inner .annotation_txt {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.lead_inner .annotation_list > li {
	margin-top: 10px;
	line-height: 1.5;
}
.lead_inner .annotation_list > li::before,
.lead_inner .annotation_txt::before {
	content: "\203B";
	display: inline-block;
	width: 1.5em;
	text-indent: 0;
}
.txt-s {
	font-size: 0.5em;
}

/*  =============================
		adsense_wrapper
================================ */
.adsense_inner {
	width: 920px;
	margin: 60px auto;
	text-align: center;
}
.adsense_inner img {
	width: auto;
	max-width: 100%;
}
.adsense_inner .sp_ad {
	display: none;
}

/*  =============================
		anchor link
================================ */
.theater_ank_lnk {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	margin: 20px 0;
}
.theater_ank_lnk li {
	width: 25%;
	margin-top: 20px;
	text-align: center;
}
.theater_ank_lnk li:nth-child(n+1):nth-child(-n+4) {
	margin-top: 0;
}
.theater_ank_lnk li a {
	display: inline-block;
	color: #000000;
}
.theater_ank_lnk li a::after {
	content: '';
	display: inline-block;
	margin-top: -3px;
	margin-left: 8px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
