@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
/* TOPロゴ表示 */
#inner-header {
	height: 100px;
}
#logo img {
	height: 100px;
}
@media only screen and (min-width: 1030px) {
    .maximg {
        margin: -35px auto 45px;
	}
}
/* ヘッダーバー */	
hr.top-bar {
	height: 50px;
	margin-bottom: -17px;
	background-color: #154399;
	width: 100%;
	border: none;
}
/* 見出し1 */	
h2.head-1 {
  border-bottom: solid 3px skyblue;
  position: relative;
	font-size: 1.4rem;
}

h2.head-1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}
/* 見出し2 */	
h4.head-2 {
	border-bottom: solid 3px #cce4ff;
	position: relative;
	text-align: center;
}
h4.head-2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}
/* 見出し3 */	
h4.head-3 {
  color: #364e96;
  border: solid 3px #364e96;
  padding: 0.5em;
  border-radius: 0.5em;
}
/* 見出し4 */
h3.head-4 {
	border-left: none;
	padding: 0.5em;
	text-align: center;
	color: white;
	background: #154399;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
}
/* ボックス1 */	
.bo1 {
	margin: 2em 0;
	background: #dcefff;
	font-size: .9em;
}
.bo1 .box-title {
    font-size: 1em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.bo1 p {
    padding: 15px 20px;
    margin: 0;
	font-size: 1em;
	}
/* BOX用リスト1*/
.bo1 ul{
	padding: 0.5em 1em 0.5em 2.3em;
	position: relative;
	border: none;
	margin: 0px;
}
.bo1 ul li {
	line-height: 1.5;
	padding: 0.5em 0;
	list-style-type: none!important;
}
.bo1 ul li:before {
	font-family: "Font Awesome 6 Free";
	content:'\f138';
	position: absolute;
	left : 1em;
	color: skyblue;
	font-weight: 900;
}
/* BOX2*/
.bo2 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
}
.bo2 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.bo2 p {
    margin: 0; 
    padding: 0;
}
/* リスト1 */
.list-1 {
    position: relative;
    padding: 1em 1em;
    border: 2px solid #2589d0;
}
.list-1 > div {
    position: absolute;
    top: -.75em;
    left: 1em;
    padding: 0 .5em;
    background-color: #fff;
    color: #2589d0;
    font-weight: 600;
}
.list-1 ul {
	padding: 0.5em 1em 0.5em 2.3em;
	position: relative;
	border: none;
	margin: 0px;
}
.list-1 ul li{
	line-height: 1.5;
	padding: 0.5em 0;
	list-style-type: none!important;
}
.list-1 ul li:before {
	font-family: "Font Awesome 6 Free";
	content:'\f138';
	position: absolute;
	left : 1em;
	color: skyblue;
	font-weight: 900;
}
/* リスト2 */
.list-2 ul{
	border: solid 2px skyblue;
	border-radius: 5px;
	padding: 0.5em 1em 0.5em 2.3em;
	position: relative;
}

.list-2 ul li{
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.list-2 ul li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	position: absolute;
	left : 1em;
	font-weight: 600;
	color: skyblue;
}
/* リスト3 */
.list-3 ol {
	counter-reset:number;
	list-style-type: none!important;
	padding:0.5em;
	border: none;
}

.list-3 ol li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;
}

.list-3 ol li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  background: #5c9ee7;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
/* リスト4*/
.list-4 ul {
	padding: 0;
	position: relative;
	border: none;
}
.list-4 ul li {
  color: black;
  border-left: solid 8px red;
  background: whitesmoke;
  margin-bottom: 5px;
  line-height: 1.5;
  border-radius: 0 15px 15px 0;
  padding: 0.5em;
  list-style-type: none!important;
}
.list-4 p {
	margin: 0; 
    padding: 0;
	color: red;
}
/*下矢印*/
.arrow-cont {
  margin: 25px;
  width: auto;
  height: 50px;
}
.arrow-u {
	width: 100px;
	height: 35px;
	background: #a4adff;
	clip-path: polygon(0 0%, 36% 0%, 36% 0, 64% 0, 64% 0%, 100% 0%, 50% 100%);
	margin: 0 auto;
}
/* サムネイルエフェクト */
.sam {
	display: block;
	transition: 0.5s;
}
.sam:hover {
	transform: scale(1.1, 1.1);
}
/*お問い合わせフォーム*/
.wpcf7 {
	margin: 20px 20px;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
	color: #333;
	width: 100%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	margin-bottom: 20px;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.wpcf7 input[type="confirm"] {
	font-size: 100%;
	padding: 0.2em 0.4em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="confirm"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
#confirm-button input, .content form input.wpcf7-submit, p.form-submit input[type=submit] {
	font-size: 100%!important;
}
.wpcf7 input[type="submit"] {
	width:95%;
	padding:15px;
	margin-top: 10px;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: none;
	box-shadow: 0 3px 0 #006400;
	color: #fff;
	font-weight: bold;
	background: #dc143c;
	transition: 0.3s;
}
.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
.wpcf7-submit:hover {
	background: #000080;
	transform: translate3d(0px, 3px, 1px);
	-webkit-transform: translate3d(0px, 3px, 1px);
	-moz-transform: translate3d(0px, 3px, 1px);
}
.wpcf7 span.wpcf7-not-valid-tip {
    display: block;
    position: static;
    top: 0;
    left: 0;
    border: none;
    color: red;
}
.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
	text-align: center;
}
.wpcf7 .wpcf7-mail-sent-ok {
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	text-align: center;
}
.wpcf7 .wpcf7-not-valid {
    background: pink;
}
.wpcf7 {
	padding: 5px; 5px;
}
span.radio-883 .wpcf7-list-item:nth-of-type(1) {
	color: #a9a9a9;
	padding: 5px 10px 5px 45px;
}
span.checkbox-431 .wpcf7-list-item {
	padding: 5px 20px;
	display: block;
}
.form-label {
	display: inline-block !important;
	padding: 2px 5px;
	margin: 5px 5px;
	background-color: #ce052c;
	color: #fff;
	font-size: .7em;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
}
.form-label_no {
	display: inline-block !important;
	padding: 2px 5px;
	margin: 5px 5px;
	background-color: #777;
	color: #fff;
	font-size: .7em;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
}
.sub {
	text-align:center;
}
.entry-form {
	margin: 5px 20px;
}
.wpcf7 textarea[name="textarea-915"] {
	height: 150px;
}
.formbox {
    font-size: 1.2em;
	background-color: #1D4382;
    border: none!important;
    color: #fff!important;
}
.formbox a {
    border: none!important;
    color: #fff!important;    
}
.formbox:hover {
    background-color: #87cefa!important;
    color: #000!important;
}
/* 左20%カラム */
.main-column {
	margin: 50px 10px 200px 10px;
	display: flex;
}
.contents1 {
	width: 20%;
	height: 100px;
	margin: 10px;
	text-align: center;
}
.contents1 p {
	font-size: .8em;
}
.contents2 {
	font-size: .9em;
	width: 80%;
	height: 100px;
	margin: 10px;
}