/*
Theme Name: QUAD DRIVE
Description: クワッドドライブ テンプレート
Author: Wintel
*/





/* Utility
   ========================================================================== */


.nobreak {
	display: inline-block;
}


.break { display: block; }

@media (min-width: 769px) {
	.break { display: inline; }
}


.break-xs {
	display: block;
}

@media (min-width: 481px) {
	.break-xs {
		display: inline;
	}
}


.break-sm {
	display: block;
}

@media (min-width: 769px) {
	.break-sm {
		display: inline;
	}
}


.show-xs {
	display: inline;
}

@media (min-width: 481px) {
	.show-xs {
		display: none;
	}
}


.show-sm {
	display: inline;
}

@media (min-width: 769px) {
	.show-sm {
		display: none;
	}
}


.hide-xs {
	display: none;
}

@media (min-width: 481px) {
	.hide-xs {
		display: inline;
	}
}


.hide-sm {
	display: none;
}

@media (min-width: 769px) {
	.hide-sm {
		display: inline;
	}
}


.hide-all {
	display: none;
}


.indent1em {
	text-indent: -1em;
	padding: 0 0 0 1em;
}


.divider {
	margin-bottom: 2rem;
}


p.no-item {
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 5rem 0;
}


p.archive-link {
	display: block;
	width: 100%;
	height: auto;
	margin: 1rem 0 0 0;
	padding: 0;
}

p.archive-link a {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0.5rem;
	font-size: 0.8rem;
	line-height: 1.6rem;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
	color: #ccc;
	background-color: #222;
}

p.archive-link a:hover {
	color: #fff;
	background-color: #00BF84;
}

p.archive-link .dashicons {
	font-size: 1rem;
	line-height: 20px;
	font-weight: 400;
	vertical-align: middle;
}


p.voice-archive-link {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
	width: 100%;
	height: auto;
	margin: 2rem 0 0 0;
	padding: 0;
}

p.voice-archive-link a {
	display: block;
	width: calc( 100% - 20px );
  max-width: 300px;
	height: auto;
	margin: 0 auto;
	padding: 12px;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #17c8ea;
	background-color: #222;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

p.voice-archive-link a:hover {
	color: #222;
	background-color: #17c8ea;
}


.img-container {
  position: relative;
  margin: 0;
}

.img-container::before {
  padding-top: 66.66%;
  display: block;
  content: "";
}

.img-container-square::before {
  padding-top: 100%;
  display: block;
  content: "";
}

.img-container-hd::before {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.img-container .container-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.img-container .container-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin: 0;
	overflow: hidden;
}


.video-container iframe, 
.video-container object, 
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.map-container {
  width: 100%;
  height: 300px;
  display: block;
  position: relative;
}

@media screen and (min-width: 769px) {
  .map-container {
    height: 500px;
  }
}


.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}





/* Image and Video on Post
   ========================================================================== */


#csmain img {
	max-width: 100%;
	height: auto;
	vertical-align: baseline;
}


#csmain img.alignleft {
	border: none;
	padding: 0;
	margin: 0.5rem 1.0rem 0.5rem 0;
	float: left;
}


#csmain img.alignright {
	border: none;
	padding: 0;
	margin: 0.5rem 0 0.5rem 1.0rem;
	float: right;
}


#csmain img.aligncenter {
	border: none;
	padding: 0;
	clear: both;
	display: block;
	margin: 1.0rem auto;
}


#csmain img.alignnone {
	border: none;
	padding: 0;
	margin: 0;
}


@media (max-width: 599px) {
	#csmain img.alignleft, 
	#csmain img.alignright {
		float: none;
		margin: 1.0rem auto;
	}
}


#csmain .video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin: 1rem 0;
	overflow: hidden;
}


#csmain .video-container iframe, 
#csmain .video-container object, 
#csmain .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/* Buttons
   ========================================================================== */


.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color: #ccc;
	text-decoration: none;
	cursor: pointer;
	display: block;
	font-size: 1rem;
	line-height: 1.6em;
	font-weight: bold;
	text-align: center;
	padding: 0.7rem 1.5rem;
	vertical-align: middle;
	white-space: nowrap;
	background: #586879;
	background: -moz-linear-gradient(-45deg, #586879 0%, #454547 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #586879), color-stop(100%, #454547));
	background: -webkit-linear-gradient(-45deg, #586879 0%, #454547 100%);
	background: -o-linear-gradient(-45deg, #586879 0%, #454547 100%);
	background: -ms-linear-gradient(-45deg, #586879 0%, #454547 100%);
	background: linear-gradient(135deg, #586879 0%, #454547 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#586879', endColorstr='#454547', GradientType=1 );
}

@media (min-width: 481px) {
	.button {
		display: inline-block;
		font-size: 0.9rem;
	}
}


.button:hover, 
.button:focus {
	color: #fff;
	background: #AE084A;
	text-decoration: none;
}


.button .dashicons {
  verticl-align: bottom;
}





/* Pagination
   ========================================================================== */


.pagination {
	clear: both;
	padding: 0 2px 20px 2px;
	margin: 0;
	position: relative;
	font-size: 0.9rem;
	line-height: 1.6rem;
	text-align: center;
}


.pagination span, 
.pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0px;
	padding: 0;
	text-decoration: none;
	min-width: 1.6rem;
	color: #ccc;
	background: #222;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
}


.pagination a:hover {
	color: #fff;
	background: #AE084A;
}


.pagination .current {
	padding: 0;
	background: #222;
	color: #AE084A;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
}


a.more-link {
	display: block;
	float: left;
	font-size: 0.9rem;
	line-height: 2rem; 
	color: #ccc;
	background: #222;
	margin: 1em auto;
	text-align: center;
	width: 7.0rem;
	padding: 0 0.5rem;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
}


a.more-link:hover {
	color: #fff;
	background: #AE084A;
}


div.nav-below {
	width: 16rem;
	margin: 2rem auto;
	overflow: auto;
	text-align: center;
  clear: both;
}

@media (min-width: 769px) {
	div.nav-below {
		margin: 4rem auto;
	}
}


.nav-previous a {
	display: block;
	width: 7.0rem;
	font-size: 0.9rem;
	line-height: 2rem; 
	color: #ccc;
	background: #222;
	margin: 1em auto;
	text-align: center;
	padding: 0 0.5rem 0 0;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
	float: left;
}


.nav-next a {
	display: block;
	width: 7.0rem;
	font-size: 0.9rem;
	line-height: 2rem; 
	color: #ccc;
	background: #222;
	margin: 1em auto;
	text-align: center;
	padding: 0 0 0 0.5rem;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
	float: right;
}


.nav-previous a:hover, 
.nav-next a:hover {
	color: #fff;
	background: #AE084A;
}


.nav-below .dashicons, 
.nav-below .dashicons-before::before {
	font-size: 0.8rem;
	vertical-align: middle;
	width: 0.8rem;
	height: 0.8rem;
}





/* Comments
   ========================================================================== */


#comments {
	clear: both;
	border-top: 1px solid #666;
	padding: 0.5rem 0 0 0;
}

h3#comments {
	font-size: 1rem;
	line-height: 1.6rem;
	font-weight: normal;
	margin-bottom: 1rem;
}


#comments .navigation {
	padding: 0 0 18px 0;
}


h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}


h3#comments-title {
	padding: 24px 0;
}


.commentlist {
	list-style: none;
	margin: 0;
}


.commentlist li.comment {
	border-bottom: 1px dotted #666;
	line-height: 21px;
	margin: 0 0 24px 0;
	padding: 0 0 0 40px;
	position: relative;
}


.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}


#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}


#comments .comment-body p:last-child {
	margin-bottom: 6px;
}


#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}


.commentlist p {
	font-size: 0.8rem;
	line-height: 1.6em;
	margin: 0 0 0.5rem 0 !important;
}


ol.commentlist {
	margin: 0;
	padding: 0;
}


.commentlist ol {
	list-style: decimal;
}


.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}


.comment-author {
}


.comment-author cite {
	color: #d5d5d5;
	font-style: normal;
	font-weight: bold;
}


.comment-author .says {
	font-size: 0.8rem;
}


.comment-meta {
	font-size: 12px;
	margin: 0 0 10px 0;
}


.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}


.comment-meta a:active,
.comment-meta a:hover {
	color: #fff;
}


.commentlist .even {
}


.commentlist .bypostauthor {
}


.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}


.commentlist .reply a {
	display: block;
	width: 3rem;
	padding: 0 0.5rem;
	background: #222;
	font-size: 0.8rem;
	line-height: 1.6rem;
	color: #ccc;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
}


.commentlist .reply a:hover {
	color: #fff;
	background: #AE084A;
}


a.comment-edit-link {
	color: #888;
}


a.comment-edit-link:hover {
	color: #fff;
}


.commentlist .children {
	list-style: none;
	margin: 0;
	padding: 0;
}


.commentlist .children li {
	border: none;
	margin: 0;
}


.nopassword,
.nocomments {
	display: none;
}


#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}


.commentlist li.comment+li.pingback {
	margin-top: -6px;
}


#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}


#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}





/* Comments form
   ========================================================================== */


#respond {
	border-top: 1px solid #666;
	margin: 24px 0;
	padding: 0.5rem 0 0 0;
	overflow: hidden;
	position: relative;
}

#respond h3 {
	font-size: 1rem;
	line-height: 1.6rem;
	font-weight: normal;
	margin-bottom: 1rem;
}

#respond p {
	font-size: 0.8rem;
	line-height: 1.6em;
	margin: 0 0 0.5rem 0;
}


#respond .comment-notes {
	margin-bottom: 1em;
}


.form-allowed-tags {
	line-height: 1em;
}


.children #respond {
	margin: 0 48px 0 0;
}


h3#reply-title {
	margin: 18px 0;
}


#comments-list #respond {
	margin: 0 0 18px 0;
}


#comments-list ul #respond {
	margin: 0;
}


#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}


#respond input {
	margin: 0 0 5px;
	width: 100%;
}

@media (min-width: 769px) {
	#respond input {
		width: 40%;
	}
}


#respond textarea {
	width: 100%;
}


#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}


#respond .form-allowed-tags code {
	font-size: 11px;
}


#respond .form-submit {
	margin: 2rem 0 0 0;
}


#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* si capcha code */

#respond p.comment-form-comment, 
#respond p.comment-form-author, 
#respond p.comment-form-email, 
#respond p.comment-form-url {
  margin-top: 1.5rem;
}

#respond .required {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  color: #F10656;
  margin: 0;
}

#respond p label {
  font-size: 0.7rem;
  margin: 0;
}

#respond input {
  display: block;
}

.si_captcha_small {
	margin-top: 1.5rem;
}

#respond p input#si_captcha_code {
  display: block;
	width: 100px;
}





/* Form Objects
   ========================================================================== */


input[type="text"], input[type="tel"], input[type="email"], input[type="number"], input[type="file"], textarea, select {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #fafafa;
	border-bottom-color: #fafafa;
	border-left-color: #999;
	padding: 5px;
	color: #222;
	background: #f5f5f5;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="file"]:focus, textarea:focus, select:focus {
	border: 1px solid #F10656;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	display: block;
	font-size: 1rem;
	line-height: 1.6rem;
	font-weight: bold;
	color: #FFF;
	height: 50px;
	width: 100%;
	margin: 1rem auto;
	padding: 0.7rem 1.5rem;
	vertical-align: middle;
	white-space: nowrap;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
	background: #586879;
	background: -moz-linear-gradient(-45deg, #586879 0%, #454547 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #586879), color-stop(100%, #454547));
	background: -webkit-linear-gradient(-45deg, #586879 0%, #454547 100%);
	background: -o-linear-gradient(-45deg, #586879 0%, #454547 100%);
	background: -ms-linear-gradient(-45deg, #586879 0%, #454547 100%);
	background: linear-gradient(135deg, #586879 0%, #454547 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#586879', endColorstr='#454547', GradientType=1 );
}

@media (min-width: 481px) {
	input[type="submit"], input[type="reset"], input[type="button"] {
		max-width: 12rem;
	}
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	color: #fff;
	background: #AE084A;
	text-decoration: none;
}





/* Search Unit
   ========================================================================== */


.search_unit {
	display: block; padding: 0;
}


.search_unit input[type="submit"] {
	margin: 0;
	padding: 0;
}


.search_unit p {
	font-size: 0.8rem;
	line-height: 1.6em;
	margin: 50px 0 5px 0;
}


h3.search {
	font-size: 1.1rem;
	line-height: 1.8rem;
	margin: 0;
}


h2.result {
	font-size: 1.1rem;
	line-height: 1.8rem;
	margin: 50px 0 5px 0;
}


.search_word {
	color: #F10656;
}


#s {
	width: 200px;
	margin-bottom: 30px;
	padding: 5px 30px 5px 5px;
}


#searchsubmit {
	display: inline-block;
	margin-left: -33px;
	box-shadow: none;
	background-image: url(none);
	background-color: transparent;
	width: 25px;
	height: auto;
	border: none;
	text-indent: -100px;
	cursor: pointer;
	position: relative;
}


#searchform {
	margin-top: -20px;
}


#searchform:before {
	content: "\f179";
	font-family: "Dashicons";
	font-size: 1.8rem;
	line-height: 1.0rem;
	color: #F10656;
	top: 34px;
	left: 170px;
	position: relative;
}


.screen-reader-text {
	display: none;
}





/* ContactForm 7
   ========================================================================== */

 
.formbox-mini { max-width: 100px; }
.formbox-short { max-width: 150px; }
.formbox-middle { width: 100%; }
.formbox-long { width: 100%; }


@media (min-width: 481px) {
	.formbox-middle { max-width: 450px; }
}


.hissu {
	color: #F10656;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 0.3rem;
}


.tdsubmit {
	text-align: center;
	padding: 0;
}

@media (min-width: 481px) {
	.tdsubmit {
		padding: 2rem 0 0 0;
	}
}

.formInner {
	padding: 0;
}


.formInner label {
	font-weight: 400; 
}


.formInner p {
  margin-bottom: 0;
}


.sent .formInner {
	display: none;
}


.complete-display {
	display: none;
}


.sent .complete-display {
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 6rem 0;
	display: block;
	text-align: center;
}


.sent .complete-display h3 {
	margin: 0 0 1rem 0;
	padding: 0;
	font-size: 1.2rem;
}


span.wpcf7-not-valid-tip {
	/*top: 0px;
	left: 1rem;*/
	color: #F10656;
}


span.wpcf7-checkbox .wpcf7-list-item {
	/*display: block;*/
	margin-right: 1rem;
}







/*   160308記述　LINE＠*/

#line_pc{
	width:70%;
	height:auto;
	margin:0 auto;
	}
#bnr_line{
	width:100%;
	height:auto;
	display:block;
	}
.box01{
	margin-top:70px;
	}
.line_hs {
    background: none repeat scroll 0 0 #1E1E1E;
    border-radius: 3px;
    font-family: "小塚ゴシック", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 16px;
    font-weight: bold !important;
    line-height: 1.4;
    margin:0 0 40px !important;
    padding: 9px 8px;
    color: #fff;
}
.line_hs span {
    display: block;
    padding: 3px 0 1px 15px;
    position: relative;
}
#line_qr{
	width:100%;
	list-style:none;
	margin-bottom:0;
	}
#line_qr li{
	width:25%;
	height:auto;
	float:left;
	margin:15px 4% 20px;
	}
#line_qr li p{
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:1em;
}
#line_qr li img{
	width:100%;
	height:auto;
	display:block;
	}

.mr_n{
	margin-right:1%;
	}
	
#qr p{
	font-size: 16px;
	font-weight:bold;
    color: #00c300;
	text-align:center;
	margin-top:40px;
		}
#qr_text{
	width:70%;
    color: #fff;
	margin:20px auto 15px;
	padding:30px 0;
	background:#1E1E1E;
	border-radius: 15px;
	text-align:center;
	}
#qr_text p{
	font-size:1.2em !important;
	font-weight:bold;
	}
#qr img{
	width:224px;
	height:225px;
	margin:0 auto;
	display:block;
	margin-bottom:50px;
	}
.sanmai {width:80%; margin:0 auto 0 auto;}
.ichimai {width:50%; float:left; text-align:center;}
.ichimai p {margin-bottom: 10px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuProN-W3, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, NanumGothic, "Malgun Gothic", sans-serif;
	font-size: 1.2em !important;
}

.nimai {width:50%; float:right; text-align:center;}
.nimai p {margin-bottom: 10px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuProN-W3, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, NanumGothic, "Malgun Gothic", sans-serif;
	font-size: 1.2em !important;
	}
.ichimai img,.nimai img  {
	width:60%; 
	text-align:center;
	margin-bottom:30px;	
	}

.talk_wrap .comment {
	background: #1E1E1E none repeat scroll 0 0;
	border: 4px solid #1E1E1E;
	border-radius: 15px;
	box-shadow: 0 0 0 -50px rgba(113, 135, 164, 0.65);
	height: auto;
	margin: 5% auto 40px;
	width: 80%;
}
.talk_wrap .comment p {
	color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuProN-W3, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, NanumGothic, "Malgun Gothic", sans-serif;
	font-size: 24px;
	line-height:28px;
	width: 80%;
	padding-top: 15px;
	margin: 0 auto;
}


.talk_wrap .comment img {
	float: left;
}
.talk_wrap p{
	font-size:1.2em !important;
	font-weight:bold;
	text-align:center;
	color:#fff;
	}

.annotation {
	margin: 0 auto;
	width: 80%;
	height: auto;
	padding: 5%;
	background: #1E1E1E;
	border-radius: 15px;
}
.annotation p {
	font-family: 'ヒラギノ角ゴ Pro W3', HiraKakuProN-W3, 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, NanumGothic, 'Malgun Gothic', sans-serif;
	font-size: 1.2em !important;
	color: #ffffff;
	font-weight:bold;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  
  


#bnr_line02{
	width:100% !important;
	height:auto;
	display:block;	
	}

#line_sp{
	display:none;

	}


@media (max-width: 769px) {
#line_qr li{
	width:35%;
	height:auto;
	float:left;
	margin:15px 7% 20px;
	}
	

	
#qr_text{
	width:80%;
	}

#qr_text p{
	width:100%;
}
#line_sp{
	display:none;
	
	}
#bnr_line {
    width: 100%;
    height: auto;
    display: block;
}

}

@media (max-width: 599px) {
#line_pc {
    width: 90%;
}
	
	
#line_qr li{
	width:100%;
	height:auto;
	margin:0 auto 40px;

	}
.box01{
	margin-top:30px;
	}
#qr_text{
	width:100%;
	}


#qr_text p{
	width:100%;
}


.ichimai,.nimai {
	width:100%; 
	margin-top:30px;	
	}
.ichimai img,.nimai img  {
	width:100%; 
	text-align:center;
	}
talk_wrap p {
	font-size: 1.2em !important; 
}
.talk_wrap,
.annotation,
.comment,
.talk_wrap .comment{
	width:100%;
	}
.talk_wrap p,
.annotation p,
#line_easy p {
	width:100%;
	}
	
#line_pc{
	display:none;
	
	}	
#line_sp{
	display:block;
	}
	
#line_sp p{
	margin-bottom:20px;
	}
	
.line_hs,p,h3{
	text-align:center;
	}
.ichimai,
.nimai{
	margin-bottom:30px;
	}

}