@charset "utf-8";

/* 書体のCSS
------------------------------------------------------------*/


/* main
------------------------------------------------------------*/
#main h2{
  font-size : 16pt;
  text-align : left;
  font-weight : bold;
  margin-bottom : 15px;
  margin-top : 20px;
  padding-left : 10px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
}

#main h3{
	font-size : 14pt;
  margin-top : 25px;
  font-weight : bold;
  padding-left : 10px;
  padding-top : 5px;
  padding-right : 0px;
  margin-bottom : 10px;
  background-color : #f3f3f3;
}

#main h4{
	font-size : 13pt;
margin-top : 25px;
  font-weight : bold;
}

/* main★ＴＯＰページ用
------------------------------------------------------------*/
#main_top h2{
  font-size : 16pt;
  text-align : left;
  font-weight : bold;
  margin-bottom : 15px;
  margin-top : 20px;
  padding-left : 10px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
}

#main_top h3{
	font-size : 14pt;
  margin-top : 25px;
  font-weight : bold;
  padding-left : 10px;
  padding-top : 5px;
  padding-right : 0px;
  margin-bottom : 10px;
  background-color : #f3f3f3;
}

#main_top h4{
	font-size : 13pt;
margin-top : 25px;
  font-weight : bold;
}


/* header
------------------------------------------------------------*/
header h2{
  font-size : 14pt;
  font-weight : bold;
}


header h3{
  font-size : 12pt;
  font-weight : bold;
  margin-top : 20px;
  margin-bottom : 15px;
}

header h4{
  font-size : 11pt;
  font-weight : bold;
  margin-top : 20px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : gray;
}

header h5{
  font-size : 10.5pt;
  font-weight : bold;
}

/* footer
------------------------------------------------------------*/

footer h3{
  font-size : 11pt;
  font-weight : normal;
}



/* 子ぺージメニュー（カラム式）
------------------------------------------------------------*/
.child_menu-title{
  font-size : 12.5pt;
  font-weight : bold;
  margin-top : 5px;
  margin-bottom : 5px;
  text-align : left;
  padding-top : 7px;
  padding-bottom : 5px;
  padding-left : 25px;
  background-repeat : no-repeat;
  background-position : left center;
  background-image : url(https://pips.blue/rotary/wp-content/uploads/2023/05/round_link.png);
}

/* リンクボタン
------------------------------------------------------------*/
.link_button img{
	display: bloc; 
width : 100%;

/*↓角丸 */
-webkit-border-radius: 5px; /* Safari, Chrome用 */
-moz-border-radius: 5px; /* Firefox用 */
border-radius: 5px; /* CSS3 */
/*↓影をつける */
-webkit-box-shadow: 2px 2px 3px #CCC; /* Safari, Chrome用 */
-moz-box-shadow: 2px 2px 3px #CCC; /* Firefox用 */
box-shadow: 2px 2px 3px #CCC; /* CSS3 */

  padding-top : 0em;
  padding-left : 0em;
  padding-right : 0em;
  padding-bottom : 0em;
  height : 100%;
}


/* アプリのアイコン付きリンク
------------------------------------------------------------*/
.link_pdf{
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : gray;
  font-size : 11pt;
  font-weight : normal;
  background-image : url(../images/mark/icon_pdf.png);
  background-repeat : no-repeat;
  background-position : 5px 0px;
  text-indent : 50px;
  margin-top : 5px;
  margin-bottom : 25px;
  padding-top : 10px;
}

.link_excel{
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : gray;
  font-size : 11pt;
  font-weight : normal;
  background-image : url(../images/mark/icon_excel.png);
  background-repeat : no-repeat;
  background-position : 5px 0px;
  text-indent : 50px;
  margin-top : 5px;
  margin-bottom : 25px;
  padding-top : 10px;
}

.link_word{
  padding-top : 10px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 10px;border-width : 1px;border-style : solid;border-color : silver;
  margin-top : 10px;
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
border-radius: 5px;
-webkit-box-shadow: 2px 2px 3px #CCC; 
-moz-box-shadow: 2px 2px 3px #CCC;
box-shadow: 2px 2px 3px #CCC;
  font-size : 15pt;
  font-weight : bold;
  background-image : url(../images/mark/icon_word.png);
  background-repeat : no-repeat;
  background-position : 10px center;
  text-indent : 35px;
}

.link_powerpoint{
  padding-top : 10px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 10px;border-width : 1px;border-style : solid;border-color : silver;
  margin-top : 10px;
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
border-radius: 5px;
-webkit-box-shadow: 2px 2px 3px #CCC; 
-moz-box-shadow: 2px 2px 3px #CCC;
box-shadow: 2px 2px 3px #CCC;
  font-size : 15pt;
  font-weight : bold;
  background-image : url(../images/mark/icon_powerpoint.png);
  background-repeat : no-repeat;
  background-position : 10px center;
  text-indent : 35px;
}

.link_pdf2{
  font-size : 11pt;
  font-weight : normal;
  background-image : url(../images/mark/icon_pdf.png);
  background-repeat : no-repeat;
  background-position : 5px 0px;
  text-indent : 50px;
  margin-top : 5px;
  margin-bottom : 25px;
  padding-top : 10px;
}

.link_excel2{
  font-size : 11pt;
  font-weight : normal;
  background-image : url(../images/mark/icon_excel.png);
  background-repeat : no-repeat;
  background-position : 5px 0px;
  text-indent : 50px;
  margin-top : 5px;
  margin-bottom : 25px;
  padding-top : 10px;
}




/* メールフォーム
------------------------------------------------------------*/

.mailform{
  font-weight : normal;
  padding-top : -10px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 15px;border-width : 1px;border-style : solid;border-color : silver;

-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
border-radius: 5px;

-webkit-box-shadow: 2px 2px 3px #CCC; 
-moz-box-shadow: 2px 2px 3px #CCC;
box-shadow: 2px 2px 3px #CCC;
  margin-top : 10px;
}

.attention_red{
  font-weight : normal;
  color : red;
  font-size : 9pt;
  }.mailform h4{
  
  font-size : 10.5pt;
  border-bottom-style : none;
  
  border-bottom-color : white;
  margin-top : 25px;
  margin-bottom : 5px;
  color : teal;
}.mailform input{
  
  font-size : 10.5pt;
  width : 100%;
  height : 50px;
  }.mailform textarea{
  
  font-size : 10.5pt;
  width : 100%;
  height : 200px;
  }.button_mailform{
  
  font-size : 14pt;
  margin-top : 10px;
  margin-right : 10px;
  
  font-weight : bold;
  color : white;
  background-color : #004080;
}

/* チェックボタンの項目を縦並びにする */
.hp_link{
  font-size : 14pt;
  font-weight : bold;
  background-image : url(../images/hp/hp_link1.png);
  background-repeat : no-repeat;
  background-position : 10px 5px;
  padding-left : 70px;
border-width : 1px;border-style : solid;border-color : silver;
  height : 50px;
  line-height : 17pt;
  padding-top : 10px;
  margin-bottom : 5px;
}

.hp_link span{
  font-size : 11pt;
  font-weight : normal;
  border-top-width : 1px;
  border-top-style : dotted;
  border-top-color : silver;
}

/* チェックボックス */

input[type="checkbox"]{
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"]{
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  vertical-align: -5px;
}

input[type="checkbox"]:checked::before{
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}

span.wpcf7-list-item{
	display:block;
  color : teal;
}

