@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:700|Fira+Sans+Condensed:500);

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

初期設定

*****************************************************************/
/*
rogo_main: #00a0e9 rgba(0, 160, 233);
sub_gray: #595656 rgba(89, 86, 86);
*/

html {
	-webkit-text-size-adjust: 100%;
	width: 100%;
	font-size: 62.5%;
}

body {
	padding: 0;
	margin: 0;

	font-family: "Lucida Grande", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;

	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.75;

	position: relative;
}

body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	outline:none;
}

div, ol, ul,dl, dt, dd,
form,
h1, h2, h3, h4, h5, h6,
header, footer, nav, section, article, aside, hgroup, menu, nav, section {
    display: block;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-size: 1em;
}

img {
	margin: 0;
	padding: 0;
	border: none;
	-ms-interpolation-mode: bicubic;
}

ol, ul {
	list-style-type: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	text-align: left;
}

small {
	font-size: 0.85em;
	line-height: 1.25em;
}

iframe {
	border: none;
	display:block;
    vertical-align: bottom;
}


/*  フロートポジション  */
.position_right {
	float: right;
	margin-left: 2em;
}

.position_left {
	float: left;
	margin-right: 2em;
}

.position_mid {
	margin: auto;
	text-align: center;
}


/*  ブレイク表示・非表示  */
.pc_hidden {
	display: none;
}

.mobile_hidden {
	display: block;
}



/*  Fonticon用　初期マージン  */
.fa_icon {
	display: inline-block;
	*display: inline;
    *zoom: 1;
	margin-right: 0.5em;
}

.wcap {
	display: inline-block;
	*display: inline;
    *zoom: 1;
	padding: 0 1.5em;
}


@media screen and (max-width: 767px) {
body {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.65;
}

.pc_hidden {
	display: block;
}

.mobile_hidden {
	display: none;
}
}





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

レイアウトフレーム

*****************************************************************/
header,
main,
footer {
	display: block;
	margin: 0 auto;
	padding: 0;
}

main {
	overflow: hidden;

}

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

共用・汎用

*****************************************************************/
/*  トーンマナー  */
body {
	color: #595656;
}

a {
	color: #00a0e9;
}

.fixwrap {
	width: 980px;
	margin: 0 auto;
}

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.flx_1 {
	flex: 1;
}

.flx_2 {
	flex: 2;
}


/*  ヘッダーオブジェクト  */
#common_head > .flex {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;

}

#common_head h1 {
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
}

#common_head h2 {
	display: block;
	font-size: 1.4rem;
}

/* nav */
#common_navi {
	background: #00a0e9;
}

#common_navi_body {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	border-right: solid 1px rgba(255, 255, 255, 0.5);
}

#common_navi_body > li {
    width : -webkit-calc(100% / 6) ;
    width : calc(100% / 6);
	border-left: solid 1px rgba(255, 255, 255, 0.5);
}

#common_navi_body a,
#common_navi_body span.current {
	display: block;
	background: #00a0e9;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	padding: 1em 0.5em;
}

#common_navi_body a:hover,
#common_navi_body span.current {
	background: #006ab6;
}

#common_navi_body .en {
	display: block;
	font-size: 1.1rem;
	font-family: 'Roboto', sans-serif;
	font-weight: normal !important;
}





/*  フッターオブジェクト  */
#common_foot {
	background: #f5eee5;
	text-align: center;
	font-size: 1.3rem;
	padding: 1.5em 0;
}

#common_foot,
#common_foot a {
	color: #595656;
}

#common_foot a:hover {
	text-decoration: underline;
}

#common_foot > .flex {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.ft_index {
    width: 33%;
}

*::-ms-backdrop, .ft_index {
	width: 180px; /* IE11 */
}

.ft_index li {
	text-align: left;
}

.ft_ttl {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}

#sv_area {
    width: auto;
	padding-left: 100px;
}
	
*::-ms-backdrop, #sv_area {
	width: 580px; /* IE11 */
	padding-left: 40px;
}

#sv_area ol.flex {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0.75em auto;
}

#sv_area ol.flex > li {
    width : -webkit-calc(100% / 6) ;
    width : calc(100% / 6);
	text-align: left;
}

#corp_index {
	border-top: solid 1px rgba(255, 255, 255, 0.5);
	margin-top: 1.5em;
	padding-top: 1.5em;
}

#corp_index > h3 {
	display: inline-block;
	margin-right: 1em;
}


/* Copyright */
#cpright {
	display: block;
	text-align: center;
	font-size: 1.1rem;
	margin: 0.75em auto;
}


@media screen and (max-width: 767px) {
#common_head h1 {
	font-size: 1.0rem;
}

#common_head h2,
#common_navi {
	display: none;
}

.web_ttl img {
	width: 77.5%;
	height: auto;
}

.fixwrap {
	width: 100%;
	padding: 10px;
}

#common_foot {
	font-size: 1.1rem;
	padding-top: 0;
}

#common_foot > .flex {
	display: block;
	width: 100%;
}

.ft_index {
    width : 100%;
	padding: 0;
}

.ft_index li {
	display: block;
	border-bottom: 1px solid #fff;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;

	padding: 0;
}

.ft_index a {
	display: block;
	padding: 0.75em 0.25em ;
	font-size: 1.3rem;
}

#sv_area {
    width : 95%;
	padding: 0;
	margin: 1.2em auto 0;
}

#sv_area ol.flex > li {
    width : -webkit-calc(100% / 5) ;
    width : calc(100% / 5);
}


#corp_index {
	margin-top: 0;
}

#cpright {
	font-size: 0.9rem;
}
}



















































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

共有オブジェクト

*****************************************************************/
/**** TITLE *****/
.bar_ttl {
	background: #00a0e9;
	font-size: 2.7em;
	color: #fff;
	text-align: center;
	padding: 0.75em 0;
}

.big_ttl {
	color: #ff7917;
	font-size: 2.5em;
	line-height: 1.4;
}

.mid_ttl {
	color: #ff7917;
	font-size: 2em;
}

.sub_ttl {
	background: #00a0e9;
	color: #fff;
	padding: 0.75em 1.2em;
	margin: 1em 0;
	font-size: 1.125em;
}

.clm_ttl {
	font-size: 3.2rem;
	margin: 0 auto 2.2em;
	letter-spacing: 0.185em;
	text-align: center;
}

.clm_ttl:after {
	content: '';
	display: block;
	width: 33.33%;
	background: #595656;
	
	height: 3px;
	margin: -1.15em auto 0;
}

.ttl_en {
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: normal;
}

@media screen and (max-width: 767px) {
.bar_ttl {
	font-size: 2rem;
	padding: 0.5em;
}

.big_ttl {
	font-size: 2.0em;
}

.mid_ttl {
	font-size: 1.8rem;
}

.sub_ttl {
}

.clm_ttl {
	font-size: 2.8rem;
	margin: 0 auto 2.5em;
	letter-spacing: normal;
}
}




/*****  MAP埋込  *****/
#map_wrap {
	display: block;
	width: 100%;
	height: 430px;
	
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#map_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (max-width: 767px) {
#map_wrap {
	width: 100%;
	height: 0;
	padding-bottom: 55%;
}
}


/*** LINKBOTAN ***/
.lnk_btn {
	text-align: right;
	margin: 1em 0;
}

.lnk_btn > a {
	display: inline-block;
	-moz-border-radius: 2.5em;
	-webkit-border-radius: 2.5em;
	-o-border-radius: 2.5em;
	-ms-border-radius: 2.5em;
	border-radius: 2.5em;
	border: 2px solid #595656;
	color: #595656;
	padding: 0.25em 2.2em 0.25em 1em;
	
	position: relative;
	margin-bottom: 0.5em;
}

.lnk_btn > a:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border: 2px solid #595656;
	border-left-width: 0;
	border-bottom-width: 0;
	
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -4px;

	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}


/*** ALL COLUM MARGIN ***/
#comment,
#value,
#option,
#flow,
#works,
#faq,
#inqform,
#tokusho {
	padding: 80px 0;
}

@media screen and (max-width: 767px) {
#comment,
#value,
#option,
#flow,
#works,
#faq,
#inqform,
#tokusho {
	padding: 30px 0;
}
}

#comment,
#works {
	background: #f5f5f5;
	border-top: 1px solid #595656;
	border-bottom: 1px solid #595656;
}

/*** コンタクト ***/
.call_body {
	border: 4px solid rgba(0, 160, 233, 1);
	padding: 1.75em;
	margin: 80px auto;
	
	color: #111;
	background: #f4dd9f;
	background-image: url(../images/act_back.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: contain;

    -webkit-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.33 );
    -moz-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.33 );
    box-shadow: 0 0 6px rgba( 0, 0, 0, 0.33 );
}

.call_body strong {
	display: block;
	font-size: 3.6rem;
}

.call_body small {
	display: block;
	font-size: 1.8rem;
}

#act_btn {
	width: 75%;
	margin: 30px 0 0;
}

#act_btn > li {
	width: 50%;
	padding: 0 10px;
}

#act_btn a {
    display: block;
	background: #fff;
	line-height: 1.3em;
	text-align: left;
	font-size: 1.8rem;
	
    border: solid 1px #595656;
	padding: 12px;
	position: relative;
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;

	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-o-transition: all 0.3s ;
	transition: all 0.3s ;
}

#act_btn a:hover {
	background: rgba(0, 160, 233, 1);
	color: #fff;
}

.act_text small {
	display: block;
	color: #595656;
	font-size: 1.5rem;
}

#act_btn a:hover span,
#act_btn a:hover .act_text small {
	color: #fff;
}

.act_icon {
	margin-right: 20px;
}

.act_icon img {
	width: auto;
	height: 50px;
}

@media screen and (max-width: 767px) {
.call_body {
	border: 3px solid rgba(0, 160, 233, 1);
	padding: 1.25em;
	margin: 0 auto;
	background-position: 0 0;
	background-size: cover;
}

.call_body strong {
	font-size: 2.2rem;
}

.call_body small {
	font-size: 1.3rem;
	padding-right: 17.5%;
}

#act_btn {
    display: block;
	width: 97.5%;
	margin: 15px 0 0;
}

#act_btn > li {
	width: 100%;
	padding: 2px 0;
}

#act_btn a {
	font-size: 1.7rem;
	padding: 6px;
	padding-left: 24px;

	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
}

.act_icon {
	width: 10%;
}

.act_icon img {
	height: 40px;
}

.act_text {
	width: 90%;
	white-space: nowrap;
}

.act_text small {
	font-size: 1.4rem;
}
}





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

個別オブジェクト

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

/**** FIRSTVIEW ************************/
#fstview img {
	display:block;
}

@media screen and (max-width: 767px) {
#fstview.fixwrap {
	padding: 0;
}

#fstview img {
	max-width: 100%;
	height: auto;
}
}





/**** COMMENT ****************************/
#comment {
	padding-top: 0;
}

#comment .flex {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.face_cle > img {
	display: block;
	width: 280px;
	height: auto;
	margin-right: 50px;
}

#comment h5.mid_ttl {
	text-align: center;
	margin: 1.5em auto;
}

@media screen and (max-width: 767px) {
#comment {
	padding-top: 0;
}

#comment .flex {
	display: block;
	text-align: center;
}

.face_cle > img {
	margin: 10px auto;
}
}


/**** VALUE ****************************/
#value {
	padding-top: 0;
}

#value > .fixwrap {
	padding-top: 30px;
}

#value > p {
	margin: 1em;
}

#pln_set {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

#pln_set > li {
    width : -webkit-calc(100% / 3) ;
    width : calc(100% / 3);
	padding: 1em;
	text-align: center;
}

*::-ms-backdrop, #pln_set > li {
  width: 33.33%; /* IE11 */
}


#pln_set > li h4 {
	text-align: center;
	font-size: 2.0rem;
	color: #00a0e9;
}

#pln_set > li p {
	margin: 0.75em 1.25em 0;
	text-align: left;
}

.val_price {
	text-align: center;
	margin: 0.75em auto;
	padding: 1em 0;
}

.val_price > strong {
	display: block;
	font-size: 1.6em;
}

.val_price > .wao {
	display: inline-block;
	font-size: 2.6em;
	color: #cc2a0a;
}

.val_price > .wao::before ,
.val_price > .wao::after {
	border-color: #cc2a0a;
}

.val_price_off {
	border-top: 2px solid #595656;
	border-bottom: 2px solid #595656;
	line-height: 1.2;
	padding: 1em 0;
	margin-top: 30px;
}

.price_off {
	font-size: 4em;
	color: #cc2a0a;
	margin-left: 1em;
}

.val_sub {
	margin: 50px 0;
}

#sup_pln {
	margin: 1em 0;
}

#sup_pln > li {
	margin: 0 0.5em;
	border: 1px solid #595656;
	overflow: hidden;
}

#sup_pln ol > li {
	padding: 0.75em 1.25em;
}

#sup_pln h5 {
	font-size: 1.4em;
	background: #f8eeb7;
	color: #000;
	border-bottom: 1px solid #595656;
	padding: 0.75em 1.25em;
	margin-bottom: 10px;
}

#sup_pln h5.month {
	background: #c1db89;
}


#sup_pln ol.flex {
	margin: 0 5px;
}

#sup_pln ol.flex > li {
	width: 50%;
	border: 1px solid #ddd;
	margin: 0 2px;
}

#sup_pln small {
	display: block;
	margin: 14px;
}

.fee {
	display:block;
	color: #cc2a0a;
	border-bottom: 2px solid #cc2a0a;
	text-align: center;
	font-size: 1.4em;
	margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
#pln_set {
	display:block;
}

#pln_set > li {
	width: 100%;
}

.val_price {
	padding: 0 1.5em;
}

.val_price > strong {
	font-size: 1.6rem;
}

.val_price > .wao {
	font-size: 2.2rem;
}

.price_off {
	display:block;
	font-size: 3.2rem;
	margin-left: 0;
}

.val_sub {
	margin: 20px 0;
}

.val_sub > p {
	padding: 0 1em;
}

.val_sub > .notice {
	display:block;
	padding: 0 1em;
}

#sup_pln {
	display:block;
	margin: 0;
}
}


/****  OPTION ****************************/
#option .flex {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

#option .flex > li {
	width: -webkit-calc(23.7%);
	width: calc(23.7%);
	margin: 5px;
	text-align: center;
}


.op_menu {
	width: 200px;
	height: 200px;
	
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	
	background: #00a0e9;
	color: #fff;
	
	margin: 0 auto;
	line-height: 200px;
}

.op_menu > h4 {
	font-size: 1.5em;
}

.op_price {
	font-size: 1.7em;
	font-family: 'Roboto', sans-serif;
	color: #ff7917;
	font-weight: bold;
}

#option .flex > li p {
	text-align: left;
	padding: 0 1.25em;
}

.yen {
	font-size: 0.65em;
}

@media screen and (max-width: 767px) {
#option .flex {
	display:block;
}

#option .flex > li {
	width: 100%;
}

.op_menu {
	width: 140px;
	height: 140px;
	line-height: 140px;
}

.op_menu > h4 {
	font-size: 1.5rem;
}

.op_price {
	font-size: 2.8rem;
}
}



/**** FLOW ****************************/
#flow li {
	position: relative;
	
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	border-radius: 0.5em;
	border: 3px solid #00a0e9;
	
	padding: 1.2em;
	margin: 0 0 50px;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

#flow li:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border: 3px solid #00a0e9;
	
	border-right-width: 0;
	border-top-width: 0;
	
	transform:rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	
	position: absolute;
	bottom: -2em;
	left: 50%;
	margin-left: -4px;
}

#flow li:last-child:after {
	display: none;
	margin: 0;
}

.flwstep {
	display: block;
	width: 30%;
	color: #00a0e9;
	font-size: 3.85em;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
}

.stp_lead {
	display: block;
	width: 70%;
}

.stp_lead h4 {
	display: block;
	font-size: 1.6em;
	color: #00a0e9;
	line-height: 1.33;
}

@media screen and (max-width: 767px) {
#flow > ul,
#flow > small {
	padding: 0 1em;
}

#flow ul li.flex {
	display: block;
}

.flwstep {
	width: 100%;
	font-size: 2.8rem;
	margin: auto;
	text-align: center;
}

.stp_lead {
	width: 100%;
}

.stp_lead h4 {
	font-size: 1.8rem;
	margin: auto;
	text-align: center;
}
}






/**** WORKS **************************/
#wks_list {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

#wks_list > li {
    width : -webkit-calc(100% / 5) ;
    width : calc(100% / 5);
	text-align: left;
	padding: 0 5px 10px;
	line-height: 1.25;
}

#wks_list a {
	color: #555;
}

#wks_list a img {
	max-width: 100%;
	height: auto;
}

#wks_list a:hover {
     opacity: 0.6;
     filter: alpha(opacity=60);
	 -ms-filter: "alpha(opacity=60)";
}

#wks_list strong {
	display: block;
	font-size: 1.3rem;
	
	white-space:nowrap;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

#wks_list small {
	display: block;
	font-size: 1.1rem;
	
	white-space:nowrap;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
#wks_list > li {
    width : -webkit-calc(100% / 3) ;
    width : calc(100% / 3);
	padding: 0 5px 5px;
}

#wks_list strong {
	font-size: 1.1rem;
}

#wks_list small {
	font-size: 0.9rem;
}
}




/****   質問   **************************/
#faq ul > li {
	padding: 0.25em 0;
	text-align: left;
}

.que {
	font-weight: bold;
	border-bottom: 1px solid #45c0db;
	
	padding: 0.75em;
	padding-right: 2.25em;
	position: relative;
	cursor: pointer;
}

.que:after {
	content: '';
	display: block;
	
	width: 8px;
	height: 8px;
	border: 2px solid #45c0db;
	border-left-width: 0;
	border-top-width: 0;
	
	position: absolute;
	top: 50%;
	right: 0.75em;
	margin-top: -4px;

	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.que.on:after {
	transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.ans {
	font-size: 0.9em;
	padding: 1em;
	display: none;
}

.tag_before,
.tag_after {
	background: #45c0db;
	color: #fff;
	font-size: 0.9em;
	font-weight: normal;
	padding: 0.1em 1em;
	margin-right: 1em;
}

.tag_after {
	background: #30a062;
}

@media screen and (max-width: 767px) {
#index #faq {
	padding-bottom: 0;
}
}







/**** FORM **************************/
#inqform {
	text-align: center;
	padding-top: 0;
}

#inqform > form {
	padding-top: 80px;
}

#inqform table {
	width: 100%;
	border: 1px solid #d9d9d9;
}

#inqform th,
#inqform td {
	width: 100%;
	border: 1px solid #d9d9d9;
	text-align: left;
	padding: 0.75em 1em;
}

#inqform th {
	width: 30%;
	white-space: nowrap;
	background: #f3f3f3;
}

#inqform td {
	width: 70%;
	background: #fff;
}

.frm_btn {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.frm_btn input {
	margin: 1em;
}

.caption,
.must {
	font-size: 0.85em;
	line-height: 1;
	color: #999;
}

.must {
	display: inline-block;
	*display: inline;
    *zoom: 1;
	
	background: #cc2a0a;
	color: #fff;
	font-weight: normal !important;
	padding: 5px 3px;
	margin-left: 1em;
}


/* フォームオブジェクト */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="submit"],
select,
textarea {
	font-size: 1.4rem;

	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	border: 2px solid #00a0e9;

	padding: 0.75em;
	background-color: #fff;
}
	
input[type="text"],
textarea {
	width: 100%;
}

textarea {
	height: 10em;
}

/* プレースホルダー */
::-webkit-input-placeholder {
	color: #a0a0a0;
	font-size: 1.2rem;
}

:-ms-input-placeholder {
	color: #a0a0a0;
	font-size: 1.2rem;
}

::-moz-placeholder {
	color: #555;
	font-size: 1.2rem;
}


/* セレクトメニュー */
.selectwrap {
	position: relative;
}

.selectwrap::before {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	
	border-left: 2px solid #00a0e9;
	border-bottom: 2px solid #00a0e9;

	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	
	position: absolute;
	top: 50%;
	right: 0.75em;
	margin-top: -0.4em;
	z-index: 1;
	
	pointer-events: none;
}

select {
	width: 12em;
}

select option {
	width: 50%;
	background-color: #fff;
	color: #333;
}

select::-ms-expand {
	display: none;
}

select:-moz-focusring { 
	color: transparent; 
	text-shadow: 0 0 0 #333;
}

input[type="submit"],
input[type="reset"] {
	font-size: 1.175em;
	-webkit-appearance: none;
	background: none;

	background: #00a0e9;
	border: solid 2px #fff;
	color: #fff;
	padding: 0.5em 3em;

	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-o-transition: all 0.3s ;
	transition: all 0.3s ;
	
	cursor: pointer;
}

input[type="submit"]:hover {
	background: #006ab6;
}

input[type="reset"] {
	background: #d9d9d9;
}

input[type="reset"]:hover {
	background: #aaa;
}

@media screen and (max-width: 767px) {
#index #inqform {
	padding: 0;
}

#index #inqform > form {
	padding-top: 1em;
}

#inqform table {
	width: 100%;
	border: 1px solid #d9d9d9;
}

#inqform th,
#inqform td {
	display: block;
	padding: 0.5em;
}

#inqform th {
	width: 100%;
}

#inqform td {
	width: 100%;
	background: #fff;
}

.frm_btn {
	padding: 0 1.5em;
}

.frm_btn input {
	margin: 10px 2px;
}

.caption,
.must {
	font-size: 0.9rem;
}
}


/**** ACCESSMAP **************************/
#accessmap {
	text-align: center;
}









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

セカンダリページ

*****************************************************************/
#pankz {
	font-size: 0.9em;
	padding: 1em 0;
}

#second #accessmap {
	padding-top: 80px;
}

#accessmap table {
	margin-bottom: 80px;
}


@media screen and (max-width: 767px) {
#pankz {
	font-size: 0.9rem;
	padding: 0 1em;
}

#second .call_body {
	margin-bottom: 0;
}

#second #comment,
#second #value,
#second #option,
#second #flow,
#second #works,
#second #faq,
#second #inqform,
#second #accessmap,
#second #tokusho {
	padding: 0;
	padding-top: 30px;
}

#second #accessmap table {
	margin-bottom: 0;
}

}

/**** PLOFILE **************************/
#accessmap table,
#tokusho table {
	width: 100%;
	border: 1px solid #d9d9d9;
}

#accessmap th,
#accessmap td,
#tokusho th,
#tokusho td {
	width: 100%;
	border: 1px solid #d9d9d9;
	text-align: left;
	padding: 0.75em 1em;
}

#accessmap th,
#tokusho th {
	width: 30%;
	white-space: nowrap;
	background: #f3f3f3;
}

#accessmap td,
#tokusho td {
	width: 70%;
	background: #fff;
}















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

文字色・サイズ変更

*****************************************************************/
.notice {
	display: block;
	color: #fd7a95;
}

.notice > a {
	color: #fd7a95;
	text-decoration: underline;
}

.block_line {
	display: block;
	color: #999;
}

.block_line > a {
	color: #999;
	text-decoration: underline;
}


.big {
	font-size: 1.25em;
}

.bigger {
	font-size: 1.6em;
}

.u_line {
	border-bottom-style: solid;
}

.strike {
	color: #999;
	text-decoration: line-through;
}

.wao {
	display: inline-block;
	*display: inline;
    *zoom: 1;
	
	margin: 0 auto;
	padding: 0.25em 0.5em;
	text-align: center;
	
	position: relative;
}

.wao::before,
.wao::after {
    content: '';
    width: 1.5em;
    height: 80%;
	
    position: absolute;
    top: 0.25em;
}

.wao::before {
	right: 95%;
	border-left: 1px solid;

    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.wao::after {
	left: 95%;
	border-right: 1px solid;

    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

@media screen and (max-width: 767px) {
.wao {
	margin: 0 1em;
	padding: 0.25em 1em;
}
}













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

トップへ戻る

*****************************************************************/
#scrolltop {
    height: 70px;
    width: 70px;
	z-index: 1000;
	
	position: fixed;
	bottom: 20px;
	right: 20px;
	
	line-height: 1;
	text-align: center;
}

#scrolltop a {
	overflow: hidden;
	display: block;
    height: 70px;
    width: 70px;
	
	color: #fff;
    background: rgba(0, 160, 233, 0.5);
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 80px;
	
	position: relative;
}

#scrolltop a:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border: 3px solid #fff;
	border-right-width: 0;
	border-bottom-width: 0;
	
	position: absolute;
	top: 14px;
	left: 50%;
	margin-left: -7px;

	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

#scrolltop a:hover {
    background: rgba(0, 160, 233, 1);
}

@media screen and (max-width: 767px) {
#scrolltop {
    height: 36px;
    width: 36px;
	bottom: 15px;
	right: 15px;
}

#scrolltop a {
    height: 36px;
    width: 36px;
	line-height: 46px;
	font-size: 1.1rem;
}

#scrolltop a:before {
	width: 8px;
	height: 8px;
	border-width: 2px;
	border-right-width: 0;
	border-bottom-width: 0;
	top: 8px;
	margin-left: -4px;
}
}















/*----------------------------------------------------
  .スマホ時のハンバーガーメニュー
----------------------------------------------------*/
#smp_nav {
	display: none;
}

@media screen and (max-width: 767px) {
#smp_nav {
	display: block;
	height: 5vh;

	padding: 0;
	margin: 0;

	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
}

.smp_nav_wrap {
	display: inline-block;
	top: 0;
	right: 36px;
}

/* menu */
.cp_menu {
	position: absolute;
	top: 0;
	right: -100vw;
	
	width: 240px;
	height: 100%;
	
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
			
	opacity: 0.8;
	background: #00a0e9;
	
	cursor: pointer;
	z-index: 1000;
}

#toggle_sw {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	opacity: 0;
}

#toggle_sw:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}

/* menu toggle */
#toggle_sw ~ label {
	display: block;
	width: 36px;
	height: 36px;
	padding: 12px;
	overflow: hidden;
	
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	
	text-align: center;
	background-color: #00a0e9;
	background-image: url("../images/smp_mn_btn.png") !important;
	background-size: 87.5% auto;
	background-position: center center;
	cursor: pointer;
}

#toggle_sw:checked ~ label {
	-webkit-transform: translateX(-240px);
	        transform: translateX(-240px);
	background-image: url("../images/smp_mn_close.png") !important;
}

#smp_nav a {
	display: block;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.mc_menu > li a {
	padding: 0.7em 0.5em;
	background: rgba(0, 160, 233, 0.85);
}

.sub_menu > li a {
	font-size: 1.2rem;
	background: rgba(100, 100, 100, 0.75);
	padding: 0.5em;
}
}