@charset "Shift_jis";

/*
structure
--------------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}


body {
    background-color: #fafafa;
	color: #000;
    line-height: 1.3;
    font-family: 'Noto Sans JP',"メイリオ","Lucida Grande", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
}



/* header
------------------*/

.header {
    position: relative;
    width: 980px;
    margin: 10px auto 0px;
	overflow: hidden;
}

.header h1 {
	float: left;
    height: 52px;
	margin:0;
}

.header h1 img {
    height: 52px;
}



/* footer
------------------*/
div#SPfooter {
	display: none;
}


/* ----------------------------------
contents
------------------------------------ */

.contents {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px 0 20px 0;
}


#mainvisual {
	width: 980px;
	margin: 20px auto 40px;
}

.pcImg {
	display: block !important;
}

.spImg {
	display: none !important;
}



div#catch {
	text-align: left;
	line-height:1.5;
	margin:20px;
}

div.box {
}

/* question */

h2 {
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	margin:40px 20px 10px;
	color:#001672;
}

h2 br {
	display: none;
}



ul.point {
	overflow: hidden;
	margin: 30px 10px;
}

ul.point li {
	margin-bottom: 30px;
	overflow: hidden;
	clear: both;
}







div.point {
	margin-bottom: 30px;
	display: table;
	clear: both;
}

div.writerImg {
	float: left;
}

div.writerImgRight {
	float: right;
}

div.writerImg img,
div.writerImgRight img {
	width: 300px;
}

div.qaText {
	float: right;
	width:660px;
	margin-top: 50px;
}

div.qaTextLeft {
	float: left;
	width:660px;
	margin-top: 50px;
}

table.question {
}

table.question img.qmark {
	width: 100px;
}

table.question p.qtext {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
	margin-left:10px;
}

p.blueLine {
	text-align: center;
	margin: -10px 0;
	padding: 0;
}

table.answer {
	width:80%;
	margin:20px auto;
}

table.answer td.link {
	 vertical-align: bottom;
}

table.answer img {
	 width: 40px;
}

p.writer {
	font-size: 26px;
	font-weight: bold;
}

p.writer span {
	font-size:12px;
	font-weight: normal;
	padding-right:30px;
}

div.qaTextLeft p.writer {
	text-align: right;
}



/* coming soon */

h3 {
    font-family: 'Roboto', sans-serif;
	color:#001672;
	text-align: center;
	font-size: 60px;
	line-height: 1.3;
	margin:20px auto;
}


/*
.balloon3{
  display: inline-block;
  position: relative;
  margin: 20px;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  border-radius: 20px;
}
.balloon3::before{
  content: "";
  position: absolute;
  bottom: -30px;
  right: 40px;
  width: 0;
  height: 0;
  border-top: 30px solid #666;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform-origin: left top;
  transform: skewX(40deg);
}
.balloon3::after{
  content: "";
  position: absolute;
  bottom: -26px;
  right: 43px;
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform-origin: left top;
  transform: skewX(40deg);
}
*/

.balloonRight {
  display: inline-block;
  position: relative;
  margin: 20px 20px 70px;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  border-radius: 20px;
  width: 65%;
  float: right;
}
.balloonRight::before{
  content: "";
  position: absolute;
  bottom: -40px;
  right: 41px;
  width: 0;
  height: 0;
  border-top: 40px solid #666;
  border-left: 60px solid transparent;
  border-right: 12px solid transparent;
  transform-origin: left top;
  transform: skewX(45deg);
}
.balloonRight::after{
  content: "";
  position: absolute;
  bottom: -36px;
  right: 46px;
  width: 0;
  height: 0;
  border-top: 40px solid #fff;
  border-left: 60px solid transparent;
  border-right: 12px solid transparent;
  transform-origin: left top;
  transform: skewX(45deg);
}

.balloonLeft {
  display: inline-block;
  position: relative;
  margin: 20px;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  border-radius: 20px;
  width: 65%;
  float: left;
}
.balloonLeft::before{
  content: "";
  position: absolute;
  bottom: -40px;
  left: 41px;
  width: 0;
  height: 0;
  border-top: 40px solid #666;
  border-right: 60px solid transparent;
  border-left: 12px solid transparent;
  transform-origin: right top;
  transform: skewX(135deg);
}
.balloonLeft::after{
  content: "";
  position: absolute;
  bottom: -36px;
  left: 46px;
  width: 0;
  height: 0;
  border-top: 40px solid #fff;
  border-right: 60px solid transparent;
  border-left: 12px solid transparent;
  transform-origin: right top;
  transform: skewX(135deg);
}


div#excellent p {
	font-size:18px;
	line-height:1.6em;
	vertical-align:middle;
	overflow: auto;
	margin-top:40px;
}

div#excellent p span {
	font-size:13px;
}

div#excellent img {
	float: left;
    margin-right: 10px;
	width: 300px;
}

div#excellent p.rside {
	/*float: right;*/
	font-size:18px;
	line-height:1.6em;
	vertical-align:middle;
	text-align:right;
}

div#excellent img.rside {
    margin-left: 10px;
	margin-right: 0;
	width: 167px; /*300*/
	overflow: auto;
	float:right;
}




.product-info-box {
	width: 600px;
	margin: 20px auto;
}

.product-info-box .pic,
.product-info-box .text {
    display: table-cell;
    vertical-align: top;
}

.product-info-box .pic {
    width: 300px;
}

.product-info-box .pic img {
    width: 300px;
}

.product-info-box .text {
    position: relative;
    width: 250px;
    padding: 20px 0 20px 20px;
}

.product-info-box .item-name {
    display: table;
    width: 220px;
    font-weight: bold;
    font-size: 24px;
}

