/*===============================================
●base.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
img{
max-width: 100%;
height: auto;
width :auto;　
}
}


@charset "utf-8";
/* CSS Document */

/* Reset 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, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
                    font-family: -apple-system, sans-serif;
}
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;
}

* {
    margin: 0;
    padding: 0;
	font-style: normal;
	line-height: 1.6em;
	letter-spacing: 1pt;
}


/*===============================================
●PC用 画面の横幅が769px以上
===============================================*/

/* formatting style
------------------------------*/
body {
	color: #3E3E3E;
	font-size: 16px;
	background-color: #CFE7FE;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width: 100%;
	margin: 0px;
	padding: 0px;
}
img {
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
max-width: 100%;
height: auto;
width /***/:auto;　
}
h1 {
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin-top: 8px;
}
h2 {
	float: left;
	height: 48px;
	width: 448px;
	margin-top: 10px;
}
.red_yellow {
	color: #e74c3c;
	font-weight: bold;
	background-color: #FFFF80;
	}
.red {
	color: #e74c3c;
	font-weight: bold;
	}



/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #006CD9;
	text-decoration: underline;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	}
a:visited {
	color: #006CD9;
	text-decoration: underline;
}

a:hover {
	color: #2ecc71;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}

.voice_face a:link {
	color: #333;
	text-decoration: none;
}
.voice_face a:visited {
	color: #333;
	text-decoration: none;
}
.voice_face a:hover {
	color: #333;
	text-decoration: none;
}

.footer a:link {
	color: #FFF;
	text-decoration: underline;
}
.footer a:visited {
	color: #FFF;
	text-decoration: underline;
}

.footer a:hover {
	color: #B6EFCE;
	text-decoration: underline;
}
.footer a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}



/* basic layout
------------------------------*/
.wrapper {
	background-image: url(../img/bg_pc.png);
	background-repeat: repeat-x;
	width: 100%;
	height: auto;
}
.container {
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #86B7D7;
	border-left-color: #86B7D7;
	height: auto;
	width: 960px;
	margin-bottom: 0px;
}

.header {
	background-image: url(../img/header_bg_pc.png);
	background-repeat: repeat-x;
	height: 90px;
	width: 100%;
}
.header_in {
	width: 960px;
	padding-right: 2px;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 6px;
	height: 84px;
}
#js-accordion {
	display:none;	
}

.logo {
	float: left;
}
.tel {
	float: right;
	margin-top: 4px;
}
.menu {
	width: 960px;
	height: 44px;
}
.menu ul {
	margin: 0px;
	padding: 0px;
}
.menu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}

.form_main {
	background-image: url(../img/form_repeat_pc.png);
	background-repeat: repeat-y;
	padding-left: 166px;
	padding-top: 20px;
	width: 794px;
	float: left;
}
.form_name {
	float: left;
	padding-top: 12px;
}
form {
	width: 440px;
	float: left;
}
.form_notice {
	margin-left: 18px;
	margin-bottom: 8px;
}
.form_notice p {
	font-size: 12px;
	color: #F00;
	letter-spacing: 0px;
	line-height: 1.4em;
}
.form_ssl {
	padding-left: 128px;
}
form .form_company {
	height: 40px;
	width: 406px;
	margin-bottom: 28px;
	border: 1px solid #bdc3c7;
	background-color: #FFFFFF;
	font-size: 18px;
	color: #2c3e50;
	padding-left: 8px;
	margin-left: 18px;
	font-family: 'Roboto', sans-serif;
}
form input {
	height: 40px;
	width: 406px;
	margin-bottom: 28px;
	border: 1px solid #bdc3c7;
	background-color: #FEF8F5;
	font-size: 18px;
	padding-left: 8px;
	margin-left: 18px;
	font-family: 'Roboto', sans-serif;
}
form textarea {
	border: 1px solid #bdc3c7;
	height: 240px;
	width: 398px;
	background-color: #FEF8F5;
	margin-bottom: 24px;
	font-size: 14px;
	padding: 8px;
	margin-left: 18px;
font-family: 'Roboto', sans-serif;
}
.btn_form {
	background-image: url(../img/btn_form_pc.png);
	background-repeat: no-repeat;
	height: 72px;
	width: 424px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 14px;
	margin-bottom: 8px;
}
.btn_form:hover {
	background-image: url(../img/btn_form_h_pc.png);
    cursor: pointer;
				}
.btn_form:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}


.service_main {
	background-image: url(../img/service_repeat_pc.gif);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 30px;
	padding-left: 60px;
	line-height: 1.6em;
}
.service_main ul li {
	list-style-type: disc;
	margin-left: 16px;
}
.service1 {
	border: 1px solid #3498db;
	margin-bottom: 30px;
}
.service1 h3 {
	background-color: #3498db;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 18px;
	font-weight: 100;
	color: #FFF;
	font-size: 16px;
}
.service1 .h3_tx {
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 18px;
	padding-right: 8px;
}
.service2 {
	border: 1px solid #e74c3c;
	margin-bottom: 30px;
}
.service2 h3 {
	background-color: #e74c3c;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 18px;
	font-weight: 100;
	color: #FFF;
	font-size: 16px;
}
.service2 .h3_tx {
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 18px;
	padding-right: 8px;
}
.service3 {
	border: 1px solid #27ae60;
	margin-bottom: 30px;
}
.service3 h3 {
	background-color: #27ae60;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 18px;
	font-weight: 100;
	color: #FFF;
	font-size: 16px;
}
.service3 .h3_tx {
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 18px;
	padding-right: 8px;
}
.service4 {
	border: 1px solid #f1c40f;
	margin-bottom: 30px;
}
.service4 h3 {
	background-color: #f1c40f;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 18px;
	font-weight: 100;
	color: #FFF;
	font-size: 16px;
}
.service4 .h3_tx {
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 18px;
	padding-right: 8px;
}
.service5 {
	border: 1px solid #7f8c8d;
	margin-bottom: 30px;
}
.service5 h3 {
	background-color: #7f8c8d;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 18px;
	font-weight: 100;
	color: #FFF;
	font-size: 16px;
}
.service5 .h3_tx {
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 18px;
	padding-right: 8px;
}
.service6 {
	border: 1px solid #9b59b6;
	margin-bottom: 30px;
}
.service6 h3 {
	background-color: #9b59b6;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 18px;
	font-weight: 100;
	color: #FFF;
	font-size: 16px;
}
.service6 .h3_tx {
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 18px;
	padding-right: 8px;
}
.service7 {
	border: 1px solid #34495e;
	margin-bottom: 30px;
}
.service7 h3 {
	background-color: #34495e;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 18px;
	font-weight: 100;
	color: #FFF;
	font-size: 16px;
}
.service7 .h3_tx {
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 18px;
	padding-right: 8px;
}
.service .notice p {
	font-size: 12px;
}
.service .center {
	margin-top: 24px;
}
.service .center p {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 22px;
	letter-spacing: 0em;
	word-spacing: 0em;
}

.voice_face {
	background-image: url(../img/voice_face_pc.png);
	text-align: left;
	padding-left: 294px;
	padding-top: 16px;
	font-size: 20px;
	line-height: 1.9em;
	height: 313px;
}
.voice_main {
	background-image: url(../img/voice_r_pc.png);
	background-repeat: repeat-y;
	padding-right: 120px;
	width: 780px;
	padding-left: 60px;
}
.voice_ttl {
	margin-bottom: 34px;
	font-weight: bold;
	line-height: 1.9em;
	padding-right: 104px;
}
.voice {
	line-height: 1.6em;
}
.voice_main p img {
	margin-top: 48px;
}

.qa {
	width: 920px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.qa_last {
	width: 920px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 40px;
}
.q {
   background: #2E91D1;
   background-image: -webkit-linear-gradient(top, #2E91D1, #2980B9);
   background-image: -moz-linear-gradient(top, #2E91D1, #2980B9);
   background-image: -ms-linear-gradient(top, #2E91D1, #2980B9);
   background-image: -o-linear-gradient(top, #2E91D1, #2980B9);
   background-image: linear-gradient(to bottom, #2E91D1, #2980B9);
	padding-top: 18px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 16px;
	width: 890px;
}
.q_bg {
	background-image: url(../img/q_pc.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.q_tx {
	padding-left: 32px;
}
.q p {
	line-height: 1.3em;
	font-size: 23px;
	color: #FFF;
	letter-spacing: 0em;
}
.a {
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #3498db;
	border-bottom-color: #3498db;
	border-left-color: #3498db;
	padding-top: 16px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
}
.a p {
	line-height: 1.3em;
}

.office {
	width: 920px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 40px;
}
.office .ttl {
	background: #38A5ED;
	background-image: -webkit-linear-gradient(top, #38A5ED, #3498DB);
	background-image: -moz-linear-gradient(top, #38A5ED, #3498DB);
	background-image: -ms-linear-gradient(top, #38A5ED, #3498DB);
	background-image: -o-linear-gradient(top, #38A5ED, #3498DB);
	background-image: linear-gradient(to bottom, #38A5ED, #3498DB);
	padding-top: 18px;
	padding-right: 14px;
	padding-bottom: 12px;
	padding-left: 16px;
	width: 890px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.office .ttl p {
	line-height: 1.3em;
	font-size: 23px;
	color: #FFF;
	letter-spacing: 0em;
	font-weight: 300;
}
.office .tx {
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #3498db;
	border-bottom-color: #3498db;
	border-left-color: #3498db;
	padding-top: 24px;
	padding-right: 18px;
	padding-bottom: 24px;
	padding-left: 18px;
}
.office .tx p {
	line-height: 1.3em;
}
.office_main {
	background-image: url(../img/office_repeat.gif);
	background-repeat: repeat-y;
	padding-left: 38px;
}
.office small {
	text-align: right;
	float: right;
	width: 100%;
}
.office .left {
	float: left;
	height: 318px;
	width: 424px;
	margin-right: 20px;
}
.office iframe {
	float: left;
	height: 318px;
	width: 438px;
}
.office .tx .left_right {
	float: left;
	width: 100%;
}
.index_img_mail {
	height: 14px;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}


.main_footer {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
.main_footer_last {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}




.page-top {
	margin: 0 ;
	padding: 0 ;
}
.page-top_sp {
	display: none ; /* sp */
}
.page-top p {
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}
#move-page-top_sp {
	display:none;
}

#move-page-top:link {
	display: block;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 16px;
	padding-bottom: 13px;
	background: #51BD56;
	background-image: -webkit-linear-gradient(top, #51BD56, #4CB050);
	background-image: -moz-linear-gradient(top, #51BD56, #4CB050);
	background-image: -ms-linear-gradient(top, #51BD56, #4CB050);
	background-image: -o-linear-gradient(top, #51BD56, #4CB050);
	background-image: linear-gradient(to bottom, #51BD56, #4CB050);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 0px 2px 0px #34495e;
	-webkit-box-shadow: 0px 0px 2px 0px #34495e;
	-moz-box-shadow: 0px 0px 2px 0px #34495e;
	display: inline-block;
	font-weight: bold;
	text-shadow: 1px 1px 1px #7f8c8d;
	letter-spacing: 0em;
	word-spacing: 0em;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#move-page-top:visited {
	background: #51BD56;
	background-image: -webkit-linear-gradient(top, #51BD56, #4CB050);
	background-image: -moz-linear-gradient(top, #51BD56, #4CB050);
	background-image: -ms-linear-gradient(top, #51BD56, #4CB050);
	background-image: -o-linear-gradient(top, #51BD56, #4CB050);
	background-image: linear-gradient(to bottom, #51BD56, #4CB050);
	color: #fff ;
	text-decoration: none ;
}
#move-page-top:hover {
   background: #6EC972;
   background-image: -webkit-linear-gradient(top, #6EC972, #66BB6A);
   background-image: -moz-linear-gradient(top, #6EC972, #66BB6A);
   background-image: -ms-linear-gradient(top, #6EC972, #66BB6A);
   background-image: -o-linear-gradient(top, #6EC972, #66BB6A);
   background-image: linear-gradient(to bottom, #6EC972, #66BB6A);
	color: #fff ;
	text-decoration: none ;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
}
#move-page-top:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}




.footer {
	width: 100%;
	background-color: #2980b9;
	padding-top: 32px;
	padding-right: 0px;
	padding-bottom: 24px;
	padding-left: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer p {
	line-height: 2.0em;
	color: #FFF;
}
.footer p a {
	font-size: 14px;
	color: #FFF;
}
.footer p {
	font-size: 12px;
	color: #FFF;
}




/* Privacy
------------------------------*/
.privacy {
	width: 920px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
}
.privacy .ttl {
   background: #38A5ED;
   background-image: -webkit-linear-gradient(top, #38A5ED, #3498DB);
   background-image: -moz-linear-gradient(top, #38A5ED, #3498DB);
   background-image: -ms-linear-gradient(top, #38A5ED, #3498DB);
   background-image: -o-linear-gradient(top, #38A5ED, #3498DB);
   background-image: linear-gradient(to bottom, #38A5ED, #3498DB);
	padding-top: 18px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 16px;
	width: 890px;
}
.privacy .ttl_tx {

	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.privacy .ttl_tx p {
	line-height: 1.3em;
	font-size: 23px;
	color: #FFF;
	letter-spacing: 0em;
}
.privacy .tx {
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #3498db;
	border-bottom-color: #3498db;
	border-left-color: #3498db;
	padding-top: 16px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
}
.privacy .tx p {
	line-height: 1.6em;
}
.privacy ul li {
	list-style-type: disc;
	line-height: 1.6em;
}
.privacy .tx ul {
	margin-left: 18px;
}
.privacy_img_mail {
	height: 14px;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}



/* Thank You
------------------------------*/
.thank_you {
	width: 920px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
.thank_you .ttl {
   background: #38A5ED;
   background-image: -webkit-linear-gradient(top, #38A5ED, #3498DB);
   background-image: -moz-linear-gradient(top, #38A5ED, #3498DB);
   background-image: -ms-linear-gradient(top, #38A5ED, #3498DB);
   background-image: -o-linear-gradient(top, #38A5ED, #3498DB);
   background-image: linear-gradient(to bottom, #38A5ED, #3498DB);
	padding-top: 18px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 16px;
	width: 890px;
}
.thank_you .ttl_tx {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.thank_you .ttl_tx p {
	line-height: 1.3em;
	font-size: 23px;
	color: #FFF;
	letter-spacing: 0em;
}
.thank_you .tx {
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #3498db;
	border-bottom-color: #3498db;
	border-left-color: #3498db;
	padding-top: 28px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
}
.thank_you .tx p {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 1.8em;
}
.thank_you_tel p {
	font-size: 40px;
	color: #e74c3c;
}
.ninja_onebutton {
	margin-top: 22px;
	margin-bottom: 10px;
}



.form_name_tx p {
	display: none;
}
.addition_sp {
	display: none;
}
.voice_websanta_name_sp {
	display: none;
}
.voice_face_sp {
	display: none;
}
.voice_ttl_sp {
	display: none;
}
.voice_letter img {
	margin-top:5%;
}
.ttl_notice_img {
	margin-top: 54px;
}

.media_paper {
	margin-bottom: 40px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	width: 920px;
}
