@charset "UTF-8";
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
main {
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* clearfix */
.cf {
	overflow: hidden;
}
.clearfix {
	overflow: hidden;
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* base */
body {
	font-family: -apple-system, BlinkMacSystemFont, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", YuGothic, "游ゴシック", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	color: #555555;
	line-height: 1.7em;
	letter-spacing: 0.02em;
	font-size: 14px;
}
a:focus, *:focus {
	outline: none;
}
a, a img {
	-webkit-transition: 200ms;
	transition: 200ms;
}
a, a:visited {
	color: #555555;
}
a:hover {
	text-decoration: none;
}
a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
}
p {
	margin-bottom: 1em;
	word-break: break-all;
}
img {
	height: auto;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
/***************共通パーツ******************/
header {
	padding: 1em 0;
	background: #202f55;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
header .inner {
	width: 95%;
	max-width: 100%;
}
h1 a:hover img, footer p.logo a:hover img {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
header nav {
	padding: 20px 0 0;
}
header nav ul li {
	float: left;
	width: 20%;
	display: block;
}
header h1 {
	float: left;
	width: 60%;
	margin: 0.75em 0 0.25em;
}
header .h_right {
	float: right;
	width: 35%;
    max-width: 150px;
	margin: 0;
	box-sizing: border-box;
	margin-left: 5%;
}
header .h_right img {
	display: block;
	margin-right: 5%;
	width: 47.5%;
	max-width: 70px;
	float: left;
}
header .h_right img.menuimg {
	margin: 0;
}
header .ac_menu dt {
	display: block;
	cursor: pointer;
}
header .ac_menu dd {
	display: none;
	position: absolute;
	top: 98px;
	left: 0;
	width: 100%;
	z-index: 1;
	border-top: 1px solid #fff;
}
header .ac_menu dd ul li a {
	padding: 10px 20px 8px;
	box-sizing: border-box;
	color: #fff;
	background: #364261;
	width: 100%;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	display: block;
}
header .ac_menu dd ul li a:hover {
	background: #202f55;
	text-decoration: none;
}
footer {
	background: url(../img/bg_img002.jpg);
	text-align: left;
}
.pagetop {
	display: block;
	text-align: center;
	background: #202f55;
  margin-bottom: 40px;
  padding: .5em 0;
}

.contact {
	background: url(../img/bg_img002.jpg);
	padding:50px 0 10px;
	border-top: 2px solid #202f55;
}
.tel_box {
	text-align: center;
    color: #202f55;
	margin:30px 0 0;
}
.tel, .tel a {
	font-size: 18px;
    color: #202f55;
    font-weight: bold;
	text-decoration: none;
}
span.telno, span.telno a {
	font-size: 24px;
	text-decoration: underline;
}

footer p.logo img {
	display: block;
	margin: 0 auto;
}
.copy {
	padding: 15px 10px;
	box-sizing: border-box;
}
.copy p {
	font-size: 14px;
	color: #202f55;
	letter-spacing: 0.1em;
	text-align: center;
}
.copy p, footer p {
	margin: 0;
}
footer ul {
	display: block;
	font-size: 14px;
	margin: 0 auto;
}
footer ul li a {
	display: block;
	position: relative;
	padding: 15px 30px 15px 20px;
	box-sizing: border-box;
	background: #fff;
	margin: 0 0 2px;
	color: #202f55;
	text-align: left;
	text-decoration: none;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
footer ul li a:hover {
	text-decoration: none;
	opacity: 0.7;
	-webkit-opacity: 0.7;
}
footer ul li a:before {
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	top: 20px;
	right: 15px;
	background: url(../img/nav_sp.png) no-repeat 0;
}

.inner {
	width: 95%;
	max-width: 600px;
	margin: auto;
}

.googlemap {
	padding-top: 60%;
	margin-bottom: 25px;
}
table.table01.w60 {
	width: 100%;
}

.txt {
	width: 65%;
}
.txt14 {
	font-size: 14px;
}
.img {
	width: 30%;
}
dl.info dt, dl.info dd, table th, table td {
	/*font-size: 90%;*/
}
ul.box4 {
	display: flex;
}
ul.box4 li {
	width : 48%;
	margin-right: 2%;
}


@media screen and (max-width: 520px) {
header h1 a {
	font-size: 80%;
}
}

@media screen and (max-width: 420px) {
dl.info dt, dl.info dd, table th, table td {
	font-size: 80%;
}
header .ac_menu dd {
	top: 72px;
}
header h1 {
	line-height: 1.1;
}
header h1 a {
	font-size: 70%;
}
header .h_right {
	/*float: right;
	width: 40%;
	max-width: 120px;
	margin: 0 0 0;
	box-sizing: border-box;*/
}
}
/*******************************/
.t_right {
	text-align: right !important;
}
.t_center {
	text-align: center !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.fl30 {
	float: left;
	margin: 0 20px 0 0;
}
.fr30 {
	float: right;
	margin: 0 0 0 20px;
}
.pink {
	color: #f11c8f;
}
.org {
	color: #ffb751;
}
.red {
	color: #d02626;
}
.blue {
	color: #08a6f0;
}
.googlemap {
	position: relative;
	width: 100%;
	padding-top: 65%;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (min-width: 768px) {
.googlemap {
	padding-top: 30%;
}
}

h2 {
    text-align: center;;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    padding: 1.5em 0.5em;
    color: #000000;
    margin: 0 0 1.0em;
    line-height: 1.5em;
	margin-bottom: 0;
}
h2:after {
	position: absolute;
	content: "";
	background: #8899c6;
	width:80px;
	height: 1px;
	bottom: 20px;
	right:0;
	left:0;
	margin:auto;
}
.under h2 {
    text-align: right;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    padding: 2.5em 1em;
    color: #202f55;
    margin: 0 0 1.0em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
    background: url(../img/under_h2.png) no-repeat left 50%;
}
.under h2:after {
	content: none;
}
.under h2 span {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
h2 span {
	font-size: 20px;
	font-weight: normal;
}

h3 {
display: block;
font-size: 20px;
color: #202f55;
position: relative;
background: none;
border: 0;
padding: 3px 0 2px 10px;
line-height: 1.5;
font-weight: bold;
border-left: 4px solid #202f55;
margin-bottom: 1.5em;
}

h4 {
    margin: 0 0 0.5em;
    padding: 0.3em 0.8em;
    color: #422912;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    vertical-align: middle;
}
h4:before {
content: '';
display: none;
}
h4:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
display: block;
width: 10px;
height: 1px;
border-bottom: 1px solid #202f55;
}

h4:after, h4:before {
background-color: #202f55;
border-color: #202f55;
}

h4 span {
	font-size: 0.7em;
	vertical-align: middle;
	margin-left: 1em;
	color: #000;
	font-weight: normal;
}


h5 {
margin: 0 0 1.5em;
padding: 0.3em 0.8em;
color: #000;
font-weight: normal;
font-size: 20px;
position: relative;
vertical-align: middle;
}
h5:before {
content: '';
position: absolute;
bottom: 0;
top: 0;
left: 0;
display: block;
width: 5px;
height: 100%;
margin: auto;
}
h5:after {
content: '';
position: absolute;
bottom: 0;
/*top: 0;*/
left: 0;
/*right: 0;*/
display: block;
width: 100%;
height: 1px;
margin: auto;
}

h5:after, h5:before {
background-color: #cf95e5;
border-color: #cf95e5;
color: #cf95e5;
}
h5 span {
font-size: 0.8em;
vertical-align: middle;
}

@media screen and (max-width: 480px) {
h2 {
    font-size: 20px;
}
h2 span {
	font-size: 16px;	
}
.under h2 {
    padding: 1.5em 1em;
    background: url(../img/under_h2.png) no-repeat 15% 50%;
}
}


.under main .inner {
	margin: 0 auto 30px;
}
strong {
	font-weight: bold;
}
dl.info {
	margin: 0 auto 20px;
}
dl.info dt {
	font-weight: bold;
	width: 100%;
	padding: 10px 0 10px 5px;
	float: left;
	color: #202f55;
}
dl.info dd {
	padding: 10px 0 10px 20%;
	border-bottom: 2px solid #202f55;
	text-align: right;
}
table.table01 {
	margin: 0 auto;
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #999;
}
table.table01.w60 {
	width: 70%;
	display: inline-table;
}
table.table01 th, table.table01 td {
	box-sizing: border-box;
	padding: 10px 10px 8px;
	text-align: left;
	line-height: 1.5;
	vertical-align: middle;
	border: 1px solid #ccc;
}
table.table01.left td {
}
table.table01.left th, table.table01.left td {
}
table.table01 thead th {
	text-align: center;
	font-weight: bold;
	background: #202f55;
	color: #fff;
}
table.table01 thead th:last-child {
	border-right: none;
}
table.table01 tbody th {
	width: 20%;
	background: #d1e6f4;
	text-align: center;
}
table.border_table {
	margin: 0 auto 20px;
	width: 100%;
	border-collapse: collapse;
}
table.border_table th, table.border_table td {
	box-sizing: border-box;
	padding: 8px 3px 6px;
	line-height: 1.6;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}
table.border_table th {
	width: 50%;
}
table.border_table td {
	text-align: right;
}
ul.box3 li img, ul.box4 li img {
	text-align: center;
	margin: 0 auto 30px;
	display: block;
	width: auto;
}
ul.ul01 {
	margin: 0 auto 50px;
}
ul.ul01 li {
	position: relative;
	padding: 0 0 5px 15px;
}
ul.ul01 li:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	left: 3px;
	top: 8px;
	background: #231815;
	border-radius: 50%;
}
ul.ul01.col2 {
	width:100%;
}
ul.ul01.col2 li {
	float: left;
	width:45%;
	overflow:hidden; 
}
.mainimage {
    text-align: center;
}

/***************SP_TOPコンテンツ******************/
.top01 {
	background: url(../img/bg_img001.png) no-repeat center;
	background-size: cover;
	padding:60px 0;
	text-align: center;
	color: #fff;
	line-height: 1.8;	
}
.top01 h2 {
	color: #fff;
}
.top01 h2:after {
	background: #fff;
}
.top02 {
	padding:0 0 2em 0;
}
.top02 ul.company_info {
	margin: 30px auto;
	display: table;	
}
.top02 ul.company_info, 
.top02 ul.company_info a {
	color: #202f55;
}
.top02 ul.company_info li {
	position: relative;
	padding-left: 30px;
	line-height: 2.2;
}
.top02 ul.company_info li:before {
	position: absolute;
	content: "";
	top:0;
	left: 0;	
}
.top02 ul.company_info li:nth-child(1):before {
	background: url(../img/icon01.png) no-repeat;
	width: 16px;
	height: 24px;
	left:2px;
}
	.top02 ul.company_info li:nth-child(2):before {
	background: url(../img/icon02.png) no-repeat;
	width: 16px;
	height: 26px;
	left:2px;
}
.top02 ul.company_info li:nth-child(3):before {
	background: url(../img/icon03.png) no-repeat;
	width: 20px;
	height: 20px;
	top:4px;
}
.top02 ul.company_info li:nth-child(4):before {
	background: url(../img/icon04.png) no-repeat;
	width: 20px;
	height: 14px;
	top: 7px;
}
.top03 {
	padding:0 0 30px;
}
.tel_txt {
	font-size: 24px;
	font-weight: bold;
}
.catch {
	font-size: 18px;
	font-weight: bold;
	color: #202f55;
	margin-bottom: 0;
}

.news {
    background: #202f55;
    background-position: left;
    padding: 30px 0;
    margin: 0 auto;
}
.news .inner {
	padding: 25px 0;
	box-sizing: border-box;
	margin: auto;
}
.news_list {
	color: #fff;
}
.news_list a {
	color: #fff;
	text-decoration: underline;
}
.news_list a:hover {
	color: #fff;
	text-decoration: none;
}
.news h3 {
	background: none;
	font-size: 24px;
	text-align: left;
	padding: 5px 25px 5px 0;
	margin-bottom: 1em;
	position: relative;
	color: #fff;
	letter-spacing: 0.1em;
	border-bottom:1px solid #8899c6;
}
.news h3 span {
	font-size: 10px;
	color:#8899c6;
	margin-left: 15px;
	vertical-align: middle;
	letter-spacing: 0;
}

.mini {
	font-size: 12px;
}

/*********************************/
@media screen and (min-width: 768px) {
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
}
ul.box3, ul.box4 {
	display: flex;
}
ul.box3 li {
	width : 32%;
	margin-right: 3%;
}
ul.box3 li:nth-child(3n), ul.box4 li:nth-child(4n) {
	margin-right: 0;
}
ul.box4 li {
	width : 25%;
	margin-right: 3%;
}
}


@media screen and (max-width: 480px) {
.news h3 {
	font-size: 20px;
}
}



/*-----------------custom*/
.under main .contents01 .inner {
    margin: 0 auto;
}


.button {
    position: relative;
    margin: 2em auto 0;
    padding: 1em 2em;
    width: 290px;
    display: block;
    text-align: center;
    background: #fff;
    border: 3px solid #202f55;
    color: #202f55;
    text-decoration: none;
    border-radius: 0;
    transition: 0.8s;
	font-weight: bold;
}
.button:before {
 background: #202f55;
 content: "";
 display: block;
 height: 14px;
 margin-top: -4px;
 position: absolute;
 right: 10px;
 top: 50%;
 width: 14px;
 border-radius: 50%;
}
.button:after {
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 content: "";
 display: block;
 height: 4px;
 margin-top: 0;
 position: absolute;
 right: 15px;
 top: 50%;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 width: 4px;
}
.button:hover {
	background: #202f55;
	color: #fff!important;
	transition: 0.8s;
}
.button:hover:before {
	background: #fff;
	transition: 0.8s;
}
.button:hover:after {
	 border-top: 2px solid #202f55;
	 border-right: 2px solid #202f55;
	transition: 0.8s;
}


.button:visited {
	color: #202f55;
}

.menuTable {
	display: block;
	margin: 0 auto 30px;
	width: 100%;
}

.menuTable th, td {
	width: 50%;
	text-align: left;
}

.main section:last-child {
	margin-bottom: 0;
}

.under section:last-child {
    margin-bottom: 0;
}

.bnr {
	margin-bottom: 5%;
}

.bnr p {
	text-align: left;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #323130;
}
.under section {
	margin-bottom: 2%;
}
.under section.contents01 {
    margin-bottom: 0;
}
.felxBox {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:  space-between;
  justify-content:  space-between;
  -webkit-align-items: center;
  align-items: center;	
}

.felxContent {
	padding: 0 1em;
}

.contactTxt {
	padding: 1.5em 0;
}

.menuTitle {
    font-weight: bold;
    font-size: 18px;
    background: #202f55;
    margin: 0;
    padding: 15px 10px 15px 65px;
    color: #fff;
}
.menuTitle.con01 {
	background: #202f55 url(../img/p_con01.png) no-repeat 15px;
}
.menuTitle.con02 {
	background: #202f55 url(../img/p_con02.png) no-repeat 15px;
}
.menuTitle.con03 {
	background: #202f55 url(../img/p_con03.png) no-repeat 15px;
}
.menuTitle.con04 {
	background: #202f55 url(../img/p_con04.png) no-repeat 15px;
}
.menuTitle.con05 {
	background: #202f55 url(../img/p_con05.png) no-repeat 15px;
}
.price {
	text-align: right!important;
}

.mailTelling {
	border: 1px solid #000;
	padding: 1em 0;
	text-align: center;
	display: block;
	margin: 20px auto;
}

.link01 {
	text-align: right;
	width: 100%;
}

.number_p {
 font-size: 16px;
 font-weight: normal;
 line-height: 1.4;
 margin: 5px 0 10px;
 padding: 0 0 0 45px;
 text-indent: -45px;
 color: #0054ae;
}
.number {
 background: none repeat scroll 0 0 #0054ae;
 border-radius: 50%;
 color: #fff;
 font-size: 23px;
 margin: 0px 10px 0 0;
 padding: 0 10px;
}
.flow_box {
    border: 2px solid #202f55;
    padding: 15px;
    position: relative;
	margin-bottom: 35px;
}
.flow_box:after {
 display: block;
 content: "";
 position: absolute;
 top: 100%;
 bottom: 0;
 left: 50%;
 margin: 0 0 0 -30px;
 width: 0px;
 height: 0px;
 border: 30px solid transparent;
 border-top: 20px solid #202f55;
}
.flow_box:last-child:after {
	border: 0;
}
.flow_box dl dt {
	font-size: 18px;
	color: #202f55;
	font-weight: bold;
	margin:0 0 10px;
}
.flow_box dl dd {
	margin-left:10%;
}
.qa {
	margin-bottom:1em;
}
.qa dl dt, 
.qa dl dd {
	position: relative;
	padding:5px 0 5px 30px;
}
.qa dl dt:before, 
.qa dl dd:before {
	position: absolute;
	top:0;
	left:0;
	font-size: 22px;
	font-weight: bold;
}
.qa dl dt {
	color: #202f55;
}
.qa dl dt:before {
	content:"Q";
	color:#202f55;
	top: 5px;
}
.qa dl dd:before {
	content:"A";
	color:#fe564d;
	top: 5px;
}
.product_box {
	border: 1px solid #202f55;
    padding: 25px 15px;
    overflow: hidden;
    margin-bottom: 30px;
}
.product_box:last-child {
	margin-bottom:0;
}
.product_box ul {
	margin-bottom:0;
}

.mauto {
	margin: 0 auto;
    display: block;
    width: 60%;
}
.mauto .img {
	width: 40%;
}

/* contact */
table.mailform, 
table.mailform tr {
	width: 100%;
	margin:0 auto;
}
table.mailform th, table.mailform td {
	padding:10px 10px;
	text-align: left;
	border:1px solid #ccc;
	vertical-align: middle;
}
table.mailform th {
	background: #d1e6f4;
	width:100%;
	display: block;
	box-sizing: border-box;
}
table.mailform td {
	width:100%;
	display: block;
	margin-bottom:10px;
	border-top:0;
	box-sizing: border-box;
}
.error_message{
	color:red;
	font-weight:bold;
}

input {
	padding: 5px;
	box-sizing: border-box;
}



/* information */
.info_photo img {
	max-width: 80%;
}

@media screen and (max-width: 640px) {

}

@media screen and (max-width: 400px) {
h2 {
	font-size: 26px;
}
}

/* CMS後のフォーム調整 */
dl.info dt {
	font-size: 18px;
}
.inquiry_form th, .inquiry_form td {
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.inquiry_form input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}
.inquiry_form input[type="email"] {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.inquiry_form textarea {
    width: 100%;
    box-sizing: border-box;
}
