@charset "UTF-8";
/*-----------------------------------------------------------------------------------------------------
共通設定(PC)
--------------------------------------------------------------------------------------------------------*/

html, body {
	width: 100%;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 62.5%;
	font-style: normal;
	line-height: 1.5;
}
/*リンク文字の設定*/
a {
	text-decoration: underline;
}
a:link, a:visited {
	color: #39f;
}
a:hover, a:active {
	color: #f60;
}
/*ボタンホバー設定(半透明)*/
.btn:hover {
	opacity: 0.7;
}
/*-----------------------------------------------------------------------------------------------------
各エリアの設定(PC)
-----------------------------------------------------------------------------------------------------*/

/*ページ全体*/
#container {
	position: relative;
}
/*本体*/
.main {
	margin-bottom: 0em;
}
/*カラム部分*/
.main-in {
	padding: 1.5em 0;
}
/*カラム内部のサイズ*/
.main-contents .contents {
	margin-bottom: 0em;
	/*padding: 0 40px;*/
}
/*段落タグ*/
.main-contents p {
	line-height: 1.4;
	letter-spacing: 0.1em;
}
/*全体のフォントサイズ*/
.main-contents {
	font-size: 2em;
}

/*本文の幅を狭くする*/
.n-conts{
	padding: 0 40px;
}
/*-----------------------------------------------------------------------------------------------------
ｈタグの設定(PC)
-----------------------------------------------------------------------------------------------------*/

/*H2タグ*/
.main-contents h2 {
	font-family: "Hiragino maru Gothic ProN W4",;
	background-color: #00B383;
	position: relative;
	margin: 4em 0 2em;
	color: #fff;
	font-size: 1.8em;
	line-height: 1.4;
	padding: 1rem 1rem;
	text-align: center;
	font-weight: bold;
}

.main-contents h2.fst {
	margin-top: 0;
}

#tokuten h2 {
	font-family: "Hiragino maru Gothic ProN W4",;
	background-color: #ff9900;
	position: relative;
	margin: 4em 0 2em;
	color: #fff;
	font-size: 1.8em;
	line-height: 1.4;
	padding: 1rem 1rem;
	text-align: center;
	margin-top: 0;
}
/*H3タグ*/
.main-contents h3 {
	margin: 0 0 1.5em;
	padding: 0.8em;
	border: 2px solid #414141;
	font-size: 1.143em;
	font-weight: bold;
}
/*H4タグ*/
.main-contents h4 {
	margin: 0 0 1.5em;
	padding: 0.8em;
	border: 1px solid #8e8e8e;
	font-weight: bold;
}
/*H5タグ*/
.main-contents h5 {
	margin: 0 0 1.5em;
	padding: 0 0.8em 0.5em;
	border-bottom: 2px solid #414141;
	font-weight: bold;
}
/*-----------------------------------------------------------------------------------------------------
上部固定ヘッダー部分(PÇ)　※ロゴ・電話番号・お問い合わせボタン
-----------------------------------------------------------------------------------------------------*/

#header {
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	border-bottom: 1px solid #ccc;
}
#header-in {
	background-color: rgba(255,255,255,0.2);
	position: relative;
	padding: 0em 0em 0.2em;
}
/*ヘッダーロゴ*/
#header #header-title {
	float: left;
	width: 18%;
	margin-top: 5px;
	margin-left: 0px;
}
#header .header-logo {
	margin-bottom: 0em;
}
#header .header-logo img {
	width: 100%;
}
/*ヘッダー 電話ボタン*/
.header_tel {
	width: 25%;
	float: right;
	margin: 1em 0.5em 0em;
}
.header_tel img {
	width: 100%;
}
/*ヘッダー 問い合わせボタン*/
.header_mail {
	width: 22%;
	float: right;
	margin: 0.2em 0.3em 0em;
}
.header_mail img {
	width: 100%;
}
/*-----------------------------------------------------------------------------------------------------
ファーストビュー(ヘッダー画像)
-----------------------------------------------------------------------------------------------------*/

#main-image {
	padding-top: 0em;
	background-color: rgba(0,0,0,1);
	height: auto;
}
#main-image-in {
	position: relative;
	padding-bottom: 0em;
	background-color: transparent;
}
#main-image img {
	width: 100%;
	height: auto;
}
/*-----------------------------------------------------------------------------------------------------
メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------------------------------------------------------*/

.box-w {
    background-color: #ffffff;
    margin: 1em 0em;
    padding: 30px 30px;
}
.box-p {
	background-color: transparent;
    margin: 1em 0em;
}
.section_white {
	background-color: #fff;
}
.section_white_in {
	background-color: transparent;
}

.subhead {
	margin: 0 -2em;
	margin-bottom: 0em;
}
.section_nayami {
	background-image: url(../images/image02.jpg);
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment: fixed;             /* 背景画像を固定する */
	background-size: cover;
}
.section_nayami_in {
	background-color: transparent;
}
.section_note {
	background-image: url(../images/image03.jpg);
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment: fixed;             /* 背景画像を固定する */
	background-size: cover;
}

/*--------------------------------------------------------
サポート
--------------------------------------------------------*/
.box_support {
	border: 2px dotted #ccc;
	background-image: url(../images/bg_main_in.png);
	margin: 0 0em;
	margin-bottom: 1em;
	padding: 1em 2em;
	overflow: auto;
}

.support-words {
	font-size: 1.5em;
	color: #ff5e00;
	line-height:1.5;
	font-weight: bold;
}
/*--------------------------------------------------------*/

.section_tokuten {
	background-color: #fffefa;
}
.section_tokuten_in {
	background-color: transparent;
}
.section_money {
	background-image: url(../images/image04.jpg);
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment: fixed;             /* 背景画像を固定する */
	background-size: cover;
}
.section_money_in {
	background-color: transparent;
}

.section_qa {
	background-image: url(../images/bg_qa.jpg);
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment: fixed;             /* 背景画像を固定する */
	background-size: cover;
	overflow: auto;
}
.section_qa_in {
	background-color: transparent;
	padding-bottom: 2em;
}
.small_small {
	font-size: 65%;
}
.section_04 {
	background-color: #fff;
}

/*--------------------------------------------------------
お客様の声
--------------------------------------------------------*/
.section_voice_in {
	background-color: transparent;
}
.box_voice {
	border: 2px dotted #00B383;
	background-color: #fffefa;
	margin: 0 0em;
	margin-bottom: 1em;
	padding: 1em 2em;
	overflow: auto;
}

.v-name{
	font-size: 1.2em;
	color: #776249;
	line-height: 1.5;
}

.v-job {
	font-size: 0.9em;
	color: #776249;
	line-height:1.5;
}

.v-words {
	font-size: 1.5em;
	color: #ff5e00;
	line-height:1.5;
	font-weight: bold;
}

/*--------------------------------------------------------
Q&Aリスト
--------------------------------------------------------*/
.qa-list{
	padding-top: 3px;
}

.qa-list dt{
	position: relative;
	display: block;
	margin-bottom: 24px;
	padding: 0 0 10px 60px;
	color: #00B383;
	line-height: 1.2;
	font-size: 1.5em;
}

.qa-list dd{
	position: relative;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 4px 0 20px 60px;
	line-height: 1.2;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
}

.qa-list dt::before,
.qa-list dd::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	margin-right: 1em;
	font-size: 30px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', serif;
	color: #fff;
	line-height: 40px;
	text-indent: 0;
	text-align: center;
	vertical-align: middle;
}

.qa-list dt::before{
	background: #7c7c7c;
	content: 'Q';
}

.qa-list dd::before{
	background: #ff9900;
	content: 'A';
}

/*------------------------------------------------------------
　フォーム
-------------------------------------------------------------*/

.formbx {
	margin:60px -40px 0;
	padding: 0;
	overflow: hidden;
	display: block;
}
.formbx-in {
	margin: 0 5em;
	padding: 0;
	overflow: hidden;
	display: block;
}

.formbx-in p {
	text-align: center;
	font-size: 0.8em;
	line-height: 1.3;
	margin: 1em 1em;
}
.btn{
	margin: 0 auto 0;
	display: block;
}

.fixed_btn
{
  position: fixed;
  width: 20%;
  bottom: 5px; 
  right: 5px;
}
/*.fixed_btn
{
  background: url(../images/btn_sp.png) no-repeat ;
  position: fixed;
  bottom: 0px; 
  right: 5px;
  padding: 100px 500px;
}*/


/*--------------------------------------------------------
段落・リスト・テーブル設定
--------------------------------------------------------*/


/*チェックリスト（リストタグ）*/
.main-contents ul.checklist {
	margin: 0 0 1.5em;
	padding: 1em;
	padding-bottom: 0;
	border: 1px solid #414141;
}
.main-contents ul.checklist li {
	margin-bottom: 1.5em;
	padding-top: 5px;
	padding-left: 24px;
	background: url(../images/icon-check01-red.png) left top no-repeat;
	list-style-type: none;
}

.check {
	font-size: 1.5em;
	line-height: 1.3;
	color: #333;
	padding: 5px 20px 5px;
	margin: 1em auto 2em;
	overflow: hidden;
	display: block;
	padding: 0.7em 0.8em 0.2em;
}
.check li {
	background-image: url(https://lp-online.work/wp-content/themes/sedorilp/images/check.png);
	background-repeat: no-repeat;
	background-position: 0;
	font-weight: 500;
	color: #00B383;
	letter-spacing: -1px;
	padding: 10px 0 0 50px;
	margin: 0 auto 20px;
	display: block;
}

.check3{
	font-size: 1.4em;
	line-height: 1.3;
	color: #333;
	padding: 5px 20px 5px;
	margin: 30px auto;
	overflow: hidden;
	display: block;
	padding: 0.7em 0.8em 0.2em;
	background-color: #fff;
}
.check3 li{
	background-image: url(https://lp-online.work/wp-content/themes/sedorilp/images/icon-check02-red.png);
	background-repeat: no-repeat;
	background-position: 0;
	font-weight: 500;
	padding: 5px 0 0 50px;
	margin: 0 auto 20px;
	display: block;
	color: #ff9900;
	border-bottom: dashed 2px #00B383;
}


/*テーブルタグ*/

.flm {
	position: relative;
	margin: 6em auto;
	padding: 1.0em;
	background-color: #fff;
	border: 4px solid #ff5e00;
	box-shadow: 2px 2px 2px #ccc;
	}
.flm .flm-t1 {
	position: absolute;
	display: block;
	top: -50px;/*タイトル枠の高さ調節*/
	font-weight: bold;
	font-size: 1.5em;/*タイトル文字の大きさ*/
	line-height: 1.4em;/*タイトル文字の行間*/
	width: 70%;/*タイトル枠幅*/
	padding: 20px;/*タイトル枠の大きさ*/
	background-color: #ff5e00;
	color: #fff;
	}

.flm .flm-t2 {
	position: absolute;
	display: block;
	top: -50px;/*タイトル枠の高さ調節*/
	font-weight: bold;
	font-size: 1.5em;/*タイトル文字の大きさ*/
	line-height: 1.4em;/*タイトル文字の行間*/
	width: 70%;/*タイトル枠幅*/
	padding: 20px;/*タイトル枠の大きさ*/
	background-color: #ff5e00;
	color: #fff;
	}

.flm p {
	padding: 0 3%;
	}


.main-contents table {
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}
.main-contents th, .main-contents td {
	padding: 0.5em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}
.main-contents th {
	background-color: #f0f0f0;
	font-weight: bold;
	text-align: left;
}
.main-contents table.table-style01 th, .main-contents table.table-style01 td {
	text-align: left;
	vertical-align: middle;
}


/*お問い合わせフォーム*/

fieldset {
	border: none;
}
form[name="order_from"] {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
table.formTable {
	border-collapse: collapse;
	width: 100%;
}
table.formTable tr td {
	background-color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px;
	text-align: left;
}
table.formTable tr th {
	border: 1px solid #fff;
	padding: 10px 20px;
	background-color: #009f91;
	color: #fff;
	width: 40%;
}
table.formTable tr td input, table.formTable tr td select, table.formTable tr td textarea {
	padding: 5px 5px;
	margin-right: 2px;
}
input[type="text"] {
	width: 25%;
}
input[type="text_00"] {
	width: 50%;
}
input[type="text_02"] {
	width: 70%;
}
input[type="textarea"] {
	width: 90%;
}
input[type="image"] {
	width: 70%;
	text-align: center;
	margin: 1em 0em;
}
table.formTable tr td textarea {
	width: 95%;
	border-color: #ccc;
}
button.order {
	background: none;
	border: none;
	width: 60%;
	text-align: center;
	margin: 1em 0em;
}
/*問い合わせフォーム条件分岐*/

.adresstown_tochigi {
	display: none;
}
.adresstown_saitama {
	display: none;
}
.adresstown_chiba {
	display: none;
}
.adresstown_tokyo {
	display: none;
}
.adresstown_kanagawa {
	display: none;
}
.adresstown_toyama {
	display: none;
}
.adresstown_ishikawa {
	display: none;
}
.adresstown_gifu {
	display: none;
}
.adresstown_shizuoka {
	display: none;
}
.adresstown_aichi {
	display: none;
}
.adresstown_mie {
	display: none;
}
.adresstown_osaka {
	display: none;
}
.adresstown_kyoto {
	display: none;
}
.adresstown_nara {
	display: none;
}
.adresstown_hyogo {
	display: none;
}
.adresstown_nara {
	display: none;
}
.adresstown_hiroshima {
	display: none;
}
.adresstown_yamaguchi {
	display: none;
}
.adresstown_fukuoka {
	display: none;
}

button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}



/*--------------------------------------------------------
Youtube埋め込み
--------------------------------------------------------*/

.youtube-box {
    width: 100%;                /* 親要素の幅に合わせる */
    aspect-ratio: 16 / 9;      /* アスペクト比を16:9に固定 [1, 10] */
}
.youtube-box iframe {
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------
Youtube調整タグ
--------------------------------------------------------*/

.youtube_size {
	width: 640px;
	height: 440px;
}

/*--------------------------------------------------------
よくある質問
--------------------------------------------------------*/

.accordion_header_02 {
	margin: 10px 0px 0em 0px;
	background: url(../images/+.png) no-repeat, url(../images/img_flower.png) no-repeat;
	background-color: #079f90;
	background-size: 40px 40px;
	background-position: 8px 50%, 98% 50%;
	padding: 15px 2px 15px 55px;
	color: #fff;
	font-size: 120%;
	height: auto;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
}
.selected02 {
	background: url(../images/_.png) no-repeat, url(../images/img_flower.png) no-repeat;
	;
	background-color: #079f90;
	background-position: 8px 50%, 98% 50%;
}
.selected02 + * {
	background: #fff;
	background-position: 8px 50%;
}
.accordion_open_02 {
	margin: 0px 0px 15px 0px;
	padding: 10px;
	background: #fff;
	border-left: solid 4px #079f90;
	border-right: solid 4px #079f90;
	border-bottom: solid 4px #079f90;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}
.accordion_open_02:before {
	content: "";
}
.accordion_field_02 {
	display: block;
	line-height: 1.5;
	text-align: left;
	padding: 0 0 0 0px;
	margin: 0px 0 10px 0;
	color: #000;
	font-size: 100%;
	width: 100%;
}
/*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/


#footer {
	background-color: #fff;
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment: fixed;             /* 背景画像を固定する */
	background-size: cover;
	overflow: auto;
	padding: 1.5em 0;
	text-align: center;
	font-size: 1.4em;
}

.fotter_inr{
	width: 80%;
	margin: 0 auto;
}

.fotter_inr_left{
	float: left;
	width:30%;
}

.fotter_inr_left img{
	width:100%;
}

.fotter_inr_right{
	float: right;
	width:70%;
	padding-top:0.5em;
}




/*吹き出し*/
.chat-l, .chat-r {
	position: relative;
	overflow: hidden;
	margin: 0 0 0em;
}
.bubble {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 82%;
	min-height: 60px;
	margin-bottom: 2em;
	padding: 1em;
	border: 1px solid #ccc;
	background: #FFFEF2;
	border-radius: 10px;
	box-shadow: 10px 5px 20px #ccc;
}
.bubble .bubble-in {
	border-color: #FFFEF2;
}
.talker {
	display: block;
	width: 15%;
	height: auto;
	text-align: center;
}
.talker b {
	font-weight: normal;
}
.talker img {
	display: block;
	width: 100px;
	max-width: 100%;
	max-width: none\9;/*IE8への対応*/
	margin: auto;
}
.chat-l .talker {
	float: left;
	margin-right: 2%;
}
.chat-r .talker {
	float: right;
	margin-left: 2%;
}
.chat-l .bubble {
	float: right;
}
.chat-r .bubble {
	float: left;
}
.bubble .bubble-in:after, .bubble .bubble-in:before {
	position: absolute;
	top: 20%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: "";
}
/*吹き出しの微調整*/
.bubble .b-arw20:after, .bubble .b-arw20:before {
	top: 20%;
}
.bubble .b-arw30:after, .bubble .b-arw30:before {
	top: 30%;
}
.bubble .b-arw40:after, .bubble .b-arw40:before {
	top: 40%;
}
.bubble .b-arw60:after, .bubble .b-arw60:before {
	top: 60%;
}
.bubble .b-arw70:after, .bubble .b-arw70:before {
	top: 70%;
}
.bubble .b-arw80:after, .bubble .b-arw80:before {
	top: 80%;
}
.chat-l .bubble .bubble-in:after, .chat-l .bubble .bubble-in:before {
	right: 100%;
}
.chat-r .bubble div:after, .chat-r .bubble div:before {
	left: 100%;
}
.chat-l .bubble .bubble-in:after {
	margin-top: -8px;
	border-width: 8px 20px;
	border-color: transparent;
	border-right-color: inherit;
}
.chat-l .bubble .bubble-in:before {
	margin-top: -9px;
	border-width: 9px 21px;
	border-color: transparent;
	border-right-color: #ccc;
}
.chat-r .bubble .bubble-in:after {
	margin-top: -8px;
	border-width: 8px 20px;
	border-color: transparent;
	border-left-color: inherit;
}
.chat-r .bubble .bubble-in:before {
	margin-top: -9px;
	border-width: 9px 21px;
	border-color: transparent;
	border-left-color: #ccc;
}
.bubble p:first-child {
	margin-top: 0;
}
.sp_br {
	display: none;
}
