@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
*/

/* button */
.button_area {
    padding: 3em 1.5em 2.5em !important;
    text-align: center;
	margin: 3em 0.5em 3.5em !important;
}
.button_area_text {
    display: block;
}
.button_area_link {
    display: block;
}
.button_area_sub {
    display: block;
}
.button_area_link {
	animation-name: button_fuwafuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
    margin: .5em;
}
.button_area_link > a  {
    background: linear-gradient(107.61deg, #f9bd4f 10%, #f77b26 90%);
    border-radius: 50px;
	display: inline-block;
    font-size: 16px;
    margin: 20px 0;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    text-align: center;
	font-weight: 700;
	padding: 15px 30px;
	width: 90%;
	max-width: 480px;
}
@keyframes button_fuwafuwa {
    0% {
        transform: scale(1);
    }
	50% {
		transform: scale(1.05);
	}
    100% {
        transform: scale(1);
    }
}
.button_area_text {
    color: #666;
    font-size: 1.1em;
    font-weight: bold;
}
.button_area_sub {
    font-size: 0.9em;
    color: #757575;
}
.button_area_image {
    margin: 1.5em;
}
a.osusume-button__link {
    display: inline-block;
    padding: 7px 5px;
    width: 95%;
    border-radius: 50px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 14%);
    text-decoration: none;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    transition: all .3s;
    position: relative;
    background-color: #338df4;
    margin-top: 0.3em;
    margin-bottom: 0.5em;
    max-width: 100px;
}

/* table */
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #F7F7F7;
}
.service_table > tbody > tr > td, .service_table > tbody > tr > th {
    vertical-align: middle;
}