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

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body{
	background: #FFFFFF !important;
	margin-left: auto;
	margin-right: auto;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

table{
	max-width: 960px;
	width: 100%;
	margin-bottom: 20px;
}

table td,
table th {
	width: 100%;
	border-collapse: collapse;
  border-top: 1px solid #838383;
  border-bottom: 1px solid #838383;
  padding: 10px;
  vertical-align: center;
	display: block;
	overflow: auto;
}

table th {
  background: #dddddd;
}

.row {
	max-width: 1200px;
  margin: 0px auto;
	overflow: auto;
}

.col {
  width: 100%;
  text-align: justify;
	overflow: auto;
}

.col img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.wrap{
	max-width: 1280px;
	margin: 0 auto;
}

.cream_box_left {
	padding: 0px;
  color: #000000;
	min-height: 315px;
	overflow: none;
}

.cream_box_left img {
  width: 90%;
	max-width: 90%;
  float: left;
	overflow: auto;
	margin: 0px 20px 20px;
}

.c-commentList img {
  width: 48px;
}

.button {
	background-color: #1e73be;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 24px;
	font-weight: 800;
}

.ranking_banner {
  width: 200px;
  height: 55px;
}

/*タブレット用*/
@media (min-width: 768px){

  	body {
  		max-width: 778px;
  	}

  	.col-md-half {
  		width: 50%;
  	}

  	.col {
      float: left;
      padding: 0px 7px 14px;
    }

  	.cream_box_left img {
      width: 300px;
      max-width: 100%;
      height: auto;
      vertical-align: middle;
  		margin: 0px 20px;
  	}

	  .col-md-fb  {
	    width: 380px;
	  }

		.col-md-52 {
			 width: 52%;
		}

}

/*デスクトップ用*/
@media (min-width: 1024px){

	body {
		max-width: 1000px;
	}

	.cream_box_left img {
		margin: 0px 20px 0px 0px;
	}

	table {
		width: 100%;
	}

	table th {
		width: 30%;
		display: table-cell;
	}

	table td {
		width: 70%;
		display: table-cell;
	}
}

/*コンタクトフォーム７*/
.wpcf7 textarea{
    font: 15px/24px sans-serif;
    box-sizing: border-box;
    width: 100%;
    padding: 0.3em;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #000000;
    border: 1px solid #1e73be;
    border-radius: 4px;
    height: 375px;
    margin-bottom: 10px;
}

.wpcf7 select,
.wpcf7 input[type="text"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"] {
    font: 15px/24px sans-serif;
    box-sizing: border-box;
    width: 100%;
    padding: 0.3em;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #000000;
    border: 1px solid #1e73be;
    border-radius: 4px;
    margin-bottom: 12px;
}

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
    font: 15px/24px sans-serif;
    box-sizing: border-box;
    padding: 0.3em;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #1e73be;
    border: 1px solid #1e73be;
    border-radius: 4px;
    margin-bottom: 12px;
}
