@charset "UTF-8";

article  {
	display: block;
}


/* --------- Form fields, general styles first  --------- */

button,
input,
select,
option,
textarea {
	border: 1px solid #eda4a4;
	border-radius: 2px;
	font-family: inherit;
	padding: 6px;
	padding: 0.6rem;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

select { /*-webkit-appearance: none;*/
         padding: 6px;
         height: 32px;}


select,
input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"] {
	border: 1px solid #eda4a4;
	background-color: #f5f4f2;
        font-size: 13px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.3em;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
	color: #000;
}

input:focus,
textarea:focus {
	background-color: #fff;
}

textarea {
	border: 1px solid #eda4a4;
	background-color: #f5f4f2;
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
	max-width: 100%;
}



/* --------- Reset text input types  --------- */

input[type="text"] {
	max-width: 100%;
}

/* --------- Reset non-text input types  --------- */

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}



#contact_submit {
      margin: 0 auto;
      text-align: center;
}



.main-content-area,
.main-content-wrap,
.main-content-site  {
	display: block;
	position: relative;
	overflow: hidden;
}

/* =Main Contents
-------------------------------------------------------------- */

#main {
    padding: 6% 0;
}

.main-content-area {
	
	width: 100%;
	height: auto;
	line-height: 1;
}

 .main-content-area {
	margin-top: 0;
}

.main-content-site {
	width: 100%;
	padding: 0;
}

/* --------- Main Content Header --------- */

.main-content-header {
	padding: 20px 30px 0;
	padding: 2rem 3rem 0;
}
/*h4.ttl{
	font-size: 25px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 500;
	line-height: 1.7em;
	text-align: center;
	margin: 5% auto 3% auto;
}*/


.main-content-title {
	
        font-size: 20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	background: transparent;
                border-bottom: solid 3px #bfbfbf;
                position: relative;
}


        .main-content-title:after {
                position: absolute;
                content: " ";
                display: block;
                border-bottom: solid 3px #eda4a4;
                bottom: -3px;
                width: 20%;
        }




/* --------- Main Content Entry Detail --------- */

.entry-content {
	padding: 0 30px 0;
	padding: 0 3rem 0;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.main-content-site img {
	max-width: 100%;
	height: auto;
}

.entry-content,
.mu_register {
	line-height: 1.8;
}

.topmain-welcome-area h1,
.textwidget h1,
.entry-content h1,
.comment-content h1,
.topmain-welcome-area h2,
.textwidget h2,
.entry-content h2,
.comment-content h2,
.topmain-welcome-area h3,
.textwidget h3,
.entry-content h3,
.comment-content h3,
.topmain-welcome-area h4,
.textwidget h4,
.entry-content h4,
.comment-content h4,
.topmain-welcome-area h5,
.textwidget h5,
.entry-content h5,
.comment-content h5,
.topmain-welcome-area h6,
.textwidget h6,
.entry-content h6,
.comment-content h6 {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	line-height: 1.5;
	padding-top: 5px;
	padding-top: 0.5rem;
}

.topmain-welcome-area h1,
.textwidget h1,
.entry-content h1,
.comment-content h1 {
	font-size: 24px;
	font-size: 2.4rem;
}

.topmain-welcome-area h2,
.textwidget h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.8rem;
}

.topmain-welcome-area h3,
.textwidget h3,
.entry-content h3,
.comment-content h3 {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
	border-left: solid 3px #a6d1c9;
	padding-left: 8px;
	padding-left: 0.8rem;
	margin-top: 30px;
	margin-top: 3rem;
        line-height: 2;
        padding-top: 0;
}

.topmain-welcome-area h4,
.textwidget h4,
.entry-content h4,
.comment-content h4 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.2;
	margin-top: 40px;
	margin-top: 4rem;
}

.topmain-welcome-area h5,
.textwidget h5,
.entry-content h5,
.comment-content h5 {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
}

.topmain-welcome-area h6,
.textwidget h6,
.entry-content h6,
.comment-content h6 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	margin-top: 10px;
	margin-top: 1rem;
	margin-bottom: 0;
	height: 3em;
}

.topmain-welcome-area p,
.textwidget p,
.entry-content p,
.comment-content p,
.mu_register p {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 10px 0 15px;
	margin: 1rem 0 1.5rem;
	line-height: 1.8;
}

.topmain-welcome-area a,
.textwidget a,
.entry-content a,
.comment-content a,
.mu_register p {
	font-size: 14px;
	font-size: 1.4rem;
}

.topmain-welcome-area p:last-child,
.textwidget p,
.entry-content p:last-child,
.comment-content p:last-child,
.mu_register p:last-child {
	margin-bottom: 0;
}

.topmain-welcome-area ol,
.textwidget ol,
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 20px;
	margin: 0 0 2rem;
	line-height: 1.8;
}

.topmain-welcome-area ul ul,
.textwidget ul ul,
.entry-content ul ul,
.comment-content ul ul,
.topmain-welcome-area ol ol,
.textwidget ol ol,
.entry-content ol ol,
.comment-content ol ol,
.topmain-welcome-area ul ol,
.textwidget ul ol,
.entry-content ul ol,
.comment-content ul ol,
.topmain-welcome-area ol ul,
.textwidget ol ul,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}

.topmain-welcome-area ul,
.textwidget ul,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
	margin-left: 2px;
}

.topmain-welcome-area ul li,
.textwidget ul li,
.entry-content ul li,
.comment-content ul li,
.mu_register li {
	margin: 0 0 0 13px;
	margin: 0 0 0 1.3rem;
}

.topmain-welcome-area ol,
.textwidget ol,
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}

.topmain-welcome-area ol li,
.textwidget ol li,
.entry-content ol li,
.comment-content ol li,
.mu_register li {
	margin: 0 0 0 20px;
	margin: 0 0 0 2rem;
}

.topmain-welcome-area blockquote,
.textwidget blockquote,
.entry-content blockquote,
.comment-content blockquote {
	padding: 20px 0;
	padding: 2rem 0;
}
.topmain-welcome-area blockquote p:last-child,
.textwidget blockquote p:last-child,
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}

.topmain-welcome-area code,
.textwidget code,
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, "Lucida Console", monospace;
	line-height: 2;
}

.topmain-welcome-area pre,
.textwidget pre,
.entry-content pre,
.comment-content pre {
	border: 1px solid #ccc;
	line-height: 1;
	margin: 20px 0;
	margin: 2rem 0;
	padding: 10px;
	padding: 1rem;
	overflow: auto;
	font-size: 12px;
	font-size: 1.2rem;
	/* border-raduis */
	-moz-border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
	-o-border-radius: 0.4rem;
	-ms-border-radius: 0.4rem;
	border-radius: 0.4rem;
}

.topmain-welcome-area pre code,
.textwidget pre code,
.entry-content pre code,
.comment-content pre code {
	display: block;
}

.topmain-welcome-area abbr,
.textwidget abbr,
.entry-content abbr,
.comment-content abbr,
.topmain-welcome-area dfn,
.textwidget dfn,
.entry-content dfn,
.comment-content dfn,
.topmain-welcome-area acronym,
.textwidget acronym,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #888;
	cursor: help;
}

.topmain-welcome-area address,
.textwidget address,
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.8;
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

.topmain-welcome-area embed,
.topmain-welcome-area iframe,
.topmain-welcome-area object,
.topmain-welcome-area video,
.textwidget embed,
.textwidget iframe,
.textwidget object,
.textwidget video,
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.topmain-welcome-area dt,
.textwidget dt,
.entry-content dt,
.comment-content dt {
        font-size: 13px;
	
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 3px;
	margin-bottom: 0.3rem;
}

.entry-content dt .gray {
     font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
     color: #777;
     font-weight: normal;
     padding-left: 5px;
}


.topmain-welcome-area dd,
.textwidget dd,
.entry-content dd,
.comment-content dd {
	line-height: 1.8;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.topmain-welcome-area table,
.textwidget table,
.comment-content table {
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2;
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
	width: 100%;
}

.topmain-welcome-area table caption,
.textwidget table caption,
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 24px 0;
	margin: 2.4rem 0;
}

.topmain-welcome-area th,
.textwidget th,
.comment-content th {
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	background: #f5f5f5;
	padding: 15px;
	padding: 1.5rem;
	font-weight: normal;
}
.entry-content th {
	width: 35%;
}

.topmain-welcome-area th a,
.textwidget th a,
.comment-content th a {
	color: #33484d;
}

.topmain-welcome-area td,
.textwidget td,
.comment-content td {
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	padding: 15px;
	padding: 1.5rem;
}

.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

/* --------- original table --------- */

.entry-content table {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
 
.entry-content table th,
.entry-content table td {
    padding: 10px;
}
 
.entry-content table th {
    background: rgba(166, 209, 201, 0.4); /*rgba(100, 25, 35, 0.1);*/
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    /*color: #fff;*/
    font-weight: normal;
    font-size: 15px;
}
 

.entry-content table td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}

/* --------- Main Content Entry Images --------- */

.alignleft {
	max-width: 50%;
	float: left;
}

.alignright {
	max-width: 50%;
	float: right;
}

.aligncenter {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	margin-top: 10px;
	margin-top: 1rem;
}

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%;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 4px 25px 20px 0;
	margin: 0.4rem 2.5rem 2rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 4px 0 20px 25px;
	margin: 0.4rem 0 2rem 2.5rem;
}

img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 1.2rem;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

img.alignnone,
.wp-caption.alignnone {
	clear: both;
	margin-top: 12px;
	margin-top: 1.2rem;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

div.attachment {
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

div.attachment img,
.wp-caption img,
img.main-tile,
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone,
.archive-post img {
	display: block;
	height: auto;
	margin-left: 1px;
	margin-left: 0.1rem;
	max-width: 99%;
}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 4px 25px 20px 0;
	margin: 0.4rem 2.5rem 2rem 0;
}

img.alignright {
	margin: 4px 0 20px 25px;
	margin: 0.4rem 0 2rem 2.5rem;
}

dl.wp-caption.aligncenter {
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}




.form_content {
	display: none;
}

.comment-fields input,
.comment-area textarea {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	width: 100%;
}

.form-allowed-tags {
	font-size: 10px;
	font-size: 1rem;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.form-submit input {
	width: 100%;
}

#contact_form p {
       
        font-size: 14px;
	font-family:  "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2em;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
	color: #000;
} 


#contact_form dl {
         width: 100%;
         margin: 0 auto;
}



@media screen and (min-width: 786px) {
	body {
		padding-bottom: 0;
	}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"] {
	border: 1px solid #eda4a4;
	background-color: #f5f4f2;
        font-size: 15px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
	color: #000;
}

select { 
         height: 42px;}


        .topmain-welcome-area h3,
.textwidget h3,
.entry-content h3,
.comment-content h3 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	border-left: solid 3px #a6d1c9;
	padding-left: 10px;
	padding-left: 1rem;
	margin-top: 40px;
	margin-top: 4rem;
        }

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

	.component-inner,
	.site-header-area .component-inner,
	.header-image-area .component-inner {
		margin: 0 auto;
		max-width: 1200px;
		max-width: 120rem;
		padding: 0 20px 0;
		padding: 0 2rem 0;
	}


/* =Main Contents
	-------------------------------------------------------------- */

	.main-content-area {
		width: 960px;
		border: none;
		margin: 0 auto;
		padding-top: 25px;
		padding-top: 2.5rem;
	}

       .main-content-title {
	
        font-size: 25px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	background: transparent;
                border-bottom: solid 3px #bfbfbf;
                position: relative;
}

/* --------- Main Contents Basic Settings --------- */

	.main-content-site {
		border-top: none;
	}

	.main-content-site > * {
		padding-left: 0;
		padding-right: 0;
	}

/* --------- Main Content Header --------- */

	.main-content-header {
		padding: 0;
	}

	/* --------- Main Content Entry Detail --------- */

	.entry-content {
		padding: 0;
	}

.topmain-welcome-area dt,
.textwidget dt,
.entry-content dt,
.comment-content dt {
        
	font-size: 15px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.entry-content dt .gray {
     font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
     color: #777;
     font-weight: normal;
     padding-left: 10px;
}

#contact_form p {
       
        font-size: 15px;
	font-family:  "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2em;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
	color: #000;
        } 

#contact_form dl {
         width: 40%;
         margin: 0 auto;
         }


        
}