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

/* =======================================
ヘッダー部分
 ======================================= */
/*---------------トップ コピー-----------------*/
.top_cop{
    position: relative;
    width: 100%;
    background-color: #1D2087;
    margin: auto;
    color: #FFFFFF;
    text-align: center;
    height: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 1366px;
}
.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: 70px;
    padding-right: 33px;
    padding-left: 33px;
    padding-bottom: 20px;
    max-width: 1300px;
    text-align: right;
    -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: 289px;
    height: auto;
    font-size: 30px;
    line-height: 30px;
    text-align: left;
    position: absolute;
    left: 33px;
    top: 68px;
}
.companyname2 {
    height: auto;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
    color: #FFFFFF;
}
/*---------------電話番号-----------------*/
.tel {
    font-size: 35px;
    font-weight: 300;
    line-height: 20px;
    text-align: right;
    margin-right: 10px;
}
.tel2 {
    font-size: 25px;
    font-weight: 200;
    line-height: 30px;
    text-align: left;
    width: 259px;
    height: auto;
}
.time {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    margin-right: 10px;
    /* [disabled]position: absolute; */
    /* [disabled]left: 280px; */
    top: 252px;
    width: 386px;
    /* [disabled]margin-top: 5px; */
}
/* =======================================
float 　横並び　右揃え
 ======================================= */

/* --- 外枠の定義 ---------------------------------------------*/
.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: flex-end;             /* 揃えの定義          */
  flex-wrap      : wrap;                 /* 折り返し定義        */
}

 /* --- 個別のBOXの定義 --------------------------------------- */
.box div {
    box-sizing     : border-box;           /* 罫線も含む長さ      */
    /*background     : #B0C4DE;               BOXの背景色         */
    width          : auto;                 /* サンプルBOXの幅     */
    height         : auto;
    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;
}

/*フッター部分*/
.sns1_2 {
    width: 60px;
}
.sns2_2 {
    width: 20px;
    line-height: 20px;
}
.sns3_2 {
    width: 20px;
    line-height: 20px;
}
.sns_l2 {
    width: 5px;
    height: 20px;
    z-index: 1;
    border-right: 1px solid #fff;
}


/* =======================================
メニューボタン　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;
    /* [disabled]padding-left: 3%; */
    /* [disabled]padding-right: 3%; */
}
/*---------------グローバル　メニュー-----------------*/
div.global_menu {
    width:100%;
    font-size: 0px;

}
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: 190%;
    line-height: 140%;
    z-index: 5;
    padding-top: 20px;
    padding-bottom: 20px;
}

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

.square{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    margin: auto;
    padding-top: 40px;
    padding-right: 83px;
    padding-left: 83px;
    padding-bottom: 40px;
    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: 12px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
body {
    margin-top: 0px;
    margin-bottom: 5px;
    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;
}
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;
    max-width: 1366px;
    padding-left: 5.5%;
    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;

}

/*--------------TOP アイコン-------------------*/
 /* --- 外枠の定義 ---------------------------------------------*/
.icon_box {
  margin         : auto;                 /* サンプル用 中央寄せ */
  box-sizing     : border-box;           /* 罫線も含む長さ      */
  /* background     : #fff;                 BOXの背景色         */
  width          : 100%;                /* BOXの幅             */
    max-width: 1200px;
  height     : auto;                /* BOXの高さ           */
  animation: boxAnime 10s linear infinite alternate;

  /* ▼ FlexBoxの定義 */
  display        : flex;                 /* FlexBox定義         */
  flex-wrap      : wrap;                 /* 折り返し定義        */
}

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

    width          : 32%;                 /* サンプルBOXの幅     */
    height         : 350px;
    margin-left: 2%;                  /* サンプルBOXの間     */
     margin-bottom: 40px;
    /* ▼ 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;
}


/* =======================================
footer
 ======================================= */


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: 15px 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;
}

.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: 180%;
    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: left;
    -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 {
    display: inline-block;
    vertical-align: top;
    color: #FFFFFF;
}

div.fo_yoko li:nth-child(1) {
    margin-left: 0px;
    width: 23%;

}
    div.fo_yoko li:nth-child(2) {
    margin-left: 30px; 
        width: 32%;
}
    div.fo_yoko li:nth-child(3) {
    width: 35%;
    text-align: right;
}


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

.footer{
    width: 100%;
    background-color: #00B4FF;
    margin: auto;
    color: #FFFFFF;
    text-align: left;
    height: auto;
    padding-top: 200px;
    max-width: 1200px;
    font-size: 90%;
    padding-left: 83px;
    padding-right: 83px;
    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;
}






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




/* =======================================
各種ページ 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{
    color: #302F2F;
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 1200px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 83px;
    padding-right: 83px;
    -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: -30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    color: #FFFFFF;
    text-align: center;
    height: auto;
    z-index: 20;
    opacity: 0.5;
}


.top_ti{

    color: #FFFFFF;
    width: 100%;
    height: auto;
    font-size: 300%;
    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;
    
}
.co_m{
    text-align: center;
    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 {
    display: inline-block;
    margin-left: 0px;
    vertical-align: top;
    font-size: 0px;
    line-height: 30px;
    text-align: justify;
}
div.global_txt div:nth-child(1) {
    margin-left: 0px;
    width:58%;
    font-size:16px;
}
    div.global_txt div:nth-child(2) {
    margin-left: 4%;
        width:38%;
        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 {
    display: inline-block;
    margin-left: 0px;
    vertical-align: top;
    font-size: 0px;
    line-height: 30px;
    text-align: justify;
}
div.global_txt3 div:nth-child(1) {
    margin-left: 0px;
    width:43%;

  
    font-size:16px;
}
    div.global_txt3 div:nth-child(2) {
 
        width:57%;

        font-size:16px;
}
/*-------------*/
div.global_txt4_1 {
    width: 100%;
    font-size: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}
div.global_txt4_1 div {
    display: inline-block;
    margin-left: 0px;
    vertical-align: top;
    font-size: 0px;
    line-height: 30px;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 10px;
}
div.global_txt4_1 div:nth-child(1) {
    margin-left: 0px;
    width:50%;
  
    font-size:16px;
}
    div.global_txt4_1 div:nth-child(2) {
 width:24%;
        font-size:16px;
}
  div.global_txt4_1 div:nth-child(3) {
    margin-left: 1%;
 width:24%;
        font-size:16px;
}
/*-------------*/
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:145px;
  
    font-size:16px;
}
    section.global_txt4 section:nth-child(2) {

        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;
}




/*-------------*/

div.global_poto {
    width: 100%;
    font-size: 0px;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}
div.global_poto div {
    display: inline-block;
    margin-left: 0px;
    vertical-align: top;
    font-size: 0px;
    width:32%;
    margin-left: 2%;
    line-height: 30px;
    text-align: justify;
}
div.global_poto div:nth-child(1) {
    margin-left: 0px;

}

/* =======================================
立体ボタン
 ======================================= */
*,
*: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: 20px;
    margin-right: 5px;
    margin-bottom: 20px;
    margin-left: 5px;
}
.ta_l{
    text-align: left;
    margin-top: 20px;
    margin-right: 5px;
    margin-bottom: 20px;
    margin-left: 5px;
}
.ta_bo{
    font-size: 105%;
    font-weight: 500;
}
.ta_r{
    text-align: right;
    margin-top: 20px;
    margin-right: 5px;
    margin-bottom: 20px;
    margin-left: 5px;
}

.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: inline-block;
    vertical-align: top;
    font-size: 14px;

}


div.global_input div:nth-child(1) {
    width: 115px;
    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;
}
/* =======================================
フォーム
 ======================================= */
.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: 530px;
    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: #8FC3D9;
    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;
}
