/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */


/*-------------------------------------------------------------- */
/* 会社概要へボタンのCSS */

.btn-gradation {
  display: inline-block;
  width: 250px;
  text-align: center;
  font-size: 18px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 4px;
  background-image: linear-gradient(-90deg, #3CB371, #AFB4DB);
  transition: .5s;
  background-size: 200%;
}

.btn-gradation:hover {
  background-position: right center;
  text-decoration: none;
}
/*-------------------------------------------------------------- */
/* 見出しウィジェットが機能しないため以下を実装 */

h2.u_line1{
  padding: 0.5em;/*文字周りの余白*/
  color: #000000;/*文字色*/
  border-bottom: solid 2px #006400;/*下線*/
  }
h2.u_line2{
  padding: 0.5em;
  color: #000000;
  border-bottom: solid 2px #ff69b4;
  }
h2.u_line3{
  padding: 0.5em;
  color: #000000;
  border-bottom: solid 2px #ffa500;
  }
h2.u_line4{
  padding: 0.5em;
  color: #000000;
  border-bottom: solid 2px #0000ff;
  }

h3.u_line1{
  padding: 0.5em;
  color: #000000;
  border-bottom: solid 3px #d3d3d3;
}

h5.u_line1{
  padding: 0.5em;
  color: #000000;
  border-bottom: solid 2px #82c9c9;
  }
h5.u_line2{
  padding: 0.5em;
  color: #000000;
  border-bottom: solid 2px #639e62;
  }
h5.u_line3{
  padding: 0.5em;
  color: #000000;
  border-bottom: solid 2px #c4a8e0;
  }
h5.u_line4{
  padding: 0.5em;
  color: #000000;
  border-bottom: solid 2px #ffdead;
  }
h5.u_line5{
  padding: 0.5em;
  color: #000000;
  border-bottom: solid 2px #f0fff0;
  }
h5.u_line6{
  padding: 0.5em;
  color: #000000;
  border-bottom: solid 2px #ffe4e1;
  }
/*-------------------------------------------------------------- */
/*-------------------------------------------------------------- */
/*-------------------------------------------------------------- */
/*-------------------------------------------------------------- */
/*-------------------------------------------------------------- */

