@charset "utf-8";

/* ============================
   Reset default browser CSS.
/* ============================ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body{
	line-height: 1;
}
h1, h2, h3, h4, h5, h6{
	clear: both;
	font-weight: normal;
}
ol, ul{
	list-style: none;
}
blockquote{
	quotes: none;
}
blockquote:before, blockquote:after{
	content: '';
	content: none;
}
del{
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse: collapse;
	border-spacing: 0;
}
a img{
	border: none;
}


/* ============================
   Global Elements
/* ============================ */

/* Main global 'theme' and typographic styles
--------------------------------------------- */
body,
input,
textarea {
	color: #333333;
	line-height: 22px;
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
hr {
	background-color: #dcdcdc;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 22px;
}

/* Text elements
--------------------------------------------- */
p {
	margin: 0 0 18px 0;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 0 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
input[type="email"],
textarea {
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 4px;
}
input.short{
	width: 50px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
}
a:active,
a:hover {
	text-decoration: underline;
}

/* Images
----------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 10px;
}
img.aligncenter{
	margin-top: 30px;
	}


/* ============================
   Original CSS Library
/* ============================ */

/* フォント
----------------------------- */
.bold	{ font-weight: bold; }
.font-small{ font-size: 0.85em !important;}

.f_size10{font-size: 10px;}
.f_size11{font-size: 11px;}
.f_size12{font-size: 12px;}
.f_size14{font-size: 14px;}
.f_size18{font-size: 18px;}

/* 画像
----------------------------- */
img.f_left{ margin: 0; }
img.f_right{ margin: 0 0 20px 20px; }
img.border{ padding: 3px; background: #ffffff; border: 1px solid #e8e8e8;}

/* 配置
----------------------------- */
.center	{text-align: center !important;}
.left	{text-align: left !important;}
.right	{text-align: right !important;}
.top	{vertical-align: top !important;}
.middle	{vertical-align: middle !important;}
.bottom	{vertical-align: bottom !important;}
.width_auto{width: auto !important;}
.block	{display: block;}
.inline	{display: inline;}
.hidden	{display: none;}
.overflow {overflow: hidden !important;}
.f_left {float: left; }
.f_right{float: right; }
.f_none	{float: none !important;}
.clear	{clear: both;}
.clear_none		{clear: none;}
.clear_left		{clear: left;}
.clear_right	{clear: right;}
.clearfix		{zoom:1;}
.clearfix:after{content : ''; display : block; clear : both;}
.nowrap	{white-space: nowrap;}
.width50{width: 50% !important;}
.width100{width: 100% !important;}

/* 余白
----------------------------- */
.m_auto		{margin-left: auto !important; margin-right: auto !important;}
.m_top0		{margin-top: 0 !important;}
.m_right0	{margin-right: 0 !important;}
.m_bottom0	{margin-bottom: 0 !important;}
.m_left0	{margin-left: 0 !important;}
.m_top10	{margin-top: 10px !important;}
.m_right10	{margin-right: 10px !important;}
.m_bottom10	{margin-bottom: 10px !important;}
.m_left10	{margin-left: 10px !important;}
.m_top15	{margin-top: 15px !important;}
.m_right15	{margin-right: 15px !important;}
.m_bottom15	{margin-bottom: 15px !important;}
.m_left15	{margin-left: 15px !important;}
.m_top20	{margin-top: 20px !important;}
.m_right20	{margin-right: 20px !important;}
.m_bottom20	{margin-bottom: 20px !important;}
.m_left20	{margin-left: 20px !important;}
.m_top30	{margin-top: 30px !important;}
.m_right30	{margin-right: 30px !important;}
.m_bottom30	{margin-bottom: 30px !important;}
.m_left30	{margin-left: 30px !important;}
.m_top40	{margin-top: 40px !important;}
.m_right40	{margin-right: 40px !important;}
.m_bottom40	{margin-bottom: 40px !important;}
.m_left40	{margin-left: 40px !important;}
.m_top50	{margin-top: 50px !important;}
.m_right50	{margin-right: 50px !important;}
.m_bottom50	{margin-bottom: 50px !important;}
.m_left50	{margin-left: 50px !important;}
.m_top100	{margin-top: 100px !important;}
.m_right100	{margin-right: 100px !important;}
.m_bottom100{margin-bottom: 100px !important;}
.m_left100	{margin-left: 100px !important;}

.p_top0		{padding-top: 0 !important;}
.p_right0	{padding-right: 0 !important;}
.p_bottom0	{padding-bottom: 0 !important;}
.p_left0	{padding-left: 0 !important;}
.p_top10		{padding-top: 10px !important;}
.p_right10	{padding-right: 10px !important;}
.p_bottom10	{padding-bottom: 10px !important;}
.p_left10	{padding-left: 10px !important;}
.p_top20	{padding-top: 20px !important;}
.p_right20	{padding-right: 20px !important;}
.p_bottom20	{padding-bottom: 20px !important;}
.p_left20	{padding-left: 20px !important;}
.p_top30	{padding-top: 30px !important;}
.p_right30	{padding-right: 30px !important;}
.p_bottom30	{padding-bottom: 30px !important;}
.p_left30	{padding-left: 30px !important;}
.p_top40	{padding-top: 40px !important;}
.p_right40	{padding-right: 40px !important;}
.p_bottom40	{padding-bottom: 40px !important;}
.p_left40	{padding-left: 40px !important;}
.p_top50	{padding-top: 50px !important;}
.p_right50	{padding-right: 50px !important;}
.p_bottom50	{padding-bottom: 50px !important;}
.p_left50	{padding-left: 50px !important;}


/* ============================
   Layout
/* ============================ */
.inner {
  margin-right: auto;
  margin-left: auto;
  position: relative; }

.inner:before,
.inner:after {
  content: " ";
  display: table; }

.inner:after {
  clear: both; }

.inner {
  width: 980px; }

h2.entry-title{
	padding: 40px 0;
	text-align: center;
	font-weight: bold;
}

/* ============================
   header
/* ============================ */
header {
	height: 555px;
	background: url(img/bg_mainimage.jpg) center bottom no-repeat;
}
header h1 {
	font-size: 12px;
	text-align: center;
	margin: 20px 0;
}
header .logo {
	text-align: center;
	margin: 0 0 20px 0;
}
header .cc {
	float: left;
	width: 490px;
  padding-left: 50px;
}
header .cc h2 {
	margin: 0 0 20px 0;
}
header .cc ul {
	margin: 0;
	list-style: none;
}
header .cc ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
	background: url(img/check.png) left center no-repeat;
	background-size: 21px;
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
}
header .cc ul li strong {
	color: #c82119;
}
header .mainimage {
	float: right;
	width: 420px;
	margin: -50px 0 0 0;
}


/* ============================
   cv
/* ============================ */
.cv{
	background: #008995;
}
.cv img{
	display: block;
}
.cv .cv-left{
	float: left;
	margin: 20px 0 0 0;
}
.cv .cv-right{
	float: right;
	margin: 25px 0 0 0;
}


/* ============================
   trouble
/* ============================ */
.trouble{
	padding: 70px 0 40px 0;
}
.trouble h2{
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 30px 0;
}
.trouble ul {
	margin: 0;
	list-style: none;
}
.trouble ul li {
	margin: 0 0 30px 0;
	padding: 0 0 0 40px;
	background: url(img/check.png) left center no-repeat;
	font-size: 18px;
	font-weight: bold;
	float: left;
	width: 450px;
	line-height: 29px;
}
.trouble ul li:nth-of-type(2) {
	margin-top: 28px;
}
.trouble ul li:nth-of-type(3) {
	clear: both;
}
.trouble ul li strong {
	color: #c82119;
}


/* ============================
   resolution
/* ============================ */
.resolution{
	background: #e6e6e6;
	padding: 60px 0;
}
.resolution h2{
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 30px 0;
}
.resolution h2 img{
	width: 284px;
	vertical-align: middle;
	margin-right: 20px;
}
.resolution .resolution1,
.resolution .resolution2,
.resolution .resolution3,
.resolution .resolution4,
.resolution .resolution5{
	width: 800px;
	margin: 0 auto;
	padding: 30px 0 5px 0;
	border-bottom: 2px solid #fff;
}
.resolution .resolution5{
	border-bottom: 0;
}
.resolution .icon{
	float: left;
	clear: both;
	width: 135px;
	text-align: center;
	height: 100px;
}
.resolution h3{
	clear: none;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
}


/* ============================
   merit
/* ============================ */
.merit{
	padding: 60px 0 20px 0;
}
.merit h2{
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 30px 0;
  line-height: 50px;
}
.merit h2 img{
	width: 284px;
	vertical-align: middle;
	margin-right: 20px;
}
.merit h2 strong{
  color: #c82119;
}
.merit h2 strong span{
	font-size: 48px;
}
.merit .merit1,
.merit .merit2,
.merit .merit3,
.merit .merit4,
.merit .merit5,
.merit .merit6{
	width: 800px;
	border: 3px solid #e6e6e6;
	border-radius: 10px;
	margin: 0 auto 40px auto;
	padding: 50px 50px 25px 50px;
	position: relative;
	zoom:1;
}
.merit .merit1:after,
.merit .merit2:after,
.merit .merit3:after,
.merit .merit4:after,
.merit .merit5:after,
.merit .merit6:after{content : ''; display : block; clear : both;}
.merit .badge{
	position: absolute;
	top: -30px;
  left: -30px;
	width: 64px;
	line-height: 64px;
	background: url(img/hukidashi.png) 0 0 no-repeat;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}
.merit .badge span{
	font-size: 24px;
}
.merit h3{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.merit h4{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	background: #008995;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
}
.merit .merit1-left{
	float: left;
	width: 320px;
}
.merit .merit1-right{
	float: right;
	width: 450px;
}


/* ============================
   case
/* ============================ */
.case{
	padding: 60px 0 0 0;
}
.case h2{
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 30px 0;
  line-height: 50px;
}
.case .case1,
.case .case2,
.case .case3{
	overflow: hidden;
	width: 800px;
	margin: 0 auto 40px auto;
	padding-bottom: 20px;
	border-bottom: 3px solid #e6e6e6;
}
.case .case3{
	border-bottom: 0;
}
.case .case-left{
	float: left;
	width: 250px;
}
.case .case-right{
	float: right;
	width: 480px;
}
.case h3{
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 30px;
}
.case h4{
	color: #033886;
	font-size: 16px;
	border-left: 5px solid #033886;
	padding: 0 0 0 8px;
	font-weight: bold;
	margin-bottom: 10px;
}


/* ============================
   faq
/* ============================ */
.faq{
	background: #e6e6e6;
	padding: 60px 0;
}
.faq h2{
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 30px 0;
}
.faq dl{
	width: 800px;
	margin: 0 auto;
	background: #fff;
	padding: 40px 40px 25px 40px;
}
.faq dl dt{
	font-size: 16px;
	margin-bottom: 5px;
}


/* ============================
   contact
/* ============================ */
.contact{
	padding: 60px 0;
}
.contact h2{
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 30px 0;
}
.contact p{
	text-align: center;
}
.contact .wpcf7 {
    width: 900px;
    margin: 0 auto;
}
.contact .wpcf7 table {
    width: 900px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
 
.contact .wpcf7 th,
.contact .wpcf7 td {
    padding: 10px;
}
 
.contact .wpcf7 th {
    background: #008995;
    vertical-align: middle;
    text-align: left;
    width: 300px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}

.contact .wpcf7 th .nessesary {
		display: block;
    background: url(img/icon_neccesary.gif) 140px center no-repeat
}

.contact .wpcf7 th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #008995;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    .contact .wpcf7 th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #008995 10px solid;
        margin-top: -10px;
    }
}
 
.contact .wpcf7 td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}

.wpcf7-submit{
	color: #fff;
	border: 0;
	background: #008995;
	width: 200px;
	line-height: 50px;
	font-size: 16px;
}


/* ============================
   link
/* ============================ */
.link{
	text-align: center;
	background: #e6e6e6;
	padding: 40px 0;
}


/* ============================
   footer
/* ============================ */
.footer{
	text-align: center;
	padding: 40px 0;
}

/*　----------　スマホ用（640px以下）　----------　*/

/* ※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※ */
@media(max-width:640px) {
/* ※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※ */
img{
	max-width:100%;
}


/* ============================
   Layout
/* ============================ */
.inner {
	width: auto;
}

/* ============================
   header
/* ============================ */
header {
	height: auto;
	padding:0 1rem;
}
header h1 {
	font-size: 0.6rem;
	line-height: 1rem;
	margin: 0;
	padding:1rem 0 0 0;
}
header .cc {
	float: none;
	width: auto;
	padding-left: 0;
}
header .cc h2 {
	text-align:center;
	line-height: 1px;
	background-color:#c82119;
}
header .cc h2 img{
	vartical-align:bottom;
}
header .cc ul li {
	font-size: 0.9rem;
	line-height: 1.2rem;
	background-position:0 0;
}

header .mainimage {
	float: none;
	width: auto;
	margin:-10px 0 1rem 1rem;
}

/* ============================
   cv
/* ============================ */
.cv{
	padding:1rem;
}
.cv .cv-left{
	float: none;
	margin: 0;
}
.cv .cv-right{
	float: none;
	margin: 0;
	padding-top:0.5rem;
	text-align:center;
}
.cv .cv-right img{
	width:183px;
	margin: 0 auto;
}


/* ============================
   trouble
/* ============================ */
.trouble{
	padding:2rem 0.5rem;
}
.trouble h2{
	font-size: 1.5rem;
	line-height:1.2em;
	text-align: left;
	margin-bottom: 1rem;
}
.trouble ul li {
	margin: 0;
	padding-bottom:0.5rem;
	width: auto;
	font-size: 0.9rem;
	line-height:1.2em;
	background-size:21px;
	background-position:10px 0;
}
.trouble ul li:nth-of-type(2) {
	margin-top: 0;
}

/* ============================
   resolution
/* ============================ */
.resolution{
	padding: 2rem 1rem;
}
.resolution h2{
	font-size: 1.5rem;
	line-height:1.2em;
	margin-bottom: 1rem;
}
.resolution h2 img{
	max-width: 300px;
	display:block;
	margin: 0 auto 10px auto;
}
.resolution .resolution1,
.resolution .resolution2,
.resolution .resolution3,
.resolution .resolution4,
.resolution .resolution5{
	width: auto;
	padding:2rem 0;
}
.resolution .icon{
	width: 50px;
	height: auto;
	padding-right:0.5rem;
}
.resolution h3{
	font-size: 1.1rem;
	height:3.5rem;
	margin-bottom: 0;
	display: table-cell;
	vertical-align: middle;
}
.resolution p{
	clear:both;
	margin:0;
	padding-top:0.5rem;
}

/* ============================
   merit
/* ============================ */
.merit{
	padding: 2rem 0.5rem;
}
.merit h2{
	font-size: 1.5rem;
	line-height:1.2em;
	margin-bottom: 1rem;
}
.merit h2 img{
	max-width: 300px;
	display:block;
	margin: 0 auto 20px auto;
}

.merit .merit1,
.merit .merit2,
.merit .merit3,
.merit .merit4,
.merit .merit5,
.merit .merit6{
	width: auto;
	padding:1rem;
}
.merit .merit6{
	margin: 0;
}

.merit .badge{
	left: -0.5rem;
}

.merit h3{
	font-size: 1.4rem;
	line-height: 1.2em;
	margin: 0.5rem 0 1rem 3rem;
}

.merit .merit1-left{
	float: none;
	width: auto;
	padding-bottom:30px;
	text-align:center;
}
.merit .merit1-right{
	float: none;
	width: auto;
}


/* ============================
   case
/* ============================ */
.case{
	padding: 2rem 1rem 0 1rem;
}
.case h2{
	font-size: 1.5rem;
	line-height:1.2em;
	margin-bottom: 1rem;
}
.case .case1,
.case .case2,
.case .case3{
	width: auto;
}
.case .case3{
	margin-bottom:0;
}
.case .case-left{
	float: none;
	width: auto;
	/*フレキシブルレイアウト*/
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	background:#eee;
	margin-bottom:1rem;
	padding:1rem;
}
.case .case-left p{
	font-size:0.7rem;
	line-height: 1.5em;
	width:60%;
}
.case .case-left p strong{
	font-size:0.9rem;
	line-height:2em;
}
.case .case-left p img{
	width:90%;
}
.case .case-left p:first-of-type{
	width:40%;
}
.case .case-left p:last-of-type{
	font-size:0.8rem;
	width:100%;
	margin:0;
}
.case .case-right{
	float: none;
	width: auto;
}
.case h3{
	font-size: 1.2rem;
	line-height:1.3em;
	margin-bottom: 1rem;
}

/* ============================
   faq
/* ============================ */
.faq{
	padding: 1.5rem 0.5rem;
}
.faq h2{
	font-size: 1.5rem;
	line-height:1.2em;
	margin-bottom: 1rem;
}
.faq dl{
	width: auto;
	padding:1.5rem;
}

/* ============================
   contact
/* ============================ */
.contact{
	padding: 2rem 0;
}
.contact h2{
	font-size: 1.5rem;
	line-height:1.2em;
	margin-bottom: 1rem;
}
.contact p{
	padding:0 1rem;
	text-align: left;
}
.contact .wpcf7 {
    width: auto;
}
.contact .wpcf7 table {
    width: 100%;
    display:block;
}
.contact .wpcf7 tr,
.contact .wpcf7 th,
.contact .wpcf7 td {
	width:auto;
	display:block;
}
.contact .wpcf7 th:after {
	display:none;
}
.contact .wpcf7 tr td:nth-child(3) {
	padding-top:0;
}

.contact .wpcf7 th .nessesary {
	background-position: 99% center;
}

input[type="text"],
input[type="email"],
textarea {
	width: 93%;
}
input.short {
	width: 4em;
}
table+p.Contactform7{
	font-size:0.7rem;
	line-height:1.4em;
}
.contact p.Contactform7Input{
	text-align:center;
}
/* ============================
   link
/* ============================ */
.link{
	font-size:0.7rem;
	padding: 1rem 0;
}


/* ============================
   footer
/* ============================ */
.footer{
	font-size:0.7rem;
	padding: 1rem 0;
}

/* ※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※ */
}
/* ※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※ */

