@charset "UTF-8";
/*
Theme Name:cocolor Theme
Description:Ncocolorのテーマです。
Author:FunTre株式会社
Author URI:http://funtre.com/
Version: 2.0
*/

/****************************************

	reset

*****************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
body {
    line-height: 1;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -moz-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
ins {
    background-color: #ff9;
    color: #57980f;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #57980f;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted #57980f;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
/****************************************

	wordpress

*****************************************/

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
body.wp-autoresize, .mce-content-body.post-area {
    padding: 10px !important;
    min-width: 100%;
    box-sizing: border-box;
}
/****************************************

	clearfix

*****************************************/

.clearfix:before, .clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0 !important;
    content: "";
    font-size: 0;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}
/****************************************

	main Layout

*****************************************/

body {
    color: #333;
    font: 14px/1.8em "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    background: #fff;
    min-width: 1000px;
    overflow: hidden;
	word-wrap: break-word;
    overflow-wrap: break-word;
	
}
html {
    overflow-y: scroll;
}
#contents {
    max-width: 800px;
    margin: 0 auto 80px;
}
.home #contents, .post-type-archive-events #contents, .netbeauty #contents {
    max-width: 100%;
}
.blog #contents, .archive #contents, .single #contents, .error404 #contents, .search #contents {
    max-width: 1000px;
    margin: 0 auto 120px;
}
.page #contents {
    margin-bottom: 0;
}
#main {
    width: 100%;
}
.blog #main, .archive #main, .single #main, .error404 #main, .search #main {
    width: 650px;
    float: left;
}
.single-events #main {
    width: 800px;
    float: none;
    margin: 0 auto;
}
.post-type-archive #main {
    width: 100%;
}
#sidebar {
    float: right;
    width: 290px;
}

@media screen and (max-width : 640px) {
body {
    min-width: 100%;
    -webkit-text-size-adjust: 100%;
}
#contents {
    width: 100%;
    padding: 0;
    margin-bottom: 60px;
}
.blog #contents, .archive #contents, .single #contents, .error404 #contents, .search #contents {
    width: 100%;
	margin: 0 auto 60px;
}
.archive #contents, .single #contents, .error404 #contents, .search #contents {
    margin-top: 40px;
}
.post-type-archive-events #contents {
    margin-top: 10px;
}
#main {
    width: 100%;
    float: none;
    margin-bottom: 30px;
}
#main.one-column {
    width: 100%;
}
.blog #main, .archive #main, .single #main, .error404 #main, .search #main, .single-events #main {
    width: 100%;
    float: none;
}
.event #main {
    margin-bottom: 0;
}
.single #main, .single-events #main {
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#sidebar {
    width: 100%;
    float: none;
    margin-top: 40px;
}
}
/****************************************

	general&common

*****************************************/


a {
    transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    color: #5b3289;
}
a:hover {
    color: #8e6ab6;
}
.clear {
    display: block;
    clear: both;
}
.required {
    color: #ff0000;
}
.st {
    font-weight: bold;
}
.posr {
    position: relative;
}
.en {
    color: #333;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.col-l {
    float: left;
    margin-right: 50px;
}
.col-r {
    float: right;
    margin-left: 50px;
}
.align-c {
    text-align: center;
}
.align-l {
    text-align: left;
}
.align-r {
    text-align: right;
}
.o-hidden {
    overflow: hidden;
}
.f-s {
    font-size: 12px;
    line-height: 1.8em;
}
.fb-page {
    margin-bottom: 40px;
}

.txt-st{
	font-weight: bold !important;
}

.inner01 {
    width: 1000px;
    margin: 0 auto;
}
.inner02 {
    width: 800px;
    margin: 0 auto;
}
.inner03 {
    width: 650px;
    margin: 0 auto;
}

.inner04 {
    width: 1200px;
    margin: 0 auto;
}
.sp-view {
    display: none;
}
.box01 {
    padding: 15px;
    border: 1px solid #ccc;
}
.block01 {
    overflow: hidden;
    margin-bottom: 50px;
}

.img-mg{
	margin: 50px auto;
}

.point-a {
    color: #58990f;
}
.apply-btn a {
    display: block;
    margin: 50px auto 0;
    border: 3px solid #ea6200;
    text-decoration: none;
    color: #fff;
    width: 210px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    background: #ea6200;
    text-align: center;
}
.apply-btn.pt1 a {
    color: #ea6200;
    border: 3px solid #ea6200;
    width: 250px;
    background: #fff;
    margin-bottom: 40px;
}
.apply-btn.open {
    margin-bottom: -20px;
}
.apply-btn a:hover {
    background: #fff;
    color: #ea6200;
    border: 3px solid #ea6200;
}
.apply-btn.pt1 a:hover {
    background: #ea6200;
    color: #fff;
}
.apply-btn .fa {
    margin-left: 10px;
}
.logged-in .logged-in-none {
    display: none;
}

@media screen and (max-width : 640px) {
a:hover {
    color: #1ea4c8;
}
.alignleft, .alignright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.col-l, .col-r {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
}
.inner01,
.inner02,
.inner03,
.inner04{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.post-page .inner01, .post-page .inner02 {
    padding: 0 20px;
}
.inner02 .inner02 {
    padding: 0;
}
.box01 {
    padding: 15px;
    border: 1px solid #ccc;
}
.block01 {
    margin-bottom: 20px;
}

.img-mg{
	margin: 30px auto;
}

.apply-btn a {
    margin: 25px auto 0;
    width: 80%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}
.apply-btn.pt1 a {
    width: 80%;
    margin-bottom: 0px;
}
.apply-btn.open {
    margin-bottom: -5px;
}
.apply-btn a:hover {
    background: #fff;
    color: #ea6200;
    border: 3px solid #ea6200;
}
.pc-view {
    display: none;
}
.sp-view {
    display: block;
}
}
/****************************************

	 header

*****************************************/

#header {
    text-align: center;
}
#header a {
    text-decoration: none;
    color: #0000ff;
}
#header-inner {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-width: 1000px;
    padding: 30px 0;
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: relative;
}
#header-logo {
    width: 243px;
    margin-right: auto;
}

#header-navi{
	position: fixed;
	top:27px;
	margin-left:750px;
	z-index: 999;
}

#header-navi li {
    float: left;
    transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
}
#header-navi li:hover {
    opacity: 0.6;
}
#header-navi li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 20px 15px 10px;
    width: 250px;
    box-sizing: border-box;
}
#header-navi li .fa {
    margin-right: 10px;
}
.header-inquiry {
    background:url(images/inquery_bg.jpg) #a630b2;
	background-size: 50px 50px;
	border-radius: 4px;
	position: relative;
}

.header-inquiry::before{
	content: "";
	position: absolute;
	width: 100%;
	top: 10px;
	left: 0;
	border-top: 2px solid #c79b58;
}

@media screen and (max-width : 640px) {
#header {
    padding: 0;
    height: auto;
}
#header a:hover {
    opacity: 1;
}
#header-inner {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
}
#header-logo {
    display: block;
    width: 180px;
    margin: 0 auto;
    float: none;
    text-align: center;
    padding: 70px 20px 20px;
    text-align: center;
}
#header-logo img {
    max-width: 100%;
    height: auto;
}
#header-navi {
    margin: 0;
    top: 0;
    width: 100%;
	
}
#header-navi li {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#header-navi li:hover {
    opacity: 1;
}
#header-navi li a {
    font-size: 12px;
    padding: 10px;
}
.header-inquiry {
    margin-right: 0;
	border-radius: 0;
}

.header-inquiry::before{
	content:none;
}

}
/****************************************

	global Navi

*****************************************/

#nav-bg {
    position: relative;
    z-index: 998;
}
#global-navi {
    width: 1000px;
    height: 80px;
    height: 80px;
    margin: 0 auto;
}
.flexnav {
    display: flex;
}
.flexnav li, .flexnav li a {
    background: transparent;
    color: #333;
    text-decoration: none;
    border-left: none;
}
.flexnav li {
    width: auto;
    transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
}
.flexnav li a {
    padding: 15px 20px;
}
.flexnav > li {
    flex: 1;
    position: relative;
    float: none;
    height: 80px;
    border-right: solid 1px #c8c8c8;
}
.flexnav > li:last-of-type {
    border-right: none;
}
.flexnav > li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 17px;
    border-top-style: solid;
    border-top-width: 3px;
    border-color: #1ea4c8;
    transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
}
.flexnav > li:nth-child(2)::before {
    border-color: #8053a6;
}
.flexnav > li:nth-child(3)::before {
    border-color: #b74eba;
}
.flexnav > li:nth-child(4)::before {
    border-color: #b7ca84;
}
.flexnav > li:nth-child(5)::before {
    border-color: #ffe5af;
}
.flexnav > li:nth-child(6)::before {
    border-color: #1cc8b4;
}
.flexnav > li:last-of-type {
    border-right: none;
}
.flexnav > li:hover::before {
    width: 80px;
}
.flexnav > li > a {
    text-align: center;
    font-size: 16px;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexnav li ul li a:hover {
    background: #ccc;
}
.menu-item-has-children .sub-menu {
    display: none;
}
.menu-item-has-children .sub-menu li {
    padding-right: 0;
}
.flexnav li ul li a {
    background: #eee;
    border-left: none;
}
.flexnav li ul {
    min-width: 200px;
}
.flexnav .touch-button .navicon {
    display: none;
    color: #333;
}
.flexnav .touch-button {
    height: 56px;
    width: 44px;
    background: none;
}
.navi-search {
    position: absolute !important;
    right: 0;
    top: 0;
}
.navi-search #s {
    width: 195px;
}

@media screen and (max-width : 640px) {
#global-navi {
    width: 100%;
    height: auto;
}
#nav-bg {
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
    border: none;
}
.flexnav {
    display: block;
}
.flexnav li a {
    border-left: none;
}
.flexnav li a {
    border-top: 1px solid #ccc;
    border-bottom: none;
}
.flexnav > li {
    flex: auto;
    height: auto;
    border-right: none;
}
.flexnav > li::before {
    content: none;
}
.flexnav > li:first-child a {
    border-top: none;
}
.flexnav > li > a {
    display: block;
    font-size: 14px;
    text-align: left;
    padding: 15px 20px;
}
.flexnav > li br {
    display: none;
}
.flexnav li ul {
    min-width: 0;
}
.menu-button {
    text-align: center;
    color: #333;
    font-weight: bold;
    padding: 17px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.menu-button .touch-button {
    height: 56px;
}
.flexnav .touch-button {
    height: 57px;
}
.flexnav .touch-button .navicon {
    display: block;
    top: 20px;
}
.menu-button .touch-button .navicon {
    color: #333;
    top: 1em;
}
.flexnav .menu-item-has-children {
    padding-right: 0;
}
.flexnav .touch-button {
    height: 56px;
    width: 44px;
    background: none;
}
.navi-search {
    position: static !important;
    padding: 10px;
}
.navi-search #s {
    width: 82%;
    border-bottom: none;
    padding-left: 15px;
}
.navi-search:hover {
    background: transparent !important;
}
.navi-search #searchsubmit {
    border-bottom: none;
}
}
/****************************************

	slider

*****************************************/

#main-visual {
    width: 100%;
    margin: 55px auto 0;
    text-align: center;
}
#main-visual img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
}
#main-visual a {
    display: block;
}
.flexslider {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: 0px !important;
    background: transparent !important;
}
#main-visual .flexslider {
    margin-bottom: 0;
}
.flexslider a {
    color: #fff;
}
.flex-direction-nav a {
    margin: -20px 0 0;
    background: none !important;
    top: 50%;
    font-size: 30px;
    text-indent: 0 !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important
}
#main-visual .flexslider:hover .flex-next {
    right: 40px;
}
#main-visual .flexslider:hover .flex-prev {
    left: 40px;
}
.top-seminar .flexslider {
    width: 800px;
    margin: 0 auto;
}
.top-seminar .flex-direction-nav .flex-next {
    right: -64px;
}
.top-seminar .flex-direction-nav .flex-prev {
    left: -64px;
}
.top-seminar .flexslider:hover .flex-next {
    right: -64px;
}
.top-seminar .flexslider:hover .flex-prev {
    left: -64px;
}



@media screen and (max-width : 640px) {
#main-visual {
    margin-top: 30px;
}
#main-visual .slides li {
    height: auto;
}
#main-visual .flexslider a:hover {
    opacity: 1;
}
#main-visual .flexslider .slide01, #main-visual .flexslider .slide02, #main-visual .flexslider .slide03, #main-visual .flexslider .slide04 {
    background: none;
}
#main-visual .flexslider .slide01 img, #main-visual .flexslider .slide02 img, #main-visual .flexslider .slide03 img, #main-visual .flexslider .slide04 img {
    margin-top: 0;
}
#main-visual .flex-direction-nav .flex-next {
    right: 10px;
}
#main-visual .flex-direction-nav .flex-prev {
    left: 10px;
}
#main-visual .flexslider:hover .flex-next {
    right: 10px;
}
#main-visual .flexslider:hover .flex-prev {
    left: 10px;
}
.flex-direction-nav a {
    font-size: 20px;
}
.top-seminar .flexslider {
    width: 100%;
    margin: 0 auto;
}
.top-seminar .flexslider {
    width: 100%;
    margin: 0 auto;
}
.top-seminar .flexslider li {
    background: #fff !important;
}
.top-seminar .flex-direction-nav .flex-next {
    right: -25px;
}
.top-seminar .flex-direction-nav .flex-prev {
    left: -25px;
}
.top-seminar .flexslider:hover .flex-next {
    right: -25px;
}
.top-seminar .flexslider:hover .flex-prev {
    left: -25px;
}
}
/****************************************

	breadcrumb

*****************************************/

#breadcrumb {
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    background: #1ea4c8;
    margin: 40px auto 60px;
}

#breadcrumb ul {
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px
}
#breadcrumb li {
    float: left;
    padding: 6px 15px;
    position: relative;
}
#breadcrumb li:first-child {
    padding-left: 0;
}
#breadcrumb li:first-child:after {
    content: none;
}
#breadcrumb li:after {
    content: "|";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    color: #fff;
}
#breadcrumb a {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
#breadcrumb a:hover {
    opacity: 0.6;
}
#breadcrumb br {
    display: none;
}

@media screen and (max-width : 640px) {
#breadcrumb {
    margin-top: 0;
    margin-bottom: 0;
}

#breadcrumb ul {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px;
    overflow: hidden;
}
#breadcrumb li {
    float: left;
    padding: 5px 10px;
    position: relative;
    font-size: 10px;
}
#breadcrumb li:after {
    margin-top: -6px;
}
}
/****************************************

	post

*****************************************/


.article-list01 {
    border-bottom: 1px solid #ccc;
}
.article-list01:first-of-type {
    margin-top: -40px;
}
.article-list01 a {
    text-decoration: none;
    display: inline-block;
    padding: 20px 0;
}
.article-list01 .date {
    width: 120px;
    display: inline-block;
}
.post-type-archive-news .date {
    width: 140px;
}
a .date {
    color: #333
}
.page-ttl-box {
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}
.page-ttl-box-full {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: #e5f9ff;
    margin-top: -60px;
    margin-bottom: 100px;
}
.page-ttl {
    text-align: center;
    padding: 60px 30px;
}
.page-ttl h1 {
    font-size: 28px;
    color: #333;
}
.h1_img {
    border: 3px solid #f6f8f7;
    padding: 5px;
    box-sizing: border-box;
}
.post-single, .post-page {
    margin-bottom: 80px;
}
.article-box article {
    width: 306px;
    float: left;
    background-color: #fff;
}
.article-box article:nth-child(even) {
    float: right;
}
.article-box article {
    margin-top: 50px;
}
.article-box article:first-child, .article-box article:nth-child(2) {
    margin-top: 0;
}
.post-area {
    background: #fff;
    word-break: normal;
    word-wrap: break-word;
    position: relative;
    font-size: 16px;
}
.article-box a {
    text-decoration: none;
    color: #333;
    display: block;
}
.post-list {
    word-break: normal;
    word-wrap: break-word;
    padding-top: 20px;
}
.post-list h2 {
    font-size: 18px;
    line-height: 1.5em;
    min-height: 0;
    margin-bottom: 10px;
}
.post-list-ctn {
    overflow: hidden;
    margin-bottom: 25px;
}
.post-category a {
    text-decoration: none;
    color: #999;
    display: inline;
}
.post-category {
    color: #999;
    width: 50%;
    float: right;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 12px;
    text-align: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.post-category .fa, .post-date .fa {
    margin-right: 2px;
}
.post-date {
    color: #999;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    font-size: 12px;
}
.excerpt {
    font-size: 13px;
}
.post-box {
    overflow: hidden;
}
.post-thumb {
    width: 100%;
    min-height: auto;
    overflow: hidden;
    position: relative;
}
.post-thumb img {
    max-width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.post-thumb:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.post-area h1 {
    font-size: 28px;
    line-height: 1.5em;
    min-height: 0;
    margin-bottom: 1.2em;
}
.post-page h1 {
    padding-bottom: 0px;
    margin-bottom: 1em;
}
#page-title {
    box-shadow: 0 0 2px rgba(0,0,0,.3);
    padding: 30px;
    color: #333;
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    background-color: #fff;
    margin-bottom: 30px;
}
.post-single h2 {
    clear: both;
    font-size: 24px;
    margin-bottom: 1.2em;
    line-height: 1.4;
    background: #eee;
    padding: 15px;
}
.post-single h3 {
    font-size: 22px;
    line-height: 1.4;
    padding-bottom: 5px;
    margin-bottom: 1.2em;
    border-bottom: 2px solid #1ea4c8;
}
.post-single h4 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 1.2em;
    color: #1ea4c8;
}
.post-single h5 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 1.2em;
}
.post-single p {
    margin-bottom: 1.5em;
}
.post-single section + section {
    margin-top: 50px;
}
.post-single p + h3 {
    margin-top: 40px;
}
.post-single p + h4 {
    margin-top: 30px;
}
.post-page h2 {
    position: relative;
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 1.4;
    color: #1ea4c8;
    border-bottom: solid 3px #eee;
    position: relative;
    padding-bottom: 10px;
    font-weight: normal;
}
.post-page h2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #1ea4c8;
    bottom: -3px;
    width: 30%;
}
.post-page h2 a {
    text-decoration: none;
    color: #1ea4c8;
}
.post-page h2 a:hover {
    text-decoration: underline;
}
.post-page h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 40px;
    padding-bottom: 5px;
    border-bottom: 3px double #ccc;
    font-weight: normal;
}
.post-page h4 {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #1ea4c8;
    font-weight: normal;
}
.post-page h5 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.post-area p+p {
    margin-top: 1.5em;
}
.post-area .post-date {
    margin-bottom: 15px;
    float: none;
    width: 100%;
}
.post-area .post-category {
    padding: 10px 0;
    margin-bottom: 35px;
    float: none;
    width: 100%;
    text-align: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.post-404 {
    padding-bottom: 10px;
}
.post-area img {
    max-width: 100%;
    height: auto;
}
.home-btn {
    padding: 15px;
    background: #fff;
    display: block;
    text-align: center;
    margin: 60px auto 0;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none;
    color: #333;
    border: 1px solid #ccc;
}
.entry_under {
    margin: 40px 0;
}
.video-wrapper {
    width: 600px;
    margin: 0 auto;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.post-area table {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.post-area table th, .post-area table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    text-align: left;
    vertical-align: top;
	box-sizing: border-box;
}
.post-area table th {
    background: #eee;
    white-space: nowrap;
}
.toparticle article {
    margin-top: 30px;
}
.sub-sec + .sub-sec {
    margin-top: 60px;
}
.articleBox + .articleBox {
    margin-top: 80px;
}
.article + .article {
    margin-top: 60px;
}
.articleBox .item + .item {
    margin-top: 60px;
}
#contact {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
#contact .left, #contact .right {
    width: 48%;
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #ccc;
    border-top: 4px #1ea4c8 solid;
    display: flex;
    flex-direction: column;
}
#contact .target {
    margin-bottom: auto;
}
#contact .target li {
    position: relative;
    padding-left: 20px;
}
#contact .target li:after {
    content: "\f05d";
    position: absolute;
    top: 14px;
    left: 0;
    margin-top: -10px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1ea4c8;
    font-size: 16px;
}
#contact .alignCenter {
    margin-top: 20px;
    text-align: center;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}

@media screen and (max-width : 640px) {
.article-list01 {
    margin: 0 20px;
}
.article-list01:first-of-type {
    margin-top: -20px;
}
.article-list01 a {
    padding: 15px;
}
.page-ttl-box {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.page-ttl-box .inner01 {
    display: block;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.page-ttl-box-full {
    margin-top: 0px;
    margin-bottom: 0;
}
.page-ttl {
    text-align: center;
    padding: 30px 20px;
}
.page-ttl h1 {
    font-size: 22px;
    line-height: 1.4;
}
.page-ttl-box .desc {
    font-size: 12px;
    line-height: 1.6em;
}
.article-box article {
    width: 100%;
    float: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    margin-top: 0;
}
.article-box article:nth-child(even) {
    float: none;
}
.article-box article, .article-box article:nth-child(2) {
    margin-top: 0px;
}
.article-box a {
    display: table;
    width: 100%;
    padding: 20px 10px;
}
.post-thumb, .post-thumb img {
    position: static;
}
.post-thumb:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.post-thumb:before {
    content: none;
}
.post-thumb {
    width: 100px;
}
.post-thumb, .post-list {
    display: table-cell;
    padding: 0;
    vertical-align: middle;
}
.post-list {
    padding-left: 10px;
    padding-right: 20px;
}
.post-list-ctn, .recipe-list-ctn {
    margin-bottom: 0;
    height: auto;
}
.post-list h2 {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
}
.excerpt {
    display: none;
}
.post-list .post-date, .post-list .post-category {
    font-size: 10px;
}
.post-area .post-category {
    margin-bottom: 15px;
}
.post-list-ctn {
    height: auto;
}
.post-area {
    padding: 30px 20px 0;
    font-size: 14px;
}
.netbeauty .post-area {
    padding: 0;
}
#page-title {
    box-shadow: 0 0 2px rgba(0,0,0,.3);
    padding: 15px;
    margin: 0 10px 10px;
    color: #333;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: normal;
}
.post-area h1 {
    font-size: 22px;
    padding-bottom: 10px;
    line-height: 1.4em;
}
.post-area h2 {
    font-size: 20px;
}
.post-area h3 {
    font-size: 18px;
}
.post-area h4 {
    font-size: 16px;
}
.post-area h5 {
    font-size: 14px;
}
.post-single h1 {
    margin-bottom: 10px;
}
.post-page h2 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.4;
}
.post-page h3 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.post-page h4 {
    font-size: 16px;
    margin-bottom: 20px;
}
.post-page h5 {
    font-size: 14px;
    font-weight: bold;
}
.post-single section + section {
    margin-top: 40px;
}
.post-single p + h3 {
    margin-top: 30px;
}
.post-single p + h4 {
    margin-top: 20px;
}
.post-page {
    margin: 0 0 30px;
    padding-top: 0;
}
.post-single {
    padding: 0;
    margin: 0 0 50px;
}
.post-area .post-category {
    margin-bottom: 20px;
}
.post-none {
    margin: 0;
}
.post-area table {
    width: 100% !important;
}
.post-area table th, .post-area table td {
    padding: 15px;
    display: block;
}
.home-btn {
    width: 100%;
    margin-top: 30px;
}
.entry_under {
    margin: 30px 0;
}
.video-wrapper {
    width: 100%;
}
.sub-sec + .sub-sec {
    margin-top: 40px;
}
.articleBox + .articleBox {
    margin-top: 50px;
}
.article + .article {
    margin-top: 40px;
}
.articleBox .item + .item {
    margin-top: 30px;
}
#contact {
    display: block;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: 0px;
    padding: 0 20px;
}
#contact .left, #contact .right {
    width: 100%;
    padding: 20px;
    display: block;
}
#contact .right {
    margin-top: 30px;
}
#contact .target {
    margin-bottom: 20px;
    ;
}
#contact .target li {
    position: relative;
    padding-left: 20px;
}
#contact .target li:after {
    font-size: 14px;
	top: 16px;
	
}
}
/****************************************

	top

*****************************************/

.top-news {
    padding: 100px 0;
}
.top-news .inner01 {
    display: flex;
    align-items: center;
}
.top-news h2 {
    background: url(images/news_icon.png) no-repeat center top;
    background-size: 28px auto;
    padding-top: 60px;
    font-size: 16px;
    font-weight: normal;
    width: 280px;
    letter-spacing: 0.3em;
    text-align: center;
}
.top-news h2 .h-img {
 width: calc( 110 / 280 * 100% );
    display: block;
    margin: 0 auto 15px;
}
.top-news h2 .cap {
    color: #ec4023;
}
.top-news-ctn {
    flex: 1;
    padding: 40px 0 40px 100px;
    word-wrap: break-word;
    font-size: 18px;
    border-left: 1px solid #333333;
}
.top-news-ctn a {
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
    color: #333;
}
.top-news-ctn a:hover {
    opacity: 0.6;
}
.top-news-btn {
    text-align: right;
}
.top-news-btn a {
    font-size: 14px;
    color: #1ea4c8;
    padding: 0;
    text-decoration: none;
    border-bottom: 2px solid #1ea4c8;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1.6em;
}
.top-news-btn .fa {
    margin-left: 5px;
    font-size: 12px;
}
.top-common {
    padding: 120px 0;
}
.top-common h2 {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: 0.2em;
}
.top-common h2 .h-img {
    margin: 0 auto 15px;
    display: block;
}
.top-service {
    background: #f5f5f5;
	margin-bottom: 80px;
}
.top-service h2 .h-img {
 width: calc( 302 / 1000 * 100% );
    background: url(images/service_icon.png) no-repeat center top;
    background-size: 31px auto;
    padding-top: 60px;
}
.service-box ul {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.service-box li {
    width: 306px;
}
.service-box li a:hover {
    opacity: 0.6;
}
.top-seminar {
    padding-bottom: 0;
	padding-top: 0;
}
.top-seminar h2 .h-img {
 width: calc( 103 / 1000 * 100% );
    background: url(images/event_icon.png) no-repeat center top;
    background-size: 31px auto;
    padding-top: 60px;
}
.top-seminar-bg {
    background: url(images/top_event_bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 100px 0;
}
.top-seminar-box {
    background: #fff;
    padding: 50px 35px;
    font-size: 13px;
    line-height: 1.8em;
    min-height: 230px;
}
.top-seminar-txt {
    overflow: hidden;
    float: left;
    width: 386px;
}
.top-seminar-ph {
    width: 330px;
    float: right;
}
.top-seminar-ph img {
    height: auto;
}
.top-seminar-ttl {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 20px;
}
.top-seminar-info + .top-seminar-info {
    margin-top: 10px;
}
.top-seminar-info span {
    background: #6a6a6a;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
}

.top-seminar-info a{
	color: #1ea4c8;
}


.top-seminar-btn a {
    text-align: center;
    display: block;
    margin: 30px 0 0;
    border: 3px solid #1ea4c8;
    text-decoration: none;
    color: #1ea4c8;
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    letter-spacing: 0.1em;
}
.top-seminar-btn a:hover {
    background: #1ea4c8;
    color: #fff;
}
.top-seminar-btn .fa {
    margin-left: 10px;
}
.top-bnr {
    text-align: center;
}
.top-bnr img {
    max-width: 100%;
    height: auto;
}
.top-bnr a:hover {
    opacity: 0.6;
}
.top-column h2 .h-img {
 width: calc( 136 / 1000 * 100% );
    background: url(images/column_icon.png) no-repeat center top;
    background-size: 31px auto;
    padding-top: 60px;
}

.top-color h2 .h-img {
 width: calc( 234 / 1000 * 100% );
    background: url(images/color_icon.png) no-repeat center top;
    background-size: 35px auto;
    padding-top: 60px;
}

.top-styling h2 .h-img {
 width: calc( 262 / 1000 * 100% );
    background: url(images/styling_icon.png) no-repeat center top;
    background-size: 30px auto;
    padding-top: 70px;
}

.top-color,
.top-styling{
	padding-top: 0;
}

.top-color h2,
.top-styling h2{
	letter-spacing: 0;
}

.top-column-cat{
	margin-top: 80px;
}

.top-column-box {
    width: 306px;
    float: left;
	margin-right: 41px;
	margin-bottom: 40px;
}
.top-column-box:nth-child(3n) {
    margin-right:0;
}
.top-column-icatch {
    margin-bottom: 20px;
}
.top-column-txt {
    margin-bottom: 15px;
}
.top-column-box h3 {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 10px;
}
.top-column-excerpt {
    margin-bottom: 15px;
}
.top-column-btn a {
    font-size: 14px;
    padding-bottom: 1px;
    text-decoration: none;
    border-bottom: 2px solid #1ea4c8;
    font-weight: 500;
    color: #1ea4c8;
}
.top-column-box a:hover {
    opacity: 0.6;
    color: #1ea4c8;
}
.top-column-box .fa {
    margin-left: 5px;
    font-size: 12px;
}

.top-column .cmn-btn,
.top-color .cmn-btn,
.top-styling .cmn-btn
{
	margin-top: 20px;
}

.top-under {
    margin-bottom: 100px;
}
.top-bnr-box ul {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.top-bnr-box li {
    width: 372px;
    text-align: center;
}
.top-bnr-box li a:hover {
    opacity: 0.6;
}

.top-book{
	padding-top: 0;
}

.top-book h2 .h-img {
 width: calc( 108 / 1200 * 100% );
    background: url(images/book_icon.png) no-repeat center top;
    background-size: 30px auto;
    padding-top: 60px;
}

.top-book-list{
	display: flex;
	flex-wrap: wrap;
}

.top-book-list a:hover{
	opacity: 0.6;
}

.page-pickup-book{
	display: flex;
	flex-wrap: wrap;
}

.top-book-list li,
.page-pickup-book li{
	width: 175px;
	display: flex;
	flex-direction: column;
	text-align: left;
	margin-right: 30px;
	margin-bottom: 60px;
}

.top-book-list li:nth-child(6n){
	margin-right:0;
}

.top-book-ph,
.page-book-ph{
	margin-bottom: 20px;
}
.top-book-name,
.page-book-name{
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.6;
	font-weight: bold;
	font-feature-settings: "palt";
	font-kerning : auto;
}
.top-book-write,
.page-book-write{
	font-size: 12px;
	font-feature-settings: "palt";
	font-kerning : auto;
	margin-bottom: 15px;
}
.top-book-btn,
.page-book-btn{
	margin-top: auto;
}
.top-book-btn a,
.page-book-btn a{
	display: block;
	color: #fff;
	text-decoration: none;
	background: #5b3289;
	text-align: center;
	padding: 10px 20px;
	font-size: 13px;
	border-radius: 4px;
}
.top-book-btn a:hover,
.page-book-btn a:hover{
	opacity: 0.6;
}
.top-book-btn .fa,
.page-book-btn .fa{
	margin-right: 8px;
}

@media screen and (max-width : 640px) {
.top-news {
    padding: 60px 20px;
}
.top-news .inner01 {
    display: block;
}
.top-news h2 {
    width: 100%;
    font-size: 14px;
    padding-top: 45px;
    margin-bottom: 20px;
    background-size: 20px auto;
}
.top-news h2 .h-img {
 width: calc( 110 / 450 * 100% );
    display: block;
    margin: 0 auto 10px;
}
.top-news-ctn {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
    border-left: 0;
}
.top-news-ctn li + li {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}
.top-news-btn a {
    font-size: 12px;
}
.top-common {
    padding: 60px 0;
}
.top-common h2 {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 40px;
}
.top-common h2 .h-img {
    margin: 0 auto 10px;
}
.top-service h2 .h-img {
 width: calc( 302 / 500 * 100% );
    background-size: 23px auto;
    padding-top: 45px;
}
.service-box {
    padding: 0 20px;
}
.service-box ul {
    display: block;
}
.service-box li {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.service-box li + li {
    margin-top: 40px;
}
.service-box li a:hover {
    opacity: 1;
}
.top-seminar {
    padding-bottom: 0;
	padding-top: 0;
}
.top-seminar h2 .h-img {
 width: calc( 103 / 500 * 100% );
    background-size: 23px auto;
    padding-top: 45px;
}
.top-seminar-bg {
    padding: 40px;
}
.top-seminar-box {
    background: #fff;
    padding: 25px;
    font-size: 14px;
    line-height: 1.6em;
    min-height: auto;
}
.top-seminar-txt {
    float: none;
    width: 100%;
}
.top-seminar-ph {
    float: none;
    width: 100%;
    text-align: center;
    margin: 20px 0 auto;
}
.top-seminar-ttl {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 20px;
}
.top-seminar-info + .top-seminar-info {
    margin-top: 10px;
}
.top-seminar-info span {
    font-size: 12px;
}
.top-seminar-btn a {
    margin-top: 20px;
}
.top-seminar-btn a:hover {
    background: #fff;
    color: #ea6200;
}
	.top-column {
		padding-top : 0;
}
.top-column h2 .h-img {
 width: calc( 136 / 500 * 100% );
    background-size: 23px auto;
    padding-top: 45px;
}
	
.top-color h2 .h-img {
 width: calc( 234 / 500 * 100% );
    background-size: 25px auto;
    padding-top: 45px;
}

.top-styling h2 .h-img {
 width: calc( 262 / 500 * 100% );
    background-size: 23px auto;
    padding-top: 55px;
}

.top-color,
.top-styling{
	padding-top: 0;
}
	
.top-column h3{
	font-size: 20px;
	margin-bottom: 20px;
}

.top-column-cat{
	margin-top: 60px;
}

.top-column-box {
    width: 100%;
    float: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px 10px;
    border-top: 1px solid #ccc;
    overflow: hidden;
	margin:0;
}
.top-column-box:last-of-type {
    border-bottom: 1px solid #ccc;
}

.top-column-icatch {
    width: 100px;
    margin-bottom: 0;
}
.top-column-icatch img {
    max-width: 100%;
    height: auto;
    float: left;
    margin-right: 10px;
}
.top-column-txt {
    margin-bottom: 0;
}
.top-column-box h3 {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 5px;
}
.top-column-excerpt {
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 0;
}
.top-column-excerpt p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.top-column-box a {
    text-decoration: none;
    color: #333;
}
.top-column-box a:hover {
    opacity: 1;
}
.top-column .cmn-btn,
.top-color .cmn-btn,
.top-styling .cmn-btn
{
	margin-top: 30px;
}
.top-under {
    padding: 0 20px;
    margin-bottom: 60px;
}
.top-bnr-box ul {
    display: block;
}
.top-bnr-box li {
    width: 90%;
    margin: 0 auto;
}
.top-bnr-box li + li {
    margin-top: 30px;
}
.top-bnr-box li a:hover {
    opacity: 1;
}
	
.top-book h2 .h-img {
 width: calc( 108 / 500 * 100% );
    background-size: 22px auto;
    padding-top: 45px;
}
	
.top-book {
	padding: 0 20px 40px;
}
	
.top-book-list{
	justify-content: space-between
}

.top-book-list li,
.page-pickup-book li{
	width: 48%;
	line-height: 1.6;
	margin-right: 0;
	margin-bottom: 30px;
}
.top-book-list li br,
.page-pickup-book li br{
	display: none;
}
.top-book-btn,
.page-book-btn{
	margin-top: auto;
	margin-bottom:0;
}
.top-book-btn a:hover,
.page-book-btn a:hover{
	opacity: 1;
}
}
/****************************************

	cocolor

*****************************************/

#cocolor {
    padding: 50px;
    border: 1px solid #ccc;
}
#profile {
    display: flex;
    padding: 30px;
    background: #f5f5f5;
    margin-top: 50px;
}
#profile .left {
    width: 180px;
}
#profile .right {
    flex: 1;
    padding-left: 40px;
}
#profile .name {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}
#profile .summary {
    margin-bottom: 20px;
}
.btnCommonR {
    background: #5b3289;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    border-radius: 4px;
    padding: 5px 20px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}
.btnCommonR:hover {
    background: #9c6cc5;
    color: #fff;
}

@media screen and (max-width : 640px) {
#cocolor {
    padding: 20px;
}
#profile {
    display: block;
    padding: 20px 15px;
    margin-top: 30px;
}
#profile .left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
#profile .right {
    flex: auto;
    padding-left: 0;
}
#profile .name {
    font-size: 16px;
    margin-bottom: 15px;
}
#profile .summary {
    margin-bottom: 20px;
}
.btnCommonR {
    padding: 5px 20px;
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
    text-align: center;
}
}
/****************************************

	customer-voice

*****************************************/

.note {
    padding: 50px;
    border: 1px solid #ccc;
    margin-bottom: 50px;
}
.note li + li {
    margin-top: 20px;
}
.voiceBox {
    background: #e5f9ff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
}
.voiceBox + .voiceBox {
    margin-top: 30px;
}
.voiceBox h2 {
    font-size: 20px;
    border-bottom: none;
    float: left;
    margin-bottom: 0;
    padding: 0;
}
.voiceBox h2:after {
    content: none;
}
.btnCommon {
    background: #5b3289;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    border-radius: 4px;
    padding: 10px 20px;
    display: inline-block;
}
.btnCommon.txt-l {
    font-size: 16px;
}
.btnCommon:hover {
    background: #9c6cc5;
    color: #fff;
}
.voiceBox .btnCommon {
    float: right;
}
.voiceContent {
    clear: both;
    margin-top: 80px;
}

@media screen and (max-width : 640px) {
.note {
    padding: 20px;
    margin-bottom: 30px;
}
.voiceBox {
    background: #e5f9ff;
    padding: 20px;
}
.voiceBox + .voiceBox {
    margin-top: 20px;
}
.voiceBox h2 {
    font-size: 18px;
    border-bottom: none;
    float: none;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
}
.voiceBox .btnCommon {
    float: none;
    display: block;
    width: 50%;
    margin: 0 auto;
    text-align: center
}
.voiceContent {
    margin-top: 30px;
}
.btnCommon.txt-l {
    font-size: 14px;
}
}
/****************************************

	yaetotokawa

*****************************************/

.alignCenterImg {
    text-align: center;
    margin: 40px 0;
}
#totokawaTheme li {
    color: #1ea4c8;
    border: solid 1px #1ea4c8;
    padding: 10px 20px;
    text-align: center;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 4px;
}
.history-st {
    margin-bottom: 30px;
}
.linkBox .btnCommon {
    display: block;
    width: 200px;
    margin: 50px auto 0;
    font-size: 16px;
    padding: 15px;
    text-align: center;
}
.circle li {
    position: relative;
    padding-left: 30px;
}
.circle li + li {
    margin-top: 15px;
}
.circle li:after {
    content: "\f111";
    position: absolute;
    top: 6px;
    left: 10px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1ea4c8;
    font-size: 8px;
}
.circle li ol {
    padding-left: 1em;
}
.circle li ol li {
    padding-left: 0;
}
.circle li ol li:after {
    content: none;
}
.circle li ol li + li {
    margin-top: 0;
}


@media screen and (max-width : 640px) {
.alignCenterImg {
    text-align: center;
    margin: 20px 0;
}
.history-st {
    margin-bottom: 20px;
}
.linkBox .btnCommon {
    margin: 30px auto 0;
    font-size: 14px;
}
.circle li {
    padding-left: 25px;
}
.circle li:after {
    top: 6px;
    font-size: 6px;
}
.circle li ol li {
    padding-left: 0;
}
.article p br {
    /*display: none;*/
}

.balance-link li{
  border: 0 !important;
	padding: 0 !important;
	margin-bottom: 10px !important;
}

.balance-link li a{
  padding: 10px;
  display: block;
  color: #fff;
	background: #1ea4c8;
	text-decoration: none;
	    border-radius: 4px;
	text-align: center;
}

	.balance-link li:nth-child(2) a{
		background: #5b3289;
	}
	
	.balance-link li:nth-child(3) a{
		background: #912183;
	}
	
}
/****************************************

	tool

*****************************************/

.copyright {
    margin-bottom: 30px;
}
.col-flex, .product {
    display: flex;
    margin-bottom: 30px;
}
.col-flex .left {
    width: 220px;
    text-align: center;
}
.col-flex .right, .product .description {
    flex: 1;
    padding-left: 40px;
}
.product .picture {
    width: 100px;
    text-align: center;
}
.border, .product {
    padding: 50px;
    border: 1px solid #ccc;
    margin-bottom: 40px;
}

.course-sec{
	margin: 30px 0 50px;
}

.course-sec .left {
	width:350px;
}

@media screen and (max-width : 640px) {
.copyright {
    margin-bottom: 20px;
}
.col-flex, .product {
    display: block;
}
.col-flex .left,
.course-sec .left{
    width: 100%;
    margin-bottom: 20px;
}
.col-flex .right, .product .description {
    flex: auto;
    padding-left: 0;
}
	
.course-sec{
	margin: 20px 0 40px;
}

.product .picture {
    width: 100%;
    margin-bottom: 20px;
}
.border, .product {
    padding: 20px;
    margin-bottom: 30px;
}
}
/****************************************

	works

*****************************************/


.floatR {
    float: right;
    margin-left: 40px;
    margin-bottom: 20px;
}

@media screen and (max-width : 640px) {
.floatR {
    float: none;
    margin-left: 0;
    text-align: center;
}
}
/****************************************

	service

*****************************************/


#serviceMenu .col-flex {
    justify-content: space-around;
}
#serviceMenu .col-flex .left, #serviceMenu .col-flex .center {
    width: 201px;
}
#serviceMenu .col-flex .right {
    width: 201px;
    flex: none;
    padding-left: 0;
}

@media screen and (max-width : 640px) {
#serviceMenu .col-flex {
    display: block;
}
#serviceMenu .col-flex .left, #serviceMenu .col-flex .center, #serviceMenu .col-flex .right {
    width: 100%;
    text-align: center;
}
#serviceMenu .col-flex .left,  #serviceMenu .col-flex .center {
    margin-bottom: 20px;
}
}
/****************************************

	media

*****************************************/

.articleBox {
    position: relative;
}
.catchIcon {
    position: absolute;
    width: 60px;
    right: 0;
    top: -13px;
    z-index: 999;
}
.serviceBox {
    margin-top: 50px;
    border: solid 1px #9fdde2;
    padding: 50px;
    margin-bottom: 40px;
}
.recommend {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.recommend .left, .recommend .right {
    width: 48%;
}
.recommend li {
    border: solid 1px #9fdde2;
    padding: 4px 0;
    text-align: center;
    background: #fff;
    color: #1ea4c8;
    margin-bottom: 10px;
    border-radius: 4px;
}
.case li {
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: solid 1px #ddd;
}

@media screen and (max-width : 640px) {
.catchIcon {
    width: 30px;
    top: 3px;
}
.serviceBox {
    margin-top: 30px;
    padding: 20px;
    margin-bottom: 40px;
}
.recommend {
    display: block;
    margin-bottom: 30px;
}
.recommend .left, .recommend .right {
    width: 100%;
}
.recommend .right {
    margin-top: 30px;
}
.description .btnCommon {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center
}
}
/****************************************

	individual

*****************************************/

.step {
    margin-bottom: 40px;
}
.step .headding {
    margin-top: 50px;
}
.step h3 {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 30px;
}
.birthcolor-btn {
    margin-top: 40px;
}

@media screen and (max-width : 640px) {
.step {
    margin-bottom: 30px;
}
.step .headding {
    margin-top: 40px;
}
.step h3 {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 20px;
}
.birthcolor-btn {
    margin-top: 30px;
}
}
/****************************************

	fashon

*****************************************/

.fashionCourse {
    max-width: 631px;
    margin: 30px auto 0;
}
.fashionCourse h2 {
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.fashionCourse h2:after {
    content: none;
}
.fashionCourse .individualContent {
    border-left: solid 1px #9fdde2;
    border-right: solid 1px #9fdde2;
    border-bottom: solid 1px #9fdde2;
    padding: 30px;
}
.fashionCourse .item dt span {
    font-weight: bold;
    color: #fff;
    padding: 5px 18px;
    background: #1ea4c8;
    border-radius: 15px;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1;
}
.floatL {
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
}
#shopping {
    margin-bottom: 50px;
}
.priceTable {
    font-size: 14px;
}
.post-area .priceTable th, .post-area .priceTable td {
    padding: 10px;
}
.post-area .priceTable h4 {
    font-size: 14px;
    margin-bottom: 10px;
}

@media screen and (max-width : 640px) {
.fashionCourse {
    margin: 20px auto 0;
}
.fashionCourse h2 {
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.fashionCourse .individualContent {
    padding: 20px;
}
.fashionCourse .item dt span {
    padding: 5px 10px;
    border-radius: 0;
    line-height: 1.6;
    display: block;
}
.fashionCourse .item dd + dt {
    margin-top: 30px;
}
.floatL {
    float: none;
    margin-right: 0;
    display: block;
    max-width: 100%;
    margin: 0 auto 20px;
}
#shopping {
    margin-bottom: 30px;
}
.priceTable {
    font-size: 12px;
}
.post-area .priceTable th, .post-area .priceTable td {
    padding: 5px;
    display: table-cell;
}
.post-area .priceTable h4 {
    font-size: 12px;
    margin-bottom: 5px;
}
}
/****************************************

	shop

*****************************************/

.shop .product .picture {
    width: 220px;
    text-align: center;
}
.shop .btnCommon {
    font-size: 16px;
    padding: 10px 20px;
    margin-top: 40px;
}
.price {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}

@media screen and (max-width : 640px) {
.shop .product .picture {
    width: 100%;
}
.shop .btnCommon {
    font-size: 14px;
    margin-top: 20px;
}
.price {
    font-size: 16px;
    margin-top: 20px;
}
}
/****************************************

	netbeauty

*****************************************/

#netbeauty {
    width: 100%;
    height: auto;
    background-image: url(http://www.cocolor.biz/wp-content/themes/cocolor/images/bg_netbeauty.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
#netbeauty p {
    font-size: 18px;
    font-weight: lighter;
    line-height: 1.7;
}
#netbeauty h1 {
    padding-top: 65px;
    padding-bottom: 65px;
}
#netbeauty p {
    padding-bottom: 62px;
    margin-bottom: 0;
}
#netbeauty_contents {
    width: 100%;
    background-color: #e9e8e3;
    padding-bottom: 70px;
    overflow: hidden;
}
#netbeauty_contents > div {
    width: 950px;
    margin: 0 auto;
    padding-top: 65px;
}
#netbeauty_contents > div h2 {
    text-align: center;
    color: #25b5c6;
    font-size: 22px;
    border-bottom: 4px #9e9e98 double;
    padding-bottom: 25px;
    margin-bottom: 0;
}
#netbeauty_contents > div h2:after {
    content: none;
}
#netbeauty_contents > div > div {
    padding-top: 25px;
}
#netbeauty_contents > div > div > p {
    float: left;
}
#netbeauty_contents > div > div > p:nth-child(2) {
    width: 730px;
    margin-left: 70px;
    font-size: 18px;
    color: #000;
    line-height: 1.5;
}
#netbeauty_contents > div:last-child > div > p img {
    display: block;
}
#netbeauty_contents > div:nth-last-child(2) > div > p img:first-child {
    margin-bottom: 28px;
}
#beauty_design_map {
    width: 100%;
    background-image: url(http://www.cocolor.biz/assets/img/bg_beauty_design_map.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 80px 0;
    margin-bottom: -91px;
    color: #fff;
}
#beauty_design_map > div {
    width: 950px;
    margin: 0 auto;
}
#beauty_design_map h2 {
    text-align: center;
    border-bottom: none;
    color: #fff;
}
#beauty_design_map h2:after {
    content: none;
}
#beauty_design_map > div > p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin-top: 100px;
}
#bdm_heading div {
    margin-top: 65px;
    margin-bottom: 10px;
    text-align: right;
}
#bdm_heading div:first-child {
    width: 560px;
    float: left;
    border-bottom: 1px #fff solid;
}
#bdm_heading div:last-child {
    width: 170px;
    float: right;
    border-bottom: 1px #fff solid;
}
#bdm_heading div h3 {
    font-size: 25px;
    font-style: italic;
    font-weight: lighter;
    border-bottom: 1px #fff solid;
    padding-bottom: 17px;
    padding-right: 21px;
}
#bdm_heading div span {
    font-size: 20px;
    font-style: italic;
    font-weight: lighter;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 58px;
}
.personal div {
    float: left;
    margin-bottom: 33px;
}
.personal div:nth-child(1) {
    width: 342px;
    margin-top: 15px;
    margin-left: 28px;
}
.personal div span {
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: lighter;
    position: relative;
}
.personal div span:after {
    content: '';
    position: absolute;
    top: 28px;
    left: 0;
    width: 60px;
    border-bottom: 1px #fff solid;
}
.personal div h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 38px;
    position: relative;
    padding: 0;
    border-bottom: none;
}
.personal div h3:after {
    content: '';
    position: absolute;
    top: 42px;
    left: -27px;
    width: 368px;
    border-bottom: 1px #fff solid;
}
.personal div p {
    font-size: 16px;
    font-weight: lighter;
    line-height: 1.9;
}
.personal div p.trademark {
    font-size: 14px;
    font-weight: lighter;
    text-align: center;
    border: 1px #fff solid;
}
#netbeauty_bottom {
    width: 100%;
    height: 135px;
    background-color: #25b5c6;
}
#netbeauty_bottom p {
    width: 980px;
    margin: 0 auto;
    padding-top: 35px;
    font-size: 20px;
    font-weight: lighter;
    color: #fff;
    line-height: 1.7;
}
#goal {
    margin-bottom: 60px;
}

@media screen and (max-width : 640px) {
#netbeauty {
    padding: 40px 20px;
    box-sizing: border-box;
	background-image: url(http://www.cocolor.biz/wp-content/themes/cocolor/images/bg_netbeauty_sp.jpg);
}
#netbeauty p {
    font-size: 14px;
    font-weight: lighter;
    line-height: 1.6;
}
#netbeauty h1 {
    padding-top: 30px;
	padding-bottom: 0;
}
#netbeauty p {
    padding-bottom: 0;
    margin-bottom: 0;
}
#netbeauty_contents {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 20px;
}
#netbeauty_contents > div {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
}
#netbeauty_contents > div h2 {
    font-size: 20px;
    border-bottom: 4px #9e9e98 double;
    padding-bottom: 10;
    margin-bottom: 0;
}
#netbeauty_contents > div > div > p {
    float: none;
}
#netbeauty_contents > div > div > p:nth-child(2) {
    width: 100%;
    margin-left: 0;
    font-size: 14px;
    line-height: 1.8;
}
#netbeauty_contents img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
#netbeauty_contents > div:nth-last-child(2) > div > p img:first-child {
    margin-bottom: 0;
}
#beauty_design_map {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 20px 60px;
    margin-bottom: -42px;
}
#beauty_design_map > div {
    width: 100%;
    margin: 0 auto;
}
#beauty_design_map > div > p {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 40px;
}
#bdm_heading {
    display: none;
}
.personal div {
    float: none;
    margin-bottom: 30px;
}
.personal div:nth-child(1) {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
}
.personal div span {
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: lighter;
    position: relative;
}
.personal div span:after {
    content: none;
}
.personal div h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: none;
    border-bottom: 1px solid #fff;
}
.personal div h3:after {
    content: none;
}
.personal div p {
    font-size: 14px;
    line-height: 1.8;
}
.personal div p.trademark {
    font-size: 12px;
}
#netbeauty_bottom {
    width: 100%;
    height: 135px;
    background-color: #25b5c6;
}
#netbeauty_bottom p {
    width: 980px;
    margin: 0 auto;
    padding-top: 35px;
    font-size: 20px;
    font-weight: lighter;
    color: #fff;
    line-height: 1.7;
}
#goal {
    margin-bottom: 60px;
}
}
/****************************************

	contact

*****************************************/

div.contact-form table th {
    width: auto;
    padding: 20px !important;
    vertical-align: top;
    font-weight: bold;
    background: #eee !important;
    box-sizing: border-box;
    white-space: normal;
}
div.contact-form table td {
    padding: 20px !important;
    background: #fff !important;
    box-sizing: border-box;
}

@media screen and (max-width : 640px) {
div.contact-form table th {
    padding: 15px !important;
}
div.contact-form table td {
    padding: 15px !important;
}
div.contact-form select {
    width: 100%;
}
}
/****************************************

.event

*****************************************/




.event-icatch {
    text-align: center;
}
.single-events .post-page h2 span {
    font-size: 16px;
    line-height: 1.4em;
    display: block;
    margin-top: 10px;
}
.event section, .post-type-archive-events section {
    margin-bottom: 0;
}
.event section section, .post-type-archive-events section {
    padding: 80px 0;
}
.post-type-archive-events section:first-of-type {
    padding-top: 0;
}
.event section section:nth-of-type(even), .post-type-archive-events section:nth-of-type(even) {
    background: #f1f1f1;
}
.event section section:last-of-type .post-type-archive-event section:last-of-type {
    margin-bottom: -36px;
}
.single-events .info-list dl:last-of-type {
    margin-bottom: 0;
}
.lecture-info {
    margin-top: 20px;
    display: table;
}
.lecture-info-ph, .lecture-info-txt {
    display: table-cell;
}

.lecture-info-ph{
	width: 200px;
}

.lecture-info-txt {
    padding-left: 20px;
}
.event-article {
    width: 900px;
    margin: 0 auto;
}
.event-article +.event-article {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
}
.event-article a {
    text-decoration: none;
    color: #333;
    display: table;
    width: 100%;
}
.event-article a:hover {
    opacity: 0.6;
}
.event-article-thumb {
    display: table-cell;
    width: 150px;
}
.event-article-thumb img {
    max-width: 100%;
    height: auto;
}
.event-article-txt {
    display: table-cell;
    padding-left: 20px;
    text-align: left;
}
.event-article-txt h2 {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: left;
}
.event-article-txt h2:before {
    content: none;
}
.event-article-info span {
    font-weight: bold;
}
.event-ttl-area {
    display: flex;
    justify-content: space-between;
}
.event-ttl {
    width: 540px;
    order: 2;
}
.event-cat {
    margin-bottom: 20px;
}
.event-cat-item {
    display: inline-block;
    padding: 2px 10px;
    background: #5f489e;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-right: 5px;
}
.cat-orange {
    background: #ec4023;
}
.cat-bgr {
    background: #fff;
    border: 1px solid #333;
    color: #333;
    padding: 1px 9px;
}
.event-ttl h1 {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.event-ttl-ph {
    width: 230px;
    order: 1;
}
.event-info {
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
    padding: 22px 0 7px;
    margin: 20px 0 60px;
}
.event-info-list {
    display: flex;
    flex-wrap: wrap;
}
.event-info-list dt {
    width: 15%;
    font-weight: bold;
    margin-bottom: 15px;
}
.event-info-list dd {
    width: 85%;
    margin-bottom: 15px;
}
.event-st {
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
}
.event-sec + .event-sec {
    margin-top: 60px;
}
.event-sec h2 {
    padding: 0;
    background: #fff;
    border-bottom: 2px solid #000;
    font-size: 22px;
    line-height: 1.6;
    padding-left: 40px;
    background: url(images/event_ttl_bg.svg) no-repeat left 3px;
    padding-bottom: 10px;
    margin-bottom: 35px;
}
.event-sec table {
    width: 100%;
}
.event-sec table .th-st01 {
    background: #dddddd;
}
.event-sec table th {
    width: 155px;
}
.event-sec table .th-st01 + .th-st01 {
    width: auto;
}
.event-prof {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.event-prof-name {
    width: 500px;
    order: 2;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.8;
    padding-top: 60px;
}
.event-prof-name .name {
    font-size: 30px;
    line-height: 1.4;
    display: block;
}
.event-prof-ph {
    width: 270px;
    order: 1;
}
.bk-num {
    margin-bottom: 100px;
}
.single-event {
    font-size: 16px;
}
.single-event h2 {
    position: relative;
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 1.4;
    color: #1ea4c8;
    border-bottom: solid 3px #eee;
    position: relative;
    padding-bottom: 10px;
    font-weight: normal;
}
.single-event h2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #1ea4c8;
    bottom: -3px;
    width: 30%;
}
.info-list dl {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}
.info-list dt {
    width: 100px;
    font-weight: bold;
}
.info-list dd {
    flex: 1;
}
.cmn-btn {
    text-align: center;
    margin-top: 60px;
}
.cmn-btn a {
    padding: 10px 60px;
    box-sizing: border-box;
}

@media screen and (max-width : 640px) {
.post-type-archive-events h2 {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4em;
}
.post-type-archive-events h2:before {
    content: '';
    position: absolute;
    top: 5px;
    display: inline-block;
    width: 30px;
    height: 3px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fd852a;
}
.post-type-archive-events .inner02 {
    padding: 0 20px;
}
.event-icatch {
    padding: 0 20px;
}
.event .post-page h2 span {
    font-size: 12px;
    line-height: 1.4em;
}
.event .info-list dt, .post-type-archive-events .info-list dt {
    width: 100%;
}
.event .info-list dd, .post-type-archive-events .info-list dd {
    width: 100%;
}
.event section, .post-type-archive-events section {
    margin-bottom: 0;
}
.event section section, .post-type-archive-events section {
    padding: 40px 0;
}
.event section section:last-of-type {
    margin-bottom: 0px;
}
.event .info-list dl:last-of-type, .post-type-archive-events .info-list dl:last-of-type {
    margin-bottom: 0;
}
.lecture-info {
    margin-top: 20px;
    display: block;
}
.lecture-info-ph {
    text-align: center;
    display: block;
	width: 70%;
    margin:0 auto 20px;
}
.lecture-info-txt {
    display: block;
    padding-left: 0px;
}
.event-article {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.event-article +.event-article {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
}
.event-article a:hover {
    opacity: 1;
}
.event-article-thumb {
    display: table-cell;
    width: 100px;
}
.event-article-txt {
    padding-left: 10px;
}
.event-article-txt h2 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: left;
}
.event-ttl-area {
    display: block;
}
.event-ttl {
    width: 100%;
}
.event-cat-item {
    font-size: 10px;
}
.event-ttl h1 {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.event-ttl-ph {
    width: 100%;
    text-align: center;
}
.event-info {
    margin: 20px 0 30px;
}
.event-info-list {
    display: block;
}
.event-info-list dt {
    width: 100%;
    margin-bottom: 5px;
}
.event-info-list dd {
    width: 100%;
    margin-bottom: 15px;
}
.event-st {
    font-size: 16px;
}
.event-sec + .event-sec {
    margin-top: 30px;
}
.event-sec h2 {
    padding: 0;
    background: #fff;
    border-bottom: 2px solid #000;
    font-size: 20px;
    line-height: 1.6;
    padding-left: 30px;
    background: url(images/event_ttl_bg.svg) no-repeat left 5px;
    background-size: 20px auto;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.event-sec table th {
    width: auto;
}
.event-sec table .th-st01 {
    display: none;
}
.event-prof {
    display: block;
    margin-bottom: 20px;
}
.event-prof-name {
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    padding: 20px 0;
    margin-bottom: 20px;
}
.event-prof-name .name {
    font-size: 24px;
    line-height: 1.4;
}
.event-prof-ph {
    width: 100%;
    text-align: center;
}
.bk-num {
    margin-bottom: 40px;
}
.single-event {
    font-size: 14px;
}
.single-event h2 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.6;
}
.info-list dl {
    display: block;
    padding: 20px 0;
}
.info-list dt {
    width: 100%;
    margin-bottom: 10px;
}
.info-list dd {
    flex: auto;
}
.cmn-btn {
    text-align: center;
    margin-top: 40px;
}
.cmn-btn a {
    width: 80%;
}
}
/****************************************

	prevnext

*****************************************/

.prevnext {
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin: 0;
    position: relative;
    font-size: 13px;
}
.prevnext:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-right: 1px solid #ccc;
}
.prevnext a {
    display: block;
    text-decoration: none;
    padding: 30px;
    color: #333;
    -moz-transition: background-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.previous a {
    padding-left: 0;
}
.next a {
    padding-right: 0;
}
.prevnext a:hover {
    background: #f8f8f8;
}
.prevnext .fa {
    color: #ec4023;
}
.previous .fa {
    padding-left: 1px;
}
.next .fa {
    padding-right: 1px;
}
.previous, .prev-none, .next, .next-none {
    width: 50%;
    float: left;
}
.prev-none a, .next-none a {
    min-height: 135px;
    line-height: 135px;
    text-align: center;
}
.toprev, .tonext {
    margin-bottom: 10px;
    position: relative;
}
.toprev:before {
    content: "";
    position: absolute;
    border-top: 1px dotted #333;
    top: 50%;
    left: 100px;
    right: 0;
}
.tonext:before {
    content: "";
    position: absolute;
    border-top: 1px dotted #333;
    top: 50%;
    right: 100px;
    left: 0;
}
.tonext {
    text-align: right;
}
.prevnext-box {
    display: table;
    width: 100%;
}
.prevnext-thumb, .prevnext-title {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    overflow: hidden;
}
.prevnext-thumb {
    width: 150px;
}
.prevnext-thumb img {
    width: 100%;
    height: auto;
}
.prevnext-title {
    padding-left: 10px;
    line-height: 1.6em;
}

@media screen and (max-width : 640px) {
.prevnext {
    margin: 0 -20px;
}
.prevnext a {
    padding: 15px 10px;
}
.prevnext a:hover {
    background: transparent;
}
.prevnext-thumb {
    display: none;
}
.prevnext-title {
    padding: 10px 0 0;
}
.toprev, .tonext {
    margin-bottom: 0;
}
.prev-none a, .next-none a {
    min-height: 0;
    line-height: 1.6em;
    text-align: left;
}
}
/****************************************

	relation

*****************************************/

.relation-box {
    margin-bottom: -50px;
    background: #fff;
    overflow: hidden;
}
.relation-box h2 {
    color: #333;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 15px;
    padding: 0;
    background: none;
}
.thumb-area {
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
}
.thumb-area:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-right: 1px solid #ccc;
}
.thumb-box {
    display: table;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    border-top: 1px solid #ccc;
    font-size: 13px;
}
.thumb-box a {
    display: block;
    padding: 30px;
    text-decoration: none;
    color: #333;
    -moz-transition: background-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.thumb-box a:hover {
    background: #f8f8f8;
}
.thumb-box:nth-child(odd) a {
    padding-left: 0;
}
.thumb-box:nth-child(even) a {
    padding-right: 0;
}
.thumb-ph, .thumb-title {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    overflow: hidden;
}
.thumb-ph {
    width: 150px;
}
.thumb-ph-in {
    width: 150px;
    height: 100px;
    overflow: hidden;
}
.thumb-ph img {
    width: 100%;
    height: auto;
}
.thumb-title {
    padding-left: 10px;
}

@media screen and (max-width : 640px) {
.relation-box h2 {
    font-size: 20px;
    line-height: 1.4em;
    padding: 0 10px 10px;
    margin-bottom: 0;
}
.relation-box {
    margin: 0 -20px -20px;
}
.thumb-box {
    width: 100%;
    position: relative;
}
.thumb-box {
    position: relative;
    padding-right: 15px;
}
.thumb-box:after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #999;
    font-size: 20px;
}
.thumb-box:nth-child(odd) a {
    padding-left: 10px;
}
.thumb-box:nth-child(even) a {
    padding-left: 10px;
    padding-right: 15px;
}
.thumb-box a {
    padding: 10px;
}
.thumb-box a:hover {
    background: #fff;
}
.thumb-area:after {
    content: none;
}
.thumb-ph {
    width: 100px;
}
.thumb-ph-in {
    width: 100px;
    height: 67px;
    overflow: hidden;
}
}
/****************************************

	social

*****************************************/

#social {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px #ccc solid;
    border-top: 1px #ccc solid;
}
#social li {
    margin: 0 5px 0 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width : 640px) {
#social {
    margin: 0 -20px;
    padding: 20px;
}
}
/****************************************

	検索

*****************************************/
#searchform {
    position: relative;
}
#s {
    width: 246px;
    height: 44px;
    line-height: 20px;
    padding: 10px;
    padding-left: 0;
    vertical-align: bottom;
    border: none;
    border-bottom: 2px solid #000;
    box-shadow: none;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #999;
    background: #fff;
    -webkit-appearance: none;
    border-radius: 0;
    color: #999;
}
#s:focus {
    color: #333;
}
#searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    overflow: hidden;
    vertical-align: bottom;
    border: none;
    color: #fff;
    cursor: pointer;
    -moz-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    z-index: 3;
    background: rgba(255,255,255,0);
}
#searchsubmit:hover {
    background: rgba(255,255,255,.5);
}
#searchform .fa-search {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    color: #333;
    font-size: 18px;
    text-align: center;
    top: 0;
    right: 0;
    z-index: 2;
    line-height: 44px;
}

@media screen and (max-width : 640px) {
#s {
    width: 82%;
    height: 44px;
    line-height: 20px;
}
#s:focus {
    color: #333;
}
#searchsubmit {
    width: 18%;
    height: 44px;
    border-radius: 0;
    border-bottom: 2px solid #000;
}
#searchform .fa-search {
    width: 18%;
    height: 44px;
}
}
/****************************************

	sidebar-widget

*****************************************/

#sidebar .widget {
    background: #fff;
    margin-bottom: 30px;
    word-break: normal;
    word-wrap: break-word;
}
#sidebar .widgettitle {
    padding: 15px;
    margin-bottom: 15px;
    color: #333;
    font-size: 14px;
    background-color: #eee;
}
#sidebar .widget img {
    max-width: 100%;
    height: auto;
    text-align: center;
}
#sidebar .widget_sp_image {
    border: none;
    box-shadow: none;
    padding: 0;
}
#sidebar .widget_sp_image .widgettitle {
    margin: 0 0 15px;
}
#sidebar .widget_sp_image {
    text-align: center;
}
#sidebar li {
    position: relative;
}
#sidebar li a:after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #999;
}
#sidebar li+li {
    border-top: 1px dotted #ccc;
}
#sidebar li ul>li:first-child {
    border-top: 1px dotted #ccc;
}
#sidebar li a {
    position: relative;
    padding: 10px 20px 10px 0;
    display: block;
    text-decoration: none;
    color: #333;
}
#sidebar li a:hover {
    opacity: 0.5;
}
#sidebar .widget_categories .children li {
    padding-left: 0.8em;
}
#sidebar .widget_categories .children li a:before {
    content: "\2517";
    color: #999;
    font-size: 90%;
    margin-right: 5px;
}
#sidebar .widget_newpostcatch a {
    padding: 0;
}
#sidebar .widget_newpostcatch a:after {
    content: none;
}
#sidebar .widget_newpostcatch li {
    padding: 10px 20px 10px 0;
}
/* 最近の投稿 */

.recently-box li {
    overflow: hidden;
}
.recently-box a {
    display: block;
    overflow: hidden;
}
.recently-title {
    overflow: hidden;
    line-height: 1.6em;
}
.recently-ph {
    width: 100px;
    margin-right: 10px;
    float: left;
}
.recently-ph img {
    width: 100%;
    height: auto;
}

@media screen and (max-width : 640px) {
#sidebar .widget {
    padding: 0 20px;
}
#sidebar .widget_sp_image {
    padding: 0 20px;
}
#sidebar .widgettitle {
    margin: 0 0 15px;
    padding: 15px;
}
#sidebar li a {
    padding: 15px 20px 15px 10px;
}
#sidebar img {
    max-width: 100%;
    height: auto;
    text-align: center;
}
#sidebar li a:after {
    right: 10px;
}
}
/****************************************

	mail

*****************************************/

/*common*/
button, input[type="text"], input[type="email"], input[type="url"], input[type="tel"], select, textarea {
    border: 1px solid #ccc;
    padding: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
textarea {
    width: 90%;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"] {
    width: 60%;
}
button, input[type="submit"], input[type="button"], input[type="reset"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="submit"] {
    transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
}
input[type="submit"]:hover {
    opacity: 0.5;
}
input[name="postal"] {
    width: 100px;
}

@media screen and (max-width : 640px) {
textarea {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"] {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
input[name="postal"] {
    width: 100px;
}
}
/****************************************

	カレンダー

*****************************************/

#wp-calendar {
    border-collapse: collapse;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #ccc;
    border-right-color: #ccc;
    width: 100%;
}
#wp-calendar thead tr th {
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
}
#wp-calendar td {
    text-align: center;
    padding: 5px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
}
#wp-calendar caption {
    font-weight: bold;
    text-align: left;
}
#wp-calendar tbody tr #today {
    background-color: #CCC;
}
#wp-calendar a {
    color: #eb5836;
}
/****************************************

	 pagenation

*****************************************/

.pagination {
    font-size: 14px;
    line-height: 40px;
    margin: 60px 0 0;
}
.pagination span, .pagination a {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    color: #333;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    background: #fff;
}
.pagination a:hover {
    color: #fff;
    background: #76469f;
}
.pagination .current {
    background: #76469f;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
}
.page-btn+.page-btn {
    margin-left: 6px;
}

@media screen and (max-width : 640px) {
.pagination {
    position: relative;
    font-size: 11px;
    line-height: 28px;
    margin: 30px 0 0;
}
.pagination {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 20px;
}
.pagination span, .pagination a {
    width: 28px;
    height: 28px;
}
.pagination .current {
    width: 28px;
    height: 28px;
}
}
/****************************************

	 footer

*****************************************/

#pup {
    position: relative;
    background: url("images/pagetop.png") center top no-repeat;
    background-size: 42px auto;
    min-width: 1000px;
    margin: 0 auto -7px;
    text-align: center;
    overflow: hidden;
    z-index: 2;
}
#pup a {
    display: block;
    width: 100%;
    height: 18px;
    text-decoration: none;
    color: #1ea4c8;
}
#footer {
    padding: 80px 0 140px;
    clear: both;
    overflow: hidden;
    background:url(images/footer_bg.png) no-repeat center bottom #1ea4c8;
	background-size: cover;
    color: #fff;
}
.footer-inner {
    width: 1000px;
    margin: 0 auto;
}
#footer a {
    text-decoration: none;
}
#footer a:hover {
    opacity: 0.6;
}
.footer-navi {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #b8f3ff;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.footer-navi > ul {
    margin: 0 20px;
}
.footer-navi > ul > li > a {
    font-weight: bold;
    color: #fff;
}
.footer-navi .sub-menu {
    display: block;
}
.footer-navi .sub-menu a {
    color: #b8f3ff;
}
.footer-social {
    margin: 0 0 10px;
    text-align: center;
}
.footer-social li {
    display: inline;
}
.footer-social li+li {
    margin-left: 15px;
}
.footer-social a {
    font-size: 32px;
    color: #fff;
}
.footer-contract {
    margin: 0 0 10px;
    text-align: center;
    color: #fff;
}
.footer-contract a {
    color: #fff;
}
.footer-contract li {
    display: inline;
}
.footer-contract li:first-of-type a {
    margin-right: 10px;
}
.footer-contract li+li {
    margin-left: 10px;
}
#copy {
    text-align: center;
    color: #fff;
}

@media screen and (max-width : 640px) {
#pup {
    position: relative;
    min-width: 100%;
    margin: 0 auto -20px;
}
#pup a {
    height: 32px;
}
#footer {
    padding: 30px 0;
}
.footer-inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#footer a:hover {
    opacity: 1;
}
.footer-navi {
    display: block;
    padding: 0 20px 30px;
    margin-bottom: 30px;
}
.footer-navi > ul {
    margin: 0;
}
.footer-navi li {
    border-bottom: 1px solid #b8f3ff;
}
.footer-navi ul:last-child li {
    border-bottom: none;
}
.footer-navi li a {
    padding: 20px 0;
    display: block;
}
.footer-navi .sub-menu {
    margin-top: -10px;
}
.footer-navi .sub-menu li {
    border-bottom: none;
}
.footer-navi .sub-menu li a {
    padding: 5px 0;
}
.footer-navi .sub-menu li:last-child a {
    padding: 5px 0 20px;
}
.footer-social {
    margin: 30px 0 10px;
    text-align: center;
}
.footer-social a {
    font-size: 26px;
}
.footer-contract {
    margin-bottom: 0;
}
.footer-contract a {
    font-size: 12px;
}
#copy {
    font-size: 12px;
}
}

    #trust-form tr:nth-of-type(2) > th > .subject{
        width:100px !important;
    }
    #trust-form table th{
        width: 200px;
    }
    #trust-form table td ul li{
        display:list-item;
    }

.iframe-wrap {
  position: relative;
  max-width: 100%;
  padding-top: 75%;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
