/*
 Theme Name:   morifuku Child
 Theme URI:    https://example.com/twenty-fifteen-child/
 Description:  morifuku Child Theme
 Author:       John Doe
 Author URI:   https://example.com
 Template:     morifuku
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  morifuku-child
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');


body {
    overflow-x: hidden;
	font-size: 16px;
	font-family: Noto Sans JP;
   }

.site-logo {
    max-width: 220px !important;   
}    

.single .entry-header .entry-title {
        font-size: 26px !important;
        font-weight: 500;
    }

.form-ttl {
    font-size: 2em;
	font-family: Noto Sans JP !important;
	font-weight: 500;
}


.heading-ttl {
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
    color: #333333;
	font-size: 1.5em;
	font-family: Noto Sans JP;
	font-weight: 500;
}

.heading-ttl::before,
.heading-ttl::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 60%;
    width: 45px;
    height: 1%;
    background-color: #000000;
}

.heading-ttl::before {
    left: 0;
}

.heading-ttl::after {
    right: 0;
}

span.marker {
    background-image: repeating-linear-gradient(-45deg,
        #e3f303 0, #e3f303 3px,
        transparent 3px, transparent 6px);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 50%;
}

/* Snow Monkey Forms */

#post-846 {
  margin: 5em auto;
}

.smf-progress-tracker {
  margin-top: 2em !important;
}

.smf-form .smf-form--simple-table {
  text-align: left !important;
}

.wp-block-snow-monkey-forms-item {
  width: 80% !important;
  margin: 2em auto !important; 
  padding-left: 2em !important;
}

.smf-item__col .smf-item__col--label {
    width: 100% !important;
}

.smf-item__controls {
    width: 70% !important;
}

.smf-item__label__text {
  position: relative;
}

/*
.smf-item:has([data-validations~="required"]) .smf-item__label__text::after {
position: absolute;
top: 50%;
right: -50px;
transform: translateY(-50%);
display: grid;
place-items: center;
width: 40px;
height: 23px;
border-radius: 4px;
content: "必須";
font-size: 12px;
color: #fff;
background: #8cba28;
}
*/
.smf-action .smf-button-control__control {
  font-size: 1em;
  background-color: var(--color_main);
  background-image: none;
  color: #fff;
  background-color: #20a564;
  border: none;
  transition: box-shadow 0.25s;
  border-radius: 80px;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0;
  min-width: 15%;
  padding: 1em;
  position: relative;
  text-decoration: none;
  width: auto;
}

.smf-action .smf-button-control__control:hover {
  border-color: inherit!important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1), 0 12px 24px -12px rgba(0, 0, 0, .2);
}

.smf-form .smf-form--simple-table {
  margin: 2em auto;
  text-align: center;
}



/* for Desktop */
@media ( min-width : 640px ){
}

@media (max-width: 575px) {
.site-logo {
    max-width: 200px !important;
}


.heading-ttl {
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
    color: #333333;
	font-size: 1.2em;
	font-family: Noto Sans JP;
	font-weight: 500;
}
.heading-ttl::before,
.heading-ttl::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 60%;
    width: 45px;
    height: 1%;
    background-color: #000000;
}

.heading-ttl::before {
    left: 0;
}

.heading-ttl::after {
    right: 0;
}

.smf-item__controls {
    width: 90% !important;
}

.wp-block-snow-monkey-forms-item {
  width: 100% !important;
  margin: 2em auto !important;
  padding-left: 2em !important;
}

.smf-item__description {
  padding-right: 20px;
  }

}