@charset "UTF-8";
/*
Theme Name:SuperFly
Theme URI:superfly.co.jp
Description:SuperFly
Author:株式会社イー・エヌ・エス
Author URI:http://www.ens.co.jp/
Version:1.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, button, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; }

body { line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

ul, ol { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after { content: ''; content: none; }

q:before, q:after { content: ''; content: none; }

a { margin: 0; padding: 0; font-size: 100%; color: #056187; vertical-align: baseline; background: transparent; text-decoration: none; }
a:hover { text-decoration: underline; }
a img:hover { opacity: 0.8; }

/* change colours to suit your needs */
ins { background-color: #ff9; color: #000; text-decoration: none; }

/* change colours to suit your needs */
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

/* change border colour to suit your needs */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }

/** Reset end **/
html { font-size: 100%; position: relative; }

body { color: #555; font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-weight: regular; width: 100%; font-size: 16px; font-size: 1rem; position: relative; }

#loader-bg { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: #fff; z-index: 10000000; }
#loader-bg #loading { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: 100000000; height: 120px; width: 120px; }
#loader-bg #loading .cssload-jumping { position: relative; display: block; width: 193px; }
@keyframes spin { from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); } }
@-webkit-keyframes spin { from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin { from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); } }
@-ms-keyframes spin { from { -ms-transform: rotate(0deg); }
  to { -ms-transform: rotate(360deg); } }
@-o-keyframes spin { from { -o-transform: rotate(0deg); }
  to { -o-transform: rotate(360deg); } }
#loader-bg #loading .cssload-jumping div { position: absolute; }
#loader-bg #loading .cssload-jumping div:first-child { height: 120px; width: 120px; border-radius: 60px; border-top: solid 10px #237699; animation: spin 2s infinite; -webkit-animation: spin 2s infinite; animation-timing-function: linear; -webkit-animation-timing-function: linear; }
#loader-bg #loading .cssload-jumping div:nth-child(2) { height: 90px; width: 90px; border-radius: 45px; border-top: solid 10px #6CC5EC; top: 15px; left: 15px; animation: spin 1.5s infinite; -webkit-animation: spin 1.5s infinite; animation-timing-function: linear; -webkit-animation-timing-function: linear; }
#loader-bg #loading .cssload-jumping div:nth-child(3) { height: 60px; width: 60px; border-radius: 30px; border-top: solid 10px #ACDFF6; top: 30px; left: 30px; animation: spin 1s infinite; -webkit-animation: spin 1s infinite; animation-timing-function: linear; -webkit-animation-timing-function: linear; }
#loader-bg #loading .cssload-jumping div:nth-child(4) { height: 30px; width: 30px; border-radius: 15px; border-top: solid 10px #D1EEFB; top: 45px; left: 45px; animation: spin 0.5s infinite; -webkit-animation: spin 0.5s infinite; animation-timing-function: linear; -webkit-animation-timing-function: linear; }

header { width: 100%; }
header #head_wrap { width: 960px; margin: 0 auto; height: 100px; }
@media screen and (max-width: 479px) { header #head_wrap { width: 100%; position: relative; z-index: 10; } }
@media screen and (min-width: 479px) and (max-width: 768px) { header #head_wrap { width: 100%; position: relative; z-index: 10; } }
header #head_wrap #head_logo { margin: 20px 0 20px 10px; width: 200px; float: left; }
@media screen and (max-width: 479px) { header #head_wrap #head_logo { position: absolute; top: 10px; left: 10px; float: none; margin: 0; max-width: 40%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { header #head_wrap #head_logo { position: absolute; top: 10px; left: 10px; float: none; margin: 0; max-width: 40%; } }
header #head_wrap #head_logo img { width: 150px; }
@media screen and (max-width: 479px) { header #head_wrap #head_logo img { width: 100%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { header #head_wrap #head_logo img { width: 100%; } }
header #head_wrap #tel_m { margin-top: 20px; color: #fff; font-size: 22px; font-size: 1.375rem; float: right; }
@media screen and (max-width: 479px) { header #head_wrap #tel_m { position: absolute; top: 10px; right: 55px; margin: 0; font-size: 16px; font-size: 1rem; } }
@media screen and (min-width: 479px) and (max-width: 768px) { header #head_wrap #tel_m { position: absolute; top: 10px; right: 55px; margin: 0; font-size: 16px; font-size: 1rem; } }
header #head_wrap #tel_m img { height: 20px; }
@media screen and (max-width: 479px) { header #head_wrap #tel_m img { max-height: 100%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { header #head_wrap #tel_m img { max-height: 100%; } }
header #head_wrap .slicknav_menu { display: none; }
@media screen and (max-width: 479px) { header #head_wrap .slicknav_menu { display: block; } }
@media screen and (min-width: 479px) and (max-width: 768px) { header #head_wrap .slicknav_menu { display: block; } }
@media screen and (max-width: 479px) { header #head_wrap .slicknav_menu li a img { height: 16px; } }
@media screen and (min-width: 479px) and (max-width: 768px) { header #head_wrap .slicknav_menu li a img { height: 16px; } }
header #head_wrap nav { clear: both; width: 95%; margin: 0 auto; }
@media screen and (max-width: 479px) { header #head_wrap nav { display: none; } }
@media screen and (min-width: 479px) and (max-width: 768px) { header #head_wrap nav { display: none; } }
header #head_wrap nav ul { width: 100%; margin: 0 auto; display: table; }
header #head_wrap nav ul li { padding: 0 2%; font-size: 16px; font-size: 1rem; border-right: 1px solid #fff; display: table-cell; vertical-align: middle; text-align: center; }
header #head_wrap nav ul li:first-child { border-left: 1px solid #fff; }
header #head_wrap nav ul li a { color: #fff; display: block; }
header #head_wrap nav ul li#home_m a img { height: 16px; }
header #head_wrap nav ul li#contact_m a { color: #d6f115; }
header #head_wrap nav ul li#contact_m a img { height: 14px; padding-left: 3px; }
header .main_head { margin: 80px auto; text-align: center; }
header .main_head > p { font-family: 'Roboto Condensed', sans-serif; color: #fff; font-size: 48px; font-size: 3rem; position: relative; margin-bottom: 20px; }
header .main_head > p:after { position: absolute; bottom: -10px; left: 0; right: 0; margin: 0 auto; content: ''; width: 200px; height: 2px; background-color: #fff; }
header .main_head > p + h1 { color: #fff; text-align: center; font-size: 18px; font-size: 1.125rem; font-weight: normal; margin-bottom: 70px; }

#works_post header, #works header { background: url(img/works/bg_works.jpg) no-repeat top center; background-size: cover; }

#about header, #wordpress header { background: url(img/about/bg_about.jpg) no-repeat top center; background-size: cover; }

#wp_link header, #wp_link_post header { background: url(img/bg_wp_link.jpg) no-repeat top center; background-size: cover; }

#price header { background: url(img/price/bg_price.jpg) no-repeat top center; background-size: cover; }

#faq header { background: url(img/faq/bg_faq.jpg) no-repeat top center; background-size: cover; }

#flow header { background: url(img/flow/bg_flow.jpg) no-repeat top center; background-size: cover; }

#privacy header { background: url(img/bg_privacy.jpg) no-repeat top center; background-size: cover; }

#contact header { background: url(img/bg_contact.jpg) no-repeat top center; background-size: cover; }

#voice header { background: url(img/bg_voice.jpg) no-repeat top center; background-size: cover; }

#sitemap header { background: url(img/bg_sitemap.jpg) no-repeat top center; background-size: cover; }

#single_post header, #topics header { background: url(img/bg_topics.jpg) no-repeat top center; background-size: cover; }

#home header { position: absolute; z-index: 2; }

.inner { width: 960px; margin: 0 auto; }
@media screen and (max-width: 479px) { .inner { width: 95%; margin: 0 auto; } }
@media screen and (min-width: 479px) and (max-width: 768px) { .inner { width: 95%; margin: 0 auto; } }

article section:not(#top_map):not(#cloud) { padding: 80px 0; }
article section:not(#top_map):not(#cloud):after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
@media screen and (max-width: 479px) { article section:not(#top_map):not(#cloud) { padding: 40px 0; } }
@media screen and (min-width: 479px) and (max-width: 768px) { article section:not(#top_map):not(#cloud) { padding: 40px 0; } }
article h2 { font-family: 'Roboto Condensed', sans-serif; color: #fff; font-size: 48px; font-size: 3rem; position: relative; margin-bottom: 30px; text-align: center; }
article h2:after { position: absolute; bottom: -10px; left: 0; right: 0; margin: 0 auto; content: ''; width: 200px; height: 2px; background-color: #fff; }
article h2 + p { color: #fff; text-align: center; margin-bottom: 70px; }
article a.link { display: block; margin: 30px auto; padding: 20px 0; color: #fff; border: 1px solid #fff; text-align: center; width: 350px; transition: all 0.2s; font-size: 16px; font-size: 1rem; }
@media screen and (max-width: 479px) { article a.link { width: 70%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { article a.link { width: 70%; } }
article a.link:hover { text-decoration: none; color: #d6f115; border: 1px solid #d6f115; transition: all 0.2s; }
article p.small { font-size: 13px; font-size: 0.8125rem; }
article .bottom_box { margin-top: 100px; }
article .bottom_box dt { background: #d6f115; padding: 20px 0; text-align: center; font-size: 24px; font-size: 1.5rem; line-height: 1.2; }
article .bottom_box dt span { font-size: 14px; font-size: 0.875rem; }
article .bottom_box dd { border-left: 1px solid #d3d3d3; border-right: 1px solid #d3d3d3; border-bottom: 1px solid #d3d3d3; padding: 50px 30px; }
article .bottom_box dd:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }

#top #works_l { position: absolute; top: 1050px; left: 0; right: 0; margin: auto; color: #0a2a38; border: 1px solid #0a2a38; }
@media screen and (max-width: 479px) { #top #works_l { top: 950px; } }
@media screen and (min-width: 479px) and (max-width: 768px) { #top #works_l { top: 950px; } }
#top #works_l:hover { color: #fff; background: #0a2a38; border: 1px solid #fff; opacity: .8; }
#top #cloud { height: 1200px; width: 100%; background-color: #326696; background-attachment: fixed; overflow: hidden; }
#top #cloud:not(:target) { background-image: url("img/top/bg.jpg"); background-repeat: no-repeat; background-size: cover; }
#top #top_catch { position: absolute; top: 250px; left: 0; right: 0; margin: auto; }
@media screen and (max-width: 479px) { #top #top_catch { top: 200px; } }
@media screen and (min-width: 479px) and (max-width: 768px) { #top #top_catch { top: 200px; } }
#top #top_catch p { text-align: center; font-size: 40px; font-size: 2.5rem; line-height: 1.6; color: #fff; text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3); }
@media screen and (max-width: 479px) { #top #top_catch p { font-size: 24px; font-size: 1.5rem; } }
@media screen and (min-width: 479px) and (max-width: 768px) { #top #top_catch p { font-size: 24px; font-size: 1.5rem; } }
#top #top_catch a { display: block; color: #0a2a38; margin: 100px auto 0; width: 370px; font-size: 18px; font-size: 1.125rem; text-align: center; background-color: #d6f115; padding: 20px 0; border-radius: 30px; transition: all 0.2s; }
@media screen and (max-width: 479px) { #top #top_catch a { width: 80%; font-size: 12px; font-size: 0.75rem; } }
@media screen and (min-width: 479px) and (max-width: 768px) { #top #top_catch a { width: 80%; font-size: 12px; font-size: 0.75rem; } }
#top #top_catch a:hover { text-decoration: none; background: #149496; color: #fff; transition: all 0.2s; }
#top #top_works { position: absolute; top: 800px; left: 0; right: 0; margin: auto; height: 200px; }
@media screen and (max-width: 479px) { #top #top_works { top: 700px; } }
@media screen and (min-width: 479px) and (max-width: 768px) { #top #top_works { top: 700px; } }
#top #top_works li { float: left; display: block; margin-right: 10px; }
#top #top_works li a img { height: 200px; }
#top #about { background: url(img/bg_g.jpg) no-repeat top center; background-size: cover; }
#top #about dl { margin-bottom: 50px; }
#top #about dl:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
#top #about dl dt { text-align: center; }
#top #about dl dt img { width: 200px; }
@media screen and (max-width: 479px) { #top #about dl dt img { width: 70%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { #top #about dl dt img { width: 70%; } }
#top #about dl dt.left { float: left; width: 250px; }
@media screen and (max-width: 479px) { #top #about dl dt.left { width: 100%; float: none; } }
@media screen and (min-width: 479px) and (max-width: 768px) { #top #about dl dt.left { width: 100%; float: none; } }
#top #about dl dt.right { float: right; width: 310px; }
@media screen and (max-width: 479px) { #top #about dl dt.right { width: 100%; float: none; } }
@media screen and (min-width: 479px) and (max-width: 768px) { #top #about dl dt.right { width: 100%; float: none; } }
#top #about dl dd { margin-top: 20px; }
#top #about dl dd p { color: #fff; line-height: 1.4; }
#top #about a.link { margin: 80px auto; }
#top #about #a_menu li { width: 25%; height: 200px; float: left; position: relative; }
#top #about #a_menu li:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
@media screen and (max-width: 479px) { #top #about #a_menu li { width: 50%; height: 150px; } }
@media screen and (min-width: 479px) and (max-width: 768px) { #top #about #a_menu li { width: 50%; height: 150px; } }
#top #about #a_menu li:hover { opacity: .9; }
#top #about #a_menu li:first-child { background: url(img/top/works.jpg) no-repeat; background-size: 100%; }
#top #about #a_menu li:nth-child(2) { background: url(img/top/flow.jpg) no-repeat; background-size: 100%; }
#top #about #a_menu li:nth-child(3) { background: url(img/top/price.jpg) no-repeat; background-size: 100%; }
#top #about #a_menu li:last-child { background: url(img/top/faq.jpg) no-repeat; background-size: 100%; }
#top #about #a_menu li a { display: block; width: 100%; height: 100%; overflow: hidden; text-indent: 100%; white-space: nowrap; }
#top #reason { background: #f3f3f3; }
#top #reason h2 { color: #0a2a38; }
#top #reason h2:after { background-color: #0a2a38; }
#top #reason h2 + p { color: #0a2a38; }
#top #reason #reason_area:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
#top #reason #reason_area dl { float: left; width: 310px; height: 250px; margin: 0 5px 20px; background: #fff; text-align: center; box-shadow: 0px 0px 4px 2px #d9d9d9; -moz-box-shadow: 0px 0px 4px 2px #d9d9d9; -webkit-box-shadow: 0px 0px 4px 2px #d9d9d9; }
@media screen and (max-width: 479px) { #top #reason #reason_area dl { width: 48%; margin: 0 1% 20px; height: 270px; } }
@media screen and (min-width: 479px) and (max-width: 768px) { #top #reason #reason_area dl { width: 48%; margin: 0 1% 20px; height: 270px; } }
#top #reason #reason_area dl dt { color: #056187; line-height: 2; font-size: 18px; font-size: 1.125rem; padding-top: 60px; background: url(img/top/check.png) no-repeat center 15px; background-size: 40px 40px; }
@media screen and (max-width: 479px) { #top #reason #reason_area dl dt { font-size: 14px; font-size: 0.875rem; } }
@media screen and (min-width: 479px) and (max-width: 768px) { #top #reason #reason_area dl dt { font-size: 14px; font-size: 0.875rem; } }
#top #reason #reason_area dl dd { padding-top: 10px; }
#top #reason #reason_area dl dd img { width: 150px; }
#top #reason a.link { color: #0a2a38; border-color: #0a2a38; margin-top: 50px; }
#top #reason a.link:hover { color: #fff; background: #0a2a38; border-color: #fff; }
#top #reason #voice { width: 100%; height: 315px; margin: 100px 0 0; overflow: hidden; display: table; box-shadow: 0px 0px 4px 2px #d9d9d9; -moz-box-shadow: 0px 0px 4px 2px #d9d9d9; -webkit-box-shadow: 0px 0px 4px 2px #d9d9d9; position: relative; }
#top #reason #voice:hover #voice_l img { opacity: .8; }
#top #reason #voice:hover #voice_r { background: #0a2a38; }
#top #reason #voice:hover #voice_r:after { border-left: 16px solid #fff; }
#top #reason #voice #voice_l { display: table-cell; vertical-align: middle; }
#top #reason #voice #voice_l a { display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; }
#top #reason #voice #voice_l img { width: 480px; }
#top #reason #voice #voice_r { width: 50%; text-align: center; display: table-cell; vertical-align: middle; font-size: 16px; font-size: 1rem; background: #149496; position: relative; }
#top #reason #voice #voice_r:after { position: absolute; top: 0; bottom: 0; right: 10px; margin: auto; content: ""; vertical-align: middle; box-sizing: border-box; width: 16px; height: 16px; border: 16px solid transparent; border-left: 16px solid #d6f115; }
#top #reason #voice #voice_r h3 { color: #fff; font-size: 36px; font-size: 2.25rem; position: relative; margin-bottom: 20px; }
#top #reason #voice #voice_r h3:after { position: absolute; bottom: -10px; left: 0; right: 0; margin: 0 auto; content: ''; width: 150px; height: 2px; background-color: #fff; }
#top #reason #voice #voice_r h3 + p { color: #fff; font-size: 14px; font-size: 0.875rem; text-align: center; }
#top #topics h2 { color: #0a2a38; }
#top #topics h2:after { background-color: #0a2a38; }
#top #topics h2 + p { color: #0a2a38; }
#top #topics .inner > a { position: relative; font-size: 14px; font-size: 0.875rem; display: block; padding-left: 16px; float: right; }
#top #topics .inner > a:before, #top #topics .inner > a:after { position: absolute; top: 0; bottom: 0; left: 0; margin: auto; content: ""; vertical-align: middle; }
#top #topics .inner > a:before { width: 12px; height: 12px; -webkit-border-radius: 50%; border-radius: 50%; background: #d6f115; }
#top #topics .inner > a:after { left: 3px; width: 3px; height: 3px; border-top: 1px solid #fff; border-right: 1px solid #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
#top #topics #topics_list:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
#top #topics #topics_list dl { float: left; width: 450px; height: 130px; border-bottom: 1px dashed #d3d3d3; margin: 0 0 30px 0; padding-bottom: 20px; }
@media screen and (max-width: 479px) { #top #topics #topics_list dl { width: 50%; height: auto; } }
@media screen and (min-width: 479px) and (max-width: 768px) { #top #topics #topics_list dl { width: 50%; height: auto; } }
#top #topics #topics_list dl:nth-child(odd) { margin-right: 60px; }
@media screen and (max-width: 479px) { #top #topics #topics_list dl:nth-child(odd) { margin-right: 0; } }
@media screen and (min-width: 479px) and (max-width: 768px) { #top #topics #topics_list dl:nth-child(odd) { margin-right: 0; } }
#top #topics #topics_list dl dt { float: left; text-align: center; width: 120px; margin-right: 20px; }
@media screen and (max-width: 479px) { #top #topics #topics_list dl dt { width: 100%; float: none; margin: 0; } }
@media screen and (min-width: 479px) and (max-width: 768px) { #top #topics #topics_list dl dt { width: 100%; float: none; margin: 0; } }
#top #topics #topics_list dl dt img { width: 110px; height: auto; }
#top #topics #topics_list dl dd { float: left; width: 290px; }
@media screen and (max-width: 479px) { #top #topics #topics_list dl dd { width: 100%; min-height: 180px; float: none; margin: 0; } }
@media screen and (min-width: 479px) and (max-width: 768px) { #top #topics #topics_list dl dd { width: 100%; min-height: 180px; float: none; margin: 0; } }
#top #topics #topics_list dl dd span { background-color: #d6f115; padding: 2px 20px; font-size: 14px; font-size: 0.875rem; }
@media screen and (max-width: 479px) { #top #topics #topics_list dl dd span { display: block; text-align: center; margin: 10px auto 0; width: 80%; padding: 5px 0; } }
@media screen and (min-width: 479px) and (max-width: 768px) { #top #topics #topics_list dl dd span { display: block; text-align: center; margin: 10px auto 0; width: 80%; padding: 5px 0; } }
#top #topics #topics_list dl dd p.date { margin: 20px 0 10px; }
#top #topics #topics_list dl dd a { line-height: 1.4; }

body#works h3 { color: #056187; margin-bottom: 30px; }
body#works .works_box { width: 310px; float: left; border-bottom: 1px dashed #d3d3d3; padding: 20px; }
@media screen and (max-width: 479px) { body#works .works_box { width: 100%; float: none; padding: 20px 0; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#works .works_box { width: 100%; float: none; padding: 20px 0; } }
body#works .works_box img { width: 310px; }
@media screen and (max-width: 479px) { body#works .works_box img { width: 100%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#works .works_box img { width: 100%; } }
body#works .works_box p { line-height: 1.4; }
body#works .works_box p:nth-child(2) { font-weight: bold; padding-left: 25px; position: relative; }
body#works .works_box p:nth-child(2):before { content: url("././img/works/h_line.png"); display: block; position: absolute; top: 1px; left: 3px; }
body#works .works_box p:nth-child(3) { font-size: 14px; font-size: 0.875rem; margin-top: 10px; padding-left: 25px; height: 45px; }
body#works .works_box p:nth-child(4) { margin-top: 20px; text-align: right; font-size: 14px; font-size: 0.875rem; }
body#works .works_box p:nth-child(4) span { background: #d6f115; margin-left: 10px; padding: 1px 5px; }
body#works .works_box:nth-child(even) { margin-right: 20px; }
@media screen and (max-width: 479px) { body#works .works_box:nth-child(even) { margin: 0; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#works .works_box:nth-child(even) { margin: 0; } }

body#works_post h3 { margin-bottom: 30px; }
@media screen and (max-width: 479px) { body#works_post h3 { line-height: 1.4; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#works_post h3 { line-height: 1.4; } }
body#works_post h3 span { background: #d6f115; font-size: 14px; font-size: 0.875rem; padding: 2px 10px; margin-right: 10px; }
body#works_post #works_frame { text-align: center; }
body#works_post #works_frame img { width: 890px; }
@media screen and (max-width: 479px) { body#works_post #works_frame img { width: 100%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#works_post #works_frame img { width: 100%; } }
body#works_post #works_table { display: table; margin-bottom: 80px; }
@media screen and (max-width: 479px) { body#works_post #works_table { display: block; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#works_post #works_table { display: block; } }
body#works_post #works_table #table_left { width: 560px; display: table-cell; padding-right: 90px; }
@media screen and (max-width: 479px) { body#works_post #works_table #table_left { width: 100%; display: block; padding: 0; margin-bottom: 50px; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#works_post #works_table #table_left { width: 100%; display: block; padding: 0; margin-bottom: 50px; } }
body#works_post #works_table #table_left h4 { border-bottom: 1px solid #d6f115; padding: 10px 0 10px 10px; margin-bottom: 30px; }
body#works_post #works_table #table_left dl { padding: 20px 0; }
body#works_post #works_table #table_left dl:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
@media screen and (max-width: 479px) { body#works_post #works_table #table_left dl { padding: 0; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#works_post #works_table #table_left dl { padding: 0; } }
body#works_post #works_table #table_left dl dt { float: left; border: 1px solid #d6f115; margin-right: 10px; padding: 10px; font-size: 14px; font-size: 0.875rem; }
@media screen and (max-width: 479px) { body#works_post #works_table #table_left dl dt { clear: both; margin-bottom: 20px; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#works_post #works_table #table_left dl dt { clear: both; margin-bottom: 20px; } }
body#works_post #works_table #table_left dl dd { float: left; margin-right: 40px; padding: 10px; font-size: 14px; font-size: 0.875rem; }
@media screen and (max-width: 479px) { body#works_post #works_table #table_left dl dd { margin-right: 0; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#works_post #works_table #table_left dl dd { margin-right: 0; } }
body#works_post #works_table #table_right { width: 310px; display: table-cell; }
@media screen and (max-width: 479px) { body#works_post #works_table #table_right { width: 100%; display: block; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#works_post #works_table #table_right { width: 100%; display: block; } }
body#works_post #works_table #table_right a { background: #d6f115; color: #056187; display: block; width: 310px; text-align: center; padding: 10px 0; border: none; }
@media screen and (max-width: 479px) { body#works_post #works_table #table_right a { width: 80%; margin: 0 auto 20px; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#works_post #works_table #table_right a { width: 80%; margin: 0 auto 20px; } }
body#works_post #works_table #table_right a:hover { background: #056187; color: #fff; }
body#works_post #works_table #table_right #icon_area { margin-top: 30px; }
@media screen and (max-width: 479px) { body#works_post #works_table #table_right #icon_area { width: 98%; margin: 30px auto 0; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#works_post #works_table #table_right #icon_area { width: 98%; margin: 30px auto 0; } }
body#works_post #works_table #table_right #icon_area ul:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
body#works_post #works_table #table_right #icon_area ul li { width: 70px; height: 70px; margin: 0 0 10px 10px; float: left; content: ""; overflow: hidden; }
body#works_post #works_table #table_right #icon_area ul li:nth-child(4n-3) { margin-left: 0; }
body#works_post #works_table #table_right #icon_area ul li.pre { background: url(img/works/outline_01.jpg) no-repeat 0 -70px; }
body#works_post #works_table #table_right #icon_area ul li.pre_s { background: url(img/works/outline_01.jpg) no-repeat 0 0; }
body#works_post #works_table #table_right #icon_area ul li.wp { background: url(img/works/outline_02.jpg) no-repeat 0 -70px; }
body#works_post #works_table #table_right #icon_area ul li.wp_s { background: url(img/works/outline_02.jpg) no-repeat 0 0; }
body#works_post #works_table #table_right #icon_area ul li.wd { background: url(img/works/outline_03.jpg) no-repeat 0 -70px; }
body#works_post #works_table #table_right #icon_area ul li.wd_s { background: url(img/works/outline_03.jpg) no-repeat 0 0; }
body#works_post #works_table #table_right #icon_area ul li.cd { background: url(img/works/outline_04.jpg) no-repeat 0 -70px; }
body#works_post #works_table #table_right #icon_area ul li.cd_s { background: url(img/works/outline_04.jpg) no-repeat 0 0; }
body#works_post #works_table #table_right #icon_area ul li.up { background: url(img/works/outline_05.jpg) no-repeat 0 -70px; }
body#works_post #works_table #table_right #icon_area ul li.up_s { background: url(img/works/outline_05.jpg) no-repeat 0 0; }
body#works_post #works_table #table_right #icon_area ul li.dc { background: url(img/works/outline_06.jpg) no-repeat 0 -70px; }
body#works_post #works_table #table_right #icon_area ul li.dc_s { background: url(img/works/outline_06.jpg) no-repeat 0 0; }
body#works_post #works_table #table_right #icon_area ul li.cn { background: url(img/works/outline_07.jpg) no-repeat 0 -70px; }
body#works_post #works_table #table_right #icon_area ul li.cn_s { background: url(img/works/outline_07.jpg) no-repeat 0 0; }
body#works_post #works_table #table_right #icon_area ul li.ph { background: url(img/works/outline_08.jpg) no-repeat 0 -70px; }
body#works_post #works_table #table_right #icon_area ul li.ph_s { background: url(img/works/outline_08.jpg) no-repeat 0 0; }
body#works_post #works_table #table_right #icon_area ul li.il { background: url(img/works/outline_09.jpg) no-repeat 0 -70px; }
body#works_post #works_table #table_right #icon_area ul li.il_s { background: url(img/works/outline_09.jpg) no-repeat 0 0; }
body#works_post #works_table #table_right #icon_area ul li.wr { background: url(img/works/outline_10.jpg) no-repeat 0 -70px; }
body#works_post #works_table #table_right #icon_area ul li.wr_s { background: url(img/works/outline_10.jpg) no-repeat 0 0; }
body#works_post #works_table #table_right #icon_area ul li.in { background: url(img/works/outline_11.jpg) no-repeat 0 -70px; }
body#works_post #works_table #table_right #icon_area ul li.in_s { background: url(img/works/outline_11.jpg) no-repeat 0 0; }
body#works_post #works_table #table_right #icon_area ul li.pp { background: url(img/works/outline_12.jpg) no-repeat 0 -70px; }
body#works_post #works_table #table_right #icon_area ul li.pp_s { background: url(img/works/outline_12.jpg) no-repeat 0 0; }
body#works_post #works_table #table_right #icon_area ul li.sy { background: url(img/works/outline_13.jpg) no-repeat 0 -70px; }
body#works_post #works_table #table_right #icon_area ul li.sy_s { background: url(img/works/outline_13.jpg) no-repeat 0 0; }
body#works_post #works_table #table_right #icon_area ul li.sh { background: url(img/works/outline_14.jpg) no-repeat 0 -70px; }
body#works_post #works_table #table_right #icon_area ul li.sh_s { background: url(img/works/outline_14.jpg) no-repeat 0 0; }
body#works_post #works_table #table_right #icon_area ul li.se { background: url(img/works/outline_15.jpg) no-repeat 0 -70px; }
body#works_post #works_table #table_right #icon_area ul li.se_s { background: url(img/works/outline_15.jpg) no-repeat 0 0; }
body#works_post #works_table #table_right #icon_area ul li.sp { background: url(img/works/outline_16.jpg) no-repeat 0 -70px; }
body#works_post #works_table #table_right #icon_area ul li.sp_s { background: url(img/works/outline_16.jpg) no-repeat 0 0; }
body#works_post #comment_area { clear: both; }
body#works_post #comment_area dl { margin: 0 0 50px; }
body#works_post #comment_area dl dt { color: #056187; font-size: 16px; font-size: 1rem; margin-bottom: 10px; }
body#works_post #comment_area dl dd { font-size: 14px; font-size: 0.875rem; line-height: 1.4; }
body#works_post #comment_area dl dd img { max-width: 420px; }
@media screen and (max-width: 479px) { body#works_post #comment_area dl dd img { width: 100%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#works_post #comment_area dl dd img { width: 100%; } }
body#works_post #comment_area dl.harf { width: 460px; float: left; }
@media screen and (max-width: 479px) { body#works_post #comment_area dl.harf { width: 100%; float: none; margin: 40px auto 0; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#works_post #comment_area dl.harf { width: 100%; float: none; margin: 40px auto 0; } }
body#works_post #comment_area dl.harf:nth-child(2) { margin-right: 40px; }
@media screen and (max-width: 479px) { body#works_post #comment_area dl.harf:nth-child(2) { margin: 0; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#works_post #comment_area dl.harf:nth-child(2) { margin: 0; } }

body#wp_link #main > p { line-height: 1.4; font-size: 14px; font-size: 0.875rem; margin-bottom: 70px; }
body#wp_link #wp_link_list:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
body#wp_link #wp_link_list .wp_link_box { float: left; width: 240px; height: 270px; margin-top: 30px; border-bottom: 1px dotted #d3d3d3; }
@media screen and (max-width: 479px) { body#wp_link #wp_link_list .wp_link_box { width: 50%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#wp_link #wp_link_list .wp_link_box { width: 50%; } }
body#wp_link #wp_link_list .wp_link_box img { width: 200px; text-align: center; }
@media screen and (max-width: 479px) { body#wp_link #wp_link_list .wp_link_box img { width: 100%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#wp_link #wp_link_list .wp_link_box img { width: 100%; } }
body#wp_link #wp_link_list .wp_link_box a { display: block; width: 200px; line-height: 1.4; font-size: 14px; font-size: 0.875rem; margin-top: 10px; }
@media screen and (max-width: 479px) { body#wp_link #wp_link_list .wp_link_box a { width: 100%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#wp_link #wp_link_list .wp_link_box a { width: 100%; } }

body#wp_link_post #wplink_frame { text-align: center; }
body#wp_link_post #wplink_frame img { width: 600px; }
@media screen and (max-width: 479px) { body#wp_link_post #wplink_frame img { width: 100%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#wp_link_post #wplink_frame img { width: 100%; } }
body#wp_link_post #wplink_frame a { width: 300px; padding: 10px 0; margin: 50px auto 0; display: block; background: #d6f115; border: none; color: #056187; }
@media screen and (max-width: 479px) { body#wp_link_post #wplink_frame a { width: 80%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#wp_link_post #wplink_frame a { width: 80%; } }
body#wp_link_post #wplink_frame a:hover { background: #056187; color: #fff; }
body#wp_link_post #main h4 { text-align: center; width: 570px; padding: 20px 0; margin: 60px auto 0; border-top: 1px solid #d6f115; border-left: 1px solid #d6f115; border-right: 1px solid #d6f115; }
@media screen and (max-width: 479px) { body#wp_link_post #main h4 { width: 100%; line-height: 1.4; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#wp_link_post #main h4 { width: 100%; line-height: 1.4; } }
body#wp_link_post #wplink_table { width: 570px; margin: 0 auto; border: 1px solid #d6f115; display: table; }
@media screen and (max-width: 479px) { body#wp_link_post #wplink_table { width: 100%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#wp_link_post #wplink_table { width: 100%; } }
body#wp_link_post #wplink_table dl { display: table-row; }
body#wp_link_post #wplink_table dl dt { display: table-cell; border-right: 1px solid #d6f115; padding: 20px 0 20px 10px; width: 20%; font-size: 14px; font-size: 0.875rem; }
body#wp_link_post #wplink_table dl dd { display: table-cell; padding: 20px 10px; width: 80%; line-height: 1.4; font-size: 14px; font-size: 0.875rem; }

body#about .inner > p { text-align: center; line-height: 1.4; }
@media screen and (max-width: 479px) { body#about .inner > p { font-size: 13px; font-size: 0.8125rem; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#about .inner > p { font-size: 13px; font-size: 0.8125rem; } }
body#about .inner > p:first-child { margin-bottom: 20px; }
body#about .inner > p:first-child img { margin-right: 3px; }
body#about h3 { border-bottom: 1px solid #d6f115; padding: 10px; margin-bottom: 70px; font-size: 20px; font-size: 1.25rem; }
body#about #onestop { margin: 50px 0; padding: 30px 0; text-align: center; background: url(img/about/onestop_bg.jpg) no-repeat top center; background-size: cover; }
@media screen and (max-width: 479px) { body#about #onestop img { width: 95%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#about #onestop img { width: 95%; } }
@media screen and (max-width: 479px) { body#about #onestop + p { text-align: left; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#about #onestop + p { text-align: left; } }
body#about dl { margin-bottom: 100px; }
body#about dl:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
body#about dl dt { color: #056187; font-size: 18px; font-size: 1.125rem; font-weight: bold; padding: 5px 0 10px 35px; margin-bottom: 20px; background: url(img/top/check.png) no-repeat; background-size: 30px 30px; }
body#about dl dd.image { float: left; width: 390px; height: 280px; text-align: center; background: #fff; margin-right: 20px; box-shadow: 0px 0px 4px 2px #d9d9d9; -moz-box-shadow: 0px 0px 4px 2px #d9d9d9; -webkit-box-shadow: 0px 0px 4px 2px #d9d9d9; }
@media screen and (max-width: 479px) { body#about dl dd.image { width: 95%; height: auto; margin: 0 auto 20px; float: none; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#about dl dd.image { width: 95%; height: auto; margin: 0 auto 20px; float: none; } }
body#about dl dd.image img { width: 380px; }
@media screen and (max-width: 479px) { body#about dl dd.image img { width: 100%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#about dl dd.image img { width: 100%; } }
body#about dl dd.text { float: left; width: 540px; line-height: 1.4; }
@media screen and (max-width: 479px) { body#about dl dd.text { width: 100%; float: none; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#about dl dd.text { width: 100%; float: none; } }
body#about dl:nth-child(even) dd.image { float: right; margin: 0 0 0 20px; }
@media screen and (max-width: 479px) { body#about dl:nth-child(even) dd.image { margin: 0 auto 20px; float: none; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#about dl:nth-child(even) dd.image { margin: 0 auto 20px; float: none; } }
body#about #wp_go { margin-top: 150px; height: 300px; background: url(img/about/bg_wp.jpg) no-repeat top right; background-size: cover; }
body#about #wp_go:hover { opacity: .8; }
body#about #wp_go a { display: block; width: 100%; height: 100%; }
@media screen and (max-width: 479px) { body#about #wp_go a { text-align: center; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#about #wp_go a { text-align: center; } }
body#about #wp_go img { margin-left: 100px; }
@media screen and (max-width: 479px) { body#about #wp_go img { margin: 0; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#about #wp_go img { margin: 0; } }

body#wordpress h3 { border-bottom: 1px solid #d6f115; padding: 10px; margin-bottom: 50px; font-size: 20px; font-size: 1.25rem; }
body#wordpress #wp_head { margin-bottom: 30px; height: 350px; background: url(img/about/bg_wp.jpg) no-repeat top right; background-size: 120%; }
@media screen and (max-width: 479px) { body#wordpress #wp_head { background-size: cover; height: 250px; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#wordpress #wp_head { background-size: cover; height: 250px; } }
body#wordpress #wp_head img { margin: 70px 0 0 80px; }
@media screen and (max-width: 479px) { body#wordpress #wp_head img { margin: 0; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#wordpress #wp_head img { margin: 0; } }
body#wordpress #wp_head + p { text-align: center; line-height: 1.4; }
body#wordpress #merit:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
body#wordpress #merit dl { margin-bottom: 80px; float: left; width: 360px; height: 430px; padding: 0 60px; }
@media screen and (max-width: 479px) { body#wordpress #merit dl { float: none; width: 100%; padding: 0; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#wordpress #merit dl { float: none; width: 100%; padding: 0; } }
body#wordpress #merit dl dt { color: #056187; font-size: 20px; font-size: 1.25rem; padding: 5px 0 10px 35px; margin-bottom: 20px; background: url(img/top/check.png) no-repeat; background-size: 30px 30px; }
body#wordpress #merit dl dd.image { width: 350px; text-align: center; background: #fff; margin: 0 auto 30px auto; padding: 15px 0; box-shadow: 0px 0px 4px 2px #d9d9d9; -moz-box-shadow: 0px 0px 4px 2px #d9d9d9; -webkit-box-shadow: 0px 0px 4px 2px #d9d9d9; }
@media screen and (max-width: 479px) { body#wordpress #merit dl dd.image { width: 95%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#wordpress #merit dl dd.image { width: 95%; } }
body#wordpress #merit dl dd.image img { height: 200px; }
body#wordpress #merit dl dd.comment { line-height: 1.3; }
body#wordpress #operation #wp_ex { margin: 0 auto; padding-bottom: 50px; text-align: center; }
body#wordpress #operation #wp_ex img { width: 650px; margin: 50px 0 20px; }
@media screen and (max-width: 479px) { body#wordpress #operation #wp_ex img { width: 100%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#wordpress #operation #wp_ex img { width: 100%; } }
body#wordpress #operation #wp_ex p.small { margin-top: 50px; }

body#flow #flow_list:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
body#flow #flow_list #flow_left { float: left; width: 870px; }
@media screen and (max-width: 479px) { body#flow #flow_list #flow_left { width: 100%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#flow #flow_list #flow_left { width: 100%; } }
body#flow #flow_list #flow_left dl { display: table; margin-bottom: 100px; }
@media screen and (max-width: 479px) { body#flow #flow_list #flow_left dl { display: block; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#flow #flow_list #flow_left dl { display: block; } }
body#flow #flow_list #flow_left dl dt { background: #f3f3f3; width: 85px; text-align: center; font-size: 16px; font-size: 1rem; line-height: 1.8; display: table-cell; vertical-align: middle; }
@media screen and (max-width: 479px) { body#flow #flow_list #flow_left dl dt { width: 100%; display: block; margin-bottom: 10px; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#flow #flow_list #flow_left dl dt { width: 100%; display: block; margin-bottom: 10px; } }
body#flow #flow_list #flow_left dl dd { display: table-cell; vertical-align: top; padding-left: 30px; }
@media screen and (max-width: 479px) { body#flow #flow_list #flow_left dl dd { display: block; margin: 0 auto; padding: 0; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#flow #flow_list #flow_left dl dd { display: block; margin: 0 auto; padding: 0; } }
body#flow #flow_list #flow_left dl dd.image img { width: 320px; }
@media screen and (max-width: 479px) { body#flow #flow_list #flow_left dl dd.image img { width: 100%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#flow #flow_list #flow_left dl dd.image img { width: 100%; } }
body#flow #flow_list #flow_left dl dd.text { padding-right: 20px; }
body#flow #flow_list #flow_left dl dd.text h3 { margin-bottom: 30px; }
@media screen and (max-width: 479px) { body#flow #flow_list #flow_left dl dd.text h3 { text-align: center; margin-top: 20px; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#flow #flow_list #flow_left dl dd.text h3 { text-align: center; margin-top: 20px; } }
body#flow #flow_list #flow_left dl dd.text p { line-height: 1.4; font-size: 14px; font-size: 0.875rem; }
body#flow #flow_list #flow_right { float: left; width: 85px; }
@media screen and (max-width: 479px) { body#flow #flow_list #flow_right { display: none; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#flow #flow_list #flow_right { display: none; } }
body#flow #flow_list #flow_right div { position: relative; }
body#flow #flow_list #flow_right div p { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 85px; height: 85px; text-align: center; }
body#flow #flow_list #flow_right .free { height: 1185px; background: #d6f115; }
body#flow #flow_list #flow_right .free p { color: #0a2a38; font-size: 24px; font-size: 1.5rem; line-height: 1.2; width: 100%; width: 40px; }
body#flow #flow_list #flow_right .harf { height: 220px; background: #149496; margin-top: 100px; }
body#flow #flow_list #flow_right .harf p { color: #fff; font-size: 16px; font-size: 1rem; line-height: 1.2; width: 100%; }
body#flow #flow_list #flow_right .harf:last-child { margin-top: 1075px; }
body#flow .bottom_box dd p { float: left; width: 560px; margin-right: 40px; font-size: 14px; font-size: 0.875rem; line-height: 1.2; }
@media screen and (max-width: 479px) { body#flow .bottom_box dd p { width: 100%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#flow .bottom_box dd p { width: 100%; } }
body#flow .bottom_box dd img { float: left; width: 290px; }
@media screen and (max-width: 479px) { body#flow .bottom_box dd img { float: none; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#flow .bottom_box dd img { float: none; } }

body#price .inner h3 { color: #056187; text-align: center; font-size: 20px; font-size: 1.25rem; margin-bottom: 30px; }
body#price .inner p { line-height: 1.2; text-align: center; }
body#price #guide h3 + p { margin-bottom: 80px; }
body#price #guide .inner > dl { border: 1px solid #d6f115; margin-bottom: 50px; }
body#price #guide .inner > dl > dt { margin: 0 30px; padding: 20px 0 20px 35px; border-bottom: 1px solid #d6f115; position: relative; font-size: 18px; font-size: 1.125rem; }
body#price #guide .inner > dl > dt:before { content: url("././img/bird.png"); display: block; position: absolute; top: 20px; left: 0; }
body#price #guide .inner > dl > dd { padding: 40px 0; }
body#price #guide .inner > dl > dd:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
body#price #guide .inner > dl > dd .pg_left { float: left; width: 50%; text-align: center; }
@media screen and (max-width: 479px) { body#price #guide .inner > dl > dd .pg_left { float: none; width: 100%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#price #guide .inner > dl > dd .pg_left { float: none; width: 100%; } }
@media screen and (max-width: 479px) { body#price #guide .inner > dl > dd .pg_left img { width: 90%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#price #guide .inner > dl > dd .pg_left img { width: 90%; } }
body#price #guide .inner > dl > dd .pg_right { float: left; width: 47%; padding-right: 3%; }
@media screen and (max-width: 479px) { body#price #guide .inner > dl > dd .pg_right { float: none; width: 95%; padding: 0; margin: 20px auto 0; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#price #guide .inner > dl > dd .pg_right { float: none; width: 95%; padding: 0; margin: 20px auto 0; } }
body#price #guide .inner > dl > dd .pg_right p { text-align: left; }
body#price #guide .inner > dl > dd .pg_right dl { margin: 30px 0; }
body#price #guide .inner > dl > dd .pg_right dl:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
body#price #guide .inner > dl > dd .pg_right dl dt { float: left; clear: both; margin-right: 20px; line-height: 1.2; font-size: 18px; font-size: 1.125rem; }
@media screen and (max-width: 479px) { body#price #guide .inner > dl > dd .pg_right dl dt { font-size: 16px; font-size: 1rem; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#price #guide .inner > dl > dd .pg_right dl dt { font-size: 16px; font-size: 1rem; } }
body#price #guide .inner > dl > dd .pg_right dl dd { font-size: 18px; font-size: 1.125rem; float: left; line-height: 1.2; }
@media screen and (max-width: 479px) { body#price #guide .inner > dl > dd .pg_right dl dd { font-size: 16px; font-size: 1rem; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#price #guide .inner > dl > dd .pg_right dl dd { font-size: 16px; font-size: 1rem; } }
body#price #guide .inner > dl > dd .pg_right ul li { position: relative; padding-left: 20px; line-height: 1.4; }
body#price #guide .inner > dl > dd .pg_right ul li:before { display: block; content: ""; position: absolute; top: 50%; left: 0px; width: 8px; height: 8px; margin-top: -4px; border-radius: 50%; background: #149496; }
body#price section[id^="price_list"] table { margin-top: 80px; }
body#price section[id^="price_list"] table tr th, body#price section[id^="price_list"] table tr td { font-size: 16px; font-size: 1rem; color: #0a2a38; padding: 20px 0; line-height: 1.2; border-bottom: 1px solid #f3f3f3; vertical-align: middle; }
@media screen and (max-width: 479px) { body#price section[id^="price_list"] table tr th, body#price section[id^="price_list"] table tr td { padding: 20px 5px; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#price section[id^="price_list"] table tr th, body#price section[id^="price_list"] table tr td { padding: 20px 5px; } }
body#price section[id^="price_list"] table tr th { width: 20%; text-align: left; }
body#price section[id^="price_list"] table tr td:nth-child(2) { width: 55%; font-size: 14px; font-size: 0.875rem; }
body#price section[id^="price_list"] table tr td:last-child { width: 25%; text-align: center; font-weight: bold; }
body#price .bottom_box dd { text-align: center; padding: 50px 140px; }
body#price .bottom_box dd:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
@media screen and (max-width: 479px) { body#price .bottom_box dd { padding: 20px; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#price .bottom_box dd { padding: 20px; } }
@media screen and (max-width: 479px) { body#price .bottom_box dd p { margin-bottom: 20px; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#price .bottom_box dd p { margin-bottom: 20px; } }
body#price .bottom_box dd ul { float: left; width: 33%; text-align: left; margin: 30px 0 50px; list-style-type: disc; }
@media screen and (max-width: 479px) { body#price .bottom_box dd ul { display: none; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#price .bottom_box dd ul { display: none; } }
body#price .bottom_box dd ul li { font-size: 14px; font-size: 0.875rem; line-height: 1.4; list-style-position: inside; }
body#price .bottom_box dd img { width: 250px; margin-bottom: 20px; border: 1px solid #d3d3d3; }

body#faq h3 { color: #056187; text-align: center; margin-bottom: 30px; }
body#faq dl { margin-bottom: 70px; }
body#faq dl dt, body#faq dl dd { padding: 15px 0 0 60px; font-size: 14px; font-size: 0.875rem; line-height: 1.4; }
body#faq dl dt { position: relative; height: 50px; border-bottom: 1px dotted #d3d3d3; margin-bottom: 10px; }
body#faq dl dt:before { position: absolute; top: 0; left: 0; border-radius: 25px; vertical-align: middle; background: #d6f115; display: block; content: ""; width: 50px; height: 50px; }
body#faq dl dt:after { position: absolute; top: 9px; left: 17px; content: "Q"; font-size: 18px; font-size: 1.125rem; color: #0a2a38; }
body#faq dl dd { position: relative; }
body#faq dl dd:before { position: absolute; top: 0; left: 0; border-radius: 25px; vertical-align: middle; background: #149496; display: block; content: ""; width: 50px; height: 50px; }
body#faq dl dd:after { position: absolute; top: 9px; left: 19px; content: "A"; font-size: 18px; font-size: 1.125rem; color: #fff; }

body#contact h3 { color: #056187; text-align: center; margin-bottom: 30px; }
body#contact #contact_tel .inner div { width: 80%; margin: 0 auto; border: 2px dashed #d6f115; padding: 50px; text-align: center; }
@media screen and (max-width: 479px) { body#contact #contact_tel .inner div { padding: 20px 0; width: 100%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#contact #contact_tel .inner div { padding: 20px 0; width: 100%; } }
body#contact #contact_tel .inner div p:first-child { font-size: 32px; font-size: 2rem; color: #056187; font-weight: bold; margin-bottom: 10px; }
body#contact #contact_tel .inner div p:first-child img { margin-right: 5px; }
body#contact .table_wrap { display: table; width: 80%; margin: 0 auto; padding: 10px 0; }
@media screen and (max-width: 479px) { body#contact .table_wrap { width: 100%; display: block; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#contact .table_wrap { width: 100%; display: block; } }
body#contact .table_wrap .table_left { display: table-cell; vertical-align: middle; width: 30%; }
@media screen and (max-width: 479px) { body#contact .table_wrap .table_left { width: 100%; display: block; margin-bottom: 10px; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#contact .table_wrap .table_left { width: 100%; display: block; margin-bottom: 10px; } }
body#contact .table_wrap .table_left span { background: #d6f115; font-size: 10px; font-size: 0.625rem; border-radius: 5px; padding: 1px 5px; margin-left: 5px; }
body#contact .table_wrap .table_left:not(:target) { width: 230px; }
body#contact .table_wrap .table_right { display: table-cell; vertical-align: middle; width: 70%; }
@media screen and (max-width: 479px) { body#contact .table_wrap .table_right { width: 100%; display: block; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#contact .table_wrap .table_right { width: 100%; display: block; } }
body#contact .table_wrap .table_right input, body#contact .table_wrap .table_right textarea, body#contact .table_wrap .table_right select { border: none; background: #f3f3f3; line-height: 1.2; padding: 8px 5px; border-radius: 3px; font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
body#contact .table_wrap .table_right label { width: 20px; height: 16px; display: block; overflow: hidden; float: left; }
body#contact .table_wrap .table_right:not(:target) input, body#contact .table_wrap .table_right:not(:target) textarea, body#contact .table_wrap .table_right:not(:target) select { max-width: 385px; }
@media screen and (max-width: 479px) { body#contact .table_wrap .table_right:not(:target) input, body#contact .table_wrap .table_right:not(:target) textarea, body#contact .table_wrap .table_right:not(:target) select { max-width: 90%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#contact .table_wrap .table_right:not(:target) input, body#contact .table_wrap .table_right:not(:target) textarea, body#contact .table_wrap .table_right:not(:target) select { max-width: 90%; } }
body#contact .table_wrap .table_right:not(:target) label input { background: none; padding: 0; }
body#contact .table_wrap #privacy .table_right label { width: 20px; height: 20px; display: block; overflow: hidden; float: left; }
body#contact p.center { margin-top: 50px; text-align: center; }
body#contact p.center input { background: #d6f115; font-size: 16px; font-size: 1rem; cursor: pointer; border: 0; padding: 10px 60px; border-radius: 5px; font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

body#topics dl { width: 100%; height: 130px; border-bottom: 1px dashed #d3d3d3; margin: 0 0 30px 0; padding-bottom: 20px; }
body#topics dl:nth-child(odd) { margin-right: 60px; }
body#topics dl dt { float: left; text-align: center; width: 120px; margin-right: 20px; }
@media screen and (max-width: 479px) { body#topics dl dt { width: 40%; margin: 0; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#topics dl dt { width: 40%; margin: 0; } }
body#topics dl dt img { width: 110px; height: auto; }
@media screen and (max-width: 479px) { body#topics dl dt img { width: 90%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#topics dl dt img { width: 90%; } }
body#topics dl dd { float: left; width: 760px; }
@media screen and (max-width: 479px) { body#topics dl dd { width: 60%; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#topics dl dd { width: 60%; } }
body#topics dl dd span { background-color: #d6f115; padding: 2px 20px; font-size: 12px; font-size: 0.75rem; }
body#topics dl dd p.date { margin: 20px 0 10px; font-size: 14px; font-size: 0.875rem; }
body#topics dl dd a { line-height: 1.2; }
@media screen and (max-width: 479px) { body#topics dl dd a { font-size: 12px; font-size: 0.75rem; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#topics dl dd a { font-size: 12px; font-size: 0.75rem; } }

body#single_post .content { margin-top: 30px; font-size: 14px; font-size: 0.875rem; line-height: 1.6; padding-right: 10px; }

body#privacy #privacy_area h2 { color: #0a2a38; font-size: 14px; font-size: 0.875rem; margin: 60px 0 20px; line-height: 2; padding: 0; font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; text-align: left; border-bottom: 1px solid #d3d3d3; }
body#privacy #privacy_area h2:after { display: none; }
body#privacy #privacy_area h2 + p { color: #555; font-size: 14px; font-size: 0.875rem; margin: 0; padding: 0 10px; text-align: left; line-height: 1.4; }
body#privacy #privacy_area p, body#privacy #privacy_area li { color: #555; font-size: 14px; font-size: 0.875rem; margin: 0; padding: 0 10px; text-align: left; line-height: 1.4; }
body#privacy #privacy_area h3 { font-size: 14px; font-size: 0.875rem; font-weight: normal; margin: 15px 0 10px; padding: 0 10px; }
body#privacy #privacy_area ol { margin: 20px 0; padding: 0 10px; list-style-position: inside; list-style-type: decimal; }
body#privacy #privacy_area ul { margin: 20px 0; list-style-position: inside; list-style-type: circle; }
body#privacy #privacy_area p.right { text-align: right; margin-top: 50px; }

body#sitemap .inner > ul:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
body#sitemap .inner > ul li { float: left; width: 31%; padding: 20px 0 20px 2%; position: relative; }
@media screen and (max-width: 479px) { body#sitemap .inner > ul li { width: 45%; padding: 0 0 0 5%; margin: 0 0 20px; } }
@media screen and (min-width: 479px) and (max-width: 768px) { body#sitemap .inner > ul li { width: 45%; padding: 0 0 0 5%; margin: 0 0 20px; } }
body#sitemap .inner > ul li:before, body#sitemap .inner > ul li:after { position: absolute; top: 0; bottom: 0; left: 0; margin: auto; content: ""; vertical-align: middle; }
body#sitemap .inner > ul li:before { width: 15px; height: 15px; -webkit-border-radius: 50%; border-radius: 50%; background: #d6f115; }
body#sitemap .inner > ul li:after { left: 5px; box-sizing: border-box; width: 5px; height: 5px; border: 5px solid transparent; border-left: 5px solid #0a2a38; }

img[src$="mail.png"] { width: 26px; overflow: hidden; }

footer { width: 100%; clear: both; }
@media screen and (max-width: 479px) { footer { overflow: hidden; } }
@media screen and (min-width: 479px) and (max-width: 768px) { footer { overflow: hidden; } }
footer #pagetop { display: block; background: #d6f115; text-align: center; padding: 20px 0; color: #fff; text-decoration: none; position: relative; font-size: 14px; font-size: 0.875rem; }
footer #pagetop:hover { background: #056187; }
footer #pagetop:before { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; content: ""; vertical-align: middle; width: 36px; height: 36px; -webkit-border-radius: 50%; border-radius: 50%; background: none; border: 1px solid #fff; }
footer .foot_wrap { width: 960px; margin: 0 auto; }
@media screen and (max-width: 479px) { footer .foot_wrap { width: 100%; text-align: center; } }
@media screen and (min-width: 479px) and (max-width: 768px) { footer .foot_wrap { width: 100%; text-align: center; } }
footer .foot_wrap p > a { color: #fff; }
footer .foot_wrap > img { width: 150px; float: right; }
@media screen and (max-width: 479px) { footer .foot_wrap > img { float: none; margin-bottom: 20px; } }
@media screen and (min-width: 479px) and (max-width: 768px) { footer .foot_wrap > img { float: none; margin-bottom: 20px; } }
footer #foot_top { padding: 20px 0; background: #0a2a38; }
footer #foot_top nav#foot_nav { margin-bottom: 10px; width: 800px; float: left; }
footer #foot_top nav#foot_nav:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
@media screen and (max-width: 479px) { footer #foot_top nav#foot_nav ul { display: none; } }
@media screen and (min-width: 479px) and (max-width: 768px) { footer #foot_top nav#foot_nav ul { display: none; } }
footer #foot_top nav#foot_nav ul li { float: left; width: 14.5%; margin-bottom: 10px; padding-left: 14px; position: relative; }
footer #foot_top nav#foot_nav ul li:before, footer #foot_top nav#foot_nav ul li:after { position: absolute; top: 0; bottom: 0; left: 0; margin: auto; content: ""; vertical-align: middle; }
footer #foot_top nav#foot_nav ul li:before { width: 12px; height: 12px; -webkit-border-radius: 50%; border-radius: 50%; background: #d6f115; }
footer #foot_top nav#foot_nav ul li:after { left: 5px; box-sizing: border-box; width: 3px; height: 3px; border: 3px solid transparent; border-left: 3px solid #0a2a38; }
footer #foot_top nav#foot_nav ul li a { color: #fff; font-size: 14px; font-size: 0.875rem; }
footer #foot_top p { color: #fff; font-size: 14px; font-size: 0.875rem; line-height: 1.4; }
footer #foot_bottom { padding: 10px 0; border-top: 3px solid #d6f115; background-color: #ebebeb; }
footer #foot_bottom:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
@media screen and (max-width: 479px) { footer #foot_bottom { display: none; } }
@media screen and (min-width: 479px) and (max-width: 768px) { footer #foot_bottom { display: none; } }
footer #foot_bottom p { font-size: 10px; font-size: 0.625rem; color: #0a2a38; float: left; }

#main { float: left; width: 720px; }
@media screen and (max-width: 479px) { #main { width: 100%; float: none; } }
@media screen and (min-width: 479px) and (max-width: 768px) { #main { width: 100%; float: none; } }

aside#side { float: left; width: 220px; padding-left: 20px; }
@media screen and (max-width: 479px) { aside#side { width: 100%; float: none; margin-top: 50px; padding: 0; } }
@media screen and (min-width: 479px) and (max-width: 768px) { aside#side { width: 100%; float: none; margin-top: 50px; padding: 0; } }
aside#side h4 { margin-bottom: 20px; position: relative; padding-left: 22px; color: #056187; }
aside#side h4:before { content: url("././img/works/search_b.png"); display: block; position: absolute; top: 0; left: 0; }
aside#side ul { margin-bottom: 50px; }
aside#side ul li { font-size: 14px; font-size: 0.875rem; padding: 15px; border-bottom: 1px solid #f3f3f3; }
aside#side ul li a { color: #555; }

aside#bottom { text-align: center; clear: both; }
aside#bottom #other_works { background: #fafafa; }
aside#bottom #other_works h2 { color: #0a2a38; }
aside#bottom #other_works h2:after { background-color: #0a2a38; }
aside#bottom #other_works h2 + p { color: #0a2a38; }
aside#bottom #other_works ul { height: 200px; overflow: hidden; }
aside#bottom #other_works ul li { float: left; display: block; width: auto; margin-right: 10px; }
aside#bottom #other_works ul li a img { height: 200px; }
aside#bottom #service_a { overflow: hidden; }
aside#bottom #service_a h2 { color: #0a2a38; }
aside#bottom #service_a h2:after { background-color: #0a2a38; }
aside#bottom #service_a h2 + p { color: #0a2a38; }
aside#bottom #service_a #ens_service_wrap { margin: 30px 0 90px; }
@media screen and (max-width: 479px) { aside#bottom #service_a #ens_service_wrap { margin: 0 0 50px; } }
@media screen and (min-width: 479px) and (max-width: 768px) { aside#bottom #service_a #ens_service_wrap { margin: 0 0 50px; } }
aside#bottom #service_a #ens_service_wrap .slick-list { width: 1920px; margin: 0 auto; overflow: hidden; }
@media screen and (max-width: 479px) { aside#bottom #service_a #ens_service_wrap .slick-list { width: 100%; } }
aside#bottom #service_a #ens_service_wrap .slick-slide { text-align: center; background-color: #fff; background: rgba(255, 255, 255, 0.8); }
@media screen and (max-width: 479px) { aside#bottom #service_a #ens_service_wrap .slick-slide { width: 40%; margin-right: 0; } }
@media screen and (min-width: 479px) and (max-width: 768px) { aside#bottom #service_a #ens_service_wrap .slick-slide { width: 40%; } }
aside#bottom #service_a #ens_service_wrap .slick-slide img { width: 230px; padding: 0 10px; border: 1px solid #d3d3d3; }
@media screen and (max-width: 479px) { aside#bottom #service_a #ens_service_wrap .slick-slide img { width: 80%; margin: 0 auto; } }
@media screen and (min-width: 479px) and (max-width: 768px) { aside#bottom #service_a #ens_service_wrap .slick-slide img { width: 80%; margin: 0 auto; } }
aside#bottom #contact_a { background: url(img/bg_g.jpg) no-repeat top center; background-size: cover; }
aside#bottom #contact_a #for_tel { float: left; width: 50%; margin: 10px 10% 0 0; color: #fff; }
@media screen and (max-width: 479px) { aside#bottom #contact_a #for_tel { width: 100%; float: none; } }
@media screen and (min-width: 479px) and (max-width: 768px) { aside#bottom #contact_a #for_tel { width: 100%; float: none; } }
aside#bottom #contact_a #for_tel p:first-child { font-size: 34px; font-size: 2.125rem; line-height: 1.2; }
aside#bottom #contact_a #for_tel p:last-child { font-size: 14px; font-size: 0.875rem; margin-top: 10px; }
aside#bottom #contact_a #for_tel img { height: 30px; }
aside#bottom #contact_a #for_form { float: left; width: 40%; margin: 30px auto 0; }
@media screen and (max-width: 479px) { aside#bottom #contact_a #for_form { width: 70%; float: none; } }
@media screen and (min-width: 479px) and (max-width: 768px) { aside#bottom #contact_a #for_form { width: 70%; float: none; } }
aside#bottom #contact_a #for_form a { display: block; padding: 15px 20px; border-radius: 30px; margin: 0 auto; background: #d6f115; transition: all 0.2s; }
aside#bottom #contact_a #for_form a:hover { text-decoration: none; background: #056187; color: #fff; transition: all 0.2s; }
aside#bottom #contact_a #for_form a img { height: 20px; padding: 0 10px 0 0; margin-bottom: -3px; }
aside#bottom #top_map { height: 250px; overflow: hidden; }
aside#bottom #top_map #google_map { height: 250px; width: 100%; }
aside#bottom #top_map .gm-style-iw * { display: block; width: 100%; }
aside#bottom #top_map .gm-style-iw h4, aside#bottom #top_map .gm-style-iw p { margin: 0; padding: 0; }
aside#bottom #top_map .gm-style-iw a { color: #4272db; }

#breadcrumb { font-size: 12px; font-size: 0.75rem; color: #666; line-height: 1.6; margin: 10px auto; background: #f3f3f3; padding: 10px 0; }

.wp-pagenavi { margin-top: 80px; text-align: center; }
.wp-pagenavi span, .wp-pagenavi a { padding: 5px 15px; border: 1px solid #d6f115; margin: 0 5px; }
.wp-pagenavi a { text-decoration: underline; }
.wp-pagenavi a:hover { background: #056187; color: #fff; text-decoration: none; }
.wp-pagenavi span.pages { display: none; }
