@media print {
	body {
		width: 980px;
	}

	#sidebar {
		display: none !important;
	}
}

#header{
	height: 3.55em;
}

.wrapper > .inner {
    margin: 0 auto;
    max-width: 80em;
    width: 90%;
}

.row {
    margin-top: 0;
    margin-left: -2em;
}

.row > * {
    padding: 0 0 0 2em;
}

header.major {
    margin: 0 0 1.5em 0;
}

#homeThumbnail1 .post .image{
	margin-bottom: 0;
}

.wrapper + #homeFeature1.wrapper {
	border-top: 0;
}

.wrapper > .inner > h2:after{
    left: 50%;
    transform: translateX(-50%);
}

.position-c{
	text-align: center;
}

.position-c:after, .position-c *:after{
    left: 50%;
    transform: translateX(-50%);
}

.border-b{
	border-bottom: 1px solid #e6e6e6;
}


.productFeature {
    margin-bottom: 2em;
    text-align: center;
    border-radius: 1em;
    overflow: hidden;
}

#banner > article h2.bannerTtlWithParag{
    margin-bottom: 0.3em;
}


.latest_blog_update{
    max-width: 80em;
}

.latest_blog_update p{
    display:table;
    margin:0 auto 0.5em;
    padding:0 0 0.5em;
    border-bottom:1px dotted #ccc;
    width:100%;
}

.latest_blog_update p span.date{
    display:table-cell;
    width:6em;
    padding:0.2em 0 0.2em 0.2em;
}

.latest_blog_update p span.title{
    display:table-cell;
    padding:0.2em 0.2em 0.2em 0;
}

.latest_blog_update p span.date,.latest_blog_update p span.title{
    font-size: 1.2em;
}

.latest_blog_update p span.title a{
    text-decoration: none;
}

.top_info_link{
    border-bottom: 0;
    transition: all 0.2s linear;
}

.top_info_link:hover{
    color: #cccccc;
    transition: all 0.2s linear;
}

#homeFeature1 .row > div {
    margin-bottom: 2em;
}

.flow_design10 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 80em;
}

.flow10 {
  padding-left: 0;
  width: 100%;
}

.flow10 > li {
  list-style-type: none;
  border: 2px solid #98264d;
  padding: 2em;
  border-bottom-width: 10px;
  background: white;
}

.flow10 > li.flow_list_b {
  border: 2px solid #706105;
  border-bottom-width: 10px;
}

.flow10 > li.flow_list_c {
  border: 2px solid #256285;
  border-bottom-width: 10px;
}



.flow10 > li:not(:last-child) {
  margin-bottom: 5em;
  position: relative;
}

.flow10 > li:not(:last-child)::after {
content: '';
    position: absolute;
    border: 20px solid transparent;
    width: 0;
    height: 0;
    bottom: -5em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-top-color: #555555;
}

.flow_split .flow10 > li:first-child {
  margin-top: 3em;
}

.flow_split .flow10 > li:first-child::before {
	content: '';
	    position: absolute;
	    border: 20px solid transparent;
	    width: 0;
	    height: 0;
	    top: -3em;
	    left: 50%;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    border-top-color: #555555;
	}
}

.flow10 > li dl{
	margin: 0 0 1.5em 0;
}

.flow10 > li dl dt {
      font-size: 1.5em;
  font-weight: 100;
  border-bottom: 2pt dashed #98264d;
  line-height: 1.3;
  padding-bottom: 0.8em;
  margin-bottom: 1em;
  text-indent: -1.67em;
  padding-left: 1.67em;
}

.flow10 > li.flow_list_b dl dt {
  border-bottom: 2pt dashed #706105;
}

.flow10 > li.flow_list_c dl dt {
  border-bottom: 2pt dashed #256285;
}

.flow10 > li .icon10 {
  margin-right: 0.5em;
}

.flow10 > li dl dd {
  margin: 0;
}




#one{
  background: linear-gradient(
    170deg,
    rgb(158 190 255) -50%, rgb(255 255 255) 50%
  );
  padding: 5em 0;
}

#one h2{
	text-shadow: #fff 3px 3px 3px, #fff 3px 3px 3px, #fff 3px 3px 3px;
}


#content_wave1 {
    position: relative;
    top: 5.05em;
}


.editorial {
  display: block;
  width: 100%;
  max-height: 42px;
  margin: 0;
  z-index:5;
  bottom:0;
  position:absolute;
  left:0px;
  float:left;
}

#one .inner.features {
    margin-bottom: 3em;
    max-width: 65em;
}

#one .inner.features p:last-of-type {
    margin-bottom: 0;
}

#homeTempleThumbnail h3 {
    margin-bottom: 0.3em;
}

#homeTempleThumbnail .inner .row > div{
    margin-bottom: 2em;
}

#front_ttlimg1{
	width: 595px;
}

#footer_info li {
    list-style-type: none;
}

#footer_info li:before {
    font-family: FontAwesome;
    margin-right: 0.5em;
}

#footer_name{
	font-size: 2em;
    margin-bottom: 1em;
    font-family: serif;
    font-weight: 700;
}

#footer_name span{
	font-size: 67%;
}

#link_to_more{
	text-align: center;
}

#link_to_more a{
    display: inline-block;
    border: 1px solid #333333;
    padding: 1em;
	transition: background-color 0.2s ease-in-out;
	margin-bottom: 1em;
}

#link_to_more a:hover{
	transition: background-color 0.2s ease-in-out;
	background-color: #e5e5e5;
}

section#homeThumbnail1 {
    padding-bottom: 4.1em;
}

#footer_wave{
	position: relative;
    bottom: -4.5em;
}

.br_on_mobile{
	display: none;
}

#banner{
	text-shadow: 0px 0px 2px #222, 0px 0px 2px #222 !important;
}

.productFeature a{
	overflow: hidden
}

.productFeature a img{
	width: 100%;
	opacity: 1;
	vertical-align: bottom;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.productFeature a img:hover{
	opacity: 0.8;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.frontThumbnails img{
	width: 100%; 
	vertical-align: bottom; 
	mix-blend-mode: multiply;
}

h2.ttlimg{
	margin-bottom: 1em;
}

header#title_wrapper{
	text-align: center;
	    padding: 4em 0;
    background-color: #eeeeee;
	background-image: url(../../images/sub_title_bg1.jpg);
	background-size: cover;
}

header.major h1#pagetitle, .wrapper.blog_wrapper #pagetitle{
	margin: 0;
	padding: 0;
	font-size: 1.5em;
}

 .wrapper.blog_wrapper h1#pagetitle, header.major h1#pagetitle{
	line-height: inherit;
}

header.major h1#pagetitle span, .wrapper.blog_wrapper #pagetitle span{
    color: white;
	background-color: rgba(0,0,0,0.6);
    padding: 0.1em 2em 0.2em;
    border-left: 5px solid #81d6f1;
    border-right: 5px solid #81d6f1;
}

header.major h1#pagetitle span a, .wrapper.blog_wrapper #pagetitle span a{
    color: white;
    border: 0;
}

.parallax1 > use {
  animation: move-forever1 10s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax2 > use {
  animation: move-forever2 8s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax3 > use {
  animation: move-forever3 6s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax4 > use {
  animation: move-forever4 4s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

.iPhone #banner > article{
	background-attachment: initial;
}

.iPad #banner > article{
	background-attachment: initial;
}

#banner {
    min-height: 30em;
    height: 40vh;
}

.row > div{
}

.row > div > div{
	/*margin: 0.25em;*/
	margin-bottom: 2em;
	border-radius: 1em;
}

#main .row > div > div {
	padding: 1.8em;
}

h2.subtitle1{
	font-size: 2em;
    margin-bottom: 0.5em;
}

#main h2.subtitle1{
	margin-bottom: 1em;
    text-align: center;
}

#main h2.subtitle1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

#main h2.subtitle1::before,
#main h2.subtitle1::after {
  content: '';
  flex-grow: 0.05;
  height: 3px;
  background: #666666;
}

#main h2.subtitle1::before {
  margin-right: 30px;
  position: relative;
}

#main h2.subtitle1::after {
  margin-left: 30px;
  position: relative;
  width: initial;
}

h4.minititle1{
	font-size: 1.5em;
    margin-bottom: 0.5em;
}

#main h2 + p {
    margin-bottom: 3em;
}

#main li{
	list-style-type: none;
}

.qa_wrapper{
	margin-bottom: 2em;
	position: relative;
	padding-top: 4em;
	top: -4em;
	margin-bottom: -3em;
}

.qa_wrapper h4{
	position: relative;
}

.qa_wrapper > p, .qa_wrapper > div{
	margin-bottom: 1em;
    padding: 1em;
    margin-left: 2em;
    background-color: #eaf5fa;
    border-radius: 1em;
	position: relative;

}

#qa_list{
	padding-left: 0;
    margin: 0 0 4em 0;
}

#qa_list li{
    margin-bottom: 1em;
    text-indent: -1.3em;
    margin-left: 1.3em;
}

.toggle_style1{
    margin-bottom: 3em;
}



.row.row_toggle {
    /*margin-bottom: 3.5em;*/
    padding-top: 3em;
    padding-bottom: 5em;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
}

#main.wrapper > .inner.indiv_maxwidth .inner_content_div .row.row_toggle, .title_maxwidth, .row_add_footer_message{
    max-width: 70em;
}

#main.wrapper > .inner.indiv_maxwidth .inner_content_div .row.row_toggle, .row_add_footer_message{
    padding-top: 4em;
	margin-left: auto;
	margin-right: auto;
}

.row.row_toggle.row_add_footer_message{
	padding-top: 0;
	padding-bottom: 0;
}

.wrapper > .inner.add_footer_message_wrapper{
	padding-top: 0;
	margin-bottom: 2em;
}

#main .row.row_add_footer_message > div > div.add_footer_message_wrapper{
	padding: 0;
}

.inner_content_div{
    position: relative;
}

.inner_content_div:nth-child(odd){
    background-color: rgb(245 245 245);
}

.inner_content_div:not(.jiin_partnership_inner_content_div):not(.service_inner_content_div):nth-child(odd) .row.row_toggle {
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.row.row_toggle .introduction_images {
    min-height: 1em;
    position: relative;
}

.introduction_images img {
    border: 1em solid white;
    border-bottom: 3.5em solid white;
    position: relative;
    width: 100%;
    z-index: 2;
    box-shadow: 3px 4px 14px 1px rgb(0 0 0 / 15%);
}

.service_inner_content_div .introduction_images img {
    border: 0;
    position: relative;
    width: 100%;
    z-index: 2;
    box-shadow: 3px 4px 14px 1px rgb(0 0 0 / 15%);
}

.introduction_images.picture_frame2 img {
    border: initial;
    box-shadow: initial;
}

#main h3.feature1_minititle {
    border-left: 12px solid #5372c2;
    padding: 0.15em 0.5em 0 0.75em;
    margin-bottom: 1.5em;
    font-size: 1.8em;
}

#main h3.service_feature.feature1_minititle {
    border-left: none;
    padding: 0;
    margin-bottom: 1.5em;
    font-size: 1.8em;
}

#main.wrapper > .inner, .info_add.wrapper > .inner {
    max-width: 70em;
/*↑#main.wrapper > .inner.indiv_maxwidth > .inner_content_divと同じに*/
    padding-top: 3em;
}

#main.wrapper > .inner.indiv_maxwidth {
    width: 100%;
    padding: 3em 0 0 0;
    max-width: initial;
}

.introduction_images img.backimg{
    position: absolute;
    z-index: 1;
    top: 0.5em;
    box-shadow: 2px 2px 14px 1px rgb(0 0 0 / 10%);
}

.inner_content_div:nth-child(odd) .introduction_images img.backimg{
    rotate: 355deg;
    width: 91.5%;
    left: 1em;
}

.inner_content_div:nth-child(even) .introduction_images img.backimg{
    rotate: 355deg;
    width: 91.5%;
    left: 1em;
}


#teraumi1.price {
    font-size: 2.5em;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 0.2em;
    color: #333;
    font-weight: bold;
    font-family: auto;
}

#main p.price_detail{
    font-size: 1em;
    text-align: center;
    line-height: 1;
    margin-bottom: 2em;
}

.row > div > div.service_wrapper{
	padding: 1.8em;
}

.row > div > div.service_wrapper{
    border-radius: 0;
}

.service_img{
    width: 100%;
    border-radius: 0.5em;
    margin-bottom: 1em;
}

#main .service_lineup h3.alt.subtitle2{
	line-height: normal;
    margin-bottom: 0;
    text-align: center;
    font-size: 1.8em;
}

#main .service_lineup h3.alt.subtitle2 + h4{
	text-align: center;
    font-size: 1.5em;
    margin-top: -0.25em;
}

#main .service_lineup .service_option h3.alt.subtitle3{
	line-height: 1;
    margin-bottom: 0.5em;
    text-align: left;
    font-size: 1.5em;
}

#main .service_lineup .service_option p{
    margin-bottom: 0.5em;
}

#main .service_lineup .service_option p:last-child{
    margin-bottom: 0em;
}

.service_lineup ul{
	padding-left: 0;
}

.service_lineup ul li{
	padding-left: 0;
    font-size: 1.1em;
    margin-top: 0.5em;
}

.service_lineup ul li i{
	padding-right: 0.5em;
}

section.content_split2 > div  {
    width: 48%;
    background-color: #f6f6f6;
    margin: 0;
    border-radius: 1em;
    padding: 1.5em;
}

.inner_content_div:nth-child(odd) .row.row_toggle section.content_split2 > div {
    background-color: #ffffff;
}



section.content_split2 > div > h4 {
	text-align: center;
}

#main .row > div > section.content_split2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    padding: 0;
	background-color: initial;
}

span.comment_mark {
    font-size: 0.6em;
    vertical-align: top;
    position: relative;
    top: -0.4em;
}

.overview_feature_title1{
    position: relative;
    z-index: 1;
    text-align: left;
    margin: 0 auto;
    width: 210px;
    color: white;
    position: absolute;
    top: -0.7em;
    left: 0.9em;
    padding-left: 2.3em;
}

.overview_feature_title1::before{
    transform: skewX(0deg);
    content: "";
    position: absolute;
    top: -0.5em;
    bottom: -0.5em;
    left: 1em;
    right: -3em;
    z-index: -1;
    background-color: #5372c2;
}

.overview_feature_title1::after {
    content: "";
    position: absolute;
    top: -0.5em;
    bottom: -0.5em;
    left: 1.65em;
    right: -3em;
    z-index: -1;
    padding: 1em;
    background-color: #333333;
}

.c_all{
	text-align: center;
}

.privacy p{
	margin-bottom: 1em;
}

.privacy p:has( + h3){
	margin-bottom: 2em;
}

.privacy p + h3{
	margin-top: 2em;
	text-decoration: underline;
}
.table-wrapper{
    margin-left: auto;
    margin-right: auto;
}

.wrapper.major-pad.with-footer-wave.only_wave {
    padding: 0 0 4em 0;
}

.agreement_700_disp{
	display: none;
}

.wrapper > .inner > .decorate_type1 {
    padding: 2em !important;
    background: #f5f5f5;
    margin-bottom: 2em;
}

.wrapper > .inner > .decorate_type1 p {
    margin-bottom: 0.5em;
}

.wrapper > .inner > .decorate_type1 p:last-child {
    margin-bottom: 0;
}

p#teraumi1.price > span {
    font-size: 0.5em;
}

.qa_explain_type .qa_minittl{
    font-weight: 700;
    margin-top: 1em;
}

.qa_explain_type p{
    margin-bottom: 1em;
}

.textlink_to_btn, #submit_btn, #back_btn{
	padding: 0.5em 1em;
    display: inline-block;
    border-radius: 0.5em;
    background: #6fa6b3;
    color: white;
    margin-bottom: 1em;
    cursor: pointer;
    transition: all 0.2s linear;
}

#submit_btn, #back_btn{
	padding: 1em 2em;
}

#back_btn{
    background: #aaaaaa;
}

.textlink_to_btn:hover, #submit_btn:hover, #back_btn:hover{
	opacity: 0.8;
    transition: all 0.2s linear;
}

.fa-angle-right:before {
    font-family: FontAwesome;
    font-style: normal;
}

p.form_sample_text {
    font-size: 0.9em;
    margin: -1em 0 0em 0;
    color: #999999;
    pointer-events: none;
    border: 0;
    text-decoration: none;
}

p.form_sample_text a{
    pointer-events: none;
    border: 0;
    text-decoration: none;
}

.youtube_wrapper {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube_wrapper iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.blog_wrapper video{
	width: 100%
}

.blog_wrapper ul.sidebar{
    background: #f0f2fd;
    padding: 1.5em 1em;
    border-radius: 12px;
}

.sidebar h2.wp-block-heading {
    font-size: 1.2em;
}

.wp_post_wrapper img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.wrapper.blog_wrapper{
	padding-top: 0;
}

h1.part_title.blog_title, h2.part_title.blog_title {
    border-left: 10px solid #5372c2;
    padding: 0.15em 0.5em 0 0.5em;
    font-size: 1.8em;
    margin-bottom: 1em;
    font-weight: 700;
	font-family: serif;
	line-height: 1.25em;
    letter-spacing: 0.05em;
}

h3.blog-item__title {
    border-left: 10px solid #5372c2;
    padding: 0.15em 0.5em 0 0.5em;
}

.m_category_menu{
	display: none;
}

#main .blog_wrapper .row > div > div {
    background-color: initial;
    padding: initial;
}

#main .blog_wrapper .sidebar h2.wp-block-heading {
	font-size: 1.2em;
    background-position-x: right;
    background-repeat: no-repeat;
    padding: 0.5em 0.3em 0.3em;
    display: inline-block;
    padding: 0;
    /*line-height: 0.2;*/
    /*border-bottom: 12px solid #bde3ff;*/

    background: linear-gradient(rgb(0 0 0 / 0%) 55%, #bde3ff 45%);

}

.wp-block-calendar tr:nth-child(2n+1) {
    background-color: #f5f9ff;
}

.wp-block-calendar th {
    text-align: center;
    
}

.sidebar_widget h2.wp-block-heading{
	margin-bottom: 1em;
}

nav.wp-calendar-nav {
    margin-bottom: 1.5em;
}

.sidebar_widget table#wp-calendar{
    margin-bottom: 1em;
}

.wp_post_wrapper h3 {
    padding: 0.5em 0.5em 0.3em;
    border-bottom: 2px solid #7794ad;
    background-color: #e6f1f5;
    margin: 0 0 2em 0;
}

.wp_post_wrapper h4 {
    font-size: 1.4em;
    line-height: 1.5em;
    font-family: serif;
    font-weight: 700;
}

.blog_wrapper header.major {
    margin: 0;
}

.sidebar_widget .sidebar li{
	line-height: 1.5;
}

div#breadcrumb li {
    display: inline-block;
}

div#breadcrumb ul {
    padding-left: 0;
    margin-bottom: 1.5em;
}

:where(.wp-block-calendar table:not(.has-background) th) {
    background: #c9d5ff;
}

.wp-block-calendar table:where(:not(.has-text-color)) td, .wp-block-calendar table:where(:not(.has-text-color)) th {
    border-color: #a4b0c8;
}

table.wp-calendar-table thead {
    border-bottom-color: #a1b3d7;
}

.blog_wrapper .pagenation {
    margin: 1em 0 2em;
}

.blog_wrapper .pagenation li {
    padding-left: initial;
    display: inline-block;
}

.blog_wrapper .pagenation ul {
    margin: 0;
    padding-left: initial;
}

.blog_wrapper .pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.blog_wrapper .pagenation li.active {
    border-radius: 3px;
    background-color: #5185e4;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 0.5em 1em;
}

.blog_wrapper .entry_info_date {
    font-size: 1.1em;
}

.blog_wrapper .entry_info_category{
    margin: 0.5em 0 1em;
}

.blog_wrapper .entry_info_category a {
    display: inline-block;
    padding: 0.1em 0.5em 0.2em;
    border: none;
    text-wrap: nowrap;
    background-color: #316ea7;
    color: white;
    border-radius: 0.2em;
    margin-right: 0.3em;
    margin-bottom: 0.5em;
}

.blog_wrapper .blog-item__read {
    float: left;
}

.blog_wrapper .blog-item__read img{
    margin-right: 1.5em;
}

.blog_wrapper .wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    display: block;
    font-size: 0.7em;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.blog_wrapper a:has( > img){
	border-bottom: 0;
}

.blog_wrapper a img{
	opacity: 1;
	transition: all 0.2s;
}

.blog_wrapper a img:hover{
	opacity: 0.8;
	transition: all 0.2s;
}

.blog_wrapper .paging {
    margin-bottom: 2em;
    overflow: hidden;
}

.blog_wrapper .paging .next {
    float: left;
    width: 49%;
    padding-right: 1.3em;
    border-right: solid 1px rgba(210, 215, 217, 1);
}

.blog_wrapper .paging .prev {
    float: right;
    width: 49%;
    text-align: right;
}

#navPanel {
    text-transform: none;
}

table#wp-calendar td a {
    border-bottom: 0;
    color: white;
    background: #a3cbe9;
    display: block;
    border-radius: 0.2em;
}

.header_logo{width: 180px; position: relative; top: 0.9em; display: none;}
header.reveal:not(header.alt) #header_logo_normal{display: block;}
header:not(header.alt):not(header.reveal) #header_logo_normal{display: block;}
header.alt #header_logo_white{display: block;}

.fb_icons{width: 29px; position: relative; top: 0.5em; display: none;}
header.reveal:not(header.alt) #fb_img_a{display: block;}
header:not(header.alt):not(header.reveal) #fb_img_a{display: block;}
header.alt #fb_img_b{display: block;}
#fb_text{}

.ig_icons{width: 29px; position: relative; top: 0.55em; display: none;}
header.reveal:not(header.alt) #ig_img_a{display: block;}
header:not(header.alt):not(header.reveal) #ig_img_a{display: block;}
header.alt #ig_img_b{display: block;}
#ig_text{}

#home_logo{
    display: block !important;
    width: 300px;
    margin-bottom: 0.6em;
    margin-left: auto;
    margin-right: auto;
}

#header nav > ul > li {
    display: inline-block;
    margin-left: 1.8em;
    padding: 0;
}

h4.under_feature1_h4 span{
	font-family: serif;
    font-weight: bold;
    font-size: 1.3em;
    background: linear-gradient(rgb(0 0 0 / 0%) 50%, yellow 35%);
}

h4.under_feature_h4_2{
    background: url(/images/fukidashi_icon_blue.png) no-repeat top left;
    background-size: 2em;
}

h4.under_feature_h4_2 span{
	font-family: serif;
    font-weight: bold;
    font-size: 1.3em;
    display: inline-block;
    padding-left: 1.8em;
    color: #37549f;
    padding-bottom: 0.3em;
}

.checkmark_position1{
	width: 2em;
    position: relative;
    top: 0.4em;
}

.vertical_c_img1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

.jiin_partnership_inner_content_div p:not(p.normal_parag_margin1){
	margin-bottom: 1em;
}

h4.under_feature1_h4:has(.checkmark_position1) {
    line-height: 2em;
    text-indent: -2em;
    margin-left: 2em;
}

.partnership_img_group img{
	width: calc(100% / 6);
	vertical-align: bottom;
}

.jiin_partnership_normal_img1, .jiin_partnership_normal_img2{
	position: relative; 
	width: 100%; 
}

.parag_under_checkmark{
    margin-left: 2em;
}

h4.inline_minititle1 {
    display: inline-block;
    background: #333333;
    color: white;
    padding: 0.3em 1em;
    border-radius: 2em;
    margin-left: 1.5em;
}

h4.inline_minititle1 + div {
    margin-top: -2.4em;
    padding-top: 2em !important;
    border: 4px solid #5d91b5;
    margin-bottom: 1.5em;
}

.jiin_partnership_inner_content_div h4.inline_minititle1 + div p:last-child{
	margin-bottom: 0;
}

#main .row > div > div.customer_voices {
    background: url(/images/teraumi_watermark_logotype1.png) white no-repeat right bottom;
    border: 8px solid #cbd2e5;
    box-shadow: 5px 5px 0 0 #b8b8b8;
    background-position-x: calc(100% - 2em);
    background-size: 40%;
}

#main .row > div > div.customer_voices p:last-child {
	margin-bottom: 0;
}

#main .row > div > div.customer_voices p {
	margin-bottom: 1em;
}

#main .row > div > div.div_under_inline_minititle1{
	background: #f6f9ff;
}

.frontmessage_indiv_page p{
	text-align: left;
}

.parag_wrapper_under_checkmark{
    background: white !important;
    padding: 1em;
    margin-left: 2em;
}

.parag_wrapper_under_checkmark p{
	margin-left: 0;
}

.parag_wrapper_under_checkmark p:last-child{
	margin-bottom: 0;
}

#partnership_contact_mail span {
    display: block;
}

#main .row > div > div.wrapper_case_study1{
    /*background: white;*/
    background: #f6f9ff;
}

.flow10 > li dl dd p{
	margin-top: 1.5em;
	margin-bottom: 1em;
}

.flow10.partnership_flow > li{
	border-color: #5372c2;
	border-radius: 1em;
	background: #f6f9ff;
}

.flow10.partnership_flow > li dl dt {
	font-family: serif;
	font-weight: 700;
	border-bottom: 2pt dashed #5372c2;
    text-indent: -1em;
    padding-left: 1em;
}

/*
#main .row > div > div.list_arealist {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    background-color: initial;
    margin: 0;
    border: 6px solid #a67c29;
    background: #fffcf6;
    padding: 2rem;
    width: 100%;
    height: 75%;
}
*/

#main .row > div > div.list_arealist {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    background-color: initial;
    border: 6px solid #ac7200;
    background: #f9f5ee;
    padding: 2rem 1.25rem;
    width: calc(100% - 2rem - 12px);
    background-image: url(../../images/list_map_bg1.png);
}

#main .row > div > div.jiinlist_img{
    padding: 0;
	margin-bottom: 1.5em;
    width: 49.5%;
    float: left;
	margin-top: 1em;
}

#main .row > div > div.jiinlist_img:nth-child(even){
	margin-right: 1%;
}


.jiinlist_img{
    position: relative;
}

.jiinlist_img a{
	border: none;
}

.jiinlist_img img{
	width: 100%;
}

.jiinlist_img span{
    position: absolute;
    right: 0;
    background: #000000b0;
    color: white;
    padding: 0.2em 0.6em;
    display: none;
}

h3.area_name{
	margin-bottom: 1rem;
	font-size: 1.25em;
    display: inline-block;
    background: #674502;
    color: white;
    padding: 0.2em 0.5em;
    border-radius: 4px;
}

h3.area_name + p{
	margin-bottom: 1.5rem;
	    font-size: 1.15em;
}

h3.area_name + p > a{
	font-weight: bold;
    font-family: serif;
}


.jiinlist_item1, .jiinlist_item2, .jiinlist_item3, .jiinlist_item4, .kaiyolist_item1, .kaiyolist_item2, .kaiyolist_item3, .kaiyolist_item4{
	margin-bottom: 0.5rem;
}

.jiinlist_item1 span, .jiinlist_item2 span, .jiinlist_item3 span, .jiinlist_item4 span, .kaiyolist_item1 span, .kaiyolist_item2 span, .kaiyolist_item3 span, .kaiyolist_item4 span{
	font-weight: bold;
}

.jiinlist_item4, .kaiyolist_item4{
	text-indent: -3em;
    margin-left: 3em;
}

h3.jiinlist_name {
    border-left: 10px solid #674502;
    padding-left: 0.3em;
    margin-bottom: 1em;
    padding: 0.3em 0.3em 0.3em 0.4em;
    background: #eee3cc;
    font-family: "Noto Serif JP", serif;
}

h3.kaiyolist_name {
    border-left: 10px solid #6487a7;
    padding-left: 0.3em;
    margin-bottom: 1em;
    padding: 0.3em 0.3em 0.3em 0.4em;
    background: #cedbe4;
}

.jiinlist_last{
    margin-top: 1.5rem;
    margin-bottom: 1em;
	/*border-bottom: 1px solid #666666;*/
}

.row > div.jiin_wrapper {
    padding: 0 2.5em 0 2.5em;
    position: relative;
    border-right: 1px solid #dddddd;
    margin-bottom: 4em;
    border-bottom: 1px solid #dddddd;
    min-height: 27em;
}

.row > div.kaiyo_wrapper {
    padding: 0 2.5em 0 2.5em;
    position: relative;
    margin-bottom: 2em;
}

div.jiin_wrapper::after {
    content: "";
    width: 2.5em;
    height: 0.5em;
    background: #ffffff;
    display: block;
    position: absolute;
    z-index: 100;
    margin-left: -2.5em;
    margin-top: -3px;
    bottom: -3px;
}

/* 
.jiinlist_wrapper {
    border-left: 1px solid #dddddd;
}
*/

.row > div.jiin_wrapper:nth-child(3n+1), .row > div.kaiyo_wrapper:nth-child(3n+1) {
    /* border-left: 1px solid #dddddd; */
}

.list_select_btn_wrapper {
    text-align: center;
    margin-bottom: 3rem;
}

a.list_select_btn {
	width: 48%;
    display: inline-block;
    margin-left: 0.9%;
    margin-right: 0.9%;
    background: #eeeeee;
    padding: 0.67rem;
    border-radius: 2rem;
    border: 0;
    color: white;
    font-size: 1.5rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    box-shadow: 2px 3px 2px #00000033;
}

a.list_select_btn:hover {
  opacity: 0.7;
}

a.list_select_btn.list_select_btn_a {
	background: #ac7200;
}

a.list_select_btn.list_select_btn_b {
	background: #6487a7;
}

.subtitle1.jiin_areaname, .subtitle1.kaiyo_areaname {
	margin-bottom: 3em;
	position: relative;
    padding-top: 2em;
    top: -1em;
}

#list_sankotsu_area {
    text-align: center;
}

#list_sankotsu_area > span.kaiyo_title_box {
    color: white;
    padding: 0.5em 1em;
	display: block;
	max-width: 500px;
    background: #6487a7;
    font-size: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4em;
}

#main h2.jiin_areaname_first, #main h2.kaiyo_areaname_first {
    margin-top: 0;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 1em;
    right: 1em;
    margin: 0;
    z-index: 10000;
}

.pagetop a {
    display: block;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #ffffff !important;
    font-size: 16px;
    text-decoration: none;
    line-height: 40px;
    border-radius: 40px;
    border-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
}

#list_section2{
	margin-top: 3em;
}

.main_footer_add_information{
	display: inline-block; border: 1px solid #3461c1; border-bottom: 0; border-radius: 5px 5px 0 0; padding: 0.4rem 1rem; margin-bottom: -1px; background: #3461c1; color: white;
}
.main_footer_add_information_wrapper{
	display: inline-block;
    background: #f4f5ff;
    width: 100%;
    padding: 1.5rem;
    border: 1px solid #3461c1;
}
.main_footer_add_information_wrapper > a{
	border: none; float: left; margin-right: 1.5rem;
}
.main_footer_add_information_wrapper > a > img{
	width: 360px; max-width: 100%; vertical-align: bottom;
    opacity: 1;
    transition: opacity 0.2s ease;
}

.main_footer_add_information_wrapper > a:hover img {
    opacity: 0.8;
}

.link_img_hover img{
    opacity: 1;
    transition: opacity 0.2s ease;
}

.link_img_hover:hover img{
    opacity: 0.8;
}

.main_footer_add_information_wrapper p.main_footer_add_information_title{
	margin-top: 0.3em; margin-bottom: 0.8rem; font-weight: bold; font-size: 1.3em; font-family: serif;
}

.main_footer_add_information_parag{
	margin-bottom: 0.8em;
}

.main_footer_add_information_parag_last{
	margin-bottom: 0em;
}

a.list_select_btn.list_select_btn_a {
	background: #674502;
}

.textlink_to_btn.listbtn_jiin{
	border-bottom: 0; background: #674502;
}

.textlink_to_btn.listbtn_sea{
	border-bottom: 0; background: #6487a7;
}

.list_wrapper1 .row.jiinlist_wrapper, .list_wrapper1 .row.kaiyolist_wrapper{
	margin-left: 0em;
	margin-bottom: 2em;
}

a.list_select_btn > span {
    display: inline-block;
    margin-left: 0.75em;
}

#kaiyo_map{
	position: relative;
	top: -20em;
	margin-bottom: -20em;
}

#main .row > div > div.jiinlist_img.jiinlist_img_over3{
	margin-bottom: -1em;
}

.checkbox_request > div {
    display: inline-block;
    width: 24.5%;
}

.require_text{
	color: #cc0000;
	display: inline-block;
	margin-left: 0.5em;
}

#message{
	border: 1px solid #999999;
}

input[type=checkbox] + label:before {
    border-radius: 0.5em;
}

/*************************************/
/*************************************/
/*************************************/
/*************************************/

@media screen and (max-width: 1680px) {

body {
    padding-top: 3.5em;
}

	#header{
		height: 3.9em;
	}

	.header_logo {
	    top: 1em;
	}

	#header nav {
	    top: 0.2em;
	}

}

@media screen and (max-width: 1280px) {

	#footer_wave {
	    bottom: -2.8em;
	}

	
    #footer_wave.wave_toppage {
        bottom: -4.5em; /*TOPページだけfooter_waveのbottomが違うので注意*/
    }

	.only_wave div#footer_wave {
	    bottom: -4.1em;
	}
	
	.flow_split .flow10 > li:first-child {
	    margin-top: 2.5em;
	}
	
	
	#front_ttlimg1 {
	    width: 480px;
	}
	
	#main.wrapper > .inner.indiv_maxwidth .inner_content_div .row.row_toggle {
	    padding-right: 1.5em;
	}

	#home_logo {
	    width: 250px;
	}


	#main .row.jiinlist_wrapper, #main .row.kaiyolist_wrapper {
	    margin-left: auto;
        max-width: 66em;
        margin-right: auto;
	}

	a.list_select_btn {
	    width: 47%;
	    font-size: 1.3rem;
	}

	.row.row_toggle.row_add_footer_message{
		padding-right: 2em;
	}

	.wrapper.blog_wrapper .main_footer_add_information_wrapper img{
		max-width: 280px;
	}

}

@media screen and (max-width: 980px) {

	.row {
	    margin-top: 0;
	    margin-left: -1em;
	}
	
	#main .row {
	    margin-left: -2em;
	}

	.row_under_row{
		margin-left: -2em;
	}

	body .wrapper .inner {
	    max-width: 50em;
	}

	.wrapper > .inner {
	    width: 100%;
	}
	#one section.content {
	    margin-bottom: 3em;
	}
/*
	#one .features > section {
    width: calc(50% - 2.5em);
    }
*/

	.latest_blog_update {
	    padding: 0;
	}
	
	.flow10 {
	    margin-left: 0;
	    margin-right: 0;
	}

	#one .inner.features {
	    margin-bottom: initial;
	    max-width: 40em;
	}

	#banner {
	    /*height: 65vh;*/
	    height: 40vh;
	    min-height: 20em;
	}
	
	.company_message_txt{
		display: none;
	}

	.introduction_images img.tb_img_w80_mb2{
		width: 80%;
		margin-left: 10%;
		margin-bottom: 2em;
	}

	.blog_wrapper #contents_section > .row.service_lineup{
		flex-wrap: wrap-reverse;
	}

	.frontThumbnails img{
		width: 80%; 
		vertical-align: bottom; 
		mix-blend-mode: multiply;
	}

	.header_logo {
	    top: 1em;
	}	
	
	#home_logo {
	    width: 200px;
	    margin-top: 0.4em;
	}
	
	h4.under_feature1_h4:has( > .checkmark_position1) span {
	    font-size: 1.1em;
	    line-height: 1.5;
	}

	#main .row > div > div.list_arealist {
	    position: relative;
	    top: initial;
	    transform: initial;
	    margin: 0 1.5em 2em;
        width: calc(100% - 3em);
	}
	
	.row > div.jiin_wrapper:nth-child(3n+1), .row > div.kaiyo_wrapper:nth-child(3n+1) {
	    border-left: 0;
	}

	.row > div.jiin_wrapper:nth-child(even), .row > div.kaiyo_wrapper:nth-child(even) {
        /* border-right: 0; */
	}

	.row > div.jiin_wrapper:nth-child(odd) {
	    border-right: 1px solid #dddddd;
	}

	.main_footer_add_information_wrapper{
		display: inline-block;background: #f4f5ff;width: 100%;padding: 1.5rem; border: 1px solid #3461c1;
	}
	.main_footer_add_information_wrapper > a{
		float: none;
	}
	.main_footer_add_information_wrapper > a > img{
		width: 100%; max-width: 100%; vertical-align: bottom;
	}
	
	.main_footer_add_information_wrapper p.main_footer_add_information_title{
		margin-top: 1.2em; margin-bottom: 1rem; font-size: 1.5em; line-height: 1.4;
	}

    #main .row.row_toggle.row_add_footer_message {
        margin-left: 0;
    }

	#main .inner.add_footer_message_wrapper {
		max-width: 100%;
	}

	.wrapper.blog_wrapper .main_footer_add_information_wrapper img{
		max-width: 100%;
	}

	.checkbox_request > div {
	    display: inline-block;
	    width: 49.5%;
	}

	.row > div.kaiyo_wrapper {
	    border: 0;
	}

	.row > div.jiin_wrapper {
	    padding: 0 2em 0 2em;
	}

	div.jiin_wrapper::after {
	    content: "";
	    width: 2em;
	    margin-left: -2em;
	    bottom: -3px;
	}
	
}

@media screen and (max-width: 736px) {

	body {
	    padding-top: 3.5em;
	}

	#header{
		height: 4em;
	}

	.wrapper > .inner {
	    padding: 0px 1.5em;
	}

	.wrapper > .inner {
	    width: 100%;
	}

	#front_ttlimg1{
		width: 100%;
	}

	#one .inner.features {
	    margin-bottom: initial;
	    max-width: inherit;
	}
	
	.br_over_640{
		display: none;
	}

	.wrapper.major-pad.with-footer-wave{
		padding: 2.5em 0;
	}
	#main.wrapper > .inner.indiv_maxwidth .inner_content_div .row.row_toggle{
		width: 100%;
	    padding-right: 2em;
	}
	
	.row.row_toggle:not(.jiin_partnership_inner_content_div .row.row_toggle) .introduction_images img, .row.row_toggle .introduction_images img.backimg {
	    width: 70%;
	    margin-left: 15%;
	    margin-bottom: 3em;
	}
	
	.jiin_partnership_inner_content_div .row.row_toggle .introduction_images img, .row.row_toggle .introduction_images img.backimg {
	    width: 80%;
		position: relative;
		/*max-width: 400px;*/
	}
	
	
	
	.row.row_toggle .introduction_images img.backimg {
		left: 0em;
    	top: -0.5em;
    	position: absolute;
	}
	
	.jiin_partnership_inner_content_div .checkmark_position1{
		width: 27px;
	    top: 0.3em;
	}
	
	.qa_wrapper > p, .qa_wrapper > div{
    	margin-left: 0;
    }
    
    h4.minititle1 {
    	font-size: 1.5em;
    }

	#main h3.feature1_minititle {
	    font-size: 1.5em;
	}

	.inner_content_div:nth-child(odd) .introduction_images img.backimg {
	    left: 0.7em;
	}

	.agreement_700_disp{
		display: block;
	}

	.header_logo {
	    top: 1.1em;
	}

	.partnership_img_group img{
		width: calc(100% / 3);
	}
	
	.jiin_partnership_normal_img2{
		width: 80%; 
		margin-left: 10%;
		margin-top: 2em;
	}

	#main .row > div > div.customer_voices {
	    background-size: 50%;
	    background-position-x: calc(100% - 1.5em);
	}

    .row > div.jiin_wrapper:nth-child(odd), .row > div.kaiyo_wrapper:nth-child(odd) {
        border-right: 0;
    }

	.row.row_toggle.row_add_footer_message{
		padding: 0px 1.5em;
	}

    #main .row.row_toggle.row_add_footer_message {
        margin-left: -2em;
    }

	#kaiyo_map{
		top: 0;
		margin-bottom: 0;
	}


	#list_sankotsu_area > span.kaiyo_title_box {
	    padding: 0.3em 3em;
		display: inline-block;
	    background: #6487a7;
	    font-size: 1.2rem;
	    margin-left: auto;
	    margin-right: auto;
	    margin-bottom: 1.3em;
	}

	.row > div.jiin_wrapper {
	    border-right: 0;
	    border-bottom: 0;
	    min-height: auto;

	}

}

@media screen and (max-width: 480px) {

	#main .inner.indiv_maxwidth .row > div {
	    padding: 0 0 0 1em;
	}

	#main.wrapper > .inner.indiv_maxwidth .inner_content_div .row.row_toggle {
	    padding-right: 1em;
	}
	
	#banner {
	    height: 42vh;
	    min-height: 22em;
	}

	#banner > article .inner > p {
	    line-height: 1.5;
	    letter-spacing: 0.09em;
	}
	
	.flow10 > li dl {
	    margin: 0 0 0em 0;
	}

	#footer_name{
	    font-weight: normal;
	}

	.br_on_pc_tab{
		display: none;
	}

	.br_on_mobile{
		display: block;
	}

	.mobile-l{
		text-align: left;
	}
	
	h2{
	    font-size: 2em;
	}
	
	h2:has(+ .parag_under_h2){
		margin-bottom: 1em;
	}

	.editorial {
	  max-height: 30px;
	}
	
	section.content_split2 .content_split2_box1 {
	    width: 100%;
	    margin-top: 1.5em;
	}

	.row.row_toggle .introduction_images img, .row.row_toggle .introduction_images img.backimg {
	    margin-bottom: 2em !important;
	}

	.row.row_toggle .introduction_images img.sp_img_w100{
		width: 100% !important;
	    margin-left: 0 !important;
	}

	.row.row_toggle .introduction_images img.sp_img_w90{
		width: 90% !important;
	    margin-left: 5% !important;
	}
	
	.introduction_images img.tb_img_w80_mb2{
		width: inherit;
		margin-left: initial;
		margin-bottom: initial;
	}
	
	.frontThumbnails img{
		width: 90%; 
	}


	#teraumi1.price {
	    margin-top: -0.5em;
	}

	#main h3.feature1_minititle {
	    font-size: 1.3em;
	}

	#main h3.service_feature.feature1_minititle {
	    font-size: 1.5em;
	}
	
	#main.wrapper > .inner.indiv_maxwidth .inner_content_div .row.row_toggle {
	    width: calc(100% - 1em);
	}
	
	/*#main h2.subtitle1::before, #main h2.subtitle1::after{*/
	#main h2.subtitle1:not(.jiin_areaname):not(.kaiyo_areaname)::before, #main h2.subtitle1:not(.jiin_areaname):not(.kaiyo_areaname)::after{
		content: none;
	}
	
	#main h2.subtitle1.jiin_areaname::before, #main h2.subtitle1.jiin_areaname::after, #main h2.subtitle1.kaiyo_areaname::before, #main h2.subtitle1.kaiyo_areaname::after{
	    flex-grow: 0.15;
	}
	
	#main h2.subtitle1.jiin_areaname::after, #main h2.subtitle1.kaiyo_areaname::after {
	    margin-left: 15px;
    }
    
    #main h2.subtitle1.jiin_areaname::before, #main h2.subtitle1.kaiyo_areaname::before {
	    margin-right: 15px;
    }
	
	h2.subtitle1 {
    	font-size: 1.8em;
    }
    
    #main .service_lineup h3.alt.subtitle2,#main .service_lineup .service_option h3.alt.subtitle3 {
    	font-size: 1.6em;
    }
   
	.wrapper.major-pad.with-footer-wave.only_wave {
	    padding: 0 0 2.8em 0;
	}	

	.only_wave div#footer_wave {
	    position: relative;
	    bottom: -3em;
	}

	h4.minititle1 {
	    font-size: 1.2em;
	}
	
	.wrapper > .inner > .decorate_type1 {
	    padding: 1.5em !important;
	    background: #f5f5f5;
	    margin-bottom: 2em;
	}

	.wrapper > .inner > .decorate_type1 p {
	    margin-bottom: 0.5em;
	}

	#footer .menu li {
	    display: block;
	    text-align: left;
	    margin-bottom: 1em;
	    border: none;
	    margin-left: 0;
	    padding-left: 0.5em;
	}

	h1.part_title.blog_title, h2.part_title.blog_title {
	    font-size: 1.4em;
	    letter-spacing: 0em;
	}

	#home_logo{
	    width: 180px;
	    margin-top: 0.5em;
	}

	.jiin_partnership_normal_img2{
		width: 90%; 
		margin-left: 5%;
	}

	#main .row > div > div.customer_voices {
	    background-size: 60%;
	    background-position-x: calc(100% - 1em);
	}

	.parag_wrapper_under_checkmark{
	    margin-left: 0;
	}

	h4.under_feature_h4_2{
	    font-size: 1em;
	}

	.list_select_btn_wrapper {
	    margin-bottom: 2rem;
	    margin-top: -2em;
	}

	a.list_select_btn {
	    width: 47.5%;
        margin-left: 0.8%;
        margin-right: 0.8%;
        padding: 0.5rem;
        font-size: 0.9rem;
	}

	.row > div.jiin_wrapper, .row > div.kaiyo_wrapper {
	    padding: 0 0 0 2em;
	    border: 0;
	}

	#main .row.jiinlist_wrapper, #main .row.kaiyolist_wrapper {
        margin-left: -2em;
    }
    
    #main .row > div > div.list_arealist {
        margin: 0;
        width: 100%;
    }

	.subtitle1.jiin_areaname {
	    top: 0em;
	}
	
	.kaiyo_areaname {
	    padding-top: 2em;
	    margin-top: -2em;
	    top: 0em;
	}
	
	.introduction_images img {
	    border: 0.85em solid white;
	    border-bottom: 3em solid white;
	}
	
	.main_footer_add_information_wrapper p.main_footer_add_information_title{
		font-size: 1.3em;
	}

	.row > div.jiin_wrapper, .row > div.kaiyo_wrapper {
	    margin-bottom: 2em;
	}

	.row > div.jiin_wrapper:last-child, .row > div.kaiyo_wrapper:last-child {
	    margin-bottom: 0;
	}
	.overview_feature_title1{
		left: 0;
	}

	.list_wrapper1 .row.jiinlist_wrapper, .list_wrapper1 .row.kaiyolist_wrapper {
	    margin-bottom: 2em;
	}

	.checkbox_request > div {
	    display: inline-block;
	    width: 100%;
	}

}
