@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/



.page h2 {
     position: relative; /*要素相対配置*/
     font-size: 16px; /*文字サイズ*/
     font-weight: bold; /*文字太さ*/
     color: #365f85; /*文字色*/
     padding: 10px 0;
     text-align: center;
     margin: 1.5em 0;
}
.page h2:before {
      content: "";
      position: absolute; /*要素絶対配置*/
	top:-9px; /*半円縦位置*/
      left: 50%;
      width: 100px; /*半円幅*/
      height: 60px; /*半円高*/
      border-radius: 50%;
      border: 5px solid #88aacb; /*半円色*/
      border-left-color: transparent;
      border-right-color: transparent;
     -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
}

/* ノーマルボタン**************************************************************/
.is-style-btn_normal a {
	padding: 10px 20px 10px 25px !important;
	margin-left: 10px !important;
	font-size: 14px !important;
}
.is-style-btn_normal a:hover {
	opacity: 0.7 !important;
	box-shadow: none !important;
}

/* Contact Form 7 */
/* テキストを太字 */
.wpcf7-form label {
	font-weight: normal;
}
/* フォームの下に余白 */
.wpcf7-form p {
	margin-bottom: 0px;
}
/* フォームのカスタマイズ */
.wpcf7-text, .wpcf7-email, .wpcf7-tel, .wpcf7-textarea {
	width: 100%;
	background-color: #fff;
	margin-top: 5px;
}
/* ボタンのカスタマイズ */
.wpcf7-submit, .wpcf7-previous {
	display: inline-block;
	width: 100%;
	padding: 0.8em 1em;
	border-radius: 5px;
	background: #197a80;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1;
	color: #fff!important;
	margin-top: 10px;
	margin-bottom: 0px;
}
.mailform-text {
	font-size: 14px;
	line-height: 1.5;
}