/*
Theme Name: academica-child-service
Theme URI: http://www.wpzoom.com/themes/academica/
Description: 「Academica」の子テーマ サービスページ用、新規TOPページ用CSS
Tags: blue, two-columns, three-columns, custom-header, custom-menu, translation-ready
Version: 21.06.10
Author: AT
Template: academica
*/
div.single h2, .clear div.single h2, div.single h3, .clear div.single h3, div.single h4, .clear div.single h4, div.single h5, .clear div.single h5, div.single h6, .clear div.single h6, #trialTitle {
	clear: both;
	margin: 1.5rem 0 0.5rem;
}
address, p {
	font-size: 1rem;
}

h2.title {
	font-size: 1.7rem!important;
	text-align: center;
}
.h2-box {
	text-align: center;
	margin: 1rem 0;
}
h2.underline-title {
	display: inline-block;
	font-size: 1.7rem!important;
	padding-bottom: 0.625rem;
	border-bottom: solid 1px #000;
	margin: 0.625rem!important;
}
.h2-sub {
	color: #cc3232;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}
h3.title {
	font-size: 1.2rem!important;
}
h3.left-title {
	font-size: 1.2rem!important;
	text-align: left;
	margin: 1rem 0 0.5rem;
}
h3.left-title:before {
	content: "";
	background-color: #cc3232;
	display: inline-block;
	width: 0.2rem;
	height: 1.4rem;
	transform: translateY(20%);
	margin-right: 0.625rem;
}
.h3-box {
	text-align: center;
}
h3.underline-center-title {
	display: inline-block;
	font-size: 1.2rem!important;
	padding-bottom: 0.625rem;
	border-bottom: solid 1px #000;
}
.h3-sub {
	font-size: 1rem;
	font-weight: bold;
	background-color: #eee;
	text-align: center;
	padding: 1rem;
}
.h3-sub .underline-text {
	border-bottom: solid 1px #000;
	padding-bottom: 0.1rem;
}
.h4-box {
	text-align: center;
}
h4.underline-center-title {
	display: inline-block;
	font-size: 1rem!important;
	padding-bottom: 0.625rem;
	border-bottom: solid 1px #000;
}

.toggle-01 ul li {
	list-style-type: none;
}

.wrapper-1 .fv-title {
	grid-area: title;
	text-align: left;
	margin: 1rem 0 0;
}
.wrapper-1 h1.title {
	font-size: 1.7rem!important;
	color: #0364c2;
}
.wrapper-1 .title-sub {
	grid-area: title-sub;
}
.wrapper-1 .img-container {
	grid-area: img;
}
.wrapper-1 .form-container {
	grid-area: form;
}
.wrapper-1 .note {
	grid-area: note;
	font-size: 1.25rem;
}
.wrapper-1 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem 0;
	grid-template-areas:
	"title"
	"title-sub"
	"img"
	"form"
	"note";
	text-align: justify;
}
.wrapper-1 .img-container img {
	width: 100%;
	height: auto;
}
.wrapper-1 .form-container a {
	display: inline-block;
  height: auto;
  text-align: center;
  color: #cc3232;
  border-bottom: solid 1px #cc3232;
}
.wrapper-1 .form-container a:hover {
	color: #cc3232!important;
  border-bottom: solid 1px #cc3232;
}
.wrapper-1 .note ul li {
	font-size: 1rem;
	list-style-type: none;
}
.wrapper-1 .note ul li.title {
	color: #cc3232;
	list-style-type: none;
}
.wrapper-1 .note ul li:nth-child(n+2):before {
	content: '';
  color: transparent;
	background: #000;
  margin-right: 5px;
  border-radius: 50%;
  font-size: 1rem;
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  text-align: center;
  line-height: 1rem;
	list-style-position: outside;
	vertical-align: baseline;
}
.wrapper-1 .note ul li a {
	color: #000!important;
}


/*コンタクトフォーム7　ここから*/
.trial-allinone {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	text-align: left;
}
.trial-allinone .list {
	border-bottom: solid 1px #DDD;
  padding-block-end: 0.5rem;
	font-size: 1rem;
}
.item {
	grid-area: item;
}
.input {
	grid-area: input;
}
.check-item {
	grid-area: check-item;
	font-size: 1rem
}
.check {
	grid-area: check;
	font-size: 1rem
}
.trial-allinone label.input-label {
	display: grid;
	grid-template-columns: 4fr 8fr;
	grid-template-areas:
	"item input";
	text-align: left;
}
.trial-allinone label.check-label {
	display: grid;
	grid-template-columns: 8fr 4fr;
	grid-template-areas:
	"check-item check";
	text-align: left;
}
.trial-allinone input[type="text"],.trial-allinone input[type="email"],.trial-allinone input[type="url"],.trial-allinone input[type="select"] {
	border: solid 1px transparent;
  font-size: 1rem;
	font-family: Verdana,"Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体",Meiryo,"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HGPｺﾞｼｯｸM","Source Han Sans",sans-serif;
  padding: 0.5rem;
  vertical-align: bottom;
}
select {
	border: solid 1px #ddd;
}
button, input, select, textarea {
	font-size: 1rem;
	font-family: Verdana,"Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体",Meiryo,"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HGPｺﾞｼｯｸM","Source Han Sans",sans-serif;
	padding: 0.5rem;
	vertical-align: bottom;
}
.trial-allinone input[type="submit"]  {
  display: block;
	width: 100%;
	font-size: 1.5rem;
	background-color: #0364c2;
	color: #fff!important;
	text-align: center;
}
.trial-allinone input[type="submit"]:hover {
	background: #cc3232;
/*	filter: hue-rotate(-85deg);*/
}
.wpcf7-list-item {
  margin: 0 1rem 0 1rem;
	vertical-align: baseline;
	width: 1rem;
}

input[type="checkbox"], input[type="radio"] {
	vertical-align: baseline;
}


/*コンタクトフォーム7　ここまで*/


/*スマホ以上*/
@media screen and (min-width: 1200px) {
	div.single h2, .clear div.singl h2, div.single h3, .clear div.single h3, div.single h4, .clear div.single h4, div.single h5, .clear div.single h5, div.single h6, .clear div.single h6, #trialTitle {
		clear: both;
		margin: 1.5rem 0 0.5rem;
	}
	.h2-box {
		text-align: center;
		margin: 1rem 0;
	}
	h2.title {
		font-size: 2rem!important;
		text-align: center;
	}
	h2.underline-title {
		font-size: 2rem!important;
	}
	.h2-sub {
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
	}
	h3.title {
		font-size: 2rem;
		margin: 3rem 0 1.5rem
	}
	h3.left-title {
		font-size: 2rem!important;
		text-align: left;
		margin: 3rem 0 1.5rem
	}
	h3.left-title:before {
		content: "";
		background-color: #cc3232;
		display: inline-block;
		width: 0.4rem;
		height: 2rem;
		transform: translateY(20%);
		margin-right: 0.625rem;
	}
	h3.underline-center-title {
		font-size: 2rem!important;
	}
	.h3-sub {
		font-size: 1.3rem;
		padding: 1rem;
	}
	h4.underline-center-title {
		font-size: 1.5rem!important;
	}
	.wrapper-1 {
		display: grid;
		grid-template-columns: 7fr 5fr;
		gap: 1rem 3rem;
		grid-template-areas:
		"title title"
		"title-sub form"
		"img form"
		"note note";
		margin: 1rem 0;
	}
	.wrapper-1 h1.title {
		font-size: 2.5rem;
		margin: 2rem 0 0;
	}
	.wrapper-1 h2.title {
		font-size: 1.7rem;
    text-align: center;
    font-style: italic;
    position: relative;
    left: -1rem;
    width: 103%;
	}
	.trial-allinone .list {
		padding-block-end: 0.5rem;
		font-size: 1.3rem;
	}
	.trial-allinone input[type="text"],.trial-allinone input[type="email"],.trial-allinone input[type="url"],.trial-allinone input[type="select"] {
	  font-size: 1.3rem;
	  padding: 0.5rem;
	}
	select {
		border: solid 1px #ddd;
	}
	button, input, select, textarea {
		font-size: 1.3rem;
		padding: 0.5rem;
	}

}
