@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------------------------------------
PC用レイアウト（768px以上スクリーン）
----------------------------------------------------------------------------------------*/
/*--------------------------------------------------
共通設定(PC)
-----------------------------------------------------*/
/*body全体の初期スタイル調整*/
body {
  font-size: 62.5%; /*emの計算をしやすくするための定番設定*/
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: normal;
  color: #000;
}
/*リンク文字の設定*/
a {
  text-decoration: underline;
}
a:link, a:visited {
  color: #39f;
}
a:hover, a:active {
  color: #f60;
}
/*ブラウザのCSSをリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
}
/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}
/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/
h2 {
  margin: 0 0 1.5em;
  padding: 0.9em;
  border-bottom: 3px solid #000;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}
h3 {
  background-color: #6dcff6;
  margin: 0em 0 0.5em;
  padding: 0.5em 0.8em;
  border-bottom: 1px dotted #ccc;
  color: #fff;
  font-size: 1.6em;
  border-radius: 10px;
}
h4 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.4em;
  border: 1px solid #ccc;
  font-weight: bold;
}
h5 {
  margin: 0.5em 0em;
  padding: 0.1em;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}
/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
  background-color: #f2f2f2;
}
/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 1.6em; /*=16px*/
}
/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}
/*カラム全体の幅を変更する*/
.article, .top_image_in {
  width: 950px;
  margin: 0 auto; /*真ん中に要素を置きたいときに使う*/
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5000;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}
/*ヘッダー内部をカラム幅にする*/
.header_inr {
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
}
/*ヘッダーのロゴ*/
.header_logo {
  width: 20%;
  float: left;
  margin: 0em;
}
/*ヘッダーの問い合わせボタン*/
.header_mail {
  width: 25%;
  float: right;
  margin: 0.8em 0em 0em;
}
/*ヘッダーの電話ボタン*/
.header_tel {
  width: 30%;
  float: right;
  margin: 0.8em 0em 0em;
}
/*ヘッダー内の画像が常に幅100%になるように*/
.header_logo img, .header_mail img, .header_tel img {
  width: 100%;
}
/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image_in img {
  width: 100%;
}
/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
.seciton_01 {
  padding: 1.5em 0em;
}

.consultation{
	padding: 0 2em;
}
.offer {
  padding: 0 2em;
}
.cta {
  padding: 1em 12em 2em;
}
/* 例は常時ぽよぽよ */
img.poyo2 {
	width:100%;
	height:auto;
	animation: poyo2 2s linear .5s infinite forwards;
	transform-origin: 50% 50%;
}

@keyframes poyo2 {
	  0% { transform: scale(1); }
	 30% { transform: scale(1); }
	 40% { transform: scale(1.1); }
	 50% { transform: scale(1); }
	 60% { transform: scale(1.1); }
	 70% { transform: scale(1); }
	100% { transform: scale(1); }
}

.comparison{
	margin: 2em 0;
	width: 100%;
	overflow: auto;
}


.why_title {
  margin: 0em 0 1em;
}
.imgcenter_01 {
  padding: 0 4em;
}
.message_01 {
  padding: 2em 4em;
}

.message_02{
	padding: 0em 3em 1em;
}

/*めくれたテープ風*/
.profile {
margin: 1em 5em 1em;
padding:0.5em 1.5em 1.5em;/*内側余白*/
background-color:#f4f4f4;/*背景色*/
position:relative;
}

.profile p{

	line-height: 2em;
}
.profile:after{
position: absolute;
content: '';
right: 0px;
top: 0px;
border-width: 0 15px 15px 0;
border-style: solid;
border-color: #ccc #fff  #ccc;
box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.section_02 {
  background-color: #Fff;
  padding: 1.5em 0em 0em;
}
.method_list {
  margin: 0 3em;
  margin-bottom: 1em;
  background-color: #fff;
}
.method_list img {
  padding: 0 3em;
}
.method_discriptioon {
  padding: 1em 3em;
}
.method_inr {
  margin-bottom: 1em;
  border-bottom: 2px dotted #B1C2B4;
}

/* アニメーション前のスタイル */
.js-marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #ffff66, #ffff66); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 100%; /* '30%'の部分にマーカーの太さを記入 */
  transition: all 5s ease-in-out; /* マーカーを引く速度を調整 */
  font-weight: bold; /* ついでに太字にしたい場合 */
}

/* アニメーション発火時 */
.js-marker.inview {
  background-size: 100% 100%; /* '30%'の部分は上で設定した太さに合わせる */
}

.section_03 {
  padding: 1.5em 0em 0;
}

	/*.section_04{
		background-image: url("../images/flow_bg_no_title.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		padding: 1.5 0 0;
		height: auto;
	}	*/

/*.flow{
	margin: 2em;
}*/
	
/*フェードイン*/
.fadein {
    opacity : 0;
    transform: translateY(0px);
    transition: all 2s;
}
 
/*左からフェードイン*/
.fadeinleft {
    opacity : 0;
    transform: translateX(-40px);
    transition: all 2s;
}
 
/*右からフェードイン*/
.fadeinright{
    opacity : 0;
    transform: translateX(40px);
    transition: all 2s;
}	
.Qa-Box {
  width: 80%;
  margin: 0 auto 1em;
  background-color: #Fff;
  padding: 0 5em;
}
.Qa-Box .Qa {
  padding: 20px 0;
  border-bottom: 1px solid #c8c8c8;
}
.Qa-Box .Qa dt, .Qa-Box .Qa dd {
  display: flex;
  align-items: baseline;
  margin: 15px 0;
}
.Qa-Box .Qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
  text-indent: 1em;
}
.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}
.Qa-Box .Qa:last-of-type {
  border-bottom: none;
}
.Qa-Box .Qa dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #6699b7;
  width: 2em;
  height: 2em;
  border-radius: 50px;
}
.Qa-Box .Qa dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #d65556;
  width: 2em;
  height: 2em;
  border-radius: 50px;
  margin-right: 1em;
}
/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  background-color: #e6bfc0;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
}
.footer a {
  color: #fff;
}
/*-----------------------------------------------------------------------------------------------------
特商法設定(PC)
-----------------------------------------------------------------------------------------------------*/
.container {
  background-image: url(../images/bg_law.jpg);
}
/*本体*/
.sub {
  width: 950px;
  margin: 0 auto;
}
/*カラム部分*/
.sub-in {
  background-color: #6dcff6;
  padding: 0em 0;
  box-shadow: 0px 0px 25px #594a42;
  border-left: 1px solid #6dcff6;
  border-right: 1px solid #6dcff6;
}
/*カラム内部のサイズ*/
.sub-contents .contents {
  background-color: #fff;
  box-shadow: 0px 0px 10px #594a42;
  margin-bottom: 0em;
  padding: 0em 60px;
  margin: 0em 1em;
}
/*段落タグ*/
.sub-contents p {
  line-height: 1.6em;
}
/*全体のフォントサイズ*/
.sub-contents {
  font-size: 1.8em;
}
/*テーブルタグ*/
.sub-contents table {
  margin-bottom: 1.5em;
  padding: 0;
  border-top: 1px solid #959595;
  border-left: 1px solid #959595;
}
.sub-contents th, .sub-contents td {
  padding: 0.5em;
  border-right: 1px solid #959595;
  border-bottom: 1px solid #959595;
}
.sub-contents th {
  background-color: #f0f0f0;
  font-weight: bold;
  text-align: left;
}
.sub-contents table.table-style01 th, .sub-contents table.table-style01 td {
  text-align: left;
  vertical-align: middle;
}