

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}

h1 {
  background: #008000;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
    color:#fff;
    font-size: 120%;
    text-align: center;
}



/* 左右共通のスタイリング */
.left-side,
.right-side {
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
}
.icon {
    width: 100px;
    text-align: center;
}
.icon img {
    width: 70px;
    height: 70px;
    border: solid 1px #ccc;
    border-radius: 50%;
}
.icon p {
    margin: 0px;
    word-wrap: break-word;
}
.bubble {
    max-width: 70%;
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
    background: #f5f5f5;
    position: relative;
}
.bubble::before{
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    position: absolute;
}
/* 左側表示の吹き出しのスタイリング */
.left-side .icon {
    float: left;
    margin-left: 0;
}
.left-side .bubble{
    margin: 10px 0 0 0;
}
.left-side .bubble::before{
    top: 15px;
    left: -20px;
    border-right-color: #f5f5f5;
}
/* 右側表示の吹き出しのスタイリング */
.right-side .icon {
    float: right;
    margin-right: 0;
}
.right-side .bubble{
    float: right;
    margin: 10px 0 0 0;
}
.right-side .bubble::before{
    top: 15px;
    right: -20px;
    border-left-color: #f5f5f5;
}




p{

line-height: 1.4;
    margin: 0;

}

ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;

}
caption,
th,
td {

	text-align: left;
	vertical-align: middle;
}

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}



.widget-title{
    font-size: 16px;
    font-size: 1.14285714rem;
    line-height: 2.181818182;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 3px double ;
    border-top: 3px double ;
}



/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}




/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}





img.header-image{
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}



.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 95%;
}
body {
	/*font-size: 16px;*/
	/*font-size: 1rem;*/
	font-family: sans-serif;
	text-rendering: optimizeLegibility;
	/*color: #444;*/
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}



/* Page structure */
.site {
	margin: 0 auto;
	/*padding: 0 1.714285714rem;
	background-color: #fff;*/
	width : 840px;
}
.site-content {
	/*margin: 24px 0 0;
	margin: 1.714285714rem 0 0;*/
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	 /*padding: 24px 0;
	padding: 1.714285714rem 0;*/
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	/*margin-top: 24px;
	margin-top: 1.714285714rem;*/
}


img.wide {
margin: 0 -50px;
/*max-width : 900px;*/
}


table.wide {
margin: 0 -50px;
width : 900px;
position:relative;
padding:0 20px;
	
}

table.wide td {
padding:0 55px;

}




table.wide img,
table.wide tbody img,
table.wide tr img,
table.wide td img{
max-width:790px;
}




/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}




/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	width: 840px;
	max-width: 68.571428571rem;
	/*margin-top: 24px;
	margin-top: 1.714285714rem;*/
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-content {
	color:#333;
	width:800px;
	margin:0 3vw;
}

@media screen and (min-width: 767px) {
    .entry-content {
        margin:0 auto;
    }
}

.entry-meta {
	clear: both;
}
.entry-header {
	/*margin-bottom: 24px;
	margin-bottom: 1.714285714rem;*/
	
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 30px;
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: normal;
	margin-top:60px;
	margin-bottom:30px;
	text-align:center;

	border-bottom: 1px solid #ccc;

	padding-bottom: 20px;
  	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;

}
.entry-header .entry-title a {
	text-decoration: none;
	color:#333;
}

.entry-header .entry-title a:hover {
	text-decoration: none;
	color:#666;
}
.entry-header .entry-format {
	/*margin-top: 24px;
	margin-top: 1.714285714rem;*/
	font-weight: normal;
}
.entry-header .comments-link,
.entry-header .date-link {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.date-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.date-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
.entry-header .date-link {
	font-family: "Yu Gothic", YuGothic, sans-serif;
	font-size: 16px;
	text-align: right;
}
.date-link a {
	text-decoration: none;
}


.mu_register {
	line-height: 1.0;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 0;
	line-height: 1.7;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	/*margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;*/
}
img.alignright {
	/*margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;*/
}
img.aligncenter {
	/*margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;*/
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	
	/*color: #757575;*/
	/*font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;*/
	/*margin: 0 0 24px;
	margin: 0 0 1.714285714rem;*/
	width: 100%;
	box-sizing: border-box;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	/*border-top: 1px solid #ededed;*/
	padding: 6px 0 6px 0;
}
.site-content article {
	/*border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;*/
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta,
.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align:right;
	font-size: 11px;
	/*font-size: 0.928571429rem;*/
	line-height: 1.846153846;
	color: #757575;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}



/* =iframe
-------------------------------------------------------------- */


iframe {
display: block;
text-align:center;
margin: 0px auto; 
}





/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}







/* 
-----------------------------
LPデザインサポート部分　画像
-----------------------------
*/

img.shadow{
	
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}


img.shadow-border{
	border-radius: 3px;
  	border:10px solid #ffffff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}


img.shadow-under{
	/*影を入れる*/
	-webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
	-moz-box-shadow: 0 10px 8px -6px #8d8c8c;
	 box-shadow: 0 10px 8px -6px #8d8c8c;
	 box-sizing: border-box;
}



img.beveled{
    outline: 1px solid #ddd;
    border-top: 1px solid #fff;
    padding: 10px;
    background: #f0f0f0;
    box-sizing: border-box;
}


img.dash {
	padding: 10px;
	border: 1px dashed #CCCCCC; /*ボーダーの太さ・種類（ダッシュ線）・色*/
	box-sizing: border-box;
}


img.marukaku {
	border-radius: 10px;
}


img.yohaku {
	margin: 10px;
	box-sizing: border-box;
}









/* 
-----------------------------
ヘッドの文字装飾
-----------------------------
*/



table.head-w p,
table.head-w td,
table.head-b p,
table.head-b td{

text-align:center;
line-height:1.5;
/*margin-left:15px;*/

}


table.head-w p{
color:#fff;
}

table.head-b p{
color:#000;
}



table.head-w,
table.head-b{
	margin: 0 -50px;
	width : 900px;
	height:100px;
  	vertical-align: middle;
	padding:0 20px;
	font-size : 40px;
	font-weight: bold;
	text-align:center;
	position:relative;
	}





@media screen and (max-width: 640px) {
  table[class*="frame-"].frame-1,
  table[class*="frame-"].frame-2,
  table[class*="frame-"].frame-3,
  table[class*="frame-"].frame-4,
  table[class*="frame-"].frame-6,
  table[class*="frame-"].frame-7 {
    width: 90%;
  }
  table[class*="frame-"].frame-5 {
    width: 85%;
  }
}


.po_r {
  position: relative;
}

.ta_center {
  text-align: center;
}

.ta_center_pc {
  text-align: center;
}

.pt20 {
  padding-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}


p {
  line-height: 1.2;
  font-size: 16px;
}

@media screen and (min-width: 767px) {
    p {
      font-size: 16px;
    }
}

table {
  min-width: 100%;
}

.Inner {
  width: 800px;
  margin: 0 auto;
}

table.obi {
  margin: 0;
}

td p {
  height: 60px;
}

p {
  font-family: "Noto Sans JP", sans-serif;
}

img.shadow {
  margin: 0;
  min-width: 100%;
}

img.wide {
  min-width: 900px;
}

.buy, .nenrei {
  font-size: 40px;
  line-height: 1.5;
  height: 60px;
}

td {
  padding: 6px 0 6px 0;
}

@media screen and (min-width: 767px) {
  .top_height {
    height: 400px;
  }
  .top_height > .absolute {
    width: 100Vw;
  }
}


.top_bg{
    background-color: rgba(0, 0, 0, 0);
    background-image: url("https://www.ci-labo.com/on/demandware.static/-/Sites-ci-labo-Library/default/dw6655834a/Pr/2204/cosme_vc100_990/img/topbg-01.jpg");
    background-position: 50% 0px; background-repeat: repeat;
}

.top_text{
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    color: #fff;
}

.top_text_s{
    font-size: 75%;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    color: #fff;
}

.annotation{
    font-size: 8px;
}

.kami_cosme{
    font-size: 18px;
}

@media screen and (min-width: 767px) {
    .top_text{
        font-size: 36px;
    }
    .top_text_s{
        font-size: 20px;
    }
    .w900{
        width: 900px;
        height: 300px;
        margin: 0 auto;
    }
    .annotation{
        font-size: 10px;
    }
    .kami_cosme{
        font-size: 30px;
    }
}

