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

@import url(layout_reboot.css);
@import url(font-awesome.min.css);
@import url(all.min.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Condensed:ital,wght@1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&family=Roboto&family=Roboto+Condensed:ital,wght@1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Almarai&display=swap');


* {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

p,span,h2,h3,h4,h5{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #636363;
}

a{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

input,textarea{
    border-radius: 0px;
}

body{
    /*transform-style: preserve-3d;*/
    -webkit-appearance: none;
}

:root {
  --min-width: 1300px;
  /*--base-width: 1300px;*/
  --base-margin: 0 10vw;
  --base-leftmargin: 10vw;
  --base-rightmargin: 7vw;
  --work-width: 1300px;
  --nav-width: 679px;
}

@media print, screen and (max-width: 1300px) {
:root {
    --min-width: 1300px;
    /*--base-width: 1300px;*/
    --base-margin: 0 5vw;
    --base-leftmargin: 5vw;
    --base-rightmargin: 7vw;
    --work-width: 1200px;
    --nav-width: 580px;
}
}

/*----------------------------------------
共通項目は最下部▼
-----------------------------------------*/



/*====================================
PC版
=====================================*/
@media print, screen and (min-width: 768px) {

body {
    margin: 0 auto;
    padding: 0;
    min-width: var(--min-width);
}

.sp-br{
    display: none;
}


/*-------------------------------------------
　レイアウト
--------------------------------------------*/
.container {
    width: 100%;
    min-width: 1240px;
    padding: 0;
    margin: 0 auto;
    /*background: #F9F9F9;*/
}


.wrap {
	position: relative;
	width: 100%;
    max-width: 1240px;
	padding: 0 20px;
    margin: 0 auto;
	/*background: #F0F0F0;*/
}








/*--------------------------------------------
　画像
---------------------------------------------*/
img {
	margin: 0;
	padding: 0;
}

.img_auto {
    width: 100%;
    height: auto;
}




/*--------------------------------------------
　タイトル・テキスト
---------------------------------------------*/
p,span,a{
    font-size: 18px;
    line-height: 1.78;
}

h1, h2, h3, h4, h5 {
    margin: 0;
}


h1 {
    color: #636363;
    font-size: 100px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-feature-setting: "palt";
    letter-spacing: -0.2rem;
    font-weight: normal;
}

h2 {
    color: #636363;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-feature-setting: "palt";
    /*letter-spacing: -0.2rem;*/
    font-weight: normal;
}

h3{
    font-size: 40px;
    font-weight: bold;
    line-height: 54px;
    border-bottom: 1px solid #afd6e5;
}

h4{

}

h4::before{

}

h5{

}

.more_p{
    font-family: 'Poppins', sans-serif;
    font-feature-setting: "palt";
}

/*--------------------------------------------
　ヘッダー
--------------------------------------------*/
header{
	position: fixed;
	left: 0;
	z-index: 1000;
    width: 100%;
    min-width: var(--min-width);
    padding-top: 27px;
    padding-left: 22px;
    padding-right: 42px;
    top: -100px;/* 配置調整（重要！） */
    margin-top: 100px;/* 配置調整（重要！） */
    transition: top 300ms;
}

.sticky-img{
    display: none;
}

.header.sticky .sticky-img{
   display: block;
    width: 177px;
}

.header.sticky .no-sticky-img{
    display: none;
}

.header.sticky {
  position: fixed;
  top: 0;
  display: flex;
  width: 100%;
  padding-top: 0px;
  margin-top: 0;
  height: 60px;/* 小さく変化させる */
  /*background-color: rgba(184,192,201,0.8);*/
  background-color: rgba(255,255,255,0.8);
}

.header.sticky a,.header.sticky span{
    color: #222222;
}

.header.sticky a:before,.header.sticky span:before{
    background: #222222; 
}

.header.sticky .menu__single li a:after{
    background: #222222;
}

.header.sticky li.menu__single ul.menu__second-level{
    background-color: rgba(255,255,255,0.8);
    background-clip: content-box;
    top: -1px;
    padding-left: 0px;
    padding-right: 0px;
}

.header.sticky li.menu__single ul.menu__second-level li{
    display: block;
    /*width: 200px;*/
    padding-left: 20px;
    padding-right: 20px;
}

.header.sticky li.menu__single ul.menu__second-level li:last-of-type{
    padding-bottom: 10px;
}

.header.sticky li.menu__single:hover ul.menu__second-level{
    padding-top: 61px;
    /*top:60px;*/
}

.head{
    width: 100%;
    /*min-width: var(--min-width);*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head a img,.no-sticky-img{
    display: block;
    width: 177px;
}

.head-menu{
    display: flex;
    gap: 61px;
}

.head-menu a,.head-menu span{
    position: relative;
    padding: 9px 5px 9px 5px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    /*transition: .3s;*/
}

.head-menu a:before,.head-menu span:before{
    content: "";
    position: absolute;
     left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: left;
    transition: .3s;
}

.head-menu a:hover:before,.head-menu span:hover:before {
    transform: scale(1);
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 36px;
    display: grid;
    gap: 10px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 0;
}

li.menu__single:hover ul.menu__second-level {
    /*top: 55px;*/
    visibility: visible;
    opacity: 1;
    padding-top: 35px;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu__single li a{
    position: relative;
    margin-left: 11px;
    font-size: 14px;
}

.menu__single li a:after{
    position: absolute;
    top: 50%;
    left: -11px;
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background-color: #fff;
}


/*------------------------------------------
　フッター
-------------------------------------------*/
footer{
    width: 100%;
    height: 528px;
    background-color: #636363;
    padding-top: 80px;
    min-width: var(--min-width);
}

.footer-box{
    display: flex;
    min-width: var(--min-width);/*1200px*/
    margin: var(--base-margin);
    margin-bottom: 68px;
}

.footer-logo-box{
    display: block;
    min-width: 245px;
}

.footer-logo-box p{
    font-size: 16px;
    color: #fff;
}

.footer-logo-box img{
    display: block;
    width: 180px;
    margin-bottom: 27px;
}

.footer-link-box a{
    color: #fff;
}

.footer-link-box li:nth-of-type(n+2){
    position: relative;
    margin-left: 11px;
    margin-bottom: 15px;
}

.footer-link-box li:nth-of-type(n+2) a{
    font-size: 16px;
}

.footer-link-box li:nth-of-type(n+2):before{
    position: absolute;
    top: 50%;
    left: -11px;
    content:"";
    display: block;
    width: 5px;
    height: 1px;
    background-color: #fff;
}

.link-box-title{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.link-margin1{
    margin-left: 185px;
    margin-right: 60px;
}

.link-margin2{
    margin-left: 136px;
    margin-right: 90px;
}

.footer-sns{
    /*width: 1200px;*/
    margin: 0 auto;
}

.footer-linksns-box{
    display: flex;
}

.footer-sns{
    display: flex;
    margin-left: 185px;
    margin-top: 60px;
}

.footer-sns p{
    color: #fff;
}

.footer-sns li:nth-of-type(2){
    margin-left: 81px;
    margin-right: 68px;
}

.footer-sns a{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.footer-sns li a div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
}

.footer-sns li a i{
    font-size: 46px;
}

.footer-sns li a div i{
    font-size: 26px;
    color: #636363;
}

.footer-copy{
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    text-align: right;
}

.footer-copy p{
    color: #fff;
    font-size: 14px;
}


/*------------------------------------------
　　ページのトップへ
-------------------------------------------*/
.top-link,
.top-link2 {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    background-color: #949aa1;
    border-radius: 50%;
}

.top-link a,
.top-link2 a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
}

.top-link a:after,
.top-link2 a:after {
    position: absolute;
    top: 10px;
    left: 20px;
    content:"PAGE TOP";
    width: 59px;
    font-size: 12px;
    color: #949aa1;
    transform:rotate(90deg);
}

/*----------------------------------------------
エラー表示
----------------------------------------------*/

#g-nav{
    display: none;
}

}   /*  PC版ここまで  */






/*===================================
スマホ版
===================================*/
@media only screen and (max-width : 767.98px ) {

body {
	margin: 0;
	padding: 0;
}

.pc-br{
    display: none;
}


/*------------------------------------------------
　ヘッダー&ナビ
------------------------------------------------*/
.sp-head{
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 65px;
    background-color: #fff;
    z-index: 1000;
}

.sp-head a img{
    display: block;
    width: 165px;
    margin-left: 20px;
}

.sp-head .head-menu{
    display: none;
}

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top:-200%;
    left:0;
    width:100%;
    height: 100vh;/*ナビの高さ*/
    background:rgba(0,0,0,0.85);
    /*動き*/
    transition: all 0.4s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
    background:rgba(0,0,0,0.85);
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
}

/*ナビゲーション*/
#g-nav ul {
    margin-top: 65px;
}

/*リストのレイアウト設定*/

#g-nav li{
    list-style: none;
    text-align: center; 
}

#g-nav li a{
    color: #fff;
    text-decoration: none;
    display: grid;
    border-bottom: 1px solid #fff;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
    position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
    top:10px;
    right: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 43px;
    height:43px;
}

.openbtn div{
    display: grid;
    gap: 8px;
}
    
/*×に変化*/    
.openbtn span{
    transition: all .4s;
    display: block;
    width: 43px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
  }

.openbtn.active span:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg);
}

.openbtn.active span:nth-of-type(2){
    transform: translateY(-5px) rotate(45deg);
}

.sp-clickbox{
    display: block;
    width: 100%;
    height: 200px;
}

.sp-h-90{
    height: 90px;
    line-height: 90px;
}

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    margin:0 auto;
}

.accordion-area li{
   
}

.accordion-area section {

}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    border-bottom: 1px solid #fff;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    transition: all .3s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 28px;
    height: 1px;
    top: 50%;
    right: 30px;
    background-color: #fff;
    transition: all .3s ease;
    
}
.title::before{
    transform: rotate(0deg);
    transition: all .3s ease;
    
}
.title::after{    
    transform: rotate(90deg);
    transition: all .3s ease;
}

.title.close::before{
   transition: all .3s ease;
}

.title.close::after{
    opacity: 0;
    transition: all .3s ease;
}


/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
}

.box a{
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: normal;
}

#g-nav #grey-border{
    border-color: #999999;
}

#grey-border:last-of-type{
    border-color: #fff;
}

.sp-font24{
    font-size: 24px;
    font-weight: bold;
}

.sp-f-36{
    font-size: 36px;
    font-weight: bold;
}

#sp-h-con div i{
    color: rgba(0,0,0,0.85);
}

.sp-icon-menu{
    padding: 0 5%;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #fff;
}

#g-nav #g-nav-list .sp-icon-menu a{
    border-bottom: 0px;
    /*font-size: 16px;*/
}



/*-------------------------------------------
　レイアウト
--------------------------------------------*/
.container {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
	/*background: #FFF;*/
}

.wrap {
	position: relative;
	width: 96%;
	margin: 0 auto;
	padding: 0 2%;
	/*background: #F3F3F3;*/
}







/*--------------------------------------------
　画像
---------------------------------------------*/
img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width: 100%;
	height: auto;
}


/*--------------------------------------------
　タイトル・テキスト
---------------------------------------------*/
h1, h2, h3, h4, h5 {
    margin: 0;
}

h1 {
    font-size: 50px;
    color: #636363;
    font-family: 'Roboto', sans-serif;
    font-feature-setting: "palt";
    letter-spacing: -0.2rem;
    font-weight: normal;
}

h2 {
    font-size: 40px;
    color: #636363;
    font-family: 'Roboto', sans-serif;
    font-feature-setting: "palt";
    font-weight: normal;
}

h2::after{

}

h2 p {

}

h3{
    font-size: 24px;
}

h4{

}

h4::before{


}

h5{

}

.more_p{
    font-family: 'Poppins', sans-serif;
    font-feature-setting: "palt";
}

/*------------------------------------------
　フッター
-------------------------------------------*/
footer{
    width: 100%;
    height: 550px;
    background-color: #636363;
    padding-top: 80px;
}

.footer-box{
    margin: 0 5%;
    margin-bottom: 68px;
    text-align: center;
}

.footer-logo-box p{
    color: #fff;
}

.footer-logo-box img{
    display: block;
    width: 180px;
    margin: 0 auto;
    margin-bottom: 27px;
}

.footer-linksns-box{
    display: none;
}

.footer-sns{
    display: flex;
    justify-content: space-between;
    /*width: 100%;*/
    height: 75px;
    max-width: 460px;
    margin: 0 auto;
}

.footer-sns li,.footer-sns nav{
    position: relative;
    width: 101px;
}

.footer-sns p{
    color: #fff;
}

footer .footer-sns{
    margin-top: 77px;
    margin-bottom: 60px;
}

.footer-sns li,.footer-sns nav{
    display: block;
    /*width: 101px;*/
    /*height: 75px;*/
}

.footer-sns li a,.footer-sns nav a{
    display: grid;
    /*width: 101px;*/
    height: 75px;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.footer-sns li a div,.footer-sns nav a div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
}

.footer-sns li a i,.footer-sns nav a i{
    display: flex;
    justify-content: center;
    font-size: 46px;
}

.footer-sns li a div i,.footer-sns nav a div i{
    font-size: 26px;
    color: #636363;
}

.footer-copy{
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.footer-copy p{
    color: #fff;
    font-size: 14px;
}

.f-fax{
    text-decoration: none;
    pointer-events: none;
    color: #fff;
}

.f-fax a{
    text-decoration: none;
    pointer-events: none;
    color: #fff;
}

.a-fax a{
    text-decoration: none;
    pointer-events: none;
    color: #222222;
}


/*------------------------------------------
　　ページのトップへ
-------------------------------------------*/
.top-link,
.top-link2 {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    background-color: #949aa1;
    border-radius: 50%;
    z-index: 11;
}

.top-link a,
.top-link2 a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
}


/*----------------------------------------------
エラー表示
----------------------------------------------*/






}  /*  スマホ版ここまで  */










/*---------------------------------------
　共通
---------------------------------------*/


input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

#textarea,
#textfield {
    border-radius: 4px;
    border: 1px solid #999;
    padding: 0.32rem 0.4rem 0.2rem 0.4rem;
    font-size: 16px;
    /*font-family: YuGothic, Yu Gothic medium, Hiragino Sans, Meiryo, sans-serif;*/
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}


body {
    /*font-family: YuGothic, Yu Gothic medium, Hiragino Sans, Meiryo, sans-serif;*/
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #222;
	font-feature-settings: "palt";
}

.e-fonts{
    font-family: 'Poppins', sans-serif;
}

.e-fonts400{
    font-family: "Roboto Regular 400" , sans-serif;
}

i{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

p, ul, li, form {
	padding: 0;
	margin: 0;
	list-style: none;
}

dl, dt, dd {
    list-style: none;
    margin: 0;
    padding: 0;
}


a {
	text-decoration: none;
}




/*----指定サンプル---*/
/*
.page_link a:before {
    content: "\f0a9";
	font-family: "FontAwesome";
	font: normal normal normal 1.4rem/1 FontAwesome;
    padding-right: 0.4rem;
    color: #006CCF;
}
*/



.res {
	content: "";
	display: block;
	clear: both;
}






table {
	border-collapse: collapse;
}


span,
div {
	margin: 0;
	padding: 0;
}



/*------------ テキスト -------------*/

.txt_center {
	text-align: center;
}

.txt_left {
	text-align: left;
}

.txt_right {
	text-align: right;
}

.txt_just {
	text-align: justify;
}

.txt_black {
    color: #000;
}

.txt_red {
	color: #C00;
}

.txt_blue {
	color: #00A5E0;
}

.txt_strong {
	font-weight: bold;
}

.txt_normal {
	font-weight: normal;
}


/*-- フォントサイズ16pxを基準 --*/

.txt_08 {
	font-size: 0.5rem;
}

.txt_10 {
	font-size: 0.625rem;
}

.txt_12 {
	font-size: 0.75rem;
}

.txt_13 {
	font-size: 0.8125rem;
}

.txt_14 {
	font-size: 0.875rem;
}

.txt_16 {
	font-size: 1rem;
}

.txt_18 {
	font-size: 1.125rem;
}

.txt_20 {
	font-size: 1.25rem;
}

.txt_22 {
	font-size: 1.375rem;
}

.txt_24 {
	font-size: 1.5rem;
}

.txt_28 {
	font-size: 1.75rem;
}

.txt_32 {
	font-size: 2rem;
}

.txt_vm {
    vertical-align: middle;
}

.txt_ind01 {
    padding-left: 1rem;
}

.txt_ind02 {
    padding-left: 2rem;
}

.txt_ind03 {
    padding-left: 3rem;
}

.txt_idt-01 {
	text-indent: -1rem;
}

.txt_idt-02 {
	text-indent: -2rem;
}

.txt_idt-03 {
	text-indent: -3rem;
}

.txt_lh14 {
	line-height: 1.4;
}

.txt_lh16 {
	line-height: 1.6;
}

.txt_lh18 {
	line-height: 1.8;
}

.txt_lh20 {
	line-height: 2.0;
}

.txt_cap12 {
    font-size: 0.75rem;
    padding-bottom: 0.5rem;
}

.txt_cap14 {
    font-size: 0.875rem;
    padding-bottom: 0.7rem
}


/*-------- パディング --------*/
.p_top05 {
	padding-top: 0.5rem;
}

.p_top10 {
	padding-top: 1rem;
}

.p_top15 {
	padding-top: 1.5rem;
}

.p_top20 {
	padding-top: 2rem;
}

.p_top25 {
	padding-top: 2.5rem;
}

.p_top30 {
	padding-top: 3rem;
}

.p_top40 {
	padding-top: 4rem;
}

.p_top50 {
	padding-top: 5rem;
}

.p_top60 {
	padding-top: 6rem;
}

.p_top70 {
	padding-top: 7rem;
}

.p_top80 {
	padding-top: 8rem;
}



.p_right05 {
	padding-right: 0.5rem;
}

.p_right10 {
	padding-right: 1rem;
}

.p_right15 {
	padding-right: 1.5rem;
}

.p_right20 {
	padding-right: 2rem;
}

.p_right25 {
	padding-right: 2.5rem;
}

.p_right30 {
	padding-right: 3rem;
}

.p_right40 {
	padding-right: 4rem;
}

.p_right50 {
	padding-right: 5rem;
}



.p_btm05 {
	padding-bottom: 0.5rem;
}

.p_btm10 {
	padding-bottom: 1rem;
}

.p_btm15 {
	padding-bottom: 1.5rem;
}

.p_btm20 {
	padding-bottom: 2rem;
}

.p_btm25 {
	padding-bottom: 2.5rem;
}

.p_btm30 {
	padding-bottom: 3rem;
}

.p_btm40 {
	padding-bottom: 4rem;
}

.p_btm50 {
	padding-bottom: 5rem;
}

.p_btm60 {
	padding-bottom: 6rem;
}

.p_btm70 {
	padding-bottom: 7rem;
}

.p_btm80 {
	padding-bottom: 8rem;
}

.p_btm90 {
	padding-bottom: 9rem;
}

.p_btm100 {
	padding-bottom: 10rem;
}




.p_left05 {
	padding-left: 0.5rem;
}

.p_left10 {
	padding-left: 1rem;
}

.p_left15 {
	padding-left: 1.5rem;
}

.p_left20 {
	padding-left: 2rem;
}

.p_left25 {
	padding-left: 2.5rem;
}

.p_left30 {
	padding-left: 3rem;
}

.p_left40 {
	padding-left: 4rem;
}

.p_left50 {
	padding-left: 5rem;
}

.p_left60 {
	padding-left: 6rem;
}

.p_left70 {
	padding-left: 7rem;
}

.p_left80 {
	padding-left: 8rem;
}

.p_left90 {
	padding-left: 9rem;
}

.p_left100 {
	padding-left: 10rem;
}


/*------ 画像 ------*/
.img_center {
	width: 100%;
	text-align: center;
}

.img_right {
	float: right;
}

.img_left {
	float: left;
}



.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
}

.sticky_box {
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
	/*background: #EEE;*/
}

.sticky_box:after {
	content: "";
    display: block;
    clear: both;
}



