@charset "UTF-8";
/* CSS Document */
/*共通設定*/

/*
Theme Name : all-liner

*/


html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}

body {
	font-size:1.4rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 0;
}
h1 {
	font-size: 1.2rem;
}
h2 {
	font-size: 2.2rem;
	margin-bottom: 30px;/*adjustable*/
}



section {
	margin-bottom: 40px;
}
img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;/*GoogleChrome対策*/
}
/* Bootstrapのガター幅を調整するための汎用CSS */
.row-0{ margin-left:0px;  margin-right:0px}
.row-0 >div{ padding-right:0px;  padding-left:0px}
.row-10{ margin-left:-5px;  margin-right:-5px}
.row-10 >div{ padding-right:5px;  padding-left:5px}
.row-20{ margin-left:-10px;  margin-right:-10px}
.row-20 >div{ padding-right:10px;  padding-left:10px}
.row-30{ margin-left:-15px;  margin-right:-15px}
.row-30 >div{ padding-right:15px;  padding-left:15px}
.row-40{ margin-left:-20px;  margin-right:-20px}
.row-40 >div{ padding-right:20px;  padding-left:20px}
.row-50{ margin-left:-25px;  margin-right:-25px}
.row-50 >div{ padding-right:25px;  padding-left:25px}

/* Bootstrapのカラムの下余白設定*/
.row-10-b > div { margin-bottom: 10px;}
.row-20-b > div { margin-bottom: 20px;}
.row-30-b > div { margin-bottom: 30px;}
.row-40-b > div { margin-bottom: 40px;}
.row-50-b > div { margin-bottom: 50px;}
/*カラムの高さを揃える設定*/
.row-eq-height {
    display:-webkit-box;
	display:-moz-flex;
	display:-ms-flex;
	display:-webkit-flex;
	display:flex;
    flex-wrap: wrap;
}
.pc {
	display: none;
}
.flex-reverse {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
/*ヘッダー*/
#header_top {
	margin-bottom: 10px;
}
#logo img {
	
	max-width: 500px;/*adjustable*/
}
.navbar {
	min-height: 0;
	width: 100%;/*adjustable*/
	padding: 0;
	
	
	
}
.navbar-default {
	background: transparent;
		border: none;
		
		
}

.navbar-default2 {
	background-color: #036eb8;
		border: none;
		
		
}


a.navbar-brand {
	width: 70%;/*adjustable*/
	padding: 0;
}

.navbar-default .navbar-nav>li>a:hover {
	color:#fff;
}
/*お問い合わせボタン*/
.web_btn a {
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 2.4rem;
	background: #faa33c;
	color: #fff;
	border-radius: 10px;
}
.web_btn a:hover {
	text-decoration: none;
}
.tel_btn a {
	display: inline-block;
	text-align: center;
	width: 100%;
	font-size: 3.2rem;
	color: #000;
}
.tel_btn a:hover {
	text-decoration: none;
}
.tel_btn a .tel_title {
	font-size: 2.4rem;
}
#main_visual {
	margin-bottom: 20px;
}
/*サイドバー*/
#sidebar h2 {
	font-size: 2.2rem;	
	/*padding: 0px 0px 0px 20px;*/
}
#sidebar h3 {
	font-size: 1.4rem;
	margin-top: 10px;
}

#sidebar ul {	
	list-style-type: none;
	margin-bottom: 20px;
	font-size: 1.6rem;
	padding: 0;
}

#sidebar li {	
	list-style-type: none;
	margin-bottom: 5px;
	font-size: 1.4rem;
}

#sidebar #side_menu ul li {
	list-style-type: none;
	margin-bottom: 5px;
}
#sidebar #side_menu ul li ul li {
	text-indent: 1rem;
}

/*フッター*/
footer {
	padding-top: 60px;
	background: #036eb8;
}
footer .footer_top {
	margin-bottom: 30px;
}
footer .footer_top h3 {
	font-size: 1.6rem;
}
footer .footer_top ul {
	padding-left: 0;
}
footer .footer_top ul li {
	list-style-type: none;
	margin-bottom: 5px;
}
footer iframe {
	border-radius: 30px;
}
footer .footer_bottom {
	padding-top: 20px;
}
footer .footer_bottom ul {
	padding-left: 0;
}
footer .footer_bottom ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 20px;
}
footer .footer_top ul li a, footer .footer_bottom ul li a {
	color: #fff;
}
footer .copyright {
	text-align: center;
	color: #fff;
	background: #000;
}
footer .logo_footer {
	margin-bottom: 20px;
}
footer .logo_footer img {
	max-width: 305px;
}

.address a:link { 
	color: #fff;
	text-decoration: none;}
.address a:visited { color: #ffffff; }
.address a:hover { color: #ffffff; }
.address a:active { color: #ffffff; }


footer .logo_footer, address {
	text-align: left;
	color: #fff;
}

.center {	
	text-align:center;				

}

.left {	
	text-align: left;				

}


/*お問合せ */

/*各オールライナー工法ページ*/
.max-width2 {
	max-width:400px;			

}

/*TOP*/
.what { 
	background-color:#fff;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
	
	
 }
 
 .what2 { 
	border-left: solid 8px #1d2089;
	border-bottom: solid 4px #1d2089;
	height: auto;
	margin: 0 auto;
	color: #1d2089;
	font-size:2.0rem;
	padding: 10px;
 }

/*----------------------------------------------------
  .7つの工法
----------------------------------------------------*/
.table01 {
	width: 95%;
	margin: 0 30px;
 }
.table01 th  {
	 width: 20%;
	 text-align: center;
	 background-color:#f8b62d;
	 padding: 10px 10px 10px ;
	 }
 
 .table01 td  {
	 text-align: left;
	 padding: 10px 10px 10px ;
	 
	 
	 }

  
 .max-width3 {
	max-width:350px;			

}
      
.table02 {
	width: 95%;
	margin: 0 30px;
	

 }
 
  .table02 td  {
	 text-align: center;
	 padding: 10px 10px 10px ;
	 background-color:#f8f5a9;
	 
	 
	 }
.table02 a  {
	 color:#3e3a39;	 
	 
	 }
.table02 a:hover  {
	 color:#036eb8;	 
	 
	 }	 


.max-width150 {
	max-width:140px;
				

}

 

/*一覧に戻る*/

.center_btn {
	text-align: center;
	position: relative; 
	}


a.cp_btn8 {		
	width: 120px;
	padding: 0.2em 1em 0.2em 1em;
	text-align: center;	
	color: #fff;
	border:1px solid #3e3a39;
	background: #3e3a39;		
	border-radius: 30px;

	
}

a.cp_btn8:after {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	background : #fff;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(30deg);
	transition: 0.3s;
	z-index: -1;
}



a.cp_btn8:hover {
	background-color: #9fa0a0;
	
}
a.cp_btn8:hover:after {
	height: 250%;
	opacity: 1;
}
a.cp_btn8:active:after {
	height: 350%;
	opacity: 1;
}

/*オールライナー協会について　*/

.title{
	background-color: #00a0e9;
	color:#fff;
	padding: 0.5em 0.3em 0.5em 1em;
	font-size:2.3rem;
	font-weight:bold;
	border-radius: 4px;
	}

.access{
	margin: 2em 2em 2em 2em;		
	font-size:1.8rem;
	font-weight:bold;
	text-align:left;
	}

	
dl{
	border-bottom: solid 1px #d6d5d2;
	padding: 24 0;
}
dt{
	clear: left;
	float: left;
	width: 25%;
	margin-bottom: 18px;
	padding-bottom: 12px;
	line-height: 1.6;
}
dd{
	margin-bottom: 18px;
	margin-left: 25%;	
	line-height: 1.6;
}


/*協会広報誌　*/


.newsbtn {
	max-width:30em;
	background-color: #00a0e9;
	color:#fff;
	padding: 0.5em 0.5em 0.5em 0.5em;
	font-size:2.0rem;
	font-weight:bold;
	border-radius: 4px;
	
	}
	
.newsbtn a:link { color: #fff;
text-decoration: none;
}
.newsbtn a:visited { color: #ffffff; }
.newsbtn a:hover { color: #ffffff; }
.newsbtn a:active { color: #ffffff; }	

.newsback {
	background-color: #f5fbfe;
	
	}

 
.table03 {
	
	width: 90%;
	
	 }

		
 
.table03 th  {
	 
	 text-align: center;	 
	 padding: 10px 10px 10px ;
	 }

  .table04 {
	  padding: 1em 1em 1em 1em;
	 text-align:center;
	 font-size:1.6rem;
	 font-weight:bold;
		}
		@media (min-width: 376px) {
.table04 {
		height:250px;
	}
}
@media (max-width: 375px) {
	.table04 {
	height:230px;
	}
}
	 
/*----------------------------------------------------
  協会員リストwhite-space: nowrap; /*tableのセル内にある文字の折り返しを禁止
----------------------------------------------------*/

.scroll{
overflow: auto; /*tableをスクロールさせる*/

border: #3e3a39;
}

.scroll .tablepress thead th{
	background-color:#f8b62d;
	padding: 10px 10px 10px ;

}
.scroll .tablepress thead th.column-1 {
	width: 24%;
}
.scroll .tablepress thead th.column-2 {
	width: 50%;
}
.scroll .tablepress thead th.column-3 {
	width: 13%;
}
.scroll .tablepress thead th.column-4 {
	width: 13%;
}
.scroll .tablepress.nocolor thead th{
	background-color:transparent;
	font-weight: normal;

}

.scroll .nocolor th {
    background-color:transparent;
	font-weight: normal;
}

.scroll td {
	 text-align: left;
	 padding: 10px 10px 10px ;
	 }

.scroll::-webkit-scrollbar{ /*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{ /*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb { /*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

.memberback {
	background-size: 100% 110px;
	background-repeat: no-repeat;
	background-image: url(images/member_list/back.jpg);
	padding-bottom:1em;
 
 }
.memberback1 {
	width:100% ;
	height:110px;
	position:  relative; 
 }
 
 .memberback2 { 
 
 padding: 33px 60px 30px 25px;
 color:#fff;
 font-size:2.8rem;	
 
 }
 
 .memberback3 {
	 position:  absolute;
	 color:#3e3a39;
	 font-size:2.0rem;
	 left: 200px;                /* 右からの位置指定 */
	 top: 40px; 	
 
 }
 
  .memberback4 { 
 
 padding: 36px 60px 30px 15px;
 color:#fff;
 font-size:2.4rem;	
 
 }
 
   .kado {
	    max-width: 15px; padding-bottom: 2px;		
 }


table th.column-1 {
width:20%;
}

 
/*NEWS記事*/
  .seminar {
	  width: 80%;	
	  background-color: #e48e00;
	  padding: 20px 0px 20px 30px;
	  color:#fff;
	  font-size:2.4rem;
	  font-weight:bold;
	  
 
 }

#sidebar h2 {
	  font-size: 2.2rem;
	margin-bottom: 5px;/*adjustable*/
	  
 
 }

 .shousai { 
	  
	  background-color: #e48e00;
	  padding: 5px 30px 5px 30px;
	  color:#fff;
	  font-size:1.4rem;
	  font-weight:bold;
	  
 
 }

	.shousai a:link { color: #fff;
text-decoration: none;
}
.shousai a:visited { color: #ffffff; }
.shousai a:hover { color: #ffffff; }
.shousai a:active { color: #ffffff; } 

.newfont { 	  
	   font-size: 1.0rem;
	   
 
 }
.newfont2 { 	  
	    padding-bottom: 0.3em;    
 
 }
 h1.member-news {
	background: #000;
	color:#fff;
    padding: 15px 10px;
 }
 #sidebar ul.member-banner li {
	 margin-bottom: 15px;
 }
.member-banner li img {
	max-width: 244px;
	height: auto;
}

/*各ページ命令　終わり　*/



/*スマホ表示設定*/
@media (max-width: 767px) {
	
 
	
	
#page-sp {
    position: fixed;
    bottom: 20px;
    right: 30px;
    font-size: 1.8rem;

}
#page-sp a {
    background: rgba(0,0,0,0.7);
    text-decoration: none;
    color: #fff;
    width: 50px;
	height: 50px;
	margin: 10 10 10 10;   
    text-align: center;
    display: block;
    border-radius: 5px;
	padding-top: 13px;
	
	
}	
	
	
.navbar-collapse {
	position: absolute;
    width: 110%;
	margin:0 -15px;
    z-index: 99999;
     background-color:rgba(0,0,0,0.7);
}
	
	
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color:#fff;
}

.dropdown .dropdown-menu{
	color:#fff;
}	
	
.introduction-in { 
background-color:#fff;
	border: outset 10px #000;
	height: 500px;
	
 }
 
 /*----------------------------------------------------
  .TOP
----------------------------------------------------*/

 .row.what { 
	margin: 0 auto;
/*background-color:#fff;
	border: outset 4px #000;
	height: auto;
	width: 100%;
	padding: 5 5 5 5;*/
	
	
 }
 
 .row.what2 { 
	margin: 0 auto;
/*background-color:#000;
	border: outset 4px #000;
	height: auto;
	width: 100%;
	color: #fff;
	font-size:1.6rem;
	padding: 5 5 5 5;*/
	
	
 }
 .tab_content_description ul li {
	 padding: 0;
 }
 .post_title {
	 width: 100%;
 }
 .cat_tag {
    min-width: 6em;
 }
/*----------------------------------------------------
  .7つの工法
----------------------------------------------------*/



    .table01 {
		 margin: 0 10px;
		 
		  
		  }
		  
    .table01 th,
    .table01 td{
    width: 100%;
    display: block;
    border-top: none;
	text-align: left;
	
    }
  .table01 tr:first-child th { border-top: 1px solid #ddd; }


 .table02 {
		 margin: 0 10px;
		 
		  
		  }
		  
    .table02 th,
    .table02 td{
    width: 100%;
    display: block;
    border-top: none;
	text-align:  center;
	
    }
  .table02 tr:first-child th { border-top: 1px solid #ddd; }


		  
    .table03 th,
    .table03 td{
    width: 100%;
    display: block;
    border-top: none;
	
	
    }
	


/*----------------------------------------------------
  協会員リスト
----------------------------------------------------*/
.memberback {
	background-size: 100% 110px;
	background-repeat: no-repeat;
	background-image: url(images/member_list/back2.jpg);
	
 
 }

.memberback2 { 
 
 padding: 35px 30px 30px 10px;
 color:#fff;
 font-size:2.2rem;	
 
 }
 
  .memberback3 {
	 position:  absolute;
	 color:#3e3a39;
	 font-size:1.6rem;
	 left: 140px;                /* 右からの位置指定 */
	 top: 40px; 	
 
 }
 
 .memberback4 { 
 
 padding: 35px 30px 30px 10px;
 color:#fff;
 font-size:1.8rem;	
 
 }
 
  .font24 {
	 font-size:1.0rem;
 font-weight:bold;
  color: #e83828;

 }

	
/*----------------------------------------------------
  オールライナー協会について
----------------------------------------------------*/

dt{
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}
dd{
	width: 100%;
	margin: 0;
	padding: 0;
}
	
	
 

}

/*----------------------------------------------------
  会員専用ページ マニュアルコピー防止タグ
----------------------------------------------------*/

.guard-box {
    position: relative;
}

.guard-box2 {
    
    display: flex;
    justify-content: center;
    align-items: center; 
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

/*----------------------------------------------------
  ブ切り替え
----------------------------------------------------*/
/*タブ切り替え全体のスタイル*/
.tabs {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #fff;
	margin: 0 auto;}
  
  /*タブのスタイル*/
  .tab_item {
	width: calc(100%/2);
	height: 50px;
	border-right: 1px solid #c9cbca;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	color: #1d2089;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
  }
  .tab_item:hover {
	opacity: 0.75;
  }
  
  /*ラジオボタンを全て消す*/
  input[name="tab_item"] {
	display: none;
  }
  
  /*タブ切り替えの中身のスタイル*/
  .tab_content {
	display: none;
	padding: 20px 0 0 0;
	clear: both;
	overflow: hidden;
  }
  .tab_content_description ul {
	padding-left: 0;
  }
  .tab_content_description ul li {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	padding: 0 10px;
  }
  
  /*選択されているタブのコンテンツのみを表示*/
  #all:checked ~ #all_content,
  #news:checked ~ #news_content,
  #event:checked ~ #event_content,
  #training:checked ~ #training_content,
  #demo:checked ~ #demo_content,
  #exhibition:checked ~ #exhibition_content,
  #member:checked ~ #member_content {
	display: block;
  }
  
  /*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item {
	background-color: #1d2089;
	color: #fff;
  }
  .cat_tag {
	color: #fff;
	/*width: 15%;*/
	height: 25px;
	margin-right: 2%;
	line-height: 25px;
	text-align: center;
	padding: 0 5px;
    display: inline-block;
  }
  .or_tag {
	background: #f8b62c;
  }
  .bl_tag {
	background: #1d2089;
  }
  .red_tag {
	background: #e95412;
  }
  .pin_tag {
	background: #e71873;
  }
  .gr_tag {
	background: #8fc320;
  }
  .sky_tag {
	background: #00a0ea;
  }
  .post_title {
	/*width: 83%;*/
	margin-top: 10px;
  }


/*タブレット表示設定*/
@media (min-width: 768px) {
.pc {
	display: block;
}
.sp {
	display: none;
}
#header_top #logo {
	text-align: center;
}
#header_contact {
	text-align: left;
}
#gnavi ul.navbar {
	min-height: 0;
}
#gnavi ul.navbar-nav li {
	
}
#gnavi ul.navbar-nav li:last-child {
	border: none;
}
#gnavi ul.navbar-nav li > ul {
	border-radius: 2px;
	background: rgba(0,0,0,0.7);
}

#gnavi ul.navbar-nav li > ul > li {
	border: none;    
	font-size:1.6rem;
	
	
}
.navbar-nav>li>a {
	padding-top: 0;
	padding-bottom: 0;
}

.dropdown:hover > .dropdown-menu{
  display: block;
}
#main_visual {
	margin-bottom: 40px;
}
.navbar-brand {
	display: none;
	 
}
.flex-reverse {
	display: block;
}

footer .footer_bottom ul li {
	margin-right: 40px;
}

.header_right{
	 max-width: 200px;
}
.tab_content_description ul li {
	padding: 0;
}
.post_title {
	width: 83%;
}
.cat_tag {
	width: 15%;
}
.tab_item {
	width: calc(100%/7);
}
}

/*PC表示設定*/
@media (min-width: 750px) {
	
/*ページTOP、back */

#page-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: rgba(0,0,0,0.7);
    text-decoration: none;
    color: #fff;
    width: 100px;	
    padding: 10px 5px 10px 0px;
    text-align: center;
    display: block;
    border-radius: 5px;
	
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

#back {
    position: fixed;
    bottom: 50px;
    right: 20px;
    font-size: 77%;
}
#back a {
    background: rgba(0,0,0,0.7);
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 5px 10px 0px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#back a:hover {
    text-decoration: none;
    background: #999;
}

	
	
#header_top #logo {
	text-align: left;
}
.container {
	width: 1000px;/*adjustable*/
	padding: 0;
}

.container.wide {
	padding: 0;

}

#gnavi {
	width: 80%;
  margin: 0 auto;
  max-width: 700px;
	
}

.container-fluid {
	padding: 0;
}

	

.nav>li>a, .nav>li>ul>li>a {
	padding: 10px 10px;/*adjustable*/
	color: #fff;
	
	
}
.navbar-default2 .navbar-nav>li>a{
	 color:#fff;
	 background-color:#036eb8;
	 padding: 10px 13px;
	 text-align:left;
	 font-size:1.4rem;

}

.navbar-back {
	width: 100%;/*adjustable*/
	padding: 0;
	background-color: #036eb8;
	padding:10px 10px;
}

}

/*TOPページ*/

.introduction { 
padding: 10px 10px 10px 10px;

 }

.introduction-in { 
background-color:#fff;
	border: outset 10px #000;
	height: 334px;
	
 }






 .kouhou1 {
	background-size: cover;
	background-repeat: no-repeat;
	background-image:url(images/back1-1.jpg);
 
 }
 

.kouhou1-1 {
	 padding: 15px 15px 10px ;
	 
 
 }

.kouhou2 {
 background-size: cover;
	background-repeat: no-repeat; 
 background-image:url(images/back2.jpg);
 
 }
 
 .kouhou3 {
 background-size: cover;
	background-repeat: no-repeat;
	background-image:url(images/back3.jpg);
 }

.kouhou4 {
 background-size: cover;
	background-repeat: no-repeat;
	background-image:url(images/back4.jpg);
 }

.kouhou5 {
 background-size: cover;
	background-repeat: no-repeat;
	background-image:url(images/back5.jpg);
 }

.kouhou6 {
background-size: cover;
	background-repeat: no-repeat;
	background-image:url(images/back6.jpg);
 }

.kouhou7 {
 background-size: cover;
	background-repeat: no-repeat;
	background-image:url(images/back7.jpg);
 }

.kouhou8 {
 background-size: cover;
	background-repeat: no-repeat;
	background-image:url(images/back8.jpg);
 }


/*フォント*/

.font1  {
	 font-size:2.4rem;
 font-weight:bold;
  color: #036eb8;

 }

.font2  { font-size:1.8rem;
 font-weight:bold;
 

 }
 
 .font3  {
	 
 font-weight:bold;
  color: #036eb8;
  text-align:right;

 }

 .font4 {
	 font-size:2.4rem;
 font-weight:bold;
  color: #e60012;

 }
 
.font5 {
	 font-size:30px;
 font-weight:bold;
  color: #fff;

 }
 
 .font6 {
	 font-size:1.2rem;
 font-weight:bold;
  color: #fff;
  

 }
 

 
  .font7 {
	 font-size:1.4rem; 
  color: #fff;

 }
 
  .font8 {
	 font-size:2.8rem; 
  color: #000;
  

 }
 
  .font9 {
	 font-size:2.4rem;
 font-weight:bold;
  color: #f39800;

 }
 
   .font10 {
	 font-size:2.4rem;
 font-weight:bold;
  color: #8fc31f;

 }
 
    .font11 {
	 font-size:2.4rem;
 font-weight:bold;
  color: #00a0e9;

 }
 
   .font12 {
	 font-size:2.4rem;
 font-weight:bold;
  color: #ea5514;

 }
 
    .font13 {
	 font-size:2.4rem;
 font-weight:bold;
  color: #e61673;

 }
 
    .font14 {
	 font-size:2.4rem;
 font-weight:bold;
  color: #4a2e8e;

 }
 
 .font15  {
	 font-size:2.2rem;
 font-weight:bold;
 }
 
 .font16  {	 
 font-weight:bold;
 color: #e60012;

 }
 
 .font17  {
	  font-size:1.4rem;
	  font-weight:400; 
 }
 
 .font18  {
	 font-size:2.6rem;
	 font-weight:bold;
	 color: #036eb8;
 }
 
 .font19 {
	 font-size:1.8rem;
	 color: #172a88;
	 padding-left: 1.0em;
 }
 
   .font20 {
	 font-size:2.8rem;
	 font-weight:bold;
	 color: #000;
  

 }
 
 .font21 {
	 font-size:2.8rem;
	 font-weight:bold;
	 color: #171c61;
  

 }
 
 .font22 {
	 font-size:2.8rem;
	 font-weight:bold;
	 color: #e60012;
  

 }
  
.font23 {
	 font-size:2.6rem;
 font-weight:bold;
  color: #036eb8;

 } 
 
 .font24 {
	 font-size:1.8rem;
 font-weight:bold;
  color: #e83828;

 }
 
  .font25  {
	 font-size:2.0rem;
	 font-weight:bold;
 }
 
  .font26 {
	 font-size:1.8rem;
	 font-weight:bold;
	 color: #172a88;
	 
 }
 
  .font27 {
	 font-size:1.6rem;	 
	 color: #172a88;
	 
 }
 
  .font28 {
	 font-size:1.4rem;		 
 }
 
 /*タイトル-7つの工法*/
 
#kankyo img {
	text-align: center;	
	max-width: 300px;/*adjustable*/
}


/*ボタン-7つの工法*/

.right_btn {
	float: right;
	padding-right:10px;	 
	 padding-bottom: 26px;
	
	}


/*1*/


a.cp_btn {
	text-align:right;
	display: block;
	position: relative;
	width: 120px;
	padding: 0em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border:1px solid #e60012;
	background: #e60012;
	overflow: hidden;
	z-index: 1 !important;
	border-radius: 30px;
	
}
a.cp_btn:after {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	background : #fff;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(30deg);
	transition: 0.3s;
	z-index: -1;
}
a.cp_btn:hover {
	color: #3e3a39;
}
a.cp_btn:hover:after {
	height: 250%;
	opacity: 1;
}
a.cp_btn:active:after {
	height: 350%;
	opacity: 1;
}

/*2*/

a.cp_btn2 {
	text-align:right;
	display: block;
	position: relative;
	width: 120px;
	padding: 0em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border:1px solid #f39800;
	background: #f39800;
	overflow: hidden;
	z-index: 1 !important;
	border-radius: 30px;
	
}

a.cp_btn2:after {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	background : #fff;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(30deg);
	transition: 0.3s;
	z-index: -1;
}



a.cp_btn2:hover {
	color: #3e3a39;
}
a.cp_btn2:hover:after {
	height: 250%;
	opacity: 1;
}
a.cp_btn2:active:after {
	height: 350%;
	opacity: 1;
}

/*3*/

a.cp_btn3 {
	text-align:right;
	display: block;
	position: relative;
	width: 120px;
	padding: 0em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border:1px solid #8fc31f;
	background: #8fc31f;
	overflow: hidden;
	z-index: 1 !important;
	border-radius: 30px;
	
}

a.cp_btn3:after {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	background : #fff;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(30deg);
	transition: 0.3s;
	z-index: -1;
}



a.cp_btn3:hover {
	color: #3e3a39;
}
a.cp_btn3:hover:after {
	height: 250%;
	opacity: 1;
}
a.cp_btn3:active:after {
	height: 350%;
	opacity: 1;
}

/*4*/

a.cp_btn4 {
	text-align:right;
	display: block;
	position: relative;
	width: 120px;
	padding: 0em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border:1px solid #00a0e9;
	background: #00a0e9;
	overflow: hidden;
	z-index: 1 !important;
	border-radius: 30px;
	
}

a.cp_btn4:after {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	background : #fff;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(30deg);
	transition: 0.3s;
	z-index: -1;
}



a.cp_btn4:hover {
	color: #3e3a39;
}
a.cp_btn4:hover:after {
	height: 250%;
	opacity: 1;
}
a.cp_btn4:active:after {
	height: 350%;
	opacity: 1;
}


/*5*/

a.cp_btn5 {
	text-align:right;
	display: block;
	position: relative;
	width: 120px;
	padding: 0em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border:1px solid #ea5514;
	background: #ea5514;
	overflow: hidden;
	z-index: 1 !important;
	border-radius: 30px;
	
}

a.cp_btn5:after {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	background : #fff;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(30deg);
	transition: 0.3s;
	z-index: -1;
}



a.cp_btn5:hover {
	color: #3e3a39;
}
a.cp_btn5:hover:after {
	height: 250%;
	opacity: 1;
}
a.cp_btn5:active:after {
	height: 350%;
	opacity: 1;
}

/*6*/

a.cp_btn6 {
	text-align:right;
	display: block;
	position: relative;
	width: 120px;
	padding: 0em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border:1px solid #e61673;
	background: #e61673;
	overflow: hidden;
	z-index: 1 !important;
	border-radius: 30px;
	
}

a.cp_btn6:after {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	background : #fff;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(30deg);
	transition: 0.3s;
	z-index: -1;
}



a.cp_btn6:hover {
	color: #3e3a39;
}
a.cp_btn6:hover:after {
	height: 250%;
	opacity: 1;
}
a.cp_btn6:active:after {
	height: 350%;
	opacity: 1;
}


/*7*/

a.cp_btn7 {
	text-align:right;
	display: block;
	position: relative;
	width: 120px;
	padding: 0em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border:1px solid #4a2e8e;
	background: #4a2e8e;
	overflow: hidden;
	z-index: 1 !important;
	border-radius: 30px;
	
}

a.cp_btn7:after {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	background : #fff;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(30deg);
	transition: 0.3s;
	z-index: -1;
}



a.cp_btn7:hover {
	color: #3e3a39;
}
a.cp_btn7:hover:after {
	height: 250%;
	opacity: 1;
}
a.cp_btn7:active:after {
	height: 350%;
	opacity: 1;
}


/*youtube*/

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*その他メニュー*/

 .table>tbody>tr>td,
.table>tbody>tr>th,
.table>thead>tr>th {
    border-style: none; 
	
	
}

.introduction2 { 
padding: 5px 10px 10px 10px;

 }

.introduction-in2 { 
background-color:#fff;
	border: outset 3px #727171;
	border-radius: 7px;
	margin-bottom: 15px;
	
 }
 
.introduction3 { 
padding: 15px 0px 15px 10px;

 }

/*TOPページ終*/

/*コンタクトページ*/
#contents {
	margin-bottom: 40px;
		
}
.max-width1 {
	max-width:700px;
	text-align:left;

}
/*協会広報誌　*/

.max-width200 {
	max-width:200px;
	margin: 2em 0em 2em 0em ;			

}

.max-width4 {
	max-width:400px;
	text-align: center;

}


.max-width220 {
	max-width:200px;
	margin: 2em 2em 2em 2em ;			

}


}







