@charset "utf-8";

/*========================= common =========================*/

html,body {
	background: #E5F0FF;
	height: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, 'Yu Gothic Std-TT M', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	color: #111;
	line-height: 1.6;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
}
a {
	color: #111;
	text-decoration: underline;
	cursor: pointer;
}
img {
	display: block;
	width: 100%; height: auto;
}
strong {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, 'Yu Gothic Std-TT B', 'Noto Sans JP', "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
}
.opa:hover {
	opacity: .8;
}
.trans {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.required {
	padding: 0 5px;
	background: #DD0559;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	font-size: 1rem;
	line-height: 12px;
}
.icon {
	display: inline-block;
	padding: 3px 6px;
	font-size: 1.2rem;
	line-height: 1;
	vertical-align: middle;
}
.icon.ico_viewd {
	border: 1px solid #111;
}
.icon.ico_new {
	background: #DD0559;
	color: #fff;
	border: 1px solid #DD0559;
}
.icon.ico_pop {
	background: #F26B2D;
	color: #fff;
	border: 1px solid #F26B2D;
}
.comingsoon {
	display: none;
}

/*---------- header ----------*/
.header {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 48px;
	background: #254DD0;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.25);
	-moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,.25);
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.25);
	z-index: 100;
}
.header .logo {
	position: absolute;
	left: 16px;
	width: 300px; height: 100%;
}
.header .logo a {
	display: block;
	width: 100%; height: 100%;
	background: url("../img/common2/logo.png") center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	text-indent: -9999px;
}
.header nav {
	margin: 0 auto;
	width: 288px; height: 100%;
}
.header nav ul {
	height: 100%;
	overflow: hidden;
}
.header nav ul li {
	float: left;
	width: 33.333%; height: 100%;
}
.header nav ul li a {
	display: block;
	position: relative;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-indent: .1em;
	letter-spacing: .1em;
	line-height: 48px;
}
.home .header nav ul .nav_home a:after,
.home_movie .header nav ul .nav_mov a:after,
.homehome_qa .header nav ul .nav_qa a:after {
	content: ""	;
	position: absolute;
	bottom: 0; left: 0;
	width: 100%; height: 3px;
	background: #fff;
}
.header nav ul li a:hover {
	background: #2346BD;
}
.header .btn_search {
	display: block;
	position: absolute;
	top: 0; right: 64px;
	width: 48px; height: 48px;
	background: url("../img/common2/ico_search.png") center no-repeat;
	-webkit-background-size: 24px;
	background-size: 24px;
	text-indent: -9999px;
}
.header .btn_search.act {
	background: url("../img/common2/ico_close.png") center no-repeat;
	-webkit-background-size: 18px;
	background-size: 18px;
}
.header .btn_mypage {
	display: block;
	position: absolute;
	top: 0; right: 8px;
	width: 48px; height: 48px;
}
.header .btn_mypage img {
	margin: 8px;
	width: 32px; height: 32px;
	background: #111;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-indent: -9999px;
}

/*---------- sidebar ----------*/
.sidebar {
	position: fixed;
	top: 48px; left: 0;
	width: 240px; height: 100%;
	background: #fff;
	-webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
	z-index: 90;
}
.sidebar .btn_ques {
	display: block;
	margin: 12px 8px;
	height: 40px;
	background: #3665FF;
	border: 1px solid #244FDB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
.sidebar .btn_ques span {
	display: inline-block;
	padding-left: 2em;
	background: url("../img/common2/ico_ques.png") 0 bottom no-repeat;
	-webkit-background-size: 22px 20px;
	background-size: 22px 20px;
	line-height: 22px;
}
.sidebar section {
	margin: 0 8px;
	padding: 24px 0 20px;
	border-top: 1px solid #ddd;
}
.sidebar section h2 {
	margin-bottom: 8px;
	font-size: 1.1rem;
	font-weight: bold;
	color: #3665FF;
	line-height: 1;
}
.sidebar section ul li {
	margin: 0 -4px;
	padding: 4px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 20px;
}
.sidebar section ul li:hover {
	background: #F1F7FF;
}
.sidebar section ul li a {
	display: block;
	padding: 0 8px 0 24px;
	position: relative;
	font-size: 1.3rem;
	font-feature-settings: "palt";
	text-decoration: none;
}
.sidebar section ul li a img {
	position: absolute;
	top: 0; left: 0;
	width: 20px; height: 20px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.sidebar .btn_list {
	display: block;
	margin: 0 8px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
.sidebar .btn_list:hover {
	color: #3665FF;
}
.sidebar .widget_ranking {
	display: none;
}

/*---------- footer ----------*/
.footer {
	margin-left: 240px;
	background: #254DD0;
}
.footer .inner {
	margin: 0 auto;
	width: 840px; height: 88px;
	line-height: 88px;
	overflow: hidden;
}
.footer .inner ul {
	float: left;
}
.footer .inner ul li {
	display: inline-block;
	margin-right: 24px;
}
.footer .inner ul li a {
	font-size: 1.3rem;
	font-feature-settings: "palt";
	color: #fff;
	text-decoration: none;
}
.footer .inner ul li a:hover {
	text-decoration: underline;
}
.footer .inner .copyright {
	float: right;
	font-size: 1.3rem;
	color: #fff;
}

/*---------- wrap_search ----------*/
.wrap_search {
	display: none;
	position: fixed;
	top: 48px; left: 0;
	width: 100%; /*height: 64px;*/
	background: rgba(255,255,255,.96);
	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.25);
	-moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,.25);
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.25);
	z-index: 80;
}
.wrap_search .inner {
	position: relative;
	margin-left: 240px;
}
.wrap_search .inner_bottom {
	padding-bottom: 8px;
}
.wrap_search .inner .search_text {
	display: block;
	margin: 8px auto 0;
	padding: 0 12px;
	width: 840px; height: 48px;
	background: #F2F2F2;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.6rem;
	outline: none;
}
.wrap_search .inner .search_text:focus {
	background: #fff;
	border-color: #bbb;
}
.wrap_search .inner .search_submit {
	display: block;
	position: absolute;
	top: 1px; left: 50%;
	margin-left: 347px;
	padding: 0;
	width: 72px; height: 46px;
	background: url("../img/common2/ico_search_blk.png") center no-repeat;
	-webkit-background-size: 24px;
	background-size: 24px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: none;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}

/*---------- main ----------*/
.main {
	margin-left: 240px;
	padding-top: 48px;
	overflow: hidden;
}

/* page_ttl */
.page_ttl {
	margin: 0 auto 16px;
	padding: 22px 32px;
	width: 840px;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page_ttl h2 {
	margin-bottom: 2px;
	font-size: 1.8rem;
	font-weight: bold;
	font-feature-settings: "palt";
	z-index: 10;
}

/* wrap_btn */
.wrap_btn {
	margin: 0 auto 28px;
	width: 840px;
}

/* wrap_pager */
.wrap_pager {
	margin-bottom: 24px;
}
.wrap_pager ul {
	text-align: center;
}
.wrap_pager ul li {
	display: inline-block;
	margin: 0 2px 4px;
}
.wrap_pager ul li a {
	display: block;
	width: 28px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	font-size: 1.2rem;
	text-decoration: none;
	font-weight: bold;
	line-height: 28px;
}
.wrap_pager ul li .cur {
	background: #3665FF;
	color: #fff;
}

/* button */
.btn_more {
	display: block;
	margin: 0 auto;
	width: 240px; height: 28px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #254DD0;
	text-align: center;
	text-decoration: none;
	line-height: 28px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
}
.btn_back {
	display: block;
	width: 96px; height: 40px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
}
.btn_back:hover {
	color: #3665FF;
}

/* topicpath */
.topicpath {
	margin-bottom: 16px;
	background: #fff;
	-webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
}
.topicpath ul {
	padding: 9px 32px 11px;
	line-height: 1;
}
.topicpath ul li {
	display: inline-block;
	padding-right: 20px;
	font-size: 1.2rem;
}
.topicpath ul li a {
	position: relative;
	text-decoration: none;
}
.topicpath ul li a:after {
	content: "";
	position: absolute;
	top: 50%; right: -14px;
	margin-top: -3px;
	width: 5px; height: 7px;
	background: url("../img/common2/ico_arrow_s.png") center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

/* slick */
.slick-slider .slick-arrow {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	padding: 0;
	width: 40px; height: 40px;
	background: #fff url("../img/common2/ico_arrow.png") center no-repeat;
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
	border: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
	text-indent: -9999px;
	z-index: 10;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	outline: none;
	cursor: pointer;
}
.slick-slider .slick-slide .inner .bottom .btn_fav:hover {
	color: #999;
}
.slick-slider .slick-prev {
	left: 12px;
	-webkit-transform: scale(-1,1);
	-moz-transform: scale(-1,1);
	-ms-transform: scale(-1,1);
	-o-transform: scale(-1,1);
	transform: scale(-1,1);
}
.slick-slider .slick-next {
	right: 12px;
}
.slick-slider .slick-prev:hover {
	left: 8px;
}
.slick-slider .slick-next:hover {
	right: 8px;
}

/* archives */
.archives .inner {
	display: block;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
}
.archives .inner .top {
	display: block;
	position: relative;
	border-bottom: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	overflow: hidden;
}
.archives .inner .top .ttl {
	position: relative;
	margin-bottom: 2px;
	font-weight: bold;
	font-feature-settings: "palt";
	z-index: 10;
}
.archives .inner .top .cat {
	position: relative;
	color: #999;
	z-index: 10;
}
.search .archives .inner .top .cat {
	margin: -8px 117px 0 24px;
	font-size: 1.2rem;
}
.archives li .inner .bottom {
	height: 28px;
	overflow: hidden;
}
.search .archives li .inner .bottom {
	border-bottom: 1px solid #ddd;
}
.archives li .inner .bottom .ico {
	float: left;
	width: 56px; height: 28px;
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 28px;
}
.archives .mov .inner .bottom .ico {
	background: #442FD0;
}
.archives .qa .inner .bottom .ico {
	background: #06C3AF;
}
.archives li .inner .bottom .time {
	float: left;
	padding-left: 12px;
	font-size: 1rem;
	color: #999;
	line-height: 28px;
}
.archives li .inner .bottom .btn_fav {
	float: right;
	position: relative;
	width: 108px; height: 28px;
	border: none;
	border-left: 1px solid #ddd;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-indent: 16px;
	line-height: 28px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
.archives li .inner .bottom .btn_fav:before {
	content: "あとで見る";
}
.archives li .inner .bottom .btn_fav:after {
	content: "";
	position: absolute;
	top: 50%; left: 8px;
	margin-top: -8px	;
	width: 10px; height: 16px;
	background: url("../img/common2/ico_fav.png") center no-repeat;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
}
.archives li .inner .bottom .btn_fav.act:before {
	content: "追加済み";
}
.archives li .inner .bottom .btn_fav.act:after {
	background-image: url("../img/common2/ico_fav_act.png");
}

/* arc_m_v */
.archives.arc_m_v {
	margin: 0 auto 28px;
	/*padding-top: 28px;*/
	width: 840px;
}
.archives.arc_m_v li {
	margin-bottom: 4px;
}
.archives.arc_m_v li:last-child {
	margin-bottom: 16px;
}
.archives.arc_m_v li .inner .top {
	padding: 22px 32px;
}
.archives.arc_m_v .mov .inner .top {
	padding-right: 143px;
}
.archives.arc_m_v .mov .inner .top img {
	position: absolute;
	top: 16px; right: 16px;
	width: auto; height: 62px;
}
.archives.arc_m_v li .inner .top .ttl {
	font-size: 1.8rem;
}
.archives.arc_m_v li .inner .top .cat {
	font-size: 12px;
}
.archives.arc_m_v .qa .inner .top:after {
	content: "";
	position: absolute;
	top: 10px; right: -6px;
	width: 75px; height: 74px;
	background: url("../img/common2/bg_q.png") center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

/* arc_s_h */
.archives.arc_s_h .mov .inner .top {
	height: 240px;
}
.archives.arc_s_h .mov .inner .top img {
	margin-bottom: 12px;
}
.archives.arc_s_h .mov .inner .top .ttl {
	margin: 0 12px 2px;
	font-size: 1.4rem;
}
.archives.arc_s_h .mov .inner .top .cat {
	margin: 0 12px;
	font-size: 10px;
}
.archives.arc_s_h .qa .inner .top {
	height: 160px;
}
.archives.arc_s_h .qa .inner .top .ttl {
	margin: 24px 24px 2px;
	font-size: 1.6rem;
}
.archives.arc_s_h .qa .inner .top .cat {
	margin: 0 24px;
	font-size: 10px;
}
.archives.arc_s_h .qa .inner .top:after {
	content: "";
	position: absolute;
	top: 10px; right: -8px;
	width: 94px; height: 93px;
	background: url("../img/common2/bg_q.png") center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

/* arc_m_rank */
.archives.arc_m_rank {
	margin: 0 auto 28px;
	width: 840px;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
}
.archives.arc_m_rank .nav_tab {
	overflow: hidden;
}
.archives.arc_m_rank .nav_tab a {
	display: block;
	float: left;
	width: 33.33%; height: 48px;
	font-size: 1.5rem;
	font-weight: bold;
	font-feature-settings: "palt";
	color: #3665FF;
	text-align: center;
	text-decoration: none;
	line-height: 48px;
}
.archives.arc_m_rank .nav_tab a.cur {
	background: #3665FF;
	color: #fff;
}
.archives.arc_m_rank .cont_tab {
	display: none;
}
.archives.arc_m_rank .cont_tab.show {
	display: block;
}
.archives.arc_m_rank li {
	border-top: 1px solid #ddd;
}
.archives.arc_m_rank li .inner {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.archives.arc_m_rank li .inner .top {
	padding: 17px 52px;
	border: none;
}
.archives.arc_m_rank .mov .inner .top {
	padding-right: 118px;
}
.archives.arc_m_rank li .inner .top .num {
	position: absolute;
	top: 50%; left: 24px;
	margin-top: -10px;
	width: 20px; height: 20px;
	background: #3665FF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 20px;
}
.archives.arc_m_rank .mov .inner .top img {
	position: absolute;
	top: 16px; right: 16px;
	width: auto; height: 48px;
}
.archives.arc_m_rank li .inner .top .ttl {
	font-size: 1.6rem;
}
.archives.arc_m_rank li .inner .top .cat {
	font-size: 1.2rem;
}
.archives.arc_m_rank .qa .inner .top:after {
	content: "";
	position: absolute;
	top: 12px; right: -4px;
	width: 57px; height: 56px;
	background: url("../img/common2/bg_q.png") center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

/* feature */
.feature {
	margin-bottom: 28px;
	padding: 32px 0 24px;
}
.feature h2 {
	margin-bottom: 24px;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	letter-spacing: .15em;
}
.feature .slick-slide {
	padding: 0 2px 16px;
}

/* fea_mov */
.feature.fea_mov {
	background: #442FD0 url("../img/common2/bg_illust_blk.png") repeat;
	-webkit-background-size: 300px auto;
	background-size: 300px auto;
}
.feature.fea_mov .btn_more {
	color: #442FD0;
}

/* fea_qa */
.feature.fea_qa {
	background: #189CE9 url("../img/common2/bg_illust_whi.png") repeat;
	-webkit-background-size: 300px auto;
	background-size: 300px auto;
}
.feature.fea_qa .btn_more {
	color: #189CE9;
}

/* form_qa */
.form_qa {
	margin: 0 auto 28px;
	width: 840px;
	background: #fff;
	border: 2px solid #3665FF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
}
.form_qa h2 {
	margin: 0 40px 16px;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.form_qa h2 span {
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	color: #3665FF;
	letter-spacing: .15em;
	line-height: 29px;
}
.form_qa h2 span {
	padding-left: 42px;
	background: url("../img/common2/ico_ques_blue.png") 0 no-repeat;
	-webkit-background-size: auto 29px;
	background-size: auto 29px;
}
.form_qa .top,
.form_qa .middle,
.form_qa .bottom {
	margin-right: 40px;
	margin-left: 40px;
}
.form_qa h3 {
	margin-bottom: 8px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #3665FF;
	line-height: 1;
}
.form_qa textarea,
.form_qa input[type="text"],
.form_qa select {
	display: block;
	position: relative;
	padding-right: 8px;
	padding-left: 8px;
	width: 100%;
	background: #F2F2F2;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	outline: none;
}
.form_qa textarea:focus,
.form_qa input[type="text"]:focus,
.form_qa select:focus {
	background: #fff;
	border-color: #bbb;
}
.form_qa textarea {
	padding-top: 12px;
	padding-bottom: 12px;
	height: 200px;
}
.form_qa input[type="text"],
.form_qa select {
	height: 40px;
}
.form_qa select {
	cursor: pointer;
}
.form_qa .top {
	margin-bottom: 16px;
}
.form_qa .middle {
	margin: 0 38px 24px;
	overflow: hidden;
}
.form_qa .bottom {
	padding-bottom: 24px;
}
.form_qa .middle section {
	float: left;
	padding: 0 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_qa .middle .name,
.form_qa .middle .industry {
	width: 35%;
}
.form_qa .middle .age,
.form_qa .middle .sex {
	width: 15%;
}
.form_qa input[type="submit"] {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 320px; height: 40px;
	background: #111;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	outline: none;
}

/* form_contact */
.form_contact {
	margin: 0 auto 28px;
	width: 840px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
}
.form_contact h2 {
	margin: 0 40px 16px;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	font-size: 1.8rem;
	text-align: center;
}
.form_contact h2 span {
	display: inline-block;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 24px;
}
.form_contact .top,
.form_contact .middle,
.form_contact .bottom {
	margin-right: 40px;
	margin-left: 40px;
}
.form_contact h3 {
	margin-bottom: 8px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #3665FF;
	line-height: 1;
}
.form_contact textarea,
.form_contact input[type="text"],
.form_contact input[type="tel"],
.form_contact input[type="email"] {
	display: block;
	position: relative;
	padding-right: 8px;
	padding-left: 8px;
	width: 100%;
	background: #F2F2F2;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	outline: none;
}
.form_contact textarea:focus,
.form_contact input[type="text"]:focus,
.form_contact input[type="tel"]:focus,
.form_contact input[type="email"]:focus {
	background: #fff;
	border-color: #bbb;
}
.form_contact textarea {
	padding-top: 12px;
	padding-bottom: 12px;
	height: 200px;
}
.form_contact input[type="text"],
.form_contact input[type="tel"],
.form_contact input[type="email"] {
	height: 40px;
}
.form_contact .top {
	margin: 0 38px 16px;
	overflow: hidden;
}
.form_contact .top section {
	float: left;
	padding: 0 2px;
	width: 33.33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_contact .middle {
	margin-bottom: 24px;
}
.form_contact .bottom {
	padding-bottom: 24px;
}
.form_contact input[type="submit"] {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 320px; height: 40px;
	background: #111;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	outline: none;
}

/*========================= home =========================*/

.mainttl {
	margin: 0 auto;
	padding: 4px 24px;
	width: 840px;
	font-size: 1.2rem;
	font-weight: bold;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	text-align: center;
}
.mainttl1 {
	margin-bottom: 4px;
}
.mainttl2 {
	margin-bottom: 4px;
}

/* home_slider */
.home_slider {
	position: relative;
	padding: 12px 0;
	background: #CDE2FF;
}
.home_slider .slick-slide {
	padding: 0 2px 12px;
}
.home_slider .slick-slide .inner .top {
	height: 360px;
}
.home_slider .slick-slide.mov .inner .top {
	padding: 8px;
}
.home_slider .slick-slide.mov .inner .top img {
	margin-bottom: 16px;
}
.home_slider .slick-slide.mov .inner .top .ttl {
	margin: 0 8px 2px;
	font-size: 1.8rem;
}
.home_slider .slick-slide.mov .inner .top .cat {
	margin: 0 8px;
	font-size: 1.2rem;
}
.home_slider .slick-slide.qa .inner .top {
	display: table-cell;
	padding: 0 32px;
	vertical-align: middle;
	overflow: hidden;
}
.home_slider .slick-slide.qa .inner .top:after {
	content: "";
	position: absolute;
	top: 24px; right: -10px;
	width: 124px; height: 122px;
	background: url("../img/common2/bg_q.png") center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.home_slider .slick-slide.qa .inner .top .ttl {
	font-size: 2.1rem;
}
.home_slider .slick-slide.qa .inner .top .cat {
	font-size: 12px;
}
.home_slider .slick-arrow {
	margin-top: -28px;
}
.home_slider .slick-dots {
	text-align: center;
	line-height: 0;
}
.home_slider .slick-dots li {
	display: inline-block;
	margin: 0 2px;
	width: 4px; height: 4px;
}
.home_slider .slick-dots li button {
	display: block;
	padding: 0;
	width: 4px; height: 4px;
	background: #fff;
	border: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-indent: -9999px;
	outline: none;
}
.home_slider .slick-dots .slick-active button {
	background: #3665FF;
}

/* home_slider_corner */
.home_slider_corner {
	position: relative;
	margin-bottom: 28px;
	padding: 4px 0 0;
	/*background: #CDE2FF;*/
}
.home_slider_corner_ttl {
	padding: 4px 24px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
}
.home_slider_corner .slick-slide {
	padding: 0 2px 12px;
}
.home_slider_corner .slick-list li {
	position: relative;
}
.home_slider_corner .slick-list li a {
	display: block;
	padding: 6px;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
}
.home_slider_corner .slick-arrow {
	margin-top: -28px;
}
.home_slider_corner .slick-dots {
	text-align: center;
	line-height: 0;
}
.home_slider_corner .slick-dots li {
	display: inline-block;
	margin: 0 2px;
	width: 4px; height: 4px;
}
.home_slider_corner .slick-dots li button {
	display: block;
	padding: 0;
	width: 4px; height: 4px;
	background: #fff;
	border: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-indent: -9999px;
	outline: none;
}
.home_slider_corner .slick-dots .slick-active button {
	background: #3665FF;
}
.home_slider_corner li:after {
	position: absolute;
	top: 0; left: 2px;
	width: 56px; height: 28px;
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 28px;
	z-index: 10;
}
.home_slider_corner li.mov:after {
	content: "動画";
	background: #442FD0;
}
.home_slider_corner li.qa:after {
	content: "Q&A";
	background: #06C3AF;
}

/*========================= corner-list =========================*/

/* corner */
.corner {
	margin: 0 auto 20px;
	width: 840px;
}
.corner ul {
	margin: 0 -4px;
	overflow: hidden;
}
.corner ul li {
	float: left;
	padding: 0 4px;
	margin-bottom: 8px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.corner ul li a {
	display: block;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	text-decoration: none;
}
.corner ul li .inner h2 {
	padding: 24px 24px 8px;
	font-weight: bold;
}
.corner ul li .inner p {
	padding: 0 24px 28px;
	font-size: 1.3rem;
}
.corner ul li .inner .ico {
	position: absolute;
	top: 0; left: 0;
	width: 56px; height: 28px;
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 28px;
	z-index: 10;
}
.corner ul .mov .inner .ico {
	background: #442FD0;
}
.corner ul .qa .inner .ico {
	background: #06C3AF;
}

/*========================= wrap_corner =========================*/

/* wrap_corner */
.wrap_corner {
	margin: 0 auto 28px;
	width: 840px;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
}
.wrap_corner .top {
	position: relative;
}
.wrap_corner .top h2 {
	padding: 24px 24px 8px;
	font-size: 1.8rem;
	font-weight: bold;
}
.wrap_corner .top p {
	padding: 0 24px 28px;
	font-size: 1.3rem;
}
.wrap_corner .top .ico {
	position: absolute;
	top: 0; left: 0;
	width: 56px; height: 28px;
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 28px;
	z-index: 10;
}
.wrap_corner.mov .top .ico {
	background: #442FD0;
}
.wrap_corner.mov .top .ico:after {
	content: "動画";
}
.wrap_corner.qa .top .ico {
	background: #06C3AF;
}
.wrap_corner.qa .top .ico:after {
	content: "Q&A";
}
.wrap_corner .top_watch {
	padding: 10px 24px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}
.wrap_corner.mov .top_watch {
	background: #442FD0 url("../img/common2/bg_illust_blk.png") repeat;
	-webkit-background-size: 300px auto;
	background-size: 300px auto;
}
.wrap_corner.qa .top_watch {
	background: #189CE9 url("../img/common2/bg_illust_whi.png") repeat;
	-webkit-background-size: 300px auto;
	background-size: 300px auto;
}
.wrap_corner .bottom {
	overflow: hidden;
}
.wrap_corner .bottom ul {
	margin-bottom: -1px;
	border-top: 1px solid #ddd;
	overflow: hidden;
}
.wrap_corner.watch .bottom ul {
	border: none;
}
.wrap_corner .bottom ul li {
	float: left;
	width: 50%;
}
.wrap_corner .bottom ul .cur {
	background: #f5f5f5;
}
.wrap_corner .bottom ul li .inner {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.wrap_corner .bottom ul li .inner a {
	display: block;
	position: relative;
	height: 100px;
	overflow: hidden;
}
.wrap_corner .bottom ul li:nth-child(odd) .inner {
	border-right: 1px solid #ddd;
}
.wrap_corner .bottom ul li .inner img {
	position: absolute;
	top: 16px; right: 16px;
	width: auto; height: 48px;
}
.wrap_corner .bottom ul li .inner .ttl {
	margin: 16px 108px 16px 24px;
	font-size: 1.4rem;
}
.wrap_corner .bottom ul .mov .inner .ttl {
	margin-right: 117px;
}
.wrap_corner .bottom ul .qa .inner a:after {
	content: "";
	position: absolute;
	top: 50%; right: -4px;
	margin-top: -28px;
	width: 57px; height: 56px;
	background: url("../img/common2/bg_q.png") center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.wrap_corner.search h2 {
	padding: 20px 0;
	font-size: 1.8rem;
	text-align: center;
}
.wrap_corner.search h2 span {
	display: inline-block;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 24px;
}

/*========================= watch =========================*/

/* wrap_watch */
.wrap_watch {
	margin: 0 auto 28px;
	width: 840px;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
}
.wrap_watch .top {
	position: relative;
	width: 100%;
}
.wrap_watch .top .wrapper_next .title_next {
	position: absolute;
	top: 60px; left: 50%;
	margin: 0 0 0 -180px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	z-index: 101;
}
.wrap_watch .top .wrapper_next .btn_close {
	display: none;
	position: absolute;
	top: 50%; right: 50%;
	margin: -180px -180px 0 0;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	z-index: 101;
}
.wrap_watch .top .wrapper_next .next_video {
	position: absolute;
	top: 88px; left: 50%;
	margin: 0 0 0 -180px;
	width: 360px; height: 300px;
	background: #fff;
	z-index: 100;
}
.wrap_watch .top .wrapper_next .next_video a {
	text-decoration: none;
}
.wrap_watch .top .wrapper_next .next_video a .thumb {
	display: block;
	margin-bottom: 12px;
}
.wrap_watch .top .wrapper_next .next_video a .wrapper_thumb {
	display: none;
}
.wrap_watch .top .wrapper_next .next_video a .info_main {
	display: block;
	padding: 0 24px;
}
.wrap_watch .top .wrapper_next .next_video a .info_main .corner {
	display: block;
	margin: 0;
	width: auto;
	font-size: 1.2rem;
	color: #999;
}
.wrap_watch .top .wrapper_next .next_video a .info_main .title {
	display: block;
	margin: 0;
	width: auto;
	font-weight: bold;
	line-height: 1.5;
}
.wrap_watch .top .wrapper_next .overlay {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 473px;
	background: rgba(0,0,0,.66);
	z-index: 99;
}
.wrap_watch.mov .top .player {
	display: block;
	width: 840px;
}
#changeVideoQuality {
	display: none;
}
.wrap_watch.mov .top .ttl {
	margin: 0 32px 2px;
	padding-top: 24px;
	font-size: 2rem;
	font-weight: bold;
	font-feature-settings: "palt";
}
.wrap_watch.mov .top .cat {
	margin: 0 32px 24px;
	font-size: 1.2rem;
	color: #999;
}
.wrap_watch.mov .top .description {
	margin: 0 32px 24px;
	font-size: 1.5rem;
}
.wrap_watch.qa .top {
	position: relative;
	overflow: hidden;
}
.wrap_watch.qa .top:after {
	content: "";
	position: absolute;
	top: 16px; right: -12px;
	width: 128px; height: 128px;
	background: url("../img/common2/bg_q.png") center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.wrap_watch.qa .top .ttl {
	position: relative;
	margin: 0 32px 2px;
	padding-top: 48px;
	font-size: 2rem;
	font-weight: bold;
	font-feature-settings: "palt";
	z-index: 10;
}
.wrap_watch.qa .top .cat {
	margin: 0 32px;
	font-size: 1.2rem;
	color: #999;
}
.wrap_watch.qa .top .answer {
	padding: 48px 32px;
	background: url("../img/common2/bg_a.png") -12px 20px no-repeat;
	-webkit-background-size: 128px;
	background-size: 128px;
}
.wrap_watch.qa .top .answer p {
	margin-bottom: 1em;
}
.wrap_watch .top .tag {
	margin: 0 32px 24px;
	overflow: hidden;
}
.wrap_watch .top .tag li {
	display: inline-block;
	margin: 0 2px 2px 0;
}
.wrap_watch .top .tag li a {
	display: block;
	padding: 3px 8px;
	border: 1px solid #3665FF;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	font-size: 1rem;
	font-weight: bold;
	font-feature-settings: "palt";
	color: #3665FF;
	text-decoration: none;
	line-height: 1;
}
.wrap_watch .bottom {
	height: 40px;
	border-top: 1px solid #ddd;
	overflow: hidden;
}
.wrap_watch .bottom .time {
	float: left;
	padding-left: 32px;
	font-size: 1.2rem;
	color: #999;
	line-height: 40px;
}
.wrap_watch .bottom .btn_fav {
	float: right;
	position: relative;
	width: 128px; height: 40px;
	border: none;
	border-left: 1px solid #ddd;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-indent: 16px;
	line-height: 40px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
.wrap_watch .bottom .btn_fav:before {
	content: "あとで見る";
}
.wrap_watch .bottom .btn_fav:after {
	content: "";
	position: absolute;
	top: 50%; left: 8px;
	margin-top: -8px	;
	width: 10px; height: 16px;
	background: url("../img/common2/ico_fav.png") center no-repeat;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
}
.wrap_watch .bottom .btn_fav.act:before {
	content: "追加済み";
}
.wrap_watch .bottom .btn_fav.act:after {
	background-image: url("../img/common2/ico_fav_act.png");
}
.wrap_watch .bottom .btn_good {
	float: right;
	position: relative;
	width: 128px; height: 40px;
	border-left: 1px solid #ddd;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-indent: 20px;
	line-height: 40px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
.wrap_watch .bottom .btn_good:after {
	content: "";
	position: absolute;
	top: 50%; left: 8px;
	margin-top: -8px	;
	width: 18px; height: 17px;
	background: url("../img/common2/ico_good.png") center no-repeat;
	-webkit-background-size: 18px auto;
	background-size: 18px auto;
}
.wrap_watch .bottom .btn_good.act:after {
	background-image: url("../img/common2/ico_good_act.png");
}

/* btn_comment */
.btn_comment {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 320px; height: 28px;
	background: #3665FF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 28px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
}
.btn_comment:before {
	content: "コメントする";
}
.btn_comment:after {
	content: "";
	position: absolute;
	top: 50%; right: 16px;
	margin-top: -3px;
	width: 13px; height: 7px;
	background: url("../img/common2/ico_arrow_v.png") center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.btn_comment.act:before {
	content: "閉じる";
}
.btn_comment.act:after {
	-webkit-transform: scale(1,-1);
	-moz-transform: scale(1,-1);
	-ms-transform: scale(1,-1);
	-o-transform: scale(1,-1);
	transform: scale(1,-1);
}

/* wrap_comment */
.wrap_comment {
	display: none;
	margin: 0 auto;
	width: 840px;
}
.wrap_comment .top {
	margin-bottom: 16px;
}
.wrap_comment .bottom {
	padding-bottom: 28px;
	overflow: hidden;
}
.wrap_comment h3 {
	margin-bottom: 8px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
}
.wrap_comment textarea,
.wrap_comment input[type="text"] {
	display: block;
	position: relative;
	padding-right: 16px;
	padding-left: 16px;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	outline: none;
}
.wrap_comment textarea {
	padding-top: 12px;
	padding-bottom: 12px;
	height: 200px;
}
.wrap_comment input[type="text"] {
	float: left;
	width: 596px; height: 40px;
}
.wrap_comment input[type="submit"],
.wrap_comment .send_s {
	display: block;
	position: relative;
	float: right;
	width: 240px; height: 40px;
	background: #111;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	outline: none;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
}

/* comment_list */
.comment_list {
}
.comment_list .wrapper_post {
	margin-bottom: 28px;
	padding: 28px 0 12px;
	background: #CDE2FF;
}
.comment_list section {
	margin: 0 auto 12px;
	width: 840px;
}
.comment_list section .balloon {
	position: relative;
	margin-left: 48px;
	padding: 12px 32px;
	background: #fff;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,0.15));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,0.15));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,0.15));
}
.comment_list section .balloon:before,
.comment_list section .balloon:after {
	content: "";
	position: absolute;
	right: 0;
	width: 0; height: 0;
}
.comment_list section .balloon:before {
	top: 50%;
}
.comment_list section .balloon:after {
	bottom: -8px;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 0px solid transparent;
	border-right: 18px solid #fff;
}
.comment_list section .name {
	padding: 4px 16px 0 16px;
	font-size: 1rem;
	font-weight: bold;
	text-align: right;
}
.comment_list section.left .balloon {
	margin: 0 48px 0 0;
	background: #3665FF;
	color: #fff;
}
.comment_list section.left .balloon:before,
.comment_list section.left .balloon:after {
	right: auto; left: 0;
}
.comment_list section.left .balloon:after {
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 18px solid #3665FF;
	border-right: 0px solid transparent;
}
.comment_list section.left .name {
	text-align: left;
}

/*========================= wrap_txt =========================*/

/* wrap_txt */
.wrap_txt {
	margin: 0 auto 28px;
	padding-bottom: 36px;
	width: 840px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	overflow: hidden;
}
.wrap_txt h2 {
	margin: 0 40px 36px;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	font-size: 1.8rem;
	text-align: center;
}
.wrap_txt h2 span {
	display: inline-block;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 24px;
}
.wrap_txt p {
	margin: 0 40px 1em;
	font-size: 1.4rem;
}
.wrap_txt h3 {
	margin: 0 40px 1em;
	padding: 4px 16px;
	background: #f2f2f2;
	font-weight: bold;
}
.wrap_txt ul,
.wrap_txt ol {
	margin: 0 40px 1em;
	padding-left: 16px;
	font-size: 1.4rem;
}
.wrap_txt ul li {
	margin-bottom: 1em;
	list-style: outside disc;
}
.wrap_txt ol li {
	margin-bottom: 1em;
	list-style: outside decimal;
}
.wrap_txt ol ol {
	margin: 0 10px;
	font-size: 1.2rem;
}
.wrap_txt ol ol li {
	margin-bottom: 0;
}
.wrap_txt dl {
	margin: 0 40px;
	padding-top: 36px;
	overflow: hidden;
}
.wrap_txt dl dt,
.wrap_txt dl dd {
	margin-bottom: 1em;
}
.wrap_txt dl dt {
	float: left;
	font-weight: bold;
}
.wrap_txt dl dd {
	margin-left: 240px;
}
.wrap_txt .pwd {
	position: relative;
	padding-right: 16px;
	padding-left: 16px;
	width: 320px; height: 40px;
	background: #F2F2F2;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	outline: none;
}
.wrap_txt .submit {
	display: block;
	position: relative;
	margin: 20px auto 0;
	width: 200px; height: 40px;
	background: #111;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	outline: none;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
}

/*========================= mypage =========================*/

/* nav_my */
.nav_my {
	margin: 0 auto 4px;
	width: 840px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
	overflow: hidden;
}
.nav_my ul {
	overflow: hidden;
}
.nav_my ul li {
	float: left;
	width: 25%;
}
.nav_my ul li a {
	display: block;
	position: relative;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 48px;
}
.nav_my ul .cur a:after {
	content: "";
	position: absolute;
	bottom: 0; left: 0;
	width: 100%; height: 3px;
	background: #3665FF;
}





