@charset "utf-8";
/* CSS Document */


/* --------------------------------------------
 pt01=リード 
-------------------------------------------- */
.page-section1__content section article > div > div.pt01 {
	margin: 30px auto 10px;
	max-width: 600px;
}
.page-section1__content section article > div > div.pt01 h3 {
	margin: 0 0 20px;
	padding: 0;
	border: 0 none;
	line-height: 1;
	text-align: center;
}
.page-section1__content section article > div > div.pt01 p.img {
	width: 50%;
}
.page-section1__content section article > div > div.pt01 p.p02.img {
	width: 100%;
	margin: 0 auto;
}
.page-section1__content section article > div > div.pt01 .p01 {
	max-width: 600px;
	margin: 0 auto 20px;
}
.page-section1__content section article > div > div.pt01 .p03 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 0;
}
.page-section1__content section article > div > div.pt01 .p04 {
	color: #06C;
	font-weight: bold;
	text-align: center;
	font-size: 2.2em;
	margin: 0 auto;
	padding-left: 15px;
	position: relative;
	width: 300px;
	height: 50px;
	line-height: 50px;
}
/* 矢印 */
.page-section1__content section article > div > div.pt01 .p04:before {
	content: "";
	position: absolute;
	top: 25%;
	left: 0;
	margin: -8px 0 0;
	background: #fff;
	border: 5px solid #06C;
	width: 28px;
	height: 28px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
}
.page-section1__content section article > div > div.pt01 .p04 span:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 25%;
	width: 8px;
	height: 13px;
	background: #c00;
}
.page-section1__content section article > div > div.pt01 .p04 span:after {
	content: "";
	position: absolute;
	left: 7px;
	top: 75%;
	border-width: 12px 12px 0;
	margin-top: 0;
	border-color: #C00 transparent;
	border-style: solid;
	background: transparent;
	margin: -14px 0 0;
}
/* --------------------------------------------
 pt02=質問 
-------------------------------------------- */

.page-section1__content section article > div > div.pt02 {
	background: #06C;
	padding: 18px;
	max-width: 600px;
	margin: 0 auto;
}
.page-section1__content section article > div > div.pt02 p {
	background: #fff;
	padding: 30px 10px;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 0 4px rgba(0,0,0,0.5) inset;
	position: relative;
	font-size: 18px;
}
.page-section1__content section article > div > div.pt02 p:before {
	position: absolute;
	top: 5px;
	left: 5px;
	content: "Question";
	display: inline-block;
	color: #06c;
	font-weight: bold;
}
/* YES／NOボタン */

.page-section1__content section article > div > div.pt02 ul {
	overflow: hidden;
}
.page-section1__content section article > div > div.pt02 ul li {
	float: left;
	display: inline-block;
	width: 49%;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
	line-height: 1;
	position: relative;
	overflow: hidden;
	box-shadow: -1px -1px 2px rgba(0,0,0,0.65) inset, 1px 1px 2px rgba(255, 255, 255, 0.65) inset;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.65);
	margin-top: 0;
}
.page-section1__content section article > div > div.pt02 ul li a {
	padding: 10px 0;
	color: #fff;
	font-size: 25px;
	display: block;
}
.page-section1__content section article > div > div.pt02 ul li a:hover {
	text-decoration: none;
}
.page-section1__content section article > div > div.pt02 ul li.li01 {
	background: #439E02;
	margin-right: 2%;
}
.page-section1__content section article > div > div.pt02 ul li.li01:hover {
	background: #4BC501;
}
.page-section1__content section article > div > div.pt02 ul li.li01 a:before {
	position: absolute;
	top: -6px;
	left: -10px;
	content: "Ｏ";
	font-size: 66px;
	color: rgba(255, 255, 255, 0.55);
	text-shadow: none;
}
.page-section1__content section article > div > div.pt02 ul li.li02 {
	background: #CC0000;
}
.page-section1__content section article > div > div.pt02 ul li.li02:hover {
	background: #EA0101;
}
.page-section1__content section article > div > div.pt02 ul li.li02 a:before {
	position: absolute;
	top: -20px;
	left: -8px;
	content: "×";
	font-size: 90px;
	color: rgba(255, 255, 255, 0.55);
	text-shadow: none;
}
/* --------------------------------------------
 pt03=結果 
-------------------------------------------- */
.page-section1__content section article > div > div.pt03 {
	background: #06C;
	padding: 18px;
	max-width: 600px;
	margin: 0 auto;
	font-size: 16px;
}
.page-section1__content section article > div > div.pt03 div {
	background: url(../images/img_003.png) no-repeat center 130px #fff;
	padding: 30px 10px 5px;
	text-align: center;
	box-shadow: 0 0 4px rgba(0,0,0,0.5) inset;
	position: relative;
}
.page-section1__content section article > div > div.pt03 h3 {
	margin: 0 0 10px;
	border: none;
	font-size: 2em;
	color: #fff;
	text-align: center;
}
.page-section1__content section article > div > div.pt03 div:before {
	position: absolute;
	top: 5px;
	left: 5px;
	content: "あなたは・・・";
	display: inline-block;
	color: #06c;
	font-weight: bold;
}
.page-section1__content section article > div > div.pt03 div .p01 {
	margin: 10px 0 0 -5px;
	text-align: left;
}
.page-section1__content section article > div > div.pt03 div .p02 {
	margin: 0 0 5px;
	color: #c00;
	font-weight: bold;
}
.page-section1__content section article > div > div.pt03 div h4 {
	margin: 0 0 250px;
	display: inline-block;
	padding: 10px;
	background: #c00;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 2em;
	line-height: 1;
}
.page-section1__content section article > div > div.pt03 div .p03 {
	text-align: left;
	background: #fff;
	padding: 10px 5px 0;
}
.page-section1__content section article > div > div.pt03.care div {
	background-image: url(../images/img_care.png);
}
.page-section1__content section article > div > div.pt03.creator div {
	background-image: url(../images/img_creator.png);
}
.page-section1__content section article > div > div.pt03.dealer div {
	background-image: url(../images/img_dealer.png);
}
.page-section1__content section article > div > div.pt03.fashion div {
	background-image: url(../images/img_fashion.png);
	background-position: center 140px;
}
.page-section1__content section article > div > div.pt03.power div {
	background-image: url(../images/img_power.png);
}
.page-section1__content section article > div > div.pt03.other div {
	background: #fff;
	padding: 5px 10px;
}
.page-section1__content section article > div > div.pt03.other div:before {
	content: "";
}
/* --------------------------------------------
 pt04=もう一度ボタン、SNSシェアボタン
-------------------------------------------- */
.page-section1__content section article > div > div.pt04 {
	margin: 0 auto;
}
.page-section1__content section article > div > div.pt04 ul {
	margin: 30px 0 0 -10px;
	overflow: hidden;
}
.page-section1__content section article > div > div.pt04 ul li {
	width: 198px;
	margin: 0 0 0 10px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}
.page-section1__content section article > div > div.pt04 ul li a {
	padding: 0 10px;
	display: block;
	font-size: 16px;
}
.page-section1__content section article > div > div.pt04 ul li a:hover {
	text-decoration: none;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
.page-section1__content section article > div > div.pt04 ul .li01 a {
	border: 1px solid #c00;
	color: #c00;
}
.page-section1__content section article > div > div.pt04 ul .li02 a {
	background: #5EAADE;
	color: #fff;
}
.page-section1__content section article > div > div.pt04 ul .li03 a {
	background: #44619D;
	color: #fff;
}
/* --------------------------------------------
 pt05=仕事リンク
-------------------------------------------- */
.page-section1__content section article > div > div.pt05 {
	width: 100%;
	margin: 30px 0 0;
	padding: 0;
	border: none;
}
.page-section1__content section article > div > div.pt05 dl {
	overflow: hidden;
}
.page-section1__content section article > div > div.pt05 dt, .page-section1__content section article > div > div.pt05 dd {
	width: 100%;
	text-align: left;
	box-sizing: border-box;
}
.page-section1__content section article > div > div.pt05 dt {
	border-left: none;
	padding: 5px 20px;
	font-size: 12px;
	font-weight: normal;
	background-color: #06C;
	color: #fff;
}
.page-section1__content section article > div > div.pt05 dd {
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 0;
}
.page-section1__content section article > div > div.pt05 dd a {
	display: block;
	padding: 10px;
}
.page-section1__content section article > div > div.pt05 dd span {
	font-size: 80%;
	font-weight: normal;
}

/* --------------------------------------------
 article footer
 
 .page-section1__content section article {	 float:none;}
 .page-section1__content section article footer{display:none;}
 div.to_shain_top{
	 width: 746px;
	 text-align:center;
 }
 -------------------------------------------- */
