h1 {
    font-size: 85%;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    font-family: 'Noto Sans JP', sans-serif;
}

@media (min-width: 701px) {
   /* 横幅が px以上の場合に適用するスタイル */
h2 {
    font-size: 120%;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 0px;
    max-width: none;
    font-weight: 400;
    color: #302F2F;
}
}
@media (max-width: 700px) {
   /* 横幅が px以下の場合に適用するスタイル */
h2 {
    font-size: 110%;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 15px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 15px;
    padding: 0px;
    max-width: none;
    font-weight: 400;
    color: #302F2F;
}
    }



/* =======================================
ヘッダー部分
 ======================================= */
header {
    background-color: #fff;
    line-height: 60px;
    text-align: center;
    width: 100%;
    color: #000;
    box-sizing: border-box;
    padding-left: 30px;
    z-index: 90;
    padding-top: 20px;
    padding-bottom: 20px;
}
.cb-header {
    position: fixed; /* ヘッダーバーを固定 */
    display: none; /* ヘッダーバーを非表示 */
    z-index : 10;
    top : 0;
    right : 0;
    width : 55px;
    height : 58px;
    cursor : pointer;
    border-bottom-left-radius: 20px;
}


/*---------------トップ コピー-----------------*/
.top_cop{
    position: relative;
    width: 100%;
    background-color: #1D2087;
    margin: auto;
    color: #FFFFFF;
    text-align: center;
    height: 13px;
    padding-top: 15px;
    /* [disabled]padding-bottom: 15px; */
    /* [disabled]max-width: 900px; */
}
.top_cop_w{
    position: relative;
    width: 100%;
    background-color: #1D2087;
    margin: auto;
    color: #FFFFFF;
    text-align: center;
    height: auto;

}
/*---------------ヘッダー-----------------*/

 
.header{
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    /* [disabled]padding-bottom: 20px; */
    /* [disabled]max-width: 860px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



div.global_header {
    width: auto;
    font-size: 0px;


}
div.global_header div {
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;

}
div.global_header div:nth-child(1) {


    
}


    
/*---------------社名-----------------*/
.companyname {
    width: 100%;
    height: auto;
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
    position: relative;
    padding-top: 20px;
}
.companyname2 {
    height: auto;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
    padding-top: 0px;
    margin-bottom: 10px;
    width: 100%;
}
/*---------------電話番号-----------------*/
.tel {
    font-size: 35px;
    font-weight: 300;
    line-height: 20px;
    text-align: right;
    margin-right: 10px;
}
.tel2 {
    font-size: 30px;
    font-weight: 200;
    line-height: 30px;
    text-align: center;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
.time {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    /* [disabled]position: absolute; */
    /* [disabled]left: 280px; */
    top: 252px;
    /* [disabled]margin-top: 5px; */
}
/* =======================================
flex 　横並び　右揃え  スマホ用
 ======================================= */
 /* --- 外枠の定義 ---------------------------------------------*/
.box {

    box-sizing     : border-box;           /* 罫線も含む長さ      */
    /*background     : #fff;                  BOXの背景色         */
    width          : 100%;                /* BOXの幅             */
    max-height     : auto;                /* BOXの高さ           */
    animation: boxAnime 10s linear infinite alternate;
    /* ▼ FlexBoxの定義 */
    display        : flex;                 /* FlexBox定義         */
    justify-content: center;               /* 揃えの定義          */
    flex-wrap      : wrap;                 /* 折り返し定義        */

}
 /* --- 個別のBOXの定義 --------------------------------------- */
.box div {
    box-sizing     : border-box;           /* 罫線も含む長さ      */
    /*background     : #B0C4DE;              /* BOXの背景色         */
    width          : auto;                 /* サンプルBOXの幅     */
    height         : auto;                 /* サンプルBOXの幅     */
    margin-left: 20px;                 /* サンプルBOXの間     */

}








.sns1 {
    width: 90px;
}
.sns2 {
    width: 30px;
    line-height: 30px;
}
.sns3 {
    width: 30px;
    line-height: 30px;
}
.sns_l {
    width: 5px;
    height: 30px;
    z-index: 1;
    border-right: 1px solid #302F2F;
}

/*フッター部分*/
.sns_tel {
    width: 200px;
}
.sns1_2 {
    width: 80px;
    padding-top: 5px;
}
.sns2_2 {
    width: 20px;

}
.sns3_2 {
    width: 30px;

}
.sns_l2 {
    width: 1px;
    height: 30px;
    z-index: 1;
    border-right: 1px solid #fff;
    margin-left: 4px;
    margin-right: 4px;
}


/* =======================================
メニューボタン　PC用
 ======================================= */
/*---------------ボタン-----------------*/
.button{
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 3%;
    padding-right: 3%;
}
/*---------------グローバル　メニュー-----------------*/
div.global_menu {
    width: 100%;
    font-size: 0px;
    margin-bottom: 20px;
}
div.global_menu div {
	display: inline-block;
	vertical-align: top;
    margin-left: 4.2%;
	font-size:16px;
}
div.global_menu div:nth-child(1) {
    margin-left: 0px;
}



/* --------------------メニューアクション-------------------- */
.menu_move {
	width:			100%;
	height:			40px;
	overflow:		hidden;
	position:		relative;
}
.menu_move .caption {
	font-size:		50%;
	text-align: 		center;

}
.menu_move .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5px;
    left: 0px;
    opacity: 0;	/* マスクを表示しない */
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 2;
}
.menu_move:hover .mask {
    opacity: 1;	/* マスクを表示する */
    padding-top: 20px;	/* ホバーで下にずらす */
    z-index: 1;    
}

.menu1{
    /* [disabled]width: 170px; */
    position: relative;
    /* [disabled]top: 10px; */
    text-align: center;
    font-size: 16px;
    /* [disabled]left: 33px; */
    font-weight: 400;
}


/* =======================================
毎日、元気いっぱいの笑顔と細…
 ======================================= */
.co {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-size: 140%;
    line-height: 135%;
    font-weight: 400;
    z-index: 5;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* =======================================
基本
 ======================================= */

.square{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    margin: auto;
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 40px;
    /* [disabled]max-width: 1200px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: justify;
}
.square_map{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    /* [disabled]padding-top: 30px; */
    /* [disabled]padding-right: 83px; */
    /* [disabled]padding-left: 83px; */
    /* [disabled]max-width: 1200px; */
    /* [disabled]-webkit-box-sizing: border-box; */
    /* [disabled]-moz-box-sizing: border-box; */
    /* [disabled]box-sizing: border-box; */
    padding-bottom: 0px;
}
txt{
	border: solid 0px #7F9DB9; /*1pxには線の太さ、その後は色*/
	width: 525px; /*横幅*/
	height: 150px; /*空白の大きさ*/
	overflow: auto; /**/
	font-size: 16px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
body {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #fff;
    padding: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: lighter;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    line-height: 18px;
    color: #302F2F;
    text-align: center;
}
p {
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: 140%;
}
/* =======================================
アイコン
 ======================================= */
/*---------------トップ コピー-----------------*/
.top_icon{
    position: relative;
    width: 100%;
    background-color: #1D2087;
    margin: auto;
    color: #FFFFFF;
    text-align: center;
    padding-top: 40px;
    /* [disabled]max-width: 1366px; */
    /* [disabled]padding-left: 5.5%; */
    /* [disabled]padding-right: 5.5%; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top_icon_w{
    position: relative;
    width: 100%;
    background-color: #1D2087;
    margin: auto;
    color: #FFFFFF;
    text-align: center;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*--------------TOP アイコン-------------------*/

@media (min-width: 601px) {
   /* 横幅が601px以上の場合に適用するスタイル */

 /* --- 外枠の定義 ---------------------------------------------*/
.icon_box {
    margin         : auto;                 /* サンプル用 中央寄せ */
    box-sizing     : border-box;           /* 罫線も含む長さ      */
    /* background     : #fff;                 BOXの背景色         */
    width          : 100%;                /* BOXの幅             */
    /* [disabled]max-width: 1200px; */
    height     : auto;                /* BOXの高さ           */
    animation: boxAnime 10s linear infinite alternate;
    /* ▼ FlexBoxの定義 */
    display        : flex;                 /* FlexBox定義         */
     justify-content: center;   
    flex-wrap      : wrap;                 /* 折り返し定義        */
}

 /* --- 個別のBOXの定義 --------------------------------------- */
.icon_box div {
    box-sizing     : border-box;           /* 罫線も含む長さ      */
    /* background     : #373A95;              BOXの背景色         */

    width          : 50%;                 /* サンプルBOXの幅     */
    height         : 300px;
    /*margin-left: 2%;                  /* サンプルBOXの間     */
     margin-bottom: 20px;
    /* ▼ FlexBoxの各ボックス均等自動幅 */
    flex-grow      : 1;                    /* 各BOXを均等に割当て */ 
}

 /* --- 左側BOXのマージン --------------------------------------- */
.icon_box div:nth-child(1) {
    margin-left: 0px;
    
}
.icon_box div:nth-child(3n+1) {
    margin-left: 0px;
    max-width: none;
}}
@media (max-width: 600px) {
   /* 横幅が600px以下の場合に適用するスタイル */

 /* --- 外枠の定義 ---------------------------------------------*/
.icon_box {
    margin         : auto;                 /* サンプル用 中央寄せ */
    box-sizing     : border-box;           /* 罫線も含む長さ      */
    /* background     : #fff;                 BOXの背景色         */
    width          : 100%;                /* BOXの幅             */
    /* [disabled]max-width: 1200px; */
    height     : auto;                /* BOXの高さ           */
    animation: boxAnime 10s linear infinite alternate;
    /* ▼ FlexBoxの定義 */
    display        : flex;                 /* FlexBox定義         */
     justify-content: center;   
    flex-wrap      : wrap;                 /* 折り返し定義        */
}

 /* --- 個別のBOXの定義 --------------------------------------- */
.icon_box div {
    box-sizing     : border-box;           /* 罫線も含む長さ      */
    /* background     : #373A95;              BOXの背景色         */

    width          : 100%;                 /* サンプルBOXの幅     */
    height         : 300px;
    /*margin-left: 2%;                  /* サンプルBOXの間     */
     margin-bottom: 10px;
    /* ▼ FlexBoxの各ボックス均等自動幅 */
    flex-grow      : 1;                    /* 各BOXを均等に割当て */ 
}

}

/* =======================================
footer
 ======================================= */
footer{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


a {
	color: #ccc;
	text-decoration: none;
    
}




.hi-icon-wrap {
    text-align: center;
    margin: 0 auto;
    padding-top: 1em;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    display: block;
}

.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 5px 30px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 5;
	color: #fff;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	font-family: 'ecoicon';
	speak: none;
	font-size: 48px;
	line-height: 140px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}


/* Effect 8 */
.hi-icon-effect-8 .hi-icon {
	/*background: rgba(255,255,255,0.1);*/
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}

.hi-icon-effect-8 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.hi-icon-effect-8 .hi-icon:hover {
    background: rgba(255,255,255,0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
    width: auto;
}

.hi-icon-effect-8 .hi-icon:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}
/*-------アイコン見出し------------*/
.ic_title{
    color: #FFFFFF;
    font-size: 150%;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 120%;
}
.ic-text{
    color: #FFFFFF;
    font-size: 100%;
    line-height: 150%;
}



/* =======================================
footer
 ======================================= */
div.fo_yoko {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.fo_yoko ul {
  list-style: none;
  margin: 0px;

  padding: 0px;}


div.fo_yoko li {
width: 100%;
    text-align: center;
    vertical-align: top;
    color: #FFFFFF;
}

div.fo_yoko li:nth-child(1) {
margin-bottom: 10px

}
    div.fo_yoko li:nth-child(2) {


}
    div.fo_yoko li:nth-child(3) {

    text-align: right;
}


.basicr_top {
    display: block;
    position: relative;
    z-index: 2;
    margin-bottom: 300px;
    background-color: #FFF;
    padding-bottom: 0px;
}

.footer{
    width: 100%;
    background-color: #00B4FF;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 75px;
    color: #FFFFFF;
    text-align: center;
    height: auto;
    padding-top: 160px;
    font-size: 90%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer_w{
    position: fixed;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00B4FF;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}






.cop_r{
    font-size: 11px;
    text-align: center;
    margin-top: 25px;
}



/* =======================================================================================================
モバイル用　オリジナル
 ======================================================================================================= */
.mobile_fx{
    background-color: #303030;
    opacity: 0.85;
    position: fixed;
    width: 100%;
    height: 70px;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    /* [disabled]border-top-left-radius: 20px; */
    /* [disabled]border-top-right-radius: 20px; */
    /* [disabled]padding-left: 5px; */
    padding-top: 10px;
    /* [disabled]padding-right: 5px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 30px;
}



/* =======================================
各種ページ TOP IMG
 ======================================= */
.img-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    overflow: hidden;


}
.img-box a:link{
	color:#302F2F;
    text-decoration: none;
}
.img-box a:visited{color:#302F2F;
text-decoration: none; }
.img-box a:hover{color:#302F2F;
    text-decoration: none; 
}
.img-box a:active{
    color: #302F2F;
    text-decoration: none;
}
/*---------------ページタイトル-----------------*/
.top_pan{
    width: 100%;
    color: #302F2F;
    height: auto;
    font-size: 12px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top_pan_w{
    position: relative;
    width: 100%;
    background-color: #fff;
    margin-top: -28px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    color: #FFFFFF;
    text-align: center;
    height: auto;
    z-index: 20;
    opacity: 0.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.top_ti{
    color: #FFFFFF;
    width: 100%;
    height: auto;
    font-size: 250%;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    position: absolute;
    margin-top: 140px;
    text-shadow: 0 0 5px #302F2F;
    line-height: 110%;
}
.top_ti2{
    color: #FFFFFF;
    width: 100%;
    height: auto;
    font-size: 250%;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    position: absolute;
    margin-top: 100px;
    text-shadow: 0 0 5px #302F2F;
    line-height: 110%;
}
.co_m{
    text-align: left;
    line-height: 25px;
    font-size: medium;
}


/* =======================================
左文字　右写真
 ======================================= */
div.global_txt {
    width: 100%;
    font-size: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}
div.global_txt div {
    margin-left: 0px;
    vertical-align: top;
    font-size: 0px;
    line-height: 30px;
    text-align: justify;
}
div.global_txt div:nth-child(1) {
    font-size:16px;
}
    div.global_txt div:nth-child(2) {
margin-top: 20px;
        font-size:16px;
}

/*-------------*/
.global_txt2 {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}
/*-------------*/
div.global_txt3 {
    width: 100%;
    font-size: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}
div.global_txt3 div {
    margin-left: 0px;
    vertical-align: top;
    font-size: 0px;
    line-height: 30px;
    text-align: justify;
}
div.global_txt3 div:nth-child(1) {
    font-size:16px;
}
    div.global_txt3 div:nth-child(2) {
margin-top: 20px;
        font-size:16px;
}


/*-------------*/
@media (min-width: 601px) {
   /* 横幅が601px以上の場合に適用するスタイル */

/*-------------*/
section.global_txt4 {
    width: 100%;
    font-size: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}
section.global_txt4 section {
    display: inline-block;
    margin-left: 0px;
    vertical-align: top;
    font-size: 0px;
    line-height: 30px;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 10px;
}
section.global_txt4 section:nth-child(1) {
    margin-left: 0px;
    width:140px;
  
    font-size:16px;
}
    section.global_txt4 section:nth-child(2) {
    margin-left: 1%;

        font-size:16px;
}
/*-------------*/
    
section.global_txt5 {
    width: 100%;
    font-size: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}
section.global_txt5 section {
    display: inline-block;
    margin-left: 0px;
    vertical-align: top;
    font-size: 0px;
    line-height: 30px;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 10px;
}
section.global_txt5 section:nth-child(1) {
    margin-left: 0px;
    width:100px;
  
    font-size:16px;
}
    section.global_txt5 section:nth-child(2) {
    margin-left: 1%;

        font-size:16px;
}
}
@media (max-width: 600px) {
   /* 横幅が600px以下の場合に適用するスタイル */
section.global_txt4 {
    width: 100%;
    font-size: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}
section.global_txt4 section {

    margin-left: 0px;
    vertical-align: top;
    font-size: 0px;
    line-height: 20px;
    text-align: justify;
    
    
}
section.global_txt4 section:nth-child(1) {
    margin-left: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    background-color: #C2F0FF;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
    section.global_txt4 section:nth-child(2) {


        font-size:16px;
        margin-bottom: 25px;
}
    
    
section.global_txt5 {
    width: 100%;
    font-size: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}
section.global_txt5 section {

    margin-left: 0px;
    vertical-align: top;
    font-size: 0px;
    line-height: 20px;
    text-align: justify;
    
    
}
section.global_txt5 section:nth-child(1) {
    margin-left: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    background-color: #C2F0FF;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
    section.global_txt5 section:nth-child(2) {


        font-size:16px;
        margin-bottom: 25px;
}
}
/* =======================================
立体ボタン
 ======================================= */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}



.btn,
a.btn,
button.btn {
    font-size: 110%;

    position: relative;
    display: inline-block;
    padding: 5px 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 0.5rem;
}

a.btn--blue {
    color: #fff;
    background-color: #696969;
    border-bottom: 3px solid #4F4F4F;
}


a.btn--blue:hover {
    margin-top: 2px;
    color: #fff;
    background-color: #2DB5FF;
    border-bottom: 1px solid #4F4F4F;
}

a.btn--blue:link{color:#fff;}
a.btn--blue:visited{color:#fff;}
a.btn--blue:active{color: #fff;}


/* =======================================
表
 ======================================= */
.table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}


.td {
	line-height: 120%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.ta_c{
    text-align: center;
    margin-top: 10px;
    margin-right: 3px;
    margin-bottom: 10px;
    margin-left: 3px;
}
.ta_l{
    text-align: left;
    margin-top: 10px;
    margin-right: 3px;
    margin-bottom: 10px;
    margin-left: 3px;
}
.ta_bo{
    font-size: 100%;
    font-weight: 500;
}
.ta_r{
    text-align: right;
    margin-top: 10px;
    margin-right: 3px;
    margin-bottom: 10px;
    margin-left: 3px;
}

.ta_l2{
    text-align: left;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
}

/*----------表　アクティブ-------------*/
.ta100{width: 100px}
.ta110{width: 110px}
.ta120{width: 120px}
.ta170{width: 170px}
.ta180{width: 180px}
.ta200{width: 200px}




/* =======================================
フォーム 並び
 ======================================= */

div.global_input {
    width: 100%;
    font-size: 0px;
    margin-top: 10px;    
}
div.global_input div {
    display: block;
    vertical-align: top;
    font-size: 14px;

}


div.global_input div:nth-child(1) {
    width: 100%;
    margin-left: 0px;
    text-align: left;
    vertical-align: middle;
    padding-top: 6px;
}
div.global_input div:nth-child(2) {
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
    padding-top: 4px;
}
/* =======================================
フォーム
 ======================================= */
.jyuuyou{
    background-color: #FF0004;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    color: #fff;
    width: auto;
    margin-bottom: 1px;
    margin-top: 1px;
    border-radius: 10px;
    text-align: center;
    display: inline-block; /*無理やりブロック要素に設定*/
    margin-left: 3px;
    line-height: 12px;
    font-weight: 300;
}

input.text {
    width: 100%;
    height: 35px;
    font-size: 16px;
    border: 1px solid #9E9E9E;
    padding-top: 0px;
    padding-left: 8px;
    padding-bottom: 0px;
    padding-right: 0px;
	}

input.text4 {
    width: 170px;
    height: 35px;
    font-size: 16px;
    border: 1px solid #9E9E9E;
    padding-top: 0px;
    padding-left: 8px;
    padding-bottom: 0px;
    padding-right: 0px;
	}
select {
    width: 55px;
    height: 35px;
    font-size: 15px;

	}
textarea {
    width: 100%;
    height: 150px;
    font-size: 16px;
    border: 1px solid #9E9E9E;
	}
input.submit_button {
    width: 150px;
    height: 40px;
    font-size: 15px;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #AABFC8;
    border-style: none;
	}
input.submit_button2 {
    width: 150px;
    height: 40px;
    font-size: 15px;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #C3C3C3;
    border-style: none;
	}

/* =======================================
お問い合わせ　背景
 ======================================= */

.otoi{
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    /* [disabled]background-color: #E5E5E5; */
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
    margin-right: auto;
}
